-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost
-- Generation Time: Jul 15, 2026 at 01:09 PM
-- Server version: 10.11.18-MariaDB
-- PHP Version: 8.3.30

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: `app_nexbloomdb`
--

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

--
-- Table structure for table `account_transactions`
--

CREATE TABLE `account_transactions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `from_type` varchar(255) NOT NULL,
  `from_id` bigint(20) NOT NULL,
  `current_balance` decimal(24,2) NOT NULL,
  `amount` decimal(24,2) NOT NULL,
  `method` varchar(255) NOT NULL,
  `ref` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `type` varchar(20) NOT NULL DEFAULT 'collected',
  `created_by` varchar(20) NOT NULL DEFAULT 'admin'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `account_transactions`
--

INSERT INTO `account_transactions` (`id`, `from_type`, `from_id`, `current_balance`, `amount`, `method`, `ref`, `created_at`, `updated_at`, `type`, `created_by`) VALUES
(1, 'store', 1, 101.00, 101.00, 'cash_collection', '100002', '2024-10-11 03:10:02', '2024-10-11 03:10:02', 'cash_in', 'store'),
(2, 'deliveryman', 1, 127.00, 127.00, 'cash_collection', '100005', '2024-10-11 03:15:54', '2024-10-11 03:15:54', 'cash_in', 'deliveryman');

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

--
-- Table structure for table `addon_categories`
--

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

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

--
-- Table structure for table `addon_settings`
--

CREATE TABLE `addon_settings` (
  `id` char(36) NOT NULL,
  `key_name` varchar(191) DEFAULT NULL,
  `live_values` longtext DEFAULT NULL,
  `test_values` longtext DEFAULT NULL,
  `settings_type` varchar(255) DEFAULT NULL,
  `mode` varchar(20) NOT NULL DEFAULT 'live',
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `additional_data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `addon_settings`
--

INSERT INTO `addon_settings` (`id`, `key_name`, `live_values`, `test_values`, `settings_type`, `mode`, `is_active`, `created_at`, `updated_at`, `additional_data`) VALUES
('070c6bbd-d777-11ed-96f4-0c7a158e4469', 'twilio', '{\"gateway\":\"twilio\",\"mode\":\"live\",\"status\":0,\"sid\":\"\",\"messaging_service_sid\":\"\",\"token\":\"\",\"from\":\"\",\"otp_template\":\"\"}', '{\"gateway\":\"twilio\",\"mode\":\"live\",\"status\":0,\"sid\":\"\",\"messaging_service_sid\":\"\",\"token\":\"\",\"from\":\"\",\"otp_template\":\"\"}', 'sms_config', 'live', 0, NULL, '2025-07-21 20:57:37', NULL),
('070c766c-d777-11ed-96f4-0c7a158e4469', '2factor', '{\"gateway\":\"2factor\",\"mode\":\"live\",\"status\":0,\"api_key\":\"\",\"otp_template\":\"Your OTP is: #OTP#\"}', '{\"gateway\":\"2factor\",\"mode\":\"live\",\"status\":0,\"api_key\":\"\",\"otp_template\":\"Your OTP is: #OTP#\"}', 'sms_config', 'live', 0, NULL, '2026-01-21 13:18:48', NULL),
('0d8a9308-d6a5-11ed-962c-0c7a158e4469', 'mercadopago', '{\"gateway\":\"mercadopago\",\"mode\":\"live\",\"status\":1,\"access_token\":\"\",\"public_key\":\"\"}', '{\"gateway\":\"mercadopago\",\"mode\":\"live\",\"status\":1,\"access_token\":\"\",\"public_key\":\"\"}', 'payment_config', 'live', 0, NULL, '2023-04-12 03:37:50', '{\"gateway_title\":\"Mercadopago\",\"gateway_image\":null}'),
('0d8a9e49-d6a5-11ed-962c-0c7a158e4469', 'liqpay', '{\"gateway\":\"liqpay\",\"mode\":\"live\",\"status\":\"1\",\"private_key\":null,\"public_key\":null}', '{\"gateway\":\"liqpay\",\"mode\":\"live\",\"status\":\"1\",\"private_key\":null,\"public_key\":null}', 'payment_config', 'live', 0, NULL, NULL, '{\"gateway_title\":\"Liqpay\",\"gateway_image\":null}'),
('101befdf-d44b-11ed-8564-0c7a158e4469', 'paypal', '{\"gateway\":\"paypal\",\"mode\":\"test\",\"status\":\"1\",\"client_id\":\"AabIbRZ97J0GHt0xf_DJj3u1dp6MU9boJGwnRY7OZ6fqBJVsrxd7PaBqqi6OGTYe2e4N4dWkYOkFSNtM\",\"client_secret\":\"EIeb5GszxCqanj964p4HYBQ5HMx6TwUGedqY6zdfJqlV-TQMF-cgIP2kZP6d_ZgbS3qjiVJxQH1X6wPt\"}', '{\"gateway\":\"paypal\",\"mode\":\"test\",\"status\":\"1\",\"client_id\":\"AabIbRZ97J0GHt0xf_DJj3u1dp6MU9boJGwnRY7OZ6fqBJVsrxd7PaBqqi6OGTYe2e4N4dWkYOkFSNtM\",\"client_secret\":\"EIeb5GszxCqanj964p4HYBQ5HMx6TwUGedqY6zdfJqlV-TQMF-cgIP2kZP6d_ZgbS3qjiVJxQH1X6wPt\"}', 'payment_config', 'test', 1, NULL, '2025-07-21 20:46:10', '{\"gateway_title\":\"Paypal\",\"gateway_image\":\"2025-07-21-687e59ba034b2.png\",\"storage\":\"public\"}'),
('133d9647-cabb-11ed-8fec-0c7a158e4469', 'hyper_pay', '{\"gateway\":\"hyper_pay\",\"mode\":\"live\",\"status\":\"0\",\"entity_id\":\"\",\"access_code\":\"\"}', '{\"gateway\":\"hyper_pay\",\"mode\":\"live\",\"status\":\"0\",\"entity_id\":\"\",\"access_code\":\"\"}', 'payment_config', 'test', 0, NULL, '2023-04-08 22:59:22', NULL),
('1821029f-d776-11ed-96f4-0c7a158e4469', 'msg91', '{\"gateway\":\"msg91\",\"mode\":\"live\",\"status\":\"1\",\"template_id\":\"demo\",\"auth_key\":\"demo\"}', '{\"gateway\":\"msg91\",\"mode\":\"live\",\"status\":\"1\",\"template_id\":\"demo\",\"auth_key\":\"demo\"}', 'sms_config', 'live', 1, NULL, '2023-04-10 02:14:44', NULL),
('18210f2b-d776-11ed-96f4-0c7a158e4469', 'nexmo', '{\"gateway\":\"nexmo\",\"mode\":\"live\",\"status\":0,\"api_key\":\"\",\"api_secret\":\"\",\"token\":\"\",\"from\":\"\",\"otp_template\":\"\"}', '{\"gateway\":\"nexmo\",\"mode\":\"live\",\"status\":0,\"api_key\":\"\",\"api_secret\":\"\",\"token\":\"\",\"from\":\"\",\"otp_template\":\"\"}', 'sms_config', 'live', 0, NULL, '2025-07-21 20:57:37', NULL),
('18fbb21f-d6ad-11ed-962c-0c7a158e4469', 'foloosi', '{\"gateway\":\"foloosi\",\"mode\":\"live\",\"status\":\"0\",\"merchant_key\":\"\"}', '{\"gateway\":\"foloosi\",\"mode\":\"test\",\"status\":\"0\",\"merchant_key\":\"\"}', 'payment_config', 'test', 0, NULL, NULL, NULL),
('2767d142-d6a1-11ed-962c-0c7a158e4469', 'paytm', '{\"gateway\":\"paytm\",\"mode\":\"live\",\"status\":\"1\",\"merchant_key\":null,\"merchant_id\":null,\"merchant_website_link\":null}', '{\"gateway\":\"paytm\",\"mode\":\"live\",\"status\":\"1\",\"merchant_key\":null,\"merchant_id\":null,\"merchant_website_link\":null}', 'payment_config', 'live', 0, NULL, NULL, '{\"gateway_title\":\"Paytm\",\"gateway_image\":null}'),
('3201d2e6-c937-11ed-a424-0c7a158e4469', 'amazon_pay', '{\"gateway\":\"amazon_pay\",\"mode\":\"test\",\"status\":\"0\",\"pass_phrase\": \"\",\"access_code\": \"\",\"merchant_identifier\": \"\"}', '{\"gateway\":\"amazon_pay\",\"mode\":\"test\",\"status\":\"0\",\"pass_phrase\": \"\",\"access_code\": \"\",\"merchant_identifier\": \"\"}', 'payment_config', 'test', 0, NULL, NULL, NULL),
('4593b25c-d6a1-11ed-962c-0c7a158e4469', 'paytabs', '{\"gateway\":\"paytabs\",\"mode\":\"live\",\"status\":\"1\",\"profile_id\":null,\"server_key\":null,\"base_url\":null}', '{\"gateway\":\"paytabs\",\"mode\":\"live\",\"status\":\"1\",\"profile_id\":null,\"server_key\":null,\"base_url\":null}', 'payment_config', 'live', 0, NULL, '2023-04-09 02:23:25', '{\"gateway_title\":\"Paytabs\",\"gateway_image\":null}'),
('4e9b8dfb-e7d1-11ed-a559-0c7a158e4469', 'bkash', '{\"gateway\":\"bkash\",\"mode\":\"live\",\"status\":\"1\",\"app_key\":\"5tunt4masn6pv2hnvte1sb5n3j\",\"app_secret\":\"1vggbqd4hqk9g96o9rrrp2jftvek578v7d2bnerim12a87dbrrka\",\"username\":\"sandboxTestUser\",\"password\":\"hWD@8vtzw0\"}', '{\"gateway\":\"bkash\",\"mode\":\"live\",\"status\":\"1\",\"app_key\":\"5tunt4masn6pv2hnvte1sb5n3j\",\"app_secret\":\"1vggbqd4hqk9g96o9rrrp2jftvek578v7d2bnerim12a87dbrrka\",\"username\":\"sandboxTestUser\",\"password\":\"hWD@8vtzw0\"}', 'payment_config', 'live', 0, NULL, '2023-04-08 23:08:40', '{\"gateway_title\":\"Bkash\",\"gateway_image\":null}'),
('544a24a4-c872-11ed-ac7a-0c7a158e4469', 'fatoorah', '{\"gateway\":\"fatoorah\",\"mode\":\"live\",\"status\":\"0\",\"api_key\":\"\"}', '{\"gateway\":\"fatoorah\",\"mode\":\"test\",\"status\":\"0\",\"api_key\":\"\"}', 'payment_config', 'test', 0, NULL, NULL, NULL),
('58c1bc8a-d6ac-11ed-962c-0c7a158e4469', 'ccavenue', '{\"gateway\":\"ccavenue\",\"mode\":\"test\",\"status\":\"0\",\"merchant_id\":\"\",\"working_key\":\"\",\"access_code\":\"\"}', '{\"gateway\":\"ccavenue\",\"mode\":\"test\",\"status\":\"0\",\"merchant_id\":\"\",\"working_key\":\"\",\"access_code\":\"\"}', 'payment_config', 'test', 0, NULL, '2023-04-12 22:24:16', '{\"gateway_title\":\"\",\"gateway_image\":\"\"}'),
('5e2d2ef9-d6ab-11ed-962c-0c7a158e4469', 'thawani', '{\"gateway\":\"thawani\",\"mode\":\"live\",\"status\":\"0\",\"public_key\":\"\",\"private_key\":\"\"}', '{\"gateway\":\"thawani\",\"mode\":\"live\",\"status\":\"0\",\"public_key\":\"\",\"private_key\":\"\"}', 'payment_config', 'test', 0, NULL, '2023-04-12 23:14:00', '{\"gateway_title\":\"\",\"gateway_image\":\"\"}'),
('60cc83cc-d5b9-11ed-b56f-0c7a158e4469', 'sixcash', '{\"gateway\":\"sixcash\",\"mode\":\"test\",\"status\":\"0\",\"public_key\":\"\",\"secret_key\":\"\",\"merchant_number\":\"\", \"base_url\":\"\"}', '{\"gateway\":\"sixcash\",\"mode\":\"test\",\"status\":\"0\",\"public_key\":\"\",\"secret_key\":\"\",\"merchant_number\":\"\", \"base_url\":\"\"}', 'payment_config', 'test', 0, NULL, '2023-04-12 03:18:06', '{\"gateway_title\":\"\",\"gateway_image\":\"\"}'),
('68579846-d8e8-11ed-8249-0c7a158e4469', 'alphanet_sms', '{\"gateway\":\"alphanet_sms\",\"mode\":\"live\",\"status\":0,\"api_key\":\"\",\"otp_template\":\"\"}', '{\"gateway\":\"alphanet_sms\",\"mode\":\"live\",\"status\":0,\"api_key\":\"\",\"otp_template\":\"\"}', 'sms_config', 'live', 0, NULL, '2025-07-21 20:57:37', NULL),
('6857a2e8-d8e8-11ed-8249-0c7a158e4469', 'sms_to', '{\"gateway\":\"sms_to\",\"mode\":\"live\",\"status\":0,\"api_key\":\"\",\"sender_id\":\"\",\"otp_template\":\"\"}', '{\"gateway\":\"sms_to\",\"mode\":\"live\",\"status\":0,\"api_key\":\"\",\"sender_id\":\"\",\"otp_template\":\"\"}', 'sms_config', 'live', 0, NULL, NULL, NULL),
('74c30c00-d6a6-11ed-962c-0c7a158e4469', 'hubtel', '{\"gateway\":\"hubtel\",\"mode\":\"live\",\"status\":\"0\",\"account_number\":\"\",\"api_id\":\"\",\"api_key\":\"\"}', '{\"gateway\":\"hubtel\",\"mode\":\"test\",\"status\":\"0\",\"account_number\":\"\",\"api_id\":\"\",\"api_key\":\"\"}', 'payment_config', 'test', 0, NULL, NULL, NULL),
('74e46b0a-d6aa-11ed-962c-0c7a158e4469', 'tap', '{\"gateway\":\"tap\",\"mode\":\"live\",\"status\":\"0\",\"secret_key\":\"\"}', '{\"gateway\":\"tap\",\"mode\":\"test\",\"status\":\"0\",\"secret_key\":\"\"}', 'payment_config', 'test', 0, NULL, NULL, NULL),
('761ca96c-d1eb-11ed-87ca-0c7a158e4469', 'swish', '{\"gateway\":\"swish\",\"mode\":\"test\",\"status\":\"0\",\"number\": \"\"}', '{\"gateway\":\"swish\",\"mode\":\"test\",\"status\":\"0\",\"number\": \"\"}', 'payment_config', 'test', 0, NULL, NULL, NULL),
('7b1c3c5f-d2bd-11ed-b485-0c7a158e4469', 'payfast', '{\"gateway\":\"payfast\",\"mode\":\"test\",\"status\":\"0\",\"merchant_id\":\"\",\"secured_key\":\"\"}', '{\"gateway\":\"payfast\",\"mode\":\"test\",\"status\":\"0\",\"merchant_id\":\"\",\"secured_key\":\"\"}', 'payment_config', 'test', 0, NULL, NULL, NULL),
('8592417b-d1d1-11ed-a984-0c7a158e4469', 'esewa', '{\"gateway\":\"esewa\",\"mode\":\"test\",\"status\":\"0\",\"merchantCode\": \"\"}', '{\"gateway\":\"esewa\",\"mode\":\"test\",\"status\":\"0\",\"merchantCode\": \"EPAYTEST\"}', 'payment_config', 'test', 0, NULL, NULL, NULL),
('9162a1dc-cdf1-11ed-affe-0c7a158e4469', 'viva_wallet', '{\"gateway\":\"viva_wallet\",\"mode\":\"test\",\"status\":\"0\",\"client_id\": \"\",\"client_secret\": \"\"}\n', '{\"gateway\":\"viva_wallet\",\"mode\":\"test\",\"status\":\"0\",\"client_id\": \"\",\"client_secret\": \"\"}', 'payment_config', 'test', 0, NULL, NULL, NULL),
('998ccc62-d6a0-11ed-962c-0c7a158e4469', 'stripe', '{\"gateway\":\"stripe\",\"mode\":\"test\",\"status\":\"1\",\"api_key\":\"sk_test_4eC39HqLyjWDarjtT1zdp7dc\",\"published_key\":\"pk_test_TYooMQauvdEDq54NiTphI7jx\"}', '{\"gateway\":\"stripe\",\"mode\":\"test\",\"status\":\"1\",\"api_key\":\"sk_test_4eC39HqLyjWDarjtT1zdp7dc\",\"published_key\":\"pk_test_TYooMQauvdEDq54NiTphI7jx\"}', 'payment_config', 'test', 1, NULL, '2025-07-21 20:47:33', '{\"gateway_title\":\"Stripe\",\"gateway_image\":\"2025-07-21-687e5a0d7e8f5.png\",\"storage\":\"public\"}'),
('a3313755-c95d-11ed-b1db-0c7a158e4469', 'iyzi_pay', '{\"gateway\":\"iyzi_pay\",\"mode\":\"test\",\"status\":\"0\",\"api_key\": \"\",\"secret_key\": \"\",\"base_url\": \"\"}', '{\"gateway\":\"iyzi_pay\",\"mode\":\"test\",\"status\":\"0\",\"api_key\": \"\",\"secret_key\": \"\",\"base_url\": \"\"}', 'payment_config', 'test', 0, NULL, NULL, NULL),
('a76c8993-d299-11ed-b485-0c7a158e4469', 'momo', '{\"gateway\":\"momo\",\"mode\":\"live\",\"status\":\"0\",\"api_key\":\"\",\"api_user\":\"\",\"subscription_key\":\"\"}', '{\"gateway\":\"momo\",\"mode\":\"live\",\"status\":\"0\",\"api_key\":\"\",\"api_user\":\"\",\"subscription_key\":\"\"}', 'payment_config', 'test', 0, NULL, '2023-04-08 22:39:19', NULL),
('a8608119-cc76-11ed-9bca-0c7a158e4469', 'moncash', '{\"gateway\":\"moncash\",\"mode\":\"test\",\"status\":\"0\",\"client_id\":\"\",\"secret_key\": \"\"}\n', '{\"gateway\":\"moncash\",\"mode\":\"test\",\"status\":\"0\",\"client_id\":\"\",\"secret_key\": \"\"}\n', 'payment_config', 'test', 0, NULL, NULL, NULL),
('ad5af1c1-d6a2-11ed-962c-0c7a158e4469', 'razor_pay', '{\"gateway\":\"razor_pay\",\"mode\":\"live\",\"status\":\"0\",\"api_key\":null,\"api_secret\":null}', '{\"gateway\":\"razor_pay\",\"mode\":\"live\",\"status\":\"0\",\"api_key\":null,\"api_secret\":null}', 'payment_config', 'live', 0, NULL, NULL, '{\"gateway_title\":\"Razor pay\",\"gateway_image\":null}'),
('ad5b02a0-d6a2-11ed-962c-0c7a158e4469', 'senang_pay', '{\"gateway\":\"senang_pay\",\"mode\":\"live\",\"status\":\"1\",\"callback_url\":null,\"secret_key\":null,\"merchant_id\":null}', '{\"gateway\":\"senang_pay\",\"mode\":\"live\",\"status\":\"1\",\"callback_url\":null,\"secret_key\":null,\"merchant_id\":null}', 'payment_config', 'live', 0, NULL, NULL, '{\"gateway_title\":\"Senang pay\",\"gateway_image\":null}'),
('b6c333f6-d8e9-11ed-8249-0c7a158e4469', 'akandit_sms', '{\"gateway\":\"akandit_sms\",\"mode\":\"live\",\"status\":0,\"username\":\"\",\"password\":\"\",\"otp_template\":\"\"}', '{\"gateway\":\"akandit_sms\",\"mode\":\"live\",\"status\":0,\"username\":\"\",\"password\":\"\",\"otp_template\":\"\"}', 'sms_config', 'live', 0, NULL, NULL, NULL),
('b6c33c87-d8e9-11ed-8249-0c7a158e4469', 'global_sms', '{\"gateway\":\"global_sms\",\"mode\":\"live\",\"status\":0,\"user_name\":\"\",\"password\":\"\",\"from\":\"\",\"otp_template\":\"\"}', '{\"gateway\":\"global_sms\",\"mode\":\"live\",\"status\":0,\"user_name\":\"\",\"password\":\"\",\"from\":\"\",\"otp_template\":\"\"}', 'sms_config', 'live', 0, NULL, NULL, NULL),
('b8992bd4-d6a0-11ed-962c-0c7a158e4469', 'paymob_accept', '{\"gateway\":\"paymob_accept\",\"mode\":\"live\",\"status\":\"0\",\"callback_url\":null,\"api_key\":null,\"iframe_id\":null,\"integration_id\":null,\"hmac\":null}', '{\"gateway\":\"paymob_accept\",\"mode\":\"live\",\"status\":\"0\",\"callback_url\":null,\"api_key\":null,\"iframe_id\":null,\"integration_id\":null,\"hmac\":null}', 'payment_config', 'live', 0, NULL, NULL, '{\"gateway_title\":\"Paymob accept\",\"gateway_image\":null}'),
('c41c0dcd-d119-11ed-9f67-0c7a158e4469', 'maxicash', '{\"gateway\":\"maxicash\",\"mode\":\"test\",\"status\":\"0\",\"merchantId\": \"\",\"merchantPassword\": \"\"}', '{\"gateway\":\"maxicash\",\"mode\":\"test\",\"status\":\"0\",\"merchantId\": \"\",\"merchantPassword\": \"\"}', 'payment_config', 'test', 0, NULL, NULL, NULL),
('c9249d17-cd60-11ed-b879-0c7a158e4469', 'pvit', '{\"gateway\":\"pvit\",\"mode\":\"test\",\"status\":\"0\",\"mc_tel_merchant\": \"\",\"access_token\": \"\", \"mc_merchant_code\": \"\"}', '{\"gateway\":\"pvit\",\"mode\":\"test\",\"status\":\"0\",\"mc_tel_merchant\": \"\",\"access_token\": \"\", \"mc_merchant_code\": \"\"}', 'payment_config', 'test', 0, NULL, NULL, NULL),
('cb0081ce-d775-11ed-96f4-0c7a158e4469', 'releans', '{\"gateway\":\"releans\",\"mode\":\"live\",\"status\":0,\"api_key\":\"\",\"from\":\"\",\"otp_template\":\"\"}', '{\"gateway\":\"releans\",\"mode\":\"live\",\"status\":0,\"api_key\":\"\",\"from\":\"\",\"otp_template\":\"\"}', 'sms_config', 'live', 0, NULL, '2023-04-10 02:14:44', NULL),
('d4f3f5f1-d6a0-11ed-962c-0c7a158e4469', 'flutterwave', '{\"gateway\":\"flutterwave\",\"mode\":\"live\",\"status\":1,\"secret_key\":\"FLWSECK_TEST-ec27426eb062491500a9eb95723b5436-X\",\"public_key\":\"FLWPUBK_TEST-3f6a0b6c3d621c4ecbb9beeff516c92b-X\",\"hash\":\"FLWSECK_TEST951e36220f66\"}', '{\"gateway\":\"flutterwave\",\"mode\":\"live\",\"status\":1,\"secret_key\":\"FLWSECK_TEST-ec27426eb062491500a9eb95723b5436-X\",\"public_key\":\"FLWPUBK_TEST-3f6a0b6c3d621c4ecbb9beeff516c92b-X\",\"hash\":\"FLWSECK_TEST951e36220f66\"}', 'payment_config', 'live', 0, NULL, NULL, '{\"gateway_title\":\"Flutterwave\",\"gateway_image\":null}'),
('d822f1a5-c864-11ed-ac7a-0c7a158e4469', 'paystack', '{\"gateway\":\"paystack\",\"mode\":\"live\",\"status\":\"0\",\"public_key\":null,\"secret_key\":null,\"merchant_email\":null}', '{\"gateway\":\"paystack\",\"mode\":\"live\",\"status\":\"0\",\"public_key\":null,\"secret_key\":null,\"merchant_email\":null}', 'payment_config', 'live', 0, NULL, NULL, '{\"gateway_title\":\"Paystack\",\"gateway_image\":null}'),
('daec8d59-c893-11ed-ac7a-0c7a158e4469', 'xendit', '{\"gateway\":\"xendit\",\"mode\":\"test\",\"status\":\"0\",\"api_key\":\"\"}', '{\"gateway\":\"xendit\",\"mode\":\"test\",\"status\":\"0\",\"api_key\":\"\"}', 'payment_config', 'test', 0, NULL, NULL, NULL),
('dc0f5fc9-d6a5-11ed-962c-0c7a158e4469', 'worldpay', '{\"gateway\":\"worldpay\",\"mode\":\"live\",\"status\":\"0\",\"OrgUnitId\":\"\",\"jwt_issuer\":\"\",\"mac\":\"\",\"merchantCode\":\"\",\"xml_password\":\"\"}', '{\"gateway\":\"worldpay\",\"mode\":\"test\",\"status\":\"0\",\"OrgUnitId\":\"\",\"jwt_issuer\":\"\",\"mac\":\"\",\"merchantCode\":\"\",\"xml_password\":\"\"}', 'payment_config', 'test', 0, NULL, NULL, NULL),
('e0450278-d8eb-11ed-8249-0c7a158e4469', 'signal_wire', '{\"gateway\":\"signal_wire\",\"mode\":\"live\",\"status\":0,\"project_id\":\"\",\"token\":\"\",\"space_url\":\"\",\"from\":\"\",\"otp_template\":\"\"}', '{\"gateway\":\"signal_wire\",\"mode\":\"live\",\"status\":0,\"project_id\":\"\",\"token\":\"\",\"space_url\":\"\",\"from\":\"\",\"otp_template\":\"\"}', 'sms_config', 'live', 0, NULL, NULL, NULL),
('e0450b40-d8eb-11ed-8249-0c7a158e4469', 'paradox', '{\"gateway\":\"paradox\",\"mode\":\"live\",\"status\":0,\"api_key\":\"\"}', '{\"gateway\":\"paradox\",\"mode\":\"live\",\"status\":0,\"api_key\":\"\"}', 'sms_config', 'live', 0, NULL, NULL, NULL),
('ea346efe-cdda-11ed-affe-0c7a158e4469', 'ssl_commerz', '{\"gateway\":\"ssl_commerz\",\"mode\":\"live\",\"status\":\"0\",\"store_id\":null,\"store_password\":null}', '{\"gateway\":\"ssl_commerz\",\"mode\":\"live\",\"status\":\"0\",\"store_id\":null,\"store_password\":null}', 'payment_config', 'live', 0, NULL, '2023-07-31 13:14:48', '{\"gateway_title\":\"Ssl commerz\",\"gateway_image\":null}'),
('eed88336-d8ec-11ed-8249-0c7a158e4469', 'hubtel', '{\"gateway\":\"hubtel\",\"mode\":\"live\",\"status\":0,\"sender_id\":\"\",\"client_id\":\"\",\"client_secret\":\"\",\"otp_template\":\"\"}', '{\"gateway\":\"hubtel\",\"mode\":\"live\",\"status\":0,\"sender_id\":\"\",\"client_id\":\"\",\"client_secret\":\"\",\"otp_template\":\"\"}', 'sms_config', 'live', 0, NULL, NULL, NULL),
('f149c546-d8ea-11ed-8249-0c7a158e4469', 'viatech', '{\"gateway\":\"viatech\",\"mode\":\"live\",\"status\":0,\"api_url\":\"\",\"api_key\":\"\",\"sender_id\":\"\",\"otp_template\":\"\"}', '{\"gateway\":\"viatech\",\"mode\":\"live\",\"status\":0,\"api_url\":\"\",\"api_key\":\"\",\"sender_id\":\"\",\"otp_template\":\"\"}', 'sms_config', 'live', 0, NULL, NULL, NULL),
('f149cd9c-d8ea-11ed-8249-0c7a158e4469', '019_sms', '{\"gateway\":\"019_sms\",\"mode\":\"live\",\"status\":0,\"password\":\"\",\"username\":\"\",\"username_for_token\":\"\",\"sender\":\"\",\"otp_template\":\"\"}', '{\"gateway\":\"019_sms\",\"mode\":\"live\",\"status\":0,\"password\":\"\",\"username\":\"\",\"username_for_token\":\"\",\"sender\":\"\",\"otp_template\":\"\"}', 'sms_config', 'live', 0, NULL, NULL, NULL);

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

--
-- Table structure for table `add_ons`
--

CREATE TABLE `add_ons` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `price` decimal(24,2) NOT NULL DEFAULT 0.00,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `store_id` bigint(20) UNSIGNED NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `addon_category_id` bigint(20) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

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

CREATE TABLE `admins` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `f_name` varchar(100) DEFAULT NULL,
  `l_name` varchar(100) DEFAULT NULL,
  `phone` varchar(20) DEFAULT NULL,
  `email` varchar(100) NOT NULL,
  `image` varchar(100) DEFAULT NULL,
  `password` varchar(100) NOT NULL,
  `remember_token` varchar(100) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `role_id` bigint(20) UNSIGNED NOT NULL,
  `zone_id` bigint(20) UNSIGNED DEFAULT NULL,
  `is_logged_in` tinyint(1) NOT NULL DEFAULT 1,
  `login_remember_token` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `admins` (`id`, `f_name`, `l_name`, `phone`, `email`, `image`, `password`, `remember_token`, `created_at`, `updated_at`, `role_id`, `zone_id`, `is_logged_in`, `login_remember_token`) VALUES
(1, 'Test', 'Admin', '01500000000', 'admin@admin.com', NULL, '$2y$10$yKsFEX7NKoLAjvLG5rbgS.eCAqo18b.ccljQVvgU3ZtbGZSsuv2qa', 'xs0ania0m8ACbBpr3jDPAJWhgBogJMRS4gK37WUHMmxuT2h0UUz028wjcFCe', '2023-08-16 23:34:18', '2025-12-15 19:01:10', 1, NULL, 1, 'FL2Ivw1Fz4G021feC2mE9r7SBoziJzp6vNOId6CM6zspZ99aqeUyx5VB4ECn'),
(3, 'Company', 'Name', '+919876543210', 'admin@gmail.com', '2024-10-11-67082b56b98bb.png', '$2y$10$25EgmERXcQB9YBekh4sb7uwlTLuFSMaJOPm/th8bX/GRtKqB3W9h.', '7fgyy7hoWoISVEu4sA1FY18yuSWDX91wlOhIdWYkibhu5x3NIGNrbSvO3b3k', '2024-07-11 03:43:40', '2025-12-06 13:55:10', 1, NULL, 1, 'gPHgpHj2VdSGu4pVUYBGsKOJqBj4wL4L5bMELLQ96P4lVAsGIGdEi2TCMnow'),
(4, 'Admin', 'Employee', '919090989097', 'staff1@gmail.com', '2026-01-26-697723968264b.webp', '$2y$10$EtGnt2tuwD7H0bcNPDSuxu5A2sFIBblDi2GPcwr7gts54iNWOTOeu', NULL, '2026-01-26 13:49:34', '2026-01-26 13:49:34', 2, NULL, 1, NULL);

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

--
-- Table structure for table `admin_features`
--

CREATE TABLE `admin_features` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(100) DEFAULT NULL,
  `sub_title` varchar(100) DEFAULT NULL,
  `image` varchar(100) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `admin_features`
--

INSERT INTO `admin_features` (`id`, `title`, `sub_title`, `image`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Trusted', 'Trusted by customers and store owners', '2024-04-20-6623933f81d5b.png', 1, '2023-08-15 23:51:18', '2024-04-20 05:04:47'),
(2, 'Delivery', 'Flexible delivery system', '2024-04-20-6623936914978.png', 1, '2024-04-20 05:05:29', '2024-04-20 05:05:29'),
(3, 'Shopping', 'Best shopping experience', '2024-04-20-662393a8a1d27.png', 1, '2024-04-20 05:06:32', '2024-04-20 05:06:32'),
(4, 'Location', 'Location tracking system', '2024-04-20-662393d85bae9.png', 1, '2024-04-20 05:07:20', '2024-04-20 05:07:20');

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

--
-- Table structure for table `admin_promotional_banners`
--

CREATE TABLE `admin_promotional_banners` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(100) DEFAULT NULL,
  `sub_title` varchar(100) DEFAULT NULL,
  `image` varchar(100) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `admin_promotional_banners`
--

INSERT INTO `admin_promotional_banners` (`id`, `title`, `sub_title`, `image`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Find', 'Your daily grocery item', '2024-07-11-668faa46f2ed3.png', 1, '2023-08-15 23:49:59', '2024-07-11 04:47:50'),
(2, 'Find', 'your daily shopping items', '2024-07-11-668faa0be9f61.png', 1, '2024-07-11 04:46:51', '2024-07-11 04:46:51'),
(3, 'Find', 'your daily medicines', '2024-07-11-668faa3b26f1f.png', 1, '2024-07-11 04:47:39', '2024-07-11 04:47:39'),
(4, 'Find', 'your parcel service', '2024-07-11-668faa75341a7.png', 1, '2024-07-11 04:48:37', '2024-07-11 04:48:37');

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

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

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

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

INSERT INTO `admin_roles` (`id`, `name`, `modules`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Master admin', NULL, 1, NULL, NULL),
(2, 'Manager', '[\"collect_cash\",\"collect_cash\",\"addon\",\"attribute\",\"banner\",\"campaign\",\"category\",\"coupon\",\"cashback\",\"deliveryman\",\"provide_dm_earning\",\"employee\",\"item\",\"order\",\"store\",\"report\",\"withdraw_list\",\"parcel\",\"pos\",\"unit\",\"brand\",\"common_condition\",\"trip\",\"promotion\",\"vehicle\",\"provider\",\"driver\",\"download_app\",\"rental_report\"]', 1, '2026-01-26 13:48:16', '2026-01-26 13:48:16');

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

--
-- Table structure for table `admin_special_criterias`
--

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

--
-- Dumping data for table `admin_special_criterias`
--

INSERT INTO `admin_special_criterias` (`id`, `title`, `image`, `status`, `created_at`, `updated_at`) VALUES
(2, 'Easy to Manage Multiple Store', '2024-04-20-6623950467b0a.png', 1, '2024-04-20 05:12:20', '2024-04-20 05:12:20'),
(3, 'Easy to Manage E-Commerce', '2024-04-20-662395134788d.png', 1, '2024-04-20 05:12:35', '2024-04-20 05:12:35'),
(4, 'Easy to Manage Parcel Delivery', '2024-04-20-66239522279f6.png', 1, '2024-04-20 05:12:50', '2024-04-20 05:12:50'),
(5, 'Easy to Manage Location Tracking', '2024-04-20-6623953ab1ccb.png', 1, '2024-04-20 05:13:14', '2024-04-20 05:13:14'),
(6, 'Easy to Manage Grocery Business', '2024-04-20-6623954d187f8.png', 1, '2024-04-20 05:13:33', '2024-04-20 05:13:33'),
(7, 'Easy to Get Help & Support', '2024-07-11-668fac7048884.png', 1, '2024-07-11 04:57:04', '2024-07-11 04:57:04');

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

--
-- Table structure for table `admin_testimonials`
--

CREATE TABLE `admin_testimonials` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(100) DEFAULT NULL,
  `designation` varchar(100) DEFAULT NULL,
  `review` text DEFAULT NULL,
  `reviewer_image` varchar(255) DEFAULT NULL,
  `company_image` varchar(255) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `admin_testimonials`
--

INSERT INTO `admin_testimonials` (`id`, `name`, `designation`, `review`, `reviewer_image`, `company_image`, `status`, `created_at`, `updated_at`) VALUES
(1, 'John Doe', 'CTO', '\"Parcel Express has been a game-changer for our company. Their efficient service and attention to detail ensure our packages always arrive on time and in perfect condition. We couldn\'t ask for a better partner in logistics!\"', '2024-04-20-662399c21315a.png', '2024-04-20-662399c213676.png', 1, '2023-08-15 23:54:26', '2024-07-11 04:59:33'),
(2, 'Jhon', 'Ceo', '\"Parcel Express has been a game-changer for our company. Their efficient service and attention to detail ensure our packages always arrive on time and in perfect condition. We couldn\'t ask for a better partner in logistics!\"', '2024-07-11-668fab83ef0e8.png', '2024-07-11-668fab83ef502.png', 1, '2024-07-11 04:53:07', '2024-07-11 04:59:49'),
(3, 'Jhon', 'Ceo', '\"Parcel Express has been a game-changer for our company. Their efficient service and attention to detail ensure our packages always arrive on time and in perfect condition. We couldn\'t ask for a better partner in logistics!\"', '2024-07-11-668fab9728800.png', '2024-07-11-668fab9728be8.png', 1, '2024-07-11 04:53:27', '2024-07-11 05:00:08');

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

--
-- Table structure for table `admin_wallets`
--

CREATE TABLE `admin_wallets` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `admin_id` bigint(20) UNSIGNED NOT NULL,
  `total_commission_earning` decimal(24,2) NOT NULL DEFAULT 0.00,
  `digital_received` decimal(24,2) NOT NULL DEFAULT 0.00,
  `manual_received` decimal(24,2) NOT NULL DEFAULT 0.00,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `delivery_charge` decimal(24,3) NOT NULL DEFAULT 0.000
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `admin_wallets`
--

INSERT INTO `admin_wallets` (`id`, `admin_id`, `total_commission_earning`, `digital_received`, `manual_received`, `created_at`, `updated_at`, `delivery_charge`) VALUES
(1, 1, 28.75, 0.00, 0.00, '2024-10-11 03:10:02', '2024-10-11 03:15:54', 11.000);

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

--
-- Table structure for table `advertisements`
--

CREATE TABLE `advertisements` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `store_id` bigint(20) UNSIGNED NOT NULL,
  `module_id` bigint(20) UNSIGNED DEFAULT NULL,
  `module_type` varchar(255) DEFAULT NULL,
  `add_type` enum('video_promotion','store_promotion') NOT NULL DEFAULT 'store_promotion',
  `title` varchar(255) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `start_date` date NOT NULL,
  `end_date` date NOT NULL,
  `pause_note` text DEFAULT NULL,
  `cancellation_note` text DEFAULT NULL,
  `cover_image` varchar(255) DEFAULT NULL,
  `profile_image` varchar(255) DEFAULT NULL,
  `video_attachment` varchar(255) DEFAULT NULL,
  `priority` int(11) DEFAULT NULL,
  `is_rating_active` tinyint(1) NOT NULL DEFAULT 0,
  `is_review_active` tinyint(1) NOT NULL DEFAULT 0,
  `is_paid` tinyint(1) NOT NULL DEFAULT 0,
  `is_updated` tinyint(1) NOT NULL DEFAULT 0,
  `created_by_id` bigint(20) UNSIGNED NOT NULL,
  `created_by_type` varchar(255) NOT NULL,
  `status` enum('pending','running','approved','expired','denied','paused') NOT NULL DEFAULT 'pending',
  `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 `advertisements`
--

INSERT INTO `advertisements` (`id`, `store_id`, `module_id`, `module_type`, `add_type`, `title`, `description`, `start_date`, `end_date`, `pause_note`, `cancellation_note`, `cover_image`, `profile_image`, `video_attachment`, `priority`, `is_rating_active`, `is_review_active`, `is_paid`, `is_updated`, `created_by_id`, `created_by_type`, `status`, `created_at`, `updated_at`) VALUES
(1000000, 1, 1, 'grocery', 'video_promotion', 'Shop Smarter, Not Harder', 'Groceries Delivered to Your Doorstep', '2026-01-09', '2027-01-31', NULL, NULL, '2025-09-28-68d91ece58ed5.png', '2025-09-28-68d91ece5a3b4.png', '2026-01-09-6960220480a0a.mp4', 2, 0, 0, 1, 0, 1, 'App\\Models\\Admin', 'approved', '2025-09-28 17:11:02', '2026-01-09 03:03:36'),
(1000001, 4, 1, 'grocery', 'video_promotion', 'Skip the Lines, Start Shopping', 'Daily Deals on Fresh Grocery', '2026-12-07', '2027-12-29', NULL, NULL, '2025-09-28-68d9390e3b06e.jpg', '2025-09-28-68d9233a70483.png', '2026-01-09-69601d49d30e8.mp4', 3, 0, 0, 1, 0, 1, 'App\\Models\\Admin', 'approved', '2025-09-28 17:29:54', '2026-01-09 02:48:50'),
(1000002, 2, 2, 'food', 'store_promotion', 'Food Delivery in a Flash', 'A World of Food at Your Fingertips', '2025-09-28', '2025-10-08', NULL, NULL, '2025-09-28-68d9352992878.jpg', '2025-09-28-68d9352993ce5.png', NULL, 1, 1, 1, 1, 0, 1, 'App\\Models\\Admin', 'approved', '2025-09-28 18:46:25', '2025-09-28 18:46:33'),
(1000003, 2, 2, 'food', 'store_promotion', 'Hot Food to Your Door', 'Explore Local Restaurants & Cuisines', '2025-09-28', '2025-10-31', NULL, NULL, '2025-09-28-68d9357923656.jpg', '2025-09-28-68d9357924881.png', NULL, 2, 1, 1, 1, 0, 1, 'App\\Models\\Admin', 'approved', '2025-09-28 18:47:45', '2025-09-28 18:47:45'),
(1000004, 9, 9, 'ecommerce', 'store_promotion', 'Smart Beauty Management', 'Faster, smoother, smarter Beauty management', '2025-10-03', '2026-03-31', NULL, NULL, '2025-10-03-68dfa61a87f38.jpg', '2025-10-03-68dfa61a88e08.png', NULL, 1, 1, 1, 1, 0, 1, 'App\\Models\\Admin', 'approved', '2025-10-03 16:01:54', '2025-10-03 16:01:54'),
(1000005, 9, 9, 'ecommerce', 'store_promotion', 'All in One Cosmetic Solution', 'Perfect for salons, spas & beauty clinics', '2025-10-03', '2025-10-13', NULL, NULL, '2025-10-03-68dfa6e05acf2.jpg', '2025-10-03-68dfa6e05b7e6.jpg', NULL, 2, 1, 1, 1, 0, 1, 'App\\Models\\Admin', 'approved', '2025-10-03 16:05:12', '2025-10-03 16:05:12'),
(1000006, 1, 1, 'grocery', 'video_promotion', 'App Setup Contact us', 'For Support Maintenance and Setup App', '2026-12-07', '2027-12-07', NULL, NULL, NULL, NULL, '2026-01-09-69601dccea748.mp4', NULL, 0, 0, 1, 0, 1, 'App\\Models\\Admin', 'approved', '2025-11-14 22:24:38', '2026-01-09 02:44:04'),
(1000007, 1, 1, 'grocery', 'video_promotion', 'offer offer  offer', '50% off', '2026-01-12', '2027-01-12', NULL, NULL, NULL, NULL, '2026-01-09-69601e889154d.mp4', NULL, 0, 0, 1, 0, 3, 'App\\Models\\Admin', 'approved', '2025-12-07 14:16:15', '2026-01-09 02:45:52'),
(1000008, 4, 1, 'grocery', 'video_promotion', 'grab now offer 365', '50% offer', '2026-01-09', '2026-02-28', NULL, NULL, NULL, NULL, '2026-01-09-69601f8f85e50.mp4', NULL, 0, 0, 1, 0, 3, 'App\\Models\\Admin', 'approved', '2025-12-07 14:17:21', '2026-01-09 02:50:15'),
(1000009, 16, 1, 'grocery', 'video_promotion', 'yes offer 65% off', '65% off', '2025-12-07', '2026-12-17', NULL, NULL, NULL, NULL, '2025-12-07-69353f57290fe.mp4', NULL, 0, 0, 1, 0, 3, 'App\\Models\\Admin', 'approved', '2025-12-07 14:18:23', '2025-12-07 14:18:23'),
(1000010, 1, 1, 'grocery', 'video_promotion', 'Shop Smarter, Not Harder', 'Groceries Delivered to Your Doorstep', '2026-01-09', '2027-01-31', NULL, NULL, NULL, NULL, '2026-01-09-6960217daf477.mp4', 1, 0, 0, 1, 0, 1, 'App\\Models\\Admin', 'approved', '2026-01-09 02:48:50', '2026-01-09 02:58:29'),
(1000011, 5, 3, 'pharmacy', 'video_promotion', 'Flat 20% OFF', 'On every medicine order Flat 20% OFF', '2026-10-01', '2027-01-21', NULL, NULL, NULL, NULL, '2026-01-11-6962ad1992042.mp4', NULL, 0, 0, 1, 0, 1, 'App\\Models\\Admin', 'approved', '2026-01-11 01:18:41', '2026-01-11 01:18:41');

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

--
-- Table structure for table `allergies`
--

CREATE TABLE `allergies` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `allergy` 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;

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

--
-- Table structure for table `allergy_item`
--

CREATE TABLE `allergy_item` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `item_id` bigint(20) UNSIGNED NOT NULL,
  `allergy_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `allergy_item_campaign`
--

CREATE TABLE `allergy_item_campaign` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `item_campaign_id` bigint(20) UNSIGNED NOT NULL,
  `allergy_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `analytic_scripts`
--

CREATE TABLE `analytic_scripts` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `type` varchar(255) DEFAULT NULL,
  `script_id` text DEFAULT NULL,
  `script` longtext DEFAULT NULL,
  `is_active` 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 `attributes`
--

CREATE TABLE `attributes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` 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;

--
-- Dumping data for table `attributes`
--

INSERT INTO `attributes` (`id`, `name`, `created_at`, `updated_at`) VALUES
(1, 'Weight', '2025-09-23 01:47:30', '2025-09-23 01:47:30'),
(2, 'Colour', '2025-09-23 01:47:38', '2025-09-23 01:47:38'),
(3, 'piece', '2025-09-23 02:26:35', '2025-09-23 02:26:35');

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

--
-- Table structure for table `automated_messages`
--

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

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

--
-- Table structure for table `banners`
--

CREATE TABLE `banners` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(255) DEFAULT NULL,
  `type` varchar(255) NOT NULL,
  `image` varchar(255) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `data` varchar(255) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `module_id` bigint(20) UNSIGNED NOT NULL,
  `featured` tinyint(1) NOT NULL DEFAULT 0,
  `default_link` varchar(255) DEFAULT NULL,
  `created_by` varchar(255) NOT NULL DEFAULT 'admin'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `banners`
--

INSERT INTO `banners` (`id`, `title`, `type`, `image`, `status`, `data`, `created_at`, `updated_at`, `zone_id`, `module_id`, `featured`, `default_link`, `created_by`) VALUES
(7, 'Banner', 'default', '2025-10-08-68e6177418898.png', 1, '', '2024-07-11 05:57:25', '2025-10-08 13:19:08', 1, 4, 0, '#', 'admin'),
(8, 'Banner', 'default', '2025-10-08-68e6141c0e5e4.png', 1, '', '2024-07-11 05:57:55', '2025-10-08 13:04:52', 1, 4, 0, '#', 'admin'),
(9, 'Milk sale', 'store_wise', '2026-01-09-6960046639766.jpg', 1, '1', '2025-09-23 01:16:47', '2026-01-09 00:54:22', 1, 1, 0, NULL, 'admin'),
(10, 'Snacks', 'store_wise', '2026-01-09-69600450c39fb.jpg', 1, '1', '2025-09-23 01:17:33', '2026-01-09 00:54:00', 1, 1, 0, NULL, 'admin'),
(11, 'Baby care', 'store_wise', '2026-01-09-696004411c52b.jpg', 1, '1', '2025-09-23 01:18:12', '2026-01-09 00:53:45', 1, 1, 0, NULL, 'admin'),
(15, 'test1', 'default', '2026-01-09-6960061728425.jpg', 1, '', '2025-09-28 18:16:08', '2026-01-09 01:01:35', 1, 2, 0, NULL, 'admin'),
(16, 'banner2', 'default', '2026-01-09-69600603b8e29.jpg', 1, '', '2025-09-28 18:17:51', '2026-01-09 01:01:15', 1, 2, 0, NULL, 'admin'),
(17, 'banner3', 'default', '2026-01-09-696005f08fdc5.jpg', 1, '', '2025-09-28 18:18:10', '2026-01-09 01:00:56', 1, 2, 0, NULL, 'admin'),
(18, 'banner1', 'default', '2025-10-03-68dfa483f406e.png', 1, '', '2025-10-03 15:21:41', '2025-10-03 15:55:08', 1, 9, 0, NULL, 'admin'),
(19, 'banner2', 'store_wise', '2025-10-03-68dfa2ea9c771.png', 1, '9', '2025-10-03 15:48:18', '2025-10-03 15:53:43', 1, 9, 0, NULL, 'admin'),
(20, 'baner3', 'store_wise', '2025-10-03-68dfa3a638b1c.png', 1, '9', '2025-10-03 15:51:26', '2025-10-03 15:51:26', 1, 9, 0, NULL, 'admin'),
(21, 'costmatic1', 'store_wise', '2025-10-03-68dfa4770cd13.png', 1, '9', '2025-10-03 15:53:31', '2025-10-03 15:54:55', 1, 9, 0, NULL, 'admin'),
(22, 'style', 'store_wise', '2025-10-08-68e616888d2d0.png', 1, '8', '2025-10-08 13:07:27', '2025-10-08 13:15:12', 1, 4, 0, NULL, 'admin'),
(23, 'Groceries', 'store_wise', '2026-01-09-69600f3054e95.jpg', 1, '1', '2025-10-09 13:33:48', '2026-01-09 01:40:24', 1, 1, 0, NULL, 'admin'),
(24, 'banner1', 'store_wise', '2025-12-12-693bff2e2e674.jpg', 1, '3', '2025-12-12 17:10:30', '2025-12-12 17:10:30', 1, 2, 0, NULL, 'store'),
(25, 'banner2', 'store_wise', '2025-12-12-693bff3811019.jpg', 1, '3', '2025-12-12 17:10:40', '2025-12-12 17:10:40', 1, 2, 0, NULL, 'store'),
(26, 'banner3', 'store_wise', '2025-12-12-693bff47189e2.jpg', 1, '3', '2025-12-12 17:10:55', '2025-12-12 17:10:55', 1, 2, 0, NULL, 'store'),
(27, 'Fruit', 'store_wise', '2026-01-09-696004a95511c.jpg', 1, '19', '2026-01-09 00:55:29', '2026-01-09 00:55:29', 1, 1, 0, NULL, 'admin'),
(28, 'Grocery', 'store_wise', '2026-01-09-69600f02c7dc6.jpg', 1, '1', '2026-01-09 00:56:18', '2026-01-09 01:39:38', 1, 1, 0, NULL, 'admin'),
(29, 'Pizza', 'store_wise', '2026-01-09-696006423983c.jpg', 1, '24', '2026-01-09 01:02:18', '2026-01-09 01:02:18', 1, 2, 0, NULL, 'admin'),
(30, 'Dosa', 'store_wise', '2026-01-09-696006640fc16.jpg', 1, '18', '2026-01-09 01:02:52', '2026-01-09 01:02:52', 1, 2, 0, NULL, 'admin'),
(31, 'Biryani', 'store_wise', '2026-01-09-696006964390f.jpg', 1, '18', '2026-01-09 01:03:42', '2026-01-09 01:03:42', 1, 2, 0, NULL, 'admin'),
(32, 'Burger', 'store_wise', '2026-01-09-696006c31e1ed.jpg', 1, '24', '2026-01-09 01:04:27', '2026-01-09 01:04:27', 1, 2, 0, NULL, 'admin'),
(33, 'Fast food', 'store_wise', '2026-01-09-696007102b866.jpg', 1, '3', '2026-01-09 01:05:44', '2026-01-09 01:05:44', 1, 2, 0, NULL, 'admin'),
(35, 'Banner', 'store_wise', '2026-01-11-6962addac6d50.jpg', 1, '6', '2026-01-11 01:21:54', '2026-01-11 01:21:54', 1, 3, 0, NULL, 'admin'),
(36, 'banner 2', 'store_wise', '2026-01-11-6962ae029cc70.jpg', 1, '5', '2026-01-11 01:22:34', '2026-01-11 01:22:34', 1, 3, 0, NULL, 'admin'),
(37, 'banner 3', 'store_wise', '2026-01-11-6962ae171d6bb.jpg', 1, '5', '2026-01-11 01:22:55', '2026-01-11 01:22:55', 1, 3, 0, NULL, 'admin');

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

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

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

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

INSERT INTO `brands` (`id`, `name`, `slug`, `image`, `status`, `created_at`, `updated_at`, `module_id`) VALUES
(1, 'OLAY', 'olay', '2025-10-03-68df975cb43fe.png', 1, '2025-10-03 14:50:21', '2025-10-03 14:59:00', 9),
(2, 'LYNX', 'lynx', '2025-10-03-68df9ad2045c4.png', 1, '2025-10-03 14:50:47', '2025-10-03 15:13:46', 9),
(3, 'GARNIER', 'garnier', '2025-10-03-68df9a9ef3bab.png', 1, '2025-10-03 14:52:16', '2025-10-03 15:12:55', 9),
(4, 'LUX', 'lux', '2025-10-03-68df9ab7edbfb.png', 1, '2025-10-03 14:52:39', '2025-10-03 15:13:19', 9),
(5, 'ELF', 'elf', '2025-10-03-68df9b2dcfc95.png', 1, '2025-10-03 14:53:00', '2025-10-03 15:15:17', 9),
(6, 'DOVE', 'dove', '2025-10-03-68df9a7e51825.png', 1, '2025-10-03 14:53:21', '2025-10-03 15:12:22', 9),
(7, 'LAKME', 'lakme', '2025-10-03-68df9aaa98878.png', 1, '2025-10-03 14:53:57', '2025-10-03 15:13:06', 9),
(8, 'NYKAA', 'nykaa', '2025-10-03-68df97511f699.png', 1, '2025-10-03 14:54:48', '2025-10-03 14:58:49', 9),
(9, 'KLEENEX', 'kleenex', '2025-10-03-68df9bb3927a5.png', 1, '2025-10-03 15:17:31', '2025-10-03 15:17:31', 9),
(10, 'GILLETTE', 'gillette', '2025-10-03-68df9bccc26b2.png', 1, '2025-10-03 15:17:56', '2025-10-03 15:17:56', 9),
(11, 'MAC', 'mac', '2025-10-03-68df9bf4076c0.png', 1, '2025-10-03 15:18:36', '2025-10-03 15:18:36', 9),
(12, 'JESSICA', 'jessica', '2025-10-03-68df9c129f3e0.png', 1, '2025-10-03 15:19:06', '2025-10-03 15:19:06', 9),
(13, 'GOHNSONS', 'gohnsons', '2025-10-03-68df9c3945195.png', 1, '2025-10-03 15:19:45', '2025-10-03 15:19:45', 9);

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

--
-- Table structure for table `business_settings`
--

CREATE TABLE `business_settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `key` varchar(255) NOT NULL,
  `value` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `business_settings`
--

INSERT INTO `business_settings` (`id`, `key`, `value`, `created_at`, `updated_at`) VALUES
(1, 'cash_on_delivery', '{\"status\":\"1\"}', '2021-07-01 15:51:17', '2021-07-01 15:51:17'),
(2, 'stripe', '{\"status\":\"0\",\"api_key\":null,\"published_key\":null}', '2021-05-11 03:57:02', '2022-03-23 04:22:00'),
(4, 'mail_config', '{\"status\":0,\"name\":\"Business Name\",\"host\":\"smtp.hostinger.com\",\"driver\":\"smtp\",\"port\":\"465\",\"username\":\"info@domain.com\",\"email_id\":\"info@domain.com\",\"encryption\":\"SSL\",\"password\":\"password\"}', NULL, '2024-10-11 00:50:02'),
(5, 'fcm_project_id', 'nexbloom-by-codecs', NULL, '2026-04-20 08:38:05'),
(6, 'push_notification_key', NULL, NULL, NULL),
(7, 'order_pending_message', '{\"status\":1,\"message\":\"Your order is successfully placed\"}', NULL, NULL),
(8, 'order_confirmation_msg', '{\"status\":1,\"message\":\"Your order is confirmed\"}', NULL, NULL),
(9, 'order_processing_message', '{\"status\":1,\"message\":\"Your order is started for cooking\"}', NULL, NULL),
(10, 'out_for_delivery_message', '{\"status\":1,\"message\":\"Your food is ready for delivery\"}', NULL, NULL),
(11, 'order_delivered_message', '{\"status\":1,\"message\":\"Your order is delivered\"}', NULL, NULL),
(12, 'delivery_boy_assign_message', '{\"status\":1,\"message\":\"Your order has been assigned to a delivery man\"}', NULL, NULL),
(13, 'delivery_boy_start_message', '{\"status\":1,\"message\":\"Your order is picked up by delivery man\"}', NULL, NULL),
(14, 'delivery_boy_delivered_message', '{\"status\":1,\"message\":\"Order delivered successfully\"}', NULL, NULL),
(15, 'terms_and_conditions', '<p>This is a test Teams &amp; Conditions<br />\r\n<br />\r\nThese terms of use (the &quot;Terms of Use&quot;) govern your use of our website www.evaly.com.bd (the &quot;Website&quot;) and our &quot;StackFood&quot; application for mobile and handheld devices (the &quot;App&quot;). The Website and the App are jointly referred to as the &quot;Platform&quot;. Please read these Terms of Use carefully before you use the services. If you do not agree to these Terms of Use, you may not use the services on the Platform, and we request you to uninstall the App. By installing, downloading and/or even merely using the Platform, you shall be contracting with StackFood and you provide your acceptance to the Terms of Use and other StackFood policies (including but not limited to the Cancellation &amp; Refund Policy, Privacy Policy etc.) as posted on the Platform from time to time, which takes effect on the date on which you download, install or use the Services, and create a legally binding arrangement to abide by the same. The Platforms will be used by (i) natural persons who have reached 18 years of age and (ii) corporate legal entities, e.g companies. Where applicable, these Terms shall be subject to country-specific provisions as set out herein.</p>\r\n\r\n<h3>USE OF PLATFORM AND SERVICES</h3>\r\n\r\n<p>All commercial/contractual terms are offered by and agreed to between Buyers and Merchants alone. The commercial/contractual terms include without limitation to price, taxes, shipping costs, payment methods, payment terms, date, period and mode of delivery, warranties related to products and services and after sales services related to products and services. StackFood does not have any kind of control or does not determine or advise or in any way involve itself in the offering or acceptance of such commercial/contractual terms between the Buyers and Merchants. StackFood may, however, offer support services to Merchants in respect to order fulfilment, payment collection, call centre, and other services, pursuant to independent contracts executed by it with the Merchants. eFood is not responsible for any non-performance or breach of any contract entered into between Buyers and Merchants on the Platform. eFood cannot and does not guarantee that the concerned Buyers and/or Merchants shall perform any transaction concluded on the Platform. eFood is not responsible for unsatisfactory services or non-performance of services or damages or delays as a result of products which are out of stock, unavailable or back ordered.</p>\r\n\r\n<p>StackFood&nbsp;is operating an e-commerce platform and assumes and operates the role of facilitator, and does not at any point of time during any transaction between Buyer and Merchant on the Platform come into or take possession of any of the products or services offered by Merchant. At no time shall StackFood hold any right, title or interest over the products nor shall StackFood have any obligations or liabilities in respect of such contract entered into between Buyer and Merchant. You agree and acknowledge that we shall not be responsible for:</p>\r\n\r\n<ul>\r\n	<li>The goods provided by the shops or restaurants including, but not limited, serving of food orders suiting your requirements and needs;</li>\r\n	<li>The Merchant&quot;s goods not being up to your expectations or leading to any loss, harm or damage to you;</li>\r\n	<li>The availability or unavailability of certain items on the menu;</li>\r\n	<li>The Merchant serving the incorrect orders.</li>\r\n</ul>\r\n\r\n<p>The details of the menu and price list available on the Platform are based on the information provided by the Merchants and we shall not be responsible for any change or cancellation or unavailability. All Menu &amp; Food Images used on our platforms are only representative and shall/might not match with the actual Menu/Food Ordered, StackFood shall not be responsible or Liable for any discrepancies or variations on this aspect.</p>\r\n\r\n<h3>Personal Information that you provide</h3>\r\n\r\n<p>If you want to use our service, you must create an account on our Site. To establish your account, we will ask for personally identifiable information that can be used to contact or identify you, which may include your name, phone number, and e-mail address. We may also collect demographic information about you, such as your zip code, and allow you to submit additional information that will be part of your profile. Other than basic information that we need to establish your account, it will be up to you to decide how much information to share as part of your profile. We encourage you to think carefully about the information that you share and we recommend that you guard your identity and your sensitive information. Of course, you can review and revise your profile at any time.</p>\r\n\r\n<p>You understand that delivery periods quoted to you at the time of confirming the order is an approximate estimate and may vary. We shall not be responsible for any delay in the delivery of your order due to the delay at seller/merchant end for order processing or any other unavoidable circumstances.</p>\r\n\r\n<p>Your order shall be only delivered to the address designated by you at the time of placing the order on the Platform. We reserve the right to cancel the order, in our sole discretion, in the event of any change to the place of delivery and you shall not be entitled to any refund for the same. Delivery in the event of change of the delivery location shall be at our sole discretion and reserve the right to charge with additional delivery fee if required.</p>\r\n\r\n<p>You shall undertake to provide adequate directions, information and authorizations to accept delivery. In the event of any failure to accept delivery, failure to deliver within the estimated time due to your failure to provide appropriate instructions, or authorizations, then such goods shall be deemed to have been delivered to you and all risk and responsibility in relation to such goods shall pass to you and you shall not be entitled to any refund for the same. Our decision in relation to this shall be final and binding. You understand that our liability ends once your order has been delivered to you.</p>\r\n\r\n<p>You might be required to provide your credit or debit card details to the approved payment gateways while making the payment. In this regard, you agree to provide correct and accurate credit/ debit card details to the approved payment gateways for availing the Services. You shall not use the credit/ debit card which is not lawfully owned by you, i.e. in any transaction, you must use your own credit/ debit card. The information provided by you shall not be utilized or shared with any third party unless required in relation to fraud verifications or by law, regulation or court order. You shall be solely responsible for the security and confidentiality of your credit/ debit card details. We expressly disclaim all liabilities that may arise as a consequence of any unauthorized use of your credit/ debit card. You agree that the Services shall be provided by us only during the working hours of the relevant Merchants.</p>\r\n\r\n<h3>ACTIVITIES PROHIBITED ON THE PLATFORM</h3>\r\n\r\n<p>The following is a partial list of the kinds of conduct that are illegal or prohibited on the Websites. StackFood reserves the right to investigate and take appropriate legal action/s against anyone who, in StackFood sole discretion, engages in any of the prohibited activities. Prohibited activities include &mdash; but are not limited to &mdash; the following:</p>\r\n\r\n<ul>\r\n	<li>Using the Websites for any purpose in violation of laws or regulations;</li>\r\n	<li>Posting Content that infringes the intellectual property rights, privacy rights, publicity rights, trade secret rights, or any other rights of any party;</li>\r\n	<li>Posting Content that is unlawful, obscene, defamatory, threatening, harassing, abusive, slanderous, hateful, or embarrassing to any other person or entity as determined by StackFood in its sole discretion or pursuant to local community standards;</li>\r\n	<li>Posting Content that constitutes cyber-bullying, as determined by StackFood in its sole discretion;</li>\r\n	<li>Posting Content that depicts any dangerous, life-threatening, or otherwise risky behavior;</li>\r\n	<li>Posting telephone numbers, street addresses, or last names of any person;</li>\r\n	<li>Posting URLs to external websites or any form of HTML or programming code;</li>\r\n	<li>Posting anything that may be &quot;spam,&quot; as determined by StackFood in its sole discretion;</li>\r\n	<li>Impersonating another person when posting Content;</li>\r\n	<li>Harvesting or otherwise collecting information about others, including email addresses, without their consent;</li>\r\n	<li>Allowing any other person or entity to use your identification for posting or viewing comments;</li>\r\n	<li>Harassing, threatening, stalking, or abusing any person;</li>\r\n	<li>Engaging in any other conduct that restricts or inhibits any other person from using or enjoying the Websites, or which, in the sole discretion of StackFood , exposes eFood or any of its customers, suppliers, or any other parties to any liability or detriment of any type; or</li>\r\n	<li>Encouraging other people to engage in any prohibited activities as described herein.</li>\r\n</ul>\r\n\r\n<p>StackFood&nbsp;reserves the right but is not obligated to do any or all of the following:</p>\r\n\r\n<ul>\r\n	<li>Investigate an allegation that any Content posted on the Websites does not conform to these Terms of Use and determine in its sole discretion to remove or request the removal of the Content;</li>\r\n	<li>Remove Content which is abusive, illegal, or disruptive, or that otherwise fails to conform with these Terms of Use;</li>\r\n	<li>Terminate a user&#39;s access to the Websites upon any breach of these Terms of Use;</li>\r\n	<li>Monitor, edit, or disclose any Content on the Websites; and</li>\r\n	<li>Edit or delete any Content posted on the Websites, regardless of whether such Content violates these standards.</li>\r\n</ul>\r\n\r\n<h3>AMENDMENTS</h3>\r\n\r\n<p>StackFood&nbsp;reserves the right to change or modify these Terms (including our policies which are incorporated into these Terms) at any time by posting changes on the Platform. You are strongly recommended to read these Terms regularly. You will be deemed to have agreed to the amended Terms by your continued use of the Platforms following the date on which the amended Terms are posted.</p>\r\n\r\n<h3>PAYMENT</h3>\r\n\r\n<p>StackFood&nbsp;reserves the right to offer additional payment methods and/or remove existing payment methods at any time in its sole discretion. If you choose to pay using an online payment method, the payment shall be processed by our third party payment service provider(s). With your consent, your credit card / payment information will be stored with our third party payment service provider(s) for future orders. StackFood does not store your credit card or payment information. You must ensure that you have sufficient funds on your credit and debit card to fulfil payment of an Order. Insofar as required, StackFood takes responsibility for payments made on our Platforms including refunds, chargebacks, cancellations and dispute resolution, provided if reasonable and justifiable and in accordance with these Terms.</p>\r\n\r\n<h3>CANCELLATION</h3>\r\n\r\n<p>StackFood&nbsp;can cancel any order anytime due to the foods/products unavailability, out of coverage area and any other unavoidable circumstances.</p>', NULL, '2021-08-22 01:48:01'),
(16, 'business_name', 'Nexbloom', NULL, '2026-03-30 23:11:27'),
(17, 'currency', 'INR', NULL, NULL),
(18, 'logo', '2026-03-30-69cab5c7cfb38.webp', NULL, '2026-03-30 23:11:27'),
(19, 'phone', '9876543210', NULL, NULL),
(20, 'email_address', 'info@nexbloom.com', NULL, '2026-03-30 23:11:28'),
(21, 'address', 'A/862, A/862, Swami Narayan Marg, Block WZ, Shastri Nagar, Delhi, 110052, India', NULL, '2026-03-30 23:11:28'),
(22, 'footer_text', 'Company Name @ 2024', NULL, NULL),
(23, 'customer_verification', '0', NULL, NULL),
(24, 'map_api_key', 'AIzaSyBm324WP5IrhHPc34QeYunXCzxryVwr9tU', NULL, '2025-12-08 13:01:24'),
(25, 'about_us', '<p>Lorem <strong>ipsum </strong>dolor sit amet, <em><strong>consectetur </strong></em>adipiscing elit. <em>Cras </em>dictum massa et dolor porta, rhoncus faucibus magna elementum. Sed porta mattis mollis. Donec ut est pretium, pretium nibh porttitor, <a href=\"http://google.com\">suscipit </a>metus. Sed viverra felis sed elit vehicula sodales. Nullam ante ante, tristique vel tincidunt ac, egestas eget sem. Sed lorem nunc, pellentesque vel ipsum venenatis, pellentesque interdum orci. Suspendisse mauris dui, accumsan at dapibus sed, volutpat quis erat. Nam fringilla nisl eu nunc lobortis, feugiat posuere libero venenatis. Nunc risus lorem, ornare eget congue in, pretium quis enim. Pellentesque elit elit, pharetra eget nunc at, maximus pellentesque diam.</p>\r\n\r\n<p>Praesent fermentum finibus lacus. Nulla tincidunt lectus sed purus facilisis hendrerit. Maecenas volutpat elementum orci, tincidunt euismod ante facilisis ac. Integer dignissim iaculis varius. Mauris iaculis elit vel posuere pellentesque. Praesent a mi sed neque ullamcorper dignissim sed ut nibh. Sed purus dui, sodales in varius in, accumsan at libero. Vestibulum posuere dui et orci tincidunt, ac consequat felis venenatis.</p>\r\n\r\n<p>Morbi sodales, nisl iaculis fringilla imperdiet, metus tortor semper quam, a fringilla nulla dui nec dolor. Phasellus lacinia aliquam ligula sed porttitor. Cras feugiat eros ut arcu commodo dictum. Integer tincidunt nisl id nisl consequat molestie. Integer elit tortor, ultrices sit amet nunc vitae, feugiat tempus mauris. Morbi volutpat consectetur felis sed porttitor. Praesent in urna erat.</p>\r\n\r\n<p>Aenean mollis luctus dolor, eu interdum velit faucibus eu. Suspendisse vitae efficitur erat. In facilisis nisi id arcu scelerisque bibendum. Nunc a placerat enim. Donec pharetra, velit quis facilisis tempus, lectus est imperdiet nisl, in tempus tortor dolor iaculis dolor. Nunc vitae molestie turpis. Nam vitae lobortis massa. Nam pharetra non felis in porta.</p>\r\n\r\n<p>Vivamus pulvinar diam vel felis dignissim tincidunt. Donec hendrerit non est sed volutpat. In egestas ex tortor, at convallis nunc porttitor at. Fusce sed cursus risus. Nam metus sapien, viverra eget felis id, maximus convallis lacus. Donec nec lacus vitae ex hendrerit ultricies non vel risus. Morbi malesuada ipsum iaculis augue convallis vehicula. Proin eget dolor dignissim, volutpat purus ac, ultricies risus. Pellentesque semper, mauris et pharetra accumsan, ante velit faucibus ex, a mattis metus odio vel ligula. Pellentesque elementum suscipit laoreet. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer a turpis sed massa blandit iaculis. Sed aliquet, justo vestibulum euismod rhoncus, nisi dui fringilla sapien, non tempor nunc lectus vitae dolor. Suspendisse potenti.</p>\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dictum massa et dolor porta, rhoncus faucibus magna elementum. Sed porta mattis mollis. Donec ut est pretium, pretium nibh porttitor, suscipit metus. Sed viverra felis sed elit vehicula sodales. Nullam ante ante, tristique vel tincidunt ac, egestas eget sem. Sed lorem nunc, pellentesque vel ipsum venenatis, pellentesque interdum orci. Suspendisse mauris dui, accumsan at dapibus sed, volutpat quis erat. Nam fringilla nisl eu nunc lobortis, feugiat posuere libero venenatis. Nunc risus lorem, ornare eget congue in, pretium quis enim. Pellentesque elit elit, pharetra eget nunc at, maximus pellentesque diam.</p>\r\n\r\n<p>Praesent fermentum finibus lacus. Nulla tincidunt lectus sed purus facilisis hendrerit. Maecenas volutpat elementum orci, tincidunt euismod ante facilisis ac. Integer dignissim iaculis varius. Mauris iaculis elit vel posuere pellentesque. Praesent a mi sed neque ullamcorper dignissim sed ut nibh. Sed purus dui, sodales in varius in, accumsan at libero. Vestibulum posuere dui et orci tincidunt, ac consequat felis venenatis.</p>\r\n\r\n<p>Morbi sodales, nisl iaculis fringilla imperdiet, metus tortor semper quam, a fringilla nulla dui nec dolor. Phasellus lacinia aliquam ligula sed porttitor. Cras feugiat eros ut arcu commodo dictum. Integer tincidunt nisl id nisl consequat molestie. Integer elit tortor, ultrices sit amet nunc vitae, feugiat tempus mauris. Morbi volutpat consectetur felis sed porttitor. Praesent in urna erat.</p>\r\n\r\n<p>Aenean mollis luctus dolor, eu interdum velit faucibus eu. Suspendisse vitae efficitur erat. In facilisis nisi id arcu scelerisque bibendum. Nunc a placerat enim. Donec pharetra, velit quis facilisis tempus, lectus est imperdiet nisl, in tempus tortor dolor iaculis dolor. Nunc vitae molestie turpis. Nam vitae lobortis massa. Nam pharetra non felis in porta.</p>\r\n\r\n<p>Vivamus pulvinar diam vel felis dignissim tincidunt. Donec hendrerit non est sed volutpat. In egestas ex tortor, at convallis nunc porttitor at. Fusce sed cursus risus. Nam metus sapien, viverra eget felis id, maximus convallis lacus. Donec nec lacus vitae ex hendrerit ultricies non vel risus. Morbi malesuada ipsum iaculis augue convallis vehicula. Proin eget dolor dignissim, volutpat purus ac, ultricies risus. Pellentesque semper, mauris et pharetra accumsan, ante velit faucibus ex, a mattis metus odio vel ligula. Pellentesque elementum suscipit laoreet. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer a turpis sed massa blandit iaculis. Sed aliquet, justo vestibulum euismod rhoncus, nisi dui fringilla sapien, non tempor nunc lectus vitae dolor. Suspendisse potenti.</p>\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dictum massa et dolor porta, rhoncus faucibus magna elementum. Sed porta mattis mollis. Donec ut est pretium, pretium nibh porttitor, suscipit metus. Sed viverra felis sed elit vehicula sodales. Nullam ante ante, tristique vel tincidunt ac, egestas eget sem. Sed lorem nunc, pellentesque vel ipsum venenatis, pellentesque interdum orci. Suspendisse mauris dui, accumsan at dapibus sed, volutpat quis erat. Nam fringilla nisl eu nunc lobortis, feugiat posuere libero venenatis. Nunc risus lorem, ornare eget congue in, pretium quis enim. Pellentesque elit elit, pharetra eget nunc at, maximus pellentesque diam.</p>\r\n\r\n<p>Praesent fermentum finibus lacus. Nulla tincidunt lectus sed purus facilisis hendrerit. Maecenas volutpat elementum orci, tincidunt euismod ante facilisis ac. Integer dignissim iaculis varius. Mauris iaculis elit vel posuere pellentesque. Praesent a mi sed neque ullamcorper dignissim sed ut nibh. Sed purus dui, sodales in varius in, accumsan at libero. Vestibulum posuere dui et orci tincidunt, ac consequat felis venenatis.</p>\r\n\r\n<p>Morbi sodales, nisl iaculis fringilla imperdiet, metus tortor semper quam, a fringilla nulla dui nec dolor. Phasellus lacinia aliquam ligula sed porttitor. Cras feugiat eros ut arcu commodo dictum. Integer tincidunt nisl id nisl consequat molestie. Integer elit tortor, ultrices sit amet nunc vitae, feugiat tempus mauris. Morbi volutpat consectetur felis sed porttitor. Praesent in urna erat.</p>\r\n\r\n<p>Aenean mollis luctus dolor, eu interdum velit faucibus eu. Suspendisse vitae efficitur erat. In facilisis nisi id arcu scelerisque bibendum. Nunc a placerat enim. Donec pharetra, velit quis facilisis tempus, lectus est imperdiet nisl, in tempus tortor dolor iaculis dolor. Nunc vitae molestie turpis. Nam vitae lobortis massa. Nam pharetra non felis in porta.</p>\r\n\r\n<p>Vivamus pulvinar diam vel felis dignissim tincidunt. Donec hendrerit non est sed volutpat. In egestas ex tortor, at convallis nunc porttitor at. Fusce sed cursus risus. Nam metus sapien, viverra eget felis id, maximus convallis lacus. Donec nec lacus vitae ex hendrerit ultricies non vel risus. Morbi malesuada ipsum iaculis augue convallis vehicula. Proin eget dolor dignissim, volutpat purus ac, ultricies risus. Pellentesque semper, mauris et pharetra accumsan, ante velit faucibus ex, a mattis metus odio vel ligula. Pellentesque elementum suscipit laoreet. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer a turpis sed massa blandit iaculis. Sed aliquet, justo vestibulum euismod rhoncus, nisi dui fringilla sapien, non tempor nunc lectus vitae dolor. Suspendisse potenti.</p>\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dictum massa et dolor porta, rhoncus faucibus magna elementum. Sed porta mattis mollis. Donec ut est pretium, pretium nibh porttitor, suscipit metus. Sed viverra felis sed elit vehicula sodales. Nullam ante ante, tristique vel tincidunt ac, egestas eget sem. Sed lorem nunc, pellentesque vel ipsum venenatis, pellentesque interdum orci. Suspendisse mauris dui, accumsan at dapibus sed, volutpat quis erat. Nam fringilla nisl eu nunc lobortis, feugiat posuere libero venenatis. Nunc risus lorem, ornare eget congue in, pretium quis enim. Pellentesque elit elit, pharetra eget nunc at, maximus pellentesque diam.</p>\r\n\r\n<p>Praesent fermentum finibus lacus. Nulla tincidunt lectus sed purus facilisis hendrerit. Maecenas volutpat elementum orci, tincidunt euismod ante facilisis ac. Integer dignissim iaculis varius. Mauris iaculis elit vel posuere pellentesque. Praesent a mi sed neque ullamcorper dignissim sed ut nibh. Sed purus dui, sodales in varius in, accumsan at libero. Vestibulum posuere dui et orci tincidunt, ac consequat felis venenatis.</p>\r\n\r\n<p>Morbi sodales, nisl iaculis fringilla imperdiet, metus tortor semper quam, a fringilla nulla dui nec dolor. Phasellus lacinia aliquam ligula sed porttitor. Cras feugiat eros ut arcu commodo dictum. Integer tincidunt nisl id nisl consequat molestie. Integer elit tortor, ultrices sit amet nunc vitae, feugiat tempus mauris. Morbi volutpat consectetur felis sed porttitor. Praesent in urna erat.</p>\r\n\r\n<p>Aenean mollis luctus dolor, eu interdum velit faucibus eu. Suspendisse vitae efficitur erat. In facilisis nisi id arcu scelerisque bibendum. Nunc a placerat enim. Donec pharetra, velit quis facilisis tempus, lectus est imperdiet nisl, in tempus tortor dolor iaculis dolor. Nunc vitae molestie turpis. Nam vitae lobortis massa. Nam pharetra non felis in porta.</p>\r\n\r\n<p>Vivamus pulvinar diam vel felis dignissim tincidunt. Donec hendrerit non est sed volutpat. In egestas ex tortor, at convallis nunc porttitor at. Fusce sed cursus risus. Nam metus sapien, viverra eget felis id, maximus convallis lacus. Donec nec lacus vitae ex hendrerit ultricies non vel risus. Morbi malesuada ipsum iaculis augue convallis vehicula. Proin eget dolor dignissim, volutpat purus ac, ultricies risus. Pellentesque semper, mauris et pharetra accumsan, ante velit faucibus ex, a mattis metus odio vel ligula. Pellentesque elementum suscipit laoreet. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer a turpis sed massa blandit iaculis. Sed aliquet, justo vestibulum euismod rhoncus, nisi dui fringilla sapien, non tempor nunc lectus vitae dolor. Suspendisse potenti.</p>', NULL, '2021-07-28 07:09:19'),
(26, 'privacy_policy', '<h2>This is a Demo Privacy Policy</h2>\r\n\r\n<p>This policy explains how StackFood&nbsp;website and related applications (the &ldquo;Site&rdquo;, &ldquo;we&rdquo; or &ldquo;us&rdquo;) collects, uses, shares and protects the personal information that we collect through this site or different channels. StackFood has established the site to link up the users who need foods or grocery items to be shipped or delivered by the riders from the affiliated restaurants or shops to the desired location. This policy also applies to any mobile applications that we develop for use with our services on the Site, and references to this &ldquo;Site&rdquo;, &ldquo;we&rdquo; or &ldquo;us&rdquo; is intended to also include these mobile applications. Please read below to learn more about our information policies. By using this Site, you agree to these policies.</p>\r\n\r\n<h2>How the Information is collected</h2>\r\n\r\n<h3>Information provided by web browser</h3>\r\n\r\n<p>You have to provide us with personal information like your name, contact no, mailing address and email id, our app will also fetch your location information in order to give you the best service. Like many other websites, we may record information that your web browser routinely shares, such as your browser type, browser language, software and hardware attributes, the date and time of your visit, the web page from which you came, your Internet Protocol address and the geographic location associated with that address, the pages on this Site that you visit and the time you spent on those pages. This will generally be anonymous data that we collect on an aggregate basis.</p>\r\n\r\n<h3>Personal Information that you provide</h3>\r\n\r\n<p>If you want to use our service, you must create an account on our Site. To establish your account, we will ask for personally identifiable information that can be used to contact or identify you, which may include your name, phone number, and e-mail address. We may also collect demographic information about you, such as your zip code, and allow you to submit additional information that will be part of your profile. Other than basic information that we need to establish your account, it will be up to you to decide how much information to share as part of your profile. We encourage you to think carefully about the information that you share and we recommend that you guard your identity and your sensitive information. Of course, you can review and revise your profile at any time.</p>\r\n\r\n<h3>Payment Information</h3>\r\n\r\n<p>To make the payment online for availing our services, you have to provide the bank account, mobile financial service (MFS), debit card, credit card information to the StackFood platform.</p>\r\n\r\n<h2>How the Information is collected</h2>\r\n\r\n<h3>Session and Persistent Cookies</h3>\r\n\r\n<p>Cookies are small text files that are placed on your computer by websites that you visit. They are widely used in order to make websites work, or work more efficiently, as well as to provide information to the owners of the site. As is commonly done on websites, we may use cookies and similar technology to keep track of our users and the services they have elected. We use both &ldquo;session&rdquo; and &ldquo;persistent&rdquo; cookies. Session cookies are deleted after you leave our website and when you close your browser. We use data collected with session cookies to enable certain features on our Site, to help us understand how users interact with our Site, and to monitor at an aggregate level Site usage and web traffic routing. We may allow business partners who provide services to our Site to place cookies on your computer that assist us in analyzing usage data. We do not allow these business partners to collect your personal information from our website except as may be necessary for the services that they provide.</p>\r\n\r\n<h3>Web Beacons</h3>\r\n\r\n<p>We may also use web beacons or similar technology to help us track the effectiveness of our communications.</p>\r\n\r\n<h3>Advertising Cookies</h3>\r\n\r\n<p>We may use third parties, such as Google, to serve ads about our website over the internet. These third parties may use cookies to identify ads that may be relevant to your interest (for example, based on your recent visit to our website), to limit the number of times that you see an ad, and to measure the effectiveness of the ads.</p>\r\n\r\n<h3>Google Analytics</h3>\r\n\r\n<p>We may also use Google Analytics or a similar service to gather statistical information about the visitors to this Site and how they use the Site. This, also, is done on an anonymous basis. We will not try to associate anonymous data with your personally identifiable data. If you would like to learn more about Google Analytics, please click here.</p>', NULL, '2021-08-22 01:49:58'),
(27, 'minimum_shipping_charge', '10', NULL, NULL),
(28, 'per_km_shipping_charge', '1.98', NULL, NULL),
(29, 'digital_payment', '{\"status\":\"1\"}', '2021-07-01 14:27:38', '2024-07-11 05:12:52'),
(30, 'ssl_commerz_payment', '{\"status\":\"0\",\"store_id\":null,\"store_password\":null}', '2021-07-04 15:41:24', '2022-03-23 04:21:28'),
(31, 'razor_pay', '{\"status\":\"0\",\"razor_key\":null,\"razor_secret\":null}', '2021-07-04 15:41:28', '2022-03-23 04:21:38'),
(32, 'paypal', '{\"status\":\"0\",\"paypal_client_id\":null,\"paypal_secret\":null}', '2021-07-04 15:41:34', '2022-03-23 04:21:49'),
(33, 'paystack', '{\"status\":\"0\",\"publicKey\":null,\"secretKey\":null,\"paymentUrl\":null,\"merchantEmail\":null}', '2021-07-04 15:41:42', '2022-03-23 04:22:15'),
(34, 'senang_pay', '{\"status\":\"1\",\"secret_key\":null,\"published_key\":null,\"merchant_id\":null}', '2021-07-04 15:41:48', '2022-03-23 04:22:25'),
(35, 'order_handover_message', '{\"status\":1,\"message\":\"Delivery man is on the way\"}', NULL, NULL),
(36, 'order_cancled_message', '{\"status\":1,\"message\":\"Order is canceled by your request\"}', NULL, NULL),
(37, 'timezone', 'Africa/Abidjan', NULL, '2026-03-30 23:11:27'),
(38, 'order_delivery_verification', '1', NULL, NULL),
(39, 'currency_symbol_position', 'left', NULL, NULL),
(40, 'schedule_order', '1', NULL, NULL),
(41, 'app_minimum_version', '0', NULL, NULL),
(42, 'tax', NULL, NULL, NULL),
(43, 'admin_commission', '10', NULL, NULL),
(44, 'country', 'IN', NULL, NULL),
(45, 'app_url', 'https://www.google.com', NULL, NULL),
(46, 'default_location', '{\"lat\":\"28.67081714347637\",\"lng\":\"77.18333805574484\"}', NULL, '2026-03-30 23:11:28'),
(47, 'twilio_sms', '{\"status\":\"0\",\"sid\":null,\"messaging_service_id\":null,\"token\":null,\"from\":null,\"otp_template\":\"Your otp is #OTP#.\"}', '2022-03-23 15:16:08', '2022-03-23 15:16:08'),
(48, 'nexmo_sms', '{\"status\":\"0\",\"api_key\":null,\"api_secret\":null,\"signature_secret\":\"\",\"private_key\":\"\",\"application_id\":\"\",\"from\":null,\"otp_template\":\"Your otp is #OTP#.\"}', '2022-03-23 15:16:18', '2022-03-23 15:16:18'),
(49, '2factor_sms', '{\"status\":\"0\",\"api_key\":null}', '2022-03-23 15:16:26', '2022-03-23 15:16:26'),
(50, 'msg91_sms', '{\"status\":\"0\",\"template_id\":null,\"authkey\":null}', '2022-03-23 15:16:33', '2022-03-23 15:16:33'),
(51, 'free_delivery_over', '700', NULL, NULL),
(52, 'maintenance_mode', '0', '2021-09-08 15:44:28', '2021-09-08 15:44:28'),
(53, 'app_minimum_version_ios', NULL, '2021-09-21 22:54:10', '2021-09-21 22:54:10'),
(54, 'app_minimum_version_android', NULL, '2021-09-21 22:54:10', '2021-09-21 22:54:10'),
(55, 'app_url_ios', NULL, '2021-09-21 22:54:10', '2021-09-21 22:54:10'),
(56, 'app_url_android', NULL, '2021-09-21 22:54:10', '2021-09-21 22:54:10'),
(57, 'flutterwave', '{\"status\":1,\"public_key\":\"FLWPUBK_TEST-3f6a0b6c3d621c4ecbb9beeff516c92b-X\",\"secret_key\":\"FLWSECK_TEST-ec27426eb062491500a9eb95723b5436-X\",\"hash\":\"FLWSECK_TEST951e36220f66\"}', '2021-09-21 22:54:10', '2021-09-21 22:54:10'),
(58, 'dm_maximum_orders', '50', '2021-09-24 17:46:13', '2021-09-24 17:46:13'),
(59, 'order_confirmation_model', 'deliveryman', '2021-10-17 00:05:08', '2021-10-17 00:05:08'),
(60, 'popular_food', '1', '2021-10-17 00:05:08', '2021-10-17 00:05:08'),
(61, 'popular_restaurant', '1', '2021-10-17 00:05:08', '2021-10-17 00:05:08'),
(62, 'new_restaurant', '1', '2021-10-17 00:05:08', '2021-10-17 00:05:08'),
(63, 'mercadopago', '{\"status\":1,\"public_key\":\"\",\"access_token\":\"\"}', '2021-10-17 00:05:08', '2021-10-17 00:05:08'),
(64, 'map_api_key_server', 'AIzaSyBm324WP5IrhHPc34QeYunXCzxryVwr9tU', NULL, '2025-12-08 13:01:24'),
(66, 'most_reviewed_foods', '1', '2021-11-15 15:55:37', '2021-11-15 15:55:37'),
(67, 'landing_page_text', '{\"header_title_1\":\"Food App\",\"header_title_2\":\"Why stay hungry when you can order from StackFood\",\"header_title_3\":\"Get 10% OFF on your first order\",\"about_title\":\"StackFood is Best Delivery Service Near You\",\"why_choose_us\":\"Why Choose Us?\",\"why_choose_us_title\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\"testimonial_title\":\"Trusted by Customer & Restaurant Owner\",\"footer_article\":\"Suspendisse ultrices at diam lectus nullam. Nisl, sagittis viverra enim erat tortor ultricies massa turpis. Arcu pulvinar.\"}', '2021-11-15 15:55:37', '2021-11-15 15:55:37'),
(68, 'landing_page_links', '{\"app_url_android_status\":\"1\",\"app_url_android\":\"https:\\/\\/play.google.com\",\"app_url_ios_status\":\"1\",\"app_url_ios\":\"https:\\/\\/www.apple.com\\/app-store\",\"web_app_url_status\":\"1\",\"web_app_url\":\"https:\\/\\/stackfood.6amtech.com\\/\"}', '2021-11-15 15:55:37', '2021-11-15 15:55:37'),
(69, 'speciality', '[{\"img\":\"clean_&_cheap_icon.png\",\"title\":\"Clean & Cheap Price\"},{\"img\":\"best_dishes_icon.png\",\"title\":\"Best Dishes Near You\"},{\"img\":\"virtual_restaurant_icon.png\",\"title\":\"Your Own Virtual Restaurant\"}]', '2021-11-15 15:55:37', '2021-11-15 15:55:37'),
(70, 'testimonial', '[{\"img\":\"img-1.png\",\"name\":\"Barry Allen\",\"position\":\"Web Designer\",\"detail\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. A\\r\\n                    aliquam amet animi blanditiis consequatur debitis dicta\\r\\n                    distinctio, enim error eum iste libero modi nam natus\\r\\n                    perferendis possimus quasi sint sit tempora voluptatem. Est,\\r\\n                    exercitationem id ipsa ipsum laboriosam perferendis temporibus!\"},{\"img\":\"img-2.png\",\"name\":\"Sophia Martino\",\"position\":\"Web Designer\",\"detail\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. A aliquam amet animi blanditiis consequatur debitis dicta distinctio, enim error eum iste libero modi nam natus perferendis possimus quasi sint sit tempora voluptatem. Est, exercitationem id ipsa ipsum laboriosam perferendis temporibus!\"},{\"img\":\"img-3.png\",\"name\":\"Alan Turing\",\"position\":\"Web Designer\",\"detail\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. A aliquam amet animi blanditiis consequatur debitis dicta distinctio, enim error eum iste libero modi nam natus perferendis possimus quasi sint sit tempora voluptatem. Est, exercitationem id ipsa ipsum laboriosam perferendis temporibus!\"},{\"img\":\"img-4.png\",\"name\":\"Ann Marie\",\"position\":\"Web Designer\",\"detail\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. A aliquam amet animi blanditiis consequatur debitis dicta distinctio, enim error eum iste libero modi nam natus perferendis possimus quasi sint sit tempora voluptatem. Est, exercitationem id ipsa ipsum laboriosam perferendis temporibus!\"}]', '2021-11-15 15:55:37', '2021-11-15 15:55:37'),
(71, 'landing_page_images', '{\"top_content_image\":\"double_screen_image.png\",\"about_us_image\":\"about_us_image.png\"}', '2021-11-15 15:55:37', '2021-11-15 15:55:37'),
(72, 'paymob_accept', '{\"status\":\"0\",\"api_key\":null,\"iframe_id\":null,\"integration_id\":null,\"hmac\":null}', '2021-11-15 15:55:37', '2021-11-15 15:55:37'),
(73, 'admin_order_notification', '1', NULL, NULL),
(74, 'swish_payment', '{\"status\":\"1\"}', NULL, '2021-12-28 12:02:40'),
(76, 'service_charge', '12', NULL, NULL),
(77, 'social_login', '[{\"login_medium\":\"google\",\"client_id\":\"demo\",\"client_secret\":\"demo\",\"status\":\"1\"},{\"login_medium\":\"facebook\",\"client_id\":null,\"client_secret\":null,\"status\":\"0\"}]', NULL, '2025-07-21 20:58:20'),
(78, 'language', '[\"en\"]', NULL, '2024-10-11 00:47:45'),
(79, 'timeformat', '12', NULL, NULL),
(80, 'canceled_by_restaurant', '0', NULL, NULL),
(81, 'canceled_by_deliveryman', '1', NULL, NULL),
(82, 'show_dm_earning', '1', NULL, NULL),
(83, 'recaptcha', '{\"status\":\"1\",\"site_key\":\"6LdzllYsAAAAACOrrsNNtUv8mublUKk7rwHWh55a\",\"secret_key\":\"6LdzllYsAAAAAIvgcpUyUzjjVkRRc4BZNVtQ561J\"}', '2022-03-23 15:17:39', '2026-01-26 13:38:01'),
(84, 'toggle_veg_non_veg', '1', NULL, NULL),
(85, 'toggle_dm_registration', '1', NULL, NULL),
(86, 'toggle_restaurant_registration', '1', NULL, NULL),
(87, 'order_refunded_message', '{\"status\":1,\"message\":\"Order is refunded successfully\"}', NULL, NULL),
(88, 'liqpay', '{\"status\":\"1\",\"public_key\":null,\"private_key\":null}', NULL, '2022-02-27 05:15:40'),
(89, 'klarna', '{\"status\":\"1\",\"region\":\"america\",\"username\":\"PN06804_1a368db08f6d\",\"password\":\"6ljrP6BDJNKT6F2y\"}', NULL, '2022-01-26 08:30:51'),
(90, 'fatoorah', '{\"status\":\"1\",\"api_key\":\"rLtt6JWvbUHDDhsZnfpAhpYk4dxYDQkbcPTyGaKp2TYqQgG7FGZ5Th_WD53Oq8Ebz6A53njUoo1w3pjU1D4vs_ZMqFiz_j0urb_BH9Oq9VZoKFoJEDAbRZepGcQanImyYrry7Kt6MnMdgfG5jn4HngWoRdKduNNyP4kzcp3mRv7x00ahkm9LAK7ZRieg7k1PDAnBIOG3EyVSJ5kK4WLMvYr7sCwHbHcu4A5WwelxYK0GMJy37bNAarSJDFQsJ2ZvJjvMDmfWwDVFEVe_5tOomfVNt6bOg9mexbGjMrnHBnKnZR1vQbBtQieDlQepzTZMuQrSuKn-t5XZM7V6fCW7oP-uXGX-sMOajeX65JOf6XVpk29DP6ro8WTAflCDANC193yof8-f5_EYY-3hXhJj7RBXmizDpneEQDSaSz5sFk0sV5qPcARJ9zGG73vuGFyenjPPmtDtXtpx35A-BVcOSBYVIWe9kndG3nclfefjKEuZ3m4jL9Gg1h2JBvmXSMYiZtp9MR5I6pvbvylU_PP5xJFSjVTIz7IQSjcVGO41npnwIxRXNRxFOdIUHn0tjQ-7LwvEcTXyPsHXcMD8WtgBh-wxR8aKX7WPSsT1O8d8reb2aR7K3rkV3K82K_0OgawImEpwSvp9MNKynEAJQS6ZHe_J_l77652xwPNxMRTMASk1ZsJL\"}', NULL, '2022-02-20 11:05:26'),
(91, 'bkash', '{\"status\":\"1\",\"api_key\":\"5tunt4masn6pv2hnvte1sb5n3j\",\"api_secret\":\"1vggbqd4hqk9g96o9rrrp2jftvek578v7d2bnerim12a87dbrrka\",\"username\":\"sandboxTestUser\",\"password\":\"hWD@8vtzw0\"}', NULL, '2022-02-27 04:37:26'),
(92, 'paytabs', '{\"status\":\"1\",\"profile_id\":null,\"server_key\":null,\"base_url\":null}', NULL, '2022-02-27 06:06:19'),
(93, 'paytm', '{\"status\":\"1\",\"paytm_merchant_key\":null,\"paytm_merchant_mid\":null,\"paytm_merchant_website\":null,\"paytm_refund_url\":null}', NULL, '2022-02-27 06:06:37'),
(94, 'schedule_order_slot_duration', '30', NULL, NULL),
(95, 'digit_after_decimal_point', '0', NULL, NULL),
(96, 'icon', '2026-03-30-69cab5c80c720.webp', NULL, '2026-03-30 23:11:28'),
(97, 'toggle_store_registration', '1', NULL, NULL),
(98, 'canceled_by_store', '1', NULL, NULL),
(99, 'parcel_per_km_shipping_charge', '10', NULL, NULL),
(100, 'parcel_minimum_shipping_charge', '12', NULL, NULL),
(101, 'parcel_commission_dm', '20', NULL, NULL),
(102, 'landing_page_links', '{\"app_url_android_status\":\"1\",\"app_url_android\":\"https:\\/\\/play.google.com\",\"app_url_ios_status\":\"1\",\"app_url_ios\":\"https:\\/\\/www.apple.com\\/app-store\",\"web_app_url_status\":\"1\",\"web_app_url\":\"https:\\/\\/stackfood.6amtech.com\\/\"}', NULL, NULL),
(103, 'wallet_status', '1', '2022-07-05 03:26:19', '2022-07-05 03:26:19'),
(104, 'loyalty_point_status', '1', '2022-07-05 03:26:19', '2022-07-05 03:26:19'),
(105, 'ref_earning_status', '1', '2022-07-05 03:26:19', '2022-07-05 03:26:19'),
(106, 'wallet_add_refund', '1', '2022-07-05 03:26:19', '2022-07-05 03:26:19'),
(107, 'loyalty_point_exchange_rate', '1', '2022-07-05 03:26:20', '2022-07-05 03:26:20'),
(108, 'ref_earning_exchange_rate', '10', '2022-07-05 03:26:20', '2022-07-05 03:26:20'),
(109, 'loyalty_point_item_purchase_point', '1', '2022-07-05 03:26:20', '2022-07-05 03:26:20'),
(110, 'loyalty_point_minimum_point', '1000', '2022-07-05 03:26:20', '2022-07-05 03:26:20'),
(111, 'refund_active_status', '0', '2022-07-05 03:26:20', '2022-07-05 03:26:20'),
(112, 'dm_tips_status', '1', '2022-07-05 03:26:20', '2022-07-05 03:26:20'),
(113, 'system_language', '[{\"id\":1,\"direction\":\"ltr\",\"code\":\"en\",\"status\":1,\"default\":true}]', '2023-08-15 23:29:41', '2024-10-11 00:47:45'),
(114, 'site_direction', NULL, NULL, NULL),
(115, 'cookies_text', 'We use cookies to enhance your experience on our website. By continuing to browse, you agree to the', NULL, '2026-03-30 23:11:28'),
(116, 'tax_included', '1', NULL, NULL),
(117, 'partial_payment_status', '1', NULL, NULL),
(118, 'partial_payment_method', 'both', NULL, NULL),
(119, 'order_notification_type', 'firebase', NULL, NULL),
(120, 'admin_free_delivery_status', '1', NULL, '2025-04-28 21:09:37'),
(121, 'additional_charge_status', '1', NULL, NULL),
(122, 'additional_charge_name', 'Platform Fee', NULL, NULL),
(123, 'additional_charge', '5', NULL, NULL),
(124, 'prescription_order_status', '1', NULL, NULL),
(125, 'delivery_charge_comission', '5', NULL, NULL),
(126, 'opening_time', '06:00', NULL, NULL),
(127, 'closing_time', '18:00', NULL, NULL),
(128, 'landing_page', '1', '2023-08-15 23:56:24', '2023-08-15 23:56:24'),
(129, 'landing_integration_type', 'file_upload', '2023-08-15 23:56:24', '2023-08-15 23:56:24'),
(130, 'mobile_app_section_heading', 'Download the App for Enjoy Best Restaurant Test', '2023-08-17 00:26:56', '2023-08-17 00:26:56'),
(131, 'mobile_app_section_text', 'Default Text Mobile App Section', '2023-08-17 00:26:56', '2023-08-17 00:26:56'),
(132, 'feature_section_description', 'Feature section description', '2023-08-17 00:26:56', '2023-08-17 00:26:56'),
(133, 'Feature section description', '{\"app_url_android_status\":\"0\",\"app_url_android\":\"https:\\/\\/play.google.com\",\"app_url_ios_status\":\"0\",\"app_url_ios\":\"https:\\/\\/www.apple.com\\/app-store\",\"web_app_url_status\":\"0\",\"web_app_url\":\"https:\\/\\/6ammart-web.6amtech.com\\/\"}', '2023-08-17 00:26:56', '2023-08-17 00:26:56'),
(134, 'home_delivery_status', '1', '2023-08-17 00:26:56', '2023-08-17 00:26:56'),
(135, 'takeaway_status', '1', '2023-08-17 00:26:56', '2023-08-17 00:26:56'),
(136, 'dm_picture_upload_status', '1', NULL, NULL),
(137, 'offline_payment_status', NULL, NULL, '2023-10-16 20:16:58'),
(138, 'guest_checkout_status', '1', NULL, NULL),
(139, 'check_daily_subscription_validity_check', '2026-07-15', '2024-06-05 20:15:07', '2026-07-15 00:39:32'),
(140, 'commission_business_model', '1', '2024-06-05 20:16:14', '2024-06-05 20:16:14'),
(141, 'subscription_business_model', '1', '2024-06-05 20:16:14', '2025-07-21 20:42:53'),
(142, 'subscription_free_trial_days', '7', '2024-06-05 23:23:50', '2024-06-05 23:23:50'),
(143, 'subscription_free_trial_type', 'day', '2024-06-05 23:23:50', '2024-06-05 23:23:50'),
(144, 'subscription_free_trial_status', '1', '2024-06-05 23:23:55', '2024-06-05 23:23:55'),
(145, 'subscription_deadline_warning_days', '7', '2024-06-05 23:24:02', '2024-06-05 23:24:02'),
(146, 'subscription_deadline_warning_message', 'Your subscription ending soon. Please renew to continue access.', '2024-06-05 23:24:02', '2024-06-05 23:27:22'),
(147, 'subscription_usage_max_time', '80', '2024-06-05 23:24:14', '2024-06-05 23:24:14'),
(148, 'apple_login', '[{\"login_medium\":\"apple\",\"client_id\":\"\",\"client_secret\":\"\",\"team_id\":\"\",\"key_id\":\"\",\"service_file\":\"\",\"redirect_url\":\"\",\"status\":\"\"}]', '2024-06-05 23:39:00', '2024-06-05 23:39:00'),
(149, 'opening_day', 'sunday', NULL, NULL),
(150, 'closing_day', 'saturday', NULL, NULL),
(151, 'backgroundChange', '{\"primary_1_hex\":\"#ff2b00\",\"primary_1_rgb\":\"255, 43, 0\",\"primary_2_hex\":\"#fa5300\",\"primary_2_rgb\":\"250, 83, 0\"}', NULL, NULL),
(152, 'add_fund_status', '1', NULL, NULL),
(153, 'new_customer_discount_status', '1', NULL, NULL),
(154, 'new_customer_discount_amount', '10', NULL, NULL),
(155, 'new_customer_discount_amount_type', 'percentage', NULL, NULL),
(156, 'new_customer_discount_amount_validity', '3', NULL, NULL),
(157, 'new_customer_discount_validity_type', 'day', NULL, NULL),
(158, 'dm_max_cash_in_hand', '10000', '2024-10-07 19:02:25', '2024-10-07 19:02:25'),
(159, 'country_picker_status', '1', '2024-10-07 19:02:25', '2024-10-07 19:02:25'),
(160, 'schedule_order_slot_duration_time_format', 'min', NULL, NULL),
(161, 'extra_packaging_data', '{\"grocery\":\"1\",\"food\":\"1\",\"pharmacy\":0,\"ecommerce\":\"1\",\"parcel\":0}', NULL, NULL),
(162, 'min_amount_to_pay_dm', '500', NULL, NULL),
(163, 'cash_in_hand_overflow_delivery_man', '1', NULL, NULL),
(164, 'push_notification_service_file_content', '{\r\n  \"type\": \"service_account\",\r\n  \"project_id\": \"nexbloom-by-codecs\",\r\n  \"private_key_id\": \"5cd30da7b180cb919bf5f4766048cdde631eb412\",\r\n  \"private_key\": \"-----BEGIN PRIVATE KEY-----\\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDmBB9oS/w208c/\\n/xUTykRzd+4oX1wOL/LN/coliU5Ndy1DJPXOyOLRI16xbFn1NTOxtzqZ9Epvk8fq\\nUg354NPhoyf3DoKIup3jwi1OTgVZbjUG1S6HnUtTjfomSzjbLJwaSWfOBmQG7rng\\nFUXXaXRQNUbw8PpJHkb79QM0iSQYMgAZ6pqhNp46Uzd21Bh3Zq768aJ76801sxVl\\nADVX1B/wqutVecY5XoxRX+S3r/oW3/3IYKFbUt6jERs1aWUlJyI0hADF5sCyVdn4\\nBlLcsVZqU4gF0MV0Y1SfAg1sMV3OmALhrhNaxqeQ6Jyc3FLfQJ+OS6X583P8ZcHa\\nquh3NA2pAgMBAAECggEAH4mAgOgCMcZBsyLspzpRaP+QQNV/pVZU/9dZ6GGgwdBN\\nqBTLkHRMsl4bdU96L2ZXAHkzPg6XnMrHW00FgOBJoiNLrye8erYTleR2xR4UxQPu\\nSKc2v6ivvkoLepqlC1qyIIyLVgfcSR225eQkyk85f7x+TeTMfEqmyD76FzGX0v/Y\\nJNMn5J53kEqr6SNPXiwoLU357J2FU0Xd+xKINmpenPvtehW1K/XOHWt0tG3Zwh+Y\\nJBGRSsj4pBebweW5qrAM5r2NK1PhpwpbeUVHm4uUpVr5C6eD8DvoM3NsxBvuKXZc\\nFTNZS/KU6JPKYbb8VCw6D75VRxCKRDPg7b+b6Xcy/QKBgQD2ZfHwwcZE8+8v4vFq\\nikaYMV7kDcXlWEgS9eKR6vUg+HTji/doEFn6sgvvUWsLORMTHZ26DKof5sMeMsT7\\nv7cK2XTowlAJFA3j0B4ESJ7+tgTe7z84BzaX1PKU0Gzm2r5q0d7PzkRtHclYezTr\\n1U93/Morfy2JtHdGWGi8Y/KxkwKBgQDu+sAg+eVI5ASorvuEgd/t8sZNzXs3JgEs\\nDzRWLm7s+4AeimiWMx0HqxP3h652qLudplDUXGmIc38eWRXol20ybU7bSWMpJwW+\\n/b/iJENDf1O60cc12xyjR9z2RXYhAa5g3toQ+wFTU4aoJ4C7J77alvlc7J+k1vJC\\nJBWV9dJ5UwKBgAbJRgGYhKpvgX3zJS0HA+y7J17mljW72bhT91qHexreXPHLcBP4\\np1HFR5jeyDD18HWNUkPGh4T7aRJS2aQJYrQ0ywiCGYw2di95EuqRSXfAcZ/mPPqB\\nEFrcLZY1q1osWiQ9BYL5rl7G/D2onwuDw32Ng8/w38M0KjjQxImzwwJrAoGBAJhI\\nzVm2JHe4ZYegScJ8iFe21ssJX7Ua0LBk1/L7D9CPy2qqxE7CL4ONbuHTYkdW6odh\\nTiyk3tMG1kBegGmA5SK3KQLv1vKIXU8Bn97ZQMuoPZDU0N7uy2b5CkMcrFQIIDi2\\nibs8V/HjTfGlipC4mRPuFOU0G98M4b9oAyFWTlLlAoGBAOFOia4qhnyl6FfeM9rn\\nY9+X5BJ0btaqwD6GqO4vRVMixm112rknjatLZIIwM2dIQoRpgrcdKl63l7fAhVke\\nyM7R7xNK2ueLHeNVUEZRCTnv1iFhCvmq1n/pa175D2MX+jPGdal1nCu+LAQhLnUC\\nMqwLsNGxGys0XgOzU7jrbLXp\\n-----END PRIVATE KEY-----\\n\",\r\n  \"client_email\": \"firebase-adminsdk-fbsvc@nexbloom-by-codecs.iam.gserviceaccount.com\",\r\n  \"client_id\": \"101777429731622602619\",\r\n  \"auth_uri\": \"https://accounts.google.com/o/oauth2/auth\",\r\n  \"token_uri\": \"https://oauth2.googleapis.com/token\",\r\n  \"auth_provider_x509_cert_url\": \"https://www.googleapis.com/oauth2/v1/certs\",\r\n  \"client_x509_cert_url\": \"https://www.googleapis.com/robot/v1/metadata/x509/firebase-adminsdk-fbsvc%40nexbloom-by-codecs.iam.gserviceaccount.com\",\r\n  \"universe_domain\": \"googleapis.com\"\r\n}', NULL, '2026-04-20 08:38:05'),
(165, 'fcm_credentials', '{\"apiKey\":\"AIzaSyBy6Y3voXQ610dspbV_sXEEY816QYRyzl0\",\"authDomain\":\"nexbloom-by-codecs.firebaseapp.com\",\"projectId\":\"nexbloom-by-codecs\",\"storageBucket\":\"nexbloom-by-codecs.firebasestorage.app\",\"messagingSenderId\":\"774950622166\",\"appId\":\"1:774950622166:web:27a5c948a84528afb60a77\",\"measurementId\":\"G-34T4GYVY82\"}', NULL, '2026-04-20 08:38:05'),
(166, 'cash_in_hand_overflow_store', '0', NULL, NULL),
(167, 'cash_in_hand_overflow_store_amount', NULL, NULL, NULL),
(168, 'min_amount_to_pay_store', NULL, NULL, NULL),
(169, 'store_review_reply', '1', NULL, NULL),
(170, 'product_approval', NULL, NULL, NULL),
(171, 'product_approval_datas', '{\"Update_product_price\":0,\"Add_new_product\":0,\"Update_product_variation\":0,\"Update_anything_in_product_details\":0}', NULL, NULL),
(172, 'access_all_products', NULL, NULL, NULL),
(173, 'product_gallery', '1', NULL, NULL),
(174, 'manual_login_status', '1', '2025-01-14 01:16:10', '2026-01-27 07:13:06'),
(175, 'admin_free_delivery_option', 'free_delivery_by_order_amount', '2025-04-28 21:09:37', '2025-04-28 21:09:37'),
(176, 'otp_login_status', '0', '2025-07-21 20:57:56', '2026-04-23 08:15:34'),
(177, 'social_login_status', '0', '2025-07-21 20:58:05', '2025-07-21 20:59:48'),
(178, 'google_login_status', '0', '2025-07-21 20:58:30', '2025-07-21 20:59:48'),
(179, 'facebook_login_status', '0', '2025-07-21 20:59:18', '2025-07-21 20:59:18'),
(180, 'apple_login_status', '0', '2025-07-21 20:59:48', '2025-07-21 20:59:48'),
(181, 'email_verification_status', '0', '2025-07-21 20:59:55', '2025-07-21 20:59:55'),
(182, 'phone_verification_status', '0', '2025-07-21 21:00:00', '2026-04-23 08:19:05'),
(183, 'module_page_image', 'demo.png', '2025-11-08 08:09:18', '2025-11-08 08:09:18'),
(184, 'addon_activation_vendor_app', '{\"activation_status\":1,\"username\":\"fhd74856dfg\",\"purchase_key\":\"jfghur6547t8ygd\"}', '2026-06-23 06:55:11', '2026-06-23 06:55:11');
INSERT INTO `business_settings` (`id`, `key`, `value`, `created_at`, `updated_at`) VALUES
(185, 'addon_activation_delivery_man_app', '{\"activation_status\":1,\"username\":\"fgu7thgdhj\",\"purchase_key\":\"jfhugy43758rugf\"}', '2026-06-23 06:55:20', '2026-06-23 06:55:20'),
(186, 'addon_activation_react', '{\"activation_status\":1,\"username\":\"gj78594ghf\",\"purchase_key\":\"fghju75973tgdf\"}', '2026-06-23 06:55:30', '2026-06-23 06:55:30');

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

--
-- Table structure for table `cache`
--

CREATE TABLE `cache` (
  `key` varchar(255) NOT NULL,
  `value` mediumtext NOT NULL,
  `expiration` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cache`
--

INSERT INTO `cache` (`key`, `value`, `expiration`) VALUES
('nexbloom_cachebanners_2abd76446f0bcf5496d5ab8ef9136933', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1784078407),
('nexbloom_cachebanners_4dfc81c546ede2a852fbdc415c197855', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 2099435977);
INSERT INTO `cache` (`key`, `value`, `expiration`) VALUES
('nexbloom_cachebusiness_settings_all_data', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:183:{i:0;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:16:\"cash_on_delivery\";s:5:\"value\";s:14:\"{\"status\":\"1\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:16:\"cash_on_delivery\";s:5:\"value\";s:14:\"{\"status\":\"1\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:1;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:6:\"stripe\";s:5:\"value\";s:50:\"{\"status\":\"0\",\"api_key\":null,\"published_key\":null}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:6:\"stripe\";s:5:\"value\";s:50:\"{\"status\":\"0\",\"api_key\":null,\"published_key\":null}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:2;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:11:\"mail_config\";s:5:\"value\";s:191:\"{\"status\":0,\"name\":\"Business Name\",\"host\":\"smtp.hostinger.com\",\"driver\":\"smtp\",\"port\":\"465\",\"username\":\"info@domain.com\",\"email_id\":\"info@domain.com\",\"encryption\":\"SSL\",\"password\":\"password\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:11:\"mail_config\";s:5:\"value\";s:191:\"{\"status\":0,\"name\":\"Business Name\",\"host\":\"smtp.hostinger.com\",\"driver\":\"smtp\",\"port\":\"465\",\"username\":\"info@domain.com\",\"email_id\":\"info@domain.com\",\"encryption\":\"SSL\",\"password\":\"password\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:3;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:14:\"fcm_project_id\";s:5:\"value\";s:18:\"nexbloom-by-codecs\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:14:\"fcm_project_id\";s:5:\"value\";s:18:\"nexbloom-by-codecs\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:4;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:21:\"push_notification_key\";s:5:\"value\";N;}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:21:\"push_notification_key\";s:5:\"value\";N;}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:5;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:21:\"order_pending_message\";s:5:\"value\";s:58:\"{\"status\":1,\"message\":\"Your order is successfully placed\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:21:\"order_pending_message\";s:5:\"value\";s:58:\"{\"status\":1,\"message\":\"Your order is successfully placed\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:6;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:22:\"order_confirmation_msg\";s:5:\"value\";s:48:\"{\"status\":1,\"message\":\"Your order is confirmed\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:22:\"order_confirmation_msg\";s:5:\"value\";s:48:\"{\"status\":1,\"message\":\"Your order is confirmed\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:7;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:24:\"order_processing_message\";s:5:\"value\";s:58:\"{\"status\":1,\"message\":\"Your order is started for cooking\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:24:\"order_processing_message\";s:5:\"value\";s:58:\"{\"status\":1,\"message\":\"Your order is started for cooking\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:8;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:24:\"out_for_delivery_message\";s:5:\"value\";s:56:\"{\"status\":1,\"message\":\"Your food is ready for delivery\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:24:\"out_for_delivery_message\";s:5:\"value\";s:56:\"{\"status\":1,\"message\":\"Your food is ready for delivery\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:9;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:23:\"order_delivered_message\";s:5:\"value\";s:48:\"{\"status\":1,\"message\":\"Your order is delivered\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:23:\"order_delivered_message\";s:5:\"value\";s:48:\"{\"status\":1,\"message\":\"Your order is delivered\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:10;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:27:\"delivery_boy_assign_message\";s:5:\"value\";s:71:\"{\"status\":1,\"message\":\"Your order has been assigned to a delivery man\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:27:\"delivery_boy_assign_message\";s:5:\"value\";s:71:\"{\"status\":1,\"message\":\"Your order has been assigned to a delivery man\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:11;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:26:\"delivery_boy_start_message\";s:5:\"value\";s:64:\"{\"status\":1,\"message\":\"Your order is picked up by delivery man\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:26:\"delivery_boy_start_message\";s:5:\"value\";s:64:\"{\"status\":1,\"message\":\"Your order is picked up by delivery man\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:12;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:30:\"delivery_boy_delivered_message\";s:5:\"value\";s:53:\"{\"status\":1,\"message\":\"Order delivered successfully\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:30:\"delivery_boy_delivered_message\";s:5:\"value\";s:53:\"{\"status\":1,\"message\":\"Order delivered successfully\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:13;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:20:\"terms_and_conditions\";s:5:\"value\";s:11511:\"<p>This is a test Teams &amp; Conditions<br />\r\n<br />\r\nThese terms of use (the &quot;Terms of Use&quot;) govern your use of our website www.evaly.com.bd (the &quot;Website&quot;) and our &quot;StackFood&quot; application for mobile and handheld devices (the &quot;App&quot;). The Website and the App are jointly referred to as the &quot;Platform&quot;. Please read these Terms of Use carefully before you use the services. If you do not agree to these Terms of Use, you may not use the services on the Platform, and we request you to uninstall the App. By installing, downloading and/or even merely using the Platform, you shall be contracting with StackFood and you provide your acceptance to the Terms of Use and other StackFood policies (including but not limited to the Cancellation &amp; Refund Policy, Privacy Policy etc.) as posted on the Platform from time to time, which takes effect on the date on which you download, install or use the Services, and create a legally binding arrangement to abide by the same. The Platforms will be used by (i) natural persons who have reached 18 years of age and (ii) corporate legal entities, e.g companies. Where applicable, these Terms shall be subject to country-specific provisions as set out herein.</p>\r\n\r\n<h3>USE OF PLATFORM AND SERVICES</h3>\r\n\r\n<p>All commercial/contractual terms are offered by and agreed to between Buyers and Merchants alone. The commercial/contractual terms include without limitation to price, taxes, shipping costs, payment methods, payment terms, date, period and mode of delivery, warranties related to products and services and after sales services related to products and services. StackFood does not have any kind of control or does not determine or advise or in any way involve itself in the offering or acceptance of such commercial/contractual terms between the Buyers and Merchants. StackFood may, however, offer support services to Merchants in respect to order fulfilment, payment collection, call centre, and other services, pursuant to independent contracts executed by it with the Merchants. eFood is not responsible for any non-performance or breach of any contract entered into between Buyers and Merchants on the Platform. eFood cannot and does not guarantee that the concerned Buyers and/or Merchants shall perform any transaction concluded on the Platform. eFood is not responsible for unsatisfactory services or non-performance of services or damages or delays as a result of products which are out of stock, unavailable or back ordered.</p>\r\n\r\n<p>StackFood&nbsp;is operating an e-commerce platform and assumes and operates the role of facilitator, and does not at any point of time during any transaction between Buyer and Merchant on the Platform come into or take possession of any of the products or services offered by Merchant. At no time shall StackFood hold any right, title or interest over the products nor shall StackFood have any obligations or liabilities in respect of such contract entered into between Buyer and Merchant. You agree and acknowledge that we shall not be responsible for:</p>\r\n\r\n<ul>\r\n	<li>The goods provided by the shops or restaurants including, but not limited, serving of food orders suiting your requirements and needs;</li>\r\n	<li>The Merchant&quot;s goods not being up to your expectations or leading to any loss, harm or damage to you;</li>\r\n	<li>The availability or unavailability of certain items on the menu;</li>\r\n	<li>The Merchant serving the incorrect orders.</li>\r\n</ul>\r\n\r\n<p>The details of the menu and price list available on the Platform are based on the information provided by the Merchants and we shall not be responsible for any change or cancellation or unavailability. All Menu &amp; Food Images used on our platforms are only representative and shall/might not match with the actual Menu/Food Ordered, StackFood shall not be responsible or Liable for any discrepancies or variations on this aspect.</p>\r\n\r\n<h3>Personal Information that you provide</h3>\r\n\r\n<p>If you want to use our service, you must create an account on our Site. To establish your account, we will ask for personally identifiable information that can be used to contact or identify you, which may include your name, phone number, and e-mail address. We may also collect demographic information about you, such as your zip code, and allow you to submit additional information that will be part of your profile. Other than basic information that we need to establish your account, it will be up to you to decide how much information to share as part of your profile. We encourage you to think carefully about the information that you share and we recommend that you guard your identity and your sensitive information. Of course, you can review and revise your profile at any time.</p>\r\n\r\n<p>You understand that delivery periods quoted to you at the time of confirming the order is an approximate estimate and may vary. We shall not be responsible for any delay in the delivery of your order due to the delay at seller/merchant end for order processing or any other unavoidable circumstances.</p>\r\n\r\n<p>Your order shall be only delivered to the address designated by you at the time of placing the order on the Platform. We reserve the right to cancel the order, in our sole discretion, in the event of any change to the place of delivery and you shall not be entitled to any refund for the same. Delivery in the event of change of the delivery location shall be at our sole discretion and reserve the right to charge with additional delivery fee if required.</p>\r\n\r\n<p>You shall undertake to provide adequate directions, information and authorizations to accept delivery. In the event of any failure to accept delivery, failure to deliver within the estimated time due to your failure to provide appropriate instructions, or authorizations, then such goods shall be deemed to have been delivered to you and all risk and responsibility in relation to such goods shall pass to you and you shall not be entitled to any refund for the same. Our decision in relation to this shall be final and binding. You understand that our liability ends once your order has been delivered to you.</p>\r\n\r\n<p>You might be required to provide your credit or debit card details to the approved payment gateways while making the payment. In this regard, you agree to provide correct and accurate credit/ debit card details to the approved payment gateways for availing the Services. You shall not use the credit/ debit card which is not lawfully owned by you, i.e. in any transaction, you must use your own credit/ debit card. The information provided by you shall not be utilized or shared with any third party unless required in relation to fraud verifications or by law, regulation or court order. You shall be solely responsible for the security and confidentiality of your credit/ debit card details. We expressly disclaim all liabilities that may arise as a consequence of any unauthorized use of your credit/ debit card. You agree that the Services shall be provided by us only during the working hours of the relevant Merchants.</p>\r\n\r\n<h3>ACTIVITIES PROHIBITED ON THE PLATFORM</h3>\r\n\r\n<p>The following is a partial list of the kinds of conduct that are illegal or prohibited on the Websites. StackFood reserves the right to investigate and take appropriate legal action/s against anyone who, in StackFood sole discretion, engages in any of the prohibited activities. Prohibited activities include &mdash; but are not limited to &mdash; the following:</p>\r\n\r\n<ul>\r\n	<li>Using the Websites for any purpose in violation of laws or regulations;</li>\r\n	<li>Posting Content that infringes the intellectual property rights, privacy rights, publicity rights, trade secret rights, or any other rights of any party;</li>\r\n	<li>Posting Content that is unlawful, obscene, defamatory, threatening, harassing, abusive, slanderous, hateful, or embarrassing to any other person or entity as determined by StackFood in its sole discretion or pursuant to local community standards;</li>\r\n	<li>Posting Content that constitutes cyber-bullying, as determined by StackFood in its sole discretion;</li>\r\n	<li>Posting Content that depicts any dangerous, life-threatening, or otherwise risky behavior;</li>\r\n	<li>Posting telephone numbers, street addresses, or last names of any person;</li>\r\n	<li>Posting URLs to external websites or any form of HTML or programming code;</li>\r\n	<li>Posting anything that may be &quot;spam,&quot; as determined by StackFood in its sole discretion;</li>\r\n	<li>Impersonating another person when posting Content;</li>\r\n	<li>Harvesting or otherwise collecting information about others, including email addresses, without their consent;</li>\r\n	<li>Allowing any other person or entity to use your identification for posting or viewing comments;</li>\r\n	<li>Harassing, threatening, stalking, or abusing any person;</li>\r\n	<li>Engaging in any other conduct that restricts or inhibits any other person from using or enjoying the Websites, or which, in the sole discretion of StackFood , exposes eFood or any of its customers, suppliers, or any other parties to any liability or detriment of any type; or</li>\r\n	<li>Encouraging other people to engage in any prohibited activities as described herein.</li>\r\n</ul>\r\n\r\n<p>StackFood&nbsp;reserves the right but is not obligated to do any or all of the following:</p>\r\n\r\n<ul>\r\n	<li>Investigate an allegation that any Content posted on the Websites does not conform to these Terms of Use and determine in its sole discretion to remove or request the removal of the Content;</li>\r\n	<li>Remove Content which is abusive, illegal, or disruptive, or that otherwise fails to conform with these Terms of Use;</li>\r\n	<li>Terminate a user&#39;s access to the Websites upon any breach of these Terms of Use;</li>\r\n	<li>Monitor, edit, or disclose any Content on the Websites; and</li>\r\n	<li>Edit or delete any Content posted on the Websites, regardless of whether such Content violates these standards.</li>\r\n</ul>\r\n\r\n<h3>AMENDMENTS</h3>\r\n\r\n<p>StackFood&nbsp;reserves the right to change or modify these Terms (including our policies which are incorporated into these Terms) at any time by posting changes on the Platform. You are strongly recommended to read these Terms regularly. You will be deemed to have agreed to the amended Terms by your continued use of the Platforms following the date on which the amended Terms are posted.</p>\r\n\r\n<h3>PAYMENT</h3>\r\n\r\n<p>StackFood&nbsp;reserves the right to offer additional payment methods and/or remove existing payment methods at any time in its sole discretion. If you choose to pay using an online payment method, the payment shall be processed by our third party payment service provider(s). With your consent, your credit card / payment information will be stored with our third party payment service provider(s) for future orders. StackFood does not store your credit card or payment information. You must ensure that you have sufficient funds on your credit and debit card to fulfil payment of an Order. Insofar as required, StackFood takes responsibility for payments made on our Platforms including refunds, chargebacks, cancellations and dispute resolution, provided if reasonable and justifiable and in accordance with these Terms.</p>\r\n\r\n<h3>CANCELLATION</h3>\r\n\r\n<p>StackFood&nbsp;can cancel any order anytime due to the foods/products unavailability, out of coverage area and any other unavoidable circumstances.</p>\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:20:\"terms_and_conditions\";s:5:\"value\";s:11511:\"<p>This is a test Teams &amp; Conditions<br />\r\n<br />\r\nThese terms of use (the &quot;Terms of Use&quot;) govern your use of our website www.evaly.com.bd (the &quot;Website&quot;) and our &quot;StackFood&quot; application for mobile and handheld devices (the &quot;App&quot;). The Website and the App are jointly referred to as the &quot;Platform&quot;. Please read these Terms of Use carefully before you use the services. If you do not agree to these Terms of Use, you may not use the services on the Platform, and we request you to uninstall the App. By installing, downloading and/or even merely using the Platform, you shall be contracting with StackFood and you provide your acceptance to the Terms of Use and other StackFood policies (including but not limited to the Cancellation &amp; Refund Policy, Privacy Policy etc.) as posted on the Platform from time to time, which takes effect on the date on which you download, install or use the Services, and create a legally binding arrangement to abide by the same. The Platforms will be used by (i) natural persons who have reached 18 years of age and (ii) corporate legal entities, e.g companies. Where applicable, these Terms shall be subject to country-specific provisions as set out herein.</p>\r\n\r\n<h3>USE OF PLATFORM AND SERVICES</h3>\r\n\r\n<p>All commercial/contractual terms are offered by and agreed to between Buyers and Merchants alone. The commercial/contractual terms include without limitation to price, taxes, shipping costs, payment methods, payment terms, date, period and mode of delivery, warranties related to products and services and after sales services related to products and services. StackFood does not have any kind of control or does not determine or advise or in any way involve itself in the offering or acceptance of such commercial/contractual terms between the Buyers and Merchants. StackFood may, however, offer support services to Merchants in respect to order fulfilment, payment collection, call centre, and other services, pursuant to independent contracts executed by it with the Merchants. eFood is not responsible for any non-performance or breach of any contract entered into between Buyers and Merchants on the Platform. eFood cannot and does not guarantee that the concerned Buyers and/or Merchants shall perform any transaction concluded on the Platform. eFood is not responsible for unsatisfactory services or non-performance of services or damages or delays as a result of products which are out of stock, unavailable or back ordered.</p>\r\n\r\n<p>StackFood&nbsp;is operating an e-commerce platform and assumes and operates the role of facilitator, and does not at any point of time during any transaction between Buyer and Merchant on the Platform come into or take possession of any of the products or services offered by Merchant. At no time shall StackFood hold any right, title or interest over the products nor shall StackFood have any obligations or liabilities in respect of such contract entered into between Buyer and Merchant. You agree and acknowledge that we shall not be responsible for:</p>\r\n\r\n<ul>\r\n	<li>The goods provided by the shops or restaurants including, but not limited, serving of food orders suiting your requirements and needs;</li>\r\n	<li>The Merchant&quot;s goods not being up to your expectations or leading to any loss, harm or damage to you;</li>\r\n	<li>The availability or unavailability of certain items on the menu;</li>\r\n	<li>The Merchant serving the incorrect orders.</li>\r\n</ul>\r\n\r\n<p>The details of the menu and price list available on the Platform are based on the information provided by the Merchants and we shall not be responsible for any change or cancellation or unavailability. All Menu &amp; Food Images used on our platforms are only representative and shall/might not match with the actual Menu/Food Ordered, StackFood shall not be responsible or Liable for any discrepancies or variations on this aspect.</p>\r\n\r\n<h3>Personal Information that you provide</h3>\r\n\r\n<p>If you want to use our service, you must create an account on our Site. To establish your account, we will ask for personally identifiable information that can be used to contact or identify you, which may include your name, phone number, and e-mail address. We may also collect demographic information about you, such as your zip code, and allow you to submit additional information that will be part of your profile. Other than basic information that we need to establish your account, it will be up to you to decide how much information to share as part of your profile. We encourage you to think carefully about the information that you share and we recommend that you guard your identity and your sensitive information. Of course, you can review and revise your profile at any time.</p>\r\n\r\n<p>You understand that delivery periods quoted to you at the time of confirming the order is an approximate estimate and may vary. We shall not be responsible for any delay in the delivery of your order due to the delay at seller/merchant end for order processing or any other unavoidable circumstances.</p>\r\n\r\n<p>Your order shall be only delivered to the address designated by you at the time of placing the order on the Platform. We reserve the right to cancel the order, in our sole discretion, in the event of any change to the place of delivery and you shall not be entitled to any refund for the same. Delivery in the event of change of the delivery location shall be at our sole discretion and reserve the right to charge with additional delivery fee if required.</p>\r\n\r\n<p>You shall undertake to provide adequate directions, information and authorizations to accept delivery. In the event of any failure to accept delivery, failure to deliver within the estimated time due to your failure to provide appropriate instructions, or authorizations, then such goods shall be deemed to have been delivered to you and all risk and responsibility in relation to such goods shall pass to you and you shall not be entitled to any refund for the same. Our decision in relation to this shall be final and binding. You understand that our liability ends once your order has been delivered to you.</p>\r\n\r\n<p>You might be required to provide your credit or debit card details to the approved payment gateways while making the payment. In this regard, you agree to provide correct and accurate credit/ debit card details to the approved payment gateways for availing the Services. You shall not use the credit/ debit card which is not lawfully owned by you, i.e. in any transaction, you must use your own credit/ debit card. The information provided by you shall not be utilized or shared with any third party unless required in relation to fraud verifications or by law, regulation or court order. You shall be solely responsible for the security and confidentiality of your credit/ debit card details. We expressly disclaim all liabilities that may arise as a consequence of any unauthorized use of your credit/ debit card. You agree that the Services shall be provided by us only during the working hours of the relevant Merchants.</p>\r\n\r\n<h3>ACTIVITIES PROHIBITED ON THE PLATFORM</h3>\r\n\r\n<p>The following is a partial list of the kinds of conduct that are illegal or prohibited on the Websites. StackFood reserves the right to investigate and take appropriate legal action/s against anyone who, in StackFood sole discretion, engages in any of the prohibited activities. Prohibited activities include &mdash; but are not limited to &mdash; the following:</p>\r\n\r\n<ul>\r\n	<li>Using the Websites for any purpose in violation of laws or regulations;</li>\r\n	<li>Posting Content that infringes the intellectual property rights, privacy rights, publicity rights, trade secret rights, or any other rights of any party;</li>\r\n	<li>Posting Content that is unlawful, obscene, defamatory, threatening, harassing, abusive, slanderous, hateful, or embarrassing to any other person or entity as determined by StackFood in its sole discretion or pursuant to local community standards;</li>\r\n	<li>Posting Content that constitutes cyber-bullying, as determined by StackFood in its sole discretion;</li>\r\n	<li>Posting Content that depicts any dangerous, life-threatening, or otherwise risky behavior;</li>\r\n	<li>Posting telephone numbers, street addresses, or last names of any person;</li>\r\n	<li>Posting URLs to external websites or any form of HTML or programming code;</li>\r\n	<li>Posting anything that may be &quot;spam,&quot; as determined by StackFood in its sole discretion;</li>\r\n	<li>Impersonating another person when posting Content;</li>\r\n	<li>Harvesting or otherwise collecting information about others, including email addresses, without their consent;</li>\r\n	<li>Allowing any other person or entity to use your identification for posting or viewing comments;</li>\r\n	<li>Harassing, threatening, stalking, or abusing any person;</li>\r\n	<li>Engaging in any other conduct that restricts or inhibits any other person from using or enjoying the Websites, or which, in the sole discretion of StackFood , exposes eFood or any of its customers, suppliers, or any other parties to any liability or detriment of any type; or</li>\r\n	<li>Encouraging other people to engage in any prohibited activities as described herein.</li>\r\n</ul>\r\n\r\n<p>StackFood&nbsp;reserves the right but is not obligated to do any or all of the following:</p>\r\n\r\n<ul>\r\n	<li>Investigate an allegation that any Content posted on the Websites does not conform to these Terms of Use and determine in its sole discretion to remove or request the removal of the Content;</li>\r\n	<li>Remove Content which is abusive, illegal, or disruptive, or that otherwise fails to conform with these Terms of Use;</li>\r\n	<li>Terminate a user&#39;s access to the Websites upon any breach of these Terms of Use;</li>\r\n	<li>Monitor, edit, or disclose any Content on the Websites; and</li>\r\n	<li>Edit or delete any Content posted on the Websites, regardless of whether such Content violates these standards.</li>\r\n</ul>\r\n\r\n<h3>AMENDMENTS</h3>\r\n\r\n<p>StackFood&nbsp;reserves the right to change or modify these Terms (including our policies which are incorporated into these Terms) at any time by posting changes on the Platform. You are strongly recommended to read these Terms regularly. You will be deemed to have agreed to the amended Terms by your continued use of the Platforms following the date on which the amended Terms are posted.</p>\r\n\r\n<h3>PAYMENT</h3>\r\n\r\n<p>StackFood&nbsp;reserves the right to offer additional payment methods and/or remove existing payment methods at any time in its sole discretion. If you choose to pay using an online payment method, the payment shall be processed by our third party payment service provider(s). With your consent, your credit card / payment information will be stored with our third party payment service provider(s) for future orders. StackFood does not store your credit card or payment information. You must ensure that you have sufficient funds on your credit and debit card to fulfil payment of an Order. Insofar as required, StackFood takes responsibility for payments made on our Platforms including refunds, chargebacks, cancellations and dispute resolution, provided if reasonable and justifiable and in accordance with these Terms.</p>\r\n\r\n<h3>CANCELLATION</h3>\r\n\r\n<p>StackFood&nbsp;can cancel any order anytime due to the foods/products unavailability, out of coverage area and any other unavoidable circumstances.</p>\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:14;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:13:\"business_name\";s:5:\"value\";s:8:\"Nexbloom\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:13:\"business_name\";s:5:\"value\";s:8:\"Nexbloom\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:15;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:8:\"currency\";s:5:\"value\";s:3:\"INR\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:8:\"currency\";s:5:\"value\";s:3:\"INR\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:16;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:4:\"logo\";s:5:\"value\";s:29:\"2026-03-30-69cab5c7cfb38.webp\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:4:\"logo\";s:5:\"value\";s:29:\"2026-03-30-69cab5c7cfb38.webp\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:17;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:5:\"phone\";s:5:\"value\";s:10:\"9876543210\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:5:\"phone\";s:5:\"value\";s:10:\"9876543210\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:18;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:13:\"email_address\";s:5:\"value\";s:17:\"info@nexbloom.com\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:13:\"email_address\";s:5:\"value\";s:17:\"info@nexbloom.com\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:19;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:7:\"address\";s:5:\"value\";s:79:\"A/862, A/862, Swami Narayan Marg, Block WZ, Shastri Nagar, Delhi, 110052, India\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:7:\"address\";s:5:\"value\";s:79:\"A/862, A/862, Swami Narayan Marg, Block WZ, Shastri Nagar, Delhi, 110052, India\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:20;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:11:\"footer_text\";s:5:\"value\";s:19:\"Company Name @ 2024\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:11:\"footer_text\";s:5:\"value\";s:19:\"Company Name @ 2024\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:21;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:21:\"customer_verification\";s:5:\"value\";s:1:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:21:\"customer_verification\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:22;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:11:\"map_api_key\";s:5:\"value\";s:39:\"AIzaSyBm324WP5IrhHPc34QeYunXCzxryVwr9tU\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:11:\"map_api_key\";s:5:\"value\";s:39:\"AIzaSyBm324WP5IrhHPc34QeYunXCzxryVwr9tU\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:23;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:8:\"about_us\";s:5:\"value\";s:11012:\"<p>Lorem <strong>ipsum </strong>dolor sit amet, <em><strong>consectetur </strong></em>adipiscing elit. <em>Cras </em>dictum massa et dolor porta, rhoncus faucibus magna elementum. Sed porta mattis mollis. Donec ut est pretium, pretium nibh porttitor, <a href=\"http://google.com\">suscipit </a>metus. Sed viverra felis sed elit vehicula sodales. Nullam ante ante, tristique vel tincidunt ac, egestas eget sem. Sed lorem nunc, pellentesque vel ipsum venenatis, pellentesque interdum orci. Suspendisse mauris dui, accumsan at dapibus sed, volutpat quis erat. Nam fringilla nisl eu nunc lobortis, feugiat posuere libero venenatis. Nunc risus lorem, ornare eget congue in, pretium quis enim. Pellentesque elit elit, pharetra eget nunc at, maximus pellentesque diam.</p>\r\n\r\n<p>Praesent fermentum finibus lacus. Nulla tincidunt lectus sed purus facilisis hendrerit. Maecenas volutpat elementum orci, tincidunt euismod ante facilisis ac. Integer dignissim iaculis varius. Mauris iaculis elit vel posuere pellentesque. Praesent a mi sed neque ullamcorper dignissim sed ut nibh. Sed purus dui, sodales in varius in, accumsan at libero. Vestibulum posuere dui et orci tincidunt, ac consequat felis venenatis.</p>\r\n\r\n<p>Morbi sodales, nisl iaculis fringilla imperdiet, metus tortor semper quam, a fringilla nulla dui nec dolor. Phasellus lacinia aliquam ligula sed porttitor. Cras feugiat eros ut arcu commodo dictum. Integer tincidunt nisl id nisl consequat molestie. Integer elit tortor, ultrices sit amet nunc vitae, feugiat tempus mauris. Morbi volutpat consectetur felis sed porttitor. Praesent in urna erat.</p>\r\n\r\n<p>Aenean mollis luctus dolor, eu interdum velit faucibus eu. Suspendisse vitae efficitur erat. In facilisis nisi id arcu scelerisque bibendum. Nunc a placerat enim. Donec pharetra, velit quis facilisis tempus, lectus est imperdiet nisl, in tempus tortor dolor iaculis dolor. Nunc vitae molestie turpis. Nam vitae lobortis massa. Nam pharetra non felis in porta.</p>\r\n\r\n<p>Vivamus pulvinar diam vel felis dignissim tincidunt. Donec hendrerit non est sed volutpat. In egestas ex tortor, at convallis nunc porttitor at. Fusce sed cursus risus. Nam metus sapien, viverra eget felis id, maximus convallis lacus. Donec nec lacus vitae ex hendrerit ultricies non vel risus. Morbi malesuada ipsum iaculis augue convallis vehicula. Proin eget dolor dignissim, volutpat purus ac, ultricies risus. Pellentesque semper, mauris et pharetra accumsan, ante velit faucibus ex, a mattis metus odio vel ligula. Pellentesque elementum suscipit laoreet. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer a turpis sed massa blandit iaculis. Sed aliquet, justo vestibulum euismod rhoncus, nisi dui fringilla sapien, non tempor nunc lectus vitae dolor. Suspendisse potenti.</p>\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dictum massa et dolor porta, rhoncus faucibus magna elementum. Sed porta mattis mollis. Donec ut est pretium, pretium nibh porttitor, suscipit metus. Sed viverra felis sed elit vehicula sodales. Nullam ante ante, tristique vel tincidunt ac, egestas eget sem. Sed lorem nunc, pellentesque vel ipsum venenatis, pellentesque interdum orci. Suspendisse mauris dui, accumsan at dapibus sed, volutpat quis erat. Nam fringilla nisl eu nunc lobortis, feugiat posuere libero venenatis. Nunc risus lorem, ornare eget congue in, pretium quis enim. Pellentesque elit elit, pharetra eget nunc at, maximus pellentesque diam.</p>\r\n\r\n<p>Praesent fermentum finibus lacus. Nulla tincidunt lectus sed purus facilisis hendrerit. Maecenas volutpat elementum orci, tincidunt euismod ante facilisis ac. Integer dignissim iaculis varius. Mauris iaculis elit vel posuere pellentesque. Praesent a mi sed neque ullamcorper dignissim sed ut nibh. Sed purus dui, sodales in varius in, accumsan at libero. Vestibulum posuere dui et orci tincidunt, ac consequat felis venenatis.</p>\r\n\r\n<p>Morbi sodales, nisl iaculis fringilla imperdiet, metus tortor semper quam, a fringilla nulla dui nec dolor. Phasellus lacinia aliquam ligula sed porttitor. Cras feugiat eros ut arcu commodo dictum. Integer tincidunt nisl id nisl consequat molestie. Integer elit tortor, ultrices sit amet nunc vitae, feugiat tempus mauris. Morbi volutpat consectetur felis sed porttitor. Praesent in urna erat.</p>\r\n\r\n<p>Aenean mollis luctus dolor, eu interdum velit faucibus eu. Suspendisse vitae efficitur erat. In facilisis nisi id arcu scelerisque bibendum. Nunc a placerat enim. Donec pharetra, velit quis facilisis tempus, lectus est imperdiet nisl, in tempus tortor dolor iaculis dolor. Nunc vitae molestie turpis. Nam vitae lobortis massa. Nam pharetra non felis in porta.</p>\r\n\r\n<p>Vivamus pulvinar diam vel felis dignissim tincidunt. Donec hendrerit non est sed volutpat. In egestas ex tortor, at convallis nunc porttitor at. Fusce sed cursus risus. Nam metus sapien, viverra eget felis id, maximus convallis lacus. Donec nec lacus vitae ex hendrerit ultricies non vel risus. Morbi malesuada ipsum iaculis augue convallis vehicula. Proin eget dolor dignissim, volutpat purus ac, ultricies risus. Pellentesque semper, mauris et pharetra accumsan, ante velit faucibus ex, a mattis metus odio vel ligula. Pellentesque elementum suscipit laoreet. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer a turpis sed massa blandit iaculis. Sed aliquet, justo vestibulum euismod rhoncus, nisi dui fringilla sapien, non tempor nunc lectus vitae dolor. Suspendisse potenti.</p>\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dictum massa et dolor porta, rhoncus faucibus magna elementum. Sed porta mattis mollis. Donec ut est pretium, pretium nibh porttitor, suscipit metus. Sed viverra felis sed elit vehicula sodales. Nullam ante ante, tristique vel tincidunt ac, egestas eget sem. Sed lorem nunc, pellentesque vel ipsum venenatis, pellentesque interdum orci. Suspendisse mauris dui, accumsan at dapibus sed, volutpat quis erat. Nam fringilla nisl eu nunc lobortis, feugiat posuere libero venenatis. Nunc risus lorem, ornare eget congue in, pretium quis enim. Pellentesque elit elit, pharetra eget nunc at, maximus pellentesque diam.</p>\r\n\r\n<p>Praesent fermentum finibus lacus. Nulla tincidunt lectus sed purus facilisis hendrerit. Maecenas volutpat elementum orci, tincidunt euismod ante facilisis ac. Integer dignissim iaculis varius. Mauris iaculis elit vel posuere pellentesque. Praesent a mi sed neque ullamcorper dignissim sed ut nibh. Sed purus dui, sodales in varius in, accumsan at libero. Vestibulum posuere dui et orci tincidunt, ac consequat felis venenatis.</p>\r\n\r\n<p>Morbi sodales, nisl iaculis fringilla imperdiet, metus tortor semper quam, a fringilla nulla dui nec dolor. Phasellus lacinia aliquam ligula sed porttitor. Cras feugiat eros ut arcu commodo dictum. Integer tincidunt nisl id nisl consequat molestie. Integer elit tortor, ultrices sit amet nunc vitae, feugiat tempus mauris. Morbi volutpat consectetur felis sed porttitor. Praesent in urna erat.</p>\r\n\r\n<p>Aenean mollis luctus dolor, eu interdum velit faucibus eu. Suspendisse vitae efficitur erat. In facilisis nisi id arcu scelerisque bibendum. Nunc a placerat enim. Donec pharetra, velit quis facilisis tempus, lectus est imperdiet nisl, in tempus tortor dolor iaculis dolor. Nunc vitae molestie turpis. Nam vitae lobortis massa. Nam pharetra non felis in porta.</p>\r\n\r\n<p>Vivamus pulvinar diam vel felis dignissim tincidunt. Donec hendrerit non est sed volutpat. In egestas ex tortor, at convallis nunc porttitor at. Fusce sed cursus risus. Nam metus sapien, viverra eget felis id, maximus convallis lacus. Donec nec lacus vitae ex hendrerit ultricies non vel risus. Morbi malesuada ipsum iaculis augue convallis vehicula. Proin eget dolor dignissim, volutpat purus ac, ultricies risus. Pellentesque semper, mauris et pharetra accumsan, ante velit faucibus ex, a mattis metus odio vel ligula. Pellentesque elementum suscipit laoreet. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer a turpis sed massa blandit iaculis. Sed aliquet, justo vestibulum euismod rhoncus, nisi dui fringilla sapien, non tempor nunc lectus vitae dolor. Suspendisse potenti.</p>\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dictum massa et dolor porta, rhoncus faucibus magna elementum. Sed porta mattis mollis. Donec ut est pretium, pretium nibh porttitor, suscipit metus. Sed viverra felis sed elit vehicula sodales. Nullam ante ante, tristique vel tincidunt ac, egestas eget sem. Sed lorem nunc, pellentesque vel ipsum venenatis, pellentesque interdum orci. Suspendisse mauris dui, accumsan at dapibus sed, volutpat quis erat. Nam fringilla nisl eu nunc lobortis, feugiat posuere libero venenatis. Nunc risus lorem, ornare eget congue in, pretium quis enim. Pellentesque elit elit, pharetra eget nunc at, maximus pellentesque diam.</p>\r\n\r\n<p>Praesent fermentum finibus lacus. Nulla tincidunt lectus sed purus facilisis hendrerit. Maecenas volutpat elementum orci, tincidunt euismod ante facilisis ac. Integer dignissim iaculis varius. Mauris iaculis elit vel posuere pellentesque. Praesent a mi sed neque ullamcorper dignissim sed ut nibh. Sed purus dui, sodales in varius in, accumsan at libero. Vestibulum posuere dui et orci tincidunt, ac consequat felis venenatis.</p>\r\n\r\n<p>Morbi sodales, nisl iaculis fringilla imperdiet, metus tortor semper quam, a fringilla nulla dui nec dolor. Phasellus lacinia aliquam ligula sed porttitor. Cras feugiat eros ut arcu commodo dictum. Integer tincidunt nisl id nisl consequat molestie. Integer elit tortor, ultrices sit amet nunc vitae, feugiat tempus mauris. Morbi volutpat consectetur felis sed porttitor. Praesent in urna erat.</p>\r\n\r\n<p>Aenean mollis luctus dolor, eu interdum velit faucibus eu. Suspendisse vitae efficitur erat. In facilisis nisi id arcu scelerisque bibendum. Nunc a placerat enim. Donec pharetra, velit quis facilisis tempus, lectus est imperdiet nisl, in tempus tortor dolor iaculis dolor. Nunc vitae molestie turpis. Nam vitae lobortis massa. Nam pharetra non felis in porta.</p>\r\n\r\n<p>Vivamus pulvinar diam vel felis dignissim tincidunt. Donec hendrerit non est sed volutpat. In egestas ex tortor, at convallis nunc porttitor at. Fusce sed cursus risus. Nam metus sapien, viverra eget felis id, maximus convallis lacus. Donec nec lacus vitae ex hendrerit ultricies non vel risus. Morbi malesuada ipsum iaculis augue convallis vehicula. Proin eget dolor dignissim, volutpat purus ac, ultricies risus. Pellentesque semper, mauris et pharetra accumsan, ante velit faucibus ex, a mattis metus odio vel ligula. Pellentesque elementum suscipit laoreet. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer a turpis sed massa blandit iaculis. Sed aliquet, justo vestibulum euismod rhoncus, nisi dui fringilla sapien, non tempor nunc lectus vitae dolor. Suspendisse potenti.</p>\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:8:\"about_us\";s:5:\"value\";s:11012:\"<p>Lorem <strong>ipsum </strong>dolor sit amet, <em><strong>consectetur </strong></em>adipiscing elit. <em>Cras </em>dictum massa et dolor porta, rhoncus faucibus magna elementum. Sed porta mattis mollis. Donec ut est pretium, pretium nibh porttitor, <a href=\"http://google.com\">suscipit </a>metus. Sed viverra felis sed elit vehicula sodales. Nullam ante ante, tristique vel tincidunt ac, egestas eget sem. Sed lorem nunc, pellentesque vel ipsum venenatis, pellentesque interdum orci. Suspendisse mauris dui, accumsan at dapibus sed, volutpat quis erat. Nam fringilla nisl eu nunc lobortis, feugiat posuere libero venenatis. Nunc risus lorem, ornare eget congue in, pretium quis enim. Pellentesque elit elit, pharetra eget nunc at, maximus pellentesque diam.</p>\r\n\r\n<p>Praesent fermentum finibus lacus. Nulla tincidunt lectus sed purus facilisis hendrerit. Maecenas volutpat elementum orci, tincidunt euismod ante facilisis ac. Integer dignissim iaculis varius. Mauris iaculis elit vel posuere pellentesque. Praesent a mi sed neque ullamcorper dignissim sed ut nibh. Sed purus dui, sodales in varius in, accumsan at libero. Vestibulum posuere dui et orci tincidunt, ac consequat felis venenatis.</p>\r\n\r\n<p>Morbi sodales, nisl iaculis fringilla imperdiet, metus tortor semper quam, a fringilla nulla dui nec dolor. Phasellus lacinia aliquam ligula sed porttitor. Cras feugiat eros ut arcu commodo dictum. Integer tincidunt nisl id nisl consequat molestie. Integer elit tortor, ultrices sit amet nunc vitae, feugiat tempus mauris. Morbi volutpat consectetur felis sed porttitor. Praesent in urna erat.</p>\r\n\r\n<p>Aenean mollis luctus dolor, eu interdum velit faucibus eu. Suspendisse vitae efficitur erat. In facilisis nisi id arcu scelerisque bibendum. Nunc a placerat enim. Donec pharetra, velit quis facilisis tempus, lectus est imperdiet nisl, in tempus tortor dolor iaculis dolor. Nunc vitae molestie turpis. Nam vitae lobortis massa. Nam pharetra non felis in porta.</p>\r\n\r\n<p>Vivamus pulvinar diam vel felis dignissim tincidunt. Donec hendrerit non est sed volutpat. In egestas ex tortor, at convallis nunc porttitor at. Fusce sed cursus risus. Nam metus sapien, viverra eget felis id, maximus convallis lacus. Donec nec lacus vitae ex hendrerit ultricies non vel risus. Morbi malesuada ipsum iaculis augue convallis vehicula. Proin eget dolor dignissim, volutpat purus ac, ultricies risus. Pellentesque semper, mauris et pharetra accumsan, ante velit faucibus ex, a mattis metus odio vel ligula. Pellentesque elementum suscipit laoreet. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer a turpis sed massa blandit iaculis. Sed aliquet, justo vestibulum euismod rhoncus, nisi dui fringilla sapien, non tempor nunc lectus vitae dolor. Suspendisse potenti.</p>\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dictum massa et dolor porta, rhoncus faucibus magna elementum. Sed porta mattis mollis. Donec ut est pretium, pretium nibh porttitor, suscipit metus. Sed viverra felis sed elit vehicula sodales. Nullam ante ante, tristique vel tincidunt ac, egestas eget sem. Sed lorem nunc, pellentesque vel ipsum venenatis, pellentesque interdum orci. Suspendisse mauris dui, accumsan at dapibus sed, volutpat quis erat. Nam fringilla nisl eu nunc lobortis, feugiat posuere libero venenatis. Nunc risus lorem, ornare eget congue in, pretium quis enim. Pellentesque elit elit, pharetra eget nunc at, maximus pellentesque diam.</p>\r\n\r\n<p>Praesent fermentum finibus lacus. Nulla tincidunt lectus sed purus facilisis hendrerit. Maecenas volutpat elementum orci, tincidunt euismod ante facilisis ac. Integer dignissim iaculis varius. Mauris iaculis elit vel posuere pellentesque. Praesent a mi sed neque ullamcorper dignissim sed ut nibh. Sed purus dui, sodales in varius in, accumsan at libero. Vestibulum posuere dui et orci tincidunt, ac consequat felis venenatis.</p>\r\n\r\n<p>Morbi sodales, nisl iaculis fringilla imperdiet, metus tortor semper quam, a fringilla nulla dui nec dolor. Phasellus lacinia aliquam ligula sed porttitor. Cras feugiat eros ut arcu commodo dictum. Integer tincidunt nisl id nisl consequat molestie. Integer elit tortor, ultrices sit amet nunc vitae, feugiat tempus mauris. Morbi volutpat consectetur felis sed porttitor. Praesent in urna erat.</p>\r\n\r\n<p>Aenean mollis luctus dolor, eu interdum velit faucibus eu. Suspendisse vitae efficitur erat. In facilisis nisi id arcu scelerisque bibendum. Nunc a placerat enim. Donec pharetra, velit quis facilisis tempus, lectus est imperdiet nisl, in tempus tortor dolor iaculis dolor. Nunc vitae molestie turpis. Nam vitae lobortis massa. Nam pharetra non felis in porta.</p>\r\n\r\n<p>Vivamus pulvinar diam vel felis dignissim tincidunt. Donec hendrerit non est sed volutpat. In egestas ex tortor, at convallis nunc porttitor at. Fusce sed cursus risus. Nam metus sapien, viverra eget felis id, maximus convallis lacus. Donec nec lacus vitae ex hendrerit ultricies non vel risus. Morbi malesuada ipsum iaculis augue convallis vehicula. Proin eget dolor dignissim, volutpat purus ac, ultricies risus. Pellentesque semper, mauris et pharetra accumsan, ante velit faucibus ex, a mattis metus odio vel ligula. Pellentesque elementum suscipit laoreet. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer a turpis sed massa blandit iaculis. Sed aliquet, justo vestibulum euismod rhoncus, nisi dui fringilla sapien, non tempor nunc lectus vitae dolor. Suspendisse potenti.</p>\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dictum massa et dolor porta, rhoncus faucibus magna elementum. Sed porta mattis mollis. Donec ut est pretium, pretium nibh porttitor, suscipit metus. Sed viverra felis sed elit vehicula sodales. Nullam ante ante, tristique vel tincidunt ac, egestas eget sem. Sed lorem nunc, pellentesque vel ipsum venenatis, pellentesque interdum orci. Suspendisse mauris dui, accumsan at dapibus sed, volutpat quis erat. Nam fringilla nisl eu nunc lobortis, feugiat posuere libero venenatis. Nunc risus lorem, ornare eget congue in, pretium quis enim. Pellentesque elit elit, pharetra eget nunc at, maximus pellentesque diam.</p>\r\n\r\n<p>Praesent fermentum finibus lacus. Nulla tincidunt lectus sed purus facilisis hendrerit. Maecenas volutpat elementum orci, tincidunt euismod ante facilisis ac. Integer dignissim iaculis varius. Mauris iaculis elit vel posuere pellentesque. Praesent a mi sed neque ullamcorper dignissim sed ut nibh. Sed purus dui, sodales in varius in, accumsan at libero. Vestibulum posuere dui et orci tincidunt, ac consequat felis venenatis.</p>\r\n\r\n<p>Morbi sodales, nisl iaculis fringilla imperdiet, metus tortor semper quam, a fringilla nulla dui nec dolor. Phasellus lacinia aliquam ligula sed porttitor. Cras feugiat eros ut arcu commodo dictum. Integer tincidunt nisl id nisl consequat molestie. Integer elit tortor, ultrices sit amet nunc vitae, feugiat tempus mauris. Morbi volutpat consectetur felis sed porttitor. Praesent in urna erat.</p>\r\n\r\n<p>Aenean mollis luctus dolor, eu interdum velit faucibus eu. Suspendisse vitae efficitur erat. In facilisis nisi id arcu scelerisque bibendum. Nunc a placerat enim. Donec pharetra, velit quis facilisis tempus, lectus est imperdiet nisl, in tempus tortor dolor iaculis dolor. Nunc vitae molestie turpis. Nam vitae lobortis massa. Nam pharetra non felis in porta.</p>\r\n\r\n<p>Vivamus pulvinar diam vel felis dignissim tincidunt. Donec hendrerit non est sed volutpat. In egestas ex tortor, at convallis nunc porttitor at. Fusce sed cursus risus. Nam metus sapien, viverra eget felis id, maximus convallis lacus. Donec nec lacus vitae ex hendrerit ultricies non vel risus. Morbi malesuada ipsum iaculis augue convallis vehicula. Proin eget dolor dignissim, volutpat purus ac, ultricies risus. Pellentesque semper, mauris et pharetra accumsan, ante velit faucibus ex, a mattis metus odio vel ligula. Pellentesque elementum suscipit laoreet. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer a turpis sed massa blandit iaculis. Sed aliquet, justo vestibulum euismod rhoncus, nisi dui fringilla sapien, non tempor nunc lectus vitae dolor. Suspendisse potenti.</p>\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dictum massa et dolor porta, rhoncus faucibus magna elementum. Sed porta mattis mollis. Donec ut est pretium, pretium nibh porttitor, suscipit metus. Sed viverra felis sed elit vehicula sodales. Nullam ante ante, tristique vel tincidunt ac, egestas eget sem. Sed lorem nunc, pellentesque vel ipsum venenatis, pellentesque interdum orci. Suspendisse mauris dui, accumsan at dapibus sed, volutpat quis erat. Nam fringilla nisl eu nunc lobortis, feugiat posuere libero venenatis. Nunc risus lorem, ornare eget congue in, pretium quis enim. Pellentesque elit elit, pharetra eget nunc at, maximus pellentesque diam.</p>\r\n\r\n<p>Praesent fermentum finibus lacus. Nulla tincidunt lectus sed purus facilisis hendrerit. Maecenas volutpat elementum orci, tincidunt euismod ante facilisis ac. Integer dignissim iaculis varius. Mauris iaculis elit vel posuere pellentesque. Praesent a mi sed neque ullamcorper dignissim sed ut nibh. Sed purus dui, sodales in varius in, accumsan at libero. Vestibulum posuere dui et orci tincidunt, ac consequat felis venenatis.</p>\r\n\r\n<p>Morbi sodales, nisl iaculis fringilla imperdiet, metus tortor semper quam, a fringilla nulla dui nec dolor. Phasellus lacinia aliquam ligula sed porttitor. Cras feugiat eros ut arcu commodo dictum. Integer tincidunt nisl id nisl consequat molestie. Integer elit tortor, ultrices sit amet nunc vitae, feugiat tempus mauris. Morbi volutpat consectetur felis sed porttitor. Praesent in urna erat.</p>\r\n\r\n<p>Aenean mollis luctus dolor, eu interdum velit faucibus eu. Suspendisse vitae efficitur erat. In facilisis nisi id arcu scelerisque bibendum. Nunc a placerat enim. Donec pharetra, velit quis facilisis tempus, lectus est imperdiet nisl, in tempus tortor dolor iaculis dolor. Nunc vitae molestie turpis. Nam vitae lobortis massa. Nam pharetra non felis in porta.</p>\r\n\r\n<p>Vivamus pulvinar diam vel felis dignissim tincidunt. Donec hendrerit non est sed volutpat. In egestas ex tortor, at convallis nunc porttitor at. Fusce sed cursus risus. Nam metus sapien, viverra eget felis id, maximus convallis lacus. Donec nec lacus vitae ex hendrerit ultricies non vel risus. Morbi malesuada ipsum iaculis augue convallis vehicula. Proin eget dolor dignissim, volutpat purus ac, ultricies risus. Pellentesque semper, mauris et pharetra accumsan, ante velit faucibus ex, a mattis metus odio vel ligula. Pellentesque elementum suscipit laoreet. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Integer a turpis sed massa blandit iaculis. Sed aliquet, justo vestibulum euismod rhoncus, nisi dui fringilla sapien, non tempor nunc lectus vitae dolor. Suspendisse potenti.</p>\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:24;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:14:\"privacy_policy\";s:5:\"value\";s:4749:\"<h2>This is a Demo Privacy Policy</h2>\r\n\r\n<p>This policy explains how StackFood&nbsp;website and related applications (the &ldquo;Site&rdquo;, &ldquo;we&rdquo; or &ldquo;us&rdquo;) collects, uses, shares and protects the personal information that we collect through this site or different channels. StackFood has established the site to link up the users who need foods or grocery items to be shipped or delivered by the riders from the affiliated restaurants or shops to the desired location. This policy also applies to any mobile applications that we develop for use with our services on the Site, and references to this &ldquo;Site&rdquo;, &ldquo;we&rdquo; or &ldquo;us&rdquo; is intended to also include these mobile applications. Please read below to learn more about our information policies. By using this Site, you agree to these policies.</p>\r\n\r\n<h2>How the Information is collected</h2>\r\n\r\n<h3>Information provided by web browser</h3>\r\n\r\n<p>You have to provide us with personal information like your name, contact no, mailing address and email id, our app will also fetch your location information in order to give you the best service. Like many other websites, we may record information that your web browser routinely shares, such as your browser type, browser language, software and hardware attributes, the date and time of your visit, the web page from which you came, your Internet Protocol address and the geographic location associated with that address, the pages on this Site that you visit and the time you spent on those pages. This will generally be anonymous data that we collect on an aggregate basis.</p>\r\n\r\n<h3>Personal Information that you provide</h3>\r\n\r\n<p>If you want to use our service, you must create an account on our Site. To establish your account, we will ask for personally identifiable information that can be used to contact or identify you, which may include your name, phone number, and e-mail address. We may also collect demographic information about you, such as your zip code, and allow you to submit additional information that will be part of your profile. Other than basic information that we need to establish your account, it will be up to you to decide how much information to share as part of your profile. We encourage you to think carefully about the information that you share and we recommend that you guard your identity and your sensitive information. Of course, you can review and revise your profile at any time.</p>\r\n\r\n<h3>Payment Information</h3>\r\n\r\n<p>To make the payment online for availing our services, you have to provide the bank account, mobile financial service (MFS), debit card, credit card information to the StackFood platform.</p>\r\n\r\n<h2>How the Information is collected</h2>\r\n\r\n<h3>Session and Persistent Cookies</h3>\r\n\r\n<p>Cookies are small text files that are placed on your computer by websites that you visit. They are widely used in order to make websites work, or work more efficiently, as well as to provide information to the owners of the site. As is commonly done on websites, we may use cookies and similar technology to keep track of our users and the services they have elected. We use both &ldquo;session&rdquo; and &ldquo;persistent&rdquo; cookies. Session cookies are deleted after you leave our website and when you close your browser. We use data collected with session cookies to enable certain features on our Site, to help us understand how users interact with our Site, and to monitor at an aggregate level Site usage and web traffic routing. We may allow business partners who provide services to our Site to place cookies on your computer that assist us in analyzing usage data. We do not allow these business partners to collect your personal information from our website except as may be necessary for the services that they provide.</p>\r\n\r\n<h3>Web Beacons</h3>\r\n\r\n<p>We may also use web beacons or similar technology to help us track the effectiveness of our communications.</p>\r\n\r\n<h3>Advertising Cookies</h3>\r\n\r\n<p>We may use third parties, such as Google, to serve ads about our website over the internet. These third parties may use cookies to identify ads that may be relevant to your interest (for example, based on your recent visit to our website), to limit the number of times that you see an ad, and to measure the effectiveness of the ads.</p>\r\n\r\n<h3>Google Analytics</h3>\r\n\r\n<p>We may also use Google Analytics or a similar service to gather statistical information about the visitors to this Site and how they use the Site. This, also, is done on an anonymous basis. We will not try to associate anonymous data with your personally identifiable data. If you would like to learn more about Google Analytics, please click here.</p>\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:14:\"privacy_policy\";s:5:\"value\";s:4749:\"<h2>This is a Demo Privacy Policy</h2>\r\n\r\n<p>This policy explains how StackFood&nbsp;website and related applications (the &ldquo;Site&rdquo;, &ldquo;we&rdquo; or &ldquo;us&rdquo;) collects, uses, shares and protects the personal information that we collect through this site or different channels. StackFood has established the site to link up the users who need foods or grocery items to be shipped or delivered by the riders from the affiliated restaurants or shops to the desired location. This policy also applies to any mobile applications that we develop for use with our services on the Site, and references to this &ldquo;Site&rdquo;, &ldquo;we&rdquo; or &ldquo;us&rdquo; is intended to also include these mobile applications. Please read below to learn more about our information policies. By using this Site, you agree to these policies.</p>\r\n\r\n<h2>How the Information is collected</h2>\r\n\r\n<h3>Information provided by web browser</h3>\r\n\r\n<p>You have to provide us with personal information like your name, contact no, mailing address and email id, our app will also fetch your location information in order to give you the best service. Like many other websites, we may record information that your web browser routinely shares, such as your browser type, browser language, software and hardware attributes, the date and time of your visit, the web page from which you came, your Internet Protocol address and the geographic location associated with that address, the pages on this Site that you visit and the time you spent on those pages. This will generally be anonymous data that we collect on an aggregate basis.</p>\r\n\r\n<h3>Personal Information that you provide</h3>\r\n\r\n<p>If you want to use our service, you must create an account on our Site. To establish your account, we will ask for personally identifiable information that can be used to contact or identify you, which may include your name, phone number, and e-mail address. We may also collect demographic information about you, such as your zip code, and allow you to submit additional information that will be part of your profile. Other than basic information that we need to establish your account, it will be up to you to decide how much information to share as part of your profile. We encourage you to think carefully about the information that you share and we recommend that you guard your identity and your sensitive information. Of course, you can review and revise your profile at any time.</p>\r\n\r\n<h3>Payment Information</h3>\r\n\r\n<p>To make the payment online for availing our services, you have to provide the bank account, mobile financial service (MFS), debit card, credit card information to the StackFood platform.</p>\r\n\r\n<h2>How the Information is collected</h2>\r\n\r\n<h3>Session and Persistent Cookies</h3>\r\n\r\n<p>Cookies are small text files that are placed on your computer by websites that you visit. They are widely used in order to make websites work, or work more efficiently, as well as to provide information to the owners of the site. As is commonly done on websites, we may use cookies and similar technology to keep track of our users and the services they have elected. We use both &ldquo;session&rdquo; and &ldquo;persistent&rdquo; cookies. Session cookies are deleted after you leave our website and when you close your browser. We use data collected with session cookies to enable certain features on our Site, to help us understand how users interact with our Site, and to monitor at an aggregate level Site usage and web traffic routing. We may allow business partners who provide services to our Site to place cookies on your computer that assist us in analyzing usage data. We do not allow these business partners to collect your personal information from our website except as may be necessary for the services that they provide.</p>\r\n\r\n<h3>Web Beacons</h3>\r\n\r\n<p>We may also use web beacons or similar technology to help us track the effectiveness of our communications.</p>\r\n\r\n<h3>Advertising Cookies</h3>\r\n\r\n<p>We may use third parties, such as Google, to serve ads about our website over the internet. These third parties may use cookies to identify ads that may be relevant to your interest (for example, based on your recent visit to our website), to limit the number of times that you see an ad, and to measure the effectiveness of the ads.</p>\r\n\r\n<h3>Google Analytics</h3>\r\n\r\n<p>We may also use Google Analytics or a similar service to gather statistical information about the visitors to this Site and how they use the Site. This, also, is done on an anonymous basis. We will not try to associate anonymous data with your personally identifiable data. If you would like to learn more about Google Analytics, please click here.</p>\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:25;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:23:\"minimum_shipping_charge\";s:5:\"value\";s:2:\"10\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:23:\"minimum_shipping_charge\";s:5:\"value\";s:2:\"10\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:26;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:22:\"per_km_shipping_charge\";s:5:\"value\";s:4:\"1.98\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:22:\"per_km_shipping_charge\";s:5:\"value\";s:4:\"1.98\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:27;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:15:\"digital_payment\";s:5:\"value\";s:14:\"{\"status\":\"1\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:15:\"digital_payment\";s:5:\"value\";s:14:\"{\"status\":\"1\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:28;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:19:\"ssl_commerz_payment\";s:5:\"value\";s:52:\"{\"status\":\"0\",\"store_id\":null,\"store_password\":null}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:19:\"ssl_commerz_payment\";s:5:\"value\";s:52:\"{\"status\":\"0\",\"store_id\":null,\"store_password\":null}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:29;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:9:\"razor_pay\";s:5:\"value\";s:51:\"{\"status\":\"0\",\"razor_key\":null,\"razor_secret\":null}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:9:\"razor_pay\";s:5:\"value\";s:51:\"{\"status\":\"0\",\"razor_key\":null,\"razor_secret\":null}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:30;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:6:\"paypal\";s:5:\"value\";s:59:\"{\"status\":\"0\",\"paypal_client_id\":null,\"paypal_secret\":null}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:6:\"paypal\";s:5:\"value\";s:59:\"{\"status\":\"0\",\"paypal_client_id\":null,\"paypal_secret\":null}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:31;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:8:\"paystack\";s:5:\"value\";s:87:\"{\"status\":\"0\",\"publicKey\":null,\"secretKey\":null,\"paymentUrl\":null,\"merchantEmail\":null}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:8:\"paystack\";s:5:\"value\";s:87:\"{\"status\":\"0\",\"publicKey\":null,\"secretKey\":null,\"paymentUrl\":null,\"merchantEmail\":null}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:32;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:10:\"senang_pay\";s:5:\"value\";s:72:\"{\"status\":\"1\",\"secret_key\":null,\"published_key\":null,\"merchant_id\":null}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:10:\"senang_pay\";s:5:\"value\";s:72:\"{\"status\":\"1\",\"secret_key\":null,\"published_key\":null,\"merchant_id\":null}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:33;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:22:\"order_handover_message\";s:5:\"value\";s:51:\"{\"status\":1,\"message\":\"Delivery man is on the way\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:22:\"order_handover_message\";s:5:\"value\";s:51:\"{\"status\":1,\"message\":\"Delivery man is on the way\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:34;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:21:\"order_cancled_message\";s:5:\"value\";s:58:\"{\"status\":1,\"message\":\"Order is canceled by your request\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:21:\"order_cancled_message\";s:5:\"value\";s:58:\"{\"status\":1,\"message\":\"Order is canceled by your request\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:35;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:8:\"timezone\";s:5:\"value\";s:14:\"Africa/Abidjan\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:8:\"timezone\";s:5:\"value\";s:14:\"Africa/Abidjan\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:36;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:27:\"order_delivery_verification\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:27:\"order_delivery_verification\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:37;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:24:\"currency_symbol_position\";s:5:\"value\";s:4:\"left\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:24:\"currency_symbol_position\";s:5:\"value\";s:4:\"left\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:38;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:14:\"schedule_order\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:14:\"schedule_order\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:39;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:19:\"app_minimum_version\";s:5:\"value\";s:1:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:19:\"app_minimum_version\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:40;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:3:\"tax\";s:5:\"value\";N;}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:3:\"tax\";s:5:\"value\";N;}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:41;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:16:\"admin_commission\";s:5:\"value\";s:2:\"10\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:16:\"admin_commission\";s:5:\"value\";s:2:\"10\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:42;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:7:\"country\";s:5:\"value\";s:2:\"IN\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:7:\"country\";s:5:\"value\";s:2:\"IN\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:43;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:7:\"app_url\";s:5:\"value\";s:22:\"https://www.google.com\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:7:\"app_url\";s:5:\"value\";s:22:\"https://www.google.com\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:44;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:16:\"default_location\";s:5:\"value\";s:53:\"{\"lat\":\"28.67081714347637\",\"lng\":\"77.18333805574484\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:16:\"default_location\";s:5:\"value\";s:53:\"{\"lat\":\"28.67081714347637\",\"lng\":\"77.18333805574484\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:45;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:10:\"twilio_sms\";s:5:\"value\";s:114:\"{\"status\":\"0\",\"sid\":null,\"messaging_service_id\":null,\"token\":null,\"from\":null,\"otp_template\":\"Your otp is #OTP#.\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:10:\"twilio_sms\";s:5:\"value\";s:114:\"{\"status\":\"0\",\"sid\":null,\"messaging_service_id\":null,\"token\":null,\"from\":null,\"otp_template\":\"Your otp is #OTP#.\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:46;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:9:\"nexmo_sms\";s:5:\"value\";s:154:\"{\"status\":\"0\",\"api_key\":null,\"api_secret\":null,\"signature_secret\":\"\",\"private_key\":\"\",\"application_id\":\"\",\"from\":null,\"otp_template\":\"Your otp is #OTP#.\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:9:\"nexmo_sms\";s:5:\"value\";s:154:\"{\"status\":\"0\",\"api_key\":null,\"api_secret\":null,\"signature_secret\":\"\",\"private_key\":\"\",\"application_id\":\"\",\"from\":null,\"otp_template\":\"Your otp is #OTP#.\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:47;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:11:\"2factor_sms\";s:5:\"value\";s:29:\"{\"status\":\"0\",\"api_key\":null}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:11:\"2factor_sms\";s:5:\"value\";s:29:\"{\"status\":\"0\",\"api_key\":null}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:48;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:9:\"msg91_sms\";s:5:\"value\";s:48:\"{\"status\":\"0\",\"template_id\":null,\"authkey\":null}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:9:\"msg91_sms\";s:5:\"value\";s:48:\"{\"status\":\"0\",\"template_id\":null,\"authkey\":null}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:49;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:18:\"free_delivery_over\";s:5:\"value\";s:3:\"700\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:18:\"free_delivery_over\";s:5:\"value\";s:3:\"700\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:50;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:16:\"maintenance_mode\";s:5:\"value\";s:1:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:16:\"maintenance_mode\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:51;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:23:\"app_minimum_version_ios\";s:5:\"value\";N;}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:23:\"app_minimum_version_ios\";s:5:\"value\";N;}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:52;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:27:\"app_minimum_version_android\";s:5:\"value\";N;}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:27:\"app_minimum_version_android\";s:5:\"value\";N;}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:53;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:11:\"app_url_ios\";s:5:\"value\";N;}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:11:\"app_url_ios\";s:5:\"value\";N;}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:54;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:15:\"app_url_android\";s:5:\"value\";N;}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:15:\"app_url_android\";s:5:\"value\";N;}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:55;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:11:\"flutterwave\";s:5:\"value\";s:172:\"{\"status\":1,\"public_key\":\"FLWPUBK_TEST-3f6a0b6c3d621c4ecbb9beeff516c92b-X\",\"secret_key\":\"FLWSECK_TEST-ec27426eb062491500a9eb95723b5436-X\",\"hash\":\"FLWSECK_TEST951e36220f66\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:11:\"flutterwave\";s:5:\"value\";s:172:\"{\"status\":1,\"public_key\":\"FLWPUBK_TEST-3f6a0b6c3d621c4ecbb9beeff516c92b-X\",\"secret_key\":\"FLWSECK_TEST-ec27426eb062491500a9eb95723b5436-X\",\"hash\":\"FLWSECK_TEST951e36220f66\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:56;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:17:\"dm_maximum_orders\";s:5:\"value\";s:2:\"50\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:17:\"dm_maximum_orders\";s:5:\"value\";s:2:\"50\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:57;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:24:\"order_confirmation_model\";s:5:\"value\";s:11:\"deliveryman\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:24:\"order_confirmation_model\";s:5:\"value\";s:11:\"deliveryman\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:58;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:12:\"popular_food\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:12:\"popular_food\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:59;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:18:\"popular_restaurant\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:18:\"popular_restaurant\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:60;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:14:\"new_restaurant\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:14:\"new_restaurant\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:61;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:11:\"mercadopago\";s:5:\"value\";s:46:\"{\"status\":1,\"public_key\":\"\",\"access_token\":\"\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:11:\"mercadopago\";s:5:\"value\";s:46:\"{\"status\":1,\"public_key\":\"\",\"access_token\":\"\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:62;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:18:\"map_api_key_server\";s:5:\"value\";s:39:\"AIzaSyBm324WP5IrhHPc34QeYunXCzxryVwr9tU\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:18:\"map_api_key_server\";s:5:\"value\";s:39:\"AIzaSyBm324WP5IrhHPc34QeYunXCzxryVwr9tU\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:63;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:19:\"most_reviewed_foods\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:19:\"most_reviewed_foods\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:64;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:17:\"landing_page_text\";s:5:\"value\";s:526:\"{\"header_title_1\":\"Food App\",\"header_title_2\":\"Why stay hungry when you can order from StackFood\",\"header_title_3\":\"Get 10% OFF on your first order\",\"about_title\":\"StackFood is Best Delivery Service Near You\",\"why_choose_us\":\"Why Choose Us?\",\"why_choose_us_title\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\"testimonial_title\":\"Trusted by Customer & Restaurant Owner\",\"footer_article\":\"Suspendisse ultrices at diam lectus nullam. Nisl, sagittis viverra enim erat tortor ultricies massa turpis. Arcu pulvinar.\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:17:\"landing_page_text\";s:5:\"value\";s:526:\"{\"header_title_1\":\"Food App\",\"header_title_2\":\"Why stay hungry when you can order from StackFood\",\"header_title_3\":\"Get 10% OFF on your first order\",\"about_title\":\"StackFood is Best Delivery Service Near You\",\"why_choose_us\":\"Why Choose Us?\",\"why_choose_us_title\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\"testimonial_title\":\"Trusted by Customer & Restaurant Owner\",\"footer_article\":\"Suspendisse ultrices at diam lectus nullam. Nisl, sagittis viverra enim erat tortor ultricies massa turpis. Arcu pulvinar.\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:65;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:18:\"landing_page_links\";s:5:\"value\";s:227:\"{\"app_url_android_status\":\"1\",\"app_url_android\":\"https:\\/\\/play.google.com\",\"app_url_ios_status\":\"1\",\"app_url_ios\":\"https:\\/\\/www.apple.com\\/app-store\",\"web_app_url_status\":\"1\",\"web_app_url\":\"https:\\/\\/stackfood.6amtech.com\\/\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:18:\"landing_page_links\";s:5:\"value\";s:227:\"{\"app_url_android_status\":\"1\",\"app_url_android\":\"https:\\/\\/play.google.com\",\"app_url_ios_status\":\"1\",\"app_url_ios\":\"https:\\/\\/www.apple.com\\/app-store\",\"web_app_url_status\":\"1\",\"web_app_url\":\"https:\\/\\/stackfood.6amtech.com\\/\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:66;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:10:\"speciality\";s:5:\"value\";s:202:\"[{\"img\":\"clean_&_cheap_icon.png\",\"title\":\"Clean & Cheap Price\"},{\"img\":\"best_dishes_icon.png\",\"title\":\"Best Dishes Near You\"},{\"img\":\"virtual_restaurant_icon.png\",\"title\":\"Your Own Virtual Restaurant\"}]\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:10:\"speciality\";s:5:\"value\";s:202:\"[{\"img\":\"clean_&_cheap_icon.png\",\"title\":\"Clean & Cheap Price\"},{\"img\":\"best_dishes_icon.png\",\"title\":\"Best Dishes Near You\"},{\"img\":\"virtual_restaurant_icon.png\",\"title\":\"Your Own Virtual Restaurant\"}]\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:67;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:11:\"testimonial\";s:5:\"value\";s:1586:\"[{\"img\":\"img-1.png\",\"name\":\"Barry Allen\",\"position\":\"Web Designer\",\"detail\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. A\\r\\n                    aliquam amet animi blanditiis consequatur debitis dicta\\r\\n                    distinctio, enim error eum iste libero modi nam natus\\r\\n                    perferendis possimus quasi sint sit tempora voluptatem. Est,\\r\\n                    exercitationem id ipsa ipsum laboriosam perferendis temporibus!\"},{\"img\":\"img-2.png\",\"name\":\"Sophia Martino\",\"position\":\"Web Designer\",\"detail\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. A aliquam amet animi blanditiis consequatur debitis dicta distinctio, enim error eum iste libero modi nam natus perferendis possimus quasi sint sit tempora voluptatem. Est, exercitationem id ipsa ipsum laboriosam perferendis temporibus!\"},{\"img\":\"img-3.png\",\"name\":\"Alan Turing\",\"position\":\"Web Designer\",\"detail\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. A aliquam amet animi blanditiis consequatur debitis dicta distinctio, enim error eum iste libero modi nam natus perferendis possimus quasi sint sit tempora voluptatem. Est, exercitationem id ipsa ipsum laboriosam perferendis temporibus!\"},{\"img\":\"img-4.png\",\"name\":\"Ann Marie\",\"position\":\"Web Designer\",\"detail\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. A aliquam amet animi blanditiis consequatur debitis dicta distinctio, enim error eum iste libero modi nam natus perferendis possimus quasi sint sit tempora voluptatem. Est, exercitationem id ipsa ipsum laboriosam perferendis temporibus!\"}]\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:11:\"testimonial\";s:5:\"value\";s:1586:\"[{\"img\":\"img-1.png\",\"name\":\"Barry Allen\",\"position\":\"Web Designer\",\"detail\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. A\\r\\n                    aliquam amet animi blanditiis consequatur debitis dicta\\r\\n                    distinctio, enim error eum iste libero modi nam natus\\r\\n                    perferendis possimus quasi sint sit tempora voluptatem. Est,\\r\\n                    exercitationem id ipsa ipsum laboriosam perferendis temporibus!\"},{\"img\":\"img-2.png\",\"name\":\"Sophia Martino\",\"position\":\"Web Designer\",\"detail\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. A aliquam amet animi blanditiis consequatur debitis dicta distinctio, enim error eum iste libero modi nam natus perferendis possimus quasi sint sit tempora voluptatem. Est, exercitationem id ipsa ipsum laboriosam perferendis temporibus!\"},{\"img\":\"img-3.png\",\"name\":\"Alan Turing\",\"position\":\"Web Designer\",\"detail\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. A aliquam amet animi blanditiis consequatur debitis dicta distinctio, enim error eum iste libero modi nam natus perferendis possimus quasi sint sit tempora voluptatem. Est, exercitationem id ipsa ipsum laboriosam perferendis temporibus!\"},{\"img\":\"img-4.png\",\"name\":\"Ann Marie\",\"position\":\"Web Designer\",\"detail\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. A aliquam amet animi blanditiis consequatur debitis dicta distinctio, enim error eum iste libero modi nam natus perferendis possimus quasi sint sit tempora voluptatem. Est, exercitationem id ipsa ipsum laboriosam perferendis temporibus!\"}]\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:68;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:19:\"landing_page_images\";s:5:\"value\";s:85:\"{\"top_content_image\":\"double_screen_image.png\",\"about_us_image\":\"about_us_image.png\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:19:\"landing_page_images\";s:5:\"value\";s:85:\"{\"top_content_image\":\"double_screen_image.png\",\"about_us_image\":\"about_us_image.png\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:69;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:13:\"paymob_accept\";s:5:\"value\";s:80:\"{\"status\":\"0\",\"api_key\":null,\"iframe_id\":null,\"integration_id\":null,\"hmac\":null}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:13:\"paymob_accept\";s:5:\"value\";s:80:\"{\"status\":\"0\",\"api_key\":null,\"iframe_id\":null,\"integration_id\":null,\"hmac\":null}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:70;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:24:\"admin_order_notification\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:24:\"admin_order_notification\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:71;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:13:\"swish_payment\";s:5:\"value\";s:14:\"{\"status\":\"1\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:13:\"swish_payment\";s:5:\"value\";s:14:\"{\"status\":\"1\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:72;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:14:\"service_charge\";s:5:\"value\";s:2:\"12\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:14:\"service_charge\";s:5:\"value\";s:2:\"12\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:73;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:12:\"social_login\";s:5:\"value\";s:161:\"[{\"login_medium\":\"google\",\"client_id\":\"demo\",\"client_secret\":\"demo\",\"status\":\"1\"},{\"login_medium\":\"facebook\",\"client_id\":null,\"client_secret\":null,\"status\":\"0\"}]\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:12:\"social_login\";s:5:\"value\";s:161:\"[{\"login_medium\":\"google\",\"client_id\":\"demo\",\"client_secret\":\"demo\",\"status\":\"1\"},{\"login_medium\":\"facebook\",\"client_id\":null,\"client_secret\":null,\"status\":\"0\"}]\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:74;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:8:\"language\";s:5:\"value\";s:6:\"[\"en\"]\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:8:\"language\";s:5:\"value\";s:6:\"[\"en\"]\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:75;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:10:\"timeformat\";s:5:\"value\";s:2:\"12\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:10:\"timeformat\";s:5:\"value\";s:2:\"12\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:76;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:22:\"canceled_by_restaurant\";s:5:\"value\";s:1:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:22:\"canceled_by_restaurant\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:77;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:23:\"canceled_by_deliveryman\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:23:\"canceled_by_deliveryman\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:78;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:15:\"show_dm_earning\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:15:\"show_dm_earning\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:79;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:9:\"recaptcha\";s:5:\"value\";s:124:\"{\"status\":\"1\",\"site_key\":\"6LdzllYsAAAAACOrrsNNtUv8mublUKk7rwHWh55a\",\"secret_key\":\"6LdzllYsAAAAAIvgcpUyUzjjVkRRc4BZNVtQ561J\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:9:\"recaptcha\";s:5:\"value\";s:124:\"{\"status\":\"1\",\"site_key\":\"6LdzllYsAAAAACOrrsNNtUv8mublUKk7rwHWh55a\",\"secret_key\":\"6LdzllYsAAAAAIvgcpUyUzjjVkRRc4BZNVtQ561J\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:80;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:18:\"toggle_veg_non_veg\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:18:\"toggle_veg_non_veg\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:81;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:22:\"toggle_dm_registration\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:22:\"toggle_dm_registration\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:82;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:30:\"toggle_restaurant_registration\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:30:\"toggle_restaurant_registration\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:83;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:22:\"order_refunded_message\";s:5:\"value\";s:55:\"{\"status\":1,\"message\":\"Order is refunded successfully\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:22:\"order_refunded_message\";s:5:\"value\";s:55:\"{\"status\":1,\"message\":\"Order is refunded successfully\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:84;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:6:\"liqpay\";s:5:\"value\";s:51:\"{\"status\":\"1\",\"public_key\":null,\"private_key\":null}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:6:\"liqpay\";s:5:\"value\";s:51:\"{\"status\":\"1\",\"public_key\":null,\"private_key\":null}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:85;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:6:\"klarna\";s:5:\"value\";s:97:\"{\"status\":\"1\",\"region\":\"america\",\"username\":\"PN06804_1a368db08f6d\",\"password\":\"6ljrP6BDJNKT6F2y\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:6:\"klarna\";s:5:\"value\";s:97:\"{\"status\":\"1\",\"region\":\"america\",\"username\":\"PN06804_1a368db08f6d\",\"password\":\"6ljrP6BDJNKT6F2y\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:86;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:8:\"fatoorah\";s:5:\"value\";s:715:\"{\"status\":\"1\",\"api_key\":\"rLtt6JWvbUHDDhsZnfpAhpYk4dxYDQkbcPTyGaKp2TYqQgG7FGZ5Th_WD53Oq8Ebz6A53njUoo1w3pjU1D4vs_ZMqFiz_j0urb_BH9Oq9VZoKFoJEDAbRZepGcQanImyYrry7Kt6MnMdgfG5jn4HngWoRdKduNNyP4kzcp3mRv7x00ahkm9LAK7ZRieg7k1PDAnBIOG3EyVSJ5kK4WLMvYr7sCwHbHcu4A5WwelxYK0GMJy37bNAarSJDFQsJ2ZvJjvMDmfWwDVFEVe_5tOomfVNt6bOg9mexbGjMrnHBnKnZR1vQbBtQieDlQepzTZMuQrSuKn-t5XZM7V6fCW7oP-uXGX-sMOajeX65JOf6XVpk29DP6ro8WTAflCDANC193yof8-f5_EYY-3hXhJj7RBXmizDpneEQDSaSz5sFk0sV5qPcARJ9zGG73vuGFyenjPPmtDtXtpx35A-BVcOSBYVIWe9kndG3nclfefjKEuZ3m4jL9Gg1h2JBvmXSMYiZtp9MR5I6pvbvylU_PP5xJFSjVTIz7IQSjcVGO41npnwIxRXNRxFOdIUHn0tjQ-7LwvEcTXyPsHXcMD8WtgBh-wxR8aKX7WPSsT1O8d8reb2aR7K3rkV3K82K_0OgawImEpwSvp9MNKynEAJQS6ZHe_J_l77652xwPNxMRTMASk1ZsJL\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:8:\"fatoorah\";s:5:\"value\";s:715:\"{\"status\":\"1\",\"api_key\":\"rLtt6JWvbUHDDhsZnfpAhpYk4dxYDQkbcPTyGaKp2TYqQgG7FGZ5Th_WD53Oq8Ebz6A53njUoo1w3pjU1D4vs_ZMqFiz_j0urb_BH9Oq9VZoKFoJEDAbRZepGcQanImyYrry7Kt6MnMdgfG5jn4HngWoRdKduNNyP4kzcp3mRv7x00ahkm9LAK7ZRieg7k1PDAnBIOG3EyVSJ5kK4WLMvYr7sCwHbHcu4A5WwelxYK0GMJy37bNAarSJDFQsJ2ZvJjvMDmfWwDVFEVe_5tOomfVNt6bOg9mexbGjMrnHBnKnZR1vQbBtQieDlQepzTZMuQrSuKn-t5XZM7V6fCW7oP-uXGX-sMOajeX65JOf6XVpk29DP6ro8WTAflCDANC193yof8-f5_EYY-3hXhJj7RBXmizDpneEQDSaSz5sFk0sV5qPcARJ9zGG73vuGFyenjPPmtDtXtpx35A-BVcOSBYVIWe9kndG3nclfefjKEuZ3m4jL9Gg1h2JBvmXSMYiZtp9MR5I6pvbvylU_PP5xJFSjVTIz7IQSjcVGO41npnwIxRXNRxFOdIUHn0tjQ-7LwvEcTXyPsHXcMD8WtgBh-wxR8aKX7WPSsT1O8d8reb2aR7K3rkV3K82K_0OgawImEpwSvp9MNKynEAJQS6ZHe_J_l77652xwPNxMRTMASk1ZsJL\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:87;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:5:\"bkash\";s:5:\"value\";s:174:\"{\"status\":\"1\",\"api_key\":\"5tunt4masn6pv2hnvte1sb5n3j\",\"api_secret\":\"1vggbqd4hqk9g96o9rrrp2jftvek578v7d2bnerim12a87dbrrka\",\"username\":\"sandboxTestUser\",\"password\":\"hWD@8vtzw0\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:5:\"bkash\";s:5:\"value\";s:174:\"{\"status\":\"1\",\"api_key\":\"5tunt4masn6pv2hnvte1sb5n3j\",\"api_secret\":\"1vggbqd4hqk9g96o9rrrp2jftvek578v7d2bnerim12a87dbrrka\",\"username\":\"sandboxTestUser\",\"password\":\"hWD@8vtzw0\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:88;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:7:\"paytabs\";s:5:\"value\";s:66:\"{\"status\":\"1\",\"profile_id\":null,\"server_key\":null,\"base_url\":null}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:7:\"paytabs\";s:5:\"value\";s:66:\"{\"status\":\"1\",\"profile_id\":null,\"server_key\":null,\"base_url\":null}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:89;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:5:\"paytm\";s:5:\"value\";s:120:\"{\"status\":\"1\",\"paytm_merchant_key\":null,\"paytm_merchant_mid\":null,\"paytm_merchant_website\":null,\"paytm_refund_url\":null}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:5:\"paytm\";s:5:\"value\";s:120:\"{\"status\":\"1\",\"paytm_merchant_key\":null,\"paytm_merchant_mid\":null,\"paytm_merchant_website\":null,\"paytm_refund_url\":null}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:90;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:28:\"schedule_order_slot_duration\";s:5:\"value\";s:2:\"30\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:28:\"schedule_order_slot_duration\";s:5:\"value\";s:2:\"30\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:91;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:25:\"digit_after_decimal_point\";s:5:\"value\";s:1:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:25:\"digit_after_decimal_point\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:92;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:4:\"icon\";s:5:\"value\";s:29:\"2026-03-30-69cab5c80c720.webp\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:4:\"icon\";s:5:\"value\";s:29:\"2026-03-30-69cab5c80c720.webp\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:93;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:25:\"toggle_store_registration\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:25:\"toggle_store_registration\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:94;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:17:\"canceled_by_store\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:17:\"canceled_by_store\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:95;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:29:\"parcel_per_km_shipping_charge\";s:5:\"value\";s:2:\"10\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:29:\"parcel_per_km_shipping_charge\";s:5:\"value\";s:2:\"10\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:96;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:30:\"parcel_minimum_shipping_charge\";s:5:\"value\";s:2:\"12\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:30:\"parcel_minimum_shipping_charge\";s:5:\"value\";s:2:\"12\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:97;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:20:\"parcel_commission_dm\";s:5:\"value\";s:2:\"20\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:20:\"parcel_commission_dm\";s:5:\"value\";s:2:\"20\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:98;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:18:\"landing_page_links\";s:5:\"value\";s:227:\"{\"app_url_android_status\":\"1\",\"app_url_android\":\"https:\\/\\/play.google.com\",\"app_url_ios_status\":\"1\",\"app_url_ios\":\"https:\\/\\/www.apple.com\\/app-store\",\"web_app_url_status\":\"1\",\"web_app_url\":\"https:\\/\\/stackfood.6amtech.com\\/\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:18:\"landing_page_links\";s:5:\"value\";s:227:\"{\"app_url_android_status\":\"1\",\"app_url_android\":\"https:\\/\\/play.google.com\",\"app_url_ios_status\":\"1\",\"app_url_ios\":\"https:\\/\\/www.apple.com\\/app-store\",\"web_app_url_status\":\"1\",\"web_app_url\":\"https:\\/\\/stackfood.6amtech.com\\/\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:99;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:13:\"wallet_status\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:13:\"wallet_status\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:100;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:20:\"loyalty_point_status\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:20:\"loyalty_point_status\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:101;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:18:\"ref_earning_status\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:18:\"ref_earning_status\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:102;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:17:\"wallet_add_refund\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:17:\"wallet_add_refund\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:103;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:27:\"loyalty_point_exchange_rate\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:27:\"loyalty_point_exchange_rate\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:104;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:25:\"ref_earning_exchange_rate\";s:5:\"value\";s:2:\"10\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:25:\"ref_earning_exchange_rate\";s:5:\"value\";s:2:\"10\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:105;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:33:\"loyalty_point_item_purchase_point\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:33:\"loyalty_point_item_purchase_point\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:106;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:27:\"loyalty_point_minimum_point\";s:5:\"value\";s:4:\"1000\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:27:\"loyalty_point_minimum_point\";s:5:\"value\";s:4:\"1000\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:107;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:20:\"refund_active_status\";s:5:\"value\";s:1:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:20:\"refund_active_status\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:108;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:14:\"dm_tips_status\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:14:\"dm_tips_status\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:109;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:15:\"system_language\";s:5:\"value\";s:66:\"[{\"id\":1,\"direction\":\"ltr\",\"code\":\"en\",\"status\":1,\"default\":true}]\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:15:\"system_language\";s:5:\"value\";s:66:\"[{\"id\":1,\"direction\":\"ltr\",\"code\":\"en\",\"status\":1,\"default\":true}]\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:110;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:14:\"site_direction\";s:5:\"value\";N;}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:14:\"site_direction\";s:5:\"value\";N;}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:111;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:12:\"cookies_text\";s:5:\"value\";s:99:\"We use cookies to enhance your experience on our website. By continuing to browse, you agree to the\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:12:\"cookies_text\";s:5:\"value\";s:99:\"We use cookies to enhance your experience on our website. By continuing to browse, you agree to the\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:112;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:12:\"tax_included\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:12:\"tax_included\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:113;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:22:\"partial_payment_status\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:22:\"partial_payment_status\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:114;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:22:\"partial_payment_method\";s:5:\"value\";s:4:\"both\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:22:\"partial_payment_method\";s:5:\"value\";s:4:\"both\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:115;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:23:\"order_notification_type\";s:5:\"value\";s:8:\"firebase\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:23:\"order_notification_type\";s:5:\"value\";s:8:\"firebase\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:116;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:26:\"admin_free_delivery_status\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:26:\"admin_free_delivery_status\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:117;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:24:\"additional_charge_status\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:24:\"additional_charge_status\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:118;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:22:\"additional_charge_name\";s:5:\"value\";s:12:\"Platform Fee\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:22:\"additional_charge_name\";s:5:\"value\";s:12:\"Platform Fee\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:119;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:17:\"additional_charge\";s:5:\"value\";s:1:\"5\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:17:\"additional_charge\";s:5:\"value\";s:1:\"5\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:120;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:25:\"prescription_order_status\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:25:\"prescription_order_status\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:121;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:25:\"delivery_charge_comission\";s:5:\"value\";s:1:\"5\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:25:\"delivery_charge_comission\";s:5:\"value\";s:1:\"5\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:122;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:12:\"opening_time\";s:5:\"value\";s:5:\"06:00\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:12:\"opening_time\";s:5:\"value\";s:5:\"06:00\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:123;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:12:\"closing_time\";s:5:\"value\";s:5:\"18:00\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:12:\"closing_time\";s:5:\"value\";s:5:\"18:00\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:124;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:12:\"landing_page\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:12:\"landing_page\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:125;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:24:\"landing_integration_type\";s:5:\"value\";s:11:\"file_upload\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:24:\"landing_integration_type\";s:5:\"value\";s:11:\"file_upload\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:126;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:26:\"mobile_app_section_heading\";s:5:\"value\";s:47:\"Download the App for Enjoy Best Restaurant Test\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:26:\"mobile_app_section_heading\";s:5:\"value\";s:47:\"Download the App for Enjoy Best Restaurant Test\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:127;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:23:\"mobile_app_section_text\";s:5:\"value\";s:31:\"Default Text Mobile App Section\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:23:\"mobile_app_section_text\";s:5:\"value\";s:31:\"Default Text Mobile App Section\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:128;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:27:\"feature_section_description\";s:5:\"value\";s:27:\"Feature section description\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:27:\"feature_section_description\";s:5:\"value\";s:27:\"Feature section description\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:129;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:27:\"Feature section description\";s:5:\"value\";s:229:\"{\"app_url_android_status\":\"0\",\"app_url_android\":\"https:\\/\\/play.google.com\",\"app_url_ios_status\":\"0\",\"app_url_ios\":\"https:\\/\\/www.apple.com\\/app-store\",\"web_app_url_status\":\"0\",\"web_app_url\":\"https:\\/\\/6ammart-web.6amtech.com\\/\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:27:\"Feature section description\";s:5:\"value\";s:229:\"{\"app_url_android_status\":\"0\",\"app_url_android\":\"https:\\/\\/play.google.com\",\"app_url_ios_status\":\"0\",\"app_url_ios\":\"https:\\/\\/www.apple.com\\/app-store\",\"web_app_url_status\":\"0\",\"web_app_url\":\"https:\\/\\/6ammart-web.6amtech.com\\/\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:130;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:20:\"home_delivery_status\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:20:\"home_delivery_status\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:131;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:15:\"takeaway_status\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:15:\"takeaway_status\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:132;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:24:\"dm_picture_upload_status\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:24:\"dm_picture_upload_status\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:133;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:22:\"offline_payment_status\";s:5:\"value\";N;}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:22:\"offline_payment_status\";s:5:\"value\";N;}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:134;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:21:\"guest_checkout_status\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:21:\"guest_checkout_status\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:135;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:39:\"check_daily_subscription_validity_check\";s:5:\"value\";s:10:\"2026-07-15\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:39:\"check_daily_subscription_validity_check\";s:5:\"value\";s:10:\"2026-07-15\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:136;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:25:\"commission_business_model\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:25:\"commission_business_model\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:137;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:27:\"subscription_business_model\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:27:\"subscription_business_model\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:138;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:28:\"subscription_free_trial_days\";s:5:\"value\";s:1:\"7\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:28:\"subscription_free_trial_days\";s:5:\"value\";s:1:\"7\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:139;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:28:\"subscription_free_trial_type\";s:5:\"value\";s:3:\"day\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:28:\"subscription_free_trial_type\";s:5:\"value\";s:3:\"day\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:140;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:30:\"subscription_free_trial_status\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:30:\"subscription_free_trial_status\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:141;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:34:\"subscription_deadline_warning_days\";s:5:\"value\";s:1:\"7\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:34:\"subscription_deadline_warning_days\";s:5:\"value\";s:1:\"7\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:142;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:37:\"subscription_deadline_warning_message\";s:5:\"value\";s:63:\"Your subscription ending soon. Please renew to continue access.\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:37:\"subscription_deadline_warning_message\";s:5:\"value\";s:63:\"Your subscription ending soon. Please renew to continue access.\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:143;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:27:\"subscription_usage_max_time\";s:5:\"value\";s:2:\"80\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:27:\"subscription_usage_max_time\";s:5:\"value\";s:2:\"80\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:144;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:11:\"apple_login\";s:5:\"value\";s:133:\"[{\"login_medium\":\"apple\",\"client_id\":\"\",\"client_secret\":\"\",\"team_id\":\"\",\"key_id\":\"\",\"service_file\":\"\",\"redirect_url\":\"\",\"status\":\"\"}]\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:11:\"apple_login\";s:5:\"value\";s:133:\"[{\"login_medium\":\"apple\",\"client_id\":\"\",\"client_secret\":\"\",\"team_id\":\"\",\"key_id\":\"\",\"service_file\":\"\",\"redirect_url\":\"\",\"status\":\"\"}]\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:145;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:11:\"opening_day\";s:5:\"value\";s:6:\"sunday\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:11:\"opening_day\";s:5:\"value\";s:6:\"sunday\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:146;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:11:\"closing_day\";s:5:\"value\";s:8:\"saturday\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:11:\"closing_day\";s:5:\"value\";s:8:\"saturday\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:147;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:16:\"backgroundChange\";s:5:\"value\";s:111:\"{\"primary_1_hex\":\"#ff2b00\",\"primary_1_rgb\":\"255, 43, 0\",\"primary_2_hex\":\"#fa5300\",\"primary_2_rgb\":\"250, 83, 0\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:16:\"backgroundChange\";s:5:\"value\";s:111:\"{\"primary_1_hex\":\"#ff2b00\",\"primary_1_rgb\":\"255, 43, 0\",\"primary_2_hex\":\"#fa5300\",\"primary_2_rgb\":\"250, 83, 0\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:148;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:15:\"add_fund_status\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:15:\"add_fund_status\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:149;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:28:\"new_customer_discount_status\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:28:\"new_customer_discount_status\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:150;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:28:\"new_customer_discount_amount\";s:5:\"value\";s:2:\"10\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:28:\"new_customer_discount_amount\";s:5:\"value\";s:2:\"10\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:151;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:33:\"new_customer_discount_amount_type\";s:5:\"value\";s:10:\"percentage\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:33:\"new_customer_discount_amount_type\";s:5:\"value\";s:10:\"percentage\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:152;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:37:\"new_customer_discount_amount_validity\";s:5:\"value\";s:1:\"3\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:37:\"new_customer_discount_amount_validity\";s:5:\"value\";s:1:\"3\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:153;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:35:\"new_customer_discount_validity_type\";s:5:\"value\";s:3:\"day\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:35:\"new_customer_discount_validity_type\";s:5:\"value\";s:3:\"day\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:154;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:19:\"dm_max_cash_in_hand\";s:5:\"value\";s:5:\"10000\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:19:\"dm_max_cash_in_hand\";s:5:\"value\";s:5:\"10000\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:155;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:21:\"country_picker_status\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:21:\"country_picker_status\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:156;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:40:\"schedule_order_slot_duration_time_format\";s:5:\"value\";s:3:\"min\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:40:\"schedule_order_slot_duration_time_format\";s:5:\"value\";s:3:\"min\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:157;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:20:\"extra_packaging_data\";s:5:\"value\";s:66:\"{\"grocery\":\"1\",\"food\":\"1\",\"pharmacy\":0,\"ecommerce\":\"1\",\"parcel\":0}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:20:\"extra_packaging_data\";s:5:\"value\";s:66:\"{\"grocery\":\"1\",\"food\":\"1\",\"pharmacy\":0,\"ecommerce\":\"1\",\"parcel\":0}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:158;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:20:\"min_amount_to_pay_dm\";s:5:\"value\";s:3:\"500\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:20:\"min_amount_to_pay_dm\";s:5:\"value\";s:3:\"500\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:159;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:34:\"cash_in_hand_overflow_delivery_man\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:34:\"cash_in_hand_overflow_delivery_man\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:160;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:38:\"push_notification_service_file_content\";s:5:\"value\";s:2405:\"{\r\n  \"type\": \"service_account\",\r\n  \"project_id\": \"nexbloom-by-codecs\",\r\n  \"private_key_id\": \"5cd30da7b180cb919bf5f4766048cdde631eb412\",\r\n  \"private_key\": \"-----BEGIN PRIVATE KEY-----\\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDmBB9oS/w208c/\\n/xUTykRzd+4oX1wOL/LN/coliU5Ndy1DJPXOyOLRI16xbFn1NTOxtzqZ9Epvk8fq\\nUg354NPhoyf3DoKIup3jwi1OTgVZbjUG1S6HnUtTjfomSzjbLJwaSWfOBmQG7rng\\nFUXXaXRQNUbw8PpJHkb79QM0iSQYMgAZ6pqhNp46Uzd21Bh3Zq768aJ76801sxVl\\nADVX1B/wqutVecY5XoxRX+S3r/oW3/3IYKFbUt6jERs1aWUlJyI0hADF5sCyVdn4\\nBlLcsVZqU4gF0MV0Y1SfAg1sMV3OmALhrhNaxqeQ6Jyc3FLfQJ+OS6X583P8ZcHa\\nquh3NA2pAgMBAAECggEAH4mAgOgCMcZBsyLspzpRaP+QQNV/pVZU/9dZ6GGgwdBN\\nqBTLkHRMsl4bdU96L2ZXAHkzPg6XnMrHW00FgOBJoiNLrye8erYTleR2xR4UxQPu\\nSKc2v6ivvkoLepqlC1qyIIyLVgfcSR225eQkyk85f7x+TeTMfEqmyD76FzGX0v/Y\\nJNMn5J53kEqr6SNPXiwoLU357J2FU0Xd+xKINmpenPvtehW1K/XOHWt0tG3Zwh+Y\\nJBGRSsj4pBebweW5qrAM5r2NK1PhpwpbeUVHm4uUpVr5C6eD8DvoM3NsxBvuKXZc\\nFTNZS/KU6JPKYbb8VCw6D75VRxCKRDPg7b+b6Xcy/QKBgQD2ZfHwwcZE8+8v4vFq\\nikaYMV7kDcXlWEgS9eKR6vUg+HTji/doEFn6sgvvUWsLORMTHZ26DKof5sMeMsT7\\nv7cK2XTowlAJFA3j0B4ESJ7+tgTe7z84BzaX1PKU0Gzm2r5q0d7PzkRtHclYezTr\\n1U93/Morfy2JtHdGWGi8Y/KxkwKBgQDu+sAg+eVI5ASorvuEgd/t8sZNzXs3JgEs\\nDzRWLm7s+4AeimiWMx0HqxP3h652qLudplDUXGmIc38eWRXol20ybU7bSWMpJwW+\\n/b/iJENDf1O60cc12xyjR9z2RXYhAa5g3toQ+wFTU4aoJ4C7J77alvlc7J+k1vJC\\nJBWV9dJ5UwKBgAbJRgGYhKpvgX3zJS0HA+y7J17mljW72bhT91qHexreXPHLcBP4\\np1HFR5jeyDD18HWNUkPGh4T7aRJS2aQJYrQ0ywiCGYw2di95EuqRSXfAcZ/mPPqB\\nEFrcLZY1q1osWiQ9BYL5rl7G/D2onwuDw32Ng8/w38M0KjjQxImzwwJrAoGBAJhI\\nzVm2JHe4ZYegScJ8iFe21ssJX7Ua0LBk1/L7D9CPy2qqxE7CL4ONbuHTYkdW6odh\\nTiyk3tMG1kBegGmA5SK3KQLv1vKIXU8Bn97ZQMuoPZDU0N7uy2b5CkMcrFQIIDi2\\nibs8V/HjTfGlipC4mRPuFOU0G98M4b9oAyFWTlLlAoGBAOFOia4qhnyl6FfeM9rn\\nY9+X5BJ0btaqwD6GqO4vRVMixm112rknjatLZIIwM2dIQoRpgrcdKl63l7fAhVke\\nyM7R7xNK2ueLHeNVUEZRCTnv1iFhCvmq1n/pa175D2MX+jPGdal1nCu+LAQhLnUC\\nMqwLsNGxGys0XgOzU7jrbLXp\\n-----END PRIVATE KEY-----\\n\",\r\n  \"client_email\": \"firebase-adminsdk-fbsvc@nexbloom-by-codecs.iam.gserviceaccount.com\",\r\n  \"client_id\": \"101777429731622602619\",\r\n  \"auth_uri\": \"https://accounts.google.com/o/oauth2/auth\",\r\n  \"token_uri\": \"https://oauth2.googleapis.com/token\",\r\n  \"auth_provider_x509_cert_url\": \"https://www.googleapis.com/oauth2/v1/certs\",\r\n  \"client_x509_cert_url\": \"https://www.googleapis.com/robot/v1/metadata/x509/firebase-adminsdk-fbsvc%40nexbloom-by-codecs.iam.gserviceaccount.com\",\r\n  \"universe_domain\": \"googleapis.com\"\r\n}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:38:\"push_notification_service_file_content\";s:5:\"value\";s:2405:\"{\r\n  \"type\": \"service_account\",\r\n  \"project_id\": \"nexbloom-by-codecs\",\r\n  \"private_key_id\": \"5cd30da7b180cb919bf5f4766048cdde631eb412\",\r\n  \"private_key\": \"-----BEGIN PRIVATE KEY-----\\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDmBB9oS/w208c/\\n/xUTykRzd+4oX1wOL/LN/coliU5Ndy1DJPXOyOLRI16xbFn1NTOxtzqZ9Epvk8fq\\nUg354NPhoyf3DoKIup3jwi1OTgVZbjUG1S6HnUtTjfomSzjbLJwaSWfOBmQG7rng\\nFUXXaXRQNUbw8PpJHkb79QM0iSQYMgAZ6pqhNp46Uzd21Bh3Zq768aJ76801sxVl\\nADVX1B/wqutVecY5XoxRX+S3r/oW3/3IYKFbUt6jERs1aWUlJyI0hADF5sCyVdn4\\nBlLcsVZqU4gF0MV0Y1SfAg1sMV3OmALhrhNaxqeQ6Jyc3FLfQJ+OS6X583P8ZcHa\\nquh3NA2pAgMBAAECggEAH4mAgOgCMcZBsyLspzpRaP+QQNV/pVZU/9dZ6GGgwdBN\\nqBTLkHRMsl4bdU96L2ZXAHkzPg6XnMrHW00FgOBJoiNLrye8erYTleR2xR4UxQPu\\nSKc2v6ivvkoLepqlC1qyIIyLVgfcSR225eQkyk85f7x+TeTMfEqmyD76FzGX0v/Y\\nJNMn5J53kEqr6SNPXiwoLU357J2FU0Xd+xKINmpenPvtehW1K/XOHWt0tG3Zwh+Y\\nJBGRSsj4pBebweW5qrAM5r2NK1PhpwpbeUVHm4uUpVr5C6eD8DvoM3NsxBvuKXZc\\nFTNZS/KU6JPKYbb8VCw6D75VRxCKRDPg7b+b6Xcy/QKBgQD2ZfHwwcZE8+8v4vFq\\nikaYMV7kDcXlWEgS9eKR6vUg+HTji/doEFn6sgvvUWsLORMTHZ26DKof5sMeMsT7\\nv7cK2XTowlAJFA3j0B4ESJ7+tgTe7z84BzaX1PKU0Gzm2r5q0d7PzkRtHclYezTr\\n1U93/Morfy2JtHdGWGi8Y/KxkwKBgQDu+sAg+eVI5ASorvuEgd/t8sZNzXs3JgEs\\nDzRWLm7s+4AeimiWMx0HqxP3h652qLudplDUXGmIc38eWRXol20ybU7bSWMpJwW+\\n/b/iJENDf1O60cc12xyjR9z2RXYhAa5g3toQ+wFTU4aoJ4C7J77alvlc7J+k1vJC\\nJBWV9dJ5UwKBgAbJRgGYhKpvgX3zJS0HA+y7J17mljW72bhT91qHexreXPHLcBP4\\np1HFR5jeyDD18HWNUkPGh4T7aRJS2aQJYrQ0ywiCGYw2di95EuqRSXfAcZ/mPPqB\\nEFrcLZY1q1osWiQ9BYL5rl7G/D2onwuDw32Ng8/w38M0KjjQxImzwwJrAoGBAJhI\\nzVm2JHe4ZYegScJ8iFe21ssJX7Ua0LBk1/L7D9CPy2qqxE7CL4ONbuHTYkdW6odh\\nTiyk3tMG1kBegGmA5SK3KQLv1vKIXU8Bn97ZQMuoPZDU0N7uy2b5CkMcrFQIIDi2\\nibs8V/HjTfGlipC4mRPuFOU0G98M4b9oAyFWTlLlAoGBAOFOia4qhnyl6FfeM9rn\\nY9+X5BJ0btaqwD6GqO4vRVMixm112rknjatLZIIwM2dIQoRpgrcdKl63l7fAhVke\\nyM7R7xNK2ueLHeNVUEZRCTnv1iFhCvmq1n/pa175D2MX+jPGdal1nCu+LAQhLnUC\\nMqwLsNGxGys0XgOzU7jrbLXp\\n-----END PRIVATE KEY-----\\n\",\r\n  \"client_email\": \"firebase-adminsdk-fbsvc@nexbloom-by-codecs.iam.gserviceaccount.com\",\r\n  \"client_id\": \"101777429731622602619\",\r\n  \"auth_uri\": \"https://accounts.google.com/o/oauth2/auth\",\r\n  \"token_uri\": \"https://oauth2.googleapis.com/token\",\r\n  \"auth_provider_x509_cert_url\": \"https://www.googleapis.com/oauth2/v1/certs\",\r\n  \"client_x509_cert_url\": \"https://www.googleapis.com/robot/v1/metadata/x509/firebase-adminsdk-fbsvc%40nexbloom-by-codecs.iam.gserviceaccount.com\",\r\n  \"universe_domain\": \"googleapis.com\"\r\n}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:161;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:15:\"fcm_credentials\";s:5:\"value\";s:310:\"{\"apiKey\":\"AIzaSyBy6Y3voXQ610dspbV_sXEEY816QYRyzl0\",\"authDomain\":\"nexbloom-by-codecs.firebaseapp.com\",\"projectId\":\"nexbloom-by-codecs\",\"storageBucket\":\"nexbloom-by-codecs.firebasestorage.app\",\"messagingSenderId\":\"774950622166\",\"appId\":\"1:774950622166:web:27a5c948a84528afb60a77\",\"measurementId\":\"G-34T4GYVY82\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:15:\"fcm_credentials\";s:5:\"value\";s:310:\"{\"apiKey\":\"AIzaSyBy6Y3voXQ610dspbV_sXEEY816QYRyzl0\",\"authDomain\":\"nexbloom-by-codecs.firebaseapp.com\",\"projectId\":\"nexbloom-by-codecs\",\"storageBucket\":\"nexbloom-by-codecs.firebasestorage.app\",\"messagingSenderId\":\"774950622166\",\"appId\":\"1:774950622166:web:27a5c948a84528afb60a77\",\"measurementId\":\"G-34T4GYVY82\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:162;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:27:\"cash_in_hand_overflow_store\";s:5:\"value\";s:1:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:27:\"cash_in_hand_overflow_store\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:163;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:34:\"cash_in_hand_overflow_store_amount\";s:5:\"value\";N;}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:34:\"cash_in_hand_overflow_store_amount\";s:5:\"value\";N;}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:164;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:23:\"min_amount_to_pay_store\";s:5:\"value\";N;}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:23:\"min_amount_to_pay_store\";s:5:\"value\";N;}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:165;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:18:\"store_review_reply\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:18:\"store_review_reply\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:166;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:16:\"product_approval\";s:5:\"value\";N;}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:16:\"product_approval\";s:5:\"value\";N;}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:167;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:22:\"product_approval_datas\";s:5:\"value\";s:114:\"{\"Update_product_price\":0,\"Add_new_product\":0,\"Update_product_variation\":0,\"Update_anything_in_product_details\":0}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:22:\"product_approval_datas\";s:5:\"value\";s:114:\"{\"Update_product_price\":0,\"Add_new_product\":0,\"Update_product_variation\":0,\"Update_anything_in_product_details\":0}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:168;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:19:\"access_all_products\";s:5:\"value\";N;}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:19:\"access_all_products\";s:5:\"value\";N;}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:169;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:15:\"product_gallery\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:15:\"product_gallery\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:170;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:19:\"manual_login_status\";s:5:\"value\";s:1:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:19:\"manual_login_status\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:171;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:26:\"admin_free_delivery_option\";s:5:\"value\";s:29:\"free_delivery_by_order_amount\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:26:\"admin_free_delivery_option\";s:5:\"value\";s:29:\"free_delivery_by_order_amount\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:172;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:16:\"otp_login_status\";s:5:\"value\";s:1:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:16:\"otp_login_status\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:173;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:19:\"social_login_status\";s:5:\"value\";s:1:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:19:\"social_login_status\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:174;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:19:\"google_login_status\";s:5:\"value\";s:1:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:19:\"google_login_status\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:175;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:21:\"facebook_login_status\";s:5:\"value\";s:1:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:21:\"facebook_login_status\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:176;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:18:\"apple_login_status\";s:5:\"value\";s:1:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:18:\"apple_login_status\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:177;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:25:\"email_verification_status\";s:5:\"value\";s:1:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:25:\"email_verification_status\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:178;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:25:\"phone_verification_status\";s:5:\"value\";s:1:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:25:\"phone_verification_status\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:179;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:17:\"module_page_image\";s:5:\"value\";s:8:\"demo.png\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:17:\"module_page_image\";s:5:\"value\";s:8:\"demo.png\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:180;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:27:\"addon_activation_vendor_app\";s:5:\"value\";s:81:\"{\"activation_status\":1,\"username\":\"fhd74856dfg\",\"purchase_key\":\"jfghur6547t8ygd\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:27:\"addon_activation_vendor_app\";s:5:\"value\";s:81:\"{\"activation_status\":1,\"username\":\"fhd74856dfg\",\"purchase_key\":\"jfghur6547t8ygd\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:181;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:33:\"addon_activation_delivery_man_app\";s:5:\"value\";s:80:\"{\"activation_status\":1,\"username\":\"fgu7thgdhj\",\"purchase_key\":\"jfhugy43758rugf\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:33:\"addon_activation_delivery_man_app\";s:5:\"value\";s:80:\"{\"activation_status\":1,\"username\":\"fgu7thgdhj\",\"purchase_key\":\"jfhugy43758rugf\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}i:182;O:26:\"App\\Models\\BusinessSetting\":33:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:17:\"business_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:2:{s:3:\"key\";s:22:\"addon_activation_react\";s:5:\"value\";s:79:\"{\"activation_status\":1,\"username\":\"gj78594ghf\",\"purchase_key\":\"fghju75973tgdf\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:22:\"addon_activation_react\";s:5:\"value\";s:79:\"{\"activation_status\":1,\"username\":\"gj78594ghf\",\"purchase_key\":\"fghju75973tgdf\"}\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:0:{}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:1:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:2:{i:0;s:3:\"key\";i:1;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 2099435972);
INSERT INTO `cache` (`key`, `value`, `expiration`) VALUES
('nexbloom_cachebusiness_settings_config_icon_storage', 's:6:\"public\";', 2099437207),
('nexbloom_cachebusiness_settings_config_keys', 'a:80:{s:16:\"cash_on_delivery\";s:14:\"{\"status\":\"1\"}\";s:13:\"business_name\";s:8:\"Nexbloom\";s:4:\"logo\";s:29:\"2026-03-30-69cab5c7cfb38.webp\";s:5:\"phone\";s:10:\"9876543210\";s:13:\"email_address\";s:17:\"info@nexbloom.com\";s:7:\"address\";s:79:\"A/862, A/862, Swami Narayan Marg, Block WZ, Shastri Nagar, Delhi, 110052, India\";s:11:\"footer_text\";s:19:\"Company Name @ 2024\";s:21:\"customer_verification\";s:1:\"0\";s:15:\"digital_payment\";s:14:\"{\"status\":\"1\"}\";s:27:\"order_delivery_verification\";s:1:\"1\";s:24:\"currency_symbol_position\";s:4:\"left\";s:14:\"schedule_order\";s:1:\"1\";s:16:\"admin_commission\";s:2:\"10\";s:7:\"country\";s:2:\"IN\";s:16:\"default_location\";s:53:\"{\"lat\":\"28.67081714347637\",\"lng\":\"77.18333805574484\"}\";s:18:\"free_delivery_over\";s:3:\"700\";s:23:\"app_minimum_version_ios\";N;s:27:\"app_minimum_version_android\";N;s:11:\"app_url_ios\";N;s:15:\"app_url_android\";N;s:18:\"landing_page_links\";s:227:\"{\"app_url_android_status\":\"1\",\"app_url_android\":\"https:\\/\\/play.google.com\",\"app_url_ios_status\":\"1\",\"app_url_ios\":\"https:\\/\\/www.apple.com\\/app-store\",\"web_app_url_status\":\"1\",\"web_app_url\":\"https:\\/\\/stackfood.6amtech.com\\/\"}\";s:10:\"timeformat\";s:2:\"12\";s:23:\"canceled_by_deliveryman\";s:1:\"1\";s:15:\"show_dm_earning\";s:1:\"1\";s:18:\"toggle_veg_non_veg\";s:1:\"1\";s:22:\"toggle_dm_registration\";s:1:\"1\";s:28:\"schedule_order_slot_duration\";s:2:\"30\";s:4:\"icon\";s:29:\"2026-03-30-69cab5c80c720.webp\";s:25:\"toggle_store_registration\";s:1:\"1\";s:17:\"canceled_by_store\";s:1:\"1\";s:29:\"parcel_per_km_shipping_charge\";s:2:\"10\";s:30:\"parcel_minimum_shipping_charge\";s:2:\"12\";s:13:\"wallet_status\";s:1:\"1\";s:20:\"loyalty_point_status\";s:1:\"1\";s:18:\"ref_earning_status\";s:1:\"1\";s:27:\"loyalty_point_exchange_rate\";s:1:\"1\";s:25:\"ref_earning_exchange_rate\";s:2:\"10\";s:33:\"loyalty_point_item_purchase_point\";s:1:\"1\";s:27:\"loyalty_point_minimum_point\";s:4:\"1000\";s:20:\"refund_active_status\";s:1:\"0\";s:14:\"dm_tips_status\";s:1:\"1\";s:12:\"cookies_text\";s:99:\"We use cookies to enhance your experience on our website. By continuing to browse, you agree to the\";s:22:\"partial_payment_status\";s:1:\"1\";s:22:\"partial_payment_method\";s:4:\"both\";s:26:\"admin_free_delivery_status\";s:1:\"1\";s:24:\"additional_charge_status\";s:1:\"1\";s:22:\"additional_charge_name\";s:12:\"Platform Fee\";s:17:\"additional_charge\";s:1:\"5\";s:25:\"prescription_order_status\";s:1:\"1\";s:20:\"home_delivery_status\";s:1:\"1\";s:15:\"takeaway_status\";s:1:\"1\";s:24:\"dm_picture_upload_status\";s:1:\"1\";s:22:\"offline_payment_status\";N;s:21:\"guest_checkout_status\";s:1:\"1\";s:25:\"commission_business_model\";s:1:\"1\";s:27:\"subscription_business_model\";s:1:\"1\";s:28:\"subscription_free_trial_days\";s:1:\"7\";s:28:\"subscription_free_trial_type\";s:3:\"day\";s:30:\"subscription_free_trial_status\";s:1:\"1\";s:34:\"subscription_deadline_warning_days\";s:1:\"7\";s:37:\"subscription_deadline_warning_message\";s:63:\"Your subscription ending soon. Please renew to continue access.\";s:15:\"add_fund_status\";s:1:\"1\";s:28:\"new_customer_discount_status\";s:1:\"1\";s:28:\"new_customer_discount_amount\";s:2:\"10\";s:33:\"new_customer_discount_amount_type\";s:10:\"percentage\";s:37:\"new_customer_discount_amount_validity\";s:1:\"3\";s:35:\"new_customer_discount_validity_type\";s:3:\"day\";s:21:\"country_picker_status\";s:1:\"1\";s:20:\"min_amount_to_pay_dm\";s:3:\"500\";s:23:\"min_amount_to_pay_store\";N;s:18:\"store_review_reply\";s:1:\"1\";s:19:\"manual_login_status\";s:1:\"1\";s:26:\"admin_free_delivery_option\";s:29:\"free_delivery_by_order_amount\";s:16:\"otp_login_status\";s:1:\"0\";s:19:\"social_login_status\";s:1:\"0\";s:19:\"google_login_status\";s:1:\"0\";s:21:\"facebook_login_status\";s:1:\"0\";s:18:\"apple_login_status\";s:1:\"0\";s:25:\"email_verification_status\";s:1:\"0\";s:25:\"phone_verification_status\";s:1:\"0\";}', 2099437207),
('nexbloom_cachebusiness_settings_config_logo_storage', 's:6:\"public\";', 2099437207),
('nexbloom_cachebusiness_settings_config_web_app_landing_page_settings_storage', 's:6:\"public\";', 2099437207),
('nexbloom_cachebusiness_settings_currency_symbol', 's:3:\"₹\";', 2099437207),
('nexbloom_cachedata_settings_cancellation_policy_status', 'N;', 2099437207),
('nexbloom_cachedata_settings_flutter_landing_page', 'a:1:{s:23:\"download_user_app_links\";s:167:\"{\"playstore_url_status\":\"1\",\"playstore_url\":\"https:\\/\\/play.google.com\\/store\\/\",\"apple_store_url_status\":\"1\",\"apple_store_url\":\"https:\\/\\/www.apple.com\\/app-store\\/\"}\";}', 2099437207),
('nexbloom_cachedata_settings_refund_policy_status', 's:1:\"1\";', 2099437207),
('nexbloom_cachedata_settings_shipping_policy_status', 'N;', 2099437207),
('nexbloom_cachemodule_config', 'N;', 2099437207),
('nexbloom_cachevehicle_day_wise_min_price_conf', 'N;', 2099437207),
('nexbloom_cachevehicle_dis_min_price_conf', 'N;', 2099437207),
('nexbloom_cachevehicle_hour_min_price_conf', 'N;', 2099437207);

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

--
-- Table structure for table `cache_locks`
--

CREATE TABLE `cache_locks` (
  `key` varchar(255) NOT NULL,
  `owner` varchar(255) NOT NULL,
  `expiration` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `campaigns`
--

CREATE TABLE `campaigns` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) DEFAULT NULL,
  `image` varchar(100) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `admin_id` bigint(20) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `start_date` date DEFAULT NULL,
  `end_date` date DEFAULT NULL,
  `start_time` time DEFAULT NULL,
  `end_time` time DEFAULT NULL,
  `module_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `campaigns`
--

INSERT INTO `campaigns` (`id`, `title`, `image`, `description`, `status`, `admin_id`, `created_at`, `updated_at`, `start_date`, `end_date`, `start_time`, `end_time`, `module_id`) VALUES
(2, 'Holish tea', '2026-01-09-6960108ab7edd.jpg', 'Experience an out-of-this-world blend of hot and sweet seasoning! The Lay’s West Indies Hot \'n\' Sweet Chilli is an exciting adventure waiting to be unfolded. The journey starts with high quality, farm-grown potatoes cooked to crispy perfection. These are then sprinkled with a dash of sugar and a pinch of Chilli for a delicious Caribbean taste.', 1, NULL, '2025-09-28 17:03:21', '2026-01-09 01:46:10', '2025-10-05', '2026-02-04', '00:01:00', '23:59:00', 1),
(3, 'Item Food Item for you!', '2025-09-28-68d929f820d1d.png', 'Item Food Item for you!', 1, NULL, '2025-09-28 17:58:40', '2026-01-11 02:35:54', '2026-01-11', '2027-11-17', '00:01:00', '23:59:00', 2),
(4, 'Only on Maxmart', '2025-09-28-68d92a2214a2f.png', 'Only on Maxmart', 1, NULL, '2025-09-28 17:59:22', '2026-01-11 02:35:18', '2026-01-11', '2027-02-20', '00:01:00', '23:59:00', 2),
(5, 'Egg and paneer', '2026-01-09-6960107e911d8.jpg', 'egg or paneer more daily need product', 1, NULL, '2025-12-05 16:49:19', '2026-01-09 01:45:58', '2025-12-05', '2026-12-27', '00:01:00', '23:59:00', 1),
(6, 'Bakry Biscuts', '2026-01-09-696010721971a.jpg', 'Check each product page for other buying options.', 1, NULL, '2025-12-05 16:52:49', '2026-01-09 01:45:46', '2025-12-05', '2026-12-31', '00:01:00', '23:59:00', 1),
(7, 'sauces spreads', '2026-01-09-696010667c0e1.jpg', 'Give your little one the love and care they deserve with our premium babycare range. From nourishing skin-friendly products to everyday essentials, everything is crafted with safety, comfort, and softness in mind. Perfect for keeping your baby happy, healthy, and protected—all day, every day.', 1, NULL, '2025-12-05 16:58:36', '2026-01-09 01:45:34', '2025-12-05', '2026-12-27', '00:01:00', '23:59:00', 1),
(8, 'Dairy Bread', '2026-01-09-6960104f9f57d.jpg', 'Give your little one the love and care they deserve with our premium babycare range. From nourishing skin-friendly products to everyday essentials, everything is crafted with safety, comfort, and softness in mind. Perfect for keeping your baby happy, healthy, and protected—all day, every day.', 1, NULL, '2025-12-05 17:01:22', '2026-01-09 01:45:11', '2025-12-05', '2025-12-10', '00:01:00', '23:00:00', 1),
(9, 'Sweet Tooth', '2026-01-09-6960105a38e61.jpg', 'Give your little one the love and care they deserve with our premium babycare range. From nourishing skin-friendly products to everyday essentials, everything is crafted with safety, comfort, and softness in mind. Perfect for keeping your baby happy, healthy, and protected—all day, every day.', 1, NULL, '2025-12-05 17:02:44', '2026-01-09 01:45:22', '2025-12-05', '2026-12-24', '00:01:00', '23:59:00', 1),
(10, 'Atta', '2026-01-09-696011cb3c939.jpg', 'aata is so potin food', 1, NULL, '2026-01-09 01:51:31', '2026-01-09 01:51:31', '2026-01-14', '2026-01-19', '12:59:00', '11:59:00', 1),
(11, 'Renu Advance', '2026-01-10-69629803b436d.jpg', 'Renu Advanced Formula Multi-Purpose Contact Lens Solution 118 ml is expertly designed to provide gentle and \r\nEffective care for your contact lenses. This solution helps clean, rinse, disinfect, and store your lenses, ensuring a \r\ncomfortable wearing experience.', 1, NULL, '2026-01-10 23:48:43', '2026-01-11 01:08:57', '2026-01-10', '2027-01-01', '23:59:00', '00:01:00', 3),
(12, 'dr', '2026-01-10-69629943b4da9.jpg', 'dr', 1, NULL, '2026-01-10 23:54:03', '2026-01-10 23:54:03', '2026-01-10', '2027-02-20', '00:01:00', '23:59:00', 3);

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

--
-- Table structure for table `campaign_store`
--

CREATE TABLE `campaign_store` (
  `campaign_id` bigint(20) UNSIGNED NOT NULL,
  `store_id` bigint(20) UNSIGNED NOT NULL,
  `campaign_status` varchar(10) DEFAULT 'pending'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `campaign_store`
--

INSERT INTO `campaign_store` (`campaign_id`, `store_id`, `campaign_status`) VALUES
(4, 2, 'confirmed'),
(3, 3, 'confirmed'),
(3, 2, 'confirmed'),
(4, 3, 'confirmed'),
(1, 1, 'confirmed'),
(2, 4, 'confirmed'),
(2, 16, 'confirmed'),
(2, 1, 'confirmed'),
(1, 4, 'confirmed'),
(1, 16, 'confirmed'),
(9, 1, 'confirmed'),
(9, 4, 'confirmed'),
(9, 16, 'confirmed'),
(8, 1, 'confirmed'),
(8, 4, 'confirmed'),
(8, 16, 'confirmed'),
(7, 1, 'confirmed'),
(7, 4, 'confirmed'),
(7, 16, 'confirmed'),
(6, 1, 'confirmed'),
(6, 4, 'confirmed'),
(6, 16, 'confirmed'),
(5, 1, 'confirmed'),
(5, 4, 'confirmed'),
(5, 16, 'confirmed');

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

--
-- Table structure for table `carts`
--

CREATE TABLE `carts` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `module_id` bigint(20) UNSIGNED NOT NULL,
  `item_id` bigint(20) UNSIGNED NOT NULL,
  `is_guest` tinyint(1) NOT NULL DEFAULT 0,
  `add_on_ids` text DEFAULT NULL,
  `add_on_qtys` text DEFAULT NULL,
  `item_type` varchar(255) NOT NULL,
  `price` double(24,3) NOT NULL,
  `quantity` int(11) NOT NULL,
  `variation` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `carts`
--

INSERT INTO `carts` (`id`, `user_id`, `module_id`, `item_id`, `is_guest`, `add_on_ids`, `add_on_qtys`, `item_type`, `price`, `quantity`, `variation`, `created_at`, `updated_at`) VALUES
(4, 12, 1, 3, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 96.000, 1, '\"[]\"', '2024-10-11 02:06:37', '2024-10-11 02:06:37'),
(8, 29, 1, 24, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 19.800, 7, '\"[{\\\"type\\\":\\\"1pic\\\",\\\"price\\\":20,\\\"stock\\\":10}]\"', '2025-09-23 02:48:38', '2025-09-23 02:48:38'),
(13, 16, 1, 3, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 100.000, 1, '\"[]\"', '2025-09-28 17:56:37', '2025-09-28 17:56:37'),
(15, 24, 2, 53, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 380.000, 2, '\"[]\"', '2025-09-30 15:10:30', '2025-09-30 15:10:33'),
(17, 27, 1, 38, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 500.000, 1, '\"[{\\\"type\\\":\\\"5\\\",\\\"price\\\":500,\\\"stock\\\":19090}]\"', '2025-10-02 14:39:29', '2025-10-02 14:39:29'),
(19, 31, 1, 21, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 4.750, 1, '\"[{\\\"type\\\":\\\"1pic\\\",\\\"price\\\":5,\\\"stock\\\":60}]\"', '2025-10-02 23:46:50', '2025-10-02 23:46:50'),
(21, 4, 2, 46, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 50.000, 1, '\"[]\"', '2025-10-03 15:46:03', '2025-10-03 16:31:37'),
(22, 4, 2, 47, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 100.000, 1, '\"[]\"', '2025-10-03 15:46:06', '2025-10-03 16:31:37'),
(23, 4, 2, 50, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 190.000, 1, '\"[]\"', '2025-10-03 15:46:10', '2025-10-03 16:31:37'),
(24, 4, 3, 11, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 49.000, 1, '\"[]\"', '2025-10-03 16:21:46', '2025-10-03 16:31:37'),
(31, 21, 9, 60, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 299.000, 1, '\"[]\"', '2025-10-03 22:28:54', '2025-10-03 22:28:54'),
(32, 21, 1, 16, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 180.000, 1, '\"[{\\\"type\\\":\\\"200g\\\",\\\"price\\\":200,\\\"stock\\\":100}]\"', '2025-10-03 22:29:33', '2025-10-03 22:29:33'),
(36, 42, 1, 34, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 50.000, 1, '\"[{\\\"type\\\":\\\"5\\\",\\\"price\\\":50,\\\"stock\\\":110}]\"', '2025-10-04 20:14:54', '2025-10-04 20:14:54'),
(42, 27, 9, 64, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 736.560, 8, '\"[]\"', '2025-10-05 13:42:56', '2025-10-05 17:25:23'),
(43, 45, 2, 56, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 120.000, 1, '\"[]\"', '2025-10-05 14:11:38', '2025-10-05 14:11:38'),
(45, 27, 2, 58, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 120.000, 1, '\"[]\"', '2025-10-05 17:31:33', '2025-10-05 17:31:33'),
(46, 46, 1, 3, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 100.000, 1, '\"[]\"', '2025-10-06 12:47:01', '2025-10-06 12:47:01'),
(63, 69, 1, 2, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 5.000, 1, '\"[]\"', '2025-10-08 18:04:50', '2025-10-08 18:04:50'),
(64, 69, 1, 2, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 5.000, 1, '\"[]\"', '2025-10-08 18:04:50', '2025-10-08 18:04:50'),
(65, 69, 1, 15, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 27.550, 2, '\"[{\\\"type\\\":\\\"1L\\\",\\\"price\\\":29,\\\"stock\\\":100}]\"', '2025-10-08 18:05:05', '2025-10-08 18:05:05'),
(66, 70, 1, 3, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 96.000, 1, '\"[]\"', '2025-10-08 18:14:01', '2025-10-08 18:14:01'),
(67, 70, 1, 2, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 9.900, 2, '\"[]\"', '2025-10-08 18:14:07', '2025-10-08 18:14:08'),
(71, 90, 4, 113, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 949.050, 1, '\"[]\"', '2025-10-08 21:26:03', '2025-10-08 21:26:03'),
(73, 70, 1, 19, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 47.500, 1, '\"[{\\\"type\\\":\\\"100g\\\",\\\"price\\\":50,\\\"stock\\\":50}]\"', '2025-10-09 01:39:22', '2025-10-09 01:39:22'),
(79, 106, 3, 12, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 1599.000, 1, '\"[]\"', '2025-10-10 13:23:33', '2025-10-10 13:23:33'),
(80, 109, 4, 116, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 1169.100, 1, '\"[]\"', '2025-10-10 17:53:21', '2025-10-10 17:53:21'),
(81, 108, 9, 62, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 3120.750, 2, '\"[]\"', '2025-10-10 20:39:07', '2025-10-10 20:39:17'),
(89, 33, 1, 16, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 180.000, 1, '\"[{\\\"type\\\":\\\"200g\\\",\\\"price\\\":200,\\\"stock\\\":100}]\"', '2025-10-11 14:17:51', '2025-10-11 14:17:51'),
(90, 33, 1, 15, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 27.550, 1, '\"[{\\\"type\\\":\\\"1L\\\",\\\"price\\\":29,\\\"stock\\\":100}]\"', '2025-10-11 14:18:19', '2025-10-11 14:18:19'),
(91, 33, 1, 18, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 76.000, 1, '\"[{\\\"type\\\":\\\"6piece\\\",\\\"price\\\":80,\\\"stock\\\":1000}]\"', '2025-10-11 14:18:36', '2025-10-11 14:18:36'),
(92, 33, 1, 44, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 50.000, 1, '\"[]\"', '2025-10-11 14:18:59', '2025-10-11 14:18:59'),
(93, 33, 1, 43, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 100.000, 1, '\"[]\"', '2025-10-11 14:19:04', '2025-10-11 14:19:04'),
(94, 33, 1, 33, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 450.000, 1, '\"[{\\\"type\\\":\\\"5\\\",\\\"price\\\":450,\\\"stock\\\":1000}]\"', '2025-10-11 14:19:14', '2025-10-11 14:19:14'),
(97, 100, 10, 82, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 1499.500, 2, '\"[]\"', '2025-10-12 03:02:40', '2025-10-12 03:02:40'),
(99, 117, 2, 58, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 120.000, 1, '\"[]\"', '2025-10-12 15:09:38', '2025-10-12 15:09:38'),
(100, 95, 4, 146, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 900.000, 1, '\"[]\"', '2025-10-12 20:50:21', '2025-10-12 20:50:21'),
(101, 33, 9, 69, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 199.000, 1, '\"[]\"', '2025-10-13 19:19:06', '2025-10-13 19:19:06'),
(103, 33, 10, 76, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 299.500, 1, '\"[]\"', '2025-10-14 09:34:20', '2025-10-14 09:34:24'),
(106, 30, 2, 46, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 50.000, 1, '\"[]\"', '2025-10-15 02:08:08', '2025-10-15 02:08:08'),
(109, 30, 1, 21, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 4.750, 1, '\"[{\\\"type\\\":\\\"1pic\\\",\\\"price\\\":5,\\\"stock\\\":59}]\"', '2025-10-15 02:10:15', '2025-10-15 02:10:15'),
(110, 30, 1, 3, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 100.000, 1, '\"[]\"', '2025-10-15 02:10:23', '2025-10-15 02:10:23'),
(118, 142, 1, 44, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 50.000, 1, '\"[]\"', '2025-10-18 22:25:55', '2025-10-18 22:25:55'),
(119, 141, 1, 21, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 4.750, 1, '\"[{\\\"type\\\":\\\"1pic\\\",\\\"price\\\":5,\\\"stock\\\":59}]\"', '2025-10-19 02:53:42', '2025-10-19 02:53:42'),
(120, 143, 1, 21, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 4.750, 1, '\"[{\\\"type\\\":\\\"1pic\\\",\\\"price\\\":5,\\\"stock\\\":59}]\"', '2025-10-19 16:34:20', '2025-10-19 16:34:20'),
(121, 147, 4, 144, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 764.150, 2, '\"[]\"', '2025-10-21 17:03:31', '2025-10-21 17:03:31'),
(132, 159, 2, 55, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 180.000, 1, '\"[]\"', '2025-10-26 12:49:24', '2025-10-26 12:49:24'),
(138, 44, 3, 11, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 49.000, 1, '\"[]\"', '2025-10-31 00:36:04', '2025-10-31 00:36:04'),
(140, 162, 1, 19, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 95.000, 2, '\"[{\\\"type\\\":\\\"100g\\\",\\\"price\\\":50,\\\"stock\\\":49}]\"', '2025-11-04 13:24:50', '2025-11-22 19:40:13'),
(141, 150, 2, 55, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 180.000, 1, '\"[]\"', '2025-11-04 22:38:07', '2025-11-04 22:38:07'),
(142, 150, 1, 16, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 180.000, 1, '\"[{\\\"type\\\":\\\"200g\\\",\\\"price\\\":200,\\\"stock\\\":99}]\"', '2025-11-04 22:40:49', '2025-11-04 22:40:49'),
(143, 150, 4, 114, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 3999.000, 1, '\"[]\"', '2025-11-04 22:44:22', '2025-11-04 22:44:22'),
(144, 170, 1, 44, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 50.000, 1, '\"[]\"', '2025-11-06 13:23:55', '2025-11-06 13:23:55'),
(149, 176, 2, 58, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 120.000, 1, '\"[]\"', '2025-11-10 14:13:30', '2025-11-10 14:13:30'),
(151, 177, 2, 56, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 120.000, 1, '\"[]\"', '2025-11-10 15:02:33', '2025-11-10 15:02:33'),
(153, 46, 10, 99, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 799.000, 1, '\"[]\"', '2025-11-11 17:28:06', '2025-11-11 17:28:06'),
(154, 183, 2, 150, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 239.200, 1, '\"[]\"', '2025-11-11 21:33:37', '2025-11-11 21:33:37'),
(155, 33, 1, 27, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 495.000, 1, '\"[{\\\"type\\\":\\\"5\\\",\\\"price\\\":500,\\\"stock\\\":1000}]\"', '2025-11-14 16:19:49', '2025-11-14 16:19:49'),
(156, 33, 2, 150, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 299.000, 1, '\"[]\"', '2025-11-14 17:14:40', '2025-11-14 17:14:40'),
(163, 46, 4, 143, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 999.000, 1, '\"[]\"', '2025-11-18 19:08:27', '2025-11-18 19:08:27'),
(164, 46, 9, 60, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 299.000, 1, '\"[]\"', '2025-11-18 19:08:41', '2025-11-18 19:08:41'),
(165, 46, 9, 67, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 240.000, 1, '\"[]\"', '2025-11-18 19:08:52', '2025-11-18 19:08:52'),
(166, 46, 9, 66, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 3750.000, 1, '\"[]\"', '2025-11-18 19:08:54', '2025-11-18 19:08:54'),
(168, 46, 3, 12, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 1599.000, 1, '\"[]\"', '2025-11-18 19:09:49', '2025-11-18 19:09:49'),
(169, 187, 4, 135, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 1599.000, 1, '\"[]\"', '2025-11-20 13:45:48', '2025-11-20 13:45:48'),
(170, 44, 1, 44, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 50.000, 1, '\"[]\"', '2025-11-22 21:59:42', '2025-11-22 21:59:42'),
(171, 33, 2, 149, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 499.000, 1, '\"[]\"', '2025-11-22 22:34:23', '2025-11-22 22:34:23'),
(172, 33, 2, 151, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 599.000, 1, '\"[]\"', '2025-11-22 22:34:34', '2025-11-22 22:34:34'),
(174, 44, 1, 15, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 27.550, 1, '\"[{\\\"type\\\":\\\"1L\\\",\\\"price\\\":29,\\\"stock\\\":99}]\"', '2025-11-23 17:30:20', '2025-11-23 17:30:36'),
(175, 193, 4, 114, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 3719.070, 1, '\"[]\"', '2025-11-23 19:19:24', '2025-11-23 19:19:24'),
(176, 55, 4, 13, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 945.000, 1, '\"[]\"', '2025-11-24 18:35:55', '2025-11-24 18:35:55'),
(177, 193, 9, 65, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 269.100, 1, '\"[]\"', '2025-11-25 10:12:20', '2025-11-25 10:12:20'),
(178, 196, 1, 3, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 100.000, 1, '\"[]\"', '2025-11-27 11:08:54', '2025-11-27 11:08:54'),
(199, 219, 1, 44, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 50.000, 1, '\"[]\"', '2025-12-05 01:28:39', '2025-12-05 01:28:39'),
(200, 219, 2, 154, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 499.000, 1, '\"[]\"', '2025-12-05 20:36:48', '2025-12-05 20:36:48'),
(201, 46, 1, 19, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 95.000, 1, '\"[{\\\"type\\\":\\\"200g\\\",\\\"price\\\":100,\\\"stock\\\":100}]\"', '2025-12-05 21:26:31', '2025-12-05 21:26:31'),
(203, 231, 1, 37, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 100.000, 1, '\"[{\\\"type\\\":\\\"Red\\\",\\\"price\\\":100,\\\"stock\\\":1000}]\"', '2025-12-07 15:25:11', '2025-12-07 15:25:11'),
(205, 231, 1, 19, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 47.500, 1, '\"[{\\\"type\\\":\\\"100g\\\",\\\"price\\\":50,\\\"stock\\\":49}]\"', '2025-12-07 15:26:32', '2025-12-07 15:26:32'),
(207, 239, 1, 22, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 9.500, 1, '\"[{\\\"type\\\":\\\"1pic\\\",\\\"price\\\":10,\\\"stock\\\":90}]\"', '2025-12-07 19:31:30', '2025-12-07 19:31:30'),
(208, 240, 1, 21, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 4.750, 1, '\"[{\\\"type\\\":\\\"1pic\\\",\\\"price\\\":5,\\\"stock\\\":59}]\"', '2025-12-07 20:03:03', '2025-12-07 20:03:03'),
(214, 241, 1, 21, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 4.750, 1, '\"[{\\\"type\\\":\\\"1pic\\\",\\\"price\\\":5,\\\"stock\\\":59}]\"', '2025-12-08 12:37:15', '2025-12-08 12:54:53'),
(215, 241, 1, 20, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 28.500, 3, '\"[{\\\"type\\\":\\\"1pic\\\",\\\"price\\\":10,\\\"stock\\\":50}]\"', '2025-12-08 12:37:22', '2025-12-08 12:54:31'),
(216, 245, 1, 16, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 180.000, 1, '\"[{\\\"type\\\":\\\"200g\\\",\\\"price\\\":200,\\\"stock\\\":99}]\"', '2025-12-08 13:26:36', '2025-12-08 13:26:36'),
(217, 245, 1, 3, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 100.000, 1, '\"[]\"', '2025-12-08 13:29:51', '2025-12-08 13:29:51'),
(218, 246, 1, 22, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 9.500, 1, '\"[{\\\"type\\\":\\\"1pic\\\",\\\"price\\\":10,\\\"stock\\\":90}]\"', '2025-12-08 13:30:52', '2025-12-08 13:30:52'),
(219, 247, 1, 16, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 180.000, 1, '\"[{\\\"type\\\":\\\"200g\\\",\\\"price\\\":200,\\\"stock\\\":99}]\"', '2025-12-08 13:36:20', '2025-12-08 13:36:20'),
(223, 251, 1, 16, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 180.000, 1, '\"[{\\\"type\\\":\\\"200g\\\",\\\"price\\\":200,\\\"stock\\\":97}]\"', '2025-12-08 14:01:58', '2025-12-08 14:01:58'),
(248, 2, 1, 43, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 100.000, 1, '\"[]\"', '2025-12-16 17:54:50', '2025-12-16 17:54:50'),
(249, 258, 1, 167, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 80.000, 1, '\"[]\"', '2025-12-16 19:28:04', '2025-12-16 19:28:04'),
(250, 17, 1, 208, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 90.000, 1, '\"[]\"', '2025-12-18 00:55:38', '2025-12-18 00:55:38'),
(251, 17, 1, 2, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 5.000, 1, '\"[]\"', '2025-12-18 00:55:41', '2025-12-18 00:55:41'),
(257, 2, 1, 241, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 300.000, 1, '\"[]\"', '2025-12-19 13:23:11', '2025-12-19 13:23:11'),
(258, 274, 1, 222, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 720.000, 2, '\"[]\"', '2025-12-31 13:58:04', '2025-12-31 13:58:24'),
(262, 276, 1, 224, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 1120.000, 2, '\"[]\"', '2026-01-05 21:00:47', '2026-01-05 21:00:50'),
(265, 274, 4, 135, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 1599.000, 1, '\"[]\"', '2026-01-07 13:01:53', '2026-01-07 13:01:53'),
(266, 280, 1, 247, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 600.000, 1, '\"[]\"', '2026-01-07 20:07:14', '2026-01-07 20:07:14'),
(267, 280, 1, 248, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 300.000, 1, '\"[]\"', '2026-01-08 11:12:52', '2026-01-08 11:12:52'),
(270, 291, 2, 150, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 239.200, 1, '\"[]\"', '2026-01-09 15:39:05', '2026-01-09 15:39:05'),
(271, 296, 2, 203, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 269.100, 1, '\"[]\"', '2026-01-21 15:24:58', '2026-01-21 15:24:58'),
(272, 297, 4, 140, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 999.000, 1, '\"[]\"', '2026-01-21 16:06:50', '2026-01-21 16:06:50'),
(273, 297, 4, 141, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 699.000, 1, '\"[]\"', '2026-01-21 16:06:51', '2026-01-21 16:06:51'),
(274, 297, 2, 150, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 299.000, 1, '\"[]\"', '2026-01-21 16:07:09', '2026-01-21 16:07:09'),
(275, 301, 1, 226, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 93.000, 1, '\"[{\\\"type\\\":\\\"1kg\\\",\\\"price\\\":100,\\\"stock\\\":1}]\"', '2026-01-21 22:03:55', '2026-01-21 22:03:55'),
(276, 312, 2, 190, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 539.100, 1, '\"[]\"', '2026-01-25 21:29:12', '2026-01-25 21:29:17'),
(277, 313, 2, 192, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 539.100, 1, '\"[]\"', '2026-01-25 21:35:23', '2026-01-25 21:35:23'),
(278, 313, 2, 186, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 629.100, 1, '\"[]\"', '2026-01-25 21:37:12', '2026-01-25 21:37:12'),
(279, 315, 2, 151, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 599.000, 1, '\"[]\"', '2026-01-26 06:24:54', '2026-01-26 06:24:54'),
(280, 315, 2, 203, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 299.000, 1, '\"[]\"', '2026-01-26 06:25:00', '2026-01-26 06:25:00'),
(281, 315, 2, 149, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 499.000, 1, '\"[]\"', '2026-01-26 06:25:09', '2026-01-26 06:25:09'),
(282, 327, 2, 202, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 629.100, 1, '\"[]\"', '2026-01-26 23:57:12', '2026-01-26 23:57:12'),
(284, 312, 4, 116, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 2578.000, 2, '\"[]\"', '2026-01-27 04:08:51', '2026-01-27 04:08:53'),
(285, 326, 9, 61, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 668.700, 1, '\"[]\"', '2026-01-27 07:00:19', '2026-01-27 07:00:19'),
(287, 331, 4, 144, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 764.150, 1, '\"[]\"', '2026-01-27 14:22:38', '2026-01-27 14:22:38'),
(288, 331, 1, 222, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 900.000, 1, '\"[]\"', '2026-01-27 14:22:53', '2026-01-27 14:22:53'),
(290, 20, 2, 194, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 399.000, 1, '\"[]\"', '2026-04-08 13:06:17', '2026-04-08 13:06:17'),
(291, 21, 2, 195, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 629.100, 1, '\"[]\"', '2026-04-08 18:11:02', '2026-04-08 18:12:05'),
(292, 21, 2, 200, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 269.100, 2, '\"[]\"', '2026-04-08 18:11:07', '2026-04-08 18:12:36'),
(293, 21, 2, 198, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 718.200, 2, '\"[]\"', '2026-04-08 18:11:09', '2026-04-08 18:11:19'),
(294, 20, 2, 200, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 269.100, 1, '\"[]\"', '2026-04-08 18:12:12', '2026-04-08 18:12:37'),
(296, 20, 10, 103, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 818.090, 1, '\"[]\"', '2026-04-09 03:12:17', '2026-04-09 03:12:17'),
(300, 20, 3, 282, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 472.500, 2, '\"[]\"', '2026-04-10 09:05:24', '2026-04-10 09:05:33'),
(306, 359, 1, 206, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 90.000, 1, '\"[]\"', '2026-04-13 06:32:43', '2026-04-13 06:32:43'),
(307, 358, 2, 186, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 629.100, 1, '\"[]\"', '2026-04-14 11:33:33', '2026-04-14 11:33:33'),
(308, 373, 2, 190, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 539.100, 1, '\"[]\"', '2026-04-23 12:53:36', '2026-04-23 12:57:31'),
(309, 373, 2, 188, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 359.100, 1, '\"[]\"', '2026-04-23 12:53:41', '2026-04-23 12:57:28'),
(310, 23, 2, 203, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 299.000, 1, '\"[]\"', '2026-05-13 10:24:51', '2026-05-15 04:01:41'),
(311, 23, 2, 151, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 569.050, 1, '\"[]\"', '2026-05-13 10:24:53', '2026-05-15 04:01:41'),
(312, 29, 9, 62, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 3285.000, 1, '\"[]\"', '2026-05-16 06:32:57', '2026-05-16 06:32:57'),
(317, 375, 9, 64, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 92.070, 1, '\"[]\"', '2026-06-10 12:51:53', '2026-06-10 12:55:15'),
(318, 363, 4, 110, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 949.050, 1, '\"[]\"', '2026-06-23 03:14:17', '2026-06-23 03:14:17'),
(319, 417, 1, 215, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 861.000, 3, '\"[{\\\"type\\\":\\\"\\\\u20b9309MRP\\\",\\\"price\\\":700,\\\"stock\\\":1}]\"', '2026-06-27 10:06:04', '2026-06-27 10:07:05'),
(320, 418, 4, 14, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 2999.000, 1, '\"[]\"', '2026-07-01 03:07:44', '2026-07-01 03:07:44'),
(321, 33, 2, 150, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 239.200, 1, '\"[]\"', '2026-07-04 09:54:27', '2026-07-04 09:54:27');

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

--
-- Table structure for table `cash_backs`
--

CREATE TABLE `cash_backs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(255) NOT NULL,
  `customer_id` varchar(255) DEFAULT '["all"]',
  `cashback_type` varchar(255) NOT NULL,
  `same_user_limit` int(11) NOT NULL DEFAULT 1,
  `total_used` int(11) NOT NULL DEFAULT 0,
  `cashback_amount` double(23,3) NOT NULL DEFAULT 0.000,
  `min_purchase` double(23,3) NOT NULL DEFAULT 0.000,
  `max_discount` double(23,3) NOT NULL DEFAULT 0.000,
  `start_date` date DEFAULT NULL,
  `end_date` date DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `is_rental` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `cash_back_histories`
--

CREATE TABLE `cash_back_histories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `cash_back_id` bigint(20) UNSIGNED DEFAULT NULL,
  `order_id` bigint(20) UNSIGNED DEFAULT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `cashback_type` varchar(255) NOT NULL,
  `calculated_amount` double(23,3) NOT NULL DEFAULT 0.000,
  `cashback_amount` double(23,3) NOT NULL DEFAULT 0.000,
  `min_purchase` double(23,3) NOT NULL DEFAULT 0.000,
  `max_discount` double(23,3) NOT NULL DEFAULT 0.000,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `trip_id` bigint(20) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

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

CREATE TABLE `categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `image` varchar(255) NOT NULL DEFAULT 'def.png',
  `parent_id` int(11) NOT NULL,
  `position` int(11) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `priority` int(11) NOT NULL DEFAULT 0,
  `module_id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(255) DEFAULT NULL,
  `featured` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `categories` (`id`, `name`, `image`, `parent_id`, `position`, `status`, `created_at`, `updated_at`, `priority`, `module_id`, `slug`, `featured`) VALUES
(12, 'Skin Care', '2026-01-09-6960e417bae6d.jpg', 0, 0, 1, '2024-10-11 01:13:31', '2026-01-09 16:48:47', 0, 3, 'health-nutrition', 0),
(13, 'Oral Care', '2026-01-09-6960e25245aa3.jpg', 0, 0, 1, '2024-10-11 01:14:45', '2026-01-09 16:41:14', 0, 3, 'dental-care', 0),
(14, 'Mother & Baby', '2026-01-09-6960e2e417dc7.jpg', 0, 0, 1, '2024-10-11 01:14:56', '2026-01-09 16:43:40', 0, 3, 'mother-baby', 0),
(15, 'Sexual Wellness', '2026-01-09-6960e50a05b6e.jpg', 0, 0, 1, '2024-10-11 01:15:08', '2026-01-09 16:52:50', 0, 3, 'medical-devices', 0),
(16, 'Elderly Care', '2026-01-09-6960e462485a7.jpg', 0, 0, 1, '2024-10-11 01:15:27', '2026-01-09 16:50:02', 0, 3, 'medicine', 0),
(22, 'Dairy & Bakery', '2025-09-23-68d19656c3364.png', 0, 0, 1, '2025-09-23 00:02:54', '2025-09-23 00:02:54', 0, 1, 'dairy-bakery', 0),
(23, 'Snacks', '2025-09-23-68d1966fa2ade.png', 0, 0, 1, '2025-09-23 00:03:19', '2025-12-16 11:29:41', 0, 1, 'snacks', 0),
(24, 'Grocery & Kitchen', '2025-09-23-68d1969a874ef.png', 0, 0, 1, '2025-09-23 00:04:02', '2025-09-23 00:04:02', 0, 1, 'grocery-kitchen', 0),
(25, 'Personal Care', '2025-09-23-68d196c407941.png', 0, 0, 1, '2025-09-23 00:04:44', '2025-09-23 00:04:44', 0, 1, 'personal-care', 0),
(26, 'Household Essentials', '2025-09-23-68d196e73e65e.png', 0, 0, 1, '2025-09-23 00:05:19', '2025-09-23 00:05:19', 0, 1, 'household-essentials', 0),
(27, 'Baby Care', '2025-09-23-68d1970de6bce.png', 0, 0, 1, '2025-09-23 00:05:57', '2025-12-16 13:43:52', 2, 1, 'baby-care', 0),
(28, 'Health & Wellness', '2025-09-23-68d1973e38e39.png', 0, 0, 1, '2025-09-23 00:06:46', '2025-12-16 13:41:59', 2, 1, 'health-wellness', 0),
(29, 'Pet Supplies', '2025-09-23-68d1976011a36.png', 0, 0, 1, '2025-09-23 00:07:20', '2025-12-16 13:42:08', 2, 1, 'pet-supplies', 0),
(30, 'Atta and Rice', '2025-09-23-68d197838fa49.png', 0, 0, 1, '2025-09-23 00:07:55', '2025-12-16 11:31:41', 2, 1, 'atta-and-rice', 0),
(31, 'Sweet Cravings', '2025-09-23-68d197a52e8d8.png', 0, 0, 1, '2025-09-23 00:08:29', '2025-09-23 00:08:29', 0, 1, 'sweet-cravings', 0),
(32, 'Tea Coffee More', '2025-09-23-68d197d11eabd.png', 0, 0, 1, '2025-09-23 00:09:13', '2025-09-23 00:09:13', 0, 1, 'tea-coffee-more', 0),
(33, 'Honey', '2025-09-23-68d197fa62c0a.png', 0, 0, 1, '2025-09-23 00:09:54', '2025-09-23 00:09:54', 0, 1, 'honey', 0),
(34, 'Cold Drinks & Juices', '2025-09-23-68d19842624db.png', 0, 0, 1, '2025-09-23 00:11:06', '2025-12-16 11:32:55', 2, 1, 'cold-drinks-juices', 0),
(35, 'Oil & Ghee', '2025-09-23-68d1986038c59.png', 0, 0, 1, '2025-09-23 00:11:36', '2025-09-23 00:11:36', 0, 1, 'oil-ghee', 0),
(36, 'Pan Corner', '2025-09-23-68d198af133e8.png', 0, 0, 1, '2025-09-23 00:12:55', '2025-09-23 00:12:55', 0, 1, 'pan-corner', 0),
(37, 'Fruits', '2025-09-23-68d198dc7d252.png', 0, 0, 1, '2025-09-23 00:13:40', '2025-12-16 11:31:55', 2, 1, 'fruits', 0),
(38, 'Vegetables', '2025-09-23-68d198fd8c382.png', 0, 0, 1, '2025-09-23 00:14:13', '2025-09-23 00:14:13', 0, 1, 'vegetables', 0),
(39, 'Sexual Wellness', '2025-09-23-68d199188dcf8.png', 0, 0, 1, '2025-09-23 00:14:40', '2025-09-23 00:14:40', 0, 1, 'sexual-wellness', 0),
(40, 'Breakfast Cereal', '2025-09-23-68d199321c5a8.png', 0, 0, 1, '2025-09-23 00:15:06', '2025-09-23 00:15:06', 0, 1, 'breakfast-cereal', 0),
(41, 'Pasta, Noodles & Soup', '2025-09-23-68d1996392c3d.png', 0, 0, 1, '2025-09-23 00:15:55', '2025-09-23 00:15:55', 0, 1, 'pasta-noodles-soup', 0),
(42, 'Ready to Cook & Eat', '2025-09-23-68d199bd60b38.png', 0, 0, 1, '2025-09-23 00:17:25', '2025-09-23 00:17:25', 0, 1, 'ready-to-cook-eat', 0),
(43, 'Sanitary Pads', '2025-09-23-68d19a1a560ff.png', 0, 0, 1, '2025-09-23 00:18:58', '2025-09-23 00:18:58', 0, 1, 'sanitary-pads', 0),
(44, 'Lassi, Shakes and More', '2025-09-23-68d19a53d2982.png', 0, 0, 1, '2025-09-23 00:19:55', '2025-09-23 00:19:55', 0, 1, 'lassi-shakes-and-more', 0),
(45, 'Pickles & Chutney', '2025-09-23-68d19a70d5b39.png', 0, 0, 1, '2025-09-23 00:20:24', '2025-09-23 00:20:24', 0, 1, 'pickles-chutney', 0),
(46, 'Sauces & Spreads', '2025-09-23-68d19ab149e8c.png', 0, 0, 1, '2025-09-23 00:21:29', '2025-09-23 00:21:29', 0, 1, 'sauces-spreads', 0),
(47, 'Toys & Sports', '2025-09-23-68d19ad267825.png', 0, 0, 1, '2025-09-23 00:22:02', '2025-09-23 00:22:02', 0, 1, 'toys-sports', 0),
(49, 'Stationery', '2025-09-23-68d19bbc90b9f.png', 0, 0, 1, '2025-09-23 00:25:56', '2025-09-23 00:25:56', 0, 1, 'stationery', 0),
(50, 'Ice Creams', '2025-09-23-68d19bed1c74e.png', 0, 0, 1, '2025-09-23 00:26:45', '2025-09-23 00:26:45', 0, 1, 'ice-creams', 0),
(54, 'Biriyani', '2026-01-11-6962c009e47a7.gif', 0, 0, 1, '2025-09-24 13:35:51', '2026-01-11 02:39:29', 0, 2, 'biriyani', 1),
(55, 'Noodles', '2025-11-11-6912e87090284.png', 0, 0, 1, '2025-09-24 13:37:46', '2025-11-11 13:10:32', 0, 2, 'chowmin', 1),
(56, 'Pizza', '2025-12-04-69314c5fcff7a.png', 0, 0, 1, '2025-09-24 13:38:25', '2025-12-04 14:24:55', 0, 2, 'roll', 1),
(57, 'Breakfast', '2025-11-12-6914660e0d4fe.png', 0, 0, 1, '2025-09-24 13:41:39', '2025-11-12 16:18:46', 0, 2, 'chicken', 1),
(58, 'Burger', '2025-11-12-691457d68f6e5.png', 0, 0, 1, '2025-09-24 13:42:31', '2025-11-12 15:18:06', 0, 2, 'tandoori', 1),
(59, 'Thali', '2025-12-04-693154d73de40.png', 0, 0, 1, '2025-09-24 13:43:17', '2025-12-04 15:01:03', 0, 2, 'momos', 1),
(61, 'Chaat & street food', '2025-11-12-6914623862ded.png', 0, 0, 1, '2025-09-24 13:59:27', '2025-11-12 16:02:24', 0, 2, 'lollipop', 1),
(62, 'Mithai', '2025-12-04-69315297c8d45.png', 0, 0, 1, '2025-09-24 14:00:14', '2025-12-04 14:52:37', 0, 2, 'pakoda', 1),
(64, 'Veg Items', '2026-01-11-6962c06284737.gif', 0, 0, 1, '2025-09-24 14:05:04', '2026-01-11 02:40:58', 0, 2, 'veg-items', 1),
(67, 'Pizza', '2025-12-04-69315631d7565.png', 0, 0, 1, '2025-09-24 14:09:31', '2025-12-04 15:06:49', 0, 2, 'pizza', 1),
(68, 'Burger', '2025-09-24-68d3b11968d83.png', 0, 0, 1, '2025-09-24 14:21:37', '2025-09-24 14:29:56', 0, 2, 'burger', 1),
(69, 'Kabab', '2026-01-11-6962bcec454bd.gif', 0, 0, 1, '2025-09-24 14:22:08', '2026-01-11 02:26:12', 0, 2, 'kabab', 1),
(70, 'Rice', '2026-01-11-6962bc10e293f.gif', 0, 0, 1, '2025-09-24 14:23:45', '2026-01-11 02:22:32', 0, 2, 'rice', 1),
(72, 'Ice Cream', '2026-01-11-6962b95c49157.gif', 0, 0, 1, '2025-09-24 14:26:00', '2026-01-11 02:11:00', 0, 2, 'ice-cream', 1),
(73, 'Rotis & Nan', '2026-01-11-6962b79567d3a.gif', 0, 0, 1, '2025-09-24 14:27:55', '2026-01-11 02:03:25', 0, 2, 'rotis-nan', 1),
(74, 'Fish Kabab', '2026-01-11-6962b69777618.gif', 0, 0, 1, '2025-09-24 14:31:28', '2026-01-11 02:00:22', 0, 2, 'fish-kabab-sea-food', 0),
(75, 'Fried Chicken', '2026-01-11-6962b3d7b80d0.gif', 0, 0, 1, '2025-09-24 14:32:15', '2026-01-11 01:47:27', 0, 2, 'fried-chicken', 0),
(77, 'sandwich', '2025-09-24-68d3de6642215.png', 67, 1, 1, '2025-09-24 14:51:56', '2025-09-24 17:34:54', 0, 2, 'sandwich', 0),
(78, 'Garlic Bread', '2025-09-24-68d3de303e42b.png', 67, 1, 1, '2025-09-24 14:52:57', '2025-09-24 17:34:00', 0, 2, 'garlic-bread', 0),
(79, 'Burger', '2025-09-24-68d3ddccc4c54.png', 67, 1, 1, '2025-09-24 14:53:28', '2025-09-24 17:32:20', 0, 2, 'burger-2', 0),
(80, 'Roti', '2025-09-24-68d3db220d0e2.png', 73, 1, 1, '2025-09-24 14:54:44', '2025-09-24 17:20:58', 0, 2, 'roti', 0),
(81, 'Paratha', '2025-09-24-68d3dc1729587.png', 73, 1, 1, '2025-09-24 14:55:05', '2025-09-24 17:25:03', 0, 2, 'paratha', 0),
(82, 'Naan', '2025-09-24-68d3dce546285.png', 73, 1, 1, '2025-09-24 14:55:23', '2025-09-24 17:28:29', 0, 2, 'naan', 0),
(83, 'Tandoori', '2025-09-24-68d3dd84520a9.png', 73, 1, 1, '2025-09-24 14:55:42', '2025-09-24 17:31:08', 0, 2, 'tandoori-2', 0),
(84, 'Panner', 'def.png', 64, 1, 1, '2025-09-24 15:07:16', '2025-09-24 15:07:16', 0, 2, 'panner', 0),
(85, 'Fried Rice', 'def.png', 70, 1, 1, '2025-09-24 15:45:41', '2025-09-24 15:45:41', 0, 2, 'fried-rice', 0),
(86, 'Pulao', 'def.png', 70, 1, 1, '2025-09-24 15:45:59', '2025-09-24 15:45:59', 0, 2, 'pulao', 0),
(87, 'Biryani', 'def.png', 70, 1, 1, '2025-09-24 15:46:27', '2025-09-24 15:46:27', 0, 2, 'biryani', 0),
(88, 'Steamed Rice', '2025-09-24-68d3d8226cede.png', 70, 1, 1, '2025-09-24 15:47:18', '2025-09-24 17:08:10', 0, 2, 'steamed-rice', 0),
(89, 'Indian Rice', '2025-09-24-68d3d929a6986.png', 70, 1, 1, '2025-09-24 15:48:24', '2025-09-24 17:12:33', 0, 2, 'indian-rice', 0),
(90, 'Chicken Biryani', '2025-09-24-68d3d72867bfb.png', 54, 1, 1, '2025-09-24 16:28:08', '2025-09-24 17:04:00', 0, 2, 'chicken-biryani', 0),
(91, 'Mutton Biryani', '2025-09-24-68d3d6f117210.png', 54, 1, 1, '2025-09-24 16:28:28', '2025-09-24 17:03:05', 0, 2, 'mutton-biryani', 0),
(92, 'Veg Biryani', '2025-09-24-68d3d6b93e9e8.png', 54, 1, 1, '2025-09-24 16:29:14', '2025-09-24 17:02:09', 0, 2, 'veg-biryani', 0),
(93, 'Paneer Biryani', '2025-09-24-68d3d6765b763.png', 54, 1, 1, '2025-09-24 16:29:28', '2025-09-24 17:01:02', 0, 2, 'paneer-biryani', 0),
(94, 'Egg Biryani', '2025-09-24-68d3d64518899.png', 54, 1, 1, '2025-09-24 16:32:43', '2025-09-24 17:00:13', 0, 2, 'egg-biryani', 0),
(95, 'Lipstick', '2025-10-03-68df7f88240d7.png', 0, 0, 1, '2025-10-03 13:17:20', '2025-10-03 13:17:20', 0, 9, 'lipstick', 0),
(96, 'Foundation', '2025-10-03-68df7fefba2b5.png', 0, 0, 1, '2025-10-03 13:19:03', '2025-10-03 13:19:03', 0, 9, 'foundation', 0),
(97, 'Eye Shadow', '2025-10-03-68df804b8eca6.png', 0, 0, 1, '2025-10-03 13:20:35', '2025-10-03 13:20:35', 0, 9, 'eye-shadow', 0),
(98, 'Base Makeup', '2025-10-03-68df809586df2.png', 0, 0, 1, '2025-10-03 13:21:49', '2025-10-03 13:21:49', 0, 9, 'base-makeup', 0),
(99, 'Concealer', '2025-10-03-68df80c6314a4.png', 0, 0, 1, '2025-10-03 13:22:38', '2025-10-03 13:22:38', 0, 9, 'concealer', 0),
(100, 'Eyeliner & Kajals', '2025-10-03-68df82ecd4c9b.png', 0, 0, 1, '2025-10-03 13:31:48', '2025-10-03 13:31:48', 0, 9, 'eyeliner-kajals', 0),
(101, 'Compact', '2025-10-03-68df83208a32c.png', 0, 0, 1, '2025-10-03 13:32:40', '2025-10-03 13:32:40', 0, 9, 'compact', 0),
(102, 'Face Primer', '2025-10-03-68df83685b66e.png', 0, 0, 1, '2025-10-03 13:33:52', '2025-10-03 13:33:52', 0, 9, 'face-primer', 0),
(103, 'Blush', '2025-10-03-68df83a17dcce.png', 0, 0, 1, '2025-10-03 13:34:49', '2025-10-03 13:34:49', 0, 9, 'blush', 0),
(104, 'Mascara', '2025-10-03-68df83cb2bb77.png', 0, 0, 1, '2025-10-03 13:35:31', '2025-10-03 13:35:31', 0, 9, 'mascara', 0),
(105, 'Nail Polish', '2025-10-03-68df840949b67.png', 0, 0, 1, '2025-10-03 13:36:33', '2025-10-03 13:36:33', 0, 9, 'nail-polish', 0),
(106, 'Tools & Brushes', '2025-10-03-68df845001f5f.png', 0, 0, 1, '2025-10-03 13:37:44', '2025-10-03 13:37:44', 0, 9, 'tools-brushes', 0),
(107, 'Color', '2025-10-03-68df854d580a3.png', 0, 0, 1, '2025-10-03 13:41:57', '2025-10-03 13:41:57', 0, 9, 'color', 0),
(108, 'Shampoos', '2025-10-03-68df857f8b114.png', 0, 0, 1, '2025-10-03 13:42:47', '2025-10-03 13:42:47', 0, 9, 'shampoos', 0),
(109, 'Combs & Brushes', '2025-10-03-68df85bb2d54d.png', 0, 0, 1, '2025-10-03 13:43:47', '2025-10-03 13:43:47', 0, 9, 'combs-brushes', 0),
(110, 'Extensions & Fibres', '2025-10-03-68df85f993685.png', 0, 0, 1, '2025-10-03 13:44:49', '2025-10-03 13:44:49', 0, 9, 'extensions-fibres', 0),
(111, 'Combos', '2025-10-03-68df869835124.png', 0, 0, 1, '2025-10-03 13:47:28', '2025-10-03 13:47:28', 0, 9, 'combos', 0),
(112, 'Styling Appliances', '2025-10-03-68df8706e952f.png', 0, 0, 1, '2025-10-03 13:49:18', '2025-10-03 13:49:18', 0, 9, 'styling-appliances', 0),
(113, 'Cleansing Brushes', '2025-10-03-68df87ebd9810.png', 0, 0, 1, '2025-10-03 13:53:07', '2025-10-03 13:53:07', 0, 9, 'cleansing-brushes', 0),
(114, 'Acne Removal Tools', '2025-10-03-68df886b78b7d.png', 0, 0, 1, '2025-10-03 13:55:15', '2025-10-03 13:55:15', 0, 9, 'acne-removal-tools', 0),
(115, 'Epilators', '2025-10-03-68df88dbd9806.png', 0, 0, 1, '2025-10-03 13:57:07', '2025-10-03 13:57:07', 0, 9, 'epilators', 0),
(116, 'Show Plants', '2025-10-04-68e0da23b1c67.png', 0, 0, 1, '2025-10-04 13:56:11', '2025-10-04 14:04:26', 0, 10, 'plants', 0),
(117, 'Flowers', '2025-10-04-68e0da747e1ef.png', 0, 0, 1, '2025-10-04 13:57:32', '2025-10-04 13:57:32', 0, 10, 'flowers', 0),
(118, 'Flower Plants', '2025-10-04-68e0e0a966a52.png', 0, 0, 1, '2025-10-04 14:01:56', '2025-10-04 14:24:01', 0, 10, 'flower-plants', 0),
(119, 'Pooja Flower', '2025-10-04-68e0dd757c9da.png', 0, 0, 1, '2025-10-04 14:10:21', '2025-10-04 14:10:21', 0, 10, 'pooja-flower', 0),
(120, 'Flower Bouquet', '2025-10-04-68e0e1bf4b436.png', 0, 0, 1, '2025-10-04 14:23:15', '2025-10-04 14:28:39', 0, 10, 'flower-bouquet', 0),
(121, 'Pooja Lef', '2025-10-04-68e0e101dee8d.png', 0, 0, 1, '2025-10-04 14:25:29', '2025-10-04 14:25:29', 0, 10, 'pooja-lef', 0),
(122, 'flower bookey', '2025-10-04-68e0e27ed2583.png', 0, 0, 1, '2025-10-04 14:29:48', '2025-10-04 14:31:50', 0, 10, 'flower-bookey', 0),
(123, 'Dried Flowers', '2025-10-04-68e0e4a9b32d1.png', 0, 0, 1, '2025-10-04 14:38:36', '2025-10-04 14:41:05', 0, 10, 'dried-flowers', 0),
(124, 'Bamboo', '2025-10-04-68e0e4e2d9449.png', 0, 0, 1, '2025-10-04 14:42:02', '2025-10-04 14:42:02', 0, 10, 'bamboo', 0),
(125, 'Colour Pop', '2025-10-04-68e0e6042fb32.png', 0, 0, 1, '2025-10-04 14:46:52', '2025-10-04 14:46:52', 0, 10, 'colour-pop', 0),
(126, 'Festive Blooms', '2025-10-04-68e0e8ae01119.png', 0, 0, 1, '2025-10-04 14:50:57', '2025-10-04 14:58:14', 0, 10, 'festive-blooms', 0),
(127, 'Occasions Flowers', '2025-10-04-68e0e7d1eb357.png', 0, 0, 1, '2025-10-04 14:54:33', '2025-10-04 14:54:33', 0, 10, 'occasions-flowers', 0),
(128, 'Rose', '2025-10-04-68e0e8bdd8937.png', 0, 0, 1, '2025-10-04 14:58:29', '2025-10-04 14:58:29', 0, 10, 'rose', 0),
(129, 'Gift', '2025-10-04-68e0edc6a08f9.png', 0, 0, 1, '2025-10-04 15:07:08', '2025-10-04 15:19:58', 0, 10, 'graceful-eustoma', 0),
(130, 'Combos', '2025-10-04-68e0ec9e23279.png', 0, 0, 1, '2025-10-04 15:15:02', '2025-10-04 15:15:02', 0, 10, 'combos-2', 0),
(131, 'Decor Enthusiast', '2025-10-04-68e0efcd9a974.png', 0, 0, 1, '2025-10-04 15:28:37', '2025-10-04 15:28:37', 0, 10, 'decor-enthusiast', 0),
(132, 'Women Clothing', '2025-10-06-68e38fb5781ec.png', 0, 0, 1, '2025-10-06 15:15:25', '2025-10-06 15:15:25', 0, 4, 'women-clothing', 0),
(134, 'Men\'s Clothing', '2025-10-06-68e3902a6980d.png', 0, 0, 1, '2025-10-06 15:17:22', '2025-10-06 15:17:22', 0, 4, 'mens-clothing', 0),
(135, 'Handbag', '2025-10-06-68e390565d85d.png', 0, 0, 1, '2025-10-06 15:18:06', '2025-12-16 16:21:02', 0, 4, 'handbage', 0),
(136, 'Watch', '2025-12-16-69411c0538374.png', 0, 0, 1, '2025-10-06 15:18:20', '2025-12-16 14:14:53', 0, 4, 'watch', 0),
(137, 'Luggage', '2025-10-06-68e3908408d00.png', 0, 0, 1, '2025-10-06 15:18:52', '2025-10-06 15:18:52', 0, 4, 'luggage', 0),
(138, 'Footwear', '2025-10-06-68e390a040527.png', 0, 0, 1, '2025-10-06 15:19:20', '2025-10-06 15:19:20', 0, 4, 'footwear', 0),
(139, 'Kids', '2025-10-06-68e390b47b1bd.png', 0, 0, 1, '2025-10-06 15:19:40', '2025-10-06 15:19:40', 0, 4, 'kids', 0),
(140, 'Jewellery', '2025-10-06-68e3921feb327.png', 0, 0, 1, '2025-10-06 15:25:43', '2025-10-06 15:25:43', 0, 4, 'jewellery', 0),
(141, 'Sunglasses', '2025-10-06-68e392432947c.png', 0, 0, 1, '2025-10-06 15:26:19', '2025-10-06 15:26:19', 0, 4, 'sunglasses', 0),
(142, 'Girls', '2025-10-06-68e392685c935.png', 0, 0, 1, '2025-10-06 15:26:56', '2025-10-06 15:26:56', 0, 4, 'girls', 0),
(143, 'Beauty', '2025-10-06-68e392c00a8aa.png', 0, 0, 1, '2025-10-06 15:28:24', '2025-10-06 15:28:24', 0, 4, 'beauty', 0),
(144, 'Jutti', '2025-10-06-68e3930e56656.png', 0, 0, 1, '2025-10-06 15:29:42', '2025-10-06 15:29:42', 0, 4, 'jutti', 0),
(145, 'Tennsus', '2025-10-06-68e393470ba27.png', 0, 0, 1, '2025-10-06 15:30:39', '2025-10-06 15:30:39', 0, 4, 'tennsus', 0),
(146, 'Fashon', '2025-10-06-68e393690c94c.png', 0, 0, 1, '2025-10-06 15:31:13', '2025-10-06 15:31:37', 0, 4, 'feshon', 0),
(147, 'Parfums', '2025-10-06-68e394f42388b.png', 0, 0, 1, '2025-10-06 15:37:48', '2025-10-06 15:37:48', 0, 4, 'parfums', 0),
(148, 'Serve', '2025-10-06-68e39507b5151.png', 0, 0, 1, '2025-10-06 15:38:07', '2025-10-06 15:38:07', 0, 4, 'serve', 0),
(149, 'Festive', '2025-10-06-68e3951a3be09.png', 0, 0, 1, '2025-10-06 15:38:26', '2025-10-06 15:38:26', 0, 4, 'festive', 0),
(150, 'Fresh Vegetables', '2025-12-17-6942710da9e6b.png', 38, 1, 1, '2025-12-15 15:46:57', '2025-12-17 14:29:57', 0, 1, 'fresh-vegetables', 0),
(151, 'Fresh Fruits', '2025-12-16-69411fa309cf8.png', 37, 1, 1, '2025-12-15 15:47:42', '2025-12-16 14:30:19', 0, 1, 'fresh-fruits', 0),
(152, 'Mangoes & Melons', '2025-12-16-69411f55f027c.png', 37, 1, 1, '2025-12-15 15:48:11', '2025-12-16 14:29:02', 0, 1, 'mangoes-melons', 0),
(153, 'All Fruits & Vegetables', '2025-12-15-694017d1d093b.png', 38, 1, 1, '2025-12-15 15:51:29', '2025-12-15 19:44:41', 0, 1, 'all-fruits-vegetables', 0),
(154, 'Apples & Pears', '2025-12-15-694017bac4924.png', 37, 1, 1, '2025-12-15 15:51:53', '2025-12-15 19:44:18', 0, 1, 'apples-pears', 0),
(155, 'Fresh Fruits', '2025-12-15-69401702f300a.png', 37, 1, 1, '2025-12-15 15:52:31', '2025-12-15 19:41:14', 0, 1, 'fresh-fruits-2', 0),
(156, 'Ice Cream', '2025-12-15-6940201f442f7.png', 50, 1, 1, '2025-12-15 18:50:34', '2025-12-15 20:20:07', 0, 1, 'ice-cream-2', 0),
(157, 'Chocolat', '2025-12-15-69400bfcc3368.png', 0, 0, 1, '2025-12-15 18:54:12', '2025-12-15 18:54:12', 0, 1, 'chocolat', 0),
(158, 'Chocolate Gift Pack', '2025-12-15-69401fbe5ab2b.png', 157, 1, 1, '2025-12-15 18:54:56', '2025-12-15 20:18:30', 0, 1, 'chocolate-gift-pack', 0),
(159, 'Chips & Crisps', '2025-12-15-69401f2e79cf2.png', 23, 1, 1, '2025-12-15 18:58:00', '2025-12-15 20:16:06', 0, 1, 'chips-crisps', 0),
(160, 'Tea', '2025-12-15-69401ed7b0f71.png', 32, 1, 1, '2025-12-15 19:00:02', '2025-12-15 20:14:39', 0, 1, 'tea', 0),
(161, 'Atta', '2025-12-15-69401d3d25622.png', 30, 1, 1, '2025-12-15 19:01:25', '2025-12-15 20:07:49', 0, 1, 'atta-and-rice-2', 0),
(162, 'Rice', '2025-12-15-69401d0bb957d.png', 30, 1, 1, '2025-12-15 19:17:23', '2025-12-15 20:06:59', 0, 1, 'rice-2', 0),
(163, 'Sarees', '2025-12-15-69402171d36fa.png', 132, 1, 1, '2025-12-15 19:17:34', '2025-12-15 20:25:45', 0, 4, 'sarees', 0),
(164, 'Toor, Urad & Chana', '2025-12-15-69401e5982737.png', 30, 1, 1, '2025-12-15 19:17:45', '2025-12-15 20:12:33', 0, 1, 'toor-urad-chana', 0),
(165, 'Kurtas & Kurtis', '2025-12-15-6940212048838.png', 132, 1, 1, '2025-12-15 19:18:04', '2025-12-15 20:24:24', 0, 4, 'kurtas-kurtis', 0),
(166, 'Dress Material', '2025-12-15-694021f041e41.png', 132, 1, 1, '2025-12-15 19:18:20', '2025-12-15 20:27:52', 0, 4, 'dress-material', 0),
(167, 'Lehenga Choli', '2025-12-15-6940225b754f0.png', 132, 1, 1, '2025-12-15 19:18:42', '2025-12-15 20:29:39', 0, 4, 'lehenga-choli', 0),
(168, 'Besan, Sooji & Maida', '2025-12-15-69401ddb32510.png', 30, 1, 1, '2025-12-15 19:18:59', '2025-12-15 20:10:27', 0, 1, 'besan-sooji-maida', 0),
(169, 'Blouse', '2025-12-16-6940f72427748.png', 132, 1, 1, '2025-12-15 19:19:07', '2025-12-16 11:37:32', 0, 4, 'blouse', 0),
(170, 'Rajma', '2025-12-15-69401c7a8304f.png', 30, 1, 1, '2025-12-15 19:19:43', '2025-12-15 20:04:34', 0, 1, 'rajma', 0),
(171, 'Moong', '2025-12-15-69401cbd8771b.png', 30, 1, 1, '2025-12-15 19:20:01', '2025-12-15 20:05:41', 0, 1, 'moong', 0),
(174, 'Exotics', '2025-12-15-69401b4875ca7.png', 37, 1, 1, '2025-12-15 19:22:08', '2025-12-15 19:59:28', 0, 1, 'exotics', 0),
(175, 'Frozen Veg', '2025-12-15-69401b1f34b3a.png', 37, 1, 1, '2025-12-15 19:22:33', '2025-12-15 19:58:47', 0, 1, 'frozen-veg', 0),
(176, 'Apples', '2025-12-15-69401a48c4515.png', 37, 1, 1, '2025-12-15 19:22:58', '2025-12-15 19:55:12', 0, 1, 'apples', 0),
(177, 'Flowers', '2025-12-15-69401a07d0f5c.png', 37, 1, 1, '2025-12-15 19:23:26', '2025-12-15 19:54:07', 0, 1, 'flowers-2', 0),
(178, 'Soft Drinks', '2025-12-15-6940166849983.png', 34, 1, 1, '2025-12-15 19:27:20', '2025-12-15 19:38:40', 0, 1, 'soft-drinks', 0),
(179, 'Fruit Juice', '2025-12-15-69401695d0a5d.png', 34, 1, 1, '2025-12-15 19:27:44', '2025-12-15 19:39:25', 0, 1, 'fruit-juice', 0),
(180, 'Mango Drinks', '2025-12-15-694019738f7b2.png', 34, 1, 1, '2025-12-15 19:28:08', '2025-12-15 19:51:39', 0, 1, 'mango-drinks', 0),
(181, 'Energy Drinks', '2025-12-15-69401906075b0.png', 34, 1, 1, '2025-12-15 19:29:11', '2025-12-15 19:49:50', 0, 1, 'energy-drinks', 0),
(182, 'Water', '2025-12-15-6940162f62b24.png', 34, 1, 1, '2025-12-15 19:29:54', '2025-12-15 19:37:43', 0, 1, 'water-2', 0),
(184, 'Cold Coffee', '2025-12-15-6940160106cdf.png', 34, 1, 1, '2025-12-15 19:36:57', '2025-12-15 19:36:57', 0, 1, 'cold-coffee', 0),
(185, 'Exotics', '2025-12-15-694018852de93.png', 37, 1, 1, '2025-12-15 19:47:41', '2025-12-15 19:47:41', 0, 1, 'exotics-2', 0),
(186, 'Salwar Suits', '2025-12-16-6940f74930f24.png', 132, 1, 1, '2025-12-15 19:56:14', '2025-12-16 11:38:09', 0, 4, 'kurta-sets-salwar-suits', 0),
(187, 'Dupattas', '2025-12-16-6940f7bc92293.png', 132, 1, 1, '2025-12-15 20:06:19', '2025-12-16 11:40:04', 0, 4, 'dupattas', 0),
(188, 'Gowns', '2025-12-16-6940f76f17c51.png', 132, 1, 1, '2025-12-15 20:06:46', '2025-12-16 11:38:47', 0, 4, 'gowns', 0),
(189, 'T-Shirts', '2025-12-16-6940f7a9671af.png', 134, 1, 1, '2025-12-15 20:11:30', '2025-12-16 11:39:45', 0, 4, 't-shirts', 0),
(190, 'Chicken', '2025-12-15-694020d8a361f.png', 0, 0, 1, '2025-12-15 20:23:12', '2025-12-15 20:23:12', 0, 1, 'chicken', 0),
(191, 'Fresh Meat', '2025-12-15-694021729d36d.png', 190, 1, 1, '2025-12-15 20:25:46', '2025-12-15 20:25:46', 0, 1, 'fresh-meat', 0),
(192, 'Bhujia', '2025-12-16-6940f76f65299.png', 23, 1, 1, '2025-12-16 11:38:47', '2025-12-16 11:38:47', 0, 1, 'bhujia', 0),
(193, 'Rusks', '2025-12-16-6940f7c5cb3a8.png', 23, 1, 1, '2025-12-16 11:40:13', '2025-12-16 11:40:13', 0, 1, 'rusks', 0),
(194, 'Shirts', '2025-12-16-6940f81fbe465.png', 134, 1, 1, '2025-12-16 11:41:43', '2025-12-16 11:50:54', 0, 4, 'shirt', 0),
(195, 'Kurta', '2025-12-16-6940fa3e2f286.png', 134, 1, 1, '2025-12-16 11:50:46', '2025-12-16 11:50:46', 0, 4, 'kurta', 0),
(196, 'Jeans', '2025-12-16-6940fa6c3de35.png', 134, 1, 1, '2025-12-16 11:51:32', '2025-12-16 11:51:32', 0, 4, 'jeans', 0),
(197, 'Trouser', '2025-12-16-6940fab906098.png', 134, 1, 1, '2025-12-16 11:52:49', '2025-12-16 11:52:49', 0, 4, 'trouser', 0),
(198, 'Munchies Gift', '2025-12-16-6940fb8fa2584.png', 23, 1, 1, '2025-12-16 11:56:23', '2025-12-16 11:56:23', 0, 1, 'munchies-gift', 0),
(199, 'Indian Sweets', '2025-12-16-694102a8f4214.png', 157, 1, 1, '2025-12-16 12:26:41', '2025-12-16 12:32:22', 0, 1, 'indian-sweets', 0),
(200, 'Chocolate Gift Pack', '2025-12-16-694102e69d8e8.png', 157, 1, 1, '2025-12-16 12:27:42', '2025-12-16 12:27:42', 0, 1, 'chocolate-gift-pack-2', 0),
(201, 'Chocolates', '2025-12-16-6941038e35866.png', 157, 1, 1, '2025-12-16 12:30:30', '2025-12-16 12:30:30', 0, 1, 'chocolates', 0),
(202, 'Baby Gifting & Toys', '2025-12-16-69410564dac2a.png', 27, 1, 1, '2025-12-16 12:38:20', '2025-12-16 12:38:20', 0, 1, 'baby-gifting-toys', 0),
(203, 'Mom Care Needs', '2025-12-16-6941059af03f5.png', 27, 1, 1, '2025-12-16 12:39:14', '2025-12-16 12:39:14', 0, 1, 'mom-care-needs', 0),
(204, 'Diapers & More', '2025-12-16-6941060a1dec3.png', 27, 1, 1, '2025-12-16 12:41:06', '2025-12-16 12:41:06', 0, 1, 'diapers-more', 0),
(205, 'Bathing Needs', '2025-12-16-694110e897233.png', 27, 1, 1, '2025-12-16 12:42:31', '2025-12-16 13:27:28', 0, 1, 'bathing-needs', 0),
(206, 'Bathing Needs', '2025-12-16-69410671c75d9.png', 27, 1, 1, '2025-12-16 12:42:49', '2025-12-16 12:42:49', 0, 1, 'bathing-needs-2', 0),
(207, 'Salt, Sugar & Jaggery', '2025-12-16-694107cb722d1.png', 35, 1, 1, '2025-12-16 12:48:35', '2025-12-16 12:48:35', 0, 1, 'salt-sugar-jaggery', 0),
(208, 'Powdered Spice', '2025-12-16-6941085414356.png', 35, 1, 1, '2025-12-16 12:50:52', '2025-12-16 12:50:52', 0, 1, 'powdered-spice', 0),
(209, 'Ghee & Vanaspati', '2025-12-16-6941089daf58f.png', 35, 1, 1, '2025-12-16 12:52:05', '2025-12-16 12:52:05', 0, 1, 'ghee-vanaspati', 0),
(210, 'Dry Fruit Gift Packs', '2025-12-16-6941094924688.png', 35, 1, 1, '2025-12-16 12:54:57', '2025-12-16 12:54:57', 0, 1, 'dry-fruit-gift-packs', 0),
(211, 'Oil', '2025-12-16-6941098ca5ea4.png', 35, 1, 1, '2025-12-16 12:56:04', '2025-12-16 12:56:04', 0, 1, 'oil', 0),
(212, 'Cargo', '2025-12-16-694109c822d1a.png', 134, 1, 1, '2025-12-16 12:57:04', '2025-12-16 12:57:04', 0, 4, 'cargo', 0),
(213, 'Blazer', '2025-12-16-69410eb9f001d.png', 134, 1, 1, '2025-12-16 13:18:09', '2025-12-16 13:18:09', 0, 4, 'blazer', 0),
(214, 'Raincoat', '2025-12-16-69410f1e8bc34.png', 134, 1, 1, '2025-12-16 13:19:50', '2025-12-16 13:19:50', 0, 4, 'raincoat', 0),
(215, 'Soup', '2025-12-16-69410fd6cf89e.png', 40, 1, 1, '2025-12-16 13:22:54', '2025-12-16 13:37:31', 0, 1, 'instant-mixes', 0),
(216, 'Instant Mixes', '2025-12-16-694112fdcd469.png', 40, 1, 1, '2025-12-16 13:36:21', '2025-12-16 13:36:21', 0, 1, 'instant-mixes-2', 0),
(217, 'Dessert & Cake Mixes', '2025-12-16-6941136544a7b.png', 40, 1, 1, '2025-12-16 13:38:05', '2025-12-16 13:38:05', 0, 1, 'dessert-cake-mixes', 0),
(218, 'Electronics', '2025-12-16-694134490dec2.png', 0, 0, 1, '2025-12-16 13:40:35', '2025-12-16 15:58:25', 0, 4, 'electronics', 0),
(219, 'Dessert & Cake Mixes', '2025-12-16-694114a49f7af.png', 40, 1, 1, '2025-12-16 13:43:24', '2025-12-16 13:43:24', 0, 1, 'dessert-cake-mixes-2', 0),
(220, 'Laptops', '2025-12-16-694114df1574a.png', 218, 1, 1, '2025-12-16 13:44:23', '2025-12-16 13:44:23', 0, 4, 'laptops', 0),
(221, 'Pasta', '2025-12-16-6941150239e80.png', 41, 1, 1, '2025-12-16 13:44:58', '2025-12-16 13:44:58', 0, 1, 'pasta', 0),
(222, 'Washing Machine', '2025-12-16-6941155deea0c.png', 218, 1, 1, '2025-12-16 13:46:29', '2025-12-16 13:46:29', 0, 4, 'washing-machine', 0),
(223, 'Noodles', '2025-12-16-6941155ebd8b3.png', 41, 1, 1, '2025-12-16 13:46:30', '2025-12-16 13:46:30', 0, 1, 'noodles', 0),
(224, 'Kitchen Appliances', '2025-12-16-694115aa4c0ce.png', 218, 1, 1, '2025-12-16 13:47:46', '2025-12-16 13:47:46', 0, 4, 'kitchen-appliances', 0),
(225, 'Noodles', '2025-12-16-694115d5cf5fc.png', 41, 1, 1, '2025-12-16 13:48:29', '2025-12-16 13:49:00', 0, 1, 'noodles-2', 0),
(226, 'Mobiles', '2025-12-16-694115ffdb942.png', 218, 1, 1, '2025-12-16 13:49:11', '2025-12-16 13:49:11', 0, 4, 'mobiles', 0),
(227, 'Batter', '2025-12-16-6941165a86108.png', 41, 1, 1, '2025-12-16 13:50:42', '2025-12-16 13:50:42', 0, 1, 'batter', 0),
(228, 'Refrigerators', '2025-12-16-694116aede42e.png', 218, 1, 1, '2025-12-16 13:52:06', '2025-12-16 13:52:06', 0, 4, 'refrigerators', 0),
(229, 'Namkeen Snacks', '2025-12-16-694117560610d.png', 23, 1, 1, '2025-12-16 13:54:54', '2025-12-16 13:54:54', 0, 1, 'namkeen-snacks', 0),
(230, 'Popcorn', '2025-12-16-694117b3ed5be.png', 23, 1, 1, '2025-12-16 13:56:27', '2025-12-16 13:56:27', 0, 1, 'popcorn', 0),
(231, 'Namkeen Snacks', '2025-12-16-6941181ce4d9c.png', 23, 1, 1, '2025-12-16 13:58:12', '2025-12-16 13:58:12', 0, 1, 'namkeen-snacks-2', 0),
(232, 'Luxury Watch', '2025-12-16-69411914d92ba.png', 136, 1, 1, '2025-12-16 14:02:20', '2025-12-16 14:02:20', 0, 4, 'luxury-watch', 0),
(233, 'Makhana', '2025-12-16-694119d24b4f9.png', 23, 1, 1, '2025-12-16 14:05:30', '2025-12-16 14:05:30', 0, 1, 'makhana', 0),
(234, 'Smart Watch', '2025-12-16-694119dfb51e7.png', 136, 1, 1, '2025-12-16 14:05:43', '2025-12-16 14:05:43', 0, 4, 'smart-watch', 0),
(235, 'Men’s Watch', '2025-12-16-69411a1ab6ce5.png', 136, 1, 1, '2025-12-16 14:06:42', '2025-12-16 14:06:42', 0, 4, 'mens-watch', 0),
(236, 'Bay 1 Get 1', '2026-01-11-6962b47edfb37.gif', 0, 0, 1, '2025-12-16 14:07:28', '2026-01-11 01:50:14', 0, 2, 'bay-1-get-1', 0),
(237, 'Women’s Watch', '2025-12-16-69411a5318904.png', 136, 1, 1, '2025-12-16 14:07:39', '2025-12-16 14:07:39', 0, 4, 'womens-watch', 0),
(239, 'Tomato & Chilli Ketchup', '2025-12-16-69411b0a7ac48.png', 46, 1, 1, '2025-12-16 14:10:42', '2025-12-16 14:10:42', 0, 1, 'tomato-chilli-ketchup', 0),
(240, 'Asian Sauces', '2025-12-16-69411b3a33c76.png', 46, 1, 1, '2025-12-16 14:11:30', '2025-12-16 14:11:30', 0, 1, 'asian-sauces', 0),
(241, 'Asian Sauces', '2025-12-16-69411b75e78e5.png', 46, 1, 1, '2025-12-16 14:12:29', '2025-12-16 14:12:29', 0, 1, 'asian-sauces-2', 0),
(242, 'Peanut Butter', '2025-12-16-69411bcd5d9a2.png', 46, 1, 1, '2025-12-16 14:13:57', '2025-12-16 14:13:57', 0, 1, 'peanut-butter', 0),
(243, 'Jam & Spreads', '2025-12-16-69411c2e5424a.png', 46, 1, 1, '2025-12-16 14:15:34', '2025-12-16 14:15:34', 0, 1, 'jam-spreads', 0),
(244, 'Honey', '2025-12-16-69411cac7d34b.png', 46, 1, 1, '2025-12-16 14:17:40', '2025-12-16 14:17:40', 0, 1, 'honey-2', 0),
(245, 'Cooking Sauces', '2025-12-16-69411e453883f.png', 46, 1, 1, '2025-12-16 14:24:29', '2025-12-16 14:24:29', 0, 1, 'cooking-sauces', 0),
(246, 'Boys\' Clothing', '2025-12-16-69411f1f413f0.png', 139, 1, 1, '2025-12-16 14:26:51', '2025-12-16 14:28:07', 0, 4, 'boys-clothing', 0),
(247, 'Girls\' Clothing', '2025-12-16-69411f812cba4.png', 139, 1, 1, '2025-12-16 14:29:45', '2025-12-16 14:29:45', 0, 4, 'girls-clothing', 0),
(248, 'Boys\' Footwear', '2025-12-16-69411fde090fc.png', 139, 1, 1, '2025-12-16 14:31:18', '2025-12-16 14:31:18', 0, 4, 'boys-footwear', 0),
(249, 'Girls\' Footwear', '2025-12-16-6941202801a9e.png', 139, 1, 1, '2025-12-16 14:32:32', '2025-12-16 14:32:32', 0, 4, 'girls-footwear', 0),
(250, 'Toys', '2025-12-16-694120ed3dd57.png', 139, 1, 1, '2025-12-16 14:35:49', '2025-12-16 14:35:49', 0, 4, 'toys', 0),
(251, 'Baby Care', '2025-12-16-6941214e6de5e.png', 139, 1, 1, '2025-12-16 14:37:26', '2025-12-16 14:37:26', 0, 4, 'baby-care-2', 0),
(252, 'Sports', '2025-12-16-69413a6726c9d.png', 0, 0, 1, '2025-12-16 14:42:01', '2025-12-16 16:24:31', 0, 4, 'sports', 0),
(253, 'Pizza Meals', '2026-01-11-6962be4146890.gif', 0, 0, 1, '2025-12-16 14:42:04', '2026-01-11 02:31:53', 0, 2, 'pizza-meals', 0),
(254, 'Exotics', '2025-12-16-6941244b37fd1.png', 38, 1, 1, '2025-12-16 14:50:11', '2025-12-16 14:50:11', 0, 1, 'exotics-3', 0),
(255, 'Equipments', '2025-12-16-69412580e9833.png', 252, 1, 1, '2025-12-16 14:50:38', '2025-12-16 14:55:20', 0, 4, 'equipments', 0),
(256, 'Frozen Veg', '2025-12-16-694124b03d2e9.png', 38, 1, 1, '2025-12-16 14:51:52', '2025-12-16 14:51:52', 0, 1, 'frozen-veg-2', 0),
(257, 'GYM', '2025-12-16-694124ba54e30.png', 252, 1, 1, '2025-12-16 14:52:02', '2025-12-16 14:57:27', 0, 4, 'gym-wear', 0),
(258, 'Leafies & Herbs', '2025-12-16-6941250b53c9c.png', 38, 1, 1, '2025-12-16 14:53:23', '2025-12-16 14:53:23', 0, 1, 'leafies-herbs', 0),
(259, 'Protein', '2025-12-16-6941251e3056b.png', 252, 1, 1, '2025-12-16 14:53:42', '2025-12-16 14:53:42', 0, 4, 'protein', 0),
(260, 'Fresh Vegetables', '2025-12-16-694125b0b5786.png', 38, 1, 1, '2025-12-16 14:56:08', '2025-12-16 14:56:08', 0, 1, 'fresh-vegetables-2', 0),
(261, 'Nursing', '2025-12-16-69412692478aa.png', 27, 1, 1, '2025-12-16 14:59:54', '2025-12-16 14:59:54', 0, 1, 'nursing', 0),
(262, 'Feeding Essentials', '2025-12-16-694126aa06f02.png', 27, 1, 1, '2025-12-16 15:00:18', '2025-12-16 15:00:18', 0, 1, 'feeding-essentials', 0),
(263, 'Trolley Bag', '2025-12-16-6941277926291.png', 137, 1, 1, '2025-12-16 15:03:45', '2025-12-16 15:03:45', 0, 4, 'trolley-bag', 0),
(264, 'Backpack', '2025-12-16-694127a45ee58.png', 137, 1, 1, '2025-12-16 15:04:28', '2025-12-16 15:04:28', 0, 4, 'backpack', 0),
(266, 'Duffel Bag', '2025-12-16-6941283a7f99d.png', 137, 1, 1, '2025-12-16 15:06:58', '2025-12-16 15:06:58', 0, 4, 'duffel-bag', 0),
(268, 'Feeding Essentials', '2025-12-16-69412956cd3af.png', 28, 1, 1, '2025-12-16 15:11:42', '2025-12-16 15:11:42', 0, 1, 'feeding-essentials-2', 0),
(269, 'Health & Wellness Supplements', '2025-12-16-69412998e6ee3.png', 28, 1, 1, '2025-12-16 15:12:48', '2025-12-16 15:12:48', 0, 1, 'health-wellness-supplements', 0),
(270, 'Protein and Workout Supplements', '2025-12-16-694129b5178ed.png', 28, 1, 1, '2025-12-16 15:13:17', '2025-12-16 15:13:17', 0, 1, 'protein-and-workout-supplements', 0),
(271, 'Antiseptic Liquid', '2025-12-16-694129d099288.png', 28, 1, 1, '2025-12-16 15:13:44', '2025-12-16 15:13:44', 0, 1, 'antiseptic-liquid', 0),
(272, 'Ring', '2025-12-16-694129ef0ff6c.png', 140, 1, 1, '2025-12-16 15:14:15', '2025-12-16 15:14:15', 0, 4, 'ring', 0),
(273, 'Milk Drinks', '2025-12-16-694129f4489d1.png', 28, 1, 1, '2025-12-16 15:14:20', '2025-12-16 15:14:20', 0, 1, 'milk-drinks', 0),
(274, 'Chyawanprash', '2025-12-16-69412a1265b52.png', 28, 1, 1, '2025-12-16 15:14:50', '2025-12-16 15:14:50', 0, 1, 'chyawanprash', 0),
(275, 'Hangover Cure', '2025-12-16-69412a2a6f175.png', 28, 1, 1, '2025-12-16 15:15:14', '2025-12-16 15:15:14', 0, 1, 'hangover-cure', 0),
(276, 'Health & Ortho Supports', '2025-12-16-69412a66cf506.png', 28, 1, 1, '2025-12-16 15:16:14', '2025-12-16 15:16:14', 0, 1, 'health-ortho-supports', 0),
(277, 'Cat Needs', '2025-12-16-69412b19abc62.png', 29, 1, 1, '2025-12-16 15:19:13', '2025-12-16 15:19:13', 0, 1, 'cat-needs', 0),
(278, 'Necklace', '2025-12-16-69412b472ff8a.png', 140, 1, 1, '2025-12-16 15:19:59', '2025-12-16 15:19:59', 0, 4, 'necklace', 0),
(279, 'Diverse Pet Food', '2025-12-16-69412b5d287c3.png', 29, 1, 1, '2025-12-16 15:20:21', '2025-12-16 15:20:21', 0, 1, 'diverse-pet-food', 0),
(280, 'Dog Needs', '2025-12-16-69412b94218e7.png', 29, 1, 1, '2025-12-16 15:21:16', '2025-12-16 15:21:16', 0, 1, 'dog-needs', 0),
(281, 'Earrings', '2025-12-16-69412b9985833.png', 140, 1, 1, '2025-12-16 15:21:21', '2025-12-16 15:21:21', 0, 4, 'earrings', 0),
(282, 'Bangles', '2025-12-16-69412bcba799b.png', 140, 1, 1, '2025-12-16 15:22:11', '2025-12-16 15:22:11', 0, 4, 'bangles', 0),
(283, 'Pet Grooming', '2025-12-16-69412bd794f7a.png', 29, 1, 1, '2025-12-16 15:22:23', '2025-12-16 15:22:23', 0, 1, 'pet-grooming', 0),
(284, 'Dog food', '2025-12-16-69412c469f01a.png', 29, 1, 1, '2025-12-16 15:24:14', '2025-12-16 15:24:14', 0, 1, 'dog-food', 0),
(285, 'Makeup', '2025-12-16-69412c4c18a4f.png', 143, 1, 1, '2025-12-16 15:24:20', '2025-12-16 15:24:55', 0, 4, 'makeup', 0),
(286, 'Perfume', '2025-12-16-69412cc217ad1.png', 143, 1, 1, '2025-12-16 15:26:18', '2025-12-16 15:26:18', 0, 4, 'perfume', 0),
(287, 'Hair Care', '2025-12-16-69412cf5c76a0.png', 143, 1, 1, '2025-12-16 15:27:09', '2025-12-16 15:27:09', 0, 4, 'hair-care', 0),
(288, 'Cat food', '2025-12-16-69412d18740d9.png', 29, 1, 1, '2025-12-16 15:27:44', '2025-12-16 15:27:44', 0, 1, 'cat-food', 0),
(289, 'Teeth Care', '2025-12-16-69412d458262a.png', 143, 1, 1, '2025-12-16 15:28:29', '2025-12-16 15:28:29', 0, 4, 'teeth-care', 0),
(290, 'Eggs', '2025-12-16-69412ef3539c5.png', 190, 1, 1, '2025-12-16 15:35:39', '2025-12-16 15:35:39', 0, 1, 'eggs', 0),
(291, 'Frozen Non-Veg Snacks', '2025-12-16-69412f0c53564.png', 190, 1, 1, '2025-12-16 15:36:04', '2025-12-16 15:36:04', 0, 1, 'frozen-non-veg-snacks', 0),
(292, 'Men Sunglasses', '2025-12-16-69412f0fa8c41.png', 141, 1, 1, '2025-12-16 15:36:07', '2025-12-16 15:36:07', 0, 4, 'men-sunglasses', 0),
(293, 'Chicken', 'def.png', 190, 1, 1, '2025-12-16 15:36:54', '2025-12-16 15:36:54', 0, 1, 'chicken-2', 0),
(294, 'Mutton', '2025-12-16-69412f5d89069.png', 190, 1, 1, '2025-12-16 15:37:25', '2025-12-16 15:37:25', 0, 1, 'mutton', 0),
(295, 'Women Sunglasses', '2025-12-16-69412f686272b.png', 141, 1, 1, '2025-12-16 15:37:36', '2025-12-16 15:37:36', 0, 4, 'women-sunglasses', 0),
(296, 'Fish & Seafood', '2025-12-16-69412f7736ac2.png', 190, 1, 1, '2025-12-16 15:37:51', '2025-12-16 15:37:51', 0, 1, 'fish-seafood', 0),
(297, 'Frozen Non-Veg Snacks', '2025-12-16-69412f8f91fa8.png', 190, 1, 1, '2025-12-16 15:38:15', '2025-12-16 15:38:15', 0, 1, 'frozen-non-veg-snacks-2', 0),
(298, 'Kids Sunglasses', '2025-12-16-69412f9c613c4.png', 141, 1, 1, '2025-12-16 15:38:28', '2025-12-16 15:38:28', 0, 4, 'kids-sunglasses', 0),
(299, 'Exotic Meat', '2025-12-16-69412fb16c113.png', 190, 1, 1, '2025-12-16 15:38:49', '2025-12-16 15:38:49', 0, 1, 'exotic-meat', 0),
(300, 'Sports Sunglasses', '2025-12-16-694130136f2da.png', 141, 1, 1, '2025-12-16 15:40:27', '2025-12-16 15:40:27', 0, 4, 'sports-sunglasses', 0),
(301, 'Sports Shoes', '2025-12-16-6941310182f8c.png', 138, 1, 1, '2025-12-16 15:44:25', '2025-12-16 15:44:25', 0, 4, 'sports-shoes', 0),
(302, 'Formal Shoes', '2025-12-16-6941317b328a8.png', 138, 1, 1, '2025-12-16 15:46:27', '2025-12-16 15:46:27', 0, 4, 'formal-shoes', 0),
(303, 'Coffee', '2025-12-16-6941319777dbc.png', 42, 1, 1, '2025-12-16 15:46:55', '2025-12-16 15:46:55', 0, 1, 'coffee', 0),
(304, 'Ready To Eat', '2025-12-16-69413243a0ca9.png', 42, 1, 1, '2025-12-16 15:49:47', '2025-12-16 15:49:47', 0, 1, 'ready-to-eat', 0),
(305, 'Sandal', '2025-12-16-694132453c0e8.png', 138, 1, 1, '2025-12-16 15:49:49', '2025-12-16 15:49:49', 0, 4, 'sandal', 0),
(306, 'Infant Food Infant Food', '2025-12-16-694132949e0d2.png', 42, 1, 1, '2025-12-16 15:51:08', '2025-12-16 15:51:08', 0, 1, 'infant-food-infant-food', 0),
(307, 'Slippers', '2025-12-16-69413324be1cd.png', 138, 1, 1, '2025-12-16 15:53:32', '2025-12-16 15:53:32', 0, 4, 'slippers', 0),
(308, 'Baking Mixes', '2025-12-16-694133340ee6d.png', 42, 1, 1, '2025-12-16 15:53:48', '2025-12-16 15:53:48', 0, 1, 'baking-mixes', 0),
(309, 'Baby & Toddler Food Baby & Toddler', '2025-12-16-69413395b2e79.png', 42, 1, 1, '2025-12-16 15:55:25', '2025-12-16 15:55:25', 0, 1, 'baby-toddler-food-baby-toddler', 0),
(310, 'Baking Mixes', '2025-12-16-694133faee7f2.png', 42, 1, 1, '2025-12-16 15:57:06', '2025-12-16 15:57:06', 0, 1, 'baking-mixes-2', 0),
(311, 'Tote Bag', '2025-12-16-694134b555f05.png', 135, 1, 1, '2025-12-16 16:00:13', '2025-12-16 16:00:13', 0, 4, 'tote-bag', 0),
(312, 'Shoulder Bag', '2025-12-16-694134f5a2bcd.png', 135, 1, 1, '2025-12-16 16:01:17', '2025-12-16 16:01:17', 0, 4, 'shoulder-bag', 0),
(313, 'Hair Removal For Women Hair Removal For', '2025-12-16-69413501a1fe3.png', 43, 1, 1, '2025-12-16 16:01:29', '2025-12-16 16:01:29', 0, 1, 'hair-removal-for-women-hair-removal-for', 0),
(314, 'Sanitary Pads Sanitary Pads', '2025-12-16-69413525bc632.png', 43, 1, 1, '2025-12-16 16:02:05', '2025-12-16 16:02:05', 0, 1, 'sanitary-pads-sanitary-pads', 0),
(315, 'Sling Bag', '2025-12-16-6941355c10e11.png', 135, 1, 1, '2025-12-16 16:03:00', '2025-12-16 16:03:00', 0, 4, 'sling-bag', 0),
(316, 'Period Panties Period Panties', '2025-12-16-694135b3c9c04.png', 43, 1, 1, '2025-12-16 16:04:27', '2025-12-16 16:04:27', 0, 1, 'period-panties-period-panties', 0),
(317, 'Intimate Care Intimate Care', '2025-12-16-694135e755502.png', 43, 1, 1, '2025-12-16 16:05:19', '2025-12-16 16:05:19', 0, 1, 'intimate-care-intimate-care', 0),
(318, 'Panty Liners Panty Liners', '2025-12-16-694136177b749.png', 43, 1, 1, '2025-12-16 16:06:07', '2025-12-16 16:06:07', 0, 1, 'panty-liners-panty-liners', 0),
(319, 'Tubs Tubs', '2025-12-16-69413673675f9.png', 50, 1, 1, '2025-12-16 16:07:39', '2025-12-16 16:07:39', 0, 1, 'tubs-tubs', 0),
(320, 'Sticks Sticks', '2025-12-16-694136882bdda.png', 50, 1, 1, '2025-12-16 16:08:00', '2025-12-16 16:08:00', 0, 1, 'sticks-sticks', 0),
(321, 'Mini Bag', '2025-12-16-69413688b6a71.png', 135, 1, 1, '2025-12-16 16:08:00', '2025-12-16 16:08:00', 0, 4, 'mini-bag', 0),
(322, 'Cones Cones', '2025-12-16-694136af0093b.png', 50, 1, 1, '2025-12-16 16:08:39', '2025-12-16 16:08:39', 0, 1, 'cones-cones', 0),
(323, 'Cups Cups', '2025-12-16-694136c6bcd4c.png', 50, 1, 1, '2025-12-16 16:09:02', '2025-12-16 16:09:02', 0, 1, 'cups-cups', 0),
(324, 'Guilt Free Guilt Free', '2025-12-16-694136f79662e.png', 50, 1, 1, '2025-12-16 16:09:51', '2025-12-16 16:09:51', 0, 1, 'guilt-free-guilt-free', 0),
(325, 'Chocolates', '2025-12-16-6941373a403db.png', 157, 1, 1, '2025-12-16 16:10:58', '2025-12-16 16:10:58', 0, 1, 'chocolates-2', 0),
(326, 'Indian Mithai', '2025-12-16-6941376f098b5.png', 157, 1, 1, '2025-12-16 16:11:51', '2025-12-16 16:11:51', 0, 1, 'indian-mithai', 0),
(327, 'Pastries & Cakes', '2025-12-16-6941378d2b7c7.png', 157, 1, 1, '2025-12-16 16:12:21', '2025-12-16 16:12:21', 0, 1, 'pastries-cakes', 0),
(328, 'Men’s Jutti', '2025-12-16-694137af76014.png', 144, 1, 1, '2025-12-16 16:12:55', '2025-12-16 16:12:55', 0, 4, 'mens-jutti', 0),
(329, 'Women’s Jutti', '2025-12-16-694137ea5b125.png', 144, 1, 1, '2025-12-16 16:13:54', '2025-12-16 16:13:54', 0, 4, 'womens-jutti', 0),
(330, 'Pens', '2025-12-16-69413814b62fe.png', 49, 1, 1, '2025-12-16 16:14:36', '2025-12-16 16:14:36', 0, 1, 'pens', 0),
(331, 'Kids’ Jutti', '2025-12-16-69413821a8895.png', 144, 1, 1, '2025-12-16 16:14:49', '2025-12-16 16:14:49', 0, 4, 'kids-jutti', 0),
(332, 'Pencil & Eraser', '2025-12-16-6941382c138e6.png', 49, 1, 1, '2025-12-16 16:15:00', '2025-12-16 16:15:00', 0, 1, 'pencil-eraser', 0),
(333, 'Glue and Tape', '2025-12-16-69413849af7a9.png', 49, 1, 1, '2025-12-16 16:15:29', '2025-12-16 16:15:29', 0, 1, 'glue-and-tape', 0),
(334, 'Wedding Jutti', '2025-12-16-6941384dbb4bd.png', 144, 1, 1, '2025-12-16 16:15:33', '2025-12-16 16:15:33', 0, 4, 'wedding-jutti', 0),
(335, 'Charts and color sheets', '2025-12-16-6941386b4a707.png', 49, 1, 1, '2025-12-16 16:16:03', '2025-12-16 16:16:03', 0, 1, 'charts-and-color-sheets', 0),
(336, 'scissors', '2025-12-16-6941389589797.png', 49, 1, 1, '2025-12-16 16:16:45', '2025-12-16 16:16:45', 0, 1, 'scissors', 0),
(337, 'Scales, Pen stand', '2025-12-16-694138b348e3c.png', 49, 1, 1, '2025-12-16 16:17:15', '2025-12-16 16:17:15', 0, 1, 'scales-pen-stand', 0),
(338, 'Soft Toys Soft Toys', '2025-12-16-694139668e67a.png', 47, 1, 1, '2025-12-16 16:20:14', '2025-12-16 16:20:14', 0, 1, 'soft-toys-soft-toys', 0),
(339, 'Blocks & Puzzles', '2025-12-16-6941398d2cb49.png', 47, 1, 1, '2025-12-16 16:20:53', '2025-12-16 16:20:53', 0, 1, 'blocks-puzzles', 0),
(340, 'Card & Board', '2025-12-16-694139b16b2fa.png', 47, 1, 1, '2025-12-16 16:21:29', '2025-12-16 16:21:29', 0, 1, 'card-board', 0),
(341, 'Electronic Toys', '2025-12-16-694139d16550f.png', 47, 1, 1, '2025-12-16 16:22:01', '2025-12-16 16:22:01', 0, 1, 'electronic-toys', 0),
(342, 'Activities & Outdoor Toys Activities & Outdoor Toys', '2025-12-16-694139ebb5dde.png', 47, 1, 1, '2025-12-16 16:22:27', '2025-12-16 16:22:27', 0, 1, 'activities-outdoor-toys-activities-outdoor-toys', 0),
(343, 'Art & Craft Art & Craft', '2025-12-16-69413a0c4c2a0.png', 47, 1, 1, '2025-12-16 16:23:00', '2025-12-16 16:23:00', 0, 1, 'art-craft-art-craft', 0),
(344, 'Musical Instruments', '2025-12-16-69413a2e584b4.png', 47, 1, 1, '2025-12-16 16:23:34', '2025-12-16 16:23:34', 0, 1, 'musical-instruments', 0),
(345, 'Toddler', '2025-12-16-69413a52820ad.png', 47, 1, 1, '2025-12-16 16:24:10', '2025-12-16 16:24:10', 0, 1, 'toddler', 0),
(346, 'Women Care Women Care', '2025-12-16-69413ad529c78.png', 39, 1, 1, '2025-12-16 16:26:21', '2025-12-16 16:26:21', 0, 1, 'women-care-women-care', 0),
(347, 'Gift Kits Gift Kits', '2025-12-16-69413b00465bb.png', 39, 1, 1, '2025-12-16 16:27:04', '2025-12-16 16:27:04', 0, 1, 'gift-kits-gift-kits', 0),
(348, 'Men Fashion', '2025-12-16-69413b287767e.png', 146, 1, 1, '2025-12-16 16:27:44', '2025-12-16 16:27:44', 0, 4, 'men-fashion', 0),
(349, 'Lubricants', '2025-12-16-69413b36da1bc.png', 39, 1, 1, '2025-12-16 16:27:58', '2025-12-16 16:27:58', 0, 1, 'lubricants', 0),
(350, 'Women Fashion', '2025-12-16-69413b7bd74f1.png', 146, 1, 1, '2025-12-16 16:29:07', '2025-12-16 16:29:07', 0, 4, 'women-fashion', 0),
(351, 'Kids Fashion', '2025-12-16-69413cce13976.png', 146, 1, 1, '2025-12-16 16:34:46', '2025-12-16 16:34:46', 0, 4, 'kids-fashion', 0),
(352, 'Milk Drinks', '2025-12-17-69425f92c3b5a.png', 44, 1, 1, '2025-12-17 13:15:22', '2025-12-17 13:15:22', 0, 1, 'milk-drinks-2', 0),
(353, 'Fruit Juices & Drinks', '2025-12-17-69425fb2a26d6.png', 44, 1, 1, '2025-12-17 13:15:54', '2025-12-17 13:15:54', 0, 1, 'fruit-juices-drinks', 0),
(354, 'Vegan Drinks Vegan Drinks', '2025-12-17-69425fd873030.png', 44, 1, 1, '2025-12-17 13:16:32', '2025-12-17 13:16:32', 0, 1, 'vegan-drinks-vegan-drinks', 0),
(355, 'Mango Drinks', '2025-12-17-69426023b3e03.png', 44, 1, 1, '2025-12-17 13:17:47', '2025-12-17 13:17:47', 0, 1, 'mango-drinks-2', 0),
(356, 'Lassi, Shakes', '2025-12-17-6942604a0c479.png', 44, 1, 1, '2025-12-17 13:18:26', '2025-12-17 13:18:26', 0, 1, 'lassi-shakes', 0),
(357, 'Men Grooming', '2026-01-09-6960e434697c8.jpg', 0, 0, 1, '2026-01-09 15:21:48', '2026-01-09 16:49:16', 0, 3, 'skin-care', 0),
(358, 'Hair care', '2026-01-09-6960e54c92948.jpg', 0, 0, 1, '2026-01-09 16:53:56', '2026-01-09 16:53:56', 0, 3, 'hair-care-2', 0),
(359, 'Women Care', '2026-01-09-6960e59d438c1.jpg', 0, 0, 1, '2026-01-09 16:55:17', '2026-01-09 16:55:17', 0, 3, 'women-care', 0),
(360, 'Face Moisturisers', '2026-01-11-6962a7bc0bf54.jpg', 12, 1, 1, '2026-01-10 22:26:39', '2026-01-11 00:55:48', 0, 3, 'face-moisturisers', 0),
(361, 'Body Lotions', '2026-01-10-696285d2936d8.png', 12, 1, 1, '2026-01-10 22:31:06', '2026-01-10 22:31:06', 0, 3, 'body-lotions', 0),
(362, 'Mosquito Repellents', '2026-01-10-6962863e78a69.png', 12, 1, 1, '2026-01-10 22:32:54', '2026-01-10 22:32:54', 0, 3, 'mosquito-repellents', 0),
(363, 'Lip Balm', '2026-01-10-69628675cfd85.png', 12, 1, 1, '2026-01-10 22:33:49', '2026-01-10 22:33:49', 0, 3, 'lip-balm', 0),
(364, 'Sanitizers & Handwash', '2026-01-10-696286aad9288.png', 12, 1, 1, '2026-01-10 22:34:42', '2026-01-10 22:34:42', 0, 3, 'sanitizers-handwash', 0),
(365, 'Derma Roller', '2026-01-10-696289c9228d6.png', 12, 1, 1, '2026-01-10 22:48:01', '2026-01-10 22:48:01', 0, 3, 'derma-roller', 0),
(366, 'Waxing Kit', '2026-01-10-696289e81f1aa.png', 12, 1, 1, '2026-01-10 22:48:32', '2026-01-10 22:48:32', 0, 3, 'waxing-kit', 0),
(367, 'Face Essentials', '2026-01-10-69628a07ad119.png', 12, 1, 1, '2026-01-10 22:49:03', '2026-01-10 22:49:03', 0, 3, 'face-essentials', 0),
(368, 'Body Cream & Moisturizer', '2026-01-10-69628a3fa3c1b.png', 12, 1, 1, '2026-01-10 22:49:59', '2026-01-10 22:49:59', 0, 3, 'body-cream-moisturizer', 0),
(371, 'Baby Skin Care', '2026-01-10-696293b3df627.png', 14, 1, 1, '2026-01-10 23:30:19', '2026-01-10 23:30:19', 0, 3, 'baby-skin-care', 0),
(372, 'Baby Bath Essentials', '2026-01-10-696293cd67235.png', 14, 1, 1, '2026-01-10 23:30:45', '2026-01-10 23:30:45', 0, 3, 'baby-bath-essentials', 0),
(373, 'Baby Diapers, wipes', '2026-01-10-696294068d71d.png', 14, 1, 1, '2026-01-10 23:31:42', '2026-01-10 23:31:42', 0, 3, 'baby-diapers-wipes', 0),
(374, 'Nursing & Feeding', '2026-01-10-6962942818887.png', 14, 1, 1, '2026-01-10 23:32:16', '2026-01-10 23:32:16', 0, 3, 'nursing-feeding', 0),
(381, 'Adult DiapersAdult Diapers', '2026-01-11-69629b2c9eccc.png', 16, 1, 1, '2026-01-11 00:02:12', '2026-01-11 00:02:12', 0, 3, 'adult-diapersadult-diapers', 0),
(382, 'Urometer', '2026-01-11-69629b471f9f1.png', 16, 1, 1, '2026-01-11 00:02:39', '2026-01-11 00:02:39', 0, 3, 'urometer-2', 0),
(383, 'Incontinence', '2026-01-11-69629b6191d43.png', 16, 1, 1, '2026-01-11 00:03:05', '2026-01-11 00:03:05', 0, 3, 'incontinence-2', 0),
(384, 'Elderly Care Health Essentials', '2026-01-11-69629b789a789.png', 16, 1, 1, '2026-01-11 00:03:28', '2026-01-11 00:03:28', 0, 3, 'elderly-care-health-essentials', 0),
(385, 'Hearing Aid', '2026-01-11-69629b9f7bb54.png', 16, 1, 1, '2026-01-11 00:04:07', '2026-01-11 00:04:07', 0, 3, 'hearing-aid', 0),
(386, 'Toothbrush', '2026-01-11-6962a15e95c3c.png', 13, 1, 1, '2026-01-11 00:28:38', '2026-01-11 00:28:38', 0, 3, 'toothbrush', 0),
(387, 'Toothpaste', '2026-01-11-6962a177338fa.png', 13, 1, 1, '2026-01-11 00:29:03', '2026-01-11 00:29:03', 0, 3, 'toothpaste', 0),
(388, 'Mouthwash', '2026-01-11-6962a18954a4b.png', 13, 1, 1, '2026-01-11 00:29:21', '2026-01-11 00:29:21', 0, 3, 'mouthwash', 0),
(389, 'Oral Gel', '2026-01-11-6962a1b2747b9.png', 13, 1, 1, '2026-01-11 00:30:02', '2026-01-11 00:30:02', 0, 3, 'oral-gel', 0),
(391, 'Condoms', '2026-01-11-6962a511241a6.png', 15, 1, 1, '2026-01-11 00:44:25', '2026-01-11 00:44:25', 0, 3, 'condoms', 0),
(392, 'Lubricants & Massage Gels', '2026-01-11-6962a528d9151.png', 15, 1, 1, '2026-01-11 00:44:48', '2026-01-11 00:44:48', 0, 3, 'lubricants-massage-gels', 0),
(393, 'Sexual Wellness Devices', '2026-01-11-6962a53eae9c3.png', 15, 1, 1, '2026-01-11 00:45:10', '2026-01-11 00:45:10', 0, 3, 'sexual-wellness-devices', 0),
(394, 'Performance Enhancers', '2026-01-11-6962a55b0dc44.png', 15, 1, 1, '2026-01-11 00:45:39', '2026-01-11 00:45:39', 0, 3, 'performance-enhancers', 0),
(395, 'Pregnancy & Ovulation Kit', '2026-01-11-6962a572f10c7.png', 15, 1, 1, '2026-01-11 00:46:02', '2026-01-11 00:46:02', 0, 3, 'pregnancy-ovulation-kit', 0),
(396, 'FOOD', '2026-04-10-69d8be31b0e0e.webp', 0, 0, 1, '2026-04-10 09:09:05', '2026-04-10 09:09:18', 2, 1, 'food', 1),
(397, 'VEG', '2026-04-10-69d8be9b35196.webp', 396, 1, 1, '2026-04-10 09:10:51', '2026-04-10 09:10:51', 0, 1, 'veg', 0);

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

--
-- Table structure for table `common_conditions`
--

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

--
-- Dumping data for table `common_conditions`
--

INSERT INTO `common_conditions` (`id`, `name`, `slug`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Skin Care', 'winter', 1, '2026-01-11 01:31:50', '2026-01-11 02:04:05'),
(2, 'Oral Care', 'skin-care', 1, '2026-01-11 01:34:46', '2026-01-11 01:38:18');

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

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

CREATE TABLE `contacts` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(100) NOT NULL,
  `email` varchar(100) NOT NULL,
  `subject` text NOT NULL,
  `message` text NOT NULL,
  `seen` tinyint(4) NOT NULL DEFAULT 0,
  `feedback` varchar(255) NOT NULL DEFAULT '0',
  `reply` longtext DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `contacts`
--

INSERT INTO `contacts` (`id`, `name`, `email`, `subject`, `message`, `seen`, `feedback`, `reply`, `created_at`, `updated_at`) VALUES
(1, 'fueynvgjty', 'swtniytz@immenseignite.info', 'diogutpfgw', 'qwshnuvdeegxltldevnffquigtiulx', 0, '0', NULL, '2026-05-14 00:38:18', '2026-05-14 00:38:18'),
(2, 'ztjhpxkxuo', 'zymxvujm@immenseignite.info', 'ofgoemonpw', 'zttjorpypfxrffpksyltgnfgwdeegt', 0, '0', NULL, '2026-05-14 00:38:31', '2026-05-14 00:38:31');

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

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

CREATE TABLE `conversations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `sender_id` bigint(20) UNSIGNED NOT NULL,
  `sender_type` varchar(255) NOT NULL,
  `receiver_id` bigint(20) UNSIGNED NOT NULL,
  `receiver_type` varchar(255) NOT NULL,
  `last_message_id` bigint(20) UNSIGNED DEFAULT NULL,
  `last_message_time` timestamp NULL DEFAULT NULL,
  `unread_message_count` int(11) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `conversations`
--

INSERT INTO `conversations` (`id`, `sender_id`, `sender_type`, `receiver_id`, `receiver_type`, `last_message_id`, `last_message_time`, `unread_message_count`, `created_at`, `updated_at`) VALUES
(1, 1, 'delivery_man', 2, 'vendor', 2, '2024-10-11 03:16:36', 2, '2024-10-11 03:16:16', '2024-10-11 03:16:36'),
(2, 1, 'delivery_man', 3, 'customer', 3, '2026-01-22 09:02:51', 1, '2026-01-22 09:02:51', '2026-01-22 09:02:51'),
(3, 5, 'customer', 0, 'admin', 8, '2026-04-15 07:05:44', 1, '2026-04-09 09:01:21', '2026-04-15 07:05:44'),
(4, 6, 'customer', 0, 'admin', 10, '2026-04-15 07:07:04', 1, '2026-04-12 14:35:28', '2026-04-15 07:07:04'),
(5, 4, 'customer', 0, 'admin', 9, '2026-04-15 07:05:54', 0, '2026-04-15 07:00:13', '2026-04-15 07:06:47');

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

--
-- Table structure for table `coupons`
--

CREATE TABLE `coupons` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) DEFAULT NULL,
  `code` varchar(100) DEFAULT NULL,
  `start_date` date DEFAULT NULL,
  `expire_date` date DEFAULT NULL,
  `min_purchase` decimal(24,2) NOT NULL DEFAULT 0.00,
  `max_discount` decimal(24,2) NOT NULL DEFAULT 0.00,
  `discount` decimal(24,2) NOT NULL DEFAULT 0.00,
  `discount_type` varchar(15) NOT NULL DEFAULT 'percentage',
  `coupon_type` varchar(255) NOT NULL DEFAULT 'default',
  `limit` int(11) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `data` varchar(255) DEFAULT NULL,
  `total_uses` bigint(20) DEFAULT 0,
  `module_id` bigint(20) UNSIGNED NOT NULL,
  `created_by` varchar(50) DEFAULT 'admin',
  `customer_id` varchar(255) DEFAULT '["all"]',
  `slug` varchar(255) DEFAULT NULL,
  `store_id` bigint(20) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `coupons`
--

INSERT INTO `coupons` (`id`, `title`, `code`, `start_date`, `expire_date`, `min_purchase`, `max_discount`, `discount`, `discount_type`, `coupon_type`, `limit`, `status`, `created_at`, `updated_at`, `data`, `total_uses`, `module_id`, `created_by`, `customer_id`, `slug`, `store_id`) VALUES
(1, 'Grab 10% OFF Today!', 'OFF10', '2025-09-28', '2025-11-24', 10.00, 30.00, 10.00, 'percent', 'default', 20, 1, '2025-09-28 17:05:34', '2025-09-28 17:05:34', '\"\"', 0, 1, 'admin', '[\"all\"]', NULL, NULL),
(2, 'Welcome Offer', 'FIRSORDER', '2025-09-28', '2025-12-21', 10.00, 40.00, 20.00, 'percent', 'first_order', 1, 1, '2025-09-28 17:06:51', '2025-09-28 17:06:51', '\"\"', 0, 1, 'admin', '[\"all\"]', NULL, NULL),
(3, 'Get Free Delivery above 199', 'FREEDELIVERY', '2025-09-28', '2027-05-17', 199.00, 20.00, 10.00, 'percent', 'first_order', 1, 1, '2025-09-28 17:08:13', '2025-11-14 21:52:39', '\"\"', 0, 1, 'admin', '[\"all\"]', NULL, NULL),
(4, 'FREEDELIVERY', 'FREEDELIVERY200', '2025-09-28', '2025-12-23', 199.00, 0.00, 0.00, '', 'free_delivery', 10, 1, '2025-09-28 18:44:37', '2025-09-28 18:44:37', '\"\"', 0, 2, 'admin', '[\"all\"]', NULL, NULL);

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

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

CREATE TABLE `currencies` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `country` varchar(255) DEFAULT NULL,
  `currency_code` varchar(255) DEFAULT NULL,
  `currency_symbol` varchar(255) DEFAULT NULL,
  `exchange_rate` decimal(8,2) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `currencies` (`id`, `country`, `currency_code`, `currency_symbol`, `exchange_rate`, `created_at`, `updated_at`) VALUES
(1, 'US Dollar', 'USD', '$', 1.00, NULL, NULL),
(2, 'Canadian Dollar', 'CAD', 'CA$', 1.00, NULL, NULL),
(3, 'Euro', 'EUR', '€', 1.00, NULL, NULL),
(4, 'United Arab Emirates Dirham', 'AED', 'د.إ.‏', 1.00, NULL, NULL),
(5, 'Afghan Afghani', 'AFN', '؋', 1.00, NULL, NULL),
(6, 'Albanian Lek', 'ALL', 'L', 1.00, NULL, NULL),
(7, 'Armenian Dram', 'AMD', '֏', 1.00, NULL, NULL),
(8, 'Argentine Peso', 'ARS', '$', 1.00, NULL, NULL),
(9, 'Australian Dollar', 'AUD', '$', 1.00, NULL, NULL),
(10, 'Azerbaijani Manat', 'AZN', '₼', 1.00, NULL, NULL),
(11, 'Bosnia-Herzegovina Convertible Mark', 'BAM', 'KM', 1.00, NULL, NULL),
(12, 'Bangladeshi Taka', 'BDT', '৳', 1.00, NULL, NULL),
(13, 'Bulgarian Lev', 'BGN', 'лв.', 1.00, NULL, NULL),
(14, 'Bahraini Dinar', 'BHD', 'د.ب.‏', 1.00, NULL, NULL),
(15, 'Burundian Franc', 'BIF', 'FBu', 1.00, NULL, NULL),
(16, 'Brunei Dollar', 'BND', 'B$', 1.00, NULL, NULL),
(17, 'Bolivian Boliviano', 'BOB', 'Bs', 1.00, NULL, NULL),
(18, 'Brazilian Real', 'BRL', 'R$', 1.00, NULL, NULL),
(19, 'Botswanan Pula', 'BWP', 'P', 1.00, NULL, NULL),
(20, 'Belarusian Ruble', 'BYN', 'Br', 1.00, NULL, NULL),
(21, 'Belize Dollar', 'BZD', '$', 1.00, NULL, NULL),
(22, 'Congolese Franc', 'CDF', 'FC', 1.00, NULL, NULL),
(23, 'Swiss Franc', 'CHF', 'CHf', 1.00, NULL, NULL),
(24, 'Chilean Peso', 'CLP', '$', 1.00, NULL, NULL),
(25, 'Chinese Yuan', 'CNY', '¥', 1.00, NULL, NULL),
(26, 'Colombian Peso', 'COP', '$', 1.00, NULL, NULL),
(27, 'Costa Rican Colón', 'CRC', '₡', 1.00, NULL, NULL),
(28, 'Cape Verdean Escudo', 'CVE', '$', 1.00, NULL, NULL),
(29, 'Czech Republic Koruna', 'CZK', 'Kč', 1.00, NULL, NULL),
(30, 'Djiboutian Franc', 'DJF', 'Fdj', 1.00, NULL, NULL),
(31, 'Danish Krone', 'DKK', 'Kr.', 1.00, NULL, NULL),
(32, 'Dominican Peso', 'DOP', 'RD$', 1.00, NULL, NULL),
(33, 'Algerian Dinar', 'DZD', 'د.ج.‏', 1.00, NULL, NULL),
(34, 'Estonian Kroon', 'EEK', 'kr', 1.00, NULL, NULL),
(35, 'Egyptian Pound', 'EGP', 'E£‏', 1.00, NULL, NULL),
(36, 'Eritrean Nakfa', 'ERN', 'Nfk', 1.00, NULL, NULL),
(37, 'Ethiopian Birr', 'ETB', 'Br', 1.00, NULL, NULL),
(38, 'British Pound Sterling', 'GBP', '£', 1.00, NULL, NULL),
(39, 'Georgian Lari', 'GEL', 'GEL', 1.00, NULL, NULL),
(40, 'Ghanaian Cedi', 'GHS', 'GH¢', 1.00, NULL, NULL),
(41, 'Guinean Franc', 'GNF', 'FG', 1.00, NULL, NULL),
(42, 'Guatemalan Quetzal', 'GTQ', 'Q', 1.00, NULL, NULL),
(43, 'Hong Kong Dollar', 'HKD', 'HK$', 1.00, NULL, NULL),
(44, 'Honduran Lempira', 'HNL', 'L', 1.00, NULL, NULL),
(45, 'Croatian Kuna', 'HRK', 'kn', 1.00, NULL, NULL),
(46, 'Hungarian Forint', 'HUF', 'Ft', 1.00, NULL, NULL),
(47, 'Indonesian Rupiah', 'IDR', 'Rp', 1.00, NULL, NULL),
(48, 'Israeli New Sheqel', 'ILS', '₪', 1.00, NULL, NULL),
(49, 'Indian Rupee', 'INR', '₹', 1.00, NULL, NULL),
(50, 'Iraqi Dinar', 'IQD', 'ع.د', 1.00, NULL, NULL),
(51, 'Iranian Rial', 'IRR', '﷼', 1.00, NULL, NULL),
(52, 'Icelandic Króna', 'ISK', 'kr', 1.00, NULL, NULL),
(53, 'Jamaican Dollar', 'JMD', '$', 1.00, NULL, NULL),
(54, 'Jordanian Dinar', 'JOD', 'د.ا‏', 1.00, NULL, NULL),
(55, 'Japanese Yen', 'JPY', '¥', 1.00, NULL, NULL),
(56, 'Kenyan Shilling', 'KES', 'Ksh', 1.00, NULL, NULL),
(57, 'Cambodian Riel', 'KHR', '៛', 1.00, NULL, NULL),
(58, 'Comorian Franc', 'KMF', 'FC', 1.00, NULL, NULL),
(59, 'South Korean Won', 'KRW', 'CF', 1.00, NULL, NULL),
(60, 'Kuwaiti Dinar', 'KWD', 'د.ك.‏', 1.00, NULL, NULL),
(61, 'Kazakhstani Tenge', 'KZT', '₸.', 1.00, NULL, NULL),
(62, 'Lebanese Pound', 'LBP', 'ل.ل.‏', 1.00, NULL, NULL),
(63, 'Sri Lankan Rupee', 'LKR', 'Rs', 1.00, NULL, NULL),
(64, 'Lithuanian Litas', 'LTL', 'Lt', 1.00, NULL, NULL),
(65, 'Latvian Lats', 'LVL', 'Ls', 1.00, NULL, NULL),
(66, 'Libyan Dinar', 'LYD', 'د.ل.‏', 1.00, NULL, NULL),
(67, 'Moroccan Dirham', 'MAD', 'د.م.‏', 1.00, NULL, NULL),
(68, 'Moldovan Leu', 'MDL', 'L', 1.00, NULL, NULL),
(69, 'Malagasy Ariary', 'MGA', 'Ar', 1.00, NULL, NULL),
(70, 'Macedonian Denar', 'MKD', 'Ден', 1.00, NULL, NULL),
(71, 'Myanma Kyat', 'MMK', 'K', 1.00, NULL, NULL),
(72, 'Macanese Pataca', 'MOP', 'MOP$', 1.00, NULL, NULL),
(73, 'Mauritian Rupee', 'MUR', 'Rs', 1.00, NULL, NULL),
(74, 'Mexican Peso', 'MXN', '$', 1.00, NULL, NULL),
(75, 'Malaysian Ringgit', 'MYR', 'RM', 1.00, NULL, NULL),
(76, 'Mozambican Metical', 'MZN', 'MT', 1.00, NULL, NULL),
(77, 'Namibian Dollar', 'NAD', 'N$', 1.00, NULL, NULL),
(78, 'Nigerian Naira', 'NGN', '₦', 1.00, NULL, NULL),
(79, 'Nicaraguan Córdoba', 'NIO', 'C$', 1.00, NULL, NULL),
(80, 'Norwegian Krone', 'NOK', 'kr', 1.00, NULL, NULL),
(81, 'Nepalese Rupee', 'NPR', 'Re.', 1.00, NULL, NULL),
(82, 'New Zealand Dollar', 'NZD', '$', 1.00, NULL, NULL),
(83, 'Omani Rial', 'OMR', 'ر.ع.‏', 1.00, NULL, NULL),
(84, 'Panamanian Balboa', 'PAB', 'B/.', 1.00, NULL, NULL),
(85, 'Peruvian Nuevo Sol', 'PEN', 'S/', 1.00, NULL, NULL),
(86, 'Philippine Peso', 'PHP', '₱', 1.00, NULL, NULL),
(87, 'Pakistani Rupee', 'PKR', 'Rs', 1.00, NULL, NULL),
(88, 'Polish Zloty', 'PLN', 'zł', 1.00, NULL, NULL),
(89, 'Paraguayan Guarani', 'PYG', '₲', 1.00, NULL, NULL),
(90, 'Qatari Rial', 'QAR', 'ر.ق.‏', 1.00, NULL, NULL),
(91, 'Romanian Leu', 'RON', 'lei', 1.00, NULL, NULL),
(92, 'Serbian Dinar', 'RSD', 'din.', 1.00, NULL, NULL),
(93, 'Russian Ruble', 'RUB', '₽.', 1.00, NULL, NULL),
(94, 'Rwandan Franc', 'RWF', 'FRw', 1.00, NULL, NULL),
(95, 'Saudi Riyal', 'SAR', 'ر.س.‏', 1.00, NULL, NULL),
(96, 'Sudanese Pound', 'SDG', 'ج.س.', 1.00, NULL, NULL),
(97, 'Swedish Krona', 'SEK', 'kr', 1.00, NULL, NULL),
(98, 'Singapore Dollar', 'SGD', '$', 1.00, NULL, NULL),
(99, 'Somali Shilling', 'SOS', 'Sh.so.', 1.00, NULL, NULL),
(100, 'Syrian Pound', 'SYP', 'LS‏', 1.00, NULL, NULL),
(101, 'Thai Baht', 'THB', '฿', 1.00, NULL, NULL),
(102, 'Tunisian Dinar', 'TND', 'د.ت‏', 1.00, NULL, NULL),
(103, 'Tongan Paʻanga', 'TOP', 'T$', 1.00, NULL, NULL),
(104, 'Turkish Lira', 'TRY', '₺', 1.00, NULL, NULL),
(105, 'Trinidad and Tobago Dollar', 'TTD', '$', 1.00, NULL, NULL),
(106, 'New Taiwan Dollar', 'TWD', 'NT$', 1.00, NULL, NULL),
(107, 'Tanzanian Shilling', 'TZS', 'TSh', 1.00, NULL, NULL),
(108, 'Ukrainian Hryvnia', 'UAH', '₴', 1.00, NULL, NULL),
(109, 'Ugandan Shilling', 'UGX', 'USh', 1.00, NULL, NULL),
(110, 'Uruguayan Peso', 'UYU', '$', 1.00, NULL, NULL),
(111, 'Uzbekistan Som', 'UZS', 'so\'m', 1.00, NULL, NULL),
(112, 'Venezuelan Bolívar', 'VEF', 'Bs.F.', 1.00, NULL, NULL),
(113, 'Vietnamese Dong', 'VND', '₫', 1.00, NULL, NULL),
(114, 'CFA Franc BEAC', 'XAF', 'FCFA', 1.00, NULL, NULL),
(115, 'CFA Franc BCEAO', 'XOF', 'CFA', 1.00, NULL, NULL),
(116, 'Yemeni Rial', 'YER', '﷼‏', 1.00, NULL, NULL),
(117, 'South African Rand', 'ZAR', 'R', 1.00, NULL, NULL),
(118, 'Zambian Kwacha', 'ZMK', 'ZK', 1.00, NULL, NULL),
(119, 'Zimbabwean Dollar', 'ZWL', 'Z$', 1.00, NULL, NULL);

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

--
-- Table structure for table `customer_addresses`
--

CREATE TABLE `customer_addresses` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `address_type` varchar(100) NOT NULL,
  `contact_person_number` varchar(20) NOT NULL,
  `address` text DEFAULT NULL,
  `latitude` varchar(255) DEFAULT NULL,
  `longitude` varchar(255) DEFAULT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `contact_person_name` varchar(100) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `floor` varchar(255) DEFAULT NULL,
  `road` varchar(255) DEFAULT NULL,
  `house` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `customer_addresses`
--

INSERT INTO `customer_addresses` (`id`, `address_type`, `contact_person_number`, `address`, `latitude`, `longitude`, `user_id`, `contact_person_name`, `created_at`, `updated_at`, `zone_id`, `floor`, `road`, `house`) VALUES
(1, 'home', '+917080297323', 'A-1/221, ADA Road, Mehdaori Gaon, Rasulabad, Teliarganj, Prayagraj, Uttar Pradesh 211004, India', '25.49743976234989', '81.85278810560703', 21, 'Sharvan', '2026-04-09 09:00:22', '2026-04-09 09:00:22', 1, NULL, NULL, NULL),
(2, 'home', '+917880323039', 'M5CM+8F6, Block WZ, Shastri Nagar, New Delhi, Delhi, 110052, India', '28.67081700874166', '77.18333814293146', 23, 'Pawan Kumar', '2026-05-15 04:02:12', '2026-05-15 04:02:12', 1, NULL, NULL, NULL);

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

--
-- Table structure for table `data_settings`
--

CREATE TABLE `data_settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `key` varchar(255) DEFAULT NULL,
  `value` text DEFAULT NULL,
  `type` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `data_settings`
--

INSERT INTO `data_settings` (`id`, `key`, `value`, `type`, `created_at`, `updated_at`) VALUES
(1, 'admin_login_url', 'admin', 'login_admin', '2023-06-11 14:34:59', '2023-06-11 14:34:59'),
(2, 'admin_employee_login_url', 'admin-staff', 'login_admin_employee', '2023-06-11 14:34:59', '2023-06-11 14:34:59'),
(3, 'store_login_url', 'store', 'login_store', '2023-06-11 14:34:59', '2023-06-11 14:34:59'),
(4, 'store_employee_login_url', 'store-staff', 'login_store_employee', '2023-06-11 14:34:59', '2023-06-11 14:34:59'),
(5, 'fixed_header_title', 'Manage Your  Daily Life in one platform', 'admin_landing_page', '2023-06-11 15:06:27', '2023-06-11 15:06:27'),
(6, 'fixed_header_sub_title', 'More than just a reliable  eCommerce platform', 'admin_landing_page', '2023-06-11 15:06:27', '2023-06-11 15:06:27'),
(7, 'fixed_module_title', 'Your eCommerce venture starts here !', 'admin_landing_page', '2023-06-11 15:06:27', '2023-06-11 15:06:27'),
(8, 'fixed_module_sub_title', 'Enjoy all services in one platform', 'admin_landing_page', '2023-06-11 15:06:27', '2023-06-11 15:06:27'),
(9, 'fixed_referal_title', 'Earn point by', 'admin_landing_page', '2023-06-11 15:06:27', '2023-06-11 15:06:27'),
(10, 'fixed_referal_sub_title', 'Refer Your Friend', 'admin_landing_page', '2023-06-11 15:06:27', '2023-06-11 15:06:27'),
(11, 'fixed_newsletter_title', 'Sign Up to Our Newsletter', 'admin_landing_page', '2023-06-11 15:06:27', '2023-06-11 15:06:27'),
(12, 'fixed_newsletter_sub_title', 'Receive Latest News, Updates and Many Other News Every Week', 'admin_landing_page', '2023-06-11 15:06:27', '2023-06-11 15:06:27'),
(13, 'fixed_footer_article_title', '\"Business name\" is a complete package!  It\'s time to empower your multivendor online business with  powerful features!', 'admin_landing_page', '2023-06-11 15:06:27', '2024-07-11 05:01:37'),
(14, 'feature_title', 'Remarkable Features that You Can Count!', 'admin_landing_page', '2023-06-11 15:14:25', '2023-06-11 15:14:25'),
(15, 'feature_short_description', 'Jam-packed with outstanding features to elevate your online ordering and delivery easier, and smarter than ever before. It\'s time to empower your multivendor online business with \"Business name\" powerful features!', 'admin_landing_page', '2023-06-11 15:14:25', '2024-07-11 05:02:59'),
(16, 'earning_title', 'Earn Money', 'admin_landing_page', '2023-06-11 15:26:01', '2023-06-11 15:26:01'),
(17, 'earning_sub_title', 'Earn money  by using different platform', 'admin_landing_page', '2023-06-11 15:26:01', '2023-06-11 15:26:01'),
(18, 'earning_seller_image', '2024-07-11-668faae510798.png', 'admin_landing_page', '2023-06-11 15:27:29', '2024-07-11 04:50:29'),
(19, 'seller_app_earning_links', '{\"playstore_url_status\":\"1\",\"playstore_url\":\"#\",\"apple_store_url_status\":\"1\",\"apple_store_url\":\"#\"}', 'admin_landing_page', NULL, NULL),
(20, 'earning_delivery_image', '2024-04-20-66239451975d2.png', 'admin_landing_page', '2023-06-11 15:28:48', '2024-04-20 05:09:21'),
(21, 'dm_app_earning_links', '{\"playstore_url_status\":\"1\",\"playstore_url\":\"#\",\"apple_store_url_status\":\"1\",\"apple_store_url\":\"#\"}', 'admin_landing_page', NULL, NULL),
(22, 'why_choose_title', 'What so Special About Company ?', 'admin_landing_page', '2023-06-11 15:30:30', '2024-07-11 04:56:54'),
(23, 'counter_section', '{\"app_download_count_numbers\":\"300\",\"seller_count_numbers\":\"85\",\"deliveryman_count_numbers\":\"150\",\"customer_count_numbers\":\"10000\",\"status\":\"1\"}', 'admin_landing_page', NULL, NULL),
(24, 'download_user_app_title', 'Let’s  Manage', 'admin_landing_page', '2023-06-11 15:38:17', '2023-06-11 15:38:17'),
(25, 'download_user_app_sub_title', 'Your business  Smartly or Earn.', 'admin_landing_page', '2023-06-11 15:38:17', '2023-06-11 15:38:17'),
(26, 'download_user_app_image', '2024-07-11-668fab1a24939.png', 'admin_landing_page', '2023-06-11 15:38:17', '2024-07-11 04:51:22'),
(27, 'download_user_app_links', '{\"playstore_url_status\":\"1\",\"playstore_url\":\"play.com\",\"apple_store_url_status\":\"1\",\"apple_store_url\":\"apple.com\"}', 'admin_landing_page', NULL, '2026-01-05 22:43:32'),
(28, 'testimonial_title', 'People Who Shared Love with us?', 'admin_landing_page', '2023-06-11 15:42:04', '2023-06-11 15:42:04'),
(29, 'contact_us_title', 'Contact Us', 'admin_landing_page', '2023-06-11 15:53:22', '2023-06-11 15:53:22'),
(30, 'contact_us_sub_title', 'Any question or remarks? Just write us a message!', 'admin_landing_page', '2023-06-11 15:53:22', '2023-06-11 15:53:22'),
(31, 'contact_us_image', '2024-07-11-668fabb66a405.png', 'admin_landing_page', '2023-06-11 15:53:23', '2024-07-11 04:53:58'),
(32, 'refund_policy_status', '1', 'admin_landing_page', '2023-06-11 20:10:58', '2023-06-11 20:10:58'),
(33, 'refund_policy', NULL, 'admin_landing_page', '2023-06-11 20:10:59', '2023-06-11 20:10:59'),
(34, 'header_title', '$Your e-Commerce!$', 'react_landing_page', '2023-06-12 16:30:53', '2023-06-12 19:41:19'),
(35, 'header_sub_title', 'Venture Starts Here', 'react_landing_page', '2023-06-12 16:30:53', '2023-06-12 17:55:14'),
(36, 'header_tag_line', 'More than just a reliable $eCommerce$ platform', 'react_landing_page', '2023-06-12 16:30:53', '2023-06-12 17:45:24'),
(37, 'header_icon', '2024-04-20-66239402e2913.png', 'react_landing_page', '2023-06-12 16:30:53', '2024-04-20 05:08:02'),
(38, 'header_banner', '2024-04-20-66239402e5470.png', 'react_landing_page', '2023-06-12 16:30:53', '2024-04-20 05:08:02'),
(39, 'company_title', '$6amMart$', 'react_landing_page', '2023-06-12 16:35:07', '2023-06-12 17:46:19'),
(40, 'company_sub_title', 'is Best Delivery Service Near You', 'react_landing_page', '2023-06-12 16:35:07', '2023-06-12 16:35:07'),
(41, 'company_description', '6amMart is a one-stop shop for all your daily necessities. You can shop for groceries, and pharmacy items, order food, and send important parcels from one place to another from the comfort of your home.', 'react_landing_page', '2023-06-12 16:35:07', '2023-06-12 16:35:07'),
(42, 'company_button_name', 'Order Now', 'react_landing_page', '2023-06-12 16:35:07', '2023-06-12 17:46:52'),
(43, 'company_button_url', 'https://6ammart-react.6amtech.com/', 'react_landing_page', '2023-06-12 16:35:07', '2023-06-12 16:35:07'),
(44, 'download_user_app_title', 'Complete Multipurpose eBusiness Solution', 'react_landing_page', '2023-06-12 16:40:30', '2023-06-12 16:40:30'),
(45, 'download_user_app_sub_title', '6amMart is a Laravel and Flutter Framework-based multi-vendor food, grocery, eCommerce, parcel, and pharmacy delivery system. It has six modules to cover all your business function', 'react_landing_page', '2023-06-12 16:40:30', '2023-06-12 16:40:30'),
(46, 'download_user_app_image', NULL, 'react_landing_page', '2023-06-12 16:40:30', '2023-06-12 16:40:30'),
(47, 'download_user_app_links', '{\"playstore_url_status\":\"1\",\"playstore_url\":\"https:\\/\\/play.google.com\\/store\\/\",\"apple_store_url_status\":\"1\",\"apple_store_url\":\"https:\\/\\/www.apple.com\\/app-store\\/\"}', 'react_landing_page', NULL, NULL),
(48, 'earning_title', 'Let’s Start Earning with $6amMart$', 'react_landing_page', '2023-06-12 16:43:22', '2023-06-12 16:43:22'),
(49, 'earning_sub_title', 'Join our online marketplace revolution and boost your income.', 'react_landing_page', '2023-06-12 16:43:22', '2023-06-12 16:43:22'),
(50, 'earning_seller_title', 'Become a Seller', 'react_landing_page', '2023-06-12 16:45:07', '2023-06-12 16:45:07'),
(51, 'earning_seller_sub_title', 'Register as seller & open shop in 6amMart to start your business', 'react_landing_page', '2023-06-12 16:45:07', '2023-06-12 16:45:07'),
(52, 'earning_seller_button_name', 'Register', 'react_landing_page', '2023-06-12 16:45:07', '2023-06-12 16:45:07'),
(53, 'earning_seller_button_url', 'https://6ammart-admin.6amtech.com/store/apply', 'react_landing_page', '2023-06-12 16:45:07', '2023-06-12 16:45:07'),
(54, 'earning_dm_title', 'Become a $Delivery Man$', 'react_landing_page', '2023-06-12 16:45:55', '2023-06-12 17:53:01'),
(55, 'earning_dm_sub_title', 'Register as delivery man and earn money', 'react_landing_page', '2023-06-12 16:45:55', '2023-06-12 16:45:55'),
(56, 'earning_dm_button_name', 'Register', 'react_landing_page', '2023-06-12 16:45:55', '2023-06-12 16:45:55'),
(57, 'earning_dm_button_url', 'https://6ammart-admin.6amtech.com/deliveryman/apply', 'react_landing_page', '2023-06-12 16:45:55', '2023-06-12 16:45:55'),
(59, 'business_title', '$Let’s$', 'react_landing_page', '2023-06-12 16:52:29', '2023-06-12 16:52:29'),
(60, 'business_sub_title', 'Manage your business  Smartly', 'react_landing_page', '2023-06-12 16:52:29', '2023-06-12 17:54:18'),
(61, 'business_image', '2023-08-16-64dcad66585e9.png', 'react_landing_page', '2023-06-12 16:52:29', '2023-08-16 00:05:10'),
(62, 'download_business_app_links', '{\"seller_playstore_url_status\":\"1\",\"seller_playstore_url\":\"https:\\/\\/play.google.com\\/store\",\"seller_appstore_url_status\":\"1\",\"seller_appstore_url\":\"https:\\/\\/www.apple.com\\/app-store\\/\",\"dm_playstore_url_status\":\"1\",\"dm_playstore_url\":\"https:\\/\\/play.google.com\\/store\",\"dm_appstore_url_status\":\"1\",\"dm_appstore_url\":\"https:\\/\\/www.apple.com\\/app-store\\/\"}', 'react_landing_page', NULL, NULL),
(63, 'testimonial_title', 'We $satisfied$ some Customer & Restaurant Owners', 'react_landing_page', '2023-06-12 16:53:04', '2023-06-12 16:53:04'),
(64, 'fixed_promotional_banner', '2024-04-20-662394ec1e6b7.png', 'react_landing_page', '2023-06-12 17:18:24', '2024-04-20 05:11:56'),
(65, 'fixed_footer_description', 'Connect with our social media and other sites to keep up to date', 'react_landing_page', '2023-06-12 17:21:12', '2023-06-12 17:21:12'),
(66, 'fixed_newsletter_title', 'Join Us!', 'react_landing_page', '2023-06-12 17:23:45', '2023-06-12 17:23:45'),
(67, 'fixed_newsletter_sub_title', 'Subscribe to our weekly newsletter and be a part of our journey to self discovery and love.', 'react_landing_page', '2023-06-12 17:23:45', '2023-06-12 17:23:45'),
(68, 'fixed_header_title', 'Business Name', 'flutter_landing_page', '2023-06-12 17:31:35', '2024-10-11 00:52:59'),
(69, 'fixed_header_sub_title', 'More than just reliable eCommerce platform', 'flutter_landing_page', '2023-06-12 17:31:35', '2023-06-12 17:32:30'),
(70, 'fixed_header_image', '2024-10-11-67082a2590832.png', 'flutter_landing_page', '2023-06-12 17:31:35', '2024-10-11 00:55:25'),
(71, 'fixed_location_title', 'Choose your location', 'flutter_landing_page', '2023-06-12 17:35:02', '2023-06-12 17:35:02'),
(72, 'fixed_module_title', 'Your eCommerce venture starts here !', 'flutter_landing_page', '2023-06-12 17:37:29', '2023-06-12 17:37:29'),
(73, 'fixed_module_sub_title', 'Enjoy all services in one platform', 'flutter_landing_page', '2023-06-12 17:37:29', '2023-06-12 17:37:29'),
(74, 'join_seller_title', 'Become a Seller', 'flutter_landing_page', '2023-06-12 18:12:56', '2023-06-12 18:12:56'),
(75, 'join_seller_sub_title', 'Registered as a seller and open shop for start your business', 'flutter_landing_page', '2023-06-12 18:12:56', '2023-06-12 18:12:56'),
(76, 'join_seller_button_name', 'Register', 'flutter_landing_page', '2023-06-12 18:12:56', '2023-06-12 18:12:56'),
(77, 'join_seller_button_url', 'https://6ammart-admin.6amtech.com/store/apply', 'flutter_landing_page', '2023-06-12 18:12:56', '2023-06-12 18:12:56'),
(78, 'join_delivery_man_title', 'Join as  Deliveryman', 'flutter_landing_page', '2023-06-12 18:16:03', '2023-06-12 18:16:03'),
(79, 'join_delivery_man_sub_title', 'Registered as a deliveryman and earn money', 'flutter_landing_page', '2023-06-12 18:16:03', '2023-06-12 18:16:03'),
(80, 'join_delivery_man_button_name', 'Register', 'flutter_landing_page', '2023-06-12 18:16:03', '2023-06-12 18:16:03'),
(81, 'join_delivery_man_button_url', 'https://6ammart-admin.6amtech.com/deliveryman/apply', 'flutter_landing_page', '2023-06-12 18:16:03', '2023-06-12 18:16:03'),
(82, 'download_user_app_title', 'Download app and enjoy more!', 'flutter_landing_page', '2023-06-12 18:17:56', '2023-06-12 18:17:56'),
(83, 'download_user_app_sub_title', 'Download app from', 'flutter_landing_page', '2023-06-12 18:17:56', '2023-06-12 18:17:56'),
(84, 'download_user_app_image', '2024-04-20-6623936184033.png', 'flutter_landing_page', '2023-06-12 18:17:56', '2024-04-20 05:05:21'),
(85, 'download_user_app_links', '{\"playstore_url_status\":\"1\",\"playstore_url\":\"https:\\/\\/play.google.com\\/store\\/\",\"apple_store_url_status\":\"1\",\"apple_store_url\":\"https:\\/\\/www.apple.com\\/app-store\\/\"}', 'flutter_landing_page', NULL, NULL),
(86, 'fixed_link', '{\"web_app_url_status\":\"1\",\"web_app_url\":\"www.web.com\"}', 'admin_landing_page', NULL, '2026-01-05 22:43:18'),
(87, 'about_us', NULL, 'admin_landing_page', '2024-10-08 15:31:14', '2024-10-11 00:56:01'),
(88, 'about_title', 'About Us', 'admin_landing_page', '2024-10-08 15:31:14', '2024-10-11 00:56:01'),
(89, 'available_zone_title', '📍 Available Delivery Areas 🚚', 'admin_landing_page', '2025-01-14 01:19:17', '2025-01-14 01:21:29'),
(90, 'available_zone_short_description', 'We proudly offer delivery services across a wide range of regions to make your experience seamless and hassle-free! 🌟 Your satisfaction, our priority!', 'admin_landing_page', '2025-01-14 01:19:17', '2025-01-14 01:22:04'),
(91, 'available_zone_image', '2025-01-14-67856e3d8fb21.png', 'admin_landing_page', '2025-01-14 01:19:17', '2025-01-14 01:19:17'),
(92, 'available_zone_status', '1', 'admin_landing_page', '2025-01-14 01:19:17', '2025-01-14 01:19:17'),
(93, 'privacy_policy', '<!-- NEED TO REPLACE FOLLOWING --><!--   Nexbloom  --><!--   info@nexbloom.com --><!-- https://app.nexbloominternational.com -->\r\n<h1>Privacy Policy for Nexbloom</h1>\r\n\r\n<hr />\r\n<p>Last updated: November 16, 2023</p>\r\n\r\n<p>This Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your information when You use the Service and tells You about Your privacy rights and how the law protects You.</p>\r\n\r\n<p>We use Your Personal data to provide and improve the Service. By using the Service, You agree to the collection and use of information in accordance with this Privacy Policy.</p>\r\n\r\n<h2>Interpretation and Definitions</h2>\r\n\r\n<h3>Interpretation</h3>\r\n\r\n<p>The words of which the initial letter is capitalized have meanings defined under the following conditions. The following definitions shall have the same meaning regardless of whether they appear in singular or in plural.</p>\r\n\r\n<h3>Definitions</h3>\r\n\r\n<p>For the purposes of this Privacy Policy:</p>\r\n\r\n<ul>\r\n	<li>\r\n	<p><strong>Account</strong> means a unique account created for You to access our Service or parts of our Service.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Affiliate</strong> means an entity that controls, is controlled by or is under common control with a party, where &quot;control&quot; means ownership of 50% or more of the shares, equity interest or other securities entitled to vote for election of directors or other managing authority.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Application</strong> refers to Nexbloom , the software program provided by the Company.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Company</strong> (referred to as either &quot;the Company&quot;, &quot;We&quot;, &quot;Us&quot; or &quot;Our&quot; in this Agreement) refers to Nexbloom .</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Cookies</strong> are small files that are placed on Your computer, mobile device or any other device by a website, containing the details of Your browsing history on that website among its many uses.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Country</strong> refers to: Gujarat, India</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Device</strong> means any device that can access the Service such as a computer, a cellphone or a digital tablet.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Personal Data</strong> is any information that relates to an identified or identifiable individual.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Service</strong> refers to the Application or the Website or both.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Service Provider</strong> means any natural or legal person who processes the data on behalf of the Company. It refers to third-party companies or individuals employed by the Company to facilitate the Service, to provide the Service on behalf of the Company, to perform services related to the Service or to assist the Company in analyzing how the Service is used.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Third-party Social Media Service</strong> refers to any website or any social network website through which a User can log in or create an account to use the Service.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Usage Data</strong> refers to data collected automatically, either generated by the use of the Service or from the Service infrastructure itself (for example, the duration of a page visit).</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Website</strong> refers to Nexbloom , accessible from https://web. Eatodia : Food delivery.in</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>You</strong> means the individual accessing or using the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h2>Collecting and Using Your Personal Data</h2>\r\n\r\n<h3>Types of Data Collected</h3>\r\n\r\n<h4>Personal Data</h4>\r\n\r\n<p>While using Our Service, We may ask You to provide Us with certain personally identifiable information that can be used to contact or identify You. Personally identifiable information may include, but is not limited to:</p>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Email address</p>\r\n	</li>\r\n	<li>\r\n	<p>First name and last name</p>\r\n	</li>\r\n	<li>\r\n	<p>Phone number</p>\r\n	</li>\r\n	<li>\r\n	<p>Address, State, Province, ZIP/Postal code, City</p>\r\n	</li>\r\n	<li>\r\n	<p>Usage Data</p>\r\n	</li>\r\n</ul>\r\n\r\n<h4>Usage Data</h4>\r\n\r\n<p>Usage Data is collected automatically when using the Service.</p>\r\n\r\n<p>Usage Data may include information such as Your Device&#39;s Internet Protocol address (e.g. IP address), browser type, browser version, the pages of our Service that You visit, the time and date of Your visit, the time spent on those pages, unique device identifiers and other diagnostic data.</p>\r\n\r\n<p>When You access the Service by or through a mobile device, We may collect certain information automatically, including, but not limited to, the type of mobile device You use, Your mobile device unique ID, the IP address of Your mobile device, Your mobile operating system, the type of mobile Internet browser You use, unique device identifiers and other diagnostic data.</p>\r\n\r\n<p>We may also collect information that Your browser sends whenever You visit our Service or when You access the Service by or through a mobile device.</p>\r\n\r\n<h4>Information from Third-Party Social Media Services</h4>\r\n\r\n<p>The Company allows You to create an account and log in to use the Service through the following Third-party Social Media Services:</p>\r\n\r\n<ul>\r\n	<li>Google</li>\r\n	<li>Facebook</li>\r\n	<li>Instagram</li>\r\n	<li>Twitter</li>\r\n	<li>LinkedIn</li>\r\n</ul>\r\n\r\n<p>If You decide to register through or otherwise grant us access to a Third-Party Social Media Service, We may collect Personal data that is already associated with Your Third-Party Social Media Service&#39;s account, such as Your name, Your email address, Your activities or Your contact list associated with that account.</p>\r\n\r\n<p>You may also have the option of sharing additional information with the Company through Your Third-Party Social Media Service&#39;s account. If You choose to provide such information and Personal Data, during registration or otherwise, You are giving the Company permission to use, share, and store it in a manner consistent with this Privacy Policy.</p>\r\n\r\n<h4>Information Collected while Using the Application</h4>\r\n\r\n<p>While using Our Application, in order to provide features of Our Application, We may collect, with Your prior permission:</p>\r\n\r\n<ul>\r\n	<li>Information regarding your location</li>\r\n	<li>Information from your Device&#39;s phone book (contacts list)</li>\r\n	<li>Pictures and other information from your Device&#39;s camera and photo library</li>\r\n</ul>\r\n\r\n<p>We use this information to provide features of Our Service, to improve and customize Our Service. The information may be uploaded to the Company&#39;s servers and/or a Service Provider&#39;s server or it may be simply stored on Your device.</p>\r\n\r\n<p>You can enable or disable access to this information at any time, through Your Device settings.</p>\r\n\r\n<h4>Tracking Technologies and Cookies</h4>\r\n\r\n<p>We use Cookies and similar tracking technologies to track the activity on Our Service and store certain information. Tracking technologies used are beacons, tags, and scripts to collect and track information and to improve and analyze Our Service. The technologies We use may include:</p>\r\n\r\n<ul>\r\n	<li><strong>Cookies or Browser Cookies.</strong> A cookie is a small file placed on Your Device. You can instruct Your browser to refuse all Cookies or to indicate when a Cookie is being sent. However, if You do not accept Cookies, You may not be able to use some parts of our Service. Unless you have adjusted Your browser setting so that it will refuse Cookies, our Service may use Cookies.</li>\r\n	<li><strong>Web Beacons.</strong> Certain sections of our Service and our emails may contain small electronic files known as web beacons (also referred to as clear gifs, pixel tags, and single-pixel gifs) that permit the Company, for example, to count users who have visited those pages or opened an email and for other related website statistics (for example, recording the popularity of a certain section and verifying system and server integrity).</li>\r\n</ul>\r\n\r\n<p>Cookies can be &quot;Persistent&quot; or &quot;Session&quot; Cookies. Persistent Cookies remain on Your personal computer or mobile device when You go offline, while Session Cookies are deleted as soon as You close Your web browser.</p>\r\n\r\n<p>We use both Session and Persistent Cookies for the purposes set out below:</p>\r\n\r\n<ul>\r\n	<li>\r\n	<p><strong>Necessary / Essential Cookies</strong></p>\r\n\r\n	<p>Type: Session Cookies</p>\r\n\r\n	<p>Administered by: Us</p>\r\n\r\n	<p>Purpose: These Cookies are essential to provide You with services available through the Website and to enable You to use some of its features. They help to authenticate users and prevent fraudulent use of user accounts. Without these Cookies, the services that You have asked for cannot be provided, and We only use these Cookies to provide You with those services.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Cookies Policy / Notice Acceptance Cookies</strong></p>\r\n\r\n	<p>Type: Persistent Cookies</p>\r\n\r\n	<p>Administered by: Us</p>\r\n\r\n	<p>Purpose: These Cookies identify if users have accepted the use of cookies on the Website.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Functionality Cookies</strong></p>\r\n\r\n	<p>Type: Persistent Cookies</p>\r\n\r\n	<p>Administered by: Us</p>\r\n\r\n	<p>Purpose: These Cookies allow us to remember choices You make when You use the Website, such as remembering your login details or language preference. The purpose of these Cookies is to provide You with a more personal experience and to avoid You having to re-enter your preferences every time You use the Website.</p>\r\n	</li>\r\n</ul>\r\n\r\n<p>For more information about the cookies we use and your choices regarding cookies, please visit our Cookies Policy or the Cookies section of our Privacy Policy.</p>\r\n\r\n<h3>Use of Your Personal Data</h3>\r\n\r\n<p>The Company may use Personal Data for the following purposes:</p>\r\n\r\n<ul>\r\n	<li>\r\n	<p><strong>To provide and maintain our Service</strong>, including to monitor the usage of our Service.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>To manage Your Account:</strong> to manage Your registration as a user of the Service. The Personal Data You provide can give You access to different functionalities of the Service that are available to You as a registered user.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>For the performance of a contract:</strong> the development, compliance and undertaking of the purchase contract for the products, items or services You have purchased or of any other contract with Us through the Service.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>To contact You:</strong> To contact You by email, telephone calls, SMS, or other equivalent forms of electronic communication, such as a mobile application&#39;s push notifications regarding updates or informative communications related to the functionalities, products or contracted services, including the security updates, when necessary or reasonable for their implementation.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>To provide You</strong> with news, special offers and general information about other goods, services and events which we offer that are similar to those that you have already purchased or enquired about unless You have opted not to receive such information.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>To manage Your requests:</strong> To attend and manage Your requests to Us.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>For business transfers:</strong> We may use Your information to evaluate or conduct a merger, divestiture, restructuring, reorganization, dissolution, or other sale or transfer of some or all of Our assets, whether as a going concern or as part of bankruptcy, liquidation, or similar proceeding, in which Personal Data held by Us about our Service users is among the assets transferred.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>For other purposes</strong>: We may use Your information for other purposes, such as data analysis, identifying usage trends, determining the effectiveness of our promotional campaigns and to evaluate and improve our Service, products, services, marketing and your experience.</p>\r\n	</li>\r\n</ul>\r\n\r\n<p>We may share Your personal information in the following situations:</p>\r\n\r\n<ul>\r\n	<li><strong>With Service Providers:</strong> We may share Your personal information with Service Providers to monitor and analyze the use of our Service, to contact You.</li>\r\n	<li><strong>For business transfers:</strong> We may share or transfer Your personal information in connection with, or during negotiations of, any merger, sale of Company assets, financing, or acquisition of all or a portion of Our business to another company.</li>\r\n	<li><strong>With Affiliates:</strong> We may share Your information with Our affiliates, in which case we will require those affiliates to honor this Privacy Policy. Affiliates include Our parent company and any other subsidiaries, joint venture partners or other companies that We control or that are under common control with Us.</li>\r\n	<li><strong>With business partners:</strong> We may share Your information with Our business partners to offer You certain products, services or promotions.</li>\r\n	<li><strong>With other users:</strong> when You share personal information or otherwise interact in the public areas with other users, such information may be viewed by all users and may be publicly distributed outside. If You interact with other users or register through a Third-Party Social Media Service, Your contacts on the Third-Party Social Media Service may see Your name, profile, pictures and description of Your activity. Similarly, other users will be able to view descriptions of Your activity, communicate with You and view Your profile.</li>\r\n	<li><strong>With Your consent</strong>: We may disclose Your personal information for any other purpose with Your consent.</li>\r\n</ul>\r\n\r\n<h3>Retention of Your Personal Data</h3>\r\n\r\n<p>The Company will retain Your Personal Data only for as long as is necessary for the purposes set out in this Privacy Policy. We will retain and use Your Personal Data to the extent necessary to comply with our legal obligations (for example, if we are required to retain your data to comply with applicable laws), resolve disputes, and enforce our legal agreements and policies.</p>\r\n\r\n<p>The Company will also retain Usage Data for internal analysis purposes. Usage Data is generally retained for a shorter period of time, except when this data is used to strengthen the security or to improve the functionality of Our Service, or We are legally obligated to retain this data for longer time periods.</p>\r\n\r\n<h3>Transfer of Your Personal Data</h3>\r\n\r\n<p>Your information, including Personal Data, is processed at the Company&#39;s operating offices and in any other places where the parties involved in the processing are located. It means that this information may be transferred to &mdash; and maintained on &mdash; computers located outside of Your state, province, country or other governmental jurisdiction where the data protection laws may differ than those from Your jurisdiction.</p>\r\n\r\n<p>Your consent to this Privacy Policy followed by Your submission of such information represents Your agreement to that transfer.</p>\r\n\r\n<p>The Company will take all steps reasonably necessary to ensure that Your data is treated securely and in accordance with this Privacy Policy and no transfer of Your Personal Data will take place to an organization or a country unless there are adequate controls in place including the security of Your data and other personal information.</p>\r\n\r\n<h3>Delete Your Personal Data</h3>\r\n\r\n<p>You have the right to delete or request that We assist in deleting the Personal Data that We have collected about You.</p>\r\n\r\n<p>Our Service may give You the ability to delete certain information about You from within the Service.</p>\r\n\r\n<p>You may update, amend, or delete Your information at any time by signing in to Your Account, if you have one, and visiting the account settings section that allows you to manage Your personal information. You may also contact Us to request access to, correct, or delete any personal information that You have provided to Us.</p>\r\n\r\n<p>Please note, however, that We may need to retain certain information when we have a legal obligation or lawful basis to do so.</p>\r\n\r\n<h3>Disclosure of Your Personal Data</h3>\r\n\r\n<h4>Business Transactions</h4>\r\n\r\n<p>If the Company is involved in a merger, acquisition or asset sale, Your Personal Data may be transferred. We will provide notice before Your Personal Data is transferred and becomes subject to a different Privacy Policy.</p>\r\n\r\n<h4>Law enforcement</h4>\r\n\r\n<p>Under certain circumstances, the Company may be required to disclose Your Personal Data if required to do so by law or in response to valid requests by public authorities (e.g. a court or a government agency).</p>\r\n\r\n<h4>Other legal requirements</h4>\r\n\r\n<p>The Company may disclose Your Personal Data in the good faith belief that such action is necessary to:</p>\r\n\r\n<ul>\r\n	<li>Comply with a legal obligation</li>\r\n	<li>Protect and defend the rights or property of the Company</li>\r\n	<li>Prevent or investigate possible wrongdoing in connection with the Service</li>\r\n	<li>Protect the personal safety of Users of the Service or the public</li>\r\n	<li>Protect against legal liability</li>\r\n</ul>\r\n\r\n<h3>Security of Your Personal Data</h3>\r\n\r\n<p>The security of Your Personal Data is important to Us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While We strive to use commercially acceptable means to protect Your Personal Data, We cannot guarantee its absolute security.</p>\r\n\r\n<h2>Children&#39;s Privacy</h2>\r\n\r\n<p>Our Service does not address anyone under the age of 13. We do not knowingly collect personally identifiable information from anyone under the age of 13. If You are a parent or guardian and You are aware that Your child has provided Us with Personal Data, please contact Us. If We become aware that We have collected Personal Data from anyone under the age of 13 without verification of parental consent, We take steps to remove that information from Our servers.</p>\r\n\r\n<p>If We need to rely on consent as a legal basis for processing Your information and Your country requires consent from a parent, We may require Your parent&#39;s consent before We collect and use that information.</p>\r\n\r\n<h2>Links to Other Websites</h2>\r\n\r\n<p>Our Service may contain links to other websites that are not operated by Us. If You click on a third party link, You will be directed to that third party&#39;s site. We strongly advise You to review the Privacy Policy of every site You visit.</p>\r\n\r\n<p>We have no control over and assume no responsibility for the content, privacy policies or practices of any third party sites or services.</p>\r\n\r\n<h2>Changes to this Privacy Policy</h2>\r\n\r\n<p>We may update Our Privacy Policy from time to time. We will notify You of any changes by posting the new Privacy Policy on this page.</p>\r\n\r\n<p>We will let You know via email and/or a prominent notice on Our Service, prior to the change becoming effective and update the &quot;Last updated&quot; date at the top of this Privacy Policy.</p>\r\n\r\n<p>You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.</p>\r\n\r\n<h2>Contact Us</h2>\r\n\r\n<p>If you have any questions about this Privacy Policy, You can contact us:</p>\r\n\r\n<ul>\r\n	<li>\r\n	<p>By email: info@nexbloom.com</p>\r\n	</li>\r\n	<li>\r\n	<p>By visiting this page on our website:&nbsp;<br />\r\n	https://app.nexbloominternational.com</p>\r\n	</li>\r\n</ul>', 'admin_landing_page', '2026-01-20 18:13:06', '2026-04-20 08:34:20');

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

--
-- Table structure for table `deliveryman_loyalty_point_histories`
--

CREATE TABLE `deliveryman_loyalty_point_histories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `delivery_man_id` bigint(20) UNSIGNED NOT NULL,
  `transaction_id` char(36) NOT NULL,
  `transaction_type` varchar(255) NOT NULL,
  `point_conversion_type` varchar(20) NOT NULL,
  `point` decimal(24,3) NOT NULL DEFAULT 0.000,
  `converted_amount` decimal(24,3) NOT NULL DEFAULT 0.000,
  `reference` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `deliveryman_referral_histories`
--

CREATE TABLE `deliveryman_referral_histories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `delivery_man_id` bigint(20) UNSIGNED NOT NULL,
  `referrer_id` bigint(20) UNSIGNED DEFAULT NULL,
  `transaction_id` char(36) NOT NULL,
  `refer_type` varchar(20) NOT NULL DEFAULT 'referral',
  `amount` decimal(24,3) NOT NULL DEFAULT 0.000,
  `reference` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `delivery_histories`
--

CREATE TABLE `delivery_histories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED DEFAULT NULL,
  `delivery_man_id` bigint(20) UNSIGNED DEFAULT NULL,
  `time` datetime DEFAULT NULL,
  `longitude` varchar(255) DEFAULT NULL,
  `latitude` varchar(255) DEFAULT NULL,
  `location` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `delivery_histories`
--

INSERT INTO `delivery_histories` (`id`, `order_id`, `delivery_man_id`, `time`, `longitude`, `latitude`, `location`, `created_at`, `updated_at`) VALUES
(1, NULL, 1, '2026-07-08 06:58:15', '77.6964898', '12.9863884', 'XMPW+JH6, Bangalore Division, IN', '2026-07-08 06:58:15', '2026-07-08 06:58:15');

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

--
-- Table structure for table `delivery_man_wallets`
--

CREATE TABLE `delivery_man_wallets` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `delivery_man_id` bigint(20) UNSIGNED NOT NULL,
  `collected_cash` decimal(24,2) NOT NULL DEFAULT 0.00,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `total_earning` decimal(24,2) NOT NULL DEFAULT 0.00,
  `total_withdrawn` decimal(24,2) NOT NULL DEFAULT 0.00,
  `pending_withdraw` decimal(24,2) NOT NULL DEFAULT 0.00
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `delivery_man_wallets`
--

INSERT INTO `delivery_man_wallets` (`id`, `delivery_man_id`, `collected_cash`, `created_at`, `updated_at`, `total_earning`, `total_withdrawn`, `pending_withdraw`) VALUES
(1, 1, 101.55, '2024-10-11 03:15:54', '2024-10-11 03:16:52', 25.45, 25.45, 0.00);

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

--
-- Table structure for table `delivery_men`
--

CREATE TABLE `delivery_men` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `f_name` varchar(100) DEFAULT NULL,
  `l_name` varchar(100) DEFAULT NULL,
  `phone` varchar(20) NOT NULL,
  `email` varchar(100) DEFAULT NULL,
  `identity_number` varchar(30) DEFAULT NULL,
  `identity_type` varchar(50) DEFAULT NULL,
  `identity_image` text NOT NULL,
  `image` varchar(100) DEFAULT NULL,
  `password` varchar(100) NOT NULL,
  `auth_token` varchar(255) DEFAULT NULL,
  `fcm_token` varchar(255) DEFAULT NULL,
  `zone_id` bigint(20) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `active` tinyint(1) NOT NULL DEFAULT 1,
  `earning` tinyint(1) NOT NULL DEFAULT 1,
  `current_orders` int(11) NOT NULL DEFAULT 0,
  `type` varchar(191) NOT NULL DEFAULT 'zone_wise',
  `store_id` bigint(20) DEFAULT NULL,
  `application_status` enum('approved','denied','pending') NOT NULL DEFAULT 'approved',
  `order_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `assigned_order_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `vehicle_id` bigint(20) UNSIGNED DEFAULT NULL,
  `loyalty_point` double DEFAULT 0,
  `ref_code` varchar(255) DEFAULT NULL,
  `ref_by` bigint(20) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `delivery_men`
--

INSERT INTO `delivery_men` (`id`, `f_name`, `l_name`, `phone`, `email`, `identity_number`, `identity_type`, `identity_image`, `image`, `password`, `auth_token`, `fcm_token`, `zone_id`, `created_at`, `updated_at`, `status`, `active`, `earning`, `current_orders`, `type`, `store_id`, `application_status`, `order_count`, `assigned_order_count`, `vehicle_id`, `loyalty_point`, `ref_code`, `ref_by`) VALUES
(1, 'Company', 'Driver', '+919898989898', 'driver@gmail.com', '121212', 'nid', '[{\"img\":\"2024-10-11-67082af881720.png\",\"storage\":\"public\"}]', '2026-01-26-69772657a6aef.webp', '$2y$10$QyH/M5OyfMVJ8WWuVeFfyusFEq/r6uZTmd.VUbPwFjHclgt1L0pv2', '6jOYfxhpMLcrE7NPDrAnPdpS15V4wRTLyW2kuPsOBFXdLOcUFPAn1jhNpfQH9AHz8gyK4eUbVld9AC0DKEekaDZKvcP7Zv4vsJKmCFaUTo7xof5XhBulwwqJ', 'fg8yd4NNS0ObUmK0W3nKCG:APA91bG2oFTf2Ugqbfm2r19iJnlP4_GoQNhrYN0_TXI4BVlReZHt62BkARbVVg_BmFFhp2M6JIo4eZ3sQiIoBwJXvJtyg9z4XuwhaxR-kvG3C9zQNoC60Gg', 1, '2024-10-11 00:58:56', '2026-07-08 06:56:34', 1, 1, 1, 2, 'zone_wise', NULL, 'approved', 1, 3, 1, 0, 'FI8UAIYFDS', NULL),
(2, 'Sonu', 'Kumar', '+916266999021', 'vinaythomas321@gmail.com', '219976949946794', 'driving_license', '[{\"img\":\"2025-10-11-68ea08e19f162.png\",\"storage\":\"public\"},{\"img\":\"2025-10-11-68ea08e19f642.png\",\"storage\":\"public\"}]', '2025-10-11-68ea08e19c7ea.png', '$2y$10$RShiL1C66BMg.pYoEY90lOyNY5huQ1bsms7dodi2/ISauvAyThwIK', NULL, NULL, 1, '2025-10-11 13:06:01', '2026-04-09 07:37:33', 0, 0, 1, 0, 'zone_wise', NULL, 'denied', 0, 0, 1, 0, NULL, NULL),
(3, 'delivery', 'one', '919399872870', 'deliveryone@gmail.com', '543546', 'driving_license', '[{\"img\":\"2026-04-22-69e8b381650ac.webp\",\"storage\":\"public\"}]', '2026-04-22-69e8b461b0fee.webp', '$2y$10$l9n5ttAxETCWaFaU028UB.hFmZzVscZWP2HOC.Lp4iIbBmHsu/.l2', NULL, NULL, 1, '2026-04-22 11:39:45', '2026-04-22 11:43:29', 1, 0, 0, 0, 'zone_wise', NULL, 'approved', 0, 0, 1, 0, 'BWQWUPKYUB', NULL),
(4, 'delivery', 'two', '+919399872871', 'deliverytwo@gmail.com', '979797', 'driving_license', '[{\"img\":\"2026-04-22-69e8c0c31d1d1.webp\",\"storage\":\"public\"}]', '2026-04-22-69e8c0c3108ce.webp', '$2y$10$cMWWg/Cl.6ybOQ5CC0AtV.z/unArwnTy7HAm6CW0LxkDOM5h0zkla', 'RXF9acZCt3ShrIYpCbJQzqSvu6b7lYFR9f3Ik2iO23MnV5CPV7LGJ867DvxuX75wlJg8JahnFjYiGpFl4L5e1YLzld74QYonDGt2NcLRXMZ8UOTXJ7bs992M', 'eouej8VzQeyyRbKuXdKg4W:APA91bE53l6v-jEzPL0gmWA2AadtxCMJQ3rNqV3_6OfzRx-venW6qNlUbClV2-ktxTtsbRp18iFFGWP4fCcrs4TLxvQHZyRSpsnVjrynU_trb4WnKjsQZZY', 1, '2026-04-22 12:36:19', '2026-04-23 08:39:12', 1, 0, 0, 0, 'zone_wise', NULL, 'approved', 0, 0, 1, 0, 'WU4DEJT5FG', NULL),
(5, 'justin', 'karle', '+919399872881', 'justinkarle1@gmail.com', '46366', 'driving_license', '[{\"img\":\"2026-04-23-69e9dac9c8b61.webp\",\"storage\":\"public\"}]', '2026-04-23-69e9dac9b8466.webp', '$2y$10$W4MRTiBwTZLECWStKsQATuYifUYwdaV9KzHY4uc.uKQMNIt6wrsyO', 'ArasdnETvwTkJyLs1hqsvy79jBayLJKNALCjqZPHbeRv5hdsO0oQTIXJygPrwfGOww7XqVFFacQ3yC93NZ1R2sCImbSKCx0QjizJYGjUG6lGrMkXu8AhcVwE', 'eouej8VzQeyyRbKuXdKg4W:APA91bE53l6v-jEzPL0gmWA2AadtxCMJQ3rNqV3_6OfzRx-venW6qNlUbClV2-ktxTtsbRp18iFFGWP4fCcrs4TLxvQHZyRSpsnVjrynU_trb4WnKjsQZZY', 1, '2026-04-23 08:39:37', '2026-04-23 08:39:57', 1, 0, 0, 0, 'zone_wise', NULL, 'approved', 0, 0, 1, 0, '9PMEGAXSN2', NULL),
(6, 'justin', 'karle', '+919399872882', 'justinkarle2@gmail.com', '4636636', 'driving_license', '[{\"img\":\"2026-04-23-69e9db9199149.webp\",\"storage\":\"public\"}]', '2026-04-23-69e9db918c78f.webp', '$2y$10$8r6.aZd7LunCJRJ/oK0X/eAJPIoT3WJs1v2VA6rZGo17SbD7fnlfG', NULL, NULL, 1, '2026-04-23 08:42:57', '2026-04-23 08:42:57', 1, 0, 0, 0, 'zone_wise', NULL, 'approved', 0, 0, 1, 0, 'VVNQCATQA4', NULL),
(7, 'justin', 'karle', '+919399872883', 'justinkarle3@gmail.com', '4534345', 'driving_license', '[{\"img\":\"2026-04-23-69e9dc3232936.webp\",\"storage\":\"public\"}]', '2026-04-23-69e9dc322572f.webp', '$2y$10$Kjk/z0WrbvQgYOSMwToAwu5lxuaOjNSYfE.BCEIPI/mrtjscJgcdC', '3WAKn1BFLH5VUXV7ya0gWt5taNO5S2oVJtYltRu1FIFsvGXuhXyhkCfqWSObipMW4ccubzgT10rMgdF0KvEGVpEK7Z6hXMQBgGCbvqSHdj9RMN4n8nAGEIY0', 'fDaB6ShLR8KU17uKtIRizC:APA91bEbLmfZEl9oU1lV2x-19LMRCYdP5AoqzCojKiUoX1Kbkpgbwg0X9SWIUlh5paSJi_-fUFwlAFFhy3jYm-NQgkYIZDGHZQBK32VNvOo8iu9nDy0yGbw', 1, '2026-04-23 08:45:38', '2026-07-08 05:18:36', 1, 0, 0, 0, 'zone_wise', NULL, 'approved', 0, 0, 1, 0, 'ZODNMNWCXI', NULL),
(8, 'justin', 'karle', '+919399872884', 'justinkarle4@gmail.com', '545346346', 'passport', '[{\"img\":\"2026-04-23-69e9dcaf158f0.webp\",\"storage\":\"public\"}]', '2026-04-23-69e9dcaf07d0e.webp', '$2y$10$G/vxyTRumCzkxr0WHwq8veHLVuU./JYkxVhGHnXcdeEXbSfouCcUi', 'v5U76W0WGekjWvLxUkMioQ4hVaToo6E1cIt9I4DSZycVOT5ynz1jySCFc3v8j3KhzNOx4VCIGxjqrweNhoEEFTtxb7KQdOPPIfEMExXpMLFFZNe3jk1T2TXN', 'dogpcGk1RTGAQnXtNsDI4B:APA91bH_NT_cfltJwkE_GPGIwcCvHNgFxWBdeFlWOpyXU-_OyZv2KujlC_8KVMIDuLS1t31AswZBhadVlbXHvFhQEJZvL-u3QuuxmInL_wRL50O6Ntbpj58', 1, '2026-04-23 08:47:43', '2026-06-25 15:54:49', 1, 0, 0, 0, 'zone_wise', NULL, 'approved', 0, 0, 1, 0, 'HTU1QJK6H1', NULL),
(9, 'justin', 'karle', '+919399872885', 'justinkarle5@gmail.com', '4543345', 'passport', '[{\"img\":\"2026-04-23-69e9dd2b72a94.webp\",\"storage\":\"public\"}]', '2026-04-23-69e9dd2b66111.webp', '$2y$10$8H9WD.AjeGbQHA9JnDnKVuPGmUav8M21OxZXFFtFkvSTp2PJ7hC4G', '8jJlQrBuePM76Nn9pfjXUt59yl6Md9hUocJf7ywvUn1SSmZSobQX1ng56IWTW8YY2YN00giIiM42mC6OeIBaxXVyfXAQ4MAOhru14iKHLVkbMeFF0PgvxJ7c', 'eJTQAPDpR-KLzDkyGermM3:APA91bGTg_nHLcf8SGxYMvqT3nZOAz5-FA_7QstAoKfd0lbTmaurCcN9H8W2Tz5CmYexQhOEi-BxfRwcdSKMu1puAzVkg-RQ_QVd4v1mjpxFeP6aidTsa1w', 1, '2026-04-23 08:49:47', '2026-07-09 01:56:00', 1, 0, 0, 0, 'zone_wise', NULL, 'approved', 0, 0, 1, 0, 'W6SRTGTSLA', NULL),
(10, 'justin', 'karle', '+919399872886', 'justinkarle6@gmail.com', '463663', 'driving_license', '[{\"img\":\"2026-04-23-69e9ddaac6852.webp\",\"storage\":\"public\"}]', '2026-04-23-69e9ddaabaf6d.webp', '$2y$10$xoS/tTY02IQzevk52DYTY.0bFmykG5/Yb7ExxdGyHLf3UvPuK58tq', 'fpmnpiZJCdrT7ne9xaPEdGy0tCHWmPPY2tAl1DBdqziK4gRSnoCWES0SwJwvpGEQMYEFLNUOd8eCRYPkD1tczH9vjuwxNMoCGxMOD5irDHsafdVyauIdTVze', 'cY-9Wf7FQuyOZA3ox9y-Mz:APA91bFN8NAqx2kCOsREivKU_uJQMij0us_nZUDpFEkjsmZx-dOdd05wofoQg0W2sJeZPKhBEcqIs1HUn9Dpt13jK4DHvnVZzD2jYL3NH5ago9KWLhOneZI', 1, '2026-04-23 08:51:54', '2026-06-29 04:11:52', 1, 0, 0, 0, 'zone_wise', NULL, 'approved', 0, 0, 1, 0, 'SYNFIMRTW0', NULL),
(11, 'justin', 'karle', '+919399872887', 'justinkarle7@gmail.com', '45436363', 'driving_license', '[{\"img\":\"2026-04-23-69e9de61df9ef.webp\",\"storage\":\"public\"}]', '2026-04-23-69e9de61d355e.webp', '$2y$10$FBfXWJFJ8Fhj67QvEfoJk.nwJRVVkWJDD50Es4gZJh7qag0JFiww.', 'WLgI7fXqJLNC1UIIvBBJXfg4r4oBriLaZuEJfLbh5Nq2hM9vRwNEL2ZdARCI7se0MWlyo382gBBz6QgwTdfFTm7UlyCUh4Ua7vdUwg1LximLbG3T1w3MbM4t', 'eK8gSkOMSdeEDewOi7Zdan:APA91bGoI7GFYSAUU3HX3U8DYORcFT_bSOg9o3JfRApMuqDomUcKJpVyID2URTO_WWceJmvwVtEGQEELgS1NEXjZkKXuGMotMywUmdSziXk2P89cU4h-JOk', 1, '2026-04-23 08:54:57', '2026-07-09 01:55:46', 1, 0, 0, 0, 'zone_wise', NULL, 'approved', 0, 0, 1, 0, 'RLYC3MPZDA', NULL),
(12, 'justin', 'karle', '+919399872888', 'justinkarle8@gmail.com', '4543636379', 'passport', '[{\"img\":\"2026-04-23-69e9dec624f26.webp\",\"storage\":\"public\"}]', '2026-04-23-69e9dec616a50.webp', '$2y$10$PlHcBfxKM4RKuuI.2ZyEZ.kg0xstcW1wNhvFQtrWHKnfgylq1gc6y', 'w4z6Jssk2KI7ZSvkpaSSHA39Rvy9X80rbAaF1B7NCIgEykxH8THrD2Rn4nJKyNqieDx7ttTd1KqJC5EeROE1OEBd8Tzzyv2ci8IUutnExBwcTSrnI8Hjm28Q', 'chquAHLMQ4CrSlmRDmKrxd:APA91bGwfbeeGclVsdCYGm5xYICFRpOw8UMw8cq_rBije3mZvI9t_OqJinqfKLkfCJ75EBtfYMGMVzPIdbh5O3xygKGelQPbuNEo1upgP0y2_dOuYhYzrXs', 1, '2026-04-23 08:56:38', '2026-07-04 02:04:01', 1, 0, 0, 0, 'zone_wise', NULL, 'approved', 0, 0, 1, 0, 'HKRLIGZXED', NULL),
(13, 'justin', 'karle', '+919399872889', 'justinkarle9@gmail.com', '454363637968', 'driving_license', '[{\"img\":\"2026-04-23-69e9df2ea6fe6.webp\",\"storage\":\"public\"}]', '2026-04-23-69e9df2e99947.webp', '$2y$10$PRebZpsscHCpYYIHXo302OlPUc91mAjpPRQj2l0YI4GbvLlrnNriK', 'a5loSRo1Tf692wof2Fiz5ssYhDgTrX8cDfVXEExcduV9WbY9O3DgU4TZc0yhFXYWdDUEeKv7spQhfb30usHqGWrq32iWxOEYIZdi7D6b4fdvzbZc0NqN9iVB', 'er4SMWtoQG2pvMYBc_B2Nl:APA91bHdUwXyEujIRZAAaUuZfJpUX2F8otwzFnGyctrTZg1MM4tDX8V89oG4JZ40M_a7G1Gy_tMz6wCtj0H-uE2BPH71UH58uSvsvLg0O8zwIMCd-Rxhnxk', 1, '2026-04-23 08:58:22', '2026-07-08 13:05:14', 1, 0, 0, 0, 'zone_wise', NULL, 'approved', 0, 0, 1, 0, 'KVRHDPJL0V', NULL),
(14, 'justin', 'karle', '+919399872893', 'justinkarle12222@gmail.com', '45436363796887935', 'driving_license', '[{\"img\":\"2026-04-23-69ea2d646bafb.webp\",\"storage\":\"public\"}]', '2026-04-23-69ea2d645e252.webp', '$2y$10$lt2xqHwdmmuUZuCDof/9N.sv8GgE8TMeTtAvYeoPQ7OsdJ0hJrhz2', 'J7rBF6o8ToIPqHaLYI7lrHzLjdkDNLip1bYxtqyN64GE0GhliZzjC4WMEVbCBIWgyJSEaKOXzu9WEgY4mxUwhX0CsddVCCwuaHLyva0EU3L18vDksWAgbAl1', 'eouej8VzQeyyRbKuXdKg4W:APA91bE53l6v-jEzPL0gmWA2AadtxCMJQ3rNqV3_6OfzRx-venW6qNlUbClV2-ktxTtsbRp18iFFGWP4fCcrs4TLxvQHZyRSpsnVjrynU_trb4WnKjsQZZY', 1, '2026-04-23 14:32:04', '2026-04-23 14:32:28', 1, 0, 0, 0, 'zone_wise', NULL, 'approved', 0, 0, 1, 0, 'JWSIL2FB8C', NULL),
(15, 'rakesh', 'gupta', '+918817404058', 'dheerendrakumargupta10@gmail.com', '980--9-808--9-', 'driving_license', '[{\"img\":\"2026-06-15-6a2fba639038f.JPG\",\"storage\":\"public\"}]', '2026-06-15-6a2fba638d75c.webp', '$2y$10$PNfKxr0w7QcK8DkTIDh/OuL7vCJm6biZJqc6ns09mBeyzpeht7HaW', 'Qq3YB4LSp0CMwr44u2ABRX5pDKURFX8pLmQzZzWbby5XINp0Vs2XeqY0LoqKY73jRGEzdeaglrAQc62eMGSVHrkhEunXJRPjC1kNyoCxpPeUzMJ0ntfIv0ag', 'eKPzDVNUR1--fxH6Z0IAWm:APA91bGbuIzBhzTDOF4FXwxW1tEF3AVr2h0DEVrZnHs6Tzu4sj7qiwJ6FLa_XocAqDIT6W1MbeeHA9p37FejBPgr75-3jSN_mofMx2uWlHIou8rm9Zap5iQ', 2, '2026-06-15 08:40:03', '2026-06-15 09:00:03', 1, 0, 0, 0, 'zone_wise', NULL, 'approved', 0, 0, 1, 0, 'GYQD1H2YTO', NULL),
(16, 'Ashok', 'kumar', '8423068965', 'ashokkumar65656@gmail.com', '868696679', 'driving_license', '[{\"img\":\"2026-06-15-6a2fbc9610530.PNG\",\"storage\":\"public\"}]', '2026-06-15-6a2fbc960e827.webp', '$2y$10$fCsiQeHGZLLhZGNs/ZBUX.dayjvGFZnbBe/r8384ad1SVqC6P5RVq', NULL, NULL, 2, '2026-06-15 08:49:26', '2026-06-15 08:49:26', 1, 0, 0, 0, 'zone_wise', NULL, 'approved', 0, 0, 1, 0, '3RXZCGQLZV', NULL),
(17, 'shravan', 'kumar', '9305565389', 'shravankumar@gmail.com', 'oij464646', 'driving_license', '[{\"img\":\"2026-06-15-6a2fbd699454a.PNG\",\"storage\":\"public\"}]', '2026-06-15-6a2fbd6992d50.webp', '$2y$10$R8BwErauP4Km5YAoCH7D1uNLO878tiQmpHZcngzlPKqafZ5mDpRCu', NULL, NULL, 2, '2026-06-15 08:52:57', '2026-06-15 08:52:57', 1, 0, 0, 0, 'zone_wise', NULL, 'approved', 0, 0, 1, 0, 'KGMTLI3CAL', NULL),
(18, 'vinod', 'ranjan', '+917080936151', 'vinodranjan@gmail.com', '8779ouojuoy', 'passport', '[{\"img\":\"2026-06-15-6a2fbe0a733cb.JPG\",\"storage\":\"public\"}]', 'def.png', '$2y$10$05YbiJtoGTib7HXq3zOV8OA5qD.Gzpely4VwFed0oMMEwqUqGICl.', NULL, NULL, 2, '2026-06-15 08:55:38', '2026-06-15 08:55:38', 1, 0, 0, 0, 'zone_wise', NULL, 'approved', 0, 0, 1, 0, 'EVHPDZRXTL', NULL),
(19, 'pawan', 'kumar', '+919140989043', 'pawankumaarji353@gmail.com', 'thftrur6u68', 'passport', '[{\"img\":\"2026-06-15-6a2fbef9625b9.JPG\",\"storage\":\"public\"}]', 'def.png', '$2y$10$bAfpYIlhngo8ebS8TuUUxun/EU79AHlMGf6D3CEghEgTNO6u6ynbe', 'K4EOkFhSu1FmHn4Tp2Lj4bcPxtytficNIgb4hbyILhWjPsopGrOaTVuKap6bHbJgKPJns0Xo4M5CsqCotjUOK3LQLK2GOb6y2fyioPDdCNC0rEOvFrrpDVdJ', 'e4pEvodrRDSEwmVQCFFrDY:APA91bHAMRlzAjAxxIisbhFnpSC-s_Wmibni13StAmoFQiFFDTPJuCgpCb_ixqQ6a6Yz_MFIqW7JNcqrMGZ8A1aQE7ylciw19no1_V9HWdl3jMzYQB75_-Q', 2, '2026-06-15 08:59:37', '2026-07-08 14:07:11', 1, 0, 0, 0, 'zone_wise', NULL, 'approved', 0, 0, 1, 0, 'B8O5CRMIJF', NULL),
(20, 'Madhav', 'prasad', '+919451738959', 'madhav46w@gmail.com', '5456dgdfgd', 'passport', '[{\"img\":\"2026-06-15-6a2fbf978ee88.JPG\",\"storage\":\"public\"}]', 'def.png', '$2y$10$YVfVu6y03/EQcOKsA2jHbOUwPuv485PZYnQOs43iMmExu2drQRdEq', NULL, NULL, 2, '2026-06-15 09:02:15', '2026-06-15 09:02:15', 1, 0, 0, 0, 'zone_wise', NULL, 'approved', 0, 0, 1, 0, 'YGWMXKBPBK', NULL),
(21, 'raja', 'kumar', '+918756658558', 'rajkumar53@gmail.com', '46346rgrey', 'passport', '[{\"img\":\"2026-06-15-6a2fc022005fd.JPG\",\"storage\":\"public\"}]', 'def.png', '$2y$10$dilUZGb.Yp4qUo7RanI3uutYD5.DaWotFpTZMbQ4PeL6kuzy7ggPC', 'HIFcVfHxbbyN6y5jGR8ADZFkiYN22pGicTVjDZEkYNkcvEPKNi7ZDJJ3euEpoBzflV2vNFurylbq8CR7ankaeg9V4vlEGYGUNRWue3aKqMWeLticilIrCi33', 'eyofMpzZT7KFOmExAFnUYL:APA91bHdZNIqqp5PqMtVQIlaRt7IuebPeMYjPsmUl59lljZoCfdPjrSot36ilBe2XNS4ZiW0u1axyi_cycSDfaw-QigeZSdnhAgDuyXLzp7480BhGDEKg64', 2, '2026-06-15 09:04:34', '2026-07-07 02:14:07', 1, 0, 0, 0, 'zone_wise', NULL, 'approved', 0, 0, 1, 0, 'HIH1VROWX7', NULL),
(22, 'ranjit', 'singh', '+919129256699', 'ranjitsingh@gmail.com', '534643rfgfdg', 'passport', '[{\"img\":\"2026-06-15-6a2fc0ac8fd1b.JPG\",\"storage\":\"public\"}]', 'def.png', '$2y$10$m0nns5o8D6ewK7tNeiBCE.DJK662kaBXAGYokD5YherzfCugoJGJK', NULL, NULL, 2, '2026-06-15 09:06:52', '2026-06-15 09:06:52', 1, 0, 0, 0, 'zone_wise', NULL, 'approved', 0, 0, 1, 0, 'PWTXCXUGRI', NULL),
(23, 'rekha', 'kumari', '+918960963948', 'rekhakumari@gmail.com', 'ryeyy67777', 'passport', '[{\"img\":\"2026-06-15-6a2fc1fb9ccb0.JPG\",\"storage\":\"public\"}]', 'def.png', '$2y$10$FY5.frLLOkDyqb/7EWa1NelIlPk3iZ8lRfqrBtVEstx7CZzV47LGm', NULL, NULL, 2, '2026-06-15 09:12:27', '2026-06-15 09:12:27', 1, 0, 0, 0, 'zone_wise', NULL, 'approved', 0, 0, 1, 0, '9WED9CWHPJ', NULL),
(24, 'sachin', 'kumar', '+918400346822', 'sachin@gmail.com', '6645546', 'driving_license', '[{\"img\":\"2026-06-15-6a2fc2f7a1ffa.JPG\",\"storage\":\"public\"}]', 'def.png', '$2y$10$qb238hf3YI4S7EV2c9CrUult3cvYr1O3JT955M9KmdRdXa116Y/ze', NULL, NULL, 2, '2026-06-15 09:16:39', '2026-06-15 09:16:39', 1, 0, 0, 0, 'zone_wise', NULL, 'approved', 0, 0, 1, 0, 'T1BN2PTLYW', NULL),
(25, 'suresh', 'kumar', '+918470910041', 'sureshkumar@gmail.com', 'Dhee6346346', 'passport', '[{\"img\":\"2026-06-15-6a2fc41407869.JPG\",\"storage\":\"public\"}]', 'def.png', '$2y$10$lLsNP4M1S.V07zqRVsv8TeNVKErLsoA0AH6Q6iI/P0pw0/SZjxoV6', 'PngnG36kqQU8KpaZM6JDhs75l2Wa9dtadIenwCegRnKcDGQvCg4eoa9nPx3KOz7kOenuD2S6Yrv8LqrWuvB51VaD1nWN2iObE9fIQvfvUGWRAFeDldfJfbTx', 'dcl91VXLTEe-YhgUYKbBvl:APA91bGAm4AB3irb5zQZWI1roqi4ckJadS2tdIv8G7Z2XX_YBSYTWLFj3A3nz2OybtZ_2xdi05M8S7T3EUTnV6sAD12zj60Bx0JZyyl9dAbcDGc0OVbcugM', 2, '2026-06-15 09:21:24', '2026-07-07 04:09:23', 1, 0, 0, 0, 'zone_wise', NULL, 'approved', 0, 0, 1, 0, '2WVXCLUGSL', NULL);

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

--
-- Table structure for table `disbursements`
--

CREATE TABLE `disbursements` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(255) NOT NULL,
  `description` text DEFAULT NULL,
  `total_amount` double(23,3) NOT NULL DEFAULT 0.000,
  `status` varchar(255) NOT NULL DEFAULT 'pending',
  `created_for` 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;

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

--
-- Table structure for table `disbursement_details`
--

CREATE TABLE `disbursement_details` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `disbursement_id` bigint(20) UNSIGNED NOT NULL,
  `store_id` bigint(20) UNSIGNED DEFAULT NULL,
  `delivery_man_id` bigint(20) UNSIGNED DEFAULT NULL,
  `disbursement_amount` double(23,3) NOT NULL DEFAULT 0.000,
  `payment_method` bigint(20) UNSIGNED NOT NULL,
  `status` varchar(255) NOT NULL DEFAULT 'pending',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `disbursement_withdrawal_methods`
--

CREATE TABLE `disbursement_withdrawal_methods` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `store_id` bigint(20) UNSIGNED DEFAULT NULL,
  `delivery_man_id` bigint(20) UNSIGNED DEFAULT NULL,
  `withdrawal_method_id` bigint(20) UNSIGNED NOT NULL,
  `method_name` varchar(255) NOT NULL,
  `method_fields` text NOT NULL,
  `is_default` tinyint(4) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `discounts`
--

CREATE TABLE `discounts` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `start_date` date DEFAULT NULL,
  `end_date` date DEFAULT NULL,
  `start_time` time DEFAULT NULL,
  `end_time` time DEFAULT NULL,
  `min_purchase` decimal(24,2) NOT NULL DEFAULT 0.00,
  `max_discount` decimal(24,2) NOT NULL DEFAULT 0.00,
  `discount` decimal(24,2) NOT NULL DEFAULT 0.00,
  `discount_type` varchar(15) NOT NULL DEFAULT 'percentage',
  `store_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `d_m_reviews`
--

CREATE TABLE `d_m_reviews` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `delivery_man_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `comment` mediumtext DEFAULT NULL,
  `attachment` varchar(255) DEFAULT NULL,
  `rating` int(11) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `status` tinyint(1) DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `d_m_vehicles`
--

CREATE TABLE `d_m_vehicles` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(255) NOT NULL,
  `starting_coverage_area` double(16,2) NOT NULL,
  `maximum_coverage_area` double(16,2) NOT NULL,
  `extra_charges` double(16,2) 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;

--
-- Dumping data for table `d_m_vehicles`
--

INSERT INTO `d_m_vehicles` (`id`, `type`, `starting_coverage_area`, `maximum_coverage_area`, `extra_charges`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Bike', 0.00, 100000.00, 0.00, 1, '2024-10-11 00:57:20', '2024-10-11 00:57:20');

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

--
-- Table structure for table `ecommerce_item_details`
--

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

--
-- Dumping data for table `ecommerce_item_details`
--

INSERT INTO `ecommerce_item_details` (`id`, `item_id`, `brand_id`, `created_at`, `updated_at`, `temp_product_id`) VALUES
(1, 13, NULL, '2024-10-11 01:34:42', '2024-10-11 01:34:42', NULL),
(2, 14, NULL, '2024-10-11 01:36:08', '2024-10-11 01:36:08', NULL),
(3, 60, 8, '2025-10-03 15:41:18', '2025-10-03 15:41:18', NULL),
(4, 61, 7, '2025-10-03 15:46:59', '2025-10-03 15:46:59', NULL),
(5, 62, 2, '2025-10-03 15:50:40', '2025-10-03 15:50:40', NULL),
(6, 63, 5, '2025-10-03 15:57:53', '2025-10-03 15:57:53', NULL),
(7, 64, 2, '2025-10-03 16:01:16', '2025-10-03 16:01:16', NULL),
(8, 65, 7, '2025-10-03 16:04:52', '2025-10-03 16:04:52', NULL),
(9, 66, 3, '2025-10-03 16:08:18', '2025-10-03 16:08:18', NULL),
(10, 67, 1, '2025-10-03 16:11:37', '2025-10-03 16:11:37', NULL),
(11, 68, 7, '2025-10-04 11:38:31', '2025-10-04 11:38:31', NULL),
(12, 69, 5, '2025-10-04 11:42:57', '2025-10-04 11:42:57', NULL),
(13, 70, 7, '2025-10-04 11:51:35', '2025-10-04 11:51:35', NULL),
(14, 71, 8, '2025-10-04 11:56:14', '2025-10-04 11:56:14', NULL),
(15, 72, NULL, '2025-10-04 17:30:29', '2025-10-04 17:30:29', NULL),
(16, 73, NULL, '2025-10-04 17:34:21', '2025-10-04 17:34:21', NULL),
(17, 74, NULL, '2025-10-04 17:36:41', '2025-10-04 17:36:41', NULL),
(18, 75, NULL, '2025-10-04 17:40:16', '2025-10-04 17:40:16', NULL),
(19, 76, NULL, '2025-10-04 17:47:37', '2025-10-04 17:47:37', NULL),
(20, 77, NULL, '2025-10-04 17:50:17', '2025-10-04 17:50:17', NULL),
(21, 78, NULL, '2025-10-04 17:52:39', '2025-10-04 17:52:39', NULL),
(22, 79, NULL, '2025-10-04 17:54:29', '2025-10-04 17:54:29', NULL),
(23, 80, NULL, '2025-10-04 17:58:56', '2025-10-04 17:58:56', NULL),
(24, 81, NULL, '2025-10-04 18:03:01', '2025-10-04 18:03:01', NULL),
(25, 82, NULL, '2025-10-04 18:07:58', '2025-10-04 18:07:58', NULL),
(26, 83, NULL, '2025-10-05 11:10:53', '2025-10-05 11:10:53', NULL),
(27, 84, NULL, '2025-10-05 11:14:26', '2025-10-05 11:14:26', NULL),
(28, 85, NULL, '2025-10-05 11:15:54', '2025-10-05 11:15:54', NULL),
(29, 86, NULL, '2025-10-05 11:19:52', '2025-10-05 11:19:52', NULL),
(30, 87, NULL, '2025-10-05 11:20:46', '2025-10-05 11:20:46', NULL),
(31, 88, NULL, '2025-10-05 11:22:28', '2025-10-05 11:22:28', NULL),
(32, 89, NULL, '2025-10-05 11:26:03', '2025-10-05 11:26:03', NULL),
(33, 90, NULL, '2025-10-05 11:31:48', '2025-10-05 11:31:48', NULL),
(34, 91, NULL, '2025-10-05 11:33:31', '2025-10-05 11:33:31', NULL),
(35, 92, NULL, '2025-10-05 11:40:47', '2025-10-05 11:40:47', NULL),
(36, 93, NULL, '2025-10-05 11:55:22', '2025-10-05 11:55:22', NULL),
(37, 94, NULL, '2025-10-05 11:58:07', '2025-10-05 11:58:07', NULL),
(38, 95, NULL, '2025-10-05 12:02:06', '2025-10-05 12:02:06', NULL),
(39, 96, NULL, '2025-10-05 12:12:21', '2025-10-05 12:12:21', NULL),
(40, 97, NULL, '2025-10-05 12:26:59', '2025-10-05 12:26:59', NULL),
(41, 98, NULL, '2025-10-05 12:31:53', '2025-10-05 12:31:53', NULL),
(42, 99, NULL, '2025-10-05 12:36:05', '2025-10-05 12:36:05', NULL),
(43, 100, NULL, '2025-10-05 12:45:20', '2025-10-05 12:45:20', NULL),
(44, 101, NULL, '2025-10-05 12:51:00', '2025-10-05 12:51:00', NULL),
(45, 102, NULL, '2025-10-05 12:56:55', '2025-10-05 12:56:55', NULL),
(46, 103, NULL, '2025-10-05 13:03:02', '2025-10-05 13:03:02', NULL),
(47, 104, NULL, '2025-10-05 13:05:42', '2025-10-05 13:05:42', NULL),
(48, 105, NULL, '2025-10-05 13:09:22', '2025-10-05 13:09:22', NULL),
(49, 106, NULL, '2025-10-05 13:10:50', '2025-10-05 13:10:50', NULL),
(50, 107, NULL, '2025-10-05 13:13:45', '2025-10-05 13:13:45', NULL),
(51, 108, NULL, '2025-10-06 15:49:51', '2025-10-06 15:49:51', NULL),
(52, 109, NULL, '2025-10-06 15:51:33', '2025-10-06 15:51:33', NULL),
(53, 110, NULL, '2025-10-07 14:06:01', '2025-10-07 14:06:01', NULL),
(54, 111, NULL, '2025-10-07 14:17:01', '2025-10-07 14:17:01', NULL),
(55, 112, NULL, '2025-10-07 14:18:17', '2025-10-07 14:18:17', NULL),
(56, 113, NULL, '2025-10-07 14:31:22', '2025-10-07 14:31:22', NULL),
(57, 114, NULL, '2025-10-07 14:34:51', '2025-10-07 14:34:51', NULL),
(58, 115, NULL, '2025-10-07 14:47:13', '2025-10-07 14:47:13', NULL),
(59, 116, NULL, '2025-10-07 14:49:44', '2025-10-07 14:49:44', NULL),
(60, 117, NULL, '2025-10-07 14:52:50', '2025-10-07 14:52:50', NULL),
(61, 118, NULL, '2025-10-07 14:54:57', '2025-10-07 14:54:57', NULL),
(62, 119, NULL, '2025-10-08 09:16:56', '2025-10-08 09:16:56', NULL),
(63, 120, NULL, '2025-10-08 09:19:09', '2025-10-08 09:19:09', NULL),
(64, 121, NULL, '2025-10-08 09:23:03', '2025-10-08 09:23:03', NULL),
(65, 122, NULL, '2025-10-08 09:24:44', '2025-10-08 09:24:44', NULL),
(66, 123, NULL, '2025-10-08 09:30:09', '2025-10-08 09:30:09', NULL),
(67, 124, NULL, '2025-10-08 09:37:40', '2025-10-08 09:37:40', NULL),
(68, 125, NULL, '2025-10-08 09:41:27', '2025-10-08 09:41:27', NULL),
(69, 126, NULL, '2025-10-08 09:44:06', '2025-10-08 09:44:06', NULL),
(70, 127, NULL, '2025-10-08 09:46:32', '2025-10-08 09:46:32', NULL),
(71, 128, NULL, '2025-10-08 09:52:10', '2025-10-08 09:52:10', NULL),
(72, 129, NULL, '2025-10-08 09:56:05', '2025-10-08 09:56:05', NULL),
(73, 130, NULL, '2025-10-08 10:03:09', '2025-10-08 10:03:09', NULL),
(74, 131, NULL, '2025-10-08 10:04:31', '2025-10-08 10:04:31', NULL),
(75, 132, NULL, '2025-10-08 10:07:40', '2025-10-08 10:07:40', NULL),
(76, 133, NULL, '2025-10-08 10:08:36', '2025-10-08 10:08:36', NULL),
(77, 134, NULL, '2025-10-08 10:11:27', '2025-10-08 10:11:27', NULL),
(78, 135, NULL, '2025-10-08 10:24:46', '2025-10-08 10:24:46', NULL),
(79, 136, NULL, '2025-10-08 10:30:18', '2025-10-08 10:30:18', NULL),
(80, 137, NULL, '2025-10-08 10:38:36', '2025-10-08 10:38:36', NULL),
(81, 138, NULL, '2025-10-08 10:45:43', '2025-10-08 10:45:43', NULL),
(82, 139, NULL, '2025-10-08 10:51:58', '2025-10-08 10:51:58', NULL),
(83, 140, NULL, '2025-10-08 10:53:56', '2025-10-08 10:53:56', NULL),
(84, 141, NULL, '2025-10-08 10:57:18', '2025-10-08 10:57:18', NULL),
(85, 142, NULL, '2025-10-08 11:00:52', '2025-10-08 11:00:52', NULL),
(86, 143, NULL, '2025-10-08 11:02:33', '2025-10-08 11:02:33', NULL),
(87, 144, NULL, '2025-10-08 11:05:34', '2025-10-08 11:05:34', NULL),
(88, 145, NULL, '2025-10-08 12:50:42', '2025-10-08 12:50:42', NULL),
(89, 146, NULL, '2025-10-08 12:53:09', '2025-10-08 12:53:09', NULL);

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

--
-- Table structure for table `email_templates`
--

CREATE TABLE `email_templates` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(100) DEFAULT NULL,
  `body` text DEFAULT NULL,
  `background_image` varchar(100) DEFAULT NULL,
  `image` varchar(100) DEFAULT NULL,
  `logo` varchar(100) DEFAULT NULL,
  `icon` varchar(100) DEFAULT NULL,
  `button_name` varchar(100) DEFAULT NULL,
  `button_url` varchar(255) DEFAULT NULL,
  `footer_text` varchar(255) DEFAULT NULL,
  `copyright_text` varchar(255) DEFAULT NULL,
  `type` varchar(255) DEFAULT NULL,
  `email_type` varchar(255) DEFAULT NULL,
  `email_template` varchar(255) DEFAULT NULL,
  `privacy` tinyint(1) NOT NULL DEFAULT 0,
  `refund` tinyint(1) NOT NULL DEFAULT 0,
  `cancelation` tinyint(1) NOT NULL DEFAULT 0,
  `contact` tinyint(1) NOT NULL DEFAULT 0,
  `facebook` tinyint(1) NOT NULL DEFAULT 0,
  `instagram` tinyint(1) NOT NULL DEFAULT 0,
  `twitter` tinyint(1) NOT NULL DEFAULT 0,
  `linkedin` tinyint(1) NOT NULL DEFAULT 0,
  `pinterest` tinyint(1) NOT NULL DEFAULT 0,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `body_2` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `email_templates`
--

INSERT INTO `email_templates` (`id`, `title`, `body`, `background_image`, `image`, `logo`, `icon`, `button_name`, `button_url`, `footer_text`, `copyright_text`, `type`, `email_type`, `email_template`, `privacy`, `refund`, `cancelation`, `contact`, `facebook`, `instagram`, `twitter`, `linkedin`, `pinterest`, `status`, `created_at`, `updated_at`, `body_2`) VALUES
(1, 'Change Password Request', '<p>The following user has forgotten his password &amp; requested to change/reset their password.&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>User Name: {userName}</strong></p>', NULL, NULL, NULL, '2023-06-12-6486f303174e0.png', '', '', 'Please contact us for any queries; we’re always happy to help.', '© 2023 6amMart. All rights reserved.', 'admin', 'forget_password', '5', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2023-06-12 16:26:24', '2023-06-12 19:40:28', NULL),
(2, 'New Store Registration Request', '<p>Please find below the details of the new Store registration:</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>Store Name: {storeName}</strong></p>\r\n\r\n<p>To review the store from the respective Module, go to:&nbsp;</p>\r\n\r\n<p><strong>Module Section</strong><strong>&rarr;Store Management&rarr;New Stores</strong></p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Or you can directly review the store here &rarr;</p>\r\n\r\n<p>&nbsp;</p>', NULL, '2023-06-12-6486f4420b5c1.png', '2023-06-12-6486f4420d61d.png', NULL, 'Review Request', 'https://www.facebook.com/', 'Please contact us for any queries; we’re always happy to help.', '© 2023 6amMart. All rights reserved.', 'admin', 'store_registration', '1', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2023-06-12 16:32:34', '2023-06-12 19:59:26', NULL),
(3, 'New Deliveryman Registration Request', '<p>Please find below the details of the new Deliveryman registration:</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>Deliveryman Name: {deliveryManName}</strong></p>\r\n\r\n<p>To review the store from the respective Module, go to:&nbsp;</p>\r\n\r\n<p><strong>Users</strong><strong>&rarr;Deliveryman Management&rarr;New Deliveryman</strong></p>\r\n\r\n<p>&nbsp;</p>', NULL, '2023-06-12-6486f4fe20b2c.png', '2023-06-12-6486f528877fe.png', NULL, 'Review Request', 'https://www.facebook.com/', 'Please contact us for any queries; we’re always happy to help.', '© 2023 6amMart. All rights reserved.', 'admin', 'dm_registration', '1', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2023-06-12 16:35:42', '2023-06-12 20:04:49', NULL),
(4, 'New Withdraw Request', '<p>Please find below the details of the new Withdraw Request:</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>Store Name: {storeName}</strong></p>\r\n\r\n<p>To review the Refund Request, go to:&nbsp;</p>\r\n\r\n<p><strong>Transactions &amp; Reports</strong><strong>&rarr;Withdraw Requests</strong></p>\r\n\r\n<p>&nbsp;</p>', NULL, NULL, NULL, '2023-06-12-6486f5b6a24a4.png', 'Review Request', '', 'Please contact us for any queries; we’re always happy to help.', '© 2023 6amMart. All rights reserved.', 'admin', 'withdraw_request', '6', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2023-06-12 16:38:46', '2023-06-12 20:04:17', NULL),
(5, '“BUY ONE GET ONE” Campaign Join Request', '<p>Please find below the details of the new Campaign Join Request:</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>Store Name: {storeName}</strong></p>\r\n\r\n<p>To review the Refund Request, go to:&nbsp;</p>\r\n\r\n<p><strong>Module Section</strong><strong>&rarr;Choose Module&rarr;Promotion Management&rarr;Campaigns&rarr;Basic Campaigns&rarr;Buy One Get One</strong></p>\r\n\r\n<p>&nbsp;</p>', NULL, '2023-06-12-6486f611cfb9b.png', '2023-06-12-6486f611cfdf0.png', NULL, 'Review Request', '', 'Please contact us for any queries; we’re always happy to help.', '© 2023 6amMart. All rights reserved.', 'admin', 'campaign_request', '1', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2023-06-12 16:40:17', '2023-06-12 20:06:04', NULL),
(6, 'You Have A Refund Request.', '<p>Please find below the details of the new Refund Request:</p>\r\n\r\n<p><strong>Customer Name: {userName}</strong></p>\r\n\r\n<p><strong>Order ID: {orderId}</strong></p>\r\n\r\n<p>&nbsp;</p>', NULL, NULL, '2023-06-12-6486fb27a6a00.png', NULL, 'Review Request', '', 'Please contact us for any queries; we’re always happy to help.', '© 2023 6amMart. All rights reserved.', 'admin', 'refund_request', '2', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2023-06-12 17:01:59', '2023-06-12 20:14:43', NULL),
(7, 'Mart Morning [ID 1234] Just Signed In', '<p>Mart Morning [ID 1234] just signed in from the Store Panel.&nbsp;</p>\r\n\r\n<p><br />\r\n<strong>Login Time:</strong> 12.00pm</p>', NULL, NULL, '2023-06-12-6486fbdeb92d6.png', NULL, 'Check Status', '', 'Please contact us for any queries; we’re always happy to help.', '© 2023 6amMart. All rights reserved.', 'admin', 'login', '2', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2023-06-12 17:05:02', '2023-06-12 17:05:02', NULL),
(8, 'Your Registration is Submitted Successfully!', '<p>Dear User,</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>We&rsquo;ve received your Store Registration Request.&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Soon you&rsquo;ll know if your store registration is accepted or declined by the Admin.&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Stay Tuned!</p>\r\n\r\n<p>&nbsp;</p>', NULL, NULL, NULL, '2023-06-12-6487024230762.png', '', '', 'Please contact us for any queries; we’re always happy to help.', '© 2023 6amMart. All rights reserved.', 'store', 'registration', '5', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2023-06-12 17:32:18', '2023-06-12 17:32:18', NULL),
(9, 'Congratulations! Your Registration is Approved!', '<p>Dear User,</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Your registration is approved by the Admin.&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>First</strong>, you need to log in to your store panel.&nbsp;</p>\r\n\r\n<p><strong>After that,</strong> please set up your store and start selling!&nbsp;</p>\r\n\r\n<p><br />\r\n<strong>Click here</strong><strong> &rarr; </strong><a href=\"https://6ammart-admin.6amtech.com/store-panel/business-settings/store-setup\">https://6ammart-admin.6amtech.com/store-panel/business-settings/store-setup</a></p>', NULL, NULL, NULL, '2023-06-12-648702fb014dd.png', '', '', 'Please contact us for any queries; we’re always happy to help.', '© 2023 6amMart. All rights reserved.', 'store', 'approve', '5', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2023-06-12 17:35:23', '2023-06-12 20:01:31', NULL),
(10, 'Your Registration is Rejected', '<p>Dear User,&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>We&rsquo;re sorry to announce that your store registration was rejected by the Admin.&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>To find out more please contact us.</p>\r\n\r\n<p>&nbsp;</p>', NULL, NULL, NULL, '2023-06-12-648706ce4d5fb.png', '', '', 'Please contact us for any queries; we’re always happy to help.', '© 2023 6amMart. All rights reserved.', 'store', 'deny', '5', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2023-06-12 17:47:03', '2023-06-12 17:51:42', NULL),
(11, 'Congratulations! Your Withdrawal is Approved!', '<p>Dear User,</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>The amount you requested to withdraw is approved by the Admin and transferred to you bank account.</p>\r\n\r\n<p>&nbsp;</p>', NULL, NULL, NULL, '2023-06-12-64870788562d9.png', 'See details', '', 'Please contact us for any queries; we’re always happy to help.', '© 2023 6amMart. All rights reserved.', 'store', 'withdraw_approve', '6', 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, '2023-06-12 17:54:48', '2023-06-12 17:54:48', NULL),
(12, 'Your Withdraw Request was Rejected.', '<p>Dear User,</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>The amount you requested to withdraw is rejected by the Admin.</p>\r\n\r\n<p>Reason: Insufficient Balance.&nbsp;</p>\r\n\r\n<p>&nbsp;</p>', NULL, NULL, NULL, '2023-06-12-648708244930a.png', 'See Details', '', 'Please contact us for any queries; we’re always happy to help.', '© 2023 6amMart. All rights reserved.', 'store', 'withdraw_deny', '6', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2023-06-12 17:57:24', '2023-06-12 17:57:24', NULL),
(13, 'Your Request is Completed!', '<p>Dear User,</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>We&rsquo;ve received your Campaign Request.&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Soon you&rsquo;ll know if your request is approved or rejected by the Admin.&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Stay Tuned!</p>\r\n\r\n<p>&nbsp;</p>', NULL, '2023-06-12-648708d132665.png', '2023-06-12-6487088da18cb.png', NULL, 'See Status', '', 'Please contact us for any queries; we’re always happy to help.', '© 2023 6amMart. All rights reserved.', 'store', 'campaign_request', '1', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2023-06-12 17:59:09', '2023-06-12 18:00:17', NULL),
(14, 'Congratulations! Your Campaign Request is Approved!', '<p>Dear User,</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Your request to join campaign is approved by the Admin.</p>\r\n\r\n<p>&nbsp;</p>', NULL, '2023-06-12-6487091d3ee5a.png', '2023-06-12-6487091d3f0b3.png', NULL, 'View Status', '', 'Please contact us for any queries; we’re always happy to help.', '© 2023 6amMart. All rights reserved.', 'store', 'campaign_approve', '1', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2023-06-12 18:01:33', '2023-06-12 20:04:45', NULL),
(15, 'Your Campaign Join Request Was Rejected.', '<p>Dear User,</p>\r\n\r\n<p>Your request to join the&nbsp;campaign was rejected by the admin.&nbsp;</p>\r\n\r\n<p>&nbsp;</p>', NULL, '2023-06-12-648709ce3e893.png', '2023-06-12-648709ce3ead2.png', NULL, '', '', 'Please contact us for any queries; we’re always happy to help.', '© 2023 6amMart. All rights reserved.', 'store', 'campaign_deny', '7', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2023-06-12 18:04:30', '2023-06-12 20:06:55', NULL),
(16, 'Your Registration is Completed!', '<p>Dear User,</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>We&rsquo;ve received your Deliveryman Registration Request.</p>\r\n\r\n<p>Soon you&rsquo;ll know if your Deliveryman registration is accepted or declined by the Admin.&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Stay Tuned!</p>\r\n\r\n<p>&nbsp;</p>', NULL, NULL, NULL, '2023-06-12-64870c80bb7bb.png', '', '', 'Please contact us for any queries; we’re always happy to help.', '© 2023 6amMart. All rights reserved.', 'dm', 'registration', '5', 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, '2023-06-12 18:16:00', '2023-06-12 18:16:00', NULL),
(17, 'Congratulations! Your Registration is Approved!', '<p>Dear User,</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Your registration is approved by the Admin.&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>Here&rsquo;s what to do next:&nbsp;</strong></p>\r\n\r\n<ol>\r\n	<li>Download the Deliveryman app</li>\r\n	<li>Login with below credentials.</li>\r\n</ol>\r\n\r\n<p><strong>After that,</strong> please set up your account and start delivery!&nbsp;</p>\r\n\r\n<p><br />\r\n<strong>Click here</strong><strong> to download the app&rarr; </strong><a href=\"https://play.google.com/store/apps/details?id=com.sixamtech.sixam_mart_delivery_app&amp;pli=1\">https://play.google.com/store/apps/details?id=com.sixamtech.sixam_mart_delivery_app&amp;pli=1</a></p>\r\n\r\n<p>&nbsp;</p>', NULL, NULL, NULL, '2023-06-12-64870cebc5fc6.png', '', '', 'Please contact us for any queries; we’re always happy to help.', '© 2023 6amMart. All rights reserved.', 'dm', 'approve', '5', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2023-06-12 18:17:47', '2023-06-12 20:09:23', NULL),
(18, 'Your Registration is Rejected', '<p>Dear User,&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>We&rsquo;re sorry to announce that your Deliveryman registration was rejected by the Admin.&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>To find out more please contact us.</p>\r\n\r\n<p>&nbsp;</p>', NULL, NULL, NULL, '2023-06-12-64870da0bf819.png', '', '', 'Please contact us for any queries; we’re always happy to help.', '© 2023 6amMart. All rights reserved.', 'dm', 'deny', '5', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2023-06-12 18:20:48', '2023-06-12 18:20:48', NULL),
(19, 'Your Account is Suspended.', '<p>Dear User,</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Your Deliveryman account has been suspended by the Admin/Store.&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Please contact related person to know more.</p>\r\n\r\n<p>&nbsp;</p>', NULL, '2023-06-12-64870e1ba4908.png', '2023-06-12-64870e1ba4cd1.png', NULL, '', '', 'Please contact us for any queries; we’re always happy to help.', '© 2023 6amMart. All rights reserved.', 'dm', 'suspend', '7', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2023-06-12 18:22:51', '2023-06-12 18:22:51', NULL),
(20, 'Cash Collected.', '<p>Dear User,</p>\r\n\r\n<p>The Admin has collected cash from you.&nbsp;</p>\r\n\r\n<p>&nbsp;</p>', NULL, NULL, NULL, '2023-06-12-64870ecf8ef10.png', 'See Details', '', 'Please contact us for any queries; we’re always happy to help.', '© 2023 6amMart. All rights reserved.', 'dm', 'cash_collect', '6', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2023-06-12 18:25:51', '2023-06-12 20:11:22', NULL),
(21, 'Reset Your Password', '<p>Please use this OTP to reset your Password&nbsp;&rarr;</p>\r\n\r\n<p>&nbsp;</p>', NULL, NULL, NULL, '2023-06-12-64870f8dcfcc5.png', '', '', 'Please contact us for any queries; we’re always happy to help.', 'Copyright 2023 6amMart. All right reserved.', 'dm', 'forget_password', '4', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2023-06-12 18:29:01', '2023-06-12 20:12:27', NULL),
(22, 'Your Registration is Successful!', '<p>Congratulations!</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>You&rsquo;ve successfully registered.</p>\r\n\r\n<p>&nbsp;</p>', NULL, NULL, NULL, '2023-06-12-64871218e4c0e.png', '', '', 'Please contact us for any queries; we’re always happy to help.', '© 2023 6amMart. All rights reserved.', 'user', 'registration', '5', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2023-06-12 18:39:52', '2023-06-12 18:39:52', NULL),
(23, 'Please Register with The OTP', '<p>ONE MORE STEP:&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Please copy the following OTP &amp; paste in on your sign-up page to complete your registration.</p>\r\n\r\n<p>&nbsp;</p>', NULL, NULL, NULL, '2023-06-12-648712f6a5196.png', '', '', 'Please contact us for any queries; we’re always happy to help.', '© 2023 6amMart. All rights reserved.', 'user', 'registration_otp', '4', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2023-06-12 18:43:34', '2023-06-12 20:13:03', NULL),
(24, 'Confirm Your Login.', '<p>Please copy the following OTP &amp; paste in on your Log in page to confirm your account.</p>\r\n\r\n<p>&nbsp;</p>', NULL, NULL, NULL, '2023-06-12-648713d7b9612.png', '', '', 'Please contact us for any queries; we’re always happy to help.', '© 2023 6amMart. All rights reserved.', 'user', 'login_otp', '4', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2023-06-12 18:46:46', '2023-06-12 20:13:41', NULL),
(25, 'Please Verify Your Delivery.', '<p>Please give the following OTP to your Deliveryman to ensure your order.</p>\r\n\r\n<p><strong>7 5 8 9 4 3 </strong></p>\r\n\r\n<p>&nbsp;</p>', NULL, NULL, NULL, '2023-06-12-648714cf7f15a.png', '', '', 'Please contact us for any queries; we’re always happy to help.', '© 2023 6amMart. All rights reserved.', 'user', 'order_verification', '4', 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, '2023-06-12 18:51:27', '2023-06-12 18:51:27', NULL),
(26, 'Your Order is Successful', '<p>Hi <strong>{userName}</strong>,</p>\r\n\r\n<p>Your order is successful. Please find your invoice below.</p>\r\n\r\n<p>&nbsp;</p>', NULL, NULL, NULL, NULL, 'Track Order', '', 'Please contact us for any queries; we’re always happy to help.', '© 2023 6amMart. All rights reserved.', 'user', 'new_order', '3', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2023-06-12 18:52:36', '2023-06-12 20:16:37', NULL),
(27, 'Refund Order', '<p>Hi <strong>{userName}</strong>,</p>\r\n\r\n<p>We&rsquo;ve refunded your requested amount. Please find your refund invoice below.</p>\r\n\r\n<p>&nbsp;</p>', NULL, NULL, NULL, NULL, '', '', 'Please contact us for any queries; we’re always happy to help.', '© 2023 6amMart. All rights reserved.', 'user', 'refund_order', '9', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2023-06-12 18:53:40', '2023-06-12 20:18:12', NULL),
(28, 'Reset Your Password', '<p>Please copy the following OTP &amp; paste in on your Log in page to&nbsp;reset your Password.</p>', NULL, NULL, NULL, '2023-06-12-64872af38ecfb.png', '', '', 'Please contact us for any queries; we’re always happy to help.', '© 2023 6amMart. All rights reserved..', 'user', 'forget_password', '4', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2023-06-12 18:54:59', '2023-06-12 20:25:55', NULL),
(29, 'Your Refund Request was Rejected.', '<p>Dear User,</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>The amount you request for a refund was rejected by the Admin.&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>To know more please contact us.</p>\r\n\r\n<p>&nbsp;</p>', NULL, NULL, '2023-06-12-648716141b3fd.png', NULL, '', '', 'Please contact us for any queries; we’re always happy to help.', '© 2023 6amMart. All rights reserved.', 'user', 'refund_request_deny', '8', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2023-06-12 18:56:52', '2023-06-12 18:56:52', NULL),
(30, 'Fund Added to your Wallet.', '<p>Dear <strong>{userName}</strong>,</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>The Admin has sent fund to your Wallet. Please check your wallet.</p>\r\n\r\n<p>&nbsp;</p>', NULL, NULL, NULL, '2023-06-12-64871653198e0.png', 'Check Status', '', 'Please contact us for any queries; we’re always happy to help.', '© 2023 6amMart. All rights reserved.', 'user', 'add_fund', '6', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2023-06-12 18:57:55', '2023-06-12 20:23:47', NULL);

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

--
-- Table structure for table `email_verifications`
--

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

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

--
-- Table structure for table `employee_roles`
--

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

--
-- Dumping data for table `employee_roles`
--

INSERT INTO `employee_roles` (`id`, `name`, `modules`, `status`, `created_at`, `updated_at`, `store_id`) VALUES
(1, 'MANAGER', '[\"item\",\"order\",\"store_setup\",\"wallet\",\"bank_info\",\"employee\",\"my_shop\",\"campaign\",\"reviews\",\"pos\",\"chat\"]', 1, '2024-10-11 02:02:08', '2024-10-11 02:02:08', 1);

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

--
-- Table structure for table `expenses`
--

CREATE TABLE `expenses` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(255) NOT NULL DEFAULT 'custom',
  `amount` decimal(23,3) NOT NULL DEFAULT 0.000,
  `order_id` bigint(20) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `description` text DEFAULT NULL,
  `created_by` varchar(50) DEFAULT 'admin',
  `store_id` bigint(20) UNSIGNED DEFAULT NULL,
  `delivery_man_id` bigint(20) UNSIGNED DEFAULT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `trip_id` bigint(20) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `expenses`
--

INSERT INTO `expenses` (`id`, `type`, `amount`, `order_id`, `created_at`, `updated_at`, `description`, `created_by`, `store_id`, `delivery_man_id`, `user_id`, `trip_id`) VALUES
(1, 'discount_on_product', 3.600, 100002, '2024-10-11 03:10:02', '2024-10-11 03:10:02', '', 'vendor', 1, NULL, NULL, NULL),
(2, 'discount_on_product', 0.400, 100002, '2024-10-11 03:10:02', '2024-10-11 03:10:02', '', 'admin', NULL, NULL, NULL, NULL),
(3, 'discount_on_product', 3.600, 100005, '2024-10-11 03:15:54', '2024-10-11 03:15:54', '', 'vendor', 1, NULL, NULL, NULL),
(4, 'discount_on_product', 0.400, 100005, '2024-10-11 03:15:54', '2024-10-11 03:15:54', '', 'admin', NULL, NULL, NULL, NULL);

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

--
-- Table structure for table `external_configurations`
--

CREATE TABLE `external_configurations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `key` varchar(255) NOT NULL,
  `value` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `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 `flash_sales`
--

CREATE TABLE `flash_sales` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `module_id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(100) DEFAULT NULL,
  `is_publish` tinyint(1) NOT NULL DEFAULT 1,
  `admin_discount_percentage` double(24,3) NOT NULL,
  `vendor_discount_percentage` double(24,3) NOT NULL,
  `start_date` datetime DEFAULT NULL,
  `end_date` datetime DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `flash_sales`
--

INSERT INTO `flash_sales` (`id`, `module_id`, `title`, `is_publish`, `admin_discount_percentage`, `vendor_discount_percentage`, `start_date`, `end_date`, `created_at`, `updated_at`) VALUES
(1, 4, 'Flash Sale', 1, 50.000, 50.000, '2026-01-07 00:01:00', '2026-06-30 23:59:00', '2026-01-08 18:32:20', '2026-01-08 18:32:24');

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

--
-- Table structure for table `flash_sale_items`
--

CREATE TABLE `flash_sale_items` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `flash_sale_id` bigint(20) UNSIGNED NOT NULL,
  `item_id` bigint(20) UNSIGNED NOT NULL,
  `stock` int(11) NOT NULL,
  `sold` int(11) NOT NULL DEFAULT 0,
  `available_stock` int(11) NOT NULL,
  `discount_type` varchar(255) NOT NULL,
  `discount` double(23,3) NOT NULL DEFAULT 0.000,
  `discount_amount` double(23,3) NOT NULL DEFAULT 0.000,
  `price` double(23,3) NOT NULL DEFAULT 0.000,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `flash_sale_items`
--

INSERT INTO `flash_sale_items` (`id`, `flash_sale_id`, `item_id`, `stock`, `sold`, `available_stock`, `discount_type`, `discount`, `discount_amount`, `price`, `status`, `created_at`, `updated_at`) VALUES
(1, 1, 13, 10, 0, 10, 'percent', 10.000, 105.000, 945.000, 1, '2026-01-08 18:32:48', '2026-01-08 18:32:48'),
(2, 1, 108, 12, 2, 10, 'percent', 5.000, 14.950, 284.050, 1, '2026-01-08 18:32:56', '2026-04-12 14:37:00'),
(3, 1, 109, 13, 0, 13, 'percent', 4.000, 63.960, 1535.040, 1, '2026-01-08 18:33:03', '2026-01-08 18:33:03'),
(4, 1, 116, 14, 0, 14, 'amount', 10.000, 10.000, 1289.000, 1, '2026-01-08 18:33:17', '2026-01-08 18:33:17'),
(5, 1, 111, 14, 0, 14, 'percent', 10.000, 299.900, 2699.100, 1, '2026-01-08 18:33:31', '2026-01-08 18:33:31');

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

--
-- Table structure for table `flutter_special_criterias`
--

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

--
-- Dumping data for table `flutter_special_criterias`
--

INSERT INTO `flutter_special_criterias` (`id`, `title`, `image`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Easy Checkout & Payment system', '2024-04-20-662392f3a50ea.png', 1, '2023-08-16 00:09:00', '2024-04-20 05:44:06'),
(2, 'Excellent Shopping Experience', '2024-04-20-66239c9904a21.png', 1, '2024-04-20 05:44:41', '2024-04-20 05:44:41'),
(3, 'Thousands of stores', '2024-04-20-66239cb4406a9.png', 1, '2024-04-20 05:45:08', '2024-04-20 05:45:08');

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

--
-- Table structure for table `f_a_q_s`
--

CREATE TABLE `f_a_q_s` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `question` varchar(255) NOT NULL,
  `answer` text NOT NULL,
  `page_type` varchar(255) DEFAULT NULL,
  `user_type` varchar(255) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `generic_names`
--

CREATE TABLE `generic_names` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `generic_name` 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;

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

--
-- Table structure for table `guests`
--

CREATE TABLE `guests` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `ip_address` varchar(255) DEFAULT NULL,
  `fcm_token` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `guests`
--

INSERT INTO `guests` (`id`, `ip_address`, `fcm_token`, `created_at`, `updated_at`) VALUES
(1, '66.249.80.99', 'BLACKLISTED', '2024-04-19 23:59:46', '2024-04-19 23:59:46'),
(2, '61.247.177.142', NULL, '2024-04-20 00:16:22', '2024-04-20 00:16:22'),
(3, '74.125.215.160', '@', '2024-04-20 00:30:17', '2024-04-20 00:30:17'),
(4, '61.247.177.142', '@', '2024-04-20 00:35:00', '2024-04-20 00:35:00'),
(5, '66.102.8.36', '@', '2024-04-20 00:38:01', '2024-04-20 00:38:01'),
(6, '61.247.177.142', '@', '2024-04-20 00:39:09', '2024-04-20 00:39:09'),
(7, '61.247.177.142', '@', '2024-04-20 01:26:20', '2024-04-20 01:26:20'),
(8, '61.247.177.142', '@', '2024-04-20 01:26:20', '2024-04-20 01:26:20'),
(9, '61.247.177.142', NULL, '2024-04-20 01:27:30', '2024-04-20 01:27:30'),
(10, '106.215.108.16', '@', '2024-07-11 07:40:51', '2024-07-11 07:40:51'),
(11, '120.138.12.144', '@', '2024-10-09 21:48:09', '2024-10-09 21:48:09'),
(12, '110.224.138.54', '@', '2024-10-11 01:02:24', '2024-10-11 01:02:24'),
(13, '59.103.35.45', 'diGWlSPwSNiAYD9lwmNwA6:APA91bFUhIUdGOw6USQfvMUFiPQO3aQjQ8d4eaw2Jr9dH1togyxavNNuTmb8AkMOFQSvqsHgEj0nepMcfmh4SeE0aw5PhdQ9-_2MJ9EkeYCBoBXbJF3cdNQ', '2025-09-24 13:38:57', '2025-09-24 13:38:57'),
(14, '59.103.35.45', 'e0LBL2ObQS2sZtp7fz0apG:APA91bFOLQ3iljILKudtD6YcHrFzGP3T7RwF6LmdzRiYKuMPiU2M8KGi2Y0_PGY_PI4BbS5OcThM0sW-B49_97UtymrcXwCN3IF_WKAknGZWxfMN3AocGvA', '2025-09-24 14:32:44', '2025-09-24 14:32:44'),
(15, '106.208.103.221', 'eA6Rg8uAQxm3cIeJoCxKXZ:APA91bG_VfRrFcDemhcStDtBOx7NjhGXZgiNkbVRBlcCcF3pHHhmk4jCY_dWxXkPqPQhc8jbGvNQBfqdqovznmEtPXWmk73_A_D-Yp6tB-OZaQSZ2CRxPlg', '2025-09-26 15:03:54', '2025-09-26 15:03:54'),
(16, '223.235.19.230', 'f_Cl-9tuSzOExx-9FspYPt:APA91bGqwvpGWDjxF0k5haV9DRwQKQWj4J_9EZbU4-WnvbxFmjPC1JpMWWlWLt_drE-P5e8xmCJSwY5AJpDu1Lign9RI70zkqtV-Fl4KWjuhH8WiH9o6_RM', '2025-09-26 15:34:32', '2025-09-26 15:34:32'),
(17, '122.182.145.195', 'fs6JIcQPRHeaTuhi27SEL0:APA91bGD8el8eDZz22fAMF1Ahdm2ZoTCywC6wTHxBxXW3SaHK9VmisgyXgL_X2F1lDrBV7_V0-sNr6mGEmoPb-R0UX16JAvCgM5hO5JmIai9FrNXe2U2Xqg', '2025-09-28 20:09:47', '2025-09-28 20:09:47'),
(18, '2a02:8440:260e:68c::645e:113b', 'fuOTypNlQFCAjGWHwxrVGk:APA91bFLGU8F-tEIWBjg_VFXGWqpTyZGAqIzjBQvUmn07ME7PfHcVQ6N01YJwbGmbcD5PLeNqjsLmVuetn2cnMurnU3C8pLkcz0K_m0iO_DU54f3KAZFSHE', '2025-09-28 21:03:03', '2025-09-28 21:03:03'),
(19, '122.182.145.195', 'eY3LaFSKSRyoxtFdHn-9k2:APA91bHHISFdckx_jgBnRrSZHr1rvlb0imXpSjGd1Bn68av-Ml23R8xQcsASyq_nU4P29yYgQJRtfdakc5VW3vxd50H7Ffazt-E52gU4t2p40HY6mVaGm2U', '2025-09-28 21:36:10', '2025-09-28 21:36:10'),
(20, '122.182.145.195', 'eY3LaFSKSRyoxtFdHn-9k2:APA91bHHISFdckx_jgBnRrSZHr1rvlb0imXpSjGd1Bn68av-Ml23R8xQcsASyq_nU4P29yYgQJRtfdakc5VW3vxd50H7Ffazt-E52gU4t2p40HY6mVaGm2U', '2025-09-28 21:39:20', '2025-09-28 21:39:20'),
(21, '122.182.145.195', 'fs6JIcQPRHeaTuhi27SEL0:APA91bGD8el8eDZz22fAMF1Ahdm2ZoTCywC6wTHxBxXW3SaHK9VmisgyXgL_X2F1lDrBV7_V0-sNr6mGEmoPb-R0UX16JAvCgM5hO5JmIai9FrNXe2U2Xqg', '2025-09-28 22:32:47', '2025-09-28 22:32:47'),
(22, '2a02:8440:250d:2cb7::6376:46d', 'du3pUhg8T1y0SyD3I6krj4:APA91bEIp_-f1aP_QqEO_bz9c2WjUXcrXv1pBiakEdve7cSg7XqGm9zI6nfck9BTcQ1bmyGf1plaYGEk9340oxFTwm1JAdHnsL8e9sP4PZ7C1-vpDXnYJT4', '2025-09-28 23:01:05', '2025-09-28 23:01:05'),
(23, '2409:40e4:1051:c9ad:8000::', 'eS1CP4w2SRGYCGQ1snpFgA:APA91bFgoVpq0xaesbRrwAzZE6EGhA7mNwPP0WCqKuhhACoAdk_z_g4O4W43KOtxPjDG4oEk3wbWxVv1fSXTY15KUGyzu0RTGSGOucU5Wp8QvBNtxyMzWf0', '2025-09-29 11:27:34', '2025-09-29 11:27:34'),
(24, '122.182.145.195', 'eD15r-zoTbuG6JtTkBDVs2:APA91bF-nbl-fK2OkR4j57A5TRAvdCrSyF9cGXGLm-h3Cvfih8Ja2wNuF6tUYEZDw9eZZCNl4Ms-ckwwe7V44_3FYZvYVHsoXriWCy6ob_kYQYeLm6SllXY', '2025-09-30 15:06:23', '2025-09-30 15:06:23'),
(25, '2409:40e6:25c:31ea:1d65:a580:52ab:b87c', 'e1rvAkBEQ82noxXUdIhatc:APA91bH6xVW3qQiq49y24puxFp0p2UnMnbsAoQ1XgKih6bF8AGI8Fn-lSNtRh--kD-zfnPGbdk2nnDR1AsAtq4D9s0-O6v_g3UmBaQ9Dht6w-OcgXg_KPGY', '2025-10-02 13:08:38', '2025-10-02 13:08:38'),
(26, '2409:40e6:25c:31ea:1d65:a580:52ab:b87c', 'e1rvAkBEQ82noxXUdIhatc:APA91bH6xVW3qQiq49y24puxFp0p2UnMnbsAoQ1XgKih6bF8AGI8Fn-lSNtRh--kD-zfnPGbdk2nnDR1AsAtq4D9s0-O6v_g3UmBaQ9Dht6w-OcgXg_KPGY', '2025-10-02 13:08:39', '2025-10-02 13:08:39'),
(27, '110.224.102.125', 'e1zJ1yVJSpubfYmvGqtuS0:APA91bHp2DBctbmILe15Brd9GkkDQ4ZL8Od7x0IpKaqyvu5oWBtOtKmJ2lUIc_lxPJT-thwsbZa4VH3WjCeD_7Qb4gz1mIokmpdRgLBIHDI9oUtMuDpKufw', '2025-10-02 14:31:41', '2025-10-02 14:31:41'),
(28, '2401:4900:b2e4:a1e5:9527:b80d:1287:32d0', 'fGy-6hcGRjSwlqbSq4Ok-z:APA91bHiHljp9IZuzIMj-X9MjF5fFCYljSbwyDy1oQ50AMO3bY73LbZHNONgA-sgw_L0Kj6pLMov7XooQdwqMdM_ZHtD1NyXyeUsZaYdETtYQJTDWYEXqZM', '2025-10-02 14:44:23', '2025-10-02 14:44:23'),
(29, '152.56.146.170', 'fSEmGX3JSUaVshPZRvDKir:APA91bF7wb0Zujn5Uo1PlhBWT7_FXfzxJ5pyUlwCWVH3ToesxkLctVh9k4rdabDpmDY28KcEG0T9PyTciibKX1ynPFhoXkKREbxfts-YRQhrNEn6SAj0TxQ', '2025-10-02 14:53:08', '2025-10-02 14:53:08'),
(30, '202.86.217.18', 'fy9aZSx1SrKhb5LutBl68R:APA91bF29c9BxxqncH_ksid78XWD5uDtb9K8AWsBLKg05Sh7pIEMCQAbPhYcZ0U0SA3KmrNhdCV023FziVjHzaDwEC-pph3j9L0o4RmOrU7PUf17g-OtWfI', '2025-10-02 17:40:24', '2025-10-02 17:40:24'),
(31, '86.97.190.38', 'dblsmlJCReOw08rRqxrJNt:APA91bFs_4JKltOLWO_jXCfDbypQcfF0E3GA4wQNgBhEXgxecVa63g9hkL7Zg5LL3fGNQwhFgLXXg1K7xFz8wy7c49wXgPpdcA8EmxOzdFUDMZEQTGBzRo4', '2025-10-02 23:46:09', '2025-10-02 23:46:09'),
(32, '2409:40c4:200d:e503:8000::', 'dwe-yuEaSRmk2gUYKeqDlM:APA91bGi1TgD2Ej2213NpWeLVI6Yx2zpIzk4uJFZAF2wGBmBWCxohjp3MUZHPgMEF4gLIdt_oAUrZgCPMokXtikDnjXTQfIRL4zLVDBAhuW5dqJn2JVkIto', '2025-10-03 15:40:40', '2025-10-03 15:40:40'),
(33, '2409:40c4:200d:e503:8000::', 'dwe-yuEaSRmk2gUYKeqDlM:APA91bGi1TgD2Ej2213NpWeLVI6Yx2zpIzk4uJFZAF2wGBmBWCxohjp3MUZHPgMEF4gLIdt_oAUrZgCPMokXtikDnjXTQfIRL4zLVDBAhuW5dqJn2JVkIto', '2025-10-03 15:40:42', '2025-10-03 15:40:42'),
(34, '66.249.88.197', '@', '2025-10-03 20:12:58', '2025-10-03 20:12:58'),
(35, '2409:40f0:1029:efbb:8000::', 'fKzR9sN3STml187CQTWw0c:APA91bFptyvliSsXcK5lY9FSzeOrrk1_dcdob6pHykYILsuxyZKhZjT-aBeBqQ6l5iyfnc3SlK8Tgcl-O3Q587R7APZhYymG0d2GdTNdM64gbIOhlVa-RGs', '2025-10-04 14:33:49', '2025-10-04 14:33:49'),
(36, '2409:40f0:1029:efbb:8000::', 'fKzR9sN3STml187CQTWw0c:APA91bFptyvliSsXcK5lY9FSzeOrrk1_dcdob6pHykYILsuxyZKhZjT-aBeBqQ6l5iyfnc3SlK8Tgcl-O3Q587R7APZhYymG0d2GdTNdM64gbIOhlVa-RGs', '2025-10-04 14:33:50', '2025-10-04 14:33:50'),
(37, '106.220.61.227', 'd2hyQJIRSgC6EALNumvpBz:APA91bH229ofvdOtdJfYami7GtfnrFEcol1KtBiJR5Vql1fDAkLlvDDvsI2KTZLaDqc3g5244-o4RDBMloDx_5O1CbAeBSG8-MTXFWt851MhkfBCLskK7a0', '2025-10-04 16:20:11', '2025-10-04 16:20:11'),
(38, '2409:40f0:5014:eceb:8000::', 'exuxj2GlQF2WYSiFLzYHLk:APA91bFEZLyMZkQaUEn7WqIr8qt3AIiQXtZ9tuEvamNX8bfthM14bmCTm7v0wTErc3ll5b6KDawGdo2PCU8a7PJC4XZkMAXTWj3yrnTuLDPC9kb-xeOVWUw', '2025-10-04 16:54:59', '2025-10-04 16:54:59'),
(39, '157.50.73.242', 'exuxj2GlQF2WYSiFLzYHLk:APA91bFEZLyMZkQaUEn7WqIr8qt3AIiQXtZ9tuEvamNX8bfthM14bmCTm7v0wTErc3ll5b6KDawGdo2PCU8a7PJC4XZkMAXTWj3yrnTuLDPC9kb-xeOVWUw', '2025-10-04 16:55:02', '2025-10-04 16:55:02'),
(40, '152.58.156.166', 'cYM18ZWdTYy1snFoTnJ2BJ:APA91bEcLxEUMU09e88PqZrO7lYmCJiXtTZHSxYVH_zjL2ZdTRU_uITQd7UrB7srH8SY4fLsqvUEmkE6uflhoeAf1Lg9136wQVZvGzIoO8gpsJ_cZc-L8gQ', '2025-10-04 20:13:52', '2025-10-04 20:13:52'),
(41, '2409:40e3:101d:9ecd:8000::', 'cYM18ZWdTYy1snFoTnJ2BJ:APA91bEcLxEUMU09e88PqZrO7lYmCJiXtTZHSxYVH_zjL2ZdTRU_uITQd7UrB7srH8SY4fLsqvUEmkE6uflhoeAf1Lg9136wQVZvGzIoO8gpsJ_cZc-L8gQ', '2025-10-04 20:13:53', '2025-10-04 20:13:53'),
(42, '2409:40e3:101d:9ecd:8000::', 'cYM18ZWdTYy1snFoTnJ2BJ:APA91bEcLxEUMU09e88PqZrO7lYmCJiXtTZHSxYVH_zjL2ZdTRU_uITQd7UrB7srH8SY4fLsqvUEmkE6uflhoeAf1Lg9136wQVZvGzIoO8gpsJ_cZc-L8gQ', '2025-10-04 20:13:53', '2025-10-04 20:13:53'),
(43, '2409:40e0:100d:ea83:8000::', 'cvAMR2RSTBS5Yxv25S14rU:APA91bHtD7cAcENihVyUWK57NEDCHsJwnGXJZaiI-_wS2_qiU3rZkwc9aXTu6Dah21u6f_m7RMjoZV0tPC19LHmQH2h_Gf6rltTnhawjoNPbqCrQmKihOro', '2025-10-04 23:08:20', '2025-10-04 23:08:20'),
(44, '152.58.178.154', 'cvAMR2RSTBS5Yxv25S14rU:APA91bHtD7cAcENihVyUWK57NEDCHsJwnGXJZaiI-_wS2_qiU3rZkwc9aXTu6Dah21u6f_m7RMjoZV0tPC19LHmQH2h_Gf6rltTnhawjoNPbqCrQmKihOro', '2025-10-04 23:08:21', '2025-10-04 23:08:21'),
(45, '2409:4088:be8a:f4b::5c0a:6d06', 'fieTxvjIRoKmpMlMAqTFxY:APA91bE5GUZVV-nNGyy2dSO9C_GmKmJiaQ1e8Q-LB11rbnb9njeYLIn9orihc8bPnBN7WxIazGUpGKELeLbELUKQu3A5pWGhMW03hEAjh6IcSBFaKOYtyjc', '2025-10-05 14:08:44', '2025-10-05 14:08:44'),
(46, '203.9.210.22', 'cNZHZNOXTj6_DgOlG5DL6I:APA91bHBWVwKcH4vgjjWuvs2r65PQk9nBIFgAmhv6OQ6ZWm1wIe1DUxVsIFcPqMTOFOwTB2o0WXvgafW__bFrCNrXUliM5jC8jO7L-H3SdXHnHrdc1xVb0E', '2025-10-06 09:34:03', '2025-10-06 09:34:03'),
(47, '212.104.231.227', 'dOm-Et5sTE2--rJGU_IqMq:APA91bGRz-dzt1q27YaC0nsDqnpgqtIcnDwyfH7Tgrw0l1eJElluRspBYjkxwe-lT79yccVJICWQhpKKpaTKbpG8YgXKdrokIGIRbaHxQRWZYXc16iKBxLg', '2025-10-06 14:58:37', '2025-10-06 14:58:37'),
(48, '106.221.236.104', 'fTadTiI7SrSlOIu-nWBM9E:APA91bE1uQc4fzxwklOakBo8HAWWL7WK4YRarHaXkMVy8KPPcyDzKZ_8uzBLgkzGQD7BORjOhBn2bnAhjy9qLwtI6k6wxkTQdiT9xur_btjagiIH8bmXJxc', '2025-10-06 15:41:05', '2025-10-06 15:41:05'),
(49, '106.221.236.104', 'fTadTiI7SrSlOIu-nWBM9E:APA91bE1uQc4fzxwklOakBo8HAWWL7WK4YRarHaXkMVy8KPPcyDzKZ_8uzBLgkzGQD7BORjOhBn2bnAhjy9qLwtI6k6wxkTQdiT9xur_btjagiIH8bmXJxc', '2025-10-06 15:41:06', '2025-10-06 15:41:06'),
(50, '106.221.236.104', 'fTadTiI7SrSlOIu-nWBM9E:APA91bE1uQc4fzxwklOakBo8HAWWL7WK4YRarHaXkMVy8KPPcyDzKZ_8uzBLgkzGQD7BORjOhBn2bnAhjy9qLwtI6k6wxkTQdiT9xur_btjagiIH8bmXJxc', '2025-10-06 15:41:06', '2025-10-06 15:41:06'),
(51, '106.221.236.104', 'fTadTiI7SrSlOIu-nWBM9E:APA91bE1uQc4fzxwklOakBo8HAWWL7WK4YRarHaXkMVy8KPPcyDzKZ_8uzBLgkzGQD7BORjOhBn2bnAhjy9qLwtI6k6wxkTQdiT9xur_btjagiIH8bmXJxc', '2025-10-06 15:41:07', '2025-10-06 15:41:07'),
(52, '2409:40e0:101b:5732:8071:cdff:fe21:dc90', 'flKQ7K3jSXqnbxVb8GX_fl:APA91bEejNHnIlqCnug2kBlC4lJM5ih7yFcHlrd9K18FitXPC3rGEJG7PLhE1NPYIdQViNCbGOYa3kGdnFt_DnKCba3pavUvYyZt_fJLuKIVdwz7VN2Eny0', '2025-10-07 09:44:09', '2025-10-07 09:44:09'),
(53, '2409:40e0:101b:5732:8071:cdff:fe21:dc90', 'flKQ7K3jSXqnbxVb8GX_fl:APA91bEejNHnIlqCnug2kBlC4lJM5ih7yFcHlrd9K18FitXPC3rGEJG7PLhE1NPYIdQViNCbGOYa3kGdnFt_DnKCba3pavUvYyZt_fJLuKIVdwz7VN2Eny0', '2025-10-07 09:44:10', '2025-10-07 09:44:10'),
(54, '2401:4900:1c37:f45:39fb:e026:d863:e883', 'coRV_v9nSTiyl0Voy5qm4j:APA91bGA49VA5D0RBuTWExPn5TNPEiZD9F-e7r93UglmiuL7NLn78Madtx7D_le6GWiE6DDdyFtlh_iUHbY5sKrjIjUueKMiXvZwrP4zb6nWRNwpiruvRFA', '2025-10-07 14:28:49', '2025-10-07 14:28:49'),
(55, '2409:40c1:2002:c551:8000::', 'cXsii6y0RzWQ0DJaXB91Q_:APA91bFe6w1NdQMXDWs_cDvHocyVxwuGjK7lbCXmiPw2qNrrffKQ9dWBAHyod1GH3zk6hUiinvZFMicxsGHQYz5KJwcgZkef2dTQI-b6UEG_cvlMm-MAvlE', '2025-10-07 15:09:19', '2025-10-07 15:09:19'),
(56, '103.250.162.7', 'ez4K1eipSiWA5jE01Gw1YU:APA91bF3_NwKA69bO-l6XkihZbRDtfyPyVLzfXEtDEupXgi2VUDOgVHfMdnMexGher0ENRumkx3vvcDuZpRMmg-qc3DAOKP2rsTiAGMpMr6K-uzQKC-1cB4', '2025-10-07 16:46:44', '2025-10-07 16:46:44'),
(57, '103.250.162.7', 'ez4K1eipSiWA5jE01Gw1YU:APA91bF3_NwKA69bO-l6XkihZbRDtfyPyVLzfXEtDEupXgi2VUDOgVHfMdnMexGher0ENRumkx3vvcDuZpRMmg-qc3DAOKP2rsTiAGMpMr6K-uzQKC-1cB4', '2025-10-07 16:46:44', '2025-10-07 16:46:44'),
(58, '2401:4900:91cf:a609:1f28:1dfc:5a61:fd07', 'd7byI9bTSPuW1dRtX5zNEk:APA91bF7dntvAw0I1PrHR_fe-F2K8lncJ77fwBBJp_aFkAKgy0vC2F3e2v0XEISJZljX4hY9KeEHFUx2ZM1jmA0HWQeXFXZkx0Zq1xDghs77DEp0tvyoP9w', '2025-10-07 17:36:04', '2025-10-07 17:36:04'),
(59, '2409:40e3:17e:7ba8:f96c:a07f:af4c:f086', 'fDRlqXOoRMesxH6PkqvMMw:APA91bHxo-dG8E5ZOXmZF6Oz8s0-IfASXRjQgi7-YCV50_vndP290kT_aX17W-pZhNdSGyYAldekiBSawhIjtgBDpckwFPR3kEEhd0QYwfuU2ITkS0KVq_Q', '2025-10-08 13:57:33', '2025-10-08 13:57:33'),
(60, '2405:201:d016:58eb:b17e:8002:f83a:af15', 'fh1Q3pq2SA6GFx7gSfo7iW:APA91bG5j0RTTR-SXFA6CW8vO2ElIHvASYcMECNGBgGiJ7Bgy-jOZ00_GBFDfisFKQLl4SD2uXBZuE8e1IA0XYg8S2X1HjHu5gdXv4nC4Rc4MhgMea0S4d0', '2025-10-08 16:20:58', '2025-10-08 16:20:58'),
(61, '2401:4900:8819:4348:66cd:1d64:1a45:8ee9', 'dxQz09XmRxG4nhazsEoOoO:APA91bHHNYBJr8E5bYq172ljrbez4E1pKBXiegkTEAgoFvPuK-U-Td8UdwszgyoxnCCzA51jBIAg_I3LG_CNDNpyYV8WVgK62OvXv3_hhl7HTvp-jB8l_H8', '2025-10-08 16:58:11', '2025-10-08 16:58:11'),
(62, '2402:a00:401:fa03:f9c9:330a:534e:2e3f', 'esNTor74ScmAwZcsA86aRa:APA91bEaEvOFM2jmagHQH4nNhBHbYI6bZ9keCXoAqI0vaw0yJXmXgbirexLZihzMM7-joqUhUrXERFKMviA51XF4ubQmcCbTSnJpcfIlH2CSJAn-F6IuowM', '2025-10-08 17:20:56', '2025-10-08 17:20:56'),
(63, '103.240.204.181', 'esNTor74ScmAwZcsA86aRa:APA91bEaEvOFM2jmagHQH4nNhBHbYI6bZ9keCXoAqI0vaw0yJXmXgbirexLZihzMM7-joqUhUrXERFKMviA51XF4ubQmcCbTSnJpcfIlH2CSJAn-F6IuowM', '2025-10-08 17:20:57', '2025-10-08 17:20:57'),
(64, '38.41.16.50', 'dhcXQ5IVRSKIHKbSKFkRbO:APA91bHyxa9vlxl8xhkK-Xk78K-lnT0JoW3uf1lUqGliw4FKJW_RybCjCJXLudteJENxkW_x206xCIjF4j0mbDgATeQBsp9DCYwJhrVnH5yhel6w_vQlb8E', '2025-10-08 17:32:07', '2025-10-08 17:32:07'),
(65, '38.41.16.50', 'dhcXQ5IVRSKIHKbSKFkRbO:APA91bHyxa9vlxl8xhkK-Xk78K-lnT0JoW3uf1lUqGliw4FKJW_RybCjCJXLudteJENxkW_x206xCIjF4j0mbDgATeQBsp9DCYwJhrVnH5yhel6w_vQlb8E', '2025-10-08 17:32:08', '2025-10-08 17:32:08'),
(66, '38.41.16.50', 'dhcXQ5IVRSKIHKbSKFkRbO:APA91bHyxa9vlxl8xhkK-Xk78K-lnT0JoW3uf1lUqGliw4FKJW_RybCjCJXLudteJENxkW_x206xCIjF4j0mbDgATeQBsp9DCYwJhrVnH5yhel6w_vQlb8E', '2025-10-08 17:32:10', '2025-10-08 17:32:10'),
(67, '2401:4900:a051:b4a2:9c0d:15ff:fe3b:ade3', 'dazYbtJ8Sk2-F3a1TLGAMI:APA91bGThjQHOe3WhKw6fQbljrUuA6kpVcimhVI1rcYGrbyZWguHQy_Cwtl1yZ9V0bJRtsK3e80KSuk_qnUdETAWX1etiICz1bitTSpYLOWvYeIWWFqUX2Y', '2025-10-08 17:52:07', '2025-10-08 17:52:07'),
(68, '103.79.251.152', 'dJJ4d93MR0atNuvrLTJJag:APA91bEqdUAiu-L5tO6nh_hFmdXdZY1Wg5Xn9c-DnGJukfQhMgt1C5E8Jf7U0hNHxhV3xyCP27Ck0pPopTL8MS0a8rkVlPrrRKhnhwUqUMmAxGZMyAbI6eU', '2025-10-08 18:01:22', '2025-10-08 18:01:22'),
(69, '103.79.251.152', 'dJJ4d93MR0atNuvrLTJJag:APA91bEqdUAiu-L5tO6nh_hFmdXdZY1Wg5Xn9c-DnGJukfQhMgt1C5E8Jf7U0hNHxhV3xyCP27Ck0pPopTL8MS0a8rkVlPrrRKhnhwUqUMmAxGZMyAbI6eU', '2025-10-08 18:01:22', '2025-10-08 18:01:22'),
(70, '223.185.32.252', 'cmZBdKHgRRSZ02pUd3L2Nq:APA91bH4f-vYH2rAoxvErKsUu1Np83hUiC8mq1WNS0aYozeO3nMGf3OFW4eSmx6pVuLe1IYGxJ0cdJ4ERaiWqDwY7GTC-DWmE81aAdX0BMtDBIuaag7WgVA', '2025-10-08 18:12:50', '2025-10-08 18:12:50'),
(71, '2a00:f29:1147:be3e:c0f9:877d:c27a:6a18', 'fDNV750DReuafyAVs4Tf3e:APA91bEsc55bsr72RWtnvXTvVltcdOl2E4bT0GLQA9zgYJ3EU3oprO9724Uo1rUrrvzxBY4L4sKEnNJYetqjVBT76_fRY4__lfRUeM0tkZaevwiHrFES2SM', '2025-10-08 18:38:10', '2025-10-08 18:38:10'),
(72, '2409:40f0:1152:ead6:8000::', 'eGx7XrtASsSj4IJQC-p4Y5:APA91bGykb9RCQrB2sfu0Dc98485MuwqAFE9eoQwabuSyYqXss0CL3Bkj4bjPB5elQ51qnW-_GPfs22XsLmd0k_5rw-zq1JexeCxSd5yW18ldV4xCagHH3I', '2025-10-08 18:38:41', '2025-10-08 18:38:41'),
(73, '2409:40f0:1152:ead6:8000::', 'eGx7XrtASsSj4IJQC-p4Y5:APA91bGykb9RCQrB2sfu0Dc98485MuwqAFE9eoQwabuSyYqXss0CL3Bkj4bjPB5elQ51qnW-_GPfs22XsLmd0k_5rw-zq1JexeCxSd5yW18ldV4xCagHH3I', '2025-10-08 18:38:51', '2025-10-08 18:38:51'),
(74, '2409:40f0:1152:ead6:8000::', 'eGx7XrtASsSj4IJQC-p4Y5:APA91bGykb9RCQrB2sfu0Dc98485MuwqAFE9eoQwabuSyYqXss0CL3Bkj4bjPB5elQ51qnW-_GPfs22XsLmd0k_5rw-zq1JexeCxSd5yW18ldV4xCagHH3I', '2025-10-08 18:38:52', '2025-10-08 18:38:52'),
(75, '2409:40e3:103b:8a5f:8000::', 'cqHCcQ3tSMu_5ZNv3HwMnf:APA91bGUwDrKh_P6mWyn7ahEqdulch2VkYaC3YZkbuTewQ7TLjqQjtN7r4qx0kvpTQLx4HO7lWwenmf6j_xujJ5GPnUHMkQOcbiUgjTwsHNtHsyGWMbQfMU', '2025-10-08 18:42:12', '2025-10-08 18:42:12'),
(76, '223.233.83.174', 'dKA1j1CaT7ekrahLxKiqdR:APA91bHANViB0qNaXEUCu9O6FzNvfaEzjIFJnQFQG2-lj5SsNeelQdmSPGU0fa2YEmrZ4xeRWcLZ1FsAL4r9pB3Mtg3gfdcKpDjDg9hW0n_EIenJsBAJKaE', '2025-10-08 18:53:18', '2025-10-08 18:53:18'),
(77, '1.39.208.20', 'eudy09ISSKu4s9nVEtP_2t:APA91bFiZ_IdMF6LEKK5npOwwzHxoQwscUPlhrtbKrAjn4ZmH0Bx5-ozvXwss3U6zDKCAY8IPHFkatHwVIyXTPFkF0oVZC1QJOjwM3AlZIQqzP5csO2J5pY', '2025-10-08 19:03:29', '2025-10-08 19:03:29'),
(78, '1.39.208.20', 'eudy09ISSKu4s9nVEtP_2t:APA91bFiZ_IdMF6LEKK5npOwwzHxoQwscUPlhrtbKrAjn4ZmH0Bx5-ozvXwss3U6zDKCAY8IPHFkatHwVIyXTPFkF0oVZC1QJOjwM3AlZIQqzP5csO2J5pY', '2025-10-08 19:03:30', '2025-10-08 19:03:30'),
(79, '1.39.208.20', 'eudy09ISSKu4s9nVEtP_2t:APA91bFiZ_IdMF6LEKK5npOwwzHxoQwscUPlhrtbKrAjn4ZmH0Bx5-ozvXwss3U6zDKCAY8IPHFkatHwVIyXTPFkF0oVZC1QJOjwM3AlZIQqzP5csO2J5pY', '2025-10-08 19:03:30', '2025-10-08 19:03:30'),
(80, '223.185.234.44', 'cds2iojcSs24DoF9xaIpxU:APA91bGPP9rkT3E0hy632sfsj4VdBP7ielM6qVk3ZF-2_XwVZy6_YsqZiEwXr7b1qMbgbrAchO48PgjhBANW0v_fsudzskrVB78_T5M0cR1lpm1XTGn94ac', '2025-10-08 19:06:10', '2025-10-08 19:06:10'),
(81, '2409:40c1:4109:c86f:f829:cff:fee0:f3a3', 'cq8JFLTLQuuiW412HeVmY4:APA91bGv9GDQFpSBjlSWMVpRlmIHkW8M7aChq2seQAWzBs1JlHt61OM77vdxKzkBiIw3cpS6SooiFtr8ZRqgiOptow2-tKI1yWcX00GdDZ3JRLkELchjXJo', '2025-10-08 19:10:36', '2025-10-08 19:10:36'),
(82, '2401:4900:3b0c:a4ca:a471:334:5cc2:23d6', 'eS-WPzDzSdmmw5sMgGPkkD:APA91bET3miXGP-H4TpRgNXU-RhNyrJ736WbZPqVzk5kECdeIKGgc2702bH4OEPw_O4lria2IwoGsihKVW-jrnRV0g4hPR8LDJ9AlaRBkA6ATyg4G3u2Fx4', '2025-10-08 19:47:48', '2025-10-08 19:47:48'),
(83, '2409:40f4:ac:c11c:8000::', 'duE2gZFlTgC1Dn26nqFB0V:APA91bHXtFLmBPZCJCGIJWzcajD7YMkCtnm9aqz9sHfaDtPBu6ZFT69AXvungVdfvFCxNEGAgAgQNPXie9IUbPSTZbLLb_pe-aLoLcO6gmH1n0Eh703L8o8', '2025-10-08 19:57:05', '2025-10-08 19:57:05'),
(84, '2409:40f4:ac:c11c:8000::', 'duE2gZFlTgC1Dn26nqFB0V:APA91bHXtFLmBPZCJCGIJWzcajD7YMkCtnm9aqz9sHfaDtPBu6ZFT69AXvungVdfvFCxNEGAgAgQNPXie9IUbPSTZbLLb_pe-aLoLcO6gmH1n0Eh703L8o8', '2025-10-08 19:57:05', '2025-10-08 19:57:05'),
(85, '2409:40f4:ac:c11c:8000::', 'duE2gZFlTgC1Dn26nqFB0V:APA91bHXtFLmBPZCJCGIJWzcajD7YMkCtnm9aqz9sHfaDtPBu6ZFT69AXvungVdfvFCxNEGAgAgQNPXie9IUbPSTZbLLb_pe-aLoLcO6gmH1n0Eh703L8o8', '2025-10-08 19:57:06', '2025-10-08 19:57:06'),
(86, '103.184.127.203', 'evfl0VuwQXSJdgBgPVfNr3:APA91bGLbtbNg5j35_MkKHlQ8e74a7Y12FH4Sflo8rYa27aE_el-jRbUiW2ROMSdfOZ93C5qPGIU7De-9aKEwTK0oi6U6PdpX_dDfhrjVuhdGdgILDjMNV8', '2025-10-08 20:32:32', '2025-10-08 20:32:32'),
(87, '2401:4900:93f5:56bc:a382:a5e:358c:2052', '@', '2025-10-08 20:49:47', '2025-10-08 20:49:47'),
(88, '49.206.42.173', 'cMBSXHBfSdGLMJIWSKoIme:APA91bEWFyWaPOvvs8H8ZZi1bSvsS1BydDWFK2ICTrBPPVzdNLXe07ToCllsmF4bdx8fem_dzb1sj98F1aD9aWrKwITog7uJ1GZa0S0tzqVBix6BaxXB418', '2025-10-08 21:13:08', '2025-10-08 21:13:08'),
(89, '122.173.26.220', 'cyKHqmuLR4qzipF162YGj0:APA91bHvNTDkDhl5aSTKBMcSpgLUc54dJBwPHgE9ag5JvDrmql8CgBKEpfFH5bylMThBi4lgZtu-65voHW6W6yrYgeyzMhGSUrwreympfj_pFtd_ExsG3ws', '2025-10-08 21:18:06', '2025-10-08 21:18:06'),
(90, '122.173.26.220', 'cyKHqmuLR4qzipF162YGj0:APA91bHvNTDkDhl5aSTKBMcSpgLUc54dJBwPHgE9ag5JvDrmql8CgBKEpfFH5bylMThBi4lgZtu-65voHW6W6yrYgeyzMhGSUrwreympfj_pFtd_ExsG3ws', '2025-10-08 21:18:07', '2025-10-08 21:18:07'),
(91, '88.209.32.75', 'eP3dz5nPRuua9dMfL_ydBL:APA91bGh0B-ckasEL_jdQBheFc8VATfZcp1S20KTRnUc0BLocZzNmduVlvx5RSb5j6BxQJRRweUos9zZv8dW6hpg7PjA2h5WERUoVKmZrMpPjRigg9cNOWs', '2025-10-08 21:19:15', '2025-10-08 21:19:15'),
(92, '2405:201:c415:2022:1d46:57c1:5df6:79d9', 'c_Pfn4uTTdi6kgbHrJb9R0:APA91bHXu24AZCkmzL75xWSFspa5IGkTK3VmMtmqvCNhrtpN8PZ2Wv8AJmSggm8zGl_ohaw4KoUA1WkbZ0zK40sWZpKSBgseXA1TEkHQHedLxtuTUoQQsJA', '2025-10-08 21:24:43', '2025-10-08 21:24:43'),
(93, '152.59.174.210', 'crS1HWykTUu_PEU_egk3OA:APA91bE1nx3WuV5Nmho379s17SprdVOqd9XBBasClry7YMa1o9A8YwjynBsKFClVBjMwWjLO4uTXwSkXEVUAwQJCyMJcIsdiF6rdcgMrDasgx11aUWHINJM', '2025-10-08 23:05:57', '2025-10-08 23:05:57'),
(94, '2409:40d4:3011:e608:dd45:90e1:623a:b95d', 'f-YMMY46RMKkoeuXcOYM_r:APA91bEgYw4iBeWgnEynHMQpg2hLH_kiL55RYFXAUk6FIwBjngMChO1NpTe_fCo_--FM6osCD84UPqyG4Z_y9bg-xqt-LPQsvii_LSciWbXDzzOCRlMZnUw', '2025-10-09 09:35:52', '2025-10-09 09:35:52'),
(95, '2409:40d4:3011:e608:dd45:90e1:623a:b95d', 'f-YMMY46RMKkoeuXcOYM_r:APA91bEgYw4iBeWgnEynHMQpg2hLH_kiL55RYFXAUk6FIwBjngMChO1NpTe_fCo_--FM6osCD84UPqyG4Z_y9bg-xqt-LPQsvii_LSciWbXDzzOCRlMZnUw', '2025-10-09 09:35:53', '2025-10-09 09:35:53'),
(96, '223.226.77.187', 'emoylsfQSxqu-6Ysi_8Gk0:APA91bFMql0xSVx0dcnDi0-d9QFF9ZlpfY9Cy9xqqA4jsNSwYM29F1kxGKx0j177TJeZBDppYtcdVPzuIZ9k8kXzKIo-TFTvnbiAeKBPf2oBibnZ0r_5e8A', '2025-10-09 12:02:04', '2025-10-09 12:02:04'),
(97, '223.184.246.22', 'fQrFaVNOThS3mgH-3OFKRM:APA91bFkTCeS1rzxFxV4t1NKvxKMyt-NMkKwFZMMxrioDS3DjqaDE-ulQlcX4xLfMdx5mgML6LbqY4nLG_IJqT07Q0EB6MZb6xKQsWc7oM_zC4hIDDT_JCs', '2025-10-09 13:26:51', '2025-10-09 13:26:51'),
(98, '223.184.246.22', 'fQrFaVNOThS3mgH-3OFKRM:APA91bFkTCeS1rzxFxV4t1NKvxKMyt-NMkKwFZMMxrioDS3DjqaDE-ulQlcX4xLfMdx5mgML6LbqY4nLG_IJqT07Q0EB6MZb6xKQsWc7oM_zC4hIDDT_JCs', '2025-10-09 13:26:52', '2025-10-09 13:26:52'),
(99, '88.209.32.75', 'dSxoaXaWRkiLuCYFQKSPwD:APA91bGKdcrxpJZp9Uu3S63hCz6HpXijKfld112ARpBUT8Y3Zto19CWnegBFSywk9gqXElJn1KLJBZCufg0dcnFGy7l6zmUVfpSrUoqDa7vbbpl3oxxaQAw', '2025-10-09 21:51:17', '2025-10-09 21:51:17'),
(100, '88.209.32.75', 'dSxoaXaWRkiLuCYFQKSPwD:APA91bGKdcrxpJZp9Uu3S63hCz6HpXijKfld112ARpBUT8Y3Zto19CWnegBFSywk9gqXElJn1KLJBZCufg0dcnFGy7l6zmUVfpSrUoqDa7vbbpl3oxxaQAw', '2025-10-09 21:51:18', '2025-10-09 21:51:18'),
(101, '2409:40f2:104a:77d4:8000::', 'eTuCHVtITBevzoMlXTV8CZ:APA91bFzCizpviVY_fy1aHglA0aVZJX7L59bhStKddpmFwK36yPX4LGYz-kqhKK1cI0bmqmYgo5v0kD0y9G_AJVAdzI4q2x-4TYZQV49_D7ATWusyHb8os0', '2025-10-10 00:35:38', '2025-10-10 00:35:38'),
(102, '74.125.212.134', '@', '2025-10-10 00:37:00', '2025-10-10 00:37:00'),
(103, '49.37.235.202', 'ebfLg18BTyuacURmpZI60X:APA91bGM8zAMmnUfAowV5l8mWGUag3IRWpNfMPgdMW9sgXXbkORjuDBOf3hAtQzgWUUFxUlcHcsKxu4SfdVL4queFb5bmlhZ-ltiia9h5lmQIx0GtGI7-2c', '2025-10-10 06:19:13', '2025-10-10 06:19:13'),
(104, '2409:40d4:204a:9664:e091:dcff:fed2:eec3', 'ce4cLFz-SAC5oKrRmL4oeO:APA91bEHI9qRLbbU-k31h3LKKgY3Xa0XMeb9c0kQM93UjcRk6by8BmjULcs9DGWmt-ZIzueGd4GHSy5qv8x1nFaNqv9cm8i6Zbpx_TGT3msOXsA4nl0kw_A', '2025-10-10 06:26:38', '2025-10-10 06:26:38'),
(105, '2409:40c2:116f:23d9:8000::', 'dAm5O8EFSNSGZAun6sBrS3:APA91bFA_u3ByheXO6De3h_h8VijUGtelvSt9Jnl1QI5o5AZsvZfDELE47gAexCJDlvuA2_OHyXcvlbuSi2SRH-rRX1IPylju--faKbzRl5EsIdq1enB87E', '2025-10-10 11:28:16', '2025-10-10 11:28:16'),
(106, '2409:40c2:116f:23d9:8000::', 'dAm5O8EFSNSGZAun6sBrS3:APA91bFA_u3ByheXO6De3h_h8VijUGtelvSt9Jnl1QI5o5AZsvZfDELE47gAexCJDlvuA2_OHyXcvlbuSi2SRH-rRX1IPylju--faKbzRl5EsIdq1enB87E', '2025-10-10 11:28:17', '2025-10-10 11:28:17'),
(107, '105.112.26.17', 'c7PGouxtRNuumMhOSWAxc5:APA91bHobF7JgJ-06iw7F-REXEPf0J1aARUm6iA2mbX0sMLf9vdP-Ap7fp4u-vpM4oH4Xtg2xJ3fTkji9tI3X_wjHhJHaAscdHdjGHlBDdunmjUt-iVkJSk', '2025-10-10 12:31:14', '2025-10-10 12:31:14'),
(108, '105.112.26.17', 'c7PGouxtRNuumMhOSWAxc5:APA91bHobF7JgJ-06iw7F-REXEPf0J1aARUm6iA2mbX0sMLf9vdP-Ap7fp4u-vpM4oH4Xtg2xJ3fTkji9tI3X_wjHhJHaAscdHdjGHlBDdunmjUt-iVkJSk', '2025-10-10 12:31:15', '2025-10-10 12:31:15'),
(109, '106.194.99.185', 'f9kBa9ATSAqpW1IRMZT2Qq:APA91bG7O-EWfJDNtBQ_iGnzGggUk0hsgN1EYb9ZkheQN7mtonbC_Yqp3J5TtJAzk1HjcM6dLndf57zL055sMF9B3jUnkh7215VGIqKWHtGeKKQFIETQoRU', '2025-10-10 17:52:00', '2025-10-10 17:52:00'),
(110, '2409:40f4:2012:e1b6:8000::', 'ff46VOi5SOqyXg100KLq9X:APA91bE7gEwxYnReily7k-vQcZzk33H312I910QECeIg2avUewl77rX8JGkGx3TmaLxbeOvKCJELIBqs0qMfIV2wXfnCWS1Qn7HZrmr8K1eKeGb5fP1fhUs', '2025-10-10 19:52:18', '2025-10-10 19:52:18'),
(111, '2409:40f4:2012:e1b6:8000::', 'ff46VOi5SOqyXg100KLq9X:APA91bE7gEwxYnReily7k-vQcZzk33H312I910QECeIg2avUewl77rX8JGkGx3TmaLxbeOvKCJELIBqs0qMfIV2wXfnCWS1Qn7HZrmr8K1eKeGb5fP1fhUs', '2025-10-10 19:52:20', '2025-10-10 19:52:20'),
(112, '2405:201:600d:5b40:3963:5f97:65c7:434d', 'crVYo6E7QaqXICHKZEoBUm:APA91bH9SplVn0kKNjkPWjaE7pCYbeyag9HevDPTtWvGe26WXDTv24n8-2dZELKrf3SVvvlw9-HW0ATkhGONhyIHN_ZREQnzQSVd6KZVSLcPxAnVhXdnrlo', '2025-10-10 22:19:23', '2025-10-10 22:19:23'),
(113, '2405:201:600d:5b40:3963:5f97:65c7:434d', 'crVYo6E7QaqXICHKZEoBUm:APA91bH9SplVn0kKNjkPWjaE7pCYbeyag9HevDPTtWvGe26WXDTv24n8-2dZELKrf3SVvvlw9-HW0ATkhGONhyIHN_ZREQnzQSVd6KZVSLcPxAnVhXdnrlo', '2025-10-10 22:19:23', '2025-10-10 22:19:23'),
(114, '2409:4089:adc3:1750:3d5d:6a32:a2a2:70dc', 'entH-i-vSeiVCjjVjS3xWz:APA91bF9VVFhDOcEe0trL7KAavLsVLBU1Qex34A45xI0HIZ9PbaaxIk6ODJYtigr5zcVEGJ_UMrb-Pa1J-6MorumQNX0K6tYz-aKB3dFT8lcAD7nYj9mYGs', '2025-10-10 22:44:21', '2025-10-10 22:44:21'),
(115, '182.68.220.125', 'eiXjFBgXT7qteYhCVFLj6E:APA91bHqxfzqZefoTFUYR1V6HVrZn5UpcGjuxo_AqE7b-PgsSKJZ629icc5gWEg1ulpbvStXQN8ybvtoFJNj8TwISPTBzBntKVKW1DApsekrAhA7b0AV3pE', '2025-10-11 17:06:51', '2025-10-11 17:06:51'),
(116, '182.68.220.125', 'eiXjFBgXT7qteYhCVFLj6E:APA91bHqxfzqZefoTFUYR1V6HVrZn5UpcGjuxo_AqE7b-PgsSKJZ629icc5gWEg1ulpbvStXQN8ybvtoFJNj8TwISPTBzBntKVKW1DApsekrAhA7b0AV3pE', '2025-10-11 17:06:51', '2025-10-11 17:06:51'),
(117, '103.132.181.206', 'etj2BhYuRYS9AHlrIeSivS:APA91bEIh46umoUd5AZSu6w5SqeDTQwtxk_oSY0U075V8ArVtE1Zv3kBzzl1POM-NQiWdWmfretVHPWfi5Ncz9zFPhHoFsC7-M4GNnsabaU_PxqbgZJAMnw', '2025-10-12 15:07:21', '2025-10-12 15:07:21'),
(118, '2409:40d4:4209:8857:d803:6c52:89f4:7215', 'dFT4ZaWsSJ-p-BPAqLgvBH:APA91bHLV4PcecHuowfsL0YVUIPIuLg8k70rIcZYJOxBndlnkyjHtxWAvGsSfjbtuuKsgS_IwD6dUSia_FZMuXMBa15sOXNtUnJk1fnlXh2lVnx3rI_u7ww', '2025-10-13 14:33:40', '2025-10-13 14:33:40'),
(119, '152.59.166.116', 'e5BQ7jWqTjqnWpfPtDa8lU:APA91bGh9hDzCCGkpQLl5No2we1Aj870RdV6yudREghJ-lhQj6epFxITZOVjADnPvxUruoloINNimcqhzkcES78O_iyyk0QshcqjOKpDzarA0zEXK7N9R2Y', '2025-10-13 16:42:51', '2025-10-13 16:42:51'),
(120, '223.233.84.153', 'd9Ej81VlTxiQBO5eqS3XIt:APA91bGhx-y6LWHyZiiQKGXSPektg1z7Xu5TXRJuB5_kqQDqMhVFAQZ8Rf4xGuQbjlmzu78_xKdEPmS_B3H14vYhQMenYQwcIph_9jRWFTbJYkCRq-IYmRU', '2025-10-13 17:21:13', '2025-10-13 17:21:13'),
(121, '223.233.84.153', 'd9Ej81VlTxiQBO5eqS3XIt:APA91bGhx-y6LWHyZiiQKGXSPektg1z7Xu5TXRJuB5_kqQDqMhVFAQZ8Rf4xGuQbjlmzu78_xKdEPmS_B3H14vYhQMenYQwcIph_9jRWFTbJYkCRq-IYmRU', '2025-10-13 17:21:14', '2025-10-13 17:21:14'),
(122, '2409:40d4:4206:d499:d803:6c52:89f4:7215', 'dOqApg3nT1SoVi95L3t9ci:APA91bEVe56KKTCW4y1FEyivufebORm7L33HY0RKXpWgUsP5UWrvgPb5orMGcFB-3xpDl4sNHJSIH0RxreIYb6OVi1ab1EnnXt7xMbYGT9MHNjRQ5A0sSNA', '2025-10-13 19:32:05', '2025-10-13 19:32:05'),
(123, '2409:40d4:4206:d499:d803:6c52:89f4:7215', 'dOqApg3nT1SoVi95L3t9ci:APA91bEVe56KKTCW4y1FEyivufebORm7L33HY0RKXpWgUsP5UWrvgPb5orMGcFB-3xpDl4sNHJSIH0RxreIYb6OVi1ab1EnnXt7xMbYGT9MHNjRQ5A0sSNA', '2025-10-13 19:32:06', '2025-10-13 19:32:06'),
(124, '49.156.88.169', 'euGWKS8cRJ2TR5lBkKrHZq:APA91bFgsbg9NQ2hBnPW9sz91PTtmBFHfoMRFq8ZMwcgFcBfvlZn92X1KSyIljVErEKlnSUiyIwwA5M7rza5k4CLv63NEY7wxBT2sIg0o3qo0YwkK6g9A4o', '2025-10-14 14:47:36', '2025-10-14 14:47:36'),
(125, '49.156.88.169', 'euGWKS8cRJ2TR5lBkKrHZq:APA91bFgsbg9NQ2hBnPW9sz91PTtmBFHfoMRFq8ZMwcgFcBfvlZn92X1KSyIljVErEKlnSUiyIwwA5M7rza5k4CLv63NEY7wxBT2sIg0o3qo0YwkK6g9A4o', '2025-10-14 14:47:38', '2025-10-14 14:47:38'),
(126, '49.156.88.169', 'euGWKS8cRJ2TR5lBkKrHZq:APA91bFgsbg9NQ2hBnPW9sz91PTtmBFHfoMRFq8ZMwcgFcBfvlZn92X1KSyIljVErEKlnSUiyIwwA5M7rza5k4CLv63NEY7wxBT2sIg0o3qo0YwkK6g9A4o', '2025-10-14 14:47:40', '2025-10-14 14:47:40'),
(127, '49.156.88.169', 'euGWKS8cRJ2TR5lBkKrHZq:APA91bFgsbg9NQ2hBnPW9sz91PTtmBFHfoMRFq8ZMwcgFcBfvlZn92X1KSyIljVErEKlnSUiyIwwA5M7rza5k4CLv63NEY7wxBT2sIg0o3qo0YwkK6g9A4o', '2025-10-14 14:47:42', '2025-10-14 14:47:42'),
(128, '2401:4900:1f37:d706:3d67:7ccb:707a:38a9', 'fb_8upRfQfyJ_tcdVB6u0k:APA91bH36nhttr1AH6bOhNcYbEO4k3UE4pUiHMrPnI1efjFeLhmfgr6jUZB4NokhgZ1ysB6uSkPXLMdTxVnWBi7tBbvvUCufdKLzLHeQ2mZM4ePrWR2bpgc', '2025-10-15 16:21:30', '2025-10-15 16:21:30'),
(129, '103.185.242.144', 'd3Tvs-IbS6aFp-c1Igd_5u:APA91bGGj5VOipwZsVUAHsdbt51ifFnjg5faUejfPSA9bSYGPR7vNfu7f1WwGcomJVPG2E9QDe5AoGHR8l-C_pK0wq4__vm21-Y0QEn966SOs16YDT9PGNI', '2025-10-16 09:03:33', '2025-10-16 09:03:33'),
(130, '103.185.242.144', 'd3Tvs-IbS6aFp-c1Igd_5u:APA91bGGj5VOipwZsVUAHsdbt51ifFnjg5faUejfPSA9bSYGPR7vNfu7f1WwGcomJVPG2E9QDe5AoGHR8l-C_pK0wq4__vm21-Y0QEn966SOs16YDT9PGNI', '2025-10-16 09:03:43', '2025-10-16 09:03:43'),
(131, '2409:40c0:68:f6f:c4be:60ff:fe5b:191b', 'dZb17uHkRnWmqMNDeC6fB8:APA91bF3IAC9Zvf9UvlGcXErtGezjZjezhoIj8mEaLzSvqZPeiFLWL8gQNscJcTuSg2GcAGXG3JYWxlnkLACIOiNGxtxl1ciRuETvklSfVIoaU29yodjRWU', '2025-10-16 09:13:03', '2025-10-16 09:13:03'),
(132, '2409:40c4:197:99d2:8000::', 'dO1P9RXESsy4WrYZN1-JVG:APA91bF_LSEnuJFn8Kr1o_hK1YVlupwaZN2hl8SniGNDyfZwEeoptfSDpoUReYgY2DhhFBvKFf8e4vdST1igVUIDzFi28rgvF3mDCcDCCtrWVYhHo3dvLuE', '2025-10-17 14:04:30', '2025-10-17 14:04:30'),
(133, '2409:40e4:54:6085:ccde:8eff:fe58:4ba3', 'czhLHDrBSwGrUZDCz3AtRM:APA91bFr2EUu8V5kTAi1jVcTCU54lNj8amZDD9rdb3DvK6pos7RyXifHTMccsFH0dbeSoZm0rbQO80NvxtOs6uR3kIxEkUqGFS2N51li7_NmMmPXO40gQrA', '2025-10-17 15:17:40', '2025-10-17 15:17:40'),
(134, '2409:40e3:1a:7c30:d10d:a7aa:7400:1035', 'eGJGyFz7TOeZMzcEFAvB4t:APA91bEu6p_R6Eojgwbeq5TFs48dxP6asW4M7UW89BN0fSJgyDrzUyhxczfDUpGASd2bBFgzMfZFEWmK_V40wvwW7Hmnza0haSETuOu-zKMsPG18TrfxPUE', '2025-10-17 16:38:27', '2025-10-17 16:38:27'),
(135, '2409:40e3:1a:7c30:d10d:a7aa:7400:1035', 'eGJGyFz7TOeZMzcEFAvB4t:APA91bEu6p_R6Eojgwbeq5TFs48dxP6asW4M7UW89BN0fSJgyDrzUyhxczfDUpGASd2bBFgzMfZFEWmK_V40wvwW7Hmnza0haSETuOu-zKMsPG18TrfxPUE', '2025-10-17 16:38:30', '2025-10-17 16:38:30'),
(136, '2409:40e3:1a:7c30:d10d:a7aa:7400:1035', 'eGJGyFz7TOeZMzcEFAvB4t:APA91bEu6p_R6Eojgwbeq5TFs48dxP6asW4M7UW89BN0fSJgyDrzUyhxczfDUpGASd2bBFgzMfZFEWmK_V40wvwW7Hmnza0haSETuOu-zKMsPG18TrfxPUE', '2025-10-17 16:38:30', '2025-10-17 16:38:30'),
(137, '2401:4900:92ce:7631:40e3:7bff:fe20:6390', 'ceYcnORFRWOoSrfJgPp12e:APA91bGRUwozYlCeCcAQKElWX9I_p3O7pZqIlx4Y9rHgi_cVZvE50PyVdkZUg5OO0IWP3TP0HjZ-W87Y8liK0dEe8Rxa0_kvRJo6FGarCE6MyEWjxUCzsso', '2025-10-17 20:22:50', '2025-10-17 20:22:50'),
(138, '2401:4900:92ce:7631:40e3:7bff:fe20:6390', 'ceYcnORFRWOoSrfJgPp12e:APA91bGRUwozYlCeCcAQKElWX9I_p3O7pZqIlx4Y9rHgi_cVZvE50PyVdkZUg5OO0IWP3TP0HjZ-W87Y8liK0dEe8Rxa0_kvRJo6FGarCE6MyEWjxUCzsso', '2025-10-17 20:22:51', '2025-10-17 20:22:51'),
(139, '103.224.218.149', 'fVyMQV9BTpaldjwZqVmZMM:APA91bH-VOlduS5r5-J0WLwJUa6RzVY891lTVi2MDktctNRShFkjHl7uLCq-cC4lC0RunjGrNo9c6PLB-B6OeA6BXT_sBlCoOH-itHjrTbJXbfk8b72VTNs', '2025-10-18 15:18:58', '2025-10-18 15:18:58'),
(140, '103.224.218.149', 'fVyMQV9BTpaldjwZqVmZMM:APA91bH-VOlduS5r5-J0WLwJUa6RzVY891lTVi2MDktctNRShFkjHl7uLCq-cC4lC0RunjGrNo9c6PLB-B6OeA6BXT_sBlCoOH-itHjrTbJXbfk8b72VTNs', '2025-10-18 15:18:59', '2025-10-18 15:18:59'),
(141, '202.86.222.222', 'dMFKSy7USEeQN6RfB-FZqi:APA91bFMAy_xNCZkO60eTXPbVt3kq1JX8I9RF_29OsBCz_TCvFQ2_846emFa_s0lYLROdjPpbIXIfKmYwGbFxw1gqgBbgiidthD5ciRx4rDeC868WlTDWh4', '2025-10-18 21:15:34', '2025-10-18 21:15:34'),
(142, '122.173.160.2', 'd-CDYPBERiyTb9q1RHykZA:APA91bGLVDQg1NL89FML3rsJpTPXs5VjUH1qy9cbynaiAD4YByawu37FU2Do2BuYgLgkDZF17GUrglHM0ubhBzuMJ1SYc8oYdkqMyLUIAXCrKw8Ra4mDEC4', '2025-10-18 22:24:57', '2025-10-18 22:24:57'),
(143, '106.216.202.80', 'dw8HxGIrQ0m2yvRX8mj3fD:APA91bHobA3gwSNA7_YRSe_nIgNm4fK5ky3YEI6fYuCxIqbRe0lFdQb-RoWJxv8e8cEihtqAv7YsgV4rkKkqS_rW7Xq6CpCfIdzbbuBCLvHgDxAZ_0y-nDA', '2025-10-19 16:32:28', '2025-10-19 16:32:28'),
(144, '110.39.21.210', 'eCiNEIsETDie9-j0R-YOTJ:APA91bF5QjKO3Ae4aZnd1MKD5FwY0TTRyDslFpycO2CKVihtNrCd46-5rbWw6YahKE6IpRrUt0KS9i5Df5r9YR-Je6fqfOieP344f9RJ_Z9HQRpHtj5LXag', '2025-10-20 00:24:03', '2025-10-20 00:24:03'),
(145, '110.39.21.210', 'eCiNEIsETDie9-j0R-YOTJ:APA91bF5QjKO3Ae4aZnd1MKD5FwY0TTRyDslFpycO2CKVihtNrCd46-5rbWw6YahKE6IpRrUt0KS9i5Df5r9YR-Je6fqfOieP344f9RJ_Z9HQRpHtj5LXag', '2025-10-20 00:24:08', '2025-10-20 00:24:08'),
(146, '146.70.37.152', 'fR-XjccMS5KgtF0gnDYDv6:APA91bGlo0D0-K_SR9VkW4xxQ3dUmf4_eUqFyT6aJ_JAE2vj4kFrbFhignJRTg8EGqisLB69cBbPCP2DE9WZTqpvyPAcVkL9IpU1HYgUFnMNqyD4K1PZRO0', '2025-10-21 17:01:47', '2025-10-21 17:01:47'),
(147, '146.70.37.152', 'fR-XjccMS5KgtF0gnDYDv6:APA91bGlo0D0-K_SR9VkW4xxQ3dUmf4_eUqFyT6aJ_JAE2vj4kFrbFhignJRTg8EGqisLB69cBbPCP2DE9WZTqpvyPAcVkL9IpU1HYgUFnMNqyD4K1PZRO0', '2025-10-21 17:01:48', '2025-10-21 17:01:48'),
(148, '2405:201:5508:c9ab:c0b1:2e00:a144:29bb', 'fBaqw3NKTx6M2p5YgX_cbg:APA91bErTMOY6k4fmsSLaXkteU1CJ4PXOQ_klPWZ7rE8G3jCWmSLlowzHz7EIlHwEfDeGowidjaMBTAcdc2ld_xntD1eld89ARIJ2tJVIHMIe2HGdT9HqBc', '2025-10-21 20:42:00', '2025-10-21 20:42:00'),
(149, '2405:201:5508:c9ab:c0b1:2e00:a144:29bb', 'fBaqw3NKTx6M2p5YgX_cbg:APA91bErTMOY6k4fmsSLaXkteU1CJ4PXOQ_klPWZ7rE8G3jCWmSLlowzHz7EIlHwEfDeGowidjaMBTAcdc2ld_xntD1eld89ARIJ2tJVIHMIe2HGdT9HqBc', '2025-10-21 20:42:01', '2025-10-21 20:42:01'),
(150, '2405:201:5508:c9ab:c0b1:2e00:a144:29bb', 'fBaqw3NKTx6M2p5YgX_cbg:APA91bErTMOY6k4fmsSLaXkteU1CJ4PXOQ_klPWZ7rE8G3jCWmSLlowzHz7EIlHwEfDeGowidjaMBTAcdc2ld_xntD1eld89ARIJ2tJVIHMIe2HGdT9HqBc', '2025-10-21 20:42:02', '2025-10-21 20:42:02'),
(151, '117.96.204.198', 'e5m8TM1aS46q348KR1Uu9r:APA91bG_toqRU1grJHL_ZVOImkMA4U0wkjdk3HhhL_UTRZpaG4zEaJrviY0_jzqpp2MlASw0bF8ERGu7BCjDdTxK9aG9SY9PN6shj6WpW7papoOcGnE5qng', '2025-10-22 17:15:17', '2025-10-22 17:15:17'),
(152, '106.76.221.121', 'deWAQVw8SXOWxb1XMPqFIK:APA91bFGCmzQ3hT0PGOg4GD2ygrCEGCCSMAXBYuN4REBLQARPO2pnEyNl2kvhCi0L6MhY3uvC3H91HSf0CmH82nNPn0S7SuVZL16cWXqQIb4WJP9LuR7-p0', '2025-10-23 08:46:48', '2025-10-23 08:46:48'),
(153, '106.76.221.121', 'deWAQVw8SXOWxb1XMPqFIK:APA91bFGCmzQ3hT0PGOg4GD2ygrCEGCCSMAXBYuN4REBLQARPO2pnEyNl2kvhCi0L6MhY3uvC3H91HSf0CmH82nNPn0S7SuVZL16cWXqQIb4WJP9LuR7-p0', '2025-10-23 08:46:49', '2025-10-23 08:46:49'),
(154, '106.76.221.121', 'deWAQVw8SXOWxb1XMPqFIK:APA91bFGCmzQ3hT0PGOg4GD2ygrCEGCCSMAXBYuN4REBLQARPO2pnEyNl2kvhCi0L6MhY3uvC3H91HSf0CmH82nNPn0S7SuVZL16cWXqQIb4WJP9LuR7-p0', '2025-10-23 08:46:50', '2025-10-23 08:46:50'),
(155, '202.168.85.189', 'f8T3_hT-STKAZnKYKKeaW9:APA91bFzAf_blGIJB6xIsSOyhXS1TKd6DbUlyOokPB2aeEN4dVS2rsvxgSJrwtHimDyL8YpjpxHxSfxU2tB6gSdVcDxWA7c81r17cSGLx5XbZPOMavdArZw', '2025-10-24 15:54:19', '2025-10-24 15:54:19'),
(156, '152.56.242.252', 'dLxbj_dpSF-NFLsSmcLP3c:APA91bGoPeST-Z4r-rUdqDFl_7jZ0vuvH6P7ImIgHwV6GknXSFqz1cHiY_cuZ0oM0fl-1ZyAJOwDHT0JnExqt13CG7zXfJxh-Mun8Lp-jnrMXVv_AKLrj6Y', '2025-10-25 12:06:44', '2025-10-25 12:06:44'),
(157, '103.178.180.210', 'cK0XcJeKR223g8Ef_W3EYP:APA91bEENQSoJ4F7P_dlkKK8KRzUPQQfZYrJY4SJ_UuLT93UHxwVgiTMTn02tpBou9WP_c3rJYRw3pTtAZK9xm4oTXpVKZXsk8c-jUqD98xQkq6Ux0Jd79Q', '2025-10-25 12:16:48', '2025-10-25 12:16:48'),
(158, '2409:40f4:310d:b900:8802:6aff:fe90:ec3f', 'cn6Mqo2iS0-HUXQopE2Db6:APA91bEvVO2F3Hqhrtox4eF2UWqPQWeGNvbz2tAeogdwV8A6Fm6itAJEj8XdcVJtk6MN0lk-mgD2WY_oK1MdY9IULmlvI--KlzKWzN14EdPvYi184xekl8U', '2025-10-26 11:15:32', '2025-10-26 11:15:32'),
(159, '2409:40f2:2001:66ea:b418:3eff:fee2:e5f1', 'cYo7cinWTOacr1PGZ5Cq5U:APA91bGp71NLJZVt75v4v91XfmA2DOU3T8HXKpa1-lDm880RrvFGwoJPKaWVLJ7hp-OzrYs3eYB-qcDH7LHCvikDmU2kjgxI-yKGfKy_zsG6CdR0-kQFm2k', '2025-10-26 11:41:17', '2025-10-26 11:41:17'),
(160, '2001:fd8:bd82:ad00:b516:e59e:362:b912', 'fQr6caeQS02dY7aODjLaNt:APA91bFXP6asrDerNaX9X-CucsXC_vYnMmJh1B5-aM6exdjWrTEWc9YktMYK_I_xkv_B2Omm5R1Kl1dLm1coodDLlMtTHPwl9YutP78eT9BsqT7eKL6Y_NM', '2025-10-29 08:16:47', '2025-10-29 08:16:47'),
(161, '192.178.11.98', '@', '2025-10-31 14:03:43', '2025-10-31 14:03:43'),
(162, '2401:4900:1cb4:3583:6889:8e34:55cb:8c6f', 'fogUScBjTFyMDplL2wV49q:APA91bH6w4RBhXqCLdlQXV0eTF8n-fndZ9uFD4tT3IngkxisRE_c2rD-vG3E1zkJ7CQ_MxuSPT7LPHa7qLGJ2SuMCVFJKlmY3iR2eb2FkMWrJhKVxlmw9HY', '2025-11-04 13:24:03', '2025-11-04 13:24:03'),
(163, '66.249.88.196', '@', '2025-11-04 13:51:09', '2025-11-04 13:51:09'),
(164, '106.215.140.46', 'ebN88t3WTHa212PYWhMkXB:APA91bFh8ESiE19FA5urzOSHtuDLT_JHu0ZXp3lP_-kQXobyXBq3SGqd3_ihQXUKQAiS7qbCI9JoI2_OiAyJJB1UbYz1Zvxe5yqs96XHYTAg6Ck-7veW4vM', '2025-11-04 15:18:35', '2025-11-04 15:18:35'),
(165, '106.215.140.46', 'ebN88t3WTHa212PYWhMkXB:APA91bFh8ESiE19FA5urzOSHtuDLT_JHu0ZXp3lP_-kQXobyXBq3SGqd3_ihQXUKQAiS7qbCI9JoI2_OiAyJJB1UbYz1Zvxe5yqs96XHYTAg6Ck-7veW4vM', '2025-11-04 15:18:39', '2025-11-04 15:18:39'),
(166, '223.184.160.248', 'fhM6n1r0RJqOn6a0QBffbx:APA91bFXpOAlzEeSNIrlPh5SmslO9snB8UeN12KxAmT4KMAdX0xV7C6o1nf7mE1Yl2RTFBvYdSiNMab5Hqjr6x24STxU85m-_Kv5J05wRLywThFetL3VviQ', '2025-11-05 12:02:59', '2025-11-05 12:02:59'),
(167, '223.184.160.248', 'fhM6n1r0RJqOn6a0QBffbx:APA91bFXpOAlzEeSNIrlPh5SmslO9snB8UeN12KxAmT4KMAdX0xV7C6o1nf7mE1Yl2RTFBvYdSiNMab5Hqjr6x24STxU85m-_Kv5J05wRLywThFetL3VviQ', '2025-11-05 12:03:00', '2025-11-05 12:03:00'),
(168, '2401:4900:1c7a:2fa4:ddb2:9ef:6544:69b3', 'dLPBVu9SSUeM5bCQtK-yPY:APA91bGTBO1PbkmcxrOb5ojovT4-KfvdcoBsLiHQbBu8kynJLfs4KgnAfgQjKF4olwAB5qJgND4W0hZHQ4ZoqcIO1KJDZLBoBs8Ly47vkRo14oLZRRXYqbw', '2025-11-06 13:11:23', '2025-11-06 13:11:23'),
(169, '2401:4900:1c7a:2fa4:d44c:3367:8827:516f', 'csu7hLwUT2u1TD1d0WA2Mx:APA91bGov00sqdBy8KlCsMeWsCObCedIex-M6is6tkFIlygsvtr1k_t5IWe-t45BdTsX7zhESF-Au8xx5dzMXMDXw2Sq0EnEowsjUCUQob2TREt7gdmHg6E', '2025-11-06 13:19:21', '2025-11-06 13:19:21'),
(170, '106.215.137.221', 'clE_WOT6R422kfiZaQoCNd:APA91bGtzLH4BMDPf4r5TjV1tDVq0VoR9igoGCqZLSuDrJhUKxL8NRrWiV1o97myR9o_5juBjwZYBN_mUQCq0Y7-Kc1reOLRkE9WLmwNfyibArwixKXuJM8', '2025-11-06 13:21:13', '2025-11-06 13:21:13'),
(171, '2409:4090:a019:2c07:a859:bddc:90f8:5a31', 'eX4_NvpTTKiexFpyvWu-q8:APA91bE5jdqi4-b67-mms8-Ew9fBg8G1Ldv237bTey8r_62pKXrJypMx-gAxHi4v3NYTFXpKG-1knI45UTrt8ziVQ-MolX_6_imMI1kOCONEIQGmnURhz00', '2025-11-06 14:54:21', '2025-11-06 14:54:21'),
(172, '157.49.160.134', 'c6DgNek2Sui_7xtsmT-Asl:APA91bEzMlegJWqG5sAWcNvfOzlU24mphdHtCoCeXN5jZVp7du0PoD0xeWO41pHjhf5jUFLsfDUgcBsvm8P60O7WZuX4pBei0pwPOvcEnvSx9OTVKnAzFqA', '2025-11-09 20:18:47', '2025-11-09 20:18:47'),
(173, '2401:4900:1ca8:45e7:2578:caac:d5d9:f8e', 'deeLEd79TJ64tTGg2KbQjT:APA91bGlqDvyfa_xXb-Q2ciDGYawTTxgT7OOgMLIscqLgO-ZMgn19JDStTGgugt-lypSP93rBPM7eLc1yZ8SrCtpQzeBO-cIQlBpIIYgCm27AZ4cWZtMfIE', '2025-11-10 13:55:07', '2025-11-10 13:55:07'),
(174, '106.212.47.101', 'deeLEd79TJ64tTGg2KbQjT:APA91bGlqDvyfa_xXb-Q2ciDGYawTTxgT7OOgMLIscqLgO-ZMgn19JDStTGgugt-lypSP93rBPM7eLc1yZ8SrCtpQzeBO-cIQlBpIIYgCm27AZ4cWZtMfIE', '2025-11-10 13:55:07', '2025-11-10 13:55:07'),
(175, '106.212.47.101', 'deeLEd79TJ64tTGg2KbQjT:APA91bGlqDvyfa_xXb-Q2ciDGYawTTxgT7OOgMLIscqLgO-ZMgn19JDStTGgugt-lypSP93rBPM7eLc1yZ8SrCtpQzeBO-cIQlBpIIYgCm27AZ4cWZtMfIE', '2025-11-10 13:55:08', '2025-11-10 13:55:08'),
(176, '49.43.2.222', 'e8swJaxVSXmaaNoykoY98l:APA91bF6U5DbTFza7XTYI1IYaP3uK1A4vS0LPz8gp2TG2xV9YHJKe608cZdLhQCxUkEFsVp9izJlEttINhPK2PT7BZ4ir6QeK5LGsArX3IDC8LKgFuWjC8U', '2025-11-10 14:12:08', '2025-11-10 14:12:08'),
(177, '91.106.38.37', 'e46gke_rRMiW1crOJg9wWV:APA91bEFHyjT654l_2RL3HFfZUS-v39oGevkz70O1ch9P3KdD8pkoOSylilIvV3QXbiU7Nek2NzL4KV7bzgN8UWkR7gM6P7hpa2lqqoI74BkqFo6k7_4aVU', '2025-11-10 15:00:33', '2025-11-10 15:00:33'),
(178, '2409:40c1:300b:af5d:7c21:1cbd:4c57:4066', 'cAqKRt6wQOOM-cIAA5qqCB:APA91bErZlovB-pvTTucsF4sKG35HxeIiC1dyWRUDY_E4JPiu4gyYaw_l7tziTQGrhh7Kvvx44on2UnLLil5kQnDKT28VYlrlBy0mItXPJMKjTiWD47FxWw', '2025-11-10 18:28:53', '2025-11-10 18:28:53'),
(179, '103.209.142.181', 'dc4a_QPeS-uw3mqNC5pqqg:APA91bHDdl84knClWJBlX_fFTSYUHHSskXzeMIi_oPpZQY-gh7zFm-S9IgrYbAPX8W9147KHWu5H__zyRHIB9utA6JVUKz2B8fMGrWmT_co_ixAG8G8ODgg', '2025-11-11 00:53:47', '2025-11-11 00:53:47'),
(180, '2401:4900:1ca8:45e7:96c:ae3:c1fb:2fc9', 'cnlv6YxYThe-qMMfVS6Lys:APA91bG3z1tYnsxmPR5wAWInic2OkHRUiakE6cACDlSJpEN1STTWDYUL_7xg3EUqH4uznYpujCox_BsfjukmVG9u_nlDzxC806YNa7wTOVHwxEf_EcBhGbw', '2025-11-11 15:56:42', '2025-11-11 15:56:42'),
(181, '2401:4900:1ca8:45e7:96c:ae3:c1fb:2fc9', 'cnlv6YxYThe-qMMfVS6Lys:APA91bG3z1tYnsxmPR5wAWInic2OkHRUiakE6cACDlSJpEN1STTWDYUL_7xg3EUqH4uznYpujCox_BsfjukmVG9u_nlDzxC806YNa7wTOVHwxEf_EcBhGbw', '2025-11-11 15:56:42', '2025-11-11 15:56:42'),
(182, '2401:4900:1ca8:45e7:96c:ae3:c1fb:2fc9', 'c_RZa2HISGmhoVhWXbTw2V:APA91bHTW5tO4TV0_Qi7T3PAo5uRmAFEHU2FK4zDdGuXse6_GLWD7whTY66hQbcch8rCxBzo7oRp6CHDZ_oCmuZtHp6odmhCErvQf1-bD0BeVZLJvlIL3W4', '2025-11-11 19:22:58', '2025-11-11 19:22:58'),
(183, '122.176.191.87', '@', '2025-11-11 21:31:04', '2025-11-11 21:31:04'),
(184, '2401:4900:be66:e045:4073:26ff:fee4:7f0e', 'dRxOYt5eQLeMH-bdkzBMla:APA91bGOSSyAPb2ZtQJcCFo3LhzXT1YXcchLd2RQO7BeMKeO0juCRHRGwFXI9kQNUtbpvqOFUtfOPn03v8_p4dVmzx1Juwn_PsL2-H113KJB7OPggzKbeNE', '2025-11-11 22:59:11', '2025-11-11 22:59:11'),
(185, '47.31.184.169', 'cdgW4p22QN6F0k6bhDmtYd:APA91bEsuVt5rRw4H2b4IOJ-DaWkh3GbSViRMMml-lDwgN5cvwiDOZbY79Kl2TlBOf9bL5qmKSXaAUu9x4bemqmPj8HcJ6_unJIOgtx9lJ9iQymnhqlRZBs', '2025-11-12 15:07:26', '2025-11-12 15:07:26'),
(186, '103.16.29.100', 'eSQQVv3QS5myCdqE1Slpon:APA91bG-oksm9dnLKsZrU5g4i9EBi7VLYYjyDMa0rCY75rWA6mdFMG-5natA2NwT3VjDQFErBVFNaCVDBa1Vng60YhWyjDKhXYfU5T4PG0Xykcc-_-Cc5DM', '2025-11-14 19:04:52', '2025-11-14 19:04:52'),
(187, '2409:40e5:bb:66fc:8000::', 'casE1UDHSYOa_pJuUsLwIm:APA91bE0MjXtNw1SsJbFDeL996vmFwDqkXA3ptsYYGFraGKc10NGPHGSRTpI99wokHPSbpJ8bQrHJ0pyMzPc7ptjSfibICRfJaMqkwaFoDAT2-PlSZWf4Dg', '2025-11-14 21:47:56', '2025-11-14 21:47:56'),
(188, '154.161.156.140', 'dlx-IT47QQSCvcQxlhbvoj:APA91bHKH-MoJiVC7-Kx_6W1URvSUDd1Ow6GzRviNjNudKDOogZzj8ZMhrGLTCr2uSJYvWBI7h-pjGXmgXfMmT8UJ9JTSQ1SggxxFKpP8grY7gzyot3Wu0U', '2025-11-18 21:36:10', '2025-11-18 21:36:10'),
(189, '173.79.107.83', 'flPr5OTAQmq3tT_EKKFT05:APA91bEW75AO92GcPGj65Pajsx-Ntf5WksQEVLLoY-bMWsuZMTd04QmNq4ymjgfsJanGQZ1sZBYHZoAy4BdROATx-Jh0lVVhVaGs8_7cGdHHSi9QRUyBPxE', '2025-11-18 23:44:51', '2025-11-18 23:44:51'),
(190, '106.208.54.58', 'cm2DgfgMTpiw-2LzjUyEgN:APA91bFeimu2Pzash8x4pwHNBlLtVoVi_K3AGaNmEcJQVUrkceXvlwj1B6yiRxS_L5s-D0me9WEnGpuYENBgNRiIutWGNmBOKNY_ebOPYQWERRoTKfN4Hco', '2025-11-19 12:26:24', '2025-11-19 12:26:24'),
(191, '2409:40e2:2085:708f:8e28:ff58:6a48:2a96', 'faMfFvbHTYazkWByVeqNsB:APA91bHT0oMLoI3JYyup1yTLt5UwQ4x1UfaxfPv0HG3JbPIrnhO4nxcY3ahtvhFW61TiwCdKirIZqTXy3tGLJJpXWCfsVFtcLfB-lMbnyBzhAP97hYQ9FPc', '2025-11-20 16:12:47', '2025-11-20 16:12:47'),
(192, '2401:4900:657a:65aa:395b:8939:c961:420c', 'dEfiHagrRjq4a0gGqbNn72:APA91bEnYjea5PKTkrack3RPhEM6U7XwtGk4WhjePlT41o-cUlKAofoQLOEo2dVM2FC2R1qxGGwYtOPZh8tIVlTLARHKRkIX3kwLR212nD3jNoqoJKPuIFk', '2025-11-22 17:11:59', '2025-11-22 17:11:59'),
(193, '106.219.237.229', 'd2P3K6VnSDWufQh8lwwf0n:APA91bFpu7-fqo2J-pjcCUrmWp44hVKb-gNSx-WffAIoLFWT3TN-I4iQiTCjS9sKVedAXp9s4SrZgApXbQ-Wyr5Va6p4ppWJFd-kV2uw4i7gLeCRDI1Upew', '2025-11-23 19:16:52', '2025-11-23 19:16:52'),
(194, '2409:40e3:1fd:8a91:d9bf:17aa:a3f2:c8a2', 'cSqabWl7SdGYC5z5CkXUUu:APA91bF4IDkXHfppOj9sFYtzg5tVyjmsAdpYKCmIOyntdORhN3kk-ZhUrzpyZjWOXI29LF5SIK8xwSBxjeRhHIH4QgMQPfALVRSTGekM5ogGqijJAlRFrdw', '2025-11-24 18:05:05', '2025-11-24 18:05:05'),
(195, '2409:40e3:1fd:8a91:d9bf:17aa:a3f2:c8a2', 'cSqabWl7SdGYC5z5CkXUUu:APA91bF4IDkXHfppOj9sFYtzg5tVyjmsAdpYKCmIOyntdORhN3kk-ZhUrzpyZjWOXI29LF5SIK8xwSBxjeRhHIH4QgMQPfALVRSTGekM5ogGqijJAlRFrdw', '2025-11-24 18:05:06', '2025-11-24 18:05:06'),
(196, '2405:201:c43c:3817:2c4e:ed54:149e:1795', 'fdigw9s4SP2wQ_VH1o1E8x:APA91bEt5qwLGW6RLIF2y1nUxvvG-MF65JjuY8tOgVol_JpoLzCxtKLV6SdkZcsW_b9TIOVNWSOJMtgslHoV8H68yrzxbdncuGURGbt1YUfTrFpqMzIIRwY', '2025-11-27 11:07:08', '2025-11-27 11:07:08'),
(197, '2405:201:c43c:3817:8bc2:672a:40cc:1d27', 'doLnl0wKQrCPpiwpPCXJnB:APA91bFPXFdbJ7P6aJ7fWSlVAg81eALQy68s-3zi43YHKd1BAS4OxsYWpR6c8RfWZfUxCrdbQrotTf4lsT5uQ2w7k6oBMYiDBtYbUNgwlH0UxGz1L3dI4Q8', '2025-11-27 11:12:30', '2025-11-27 11:12:30'),
(198, '2405:201:c43c:3817:8bc2:672a:40cc:1d27', 'doLnl0wKQrCPpiwpPCXJnB:APA91bFPXFdbJ7P6aJ7fWSlVAg81eALQy68s-3zi43YHKd1BAS4OxsYWpR6c8RfWZfUxCrdbQrotTf4lsT5uQ2w7k6oBMYiDBtYbUNgwlH0UxGz1L3dI4Q8', '2025-11-27 11:12:31', '2025-11-27 11:12:31'),
(199, '2401:4900:96f3:b14c:95e1:bb74:afec:52d7', 'dwnNm4QVSnWQtjPbWVU9C-:APA91bGyP4X8XwlESEyGkPOKrcuayQKMCWRR-nGgeuRLpjyXZOi7jMUHcH-EIbxjzRoUqw4hbqXNy2ULDWzL-7ZsUAA-Tlm2bqdd8dPbXApw7oYhMy58q7I', '2025-11-27 13:50:18', '2025-11-27 13:50:18'),
(200, '2409:40f2:3119:9137:8000::', '@', '2025-11-29 18:39:50', '2025-11-29 18:39:50'),
(201, '2409:40f4:215d:a46:8000::', 'e0FI0phmT6eSvRMzhg0WTE:APA91bElj4Oa4NRdoyISPbDmXGtn0fk28Wt7IOAowyo9DLuLjLLBUur5PIgidCoO-m2vz6GMPcLZsOM9512UJ5yGyyhQYkH8j_zAbnpxyCHqjApHMb8thPs', '2025-11-29 21:12:27', '2025-11-29 21:12:27'),
(202, '2409:40f4:215d:a46:8000::', 'e0FI0phmT6eSvRMzhg0WTE:APA91bElj4Oa4NRdoyISPbDmXGtn0fk28Wt7IOAowyo9DLuLjLLBUur5PIgidCoO-m2vz6GMPcLZsOM9512UJ5yGyyhQYkH8j_zAbnpxyCHqjApHMb8thPs', '2025-11-29 21:13:20', '2025-11-29 21:13:20'),
(203, '2409:40f4:215d:a46:8000::', 'e0FI0phmT6eSvRMzhg0WTE:APA91bElj4Oa4NRdoyISPbDmXGtn0fk28Wt7IOAowyo9DLuLjLLBUur5PIgidCoO-m2vz6GMPcLZsOM9512UJ5yGyyhQYkH8j_zAbnpxyCHqjApHMb8thPs', '2025-11-29 21:13:20', '2025-11-29 21:13:20'),
(204, '2409:40f4:215d:a46:8000::', 'e0FI0phmT6eSvRMzhg0WTE:APA91bElj4Oa4NRdoyISPbDmXGtn0fk28Wt7IOAowyo9DLuLjLLBUur5PIgidCoO-m2vz6GMPcLZsOM9512UJ5yGyyhQYkH8j_zAbnpxyCHqjApHMb8thPs', '2025-11-29 21:13:21', '2025-11-29 21:13:21'),
(205, '2409:40f4:215d:a46:8000::', 'e0FI0phmT6eSvRMzhg0WTE:APA91bElj4Oa4NRdoyISPbDmXGtn0fk28Wt7IOAowyo9DLuLjLLBUur5PIgidCoO-m2vz6GMPcLZsOM9512UJ5yGyyhQYkH8j_zAbnpxyCHqjApHMb8thPs', '2025-11-29 21:14:17', '2025-11-29 21:14:17'),
(206, '2409:40f4:215d:a46:8000::', 'e0FI0phmT6eSvRMzhg0WTE:APA91bElj4Oa4NRdoyISPbDmXGtn0fk28Wt7IOAowyo9DLuLjLLBUur5PIgidCoO-m2vz6GMPcLZsOM9512UJ5yGyyhQYkH8j_zAbnpxyCHqjApHMb8thPs', '2025-11-29 21:14:20', '2025-11-29 21:14:20'),
(207, '2409:40f4:215d:a46:8000::', 'e0FI0phmT6eSvRMzhg0WTE:APA91bElj4Oa4NRdoyISPbDmXGtn0fk28Wt7IOAowyo9DLuLjLLBUur5PIgidCoO-m2vz6GMPcLZsOM9512UJ5yGyyhQYkH8j_zAbnpxyCHqjApHMb8thPs', '2025-11-29 21:14:20', '2025-11-29 21:14:20'),
(208, '2409:40f4:215d:a46:8000::', 'e0FI0phmT6eSvRMzhg0WTE:APA91bElj4Oa4NRdoyISPbDmXGtn0fk28Wt7IOAowyo9DLuLjLLBUur5PIgidCoO-m2vz6GMPcLZsOM9512UJ5yGyyhQYkH8j_zAbnpxyCHqjApHMb8thPs', '2025-11-29 21:14:21', '2025-11-29 21:14:21'),
(209, '2409:40f4:215d:a46:8000::', 'e0FI0phmT6eSvRMzhg0WTE:APA91bElj4Oa4NRdoyISPbDmXGtn0fk28Wt7IOAowyo9DLuLjLLBUur5PIgidCoO-m2vz6GMPcLZsOM9512UJ5yGyyhQYkH8j_zAbnpxyCHqjApHMb8thPs', '2025-11-29 21:14:21', '2025-11-29 21:14:21'),
(210, '2409:40f4:215d:a46:8000::', 'e0FI0phmT6eSvRMzhg0WTE:APA91bElj4Oa4NRdoyISPbDmXGtn0fk28Wt7IOAowyo9DLuLjLLBUur5PIgidCoO-m2vz6GMPcLZsOM9512UJ5yGyyhQYkH8j_zAbnpxyCHqjApHMb8thPs', '2025-11-29 21:14:22', '2025-11-29 21:14:22'),
(211, '2409:40f4:215d:a46:8000::', 'e0FI0phmT6eSvRMzhg0WTE:APA91bElj4Oa4NRdoyISPbDmXGtn0fk28Wt7IOAowyo9DLuLjLLBUur5PIgidCoO-m2vz6GMPcLZsOM9512UJ5yGyyhQYkH8j_zAbnpxyCHqjApHMb8thPs', '2025-11-29 21:14:22', '2025-11-29 21:14:22'),
(212, '2409:40f4:215d:a46:8000::', 'e0FI0phmT6eSvRMzhg0WTE:APA91bElj4Oa4NRdoyISPbDmXGtn0fk28Wt7IOAowyo9DLuLjLLBUur5PIgidCoO-m2vz6GMPcLZsOM9512UJ5yGyyhQYkH8j_zAbnpxyCHqjApHMb8thPs', '2025-11-29 21:14:23', '2025-11-29 21:14:23'),
(213, '2409:40f4:215d:a46:8000::', 'e0FI0phmT6eSvRMzhg0WTE:APA91bElj4Oa4NRdoyISPbDmXGtn0fk28Wt7IOAowyo9DLuLjLLBUur5PIgidCoO-m2vz6GMPcLZsOM9512UJ5yGyyhQYkH8j_zAbnpxyCHqjApHMb8thPs', '2025-11-29 21:14:24', '2025-11-29 21:14:24'),
(214, '185.144.79.84', 'd88SgrXbSXGKBK5-3XNwbt:APA91bEPFgBLEdr2ICPHIKNMkg_3w83UwIraw3pEgm7KwMIk6P-TDh_JxT2H-deBMakWsDCFlqKemX559ZCpzw6Kve0ZyOWqBZGDcQLPQq6LKVlkwirfP30', '2025-12-02 15:30:43', '2025-12-02 15:30:43'),
(215, '152.59.205.179', 'dQRN8blTTv-UD12hsFG48b:APA91bGNCtXceI8Xxobz5wFmnSZ7A-rpn4l9h1CqxhAdl7W7Z_tJupO6kjK3yIutIPF5hbUuMMtn3xauJuvPs_LLhDWni-2HlYjzobsmBUUDCACH0w2YYEk', '2025-12-02 23:59:01', '2025-12-02 23:59:01'),
(216, '2409:40f0:fd:8aff:4fa5:9974:885a:21b4', 'dQRN8blTTv-UD12hsFG48b:APA91bGNCtXceI8Xxobz5wFmnSZ7A-rpn4l9h1CqxhAdl7W7Z_tJupO6kjK3yIutIPF5hbUuMMtn3xauJuvPs_LLhDWni-2HlYjzobsmBUUDCACH0w2YYEk', '2025-12-02 23:59:03', '2025-12-02 23:59:03'),
(217, '2409:40f0:fd:8aff:4fa5:9974:885a:21b4', 'dQRN8blTTv-UD12hsFG48b:APA91bGNCtXceI8Xxobz5wFmnSZ7A-rpn4l9h1CqxhAdl7W7Z_tJupO6kjK3yIutIPF5hbUuMMtn3xauJuvPs_LLhDWni-2HlYjzobsmBUUDCACH0w2YYEk', '2025-12-02 23:59:15', '2025-12-02 23:59:15'),
(218, '192.178.11.98', '@', '2025-12-03 11:02:55', '2025-12-03 11:02:55'),
(219, '106.222.214.86', 'cDNTerBYSwGTOBIrOh1Yax:APA91bFzABZQNzk1yLjerMt5DBcCL-PopEZYWaXYXJME9At2VE87t6lYgjg7C0YwPITNGA6HyGm3kbgJev9N8lW-9grMZwH7xn5Z03yZbiuRq5cD82XbBio', '2025-12-03 13:00:02', '2025-12-03 13:00:02'),
(220, '2409:40e3:103a:4062:20c8:77ff:fe86:fe4', 'cBjMk5vxSy2mwcE1jbrUOd:APA91bGHn0HFKkbq-5wL9kmQxHpQv1oKIluLC5ez7S5TbV2gOgIRMF3I6mfGNKqKLb8Pe9qWYso0bzvSdgDBTwTFY9rTUz2bW5EQmGl2ENs9JU7DVK__zzw', '2025-12-03 13:51:41', '2025-12-03 13:51:41'),
(221, '2409:40e3:103a:4062:20c8:77ff:fe86:fe4', 'cBjMk5vxSy2mwcE1jbrUOd:APA91bGHn0HFKkbq-5wL9kmQxHpQv1oKIluLC5ez7S5TbV2gOgIRMF3I6mfGNKqKLb8Pe9qWYso0bzvSdgDBTwTFY9rTUz2bW5EQmGl2ENs9JU7DVK__zzw', '2025-12-03 13:51:41', '2025-12-03 13:51:41'),
(222, '150.228.135.106', 'eLMwB4bsToCRE8mCP2Za2L:APA91bG_9mZiMLzwnFe_ziMzzES9VzW0iTQ3TZAr5LYwvHM7qnUGwfy-PhE4-JJIujoeDgCcu1qgRZRkRyLAh33FSSKA4PwRhTltaCd5He-WAy-uTpSvWiI', '2025-12-03 14:42:56', '2025-12-03 14:42:56'),
(223, '150.228.135.106', 'eLMwB4bsToCRE8mCP2Za2L:APA91bG_9mZiMLzwnFe_ziMzzES9VzW0iTQ3TZAr5LYwvHM7qnUGwfy-PhE4-JJIujoeDgCcu1qgRZRkRyLAh33FSSKA4PwRhTltaCd5He-WAy-uTpSvWiI', '2025-12-03 14:42:57', '2025-12-03 14:42:57'),
(224, '2409:40e3:103a:4062:20c8:77ff:fe86:fe4', 'eGL9Ofq6RMCy3rPSyxX63W:APA91bH_kphYkV3erSDnwXCjIdoMapLunj08VE77zsTskFHRAmGTcczQYrnzbGibsfad6cWr04U5q2jcF8bzZBaTsC0v_gKUiPUCmthmMZn_m1kbkDkXAC4', '2025-12-03 14:58:12', '2025-12-03 14:58:12'),
(225, '2409:40e3:103a:4062:20c8:77ff:fe86:fe4', 'eGL9Ofq6RMCy3rPSyxX63W:APA91bH_kphYkV3erSDnwXCjIdoMapLunj08VE77zsTskFHRAmGTcczQYrnzbGibsfad6cWr04U5q2jcF8bzZBaTsC0v_gKUiPUCmthmMZn_m1kbkDkXAC4', '2025-12-03 14:58:30', '2025-12-03 14:58:30'),
(226, '2409:40e3:103a:4062:20c8:77ff:fe86:fe4', 'eGL9Ofq6RMCy3rPSyxX63W:APA91bH_kphYkV3erSDnwXCjIdoMapLunj08VE77zsTskFHRAmGTcczQYrnzbGibsfad6cWr04U5q2jcF8bzZBaTsC0v_gKUiPUCmthmMZn_m1kbkDkXAC4', '2025-12-03 14:58:31', '2025-12-03 14:58:31'),
(227, '2409:40e1:401d:a934:8000::', 'cWQkO25fR2ibuHNaK70rjy:APA91bG4VP98JQtgwICUAXKUl70r-yPrJSrFpLLX5BuxnXTNO3Go778_YknF-Q8YXYqT-F0M2DFwYF2M7tig84xUfltHis0y0eVoYfTN1URnLyAxeXqTKWU', '2025-12-04 17:22:09', '2025-12-04 17:22:09'),
(228, '36.255.4.99', 'facybtaPS6m4LYnvkzZG7s:APA91bGCXG5lCM2vX2W6WT1po--inVK61LvlegwAXvEvvd6Eb6zjyCEWEgUqzoqxVzH5ghnfKcTG0ObpsKVzY7cO3ljS75rsY_iS0KyaEY4rDADdL0rltZ4', '2025-12-07 13:11:10', '2025-12-07 13:11:10'),
(229, '36.255.4.99', 'fJSbjGTkRS-wgK7F_VdEqA:APA91bGDW1dLQCfvYnqUl23eQFC_oUUgamCYUO2nAKv5EzoGfChYCerq1Gfg-_7-JnfdGmP-AhTpZrE2bw2Zst9XW2jwdZamddVOjn_tew3fdj-s74D7_M0', '2025-12-07 13:47:47', '2025-12-07 13:47:47'),
(230, '36.255.4.99', 'cfQXM7BZSpSMBRx9RkK9uA:APA91bFPv7OSa4xxwL1V5OXR0ALbSaCyIQxgbpVuLzyLVNblxTwcXtaVK4HkP2AghFTwdzmP7qgYDRXiCOPvK1IbWx034r9SqYmEajxFErc-0UG6eQItwvI', '2025-12-07 15:18:06', '2025-12-07 15:18:06'),
(231, '223.235.97.139', 'cgpfOkjZTxmfFGN6En-uEF:APA91bEEJz0spij70jkRSBfXjFxKaot1wzIRB8NWK-ucW1xDcXDiLAlw0HkQ22F-y-nu6eYJoudLAYEXU6SMNO5cyme_VwstykhQ_bf5Ror-gUe65XSOCnI', '2025-12-07 15:21:30', '2025-12-07 15:21:30'),
(232, '223.235.96.94', 'foB0GkGYTjyv2WHMUHBCui:APA91bFE_deOthQUWO62FkIhkPWFEQxmMDYZQ6_o-XtOxSrjSPu43cygqks7yd9lJ-45h_4_xtbnASnQhSmSnQL431cAbP8LxbrRLUoEkKpn-RBLvAdm480', '2025-12-07 15:27:49', '2025-12-07 15:27:49'),
(233, '36.255.4.99', 'ewTA8m0HSGeQaTr_KRnTwP:APA91bGxUdgjRU-zSpFeAhnscpyjZgvsR2Jg4NKplLweGeznjhNHKEOjAwd9B4p7GY5Bbp_Xs9xIg5cFUm9ivCcdbpxpVcZLk_89IuN7qMTPPlzqZGPii98', '2025-12-07 15:42:01', '2025-12-07 15:42:01'),
(234, '36.255.4.99', 'ee38PQsaSBan4qTAVKAdVr:APA91bEE4FQ_69FqU9fX51xfds8yB2Zbs1c904A1vMtp85y0WP5MT2364ceFMQqs8WrkqEP5J7Whtu0zDrts80x1xD4VTQpfL3aqEf03vFxECYDUXOm4Ek4', '2025-12-07 16:21:16', '2025-12-07 16:21:16'),
(235, '36.255.4.99', 'c6VJtYCFQLaUcq4n3KjTax:APA91bEukSEeCnOKpgzjEE9_z8PwT_dM42JBRcJyqIBSIM2EvmIT3l-Lyx8P5Dq8_pM8EFHHB0ulU8u0HdzfhiVcS_7gHQYWiQGtliI2qofErFkpAm8pvRY', '2025-12-07 18:27:21', '2025-12-07 18:27:21'),
(236, '36.255.4.99', 'c6VJtYCFQLaUcq4n3KjTax:APA91bEukSEeCnOKpgzjEE9_z8PwT_dM42JBRcJyqIBSIM2EvmIT3l-Lyx8P5Dq8_pM8EFHHB0ulU8u0HdzfhiVcS_7gHQYWiQGtliI2qofErFkpAm8pvRY', '2025-12-07 18:27:27', '2025-12-07 18:27:27');
INSERT INTO `guests` (`id`, `ip_address`, `fcm_token`, `created_at`, `updated_at`) VALUES
(237, '36.255.4.99', 'c6VJtYCFQLaUcq4n3KjTax:APA91bEukSEeCnOKpgzjEE9_z8PwT_dM42JBRcJyqIBSIM2EvmIT3l-Lyx8P5Dq8_pM8EFHHB0ulU8u0HdzfhiVcS_7gHQYWiQGtliI2qofErFkpAm8pvRY', '2025-12-07 18:27:27', '2025-12-07 18:27:27'),
(238, '36.255.4.99', 'c6VJtYCFQLaUcq4n3KjTax:APA91bEukSEeCnOKpgzjEE9_z8PwT_dM42JBRcJyqIBSIM2EvmIT3l-Lyx8P5Dq8_pM8EFHHB0ulU8u0HdzfhiVcS_7gHQYWiQGtliI2qofErFkpAm8pvRY', '2025-12-07 18:27:28', '2025-12-07 18:27:28'),
(239, '36.255.4.99', 'c6VJtYCFQLaUcq4n3KjTax:APA91bEukSEeCnOKpgzjEE9_z8PwT_dM42JBRcJyqIBSIM2EvmIT3l-Lyx8P5Dq8_pM8EFHHB0ulU8u0HdzfhiVcS_7gHQYWiQGtliI2qofErFkpAm8pvRY', '2025-12-07 18:27:28', '2025-12-07 18:27:28'),
(240, '36.255.4.99', 'cUtc7bkKSYychjr3_ejhz5:APA91bEPUV3RMMV27VxtJUa3o91RPpPVvazivvDb-5YACZ481neb2MTCAQBnAs-ekBp4lS_sP-GR7g79jzAyOk5fagPjKjOREISDmFnNCmtCIQDunfWM_qI', '2025-12-07 20:01:30', '2025-12-07 20:01:30'),
(241, '36.255.4.71', 'eIq2gkqyShqT8rErXNdIJt:APA91bH7l8sBPuVcAuRj6QOt5OkaEkUEiLUhGsrtf8OD5935ObbK85vMcyFJRz2OFmR0xnq18XVxOi7bBJCeGdLEAwroZvpsIRXNSTr1fEd0W0CHhkuWu4Y', '2025-12-08 12:23:17', '2025-12-08 12:23:17'),
(242, '36.255.4.71', 'eIq2gkqyShqT8rErXNdIJt:APA91bH7l8sBPuVcAuRj6QOt5OkaEkUEiLUhGsrtf8OD5935ObbK85vMcyFJRz2OFmR0xnq18XVxOi7bBJCeGdLEAwroZvpsIRXNSTr1fEd0W0CHhkuWu4Y', '2025-12-08 13:25:03', '2025-12-08 13:25:03'),
(243, '36.255.4.71', 'eIq2gkqyShqT8rErXNdIJt:APA91bH7l8sBPuVcAuRj6QOt5OkaEkUEiLUhGsrtf8OD5935ObbK85vMcyFJRz2OFmR0xnq18XVxOi7bBJCeGdLEAwroZvpsIRXNSTr1fEd0W0CHhkuWu4Y', '2025-12-08 13:25:10', '2025-12-08 13:25:10'),
(244, '36.255.4.71', 'eIq2gkqyShqT8rErXNdIJt:APA91bH7l8sBPuVcAuRj6QOt5OkaEkUEiLUhGsrtf8OD5935ObbK85vMcyFJRz2OFmR0xnq18XVxOi7bBJCeGdLEAwroZvpsIRXNSTr1fEd0W0CHhkuWu4Y', '2025-12-08 13:25:22', '2025-12-08 13:25:22'),
(245, '36.255.4.71', 'eIq2gkqyShqT8rErXNdIJt:APA91bH7l8sBPuVcAuRj6QOt5OkaEkUEiLUhGsrtf8OD5935ObbK85vMcyFJRz2OFmR0xnq18XVxOi7bBJCeGdLEAwroZvpsIRXNSTr1fEd0W0CHhkuWu4Y', '2025-12-08 13:26:13', '2025-12-08 13:26:13'),
(246, '36.255.4.71', 'eIq2gkqyShqT8rErXNdIJt:APA91bH7l8sBPuVcAuRj6QOt5OkaEkUEiLUhGsrtf8OD5935ObbK85vMcyFJRz2OFmR0xnq18XVxOi7bBJCeGdLEAwroZvpsIRXNSTr1fEd0W0CHhkuWu4Y', '2025-12-08 13:30:34', '2025-12-08 13:30:34'),
(247, '36.255.4.71', 'eIq2gkqyShqT8rErXNdIJt:APA91bH7l8sBPuVcAuRj6QOt5OkaEkUEiLUhGsrtf8OD5935ObbK85vMcyFJRz2OFmR0xnq18XVxOi7bBJCeGdLEAwroZvpsIRXNSTr1fEd0W0CHhkuWu4Y', '2025-12-08 13:35:47', '2025-12-08 13:35:47'),
(248, '36.255.4.71', 'eIq2gkqyShqT8rErXNdIJt:APA91bH7l8sBPuVcAuRj6QOt5OkaEkUEiLUhGsrtf8OD5935ObbK85vMcyFJRz2OFmR0xnq18XVxOi7bBJCeGdLEAwroZvpsIRXNSTr1fEd0W0CHhkuWu4Y', '2025-12-08 13:36:26', '2025-12-08 13:36:26'),
(249, '36.255.4.71', 'eIq2gkqyShqT8rErXNdIJt:APA91bH7l8sBPuVcAuRj6QOt5OkaEkUEiLUhGsrtf8OD5935ObbK85vMcyFJRz2OFmR0xnq18XVxOi7bBJCeGdLEAwroZvpsIRXNSTr1fEd0W0CHhkuWu4Y', '2025-12-08 13:36:39', '2025-12-08 13:36:39'),
(250, '36.255.4.71', 'eIq2gkqyShqT8rErXNdIJt:APA91bH7l8sBPuVcAuRj6QOt5OkaEkUEiLUhGsrtf8OD5935ObbK85vMcyFJRz2OFmR0xnq18XVxOi7bBJCeGdLEAwroZvpsIRXNSTr1fEd0W0CHhkuWu4Y', '2025-12-08 13:37:19', '2025-12-08 13:37:19'),
(251, '36.255.4.71', 'eIq2gkqyShqT8rErXNdIJt:APA91bH7l8sBPuVcAuRj6QOt5OkaEkUEiLUhGsrtf8OD5935ObbK85vMcyFJRz2OFmR0xnq18XVxOi7bBJCeGdLEAwroZvpsIRXNSTr1fEd0W0CHhkuWu4Y', '2025-12-08 13:38:10', '2025-12-08 13:38:10'),
(252, '36.255.4.71', 'cCs80aeGQuOba64IFQze4v:APA91bH8OuOt2EE2P1gCt49kPgtJLNOeSeEX6ubpiDGjzRFQjaACgW4i4KSoDejrv4FyrWb99K46Ul7tmBH0U6nGmRf7B0KXungqhefMA34l9CmLAHBKOJo', '2025-12-08 16:20:16', '2025-12-08 16:20:16'),
(253, '36.255.5.3', 'eBf-e4GTT1m_VRUknpvLiL:APA91bHJUcA91x6xPD1rsnekAla5L7oYRspPTxeRyPGmz08pMHSvRj0VL2D9EC_NPCwRQ-MZ6Ha921ZTWpVVml-HF4NONCJiRePTaAo055o0wEVS5MhYvIc', '2025-12-15 21:28:32', '2025-12-15 21:28:32'),
(254, '36.255.5.3', 'e1XH-y06SZmFdehjAsyVAP:APA91bHtVvDNDzdGqjX8hdJNBJrjdub5Wz0TDTP1tiSDikQprDyxGweC-3GFodhOnHIysn0tyKpHAA-HgrY06dqZmRBwCSh3O2b6zY9OTnctsUt7Fkvzl0E', '2025-12-15 21:50:02', '2025-12-15 21:50:02'),
(255, '223.235.98.188', '@', '2025-12-15 23:24:52', '2025-12-15 23:24:52'),
(256, '36.255.5.3', 'e1XH-y06SZmFdehjAsyVAP:APA91bHtVvDNDzdGqjX8hdJNBJrjdub5Wz0TDTP1tiSDikQprDyxGweC-3GFodhOnHIysn0tyKpHAA-HgrY06dqZmRBwCSh3O2b6zY9OTnctsUt7Fkvzl0E', '2025-12-16 18:38:45', '2025-12-16 18:38:45'),
(257, '36.255.5.3', 'fpOhg62gTcSo10I8BebNdM:APA91bHcyLCLdobybXKgLNNHKBboHLgDxhW1Ag4eLz0t4VpyIXhh5MUYsn5Mxpv5b6RzHjpzcT_vwLBwDwUfXs-syWTLoGuVGUqWwYH4wgd4vk0SsWz-1Aw', '2025-12-16 19:16:54', '2025-12-16 19:16:54'),
(258, '36.255.5.3', 'c3kmJBGwSCeBfTmLUZ3SC3:APA91bELdz85fgGmUaPO5uyMFtbkzPKgRrs2OJicKDkqsppL7ei9Nk-eagfgfRnh0UQ-cfccUQynMCBCs51egPTQshbobQenG11cH_8tjJLGG6UnBZI--cE', '2025-12-16 19:18:54', '2025-12-16 19:18:54'),
(259, '36.255.5.3', 'fD3s3qxKQOqHvmZZncfyf4:APA91bHlcnm5T2JstGvu0XY65G6TRNvLb6iFRsQ83QOfOVOx0kf95_l6c95V2SRa03IuPZC720RDg1TSNafvMi9ER8sluR3ZNolK1yuuKhBBfRKQOTEdhNk', '2025-12-16 20:06:25', '2025-12-16 20:06:25'),
(260, '36.255.5.3', 'e5dn-OZ-TrKpgUlwkJnRU3:APA91bHaapclA62xuhk6EmelBc1ESyA7zo7MXGKD_iiTyvuFn1-GRt1qnYZCCRukddcTflLG31LtT70j0ag0TRaUvIWOc8SJaTTREV0zVc3Ixuoo3eZfO_M', '2025-12-16 20:23:31', '2025-12-16 20:23:31'),
(261, '36.255.5.3', 'cFVvA347QVGEcUEIcZxX3P:APA91bEThsRFvLOSDrR4jD-JyAE_SxC7IQJru0y2GfuVpdWtQ7ZQAY0p22xEtVcKHVf43iXD3zdAKMdSLHPRLv5SU3nGVnp9uBU0QISLso5WCyMBYy_P9u8', '2025-12-16 20:48:43', '2025-12-16 20:48:43'),
(262, '36.255.5.3', 'eaxuPFVkRIKHMCzyyfQU3g:APA91bHtvc3QKuqoYJhm_wPA1nw8RQc56JxboWb85LT-6uTmCiyhOigaT9wyjmNo98cdNHA_ZJas4GiGxacKTrwzEdT7qDgk-VDHa0BCAAGaoBKOVbrtFgQ', '2025-12-16 20:50:58', '2025-12-16 20:50:58'),
(263, '36.255.5.3', 'enHBDTQpQFe-BwemO3oRDh:APA91bER2peB3MfMw4-K7iz8iaQmgDlbh744AYtNRKWwisIHzF2xYHaKBviwfnXCX0cel0hGB9sBxBaM4mW4OCPdvaUt5bodR5azhQTIARsi3yHPv-Pf_3I', '2025-12-16 21:18:26', '2025-12-16 21:18:26'),
(264, '36.255.5.3', 'epEj43OrRKid10Yqei5IXv:APA91bHP91J1jH9k5gpnf90VXmTDDU00UvSNf-4hQCTLTIiGs1VHxSnF2i2udmQmjLcAuNFE2v8pFQWf75rxcfM0YcJr_KucOhPg6cLCrxlQVH1rCVoP0G8', '2025-12-16 21:36:08', '2025-12-16 21:36:08'),
(265, '36.255.5.3', 'epEj43OrRKid10Yqei5IXv:APA91bHP91J1jH9k5gpnf90VXmTDDU00UvSNf-4hQCTLTIiGs1VHxSnF2i2udmQmjLcAuNFE2v8pFQWf75rxcfM0YcJr_KucOhPg6cLCrxlQVH1rCVoP0G8', '2025-12-16 21:36:09', '2025-12-16 21:36:09'),
(266, '223.235.102.198', 'eXhqz59OQ4SQ7ZpGYtbNXA:APA91bFkz_jdImOScJuU1i--cCAc0OmQuR9brHJ2tddAdQqyE8az-FzQHXDs5MjNMZk4fVZcZpfELJFAuAFTS3nCiZJAcScfBWUalhlnkb3JBbJat6FX-aM', '2025-12-18 01:09:46', '2025-12-18 01:09:46'),
(267, '223.235.102.198', 'eXhqz59OQ4SQ7ZpGYtbNXA:APA91bFkz_jdImOScJuU1i--cCAc0OmQuR9brHJ2tddAdQqyE8az-FzQHXDs5MjNMZk4fVZcZpfELJFAuAFTS3nCiZJAcScfBWUalhlnkb3JBbJat6FX-aM', '2025-12-18 01:09:46', '2025-12-18 01:09:46'),
(268, '171.76.82.26', 'ckYyiigAQVizp2cOCW09l5:APA91bHKP2pNntHJ8BkdILQidfxy8Ji9IZ4GESPh_9_6gFdy2p-J_OdqSNa1HorTF6Kd2XZTq35KuVoq_sXYAzHT_x8EcYtJ0-NthWNdegwLBhCc5iqusfs', '2025-12-18 11:49:00', '2025-12-18 11:49:00'),
(269, '171.76.82.26', 'f_Sl8SzgQuiaLobu1kFbJG:APA91bGx86-V3KBlJFZJUi8tbepxk9B0aFhdVPrPlMcNZD-6-jFZonqgVH_qT8Jmdv03fWZPkUaRYAvIHUNex0rLEGXPCueoxdMPWCjD-e4S_ihw-mB-xFc', '2025-12-18 12:13:35', '2025-12-18 12:13:35'),
(270, '171.76.82.26', 'f_Sl8SzgQuiaLobu1kFbJG:APA91bGx86-V3KBlJFZJUi8tbepxk9B0aFhdVPrPlMcNZD-6-jFZonqgVH_qT8Jmdv03fWZPkUaRYAvIHUNex0rLEGXPCueoxdMPWCjD-e4S_ihw-mB-xFc', '2025-12-18 12:14:14', '2025-12-18 12:14:14'),
(271, '171.76.82.26', 'cFQ0ZfEcSwyF2F8k-QsMC_:APA91bE7uc_hghoi34oGgar-M_2G1FClrawjycmjOU03qYUYztnoR42hdP5YXIAWBduR8xCCkdjB9jnoxFmpLPDBYRow5unLz3Nf8KiTO_CjtlHcgcsbPNs', '2025-12-18 12:22:45', '2025-12-18 12:22:45'),
(272, '171.76.82.26', 'dUtXjNbKSm6XhTJ6u7RQy9:APA91bFloLzM4X_s72ixOXoUkActdr1nhbzAKh6LZI6iUbUs6PQT1lTV2FBSpSrNI99IMQzgmFalY8NcM-z5bm15B7InrlHRyLyRst4N1tqKa_wxHSTaGPw', '2025-12-18 17:58:31', '2025-12-18 17:58:31'),
(273, '223.235.103.20', 'fGbER-4tRvup3S-SARRYfu:APA91bHTJ4g3EsqODB6S9an0_oo5W8x3ejaXd0v6cYD6irwhlSV6h4wq_ki9zGyZAb3kT7UamlYhN4kPwAdftdQS_F5Q9ZhWktALXhRUlV12quY4jwNaYBk', '2025-12-24 21:12:17', '2025-12-24 21:12:17'),
(274, '223.235.98.214', 'dizLh5-jTPeZQ2qDXENZk4:APA91bEH-2t4FWgBwOckA0IICYkv3b5j6djmRX32H68wxMVDDnytC8p4o4xxVheWTIJDrXbdiP8vrUPj1ecUyKOqOwbQhj_BlyaCdoJKyupZi4qBoqhv5Xw', '2025-12-30 21:30:55', '2025-12-30 21:30:55'),
(275, '160.30.175.235', 'cB3yeLOuSw-65OkNrAcOsE:APA91bGipO4YlMLOeU3NwAhVEx5eoOTVxGxoI4ZAyGNrxzk34GwM1Zg-Q5YvpH62q5miwDSLv9rxTbFFFQQN8MpFztNOzrplr5Hq9CF2-HRQaofrob5fhXM', '2026-01-05 18:30:03', '2026-01-05 18:30:03'),
(276, '223.235.102.214', 'eN9cJXQ-SdeSySU5gUXdbW:APA91bGrbOWB4oG5msOHE3L0KmQCwfuJbnkGoR94UsBI0ddD2g4nRtruz64SmRdwF-7bPM_0skf2QnOdek6lzv6EpR68whfUfoaaFoblBtSe7mDAKklvEWw', '2026-01-05 19:47:03', '2026-01-05 19:47:03'),
(277, '160.30.175.145', 'eDDDMvcTRLOS8bIvae3SXK:APA91bHm-7ChXyo_6KkjrxtJjJurkOi_wcdUVqTxRMOXSUJDu7hPefTj_gnZIbO9_hypOJDauKcQNLL1edcmNG6xvmbqd8aXQ1AvWFHPCrnmgZ8f4UAdyNI', '2026-01-05 20:42:03', '2026-01-05 20:42:03'),
(278, '160.30.175.169', 'f5-dP4bTS2q4yEyasWTd3l:APA91bG72uPekz-5e9cADnibgkezKvk90GCsAZWOCA1fOaiQVZj2gkGPZXvYl4PMEWSSU3KUtJ72v7Q4y-bveQ0zdWqdqX2DM-Vewq7PHzre11Xkptc1jpc', '2026-01-05 21:14:59', '2026-01-05 21:14:59'),
(279, '223.123.13.66', 'cD1DehVRTqmz9MY0udc95S:APA91bFBvLEUjGuGEu791-7DHBWFCnZCC8ebtxYDQeHcOFqbF8y5_wT_Z2ZWbwIGux_wXRz7pAOjMKS478j_nPHBT03o45e5h8OaIk-34fiDMmBESZ7v9lw', '2026-01-05 22:19:55', '2026-01-05 22:19:55'),
(280, '223.235.98.214', '@', '2026-01-06 00:12:48', '2026-01-06 00:12:48'),
(281, '160.30.175.138', 'dMOXXqVbQh-fKKrhiONNZ-:APA91bEIPsibjqfiQ1GeqVwAZ45j30iGo3lH23gdJ6xI0ApF-2tkiA7OC9ImnLoHJy0cC8YRh8-1b7wMuINDJBOnN-9bzSoZHBIYJ4S60K4BQfiAYw1jD0A', '2026-01-06 13:14:46', '2026-01-06 13:14:46'),
(282, '223.235.98.113', 'djYaKbh8T7qYWqeFszWXbU:APA91bEPQ-MkecmRnGMnDWOT07tjCniTct0LPwGYAhTCY-4jPusmAXBnn62ICpZxQ5Vuj_FQSc0z008jWVFZEpROaBX-M5dfaTi81WlV-7h2FpLQNh_emWU', '2026-01-06 15:40:34', '2026-01-06 15:40:34'),
(283, '223.235.98.113', 'djYaKbh8T7qYWqeFszWXbU:APA91bEPQ-MkecmRnGMnDWOT07tjCniTct0LPwGYAhTCY-4jPusmAXBnn62ICpZxQ5Vuj_FQSc0z008jWVFZEpROaBX-M5dfaTi81WlV-7h2FpLQNh_emWU', '2026-01-06 15:40:38', '2026-01-06 15:40:38'),
(284, '59.103.59.196', 'ej-y-hthR4KMCCnhZoJVjG:APA91bGJ9nG85CBqSMDrv8WdvcGBZ93t9ncb8_qBu-KzfH9GQKHEFLxcU9UZ9VsvhN3eiBH0xnEIZY-8VJ-BCAdmACnsiQaRJChbX2omCDwqAvLgmlH_4Yw', '2026-01-06 16:00:21', '2026-01-06 16:00:21'),
(285, '160.30.175.51', 'cXJ5xOW3R0WH-1BbpGFf8E:APA91bGBwqFU2ah3J794gzaP4bFF4RiL26b7YuriNJM_USL8eIIlS7YTJc0VRtyPAP92wlBpg9Aq7hJ3s3A40rT-p3d6jTuqXRBhFJ3ghDQh6spT9xlZarI', '2026-01-06 16:22:04', '2026-01-06 16:22:04'),
(286, '160.30.175.51', 'fCjEqdIhRkKp3H1Hn7HRWG:APA91bGP-VqVcbWz76q97u6fFKfN6J2iIMh1Yp0NLH7bcVsmR9xIdU4X955EmF3uDGP-3XqPYfUG7YGctuFStr-4B4LiGzShb80Jw4LFEpuIDaei8ilzMzM', '2026-01-06 16:53:34', '2026-01-06 16:53:34'),
(287, '223.235.97.116', 'c6_68NlOSF2PlMrKyq5G3b:APA91bFFyYSsYxNy69yyfo7sOL5T176P5BpWRUyV9xrZ-gODA-GyIixLNJP8S1Qyyn0yqSPdApqFm_qAuxzndmFudpSCyG73qa4mI-MMOIx-gs8P7kXEfr4', '2026-01-08 13:56:42', '2026-01-08 13:56:42'),
(288, '223.235.103.249', 'dIYT9sdoQ7-wkj2fuu28WB:APA91bGEleCCy_Q-KjkCrmyks-MUu7D95DiF0SqPL64BU9vNKuOtwxDvCRGpxJsdDYnBGbjL_YkrjoYmp64J84OvLoGTHG2VMM4CpJWUJ4guxG_T4gu9nj4', '2026-01-08 18:44:18', '2026-01-08 18:44:18'),
(289, '223.235.103.249', 'dIYT9sdoQ7-wkj2fuu28WB:APA91bGEleCCy_Q-KjkCrmyks-MUu7D95DiF0SqPL64BU9vNKuOtwxDvCRGpxJsdDYnBGbjL_YkrjoYmp64J84OvLoGTHG2VMM4CpJWUJ4guxG_T4gu9nj4', '2026-01-08 18:44:18', '2026-01-08 18:44:18'),
(290, '223.235.103.249', '@', '2026-01-09 15:22:56', '2026-01-09 15:22:56'),
(291, '45.117.62.241', 'dZA2v85eQJ2x_Z8Bcv_tDq:APA91bEZRrmPKnvtLOQ93K5db6JshUjPmnKvVE-dheit3Njev3fORdd3W73aARsazxaNdcqWJFarWZu6Eb0D8vSH50ZZ-Y52ZZLe13Vw8--SYVR6PD6IBaI', '2026-01-09 15:30:03', '2026-01-09 15:30:03'),
(292, '223.235.103.249', '@', '2026-01-09 15:44:16', '2026-01-09 15:44:16'),
(293, '223.235.102.198', 'fhszV1lsQMi_gboCWCjZoD:APA91bHuniLprFxNgvmdeRJwsGiw6Ct-8QAyEZY_kssEFJUmxcRNoS4jDs84ERXgMO7nb9pADiZpNoAWQ0fsD2-RYIoRbEfMZmpiXr8J3Bw_2gcd9nDwj-w', '2026-01-15 13:19:14', '2026-01-15 13:19:14'),
(294, '223.235.96.114', '@', '2026-01-20 21:10:18', '2026-01-20 21:10:18'),
(295, '102.91.93.181', 'f7WNUGFdRiqvp3tqDUC6ts:APA91bEQwgFJCQbeMrEyVMEN0e9rPpqlXBU1_Nwy_xTPrkcJTDBb6WikrNzU5JdiTJhwj_bbHqBemi9kWycbNSku8dWGwwPtHUlpp2JaQKPGWSTcznKT-cA', '2026-01-21 15:15:38', '2026-01-21 15:15:38'),
(296, '49.42.181.153', 'fjyvxH9FQTeiIUozDGUalE:APA91bFWbi4epeUbtjlZDIU4iqvmcLe_-j6cV9n_RHBJ8iBapkgQwAE7kdE9PG76ngeVyg_VRk7p5NkptMqhA60F60OguhGYQlQRx2pzwmBHoHWNx48RRSk', '2026-01-21 15:20:35', '2026-01-21 15:20:35'),
(297, '5.38.42.134', 'cV8tJIqTQXuD9MFI2xuUzG:APA91bE8wUukbWtN5jNfyHGIMrFnfiv8Xy_HmVIyMOrCDtg4QEx1t_SHAWoPuEzRMYn131P0E6qnmIXO4FhjG5YX5O0pm7w5QSzXDsPiM16KxnYTnb8B2jI', '2026-01-21 15:30:10', '2026-01-21 15:30:10'),
(298, '102.91.98.52', 'e86n1Hx1TC6nn6YBySqJwg:APA91bFIPeYDA2km1b8vOvhSumAkTLk_VEGu1r-38DGt6jE4A8BhyHq8gThOP7q-UpW_Q5jPZOZpQCBmBfl-_HQ1tUAUAfwV0ImlN2jSb_b-s56ogBbL-lQ', '2026-01-21 15:39:05', '2026-01-21 15:39:05'),
(299, '143.105.174.5', 'fz-d84M0T0qwNc1hN7SH1B:APA91bGlmf-QIlkH1XpyIsbXygPBKqnjhrmAcTUAqyEB920PRZkTpQ4YSN3IvFUeWKGA86DOELVAjQgHXMTrTUa-5XoAsMnChJsX6LtzTQ24R-yhCToXQgQ', '2026-01-21 15:42:58', '2026-01-21 15:42:58'),
(300, '105.204.35.33', 'duSKR0_pRuqqbvozoedcHl:APA91bG6BJeCURag2UpNaK44sn_FJo-ABMDQ6xE2uaQBAZi7N2jkCzjPpjnw3U9b62FcKa-E8ojWHvRMeO0RBKdpy2G_0wsq3NysiLNr_A0jMsKpa35atiw', '2026-01-21 16:05:39', '2026-01-21 16:05:39'),
(301, '105.119.11.248', '@', '2026-01-21 17:36:47', '2026-01-21 17:36:47'),
(302, '74.125.209.38', '@', '2026-01-21 23:27:31', '2026-01-21 23:27:31'),
(303, '192.178.15.103', '@', '2026-01-21 23:30:55', '2026-01-21 23:30:55'),
(304, '217.148.141.75', 'eYQCn1THTyuL4ubj9mIobE:APA91bHAPLNoS9yyNDRsUvUrBFqmiupb-CnW2vLhLQjtw3yIQlzRl37doczKkHjpxCV8FyBnlef07A82u3LXb_hp6CnX8YC0aggjQpLzHPBC3eX4zD4DiIQ', '2026-01-22 00:16:32', '2026-01-22 00:16:32'),
(305, '41.243.2.135', 'e5pK_TqOSDSKEAdkGkSAaW:APA91bEz7uvbv_bdp7u8sUVk4gj7nDc9vaN51BB6qvL3zj0yPjRkA_2Sdyx9bi5dzL3-pKOF6TBuir4slw9_ZKnrl-QBSNha4Z9ebg7EyDHUfT3gsnC1a2k', '2026-01-22 02:12:16', '2026-01-22 02:12:16'),
(306, '41.243.2.135', 'e5pK_TqOSDSKEAdkGkSAaW:APA91bEz7uvbv_bdp7u8sUVk4gj7nDc9vaN51BB6qvL3zj0yPjRkA_2Sdyx9bi5dzL3-pKOF6TBuir4slw9_ZKnrl-QBSNha4Z9ebg7EyDHUfT3gsnC1a2k', '2026-01-22 02:12:20', '2026-01-22 02:12:20'),
(307, '59.103.217.38', '@', '2026-01-22 18:38:09', '2026-01-22 18:38:09'),
(308, '59.103.217.38', '@', '2026-01-22 18:38:11', '2026-01-22 18:38:11'),
(309, '59.103.217.38', '@', '2026-01-22 18:38:14', '2026-01-22 18:38:14'),
(310, '59.103.217.38', 'cv7fCsDWQriXvj6zA_H-E1:APA91bEA0rs4tJAS3agBtNvu87wNg_Ei1vjZuTVRGF_nrLH-EX8RsljAznov4qjjidJIoLFtPkZJl_H1HNiNxOMBkdyiS5k71mVPkzp-63Rxij69QbdmKc0', '2026-01-22 19:25:18', '2026-01-22 19:25:18'),
(311, '106.192.8.202', 'ep7HCTbyQFmkosDga2D-us:APA91bGMtWCK9BK8L-W3Wugvo2cfG7AsFqyHyWE-86FP2Jmeq7bb9bpNg_LiOq-4iZbjXAJemwiSM057ae8RYmBz6cDc-dWezdSuMssCStxfzpbYx0fuXDg', '2026-01-24 10:20:16', '2026-01-24 10:20:16'),
(312, '41.235.239.23', 'fW0aLdtASX65MEJdjckNvg:APA91bHJVHvkMc3k19nZimbO3SZJIcmuPhTp7vt9B8ynVx3l7Bz43RRSXVcnf6gY-R8NuE0gAdTdYLIBQFl3a_5uLDZtIoPvuQrradpm3CzUtZCSb9RGwdc', '2026-01-25 21:17:35', '2026-01-25 21:17:35'),
(313, '102.212.190.86', 'd5IriRNQQh2RzfGs-U6R1K:APA91bGlyut-htLaxWv4zMHfyr3GJz9KNDGGPcJYVFvEQEktwNUPn6hTvCZZE7VRcu8xfjkRkXSVygbYo_I-hDvR5VGdNrWGeLGSV8V3WDI8OOld_VpDR-w', '2026-01-25 21:27:44', '2026-01-25 21:27:44'),
(314, '188.236.179.239', 'eaikR7DQSlSd8ioC8DIDR_:APA91bFBa36718LY58FVFWSqQ2G0yuv2kkJeSl4PRU4VSBoqyCp7d8vqntahUQi4h3tEHHSirUcCaAraC7x1J4h6YRe_4ugmbvkTeOkmTQXySTWnamuGEu8', '2026-01-26 05:57:57', '2026-01-26 05:57:57'),
(315, '188.236.179.239', 'eaikR7DQSlSd8ioC8DIDR_:APA91bFBa36718LY58FVFWSqQ2G0yuv2kkJeSl4PRU4VSBoqyCp7d8vqntahUQi4h3tEHHSirUcCaAraC7x1J4h6YRe_4ugmbvkTeOkmTQXySTWnamuGEu8', '2026-01-26 05:57:59', '2026-01-26 05:57:59'),
(316, '5.194.65.249', 'dU5Uxj5-Q6azz-Na1gtKs6:APA91bF72qkdcHB8amm0ycwOUpKyJUFptsH8sBELgRsRkooxZ3ErLDUnPcPAEGyTG3_y1_ltbcU0cywoLkTu5BKN_3Onl86iJu1VlSTpQ2zc6HgwzNwuRM4', '2026-01-26 15:18:17', '2026-01-26 15:18:17'),
(317, '223.235.100.177', '@', '2026-01-26 16:51:49', '2026-01-26 16:51:49'),
(318, '223.235.100.177', '@', '2026-01-26 16:51:50', '2026-01-26 16:51:50'),
(319, '74.125.209.37', '@', '2026-01-26 17:31:08', '2026-01-26 17:31:08'),
(320, '66.249.80.40', '@', '2026-01-26 17:34:17', '2026-01-26 17:34:17'),
(321, '74.125.210.195', '@', '2026-01-26 17:40:49', '2026-01-26 17:40:49'),
(322, '152.58.168.111', 'c55ifALdQsS57Zk9IWFY-b:APA91bEfR0Kli-XVOf7Vck_37uBeaNZKsCPWFb89OcjNnTYvhpD_C47Cmm6WoSqGwJMxy-yHI4dKmwMTZRGi6KXN_6qm22YYO7wVwqp7y6r09OFSNObqc5g', '2026-01-26 20:53:10', '2026-01-26 20:53:10'),
(323, '152.58.168.111', 'c55ifALdQsS57Zk9IWFY-b:APA91bEfR0Kli-XVOf7Vck_37uBeaNZKsCPWFb89OcjNnTYvhpD_C47Cmm6WoSqGwJMxy-yHI4dKmwMTZRGi6KXN_6qm22YYO7wVwqp7y6r09OFSNObqc5g', '2026-01-26 20:53:10', '2026-01-26 20:53:10'),
(324, '152.58.168.111', 'c55ifALdQsS57Zk9IWFY-b:APA91bEfR0Kli-XVOf7Vck_37uBeaNZKsCPWFb89OcjNnTYvhpD_C47Cmm6WoSqGwJMxy-yHI4dKmwMTZRGi6KXN_6qm22YYO7wVwqp7y6r09OFSNObqc5g', '2026-01-26 20:53:10', '2026-01-26 20:53:10'),
(325, '152.58.168.149', 'c55ifALdQsS57Zk9IWFY-b:APA91bEfR0Kli-XVOf7Vck_37uBeaNZKsCPWFb89OcjNnTYvhpD_C47Cmm6WoSqGwJMxy-yHI4dKmwMTZRGi6KXN_6qm22YYO7wVwqp7y6r09OFSNObqc5g', '2026-01-26 20:53:11', '2026-01-26 20:53:11'),
(326, '152.58.168.149', 'c55ifALdQsS57Zk9IWFY-b:APA91bEfR0Kli-XVOf7Vck_37uBeaNZKsCPWFb89OcjNnTYvhpD_C47Cmm6WoSqGwJMxy-yHI4dKmwMTZRGi6KXN_6qm22YYO7wVwqp7y6r09OFSNObqc5g', '2026-01-26 20:53:11', '2026-01-26 20:53:11'),
(327, '103.106.180.152', 'd4_doeqQTzeDy8t7yeRzAd:APA91bFKlohai_rAaWcJvMxVgIU2wW3NzhsFbS7lrHFfglLa9cqPParkk_9wtg7aFBdKhGbUz9qzPx4-sWrwn9O91kJ8LCzbOZXxu4uCmncmXAGXqMqu2_c', '2026-01-26 23:53:29', '2026-01-26 23:53:29'),
(328, '27.34.110.49', 'fmPnMkC3QX2HzEqtOqLHz_:APA91bHI0BTRfMLdDyBRkghvlN7A7xPN6c_SUGUacJSX5IMQNG-qzg_wyFbRN1NHc0EOfmL8B9MxFLz1nMxvfw16H01C0Wpq0rf3Dxc6hwhT4DbXJGUTNXI', '2026-01-27 12:20:16', '2026-01-27 12:20:16'),
(329, '223.235.96.57', 'cfgqX3D-QoiS1FxboFcVWE:APA91bHFVgj9lsI_aVqRCi1fBdSZmB5SVCCpef9tBx2dQtYPTieW2vcOkhNWvsSHXh_Hw_3lFQoH_n9li4h68hM0b9ExpW_l10w0nM24ia8ZlN3MmfnhMl4', '2026-01-27 14:11:55', '2026-01-27 14:11:55'),
(330, '223.235.96.57', 'cfgqX3D-QoiS1FxboFcVWE:APA91bHFVgj9lsI_aVqRCi1fBdSZmB5SVCCpef9tBx2dQtYPTieW2vcOkhNWvsSHXh_Hw_3lFQoH_n9li4h68hM0b9ExpW_l10w0nM24ia8ZlN3MmfnhMl4', '2026-01-27 14:11:56', '2026-01-27 14:11:56'),
(331, '223.235.96.57', 'cfgqX3D-QoiS1FxboFcVWE:APA91bHFVgj9lsI_aVqRCi1fBdSZmB5SVCCpef9tBx2dQtYPTieW2vcOkhNWvsSHXh_Hw_3lFQoH_n9li4h68hM0b9ExpW_l10w0nM24ia8ZlN3MmfnhMl4', '2026-01-27 14:11:56', '2026-01-27 14:11:56'),
(332, '27.34.70.247', 'e9qCi2K6RW-DhuS-nXHHm4:APA91bETHyb89nxqQqFFlo5yajEagf4sdTQRrsgr4KPcY63fj9bEmWzOn4G4G5cpNWipIhFDIPJYqQOur8DGe742pIvJwE1tJcbOW0z14rwTplAS9b_sdYM', '2026-01-27 14:26:40', '2026-01-27 14:26:40'),
(333, '177.173.224.202', '@', '2026-01-27 16:05:15', '2026-01-27 16:05:15'),
(334, '177.173.224.202', '@', '2026-01-27 16:05:17', '2026-01-27 16:05:17'),
(335, '178.244.135.255', 'czVn4WYXQhOiUnfT0zxsu2:APA91bGtcEaiGTeVvGSiUexhRM-TMxIn_D_S-8nvhs5fTO2sa5zH2SjlT8l9nBcSuKvPryv55InPQBC4WoRFdlxHQzOznOPCskCfo7bFaRUXX6RhDKcnT-E', '2026-01-27 16:05:34', '2026-01-27 16:05:34'),
(336, '178.244.135.255', 'czVn4WYXQhOiUnfT0zxsu2:APA91bGtcEaiGTeVvGSiUexhRM-TMxIn_D_S-8nvhs5fTO2sa5zH2SjlT8l9nBcSuKvPryv55InPQBC4WoRFdlxHQzOznOPCskCfo7bFaRUXX6RhDKcnT-E', '2026-01-27 16:05:35', '2026-01-27 16:05:35'),
(337, '41.82.175.239', 'fR6tgGV2TweSczwmcQGjJu:APA91bEe888V7o-5CyCWWU_9JH5uUvA79nVoIiWNvHPcNlO98yS2-vxtNCZZobkICXWQNUirL0Gb-tTlLoetnc1Q1YV3E9P_Bvu1vmnEy91DkXuZoRD69fo', '2026-01-27 17:29:40', '2026-01-27 17:29:40'),
(338, '41.82.175.239', 'fR6tgGV2TweSczwmcQGjJu:APA91bEe888V7o-5CyCWWU_9JH5uUvA79nVoIiWNvHPcNlO98yS2-vxtNCZZobkICXWQNUirL0Gb-tTlLoetnc1Q1YV3E9P_Bvu1vmnEy91DkXuZoRD69fo', '2026-01-27 17:29:41', '2026-01-27 17:29:41'),
(339, '41.82.175.239', 'fR6tgGV2TweSczwmcQGjJu:APA91bEe888V7o-5CyCWWU_9JH5uUvA79nVoIiWNvHPcNlO98yS2-vxtNCZZobkICXWQNUirL0Gb-tTlLoetnc1Q1YV3E9P_Bvu1vmnEy91DkXuZoRD69fo', '2026-01-27 17:29:42', '2026-01-27 17:29:42'),
(340, '49.37.108.106', 'ebYZXtbdQKWG_bGyu9Zxna:APA91bFtm-pDNeAADF2ja_Wk_Y9D--93k_2A1eub2-OcAuXvCOgYec98Ku2FhP2j6J7c3rW-c0JQB5UnWL1xcfzI_PzXviPsgFCVziCOxqIliL1-y_g2Jks', '2026-04-01 10:16:34', '2026-04-01 10:16:34'),
(341, '103.66.8.108', 'ehpyJp2dTnCNXCn0XmMkAy:APA91bGxic3XSZKb4d4W0sagoDFaJAiMxGMj6m-hAno8wmx4bLa3-slSx8N0WqzR7tifqM1xsO5UzX7noIov4EAxzUoIWmgQMMUlozrykT0Gq01tQvQsIp8', '2026-04-08 11:26:19', '2026-04-08 11:26:19'),
(342, '103.66.8.108', 'ehpyJp2dTnCNXCn0XmMkAy:APA91bGxic3XSZKb4d4W0sagoDFaJAiMxGMj6m-hAno8wmx4bLa3-slSx8N0WqzR7tifqM1xsO5UzX7noIov4EAxzUoIWmgQMMUlozrykT0Gq01tQvQsIp8', '2026-04-08 11:26:19', '2026-04-08 11:26:19'),
(343, '103.66.8.108', 'ehpyJp2dTnCNXCn0XmMkAy:APA91bGxic3XSZKb4d4W0sagoDFaJAiMxGMj6m-hAno8wmx4bLa3-slSx8N0WqzR7tifqM1xsO5UzX7noIov4EAxzUoIWmgQMMUlozrykT0Gq01tQvQsIp8', '2026-04-08 11:26:19', '2026-04-08 11:26:19'),
(344, '103.66.8.108', 'ehpyJp2dTnCNXCn0XmMkAy:APA91bGxic3XSZKb4d4W0sagoDFaJAiMxGMj6m-hAno8wmx4bLa3-slSx8N0WqzR7tifqM1xsO5UzX7noIov4EAxzUoIWmgQMMUlozrykT0Gq01tQvQsIp8', '2026-04-08 11:26:19', '2026-04-08 11:26:19'),
(345, '103.66.8.108', 'ehpyJp2dTnCNXCn0XmMkAy:APA91bGxic3XSZKb4d4W0sagoDFaJAiMxGMj6m-hAno8wmx4bLa3-slSx8N0WqzR7tifqM1xsO5UzX7noIov4EAxzUoIWmgQMMUlozrykT0Gq01tQvQsIp8', '2026-04-08 11:26:19', '2026-04-08 11:26:19'),
(346, '103.66.8.108', 'ehpyJp2dTnCNXCn0XmMkAy:APA91bGxic3XSZKb4d4W0sagoDFaJAiMxGMj6m-hAno8wmx4bLa3-slSx8N0WqzR7tifqM1xsO5UzX7noIov4EAxzUoIWmgQMMUlozrykT0Gq01tQvQsIp8', '2026-04-08 11:26:19', '2026-04-08 11:26:19'),
(347, '103.66.8.108', 'ehpyJp2dTnCNXCn0XmMkAy:APA91bGxic3XSZKb4d4W0sagoDFaJAiMxGMj6m-hAno8wmx4bLa3-slSx8N0WqzR7tifqM1xsO5UzX7noIov4EAxzUoIWmgQMMUlozrykT0Gq01tQvQsIp8', '2026-04-08 11:26:19', '2026-04-08 11:26:19'),
(348, '103.66.8.108', 'ehpyJp2dTnCNXCn0XmMkAy:APA91bGxic3XSZKb4d4W0sagoDFaJAiMxGMj6m-hAno8wmx4bLa3-slSx8N0WqzR7tifqM1xsO5UzX7noIov4EAxzUoIWmgQMMUlozrykT0Gq01tQvQsIp8', '2026-04-08 11:26:20', '2026-04-08 11:26:20'),
(349, '106.219.173.162', 'eYdAmZLCT52La6jej858hV:APA91bGmzn45276fzhJT6aPWrH_F-ai9hLWiJppPCBzCNX6ONg4Uwg6mGstLIF-sVAZiO8lgSgORbhmcJXuRmlmXOGUsFWvbW3SNpnCLwlAd4Kp85YvbZnw', '2026-04-08 11:33:22', '2026-04-08 11:33:22'),
(350, '157.32.89.130', 'cCn6OvmNQUGTha07R0QbFe:APA91bE3yuj_tJJ33a4aoc-9AKNz3gJFz_MwTjJriT4F864oKY1bVg9lE9NL8SUmII6zxAkEMDGDP3sc-RxgvvBO8lqVjxafHIwfL9qN6-LLhxkdOnNNc9Y', '2026-04-08 12:56:11', '2026-04-08 12:56:11'),
(351, '106.219.173.162', 'dAT3-WBST9eAEUDua-VXBU:APA91bEnYgmhZohpTLVIEv6O5uAujWxw5QmRQRB6Bwusdm0i5F1BMun-_XBkaGg8W1EYPR-LmP7IhlhyqCSVHT-hEYoDGXHMoGyQejn96uqEa78gxBQ6HCs', '2026-04-08 17:59:42', '2026-04-08 17:59:42'),
(352, '106.219.173.162', 'dAT3-WBST9eAEUDua-VXBU:APA91bEnYgmhZohpTLVIEv6O5uAujWxw5QmRQRB6Bwusdm0i5F1BMun-_XBkaGg8W1EYPR-LmP7IhlhyqCSVHT-hEYoDGXHMoGyQejn96uqEa78gxBQ6HCs', '2026-04-08 17:59:44', '2026-04-08 17:59:44'),
(353, '106.219.173.162', 'dAT3-WBST9eAEUDua-VXBU:APA91bEnYgmhZohpTLVIEv6O5uAujWxw5QmRQRB6Bwusdm0i5F1BMun-_XBkaGg8W1EYPR-LmP7IhlhyqCSVHT-hEYoDGXHMoGyQejn96uqEa78gxBQ6HCs', '2026-04-08 17:59:44', '2026-04-08 17:59:44'),
(354, '66.102.8.66', '@', '2026-04-09 23:42:31', '2026-04-09 23:42:31'),
(355, '106.219.173.170', 'd2xPw_ikSYCRXrqX1hPc32:APA91bFX4d9RgtsYybHAqVGC5eKxjxGCv7jmUFJDdGuFAgKbjeDWGoIocE9R1jU-tsau9hhGt60r7SkqAPXzuFjp4m6lNeiklw8nwyw5t7LAFxflHe7hOLg', '2026-04-10 07:32:03', '2026-04-10 07:32:03'),
(356, '106.219.173.170', 'c1TcAISuRuyxK24ww1uGyn:APA91bFWXLZNlf14lwmPQrLrwAQQTa62TPLWR5MGY99XRz8SYcHIfQdag7DTWUWkFifpvjzlrtQ3W_XfUUO7Ac4sdMdN7lCuofaMbVWzU9MRxRFjBfqxjQU', '2026-04-10 12:16:01', '2026-04-10 12:16:01'),
(357, '106.222.212.45', 'fvssj24qSUmJ-y6ZLrmZ1X:APA91bEAkgjgdz-Ta1TIrg3HtUUb72edAYQkU0aSBAckqGoP65UUYfU6DWYlMix2kqMEoUZDislaSh_3TNvJBJvddZQ-1WqE57hLuyjUDNUpcJJ3urYa058', '2026-04-12 07:19:58', '2026-04-12 07:19:58'),
(358, '203.128.20.222', 'fafSGS8_Q4qDIL0hxZLapZ:APA91bGWgZ0x4V3CRwosGl80VkTlpWlBF9FjJiNR-5KLBt0VGaV839VkxHOuvd-h-bDeBkNYj85buA3W17rgtjZekaie2GhNFwquPDbkmgIPhVhQqhr_bxI', '2026-04-12 18:09:17', '2026-04-12 18:09:17'),
(359, '111.92.146.231', 'fS0A9ycNSKGBxzXsca6-9g:APA91bEhOi2y1y8q9-MO1SN-9ZKDMH9De9HPsZ5DUlnHwK7hsKOXUIV5HQ42VulgihJeGxbr93EWI-g-D9PXbpt11_xLdzEdtu6PBisjMzhfqbBPgVq-ckk', '2026-04-13 05:17:51', '2026-04-13 05:17:51'),
(360, '74.125.210.98', '@', '2026-04-20 08:50:56', '2026-04-20 08:50:56'),
(361, '66.249.88.229', '@', '2026-04-20 08:56:49', '2026-04-20 08:56:49'),
(362, '49.35.194.81', 'c7PJdktwQI-bUfFEf5ruIb:APA91bFFCYpSstltUSe3tIzkw-HFFHya5hfq19ZCtzkLkakjEQFnxx1kCFSeHbosD9D2wOgHJIjSk6lsuGeitXvrJcki9DfyUmblaw8Me1C8gQoGo5mk4xY', '2026-04-22 06:34:38', '2026-04-22 06:34:38'),
(363, '106.219.169.154', 'coxqjOEHTOShrUnsmvgDwK:APA91bGWDNaKCfgbCHMM_J-x4sZocDXIXYZvXL2kD6dfz1Pv7YbGnr-caEdTndgKiZxCje1y8RDrDaMa5VrxteVpKfSZs7xFnOaOrW3YntwneWvUtz7ew9c', '2026-04-22 11:48:04', '2026-04-22 11:48:04'),
(364, '27.62.191.114', 'fO5ipi5fR2KliQZa-0tX9D:APA91bFzo0APpolP3Diuozx9do9UJaDQmLL1mcvE3Ecs4GnH-MeXUGD-8khhhvCp70PwaIxNEZPhAqcVnjXPMjgMdHb6Gyzm41VRQUM8bJ18AcRjQT8PQeI', '2026-04-22 17:37:24', '2026-04-22 17:37:24'),
(365, '27.62.191.114', 'fO5ipi5fR2KliQZa-0tX9D:APA91bFzo0APpolP3Diuozx9do9UJaDQmLL1mcvE3Ecs4GnH-MeXUGD-8khhhvCp70PwaIxNEZPhAqcVnjXPMjgMdHb6Gyzm41VRQUM8bJ18AcRjQT8PQeI', '2026-04-22 17:37:27', '2026-04-22 17:37:27'),
(366, '27.62.191.114', 'fO5ipi5fR2KliQZa-0tX9D:APA91bFzo0APpolP3Diuozx9do9UJaDQmLL1mcvE3Ecs4GnH-MeXUGD-8khhhvCp70PwaIxNEZPhAqcVnjXPMjgMdHb6Gyzm41VRQUM8bJ18AcRjQT8PQeI', '2026-04-22 17:37:31', '2026-04-22 17:37:31'),
(367, '103.66.8.108', 'fLWd2MX5R7SvklCXjBAGp_:APA91bFOXyGRMo5OpW4NcaCn4V21IIMPWZmjkuaxMfMjmfLOC0H6qrJzxjd9NhRzj2UY8XV1rC-GrIC7UmgtO214stpe6BDRBHAEuzUCziPcE9tAQZnsAes', '2026-04-22 17:47:40', '2026-04-22 17:47:40'),
(368, '103.66.8.108', 'c7yqx5UEQduTnfxqpnEuyS:APA91bFScszZ_yU9vaZiBJbci2wbrD7NFQzBVZTOZ8EVYHXoNx3WJtX40KIUZXfYl-b8tlJqYXjg756qmdpjRtANOqVVO9WG0RcMDZvQfEQDIGg_SwsZrcE', '2026-04-22 17:52:53', '2026-04-22 17:52:53'),
(369, '103.66.8.108', 'd_twTL_hTSCeQM-wmioJ3t:APA91bENVwrPEteWXqd6s6N1y8XeaoBlc8QxiWHSYZwPinxaPn7EWpQYgTkwjhbQ4K8GmUvjEfYH4rSDggibcpJLbS9FWPiH1ZEdWIi8KLzd7fFzbTveCfU', '2026-04-22 18:11:41', '2026-04-22 18:11:41'),
(370, '49.35.195.225', 'c7PJdktwQI-bUfFEf5ruIb:APA91bFFCYpSstltUSe3tIzkw-HFFHya5hfq19ZCtzkLkakjEQFnxx1kCFSeHbosD9D2wOgHJIjSk6lsuGeitXvrJcki9DfyUmblaw8Me1C8gQoGo5mk4xY', '2026-04-23 08:28:40', '2026-04-23 08:28:40'),
(371, '49.36.213.159', 'fEmm5jRLQlaA9EaMBJvPGC:APA91bEH_9AoE-WstMRafa7dJTCG_IyWcH9yX6nWLbWlSgRo7-O_N0mAK3Xs1j-kOBEyaQ7T99cLC5Kh_JIJ5i6aMODgdd8Xb5PXKYWDjKH5d6e2eHnnfLQ', '2026-04-23 11:04:24', '2026-04-23 11:04:24'),
(372, '157.34.233.88', 'c3EHJdPZRASv3WPDyieVgf:APA91bFFS1HFLK6U9hW1BadV0vWYV4vlEUSv9r0TDocN2eccpzlFRkfSQJ9fba7vMSMxmNN4xt0MXdPq5q5gBan7NaWOyJAokN3wrg5vpXpteQih11SjJF0', '2026-04-23 11:50:58', '2026-04-23 11:50:58'),
(373, '152.59.186.81', 'dcwOCSunTbuYDoNBf2FH_q:APA91bF9OtjxegdlpRpblG3L05bNDnGNURclE10lhwwufGKNkWXXIwX0upCJ0FJ0T5x9YNOQMaFMtwHIvWkdE-dJRCmr1Oj7qXEuuRxW0R-pc8unDdqdE6A', '2026-04-23 12:51:35', '2026-04-23 12:51:35'),
(374, '49.35.195.65', '@', '2026-04-23 15:40:11', '2026-04-23 15:40:11'),
(375, '106.219.173.91', 'cIrPNh_9RD-mMrKaxF95db:APA91bGve_8apJBmoC_GbQQHeGc757ZlwvcNFnqLjLYwE-y1rhEqK37Y9S5i7NjZmvaz4irznn9buCSVzzoUq8HAO0Xz8DswfmHFRUkcY4_bCsfkvHFEJeQ', '2026-05-12 20:05:46', '2026-05-12 20:05:46'),
(376, '152.59.186.0', 'ettDFjleThuAczXNEussiQ:APA91bG0lh6nxVIC8riAec16ih6Y_87-GrtVSNansVPTR7LmCVsSqbn_X8pKNQK19flN4vJ7bLQGjfuo30GDESxY-SmH7qYz_SuHBkTWPVJLZJWRYUy1nUU', '2026-05-13 08:00:53', '2026-05-13 08:00:53'),
(377, '152.59.186.0', 'ettDFjleThuAczXNEussiQ:APA91bG0lh6nxVIC8riAec16ih6Y_87-GrtVSNansVPTR7LmCVsSqbn_X8pKNQK19flN4vJ7bLQGjfuo30GDESxY-SmH7qYz_SuHBkTWPVJLZJWRYUy1nUU', '2026-05-13 08:00:53', '2026-05-13 08:00:53'),
(378, '152.59.186.0', 'ettDFjleThuAczXNEussiQ:APA91bG0lh6nxVIC8riAec16ih6Y_87-GrtVSNansVPTR7LmCVsSqbn_X8pKNQK19flN4vJ7bLQGjfuo30GDESxY-SmH7qYz_SuHBkTWPVJLZJWRYUy1nUU', '2026-05-13 08:00:56', '2026-05-13 08:00:56'),
(379, '152.59.184.67', 'ettDFjleThuAczXNEussiQ:APA91bG0lh6nxVIC8riAec16ih6Y_87-GrtVSNansVPTR7LmCVsSqbn_X8pKNQK19flN4vJ7bLQGjfuo30GDESxY-SmH7qYz_SuHBkTWPVJLZJWRYUy1nUU', '2026-05-13 08:00:56', '2026-05-13 08:00:56'),
(380, '103.66.8.91', 'fLWd2MX5R7SvklCXjBAGp_:APA91bFOXyGRMo5OpW4NcaCn4V21IIMPWZmjkuaxMfMjmfLOC0H6qrJzxjd9NhRzj2UY8XV1rC-GrIC7UmgtO214stpe6BDRBHAEuzUCziPcE9tAQZnsAes', '2026-05-13 09:20:26', '2026-05-13 09:20:26'),
(381, '103.66.8.91', 'fLWd2MX5R7SvklCXjBAGp_:APA91bFOXyGRMo5OpW4NcaCn4V21IIMPWZmjkuaxMfMjmfLOC0H6qrJzxjd9NhRzj2UY8XV1rC-GrIC7UmgtO214stpe6BDRBHAEuzUCziPcE9tAQZnsAes', '2026-05-13 09:20:27', '2026-05-13 09:20:27'),
(382, '103.66.8.91', 'fLWd2MX5R7SvklCXjBAGp_:APA91bFOXyGRMo5OpW4NcaCn4V21IIMPWZmjkuaxMfMjmfLOC0H6qrJzxjd9NhRzj2UY8XV1rC-GrIC7UmgtO214stpe6BDRBHAEuzUCziPcE9tAQZnsAes', '2026-05-13 09:20:28', '2026-05-13 09:20:28'),
(383, '103.66.8.91', 'fLWd2MX5R7SvklCXjBAGp_:APA91bFOXyGRMo5OpW4NcaCn4V21IIMPWZmjkuaxMfMjmfLOC0H6qrJzxjd9NhRzj2UY8XV1rC-GrIC7UmgtO214stpe6BDRBHAEuzUCziPcE9tAQZnsAes', '2026-05-13 09:20:28', '2026-05-13 09:20:28'),
(384, '157.34.1.111', 'eRCGJPmxTpi60HQPZnQhEw:APA91bG5vdzosQrrem66IGvEZFyoxN9V2da2stdbgPGA_IlMflDZaHuOhlv-jWsrVd-ptBIBxt0ieK7WIf1o_FecTXiSxYyhNA0Op7NsZaF7gCrPBpKXoiQ', '2026-05-13 10:26:01', '2026-05-13 10:26:01'),
(385, '152.59.47.224', 'd_twTL_hTSCeQM-wmioJ3t:APA91bENVwrPEteWXqd6s6N1y8XeaoBlc8QxiWHSYZwPinxaPn7EWpQYgTkwjhbQ4K8GmUvjEfYH4rSDggibcpJLbS9FWPiH1ZEdWIi8KLzd7fFzbTveCfU', '2026-05-13 16:20:00', '2026-05-13 16:20:00'),
(386, '152.59.47.224', 'd_twTL_hTSCeQM-wmioJ3t:APA91bENVwrPEteWXqd6s6N1y8XeaoBlc8QxiWHSYZwPinxaPn7EWpQYgTkwjhbQ4K8GmUvjEfYH4rSDggibcpJLbS9FWPiH1ZEdWIi8KLzd7fFzbTveCfU', '2026-05-13 16:20:01', '2026-05-13 16:20:01'),
(387, '103.66.8.91', 'd_twTL_hTSCeQM-wmioJ3t:APA91bENVwrPEteWXqd6s6N1y8XeaoBlc8QxiWHSYZwPinxaPn7EWpQYgTkwjhbQ4K8GmUvjEfYH4rSDggibcpJLbS9FWPiH1ZEdWIi8KLzd7fFzbTveCfU', '2026-05-13 16:20:06', '2026-05-13 16:20:06'),
(388, '152.59.186.149', 'fY96k_emQZS6WTF9In12Kh:APA91bGTWY8GpbYqsUFpjQT1sBJIvx6s_0u3nDU60GAL5RU3XdEx_UoXmlqhbA5633i_0pOdu1NVqdPlrmfoha8loFIIgF0oivt9ZOKsH_vFEAwYiCisfEE', '2026-05-16 06:34:53', '2026-05-16 06:34:53'),
(389, '223.188.34.232', 'fwDETQDPTSe4uUqrCUsEKa:APA91bEN24SDsxyphB20Vci6BEtF_KP5WzuW0Pbc1XqLWKvUq05yOznV59OZ0GvK6wxoJ-ow1cku3Nsw_xCMfdrJB7MyyAfpC0EUqZIcOP-vjxHgPLXiGPw', '2026-05-25 10:01:16', '2026-05-25 10:01:16'),
(390, '223.188.34.232', 'fwDETQDPTSe4uUqrCUsEKa:APA91bEN24SDsxyphB20Vci6BEtF_KP5WzuW0Pbc1XqLWKvUq05yOznV59OZ0GvK6wxoJ-ow1cku3Nsw_xCMfdrJB7MyyAfpC0EUqZIcOP-vjxHgPLXiGPw', '2026-05-25 10:01:22', '2026-05-25 10:01:22'),
(391, '223.188.34.232', 'fwDETQDPTSe4uUqrCUsEKa:APA91bEN24SDsxyphB20Vci6BEtF_KP5WzuW0Pbc1XqLWKvUq05yOznV59OZ0GvK6wxoJ-ow1cku3Nsw_xCMfdrJB7MyyAfpC0EUqZIcOP-vjxHgPLXiGPw', '2026-05-25 10:01:23', '2026-05-25 10:01:23'),
(392, '103.211.16.117', 'dmCZejmQTzyRCQhn3C0Fp2:APA91bF1G8IvrgtCqj2XgAHJQL-VNcwOQWklsw3fqFKryYj7MYyjtzF9vIPzLca4KUP1UksAmuD-As3WLdIqV4bKWrOM7FZoB_VHi7LUinZ84tPB9xFm0C8', '2026-05-26 03:24:12', '2026-05-26 03:24:12'),
(393, '103.211.16.117', 'dmCZejmQTzyRCQhn3C0Fp2:APA91bF1G8IvrgtCqj2XgAHJQL-VNcwOQWklsw3fqFKryYj7MYyjtzF9vIPzLca4KUP1UksAmuD-As3WLdIqV4bKWrOM7FZoB_VHi7LUinZ84tPB9xFm0C8', '2026-05-26 03:24:14', '2026-05-26 03:24:14'),
(394, '103.211.16.117', 'dmCZejmQTzyRCQhn3C0Fp2:APA91bF1G8IvrgtCqj2XgAHJQL-VNcwOQWklsw3fqFKryYj7MYyjtzF9vIPzLca4KUP1UksAmuD-As3WLdIqV4bKWrOM7FZoB_VHi7LUinZ84tPB9xFm0C8', '2026-05-26 03:24:18', '2026-05-26 03:24:18'),
(395, '103.211.16.117', 'dmCZejmQTzyRCQhn3C0Fp2:APA91bF1G8IvrgtCqj2XgAHJQL-VNcwOQWklsw3fqFKryYj7MYyjtzF9vIPzLca4KUP1UksAmuD-As3WLdIqV4bKWrOM7FZoB_VHi7LUinZ84tPB9xFm0C8', '2026-05-26 03:24:19', '2026-05-26 03:24:19'),
(396, '103.211.16.117', 'dmCZejmQTzyRCQhn3C0Fp2:APA91bF1G8IvrgtCqj2XgAHJQL-VNcwOQWklsw3fqFKryYj7MYyjtzF9vIPzLca4KUP1UksAmuD-As3WLdIqV4bKWrOM7FZoB_VHi7LUinZ84tPB9xFm0C8', '2026-05-26 03:24:20', '2026-05-26 03:24:20'),
(397, '103.211.16.117', 'dmCZejmQTzyRCQhn3C0Fp2:APA91bF1G8IvrgtCqj2XgAHJQL-VNcwOQWklsw3fqFKryYj7MYyjtzF9vIPzLca4KUP1UksAmuD-As3WLdIqV4bKWrOM7FZoB_VHi7LUinZ84tPB9xFm0C8', '2026-05-26 03:24:22', '2026-05-26 03:24:22'),
(398, '103.211.16.117', 'dmCZejmQTzyRCQhn3C0Fp2:APA91bF1G8IvrgtCqj2XgAHJQL-VNcwOQWklsw3fqFKryYj7MYyjtzF9vIPzLca4KUP1UksAmuD-As3WLdIqV4bKWrOM7FZoB_VHi7LUinZ84tPB9xFm0C8', '2026-05-26 03:24:26', '2026-05-26 03:24:26'),
(399, '103.211.16.117', 'dmCZejmQTzyRCQhn3C0Fp2:APA91bF1G8IvrgtCqj2XgAHJQL-VNcwOQWklsw3fqFKryYj7MYyjtzF9vIPzLca4KUP1UksAmuD-As3WLdIqV4bKWrOM7FZoB_VHi7LUinZ84tPB9xFm0C8', '2026-05-26 03:24:26', '2026-05-26 03:24:26'),
(400, '103.211.16.117', 'dmCZejmQTzyRCQhn3C0Fp2:APA91bF1G8IvrgtCqj2XgAHJQL-VNcwOQWklsw3fqFKryYj7MYyjtzF9vIPzLca4KUP1UksAmuD-As3WLdIqV4bKWrOM7FZoB_VHi7LUinZ84tPB9xFm0C8', '2026-05-26 03:24:30', '2026-05-26 03:24:30'),
(401, '103.211.16.117', 'fuz3sVj9QxyQEX3IyClR5e:APA91bGRXa7wGl463-lQKPFcJ1Sqi7wEMXI6M88uV_krnICwaJg9furuuVBff5QKMyTRLVqQLlRPZFodCQ-H9bjqGU_ijXkjhgkg2OwoyCDE24k_VJqVw20', '2026-05-26 03:31:03', '2026-05-26 03:31:03'),
(402, '103.211.16.117', 'fuz3sVj9QxyQEX3IyClR5e:APA91bGRXa7wGl463-lQKPFcJ1Sqi7wEMXI6M88uV_krnICwaJg9furuuVBff5QKMyTRLVqQLlRPZFodCQ-H9bjqGU_ijXkjhgkg2OwoyCDE24k_VJqVw20', '2026-05-26 03:31:06', '2026-05-26 03:31:06'),
(403, '103.211.16.117', 'fuz3sVj9QxyQEX3IyClR5e:APA91bGRXa7wGl463-lQKPFcJ1Sqi7wEMXI6M88uV_krnICwaJg9furuuVBff5QKMyTRLVqQLlRPZFodCQ-H9bjqGU_ijXkjhgkg2OwoyCDE24k_VJqVw20', '2026-05-26 03:31:14', '2026-05-26 03:31:14'),
(404, '103.211.16.117', 'fuz3sVj9QxyQEX3IyClR5e:APA91bGRXa7wGl463-lQKPFcJ1Sqi7wEMXI6M88uV_krnICwaJg9furuuVBff5QKMyTRLVqQLlRPZFodCQ-H9bjqGU_ijXkjhgkg2OwoyCDE24k_VJqVw20', '2026-05-26 03:31:15', '2026-05-26 03:31:15'),
(405, '103.211.16.117', 'fuz3sVj9QxyQEX3IyClR5e:APA91bGRXa7wGl463-lQKPFcJ1Sqi7wEMXI6M88uV_krnICwaJg9furuuVBff5QKMyTRLVqQLlRPZFodCQ-H9bjqGU_ijXkjhgkg2OwoyCDE24k_VJqVw20', '2026-05-26 03:31:16', '2026-05-26 03:31:16'),
(406, '103.211.16.117', 'fuz3sVj9QxyQEX3IyClR5e:APA91bGRXa7wGl463-lQKPFcJ1Sqi7wEMXI6M88uV_krnICwaJg9furuuVBff5QKMyTRLVqQLlRPZFodCQ-H9bjqGU_ijXkjhgkg2OwoyCDE24k_VJqVw20', '2026-05-26 03:31:21', '2026-05-26 03:31:21'),
(407, '49.43.118.68', 'fG_1uyrQS2WZy2eaVRN0Vw:APA91bFskVTpI4khkXj0ERxcmZLd6oE2suQoNgVsfKKbPLKEUl6WhVKXl1RyKnLLVf706U6_NM-bJJa87S61Yzf1HXtqDAPFGLHyY8dSBva90ta5_aQTPPk', '2026-05-28 03:28:55', '2026-05-28 03:28:55'),
(408, '110.226.224.129', 'eFPuUNjeS8acHKYykpEMJX:APA91bGaJNigXb_zI154Jg-59tYHn8860UZqWBvjhe8Vw046YHgTPDv8rrfxHhWEuNYQvUb_wizxv_4jbCvMI5BbTShpiRM3DUPW6G55Ropw_ryWC3J1i2w', '2026-06-02 01:55:29', '2026-06-02 01:55:29'),
(409, '110.226.224.129', 'eFPuUNjeS8acHKYykpEMJX:APA91bGaJNigXb_zI154Jg-59tYHn8860UZqWBvjhe8Vw046YHgTPDv8rrfxHhWEuNYQvUb_wizxv_4jbCvMI5BbTShpiRM3DUPW6G55Ropw_ryWC3J1i2w', '2026-06-02 01:55:33', '2026-06-02 01:55:33'),
(410, '110.226.224.129', 'eFPuUNjeS8acHKYykpEMJX:APA91bGaJNigXb_zI154Jg-59tYHn8860UZqWBvjhe8Vw046YHgTPDv8rrfxHhWEuNYQvUb_wizxv_4jbCvMI5BbTShpiRM3DUPW6G55Ropw_ryWC3J1i2w', '2026-06-02 01:55:36', '2026-06-02 01:55:36'),
(411, '110.226.224.129', 'eFPuUNjeS8acHKYykpEMJX:APA91bGaJNigXb_zI154Jg-59tYHn8860UZqWBvjhe8Vw046YHgTPDv8rrfxHhWEuNYQvUb_wizxv_4jbCvMI5BbTShpiRM3DUPW6G55Ropw_ryWC3J1i2w', '2026-06-02 01:55:43', '2026-06-02 01:55:43'),
(412, '70.32.129.179', 'd9GHGo8TSLeOcZEpn37EH9:APA91bGgvRKUMTtk1hTDYGYS9_uEcYF3n9McsRZTdJFotL7ZwdtwjiMmlA7eD5_94JArqKh_Yh_dVt4plMRG03CsPL8H3AbUO533yCuoiDnktVE87SE3NR4', '2026-06-15 08:14:27', '2026-06-15 08:14:27'),
(413, '42.107.185.209', 'c8yzKiN2Rue7d4RXY-BrwA:APA91bFWHnobVG9NAzIoQzsMWNVyfkAp3d9cNhQTyBNL8FIYWzEzK82_EosCK4okavdcwkTxiTHGh8nZepT7KgOaW4fmGC7AXqEPMD35SBClBtOUmbxnBGk', '2026-06-15 10:49:05', '2026-06-15 10:49:05'),
(414, '59.103.61.3', 'fTJGAZTFRbiOvpHeZISW_P:APA91bH9AuWYNyruvN79Urr-7oZo9ai5GOX0pZOa5GK419KvHfEEaho0JvfPO-3ZkB6tt40frJCbqVHTEi2jzEy0p_tuT6SOvGb_OqQDiLRWMcjpoRFY7dk', '2026-06-23 07:37:03', '2026-06-23 07:37:03'),
(415, '66.249.84.11', 'dJp30xHXSeek5yxGf8K3_h:APA91bGHv75sLRUC1BkXMo7LbHJhHlTOiT54K3RD2s9I2wqnhrlvI_KvKbk9sWqn9RCvWMJ1CplSwuBt95rHS0AcVozLWxhnKGWbIwStyE6adnlcNo_1UyQ', '2026-06-23 08:07:58', '2026-06-23 08:07:58'),
(416, '74.125.212.39', 'dAtFSh7DRi-HfObzXt6sZU:APA91bHLehPk55OnUxkQIspaqI2ZXLfXyOFgco8KtYf_nNCcILm256G0SV8a1pRUAFuFqFwd_DAuD5ywxnlm6cgURd_AtM6uXDGDC-Id-Ml4IpAttdG3cSo', '2026-06-23 08:22:27', '2026-06-23 08:22:27'),
(417, '42.104.120.6', 'ca4hEXGcSEivbpeSkMU38M:APA91bFqE3ChL0gzymI9PoR4-7iGrH4qmD9553DzKjsmm3YzMj1TEzcDQNvgH37_58AHUm7sv1zUL9HKvbp0Z4oB0Jg-kp38dARGKV_Ei8TzCpKy9Sb0mDs', '2026-06-27 10:04:27', '2026-06-27 10:04:27'),
(418, '104.132.17.110', 'eNUzqp1DTWWSPG_It2UOGP:APA91bHUcZ6vrf1Y3wt3yop4KU1E6v90u8U11YRl0QOmxFl7vhkk1HTySEpG7PskkGfvIY5_5UljJe8YMQ7R5X_ntnf91PCa7unNHe7ovTjZVzu9c_l5FXY', '2026-07-01 03:07:05', '2026-07-01 03:07:05'),
(419, '223.235.101.160', 'eKhMVcqdQVKDu1DMqEikmU:APA91bGcSbtHtmiCcLtyIhutEuKBymx8jz4YsGlMC6e71d1m3ak9JOKouK8fTdZ_XhJITLIAbFb-vchof2T5BVhtIJB7v_UED1rkZQYUIocbhkCRMh4dkJY', '2026-07-03 09:04:28', '2026-07-03 09:04:28'),
(420, '138.204.227.156', 'dPX-GREeSGqJt3UC5cwdmZ:APA91bHF6IBnQnSqMWFaEbWJ0kSj6-ZT78iuZGpwnYJARPEZZjj54goyMetN2UWvbE8IfgYZIhvzZMxHJsYAmAR_nwmbjKctmH6oolqXsXA09c23rCcUWTc', '2026-07-03 09:05:58', '2026-07-03 09:05:58'),
(421, '106.219.211.60', 'f3z4MG_9QB2NfLTkWT4uYR:APA91bFd34odVNRAiyrBBbyi6Is27dpLpibDVT7iM5nN9SCECcTCyaN0Ujx8Wvc-cY9aYIxD_YbSbtkRX0Qw6qYq49BlKk-OX7GzMYarexX1qjz4axwXA3U', '2026-07-09 03:26:46', '2026-07-09 03:26:46'),
(422, '42.107.142.172', 'eViQQ-ALRSmZTX99fN4fVl:APA91bGEzt04quFhkyiA_IyPIKzCKiJKYiKPjnSOdNGf_7llVtOGQZO2TXUNr1Cjncyh3jiykWCdTFHQu_J_Bs_BuQuJQTpXNO--wUDRVOyE-1zB20yzKYU', '2026-07-09 16:37:34', '2026-07-09 16:37:34'),
(423, '152.59.187.36', 'ehl8g3e0TnqT8Q2a5fzac-:APA91bF0jz4YrWf8JFGL6tOrWgQYody0AbN3r7eRqThrcdYBwGa6rUMQqRwNrcR41ViYAl-uBU1Oh8OqzNv7aFQr2aC0SOzFGKIBKe_eGKgr23ac8WiIjbo', '2026-07-10 14:22:32', '2026-07-10 14:22:32'),
(424, '152.59.187.32', 'clmmlZniTX27t5vNbnFlIu:APA91bG8BUqOHcC19-xu0BCJYgAnCFnglwt7eHJ62-bco3wunZWLYyFbs43D34_2x-1Ov2DvowLaZlxDnfRaL7bni53YniVQBpZ-PaiDRLuWs7BaIN-dRvg', '2026-07-11 12:12:50', '2026-07-11 12:12:50'),
(425, '47.15.2.197', 'dB1-zE59S4SuwgI1TEAtp7:APA91bEUc8vIf6v0u-jYrnb9kd71F5XpeabzTy0S42ITn4Dasb5WbPyYSZ5dMa3H2yH8crkUzFggvJtgCRQEe2qN1uReq7wD2V9rzLLmSKq5iTbYKuWUNms', '2026-07-14 13:23:56', '2026-07-14 13:23:56');

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

--
-- Table structure for table `items`
--

CREATE TABLE `items` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `image` varchar(30) DEFAULT NULL,
  `category_id` bigint(20) UNSIGNED DEFAULT NULL,
  `category_ids` varchar(255) DEFAULT NULL,
  `variations` text DEFAULT NULL,
  `add_ons` varchar(255) DEFAULT NULL,
  `attributes` varchar(255) DEFAULT NULL,
  `choice_options` text DEFAULT NULL,
  `price` decimal(24,2) NOT NULL DEFAULT 0.00,
  `tax` decimal(24,2) NOT NULL DEFAULT 0.00,
  `tax_type` varchar(20) NOT NULL DEFAULT 'percent',
  `discount` decimal(24,2) NOT NULL DEFAULT 0.00,
  `discount_type` varchar(20) NOT NULL DEFAULT 'percent',
  `available_time_starts` time DEFAULT NULL,
  `available_time_ends` time DEFAULT NULL,
  `veg` tinyint(1) NOT NULL DEFAULT 0,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `store_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `order_count` int(11) NOT NULL DEFAULT 0,
  `avg_rating` double(16,14) NOT NULL DEFAULT 0.00000000000000,
  `rating_count` int(11) NOT NULL DEFAULT 0,
  `rating` varchar(255) DEFAULT NULL,
  `module_id` bigint(20) UNSIGNED NOT NULL,
  `stock` int(11) DEFAULT 0,
  `unit_id` bigint(20) UNSIGNED DEFAULT NULL,
  `images` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
  `food_variations` text DEFAULT NULL,
  `slug` varchar(255) DEFAULT NULL,
  `recommended` tinyint(1) NOT NULL DEFAULT 0,
  `organic` tinyint(1) NOT NULL DEFAULT 0,
  `maximum_cart_quantity` int(11) DEFAULT NULL,
  `is_approved` tinyint(1) NOT NULL DEFAULT 1,
  `is_halal` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `items`
--

INSERT INTO `items` (`id`, `name`, `description`, `image`, `category_id`, `category_ids`, `variations`, `add_ons`, `attributes`, `choice_options`, `price`, `tax`, `tax_type`, `discount`, `discount_type`, `available_time_starts`, `available_time_ends`, `veg`, `status`, `store_id`, `created_at`, `updated_at`, `order_count`, `avg_rating`, `rating_count`, `rating`, `module_id`, `stock`, `unit_id`, `images`, `food_variations`, `slug`, `recommended`, `organic`, `maximum_cart_quantity`, `is_approved`, `is_halal`) VALUES
(2, 'Lay\'s Classic Chips', '✅ Pack of 40 one ounce bags\r\n✅ Made with three ingredients: potatoes, oil and salt\r\n✅ Gluten free. State of Readiness: Ready to Eat\r\n✅ These much loved treats are fun to enjoy at lunch, as an after-school snack, or party refreshment\r\n✅ Easy to carry, easy to store, and easy to pack', '2024-07-11-668fbf0d8220c.png', 2, '[{\"id\":\"1\",\"position\":1},{\"id\":\"2\",\"position\":2}]', '[]', '[]', '[]', '[]', 5.00, 0.00, 'percent', 1.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2024-07-11 06:16:29', '2024-10-11 02:04:45', 0, 0.00000000000000, 0, NULL, 1, 2098, NULL, '[{\"img\":\"2024-07-11-668fbf0d81897.png\",\"storage\":\"public\"},{\"img\":\"2024-07-11-668fbf0d81e3b.png\",\"storage\":\"public\"}]', '[]', 'lays-classic-chips', 0, 1, 10, 1, 1),
(3, 'Fresh Green Peas', 'The pea is most commonly the small spherical seed or the seed-pod of the pod fruit Pisum sativum. Each pod contains several peas, which can be green or yellow.', '2024-07-11-668fbf9f14bd2.png', 3, '[{\"id\":\"3\",\"position\":1}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 4.00, 'amount', '00:00:00', '23:59:59', 0, 1, 1, '2024-07-11 06:18:55', '2025-12-18 15:09:27', 2, 0.00000000000000, 0, NULL, 1, 595, NULL, '[{\"img\":\"2024-07-11-668fbf9f145b5.png\",\"storage\":\"public\"}]', '[]', 'fresh-green-peas', 0, 1, 15, 1, 1),
(11, 'Oils', 'Extra is a brand of sugarfree chewing gum produced by the Wrigley Company in North America, Europe, Australia and some parts of Africa and Asia.', '2026-01-11-6962acdde24f7.png', 12, '[{\"id\":\"12\",\"position\":1}]', '[]', '[]', '[]', '[]', 49.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 5, '2024-10-11 01:17:58', '2026-01-11 01:17:41', 0, 0.00000000000000, 0, NULL, 3, 199, 2, '[{\"img\":\"2026-01-11-6962acdde1d42.png\",\"storage\":\"public\"}]', '[]', 'wrigleys-extra', 0, 0, 98, 1, 0),
(12, 'Sebamed Baby Body', 'A digital blood pressure monitor will not be as accurate if your body is moving when you are using it. Also, an irregular heart rate will make the reading less accurate. However, digital monitors are the best choice for home use for most people.', '2026-01-11-6962ac4297789.png', 15, '[{\"id\":\"15\",\"position\":1}]', '[]', '[]', '[]', '[]', 1599.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 6, '2024-10-11 01:19:14', '2026-01-11 01:15:06', 0, 0.00000000000000, 0, NULL, 3, 200, 2, '[{\"img\":\"2026-01-11-6962ac4297058.png\",\"storage\":\"public\"}]', '[]', 'digital-blood-pressure-meter', 0, 0, NULL, 1, 0),
(13, 'High Quality Sneakers for men Men Casual Shoes Men Fashion Sneakers', '1.	Item Type:casual shoes\r\n2.	Outsole Material:Rubber\r\n3.	Feature:Hard-Wearing,Breathable,Sweat-Absorbant,Light,Anti-Odor\r\n4.	Lining Material:Mesh\r\n5.	Insole Material:EVA\r\n6.	Upper Material:Flyknit\r\n7.	Fit:Fits true to size, take your normal size\r\n8.	Colour:Black,Red, Blue\r\n9.	Feature:Lightweight, comfortable,Fashion\r\n10.	Season:Spring, Summer, Autumn, Winter', '2024-10-11-6708335a0e915.png', 21, '[{\"id\":\"21\",\"position\":1}]', '[]', '[]', '[]', '[]', 1050.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-10-11 01:34:42', '2024-10-11 01:34:42', 0, 0.00000000000000, 0, NULL, 4, 200, NULL, '[{\"img\":\"2024-10-11-6708335a0deb4.png\",\"storage\":\"public\"}]', '[]', 'high-quality-sneakers-for-men-men-casual-shoes-men-fashion-sneakers', 0, 0, NULL, 1, 0),
(14, 'VE Casual Bag - Blue', 'Buy Mi Business Casual Backpack Blue, with 21L capacity and multiple compartments and pockets. With warranty and express shipping in 24 hours.', '2024-10-11-670833b0918d4.png', 17, '[{\"id\":\"17\",\"position\":1}]', '[]', '[]', '[]', '[]', 2999.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-10-11 01:36:08', '2024-10-11 01:36:08', 0, 0.00000000000000, 0, NULL, 4, 200, NULL, '[{\"img\":\"2024-10-11-670833b090fef.png\",\"storage\":\"public\"}]', '[]', 've-casual-bag-blue', 0, 0, NULL, 1, 0),
(15, 'Amul Taaza Toned Milk', 'Amul Taaza Toned Milk (Polypack) is pasteurized with a great nutritional value. It can be consumed directly or can be used for preparing tea, coffee, sweets, khoya, curd, buttermilk, ghee etc.', '2025-09-23-68d1b025eb43f.png', 22, '[{\"id\":\"22\",\"position\":1}]', '[{\"type\":\"1L\",\"price\":29,\"stock\":99},{\"type\":\"500ml\",\"price\":29,\"stock\":100}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"1L\",\" 500ml\"]}]', 29.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 01:53:01', '2025-10-31 00:29:13', 0, 0.00000000000000, 0, NULL, 1, 299, 4, '[{\"img\":\"2025-09-23-68d1b025e8caf.png\",\"storage\":\"public\"},{\"img\":\"2025-09-23-68d1b025eae57.png\",\"storage\":\"public\"}]', '[]', 'amul-taaza-toned-milk', 0, 0, NULL, 1, 0),
(16, 'Amul Fresh Malai Paneer', 'Made from pure and fresh cow milk. Deliciously creamy with soft texture like Malai.\r\nIdeal for making scrumptious dishes like Matar Paneer, Paneer Pakoras, Palak Paneer, Kadai Paneer etc.', '2025-09-23-68d1b24763daa.png', 22, '[{\"id\":\"22\",\"position\":1}]', '[{\"type\":\"200g\",\"price\":200,\"stock\":97},{\"type\":\"500g\",\"price\":400,\"stock\":100}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"200g \",\"500g\"]}]', 200.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 02:02:07', '2025-12-08 13:53:25', 0, 0.00000000000000, 0, NULL, 1, 297, 3, '[{\"img\":\"2025-09-23-68d1b24762cad.png\",\"storage\":\"public\"}]', '[]', 'amul-fresh-malai-paneer', 0, 1, 10, 1, 0),
(17, 'Harvest Gold White Bread', 'Kick start your day with Harvest Gold Bread. A small loaf of soft bread enriched with goodness of wheat and a characteristic aroma of brick-oven bakeries. Pave your way towards a healthy life with a hearty breakfast.', '2025-09-23-68d1b360eea2c.png', 22, '[{\"id\":\"22\",\"position\":1}]', '[{\"type\":\"350g\",\"price\":20,\"stock\":0},{\"type\":\"500g\",\"price\":50,\"stock\":1}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"350g\",\" 500g\"]}]', 20.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 02:06:48', '2025-10-04 08:25:51', 0, 0.00000000000000, 0, NULL, 1, 101, 3, '[{\"img\":\"2025-09-23-68d1b360ed2f6.png\",\"storage\":\"public\"}]', '[]', 'harvest-gold-white-bread', 0, 0, 10, 1, 0),
(18, 'Table White Eggs (6 pcs)', 'Kick start your day with Harvest Gold Bread. A small loaf of soft bread enriched with goodness of wheat and a characteristic aroma of brick-oven bakeries. Pave your way towards a healthy life with a hearty breakfast.', '2025-09-23-68d1b509680b7.png', 22, '[{\"id\":\"22\",\"position\":1}]', '[{\"type\":\"6piece\",\"price\":80,\"stock\":998}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"6piece\"]}]', 50.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 02:13:53', '2025-12-04 17:35:24', 0, 0.00000000000000, 0, NULL, 1, 1098, 5, '[{\"img\":\"2025-09-23-68d1b5096700e.png\",\"storage\":\"public\"}]', '[]', 'table-white-eggs-6-pcs', 0, 1, 10, 1, 0),
(19, 'Amul Salted Butter', 'Made from the freshest of cream, the Amul butter has wonderful taste which is delicate and slightly salty. This finely processed butter is natural, pure and tastes best with toasts and sandwiches. Has a natural and pure formulation that gives a great taste. Made from fresh cream that has a delicious flavour. Spread it over toast or cook your curries in it for a heavenly taste.', '2025-09-23-68d1b678e221a.png', 22, '[{\"id\":\"22\",\"position\":1}]', '[{\"type\":\"100g\",\"price\":50,\"stock\":49},{\"type\":\"200g\",\"price\":100,\"stock\":100}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"100g\",\"200g\"]}]', 50.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 02:20:00', '2025-10-31 00:29:13', 0, 0.00000000000000, 0, NULL, 1, 249, 3, '[{\"img\":\"2025-09-23-68d1b678e07f0.png\",\"storage\":\"public\"}]', '[]', 'amul-salted-butter', 0, 1, 10, 1, 0),
(20, 'Bingo Original Style Chilli Sprinkled Potato Chips - Pack of 3', 'Kick start your day with Harvest Gold Bread. A small loaf of soft bread enriched with goodness of wheat and a characteristic aroma of brick-oven bakeries. Pave your way towards a healthy life with a hearty breakfast.', '2025-09-23-68d1b8546815e.png', 23, '[{\"id\":\"23\",\"position\":1}]', '[{\"type\":\"1pic\",\"price\":10,\"stock\":50},{\"type\":\"2pic\",\"price\":20,\"stock\":40}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"1pic\",\"2pic\"]}]', 10.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 02:27:56', '2025-09-23 02:27:56', 0, 0.00000000000000, 0, NULL, 1, 190, 5, '[{\"img\":\"2025-09-23-68d1b85467449.png\",\"storage\":\"public\"}]', '[]', 'bingo-original-style-chilli-sprinkled-potato-chips-pack-of-3', 0, 1, 10, 1, 0),
(21, 'Harvest Gold White Bread', 'Kick start your day with Harvest Gold Bread. A small loaf of soft bread enriched with goodness of wheat and a characteristic aroma of brick-oven bakeries. Pave your way towards a healthy life with a hearty breakfast.', '2025-09-23-68d1b99e8eb94.png', 23, '[{\"id\":\"23\",\"position\":1}]', '[{\"type\":\"1pic\",\"price\":5,\"stock\":59},{\"type\":\"5pice\",\"price\":25,\"stock\":60}]', '[]', '[\"3\"]', '[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"1pic\",\" 5pice\"]}]', 5.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 02:33:26', '2025-10-04 08:25:51', 0, 0.00000000000000, 0, NULL, 1, 219, 5, '[{\"img\":\"2025-09-23-68d1b99e88ceb.png\",\"storage\":\"public\"}]', '[]', 'harvest-gold-white-bread-2', 0, 0, 10, 1, 0),
(22, 'Lay\'s India\'s Magic Masala Potato Chips', 'Binge on these exquisite bites of pure Masala magic! With hints of cumin, coriander, chili powder, onion, and garlic, Lay’s India’s Magic Masala is a one-way ticket to a world of exploding flavours. Experience this one-of-a-kind snack and indulge in the boldness of the Masala spice blend.Lay\'s India’s Magic Masala chips are perfect for any occasion. From the quick snack breaks at work, to the impromptu get-togethers, this snack is perfect to binge on.', '2025-09-23-68d1bac397b5f.png', 23, '[{\"id\":\"23\",\"position\":1}]', '[{\"type\":\"1pic\",\"price\":10,\"stock\":90},{\"type\":\"5pic\",\"price\":50,\"stock\":90}]', '[]', '[\"3\"]', '[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"1pic\",\"5pic\"]}]', 10.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 02:38:19', '2025-10-03 16:37:30', 0, 0.00000000000000, 0, NULL, 1, 280, 5, '[{\"img\":\"2025-09-23-68d1bac39630a.png\",\"storage\":\"public\"}]', '[]', 'lays-indias-magic-masala-potato-chips', 0, 1, 10, 1, 0),
(23, 'Kurkure Masala Munch Crisps', '✅ Pack of 40 one ounce bags\r\n✅ Made with three ingredients: potatoes, oil and salt\r\n✅ Gluten free. State of Readiness: Ready to Eat\r\n✅ These much loved treats are fun to enjoy at lunch, as an after-school snack, or party refreshment\r\n✅ Easy to carry, easy to store, and easy to pack', '2025-09-23-68d1bb8c6546d.png', 23, '[{\"id\":\"23\",\"position\":1}]', '[{\"type\":\"5pic\",\"price\":20,\"stock\":10},{\"type\":\"10pic\",\"price\":200,\"stock\":10}]', '[]', '[\"3\"]', '[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"5pic\",\"10pic\"]}]', 20.00, 0.00, 'percent', 1.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 02:41:40', '2025-09-23 02:41:40', 0, 0.00000000000000, 0, NULL, 1, 120, 5, '[]', '[]', 'kurkure-masala-munch-crisps', 0, 1, 10, 1, 0),
(24, 'Kurkure Masala Munch Crisps', 'Kurkure Masala Munch is made from fresh rice meal, corn meal and is spiced with various condiments. As Indian and delicious as ever, this tangy snack is a perfect munch with an enticing flavour of masala.', '2025-09-23-68d1bcfd03cfe.png', 23, '[{\"id\":\"23\",\"position\":1}]', '[{\"type\":\"1pic\",\"price\":20,\"stock\":10},{\"type\":\"5pic\",\"price\":100,\"stock\":10}]', '[]', '[\"3\"]', '[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"1pic\",\"5pic\"]}]', 20.00, 0.00, 'percent', 1.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 02:47:49', '2025-09-23 02:47:49', 0, 0.00000000000000, 0, NULL, 1, 120, 5, '[{\"img\":\"2025-09-23-68d1bcfd0243b.png\",\"storage\":\"public\"},{\"img\":\"2025-09-23-68d1bcfd0399c.png\",\"storage\":\"public\"}]', '[]', 'kurkure-masala-munch-crisps-2', 0, 0, 10, 1, 0),
(25, 'Pears Pure & Gentle Soap', 'There\'s nothing like knowing that your skin is soft, smooth and glowing. With the right products you can have that feeling every single day, starting with your cleansing routine. Pears understands this and brings to you its heritage product - the glycerine soap, Pears Pure & Gentle Bathing Bar. With 100% more glycerine vs grade 1 soap, Pears Pure & Gentle mild bathing bar, cleanses your skin for visibly glowing, brighter skin, every time you shower. This bathing bar soap with glycerine helps preserve the moisture of your skin and keeps it soft and glowing. Pears\' gentle formula has 0% Parabens and is mild on skin. Pears Bathing Bar Soap also helps wash away germs.  Just rub it between your hands and massage rich creamy lather over your face and body before rinsing away thoroughly. For best results, use twice a day, morning and evening. Pears Pure & Gentle Bathing Bar is packed in 100% recyclable cartons, our initiative towards being environmental friendly. Explore the entire range of Pears Pure & Gentle Body Wash & Liquid Hand Wash that are 100% soap Free, pH balanced and dermatologically tested. Add the Pears Range to your beauty regime to see for yourself.', '2025-09-23-68d24a48cbd48.png', 25, '[{\"id\":\"25\",\"position\":1}]', '[{\"type\":\"5\",\"price\":500,\"stock\":900}]', '[]', '[\"3\"]', '[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"5\"]}]', 100.00, 0.00, 'percent', 1.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 12:50:40', '2025-09-23 12:50:40', 0, 0.00000000000000, 0, NULL, 1, 1000, 5, '[{\"img\":\"2025-09-23-68d24a48c9c81.png\",\"storage\":\"public\"}]', '[]', 'pears-pure-gentle-soap', 0, 0, NULL, 1, 0),
(26, 'Fiama Gel Fresh Celebration Bathing Soap - Pack of 3', 'Wash away the troubles of your day, with the foamy, fresh, and fun Fiama Gel Bars. And while you enjoy your Fiama bath, let its skin-conditioners work their magic to give you soft, moisturised and glowing skin. Try the Fiama Fresh Celebration pack with 3 new & unique gel bars each with unique ingredients and natural goodness that will refresh your mind and body. So uplift your mood and get ready to make every bath, a highlight of your day.', '2025-09-23-68d25067bf8f8.png', 25, '[{\"id\":\"25\",\"position\":1}]', '[{\"type\":\"10\",\"price\":1000,\"stock\":1000}]', '[]', '[\"3\"]', '[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"10\"]}]', 100.00, 0.00, 'percent', 1.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 13:16:47', '2025-09-23 13:16:47', 0, 0.00000000000000, 0, NULL, 1, 1100, 5, '[{\"img\":\"2025-09-23-68d25067be4e2.png\",\"storage\":\"public\"},{\"img\":\"2025-09-23-68d25067bf4e0.png\",\"storage\":\"public\"}]', '[]', 'fiama-gel-fresh-celebration-bathing-soap-pack-of-3', 0, 0, 10, 1, 0),
(27, 'Mamaearth Vitamin C Face Wash 50 ml', 'Vitamin C helps brighten the complexion while promoting collagen synthesis to give your skin youthful suppleness. This face wash is dermatologically tested & is suitable for all skin types.', '2025-09-23-68d252770eca2.png', 25, '[{\"id\":\"25\",\"position\":1}]', '[{\"type\":\"5\",\"price\":500,\"stock\":1000}]', '[]', '[\"3\"]', '[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"5\"]}]', 100.00, 0.00, 'percent', 1.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 13:25:35', '2025-09-23 13:25:58', 0, 0.00000000000000, 0, NULL, 1, 1100, 5, '[{\"img\":\"2025-09-23-68d252770d600.png\",\"storage\":\"public\"},{\"img\":\"2025-09-23-68d252770e94b.png\",\"storage\":\"public\"}]', '[]', 'mamaearth-vitamin-c-face-wash-50-ml', 0, 0, NULL, 1, 0),
(28, 'Lacto Calamine Face Wash for Oily Skin', 'Kaolin Clay contains natural minerals that absorb excess oil without removing essential nutrients from the skin. Niacinamide soothes and moisturises skin and is known to reduce pigmentation. Vitamin E keeps skin hydrated and supple.', '2025-09-23-68d253c09314d.png', 25, '[{\"id\":\"25\",\"position\":1}]', '[{\"type\":\"5\",\"price\":500,\"stock\":1000}]', '[]', '[\"3\"]', '[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"5\"]}]', 100.00, 0.00, 'percent', 1.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 13:31:04', '2025-09-23 13:31:04', 0, 0.00000000000000, 0, NULL, 1, 1100, 5, '[{\"img\":\"2025-09-23-68d253c0919b9.png\",\"storage\":\"public\"},{\"img\":\"2025-09-23-68d253c092f48.png\",\"storage\":\"public\"}]', '[]', 'lacto-calamine-face-wash-for-oily-skin', 0, 0, NULL, 1, 0),
(29, 'Oral-B Cavity Defense Bacterial Fighter Toothbrush (Soft - Pack of 6)', 'Oral-B is the World\'s No. 1 brand used by dentists worldwide which brings to you and your family revolutionary brushing solutions with best-in-class technology to ensure you and your family get healthier and cleaner mouth. Oral-B Bacteria Fighter helps remove bacteria* for Cavity Protection. Oral-B Bacteria Fighter has unique end rounded bristles to ensure they are soft on the gums. The unique comfort grip is specially designed for your needs. The brush has a tongue cleaner for fresher breath.', '2025-09-23-68d254b50b301.png', 25, '[{\"id\":\"25\",\"position\":1}]', '[{\"type\":\"5\",\"price\":100,\"stock\":100}]', '[]', '[\"3\"]', '[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"5\"]}]', 100.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 13:35:09', '2025-09-23 13:35:09', 0, 0.00000000000000, 0, NULL, 1, 200, 5, '[{\"img\":\"2025-09-23-68d254b506d0b.png\",\"storage\":\"public\"}]', '[]', 'oral-b-cavity-defense-bacterial-fighter-toothbrush-soft-pack-of-6', 0, 0, 5, 1, 0),
(30, 'Scotch Brite Silver Sparks Scrub Pad', 'Scotch-Brite Scrub Sponge with its evenly spread stain cutters and sponge backing ensures superior cleaning and makes dishwashing a breeze.', '2025-09-23-68d2571b0028a.png', 26, '[{\"id\":\"26\",\"position\":1}]', '[{\"type\":\"5\",\"price\":250,\"stock\":100}]', '[]', '[\"3\"]', '[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"5\"]}]', 50.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 13:45:23', '2025-09-23 13:45:41', 0, 0.00000000000000, 0, NULL, 1, 200, 5, '[{\"img\":\"2025-09-23-68d2571af19e5.png\",\"storage\":\"public\"}]', '[]', 'scotch-brite-silver-sparks-scrub-pad', 0, 0, 5, 1, 0),
(31, 'Harpic Disinfectant Liquid Toilet Cleaner - (Original) - 500 ml', 'Harpic Toilet Cleaner is the one stop shop for all toilet cleaning needs. Unlike ordinary cleaners, it combines the benefits of tough stain removal^, 99.9% germ kill and freshness. The result is a sparkling clean, hygienic, fresh and germ free toilet without any malodour with every use of Harpic. 5 times better at lime scale removal VS ordinary cleaners.', '2025-09-23-68d25949adbcf.png', 26, '[{\"id\":\"26\",\"position\":1}]', '[{\"type\":\"5\",\"price\":450,\"stock\":100}]', '[]', '[\"3\"]', '[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"5\"]}]', 150.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 13:54:41', '2025-09-23 13:54:41', 0, 0.00000000000000, 0, NULL, 1, 200, 5, '[{\"img\":\"2025-09-23-68d25949acae1.png\",\"storage\":\"public\"}]', '[]', 'harpic-disinfectant-liquid-toilet-cleaner-original-500-ml', 0, 0, NULL, 1, 0),
(32, 'Softspun All Purpose Cleaning Microfiber Cloth (Grey)', 'MultiPurpose cloths ultra-absorbent and can absorb fluids quickly and efficiently. Made of high-quality microfiber material, the fiber is strong durable but soft and won\'t scratch\r\nChange Your Cleaning Experience - SOFTSPUN isn’t one ordinary microfiber It’s real Premium Quality! The fibre used is an excellent absorber & just cleans better than other micro fibre products, cotton or chamois.\r\nMulti-Purpose : Our Vehicle Cloth Cleans exterior & interior of cars two wheeler bikes seat without Chemicals. Drying towel to dust kitchen glasses platform top dish utensil floor mirror led tv face office electronics dslr camera lens optical glass mobile phone accessories screen.', '2025-09-23-68d25b5cc6896.png', 26, '[{\"id\":\"26\",\"position\":1}]', '[{\"type\":\"5\",\"price\":250,\"stock\":1000}]', '[]', '[\"3\"]', '[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"5\"]}]', 50.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 14:03:32', '2025-09-23 14:03:44', 0, 0.00000000000000, 0, NULL, 1, 1100, 5, '[{\"img\":\"2025-09-23-68d25b5cc5ea1.png\",\"storage\":\"public\"}]', '[]', 'softspun-all-purpose-cleaning-microfiber-cloth-grey', 0, 0, NULL, 1, 0),
(33, 'Odonil Lavender Mist Room Freshener (Lavender)', 'Unlike fragrance oil diffusers, Odonil Room Freshener Sprays can be used at anytime, anywhere in your home. Just spray it and transform the mood of your family members. This variant lets you experience the calming aroma of Lavender, well-known in aromatherapy for its soothing effects.', '2025-09-23-68d261d5b7d8e.png', 26, '[{\"id\":\"26\",\"position\":1}]', '[{\"type\":\"5\",\"price\":450,\"stock\":1000}]', '[]', '[\"3\"]', '[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"5\"]}]', 90.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 14:31:09', '2025-09-23 14:31:09', 0, 0.00000000000000, 0, NULL, 1, 1100, 5, '[{\"img\":\"2025-09-23-68d261d5b613c.png\",\"storage\":\"public\"},{\"img\":\"2025-09-23-68d261d5b7972.png\",\"storage\":\"public\"}]', '[]', 'odonil-lavender-mist-room-freshener-lavender', 0, 0, 5, 1, 0),
(34, 'Santoor Mild Hand Wash Lotus & Tulsi - Buy 1 Get 1 Free', 'Santoor Mild Gentle Hand Wash, a refreshing blend infused with Lotus & Tulsi. Experience its gentle care that purifies, leaving hands soft and rejuvenated. Tulsi\'s antibacterial properties, coupled with Lotus, defend against germs, safeguarding from infections. Suitable for all skin types, it offers a luxurious feel and delightful fragrance. Expertly formulated for optimal cleansing by Santoor.', '2025-09-23-68d265ee72e68.png', 26, '[{\"id\":\"26\",\"position\":1}]', '[{\"type\":\"5\",\"price\":50,\"stock\":110},{\"type\":\"1\",\"price\":10,\"stock\":100}]', '[]', '[\"3\"]', '[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"5\",\"1\"]}]', 10.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 14:48:38', '2025-09-23 14:48:38', 0, 0.00000000000000, 0, NULL, 1, 310, 5, '[{\"img\":\"2025-09-23-68d265ee7162e.png\",\"storage\":\"public\"},{\"img\":\"2025-09-23-68d265ee72851.png\",\"storage\":\"public\"}]', '[]', 'santoor-mild-hand-wash-lotus-tulsi-buy-1-get-1-free', 0, 0, 5, 1, 0),
(35, 'Pampers Happy Sleep Pant Style Baby Diaper', 'Pampers Happy Sleep Pant Style Diapers come in S, M, L & XL sizes. With an Anti-Rash Shield* & Aloe Vera lotion, they protect from redness and rashes. Magic Gel locks wetness for up to 12 hours. Soft, comfy, and affordable, with cute designs and a fresh aloe scent. Enjoy dryness and happy moments with your baby. (*Based on clinical study, USA 2000-2019)', '2025-09-23-68d2671989646.png', 27, '[{\"id\":\"27\",\"position\":1}]', '[{\"type\":\"10\",\"price\":750,\"stock\":1000}]', '[]', '[\"3\"]', '[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"10\"]}]', 75.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 14:53:37', '2025-09-23 14:53:37', 0, 0.00000000000000, 0, NULL, 1, 1100, 5, '[{\"img\":\"2025-09-23-68d2671987f49.png\",\"storage\":\"public\"}]', '[]', 'pampers-happy-sleep-pant-style-baby-diaper', 0, 1, 10, 1, 1),
(36, 'R for Rabbit Feather Pant Baby Diaper (S, 5-9 kg)', 'Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and/or different information. It is recommended not to solely rely on the information presented.', '2025-09-23-68d2692c504d6.png', 27, '[{\"id\":\"27\",\"position\":1}]', '[{\"type\":\"10piece\",\"price\":800,\"stock\":10000}]', '[]', '[\"3\"]', '[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"10piece\"]}]', 80.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 15:02:28', '2025-09-23 15:02:28', 0, 0.00000000000000, 0, NULL, 1, 10100, 5, '[{\"img\":\"2025-09-23-68d2692c4f3d7.png\",\"storage\":\"public\"}]', '[]', 'r-for-rabbit-feather-pant-baby-diaper-s-5-9-kg', 0, 0, 10, 1, 0),
(37, 'LuvLap Baby Feeding Bottle (250 ml, Blue)', 'LuvLap Essential Feeding Bottles are ergonomically designed to be easily held while feeding the baby. All LuvLap bottles are 100% BPA free and fully sterilizable. The teats are 100% Liquid Silicone and have an anti-colic valve that vents air into the bottle, preventing any air from entering the baby’s tummy. The teat has spiral grooves at the tip, which encourage peristaltic suckling, and help the baby get a comfortable latch. The grooved teats and superior silicone quality ensure no nipple collapse, helping in an uninterrupted feed. With the LuvLap Essential Feeding Bottles at your side, your baby’s feed will always be a comfortable one', '2025-09-23-68d26a83a6109.png', 27, '[{\"id\":\"27\",\"position\":1}]', '[{\"type\":\"Red\",\"price\":100,\"stock\":1000},{\"type\":\"Blue\",\"price\":100,\"stock\":1000},{\"type\":\"Yellow\",\"price\":100,\"stock\":1000},{\"type\":\"Pink\",\"price\":100,\"stock\":1000}]', '[]', '[\"2\"]', '[{\"name\":\"choice_2\",\"title\":\"Colour\",\"options\":[\"Red\",\"Blue\",\"Yellow\",\"Pink\"]}]', 100.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 15:08:11', '2025-09-23 15:08:11', 0, 0.00000000000000, 0, NULL, 1, 4100, 5, '[{\"img\":\"2025-09-23-68d26a83a531c.png\",\"storage\":\"public\"}]', '[]', 'luvlap-baby-feeding-bottle-250-ml-blue', 0, 0, 5, 1, 0),
(38, 'Himalaya Baby Powder', 'Himalaya Baby Powder with its cool and soothing properties, is highly efficacious in combating dry skin problems of your baby. It is enriched with natural ingredients that protects, softens and refreshes skin.', '2025-09-23-68d26c0e24273.png', 27, '[{\"id\":\"27\",\"position\":1}]', '[{\"type\":\"5\",\"price\":500,\"stock\":19088}]', '[]', '[\"3\"]', '[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"5\"]}]', 100.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 15:14:46', '2025-10-31 00:29:13', 0, 0.00000000000000, 0, NULL, 1, 19188, 5, '[{\"img\":\"2025-09-23-68d26c0e232c0.png\",\"storage\":\"public\"},{\"img\":\"2025-09-23-68d26c0e23f2e.png\",\"storage\":\"public\"}]', '[]', 'himalaya-baby-powder', 0, 0, 10, 1, 0),
(39, 'Chicco Baby Moments Baby Lotion', 'It is made with the goodness of natural Ingredients that have high proven efficacy in moisturizing baby’s skin. It contains goodness of Almond Milk which is known for deep moisturizing properties which restore moisture and keeps skin glowing and hydrated. It also contains goodness of Murumuru Butter which acts as a skin protectant with anti-clogging properties and makes skin ultra-soft & smooth by restoring skin moisture barrier.', '2025-09-23-68d26fb5647ab.png', 27, '[{\"id\":\"27\",\"position\":1}]', '[{\"type\":\"5\",\"price\":450,\"stock\":100}]', '[]', '[\"3\"]', '[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"5\"]}]', 90.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 15:30:21', '2025-09-23 15:30:34', 0, 0.00000000000000, 0, NULL, 1, 200, 5, '[{\"img\":\"2025-09-23-68d26fb56360d.png\",\"storage\":\"public\"}]', '[]', 'chicco-baby-moments-baby-lotion', 0, 1, NULL, 1, 1),
(40, 'Fast&Up Nightout Instant Hangover Solution (Lemon Effervescent Tablets) - 10 pieces', 'Fast&Up Nightout is an Instant Hangover Relief with an effective combination of Electrolytes, Amino acids and Vitamins to prevent symptoms of hangover for a fresh morning. Alcohol consumption has a diuretic effect on body and results in significant dehydration and electrolyte imbalance.', '2025-09-23-68d2745c74584.png', 28, '[{\"id\":\"28\",\"position\":1}]', '[]', '[]', '[]', '[]', 1.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 15:50:12', '2025-09-23 15:50:12', 0, 0.00000000000000, 0, NULL, 1, 100, 5, '[{\"img\":\"2025-09-23-68d2745c71d9a.png\",\"storage\":\"public\"}]', '[]', 'fastup-nightout-instant-hangover-solution-lemon-effervescent-tablets-10-pieces', 0, 0, 5, 1, 0),
(41, 'Himalaya Himcolin Gel', 'Every effort is made to maintain accuracy of all information. However, actual product packaging and aterials may contain more and/or different information. The colour of the product displayed in the image may differ from that received in the order.', '2025-09-23-68d275222852d.png', 28, '[{\"id\":\"28\",\"position\":1}]', '[]', '[]', '[]', '[]', 10.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 15:53:30', '2025-12-04 17:35:24', 0, 0.00000000000000, 0, NULL, 1, 999, 5, '[{\"img\":\"2025-09-23-68d2752227c1e.png\",\"storage\":\"public\"}]', '[]', 'himalaya-himcolin-gel', 0, 0, NULL, 1, 0),
(42, 'MuscleBlaze Performance Whey Protein Powder (Rich Chocolate)', 'Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and/or different information. It is recommended not to solely rely on the information presented', '2025-09-23-68d279b2e873c.png', 28, '[{\"id\":\"28\",\"position\":1}]', '[{\"type\":\"2kg\",\"price\":6000,\"stock\":1}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"2kg\"]}]', 6000.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 16:12:58', '2025-09-23 16:12:58', 0, 0.00000000000000, 0, NULL, 1, 100, 2, '[{\"img\":\"2025-09-23-68d279b2e7b66.png\",\"storage\":\"public\"}]', '[]', 'muscleblaze-performance-whey-protein-powder-rich-chocolate', 0, 0, 10, 1, 0),
(43, 'Pears Pure & Gentle Body Wash - with Free Loofah', 'Pears Pure & Gentle body wash, crafted with 98% pure glycerin and natural oils. It is a pure and gentle cleanser for your body that leaves your skin feeling soft, smooth and moisturised. Pears Body wash is mild and gentle and cleanses your skin thoroughly. It is 100% soap free & dermatologically tested. It helps moisturise your skin so that it does not dry. With natural oils, it is a gentle cleanser for your body.', '2025-09-23-68d27ab1ec98e.png', 28, '[{\"id\":\"28\",\"position\":1}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 16:17:13', '2025-12-04 17:35:24', 0, 0.00000000000000, 0, NULL, 1, 1099, 5, '[{\"img\":\"2025-09-23-68d27ab1ebf1a.png\",\"storage\":\"public\"}]', '[]', 'pears-pure-gentle-body-wash-with-free-loofah', 0, 1, 10, 1, 1),
(44, 'Dettol Germ Defence Antiseptic Liquid 750 ml', 'Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and/or different information. It is recommended not to solely rely on the information presented', '2025-09-23-68d27bb36cff9.png', 28, '[{\"id\":\"28\",\"position\":1}]', '[]', '[]', '[]', '[]', 50.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 16:21:31', '2025-12-04 17:35:24', 0, 0.00000000000000, 0, NULL, 1, 995, 5, '[{\"img\":\"2025-09-23-68d27bb36c190.png\",\"storage\":\"public\"}]', '[]', 'dettol-germ-defence-antiseptic-liquid-750-ml', 0, 0, 10, 1, 0),
(45, 'Drools Chicken & Egg Adult Dry Food - Free 1.2 kg', 'Quantity variations from the weight may occur, caused by loss or gain of moisture during the course of good distribution practices or by unavoidable reasons.', '2025-09-23-68d27d397562b.png', 29, '[{\"id\":\"29\",\"position\":1}]', '[]', '[]', '[]', '[]', 190.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-09-23 16:28:01', '2025-09-23 16:28:01', 0, 0.00000000000000, 0, NULL, 1, 100, 2, '[{\"img\":\"2025-09-23-68d27d3974702.png\",\"storage\":\"public\"}]', '[]', 'drools-chicken-egg-adult-dry-food-free-12-kg', 0, 0, 10, 1, 0),
(46, 'Veg Steamed Momos', 'Soft and juicy momos stuffed with spiced vegetables, steamed for a healthy bite.', '2025-09-24-68d390816ac56.png', 59, '[{\"id\":\"59\",\"position\":1}]', '[]', '[]', '[]', '[]', 50.00, 0.00, 'percent', 0.00, 'percent', '14:02:00', '12:05:00', 0, 1, 2, '2025-09-24 12:02:33', '2025-09-24 14:43:50', 0, 0.00000000000000, 0, NULL, 2, 100, 2, '[{\"img\":\"2025-09-24-68d39081689e1.png\",\"storage\":\"public\"}]', '[]', 'veg-steamed-momos', 0, 0, 50, 1, 0),
(47, 'Fried Paneer Momos [8 Pieces]', 'Deep-fried crispy dumplings filled with flavorful stuffing, perfect for a crunchy craving.', '2025-09-24-68d3911784f6e.png', 59, '[{\"id\":\"59\",\"position\":1}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 1, 1, 2, '2025-09-24 12:05:03', '2025-09-24 14:43:04', 0, 0.00000000000000, 0, NULL, 2, 100, 2, '[{\"img\":\"2025-09-24-68d39117834cc.png\",\"storage\":\"public\"}]', '[]', 'fried-paneer-momos-8-pieces', 0, 0, 8, 1, 0),
(48, 'Chicken Dum Biryani', 'Fragrant, one-pot indian delicacy with tender chicken, aromatic rice & spices, cooked to perfection for a delightful meal', '2025-09-24-68d3b5fb0339c.png', 54, '[{\"id\":\"54\",\"position\":1}]', '[]', '[]', '[]', '[]', 199.00, 0.00, 'percent', 0.00, 'percent', '14:41:00', '15:41:00', 1, 1, 2, '2025-09-24 14:42:27', '2025-09-24 14:42:27', 0, 0.00000000000000, 0, NULL, 2, 100, 2, '[{\"img\":\"2025-09-24-68d3b5fb01ace.png\",\"storage\":\"public\"}]', '[]', 'chicken-dum-biryani-2', 0, 0, NULL, 1, 0),
(49, 'Gobi Paratha', 'Soft and fluffy flatbread with a mashed caulifloret stuffing', '2025-09-24-68d3bd5fd256b.png', 81, '[{\"id\":\"73\",\"position\":1},{\"id\":\"81\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 2, '2025-09-24 15:13:59', '2025-09-24 15:13:59', 0, 0.00000000000000, 0, NULL, 2, 100, 2, '[{\"img\":\"2025-09-24-68d3bd5fd1637.png\",\"storage\":\"public\"}]', '[]', 'gobi-paratha', 0, 0, 10, 1, 0),
(50, 'Sadha Paratha', 'A flavorful and savory bread that will leave you craving for more.', '2025-09-24-68d3bdd09bb82.png', 81, '[{\"id\":\"73\",\"position\":1},{\"id\":\"81\",\"position\":2}]', '[]', '[]', '[]', '[]', 190.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 1, 1, 2, '2025-09-24 15:15:52', '2025-09-24 15:15:52', 0, 0.00000000000000, 0, NULL, 2, 100, 2, '[{\"img\":\"2025-09-24-68d3bdd09990a.png\",\"storage\":\"public\"}]', '[]', 'sadha-paratha', 0, 0, 10, 1, 0),
(51, 'Paneer Paratha', 'A delectable and savory bread stuffed with a delightful filling, perfect for veggie lovers.', '2025-09-24-68d3be49b4ce5.png', 81, '[{\"id\":\"73\",\"position\":1},{\"id\":\"81\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 1, 1, 2, '2025-09-24 15:17:53', '2025-09-24 15:17:53', 0, 0.00000000000000, 0, NULL, 2, 100, 2, '[{\"img\":\"2025-09-24-68d3be49b3dc9.png\",\"storage\":\"public\"}]', '[]', 'paneer-paratha', 0, 0, 5, 1, 0),
(52, 'Pyaz Paratha', 'A flavorful, whole wheat bread filled with layers of caramelized onions, bursting with delightful flavors.', '2025-09-24-68d3bee379ef3.png', 81, '[{\"id\":\"73\",\"position\":1},{\"id\":\"81\",\"position\":2}]', '[]', '[]', '[]', '[]', 110.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 1, 1, 2, '2025-09-24 15:20:27', '2025-09-24 15:20:27', 0, 0.00000000000000, 0, NULL, 2, 100, 2, '[{\"img\":\"2025-09-24-68d3bee378f75.png\",\"storage\":\"public\"}]', '[]', 'pyaz-paratha', 0, 0, 7, 1, 0),
(53, 'Butter Tandoori Roti', 'A delectable blend of buttery goodness and charred flavors, this indulgent bread is a must-try for bread lovers.', '2025-09-24-68d3bf9c14105.png', 80, '[{\"id\":\"73\",\"position\":1},{\"id\":\"80\",\"position\":2}]', '[]', '[]', '[]', '[]', 190.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 1, 1, 2, '2025-09-24 15:23:32', '2025-09-24 15:23:32', 0, 0.00000000000000, 0, NULL, 2, 100, 2, '[{\"img\":\"2025-09-24-68d3bf9c1338c.png\",\"storage\":\"public\"}]', '[]', 'butter-tandoori-roti', 0, 0, 10, 1, 0),
(54, 'Plain Tawa Roti', 'A classic Indian bread, freshly cooked on a griddle, perfect to pair with your favorite curries and dishes.', '2025-09-24-68d3bffc348bd.png', 80, '[{\"id\":\"73\",\"position\":1},{\"id\":\"80\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 1, 1, 2, '2025-09-24 15:25:08', '2025-09-24 15:25:08', 0, 0.00000000000000, 0, NULL, 2, 100, 2, '[{\"img\":\"2025-09-24-68d3bffc33ca5.png\",\"storage\":\"public\"}]', '[]', 'plain-tawa-roti', 0, 0, 10, 1, 0),
(55, 'Plain Tandoori Roti', 'A simple and flavorful bread straight from the Tandoor oven that perfectly complements any vegetarian meal.', '2025-09-24-68d3c09c29321.png', 80, '[{\"id\":\"73\",\"position\":1},{\"id\":\"80\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 1, 1, 2, '2025-09-24 15:27:48', '2025-09-24 15:27:48', 0, 0.00000000000000, 0, NULL, 2, 100, 2, '[{\"img\":\"2025-09-24-68d3c09c286ac.png\",\"storage\":\"public\"}]', '[]', 'plain-tandoori-roti', 0, 0, 10, 1, 1),
(56, 'Butter Tawa Roti', 'A delectable bread creation cooked on a sizzling tawa and generously adorned with rich butter.', '2025-09-24-68d3c1580414a.png', 80, '[{\"id\":\"73\",\"position\":1},{\"id\":\"80\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 1, 1, 2, '2025-09-24 15:30:56', '2025-09-24 15:30:56', 0, 0.00000000000000, 0, NULL, 2, 100, 2, '[{\"img\":\"2025-09-24-68d3c15803232.png\",\"storage\":\"public\"}]', '[]', 'butter-tawa-roti', 0, 0, 10, 1, 0),
(57, 'Jeera Rice', 'Jeera Rice is a fragrant Indian dish made with basmati rice tempered with cumin seeds (jeera) and mild spices. Light, flavorful, and aromatic, it pairs perfectly with curries, dals, and gravies', '2025-09-24-68d3c818a9824.png', 89, '[{\"id\":\"70\",\"position\":1},{\"id\":\"89\",\"position\":2}]', '[]', '[]', '[]', '[]', 190.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 1, 1, 2, '2025-09-24 15:59:44', '2025-09-24 15:59:44', 0, 0.00000000000000, 0, NULL, 2, 100, 2, '[{\"img\":\"2025-09-24-68d3c818a885d.png\",\"storage\":\"public\"}]', '[]', 'jeera-rice', 0, 0, 5, 1, 0),
(58, 'Jeera Rice', 'Jeera Rice is a fragrant Indian dish made with basmati rice tempered  and mild spices. Light, flavorful, and aromatic, it pairs perfectly with curries, dals, and gravies', '2025-09-24-68d3c88c13025.png', 86, '[{\"id\":\"70\",\"position\":1},{\"id\":\"86\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 1, 1, 2, '2025-09-24 16:01:40', '2025-09-24 16:06:41', 0, 0.00000000000000, 0, NULL, 2, 100, 2, '[{\"img\":\"2025-09-24-68d3c88c11f42.png\",\"storage\":\"public\"}]', '[]', 'jeera-rice-2', 0, 0, 3, 1, 0),
(60, 'Nykaa All Day Matte Long Lasting Transferproof Liquid Lipstick - Gran Fan', 'Explore the entire range of Liquid Lipstick available on Nykaa. Shop more Nykaa Cosmetics products here.You can browse through the complete world of Nykaa Cosmetics Liquid Lipstick .\r\n\r\nExpiry Date: 15 August 2026\r\nCountry of Origin:  India\r\n\r\nManufacturer:  FSN E-Commerce Ventures Limited\r\nAddress:  104 Vasan Udyog Bhavan Sun Mill Compound Senapati Bapat Marg, Lower Parel, Mumbai City Maharashtra - 400013', '2025-10-03-68dfa146297f0.png', 95, '[{\"id\":\"95\",\"position\":1}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2025-10-03 15:41:18', '2025-10-03 15:58:11', 0, 0.00000000000000, 0, NULL, 9, 110, 5, '[{\"img\":\"2025-10-03-68dfa1462879d.png\",\"storage\":\"public\"}]', '[]', 'nykaa-all-day-matte-long-lasting-transferproof-liquid-lipstick-gran-fan', 0, 0, NULL, 1, 0),
(61, 'Lakme Absolute Beyond Matte Lipstick - 301 Brown Beauty', 'Explore the entire range of Lipstick available on Nykaa. Shop more Lakme products here.You can browse through the complete world of Lakme Lipstick .\r\n\r\nExpiry Date: 15 September 2026\r\nCountry of Origin:  India\r\n\r\nManufacturer:  Hindustan Unilever Ltd.\r\nAddress:  Hindustan Unilever Ltd. Unit 6,Plot No.1,(I-F), Sec 1A, Ranipur, Haridwar 249403, Uttarakhand', '2025-10-03-68dfa29b16d48.png', 95, '[{\"id\":\"95\",\"position\":1}]', '[]', '[]', '[]', '[]', 743.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2025-10-03 15:46:59', '2025-10-03 15:58:21', 0, 0.00000000000000, 0, NULL, 9, 100, 3, '[{\"img\":\"2025-10-03-68dfa29b158fa.png\",\"storage\":\"public\"}]', '[]', 'lakme-absolute-beyond-matte-lipstick-301-brown-beauty', 0, 0, 5, 1, 0),
(62, 'Charlotte Tilbury Matte Revolution - Pillow Talk Medium', 'This matte lipstick of the future! Matte Revolution lipstick is the revolutionary matte formula in a long-lasting, buildable lipstick, perfect for an effortlessly gorgeous makeup look!\r\n\r\nWhat makes it magic?\r\n\r\n- Get luminous, cashmere-soft lips in a matte finish with a slick of one lipstick\r\n- A blend of oils, triglycerides and waxes give you buildable, long-lasting colour for up to 10 hours!\r\n- Lipstick tree and orchid extract softens, protects and hydrates lips for younger-looking, healthy lips\r\n- Revolutionary, square, angled tip mimics the shape of a lip brush for precision application\r\n- 3D glowing pigments create an illusion of fuller, wider lips that glow from within\r\n- Ideal for a hydrating, long-lasting matte lipstick for a soft, cashmere finish\r\n\r\n\r\nExplore the entire range of Lipstick available on Nykaa. Shop more Charlotte Tilbury products here.You can browse through the complete world of Charlotte Tilbury Lipstick .\r\n\r\nExpiry Date: 15 June 2027\r\nCountry of Origin:  Italy\r\n\r\nManufacturer:  Charlotte Tilbury\r\nAddress:  8 Surrey Street, London, WC2R 2ND, United Kingdom.\r\n\r\nAddress:  104 VASAN UDYOG BHAVAN, S BAPAT ROAD, LOWER PAREL, MUMBAI- 400013', '2025-10-03-68dfa378be262.png', 95, '[{\"id\":\"95\",\"position\":1}]', '[]', '[]', '[]', '[]', 3285.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2025-10-03 15:50:40', '2025-10-03 15:50:40', 0, 0.00000000000000, 0, NULL, 9, 105, 3, '[{\"img\":\"2025-10-03-68dfa378bd752.png\",\"storage\":\"public\"}]', '[]', 'charlotte-tilbury-matte-revolution-pillow-talk-medium', 0, 0, 12, 1, 0),
(63, 'MARS Cosmic Hues Nail Paint - 34-LYRA', 'MARS Cosmic Hues Nail Paint\r\n\r\nExplore the entire range of Nail Polish available on Nykaa. Shop more MARS products here.You can browse through the complete world of MARS Nail Polish .\r\n\r\nExpiry Date: 15 June 2027\r\nCountry of Origin:  India\r\n\r\nManufacturer:  MI cosmetics\r\nAddress:  Plot No W-160, Midc Taloja, Dist- Raigad. 410208 Maharashtra. Ml Number - Mh/103828\r\n\r\nPacker:  MARS Cosmetics Private Limited\r\nAddress:  2nd Floor, 3/36, Roop Nagar, Delhi, North Delhi, Delhi, 110007', '2025-10-03-68dfa529af762.png', 105, '[{\"id\":\"105\",\"position\":1}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 7.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2025-10-03 15:57:53', '2025-10-03 16:01:40', 0, 0.00000000000000, 0, NULL, 9, 109, 4, '[{\"img\":\"2025-10-03-68dfa529aeb43.png\",\"storage\":\"public\"}]', '[]', 'mars-cosmic-hues-nail-paint-34-lyra', 0, 0, 10, 1, 0),
(64, 'Colors Queen Affair Matte Nail Lacquer Combo of 3 (39ml)', 'Explore the entire range of Nail Polish available on Nykaa. Shop more Colors Queen products here.You can browse through the complete world of Colors Queen Nail Polish .\r\n\r\nExpiry Date: 15 January 2028\r\nCountry of Origin:  India\r\n\r\nManufacturer:  SGM Trading Company\r\nAddress:  37/11, Ground Floor, West Patel Nagar, Delhi India -110008', '2025-10-03-68dfa5f498ce1.png', 105, '[{\"id\":\"105\",\"position\":1}]', '[]', '[]', '[]', '[]', 99.00, 0.00, 'percent', 7.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2025-10-03 16:01:16', '2025-10-03 16:01:16', 0, 0.00000000000000, 0, NULL, 9, 114, 2, '[{\"img\":\"2025-10-03-68dfa5f498269.png\",\"storage\":\"public\"}]', '[]', 'colors-queen-affair-matte-nail-lacquer-combo-of-3-39ml', 0, 0, NULL, 1, 0),
(65, 'Renee Cosmetics Gloss Touch Everyday Nudes Nail Enamels - Set Of 4 (5ml Each)', 'RENEE\'s Gloss Touch Nail Paint is a uniquely formulated nail enamel that adds impeccable shine and a gel-like finish to your nails. Available in an array of shades, from bright reds and pinks to pastels and monochromes, these nail paints are chip-resistant and do not stain your nails after removal. Apart from including a number of shades, these nail paints are made with the utmost care and have a smooth consistency and rich color pigments to give your nails a glossy finish in just a few strokes, and they do not require several coats either. RENEE\'s Gloss Touch nail paints will reinvent your nail art game and help you get salon-like manicures and pedicures at home.\r\n\r\nShade descriptions:\r\n\r\nN02 Everyday Nudes: Let your nails speak of elegance and understated charm with the Renee Everyday Nudes Nail Paint Collection. Made with a gel-like glossy finish and free from harsh chemicals, this set of long-lasting and chip-resistant nail paints is all you need to rule the roost.\r\nN01 Classic Monochrome: Give your nails a dash of vintage glamour with the RENEE\'s Classic Monochrome Nail Paint Collection. Made with a gel-like glossy finish and free from harsh chemicals, this set of long-lasting and chip-resistant nail paints is all you need to mark unmatched sophistication.\r\nN04 Vacay Vibes: Turn vacation mode on with these trendy shades from the RENEE\'s Gloss Touch Nail Enamel collection. Made with a gel-like glossy finish and free from harsh chemicals, this set of long-lasting and chip-resistant nail paints is all you need to keep yourself indulgent in a holiday mood.\r\nN03 Red Parade: Garner all the attention you desire with eye-catching shades from the RENEE\'s Red Parade Nail Paint Collection. Made with a gel-like glossy finish and free from harsh chemicals, this set of long-lasting and chip-resistant nail paints is all you need to grow your army of followers.\r\nFeatures:\r\n\r\nPigment-rich nail lacquers that provide a high-intensity glossy finish\r\nFeatures a quick-drying, chip-resistant, and long-lasting formula\r\nUnique brush applicator gives your nails an effortless end-to-end coverage\r\nIt delivers an excellent and even color payoff\r\nEvenly suspends the high-shine color on your nails\r\nComes in a range of new shades inspired by the latest trend\r\nThese nail lacquers are paraben-free and vegan friendly\r\nAbout the Brand: Introducing Renee by Aashka Goradia, a brand that believes in empowering women to reinvent themselves; redefine how they desire to showcase their persona. Renee means reborn, emphasizing \'Natural is better\'. The brand started with 3D handcrafted, cruelty-free lashes and applicators, extending to the Kohlistic Eye Range and now much more.\r\n\r\n\r\n\r\nExplore the entire range of Nail Polish available on Nykaa. Shop more Renee Cosmetics products here.You can browse through the complete world of Renee Cosmetics Nail Polish .\r\n\r\nExpiry Date: 15 June 2027\r\nCountry of Origin:  India\r\n\r\nManufacturer:  Kascap Glass Pvt. Ltd\r\nAddress:  Kascap Glass Pvt. Ltd. L47 Midc Taloja, Dist. Raigad, Maharashtra, I', '2025-10-03-68dfa6ccc0be5.png', 105, '[{\"id\":\"105\",\"position\":1}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2025-10-03 16:04:52', '2025-10-03 16:04:52', 0, 0.00000000000000, 0, NULL, 9, 112, 2, '[{\"img\":\"2025-10-03-68dfa6ccbef81.png\",\"storage\":\"public\"}]', '[]', 'renee-cosmetics-gloss-touch-everyday-nudes-nail-enamels-set-of-4-5ml-each', 0, 0, NULL, 1, 0);
INSERT INTO `items` (`id`, `name`, `description`, `image`, `category_id`, `category_ids`, `variations`, `add_ons`, `attributes`, `choice_options`, `price`, `tax`, `tax_type`, `discount`, `discount_type`, `available_time_starts`, `available_time_ends`, `veg`, `status`, `store_id`, `created_at`, `updated_at`, `order_count`, `avg_rating`, `rating_count`, `rating`, `module_id`, `stock`, `unit_id`, `images`, `food_variations`, `slug`, `recommended`, `organic`, `maximum_cart_quantity`, `is_approved`, `is_halal`) VALUES
(66, 'Too Faced Born This Way Nude Mini Eye Shadow Palette - Cold Smolder Nudes (5.7 g)', 'What it is: Mini eye shadow palettes of six highly-pigmented warm or cool-tone modern nude shades inspired by the beauty of real skin tones.\r\n\r\nFeature and benefits:\r\n\r\nNatural-looking modern nude shades\r\nMultiple finishes\r\nCreated to work in harmony with your natural skin tone\r\nHighly pigmented for 1-swipe payoff\r\nCreamy, silky texture\r\nEasy to blend formula\r\nCruelty free\r\nWhat else you need to know: Inspired by the iconic Born This Way Natural Nudes Eye Shadow Palette, these 2 neutral mini palettes are perfectly curated to make it easy to create looks ranging from natural to dramatic.\r\n\r\nWho its for:\r\n\r\nAll skin types\r\nAll skin tones\r\nShade names (if applicable):\r\n\r\nBorn This Way Warm Ember Nudes:\r\n\r\nRose-Ty Toasty\r\nWarm Ember\r\nSizzle\r\nCream Puff\r\nGolden Girl\r\nBring The Heat\r\nBorn This Way Cold Smolder Nudes:\r\n\r\nMoonstone\r\nDriftwood\r\nSparkle & Chill\r\nMurthy\r\nShow Off\r\nCold Smolder\r\nCountry of Origin: Belgium / Canada / Czech Republic / Dominican Republic / France / Germany / Italy / Japan / South Korea / Mexico / North Macedonia / Poland / Switzerland\r\n\r\nGeneric Name:Makeup\r\n\r\nName of Mfg / Brand: Estee Lauder Companies\r\n\r\nAddress of Mfg / Brand: the Estee Lauder Companies INC,767, fifth Avenue, New York,10153, United States of America\r\n\r\n\r\nAbout the Brand: Too Faced is a serious makeup brand that knows how to have fun. The brand believes makeup is power, giving people the freedom to express themselves and the confidence to take over the world. Smashbox takes an exuberant approach to everything they do, using the finest cutting-edge ingredients to create innovative, cruelty-free cosmetics that people love to wear. Create your own looks, find what you love and own your pretty.\r\n\r\n\r\n\r\nExplore the entire range of Eye Shadow available on Nykaa. Shop more Too Faced products here.You can browse through the complete world of Too Faced Eye Shadow .\r\n\r\nExpiry Date: 15 November 2026\r\nCountry of Origin:  Italy\r\n\r\nManufacturer:  Estee Lauder Companies\r\nAddress:  The Estee Lauder Companies Inc,767,Fifth Avenue,New York,10153,United States Of America', '2025-10-03-68dfa79a410b2.png', 97, '[{\"id\":\"97\",\"position\":1}]', '[]', '[]', '[]', '[]', 3750.00, 0.00, 'percent', 9.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2025-10-03 16:08:18', '2025-10-03 16:08:18', 0, 0.00000000000000, 0, NULL, 9, 114, 3, '[{\"img\":\"2025-10-03-68dfa79a40245.png\",\"storage\":\"public\"}]', '[]', 'too-faced-born-this-way-nude-mini-eye-shadow-palette-cold-smolder-nudes-57-g', 0, 0, 5, 1, 0),
(67, 'MARS Ink Black Eyeliner', 'Explore the entire range of Eyeliner available on Nykaa. Shop more MARS products here.You can browse through the complete world of MARS Eyeliner .\r\n\r\nExpiry Date: 15 May 2029\r\nCountry of Origin:  China\r\n\r\nManufacturer:  Zebra Brands Limited\r\nAddress:  No. 5, 17/F, Strand 50, 50 Bonham Strand, Sheung \\Wan, Hong Kong', '2025-10-03-68dfa8611fed0.png', 100, '[{\"id\":\"100\",\"position\":1}]', '[]', '[]', '[]', '[]', 240.00, 0.00, 'percent', 7.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2025-10-03 16:11:37', '2025-10-03 16:11:37', 0, 0.00000000000000, 0, NULL, 9, 109, 2, '[{\"img\":\"2025-10-03-68dfa8611f065.png\",\"storage\":\"public\"}]', '[]', 'mars-ink-black-eyeliner', 0, 0, NULL, 1, 0),
(68, 'IRIS COSMETICS Luminous HD Powder Brush (1 pcs)', 'Explore the entire range of Face Brush available on Nykaa. Shop more IRIS COSMETICS products here.You can browse through the complete world of IRIS COSMETICS Face Brush .\r\n\r\nExpiry Date: 15 April 2028\r\nCountry of Origin:  China\r\n\r\nManufacturer:  IRIS COSMETICS\r\nAddress:  405, Abhishree Adroit, Nr Swaminarayan Temple, Vastrapur, Ahmedabad, Gujarat -380015', '2025-10-04-68e0b9dfaed62.png', 106, '[{\"id\":\"106\",\"position\":1}]', '[]', '[]', '[]', '[]', 719.00, 0.00, 'percent', 7.00, 'percent', '00:00:00', '23:59:59', 0, 1, 10, '2025-10-04 11:38:31', '2025-10-04 11:38:31', 0, 0.00000000000000, 0, NULL, 9, 109, 5, '[{\"img\":\"2025-10-04-68e0b9dfada5d.png\",\"storage\":\"public\"}]', '[]', 'iris-cosmetics-luminous-hd-powder-brush-1-pcs', 0, 0, 12, 1, 0),
(69, 'MARS Boring Silicone Brush Cleaner Pad (30 g)', 'Explore the entire range of Brush Cleaners available on Nykaa. Shop more MARS products here.You can browse through the complete world of MARS Brush Cleaners .\r\n\r\nExpiry Date: 15 February 2028\r\nCountry of Origin:  India\r\n\r\nManufacturer:  MARS Cosmetics Pvt Ltd.\r\nAddress:  3/36, Roop Nagar, Delhi, North Delhi, Delhi, 110007', '2025-10-04-68e0bc3517e6e.png', 113, '[{\"id\":\"113\",\"position\":1}]', '[]', '[]', '[]', '[]', 199.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 10, '2025-10-04 11:42:57', '2025-10-04 11:48:29', 0, 0.00000000000000, 0, NULL, 9, 104, 5, '[{\"img\":\"2025-10-04-68e0bc3343aa2.png\",\"storage\":\"public\"},{\"img\":\"2025-10-04-68e0bc35153ba.png\",\"storage\":\"public\"}]', '[]', 'bronson-professional-eyelash-curler-tool-for-women-gold', 0, 0, NULL, 1, 0),
(70, 'Signaxo Clear Rechargeable Vacuum Acne Pore Cleaner Blackhead Remover Dermasuction With 6 Nozzles', 'Signaxo Professional Blackhead Remover is designed to gently remove blackheads and dirt from pores on your face without squeezing! It uses a powerful, yet gentle vacuum that extracts impurities and blackheads from your pores. It comes with two different power settings and has 4 interchangeable suction heads for perfect extraction and to reveal your beautiful skin! This tool is suitable for all types of skin and improves the texture with regular use.\r\n\r\n\r\nFeatures:\r\n\r\nBlackhead remover that gently removes blackhead and dirt from pores on your face\r\nComes with 2 different power settings and 4 interchangeable suction heads for perfect extraction\r\nImproves texture of the skin and reveals a beautiful, glowing and clear skin\r\nPortable and comes with a rechargeable USB\r\nSuitable for all skin types\r\n\r\nAbout the Brand: Signaxo is a leading consumer lifestyle brand that uses emerging technology, innovative electronic devices, and robots to improve people\'s lives. Signaxo specializes in a wide range of beauty, medical devices and household products with trustworthy and cutting-edge technology that are well-liked and respected by customers all over the world.\r\n\r\n\r\n\r\nExplore the entire range of Acne Removal available on Nykaa. Shop more Signaxo products here.You can browse through the complete world of Signaxo Acne Removal .\r\n\r\nCountry of Origin:  China\r\n\r\nManufacturer:  Shenzhen Wochuan Electronic Co., Ltd\r\nAddress:   Floor 6, Building A, Huayuan District 3, Workshop No. 357, Xingye 1st Road, Fenghuang Community, Fuyong Street, Shenzhen, Guangdong,China 518103\r\n\r\nImporter:  Signaxo\r\nAddress:  Plot No. 8, Arihant Nagar, Punjabi Bagh, New Delhi - 110026\r\n\r\nPacker:  Shenzhen Wochuan Electronic Co., Ltd\r\nAddress:   Floor 6, Building A, Huayuan District 3, Workshop No. 357, Xingye 1st Road, Fenghuang Community, Fuyong Street, Shenzhen, Guangdong,China 518103', '2025-10-04-68e0bcefe7472.png', 114, '[{\"id\":\"114\",\"position\":1}]', '[]', '[]', '[]', '[]', 12.00, 0.00, 'percent', 3.00, 'percent', '00:00:00', '23:59:59', 0, 1, 10, '2025-10-04 11:51:35', '2025-10-04 11:51:35', 0, 0.00000000000000, 0, NULL, 9, 105, 2, '[{\"img\":\"2025-10-04-68e0bcefe60d3.png\",\"storage\":\"public\"}]', '[]', 'signaxo-clear-rechargeable-vacuum-acne-pore-cleaner-blackhead-remover-dermasuction-with-6-nozzles', 0, 0, NULL, 1, 0),
(71, 'UrbanYog Facial Hair Remover', 'The Urban Yog Electric Facial Hair Remover is a compact, efficient grooming tool designed for precise and painless hair removal. It features a high-quality stainless-steel blade for gentle use on the upper lip, chin, eyebrows, and cheeks, ensuring smooth, flawless skin with every use. Equipped with quick charging capabilities, it fully charges in just 60 minutes and offers an impressive 100-minute runtime, perfect for daily grooming or quick touch-ups on the go.The device comes with a Type-C charging cable for fast, reliable charging and is lightweight, portable, and easy to use, making it ideal for travel. Safe for all skin types, this hair remover ensures pain-free hair removal and leaves your skin soft and smooth, enhancing your natural glow. The complete grooming kit includes everything you need, such as a cleaning brush, charging cable, user manual, and warranty card, ensuring a seamless and hassle-free grooming experience.\r\n\r\nFeatures:\r\n\r\nQuick Charging & Long Battery Life: The Urban Yog Electric Facial Hair Remover charges fully in just 60 minutes and offers an extended 100-minute runtime, allowing for multiple uses on a single charge perfect for daily grooming or on-the-go touch-ups.\r\nPrecision Stainless Steel Blade for Gentle Hair Removal: Designed with a high-quality stainless-steel blade, this facial hair remover delivers precise and painless hair removal on the upper lip, chin, eyebrows, and cheeks, leaving your skin smooth and flawless.\r\nPainless & Safe for Daily Use: This electric hair remover ensures pain-free hair removal, making it suitable for daily use without irritation. It’s perfect for maintaining soft, smooth skin and is safe for all skin types.\r\nComplete Grooming Kit: Inside the box, you’ll find 1 Electric Facial Hair Remover, 1 Cleaning Brush, 1 Type-C Charging Cable, 1 User Manual, and 1 Warranty Card to ensure a seamless grooming experience.\r\n\r\nAbout the Brand: Urban Yog represents a woman who believes in herself, takes bold decisions, and brings change to society. But who is this woman? She is me, she is you, she is in each one of us. She is a woman who cannot be fitted in a box and who is not defined by any parameters. Her uniqueness is her identity. And, Urban Yog respects her!\r\n\r\n\r\n\r\nExplore the entire range of Epilators available on Nykaa. Shop more UrbanYog products here.You can browse through the complete world of UrbanYog Epilators .\r\n\r\nCountry of Origin:  India\r\n\r\nManufacturer:  123 LIFESTYLE INC\r\nAddress:  Dreams Industrial Park B19 B20 B21, Village Poman Opposite Universal College Behind Gram Panchayat Marathi School, Kaman - 401208 Maharashtra', '2025-10-04-68e0be063f3fc.png', 115, '[{\"id\":\"115\",\"position\":1}]', '[]', '[]', '[]', '[]', 899.00, 0.00, 'percent', 4.00, 'percent', '00:00:00', '23:59:59', 0, 1, 10, '2025-10-04 11:56:14', '2025-10-04 11:56:14', 0, 0.00000000000000, 0, NULL, 9, 105, 5, '[{\"img\":\"2025-10-04-68e0be063e3a9.png\",\"storage\":\"public\"}]', '[]', 'urbanyog-facial-hair-remover', 0, 0, 5, 1, 0),
(72, 'Genda', 'Bring divine freshness to your daily prayers with our pure and fragrant pooja flowers 🌼. Each flower is carefully handpicked to maintain purity, freshness, and natural aroma — perfect for temple offerings, home rituals, and spiritual ceremonies. These flowers add positivity, beauty, and devotion to every pooja.\r\n\r\n✅ 100% fresh & natural\r\n✅ Ideal for daily worship, festivals & special occasions\r\n✅ Adds fragrance and spiritual energy to your mandir\r\n\r\nUse for: Pooja rituals, mandir offerings, aarti, and spiritual ceremonies.\r\nAvailable in: Fresh, dried, and decorative variants.', '2025-10-04-68e10c5dd8e15.png', 119, '[{\"id\":\"119\",\"position\":1}]', '[]', '[]', '[]', '[]', 99.00, 0.00, 'percent', 2.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2025-10-04 17:30:29', '2025-10-04 17:30:29', 0, 0.00000000000000, 0, NULL, 10, 105, 5, '[{\"img\":\"2025-10-04-68e10c5dd4cee.png\",\"storage\":\"public\"}]', '[]', 'genda', 0, 0, 5, 1, 0),
(73, 'paan patta', 'Add purity and tradition to your rituals with our fresh Paan Patta (Betel Leaves) 🍃. Known for their sacred importance in Hindu rituals, these leaves are handpicked with care to ensure freshness and fragrance. Perfect for pooja, havan, temple offerings, and festive ceremonies, Paan Patta is considered a symbol of prosperity and devotion.\r\n\r\n✅ 100% fresh & natural\r\n✅ Handpicked for pooja rituals\r\n✅ Ideal for daily worship, festivals & temple use\r\n✅ Adds a touch of divinity to every ceremony\r\n\r\nUse for: Ganesh Pooja, Satyanarayan Katha, Lakshmi Pooja, Havan, and all auspicious occasions.\r\nQuantity: Available in fresh bunches.', '2025-10-04-68e10d4530e7b.png', 121, '[{\"id\":\"121\",\"position\":1}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 1.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2025-10-04 17:34:21', '2025-10-04 17:34:21', 0, 0.00000000000000, 0, NULL, 10, 119, 5, '[{\"img\":\"2025-10-04-68e10d452e3f5.png\",\"storage\":\"public\"}]', '[]', 'paan-patta', 0, 0, 10, 1, 0),
(74, 'Mango Lef', 'Bring purity and positivity to your rituals with our fresh Mango Leaves (Aam Patta) 🌿. Considered sacred in Hindu traditions, mango leaves are an essential part of pooja, havan, and festival decorations. Each leaf is freshly picked to maintain its natural shine, fragrance, and spiritual energy.\r\n\r\n✅ 100% fresh & natural\r\n✅ Ideal for temple decoration & pooja rituals\r\n✅ Symbol of prosperity and purity\r\n✅ Handpicked with devotion and care\r\n\r\nUse for: Kalash decoration, mandir setup, housewarming, weddings, and all auspicious ceremonies.\r\nQuantity: Available in fresh bunches.', '2025-10-04-68e10f15f1b8e.png', 121, '[{\"id\":\"121\",\"position\":1}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 50.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2025-10-04 17:36:41', '2025-10-04 17:42:05', 0, 0.00000000000000, 0, NULL, 10, 150, 5, '[{\"img\":\"2025-10-04-68e10f15f0dff.png\",\"storage\":\"public\"}]', '[]', 'mango-lef', 0, 0, 20, 1, 0),
(75, 'Tulsi Patta', 'Bring purity and positivity to your rituals with our fresh Mango Leaves (Aam Patta) 🌿. Considered sacred in Hindu traditions, mango leaves are an essential part of pooja, havan, and festival decorations. Each leaf is freshly picked to maintain its natural shine, fragrance, and spiritual energy.\r\n\r\n✅ 100% fresh & natural\r\n✅ Ideal for temple decoration & pooja rituals\r\n✅ Symbol of prosperity and purity\r\n✅ Handpicked with devotion and care\r\n\r\nUse for: Kalash decoration, mandir setup, housewarming, weddings, and all auspicious ceremonies.\r\nQuantity: Available in fresh bunches.', '2025-10-04-68e10ea8c0057.png', 121, '[{\"id\":\"121\",\"position\":1}]', '[]', '[]', '[]', '[]', 59.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2025-10-04 17:40:16', '2025-10-04 17:40:16', 0, 0.00000000000000, 0, NULL, 10, 120, 5, '[{\"img\":\"2025-10-04-68e10ea8bf657.png\",\"storage\":\"public\"}]', '[]', 'tulsi-patta', 0, 0, 40, 1, 0),
(76, 'Rose', 'Bring divine freshness to your daily prayers with our pure and fragrant pooja flowers 🌼. Each flower is carefully handpicked to maintain purity, freshness, and natural aroma — perfect for temple offerings, home rituals, and spiritual ceremonies. These flowers add positivity, beauty, and devotion to every pooja.\r\n\r\n✅ 100% fresh & natural\r\n✅ Ideal for daily worship, festivals & special occasions\r\n✅ Adds fragrance and spiritual energy to your mandir\r\n\r\nUse for: Pooja rituals, mandir offerings, aarti, and spiritual ceremonies.\r\nAvailable in: Fresh, dried, and decorative variants.', '2025-10-04-68e11061c7ed2.png', 117, '[{\"id\":\"117\",\"position\":1}]', '[]', '[]', '[]', '[]', 599.00, 0.00, 'percent', 50.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2025-10-04 17:47:37', '2025-10-04 17:47:37', 0, 0.00000000000000, 0, NULL, 10, 130, 5, '[{\"img\":\"2025-10-04-68e11061c6f1a.png\",\"storage\":\"public\"}]', '[]', 'rose', 0, 0, 5, 1, 0),
(77, 'Gerberas', 'Bring divine freshness to your daily prayers with our pure and fragrant pooja flowers 🌼. Each flower is carefully handpicked to maintain purity, freshness, and natural aroma — perfect for temple offerings, home rituals, and spiritual ceremonies. These flowers add positivity, beauty, and devotion to every pooja.\r\n\r\n✅ 100% fresh & natural\r\n✅ Ideal for daily worship, festivals & special occasions\r\n✅ Adds fragrance and spiritual energy to your mandir\r\n\r\nUse for: Pooja rituals, mandir offerings, aarti, and spiritual ceremonies.\r\nAvailable in: Fresh, dried, and decorative variants.', '2025-10-04-68e1110178887.png', 117, '[{\"id\":\"117\",\"position\":1}]', '[]', '[]', '[]', '[]', 499.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2025-10-04 17:50:17', '2025-10-04 17:50:17', 0, 0.00000000000000, 0, NULL, 10, 105, 5, '[{\"img\":\"2025-10-04-68e1110175251.png\",\"storage\":\"public\"}]', '[]', 'gerberas', 0, 0, 5, 1, 0),
(78, 'Buy Lilies', 'Bring divine freshness to your daily prayers with our pure and fragrant pooja flowers 🌼. Each flower is carefully handpicked to maintain purity, freshness, and natural aroma — perfect for temple offerings, home rituals, and spiritual ceremonies. These flowers add positivity, beauty, and devotion to every pooja.\r\n\r\n✅ 100% fresh & natural\r\n✅ Ideal for daily worship, festivals & special occasions\r\n✅ Adds fragrance and spiritual energy to your mandir\r\n\r\nUse for: Pooja rituals, mandir offerings, aarti, and spiritual ceremonies.\r\nAvailable in: Fresh, dried, and decorative variants.', '2025-10-04-68e1118f62cdb.png', 117, '[{\"id\":\"117\",\"position\":1}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2025-10-04 17:52:39', '2025-10-04 17:52:39', 0, 0.00000000000000, 0, NULL, 10, 104, 5, '[{\"img\":\"2025-10-04-68e1118f5f843.png\",\"storage\":\"public\"}]', '[]', 'buy-lilies', 0, 0, 6, 1, 0),
(79, 'Sunflowers', 'Bring divine freshness to your daily prayers with our pure and fragrant pooja flowers 🌼. Each flower is carefully handpicked to maintain purity, freshness, and natural aroma — perfect for temple offerings, home rituals, and spiritual ceremonies. These flowers add positivity, beauty, and devotion to every pooja.\r\n\r\n✅ 100% fresh & natural\r\n✅ Ideal for daily worship, festivals & special occasions\r\n✅ Adds fragrance and spiritual energy to your mandir\r\n\r\nUse for: Pooja rituals, mandir offerings, aarti, and spiritual ceremonies.\r\nAvailable in: Fresh, dried, and decorative variants.', '2025-10-04-68e111fdaa2dc.png', 117, '[{\"id\":\"117\",\"position\":1}]', '[]', '[]', '[]', '[]', 99.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2025-10-04 17:54:29', '2025-10-04 17:54:55', 0, 0.00000000000000, 0, NULL, 10, 110, 5, '[{\"img\":\"2025-10-04-68e111fda8d9e.png\",\"storage\":\"public\"}]', '[]', 'sunflowers', 0, 0, 10, 1, 0),
(80, 'Orchid Flower', 'Bring divine freshness to your daily prayers with our pure and fragrant pooja flowers 🌼. Each flower is carefully handpicked to maintain purity, freshness, and natural aroma — perfect for temple offerings, home rituals, and spiritual ceremonies. These flowers add positivity, beauty, and devotion to every pooja.\r\n\r\n✅ 100% fresh & natural\r\n✅ Ideal for daily worship, festivals & special occasions\r\n✅ Adds fragrance and spiritual energy to your mandir\r\n\r\nUse for: Pooja rituals, mandir offerings, aarti, and spiritual ceremonies.\r\nAvailable in: Fresh, dried, and decorative variants.', '2025-10-04-68e115945c94d.png', 117, '[{\"id\":\"117\",\"position\":1}]', '[]', '[]', '[]', '[]', 310.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2025-10-04 17:58:56', '2025-10-04 18:09:48', 0, 0.00000000000000, 0, NULL, 10, 103, 5, '[{\"img\":\"2025-10-04-68e115945b83b.png\",\"storage\":\"public\"}]', '[]', 'orchid-flower', 0, 0, 20, 1, 0),
(81, 'Pink Bloom Bouquet', 'Bring divine freshness to your daily prayers with our pure and fragrant pooja flowers 🌼. Each flower is carefully handpicked to maintain purity, freshness, and natural aroma — perfect for temple offerings, home rituals, and spiritual ceremonies. These flowers add positivity, beauty, and devotion to every pooja.\r\n\r\n✅ 100% fresh & natural\r\n✅ Ideal for daily worship, festivals & special occasions\r\n✅ Adds fragrance and spiritual energy to your mandir\r\n\r\nUse for: Pooja rituals, mandir offerings, aarti, and spiritual ceremonies.\r\nAvailable in: Fresh, dried, and decorative variants.', '2025-10-04-68e113fd7d67a.png', 120, '[{\"id\":\"120\",\"position\":1}]', '[]', '[]', '[]', '[]', 599.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2025-10-04 18:03:01', '2025-10-04 18:03:01', 0, 0.00000000000000, 0, NULL, 10, 103, 5, '[{\"img\":\"2025-10-04-68e113fd7c014.png\",\"storage\":\"public\"}]', '[]', 'pink-bloom-bouquet', 0, 0, 4, 1, 0),
(82, 'Golden Sunlit Blooms', 'Bring divine freshness to your daily prayers with our pure and fragrant pooja flowers 🌼. Each flower is carefully handpicked to maintain purity, freshness, and natural aroma — perfect for temple offerings, home rituals, and spiritual ceremonies. These flowers add positivity, beauty, and devotion to every pooja.\r\n\r\n✅ 100% fresh & natural\r\n✅ Ideal for daily worship, festivals & special occasions\r\n✅ Adds fragrance and spiritual energy to your mandir\r\n\r\nUse for: Pooja rituals, mandir offerings, aarti, and spiritual ceremonies.\r\nAvailable in: Fresh, dried, and decorative variants.', '2025-10-04-68e11526116d5.png', 120, '[{\"id\":\"120\",\"position\":1}]', '[]', '[]', '[]', '[]', 2999.00, 0.00, 'percent', 50.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2025-10-04 18:07:58', '2025-10-04 18:07:58', 0, 0.00000000000000, 0, NULL, 10, 106, 5, '[{\"img\":\"2025-10-04-68e1152610710.png\",\"storage\":\"public\"}]', '[]', 'golden-sunlit-blooms', 0, 0, 20, 1, 0),
(83, 'Lucky Bamboo', 'A symbol of good luck, positivity, and prosperity — Lucky Bamboo is a beautiful indoor plant that enhances your home’s natural energy and décor.\r\n\r\nHow to Use:\r\nKeep in clean water or moist soil. Place in indirect sunlight. Change water every 7–10 days for healthy growth.\r\n\r\nBenefits:\r\n\r\nBrings good luck and positivity\r\n\r\nPurifies indoor air\r\n\r\nLow maintenance and long-lasting\r\n\r\nPerfect for home or office décor\r\n\r\nIngredients:\r\nNatural Lucky Bamboo plant with water gel or soil base (depending on variant).\r\n\r\nOther Information:\r\nComes in a decorative pot or glass vase. Ideal gift for housewarming, office desk, or festive occasions.\r\n\r\nAdditional Info (5 Words):\r\nLucky | Fresh | Green | Positive | Natural\r\n\r\nWould you like me to make the next one for Tulsi Plant or Money Plant in this same clean style?', '2025-10-05-68e204e5b3509.png', 124, '[{\"id\":\"124\",\"position\":1}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2025-10-05 11:10:53', '2025-10-05 11:10:53', 0, 0.00000000000000, 0, NULL, 10, 105, 5, '[{\"img\":\"2025-10-05-68e204e5afca5.png\",\"storage\":\"public\"}]', '[]', 'lucky-bamboo', 0, 0, 5, 1, 0),
(84, '2 Layer Bamboo Plant', 'A symbol of good luck, positivity, and prosperity — Lucky Bamboo is a beautiful indoor plant that enhances your home’s natural energy and décor.\r\n\r\nHow to Use:\r\nKeep in clean water or moist soil. Place in indirect sunlight. Change water every 7–10 days for healthy growth.\r\n\r\nBenefits:\r\n\r\nBrings good luck and positivity\r\n\r\nPurifies indoor air\r\n\r\nLow maintenance and long-lasting\r\n\r\nPerfect for home or office décor\r\n\r\nIngredients:\r\nNatural Lucky Bamboo plant with water gel or soil base (depending on variant).\r\n\r\nOther Information:\r\nComes in a decorative pot or glass vase. Ideal gift for housewarming, office desk, or festive occasions.\r\n\r\nAdditional Info (5 Words):\r\nLucky | Fresh | Green | Positive | Natural\r\n\r\nWould you like me to make the next one for Tulsi Plant or Money Plant in this same clean style?', '2025-10-05-68e205babe5b0.png', 124, '[{\"id\":\"124\",\"position\":1}]', '[]', '[]', '[]', '[]', 599.00, 0.00, 'percent', 9.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2025-10-05 11:14:26', '2025-10-05 11:14:26', 0, 0.00000000000000, 0, NULL, 10, 105, 5, '[{\"img\":\"2025-10-05-68e205babd2e2.png\",\"storage\":\"public\"}]', '[]', '2-layer-bamboo-plant', 0, 0, 6, 1, 0),
(85, 'Lucky Bamboo', 'A symbol of good luck, positivity, and prosperity — Lucky Bamboo is a beautiful indoor plant that enhances your home’s natural energy and décor.\r\n\r\nHow to Use:\r\nKeep in clean water or moist soil. Place in indirect sunlight. Change water every 7–10 days for healthy growth.\r\n\r\nBenefits:\r\n\r\nBrings good luck and positivity\r\n\r\nPurifies indoor air\r\n\r\nLow maintenance and long-lasting\r\n\r\nPerfect for home or office décor\r\n\r\nIngredients:\r\nNatural Lucky Bamboo plant with water gel or soil base (depending on variant).\r\n\r\nOther Information:\r\nComes in a decorative pot or glass vase. Ideal gift for housewarming, office desk, or festive occasions.\r\n\r\nAdditional Info (5 Words):\r\nLucky | Fresh | Green | Positive | Natural\r\n\r\nWould you like me to make the next one for Tulsi Plant or Money Plant in this same clean style?', '2025-10-05-68e20612b1463.png', 124, '[{\"id\":\"124\",\"position\":1}]', '[]', '[]', '[]', '[]', 399.00, 0.00, 'percent', 7.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2025-10-05 11:15:54', '2026-01-06 15:50:07', 0, 0.00000000000000, 0, NULL, 10, 105, 5, '[{\"img\":\"2025-10-05-68e20612b0427.png\",\"storage\":\"public\"}]', '[]', 'lucky-bamboo-2', 0, 0, 10, 1, 0),
(86, 'Money Plant', 'A beautiful indoor plant believed to bring wealth, positivity, and good fortune. Its lush green leaves add freshness and charm to any space.\r\n\r\nHow to Use:\r\nKeep in indirect sunlight. Water lightly 2–3 times a week. Can be grown in soil or water. Avoid overwatering for best growth.\r\n\r\nBenefits:\r\n\r\nAttracts positive energy & prosperity\r\n\r\nImproves air quality\r\n\r\nLow-maintenance indoor plant\r\n\r\nEnhances home & office décor\r\n\r\nIngredients:\r\nNatural Money Plant with soil or water base (depending on variant).\r\n\r\nOther Information:\r\nComes in a decorative pot or jar, ideal for gifting or interior decoration.\r\n\r\nAdditional Info (5 Words):\r\nGreen | Fresh | Prosperous | Positive | Natural\r\n\r\nWould you like me to create the next one for Tulsi Plant or Aloe Vera Plant in the same format?', '2025-10-05-68e20700e40aa.png', 116, '[{\"id\":\"116\",\"position\":1}]', '[]', '[]', '[]', '[]', 899.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2025-10-05 11:19:52', '2026-05-28 04:32:17', 0, 0.00000000000000, 0, NULL, 10, 102, 5, '[{\"img\":\"2025-10-05-68e20700e3418.png\",\"storage\":\"public\"}]', '[]', 'money-plant', 0, 0, 3, 1, 0),
(87, 'Money Plant', 'A beautiful indoor plant believed to bring wealth, positivity, and good fortune. Its lush green leaves add freshness and charm to any space.\r\n\r\nHow to Use:\r\nKeep in indirect sunlight. Water lightly 2–3 times a week. Can be grown in soil or water. Avoid overwatering for best growth.\r\n\r\nBenefits:\r\n\r\nAttracts positive energy & prosperity\r\n\r\nImproves air quality\r\n\r\nLow-maintenance indoor plant\r\n\r\nEnhances home & office décor\r\n\r\nIngredients:\r\nNatural Money Plant with soil or water base (depending on variant).\r\n\r\nOther Information:\r\nComes in a decorative pot or jar, ideal for gifting or interior decoration.\r\n\r\nAdditional Info (5 Words):\r\nGreen | Fresh | Prosperous | Positive | Natural\r\n\r\nWould you like me to create the next one for Tulsi Plant or Aloe Vera Plant in the same format?', '2025-10-05-68e2073667d85.png', 116, '[{\"id\":\"116\",\"position\":1}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2025-10-05 11:20:46', '2026-05-28 04:32:17', 0, 0.00000000000000, 0, NULL, 10, 105, 5, '[{\"img\":\"2025-10-05-68e2073666d9d.png\",\"storage\":\"public\"}]', '[]', 'money-plant-2', 0, 0, 7, 1, 0),
(88, 'Self Watering Planter', 'A beautiful indoor plant believed to bring wealth, positivity, and good fortune. Its lush green leaves add freshness and charm to any space.\r\n\r\nHow to Use:\r\nKeep in indirect sunlight. Water lightly 2–3 times a week. Can be grown in soil or water. Avoid overwatering for best growth.\r\n\r\nBenefits:\r\n\r\nAttracts positive energy & prosperity\r\n\r\nImproves air quality\r\n\r\nLow-maintenance indoor plant\r\n\r\nEnhances home & office décor\r\n\r\nIngredients:\r\nNatural Money Plant with soil or water base (depending on variant).\r\n\r\nOther Information:\r\nComes in a decorative pot or jar, ideal for gifting or interior decoration.\r\n\r\nAdditional Info (5 Words):\r\nGreen | Fresh | Prosperous | Positive | Natural\r\n\r\nWould you like me to create the next one for Tulsi Plant or Aloe Vera Plant in the same format?', '2025-10-05-68e2079cf03af.png', 116, '[{\"id\":\"116\",\"position\":1}]', '[]', '[]', '[]', '[]', 999.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2025-10-05 11:22:28', '2025-10-05 11:22:28', 0, 0.00000000000000, 0, NULL, 10, 107, 5, '[{\"img\":\"2025-10-05-68e2079cef694.png\",\"storage\":\"public\"}]', '[]', 'self-watering-planter', 0, 0, NULL, 1, 0),
(89, 'Elegant Terracotta Vase', 'A beautiful indoor plant believed to bring wealth, positivity, and good fortune. Its lush green leaves add freshness and charm to any space.\r\n\r\nHow to Use:\r\nKeep in indirect sunlight. Water lightly 2–3 times a week. Can be grown in soil or water. Avoid overwatering for best growth.\r\n\r\nBenefits:\r\n\r\nAttracts positive energy & prosperity\r\n\r\nImproves air quality\r\n\r\nLow-maintenance indoor plant\r\n\r\nEnhances home & office décor\r\n\r\nIngredients:\r\nNatural Money Plant with soil or water base (depending on variant).\r\n\r\nOther Information:\r\nComes in a decorative pot or jar, ideal for gifting or interior decoration.\r\n\r\nAdditional Info (5 Words):\r\nGreen | Fresh | Prosperous | Positive | Natural\r\n\r\nWould you like me to create the next one for Tulsi Plant or Aloe Vera Plant in the same format?', '2025-10-05-68e208731390a.png', 116, '[{\"id\":\"116\",\"position\":1}]', '[]', '[]', '[]', '[]', 599.00, 0.00, 'percent', 7.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2025-10-05 11:26:03', '2026-05-28 04:32:18', 0, 0.00000000000000, 0, NULL, 10, 101, 5, '[{\"img\":\"2025-10-05-68e2087312a0d.png\",\"storage\":\"public\"}]', '[]', 'elegant-terracotta-vase', 0, 0, 4, 1, 0),
(90, 'Spray Money Plant', 'A beautiful indoor plant believed to bring wealth, positivity, and good fortune. Its lush green leaves add freshness and charm to any space.\r\n\r\nHow to Use:\r\nKeep in indirect sunlight. Water lightly 2–3 times a week. Can be grown in soil or water. Avoid overwatering for best growth.\r\n\r\nBenefits:\r\n\r\nAttracts positive energy & prosperity\r\n\r\nImproves air quality\r\n\r\nLow-maintenance indoor plant\r\n\r\nEnhances home & office décor\r\n\r\nIngredients:\r\nNatural Money Plant with soil or water base (depending on variant).\r\n\r\nOther Information:\r\nComes in a decorative pot or jar, ideal for gifting or interior decoration.\r\n\r\nAdditional Info (5 Words):\r\nGreen | Fresh | Prosperous | Positive | Natural\r\n\r\nWould you like me to create the next one for Tulsi Plant or Aloe Vera Plant in the same format?', '2025-10-05-68e209cc73417.png', 125, '[{\"id\":\"125\",\"position\":1}]', '[]', '[]', '[]', '[]', 799.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2025-10-05 11:31:48', '2025-10-05 11:31:48', 0, 0.00000000000000, 0, NULL, 10, 104, 5, '[{\"img\":\"2025-10-05-68e209cc72120.png\",\"storage\":\"public\"}]', '[]', 'spray-money-plant', 0, 0, 7, 1, 0),
(91, 'Botanical Whispers', 'A beautiful indoor plant believed to bring wealth, positivity, and good fortune. Its lush green leaves add freshness and charm to any space.\r\n\r\nHow to Use:\r\nKeep in indirect sunlight. Water lightly 2–3 times a week. Can be grown in soil or water. Avoid overwatering for best growth.\r\n\r\nBenefits:\r\n\r\nAttracts positive energy & prosperity\r\n\r\nImproves air quality\r\n\r\nLow-maintenance indoor plant\r\n\r\nEnhances home & office décor\r\n\r\nIngredients:\r\nNatural Money Plant with soil or water base (depending on variant).\r\n\r\nOther Information:\r\nComes in a decorative pot or jar, ideal for gifting or interior decoration.\r\n\r\nAdditional Info (5 Words):\r\nGreen | Fresh | Prosperous | Positive | Natural\r\n\r\nWould you like me to create the next one for Tulsi Plant or Aloe Vera Plant in the same format?', '2025-10-05-68e20a3322e99.png', 125, '[{\"id\":\"125\",\"position\":1}]', '[]', '[]', '[]', '[]', 999.00, 0.00, 'percent', 7.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2025-10-05 11:33:31', '2025-10-05 11:33:31', 0, 0.00000000000000, 0, NULL, 10, 105, 5, '[{\"img\":\"2025-10-05-68e20a3321d43.png\",\"storage\":\"public\"}]', '[]', 'botanical-whispers', 0, 0, 3, 1, 0),
(92, 'Pink Aglaonema Plant', 'A beautiful indoor plant believed to bring wealth, positivity, and good fortune. Its lush green leaves add freshness and charm to any space.\r\n\r\nHow to Use:\r\nKeep in indirect sunlight. Water lightly 2–3 times a week. Can be grown in soil or water. Avoid overwatering for best growth.\r\n\r\nBenefits:\r\n\r\nAttracts positive energy & prosperity\r\n\r\nImproves air quality\r\n\r\nLow-maintenance indoor plant\r\n\r\nEnhances home & office décor\r\n\r\nIngredients:\r\nNatural Money Plant with soil or water base (depending on variant).\r\n\r\nOther Information:\r\nComes in a decorative pot or jar, ideal for gifting or interior decoration.\r\n\r\nAdditional Info (5 Words):\r\nGreen | Fresh | Prosperous | Positive | Natural\r\n\r\nWould you like me to create the next one for Tulsi Plant or Aloe Vera Plant in the same format?', '2025-10-05-68e20be74a2c8.png', 125, '[{\"id\":\"125\",\"position\":1}]', '[]', '[]', '[]', '[]', 699.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2025-10-05 11:40:47', '2025-10-05 11:40:47', 0, 0.00000000000000, 0, NULL, 10, 105, 5, '[{\"img\":\"2025-10-05-68e20be746db0.png\",\"storage\":\"public\"}]', '[]', 'pink-aglaonema-plant', 0, 0, 599, 1, 0),
(93, 'Blue Orchid Jute Bouquet', 'A beautiful indoor plant believed to bring wealth, positivity, and good fortune. Its lush green leaves add freshness and charm to any space.\r\n\r\nHow to Use:\r\nKeep in indirect sunlight. Water lightly 2–3 times a week. Can be grown in soil or water. Avoid overwatering for best growth.\r\n\r\nBenefits:\r\n\r\nAttracts positive energy & prosperity\r\n\r\nImproves air quality\r\n\r\nLow-maintenance indoor plant\r\n\r\nEnhances home & office décor\r\n\r\nIngredients:\r\nNatural Money Plant with soil or water base (depending on variant).\r\n\r\nOther Information:\r\nComes in a decorative pot or jar, ideal for gifting or interior decoration.\r\n\r\nAdditional Info (5 Words):\r\nGreen | Fresh | Prosperous | Positive | Natural\r\n\r\nWould you like me to create the next one for Tulsi Plant or Aloe Vera Plant in the same format?', '2025-10-05-68e20f5240ea9.png', 122, '[{\"id\":\"122\",\"position\":1}]', '[]', '[]', '[]', '[]', 1299.00, 0.00, 'percent', 7.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2025-10-05 11:55:22', '2025-10-05 11:55:22', 0, 0.00000000000000, 0, NULL, 10, 107, 5, '[{\"img\":\"2025-10-05-68e20f523ffcb.png\",\"storage\":\"public\"}]', '[]', 'blue-orchid-jute-bouquet', 0, 0, 6, 1, 0),
(94, 'Lily Flower', 'Beautifully arranged fresh Lily Flower Bouquets that add elegance and fragrance to every occasion — perfect for gifting or decorating your space.\r\n\r\nHow to Use:\r\nPlace in a clean vase with fresh water. Change the water daily and trim the stems slightly to keep flowers fresh longer.\r\n\r\nBenefits:\r\n\r\nSpreads positivity and freshness\r\n\r\nIdeal for celebrations & gifting\r\n\r\nAdds fragrance and beauty to interiors\r\n\r\nSymbol of purity and love\r\n\r\nIngredients:\r\nFresh Lily Flowers, natural fillers, and decorative wrapping paper.\r\n\r\nOther Information:\r\nHandpicked and freshly arranged by experts to ensure long-lasting freshness and premium quality.\r\n\r\nAdditional Info (5 Words):\r\nFresh | Fragrant | Elegant | Beautiful | Pure\r\n\r\nWould you like me to create the next one for Rose Flower Bouquets or Mixed Flower Bunch in this same format?', '2025-10-05-68e20ff793b89.png', 122, '[{\"id\":\"122\",\"position\":1}]', '[]', '[]', '[]', '[]', 799.00, 0.00, 'percent', 9.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2025-10-05 11:58:07', '2025-10-05 11:58:07', 0, 0.00000000000000, 0, NULL, 10, 107, 5, '[{\"img\":\"2025-10-05-68e20ff7906fd.png\",\"storage\":\"public\"}]', '[]', 'lily-flower', 0, 0, 6, 1, 0),
(95, 'Rose Bookey', 'Beautifully arranged fresh Lily Flower Bouquets that add elegance and fragrance to every occasion — perfect for gifting or decorating your space.\r\n\r\nHow to Use:\r\nPlace in a clean vase with fresh water. Change the water daily and trim the stems slightly to keep flowers fresh longer.\r\n\r\nBenefits:\r\n\r\nSpreads positivity and freshness\r\n\r\nIdeal for celebrations & gifting\r\n\r\nAdds fragrance and beauty to interiors\r\n\r\nSymbol of purity and love\r\n\r\nIngredients:\r\nFresh Lily Flowers, natural fillers, and decorative wrapping paper.\r\n\r\nOther Information:\r\nHandpicked and freshly arranged by experts to ensure long-lasting freshness and premium quality.\r\n\r\nAdditional Info (5 Words):\r\nFresh | Fragrant | Elegant | Beautiful | Pure\r\n\r\nWould you like me to create the next one for Rose Flower Bouquets or Mixed Flower Bunch in this same format?', '2025-10-05-68e210e6e5ba3.png', 122, '[{\"id\":\"122\",\"position\":1}]', '[]', '[]', '[]', '[]', 1599.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2025-10-05 12:02:06', '2025-10-05 12:02:06', 0, 0.00000000000000, 0, NULL, 10, 107, 5, '[{\"img\":\"2025-10-05-68e210e6e2dfe.png\",\"storage\":\"public\"}]', '[]', 'rose-bookey', 0, 0, 6, 1, 0),
(96, 'Mixed Flowers Bouquet', 'Beautifully arranged fresh Lily Flower Bouquets that add elegance and fragrance to every occasion — perfect for gifting or decorating your space.\r\n\r\nHow to Use:\r\nPlace in a clean vase with fresh water. Change the water daily and trim the stems slightly to keep flowers fresh longer.\r\n\r\nBenefits:\r\n\r\nSpreads positivity and freshness\r\n\r\nIdeal for celebrations & gifting\r\n\r\nAdds fragrance and beauty to interiors\r\n\r\nSymbol of purity and love\r\n\r\nIngredients:\r\nFresh Lily Flowers, natural fillers, and decorative wrapping paper.\r\n\r\nOther Information:\r\nHandpicked and freshly arranged by experts to ensure long-lasting freshness and premium quality.\r\n\r\nAdditional Info (5 Words):\r\nFresh | Fragrant | Elegant | Beautiful | Pure\r\n\r\nWould you like me to create the next one for Rose Flower Bouquets or Mixed Flower Bunch in this same format?\r\n\r\nC', '2025-10-05-68e2144288390.png', 122, '[{\"id\":\"122\",\"position\":1}]', '[]', '[]', '[]', '[]', 999.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2025-10-05 12:12:21', '2025-10-05 12:16:26', 0, 0.00000000000000, 0, NULL, 10, 109, 5, '[{\"img\":\"2025-10-05-68e21442874e1.png\",\"storage\":\"public\"}]', '[]', 'mixed-flowers-bouquet', 0, 0, 7, 1, 0),
(97, 'Anthurium Red Plant', 'A symbol of good luck, positivity, and prosperity — Lucky Bamboo is a beautiful indoor plant that enhances your home’s natural energy and décor.\r\n\r\nHow to Use:\r\nKeep in clean water or moist soil. Place in indirect sunlight. Change water every 7–10 days for healthy growth.\r\n\r\nBenefits:\r\n\r\nBrings good luck and positivity\r\n\r\nPurifies indoor air\r\n\r\nLow maintenance and long-lasting\r\n\r\nPerfect for home or office décor\r\n\r\nIngredients:\r\nNatural Lucky Bamboo plant with water gel or soil base (depending on variant).\r\n\r\nOther Information:\r\nComes in a decorative pot or glass vase. Ideal gift for housewarming, office desk, or festive occasions.\r\n\r\nAdditional Info (5 Words):\r\nLucky | Fresh | Green | Positive | Natural\r\n\r\nWould you like me to make the next one for Tulsi Plant or Money Plant in this same clean style?', '2025-10-05-68e21ca0b29dd.png', 118, '[{\"id\":\"118\",\"position\":1}]', '[]', '[]', '[]', '[]', 599.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2025-10-05 12:26:59', '2025-10-05 12:52:08', 0, 0.00000000000000, 0, NULL, 10, 104, 5, '[{\"img\":\"2025-10-05-68e21ca0b1328.png\",\"storage\":\"public\"}]', '[]', 'anthurium-red-plant', 0, 0, 7, 1, 0),
(98, 'Enduring Dried Florals', 'Elegant and long-lasting dried florals, perfect for home décor, gifting, and adding a natural touch of beauty that never fades.\r\n\r\nHow to Use:\r\nPlace in a vase or decorative jar. Keep away from direct sunlight and moisture to maintain color and texture.\r\n\r\nBenefits:\r\n\r\nLong-lasting natural beauty\r\n\r\nZero maintenance required\r\n\r\nEco-friendly home décor choice\r\n\r\nPerfect for crafts & gifting\r\n\r\nIngredients:\r\nNaturally dried flowers and leaves — 100% organic, no artificial scent or color.\r\n\r\nOther Information:\r\nHandcrafted and carefully preserved to retain their natural shape and charm. Suitable for home, office, or event décor.\r\n\r\nAdditional Info (5 Words):\r\nNatural | Elegant | Long-lasting | Eco-friendly | Beautiful\r\n\r\nWould you like me to make the next one for Rose Petals or Pooja Flower Basket in the same style?', '2025-10-05-68e217e1ae95a.png', 123, '[{\"id\":\"123\",\"position\":1}]', '[]', '[]', '[]', '[]', 399.00, 0.00, 'percent', 9.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2025-10-05 12:31:53', '2025-10-05 12:31:53', 0, 0.00000000000000, 0, NULL, 10, 107, 5, '[{\"img\":\"2025-10-05-68e217e1abd5c.png\",\"storage\":\"public\"}]', '[]', 'enduring-dried-florals', 0, 0, 7, 1, 0),
(99, 'Graceful Dry Flower Medley', 'Elegant and long-lasting dried florals, perfect for home décor, gifting, and adding a natural touch of beauty that never fades.\r\n\r\nHow to Use:\r\nPlace in a vase or decorative jar. Keep away from direct sunlight and moisture to maintain color and texture.\r\n\r\nBenefits:\r\n\r\nLong-lasting natural beauty\r\n\r\nZero maintenance required\r\n\r\nEco-friendly home décor choice\r\n\r\nPerfect for crafts & gifting\r\n\r\nIngredients:\r\nNaturally dried flowers and leaves — 100% organic, no artificial scent or color.\r\n\r\nOther Information:\r\nHandcrafted and carefully preserved to retain their natural shape and charm. Suitable for home, office, or event décor.\r\n\r\nAdditional Info (5 Words):\r\nNatural | Elegant | Long-lasting | Eco-friendly | Beautiful\r\n\r\nWould you like me to make the next one for Rose Petals or Pooja Flower Basket in the same style?\r\n\r\nChatGPT can m', '2025-10-05-68e218dd76846.png', 123, '[{\"id\":\"123\",\"position\":1}]', '[]', '[]', '[]', '[]', 799.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2025-10-05 12:36:05', '2025-10-05 12:36:05', 0, 0.00000000000000, 0, NULL, 10, 107, 5, '[{\"img\":\"2025-10-05-68e218dd6ddbc.png\",\"storage\":\"public\"}]', '[]', 'graceful-dry-flower-medley', 0, 0, 7, 1, 0),
(100, 'White Rain Lily Bulb', 'Elegant and long-lasting dried florals, perfect for home décor, gifting, and adding a natural touch of beauty that never fades.\r\n\r\nHow to Use:\r\nPlace in a vase or decorative jar. Keep away from direct sunlight and moisture to maintain color and texture.\r\n\r\nBenefits:\r\n\r\nLong-lasting natural beauty\r\n\r\nZero maintenance required\r\n\r\nEco-friendly home décor choice\r\n\r\nPerfect for crafts & gifting\r\n\r\nIngredients:\r\nNaturally dried flowers and leaves — 100% organic, no artificial scent or color.\r\n\r\nOther Information:\r\nHandcrafted and carefully preserved to retain their natural shape and charm. Suitable for home, office, or event décor.\r\n\r\nAdditional Info (5 Words):\r\nNatural | Elegant | Long-lasting | Eco-friendly | Beautiful\r\n\r\nWould you like me to make the next one for Rose Petals or Pooja Flower Basket in the same style', '2025-10-05-68e21b083841b.png', 118, '[{\"id\":\"118\",\"position\":1}]', '[]', '[]', '[]', '[]', 999.00, 0.00, 'percent', 9.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2025-10-05 12:45:20', '2025-10-05 12:45:20', 0, 0.00000000000000, 0, NULL, 10, 107, 5, '[{\"img\":\"2025-10-05-68e21b08375a3.png\",\"storage\":\"public\"}]', '[]', 'white-rain-lily-bulb', 0, 0, 8, 1, 0),
(101, 'Adenium', 'Elegant and long-lasting dried florals, perfect for home décor, gifting, and adding a natural touch of beauty that never fades.\r\n\r\nHow to Use:\r\nPlace in a vase or decorative jar. Keep away from direct sunlight and moisture to maintain color and texture.\r\n\r\nBenefits:\r\n\r\nLong-lasting natural beauty\r\n\r\nZero maintenance required\r\n\r\nEco-friendly home décor choice\r\n\r\nPerfect for crafts & gifting\r\n\r\nIngredients:\r\nNaturally dried flowers and leaves — 100% organic, no artificial scent or color.\r\n\r\nOther Information:\r\nHandcrafted and carefully preserved to retain their natural shape and charm. Suitable for home, office, or event décor.\r\n\r\nAdditional Info (5 Words):\r\nNatural | Elegant | Long-lasting | Eco-friendly | Beautiful\r\n\r\nWould you like me to make the next one for Rose Petals or Pooja Flower Basket in the same style?\r\n\r\nChatGPT can m', '2025-10-05-68e21c5c7c7ca.png', 118, '[{\"id\":\"118\",\"position\":1}]', '[]', '[]', '[]', '[]', 899.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2025-10-05 12:51:00', '2025-10-05 12:51:00', 0, 0.00000000000000, 0, NULL, 10, 106, 5, '[{\"img\":\"2025-10-05-68e21c5c793a8.png\",\"storage\":\"public\"}]', '[]', 'adenium', 0, 0, 7, 1, 0),
(102, 'Pink Adenium', 'Elegant and long-lasting dried florals, perfect for home décor, gifting, and adding a natural touch of beauty that never fades.\r\n\r\nHow to Use:\r\nPlace in a vase or decorative jar. Keep away from direct sunlight and moisture to maintain color and texture.\r\n\r\nBenefits:\r\n\r\nLong-lasting natural beauty\r\n\r\nZero maintenance required\r\n\r\nEco-friendly home décor choice\r\n\r\nPerfect for crafts & gifting\r\n\r\nIngredients:\r\nNaturally dried flowers and leaves — 100% organic, no artificial scent or color.\r\n\r\nOther Information:\r\nHandcrafted and carefully preserved to retain their natural shape and charm. Suitable for home, office, or event décor.\r\n\r\nAdditional Info (5 Words):\r\nNatural | Elegant | Long-lasting | Eco-friendly | Beautiful\r\n\r\nWould you like me to make the next one for Rose Petals or Pooja Flower Basket in the same styl', '2025-10-05-68e21dbf6ee8f.png', 118, '[{\"id\":\"118\",\"position\":1}]', '[]', '[]', '[]', '[]', 499.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2025-10-05 12:56:55', '2026-05-28 04:44:15', 0, 0.00000000000000, 0, NULL, 10, 107, 5, '[{\"img\":\"2025-10-05-68e21dbf6df3a.png\",\"storage\":\"public\"}]', '[]', 'pink-adenium', 0, 0, 7, 1, 0),
(103, 'Natures Elegance', 'Elegant and long-lasting dried florals, perfect for home décor, gifting, and adding a natural touch of beauty that never fades.\r\n\r\nHow to Use:\r\nPlace in a vase or decorative jar. Keep away from direct sunlight and moisture to maintain color and texture.\r\n\r\nBenefits:\r\n\r\nLong-lasting natural beauty\r\n\r\nZero maintenance required\r\n\r\nEco-friendly home décor choice\r\n\r\nPerfect for crafts & gifting\r\n\r\nIngredients:\r\nNaturally dried flowers and leaves — 100% organic, no artificial scent or color.\r\n\r\nOther Information:\r\nHandcrafted and carefully preserved to retain their natural shape and charm. Suitable for home, office, or event décor.\r\n\r\nAdditional Info (5 Words):\r\nNatural | Elegant | Long-lasting | Eco-friendly | Beautiful\r\n\r\nWould you like me to make the next one for Rose Petals or Pooja Flower Basket in the same style?\r\n\r\nChatGPT can m', '2025-10-05-68e21f2e7419f.png', 123, '[{\"id\":\"123\",\"position\":1}]', '[]', '[]', '[]', '[]', 899.00, 0.00, 'percent', 9.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2025-10-05 13:03:02', '2025-10-05 13:04:26', 0, 0.00000000000000, 0, NULL, 10, 107, 5, '[{\"img\":\"2025-10-05-68e21f2e7028f.png\",\"storage\":\"public\"}]', '[]', 'natures-elegance', 0, 0, 7, 1, 0),
(105, 'Rajnigandha', 'Beautifully arranged fresh Lily Flower Bouquets that add elegance and fragrance to every occasion — perfect for gifting or decorating your space.\r\n\r\nHow to Use:\r\nPlace in a clean vase with fresh water. Change the water daily and trim the stems slightly to keep flowers fresh longer.\r\n\r\nBenefits:\r\n\r\nSpreads positivity and freshness\r\n\r\nIdeal for celebrations & gifting\r\n\r\nAdds fragrance and beauty to interiors\r\n\r\nSymbol of purity and love\r\n\r\nIngredients:\r\nFresh Lily Flowers, natural fillers, and decorative wrapping paper.\r\n\r\nOther Information:\r\nHandpicked and freshly arranged by experts to ensure long-lasting freshness and premium quality.\r\n\r\nAdditional Info (5 Words):\r\nFresh | Fragrant | Elegant | Beautiful | Pure\r\n\r\nWould you like me to create the next one for Rose Flower Bouquets or Mixed Flower Bunch in this same format?', '2025-10-05-68e220aab9686.png', 119, '[{\"id\":\"119\",\"position\":1}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2025-10-05 13:09:22', '2025-10-05 13:09:22', 0, 0.00000000000000, 0, NULL, 10, 107, 5, '[{\"img\":\"2025-10-05-68e220aab7612.png\",\"storage\":\"public\"}]', '[]', 'rajnigandha', 0, 0, NULL, 1, 0);
INSERT INTO `items` (`id`, `name`, `description`, `image`, `category_id`, `category_ids`, `variations`, `add_ons`, `attributes`, `choice_options`, `price`, `tax`, `tax_type`, `discount`, `discount_type`, `available_time_starts`, `available_time_ends`, `veg`, `status`, `store_id`, `created_at`, `updated_at`, `order_count`, `avg_rating`, `rating_count`, `rating`, `module_id`, `stock`, `unit_id`, `images`, `food_variations`, `slug`, `recommended`, `organic`, `maximum_cart_quantity`, `is_approved`, `is_halal`) VALUES
(106, 'Mixed Marigold', 'Elegant and long-lasting dried florals, perfect for home décor, gifting, and adding a natural touch of beauty that never fades.\r\n\r\nHow to Use:\r\nPlace in a vase or decorative jar. Keep away from direct sunlight and moisture to maintain color and texture.\r\n\r\nBenefits:\r\n\r\nLong-lasting natural beauty\r\n\r\nZero maintenance required\r\n\r\nEco-friendly home décor choice\r\n\r\nPerfect for crafts & gifting\r\n\r\nIngredients:\r\nNaturally dried flowers and leaves — 100% organic, no artificial scent or color.\r\n\r\nOther Information:\r\nHandcrafted and carefully preserved to retain their natural shape and charm. Suitable for home, office, or event décor.\r\n\r\nAdditional Info (5 Words):\r\nNatural | Elegant | Long-lasting | Eco-friendly | Beautiful\r\n\r\nWould you like me to make the next one for Rose Petals or Pooja Flower Basket in the same styl', '2025-10-05-68e22101f33db.png', 119, '[{\"id\":\"119\",\"position\":1}]', '[]', '[]', '[]', '[]', 399.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2025-10-05 13:10:49', '2025-10-05 13:10:49', 0, 0.00000000000000, 0, NULL, 10, 107, 5, '[{\"img\":\"2025-10-05-68e22101f2249.png\",\"storage\":\"public\"}]', '[]', 'mixed-marigold', 0, 0, 7, 1, 0),
(107, 'Rose', 'Elegant and long-lasting dried florals, perfect for home décor, gifting, and adding a natural touch of beauty that never fades.\r\n\r\nHow to Use:\r\nPlace in a vase or decorative jar. Keep away from direct sunlight and moisture to maintain color and texture.\r\n\r\nBenefits:\r\n\r\nLong-lasting natural beauty\r\n\r\nZero maintenance required\r\n\r\nEco-friendly home décor choice\r\n\r\nPerfect for crafts & gifting\r\n\r\nIngredients:\r\nNaturally dried flowers and leaves — 100% organic, no artificial scent or color.\r\n\r\nOther Information:\r\nHandcrafted and carefully preserved to retain their natural shape and charm. Suitable for home, office, or event décor.\r\n\r\nAdditional Info (5 Words):\r\nNatural | Elegant | Long-lasting | Eco-friendly | Beautiful\r\n\r\nWould you like me to make the next one for Rose Petals or Pooja Flower Basket in the same style?', '2025-10-05-68e221b15f28d.png', 119, '[{\"id\":\"119\",\"position\":1}]', '[]', '[]', '[]', '[]', 199.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2025-10-05 13:13:45', '2025-10-05 13:13:45', 0, 0.00000000000000, 0, NULL, 10, 106, 5, '[{\"img\":\"2025-10-05-68e221b15b9a5.png\",\"storage\":\"public\"}]', '[]', 'rose', 0, 0, NULL, 1, 0),
(108, 'Silk Saree', 'A timeless and elegant traditional Indian attire that beautifully blends grace and culture. Perfect for festive occasions, weddings, and daily wear.\r\n\r\nHow to Use:\r\nDrape neatly around the waist and over the shoulder. Pair with a matching blouse and accessories for a complete traditional look.\r\n\r\nBenefits:\r\n\r\nEnhances traditional and elegant style\r\n\r\nSuitable for all occasions\r\n\r\nComfortable and breathable fabric\r\n\r\nSymbol of Indian heritage and grace\r\n\r\nIngredients:\r\nPremium quality fabric — cotton, silk, georgette, or chiffon (as per variant).\r\n\r\nOther Information:\r\nAvailable in multiple colors and designs. Lightweight, easy to drape, and crafted for comfort and elegance.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Traditional | Stylish | Comfortable | Graceful\r\n\r\nWould you like me to prepare the next one for Kurti, Lehenga, or Dupatta in this same appealing forma', '2025-10-06-68e397c748e7b.png', 132, '[{\"id\":\"132\",\"position\":1}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2025-10-06 15:49:51', '2026-04-12 14:37:00', 0, 0.00000000000000, 0, NULL, 4, 104, 5, '[{\"img\":\"2025-10-06-68e397c747f1f.png\",\"storage\":\"public\"}]', '[]', 'silk-saree', 0, 0, 6, 1, 0),
(109, 'Rayon Kurta with Pant and Dupatta', 'A timeless and elegant traditional Indian attire that beautifully blends grace and culture. Perfect for festive occasions, weddings, and daily wear.\r\n\r\nHow to Use:\r\nDrape neatly around the waist and over the shoulder. Pair with a matching blouse and accessories for a complete traditional look.\r\n\r\nBenefits:\r\n\r\nEnhances traditional and elegant style\r\n\r\nSuitable for all occasions\r\n\r\nComfortable and breathable fabric\r\n\r\nSymbol of Indian heritage and grace\r\n\r\nIngredients:\r\nPremium quality fabric — cotton, silk, georgette, or chiffon (as per variant).\r\n\r\nOther Information:\r\nAvailable in multiple colors and designs. Lightweight, easy to drape, and crafted for comfort and elegance.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Traditional | Stylish | Comfortable | Graceful\r\n\r\nWould you like me to prepare the next one for Kurti, Lehenga, or Dupatta in this same appealing format?', '2025-10-08-68e61016a32df.png', 132, '[{\"id\":\"132\",\"position\":1}]', '[]', '[]', '[]', '[]', 1599.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2025-10-06 15:51:33', '2025-10-08 12:47:42', 0, 0.00000000000000, 0, NULL, 4, 108, 5, '[{\"img\":\"2025-10-08-68e610169fa4f.png\",\"storage\":\"public\"}]', '[]', 'rayon-kurta-with-pant-and-dupatta', 0, 0, 9, 1, 0),
(110, 'Tshirt', 'Soft, stylish, and comfortable — this T-shirt is designed for everyday wear. Perfect for casual outings, workouts, or relaxed home days.\r\n\r\nHow to Use:\r\nPair with jeans, shorts, or joggers. Machine wash with similar colors and dry in shade for long-lasting freshness.\r\n\r\nBenefits:\r\n\r\nSoft and breathable fabric\r\n\r\nPerfect for daily comfort\r\n\r\nEasy to wash and maintain\r\n\r\nTrendy and versatile style\r\n\r\nIngredients:\r\n100% Cotton / Cotton Blend (as per variant). No harmful dyes or chemicals used.\r\n\r\nOther Information:\r\nAvailable in multiple sizes and colors. Designed for a perfect fit and all-day comfort.\r\n\r\nAdditional Info (5 Words):\r\nComfortable | Stylish | Soft | Breathable | Durable', '2025-10-07-68e4d0f1d6ce3.png', 134, '[{\"id\":\"134\",\"position\":1}]', '[]', '[]', '[]', '[]', 999.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2025-10-07 14:06:01', '2025-10-07 14:06:01', 0, 0.00000000000000, 0, NULL, 4, 108, 5, '[{\"img\":\"2025-10-07-68e4d0f1d42ab.png\",\"storage\":\"public\"}]', '[]', 'tshirt', 0, 0, 8, 1, 0),
(111, 'Plain Classic Fit T-Shirt', 'Soft, stylish, and comfortable — this T-shirt is designed for everyday wear. Perfect for casual outings, workouts, or relaxed home days.\r\n\r\nHow to Use:\r\nPair with jeans, shorts, or joggers. Machine wash with similar colors and dry in shade for long-lasting freshness.\r\n\r\nBenefits:\r\n\r\nSoft and breathable fabric\r\n\r\nPerfect for daily comfort\r\n\r\nEasy to wash and maintain\r\n\r\nTrendy and versatile style\r\n\r\nIngredients:\r\n100% Cotton / Cotton Blend (as per variant). No harmful dyes or chemicals used.\r\n\r\nOther Information:\r\nAvailable in multiple sizes and colors. Designed for a perfect fit and all-day comfort.\r\n\r\nAdditional Info (5 Words):\r\nComfortable | Stylish | Soft | Breathable | Durable', '2025-10-07-68e4d38589f55.png', 134, '[{\"id\":\"134\",\"position\":1}]', '[]', '[]', '[]', '[]', 2999.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2025-10-07 14:17:01', '2025-10-07 14:17:01', 0, 0.00000000000000, 0, NULL, 4, 109, 5, '[{\"img\":\"2025-10-07-68e4d3858752b.png\",\"storage\":\"public\"}]', '[]', 'plain-classic-fit-t-shirt', 0, 0, 8, 1, 0),
(112, 'White tshirt', 'Soft, stylish, and comfortable — this T-shirt is designed for everyday wear. Perfect for casual outings, workouts, or relaxed home days.\r\n\r\nHow to Use:\r\nPair with jeans, shorts, or joggers. Machine wash with similar colors and dry in shade for long-lasting freshness.\r\n\r\nBenefits:\r\n\r\nSoft and breathable fabric\r\n\r\nPerfect for daily comfort\r\n\r\nEasy to wash and maintain\r\n\r\nTrendy and versatile style\r\n\r\nIngredients:\r\n100% Cotton / Cotton Blend (as per variant). No harmful dyes or chemicals used.\r\n\r\nOther Information:\r\nAvailable in multiple sizes and colors. Designed for a perfect fit and all-day comfort.\r\n\r\nAdditional Info (5 Words):\r\nComfortable | Stylish | Soft | Breathable | Durable', '2025-10-07-68e4d4bf8ff75.png', 134, '[{\"id\":\"134\",\"position\":1}]', '[]', '[]', '[]', '[]', 599.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2025-10-07 14:18:17', '2025-10-07 14:22:15', 0, 0.00000000000000, 0, NULL, 4, 105, 5, '[{\"img\":\"2025-10-07-68e4d4bf8f23b.png\",\"storage\":\"public\"}]', '[]', 'white-tshirt', 0, 0, 9, 1, 0),
(113, 'tshirt', 'Soft, stylish, and comfortable — this T-shirt is designed for everyday wear. Perfect for casual outings, workouts, or relaxed home days.\r\n\r\nHow to Use:\r\nPair with jeans, shorts, or joggers. Machine wash with similar colors and dry in shade for long-lasting freshness.\r\n\r\nBenefits:\r\n\r\nSoft and breathable fabric\r\n\r\nPerfect for daily comfort\r\n\r\nEasy to wash and maintain\r\n\r\nTrendy and versatile style\r\n\r\nIngredients:\r\n100% Cotton / Cotton Blend (as per variant). No harmful dyes or chemicals used.\r\n\r\nOther Information:\r\nAvailable in multiple sizes and colors. Designed for a perfect fit and all-day comfort.\r\n\r\nAdditional Info (5 Words):\r\nComfortable | Stylish | Soft | Breathable | Durable', '2025-10-07-68e4d6e2940a7.png', 134, '[{\"id\":\"134\",\"position\":1}]', '[]', '[]', '[]', '[]', 999.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2025-10-07 14:31:22', '2025-10-07 14:31:22', 0, 0.00000000000000, 0, NULL, 4, 103, 5, '[{\"img\":\"2025-10-07-68e4d6e290666.png\",\"storage\":\"public\"}]', '[]', 'tshirt-2', 0, 0, 4, 1, 0),
(114, 'Shoes', 'Trendy, durable, and comfortable shoes designed for daily wear, sports, or casual outings. Made to provide the perfect balance of style and comfort.\r\n\r\nHow to Use:\r\nWear with socks for better comfort. Clean with a soft brush or damp cloth. Keep in a dry place when not in use.\r\n\r\nBenefits:\r\n\r\nProvides all-day comfort\r\n\r\nStylish and versatile design\r\n\r\nLightweight and durable\r\n\r\nEnhances performance and support\r\n\r\nIngredients:\r\nHigh-quality synthetic / mesh / leather material (depending on variant), cushioned sole, and breathable lining.\r\n\r\nOther Information:\r\nAvailable in multiple sizes and colors. Ideal for walking, running, gym, or everyday use.\r\n\r\nAdditional Info (5 Words):\r\nComfortable | Durable | Stylish | Lightweight | Trendy', '2025-10-07-68e4d9f6cbd16.png', 138, '[{\"id\":\"138\",\"position\":1}]', '[]', '[]', '[]', '[]', 3999.00, 0.00, 'percent', 7.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2025-10-07 14:34:51', '2025-10-07 14:44:30', 0, 0.00000000000000, 0, NULL, 4, 102, 5, '[{\"img\":\"2025-10-07-68e4d9f6cb051.png\",\"storage\":\"public\"}]', '[]', 'kurta', 0, 0, 4, 1, 0),
(115, 'Shoes', 'Trendy, durable, and comfortable shoes designed for daily wear, sports, or casual outings. Made to provide the perfect balance of style and comfort.\r\n\r\nHow to Use:\r\nWear with socks for better comfort. Clean with a soft brush or damp cloth. Keep in a dry place when not in use.\r\n\r\nBenefits:\r\n\r\nProvides all-day comfort\r\n\r\nStylish and versatile design\r\n\r\nLightweight and durable\r\n\r\nEnhances performance and support\r\n\r\nIngredients:\r\nHigh-quality synthetic / mesh / leather material (depending on variant), cushioned sole, and breathable lining.\r\n\r\nOther Information:\r\nAvailable in multiple sizes and colors. Ideal for walking, running, gym, or everyday use.\r\n\r\nAdditional Info (5 Words):\r\nComfortable | Durable | Stylish | Lightweight | Trendy', '2025-10-07-68e4da99bda9c.png', 138, '[{\"id\":\"138\",\"position\":1}]', '[]', '[]', '[]', '[]', 4999.00, 0.00, 'percent', 50.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2025-10-07 14:47:13', '2025-10-07 14:47:13', 0, 0.00000000000000, 0, NULL, 4, 109, 5, '[{\"img\":\"2025-10-07-68e4da99bcaf7.png\",\"storage\":\"public\"}]', '[]', 'shoes', 0, 0, 8, 1, 0),
(116, 'Walking Shoes', 'Trendy, durable, and comfortable shoes designed for daily wear, sports, or casual outings. Made to provide the perfect balance of style and comfort.\r\n\r\nHow to Use:\r\nWear with socks for better comfort. Clean with a soft brush or damp cloth. Keep in a dry place when not in use.\r\n\r\nBenefits:\r\n\r\nProvides all-day comfort\r\n\r\nStylish and versatile design\r\n\r\nLightweight and durable\r\n\r\nEnhances performance and support\r\n\r\nIngredients:\r\nHigh-quality synthetic / mesh / leather material (depending on variant), cushioned sole, and breathable lining.\r\n\r\nOther Information:\r\nAvailable in multiple sizes and colors. Ideal for walking, running, gym, or everyday use.\r\n\r\nAdditional Info (5 Words):\r\nComfortable | Durable | Stylish | Lightweight | Trendy', '2025-10-08-68e5ed8bb8df5.png', 138, '[{\"id\":\"138\",\"position\":1}]', '[]', '[]', '[]', '[]', 1299.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2025-10-07 14:49:44', '2025-10-08 10:20:19', 0, 0.00000000000000, 0, NULL, 4, 106, 5, '[{\"img\":\"2025-10-08-68e5ed8bb8170.png\",\"storage\":\"public\"}]', '[]', 'walking-shoes', 0, 0, NULL, 1, 0),
(117, 'Women Casual Sneaker', 'Trendy, durable, and comfortable shoes designed for daily wear, sports, or casual outings. Made to provide the perfect balance of style and comfort.\r\n\r\nHow to Use:\r\nWear with socks for better comfort. Clean with a soft brush or damp cloth. Keep in a dry place when not in use.\r\n\r\nBenefits:\r\n\r\nProvides all-day comfort\r\n\r\nStylish and versatile design\r\n\r\nLightweight and durable\r\n\r\nEnhances performance and support\r\n\r\nIngredients:\r\nHigh-quality synthetic / mesh / leather material (depending on variant), cushioned sole, and breathable lining.\r\n\r\nOther Information:\r\nAvailable in multiple sizes and colors. Ideal for walking, running, gym, or everyday use.\r\n\r\nAdditional Info (5 Words):\r\nComfortable | Durable | Stylish | Lightweight | Trendy', '2025-10-07-68e4dcef5f8bd.png', 138, '[{\"id\":\"138\",\"position\":1}]', '[]', '[]', '[]', '[]', 1500.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2025-10-07 14:52:50', '2025-10-07 14:57:11', 0, 0.00000000000000, 0, NULL, 4, 107, 5, '[{\"img\":\"2025-10-07-68e4dcef5e553.png\",\"storage\":\"public\"}]', '[]', 'women-casual-sneaker', 0, 0, 6, 1, 0),
(118, 'Sports Shoes for Women', 'Trendy, durable, and comfortable shoes designed for daily wear, sports, or casual outings. Made to provide the perfect balance of style and comfort.\r\n\r\nHow to Use:\r\nWear with socks for better comfort. Clean with a soft brush or damp cloth. Keep in a dry place when not in use.\r\n\r\nBenefits:\r\n\r\nProvides all-day comfort\r\n\r\nStylish and versatile design\r\n\r\nLightweight and durable\r\n\r\nEnhances performance and support\r\n\r\nIngredients:\r\nHigh-quality synthetic / mesh / leather material (depending on variant), cushioned sole, and breathable lining.\r\n\r\nOther Information:\r\nAvailable in multiple sizes and colors. Ideal for walking, running, gym, or everyday use.\r\n\r\nAdditional Info (5 Words):\r\nComfortable | Durable | Stylish | Lightweight | Trendy', '2025-10-07-68e4dc69a5a73.png', 138, '[{\"id\":\"138\",\"position\":1}]', '[]', '[]', '[]', '[]', 1799.00, 0.00, 'percent', 8.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2025-10-07 14:54:57', '2025-10-07 14:54:57', 0, 0.00000000000000, 0, NULL, 4, 105, 5, '[{\"img\":\"2025-10-07-68e4dc69a4957.png\",\"storage\":\"public\"}]', '[]', 'sports-shoes-for-women', 0, 0, 6, 1, 0),
(119, 'Lino PerrosTote Bag', 'Stylish and functional hand bag designed to complement any outfit. Perfect for daily use, travel, office, or special occasions.\r\n\r\nHow to Use:\r\nCarry by hand or over the shoulder. Keep accessories, essentials, and makeup organized inside multiple compartments.\r\n\r\nBenefits:\r\n\r\nStylish and elegant design\r\n\r\nSpacious and easy to carry\r\n\r\nDurable material with smooth finish\r\n\r\nPerfect for casual or formal looks\r\n\r\nIngredients:\r\nPremium quality leather / PU / fabric material (depending on variant) with strong zippers and handles.\r\n\r\nOther Information:\r\nAvailable in various colors and styles. Lightweight, durable, and crafted for both fashion and function.\r\n\r\nAdditional Info (5 Words):\r\nStylish | Durable | Spacious | Elegant | Trendy', '2025-10-08-68e5deb0a2297.png', 135, '[{\"id\":\"135\",\"position\":1}]', '[]', '[]', '[]', '[]', 5999.00, 0.00, 'percent', 50.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2025-10-08 09:16:56', '2025-10-08 09:16:56', 0, 0.00000000000000, 0, NULL, 4, 108, 5, '[{\"img\":\"2025-10-08-68e5deb09ebd0.png\",\"storage\":\"public\"}]', '[]', 'lino-perrostote-bag', 0, 0, 8, 1, 0),
(120, 'Miraggio', 'Stylish and functional hand bag designed to complement any outfit. Perfect for daily use, travel, office, or special occasions.\r\n\r\nHow to Use:\r\nCarry by hand or over the shoulder. Keep accessories, essentials, and makeup organized inside multiple compartments.\r\n\r\nBenefits:\r\n\r\nStylish and elegant design\r\n\r\nSpacious and easy to carry\r\n\r\nDurable material with smooth finish\r\n\r\nPerfect for casual or formal looks\r\n\r\nIngredients:\r\nPremium quality leather / PU / fabric material (depending on variant) with strong zippers and handles.\r\n\r\nOther Information:\r\nAvailable in various colors and styles. Lightweight, durable, and crafted for both fashion and function.\r\n\r\nAdditional Info (5 Words):\r\nStylish | Durable | Spacious | Elegant | Trendy', '2025-10-08-68e5df350d820.png', 135, '[{\"id\":\"135\",\"position\":1}]', '[]', '[]', '[]', '[]', 6599.00, 0.00, 'percent', 40.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2025-10-08 09:19:09', '2025-10-08 09:19:09', 0, 0.00000000000000, 0, NULL, 4, 105, 5, '[{\"img\":\"2025-10-08-68e5df350c831.png\",\"storage\":\"public\"}]', '[]', 'miraggio', 0, 0, 7, 1, 0),
(121, 'INOVERA', 'Stylish and functional hand bag designed to complement any outfit. Perfect for daily use, travel, office, or special occasions.\r\n\r\nHow to Use:\r\nCarry by hand or over the shoulder. Keep accessories, essentials, and makeup organized inside multiple compartments.\r\n\r\nBenefits:\r\n\r\nStylish and elegant design\r\n\r\nSpacious and easy to carry\r\n\r\nDurable material with smooth finish\r\n\r\nPerfect for casual or formal looks\r\n\r\nIngredients:\r\nPremium quality leather / PU / fabric material (depending on variant) with strong zippers and handles.\r\n\r\nOther Information:\r\nAvailable in various colors and styles. Lightweight, durable, and crafted for both fashion and function.\r\n\r\nAdditional Info (5 Words):\r\nStylish | Durable | Spacious | Elegant | Trendy', '2025-10-08-68e5e01f55d79.png', 135, '[{\"id\":\"135\",\"position\":1}]', '[]', '[]', '[]', '[]', 3499.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2025-10-08 09:23:03', '2025-10-08 09:23:03', 0, 0.00000000000000, 0, NULL, 4, 107, 5, '[{\"img\":\"2025-10-08-68e5e01f54e1f.png\",\"storage\":\"public\"}]', '[]', 'inovera', 0, 0, 7, 1, 0),
(122, 'Women Evening Hand', 'Stylish and functional hand bag designed to complement any outfit. Perfect for daily use, travel, office, or special occasions.\r\n\r\nHow to Use:\r\nCarry by hand or over the shoulder. Keep accessories, essentials, and makeup organized inside multiple compartments.\r\n\r\nBenefits:\r\n\r\nStylish and elegant design\r\n\r\nSpacious and easy to carry\r\n\r\nDurable material with smooth finish\r\n\r\nPerfect for casual or formal looks\r\n\r\nIngredients:\r\nPremium quality leather / PU / fabric material (depending on variant) with strong zippers and handles.\r\n\r\nOther Information:\r\nAvailable in various colors and styles. Lightweight, durable, and crafted for both fashion and function.\r\n\r\nAdditional Info (5 Words):\r\nStylish | Durable | Spacious | Elegant | TrendyStylish and functional hand bag designed to complement any outfit. Perfect for daily use, travel, office, or special occasions.\r\n\r\nHow to Use:\r\nCarry by hand or over the shoulder. Keep accessories, essentials, and makeup organized inside multiple compartments.\r\n\r\nBenefits:\r\n\r\nStylish and elegant design\r\n\r\nSpacious and easy to carry\r\n\r\nDurable material with smooth finish\r\n\r\nPerfect for casual or formal looks\r\n\r\nIngredients:\r\nPremium quality leather / PU / fabric material (depending on variant) with strong zippers and handles.\r\n\r\nOther Information:\r\nAvailable in various colors and styles. Lightweight, durable, and crafted for both fashion and function.\r\n\r\nAdditional Info (5 Words):\r\nStylish | Durable | Spacious | Elegant | Trendy', '2025-10-08-68e5e08497b25.png', 135, '[{\"id\":\"135\",\"position\":1}]', '[]', '[]', '[]', '[]', 2999.00, 0.00, 'percent', 70.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2025-10-08 09:24:44', '2025-10-08 09:24:44', 0, 0.00000000000000, 0, NULL, 4, 108, 5, '[{\"img\":\"2025-10-08-68e5e08496a26.png\",\"storage\":\"public\"}]', '[]', 'women-evening-hand', 0, 0, NULL, 1, 0),
(123, 'Estele Designer Earings', 'Beautifully crafted Estele Designer Earrings that add a touch of luxury and elegance to any outfit. Perfect for parties, weddings, and festive occasions.\r\n\r\nHow to Use:\r\nWear with traditional or western outfits. Keep away from water, perfume, and direct sunlight to maintain shine and quality.\r\n\r\nBenefits:\r\n\r\nEnhances your style and elegance\r\n\r\nLightweight and comfortable to wear\r\n\r\nPerfect for all occasions\r\n\r\nAdds sparkle to your look\r\n\r\nIngredients:\r\nHigh-quality alloy metal with gold / silver plating, premium stones, and anti-allergic coating.\r\n\r\nOther Information:\r\nDesigned with precision and craftsmanship. Packed in a premium box — ideal for gifting or personal use.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Stylish | Premium | Lightweight | Sparkling', '2025-10-08-68e5e1c910ea4.png', 140, '[{\"id\":\"140\",\"position\":1}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2025-10-08 09:30:09', '2025-10-08 09:30:09', 0, 0.00000000000000, 0, NULL, 4, 107, 5, '[{\"img\":\"2025-10-08-68e5e1c90f0b2.png\",\"storage\":\"public\"}]', '[]', 'estele-designer-earings', 0, 0, 8, 1, 0),
(124, 'Traditional Necklace Jewellery', 'Beautifully crafted Estele Designer Earrings that add a touch of luxury and elegance to any outfit. Perfect for parties, weddings, and festive occasions.\r\n\r\nHow to Use:\r\nWear with traditional or western outfits. Keep away from water, perfume, and direct sunlight to maintain shine and quality.\r\n\r\nBenefits:\r\n\r\nEnhances your style and elegance\r\n\r\nLightweight and comfortable to wear\r\n\r\nPerfect for all occasions\r\n\r\nAdds sparkle to your look\r\n\r\nIngredients:\r\nHigh-quality alloy metal with gold / silver plating, premium stones, and anti-allergic coating.\r\n\r\nOther Information:\r\nDesigned with precision and craftsmanship. Packed in a premium box — ideal for gifting or personal use.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Stylish | Premium | Lightweight | Sparkling', '2025-10-08-68e5e38c42251.png', 140, '[{\"id\":\"140\",\"position\":1}]', '[]', '[]', '[]', '[]', 899.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2025-10-08 09:37:40', '2025-10-08 09:37:40', 0, 0.00000000000000, 0, NULL, 4, 108, 5, '[{\"img\":\"2025-10-08-68e5e38c4063a.png\",\"storage\":\"public\"}]', '[]', 'traditional-necklace-jewellery', 0, 0, 7, 1, 0),
(125, 'Finger Ring', 'Beautifully crafted Estele Designer Earrings that add a touch of luxury and elegance to any outfit. Perfect for parties, weddings, and festive occasions.\r\n\r\nHow to Use:\r\nWear with traditional or western outfits. Keep away from water, perfume, and direct sunlight to maintain shine and quality.\r\n\r\nBenefits:\r\n\r\nEnhances your style and elegance\r\n\r\nLightweight and comfortable to wear\r\n\r\nPerfect for all occasions\r\n\r\nAdds sparkle to your look\r\n\r\nIngredients:\r\nHigh-quality alloy metal with gold / silver plating, premium stones, and anti-allergic coating.\r\n\r\nOther Information:\r\nDesigned with precision and craftsmanship. Packed in a premium box — ideal for gifting or personal use.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Stylish | Premium | Lightweight | Sparkling', '2025-10-08-68e5e46faa09d.png', 140, '[{\"id\":\"140\",\"position\":1}]', '[]', '[]', '[]', '[]', 599.00, 0.00, 'percent', 7.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2025-10-08 09:41:27', '2025-10-08 09:41:27', 0, 0.00000000000000, 0, NULL, 4, 109, 5, '[{\"img\":\"2025-10-08-68e5e46fa91c8.png\",\"storage\":\"public\"}]', '[]', 'finger-ring', 0, 0, 6, 1, 0),
(126, 'ZENEME', 'Beautifully crafted Estele Designer Earrings that add a touch of luxury and elegance to any outfit. Perfect for parties, weddings, and festive occasions.\r\n\r\nHow to Use:\r\nWear with traditional or western outfits. Keep away from water, perfume, and direct sunlight to maintain shine and quality.\r\n\r\nBenefits:\r\n\r\nEnhances your style and elegance\r\n\r\nLightweight and comfortable to wear\r\n\r\nPerfect for all occasions\r\n\r\nAdds sparkle to your look\r\n\r\nIngredients:\r\nHigh-quality alloy metal with gold / silver plating, premium stones, and anti-allergic coating.\r\n\r\nOther Information:\r\nDesigned with precision and craftsmanship. Packed in a premium box — ideal for gifting or personal use.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Stylish | Premium | Lightweight | Sparkling', '2025-10-08-68e5e618cd8a7.png', 140, '[{\"id\":\"140\",\"position\":1}]', '[]', '[]', '[]', '[]', 649.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2025-10-08 09:44:06', '2025-10-08 09:48:32', 0, 0.00000000000000, 0, NULL, 4, 103, 5, '[{\"img\":\"2025-10-08-68e5e618cc631.png\",\"storage\":\"public\"}]', '[]', 'beads-ethnic-bracelet', 0, 0, 3, 1, 0),
(127, 'Beads Ethnic Bracelet', 'Beautifully crafted Estele Designer Earrings that add a touch of luxury and elegance to any outfit. Perfect for parties, weddings, and festive occasions.\r\n\r\nHow to Use:\r\nWear with traditional or western outfits. Keep away from water, perfume, and direct sunlight to maintain shine and quality.\r\n\r\nBenefits:\r\n\r\nEnhances your style and elegance\r\n\r\nLightweight and comfortable to wear\r\n\r\nPerfect for all occasions\r\n\r\nAdds sparkle to your look\r\n\r\nIngredients:\r\nHigh-quality alloy metal with gold / silver plating, premium stones, and anti-allergic coating.\r\n\r\nOther Information:\r\nDesigned with precision and craftsmanship. Packed in a premium box — ideal for gifting or personal use.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Stylish | Premium | Lightweight | Sparkling', '2025-10-08-68e5e5a0cec49.png', 140, '[{\"id\":\"140\",\"position\":1}]', '[]', '[]', '[]', '[]', 500.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2025-10-08 09:46:32', '2025-10-08 12:36:00', 0, 0.00000000000000, 0, NULL, 4, 140, 5, '[{\"img\":\"2025-10-08-68e5e5a0cd7f1.png\",\"storage\":\"public\"}]', '[]', 'beads-ethnic-bracelet-2', 0, 0, NULL, 1, 0),
(128, 'Rhodium-Plated', 'Beautifully crafted Estele Designer Earrings that add a touch of luxury and elegance to any outfit. Perfect for parties, weddings, and festive occasions.\r\n\r\nHow to Use:\r\nWear with traditional or western outfits. Keep away from water, perfume, and direct sunlight to maintain shine and quality.\r\n\r\nBenefits:\r\n\r\nEnhances your style and elegance\r\n\r\nLightweight and comfortable to wear\r\n\r\nPerfect for all occasions\r\n\r\nAdds sparkle to your look\r\n\r\nIngredients:\r\nHigh-quality alloy metal with gold / silver plating, premium stones, and anti-allergic coating.\r\n\r\nOther Information:\r\nDesigned with precision and craftsmanship. Packed in a premium box — ideal for gifting or personal use.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Stylish | Premium | Lightweight | Sparkling', '2025-10-08-68e5e6f23f0a0.png', 140, '[{\"id\":\"140\",\"position\":1}]', '[]', '[]', '[]', '[]', 459.00, 0.00, 'percent', 6.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2025-10-08 09:52:10', '2025-10-08 12:35:38', 0, 0.00000000000000, 0, NULL, 4, 115, 5, '[{\"img\":\"2025-10-08-68e5e6f23e386.png\",\"storage\":\"public\"}]', '[]', 'rhodium-plated', 0, 0, 6, 1, 0),
(129, 'ADAMO Analog Rose Gold', 'A stylish and timeless watch designed to elevate your look. Perfect blend of elegance and functionality for daily wear or special occasions.\r\n\r\nHow to Use:\r\nAdjust the strap for a comfortable fit. Avoid direct contact with water, perfume, or chemicals to maintain shine and durability.\r\n\r\nBenefits:\r\n\r\nEnhances your everyday style\r\n\r\nDurable and long-lasting build\r\n\r\nAccurate timekeeping mechanism\r\n\r\nSuitable for formal and casual wear\r\n\r\nIngredients:\r\nHigh-quality stainless steel / leather strap (depending on variant) with quartz movement and scratch-resistant glass.\r\n\r\nOther Information:\r\nAvailable in various styles and colors. Comes in a premium box — ideal for personal use or gifting.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Durable | Stylish | Premium | Timeless', '2025-10-08-68e5e7dd9b313.png', 136, '[{\"id\":\"136\",\"position\":1}]', '[]', '[]', '[]', '[]', 759.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2025-10-08 09:56:05', '2025-10-08 12:35:48', 0, 0.00000000000000, 0, NULL, 4, 140, 5, '[{\"img\":\"2025-10-08-68e5e7dd9a5e2.png\",\"storage\":\"public\"}]', '[]', 'adamo-analog-rose-gold', 0, 0, NULL, 1, 0),
(130, 'Blue Watch', 'A stylish and timeless watch designed to elevate your look. Perfect blend of elegance and functionality for daily wear or special occasions.\r\n\r\nHow to Use:\r\nAdjust the strap for a comfortable fit. Avoid direct contact with water, perfume, or chemicals to maintain shine and durability.\r\n\r\nBenefits:\r\n\r\nEnhances your everyday style\r\n\r\nDurable and long-lasting build\r\n\r\nAccurate timekeeping mechanism\r\n\r\nSuitable for formal and casual wear\r\n\r\nIngredients:\r\nHigh-quality stainless steel / leather strap (depending on variant) with quartz movement and scratch-resistant glass.\r\n\r\nOther Information:\r\nAvailable in various styles and colors. Comes in a premium box — ideal for personal use or gifting.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Durable | Stylish | Premium | Timeless', '2025-10-08-68e5e985aa539.png', 136, '[{\"id\":\"136\",\"position\":1}]', '[]', '[]', '[]', '[]', 999.00, 0.00, 'percent', 7.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2025-10-08 10:03:09', '2025-10-08 12:35:28', 0, 0.00000000000000, 0, NULL, 4, 130, 5, '[{\"img\":\"2025-10-08-68e5e985a94c1.png\",\"storage\":\"public\"}]', '[]', 'blue-watch', 0, 0, NULL, 1, 0),
(131, 'LORENZ Watch', 'A stylish and timeless watch designed to elevate your look. Perfect blend of elegance and functionality for daily wear or special occasions.\r\n\r\nHow to Use:\r\nAdjust the strap for a comfortable fit. Avoid direct contact with water, perfume, or chemicals to maintain shine and durability.\r\n\r\nBenefits:\r\n\r\nEnhances your everyday style\r\n\r\nDurable and long-lasting build\r\n\r\nAccurate timekeeping mechanism\r\n\r\nSuitable for formal and casual wear\r\n\r\nIngredients:\r\nHigh-quality stainless steel / leather strap (depending on variant) with quartz movement and scratch-resistant glass.\r\n\r\nOther Information:\r\nAvailable in various styles and colors. Comes in a premium box — ideal for personal use or gifting.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Durable | Stylish | Premium | Timeless', '2025-10-08-68e5e9d743df4.png', 136, '[{\"id\":\"136\",\"position\":1}]', '[]', '[]', '[]', '[]', 599.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2025-10-08 10:04:31', '2025-10-08 12:35:13', 0, 0.00000000000000, 0, NULL, 4, 130, 5, '[{\"img\":\"2025-10-08-68e5e9d743008.png\",\"storage\":\"public\"}]', '[]', 'lorenz-watch', 0, 0, NULL, 1, 0),
(132, 'NIBOSI Watche', 'A stylish and timeless watch designed to elevate your look. Perfect blend of elegance and functionality for daily wear or special occasions.\r\n\r\nHow to Use:\r\nAdjust the strap for a comfortable fit. Avoid direct contact with water, perfume, or chemicals to maintain shine and durability.\r\n\r\nBenefits:\r\n\r\nEnhances your everyday style\r\n\r\nDurable and long-lasting build\r\n\r\nAccurate timekeeping mechanism\r\n\r\nSuitable for formal and casual wear\r\n\r\nIngredients:\r\nHigh-quality stainless steel / leather strap (depending on variant) with quartz movement and scratch-resistant glass.\r\n\r\nOther Information:\r\nAvailable in various styles and colors. Comes in a premium box — ideal for personal use or gifting.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Durable | Stylish | Premium | Timeless', '2025-10-08-68e5ea9472b91.png', 136, '[{\"id\":\"136\",\"position\":1}]', '[]', '[]', '[]', '[]', 899.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2025-10-08 10:07:40', '2025-10-08 12:34:47', 0, 0.00000000000000, 0, NULL, 4, 110, 5, '[{\"img\":\"2025-10-08-68e5ea9471ad1.png\",\"storage\":\"public\"}]', '[]', 'nibosi-watche', 0, 0, NULL, 1, 0),
(133, 'Men watch', 'A stylish and timeless watch designed to elevate your look. Perfect blend of elegance and functionality for daily wear or special occasions.\r\n\r\nHow to Use:\r\nAdjust the strap for a comfortable fit. Avoid direct contact with water, perfume, or chemicals to maintain shine and durability.\r\n\r\nBenefits:\r\n\r\nEnhances your everyday style\r\n\r\nDurable and long-lasting build\r\n\r\nAccurate timekeeping mechanism\r\n\r\nSuitable for formal and casual wear\r\n\r\nIngredients:\r\nHigh-quality stainless steel / leather strap (depending on variant) with quartz movement and scratch-resistant glass.\r\n\r\nOther Information:\r\nAvailable in various styles and colors. Comes in a premium box — ideal for personal use or gifting.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Durable | Stylish | Premium | Timeless', '2025-10-08-68e5eacc721e1.png', 136, '[{\"id\":\"136\",\"position\":1}]', '[]', '[]', '[]', '[]', 999.00, 0.00, 'percent', 8.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2025-10-08 10:08:36', '2025-10-08 12:34:38', 0, 0.00000000000000, 0, NULL, 4, 120, 5, '[{\"img\":\"2025-10-08-68e5eacc710e2.png\",\"storage\":\"public\"}]', '[]', 'men-watch', 0, 0, NULL, 1, 0),
(134, 'Luxury Dial', 'A stylish and timeless watch designed to elevate your look. Perfect blend of elegance and functionality for daily wear or special occasions.\r\n\r\nHow to Use:\r\nAdjust the strap for a comfortable fit. Avoid direct contact with water, perfume, or chemicals to maintain shine and durability.\r\n\r\nBenefits:\r\n\r\nEnhances your everyday style\r\n\r\nDurable and long-lasting build\r\n\r\nAccurate timekeeping mechanism\r\n\r\nSuitable for formal and casual wear\r\n\r\nIngredients:\r\nHigh-quality stainless steel / leather strap (depending on variant) with quartz movement and scratch-resistant glass.\r\n\r\nOther Information:\r\nAvailable in various styles and colors. Comes in a premium box — ideal for personal use or gifting.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Durable | Stylish | Premium | Timeless', '2025-10-08-68e5ec0bb95d2.png', 136, '[{\"id\":\"136\",\"position\":1}]', '[]', '[]', '[]', '[]', 2999.00, 0.00, 'percent', 50.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2025-10-08 10:11:27', '2025-10-08 12:34:31', 0, 0.00000000000000, 0, NULL, 4, 110, 2, '[{\"img\":\"2025-10-08-68e5ec0bb87c8.png\",\"storage\":\"public\"}]', '[]', 'luxury-dial', 0, 0, NULL, 1, 0),
(135, 'U.S. POLO ASSN.', 'Beautifully crafted Estele Designer Earrings that add a touch of luxury and elegance to any outfit. Perfect for parties, weddings, and festive occasions.\r\n\r\nHow to Use:\r\nWear with traditional or western outfits. Keep away from water, perfume, and direct sunlight to maintain shine and quality.\r\n\r\nBenefits:\r\n\r\nEnhances your style and elegance\r\n\r\nLightweight and comfortable to wear\r\n\r\nPerfect for all occasions\r\n\r\nAdds sparkle to your look\r\n\r\nIngredients:\r\nHigh-quality alloy metal with gold / silver plating, premium stones, and anti-allergic coating.\r\n\r\nOther Information:\r\nDesigned with precision and craftsmanship. Packed in a premium box — ideal for gifting or personal use.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Stylish | Premium | Lightweight | Sparkling', '2025-10-08-68e5ee9617833.png', 138, '[{\"id\":\"138\",\"position\":1}]', '[]', '[]', '[]', '[]', 1599.00, 0.00, 'percent', 7.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2025-10-08 10:24:46', '2025-10-08 12:34:59', 0, 0.00000000000000, 0, NULL, 4, 110, 5, '[{\"img\":\"2025-10-08-68e5ee9612b29.png\",\"storage\":\"public\"}]', '[]', 'us-polo-assn', 0, 0, NULL, 1, 0),
(136, 'Puma Womens', 'A stylish and timeless watch designed to elevate your look. Perfect blend of elegance and functionality for daily wear or special occasions.\r\n\r\nHow to Use:\r\nAdjust the strap for a comfortable fit. Avoid direct contact with water, perfume, or chemicals to maintain shine and durability.\r\n\r\nBenefits:\r\n\r\nEnhances your everyday style\r\n\r\nDurable and long-lasting build\r\n\r\nAccurate timekeeping mechanism\r\n\r\nSuitable for formal and casual wear\r\n\r\nIngredients:\r\nHigh-quality stainless steel / leather strap (depending on variant) with quartz movement and scratch-resistant glass.\r\n\r\nOther Information:\r\nAvailable in various styles and colors. Comes in a premium box — ideal for personal use or gifting.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Durable | Stylish | Premium | Timeless', '2025-10-08-68e5efe201bf5.png', 138, '[{\"id\":\"138\",\"position\":1}]', '[]', '[]', '[]', '[]', 779.00, 0.00, 'percent', 9.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2025-10-08 10:30:18', '2026-04-12 14:23:01', 0, 0.00000000000000, 0, NULL, 4, 139, 2, '[{\"img\":\"2025-10-08-68e5efe1f385f.png\",\"storage\":\"public\"}]', '[]', 'puma-womens', 0, 0, NULL, 1, 0),
(137, 'Lacoste Men\'s Polo Shirt', 'Comfortable, stylish, and made for everyday wear — this T-shirt offers the perfect blend of softness, breathability, and casual fashion.\r\n\r\nHow to Use:\r\nPair with jeans, shorts, or joggers. Machine wash with similar colors and dry in shade for long-lasting comfort.\r\n\r\nBenefits:\r\n\r\nSoft and skin-friendly fabric\r\n\r\nBreathable and lightweight\r\n\r\nEasy to wash and maintain\r\n\r\nPerfect for casual or daily wear\r\n\r\nIngredients:\r\n100% Cotton / Cotton Blend (as per variant). No harmful dyes or chemicals used.\r\n\r\nOther Information:\r\nAvailable in multiple colors and sizes. Designed for all-day comfort and modern style.\r\n\r\nAdditional Info (5 Words):\r\nComfortable | Stylish | Soft | Breathable | Trendy', '2025-10-08-68e5f1d42edab.png', 134, '[{\"id\":\"134\",\"position\":1}]', '[]', '[]', '[]', '[]', 599.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2025-10-08 10:38:36', '2025-10-08 12:34:09', 0, 0.00000000000000, 0, NULL, 4, 120, 5, '[{\"img\":\"2025-10-08-68e5f1d42e0c7.png\",\"storage\":\"public\"}]', '[]', 'lacoste-mens-polo-shirt', 0, 0, NULL, 1, 0),
(138, 'Lacoste Men\'s Polos', 'Comfortable, stylish, and made for everyday wear — this T-shirt offers the perfect blend of softness, breathability, and casual fashion.\r\n\r\nHow to Use:\r\nPair with jeans, shorts, or joggers. Machine wash with similar colors and dry in shade for long-lasting comfort.\r\n\r\nBenefits:\r\n\r\nSoft and skin-friendly fabric\r\n\r\nBreathable and lightweight\r\n\r\nEasy to wash and maintain\r\n\r\nPerfect for casual or daily wear\r\n\r\nIngredients:\r\n100% Cotton / Cotton Blend (as per variant). No harmful dyes or chemicals used.\r\n\r\nOther Information:\r\nAvailable in multiple colors and sizes. Designed for all-day comfort and modern style.\r\n\r\nAdditional Info (5 Words):\r\nComfortable | Stylish | Soft | Breathable | Trendy', '2025-10-08-68e5f37f5efa3.png', 134, '[{\"id\":\"134\",\"position\":1}]', '[]', '[]', '[]', '[]', 799.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2025-10-08 10:45:43', '2025-10-08 19:08:29', 0, 0.00000000000000, 0, NULL, 4, 139, 2, '[{\"img\":\"2025-10-08-68e5f37f5dfc7.png\",\"storage\":\"public\"}]', '[]', 'lacoste-mens-polos', 0, 0, NULL, 1, 0),
(139, 'Cat eye Sunglasses', 'Trendy and protective sunglasses designed to enhance your style while shielding your eyes from harmful UV rays. Perfect for travel, driving, or outdoor fun.\r\n\r\nHow to Use:\r\nWear during outdoor activities. Clean gently with a soft microfiber cloth. Store in a case to prevent scratches.\r\n\r\nBenefits:\r\n\r\nProtects eyes from UV rays\r\n\r\nReduces glare and eye strain\r\n\r\nLightweight and comfortable fit\r\n\r\nAdds a stylish look to any outfit\r\n\r\nIngredients:\r\nHigh-quality plastic / metal frame with UV-protected, scratch-resistant lenses.\r\n\r\nOther Information:\r\nAvailable in multiple colors and designs. Suitable for men, women, and unisex styles.\r\n\r\nAdditional Info (5 Words):\r\nStylish | Protective | Lightweight | Durable | Trendy', '2025-10-08-68e5f4f6cba15.png', 141, '[{\"id\":\"141\",\"position\":1}]', '[]', '[]', '[]', '[]', 569.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2025-10-08 10:51:58', '2025-10-08 12:33:52', 0, 0.00000000000000, 0, NULL, 4, 120, 5, '[{\"img\":\"2025-10-08-68e5f4f6ca984.png\",\"storage\":\"public\"}]', '[]', 'cat-eye-sunglasses', 0, 0, NULL, 1, 0),
(140, 'CREEK Square Unisex Sunglasses', 'Trendy and protective sunglasses designed to enhance your style while shielding your eyes from harmful UV rays. Perfect for travel, driving, or outdoor fun.\r\n\r\nHow to Use:\r\nWear during outdoor activities. Clean gently with a soft microfiber cloth. Store in a case to prevent scratches.\r\n\r\nBenefits:\r\n\r\nProtects eyes from UV rays\r\n\r\nReduces glare and eye strain\r\n\r\nLightweight and comfortable fit\r\n\r\nAdds a stylish look to any outfit\r\n\r\nIngredients:\r\nHigh-quality plastic / metal frame with UV-protected, scratch-resistant lenses.\r\n\r\nOther Information:\r\nAvailable in multiple colors and designs. Suitable for men, women, and unisex styles.\r\n\r\nAdditional Info (5 Words):\r\nStylish | Protective | Lightweight | Durable | Trendy', '2025-10-08-68e5f56cbe16b.png', 141, '[{\"id\":\"141\",\"position\":1}]', '[]', '[]', '[]', '[]', 999.00, 0.00, 'percent', 7.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2025-10-08 10:53:56', '2025-10-08 12:33:44', 0, 0.00000000000000, 0, NULL, 4, 120, 5, '[{\"img\":\"2025-10-08-68e5f56cbd24b.png\",\"storage\":\"public\"}]', '[]', 'creek-square-unisex-sunglasses', 0, 0, NULL, 1, 0),
(141, 'Sunglasses for Men', 'Trendy and protective sunglasses designed to enhance your style while shielding your eyes from harmful UV rays. Perfect for travel, driving, or outdoor fun.\r\n\r\nHow to Use:\r\nWear during outdoor activities. Clean gently with a soft microfiber cloth. Store in a case to prevent scratches.\r\n\r\nBenefits:\r\n\r\nProtects eyes from UV rays\r\n\r\nReduces glare and eye strain\r\n\r\nLightweight and comfortable fit\r\n\r\nAdds a stylish look to any outfit\r\n\r\nIngredients:\r\nHigh-quality plastic / metal frame with UV-protected, scratch-resistant lenses.\r\n\r\nOther Information:\r\nAvailable in multiple colors and designs. Suitable for men, women, and unisex styles.\r\n\r\nAdditional Info (5 Words):\r\nStylish | Protective | Lightweight | Durable | Trendy', '2025-10-08-68e5f6361415e.png', 141, '[{\"id\":\"141\",\"position\":1}]', '[]', '[]', '[]', '[]', 699.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2025-10-08 10:57:18', '2025-10-08 12:33:34', 0, 0.00000000000000, 0, NULL, 4, 130, 2, '[{\"img\":\"2025-10-08-68e5f636129a6.png\",\"storage\":\"public\"}]', '[]', 'sunglasses-for-men', 0, 0, NULL, 1, 0),
(142, 'Dervin UV Protected', 'Trendy and protective sunglasses designed to enhance your style while shielding your eyes from harmful UV rays. Perfect for travel, driving, or outdoor fun.\r\n\r\nHow to Use:\r\nWear during outdoor activities. Clean gently with a soft microfiber cloth. Store in a case to prevent scratches.\r\n\r\nBenefits:\r\n\r\nProtects eyes from UV rays\r\n\r\nReduces glare and eye strain\r\n\r\nLightweight and comfortable fit\r\n\r\nAdds a stylish look to any outfit\r\n\r\nIngredients:\r\nHigh-quality plastic / metal frame with UV-protected, scratch-resistant lenses.\r\n\r\nOther Information:\r\nAvailable in multiple colors and designs. Suitable for men, women, and unisex styles.\r\n\r\nAdditional Info (5 Words):\r\nStylish | Protective | Lightweight | Durable | Trendy', '2025-10-08-68e5f70c301f2.png', 141, '[{\"id\":\"141\",\"position\":1}]', '[]', '[]', '[]', '[]', 899.00, 0.00, 'percent', 7.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2025-10-08 11:00:52', '2025-10-08 12:33:18', 0, 0.00000000000000, 0, NULL, 4, 150, 5, '[{\"img\":\"2025-10-08-68e5f70c2f11e.png\",\"storage\":\"public\"}]', '[]', 'dervin-uv-protected', 0, 0, NULL, 1, 0),
(143, 'IRUS sunglasses|', 'Trendy and protective sunglasses designed to enhance your style while shielding your eyes from harmful UV rays. Perfect for travel, driving, or outdoor fun.\r\n\r\nHow to Use:\r\nWear during outdoor activities. Clean gently with a soft microfiber cloth. Store in a case to prevent scratches.\r\n\r\nBenefits:\r\n\r\nProtects eyes from UV rays\r\n\r\nReduces glare and eye strain\r\n\r\nLightweight and comfortable fit\r\n\r\nAdds a stylish look to any outfit\r\n\r\nIngredients:\r\nHigh-quality plastic / metal frame with UV-protected, scratch-resistant lenses.\r\n\r\nOther Information:\r\nAvailable in multiple colors and designs. Suitable for men, women, and unisex styles.\r\n\r\nAdditional Info (5 Words):\r\nStylish | Protective | Lightweight | Durable | Trendy', '2025-10-08-68e5f771ad1b3.png', 141, '[{\"id\":\"141\",\"position\":1}]', '[]', '[]', '[]', '[]', 999.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2025-10-08 11:02:33', '2025-10-08 12:33:09', 0, 0.00000000000000, 0, NULL, 4, 120, 5, '[{\"img\":\"2025-10-08-68e5f771abb93.png\",\"storage\":\"public\"}]', '[]', 'irus-sunglasses', 0, 0, NULL, 1, 0),
(144, 'Dervin UV Protected', 'Trendy and protective sunglasses designed to enhance your style while shielding your eyes from harmful UV rays. Perfect for travel, driving, or outdoor fun.\r\n\r\nHow to Use:\r\nWear during outdoor activities. Clean gently with a soft microfiber cloth. Store in a case to prevent scratches.\r\n\r\nBenefits:\r\n\r\nProtects eyes from UV rays\r\n\r\nReduces glare and eye strain\r\n\r\nLightweight and comfortable fit\r\n\r\nAdds a stylish look to any outfit\r\n\r\nIngredients:\r\nHigh-quality plastic / metal frame with UV-protected, scratch-resistant lenses.\r\n\r\nOther Information:\r\nAvailable in multiple colors and designs. Suitable for men, women, and unisex styles.\r\n\r\nAdditional Info (5 Words):\r\nStylish | Protective | Lightweight | Durable | Trendy', '2025-10-08-68e5f8264da69.png', 141, '[{\"id\":\"141\",\"position\":1}]', '[]', '[]', '[]', '[]', 899.00, 0.00, 'percent', 15.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2025-10-08 11:05:34', '2025-10-08 12:32:51', 0, 0.00000000000000, 0, NULL, 4, 170, 2, '[{\"img\":\"2025-10-08-68e5f8264cf1b.png\",\"storage\":\"public\"}]', '[]', 'dervin-uv-protected-2', 0, 0, NULL, 1, 0),
(145, 'Women\'s Clothing', 'timeless and elegant traditional Indian attire that beautifully blends grace and culture. Perfect for festive occasions, weddings, and daily wear.\r\n\r\nHow to Use:\r\nDrape neatly around the waist and over the shoulder. Pair with a matching blouse and accessories for a complete traditional look.\r\n\r\nBenefits:\r\n\r\nEnhances traditional and elegant style\r\n\r\nSuitable for all occasions\r\n\r\nComfortable and breathable fabric\r\n\r\nSymbol of Indian heritage and grace\r\n\r\nIngredients:\r\nPremium quality fabric — cotton, silk, georgette, or chiffon (as per variant).\r\n\r\nOther Information:\r\nAvailable in multiple colors and designs. Lightweight, easy to drape, and crafted for comfort and elegance.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Traditional | Stylish | Comfortable | Graceful', '2025-10-08-68e610ca65433.png', 132, '[{\"id\":\"132\",\"position\":1}]', '[]', '[]', '[]', '[]', 999.00, 0.00, 'percent', 7.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2025-10-08 12:50:42', '2025-10-08 12:50:55', 0, 0.00000000000000, 0, NULL, 4, 110, 2, '[{\"img\":\"2025-10-08-68e610ca63940.png\",\"storage\":\"public\"}]', '[]', 'womens-clothing', 0, 0, 30, 1, 0);
INSERT INTO `items` (`id`, `name`, `description`, `image`, `category_id`, `category_ids`, `variations`, `add_ons`, `attributes`, `choice_options`, `price`, `tax`, `tax_type`, `discount`, `discount_type`, `available_time_starts`, `available_time_ends`, `veg`, `status`, `store_id`, `created_at`, `updated_at`, `order_count`, `avg_rating`, `rating_count`, `rating`, `module_id`, `stock`, `unit_id`, `images`, `food_variations`, `slug`, `recommended`, `organic`, `maximum_cart_quantity`, `is_approved`, `is_halal`) VALUES
(146, 'Women\'s Clothing', 'timeless and elegant traditional Indian attire that beautifully blends grace and culture. Perfect for festive occasions, weddings, and daily wear.\r\n\r\nHow to Use:\r\nDrape neatly around the waist and over the shoulder. Pair with a matching blouse and accessories for a complete traditional look.\r\n\r\nBenefits:\r\n\r\nEnhances traditional and elegant style\r\n\r\nSuitable for all occasions\r\n\r\nComfortable and breathable fabric\r\n\r\nSymbol of Indian heritage and grace\r\n\r\nIngredients:\r\nPremium quality fabric — cotton, silk, georgette, or chiffon (as per variant).\r\n\r\nOther Information:\r\nAvailable in multiple colors and designs. Lightweight, easy to drape, and crafted for comfort and elegance.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Traditional | Stylish | Comfortable | Graceful', '2025-10-08-68e6115d097cd.png', 132, '[{\"id\":\"132\",\"position\":1}]', '[]', '[]', '[]', '[]', 1000.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2025-10-08 12:53:09', '2025-10-08 12:53:09', 0, 0.00000000000000, 0, NULL, 4, 129, 5, '[{\"img\":\"2025-10-08-68e6115d086f4.png\",\"storage\":\"public\"}]', '[]', 'womens-clothing-2', 0, 0, 20, 1, 0),
(148, 'Pizza', 'Indulge in a handcrafted pizza made with freshly kneaded dough, premium cheese, rich tomato sauce, and farm-fresh toppings. Stone-baked to achieve the perfect blend of crunch and melt-in-your-mouth goodness.', '2025-11-11-6913566417077.png', 76, '[{\"id\":\"76\",\"position\":1}]', '[]', '[]', '[]', '[]', 399.00, 0.00, 'percent', 10.00, 'percent', '12:01:00', '11:59:00', 1, 1, 3, '2025-11-11 14:23:31', '2025-11-11 20:59:40', 0, 0.00000000000000, 0, NULL, 2, 100, NULL, '[{\"img\":\"2025-11-11-691356641636c.png\",\"storage\":\"public\"}]', '[]', 'pizza', 0, 0, 10, 1, 0),
(149, 'Crispy Veg Double Patty Burger+Fries(M)', 'Crispy Veg Double Patty Burger+Fries(M) Qty: 318 Gms| Kcal: 863.9 | Carbs 516 Gms| Sugar: 9.1 Gms| Fat: 37.1 Gms| Saturated fat: 16 Gms| Protein: 17.1 Gms| Sodium: 1596.8 Mg Contains: Gluten, Soybean, Milk, Sesame seeds', '2025-11-11-691302c153b6e.png', 76, '[{\"id\":\"76\",\"position\":1}]', '[]', '[]', '[]', '[]', 499.00, 0.00, 'percent', 10.00, 'percent', '12:01:00', '11:59:00', 1, 1, 3, '2025-11-11 15:02:49', '2025-11-11 15:02:49', 0, 0.00000000000000, 0, NULL, 2, 100, NULL, '[{\"img\":\"2025-11-11-691302c152759.png\",\"storage\":\"public\"}]', '[]', 'crispy-veg-double-patty-burgerfriesm', 0, 0, 10, 1, 0),
(150, 'Classic Meal Deal', 'Classic Meal Deal 2 BK Veggie+Fries( M )+Coke', '2025-11-11-69130658aa7d8.png', 76, '[{\"id\":\"76\",\"position\":1}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 20.00, 'percent', '12:01:00', '11:59:00', 1, 1, 3, '2025-11-11 15:18:08', '2025-11-11 15:18:08', 0, 0.00000000000000, 0, NULL, 2, 100, NULL, '[{\"img\":\"2025-11-11-69130658a9583.png\",\"storage\":\"public\"}]', '[]', 'classic-meal-deal', 0, 0, 20, 1, 0),
(151, 'Classic Family Feast', '2 Crispy Veg + BK Veggie + Veg Crunchy Taco + 2 Med Fries + 2 Dips + Coca Cola Medium + Chocolate Thick Shake; Serves 4 or More Kcal: 2926.9 | Carbs 332.3 Gms| Sugar: 145 Gms| Fat: 114.9 Gms| Saturated fat: 51.7 Gms| Protein: 55.8 Gms| Sodium: 4274 Mg Contains: Gluten, Soybean , Milk , Sesame seeds', '2025-11-11-69130cd1bbcbc.png', 76, '[{\"id\":\"76\",\"position\":1}]', '[]', '[]', '[]', '[]', 599.00, 0.00, 'percent', 5.00, 'percent', '12:01:00', '11:59:00', 1, 1, 3, '2025-11-11 15:45:45', '2025-11-11 15:45:45', 0, 0.00000000000000, 0, NULL, 2, 100, NULL, '[{\"img\":\"2025-11-11-69130cd1ba793.png\",\"storage\":\"public\"}]', '[]', 'classic-family-feast', 0, 0, 5, 1, 0),
(152, 'Style Mannan Paneer Biryani', '(350 gms Rice, 125 gms Marinated Paneer) Paneer with attitude. Dum sealed. Style-u in every bite (Energy: 765KCal, Carbohydrates: 56gm, Proteins: 21gm, Fats: 49gm, Sodium: 1830mg)', '2025-11-11-6913162746e27.png', 76, '[{\"id\":\"76\",\"position\":1}]', '[]', '[]', '[]', '[]', 699.00, 0.00, 'percent', 6.00, 'percent', '12:01:00', '11:59:00', 1, 1, 2, '2025-11-11 16:25:35', '2025-11-11 16:25:35', 0, 0.00000000000000, 0, NULL, 2, 100, NULL, '[{\"img\":\"2025-11-11-6913162745b1b.png\",\"storage\":\"public\"}]', '[]', 'style-mannan-paneer-biryani', 0, 0, 6, 1, 0),
(153, 'Oova Superstar Egg Biryani', '(350 gms Rice, 3 Eggs) Spicy Eggs. Masala-packed. One bite, thaaru maaru. (Energy: 842KCal, Carbohydrates: 51gm, Proteins: 29gm, Fats: 56gm, Sodium: 2157mg)', '2025-11-11-691344cd634ad.png', 76, '[{\"id\":\"76\",\"position\":1}]', '[]', '[]', '[]', '[]', 599.00, 0.00, 'percent', 5.00, 'percent', '12:01:00', '11:59:00', 1, 1, 2, '2025-11-11 19:22:37', '2025-11-11 19:52:24', 0, 0.00000000000000, 0, NULL, 2, 100, NULL, '[{\"img\":\"2025-11-11-691346a0a5b62.png\",\"storage\":\"public\"}]', '[]', 'oova-superstar-egg-biryani', 0, 0, 5, 1, 0),
(154, 'Half Egg Dum Biryani', 'Serves 1 | Freshly boiled eggs spiced in a special in-house masala and Hyderabadi Dum Biryani Style cooked to perfection with aromatic long grain Basmati rice. Served with Raita and Angoori Gulab Jamun (2 Nos). Served quantity: 450 grams.', '2025-11-11-6913494e59b5f.png', 76, '[{\"id\":\"76\",\"position\":1}]', '[]', '[]', '[]', '[]', 499.00, 0.00, 'percent', 5.00, 'percent', '12:01:00', '11:59:00', 1, 1, 2, '2025-11-11 20:03:50', '2025-11-11 20:05:31', 0, 0.00000000000000, 0, NULL, 2, 100, NULL, '[{\"img\":\"2025-11-11-6913494e58575.png\",\"storage\":\"public\"}]', '[]', 'half-egg-dum-biryani', 0, 0, 5, 1, 0),
(155, 'Red Bell Pepper', 'Every effort is made to maintain the accuracy of all information. However, actual product packaging and materials may contain more and/or different information. It is recommended not to solely rely on the information presented.', '2025-12-17-69426fe858582.png', 150, '[{\"id\":\"38\",\"position\":1},{\"id\":\"150\",\"position\":2}]', '[{\"type\":\"200g\",\"price\":100,\"stock\":29}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"200g\"]}]', 100.00, 0.00, 'percent', 29.00, 'percent', '00:00:00', '23:59:59', 0, 1, 4, '2025-12-15 16:09:04', '2025-12-17 14:25:04', 0, 0.00000000000000, 0, NULL, 1, 129, 3, '[{\"img\":\"2025-12-17-69426fe857906.png\",\"storage\":\"public\"}]', '[]', 'spinach-palak', 0, 0, NULL, 1, 0),
(156, 'Onion (Pyaz)', 'Onion is a staple in India and are commonly chopped and used as an ingredient in various hearty warm dishes. They are versatile and can be baked, boiled, braised, grilled, fried, roasted, sautéed, or eaten raw in salads.', '2025-12-15-693fe67421fc2.png', 150, '[{\"id\":\"38\",\"position\":1},{\"id\":\"150\",\"position\":2}]', '[{\"type\":\"(0.95-1.05)kg\",\"price\":0,\"stock\":0}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"(0.95-1.05) kg\"]}]', 50.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 4, '2025-12-15 16:14:04', '2025-12-15 16:14:04', 0, 0.00000000000000, 0, NULL, 1, 140, 2, '[{\"img\":\"2025-12-15-693fe674210b4.png\",\"storage\":\"public\"}]', '[]', 'onion-pyaz', 0, 0, 70, 1, 0),
(157, 'Organically Grown Tomato', 'Cauliflower is a cruciferous vegetable that is naturally high in fiber and B-vitamins. It provides antioxidants and phytonutrients that can protect against cancer. It also contains fiber to enhance weight loss and digestion, choline that is essential for learning and memory, and many other important nutrient', '2025-12-17-69426a3fc7491.png', 150, '[{\"id\":\"38\",\"position\":1},{\"id\":\"150\",\"position\":2}]', '[{\"type\":\"1piece(300-500g)\",\"price\":0,\"stock\":0}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"1 piece (300-500 g)\"]}]', 37.00, 0.00, 'percent', 21.00, 'percent', '00:00:00', '23:59:59', 0, 1, 4, '2025-12-15 16:19:16', '2025-12-17 14:00:55', 0, 0.00000000000000, 0, NULL, 1, 100, 2, '[{\"img\":\"2025-12-17-69426a3fc66f8.png\",\"storage\":\"public\"}]', '[]', 'cauliflower-phool-gobhi', 0, 0, NULL, 1, 0),
(158, 'Button Mushroom', 'A mushroom is the fleshy, spore-bearing fruiting body of a fungus, typically produced in compost and plucked when get mature, so black colour compost can be seen on it.', '2025-12-15-693fe8612cbf4.png', 150, '[{\"id\":\"38\",\"position\":1},{\"id\":\"150\",\"position\":2}]', '[{\"type\":\"(180-200)g\",\"price\":61,\"stock\":20}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"(180-200) g\"]}]', 61.00, 0.00, 'percent', 16.00, 'percent', '00:00:00', '23:59:59', 0, 1, 4, '2025-12-15 16:22:17', '2025-12-15 16:22:17', 0, 0.00000000000000, 0, NULL, 1, 120, 3, '[{\"img\":\"2025-12-15-693fe8612c3c1.png\",\"storage\":\"public\"}]', '[]', 'button-mushroom', 0, 0, NULL, 1, 0),
(159, 'Broccoli', 'Broccoli is essentially a large edible flower. The stalks and flower florets are eaten both raw and cooked and have a flavor reminiscent of cabbage. It has a pleasant taste.', '2025-12-15-693fe9288aaae.png', 150, '[{\"id\":\"38\",\"position\":1},{\"id\":\"150\",\"position\":2}]', '[{\"type\":\"1piece(400-600g)\",\"price\":0,\"stock\":0}]', '[]', '[\"3\"]', '[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"1 piece (400-600 g)\"]}]', 59.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 4, '2025-12-15 16:25:36', '2025-12-15 16:25:36', 0, 0.00000000000000, 0, NULL, 1, 100, 5, '[{\"img\":\"2025-12-15-693fe92889d1c.png\",\"storage\":\"public\"}]', '[]', 'broccoli', 0, 0, NULL, 1, 0),
(160, 'Baby Potato (Aloo)', 'Baby Potato is a starchy vegetable which is popular and is widely used in many recipes. Due to their bland taste, peeled Baby Potatoes easily mix with a number of vegetables. These are also used in chips and snacks.', '2025-12-15-693ff080947bd.png', 153, '[{\"id\":\"38\",\"position\":1},{\"id\":\"153\",\"position\":2}]', '[{\"type\":\"500g\",\"price\":500,\"stock\":1}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"500 g\"]}]', 100.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 4, '2025-12-15 16:56:56', '2025-12-15 16:56:56', 0, 0.00000000000000, 0, NULL, 1, 100, 2, '[{\"img\":\"2025-12-15-693ff08093cc1.png\",\"storage\":\"public\"}]', '[]', 'baby-potato-aloo', 0, 0, NULL, 1, 0),
(161, 'Garlic (Lehsun)', 'Garlic is a herb, best known for flavouring and seasoning of food and is widely used in various cuisines ranging from desi cuisines like Tadka Dal to dishes such as Garlic Bread. Garlic seems to be used in virtually all cuisines as a strong flavoring agent.', '2025-12-15-693ff144df0a1.png', 153, '[{\"id\":\"38\",\"position\":1},{\"id\":\"153\",\"position\":2}]', '[{\"type\":\"200g\",\"price\":34,\"stock\":1}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"200 g\"]}]', 34.00, 0.00, 'percent', 4.00, 'percent', '00:00:00', '23:59:59', 0, 1, 4, '2025-12-15 17:00:12', '2025-12-15 17:00:12', 0, 0.00000000000000, 0, NULL, 1, 100, 3, '[{\"img\":\"2025-12-15-693ff144de0c0.png\",\"storage\":\"public\"}]', '[]', 'garlic-lehsun', 0, 0, NULL, 1, 0),
(162, 'Cherry', 'Cherry tomatoes add brightness and freshness to a variety of dishes,making them a delicious and colorful addition to meals. Enjoy cherry tomatoes raw in salads,pasta dishes,or as a flavorful topping for pizzas and bruschetta.', '2025-12-17-69426adea29d2.png', 150, '[{\"id\":\"38\",\"position\":1},{\"id\":\"150\",\"position\":2}]', '[{\"type\":\"200g\",\"price\":0,\"stock\":0}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"200g\"]}]', 50.00, 0.00, 'percent', 4.00, 'percent', '00:00:00', '23:59:59', 0, 1, 4, '2025-12-15 17:01:51', '2025-12-17 14:03:34', 0, 0.00000000000000, 0, NULL, 1, 100, 3, '[{\"img\":\"2025-12-17-69426adea11d8.png\",\"storage\":\"public\"}]', '[]', 'cherry-tomatoes', 0, 0, NULL, 1, 0),
(163, 'Yellow Zucchini', 'Mostly consumed in raw salads, Yellow Zucchini is a smooth-skinned vegetable. It can be steamed, boiled, fried and stuffed. It is most commonly used in curries and chutneys due to its unique and subtly sweet taste.', '2025-12-15-693ff22e60d03.png', 153, '[{\"id\":\"38\",\"position\":1},{\"id\":\"153\",\"position\":2}]', '[{\"type\":\"1piece(200-250g)\",\"price\":60,\"stock\":1}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"1 piece (200-250 g)\"]}]', 60.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 4, '2025-12-15 17:04:06', '2025-12-15 17:04:06', 0, 0.00000000000000, 0, NULL, 1, 100, 5, '[{\"img\":\"2025-12-15-693ff22e5fe6c.png\",\"storage\":\"public\"}]', '[]', 'yellow-zucchini', 0, 0, NULL, 1, 0),
(164, 'English Cucumber (Kheera)', 'Long and narrow, English Cucumber has small seeds but is confused with being seedless. It helps soothe the tired eyes due to its cleansing and refreshing properties. Excellent for salad, cooking and other summer coolers, English Cucumber refreshes and hydrates your body.', '2025-12-15-693ff36f4e89c.png', 153, '[{\"id\":\"38\",\"position\":1},{\"id\":\"153\",\"position\":2}]', '[{\"type\":\"(500-600)g\",\"price\":200,\"stock\":5}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"(500-600) g\"]}]', 59.00, 0.00, 'percent', 6.00, 'percent', '00:00:00', '23:59:59', 0, 1, 4, '2025-12-15 17:09:27', '2025-12-15 17:09:27', 0, 0.00000000000000, 0, NULL, 1, 105, 3, '[{\"img\":\"2025-12-15-693ff36f4df05.png\",\"storage\":\"public\"}]', '[]', 'english-cucumber-kheera', 0, 0, 11, 1, 0),
(165, 'Groundnuts (Moongfali)', 'Groundnuts can be enjoyed roasted as a snack or used in cooking and baking. They are commonly used to make peanut butter, added to salads and stir-fries, and used as a topping for desserts. Groundnuts are also rich in protein, healthy fats, vitamins, and minerals, making them a nutritious and versatile ingredient in various cuisines.', '2025-12-15-693ff3f77d660.png', 153, '[{\"id\":\"38\",\"position\":1},{\"id\":\"153\",\"position\":2}]', '[{\"type\":\"500g\",\"price\":50,\"stock\":1}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"500 g\"]}]', 50.00, 0.00, 'percent', 4.00, 'percent', '00:00:00', '23:59:59', 0, 1, 4, '2025-12-15 17:11:43', '2025-12-15 17:11:43', 0, 0.00000000000000, 0, NULL, 1, 100, 3, '[{\"img\":\"2025-12-15-693ff3f77c810.png\",\"storage\":\"public\"}]', '[]', 'groundnuts-moongfali', 0, 0, NULL, 1, 0),
(166, 'Yellaki Banana', 'Yellaki bananas are known for their sweet taste and creamy texture, packed with natural potassium and great for snacking or blending into smoothies', '2025-12-15-693ff46d3bf1b.png', 151, '[{\"id\":\"37\",\"position\":1},{\"id\":\"151\",\"position\":2}]', '[{\"type\":\"(500-550)g\",\"price\":0,\"stock\":0}]', '[]', '[\"3\"]', '[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"(500-550) g\"]}]', 60.00, 0.00, 'percent', 3.00, 'percent', '00:00:00', '23:59:59', 0, 1, 4, '2025-12-15 17:13:41', '2025-12-15 17:13:41', 0, 0.00000000000000, 0, NULL, 1, 100, 5, '[{\"img\":\"2025-12-15-693ff46d38a42.png\",\"storage\":\"public\"}]', '[]', 'yellaki-banana', 0, 0, NULL, 1, 0),
(167, 'Orange Kinnow', 'A pomegranate is a round fruit, 6-13cm in size, with a leathery red skin. Inside are juicy arils—seeds wrapped in sweet-tart sacs. Enjoy them fresh, in salads, juices, or as a tangy addition to various dishes. Order deseeded arils delivered to your door for convenience.', '2025-12-17-69426d335aae2.png', 151, '[{\"id\":\"37\",\"position\":1},{\"id\":\"151\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 4, '2025-12-15 17:16:01', '2026-04-08 12:54:12', 0, 0.00000000000000, 0, NULL, 1, 150, 3, '[{\"img\":\"2025-12-17-69426d3359af4.png\",\"storage\":\"public\"}]', '[]', 'pomegranate-large', 0, 0, NULL, 1, 0),
(168, 'Blueberry - Imported', 'Blueberries are small greyish-black fruits, encasing a semi-transparent pulp with a burst of sweet juice. A popular addition to salads, yoghurt and juices, Blueberries are also widely used for stuffing cakes.', '2025-12-15-693ff5b9d6c54.png', 155, '[{\"id\":\"37\",\"position\":1},{\"id\":\"155\",\"position\":2}]', '[{\"type\":\"125g\",\"price\":90,\"stock\":1}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"125 g\"]}]', 90.00, 0.00, 'percent', 9.00, 'percent', '00:00:00', '23:59:59', 0, 1, 4, '2025-12-15 17:19:13', '2025-12-15 17:19:13', 0, 0.00000000000000, 0, NULL, 1, 100, 3, '[{\"img\":\"2025-12-15-693ff5b9d61f3.png\",\"storage\":\"public\"}]', '[]', 'blueberry-imported', 0, 0, NULL, 1, 0),
(169, 'Pineapple', 'Pineapple is an incredibly delicious and healthy tropical fruit. It is a large tropical fruit with a spiky, tough skin and sweet insides and is an exceptionally juicy and sweet fruit.,', '2025-12-15-693ff6521ddf1.png', 151, '[{\"id\":\"37\",\"position\":1},{\"id\":\"151\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 4.00, 'percent', '00:00:00', '23:59:59', 0, 1, 4, '2025-12-15 17:21:46', '2025-12-15 17:21:46', 0, 0.00000000000000, 0, NULL, 1, 100, 3, '[{\"img\":\"2025-12-15-693ff6521d3e2.png\",\"storage\":\"public\"}]', '[]', 'pineapple', 0, 0, NULL, 1, 0),
(170, 'Avocado Hass - Tanzania', 'Avocados are creamy, nutrient-rich fruits packed with healthy fats. Enjoy them sliced on toast, in salads, or blended into delicious guacamole for a nutritious and satisfying treat.', '2025-12-15-693ff6ec3e9fd.png', 155, '[{\"id\":\"37\",\"position\":1},{\"id\":\"155\",\"position\":2}]', '[]', '[]', '[]', '[]', 170.00, 0.00, 'percent', 15.00, 'percent', '00:00:00', '23:59:59', 0, 1, 4, '2025-12-15 17:24:20', '2025-12-15 17:24:20', 0, 0.00000000000000, 0, NULL, 1, 100, 3, '[{\"img\":\"2025-12-15-693ff6ec3dfe4.png\",\"storage\":\"public\"}]', '[]', 'avocado-hass-tanzania', 0, 0, NULL, 1, 0),
(171, 'Kashmir Delicious Apple (Seb)', 'Crunchy, delicious and rich in colour, Shimla Apple is a refreshing fruit packed with nutrients. Sweet and juicy, it is perfect for use in fruit salads, juices, custards, pies, milkshakes, etc.', '2025-12-15-693ff78c93114.png', 155, '[{\"id\":\"37\",\"position\":1},{\"id\":\"155\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 6.00, 'percent', '00:00:00', '23:59:59', 0, 1, 4, '2025-12-15 17:27:00', '2025-12-15 17:27:00', 0, 0.00000000000000, 0, NULL, 1, 109, 5, '[{\"img\":\"2025-12-15-693ff78c921ae.png\",\"storage\":\"public\"}]', '[]', 'kashmir-delicious-apple-seb', 0, 0, NULL, 1, 0),
(172, 'Plum Imported', 'Imported Plum is a berry-sized fruit, having a sweet and sour taste. Crisp in texture, it can be eaten fresh or dried. It can be pickled or candied and can also be used for preparing delicious desserts like puddings, pies, ice creams, etc.\r\nUnit', '2025-12-15-693ff80465172.png', 154, '[{\"id\":\"37\",\"position\":1},{\"id\":\"154\",\"position\":2}]', '[]', '[]', '[]', '[]', 70.00, 0.00, 'percent', 6.00, 'percent', '00:00:00', '23:59:59', 0, 1, 4, '2025-12-15 17:29:00', '2025-12-15 17:29:00', 0, 0.00000000000000, 0, NULL, 1, 100, 5, '[{\"img\":\"2025-12-15-693ff804647b3.png\",\"storage\":\"public\"}]', '[]', 'plum-imported', 0, 0, NULL, 1, 0),
(173, 'Pairi Mango', 'Pairi mangoes are sourced from Kerala. They are known for sweetness with a slight tang. Best enjoyed for eating as is, and they can be used in salads, desserts and mango-based dishes.\r\nUnit', '2025-12-15-693ff88ff01ca.png', 152, '[{\"id\":\"37\",\"position\":1},{\"id\":\"152\",\"position\":2}]', '[]', '[]', '[]', '[]', 90.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 4, '2025-12-15 17:31:19', '2025-12-15 17:31:19', 0, 0.00000000000000, 0, NULL, 1, 100, 5, '[{\"img\":\"2025-12-15-693ff88fef7f8.png\",\"storage\":\"public\"}]', '[]', 'pairi-mango', 0, 0, NULL, 1, 0),
(174, 'Grapes Green Sonaka Seedless', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', '2025-12-17-69426c369e15f.png', 155, '[{\"id\":\"37\",\"position\":1},{\"id\":\"155\",\"position\":2}]', '[]', '[]', '[]', '[]', 50.00, 0.00, 'percent', 6.00, 'percent', '00:00:00', '23:59:59', 0, 1, 4, '2025-12-15 17:37:06', '2025-12-17 14:09:18', 0, 0.00000000000000, 0, NULL, 1, 109, 5, '[{\"img\":\"2025-12-17-69426c369d48d.png\",\"storage\":\"public\"}]', '[]', 'mini-orange-imported', 0, 0, NULL, 1, 0),
(175, 'Basil Leaves', 'Deliciously sweet in taste with little to no seeds, Valencia Oranges are medium in size with highly attractive deep orange-red colour. Extremely juicy, these flavoursome oranges have distinctive, fresh tang and are really easy to peel.', '2025-12-17-6942618d20deb.png', 150, '[{\"id\":\"38\",\"position\":1},{\"id\":\"150\",\"position\":2}]', '[]', '[]', '[]', '[]', 90.00, 0.00, 'percent', 9.00, 'percent', '00:00:00', '23:59:59', 0, 1, 4, '2025-12-15 17:38:55', '2025-12-17 13:23:49', 0, 0.00000000000000, 0, NULL, 1, 100, 5, '[]', '[]', 'valencia-orange-imported', 0, 0, NULL, 1, 0),
(176, 'Red Globe Grapes', 'Popularly known as table grapes, Red Globe Grapes are distinctively large and round, seeded red berries. They have a crisp skin with fleshy pulp which is mildly sweet and flavourful. These are also consumed fresh, dried for raisins or in various desserts or juices.,', '2025-12-15-693ffae1d96cb.png', 155, '[{\"id\":\"37\",\"position\":1},{\"id\":\"155\",\"position\":2}]', '[]', '[]', '[]', '[]', 150.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 4, '2025-12-15 17:41:13', '2025-12-15 17:41:13', 0, 0.00000000000000, 0, NULL, 1, 100, 3, '[{\"img\":\"2025-12-15-693ffae1d8a57.png\",\"storage\":\"public\"}]', '[]', 'red-globe-grapes', 0, 0, NULL, 1, 0),
(177, 'Apple Ber 500 g', 'Ber is a low calories fruit loaded with dietary fibre, vitamins and minerals that makes it an excellent option as a healthy snack. Packed with vitamin C, a potent antioxidant, ber fruit triggers the immune response and keep infections at bay.', '2025-12-15-693ffd7ae9678.png', 154, '[{\"id\":\"37\",\"position\":1},{\"id\":\"154\",\"position\":2}]', '[{\"type\":\"500g\",\"price\":200,\"stock\":0}]', '[]', '[\"3\"]', '[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"500 g\"]}]', 200.00, 0.00, 'percent', 9.00, 'percent', '00:00:00', '23:59:59', 0, 1, 4, '2025-12-15 17:52:18', '2025-12-16 11:14:28', 0, 0.00000000000000, 0, NULL, 1, 99, 5, '[{\"img\":\"2025-12-15-693ffd7ae8b10.png\",\"storage\":\"public\"}]', '[]', 'apple-ber-500-g', 0, 0, NULL, 1, 0),
(180, 'Fabelle Open Secret - Dark Chocolate Handcrafted Bar with Exotic Nuts & Berries Handcrafted Bar', 'Royal kulfi served in a traditional style with the choicest of nuts and flavour of cardamom. Kulfi is the king of Indian ice creams. It is the Indian version of pure milk ice cream that will be loved by all.', '2025-12-15-69400728e10e5.png', 50, '[{\"id\":\"50\",\"position\":1}]', '[{\"type\":\"60\",\"price\":70,\"stock\":1}]', '[]', '[\"3\"]', '[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"60\"]}]', 70.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2025-12-15 18:08:27', '2025-12-15 18:33:36', 0, 0.00000000000000, 0, NULL, 1, 101, 5, '[{\"img\":\"2025-12-15-69400728e028e.png\",\"storage\":\"public\"}]', '[]', 'vadilal-matka-kulfi', 0, 0, NULL, 1, 0),
(181, 'NIC Alphonso Mango Ice Cream Cup', 'Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and/or different information. It is recommended not to solely rely on the information presented.', '2025-12-15-6940022f8fd67.png', 31, '[{\"id\":\"31\",\"position\":1}]', '[{\"type\":\"100ml-100ml\",\"price\":50,\"stock\":0}]', '[]', '[\"3\",\"1\"]', '[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"100 ml\"]},{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"100 ml\"]}]', 50.00, 0.00, 'percent', 4.00, 'percent', '00:00:00', '23:59:59', 0, 1, 4, '2025-12-15 18:12:23', '2025-12-16 11:14:28', 0, 0.00000000000000, 0, NULL, 1, 99, 5, '[{\"img\":\"2025-12-15-6940022f8f249.png\",\"storage\":\"public\"}]', '[]', 'nic-alphonso-mango-ice-cream-cup', 0, 0, 9, 1, 0),
(182, 'Aashirvaad Select 100% MP Sharbati Atta', 'Crafted from the regal Sharbati wheat, Aashirvaad Select is India\'s premium atta, lovingly produced for discerning households. This exceptional flour boasts 100% Sharbati wheat from Madhya Pradesh\'s finest regions, known for its golden sheen and uniform grain size. Each Sharbati grain has a distinct golden sheen, that makes Select Atta truly special.', '2025-12-15-69400f5786b24.png', 161, '[{\"id\":\"30\",\"position\":1},{\"id\":\"161\",\"position\":2}]', '[{\"type\":\"5kg\",\"price\":600,\"stock\":10}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"5 kg\"]}]', 330.00, 0.00, 'percent', 8.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-15 19:08:31', '2025-12-17 15:12:53', 0, 0.00000000000000, 0, NULL, 1, 110, 2, '[{\"img\":\"2025-12-15-69400f5786019.png\",\"storage\":\"public\"}]', '[]', 'aashirvaad-select-100-mp-sharbati-atta', 0, 0, NULL, 1, 0),
(183, 'Aashirvaad High Fibre Atta with Multigrains - 5 kg', 'Aashirvaad Atta with Multigrains is made with 6 nutritious grains – wheat, maize, oats, soya, channa and psyllium husk. This unique grain blend helps in maintaining normal digestion due to its high fibre content. This multigrain atta also is a source of many essential nutrients. It is high in protein which contributes to the maintenance of muscle mass.', '2025-12-15-69400fde6c7ad.png', 161, '[{\"id\":\"30\",\"position\":1},{\"id\":\"161\",\"position\":2}]', '[{\"type\":\"5kg\",\"price\":200,\"stock\":10}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"5 kg\"]}]', 400.00, 0.00, 'percent', 9.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-15 19:10:46', '2025-12-17 15:12:39', 0, 0.00000000000000, 0, NULL, 1, 110, 2, '[{\"img\":\"2025-12-15-69400fde6bb3a.png\",\"storage\":\"public\"}]', '[]', 'aashirvaad-high-fibre-atta-with-multigrains-5-kg', 0, 0, NULL, 1, 0),
(184, 'Aashirvaad Shudh Chakki Atta (100% Atta, 0% Maida) (10 kg)', 'Aashirvaad Shudh Chakki Atta uses the 4-step advantage process of sourcing, cleaning, grinding & contactless packaging. The grains are sourced from Indian rural farmers, cleaned thrice & undergo ‘chakki-grinding’ to get 100% Sampoorna Atta & 0% Maida. The locked-in dietary fibres & nutrients help improve digestion & immunity. It\'s dough absorbs more water keeping rotis soft for longer period.', '2025-12-15-69401121c2c6d.png', 161, '[{\"id\":\"30\",\"position\":1},{\"id\":\"161\",\"position\":2}]', '[]', '[]', '[]', '[]', 500.00, 0.00, 'percent', 19.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-15 19:16:09', '2025-12-17 15:12:23', 0, 0.00000000000000, 0, NULL, 1, 110, 2, '[{\"img\":\"2025-12-15-69401121c2100.png\",\"storage\":\"public\"}]', '[]', 'aashirvaad-shudh-chakki-atta-100-atta-0-maida-10-kg', 0, 0, NULL, 1, 0),
(185, 'Craving Saving meal', 'Crave & Save whooping Rs 249 on 4 Pc Hot & Crispy, 4 Pc Peri Peri Strips, Medium Popcorn, 2 Dips & a Pepsi PET 475ml [Serves 2-3]', '2025-12-15-694013e484297.jpg', 75, '[{\"id\":\"75\",\"position\":1}]', '[]', '[]', '[]', '[]', 799.00, 0.00, 'percent', 10.00, 'percent', '00:01:00', '23:59:00', 0, 1, 17, '2025-12-15 19:27:56', '2025-12-15 19:27:56', 0, 0.00000000000000, 0, NULL, 2, 100, NULL, '[{\"img\":\"2025-12-15-694013e483997.jpg\",\"storage\":\"public\"}]', '[]', 'craving-saving-meal', 0, 0, 1, 1, 1),
(186, 'Lazy BFF Rice combo', 'BFF deal savings of Rs 99 on 2 units of Popcorn Rice Bowl and 4 Leg Pc [Serves 2]', '2025-12-15-6940154caa6e3.jpg', 75, '[{\"id\":\"75\",\"position\":1}]', '[]', '[]', '[]', '[]', 699.00, 0.00, 'percent', 10.00, 'percent', '00:01:00', '23:59:00', 0, 1, 17, '2025-12-15 19:33:56', '2025-12-15 19:33:56', 0, 0.00000000000000, 0, NULL, 2, 100, NULL, '[{\"img\":\"2025-12-15-6940154ca9f06.jpg\",\"storage\":\"public\"}]', '[]', 'lazy-bff-rice-combo', 0, 0, 0, 1, 1),
(187, 'Gaming Night Korean Roll meal', 'Night fun savings of Rs 145 on 2 units of Korean Tangy Chicken Roll, 2 units of Popcorn Rice Bowl and a Pepsi PET 475ml [Serves 2]', '2025-12-15-694016900af69.jpg', 75, '[{\"id\":\"75\",\"position\":1}]', '[]', '[]', '[]', '[]', 599.00, 0.00, 'percent', 10.00, 'percent', '00:01:00', '23:59:00', 1, 1, 17, '2025-12-15 19:39:20', '2025-12-15 19:39:20', 0, 0.00000000000000, 0, NULL, 2, 100, NULL, '[{\"img\":\"2025-12-15-694016900a7cc.jpg\",\"storage\":\"public\"}]', '[]', 'gaming-night-korean-roll-meal', 0, 0, NULL, 1, 1),
(188, 'Night Bite Veg Roll combo', 'Munching deal of Rs 59 on Veg Spicy Roll & Large Fries [Serves 1]', '2025-12-15-69401a6a5f4fd.png', 58, '[{\"id\":\"58\",\"position\":1}]', '[]', '[]', '[]', '[]', 399.00, 0.00, 'percent', 10.00, 'percent', '00:01:00', '23:59:00', 0, 1, 17, '2025-12-15 19:55:46', '2025-12-15 19:55:46', 0, 0.00000000000000, 0, NULL, 2, 100, NULL, '[{\"img\":\"2025-12-15-69401a6a5ea4a.png\",\"storage\":\"public\"}]', '[]', 'night-bite-veg-roll-combo', 0, 0, NULL, 1, 0),
(189, 'Gold Edition - Chicken Zinger Burger & Fries', 'Save Rs 59 on Signature Zinger Dunked in Cheese Sauce in the new Brioche Bun and Fries on the side', '2025-12-15-69401bb4e21a4.png', 58, '[{\"id\":\"58\",\"position\":1}]', '[]', '[]', '[]', '[]', 499.00, 0.00, 'percent', 10.00, 'percent', '00:01:00', '23:59:00', 0, 1, 17, '2025-12-15 20:01:16', '2025-12-15 20:01:16', 0, 0.00000000000000, 0, NULL, 2, 100, NULL, '[{\"img\":\"2025-12-15-69401bb4e1819.png\",\"storage\":\"public\"}]', '[]', 'gold-edition-chicken-zinger-burger-fries', 0, 0, NULL, 1, 1),
(190, 'Mexican Zinger Pro Pepsi Bottle Combo', 'Mexican Zinger Pro Pepsi Bottle Combo', '2025-12-15-69401caf9c924.png', 58, '[{\"id\":\"58\",\"position\":1}]', '[]', '[]', '[]', '[]', 599.00, 0.00, 'percent', 10.00, 'percent', '00:01:00', '23:59:00', 0, 1, 17, '2025-12-15 20:05:27', '2025-12-15 20:05:27', 0, 0.00000000000000, 0, NULL, 2, 100, NULL, '[{\"img\":\"2025-12-15-69401caf9bc06.png\",\"storage\":\"public\"}]', '[]', 'mexican-zinger-pro-pepsi-bottle-combo', 0, 0, NULL, 1, 1),
(191, 'Indian Tandoori Roll Chicken Meal', 'Save Rs 85 on Indian Tandoori Roll, Classic Zinger Burger, Medium Fries & Pepsi PET 475ml', '2025-12-15-69401d9318ace.png', 58, '[{\"id\":\"58\",\"position\":1}]', '[]', '[]', '[]', '[]', 599.00, 0.00, 'percent', 10.00, 'percent', '00:01:00', '23:59:00', 0, 1, 17, '2025-12-15 20:09:15', '2025-12-15 20:09:15', 0, 0.00000000000000, 0, NULL, 2, 100, NULL, '[{\"img\":\"2025-12-15-69401d9317f05.png\",\"storage\":\"public\"}]', '[]', 'indian-tandoori-roll-chicken-meal', 0, 0, NULL, 1, 1),
(192, 'Chicken Mingles Bucket Mea', 'Save Rs. 43 on this crowd favorite combo of 4 Hot Wings, 2 Chicken Peri Peri Boneless Strips, a Reg Popcorn, medium fries & a chilled Pepsi PET 475ml [serves 2 ]', '2025-12-15-69401ead2fa43.png', 75, '[{\"id\":\"75\",\"position\":1}]', '[]', '[]', '[]', '[]', 599.00, 0.00, 'percent', 10.00, 'percent', '00:01:00', '23:59:00', 0, 1, 17, '2025-12-15 20:13:57', '2025-12-15 20:13:57', 0, 0.00000000000000, 0, NULL, 2, 100, NULL, '[{\"img\":\"2025-12-15-69401ead2f02f.png\",\"storage\":\"public\"}]', '[]', 'chicken-mingles-bucket-mea', 0, 0, NULL, 1, 1),
(193, 'HC Rice Bowlz', '4.6\r\nAromatic Hot & Crispy Chicken rice bowl mixed with spicy gravy [serves 1]', '2025-12-15-69401fa5990d6.png', 85, '[{\"id\":\"70\",\"position\":1},{\"id\":\"85\",\"position\":2}]', '[]', '[]', '[]', '[]', 599.00, 0.00, 'percent', 10.00, 'percent', '00:01:00', '23:59:00', 0, 1, 17, '2025-12-15 20:18:05', '2025-12-15 20:18:05', 0, 0.00000000000000, 0, NULL, 2, 100, NULL, '[{\"img\":\"2025-12-15-69401fa598611.png\",\"storage\":\"public\"}]', '[]', 'hc-rice-bowlz', 0, 0, NULL, 1, 1),
(194, 'Garden Harvest Pizza [10\" Large]', '[Serves 2-3] Capsicum | Onion | Super Thin Crust base', '2025-12-15-694022cd41859.png', 56, '[{\"id\":\"56\",\"position\":1}]', '[]', '[]', '[]', '[]', 399.00, 0.00, 'percent', 20.00, 'percent', '00:01:00', '23:59:00', 1, 1, 18, '2025-12-15 20:31:33', '2025-12-15 20:31:33', 0, 0.00000000000000, 0, NULL, 2, 100, NULL, '[{\"img\":\"2025-12-15-694022cd40e28.png\",\"storage\":\"public\"}]', '[]', 'garden-harvest-pizza-10-large', 0, 0, 1, 1, 0),
(195, 'Peri Peri Paneer Pizza [10\" Large]', '[Serves 2-3] Peri-Peri Paneer | Golden Corn | Red Paprika | Capsicum | Super Thin Crust base', '2025-12-16-6941110b228fe.png', 56, '[{\"id\":\"56\",\"position\":1}]', '[]', '[]', '[]', '[]', 699.00, 0.00, 'percent', 10.00, 'percent', '00:01:00', '23:59:00', 1, 1, 18, '2025-12-16 13:28:03', '2025-12-16 13:28:03', 0, 0.00000000000000, 0, NULL, 2, 100, NULL, '[{\"img\":\"2025-12-16-6941110b2199b.png\",\"storage\":\"public\"}]', '[]', 'peri-peri-paneer-pizza-10-large', 0, 0, NULL, 1, 0),
(196, 'Peri Peri Chicken Pizza [7\" Regular]', '[Serves 1] Peri-Peri Chicken | Red Paprika | Golden Corn | Capsicum | Super Thin Crust base', '2025-12-16-694112990e727.png', 56, '[{\"id\":\"56\",\"position\":1}]', '[]', '[]', '[]', '[]', 499.00, 0.00, 'percent', 10.00, 'percent', '00:01:00', '23:59:00', 0, 1, 2, '2025-12-16 13:34:41', '2025-12-16 15:13:58', 0, 0.00000000000000, 0, NULL, 2, 100, NULL, '[]', '[]', 'peri-peri-chicken-pizza-7-regular', 0, 0, NULL, 1, 1),
(197, 'Italian Feast Pizza [10\" Large]', '[Serves 2-3] Mushroom | Golden Corn | Spicy Jalapeno | Black Olive | Super Thin Crust base', '2025-12-16-694113a9243d5.png', 56, '[{\"id\":\"56\",\"position\":1}]', '[]', '[]', '[]', '[]', 699.00, 0.00, 'percent', 10.00, 'percent', '00:01:00', '23:59:00', 1, 1, 18, '2025-12-16 13:39:13', '2025-12-16 13:39:13', 0, 0.00000000000000, 0, NULL, 2, 100, NULL, '[{\"img\":\"2025-12-16-694113a9232ad.png\",\"storage\":\"public\"}]', '[]', 'italian-feast-pizza-10-large', 0, 0, NULL, 1, 0),
(198, 'Paneer Double Smash Cheese Burst Pizza [10\" Large]', '[6 Slices, Serves 1-2] Peri-Peri Paneer | Tikka Paneer | Jalapenos | Tomato | Onion | Thin Crust Cheese Burst base', '2025-12-16-694114e26c6b7.png', 56, '[{\"id\":\"56\",\"position\":1}]', '[]', '[]', '[]', '[]', 399.00, 0.00, 'percent', 10.00, 'percent', '00:01:00', '23:59:00', 0, 1, 18, '2025-12-16 13:44:26', '2025-12-16 13:44:26', 0, 0.00000000000000, 0, NULL, 2, 100, NULL, '[{\"img\":\"2025-12-16-694114e26b35d.png\",\"storage\":\"public\"}]', '[]', 'paneer-double-smash-cheese-burst-pizza-10-large', 0, 0, NULL, 1, 1),
(199, 'Peri Peri Veg Pizza', 'Milder, but just as tasty. Onion, Capsicum, Mushroom, Paneer, Olives With Peri Peri Dip. [Fat-6.1 per 100 g, Protein-13.9 per g, Carbohydrate-33.8 per g, Sugar-0 per g, Calories-246.1 k.cal]Nutritional information per 100g', '2025-12-16-694129b17aa2f.png', 236, '[{\"id\":\"236\",\"position\":1}]', '[]', '[]', '[]', '[]', 499.00, 0.00, 'percent', 10.00, 'percent', '00:01:00', '23:59:00', 0, 1, 2, '2025-12-16 14:50:30', '2025-12-16 15:13:13', 0, 0.00000000000000, 0, NULL, 2, 100, NULL, '[{\"img\":\"2025-12-16-694129b17986f.png\",\"storage\":\"public\"}]', '[]', 'red-wave-pizza-personal-7-inches', 0, 0, NULL, 1, 0),
(200, 'Capsico Pizza (Personal) (7 Inches)', 'Serves 1 | Contains Onions And Crisp Capsicum, Choice Of Toppings.', '2025-12-16-6941255224b80.png', 236, '[{\"id\":\"236\",\"position\":1}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 10.00, 'percent', '00:01:00', '23:59:00', 1, 1, 18, '2025-12-16 14:54:34', '2025-12-16 14:54:34', 0, 0.00000000000000, 0, NULL, 2, 100, NULL, '[{\"img\":\"2025-12-16-6941255223f58.png\",\"storage\":\"public\"}]', '[]', 'capsico-pizza-personal-7-inches', 0, 0, NULL, 1, 0),
(201, 'Butter Tawa Roti', 'Soft and fluffy tawa-cooked roti made from whole wheat flour, lightly roasted on a hot tawa and finished with a generous layer of melted butter', '2025-12-16-694130c858615.png', 80, '[{\"id\":\"73\",\"position\":1},{\"id\":\"80\",\"position\":2}]', '[]', '[]', '[]', '[]', 599.00, 0.00, 'percent', 10.00, 'percent', '00:01:00', '23:59:00', 1, 1, 2, '2025-12-16 15:43:28', '2025-12-16 15:43:28', 0, 0.00000000000000, 0, NULL, 2, 100, NULL, '[{\"img\":\"2025-12-16-694130c857a15.png\",\"storage\":\"public\"}]', '[]', 'butter-tawa-roti-2', 0, 0, NULL, 1, 0),
(202, 'Naan (Aloo)', 'A flavorful and hearty bread stuffed with a delicious potato filling.', '2025-12-16-6941327f0fa8c.jpg', 80, '[{\"id\":\"73\",\"position\":1},{\"id\":\"80\",\"position\":2}]', '[]', '[]', '[]', '[]', 699.00, 0.00, 'percent', 10.00, 'percent', '00:01:00', '23:59:00', 1, 1, 18, '2025-12-16 15:50:47', '2025-12-16 15:50:47', 0, 0.00000000000000, 0, NULL, 2, 100, NULL, '[{\"img\":\"2025-12-16-6941327f0d5b6.avif\",\"storage\":\"public\"}]', '[]', 'naan-aloo', 0, 0, NULL, 1, 0),
(203, 'Aloo Naan', 'Soft and fluffy naan stuffed with a flavorful spiced potato (aloo) filling, cooked in a tandoor or on a hot tawa until golden and slightly crisp.', '2025-12-16-694134871fea0.png', 82, '[{\"id\":\"73\",\"position\":1},{\"id\":\"82\",\"position\":2}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 10.00, 'percent', '00:01:00', '23:59:00', 1, 1, 3, '2025-12-16 15:59:27', '2025-12-16 15:59:27', 0, 0.00000000000000, 0, NULL, 2, 100, NULL, '[{\"img\":\"2025-12-16-694134871f3e0.png\",\"storage\":\"public\"}]', '[]', 'aloo-naan', 0, 0, 1, 1, 0),
(204, 'Apple', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', '2025-12-17-694271e2e921d.png', 151, '[{\"id\":\"37\",\"position\":1},{\"id\":\"151\",\"position\":2}]', '[]', '[]', '[]', '[]', 60.00, 0.00, 'percent', 9.00, 'percent', '00:00:00', '23:59:59', 0, 1, 19, '2025-12-17 13:34:19', '2025-12-17 15:12:11', 0, 0.00000000000000, 0, NULL, 1, 110, 2, '[{\"img\":\"2025-12-17-694271e2e86c1.png\",\"storage\":\"public\"}]', '[]', 'strawberry', 0, 0, NULL, 1, 0),
(205, 'Tender Coconut', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', '2025-12-17-694264a32d150.png', 151, '[{\"id\":\"37\",\"position\":1},{\"id\":\"151\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 19, '2025-12-17 13:36:59', '2025-12-17 15:12:04', 0, 0.00000000000000, 0, NULL, 1, 110, 5, '[]', '[]', 'tender-coconut', 0, 0, NULL, 1, 0),
(206, 'Capsicum Yellow', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', '2025-12-17-694265741e40f.png', 150, '[{\"id\":\"38\",\"position\":1},{\"id\":\"150\",\"position\":2}]', '[]', '[]', '[]', '[]', 90.00, 0.00, 'percent', 8.00, 'percent', '00:00:00', '23:59:59', 0, 1, 4, '2025-12-17 13:40:28', '2026-04-10 09:00:29', 0, 0.00000000000000, 0, NULL, 1, 109, 5, '[{\"img\":\"2025-12-17-694265741d520.png\",\"storage\":\"public\"}]', '[]', 'capsicum-yellow', 0, 0, NULL, 1, 0),
(207, 'Lemon', 'Primarily known for its juice and a strong aroma, bright yellow Lemon is used in cooking, cleaning as well as baking. The sour taste of lemon juice makes it a key ingredient in drinks such as Nimbu Pani and preparations like Lemon Rice, meat and fish curry., Cherries are small stone fruits that come in a variety of colors and flavors. This vibrant red fruit is a great blend of sweet flavours with a tingle of sourness and adds the perfect pop of colour to desserts. Cherries can be eaten raw or can also be used in a variety of recipes such as cakes, tarts, pies and cheesecakes.', '2025-12-17-69426f262c453.png', 260, '[{\"id\":\"38\",\"position\":1},{\"id\":\"260\",\"position\":2}]', '[]', '[]', '[]', '[]', 90.00, 0.00, 'percent', 30.00, 'percent', '00:00:00', '23:59:59', 0, 1, 4, '2025-12-17 14:17:33', '2026-04-10 09:00:29', 0, 0.00000000000000, 0, NULL, 1, 108, 3, '[{\"img\":\"2025-12-17-69426f262b9ab.png\",\"storage\":\"public\"}]', '[]', 'green-peas-matar', 0, 0, NULL, 1, 0),
(208, 'Amul Taaza Toned Fresh Milk (Pouch)', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', '2025-12-17-694279e2d6a77.png', 22, '[{\"id\":\"22\",\"position\":1}]', '[]', '[]', '[]', '[]', 90.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-17 15:07:38', '2025-12-17 15:11:37', 0, 0.00000000000000, 0, NULL, 1, 110, 2, '[{\"img\":\"2025-12-17-694279e2d5aab.png\",\"storage\":\"public\"}]', '[]', 'amul-taaza-toned-fresh-milk-pouch', 0, 0, NULL, 1, 0),
(209, 'Godrej Ezee Detergent Liquid For Winterweara', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', '2025-12-17-6942a61394ecb.jpg', 24, '[{\"id\":\"24\",\"position\":1}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-17 18:16:11', '2025-12-17 18:16:11', 0, 0.00000000000000, 0, NULL, 1, 200, 2, '[{\"img\":\"2025-12-17-6942a61393d93.jpg\",\"storage\":\"public\"}]', '[]', 'godrej-ezee-detergent-liquid-for-winterweara', 0, 0, NULL, 1, 0),
(210, 'India Gate All Rounder Feast Rozzana Basmati Rice | Aged Rice | Fluffy and Non-Sticky', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', '2025-12-18-6943b7c2bf966.png', 30, '[{\"id\":\"30\",\"position\":1}]', '[]', '[]', '[]', '[]', 450.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-17 18:22:16', '2025-12-18 13:43:54', 0, 0.00000000000000, 0, NULL, 1, 120, 2, '[{\"img\":\"2025-12-18-6943b7c2bf1d3.png\",\"storage\":\"public\"}]', '[]', 'india-gate-all-rounder-feast-rozzana-basmati-rice-aged-rice-fluffy-and-non-sticky', 0, 0, NULL, 1, 0),
(211, 'Mamaearth Onion Shampoo For Hair Fall Control & Hair Growth With Onion & Plant Keratin', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page', '2025-12-17-6942a8a59a4bb.png', 35, '[{\"id\":\"35\",\"position\":1}]', '[]', '[]', '[]', '[]', 442.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-17 18:27:09', '2025-12-17 18:27:29', 0, 0.00000000000000, 0, NULL, 1, 112, 4, '[{\"img\":\"2025-12-17-6942a8a599987.png\",\"storage\":\"public\"}]', '[]', 'mamaearth-onion-shampoo-for-hair-fall-control-hair-growth-with-onion-plant-keratin', 0, 0, 12, 1, 0),
(212, 'Himalaya Diaper Rash Cream', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', '2025-12-18-6943ac2bc07d5.png', 203, '[{\"id\":\"27\",\"position\":1},{\"id\":\"203\",\"position\":2}]', '[{\"type\":\"1pc(50g)\",\"price\":150,\"stock\":1}]', '[]', '[\"3\"]', '[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"1 pc (50 g)\"]}]', 150.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-18 12:54:27', '2025-12-18 12:54:27', 0, 0.00000000000000, 0, NULL, 1, 100, 2, '[{\"img\":\"2025-12-18-6943ac2bbf435.png\",\"storage\":\"public\"}]', '[]', 'himalaya-diaper-rash-cream', 0, 0, NULL, 1, 0),
(213, 'Mee Mee Gentle Wet Baby Wipes', 'Dermatologically tested and hypoallergenic, enriched with soothing aloe vera extract, alcohol-free and paraben-free formula, antibacterial protection for delicate skin', '2025-12-18-6943ad2a53239.png', 203, '[{\"id\":\"27\",\"position\":1},{\"id\":\"203\",\"position\":2}]', '[{\"type\":\"5x72pulls\",\"price\":200,\"stock\":1}]', '[]', '[\"3\"]', '[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"5 x 72 pulls\"]}]', 200.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-18 12:58:42', '2025-12-18 12:58:42', 0, 0.00000000000000, 0, NULL, 1, 100, 2, '[{\"img\":\"2025-12-18-6943ad2a52374.png\",\"storage\":\"public\"}]', '[]', 'mee-mee-gentle-wet-baby-wipes', 0, 0, NULL, 1, 0),
(214, 'Little Joys Nutrimix', 'Little Joys Nutrimix is a wholesome nutrition powder for kids aged 2–6, made with ragi, bajra, oats, and almonds. It supports healthy growth, stronger bones, better digestion, and immunity.This chocolate-flavoured drink is Naturally sweetened with dates and jaggery and packed with essential nutrients.', '2025-12-18-6943aec19d215.png', 269, '[{\"id\":\"28\",\"position\":1},{\"id\":\"269\",\"position\":2}]', '[{\"type\":\"\\u20b9625MRP\",\"price\":400,\"stock\":1}]', '[]', '[\"3\"]', '[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"\\u20b9625 MRP\"]}]', 400.00, 0.00, 'percent', 39.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-18 13:05:29', '2025-12-18 13:05:29', 0, 0.00000000000000, 0, NULL, 1, 100, 2, '[{\"img\":\"2025-12-18-6943aec19ca94.png\",\"storage\":\"public\"}]', '[]', 'little-joys-nutrimix', 0, 0, NULL, 1, 0),
(215, 'Horlicks Classic Malt Drink Mix', 'Every effort is made to maintain the accuracy of all information. However, actual product packaging and materials may contain more and/or different information. It is recommended not to solely rely on the information presented.', '2025-12-18-6943af40aa45d.png', 273, '[{\"id\":\"28\",\"position\":1},{\"id\":\"273\",\"position\":2}]', '[{\"type\":\"\\u20b9309MRP\",\"price\":700,\"stock\":1}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"\\u20b9309 MRP\"]}]', 700.00, 0.00, 'percent', 59.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-18 13:07:36', '2025-12-18 13:07:36', 0, 0.00000000000000, 0, NULL, 1, 100, 2, '[{\"img\":\"2025-12-18-6943af40a997b.png\",\"storage\":\"public\"}]', '[]', 'horlicks-classic-malt-drink-mix', 0, 0, NULL, 1, 0),
(216, 'Gritzo SuperMilk', 'Gritzo SuperMilk Height+ for 7-12 year old girls, it has 10g protein that supports growth, 100% RDA of Vitamin D3 for stronger bones. Enriched with antioxidants (amla, turmeric, cranberry) and 21 essential vitamins and minerals, it comes in a tasty natural double chocolate flavour with no refined sugar, preservatives, gluten, malt, artificial flavours or colours.', '2025-12-18-6943b052ca9b3.png', 269, '[{\"id\":\"28\",\"position\":1},{\"id\":\"269\",\"position\":2}]', '[{\"type\":\"400g\",\"price\":600,\"stock\":1}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"400 g\"]}]', 600.00, 0.00, 'percent', 30.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-18 13:12:10', '2025-12-18 13:12:10', 0, 0.00000000000000, 0, NULL, 1, 100, 2, '[{\"img\":\"2025-12-18-6943b052c9eeb.png\",\"storage\":\"public\"}]', '[]', 'gritzo-supermilk', 0, 0, NULL, 1, 0),
(217, 'Pedigree Adult Meat', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', '2025-12-18-6943b0f469b41.png', 280, '[{\"id\":\"29\",\"position\":1},{\"id\":\"280\",\"position\":2}]', '[{\"type\":\":1pack(1.2kg)\",\"price\":0,\"stock\":0}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\": 1 pack (1.2 kg)\"]}]', 1000.00, 0.00, 'percent', 50.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-18 13:14:52', '2025-12-18 13:14:52', 0, 0.00000000000000, 0, NULL, 1, 100, 2, '[{\"img\":\"2025-12-18-6943b0f468eb7.png\",\"storage\":\"public\"}]', '[]', 'pedigree-adult-meat', 0, 0, NULL, 1, 0);
INSERT INTO `items` (`id`, `name`, `description`, `image`, `category_id`, `category_ids`, `variations`, `add_ons`, `attributes`, `choice_options`, `price`, `tax`, `tax_type`, `discount`, `discount_type`, `available_time_starts`, `available_time_ends`, `veg`, `status`, `store_id`, `created_at`, `updated_at`, `order_count`, `avg_rating`, `rating_count`, `rating`, `module_id`, `stock`, `unit_id`, `images`, `food_variations`, `slug`, `recommended`, `organic`, `maximum_cart_quantity`, `is_approved`, `is_halal`) VALUES
(218, 'Bark Out Loud 100% Veg Dog', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', '2025-12-18-6943b1f66f88b.png', 280, '[{\"id\":\"29\",\"position\":1},{\"id\":\"280\",\"position\":2}]', '[]', '[]', '[]', '[]', 800.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-18 13:19:10', '2025-12-18 13:19:10', 0, 0.00000000000000, 0, NULL, 1, 100, 2, '[{\"img\":\"2025-12-18-6943b1f66ee17.png\",\"storage\":\"public\"}]', '[]', 'bark-out-loud-100-veg-dog', 0, 0, NULL, 1, 0),
(219, 'Whiskas Junior Tuna in Jelly Wet Cat Food', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', '2025-12-18-6943b278575d9.png', 277, '[{\"id\":\"29\",\"position\":1},{\"id\":\"277\",\"position\":2}]', '[{\"type\":\"1pack(80g)\",\"price\":500,\"stock\":1}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"1 pack (80 g)\"]}]', 500.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-18 13:21:20', '2025-12-18 13:21:20', 0, 0.00000000000000, 0, NULL, 1, 100, 5, '[{\"img\":\"2025-12-18-6943b27856a84.png\",\"storage\":\"public\"}]', '[]', 'whiskas-junior-tuna-in-jelly-wet-cat-food', 0, 0, NULL, 1, 0),
(220, 'Pedigree Wet Puppy Food', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', '2025-12-18-6943b5cf38a87.png', 280, '[{\"id\":\"29\",\"position\":1},{\"id\":\"280\",\"position\":2}]', '[{\"type\":\"70g\",\"price\":0,\"stock\":0}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"70 g\"]}]', 500.00, 0.00, 'percent', 9.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-18 13:27:17', '2025-12-18 13:35:35', 0, 0.00000000000000, 0, NULL, 1, 100, 2, '[{\"img\":\"2025-12-18-6943b5cf377ac.png\",\"storage\":\"public\"}]', '[]', 'pedigree-wet-puppy-food', 0, 0, NULL, 1, 0),
(221, 'Bark Out Loud Festive Dog', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', '2025-12-18-6943b4ad6e351.png', 29, '[{\"id\":\"29\",\"position\":1}]', '[{\"type\":\":1set(439g)\",\"price\":900,\"stock\":40}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\": 1 set (439 g)\"]}]', 900.00, 0.00, 'percent', 30.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-18 13:30:45', '2025-12-19 13:19:39', 0, 0.00000000000000, 0, NULL, 1, 140, 2, '[{\"img\":\"2025-12-18-6943b4ad6d90c.png\",\"storage\":\"public\"}]', '[]', 'bark-out-loud-festive-dog', 0, 0, NULL, 1, 0),
(222, 'Bark Out Loud - Sardine Oil', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', '2025-12-18-6943b55219e22.png', 283, '[{\"id\":\"29\",\"position\":1},{\"id\":\"283\",\"position\":2}]', '[]', '[]', '[]', '[]', 900.00, 0.00, 'percent', 60.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-18 13:33:30', '2026-04-10 09:06:04', 0, 0.00000000000000, 0, NULL, 1, 106, 5, '[{\"img\":\"2025-12-18-6943b552193eb.png\",\"storage\":\"public\"}]', '[]', 'bark-out-loud-sardine-oil', 0, 0, NULL, 1, 0),
(223, 'Petstar Puppy Dry', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', '2025-12-18-6943b676495c5.png', 280, '[{\"id\":\"29\",\"position\":1},{\"id\":\"280\",\"position\":2}]', '[{\"type\":\"2.68ml\",\"price\":800,\"stock\":1}]', '[]', '[\"3\"]', '[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"2.68 ml\"]}]', 800.00, 0.00, 'percent', 69.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-18 13:38:22', '2025-12-18 13:38:22', 0, 0.00000000000000, 0, NULL, 1, 100, 2, '[{\"img\":\"2025-12-18-6943b67648e96.png\",\"storage\":\"public\"}]', '[]', 'petstar-puppy-dry', 0, 0, NULL, 1, 0),
(224, 'Daawat Biryani', 'Experience authentic Kolkata Biryani in 30 minutes with Daawat Kolkata Biryani Kit. This ready-to-cook kit includes Daawat Basmati Rice, Biryani Paste, Whole Spices & Raita Seasoning, ensuring a delicious biryani in 3 easy steps. No Preservatives or added colors.', '2025-12-18-6943b87760c6d.png', 162, '[{\"id\":\"30\",\"position\":1},{\"id\":\"162\",\"position\":2}]', '[]', '[]', '[]', '[]', 800.00, 0.00, 'percent', 30.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-18 13:46:55', '2025-12-18 13:46:55', 0, 0.00000000000000, 0, NULL, 1, 100, 2, '[{\"img\":\"2025-12-18-6943b87760468.png\",\"storage\":\"public\"}]', '[]', 'daawat-biryani', 0, 0, NULL, 1, 0),
(225, 'Steam Sonamasuri Rice', 'Experience authentic Kolkata Biryani in 30 minutes with Daawat Kolkata Biryani Kit. This ready-to-cook kit includes Daawat Basmati Rice, Biryani Paste, Whole Spices & Raita Seasoning, ensuring a delicious biryani in 3 easy steps. No Preservatives or added colors.\r\nUnit\r\n334 g', '2025-12-18-6943b8dc457ea.png', 162, '[{\"id\":\"30\",\"position\":1},{\"id\":\"162\",\"position\":2}]', '[{\"type\":\"1kg\",\"price\":590,\"stock\":1}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"1 kg\"]}]', 590.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-18 13:48:36', '2025-12-18 13:48:36', 0, 0.00000000000000, 0, NULL, 1, 100, 2, '[{\"img\":\"2025-12-18-6943b8dc450ef.png\",\"storage\":\"public\"}]', '[]', 'steam-sonamasuri-rice', 0, 0, NULL, 1, 0),
(226, 'Fortune Rozana Super Basmati Rice', 'Experience authentic Kolkata Biryani in 30 minutes with Daawat Kolkata Biryani Kit. This ready-to-cook kit includes Daawat Basmati Rice, Biryani Paste, Whole Spices & Raita Seasoning, ensuring a delicious biryani in 3 easy steps. No Preservatives or added colors.\r\nUnit\r\n334 gExperience authentic Kolkata Biryani in 30 minutes with Daawat Kolkata Biryani Kit. This ready-to-cook kit includes Daawat Basmati Rice, Biryani Paste, Whole Spices & Raita Seasoning, ensuring a delicious biryani in 3 easy steps. No Preservatives or added colors.', '2025-12-18-6943b950873bb.png', 162, '[{\"id\":\"30\",\"position\":1},{\"id\":\"162\",\"position\":2}]', '[{\"type\":\"1kg\",\"price\":100,\"stock\":1}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"1kg\"]}]', 100.00, 0.00, 'percent', 7.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-18 13:50:32', '2025-12-18 13:50:32', 0, 0.00000000000000, 0, NULL, 1, 100, 2, '[{\"img\":\"2025-12-18-6943b95086bbc.png\",\"storage\":\"public\"}]', '[]', 'fortune-rozana-super-basmati-rice', 0, 0, NULL, 1, 0),
(227, 'Natureland Whole Wheat Organic Atta', 'Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and/or different information. It is recommended not to solely rely on the information presented.', '2025-12-18-6943b9ca10b88.png', 161, '[{\"id\":\"30\",\"position\":1},{\"id\":\"161\",\"position\":2}]', '[{\"type\":\"5kg\",\"price\":500,\"stock\":1}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"5kg\"]}]', 500.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-18 13:52:34', '2025-12-18 13:52:34', 0, 0.00000000000000, 0, NULL, 1, 100, 2, '[{\"img\":\"2025-12-18-6943b9ca102cc.png\",\"storage\":\"public\"}]', '[]', 'natureland-whole-wheat-organic-atta', 0, 0, NULL, 1, 0),
(228, 'Chakki Atta', 'Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and/or different information. It is recommended not to solely rely on the information presented.', '2025-12-18-6943ba7628f0b.png', 161, '[{\"id\":\"30\",\"position\":1},{\"id\":\"161\",\"position\":2}]', '[{\"type\":\"4kg\",\"price\":400,\"stock\":1}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"4kg\"]}]', 400.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-18 13:55:26', '2025-12-18 13:55:26', 0, 0.00000000000000, 0, NULL, 1, 100, 2, '[{\"img\":\"2025-12-18-6943ba76282b9.png\",\"storage\":\"public\"}]', '[]', 'chakki-atta', 0, 0, NULL, 1, 0),
(229, 'Fortune Soya Chunks', 'Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and/or different information. It is recommended not to solely rely on the information presented.', '2025-12-18-6943bb7a7f3bd.png', 164, '[{\"id\":\"30\",\"position\":1},{\"id\":\"164\",\"position\":2}]', '[{\"type\":\"200g\",\"price\":30,\"stock\":1}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"200 g\"]}]', 30.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-18 13:59:46', '2025-12-18 13:59:46', 0, 0.00000000000000, 0, NULL, 1, 100, 2, '[{\"img\":\"2025-12-18-6943bb7a7e4f6.png\",\"storage\":\"public\"}]', '[]', 'fortune-soya-chunks', 0, 0, NULL, 1, 0),
(230, 'Nutrela Soya', 'Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and/or different information. It is recommended not to solely rely on the information presented.', '2025-12-18-6943bbdfc7602.png', 164, '[{\"id\":\"30\",\"position\":1},{\"id\":\"164\",\"position\":2}]', '[{\"type\":\"200g\",\"price\":70,\"stock\":1}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"200 g\"]}]', 70.00, 0.00, 'percent', 9.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-18 14:01:27', '2025-12-18 14:01:27', 0, 0.00000000000000, 0, NULL, 1, 100, 2, '[{\"img\":\"2025-12-18-6943bbdfc6b8a.png\",\"storage\":\"public\"}]', '[]', 'nutrela-soya', 0, 0, NULL, 1, 0),
(231, 'True Elements', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', '2025-12-18-6943bcfb53ff3.png', 30, '[{\"id\":\"30\",\"position\":1}]', '[{\"type\":\"500g\",\"price\":0,\"stock\":0}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"500 g\"]}]', 400.00, 0.00, 'percent', 4.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-18 14:06:11', '2025-12-18 14:06:11', 0, 0.00000000000000, 0, NULL, 1, 100, 2, '[{\"img\":\"2025-12-18-6943bcfb5352b.png\",\"storage\":\"public\"}]', '[]', 'true-elements', 0, 0, NULL, 1, 0),
(232, 'Yippee Magic', 'Dazzle your taste buds with Sunfeast YiPPee! Magic Masala Noodles. The delicious mix of Indian spices give it the much loved magical masala taste & goodness of vegetables adds more texture & a healthy dash of colour to every bite! The kids will love it & so will you! A delicious treat loaded with nutrients such as Calcium, Iron, Vitamin C, Folic Acid & Protein, which are essential for good health.', '2025-12-18-6943bf2d72355.png', 216, '[{\"id\":\"40\",\"position\":1},{\"id\":\"216\",\"position\":2}]', '[{\"type\":\"300g\",\"price\":60,\"stock\":1}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"300g\"]}]', 60.00, 0.00, 'percent', 6.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-18 14:15:33', '2025-12-18 14:15:33', 0, 0.00000000000000, 0, NULL, 1, 100, 2, '[{\"img\":\"2025-12-18-6943bf2d719e7.png\",\"storage\":\"public\"}]', '[]', 'yippee-magic', 0, 0, NULL, 1, 0),
(233, 'Slurrp Farm', 'Dazzle your taste buds with Sunfeast YiPPee! Magic Masala Noodles. The delicious mix of Indian spices give it the much loved magical masala taste & goodness of vegetables adds more texture & a healthy dash of colour to every bite! The kids will love it & so will you! A delicious treat loaded with nutrients such as Calcium, Iron, Vitamin C, Folic Acid & Protein, which are essential for good health.', '2025-12-18-6943bfffc5c57.png', 216, '[{\"id\":\"40\",\"position\":1},{\"id\":\"216\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 3.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-18 14:19:03', '2025-12-18 14:19:03', 0, 0.00000000000000, 0, NULL, 1, 100, 2, '[{\"img\":\"2025-12-18-6943bfffc3578.png\",\"storage\":\"public\"}]', '[]', 'slurrp-farm', 0, 0, NULL, 1, 0),
(234, 'Kellogg\'s Corn', 'Dazzle your taste buds with Sunfeast YiPPee! Magic Masala Noodles. The delicious mix of Indian spices give it the much loved magical masala taste & goodness of vegetables adds more texture & a healthy dash of colour to every bite! The kids will love it & so will you! A delicious treat loaded with nutrients such as Calcium, Iron, Vitamin C, Folic Acid & Protein, which are essential for good health.', '2025-12-18-6943c0e6c65b3.png', 216, '[{\"id\":\"40\",\"position\":1},{\"id\":\"216\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 3.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-18 14:19:03', '2025-12-18 14:22:54', 0, 0.00000000000000, 0, NULL, 1, 100, 2, '[{\"img\":\"2025-12-18-6943c0e6c5ad8.png\",\"storage\":\"public\"}]', '[]', 'slurrp-farm-2', 0, 0, NULL, 1, 0),
(235, 'The Select Aisle Eggless Chocolate Cake', 'Dazzle your taste buds with Sunfeast YiPPee! Magic Masala Noodles. The delicious mix of Indian spices give it the much loved magical masala taste & goodness of vegetables adds more texture & a healthy dash of colour to every bite! The kids will love it & so will you! A delicious treat loaded with nutrients such as Calcium, Iron, Vitamin C, Folic Acid & Protein, which are essential for good health.', '2025-12-18-6943c19b9a683.png', 40, '[{\"id\":\"40\",\"position\":1}]', '[{\"type\":\"40g\",\"price\":70,\"stock\":1}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"40g\"]}]', 70.00, 0.00, 'percent', 4.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-18 14:25:55', '2025-12-18 14:25:55', 0, 0.00000000000000, 0, NULL, 1, 100, 2, '[{\"img\":\"2025-12-18-6943c19b99b53.png\",\"storage\":\"public\"}]', '[]', 'the-select-aisle-eggless-chocolate-cake', 0, 0, NULL, 1, 0),
(236, 'Cheese Onion Pizza', 'A veggie delight with a cheesy and onion-flavored twist, perfect for pizza lovers seeking a mouthwatering experience.', '2025-12-18-6943cc29bc010.png', 56, '[{\"id\":\"56\",\"position\":1}]', '[]', '[]', '[]', '[]', 199.00, 0.00, 'percent', 10.00, 'percent', '00:01:00', '11:59:00', 1, 1, 2, '2025-12-18 15:10:57', '2025-12-18 15:10:57', 0, 0.00000000000000, 0, NULL, 2, 100, NULL, '[{\"img\":\"2025-12-18-6943cc29bb82e.png\",\"storage\":\"public\"}]', '[]', 'cheese-onion-pizza', 0, 0, 5, 1, 0),
(237, 'Gits Jalebi Dessert', 'Dazzle your taste buds with Sunfeast YiPPee! Magic Masala Noodles. The delicious mix of Indian spices give it the much loved magical masala taste & goodness of vegetables adds more texture & a healthy dash of colour to every bite! The kids will love it & so will you! A delicious treat loaded with nutrients such as Calcium, Iron, Vitamin C, Folic Acid & Protein, which are essential for good health.', '2025-12-18-6943da0f1fe4d.png', 40, '[{\"id\":\"40\",\"position\":1}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-18 16:10:15', '2025-12-19 11:57:39', 0, 0.00000000000000, 0, NULL, 1, 110, 3, '[{\"img\":\"2025-12-18-6943da0f1f234.png\",\"storage\":\"public\"}]', '[]', 'gits-jalebi-dessert', 0, 0, NULL, 1, 0),
(238, 'Kwality Instant Gulab', 'Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and/or different information. It is recommended not to solely rely on the information presented.', '2025-12-19-6944f11410761.png', 40, '[{\"id\":\"40\",\"position\":1}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-19 12:00:44', '2025-12-19 12:00:44', 0, 0.00000000000000, 0, NULL, 1, 100, 2, '[{\"img\":\"2025-12-19-6944f1140f121.png\",\"storage\":\"public\"}]', '[]', 'kwality-instant-gulab', 0, 0, NULL, 1, 0),
(239, 'Amul Happy Treats Masti Dahi Tikki', 'Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and/or different information. It is recommended not to solely rely on the information presented.', '2025-12-19-6944f265ef3fc.png', 40, '[{\"id\":\"40\",\"position\":1}]', '[]', '[]', '[]', '[]', 500.00, 0.00, 'percent', 4.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-19 12:06:21', '2025-12-19 12:06:21', 0, 0.00000000000000, 0, NULL, 1, 100, 2, '[{\"img\":\"2025-12-19-6944f265eeb15.png\",\"storage\":\"public\"}]', '[]', 'amul-happy-treats-masti-dahi-tikki', 0, 0, NULL, 1, 0),
(240, 'Keventer Frozen Green Peas', 'Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and/or different information. It is recommended not to solely rely on the information presented.', '2025-12-19-6944f31f0e253.png', 256, '[{\"id\":\"38\",\"position\":1},{\"id\":\"256\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-19 12:09:27', '2025-12-19 12:09:27', 0, 0.00000000000000, 0, NULL, 1, 100, 2, '[{\"img\":\"2025-12-19-6944f31f0da57.png\",\"storage\":\"public\"}]', '[]', 'keventer-frozen-green-peas', 0, 0, NULL, 1, 0),
(241, 'Total Frozen Mixed Vegetables', 'Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and/or different information. It is recommended not to solely rely on the information presented.', '2025-12-19-6944f3e2ad703.png', 150, '[{\"id\":\"38\",\"position\":1},{\"id\":\"150\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 6.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-19 12:12:42', '2025-12-19 13:15:13', 0, 0.00000000000000, 0, NULL, 1, 160, 3, '[{\"img\":\"2025-12-19-6944f3e2accf1.png\",\"storage\":\"public\"}]', '[]', 'total-frozen-mixed-vegetables', 0, 0, NULL, 1, 0),
(242, 'Taj Mahal Tea | Rich and Flavourful Chai', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', '2025-12-19-6944f4f3d63e2.png', 32, '[{\"id\":\"32\",\"position\":1}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-19 12:17:15', '2026-04-14 10:33:26', 0, 0.00000000000000, 0, NULL, 1, 159, 3, '[{\"img\":\"2025-12-19-6944f4f3d53e9.png\",\"storage\":\"public\"}]', '[]', 'taj-mahal-tea-rich-and-flavourful-chai', 0, 0, NULL, 1, 0),
(243, 'Tata Tea Gold Natural Black Tea', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', '2025-12-19-6944fbfd08db4.png', 32, '[{\"id\":\"32\",\"position\":1}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 7.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-19 12:47:17', '2025-12-19 13:14:48', 0, 0.00000000000000, 0, NULL, 1, 130, 2, '[{\"img\":\"2025-12-19-6944fbfd08499.png\",\"storage\":\"public\"}]', '[]', 'tata-tea-gold-natural-black-tea', 0, 0, NULL, 1, 0),
(244, 'Brooke Bond Red', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', '2025-12-19-6944fd124b07d.png', 32, '[{\"id\":\"32\",\"position\":1}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-19 12:51:54', '2025-12-19 13:14:38', 0, 0.00000000000000, 0, NULL, 1, 150, 2, '[{\"img\":\"2025-12-19-6944fd124a69e.png\",\"storage\":\"public\"}]', '[]', 'brooke-bond-red', 0, 0, NULL, 1, 0),
(245, 'Tata Tea Premium', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', '2025-12-19-6944fe7a2eb55.png', 160, '[{\"id\":\"32\",\"position\":1},{\"id\":\"160\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 6.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-19 12:57:54', '2025-12-19 13:14:24', 0, 0.00000000000000, 0, NULL, 1, 200, 2, '[{\"img\":\"2025-12-19-6944fe7a2e223.png\",\"storage\":\"public\"}]', '[]', 'tata-tea-premium', 0, 0, NULL, 1, 0),
(246, 'Brooke Bond Taaza Tea', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', '2025-12-19-6944ffde19de4.png', 160, '[{\"id\":\"32\",\"position\":1},{\"id\":\"160\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 7.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-19 13:03:50', '2025-12-19 13:03:50', 0, 0.00000000000000, 0, NULL, 1, 107, 2, '[{\"img\":\"2025-12-19-6944ffde193a9.png\",\"storage\":\"public\"}]', '[]', 'brooke-bond-taaza-tea', 0, 0, NULL, 1, 0),
(247, 'Kissan No-Onion No-Garlic Tomato Sauce', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', '2025-12-19-694501c60d387.png', 46, '[{\"id\":\"46\",\"position\":1}]', '[]', '[]', '[]', '[]', 600.00, 0.00, 'percent', 8.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-19 13:11:58', '2025-12-19 13:11:58', 0, 0.00000000000000, 0, NULL, 1, 106, 2, '[{\"img\":\"2025-12-19-694501c60c5a3.png\",\"storage\":\"public\"}]', '[]', 'kissan-no-onion-no-garlic-tomato-sauce', 0, 0, NULL, 1, 0),
(248, 'Dr. Oetker FunFoods Pasta & Pizza Red', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', '2025-12-19-69450240da1e5.png', 240, '[{\"id\":\"46\",\"position\":1},{\"id\":\"240\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2025-12-19 13:14:00', '2025-12-19 13:14:00', 0, 0.00000000000000, 0, NULL, 1, 110, 3, '[{\"img\":\"2025-12-19-69450240d90bb.png\",\"storage\":\"public\"}]', '[]', 'dr-oetker-funfoods-pasta-pizza-red', 0, 0, NULL, 1, 0),
(249, 'Cetaphil DAM Daily Advance Ultra-Hydrating Lotion | For Continuously Dry, Sensitive Skin', 'Take an appropriate quantity of the lotion and apply it to clean, dry skin', '2026-01-10-69628bcabb151.png', 360, '[{\"id\":\"12\",\"position\":1},{\"id\":\"360\",\"position\":2}]', '[]', '[]', '[]', '[]', 599.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 5, '2026-01-10 22:56:34', '2026-01-10 23:00:49', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-10-69628bcabaa07.png\",\"storage\":\"public\"}]', '[]', 'cetaphil-dam-daily-advance-ultra-hydrating-lotion-for-continuously-dry-sensitive-skin', 0, 0, NULL, 1, 0),
(250, 'Minimalist 05% Marula Oil Moisturizer | For Dry/Normal Skin', 'Take sufficient quantity of the moisturiser and massage into the face until it is fully absorbed\r\nUse in the morning and night after cleansing, toning, and applying all serums', '2026-01-10-69628c2020c8f.png', 360, '[{\"id\":\"12\",\"position\":1},{\"id\":\"360\",\"position\":2}]', '[]', '[]', '[]', '[]', 699.00, 0.00, 'percent', 4.00, 'percent', '00:00:00', '23:59:59', 0, 1, 5, '2026-01-10 22:58:00', '2026-01-10 23:00:33', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-10-69628c2020264.png\",\"storage\":\"public\"}]', '[]', 'minimalist-05-marula-oil-moisturizer-for-drynormal-skin', 0, 0, NULL, 1, 0),
(251, 'Cetaphil Moisturising Cream | Face Care Product for Dry to Normal, Sensitive Skin', 'Read the label of the package before using this.', '2026-01-10-69628c9c5f10b.png', 361, '[{\"id\":\"12\",\"position\":1},{\"id\":\"361\",\"position\":2}]', '[]', '[]', '[]', '[]', 899.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 5, '2026-01-10 23:00:04', '2026-01-10 23:00:04', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-10-69628c9c5d3fb.png\",\"storage\":\"public\"}]', '[]', 'cetaphil-moisturising-cream-face-care-product-for-dry-to-normal-sensitive-skin', 0, 0, NULL, 1, 0),
(252, 'The Derma Co 3% AHA-BHA Foaming Face Wash | For All Sk', 'Take a small amount and massage onto wet skin in a gentle upward circular motion\r\nRinse thoroughly with lukewarm water and gently pat dry\r\nUse twice a day', '2026-01-10-69628d1904ad4.png', 360, '[{\"id\":\"12\",\"position\":1},{\"id\":\"360\",\"position\":2}]', '[]', '[]', '[]', '[]', 599.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 5, '2026-01-10 23:02:09', '2026-01-10 23:02:09', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-10-69628d19042cf.png\",\"storage\":\"public\"}]', '[]', 'the-derma-co-3-aha-bha-foaming-face-wash-for-all-sk', 0, 0, NULL, 1, 0),
(253, 'Good Knight Flash Refill (45ml Each)', 'As prescribed by the physician.', '2026-01-10-69628d9be64b9.png', 362, '[{\"id\":\"12\",\"position\":1},{\"id\":\"362\",\"position\":2}]', '[]', '[]', '[]', '[]', 599.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 5, '2026-01-10 23:04:19', '2026-01-10 23:04:19', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-10-69628d9be5dad.png\",\"storage\":\"public\"}]', '[]', 'good-knight-flash-refill-45ml-each', 0, 0, NULL, 1, 0),
(254, 'Good Knight Fabric Roll On Mild Bloom Fragnance', 'As prescribed by the physician.', '2026-01-10-69628f333b58a.png', 362, '[{\"id\":\"12\",\"position\":1},{\"id\":\"362\",\"position\":2}]', '[]', '[]', '[]', '[]', 500.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 5, '2026-01-10 23:11:07', '2026-01-10 23:11:07', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-10-69628f333ae89.png\",\"storage\":\"public\"}]', '[]', 'good-knight-fabric-roll-on-mild-bloom-fragnance', 0, 0, NULL, 1, 0),
(255, 'Lip Balm', 'Glide the lip balm on your lips\r\nSmack your lips for an even application\r\nUse it twice a day or as and when needed', '2026-01-10-69628fbfad24a.png', 363, '[{\"id\":\"12\",\"position\":1},{\"id\":\"363\",\"position\":2}]', '[]', '[]', '[]', '[]', 700.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 5, '2026-01-10 23:13:27', '2026-01-10 23:13:27', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-10-69628fbfacbae.png\",\"storage\":\"public\"}]', '[]', 'lip-balm', 0, 0, NULL, 1, 0),
(256, 'Ashpveda Rose Lip Balm', 'Take the required amount of lip balm on your fingertip.\r\nApply it to your lips and massage gently.', '2026-01-10-696290094b506.png', 363, '[{\"id\":\"12\",\"position\":1},{\"id\":\"363\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 5, '2026-01-10 23:14:41', '2026-01-10 23:14:41', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-10-696290094acf7.png\",\"storage\":\"public\"}]', '[]', 'ashpveda-rose-lip-balm', 0, 0, NULL, 1, 0),
(257, 'Ganeve London Luxury Shower Scrub Orange & Green Tea', 'Pour into your hands and massage all over\r\nRinse well\r\nYour skin will be smooth and silky and your daily shower will become full of fragrance', '2026-01-10-6962908476dcb.png', 368, '[{\"id\":\"12\",\"position\":1},{\"id\":\"368\",\"position\":2}]', '[]', '[]', '[]', '[]', 500.00, 0.00, 'percent', 55.00, 'percent', '00:00:00', '23:59:59', 0, 1, 5, '2026-01-10 23:16:44', '2026-01-10 23:16:44', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-10-69629084767ad.png\",\"storage\":\"public\"}]', '[]', 'ganeve-london-luxury-shower-scrub-orange-green-tea', 0, 0, NULL, 1, 0),
(258, 'Mamaearth Ubtan Body Scrub', 'Take an adequate amount of body scrub and apply on wet body\r\nMassage gently with your hands in a circular motion all over your body\r\nRinse off with water and pat dry. Use at least twice a week for best results', '2026-01-10-696290efdc55c.png', 368, '[{\"id\":\"12\",\"position\":1},{\"id\":\"368\",\"position\":2}]', '[]', '[]', '[]', '[]', 799.00, 0.00, 'percent', 4.00, 'percent', '00:00:00', '23:59:59', 0, 1, 5, '2026-01-10 23:18:31', '2026-01-10 23:18:31', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-10-696290efdbeea.png\",\"storage\":\"public\"}]', '[]', 'mamaearth-ubtan-body-scrub', 0, 0, NULL, 1, 0),
(259, 'The Derma Co 1% Salicylic Acid Day & Night Face Wash Gel | Face Care Product for Active Acne', 'Step 1: Squeeze out an adequate amount of face wash on your palm and gently massage over wet skin in a circular motion\r\n\r\nStep 2: Rinse well and pat dry\r\n\r\nStep 3: Use twice a day for best results', '2026-01-10-696291c5d8172.png', 362, '[{\"id\":\"12\",\"position\":1},{\"id\":\"362\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 5, '2026-01-10 23:22:05', '2026-01-10 23:22:05', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-10-696291c5d7a39.png\",\"storage\":\"public\"}]', '[]', 'the-derma-co-1-salicylic-acid-day-night-face-wash-gel-face-care-product-for-active-acne', 0, 0, NULL, 1, 0),
(260, 'Ayouthveda Deep Clean Gentle Hand Wash with Herbal Extracts to Protect from Germs & Retain Skin Moisture', 'Ayouthveda Deep Clean Gentle Hand Wash with Herbal Extracts to Protect from Germs & Retain Skin Moisture', '2026-01-10-69629289b21aa.png', 364, '[{\"id\":\"12\",\"position\":1},{\"id\":\"364\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 5, '2026-01-10 23:25:21', '2026-01-10 23:25:21', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-10-69629289b16f8.png\",\"storage\":\"public\"}]', '[]', 'ayouthveda-deep-clean-gentle-hand-wash-with-herbal-extracts-to-protect-from-germs-retain-skin-moisture', 0, 0, NULL, 1, 0),
(261, 'Cetaphil Brightening Night Comfort Cream | For Sensitive Skin', 'Cetaphil Brightening Night Comfort Cream | For Sensitive Skin', '2026-01-10-6962932407c1b.png', 364, '[{\"id\":\"12\",\"position\":1},{\"id\":\"364\",\"position\":2}]', '[]', '[]', '[]', '[]', 500.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 5, '2026-01-10 23:27:56', '2026-01-10 23:27:56', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-10-6962932407314.png\",\"storage\":\"public\"}]', '[]', 'cetaphil-brightening-night-comfort-cream-for-sensitive-skin', 0, 0, NULL, 1, 0),
(262, 'Lotions and Creams Oils', 'Lotions and Creams\r\nOils', '2026-01-10-6962954999215.png', 373, '[{\"id\":\"14\",\"position\":1},{\"id\":\"373\",\"position\":2}]', '[]', '[]', '[]', '[]', 500.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 6, '2026-01-10 23:37:05', '2026-01-10 23:37:05', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-10-6962954998b12.png\",\"storage\":\"public\"}]', '[]', 'lotions-and-creams-oils', 0, 0, NULL, 1, 0),
(263, 'Himalaya Diaper Rash Cream for Sensitive Skin | Paraben-Free', 'Apply a thin layer of Himalaya Diaper Rash Cream on clean and dry skin during each diaper change. Gently spread the cream over the affected area, ensuring complete coverage. Use as often as needed, especially at bedtime, for maximum protection and relief.', '2026-01-10-696296037c4aa.png', 373, '[{\"id\":\"14\",\"position\":1},{\"id\":\"373\",\"position\":2}]', '[]', '[]', '[]', '[]', 700.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 6, '2026-01-10 23:40:11', '2026-01-10 23:40:11', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-10-696296037be4e.png\",\"storage\":\"public\"}]', '[]', 'himalaya-diaper-rash-cream-for-sensitive-skin-paraben-free', 0, 0, NULL, 1, 0),
(264, 'Oils', 'Johnson\'s Baby Shampoo for Gentle Hair Cleansing', '2026-01-10-696297108a235.png', 371, '[{\"id\":\"14\",\"position\":1},{\"id\":\"371\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 3.00, 'percent', '00:00:00', '23:59:59', 0, 1, 6, '2026-01-10 23:41:54', '2026-01-10 23:44:40', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-10-6962971089a73.png\",\"storage\":\"public\"}]', '[]', 'johnsons-baby-shampoo-for-gentle-hair-cleansing', 0, 0, NULL, 1, 0),
(265, 'Tedibar Bathing Bar for Sensitive Skin', 'Apply 3-5 drops of serum on the entire face and neck twice a day\r\nMassage gently until the serum gets absorbed\r\nDon’t step out in the sun without sun protection', '2026-01-10-696297a76c134.png', 372, '[{\"id\":\"14\",\"position\":1},{\"id\":\"372\",\"position\":2}]', '[]', '[]', '[]', '[]', 699.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 6, '2026-01-10 23:47:11', '2026-01-10 23:47:11', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-10-696297a76ba3b.png\",\"storage\":\"public\"}]', '[]', 'tedibar-bathing-bar-for-sensitive-skin', 0, 0, NULL, 1, 0),
(266, 'Johnson\'s Baby Lotion', 'Apply 3-5 drops of serum on the entire face and neck twice a day\r\nMassage gently until the serum gets absorbed\r\nDon’t step out in the sun without sun protection', '2026-01-10-696298f9873a0.png', 373, '[{\"id\":\"14\",\"position\":1},{\"id\":\"373\",\"position\":2}]', '[]', '[]', '[]', '[]', 500.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 6, '2026-01-10 23:52:49', '2026-01-10 23:52:49', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-10-696298f986e2a.png\",\"storage\":\"public\"}]', '[]', 'johnsons-baby-lotion', 0, 0, NULL, 1, 0),
(267, 'Sugar Free Natura Low Calorie Sucralose Sweetener', '1 spoon of diet sugar provides the same sweetness as 1 pellet', '2026-01-11-69629d788b12d.png', 381, '[{\"id\":\"16\",\"position\":1},{\"id\":\"381\",\"position\":2}]', '[]', '[]', '[]', '[]', 500.00, 0.00, 'percent', 4.00, 'percent', '00:00:00', '23:59:59', 0, 1, 26, '2026-01-11 00:12:00', '2026-01-11 00:12:00', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-11-69629d788a8f6.png\",\"storage\":\"public\"}]', '[]', 'sugar-free-natura-low-calorie-sucralose-sweetener', 0, 0, NULL, 1, 0),
(268, 'Ostocalcium Total Chewable Tablet with Vitamin D & Calcium | Supports Strong Bones, Joints & Muscles (Veg) | Flavour Mixed Fruit', 'Ostocalcium Total Chewable Tablet with Vitamin D & Calcium | Supports Strong Bones, Joints & Muscles (Veg) | Flavour Mixed Fruit', '2026-01-11-69629e16290d9.png', 382, '[{\"id\":\"16\",\"position\":1},{\"id\":\"382\",\"position\":2}]', '[]', '[]', '[]', '[]', 700.00, 0.00, 'percent', 4.00, 'percent', '00:00:00', '23:59:59', 0, 1, 6, '2026-01-11 00:14:38', '2026-01-11 00:14:38', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-11-69629e1628915.png\",\"storage\":\"public\"}]', '[]', 'ostocalcium-total-chewable-tablet-with-vitamin-d-calcium-supports-strong-bones-joints-muscles-veg-flavour-mixed-fruit', 0, 0, NULL, 1, 0),
(269, 'Tata 1mg Knee Support | Knee Cap For Men & Women | Sports, Pain Relief & Comfort Medium Black', 'To get the most accurate measurement make sure you are standing up with your leg straight\r\nIf you are doing the measurement yourself or are unable to stand, sit on the edge of a chair with your leg straight out in front of you with your heel on the floor\r\nUse a soft measuring tape to measure 6 inches up from the middle of your kneecap\r\nMeasure all the way around your leg, that is, the circumference of the thigh area, to refer to the appropriate size for your knee cap support', '2026-01-11-69629ebf30028.png', 384, '[{\"id\":\"16\",\"position\":1},{\"id\":\"384\",\"position\":2}]', '[]', '[]', '[]', '[]', 899.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 6, '2026-01-11 00:17:27', '2026-01-11 00:17:27', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-11-69629ebf2f67f.png\",\"storage\":\"public\"}]', '[]', 'tata-1mg-knee-support-knee-cap-for-men-women-sports-pain-relief-comfort-medium-black', 0, 0, NULL, 1, 0),
(270, 'CIR Adult Diaper Pants | 10 hr Absorption Protection| Unisex with Wetness Indicator | Aloe Vera Medium', 'To get the most accurate measurement make sure you are standing up with your leg straight\r\nIf you are doing the measurement yourself or are unable to stand, sit on the edge of a chair with your leg straight out in front of you with your heel on the floor\r\nUse a soft measuring tape to measure 6 inches up from the middle of your kneecap\r\nMeasure all the way around your leg, that is, the circumference of the thigh area, to refer to the appropriate size for your knee cap support', '2026-01-11-69629fb4cf3f3.png', 383, '[{\"id\":\"16\",\"position\":1},{\"id\":\"383\",\"position\":2}]', '[]', '[]', '[]', '[]', 500.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 6, '2026-01-11 00:21:32', '2026-01-11 00:21:32', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-11-69629fb4cec84.png\",\"storage\":\"public\"}]', '[]', 'cir-adult-diaper-pants-10-hr-absorption-protection-unisex-with-wetness-indicator-aloe-vera-medium', 0, 0, NULL, 1, 0),
(271, 'Arogyam Dental Gel', 'As directed by the physician.', '2026-01-11-6962a22e82929.png', 387, '[{\"id\":\"13\",\"position\":1},{\"id\":\"387\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 6, '2026-01-11 00:32:06', '2026-01-11 00:32:06', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-11-6962a22e82134.png\",\"storage\":\"public\"}]', '[]', 'arogyam-dental-gel', 0, 0, NULL, 1, 0),
(272, 'Clove Sensitive | Instant Sensitivity Relief Toothpaste', 'Clove Sensitive | Instant Sensitivity Relief Toothpaste', '2026-01-11-6962a2942d5f0.png', 388, '[{\"id\":\"13\",\"position\":1},{\"id\":\"388\",\"position\":2}]', '[]', '[]', '[]', '[]', 500.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 6, '2026-01-11 00:33:48', '2026-01-11 00:33:48', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-11-6962a2942cf5c.png\",\"storage\":\"public\"}]', '[]', 'clove-sensitive-instant-sensitivity-relief-toothpaste', 0, 0, NULL, 1, 0),
(273, 'Clove Sensitive | Instant Sensitivity Relief Toothpaste', 'Use twice daily after brushing\r\nMeasure 10ml and rinse for 1 minute before spitting\r\nDo not rinse with water\r\nDo not swallow or drink from the bottle', '2026-01-11-6962a2f56dd19.png', 389, '[{\"id\":\"13\",\"position\":1},{\"id\":\"389\",\"position\":2}]', '[]', '[]', '[]', '[]', 500.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 6, '2026-01-11 00:35:25', '2026-01-11 00:35:25', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-11-6962a2f56cf93.png\",\"storage\":\"public\"}]', '[]', 'clove-sensitive-instant-sensitivity-relief-toothpaste-2', 0, 0, NULL, 1, 0),
(274, 'Perfora Dark Night Electric Toothbrush', 'Apply toothpaste on the toothbrush\'s wet bristles, brush, and then rinse', '2026-01-11-6962a38084fe5.png', 386, '[{\"id\":\"13\",\"position\":1},{\"id\":\"386\",\"position\":2}]', '[]', '[]', '[]', '[]', 500.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 6, '2026-01-11 00:37:44', '2026-01-11 00:37:44', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-11-6962a38084664.png\",\"storage\":\"public\"}]', '[]', 'perfora-dark-night-electric-toothbrush', 0, 0, NULL, 1, 0),
(275, 'Perfora Lilac Lavender Electric Toothbrush', 'Apply toothpaste on the toothbrush\'s wet bristles, brush, and then rinse', '2026-01-11-6962a40fa8238.png', 386, '[{\"id\":\"13\",\"position\":1},{\"id\":\"386\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 6, '2026-01-11 00:40:07', '2026-01-11 00:40:07', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-11-6962a40fa53ee.png\",\"storage\":\"public\"}]', '[]', 'perfora-lilac-lavender-electric-toothbrush', 0, 0, NULL, 1, 0),
(276, 'Manforce Combo Lubricated Dotted Condom (4 Each) Chocolate, Strawberry, Black Grapes, Melon & Mint', 'Before indulging in sexual activity put the condom on the erect genital\r\nThe rolling direction should be on the outside\r\nYou must squeeze the end of the condom before putting it on to release any air trapped inside\r\nWhile squeezing the end with one hand, put the condom on top of the genital and roll it with the other\r\nOnce you have reached ejaculation, hold the condom firmly, and then take it off carefully to avoid any spillovers', '2026-01-11-6962a61bcd3bf.png', 392, '[{\"id\":\"15\",\"position\":1},{\"id\":\"392\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 26, '2026-01-11 00:48:51', '2026-01-11 00:48:51', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-11-6962a61bcccaa.png\",\"storage\":\"public\"}]', '[]', 'manforce-combo-lubricated-dotted-condom-4-each-chocolate-strawberry-black-grapes-melon-mint', 0, 0, NULL, 1, 0),
(277, 'Skore Oh Stimulant Lubes Liquid', 'Twist the pump 45° clockwise to unlock\r\nSqueeze out a few drops, apply it liberally and massage onto her intimate area during foreplay, to make it more sensitive\r\nA cool tingling sensation sets in either immediately or after a couple of minutes\r\nThe sensation can last up to 10 minutes\r\nAfter using, twist the pump back 45° anti-clockwise to lock\r\nSkore Oh! Stimulant Lube can be used before and during lovemaking, on its own or with condoms', '2026-01-11-6962a68e48d2c.png', 393, '[{\"id\":\"15\",\"position\":1},{\"id\":\"393\",\"position\":2}]', '[]', '[]', '[]', '[]', 500.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 26, '2026-01-11 00:50:46', '2026-01-11 00:50:46', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-11-6962a68e4855f.png\",\"storage\":\"public\"}]', '[]', 'skore-oh-stimulant-lubes-liquid', 0, 0, NULL, 1, 0),
(278, 'Prega News Pregnancy Test Kit', 'Open the pack just before use\r\nAdd 3 drops of urine in the sample slot provided on the device\r\nRead the result within 5 minutes\r\nDiscard the device after use\r\nDo not add urine in the window marked as “C & T”', '2026-01-11-6962a7089837f.png', 393, '[{\"id\":\"15\",\"position\":1},{\"id\":\"393\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 26, '2026-01-11 00:52:48', '2026-01-11 00:52:48', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[{\"img\":\"2026-01-11-6962a70897a8e.png\",\"storage\":\"public\"}]', '[]', 'prega-news-pregnancy-test-kit', 0, 0, NULL, 1, 0),
(279, 'Toothbrush', 'Maintain your daily oral hygiene with this high-quality toothbrush, designed for effective cleaning and gentle care of teeth and gums. The soft yet durable bristles help remove plaque, food particles, and stains without causing irritation. Its ergonomic handle offers a comfortable grip, ensuring better control while brushing.', '2026-01-11-6962b4ddae587.jpg', 386, '[{\"id\":\"13\",\"position\":1},{\"id\":\"386\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 26, '2026-01-11 01:51:49', '2026-01-11 01:51:49', 0, 0.00000000000000, 0, NULL, 3, 0, 5, '[{\"img\":\"2026-01-11-6962b4ddadd37.jpg\",\"storage\":\"public\"}]', '[]', 'toothbrush', 0, 0, NULL, 1, 0),
(280, 'Toothpaste', 'Keep your teeth clean, strong, and fresh with this effective daily-use toothpaste. It helps remove plaque, fight cavities, and protect enamel while providing long-lasting freshness. The gentle formula cleans deeply without harming gums, making it safe for everyday brushing.\r\n\r\nRegular use supports healthy gums, whiter-looking teeth, and fresh breath, helping you maintain complete oral hygiene for the whole family.\r\n\r\nKey Features:\r\n\r\nHelps fight cavities and tooth decay\r\n\r\nRemoves plaque and surface stains\r\n\r\nStrengthens tooth enamel\r\n\r\nProvides long-lasting fresh breath\r\n\r\nGentle and safe for daily use', '2026-01-11-6962b569a901d.jpg', 387, '[{\"id\":\"13\",\"position\":1},{\"id\":\"387\",\"position\":2}]', '[]', '[]', '[]', '[]', 360.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 5, '2026-01-11 01:54:09', '2026-01-11 01:54:09', 0, 0.00000000000000, 0, NULL, 3, 0, 6, '[{\"img\":\"2026-01-11-6962b569a884e.jpg\",\"storage\":\"public\"}]', '[]', 'toothpaste', 0, 0, NULL, 1, 0),
(281, 'Mouthwash', 'Maintain complete oral hygiene with this refreshing and effective mouthwash. It helps kill germs, reduce plaque, and protect against bad breath, reaching areas where brushing alone cannot. The advanced formula supports healthier gums and keeps your mouth feeling clean and fresh for hours.\r\n\r\nSuitable for daily use, this mouthwash provides long-lasting freshness and added protection for overall oral care.\r\n\r\nKey Features:\r\n\r\nHelps kill germs and reduce plaque\r\n\r\nFights bad breath effectively\r\n\r\nReaches hard-to-clean areas\r\n\r\nSupports healthy gums\r\n\r\nSafe for daily oral care', '2026-01-11-6962b65930e8f.jpg', 388, '[{\"id\":\"13\",\"position\":1},{\"id\":\"388\",\"position\":2}]', '[]', '[]', '[]', '[]', 210.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 5, '2026-01-11 01:58:09', '2026-01-11 01:58:09', 0, 0.00000000000000, 0, NULL, 3, 0, 5, '[{\"img\":\"2026-01-11-6962b6593076b.jpg\",\"storage\":\"public\"}]', '[]', 'mouthwash', 0, 0, NULL, 1, 0),
(282, 'Cleanser', 'Gently cleanse your skin with this effective daily-use cleanser, designed to remove dirt, oil, makeup, and impurities without over-drying. Its mild formula helps keep skin fresh, clean, and balanced, making it suitable for regular use.\r\n\r\nRegular cleansing supports healthy-looking, soft, and refreshed skin, leaving your face feeling smooth and revitalized after every wash.\r\n\r\nKey Features:\r\n\r\nGently removes dirt, oil, and impurities\r\n\r\nHelps maintain natural skin moisture\r\n\r\nNon-drying and skin-friendly formula\r\n\r\nSuitable for daily use\r\n\r\nIdeal for all skin types', '2026-01-11-6962b7a27543b.jpg', 360, '[{\"id\":\"12\",\"position\":1},{\"id\":\"360\",\"position\":2}]', '[]', '[]', '[]', '[]', 525.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 6, '2026-01-11 02:03:38', '2026-04-09 03:09:52', 0, 0.00000000000000, 0, NULL, 3, 100, 4, '[{\"img\":\"2026-01-11-6962b7a274df4.jpg\",\"storage\":\"public\"}]', '[]', 'cleanser', 0, 0, NULL, 1, 0);
INSERT INTO `items` (`id`, `name`, `description`, `image`, `category_id`, `category_ids`, `variations`, `add_ons`, `attributes`, `choice_options`, `price`, `tax`, `tax_type`, `discount`, `discount_type`, `available_time_starts`, `available_time_ends`, `veg`, `status`, `store_id`, `created_at`, `updated_at`, `order_count`, `avg_rating`, `rating_count`, `rating`, `module_id`, `stock`, `unit_id`, `images`, `food_variations`, `slug`, `recommended`, `organic`, `maximum_cart_quantity`, `is_approved`, `is_halal`) VALUES
(283, 'Body Lotions', 'Nourish and hydrate your skin with this rich and fast-absorbing body lotion, specially formulated to provide long-lasting moisture. It helps soothe dry skin, improve softness, and keep your skin smooth throughout the day without feeling greasy.\r\n\r\nIdeal for daily use, this body lotion supports healthy, soft, and radiant skin, making it suitable for all skin types.\r\n\r\nKey Features:\r\n\r\nProvides deep and long-lasting hydration\r\n\r\nHelps soothe and soften dry skin\r\n\r\nLightweight, non-greasy formula\r\n\r\nAbsorbs quickly into the skin\r\n\r\nSuitable for daily use and all skin types', '2026-01-11-6962b8b6df184.jpg', 361, '[{\"id\":\"12\",\"position\":1},{\"id\":\"361\",\"position\":2}]', '[]', '[]', '[]', '[]', 425.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 5, '2026-01-11 02:08:14', '2026-01-11 02:08:14', 0, 0.00000000000000, 0, NULL, 3, 200, 6, '[{\"img\":\"2026-01-11-6962b8b6de830.jpg\",\"storage\":\"public\"}]', '[]', 'body-lotions', 0, 0, NULL, 1, 0),
(284, 'Mamaearth', 'Mamaearth offers safe, natural, and toxin-free personal care products made with the goodness of nature. Formulated without harmful chemicals like parabens, sulfates, silicones, or artificial dyes, Mamaearth products are gentle on skin and suitable for daily use.\r\n\r\nEnriched with natural ingredients and essential nutrients, Mamaearth helps nourish, protect, and care for your skin and hair while being environmentally responsible. All products are Made Safe certified, cruelty-free, and inspired by traditional goodness with modern science.\r\n\r\nKey Highlights:\r\n\r\nMade with natural & plant-based ingredients\r\n\r\nFree from parabens, sulfates & harmful chemicals\r\n\r\nGentle and safe for daily use\r\n\r\nSuitable for all skin & hair types\r\n\r\nMade Safe & cruelty-free certified', '2026-01-11-6962b93b2a84e.jpg', 360, '[{\"id\":\"12\",\"position\":1},{\"id\":\"360\",\"position\":2}]', '[]', '[]', '[]', '[]', 251.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 6, '2026-01-11 02:10:27', '2026-01-11 02:10:27', 0, 0.00000000000000, 0, NULL, 3, 200, 6, '[{\"img\":\"2026-01-11-6962b93b299cf.jpg\",\"storage\":\"public\"}]', '[]', 'mamaearth', 0, 0, NULL, 1, 0),
(285, 'Sunscreen', 'Protect your skin from harmful sun damage with this lightweight and effective sunscreen, designed to shield against UVA and UVB rays. Its fast-absorbing, non-greasy formula helps prevent tanning, sunburn, and premature skin aging while keeping your skin comfortable throughout the day.\r\n\r\nSuitable for daily use, this sunscreen provides reliable sun protection and is ideal for outdoor activities and regular skincare routines.\r\n\r\nKey Features:\r\n\r\nProtects against UVA & UVB rays\r\n\r\nHelps prevent sunburn and tanning\r\n\r\nLightweight, non-greasy formula\r\n\r\nAbsorbs quickly without white cast\r\n\r\nSuitable for daily use and all skin types', '2026-01-11-6962ba0810228.jpg', 360, '[{\"id\":\"12\",\"position\":1},{\"id\":\"360\",\"position\":2}]', '[]', '[]', '[]', '[]', 245.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 6, '2026-01-11 02:13:52', '2026-01-11 02:13:52', 0, 0.00000000000000, 0, NULL, 3, 200, 4, '[{\"img\":\"2026-01-11-6962ba080fbe6.jpg\",\"storage\":\"public\"}]', '[]', 'sunscreen', 0, 0, 20, 1, 0),
(286, 'Tooth Powder', 'Experience natural oral care with this effective tooth powder, made to help clean teeth, remove plaque, and maintain fresh breath. Its gentle yet powerful formulation supports healthy gums and helps strengthen teeth while keeping your mouth clean and refreshed.\r\n\r\nIdeal for those who prefer traditional oral care, this tooth powder is suitable for daily use and supports long-lasting oral hygiene.\r\n\r\nKey Features:\r\n\r\nHelps clean teeth and remove plaque\r\n\r\nSupports healthy gums\r\n\r\nHelps fight bad breath\r\n\r\nTraditional and effective oral care\r\n\r\nSuitable for daily use', '2026-01-11-6962ba6e1b214.jpg', 389, '[{\"id\":\"13\",\"position\":1},{\"id\":\"389\",\"position\":2}]', '[]', '[]', '[]', '[]', 125.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 6, '2026-01-11 02:15:34', '2026-01-11 02:15:34', 0, 0.00000000000000, 0, NULL, 3, 200, 5, '[{\"img\":\"2026-01-11-6962ba6e1a5c8.jpg\",\"storage\":\"public\"}]', '[]', 'tooth-powder', 0, 0, NULL, 1, 0),
(287, 'Test', 'Testing', '2026-01-22-6971975828c0c.webp', 27, '[{\"id\":\"27\",\"position\":1}]', '[{\"type\":\"Blue\",\"price\":150,\"stock\":150}]', '[\"\"]', '[2]', '[{\"name\":\"choice_2\",\"title\":\"Colour\",\"options\":[\"Blue\"]}]', 100.00, 0.00, 'percent', 10.00, 'percent', NULL, NULL, 0, 1, 1, '2026-01-22 08:49:52', '2026-01-22 08:49:52', 0, 0.00000000000000, 0, NULL, 1, 150, 6, '[{\"img\":\"2026-01-22-6971975816a86.webp\",\"storage\":\"public\"}]', '[]', 'test', 0, 0, 100, 1, 0),
(288, 'Pizza', 'ethieokngdkf', '2026-04-10-69d8bf6746277.webp', 32, '[{\"id\":\"32\",\"position\":1}]', '[{\"type\":\"100\",\"price\":199,\"stock\":1}]', '[]', '[\"3\"]', '[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"100\"]}]', 199.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2026-04-10 09:14:15', '2026-04-10 09:14:15', 0, 0.00000000000000, 0, NULL, 1, 0, 5, '[{\"img\":\"2026-04-10-69d8bf6725b97.webp\",\"storage\":\"public\"}]', '[]', 'pizza-2', 0, 1, 10, 1, 0);

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

--
-- Table structure for table `item_campaigns`
--

CREATE TABLE `item_campaigns` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) DEFAULT NULL,
  `image` varchar(100) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `admin_id` bigint(20) UNSIGNED NOT NULL,
  `start_date` date DEFAULT NULL,
  `end_date` date DEFAULT NULL,
  `start_time` time DEFAULT NULL,
  `end_time` time DEFAULT NULL,
  `category_id` bigint(20) UNSIGNED DEFAULT NULL,
  `category_ids` varchar(255) DEFAULT NULL,
  `variations` text DEFAULT NULL,
  `add_ons` varchar(255) DEFAULT NULL,
  `attributes` varchar(255) DEFAULT NULL,
  `choice_options` text DEFAULT NULL,
  `price` decimal(24,2) NOT NULL DEFAULT 0.00,
  `tax` decimal(24,2) NOT NULL DEFAULT 0.00,
  `tax_type` varchar(20) NOT NULL DEFAULT 'percent',
  `discount` decimal(24,2) NOT NULL DEFAULT 0.00,
  `discount_type` varchar(20) NOT NULL DEFAULT 'percent',
  `store_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `veg` tinyint(1) NOT NULL DEFAULT 0,
  `module_id` bigint(20) UNSIGNED NOT NULL,
  `stock` int(11) DEFAULT 0,
  `unit_id` bigint(20) UNSIGNED DEFAULT NULL,
  `food_variations` text DEFAULT NULL,
  `slug` varchar(255) DEFAULT NULL,
  `maximum_cart_quantity` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `item_campaigns`
--

INSERT INTO `item_campaigns` (`id`, `title`, `image`, `description`, `status`, `admin_id`, `start_date`, `end_date`, `start_time`, `end_time`, `category_id`, `category_ids`, `variations`, `add_ons`, `attributes`, `choice_options`, `price`, `tax`, `tax_type`, `discount`, `discount_type`, `store_id`, `created_at`, `updated_at`, `veg`, `module_id`, `stock`, `unit_id`, `food_variations`, `slug`, `maximum_cart_quantity`) VALUES
(1, 'Kellogg\'s® Corn', '2026-01-08-695f98e0d80b9.jpg', 'Kellogg\'s Corn Flakes and Milk is a nourishing breakfast for your busy mornings. \r\n\r\nIt is low in fat, naturally cholesterol free and also has the goodness of Power of 5- Energy to be active and alert, Protein, Iron, Immuno Nutrients and Essential Vitamins. \r\n\r\nAll you need to do is just add milk and jump start your active day.', 1, 1, '2025-09-28', '2026-09-29', '00:01:00', '23:59:00', 38, '[{\"id\":\"38\",\"position\":1}]', '[]', '[]', '[]', '[]', 90.00, 0.00, 'percent', 10.00, 'percent', 1, '2025-09-28 15:53:02', '2026-01-08 17:15:36', 0, 1, 10, 2, '[]', 'hybrid-tomato-500-g', 10),
(2, 'Combo Offer', '2026-01-08-695f9947e0004.jpg', 'Get the Red Chilli & Fortune Combo Offer. This value-packed combo brings together premium red chilli for rich color and bold flavor, along with trusted Fortune products to complete your everyday cooking needs.\r\n\r\ndeal for daily kitchens, this combo helps you save more while enjoying consistent taste, purity, and freshness. A smart choice for households looking for convenience, quality, and great value in one affordable package. 🌶️🛒', 1, 1, '2025-09-28', '2027-01-25', '00:01:00', '23:59:00', 34, '[{\"id\":\"34\",\"position\":1}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 5.00, 'percent', 1, '2025-09-28 16:37:59', '2026-01-08 17:17:19', 0, 1, 10, 2, '[]', 'sprite-lime-flavored-soft-drink-750-ml', 5),
(3, 'Puja & Spiritual', '2026-01-08-695f99939e62a.jpg', 'Fruits & Vegetables collection, sourced directly from trusted farms and suppliers. We offer a wide variety of farm-fresh fruits and seasonal vegetables that are rich in taste, nutrition, and quality.\r\n\r\nCarefully selected and hygienically handled, our produce ensures maximum freshness and longer shelf life.', 1, 1, '2025-09-28', '2026-12-22', '00:01:00', '23:59:00', 34, '[{\"id\":\"34\",\"position\":1}]', '[]', '[]', '[]', '[]', 40.00, 0.00, 'percent', 10.00, 'percent', 1, '2025-09-28 16:39:45', '2026-01-08 17:18:35', 0, 1, 15, 2, '[]', 'real-fruit-power-guava-juice', 3),
(4, 'Orgnic Vegetables', '2026-01-08-695f89472cf71.jpg', 'Fruits & Vegetables collection, sourced directly from trusted farms and suppliers. We offer a wide variety of farm-fresh fruits and seasonal vegetables that are rich in taste, nutrition, and quality...\r\n\r\nCarefully selected and hygienically handled, our produce ensures maximum freshness and longer shelf life..', 1, 1, '2025-12-15', '2027-06-22', '00:01:00', '23:59:00', 24, '[{\"id\":\"24\",\"position\":1}]', '[]', '[]', '[]', '[]', 1000.00, 0.00, 'percent', 4.00, 'percent', 1, '2025-12-05 18:43:55', '2026-01-08 17:05:53', 0, 1, 70, 2, '[]', 'chocolates', 1),
(5, 'Fresh Fruits', '2026-01-08-695f982aacda6.jpg', 'Fruits & Vegetables collection, sourced directly from trusted farms and suppliers. We offer a wide variety of farm-fresh fruits and seasonal vegetables that are rich in taste, nutrition, and quality.\r\n\r\nCarefully selected and hygienically handled, our produce ensures maximum freshness and longer shelf life.', 1, 1, '2025-12-09', '2027-05-24', '00:01:00', '23:59:00', 27, '[{\"id\":\"27\",\"position\":1}]', '[]', '[]', '[]', '[]', 878.00, 0.00, 'percent', 10.00, 'percent', 1, '2025-12-05 18:47:42', '2026-01-08 17:12:34', 0, 1, 88, 2, '[]', 'bath-and-body', NULL),
(6, 'Combo Pack', '2026-01-08-695f97efad79d.jpg', 'Save more while shopping smart with our Combo Offers, specially designed to give you the best value in one convenient package. \r\n\r\nEach combo includes carefully selected products that perfectly complement each other, making them ideal for daily use, festivals, gifting, or special occasions.', 1, 1, '2026-06-01', '2027-01-01', '00:01:00', '23:59:00', 24, '[{\"id\":\"24\",\"position\":1}]', '[]', '[]', '[]', '[]', 358.00, 0.00, 'percent', 10.00, 'percent', 1, '2026-01-08 16:42:36', '2026-01-08 17:11:35', 0, 1, 100, 2, '[]', 'kelloggs-corn', 1),
(8, 'Women Health', '2026-01-11-6962a1ab26b63.jpg', 'Derma', 1, 1, '2026-01-10', '2027-01-01', '23:59:00', '00:01:00', 13, '[{\"id\":\"13\",\"position\":1}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 0.00, 'percent', 5, '2026-01-10 23:56:45', '2026-01-11 00:30:32', 0, 3, 100, 2, '[]', 'derma', 1),
(9, 'Vitamin', '2026-01-11-6962a196aff26.jpg', 'Ensure Diabetes Care Powder (Refill Pack) in Vanilla Flavor is specially formulated to support dietary management of individuals with diabetes. This unique blend is rich in essential nutrients, low in added sugars, and high in protein to help manage blood sugar levels. The refill pack of 200 gm ensures you never run out of this nutritious powder that can be conveniently added to your daily routine.', 1, 1, '2026-01-10', '2027-01-01', '23:29:00', '00:01:00', 13, '[{\"id\":\"13\",\"position\":1}]', '[]', '[]', '[]', '[]', 101.00, 0.00, 'percent', 8.00, 'percent', 6, '2026-01-11 00:01:20', '2026-01-11 00:29:34', 0, 3, 100, 2, '[]', 'diabetes-center', 1),
(10, 'Ensure', '2026-01-11-6962a69fdf5d2.jpg', 'Ensure Diabetes Care is a clinically-proven, sugar-free nutrition supplement designed for diabetics, featuring slow-release carbs, high protein, and fiber to help manage blood sugar, reduce hunger, support heart health, and maintain muscle mass, acting as a balanced meal replacement or supplement for energy and strength.', 1, 1, '2026-01-10', '2027-01-01', '23:59:00', '00:01:00', 15, '[{\"id\":\"15\",\"position\":1}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 10.00, 'percent', 5, '2026-01-11 00:07:07', '2026-01-11 00:51:03', 0, 3, 100, 2, '[]', 'proteion', 1),
(11, 'Elderly Care', '2026-01-11-6962a62aba18d.jpg', 'An orthopedic doctor (or orthopedist) is a medical specialist who diagnoses, treats, prevents, and rehabilitates conditions, injuries, and diseases of the musculoskeletal system: bones, joints, ligaments, tendons, muscles, and nerves, using both surgical and non-surgical methods to restore movement and reduce pain.', 1, 1, '2026-01-10', '2027-01-01', '23:59:00', '00:01:00', 371, '[{\"id\":\"14\",\"position\":1},{\"id\":\"371\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 10.00, 'percent', 6, '2026-01-11 00:12:58', '2026-01-11 00:52:04', 0, 3, 100, 2, '[]', 'winter-care', 1),
(12, 'Diabetes Heath', '2026-01-11-6962a51cab22c.jpg', 'Cetaphil Moisturising Cream 80gm – Intense Hydration for Dry & Sensitive Skin\r\n\r\nSay goodbye to flaky, tight, and itchy skin with Cetaphil Moisturising Cream 80gm; a rich, non-greasy, dermatologist-tested formula designed to deeply nourish and protect even the driest skin types. So, whether it is your face, hands, feet, or body, this Cetaphil cream works wonders as a daily moisturizer for dry skin, helping to restore the skin’s natural moisture barrier.', 1, 1, '2026-01-10', '2027-01-01', '23:59:00', '00:01:00', 372, '[{\"id\":\"14\",\"position\":1},{\"id\":\"372\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 0.00, 'percent', 6, '2026-01-11 00:22:07', '2026-01-11 00:44:36', 0, 3, 100, 2, '[]', 'womens-health', NULL),
(13, 'Protein itms', '2026-01-11-6962a3f6cf1ab.jpg', 'Indulge in a delicious and nutritious treat with D Protin Chocolate Powder 500gm. Packed with essential vitamins, minerals, and high-quality protein, this chocolate-flavored powder is a convenient way to supplement your daily protein intake. Whether you\'re a fitness enthusiast looking to build muscle or simply', 1, 1, '2026-01-10', '2027-01-01', '23:59:00', '00:01:00', 13, '[{\"id\":\"13\",\"position\":1}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 10.00, 'percent', 6, '2026-01-11 00:26:32', '2026-01-11 00:39:42', 0, 3, 100, 2, '[]', 'vitamain-need', 1),
(14, 'Durex', '2026-01-11-6962a2918e100.jpg', 'Experience a renewed sense of intimacy and confidence with Virginia Care Artificial Hymen Blood Capsule, a discreet and effective solution designed to restore the essence of virginity naturally and safely. Our pack of two offers the ultimate confidence to embrace those intimate moments with authenticity and ease.', 1, 1, '2026-01-10', '2027-01-01', '23:59:00', '00:01:00', 15, '[{\"id\":\"15\",\"position\":1}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 0.00, 'percent', 27, '2026-01-11 00:33:45', '2026-01-11 00:33:45', 0, 3, NULL, 2, '[]', 'durex', NULL),
(15, 'Winter Care', '2026-01-11-6962a566180ce.jpg', 'Ensure Diabetes Care Powder (Refill Pack) in Vanilla Flavor is specially formulated to support dietary management of individuals with diabetes. This unique blend is rich in essential nutrients, low in added sugars, and high in protein to help manage blood sugar levels. The refill pack of 200 gm ensures you never run out of this nutritious powder that can be conveniently added to your daily routine.', 1, 1, '2026-01-10', '2027-01-01', '23:59:00', '00:01:00', 15, '[{\"id\":\"15\",\"position\":1}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 10.00, 'percent', 6, '2026-01-11 00:35:53', '2026-01-11 00:45:50', 0, 3, 100, 2, '[]', 'ensure', 1),
(16, 'Derma items', '2026-01-11-6962a3b3eeafa.jpg', 'Cleanser. Cleanser: The foundation of any skincare routine, a good cleanser removes dirt, oil, and makeup, unclogging pores and leaving your skin fresh and clean. ...\r\nMoisturizer. ...\r\nToner. ...\r\nEye Cream. ...\r\nExfoliator. ...\r\nSunscreen. ...\r\nSerum.', 1, 1, '2026-01-10', '2027-01-01', '23:59:00', '00:01:00', 14, '[{\"id\":\"14\",\"position\":1}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 0.00, 'percent', 5, '2026-01-11 00:38:35', '2026-01-11 00:38:35', 0, 3, 100, 2, '[]', 'derma-items', 1),
(18, 'Wow Ice Cream', '2026-01-11-6962d784340c5.jpg', 'Treat yourself to the rich and creamy delight of Wow Ice Cream, made with premium ingredients and irresistible flavors. Each scoop\r\n\r\nPerfect for desserts, celebrations, or anytime cravings, Wow Ice Cream offers a refreshing and indulgent experience loved by all age groups.\r\n\r\nRich, creamy, and smooth texture\r\n\r\nMade with quality ingredients\r\n\r\nDelicious and refreshing flavors\r\n\r\nPerfect for all age groups\r\n\r\nIdeal for desserts and celebrations', 1, 1, '2026-01-11', '2027-01-01', '23:59:00', '00:01:00', 72, '[{\"id\":\"72\",\"position\":1}]', '[]', '[]', '[]', '[]', 356.00, 0.00, 'percent', 10.00, 'percent', 18, '2026-01-11 04:19:40', '2026-01-11 04:19:40', 0, 2, NULL, 2, '[]', 'wow-ice-cream', NULL),
(19, 'Fried Chicken', '2026-01-11-6962d8595d859.jpg', 'Enjoy the irresistible crunch and juicy taste of crispy fried chicken, perfectly seasoned with a special blend of spices and coated for a golden, crunchy finish. Cooked to perfection, it delivers a crispy outside and tender, flavorful inside in every bite..\r\n\r\nCrispy and crunchy outer coating\r\n\r\nJuicy and tender chicken inside\r\n\r\nSeasoned with flavorful spices\r\n\r\nFreshly prepared and served hot\r\n\r\nPerfect for snacks, meals, and parties', 1, 1, '2026-01-11', '2027-01-01', '23:59:00', '00:01:00', 75, '[{\"id\":\"75\",\"position\":1}]', '[]', '[]', '[]', '[]', 658.00, 0.00, 'percent', 0.00, 'percent', 17, '2026-01-11 04:23:13', '2026-01-11 04:23:13', 0, 2, NULL, 2, '[]', 'fried-chicken', NULL),
(20, 'Veg Pizza', '2026-01-11-6962d8f939699.jpg', 'this delicious pizza. Topped with fresh vegetables and/or flavorful toppings, each slice delivers a cheesy, satisfying taste baked to perfection.\r\n\r\nFreshly baked crispy crust\r\n\r\nRich tomato sauce and melted cheese\r\n\r\nTopped with quality ingredients\r\n\r\nHot, cheesy, and flavorful\r\n\r\nPerfect for meals, parties, and sharing', 1, 1, '2026-01-11', '2027-01-27', '23:59:00', '00:01:00', 56, '[{\"id\":\"56\",\"position\":1}]', '[]', '[]', '[]', '[]', 980.00, 0.00, 'percent', 10.00, 'percent', 18, '2026-01-11 04:25:53', '2026-01-11 04:25:53', 0, 2, NULL, 2, '[]', 'veg-pizza', NULL),
(21, 'Biryani', '2026-01-11-6962d984bd146.jpg', 'Indulge in the rich aroma and authentic taste of traditional biryani, prepared with long-grain basmati rice, perfectly blended spices, and \r\n\r\nMade with premium basmati rice\r\n\r\nAromatic blend of traditional spices\r\n\r\nSlow-cooked for rich flavor\r\n\r\nFreshly prepared and hygienic\r\n\r\nIdeal for meals and celebrations', 1, 1, '2026-01-11', '2027-01-01', '23:59:00', '00:01:00', 54, '[{\"id\":\"54\",\"position\":1}]', '[]', '[]', '[]', '[]', 759.00, 0.00, 'percent', 0.00, 'percent', 25, '2026-01-11 04:28:12', '2026-01-11 04:28:12', 0, 2, NULL, 2, '[]', 'biryani', NULL),
(22, 'Veg Burger', '2026-01-11-6962da1166b96.jpg', 'Enjoy a delicious and satisfying burger, made with a soft toasted bun, a juicy patty, and fresh vegetables, layered with flavorful sauces for the perfect bite. Each burger delivers a mouth-watering taste and balanced texture, making it a favorite for quick meals and cravings.\r\n\r\nSoft, fresh toasted bun\r\n\r\nJuicy and flavorful patty\r\n\r\nFresh veggies and tasty sauces\r\n\r\nServed hot and fresh\r\n\r\nIdeal for meals and snacks', 1, 1, '2026-01-11', '2027-01-01', '23:59:00', '00:01:00', 58, '[{\"id\":\"58\",\"position\":1}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 0.00, 'percent', 24, '2026-01-11 04:30:33', '2026-01-11 04:30:33', 0, 2, NULL, 2, '[]', 'veg-burger', NULL),
(23, 'Bihar\'s Dish', '2026-01-11-6962dc375cd68.jpg', 'Authentic taste of traditional Litti Chokha, a classic dish from Bihar. Litti is made with roasted wheat balls stuffed with spiced sattu, slow-roasted for a smoky flavor, and served with chokha—a flavorful mash of roasted brinjal, tomato, potato, mustard oil, garlic, and spices.\r\n\r\nAuthentic Bihar-style preparation\r\n\r\nRoasted litti stuffed with spiced sattu\r\n\r\nSmoky, earthy flavor with desi ghee\r\n\r\nHealthy, filling, and delicious', 1, 1, '2026-01-11', '2028-01-01', '23:59:00', '00:01:00', 73, '[{\"id\":\"73\",\"position\":1}]', '[]', '[]', '[]', '[]', 340.00, 0.00, 'percent', 0.00, 'percent', 2, '2026-01-11 04:34:50', '2026-01-11 04:39:43', 0, 2, NULL, 2, '[]', 'bihars-dish', NULL);

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

--
-- Table structure for table `item_campaign_generic_names`
--

CREATE TABLE `item_campaign_generic_names` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `item_campaign_id` bigint(20) UNSIGNED NOT NULL,
  `generic_name_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `item_campaign_nutrition`
--

CREATE TABLE `item_campaign_nutrition` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `item_campaign_id` bigint(20) UNSIGNED NOT NULL,
  `nutrition_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `item_campaign_nutrition`
--

INSERT INTO `item_campaign_nutrition` (`id`, `item_campaign_id`, `nutrition_id`) VALUES
(1, 1, 1),
(2, 1, 2),
(3, 1, 3),
(4, 1, 4),
(5, 3, 8),
(6, 3, 10),
(7, 17, 4);

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

--
-- Table structure for table `item_generic_names`
--

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

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

--
-- Table structure for table `item_nutrition`
--

CREATE TABLE `item_nutrition` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `item_id` bigint(20) UNSIGNED NOT NULL,
  `nutrition_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `item_nutrition`
--

INSERT INTO `item_nutrition` (`id`, `item_id`, `nutrition_id`) VALUES
(1, 15, 1),
(2, 15, 2),
(3, 15, 3),
(4, 15, 4),
(5, 15, 5),
(6, 15, 6),
(7, 15, 7),
(8, 15, 8),
(9, 16, 2),
(10, 16, 3),
(11, 16, 4),
(12, 16, 6),
(13, 16, 8),
(14, 17, 1),
(15, 17, 2),
(16, 17, 3),
(17, 17, 4),
(18, 17, 5),
(19, 17, 6),
(20, 17, 7),
(21, 18, 1),
(22, 18, 2),
(23, 18, 3),
(24, 18, 4),
(25, 18, 5),
(26, 18, 6),
(27, 18, 7),
(28, 19, 1),
(29, 19, 2),
(30, 19, 3),
(31, 19, 4),
(32, 19, 5),
(33, 19, 6),
(34, 19, 7),
(35, 20, 1),
(36, 20, 2),
(37, 20, 3),
(38, 20, 4),
(39, 20, 5),
(40, 20, 6),
(41, 20, 7),
(42, 21, 1),
(43, 21, 2),
(44, 21, 3),
(45, 21, 4),
(46, 21, 5),
(47, 21, 6),
(48, 21, 7),
(49, 22, 1),
(50, 22, 2),
(51, 22, 3),
(52, 22, 4),
(53, 22, 5),
(54, 22, 6),
(55, 22, 7),
(56, 23, 1),
(57, 23, 2),
(58, 23, 3),
(59, 23, 4),
(60, 23, 5),
(61, 23, 6),
(62, 23, 7),
(63, 24, 1),
(64, 24, 2),
(65, 24, 3),
(66, 24, 4),
(67, 24, 5),
(68, 24, 6),
(69, 24, 7),
(70, 25, 9),
(71, 26, 9),
(72, 27, 9),
(73, 28, 9),
(74, 29, 10),
(75, 30, 9),
(76, 31, 9),
(77, 33, 10),
(78, 34, 10),
(79, 35, 11),
(80, 36, 11),
(81, 37, 11),
(82, 38, 9),
(83, 39, 10),
(84, 40, 9),
(85, 42, 1),
(86, 42, 2),
(87, 42, 3),
(88, 42, 4),
(89, 42, 5),
(90, 42, 6),
(91, 42, 7),
(92, 42, 8),
(93, 43, 9),
(94, 44, 9),
(95, 45, 1),
(96, 45, 2),
(97, 45, 3),
(98, 45, 4),
(99, 45, 5),
(100, 45, 6),
(101, 45, 7),
(102, 46, 1),
(103, 46, 2),
(104, 46, 4),
(105, 47, 4),
(106, 47, 5),
(107, 47, 6),
(108, 47, 7),
(109, 48, 2),
(110, 48, 3),
(111, 147, 2),
(112, 178, 2),
(113, 180, 2),
(114, 181, 1),
(115, 185, 1),
(116, 186, 2),
(117, 187, 3),
(118, 188, 1),
(119, 189, 1),
(120, 190, 1),
(121, 191, 2),
(122, 193, 2),
(123, 195, 5),
(124, 196, 2),
(125, 197, 4),
(126, 198, 2),
(127, 201, 2),
(128, 229, 1),
(129, 230, 1),
(130, 236, 1),
(131, 236, 2),
(132, 238, 2),
(133, 240, 12),
(134, 287, 13),
(135, 288, 1),
(136, 288, 2),
(137, 288, 3);

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

--
-- Table structure for table `item_tag`
--

CREATE TABLE `item_tag` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `item_id` bigint(20) UNSIGNED NOT NULL,
  `tag_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `item_tag`
--

INSERT INTO `item_tag` (`id`, `item_id`, `tag_id`) VALUES
(1, 2, 1),
(2, 9, 1),
(3, 15, 2),
(5, 16, 4),
(6, 17, 5),
(7, 18, 6),
(8, 19, 5),
(9, 20, 7),
(10, 21, 8),
(11, 22, 9),
(12, 23, 1),
(13, 23, 9),
(14, 23, 10),
(15, 24, 9),
(16, 24, 11),
(17, 25, 12),
(18, 25, 13),
(19, 26, 14),
(20, 27, 15),
(21, 28, 15),
(22, 28, 16),
(23, 29, 17),
(24, 30, 18),
(25, 31, 19),
(26, 32, 20),
(27, 32, 21),
(28, 33, 22),
(29, 34, 23),
(30, 35, 24),
(31, 36, 25),
(32, 37, 26),
(33, 38, 27),
(34, 46, 28),
(35, 47, 29),
(36, 48, 30),
(37, 15, 31),
(38, 236, 32),
(39, 288, 32),
(40, 288, 33);

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

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

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

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

--
-- Table structure for table `loyalty_point_transactions`
--

CREATE TABLE `loyalty_point_transactions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `transaction_id` char(36) NOT NULL,
  `credit` decimal(24,3) NOT NULL DEFAULT 0.000,
  `debit` decimal(24,3) NOT NULL DEFAULT 0.000,
  `balance` decimal(24,3) NOT NULL DEFAULT 0.000,
  `reference` varchar(191) DEFAULT NULL,
  `transaction_type` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `loyalty_point_transactions`
--

INSERT INTO `loyalty_point_transactions` (`id`, `user_id`, `transaction_id`, `credit`, `debit`, `balance`, `reference`, `transaction_type`, `created_at`, `updated_at`) VALUES
(1, 2, '164996f4-61fa-41cb-9c41-0bef7511c657', 1.000, 0.000, 1.000, '100005', 'order_place', '2024-10-11 03:15:54', '2024-10-11 03:15:54');

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

--
-- Table structure for table `messages`
--

CREATE TABLE `messages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `conversation_id` bigint(20) UNSIGNED DEFAULT NULL,
  `sender_id` bigint(20) UNSIGNED DEFAULT NULL,
  `message` text DEFAULT NULL,
  `file` text DEFAULT NULL,
  `is_seen` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `order_id` bigint(20) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `messages`
--

INSERT INTO `messages` (`id`, `conversation_id`, `sender_id`, `message`, `file`, `is_seen`, `created_at`, `updated_at`, `order_id`) VALUES
(1, 1, 1, 'Hello 👋', NULL, 0, '2024-10-11 03:16:16', '2024-10-11 03:16:16', NULL),
(2, 1, 1, 'Is items ready, let me know when I need to come for pickup', NULL, 0, '2024-10-11 03:16:36', '2024-10-11 03:16:36', NULL),
(3, 2, 1, 'Hello', NULL, 0, '2026-01-22 09:02:51', '2026-01-22 09:02:51', NULL),
(4, 3, 5, 'Sir abhi saman pahucha nahi hai', NULL, 1, '2026-04-09 09:01:21', '2026-04-15 07:05:29', NULL),
(5, 3, 5, 'Sir mera order abhi aya nahi hai', NULL, 1, '2026-04-09 09:20:51', '2026-04-15 07:05:29', 100031),
(6, 4, 6, 'Hello', NULL, 1, '2026-04-12 14:35:28', '2026-04-15 07:07:31', NULL),
(7, 5, 4, 'H', NULL, 1, '2026-04-15 07:00:13', '2026-04-15 07:05:47', 100034),
(8, 3, 7, 'order aapke gahr aa gaya hai', NULL, 0, '2026-04-15 07:05:44', '2026-04-15 07:05:44', NULL),
(9, 5, 7, 'hello sir', NULL, 1, '2026-04-15 07:05:54', '2026-04-15 07:07:17', NULL),
(10, 4, 7, 'kaishe hai', NULL, 0, '2026-04-15 07:07:04', '2026-04-15 07:07:04', NULL);

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

--
-- 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, '2016_06_01_000001_create_oauth_auth_codes_table', 30),
(2, '2016_06_01_000002_create_oauth_access_tokens_table', 30),
(3, '2016_06_01_000003_create_oauth_refresh_tokens_table', 30),
(4, '2016_06_01_000004_create_oauth_clients_table', 30),
(5, '2016_06_01_000005_create_oauth_personal_access_clients_table', 30),
(8, '2021_06_17_054551_create_soft_credentials_table', 31),
(9, '2022_04_10_030533_create_newsletters_table', 32),
(10, '2022_04_12_015827_create_social_media_table', 32),
(11, '2022_04_12_215009_create_jobs_table', 32),
(12, '2022_04_21_145207_add_column_to_modules_table', 32),
(13, '2022_05_12_170027_add_column_to_customer_addresses_table', 33),
(14, '2022_05_14_155444_add_all_zones_column_to_modules_table', 33),
(15, '2022_05_26_120821_change_data_column_to_user_notifiations_table', 33),
(16, '2022_03_31_103418_create_wallet_transactions_table', 34),
(17, '2022_03_31_103827_create_loyalty_point_transactions_table', 34),
(18, '2022_04_09_161150_add_wallet_point_columns_to_users_table', 34),
(19, '2022_05_14_122133_add_dm_tips_column_to_orders_table', 34),
(20, '2022_05_14_122603_add_dm_tips_column_to_order_transactions_table', 34),
(21, '2022_05_17_153333_add_ref_code_to_users_table', 34),
(22, '2022_07_31_103626_add_free_delivery_by_column_to_orders_table', 35),
(23, '2022_09_10_112137_create_user_infos_table', 36),
(24, '2022_09_10_112203_create_conversations_table', 36),
(25, '2022_09_10_112220_create_messages_table', 36),
(26, '2022_10_18_092639_create_refunds_table', 37),
(27, '2022_10_18_093323_add_refund_request_cancel_column_to_orders_table', 37),
(28, '2022_10_18_093529_create_refund_reasons_table', 37),
(29, '2022_10_19_150319_add_delivery_column_to_parcel_categories_table', 37),
(30, '2022_10_19_165501_add_default_link_column_to_banners_table', 37),
(31, '2022_10_20_105050_module_zone', 37),
(32, '2022_10_22_115553_add_is_logged_column_to_admins_table', 37),
(33, '2022_10_22_122336_add_is_logged_column_to_vendor_employees_table', 37),
(34, '2022_10_25_153214_add_payment_method_columns_to_zones_table', 37),
(35, '2022_10_31_165427_add_rename_delivery_charge_column_to_stores_table', 37),
(36, '2022_11_05_094404_add_delivery_fee_comission_to_order_transactions_table', 37),
(37, '2022_11_13_130054_create_contacts_table', 37),
(38, '2022_11_15_111925_create_expenses_table', 37),
(39, '2022_11_15_112413_add_expense_column_to_order_transactions_table', 37),
(40, '2022_12_20_104455_add_food_variations_column_to_items_table', 38),
(41, '2022_12_21_154227_alter_table_order_details_change_variation', 38),
(42, '2022_12_29_103803_add_order_id_column_to_expenses_table', 38),
(43, '2022_12_29_105321_add_maximum_cod_order_amount_column_to_module_zone_table', 38),
(44, '2022_12_29_114005_add_prescription_order_column_to_orders_table', 38),
(45, '2022_12_31_111437_create_notification_messages_table', 38),
(46, '2023_01_02_112948_create_tags_table', 38),
(47, '2023_01_02_113235_item_tag', 38),
(48, '2023_01_03_093510_add_current_language_key_column_to_users_table', 38),
(49, '2023_01_07_115354_add_prescription_order_to_stores_table', 38),
(50, '2023_01_07_180000_add_description_to_expenses_table', 38),
(51, '2023_01_10_124723_add_food_variations_column_to_item_campaigns_table', 38),
(52, '2023_01_10_145928_change_refund_amount_column_type', 38),
(53, '2023_01_10_150108_change_amount_column_type', 38),
(54, '2023_01_23_144828_add_tax_status_column_to_orders_table', 39),
(55, '2023_01_30_114113_change_delivery_charge_column_type_to_admin_wallets_table', 39),
(56, '2023_01_23_103943_add_slug_to_items_table', 40),
(57, '2023_01_23_144001_add_slug_to_categories_table', 40),
(58, '2023_01_23_144119_add_slug_to_item_campaigns_table', 40),
(59, '2023_01_23_144232_add_slug_to_stores_table', 40),
(60, '2023_02_25_133200_create_d_m_vehicles_table', 40),
(61, '2023_02_25_133302_add_vehicle_id_column_to_delivery_men_table', 40),
(62, '2023_02_25_133409_add_vehicle_id_column_to_orders_table', 40),
(63, '2023_02_25_163329_add_maximum_delivery_charge_column_to_module_zone_table', 40),
(64, '2023_02_25_175825_add_otp_hit_count_cols_in_phone_verifications_table', 40),
(65, '2023_02_25_175912_add_hit_count_at_col_in_password_resets_table', 40),
(66, '2023_02_26_144503_add_campaign_status_to_campaign_store_table', 40),
(67, '2023_02_26_162224_add_recommened_to_items_table', 40),
(68, '2023_02_27_102931_add_ref_by_col_to_users_table', 40),
(69, '2023_02_27_111635_create_order_cancel_reasons_table', 40),
(70, '2023_02_27_111937_add_cancellation_reason_col_to_orders_table', 40),
(71, '2023_02_27_161418_add_created_by_columns_to_coupons_table', 40),
(72, '2023_02_27_161533_add_created_by_columns_to_expenses_table', 40),
(73, '2023_02_27_162252_add_store_expense_columns_to_order_transactions_table', 40),
(74, '2023_02_27_162357_add_coupon_created_by_columns_to_orders_table', 40),
(75, '2023_03_01_154319_add_maximum_delivery_charge_column_to_stores_table', 40),
(76, '2023_03_02_103114_add_discount_on_product_by_column_to_orders_table', 40),
(77, '2023_03_02_143919_change_amount_column_to_expenses_table', 40),
(78, '2023_03_02_144258_add_discount_amount_by_store_col_to_order_transactions_table', 40),
(79, '2023_03_11_120645_add_temp_block_time_col_to_phone_verifications_table', 41),
(80, '2023_03_11_121000_add_temp_block_time_col_to_password_resets_table', 41),
(81, '2023_03_13_181502_add_temp_token_column_to_users_table', 41),
(82, '2023_04_05_112916_add_created_by_col_to_password_resets_table', 42),
(83, '2023_05_04_100012_create_data_settings_table', 42),
(84, '2023_05_04_100930_create_admin_promotional_banners_table', 42),
(85, '2023_05_04_101825_create_admin_features_table', 42),
(86, '2023_05_04_102015_create_admin_special_criterias_table', 42),
(87, '2023_05_07_152523_create_admin_testimonials_table', 42),
(88, '2023_05_07_173609_create_flutter_special_criterias_table', 42),
(89, '2023_05_08_125811_create_react_testimonials_table', 42),
(90, '2023_05_09_170006_create_email_templates_table', 42),
(91, '2023_05_16_104129_add_cutlery_processing_time_unavailable_product_note_col_to_orders_table', 42),
(92, '2023_05_18_093438_add_featured_col_to_categories_table', 42),
(93, '2023_05_18_143530_add_delivery_instruction_col_to_orders_table', 42),
(94, '2023_05_18_163841_add_organic_col_to_items_table', 42),
(95, '2023_05_28_153920_add_tax_percentage_col_to_orders_table', 42),
(96, '2023_06_11_172741_add_cutlery_col_to_stores_table', 42),
(97, '2023_07_05_104537_add_maximum_cart_quantity_col_to_items_table', 43),
(98, '2023_07_05_135741_add_service_charge_col_to_orders_table', 43),
(99, '2023_07_05_145800_add_service_charge_col_to_order_transactions_table', 43),
(100, '2023_07_05_155429_add_order_proof_col_to_orders_table', 43),
(101, '2023_07_06_124530_add_partially_paid_amount_col_to_orders_table', 43),
(102, '2023_07_06_144944_create_order_payments_table', 43),
(103, '2023_07_09_120533_add_meta_cols_to_stores_table', 43),
(104, '2023_07_09_143746_create_wallet_payments_table', 43),
(105, '2023_07_10_121938_create_wallet_bonuses_table', 43),
(106, '2023_07_10_153950_add_user_id_col_to_expenses_table', 43),
(107, '2023_07_19_124016_add_maximum_cart_quantity_col_to_item_campaigns_table', 43),
(108, '0000_00_00_000000_create_websockets_statistics_entries_table', 44),
(109, '2023_08_10_131937_create_offline_payment_methods_table', 44),
(110, '2023_08_10_132315_create_offline_payments_table', 44),
(111, '2023_08_14_123526_create_temp_products_table', 44),
(112, '2023_08_14_153229_add_is_approved_col_to_items_table', 44),
(113, '2023_08_20_143852_add_created_by_col_to_banners_table', 44),
(114, '2023_08_21_115610_add_announcement_cols_to_stores_table', 44),
(115, '2023_08_21_173527_create_guests_table', 44),
(116, '2023_08_22_102914_add_is_guest_col_to_orders_table', 44),
(117, '2023_08_24_123045_create_common_conditions_table', 44),
(118, '2023_08_24_151032_create_pharmacy_item_details_table', 44),
(119, '2023_08_26_164947_create_module_wise_banners_table', 44),
(120, '2023_08_27_123438_create_module_wise_why_chooses_table', 44),
(121, '2023_08_28_114316_create_flash_sales_table', 44),
(122, '2023_08_28_134428_create_flash_sale_items_table', 44),
(123, '2023_09_07_131829_create_carts_table', 44),
(124, '2023_09_20_122921_create_store_configs_table', 44),
(125, '2023_09_23_184806_add_flash_sale_cols_to_orders_table', 44),
(126, '2023_10_08_103818_add_increased_delivery_fee_in_zones_table', 44),
(127, '2023_11_21_123038_create_withdrawal_methods_table', 45),
(128, '2023_11_21_123229_create_disbursement_withdrawal_methods_table', 45),
(129, '2023_11_21_123320_create_disbursements_table', 45),
(130, '2023_11_21_123742_add_cols_to_withdraw_requests_table', 45),
(131, '2023_11_21_124049_create_disbursement_details_table', 45),
(132, '2023_11_21_160728_add_created_by_col_to_account_transactions_table', 45),
(133, '2023_11_23_093859_create_parcel_delivery_instructions_table', 45),
(134, '2024_01_17_105010_create_order_references_table', 46),
(135, '2024_04_01_124630_create_cash_backs_table', 47),
(136, '2024_04_01_130213_add_is_halal_col_to_items_table', 47),
(137, '2024_04_01_130644_add_body_2_col_to_email_templates_table', 47),
(138, '2024_04_01_142631_add_is_prescription_required_col_to_pharmacy_item_details_table', 47),
(139, '2024_04_02_112611_create_brands_table', 47),
(140, '2024_04_02_122002_create_ecommerce_item_details_table', 47),
(141, '2024_04_02_133855_create_cash_back_histories_table', 47),
(142, '2024_04_04_085842_add_interested_module_ids_col_to_users_table', 47),
(143, '2024_04_18_171021_add_halal_extra_packaging_cols_to_store_configs_table', 47),
(144, '2024_04_18_171206_add_halal_brand_cols_to_temp_products_table', 47),
(145, '2024_04_18_171851_add_cashback_ref_amount_cols_to_temp_orders_table', 47),
(146, '2024_04_18_172145_add_extrapackaging_ref_amount_cols_to_temp_order_transactions_table', 47),
(147, '2024_05_13_102547_create_subscription_packages_table', 48),
(148, '2024_05_13_102612_create_store_subscriptions_table', 48),
(149, '2024_05_13_104250_create_subscription_transactions_table', 48),
(150, '2024_05_13_170120_add_store_business_model_col_to_stores_table', 48),
(151, '2024_05_14_175408_add_reply_col_to_reviews_table', 48),
(152, '2024_05_16_113516_create_storages_table', 48),
(153, '2024_05_22_115717_create_subscription_billing_and_refund_histories_table', 48),
(154, '2024_05_26_120621_add_subscription_model_to_order_transaction_table', 48),
(155, '2024_05_28_110550_add_change_file_column_to_messages_table', 48),
(156, '2024_05_28_112559_add_change_order_attachment_column_to_orders_table', 48),
(157, '2024_07_07_111841_create_advertisements_table', 49),
(158, '2024_07_07_112117_create_notification_settings_table', 49),
(159, '2024_07_07_112203_create_store_notification_settings_table', 49),
(160, '2024_07_10_165721_create_priority_lists_table', 49),
(161, '2024_07_14_182931_add_package_id_col_stores_table', 49),
(162, '2024_07_15_131402_add_replied_at_col_to_reviews_table', 49),
(163, '2024_07_28_131816_create_external_configurations_table', 49),
(164, '2024_09_11_094735_add_display_name_col_in_zones_table', 49),
(165, '2024_09_11_105938_create_automated_messages_table', 49),
(166, '2024_09_11_134421_add_ordre_id_col_to_messages_table', 49),
(167, '2024_09_12_115801_create_nutritions_table', 49),
(168, '2024_09_12_120019_create_allergies_table', 49),
(169, '2024_09_12_121929_create_allergy_item_table', 49),
(170, '2024_09_12_121941_create_item_nutrition_table', 49),
(171, '2024_09_12_142834_add_nutrition_allergy_id_cols_to_temp_products_table', 49),
(172, '2024_09_15_112118_create_generic_names_table', 49),
(173, '2024_09_15_112537_create_item_generic_names_table', 49),
(174, '2024_10_21_153431_add_is_email_verified_col_to_users_table', 50),
(175, '2024_10_21_153607_add_phone_col_to_password_resets_table', 50),
(176, '2024_10_22_103402_create_item_campaign_generic_names_table', 50),
(177, '2024_10_22_103440_create_allergy_item_campaign_table', 50),
(178, '2024_10_22_103509_create_item_campaign_nutrition_table', 50),
(179, '2024_10_22_133944_add_minimum_stock_for_warning_col_to_store_confg', 50),
(180, '2024_11_17_104649_create_cache_table', 50),
(181, '2024_12_03_142529_add_to_col_stores_table', 51),
(182, '2024_12_12_114152_add_module_type_col_to_subscription_package_table', 51),
(183, '2024_12_14_131104_add_module_type_to_notification_settings_table', 51),
(184, '2024_12_24_112837_add_to_col_cash_backs_table', 51),
(185, '2024_12_31_170522_add_trip_id_col_to_expense_table', 51),
(186, '2025_01_01_122538_add_trip_id_to_cash_back_histories', 51),
(187, '2025_01_05_140000_add_module_type_col_to_store_notification_settings_table', 51),
(188, '2025_02_06_163705_add_temp_product_id_col_to__ecommerce_item_details', 51),
(189, '2025_03_09_102816_add_module_id_col_to_brands_table', 52),
(190, '2025_03_12_101638_create_recent_searches_table', 52),
(191, '2025_05_26_115043_create_system_tax_setups_table', 53),
(192, '2025_05_26_115643_create_taxes_table', 53),
(193, '2025_05_26_120030_create_tax_additional_setups_table', 53),
(194, '2025_05_26_120912_create_taxables_table', 53),
(195, '2025_05_26_121656_create_order_taxes_table', 53),
(196, '2025_06_01_125609_create_addon_categories_table', 53),
(197, '2025_06_01_130624_add_addon_category_id_col_to_add_ons_table', 53),
(198, '2025_06_14_154744_add_discount_data_on_order_details_table', 53),
(199, '2025_06_25_174502_add_to_cols_stores_table', 53),
(200, '2025_07_05_070056_add_tax_type_col_to_order_table', 53),
(201, '2024_12_02_123254_create_vehicle_categories_table', 54),
(202, '2024_12_02_154919_create_vehicle_brands_table', 54),
(203, '2024_12_08_110256_create_vehicle_drivers_table', 54),
(204, '2024_12_08_155202_create_vehicles_table', 54),
(205, '2024_12_08_172019_create_vehicle_identities_table', 54),
(206, '2024_12_18_122007_create_vehicle_reviews_table', 54),
(207, '2024_12_18_153541_create_rental_carts_table', 54),
(208, '2024_12_18_180622_create_rental_cart_user_data_table', 54),
(209, '2024_12_21_122428_create_trips_table', 54),
(210, '2024_12_21_133439_create_trip_details_table', 54),
(211, '2024_12_22_152005_create_trip_vehicle_details_table', 54),
(212, '2024_12_29_152006_create_rental_email_templates_table', 54),
(213, '2024_12_29_154104_create_rental_wishlishes_table', 54),
(214, '2024_12_31_142752_create_partial_payments_table', 54),
(215, '2024_12_31_174646_create_trip_transactions_table', 54),
(216, '2025_05_12_124546_add_day_wise_charge_col_in_vehicles_table', 54),
(217, '2025_05_12_125647_alter_enum_rental_type_in_all_table', 54),
(218, '2025_07_13_160717_add_charge_type_col_to_module_zone_table', 55),
(219, '2025_07_13_185456_create_surge_prices_table', 55),
(220, '2025_07_13_192359_create_surge_price_dates_table', 55),
(221, '2025_07_22_130717_add_login_remember_token_to_admins_table', 55),
(222, '2025_07_22_130717_add_login_remember_token_to_vendor_employees_table', 55),
(223, '2025_07_22_130717_add_login_remember_token_to_vendors_table', 55),
(224, '2025_07_24_123609_add_index_to_items_table', 55),
(225, '2025_07_24_131029_add_index_to_reviews_table', 55),
(226, '2025_07_24_131340_add_index_to_wishlists_table', 55),
(227, '2025_07_27_152011_add_index_to_categories_table', 55),
(228, '2025_09_15_143154_create_parcel_cancellation_reasons_table', 56),
(229, '2025_09_16_173917_create_parcel_cancellations_table', 56),
(230, '2025_09_20_141407_add_bring_change_amount_col_to_orders_table', 56),
(231, '2025_09_20_155910_create_analytic_scripts_table', 56),
(232, '2025_09_21_171906_add_section_wise_ai_use_count_to_store_configs', 56),
(233, '2025_09_21_174228_add_sender_note_to_withdraw_requests', 56),
(234, '2025_09_25_181108_rename_bank_name_to_rejection_note_in_vendors_table', 56),
(235, '2023_05_14_104308_create_react_promotional_banners_table', 57),
(236, '2025_10_23_160409_create_f_a_q_s_table', 57),
(237, '2025_11_27_132943_update_identity_image_column_in_delivery_men_table', 58),
(238, '2025_11_27_141050_create_deliveryman_loyalty_point_histories_table', 58),
(239, '2025_11_30_093640_create_deliveryman_referral_histories_table', 58);

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

--
-- Table structure for table `modules`
--

CREATE TABLE `modules` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `module_name` varchar(191) NOT NULL,
  `module_type` varchar(191) NOT NULL,
  `thumbnail` varchar(255) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `stores_count` int(11) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `icon` varchar(191) DEFAULT NULL,
  `theme_id` int(11) NOT NULL DEFAULT 1,
  `description` text DEFAULT NULL,
  `all_zone_service` tinyint(1) NOT NULL DEFAULT 0,
  `app_home_page` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `modules`
--

INSERT INTO `modules` (`id`, `module_name`, `module_type`, `thumbnail`, `status`, `stores_count`, `created_at`, `updated_at`, `icon`, `theme_id`, `description`, `all_zone_service`, `app_home_page`) VALUES
(1, 'Grocery', 'grocery', '2024-04-20-662398cb7f5ef.png', 1, 2, '2023-08-15 23:31:17', '2026-01-15 14:13:34', '2026-01-05-695bc0cd51a40.png', 1, '<p><strong>We make grocery shopping more interesting.</strong><br />\r\nFind the greatest deals from the grocery stores near you.<br />\r\n<br />\r\n<strong>Nature &amp; Organic Products</strong><br />\r\nBring Nature into your home.<br />\r\n<br />\r\n<strong>Stay home &amp; get your daily needs from our shop</strong><br />\r\nStart You&#39;r Daily Shopping with &quot;Business name&quot;</p>', 0, 'app-home-2016-1768466614.mp4'),
(2, 'Food', 'food', '2024-07-11-668fa63b1db9c.png', 1, 2, '2024-07-11 04:30:35', '2026-01-14 02:03:54', '2026-01-14-6966ac32f2a08.webp', 1, '<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.</p>', 0, 'app-home-5835-1766000875.mp4'),
(3, 'Pharmacy', 'pharmacy', '2024-07-11-668fa76131737.png', 1, 2, '2024-07-11 04:35:29', '2026-01-14 02:04:16', '2026-01-14-6966ac4802a9b.webp', 1, '<p>Our pharmacy business offers a wide range of prescription and over-the-counter medications, health products, and wellness advice. We prioritize customer health and convenience with a friendly, knowledgeable staff and quick service. 💊🩺🌟</p>', 0, 'app-home-1861-1768063755.jpg'),
(4, 'Ecommerce', 'ecommerce', '2024-07-11-668fa816e55be.png', 1, 2, '2024-07-11 04:38:30', '2026-01-20 15:04:33', '2026-01-14-6966ac6055c00.webp', 1, '<p>We run a dynamic e-commerce pharmacy, offering a wide range of medications and healthcare products online. 💊💻 Convenient, reliable, and fast delivery ensures you get what you need right at your doorstep. 🚚🌟 Your health and wellness are our top priorities. 💖</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&nbsp;</p>', 0, 'app-home-8699-1768901673.mp4'),
(5, 'Parcel', 'parcel', '2024-07-11-668fa8a527b57.png', 1, 0, '2024-07-11 04:40:53', '2026-01-15 14:28:30', '2026-01-05-695bc1704eb79.png', 1, '<p>Our parcel business offers reliable and swift delivery services 🚚, ensuring packages reach their destinations safely and on time ⏰. We prioritize customer satisfaction and handle each parcel with care 📦. Trust us for your shipping needs! 🌐✨</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&nbsp;</p>', 0, 'app-home-7171-1768467510.jpg'),
(6, 'Rental', 'rental', '2025-07-21-687e5f7b4ec80.png', 1, 0, '2025-07-21 21:09:54', '2026-01-05 19:20:06', '2026-01-05-695bc18e58c61.png', 1, '<p>rental module</p>', 0, NULL),
(7, 'test', 'grocery', 'thumbnail_1758540310.jpg', 0, 0, '2025-09-22 16:55:10', '2026-01-05 19:42:10', '2025-09-22-68d132160eaee.png', 1, '<p>test</p>', 0, 'app_home_page_1759050726.png'),
(8, 'test2', 'grocery', 'thumbnail_1758540471.jpg', 0, 0, '2025-09-22 16:57:51', '2026-01-14 01:42:34', 'icon_1758540471.jpg', 1, '<p>test</p>', 0, 'app-home-6517-1768335154.mp4'),
(9, 'Cosmetic', 'ecommerce', 'thumbnail_1759471938.png', 1, 0, '2025-10-03 11:42:18', '2026-01-05 19:20:30', '2026-01-05-695bc1a6d5795.png', 1, '<p>Cosmetic</p>', 0, 'app_home_page_1763155189.png'),
(10, 'Flower', 'ecommerce', 'thumbnail_1759480490.png', 1, 0, '2025-10-03 14:04:50', '2026-01-14 01:10:40', '2026-01-05-695bc1bd091a0.png', 1, '<p><strong>Flo</strong>w<strong>er</strong></p>', 0, NULL);

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

--
-- Table structure for table `module_types`
--

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

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

--
-- Table structure for table `module_wise_banners`
--

CREATE TABLE `module_wise_banners` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `module_id` bigint(20) UNSIGNED NOT NULL,
  `key` varchar(255) DEFAULT NULL,
  `value` text DEFAULT NULL,
  `type` varchar(255) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `module_wise_banners`
--

INSERT INTO `module_wise_banners` (`id`, `module_id`, `key`, `value`, `type`, `status`, `created_at`, `updated_at`) VALUES
(1, 5, 'promotional_banner', '2026-01-15-6968afdc35976.webp', 'promotional_banner', 1, '2024-07-11 05:15:51', '2026-01-15 14:44:04'),
(2, 5, 'section_title', 'Service Banner', 'video_banner_content', 1, '2024-07-11 05:28:09', '2024-07-11 05:28:09'),
(3, 5, 'banner_type', 'image', 'video_banner_content', 1, '2024-07-11 05:28:09', '2024-07-11 05:28:09'),
(4, 5, 'banner_video', NULL, 'video_banner_content', 1, '2024-07-11 05:28:09', '2024-07-11 05:28:09'),
(5, 5, 'banner_image', '2024-07-11-668fb3b9e2074.png', 'video_banner_content', 1, '2024-07-11 05:28:09', '2024-07-11 05:28:09'),
(6, 5, 'banner_video_content', NULL, 'video_banner_content', 1, '2024-07-11 05:28:09', '2024-07-11 05:28:09'),
(7, 5, 'content1_title', 'Select the service', 'video_banner_content', 1, '2024-07-11 05:29:15', '2024-07-11 05:29:15'),
(8, 5, 'content1_subtitle', 'Effortless Parcel Ordering: Get Started Now!', 'video_banner_content', 1, '2024-07-11 05:29:15', '2024-07-11 05:29:15'),
(9, 5, 'content2_title', 'Fill in the information', 'video_banner_content', 1, '2024-07-11 05:29:15', '2024-07-11 05:29:15'),
(10, 5, 'content2_subtitle', 'Fill in the receiver’s information and the type of product.', 'video_banner_content', 1, '2024-07-11 05:29:15', '2024-07-11 05:29:15'),
(11, 5, 'content3_title', 'And now wait for the delivery!', 'video_banner_content', 1, '2024-07-11 05:29:15', '2024-07-11 05:29:15'),
(12, 5, 'content3_subtitle', 'Being delivered and wait for your parcel to be picked up!', 'video_banner_content', 1, '2024-07-11 05:29:15', '2024-07-11 05:29:15'),
(13, 1, 'bottom_section_banner', '2025-10-11-68ea412f9a6ee.png', 'promotional_banner', 1, '2024-07-11 05:44:23', '2025-10-11 17:06:15'),
(14, 1, 'best_reviewed_section_banner', '2024-07-11-668fb78d09b2b.png', 'promotional_banner', 1, '2024-07-11 05:44:29', '2024-07-11 05:44:29'),
(15, 2, 'best_reviewed_section_banner', '2025-09-28-68d9342d11a3a.png', 'promotional_banner', 1, '2025-09-28 18:42:13', '2025-09-28 18:42:13'),
(16, 4, 'bottom_section_banner', '2025-10-08-68e614eb68d71.png', 'promotional_banner', 1, '2025-10-08 13:08:19', '2025-10-08 13:08:19'),
(17, 3, 'basic_section_nearby', '2026-01-11-6962ab4fb58c7.jpg', 'promotional_banner', 1, '2026-01-11 01:11:03', '2026-01-11 01:11:03');

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

--
-- Table structure for table `module_wise_why_chooses`
--

CREATE TABLE `module_wise_why_chooses` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `module_id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(100) DEFAULT NULL,
  `short_description` varchar(100) DEFAULT NULL,
  `image` varchar(100) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `module_wise_why_chooses`
--

INSERT INTO `module_wise_why_chooses` (`id`, `module_id`, `title`, `short_description`, `image`, `status`, `created_at`, `updated_at`) VALUES
(1, 5, 'Product Safety', 'All packages are handled with most care to ensure product safety during transit.', '2024-07-11-668fb471c7a31.png', 1, '2024-07-11 05:31:13', '2024-07-11 05:31:13'),
(2, 5, 'Faster Delivery', 'Our team work round the clock to ensure fastest delivery and minimize cancellation ratio', '2024-07-11-668fb4a5d06ca.png', 1, '2024-07-11 05:32:05', '2024-07-11 05:32:05'),
(3, 5, '24/7 Services', 'The parcel delivery services are available 24/7, providing customers with flexibilit and convenien', '2024-07-11-668fb4db4ea40.png', 1, '2024-07-11 05:32:59', '2024-07-11 05:32:59');

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

--
-- Table structure for table `module_zone`
--

CREATE TABLE `module_zone` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `module_id` bigint(20) UNSIGNED NOT NULL,
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `per_km_shipping_charge` double(23,2) DEFAULT NULL,
  `minimum_shipping_charge` double(23,2) DEFAULT NULL,
  `maximum_cod_order_amount` double(23,2) DEFAULT NULL,
  `maximum_shipping_charge` double(23,2) DEFAULT NULL,
  `delivery_charge_type` enum('fixed','distance') NOT NULL DEFAULT 'distance',
  `fixed_shipping_charge` double(23,2) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `module_zone`
--

INSERT INTO `module_zone` (`id`, `module_id`, `zone_id`, `per_km_shipping_charge`, `minimum_shipping_charge`, `maximum_cod_order_amount`, `maximum_shipping_charge`, `delivery_charge_type`, `fixed_shipping_charge`) VALUES
(1, 1, 1, 10.00, 10.00, NULL, 10.00, 'distance', NULL),
(2, 2, 1, 10.00, 10.00, NULL, 10.00, 'distance', NULL),
(3, 3, 1, 10.00, 10.00, NULL, 10.00, 'distance', NULL),
(4, 4, 1, 10.00, 10.00, NULL, 10.00, 'distance', NULL),
(5, 5, 1, 0.00, 0.00, 0.00, 0.00, 'distance', 0.00),
(7, 6, 1, 0.00, 0.00, 0.00, 0.00, 'distance', 0.00),
(8, 9, 1, NULL, NULL, NULL, NULL, 'distance', NULL),
(9, 10, 1, NULL, NULL, NULL, NULL, 'fixed', 10.00);

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

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

CREATE TABLE `newsletters` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `email` varchar(255) NOT NULL COMMENT 'Subscribers email',
  `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 `newsletters`
--

INSERT INTO `newsletters` (`id`, `email`, `created_at`, `updated_at`) VALUES
(1, 'zgvquedr@immenseignite.info', '2026-05-14 00:38:08', '2026-05-14 00:38:08'),
(2, 'swtniytz@immenseignite.info', '2026-05-14 00:38:21', '2026-05-14 00:38:21'),
(3, 'zymxvujm@immenseignite.info', '2026-05-14 00:38:37', '2026-05-14 00:38:37');

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

--
-- Table structure for table `notifications`
--

CREATE TABLE `notifications` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `image` varchar(50) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `tergat` varchar(255) DEFAULT NULL,
  `zone_id` bigint(20) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `notifications`
--

INSERT INTO `notifications` (`id`, `title`, `description`, `image`, `status`, `created_at`, `updated_at`, `tergat`, `zone_id`) VALUES
(2, 'Demo', 'Demo', NULL, 1, '2024-10-10 18:29:03', '2024-10-10 18:29:03', 'customer', NULL),
(3, 'New UI UX Design', 'Install appp now UI UX Design Premium App', '2025-11-14-691758b568d0e.png', 1, '2025-11-14 21:58:37', '2025-11-14 21:58:37', 'customer', NULL);

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

--
-- Table structure for table `notification_messages`
--

CREATE TABLE `notification_messages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `module_type` varchar(255) DEFAULT NULL,
  `key` varchar(255) DEFAULT NULL,
  `message` text DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `notification_messages`
--

INSERT INTO `notification_messages` (`id`, `module_type`, `key`, `message`, `status`, `created_at`, `updated_at`) VALUES
(1, 'grocery', 'order_pending_message', '{userName}, Your  order {orderId} is successfully placed', 1, '2023-01-17 16:53:45', '2023-06-12 18:33:40'),
(2, 'grocery', 'order_confirmation_msg', '{userName}, Your order {orderId} is confirmed', 1, '2023-01-17 16:53:45', '2023-06-12 18:33:40'),
(3, 'grocery', 'order_processing_message', '{userName}, Your order is Processing by {storeName}', 1, '2023-01-17 16:53:45', '2023-06-12 18:33:40'),
(4, 'grocery', 'order_handover_message', 'Delivery man is on the way. For this order {orderId}', 1, '2023-01-17 16:53:45', '2023-06-12 18:33:40'),
(5, 'grocery', 'order_refunded_message', 'Order {orderId} Refunded successfully', 1, '2023-01-17 16:53:45', '2023-06-12 18:33:40'),
(6, 'grocery', 'refund_request_canceled', 'Order {orderId}  Refund request is canceled', 1, '2023-01-17 16:53:45', '2023-06-12 18:33:40'),
(7, 'grocery', 'out_for_delivery_message', '{userName}, Your order {orderId} is ready for delivery', 1, '2023-01-17 16:53:45', '2023-06-12 18:33:41'),
(8, 'grocery', 'order_delivered_message', 'Your order {orderId} is delivered', 1, '2023-01-17 16:53:45', '2023-06-12 18:33:41'),
(9, 'grocery', 'delivery_boy_assign_message', 'Your order {orderId} has been assigned to a delivery man', 1, '2023-01-17 16:53:45', '2023-06-12 18:33:41'),
(10, 'grocery', 'delivery_boy_delivered_message', 'Order {orderId} delivered successfully', 1, '2023-01-17 16:53:45', '2023-06-12 18:33:41'),
(11, 'grocery', 'order_cancled_message', 'Order {orderId} is canceled by your request', 1, '2023-01-17 16:53:45', '2023-06-12 18:33:41'),
(12, 'food', 'order_pending_message', '{userName}, Your  order {orderId} is successfully placed', 1, '2023-01-17 16:56:00', '2023-06-12 19:19:14'),
(13, 'food', 'order_confirmation_msg', '{userName}, Your order {orderId} is confirmed', 1, '2023-01-17 16:56:00', '2023-06-12 19:19:14'),
(14, 'food', 'order_processing_message', '{userName}, Your food is started for cooking by {storeName}', 1, '2023-01-17 16:56:00', '2023-06-12 19:19:14'),
(15, 'food', 'order_handover_message', 'Delivery man is on the way. For this order {orderId}', 1, '2023-01-17 16:56:00', '2023-06-12 19:19:14'),
(16, 'food', 'order_refunded_message', 'Order {orderId} Refunded successfully', 1, '2023-01-17 16:56:00', '2023-06-12 19:19:14'),
(17, 'food', 'refund_request_canceled', 'Order {orderId}  Refund request is canceled', 1, '2023-01-17 16:56:00', '2023-06-12 19:19:14'),
(18, 'food', 'out_for_delivery_message', '{userName}, Your order {orderId}  is ready for delivery', 1, '2023-01-17 16:56:00', '2023-06-12 19:19:14'),
(19, 'food', 'order_delivered_message', 'Your order {orderId} is delivered', 1, '2023-01-17 16:56:00', '2023-06-12 19:19:15'),
(20, 'food', 'delivery_boy_assign_message', 'Your order {orderId} has been assigned to a delivery man', 1, '2023-01-17 16:56:00', '2023-06-12 19:19:15'),
(21, 'food', 'delivery_boy_delivered_message', 'Order {orderId} delivered successfully', 1, '2023-01-17 16:56:00', '2023-06-12 19:19:15'),
(22, 'food', 'order_cancled_message', 'Order {orderId} is canceled by your request', 1, '2023-01-17 16:56:00', '2023-06-12 19:19:15'),
(23, 'pharmacy', 'order_pending_message', '{userName}, Your  order {orderId} is successfully placed', 1, '2023-01-17 16:57:46', '2023-06-12 19:22:20'),
(24, 'pharmacy', 'order_confirmation_msg', '{userName}, Your order {orderId} is confirmed', 1, '2023-01-17 16:57:46', '2023-06-12 19:22:20'),
(25, 'pharmacy', 'order_processing_message', '{userName}, Your order is Processing by {storeName}', 1, '2023-01-17 16:57:46', '2023-06-12 19:22:20'),
(26, 'pharmacy', 'order_handover_message', 'Delivery man is on the way. For this order {orderId}', 1, '2023-01-17 16:57:46', '2023-06-12 19:22:20'),
(27, 'pharmacy', 'order_refunded_message', 'Order {orderId} Refunded successfully', 1, '2023-01-17 16:57:46', '2023-06-12 19:22:20'),
(28, 'pharmacy', 'refund_request_canceled', 'Order {orderId}  Refund request is canceled', 1, '2023-01-17 16:57:46', '2023-06-12 19:22:20'),
(29, 'pharmacy', 'out_for_delivery_message', '{userName}, Your order {orderId} is ready for delivery', 1, '2023-01-17 16:57:46', '2023-06-12 19:22:20'),
(30, 'pharmacy', 'order_delivered_message', 'Your order {orderId} is delivered', 1, '2023-01-17 16:57:46', '2023-06-12 19:22:20'),
(31, 'pharmacy', 'delivery_boy_assign_message', 'Your order {orderId} has been assigned to a delivery man', 1, '2023-01-17 16:57:46', '2023-06-12 19:22:20'),
(32, 'pharmacy', 'delivery_boy_delivered_message', 'Order {orderId} delivered successfully', 1, '2023-01-17 16:57:46', '2023-06-12 19:22:20'),
(33, 'pharmacy', 'order_cancled_message', 'Order {orderId} is canceled by your request', 1, '2023-01-17 16:57:46', '2023-06-12 19:22:20'),
(34, 'ecommerce', 'order_pending_message', '{userName}, Your  order {orderId} is successfully placed', 1, '2023-01-17 16:59:24', '2023-06-12 19:25:02'),
(35, 'ecommerce', 'order_confirmation_msg', '{userName}, Your order {orderId} is confirmed', 1, '2023-01-17 16:59:24', '2023-06-12 19:25:02'),
(36, 'ecommerce', 'order_processing_message', '{userName}, Your order is Processing by {storeName}', 1, '2023-01-17 16:59:24', '2023-06-12 19:25:02'),
(37, 'ecommerce', 'order_handover_message', 'Delivery man is on the way. For this order {orderId}', 1, '2023-01-17 16:59:24', '2023-06-12 19:25:02'),
(38, 'ecommerce', 'order_refunded_message', 'Order {orderId} Refunded successfully', 1, '2023-01-17 16:59:24', '2023-06-12 19:25:02'),
(39, 'ecommerce', 'refund_request_canceled', 'Order {orderId}  Refund request is canceled', 1, '2023-01-17 16:59:24', '2023-06-12 19:25:02'),
(40, 'ecommerce', 'out_for_delivery_message', '{userName}, Your order {orderId} is ready for delivery', 1, '2023-01-17 16:59:24', '2023-06-12 19:25:02'),
(41, 'ecommerce', 'order_delivered_message', 'Your order {orderId} is delivered', 1, '2023-01-17 16:59:24', '2023-06-12 19:25:02'),
(42, 'ecommerce', 'delivery_boy_assign_message', 'Your order {orderId} has been assigned to a delivery man', 1, '2023-01-17 16:59:24', '2023-06-12 19:25:02'),
(43, 'ecommerce', 'delivery_boy_delivered_message', 'Order {orderId} delivered successfully', 1, '2023-01-17 16:59:24', '2023-06-12 19:25:02'),
(44, 'ecommerce', 'order_cancled_message', 'Order {orderId} is canceled by your request', 1, '2023-01-17 16:59:24', '2023-06-12 19:25:02'),
(45, 'parcel', 'order_pending_message', '{userName}, Your parcel order is successfully placed', 1, '2023-01-17 17:01:02', '2023-06-12 19:29:42'),
(46, 'parcel', 'order_confirmation_msg', 'Your order {orderId} is confirmed', 1, '2023-01-17 17:01:02', '2023-06-12 19:29:42'),
(47, 'parcel', 'out_for_delivery_message', 'Your parcel order  {orderId}  is ready for delivery', 1, '2023-01-17 17:01:02', '2023-06-12 19:29:42'),
(48, 'parcel', 'order_delivered_message', 'Your parcel id  {orderId}  is delivered', 1, '2023-01-17 17:01:02', '2023-06-12 19:29:42'),
(49, 'parcel', 'delivery_boy_assign_message', 'Your order {orderId}  has been assigned to a delivery man', 1, '2023-01-17 17:01:02', '2023-06-12 19:29:42'),
(50, 'parcel', 'delivery_boy_delivered_message', 'parcel id  {orderId}  delivered successfully', 1, '2023-01-17 17:01:02', '2023-06-12 19:29:42'),
(51, 'parcel', 'order_cancled_message', 'Order is canceled by your request', 1, '2023-01-17 17:01:02', '2023-01-17 17:01:02');

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

--
-- Table structure for table `notification_settings`
--

CREATE TABLE `notification_settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(255) DEFAULT NULL,
  `sub_title` text DEFAULT NULL,
  `key` varchar(255) DEFAULT NULL,
  `type` enum('admin','customer','store','deliveryman','provider') DEFAULT 'admin',
  `mail_status` enum('active','inactive','disable') NOT NULL DEFAULT 'disable',
  `sms_status` enum('active','inactive','disable') NOT NULL DEFAULT 'disable',
  `push_notification_status` enum('active','inactive','disable') NOT NULL DEFAULT 'disable',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `module_type` varchar(20) NOT NULL DEFAULT 'all'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `notification_settings`
--

INSERT INTO `notification_settings` (`id`, `title`, `sub_title`, `key`, `type`, `mail_status`, `sms_status`, `push_notification_status`, `created_at`, `updated_at`, `module_type`) VALUES
(1, 'forget_password', 'Sent_notification_on_forget_password', 'forget_password', 'admin', 'active', 'active', 'disable', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(2, 'deliveryman_self_registration', 'Sent_notification_on_deliveryman_self_registration', 'deliveryman_self_registration', 'admin', 'active', 'disable', 'disable', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(3, 'store_self_registration', 'Sent_notification_on_store_self_registration', 'store_self_registration', 'admin', 'active', 'disable', 'disable', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(4, 'campaign_join_request', 'Sent_notification_on_campaign_join_request', 'campaign_join_request', 'admin', 'active', 'disable', 'disable', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(5, 'withdraw_request', 'Sent_notification_on_withdraw_request', 'withdraw_request', 'admin', 'active', 'disable', 'disable', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(6, 'order_refund_request', 'Sent_notification_on_order_refund_request', 'order_refund_request', 'admin', 'active', 'disable', 'disable', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(7, 'advertisement_add', 'Sent_notification_on_advertisement_add', 'advertisement_add', 'admin', 'active', 'disable', 'disable', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(8, 'advertisement_update', 'Sent_notification_on_advertisement_update', 'advertisement_update', 'admin', 'active', 'disable', 'disable', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(9, 'deliveryman_registration', 'Sent_notification_on_deliveryman_registration', 'deliveryman_registration', 'deliveryman', 'active', 'disable', 'disable', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(10, 'deliveryman_registration_approval', 'Sent_notification_on_deliveryman_registration_approval', 'deliveryman_registration_approval', 'deliveryman', 'active', 'disable', 'disable', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(11, 'deliveryman_registration_deny', 'Sent_notification_on_deliveryman_registration_deny', 'deliveryman_registration_deny', 'deliveryman', 'active', 'disable', 'disable', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(12, 'deliveryman_account_block', 'Sent_notification_on_deliveryman_account_block', 'deliveryman_account_block', 'deliveryman', 'active', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(13, 'deliveryman_account_unblock', 'Sent_notification_on_deliveryman_account_unblock', 'deliveryman_account_unblock', 'deliveryman', 'active', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(14, 'deliveryman_forget_password', 'Sent_notification_on_deliveryman_forget_password', 'deliveryman_forget_password', 'deliveryman', 'active', 'active', 'disable', '2024-10-07 19:02:25', '2026-01-21 13:18:48', 'all'),
(15, 'deliveryman_collect_cash', 'Sent_notification_on_deliveryman_collect_cash', 'deliveryman_collect_cash', 'deliveryman', 'active', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(16, 'deliveryman_order_notification', 'Sent_notification_order_notification_to_deliveryman', 'deliveryman_order_notification', 'deliveryman', 'disable', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(17, 'deliveryman_order_assign_or_unassign', 'Sent_notification_on_deliveryman_order_assign_or_unassign', 'deliveryman_order_assign_unassign', 'deliveryman', 'disable', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(18, 'store_registration', 'Sent_notification_on_store_registration', 'store_registration', 'store', 'active', 'disable', 'disable', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(19, 'store_registration_approval', 'Sent_notification_on_store_registration_approval', 'store_registration_approval', 'store', 'active', 'disable', 'disable', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(20, 'store_registration_deny', 'Sent_notification_on_store_registration_deny', 'store_registration_deny', 'store', 'active', 'disable', 'disable', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(21, 'store_account_block', 'Sent_notification_on_store_account_block', 'store_account_block', 'store', 'active', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(22, 'store_account_unblock', 'Sent_notification_on_store_account_unblock', 'store_account_unblock', 'store', 'active', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(23, 'store_withdraw_approve', 'Sent_notification_on_store_withdraw_approve', 'store_withdraw_approve', 'store', 'active', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(24, 'store_withdraw_rejaction', 'Sent_notification_on_store_withdraw_rejaction', 'store_withdraw_rejaction', 'store', 'active', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(25, 'store_campaign_join_request', 'Sent_notification_on_store_campaign_join_request', 'store_campaign_join_request', 'store', 'active', 'disable', 'disable', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(26, 'store_campaign_join_rejaction', 'Sent_notification_on_store_campaign_join_rejaction', 'store_campaign_join_rejaction', 'store', 'active', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(27, 'store_campaign_join_approval', 'Sent_notification_on_store_campaign_join_approval', 'store_campaign_join_approval', 'store', 'active', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(28, 'store_order_notification', 'Sent_notification_on_store_order_notification', 'store_order_notification', 'store', 'disable', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(29, 'store_product_approve', 'Sent_notification_on_store_product_approve', 'store_product_approve', 'store', 'active', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(30, 'store_product_reject', 'Sent_notification_on_store_product_reject', 'store_product_reject', 'store', 'active', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(31, 'store_subscription_success', 'Sent_notification_on_store_subscription_success', 'store_subscription_success', 'store', 'active', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(32, 'store_subscription_renew', 'Sent_notification_on_store_subscription_renew', 'store_subscription_renew', 'store', 'active', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(33, 'store_subscription_shift', 'Sent_notification_on_store_subscription_shift', 'store_subscription_shift', 'store', 'active', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(34, 'store_subscription_cancel', 'Sent_notification_on_store_subscription_cancel', 'store_subscription_cancel', 'store', 'active', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(35, 'store_subscription_plan_update', 'Sent_notification_on_store_subscription_plan_update', 'store_subscription_plan_update', 'store', 'active', 'disable', 'inactive', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(36, 'store_advertisement_create_by_admin', 'Sent_notification_on_store_advertisement_create_by_admin', 'store_advertisement_create_by_admin', 'store', 'active', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(37, 'store_advertisement_approval', 'Sent_notification_on_store_advertisement_approval', 'store_advertisement_approval', 'store', 'active', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(38, 'store_advertisement_deny', 'Sent_notification_on_store_advertisement_deny', 'store_advertisement_deny', 'store', 'active', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(39, 'store_advertisement_resume', 'Sent_notification_on_store_advertisement_resume', 'store_advertisement_resume', 'store', 'active', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(40, 'store_advertisement_pause', 'Sent_notification_on_store_advertisement_pause', 'store_advertisement_pause', 'store', 'active', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(41, 'customer_registration', 'Sent_notification_on_customer_registration', 'customer_registration', 'customer', 'active', 'disable', 'disable', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(42, 'customer_pos_registration', 'Sent_notification_on_customer_pos_registration', 'customer_pos_registration', 'customer', 'active', 'disable', 'disable', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(46, 'customer_order_notification', 'Sent_notification_on_customer_order_notification', 'customer_order_notification', 'customer', 'active', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(47, 'customer_delivery_verification', 'Sent_notification_on_customer_delivery_verification', 'customer_delivery_verification', 'customer', 'active', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(48, 'customer_refund_request_approval', 'Sent_notification_on_customer_refund_request_approval', 'customer_refund_request_approval', 'customer', 'active', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(49, 'customer_refund_request_rejaction', 'Sent_notification_on_customer_refund_request_rejaction', 'customer_refund_request_rejaction', 'customer', 'active', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(50, 'customer_add_fund_to_wallet', 'Sent_notification_on_customer_add_fund_to_wallet', 'customer_add_fund_to_wallet', 'customer', 'active', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(51, 'customer_offline_payment_approve', 'Sent_notification_on_customer_offline_payment_approve', 'customer_offline_payment_approve', 'customer', 'active', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(52, 'customer_offline_payment_deny', 'Sent_notification_on_customer_offline_payment_deny', 'customer_offline_payment_deny', 'customer', 'active', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(53, 'customer_account_block', 'Sent_notification_on_customer_account_block', 'customer_account_block', 'customer', 'active', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(54, 'customer_account_unblock', 'Sent_notification_on_customer_account_unblock', 'customer_account_unblock', 'customer', 'active', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(55, 'customer_cashback', 'Sent_notification_on_customer_cashback', 'customer_cashback', 'customer', 'disable', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(56, 'customer_referral_bonus_earning', 'Sent_notification_on_customer_referral_bonus_earning', 'customer_referral_bonus_earning', 'customer', 'disable', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(57, 'customer_new_referral_join', 'Sent_notification_on_customer_new_referral_join', 'customer_new_referral_join', 'customer', 'disable', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(58, 'customer_pos_order_wallet_notification', 'Sent_notification_on_wallet_payment_on_POS', 'customer_pos_order_wallet_notification', 'customer', 'disable', 'disable', 'active', '2024-10-07 19:02:25', '2024-10-07 19:02:25', 'all'),
(59, 'customer_loyalty_point_earning', 'Sent_notification_on_loyalty_point_earning', 'customer_loyalty_point_earning', 'customer', 'disable', 'disable', 'active', '2025-01-14 01:16:10', '2025-01-14 01:16:10', 'all'),
(60, 'customer_delivery_verification_otp', 'Sent_customer_delivery_verification_otp', 'customer_delivery_verification_otp', 'customer', 'disable', 'inactive', 'disable', '2025-11-08 13:18:19', '2025-11-08 13:18:19', 'all'),
(61, 'deliveryman_withdraw_approve', 'Sent_notification_on_deliveryman_withdraw_approve', 'deliveryman_withdraw_approve', 'deliveryman', 'active', 'disable', 'active', '2025-11-08 13:18:19', '2025-11-08 13:18:19', 'all'),
(62, 'deliveryman_withdraw_rejaction', 'Sent_notification_on_deliveryman_withdraw_rejaction', 'deliveryman_withdraw_rejaction', 'deliveryman', 'active', 'disable', 'active', '2025-11-08 13:18:19', '2025-11-08 13:18:19', 'all'),
(63, 'deliveryman_withdraw_request', 'Sent_notification_on_withdraw_request', 'dm_withdraw_request', 'admin', 'active', 'disable', 'disable', '2025-11-08 13:18:19', '2025-11-08 13:18:19', 'all'),
(64, 'deliveryman_loyalty_point_transaction', 'Sent_notification_on_deliveryman_loyalty_point_transaction', 'deliveryman_loyalty_point_transaction', 'deliveryman', 'disable', 'disable', 'active', '2026-01-14 00:51:25', '2026-01-14 00:51:25', 'all'),
(65, 'deliveryman_referral_notification', 'Sent_notification_on_deliveryman_referral_notification', 'deliveryman_referral_notification', 'deliveryman', 'disable', 'disable', 'active', '2026-01-14 00:51:25', '2026-01-14 00:51:25', 'all'),
(66, 'deliveryman_referral_bonus', 'Sent_notification_on_deliveryman_referral_bonus', 'deliveryman_referral_bonus', 'deliveryman', 'disable', 'disable', 'active', '2026-01-14 00:51:25', '2026-01-14 00:51:25', 'all'),
(67, 'provider_registration', 'Sent_notification_on_provider_self_registration', 'provider_self_registration', 'admin', 'active', 'disable', 'disable', '2026-04-23 09:33:41', '2026-04-23 09:33:41', 'rental'),
(68, 'provider_withdraw_request', 'Sent_notification_on_provider_withdraw_request', 'provider_withdraw_request', 'admin', 'active', 'disable', 'disable', '2026-04-23 09:33:41', '2026-04-23 09:33:41', 'rental'),
(69, 'provider_registration', 'Sent_notification_on_provider_registration', 'provider_registration', 'provider', 'active', 'disable', 'disable', '2026-04-23 09:33:41', '2026-04-23 09:33:41', 'rental'),
(70, 'provider_registration_approval', 'Sent_notification_on_provider_registration_approval', 'provider_registration_approval', 'provider', 'active', 'disable', 'disable', '2026-04-23 09:33:41', '2026-04-23 09:33:41', 'rental'),
(71, 'provider_registration_deny', 'Sent_notification_on_provider_registration_deny', 'provider_registration_deny', 'provider', 'active', 'disable', 'disable', '2026-04-23 09:33:41', '2026-04-23 09:33:41', 'rental'),
(72, 'provider_account_block', 'Sent_notification_on_provider_account_block', 'provider_account_block', 'provider', 'active', 'disable', 'active', '2026-04-23 09:33:41', '2026-04-23 09:33:41', 'rental'),
(73, 'provider_account_unblock', 'Sent_notification_on_provider_account_unblock', 'provider_account_unblock', 'provider', 'active', 'disable', 'active', '2026-04-23 09:33:41', '2026-04-23 09:33:41', 'rental'),
(74, 'provider_withdraw_approve', 'Sent_notification_on_provider_withdraw_approve', 'provider_withdraw_approve', 'provider', 'active', 'disable', 'active', '2026-04-23 09:33:41', '2026-04-23 09:33:41', 'rental'),
(75, 'provider_withdraw_rejaction', 'Sent_notification_on_provider_withdraw_rejaction', 'provider_withdraw_rejaction', 'provider', 'active', 'disable', 'active', '2026-04-23 09:33:41', '2026-04-23 09:33:41', 'rental'),
(76, 'provider_trip_notification', 'Sent_notification_on_provider_trip_notification', 'provider_trip_notification', 'provider', 'disable', 'disable', 'active', '2026-04-23 09:33:41', '2026-04-23 09:33:41', 'rental'),
(77, 'provider_subscription_success', 'Sent_notification_on_provider_subscription_success', 'provider_subscription_success', 'provider', 'active', 'disable', 'active', '2026-04-23 09:33:41', '2026-04-23 09:33:41', 'rental'),
(78, 'provider_subscription_renew', 'Sent_notification_on_provider_subscription_renew', 'provider_subscription_renew', 'provider', 'active', 'disable', 'active', '2026-04-23 09:33:41', '2026-04-23 09:33:41', 'rental'),
(79, 'provider_subscription_shift', 'Sent_notification_on_provider_subscription_shift', 'provider_subscription_shift', 'provider', 'active', 'disable', 'active', '2026-04-23 09:33:42', '2026-04-23 09:33:42', 'rental'),
(80, 'provider_subscription_cancel', 'Sent_notification_on_provider_subscription_cancel', 'provider_subscription_cancel', 'provider', 'active', 'disable', 'active', '2026-04-23 09:33:42', '2026-04-23 09:33:42', 'rental'),
(81, 'provider_subscription_plan_update', 'Sent_notification_on_provider_subscription_plan_update', 'provider_subscription_plan_update', 'provider', 'active', 'disable', 'inactive', '2026-04-23 09:33:42', '2026-04-23 09:33:42', 'rental'),
(82, 'customer_trip_notification', 'Sent_notification_on_customer_trip_notification', 'customer_trip_notification', 'customer', 'active', 'disable', 'active', '2026-04-23 09:33:42', '2026-04-23 09:33:42', 'rental');

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

--
-- Table structure for table `nutritions`
--

CREATE TABLE `nutritions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `nutrition` 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 `nutritions`
--

INSERT INTO `nutritions` (`id`, `nutrition`, `created_at`, `updated_at`) VALUES
(1, 'Protein Per 100 g (g)', '2025-09-23 01:53:01', '2025-09-23 01:53:01'),
(2, 'Energy Per 100 g (kcal)', '2025-09-23 01:53:01', '2025-09-23 01:53:01'),
(3, 'Calcium Per 100 g (g)', '2025-09-23 01:53:01', '2025-09-23 01:53:01'),
(4, 'Total Fat Per 100 g (g)', '2025-09-23 01:53:01', '2025-09-23 01:53:01'),
(5, 'Trans Fat Per 100 g (g)', '2025-09-23 01:53:01', '2025-09-23 01:53:01'),
(6, 'Saturated Fat Per 100 g (g)', '2025-09-23 01:53:01', '2025-09-23 01:53:01'),
(7, 'Total Carbohydrates Per 100 g (g)', '2025-09-23 01:53:01', '2025-09-23 01:53:01'),
(8, 'Added Sugars Per 100 g', '2025-09-23 01:53:01', '2025-09-23 01:53:01'),
(9, 'Concern Germ Protection, Brightening Fragrance Fresh Fragrance Family Fresh', '2025-09-23 12:50:40', '2025-09-23 12:50:40'),
(10, 'Power Source Manual No. of Units 6 pcs Bristle Type Soft Bristles Colour Multicolour Gender Unisex', '2025-09-23 13:35:09', '2025-09-23 13:35:09'),
(11, 'Absorption Hours 12 Hrs Baby Weight 12 - 17 kgs Size XL Style Pant Unit 34 pieces', '2025-09-23 14:53:37', '2025-09-23 14:53:37'),
(12, '200g', '2025-12-19 12:09:27', '2025-12-19 12:09:27'),
(13, 'ProteinPer100g(g)', '2026-01-22 08:49:51', '2026-01-22 08:49:51');

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

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

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

--
-- Dumping data for table `oauth_access_tokens`
--

INSERT INTO `oauth_access_tokens` (`id`, `user_id`, `client_id`, `name`, `scopes`, `revoked`, `created_at`, `updated_at`, `expires_at`) VALUES
('045682b2f0b2d7741abd8dcecec618a2a1bb7388fab6b29a0b5adfb14b6dc9677cdd71a0f3dae647', 18, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-03 15:48:07', '2025-12-03 15:48:07', '2026-12-03 15:48:07'),
('046dba64f25ddd1a62418303d000ac7693f6a7fde01d984f14bc10e8b6599333472d6903402ca250', 23, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-05-15 04:01:41', '2026-05-15 04:01:41', '2027-05-15 04:01:41'),
('141ce9ed447697a1cb44429d009ddc59a094b9f014281676776bf8219e96c81ce3f72469de341f4e', 6, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-10-07 09:39:59', '2025-10-07 09:40:00', '2026-10-07 09:39:59'),
('1a35da20a303e1f5cfee6a83eec247e2673931f843bea2919af7b3fa20cf53baca0a06fb6ea70075', 26, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-04-23 08:33:52', '2026-04-23 08:33:52', '2027-04-23 08:33:52'),
('1db64317ff8a5fcaaa1708bfa81137adca0aca1174edcc065c8e42de41c217e1ae8d4c965105828c', 24, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-04-22 17:39:34', '2026-04-22 17:39:34', '2027-04-22 17:39:34'),
('2b3d0694115e56c282bd37d28ec05051405d9c8486557a75f15e85d6cdff669c2914d414e583d97b', 23, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-04-12 14:23:54', '2026-04-12 14:23:55', '2027-04-12 14:23:54'),
('2f30d7c0b07a55faa7a10d324b0709f2c0eabcb72c08e6d9abb12e18537b2fbb176484849a01b242', 20, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-04-08 11:39:33', '2026-04-08 11:39:33', '2027-04-08 11:39:33'),
('32fc59ac2e49faa0ff62181e85dd49df99d8db1d59789e4798a860f9f7ae0400a2c8e7b0d63b7a78', 9, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-10-11 15:18:28', '2025-10-11 15:18:28', '2026-10-11 15:18:28'),
('358ab3073ca16b45e4b4fa615d2c72376e0172cde8a10f1e7515e656e2214ebb156594ae5ebe4945', 14, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-11-11 12:55:27', '2025-11-11 12:55:27', '2026-11-11 12:55:27'),
('381ddae63e3cc6232bae00aba94d4136c005076beacf1a64e4f21cf0316a04f66bdc89c328a2d9ac', 28, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-05-13 10:23:53', '2026-05-13 10:23:53', '2027-05-13 10:23:53'),
('39203d6bff8902fb375d4a9286ee1e31591b065329944f6e3b4c3d72e94b335b0afbbbacbcfba754', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-16 21:22:47', '2025-12-16 21:22:47', '2026-12-16 21:22:47'),
('444d534d1ff0da00d5055fccb0cc3ab0e0a110df28da838bea19743f9bdef59dbf9211cbe15de33b', 12, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-10-17 16:40:25', '2025-10-17 16:40:25', '2026-10-17 16:40:25'),
('55f4e66c3d712b673ee0402ef7eeef0f3c3edc5f0284dd6c51bf47699de86d24bd042a22113418d6', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-16 11:14:00', '2025-12-16 11:14:00', '2026-12-16 11:14:00'),
('56e880960033bfa9311986d17f311a6d21ffbf70f90c9a8e8c1c3e989924680f4bda055b53284b2e', 3, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-10-03 15:47:47', '2025-10-03 15:47:47', '2026-10-03 15:47:47'),
('57f08344b471eb12778862a67fa300bd21f13378dcd50a3401cbdd9bfa3d9e33904a6c90c8ed39ef', 25, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-04-23 08:17:40', '2026-04-23 08:17:40', '2027-04-23 08:17:40'),
('5addc89e8641e384b6f3722cec96ac955f53946347eba5dc1a9b2490875d5a7364cc9e5118dc0187', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-10-09 21:49:12', '2024-10-09 21:49:12', '2025-10-09 21:49:12'),
('5b46599778c37ae95cc3c9a0f500f5c6a429909720551378558d72a92fb373a573c32fc040ee1b24', 10, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-10-19 00:22:14', '2025-10-19 00:22:14', '2026-10-19 00:22:14'),
('6958ff2fdeaac0da4c5f3cb1d225cee769e1d335e7fbcc09829e0d820398105e4b783223d82b8c52', 13, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-10-27 13:29:30', '2025-10-27 13:29:30', '2026-10-27 13:29:30'),
('79c7ef6094594158b29b1565fdb33e631aaa9f57e5a114f8cef20a0b3018b85edb1f4dfc26b5a7a9', 21, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-04-08 18:09:44', '2026-04-08 18:09:44', '2027-04-08 18:09:44'),
('7c112285e2d488df7a4c8b9fd2d63a91b58b3f676ab2ab3da20b8ea39785acf3a1ff023ebbabf843', 16, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-11-17 07:33:25', '2025-11-17 07:33:25', '2026-11-17 07:33:25'),
('842d234e3a8a5ab575cfe7136281559b868c585a6fbe583638f86313ef52461447c575d94bb99f77', 31, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-05-13 16:20:38', '2026-05-13 16:20:38', '2027-05-13 16:20:38'),
('86cb6fbff020ca261f10f31e3aeddeb1fd298cd78262ce3608a6cfc99e962d87efe9fde17bded060', 13, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-10-27 13:28:09', '2025-10-27 13:28:09', '2026-10-27 13:28:09'),
('878fb904050163c18da669ab879b796ded0ab7b7c7db5c86dca0030f133927b3ca877df9dda54b13', 20, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-04-08 11:41:04', '2026-04-08 11:41:04', '2027-04-08 11:41:04'),
('87ca4cf34196bfc256125e5c8e49404b095676a8b3162b32cf1e5a773eed91e05c118e1312e4aacf', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-16 12:04:49', '2025-12-16 12:04:49', '2026-12-16 12:04:49'),
('8c1d3a6abdd1285ea39b31113f994d6e18fdc87d5c07d5299abfc4ed835f2fa109cb2b1dc98e3a18', 23, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-04-12 14:32:03', '2026-04-12 14:32:03', '2027-04-12 14:32:03'),
('9634d808ed1cd79e772474ba1d39de12981bcf53fb2d20b0b39d84bee8fae92f407efd745453d815', 5, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-10-04 14:47:04', '2025-10-04 14:47:04', '2026-10-04 14:47:04'),
('96c33624d8430d76439a3cb073b5f9e151b1757ed02f0c9c34232545412e116703f643556a4037ca', 30, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-05-13 10:35:11', '2026-05-13 10:35:11', '2027-05-13 10:35:11'),
('9e184680304b3a71626f4bcae2d870e8d8c68fa2d7d605908b46e494beef42398ec980e648915e18', 27, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-04-23 15:41:03', '2026-04-23 15:41:03', '2027-04-23 15:41:03'),
('9f42435391c4b957eb673c0bee7db3f52a16734758ff6dd3c5e7abaaae28f58a754d4c22c0aa17e4', 7, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-10-08 19:10:27', '2025-10-08 19:10:27', '2026-10-08 19:10:27'),
('a124d9618b96a90aaa89a6ef9cb3d28f1e98bd9be0df60d716b7dddad3f6427ea42b68c535742eea', 13, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-10-27 13:29:28', '2025-10-27 13:29:28', '2026-10-27 13:29:28'),
('a2b7c38fce43a0062fe295418d84e39728fd6a57705f02240fa202e034aa73b8fbd9ed8df4c806ca', 22, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-04-12 07:23:30', '2026-04-12 07:23:30', '2027-04-12 07:23:30'),
('acbd24d91746922e02d3b9503fb5e36485019148361cfd796aeb1ab6d32c4135d41cf8f827ec7646', 8, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-10-09 10:11:47', '2025-10-09 10:11:47', '2026-10-09 10:11:47'),
('b8623dd8f25d418aff98c6e3bef871c4492fc31eee3a92cc1d7c21ab1248c16ce8f9691864f994e0', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-09-28 20:10:48', '2025-09-28 20:10:48', '2026-09-28 20:10:48'),
('b913a650198bb44897b4509f92ef716a7fde8d2736d58d18d65c1690fd8ed64bbcc7256a558f9f78', 19, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-09 13:09:23', '2025-12-09 13:09:23', '2026-12-09 13:09:23'),
('c3635548dfe54338606b03ee2ca5ea9e105d06f812a29e5312f51cee0b90344a9029c3558aecad7b', 17, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-11-23 19:20:44', '2025-11-23 19:20:44', '2026-11-23 19:20:44'),
('c765ce5b33b8c4a38a9b760479db4674c6db65166d154b54b3fa21ea0bc7ae230397c2486ba7ad7b', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-10-11 03:12:05', '2024-10-11 03:12:05', '2025-10-11 03:12:05'),
('c91c660a2d44e0434ea79b4f30a95b570e215c2f9693bbcff6429131bbf732b3726882fc90129b76', 10, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-10-17 14:05:51', '2025-10-17 14:05:51', '2026-10-17 14:05:51'),
('ca2a168fc4d2620a6bc587bd842d36b271b7bfde21d0a80356c8b69217e1ad3c96e8fef868b2fe54', 33, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-07-04 09:53:35', '2026-07-04 09:53:35', '2027-07-04 09:53:35'),
('ccab553b9b91da0a8bf3b5614704f3e11d632cf638cda001d933dd2cd1413e87a0888813e3f7e1ff', 29, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-05-13 10:27:27', '2026-05-13 10:27:27', '2027-05-13 10:27:27'),
('d14e098dc9fc826399a24c699f53ce8c94264d5066cfb7b4cf91f85a93d81b6c918e1b7114346eff', 15, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-11-15 14:44:28', '2025-11-15 14:44:28', '2026-11-15 14:44:28'),
('d5dceb18ffbfd69e2ab36cab116e0432dd662740d3fcde2eb0bb2f57c1675afa4ec874114982aac3', 21, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-04-08 18:07:35', '2026-04-08 18:07:35', '2027-04-08 18:07:35'),
('d9bc5a774d40136c38652cc8f59af27588c491ff401c09a7d637cf075fff5584350c8dfae50d1633', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-15 22:07:55', '2025-12-15 22:07:55', '2026-12-15 22:07:55'),
('e72c90c7b96fc9e73e7711ca36ba540f4392126cc67b637e08854eb9e6257e9bae9fd6dd68c84ba5', 32, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-06-15 10:51:47', '2026-06-15 10:51:47', '2027-06-15 10:51:47'),
('eeead4e267f37715ac8f7ca0b0d52e4844f54404f8ea90e94ba865465bf8df2e685eca99c001a24f', 16, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-11-17 07:33:50', '2025-11-17 07:33:50', '2026-11-17 07:33:50'),
('efa33ecfc7b948c1459b49aaa9cfa646243a622dc529685a78aa38380dcb7c67c824b577e9ac5ac9', 11, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-10-17 16:39:57', '2025-10-17 16:39:57', '2026-10-17 16:39:57'),
('f08c2b1c177e8931ca9476e01fb07c598898864f61f2340792eeae8577ced3b717965ca680a1e7cf', 13, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-10-27 13:27:04', '2025-10-27 13:27:04', '2026-10-27 13:27:04');

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

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

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

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

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

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

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

INSERT INTO `oauth_clients` (`id`, `user_id`, `name`, `secret`, `provider`, `redirect`, `personal_access_client`, `password_client`, `revoked`, `created_at`, `updated_at`) VALUES
(1, NULL, 'Laravel Personal Access Client', 'qBN0j6SW6nIf47748tgxaKxnqKqCacTxa6gii8yc', NULL, 'http://localhost', 1, 0, 0, '2021-08-19 20:44:50', '2021-08-19 20:44:50'),
(2, NULL, 'Laravel Password Grant Client', 'oqQ90HOU0egjgQ01LRzHo9rADUavq16jzWm1TrjT', 'users', 'http://localhost', 0, 1, 0, '2021-08-19 20:44:50', '2021-08-19 20:44:50'),
(3, NULL, 'stackfood Personal Access Client', 'iRxXixYp4CDo7TWbWNCMelAUwgtScaEMGudnbHQk', NULL, 'http://localhost', 1, 0, 0, '2022-01-05 10:22:36', '2022-01-05 10:22:36'),
(4, NULL, 'stackfood Password Grant Client', 'FzGJ1vSlbfGP2mWqF6V575QgVCEfbBHVNA41ApeC', 'users', 'http://localhost', 0, 1, 0, '2022-01-05 10:22:36', '2022-01-05 10:22:36');

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

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

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

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

INSERT INTO `oauth_personal_access_clients` (`id`, `client_id`, `created_at`, `updated_at`) VALUES
(1, 1, '2021-08-19 20:44:50', '2021-08-19 20:44:50'),
(2, 3, '2022-01-05 10:22:36', '2022-01-05 10:22:36');

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

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

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

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

--
-- Table structure for table `offline_payments`
--

CREATE TABLE `offline_payments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `payment_info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
  `status` varchar(10) NOT NULL DEFAULT 'pending',
  `note` text DEFAULT NULL,
  `customer_note` text DEFAULT NULL,
  `method_fields` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `offline_payment_methods`
--

CREATE TABLE `offline_payment_methods` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `method_name` varchar(255) NOT NULL,
  `method_fields` text NOT NULL,
  `method_informations` text NOT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

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

CREATE TABLE `orders` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `order_amount` decimal(24,2) NOT NULL DEFAULT 0.00,
  `coupon_discount_amount` decimal(24,2) NOT NULL DEFAULT 0.00,
  `coupon_discount_title` varchar(255) DEFAULT NULL,
  `payment_status` varchar(255) NOT NULL DEFAULT 'unpaid',
  `order_status` varchar(255) NOT NULL DEFAULT 'pending',
  `total_tax_amount` decimal(24,2) NOT NULL DEFAULT 0.00,
  `payment_method` varchar(30) DEFAULT NULL,
  `transaction_reference` varchar(30) DEFAULT NULL,
  `delivery_address_id` bigint(20) DEFAULT NULL,
  `delivery_man_id` bigint(20) UNSIGNED DEFAULT NULL,
  `coupon_code` varchar(255) DEFAULT NULL,
  `order_note` text DEFAULT NULL,
  `order_type` varchar(255) NOT NULL DEFAULT 'delivery',
  `checked` tinyint(1) NOT NULL DEFAULT 0,
  `store_id` bigint(20) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `delivery_charge` decimal(24,2) NOT NULL DEFAULT 0.00,
  `schedule_at` timestamp NULL DEFAULT NULL,
  `callback` varchar(255) DEFAULT NULL,
  `otp` varchar(255) DEFAULT NULL,
  `pending` timestamp NULL DEFAULT NULL,
  `accepted` timestamp NULL DEFAULT NULL,
  `confirmed` timestamp NULL DEFAULT NULL,
  `processing` timestamp NULL DEFAULT NULL,
  `handover` timestamp NULL DEFAULT NULL,
  `picked_up` timestamp NULL DEFAULT NULL,
  `delivered` timestamp NULL DEFAULT NULL,
  `canceled` timestamp NULL DEFAULT NULL,
  `refund_requested` timestamp NULL DEFAULT NULL,
  `refunded` timestamp NULL DEFAULT NULL,
  `delivery_address` text DEFAULT NULL,
  `scheduled` tinyint(1) NOT NULL DEFAULT 0,
  `store_discount_amount` decimal(24,2) NOT NULL DEFAULT 0.00,
  `original_delivery_charge` decimal(24,2) NOT NULL DEFAULT 0.00,
  `failed` timestamp NULL DEFAULT NULL,
  `adjusment` decimal(24,2) NOT NULL DEFAULT 0.00,
  `edited` tinyint(1) NOT NULL DEFAULT 0,
  `delivery_time` varchar(255) DEFAULT NULL,
  `zone_id` bigint(20) UNSIGNED DEFAULT NULL,
  `module_id` bigint(20) UNSIGNED NOT NULL,
  `order_attachment` text DEFAULT NULL,
  `parcel_category_id` bigint(20) UNSIGNED DEFAULT NULL,
  `receiver_details` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
  `charge_payer` enum('sender','receiver') DEFAULT NULL,
  `distance` double(16,3) NOT NULL DEFAULT 0.000,
  `dm_tips` double(24,2) NOT NULL DEFAULT 0.00,
  `free_delivery_by` varchar(255) DEFAULT NULL,
  `refund_request_canceled` timestamp NULL DEFAULT NULL,
  `prescription_order` tinyint(1) NOT NULL DEFAULT 0,
  `tax_status` varchar(50) DEFAULT NULL,
  `dm_vehicle_id` bigint(20) UNSIGNED DEFAULT NULL,
  `cancellation_reason` varchar(255) DEFAULT NULL,
  `canceled_by` varchar(50) DEFAULT NULL,
  `coupon_created_by` varchar(50) DEFAULT NULL,
  `discount_on_product_by` varchar(50) NOT NULL DEFAULT 'vendor',
  `processing_time` varchar(10) DEFAULT NULL,
  `unavailable_item_note` varchar(255) DEFAULT NULL,
  `cutlery` tinyint(1) NOT NULL DEFAULT 0,
  `delivery_instruction` text DEFAULT NULL,
  `tax_percentage` double(24,3) DEFAULT NULL,
  `additional_charge` double(23,3) NOT NULL DEFAULT 0.000,
  `order_proof` text DEFAULT NULL,
  `partially_paid_amount` double(23,3) NOT NULL DEFAULT 0.000,
  `is_guest` tinyint(1) NOT NULL DEFAULT 0,
  `flash_admin_discount_amount` double(24,3) NOT NULL DEFAULT 0.000,
  `flash_store_discount_amount` double(24,3) NOT NULL DEFAULT 0.000,
  `cash_back_id` bigint(20) UNSIGNED DEFAULT NULL,
  `extra_packaging_amount` double(23,3) NOT NULL DEFAULT 0.000,
  `ref_bonus_amount` double(23,3) NOT NULL DEFAULT 0.000,
  `tax_type` varchar(255) DEFAULT NULL,
  `bring_change_amount` int(11) DEFAULT 0,
  `cancellation_note` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `orders` (`id`, `user_id`, `order_amount`, `coupon_discount_amount`, `coupon_discount_title`, `payment_status`, `order_status`, `total_tax_amount`, `payment_method`, `transaction_reference`, `delivery_address_id`, `delivery_man_id`, `coupon_code`, `order_note`, `order_type`, `checked`, `store_id`, `created_at`, `updated_at`, `delivery_charge`, `schedule_at`, `callback`, `otp`, `pending`, `accepted`, `confirmed`, `processing`, `handover`, `picked_up`, `delivered`, `canceled`, `refund_requested`, `refunded`, `delivery_address`, `scheduled`, `store_discount_amount`, `original_delivery_charge`, `failed`, `adjusment`, `edited`, `delivery_time`, `zone_id`, `module_id`, `order_attachment`, `parcel_category_id`, `receiver_details`, `charge_payer`, `distance`, `dm_tips`, `free_delivery_by`, `refund_request_canceled`, `prescription_order`, `tax_status`, `dm_vehicle_id`, `cancellation_reason`, `canceled_by`, `coupon_created_by`, `discount_on_product_by`, `processing_time`, `unavailable_item_note`, `cutlery`, `delivery_instruction`, `tax_percentage`, `additional_charge`, `order_proof`, `partially_paid_amount`, `is_guest`, `flash_admin_discount_amount`, `flash_store_discount_amount`, `cash_back_id`, `extra_packaging_amount`, `ref_bonus_amount`, `tax_type`, `bring_change_amount`, `cancellation_note`) VALUES
(100001, 12, 137.00, 0.00, '', 'unpaid', 'confirmed', 5.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, 'Make it spicy', 'delivery', 1, 1, '2024-10-11 02:04:45', '2024-10-11 03:12:58', 11.00, '2024-10-11 02:04:45', NULL, '2620', '2024-10-11 02:04:45', NULL, '2024-10-11 03:12:58', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Customer Name\",\"contact_person_number\":\"+918585858698\",\"contact_person_email\":\"custom@gmail.co.\",\"address_type\":\"home\",\"address\":\"532, Shakti Nagar, New Delhi, Delhi, 110007, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"77.18774400651455\",\"latitude\":\"28.67280321318178\"}', 0, 4.00, 11.00, NULL, 0.00, 0, NULL, 1, 1, NULL, NULL, NULL, NULL, 1608.933, 15.00, NULL, NULL, 0, 'included', 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 5.000, 5.000, NULL, 0.000, 1, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100002, 12, 101.00, 0.00, '', 'paid', 'delivered', 5.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, 'Make it spicy', 'take_away', 1, 1, '2024-10-11 02:06:11', '2024-10-11 03:10:02', 0.00, '2024-10-11 02:06:11', NULL, '3918', '2024-10-11 02:06:11', NULL, '2024-10-11 02:06:44', NULL, NULL, NULL, '2024-10-11 03:10:02', NULL, NULL, NULL, '{\"contact_person_name\":\"John Doe\",\"contact_person_number\":\"+9185858698586\",\"contact_person_email\":\"john@gmail.com\",\"address_type\":\"Delivery\",\"address\":\"Delhi, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"77.10249032825232\",\"latitude\":\"28.704059203840494\"}', 0, 4.00, 0.00, NULL, 0.00, 0, NULL, 1, 1, NULL, NULL, NULL, NULL, 1608.933, 0.00, NULL, NULL, 0, 'included', NULL, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 5.000, 5.000, NULL, 0.000, 1, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100003, 2, 127.00, 0.00, '', 'unpaid', 'canceled', 5.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 1, '2024-10-11 03:13:57', '2025-12-18 15:09:27', 11.00, '2024-10-11 03:13:57', NULL, '9606', '2024-10-11 03:13:57', NULL, NULL, NULL, NULL, NULL, NULL, '2025-12-18 15:09:27', NULL, NULL, '{\"contact_person_name\":\"John Doe\",\"contact_person_number\":\"+918585858585\",\"contact_person_email\":\"john@gmail.com\",\"address_type\":\"others\",\"address\":\"Delhi, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"77.10249032825232\",\"latitude\":\"28.704059203840494\"}', 0, 4.00, 11.00, NULL, 0.00, 0, NULL, 1, 1, NULL, NULL, NULL, NULL, 1608.933, 15.00, NULL, NULL, 0, 'included', 1, NULL, 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, 5.000, 5.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, 'Fgb'),
(100004, 2, 223.00, 0.00, '', 'unpaid', 'confirmed', 9.00, 'cash_on_delivery', NULL, NULL, 1, NULL, NULL, 'delivery', 1, 1, '2024-10-11 03:14:19', '2026-01-22 09:03:00', 11.00, '2024-10-11 03:14:19', NULL, '3728', '2024-10-11 03:14:19', '2024-10-11 03:15:36', '2026-01-22 09:03:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"John Doe\",\"contact_person_number\":\"+918585858585\",\"contact_person_email\":\"john@gmail.com\",\"address_type\":\"others\",\"address\":\"Delhi, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"77.10249032825232\",\"latitude\":\"28.704059203840494\"}', 0, 8.00, 11.00, NULL, 0.00, 0, NULL, 1, 1, NULL, NULL, NULL, NULL, 1608.933, 15.00, NULL, NULL, 0, 'included', 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 5.000, 5.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100005, 2, 127.00, 0.00, '', 'paid', 'delivered', 5.00, 'cash_on_delivery', NULL, NULL, 1, NULL, NULL, 'delivery', 1, 1, '2024-10-11 03:14:44', '2024-10-11 03:15:54', 11.00, '2024-10-11 03:14:44', NULL, '5265', '2024-10-11 03:14:44', '2024-10-11 03:15:11', '2024-10-11 03:15:13', NULL, NULL, NULL, '2024-10-11 03:15:54', NULL, NULL, NULL, '{\"contact_person_name\":\"John Doe\",\"contact_person_number\":\"+918585858585\",\"contact_person_email\":\"john@gmail.com\",\"address_type\":\"others\",\"address\":\"Delhi, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"77.10249032825232\",\"latitude\":\"28.704059203840494\"}', 0, 4.00, 11.00, NULL, 0.00, 0, NULL, 1, 1, NULL, NULL, NULL, NULL, 1608.933, 15.00, NULL, NULL, 0, 'included', 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 5.000, 5.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100006, 4, 105.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'take_away', 1, 1, '2025-10-03 16:31:37', '2025-10-08 09:04:36', 0.00, '2025-10-03 16:31:37', NULL, '9180', '2025-10-03 16:31:37', NULL, NULL, NULL, NULL, NULL, NULL, '2025-10-03 16:32:21', NULL, NULL, '{\"contact_person_name\":\"Vinay\",\"contact_person_number\":\"+916266999022\",\"contact_person_email\":\"vinaythomas31@gmail.com\",\"address_type\":\"Delivery\",\"address\":\"91, Raipur, Gudhiyari, Chhattisgarh 492009, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"81.62794221192598\",\"latitude\":\"21.264547055539268\"}', 0, 0.00, 0.00, NULL, 0.00, 0, NULL, 1, 1, NULL, NULL, NULL, NULL, 942.365, 0.00, NULL, NULL, 0, 'excluded', NULL, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 5.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100007, 33, 78.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 1, '2025-10-03 16:36:49', '2025-10-08 09:04:36', 10.00, '2025-10-03 16:36:49', NULL, '9967', '2025-10-03 16:36:49', NULL, NULL, NULL, NULL, NULL, NULL, '2025-10-03 16:37:30', NULL, NULL, '{\"contact_person_name\":\"Vinay\",\"contact_person_number\":\"+916266999021\",\"contact_person_email\":\"vinaythomas321@gmail.com\",\"address_type\":\"home\",\"address\":\"130, Nahar Para, Station Road, Moudhapara, Raipur, Chhattisgarh 492009, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"81.6324396058917\",\"latitude\":\"21.255995074615143\"}', 0, 3.00, 10.00, NULL, 0.00, 0, NULL, 1, 1, NULL, NULL, NULL, NULL, 942.365, 15.00, NULL, NULL, 0, 'excluded', 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, 'come_with_no_sound', 0.000, 5.000, NULL, 0.000, 1, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100008, 33, 54.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 1, '2025-10-04 08:25:51', '2025-10-08 09:04:36', 10.00, '2025-10-04 08:25:51', NULL, '6875', '2025-10-04 08:25:51', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"7587207875\",\"contact_person_number\":\"+916266999021\",\"contact_person_email\":\"vinaythomas321@gmail.com\",\"address_type\":\"home\",\"address\":\"Raipur Junction, Foot Bridge, Loco Colony, Gudhiyari, Station Road, Moudhapara, Raipur, Chhattisgarh 492009, India\",\"floor\":\"3\",\"road\":\"Ram Nagar\",\"house\":\"53\",\"longitude\":\"81.63003500550985\",\"latitude\":\"21.25545825486336\"}', 0, 1.00, 10.00, NULL, 0.00, 0, NULL, 1, 1, NULL, NULL, NULL, NULL, 942.493, 15.00, NULL, NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, 'come_with_no_sound', 0.000, 5.000, NULL, 0.000, 1, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100009, 33, 640.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 2, '2025-10-04 08:34:17', '2025-10-08 09:04:36', 10.00, '2025-10-04 08:34:17', NULL, '9961', '2025-10-04 08:34:17', NULL, NULL, NULL, NULL, NULL, NULL, '2025-10-04 08:34:34', NULL, NULL, '{\"contact_person_name\":\"Vinay\",\"contact_person_number\":\"+916268698889\",\"contact_person_email\":\"vinaythomas321@gmail.com\",\"address_type\":\"home\",\"address\":\"R.R Steel, Telghani Naka, Station Road, Moudhapara, Raipur, Gudhiyari, Chhattisgarh 492001, India\",\"floor\":\"5\",\"road\":\"43\",\"house\":\"53\",\"longitude\":\"81.62937518209219\",\"latitude\":\"21.252460089948283\"}', 0, 0.00, 10.00, NULL, 0.00, 0, NULL, 1, 2, NULL, NULL, NULL, NULL, 661.445, 15.00, NULL, NULL, 0, 'excluded', 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 5.000, NULL, 0.000, 1, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100010, 37, 300.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 2, '2025-10-05 07:13:36', '2025-10-08 09:04:36', 10.00, '2025-10-05 07:13:36', NULL, '3170', '2025-10-05 07:13:36', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Bij\",\"contact_person_number\":\"+918532658695\",\"contact_person_email\":\"abc@gmail.com\",\"address_type\":\"home\",\"address\":\"97FC+97C, Major kothi, Pahartoli, Ranchi, Jharkhand 834005, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"85.27113877236843\",\"latitude\":\"23.37289791259573\"}', 0, 15.00, 10.00, NULL, 0.00, 0, NULL, 1, 2, NULL, NULL, NULL, NULL, 866.855, 0.00, NULL, NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 5.000, NULL, 0.000, 1, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100011, 47, 125.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'take_away', 1, 2, '2025-10-06 15:02:22', '2025-10-08 09:04:36', 0.00, '2025-10-06 15:02:22', NULL, '3193', '2025-10-06 15:02:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Fyyff\",\"contact_person_number\":\"+915252525255\",\"contact_person_email\":\"dfg@gmail.com\",\"address_type\":\"Delivery\",\"address\":\"189\\/1, National Paper Company Rd, Middeniya Rd, Embilipitiya, Sri Lanka\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"80.8623867\",\"latitude\":\"6.28517\"}', 0, 0.00, 0.00, NULL, 0.00, 0, NULL, 1, 2, NULL, NULL, NULL, NULL, 2169.959, 0.00, NULL, NULL, 0, 'excluded', NULL, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 5.000, NULL, 0.000, 1, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100012, 80, 724.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 15, '2025-10-08 19:08:29', '2025-10-12 16:14:59', 0.00, '2025-10-08 19:08:29', NULL, '5501', '2025-10-08 19:08:29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Nk\",\"contact_person_number\":\"+917737324631\",\"contact_person_email\":\"test@gmail.com\",\"address_type\":\"home\",\"address\":\"RRXG+4H6, Model Town - B, Model Town, Malviya Nagar, Jaipur, Rajasthan 302017, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"75.82641832530499\",\"latitude\":\"26.847956922801014\"}', 0, 80.00, 10.00, NULL, 0.00, 0, NULL, 1, 4, NULL, NULL, NULL, NULL, 1079.125, 0.00, 'admin', NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 5.000, NULL, 0.000, 1, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100013, 80, 55.00, 0.00, NULL, 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-10-08 19:11:18', '2025-10-12 16:14:59', 50.00, '2025-10-08 19:11:18', NULL, '4659', '2025-10-08 19:11:18', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"heekell\",\"contact_person_number\":\"+917737324631\",\"contact_person_email\":\"test@gmail.com\",\"address_type\":\"others\",\"address\":\"RRXG+4H6, Model Town - B, Model Town, Malviya Nagar, Jaipur, Rajasthan 302017, India\",\"floor\":\"jj\",\"road\":\"hdodkehe\",\"house\":\"ui\",\"longitude\":\"75.8263781\",\"latitude\":\"26.847937\"}', 0, 0.00, 50.00, NULL, 0.00, 0, NULL, 1, 5, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+917737324631\",\"address\":\"RRXG+4H6, Model Town - B, Model Town, Malviya Nagar, Jaipur, Rajasthan 302017, India\",\"additional_address\":null,\"latitude\":\"26.847937\",\"longitude\":\"75.8263781\",\"zone_id\":1,\"zone_ids\":[1],\"_method\":null,\"contact_person_name\":\"halsl\",\"road\":\"greieorhdhdj\",\"house\":\"jekjk\",\"floor\":\"\",\"zone_data\":[{\"id\":1,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":false,\"modules\":[{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-10-08T12:19:39.000000Z\",\"icon\":\"2025-10-02-68de50346b408.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":1,\"module_id\":1,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":null,\"delivery_charge_type\":\"distance\",\"fixed_shipping_charge\":null}},{\"id\":2,\"module_name\":\"Food\",\"module_type\":\"food\",\"thumbnail\":\"2024-07-11-668fa63b1db9c.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-07-10T23:00:35.000000Z\",\"updated_at\":\"2025-10-02T10:13:50.000000Z\",\"icon\":\"2025-10-02-68de505ee687c.png\",\"theme_id\":1,\"description\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":1,\"module_id\":2,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":null,\"delivery_charge_type\":\"distance\",\"fixed_shipping_charge\":null}},{\"id\":3,\"module_name\":\"Pharmacy\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-07-11-668fa76131737.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-07-10T23:05:29.000000Z\",\"updated_at\":\"2025-10-02T10:14:46.000000Z\",\"icon\":\"2025-10-02-68de509603aa9.png\",\"theme_id\":1,\"description\":\"<p>Our pharmacy business offers a wide range of prescription and over-the-counter medications, health products, and wellness advice. We prioritize customer health and convenience with a friendly, knowledgeable staff and quick service. \\ud83d\\udc8a\\ud83e\\ude7a\\ud83c\\udf1f<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":1,\"module_id\":3,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":null,\"delivery_charge_type\":\"distance\",\"fixed_shipping_charge\":null}},{\"id\":4,\"module_name\":\"Ecommerce\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-07-11-668fa816e55be.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-07-10T23:08:30.000000Z\",\"updated_at\":\"2025-10-08T12:24:33.000000Z\",\"icon\":\"2025-10-02-68de51021ad09.png\",\"theme_id\":1,\"description\":\"<p>We run a dynamic e-commerce pharmacy, offering a wide range of medications and healthcare products online. \\ud83d\\udc8a\\ud83d\\udcbb Convenient, reliable, and fast delivery ensures you get what you need right at your doorstep. \\ud83d\\ude9a\\ud83c\\udf1f Your health and wellness are our top priorities. \\ud83d\\udc96<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":1,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":null,\"delivery_charge_type\":\"distance\",\"fixed_shipping_charge\":null}},{\"id\":5,\"module_name\":\"Parcel\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-07-11-668fa8a527b57.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-07-10T23:10:53.000000Z\",\"updated_at\":\"2025-10-02T10:17:04.000000Z\",\"icon\":\"2025-10-02-68de51206135e.png\",\"theme_id\":1,\"description\":\"<p>Our parcel business offers reliable and swift delivery services \\ud83d\\ude9a, ensuring packages reach their destinations safely and on time \\u23f0. We prioritize customer satisfaction and handle each parcel with care \\ud83d\\udce6. Trust us for your shipping needs! \\ud83c\\udf10\\u2728<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":1,\"module_id\":5,\"per_km_shipping_charge\":0,\"minimum_shipping_charge\":0,\"maximum_shipping_charge\":0,\"maximum_cod_order_amount\":0,\"delivery_charge_type\":\"distance\",\"fixed_shipping_charge\":0}},{\"id\":6,\"module_name\":\"Rental\",\"module_type\":\"rental\",\"thumbnail\":\"2025-07-21-687e5f7b4ec80.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2025-07-21T15:39:54.000000Z\",\"updated_at\":\"2025-10-03T08:34:10.000000Z\",\"icon\":\"2025-10-03-68df8a826d767.png\",\"theme_id\":1,\"description\":\"<p>rental module<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":1,\"module_id\":6,\"per_km_shipping_charge\":0,\"minimum_shipping_charge\":0,\"maximum_shipping_charge\":0,\"maximum_cod_order_amount\":0,\"delivery_charge_type\":\"distance\",\"fixed_shipping_charge\":0}},{\"id\":9,\"module_name\":\"Cosmetic\",\"module_type\":\"ecommerce\",\"thumbnail\":\"thumbnail_1759471938.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2025-10-03T06:12:18.000000Z\",\"updated_at\":\"2025-10-03T08:42:46.000000Z\",\"icon\":\"2025-10-03-68df8a724d727.png\",\"theme_id\":1,\"description\":\"<p>Cosmetic<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":1,\"module_id\":9,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null,\"delivery_charge_type\":\"distance\",\"fixed_shipping_charge\":null}},{\"id\":10,\"module_name\":\"Flower\",\"module_type\":\"ecommerce\",\"thumbnail\":\"thumbnail_1759480490.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2025-10-03T08:34:50.000000Z\",\"updated_at\":\"2025-10-03T08:34:50.000000Z\",\"icon\":\"icon_1759480490.png\",\"theme_id\":1,\"description\":\"<p>Flower<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":1,\"module_id\":10,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null,\"delivery_charge_type\":\"fixed\",\"fixed_shipping_charge\":10}}]}],\"area_ids\":null,\"contact_person_email\":\"test@gmail.com\"}', 'receiver', 0.000, 0.00, NULL, NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 5.000, NULL, 0.000, 1, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100014, 33, 1230.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 2, '2025-10-11 04:51:44', '2025-10-12 16:14:59', 0.00, '2025-10-11 04:51:44', NULL, '3155', '2025-10-11 04:51:55', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Gdgvc\",\"contact_person_number\":\"+916266999021\",\"contact_person_email\":\"vinaythomas321@gmail.com\",\"address_type\":\"home\",\"address\":\"130, Nahar Para, Station Road, Moudhapara, Raipur, Chhattisgarh 492009, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"81.63241948932409\",\"latitude\":\"21.256038195092383\"}', 0, 0.00, 10.00, NULL, 0.00, 0, NULL, 1, 2, NULL, NULL, NULL, NULL, 661.573, 15.00, 'admin', NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 5.000, NULL, 0.000, 1, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100015, 60, 195.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 1, '2025-10-11 19:19:23', '2025-10-12 16:14:59', 10.00, '2025-10-11 19:19:23', NULL, '5470', '2025-10-11 19:19:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Vijay\",\"contact_person_number\":\"+919945320425\",\"contact_person_email\":\"vr14311@gmail.com\",\"address_type\":\"home\",\"address\":\"7RX8+WR Kalaburagi, Karnataka, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"76.81708049029112\",\"latitude\":\"17.299759945554296\"}', 0, 20.00, 10.00, NULL, 0.00, 0, NULL, 1, 1, NULL, NULL, NULL, NULL, 1587.310, 0.00, NULL, NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 5.000, NULL, 0.000, 1, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100016, 157, 59.00, 0.00, '', 'unpaid', 'confirmed', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 5, '2025-10-25 12:19:49', '2026-03-31 10:08:41', 10.00, '2025-10-25 12:19:49', NULL, '1049', '2025-10-25 12:19:49', NULL, '2026-03-31 10:08:41', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Nani\",\"contact_person_number\":\"+918074835456\",\"contact_person_email\":\"nanisyamkumardara@gmail.com\",\"address_type\":\"home\",\"address\":\"22JR+995, Kota Mandal Office Rd, Kota, Andhra Pradesh 524413, India\",\"floor\":\"\",\"road\":\"ahhaa\",\"house\":\"\",\"longitude\":\"80.04124861210585\",\"latitude\":\"14.030990694585931\"}', 0, 5.00, 10.00, NULL, 0.00, 0, NULL, 1, 3, '[{\"img\":\"2025-10-25-68fc730d53812.png\",\"storage\":\"public\"}]', NULL, NULL, NULL, 1620.431, 0.00, NULL, NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 5.000, NULL, 0.000, 1, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100017, 44, 1230.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 1, '2025-10-31 00:29:13', '2025-12-16 13:23:57', 0.00, '2025-10-31 00:29:13', NULL, '6492', '2025-10-31 00:29:13', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Hihg\",\"contact_person_number\":\"+919831344362\",\"contact_person_email\":\"dasgurupada4321@gmail.com\",\"address_type\":\"home\",\"address\":\"7MJCJ97Q+GHG9, Sahid Colony, Ward Number 4, Kolkata, West Bengal 700037, India\",\"floor\":\"n\",\"road\":\"vh\",\"house\":\"h\",\"longitude\":\"88.38902201503515\",\"latitude\":\"22.613872218824845\"}', 0, 4.00, 10.00, NULL, 0.00, 0, NULL, 1, 1, NULL, NULL, NULL, NULL, 242.308, 0.00, 'admin', NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 5.000, NULL, 0.000, 1, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100018, 46, 540.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, 'Plz fast delivery i amsnssushdh', 'delivery', 1, 2, '2025-11-09 20:35:11', '2025-12-16 13:23:57', 10.00, '2025-11-09 20:35:11', NULL, '7736', '2025-11-09 20:35:11', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Najir\",\"contact_person_number\":\"+9779809142786\",\"contact_person_email\":\"najirhusainansari49@gmail.com\",\"address_type\":\"home\",\"address\":\"2VFQ+P4R, Birgunj 44300, Nepal\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"84.88792419433594\",\"latitude\":\"27.024090784414845\"}', 0, 0.00, 10.00, NULL, 0.00, 0, NULL, 1, 2, NULL, NULL, NULL, NULL, 806.885, 15.00, NULL, NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 5.000, NULL, 0.000, 1, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100019, 36, 254.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 3, '2025-11-17 08:56:55', '2025-12-16 13:23:57', 10.00, '2025-11-17 08:56:55', NULL, '9162', '2025-11-17 08:57:35', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Sruhanmk\",\"contact_person_number\":\"+918898579655\",\"contact_person_email\":\"fhhtssa@gamil.com\",\"address_type\":\"home\",\"address\":\"16-114, Road No. 2, Sri Nagar Colony, Prashanthinagar, Sri Nagar Colony, Uppal, Hyderabad, Telangana 500039, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.55885706841946\",\"latitude\":\"17.407019188089702\"}', 0, 60.00, 10.00, NULL, 0.00, 0, NULL, 1, 2, NULL, NULL, NULL, NULL, 617.563, 0.00, NULL, NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 5.000, NULL, 0.000, 1, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100020, 199, 489.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 2, '2025-11-27 13:53:20', '2025-12-16 13:23:57', 10.00, '2025-11-27 13:53:20', NULL, '1481', '2025-11-27 13:53:20', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Kkk\",\"contact_person_number\":\"+919848482888\",\"contact_person_email\":\"ufugug@hii.com\",\"address_type\":\"home\",\"address\":\"2-214, Ravindra Colony, Vijayawada, Andhra Pradesh 521108, India\",\"floor\":\"nn\",\"road\":\"hh\",\"house\":\"bb\",\"longitude\":\"80.67965794354677\",\"latitude\":\"16.52072784847529\"}', 0, 25.00, 10.00, NULL, 0.00, 0, NULL, 1, 2, NULL, NULL, NULL, NULL, 1061.858, 0.00, NULL, NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 5.000, NULL, 0.000, 1, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100021, 213, 594.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 3, '2025-11-30 13:10:28', '2025-12-16 13:23:57', 10.00, '2025-11-30 13:10:28', NULL, '7816', '2025-11-30 13:10:28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+918489503176\",\"contact_person_email\":\"mktamilan50@gmail.com\",\"address_type\":\"home\",\"address\":\"140, Shakti Nagar, New Delhi, Delhi, 110007, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"77.19229403883219\",\"latitude\":\"28.675390046809508\"}', 0, 30.00, 10.00, NULL, 0.00, 0, NULL, 1, 2, NULL, NULL, NULL, NULL, 1416.029, 10.00, NULL, NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 5.000, NULL, 0.000, 1, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100022, 217, 65.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 1, '2025-12-03 00:04:05', '2025-12-16 13:23:57', 10.00, '2025-12-03 00:04:05', NULL, '3564', '2025-12-03 00:04:05', NULL, NULL, NULL, NULL, NULL, NULL, '2025-12-03 00:04:27', NULL, NULL, '{\"contact_person_name\":\"Kumar\",\"contact_person_number\":\"+918855231248\",\"contact_person_email\":\"taggf@gmail.com\",\"address_type\":\"home\",\"address\":\"99MJ+F2W, Ibrahim Bagh, Hyderabad, Telangana 500031, India\",\"floor\":\"1\",\"road\":\"kumar\",\"house\":\"3\",\"longitude\":\"78.38001172989607\",\"latitude\":\"17.38373220308493\"}', 0, 0.00, 10.00, NULL, 0.00, 0, NULL, 1, 1, NULL, NULL, NULL, NULL, 1421.626, 0.00, NULL, NULL, 0, 'excluded', 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 5.000, NULL, 0.000, 1, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100023, 227, 377.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, 'Delivered in doorstep', 'delivery', 1, 1, '2025-12-04 17:35:24', '2025-12-16 13:23:57', 10.00, '2025-12-04 17:35:24', NULL, '9215', '2025-12-04 17:36:15', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Shisei\",\"contact_person_number\":\"+919732587488\",\"contact_person_email\":\"ahsiiwiwwo@gmail.com\",\"address_type\":\"home\",\"address\":\"Unknown Location Found\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"77.18774400651455\",\"latitude\":\"28.67280321318178\"}', 0, 8.00, 10.00, NULL, 0.00, 0, NULL, 1, 1, NULL, NULL, NULL, NULL, 1421.626, 0.00, NULL, NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 5.000, NULL, 0.000, 1, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100024, 251, 195.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 1, '2025-12-08 13:48:10', '2025-12-16 13:23:57', 10.00, '2025-12-08 13:48:10', NULL, '4813', '2025-12-08 13:48:10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Sbhs\",\"contact_person_number\":\"+918904682680\",\"contact_person_email\":\"demoteste@gmail.com\",\"address_type\":\"home\",\"address\":\"FFQ6+R3Q, Maidan E, Karbala Rd, Maiden E Karbala, Alipura, Karnataka 561213, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"77.46012266725302\",\"latitude\":\"13.489475355232448\"}', 0, 20.00, 10.00, NULL, 0.00, 0, NULL, 1, 1, NULL, NULL, NULL, NULL, 2026.860, 0.00, NULL, NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 5.000, NULL, 0.000, 1, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100025, 251, 195.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 1, '2025-12-08 13:53:25', '2025-12-16 13:23:57', 10.00, '2025-12-08 13:53:25', NULL, '3627', '2025-12-08 13:53:25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"demo\",\"contact_person_number\":\"+918904682690\",\"contact_person_email\":\"demor@gmail.com\",\"address_type\":\"home\",\"address\":\"FFQ6+R3Q, Maidan E, Karbala Rd, Maiden E Karbala, Alipura, Karnataka 561213, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"77.46012568473816\",\"latitude\":\"13.489474703178855\"}', 0, 20.00, 10.00, NULL, 0.00, 0, NULL, 1, 1, NULL, NULL, NULL, NULL, 2026.860, 0.00, NULL, NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 5.000, NULL, 0.000, 1, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100026, 2, 245.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 4, '2025-12-16 11:14:28', '2025-12-16 13:23:57', 10.00, '2025-12-16 11:14:28', NULL, '8910', '2025-12-16 11:14:28', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"John Doe\",\"contact_person_number\":\"+918585858585\",\"contact_person_email\":\"john@gmail.com\",\"address_type\":\"others\",\"address\":\"532, Shakti Nagar, New Delhi, Delhi, 110007, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"77.18774400651455\",\"latitude\":\"28.67280321318178\"}', 0, 20.00, 10.00, NULL, 0.00, 0, NULL, 1, 1, NULL, NULL, NULL, NULL, 643.975, 0.00, NULL, NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 5.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100027, 254, 86.00, 0.00, '', 'unpaid', 'accepted', 0.00, 'cash_on_delivery', NULL, NULL, 1, NULL, NULL, 'delivery', 1, 4, '2025-12-16 12:03:52', '2026-01-22 09:03:19', 10.00, '2025-12-16 12:03:52', NULL, '8079', '2025-12-16 12:03:52', '2026-01-22 09:03:19', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Test\",\"contact_person_number\":\"+919876543210\",\"contact_person_email\":\"demoteslt4@gmail.com\",\"address_type\":\"home\",\"address\":\"FFQ6+R3Q, Maidan E, Karbala Rd, Maiden E Karbala, Alipura, Karnataka 561213, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"77.46012434363365\",\"latitude\":\"13.489472420991296\"}', 0, 29.00, 10.00, NULL, 0.00, 0, NULL, 1, 1, NULL, NULL, NULL, NULL, 1417.800, 0.00, NULL, NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 5.000, NULL, 0.000, 1, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100028, 283, 386.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 11, '2026-01-06 15:49:51', '2026-01-15 13:25:54', 10.00, '2026-01-06 15:49:51', NULL, '7693', '2026-01-06 15:49:51', NULL, NULL, NULL, NULL, NULL, NULL, '2026-01-06 15:50:07', NULL, NULL, '{\"contact_person_name\":\"Lahi\",\"contact_person_number\":\"+918247017872\",\"contact_person_email\":\"taklbhgf@gmail.com\",\"address_type\":\"home\",\"address\":\"J3C7+VH3, Vivek Vihar Colony, Danapur Nizamat, Patna, Danapur, Bihar 801503, India\",\"floor\":\"1\",\"road\":\"hkh\",\"house\":\"5\",\"longitude\":\"85.06411548703909\",\"latitude\":\"25.62186650912875\"}', 0, 28.00, 10.00, NULL, 0.00, 0, NULL, 1, 10, NULL, NULL, NULL, NULL, 931.679, 0.00, NULL, NULL, 0, 'excluded', 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 5.000, NULL, 0.000, 1, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100029, 20, 335.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 4, '2026-04-08 11:47:17', '2026-04-10 09:06:13', 10.00, '2026-04-08 11:47:16', NULL, '3421', '2026-04-08 11:47:17', NULL, NULL, NULL, NULL, NULL, NULL, '2026-04-08 12:54:12', NULL, NULL, '{\"contact_person_name\":\"aarav\",\"contact_person_number\":\"+918817404058\",\"contact_person_email\":\"dheerendrakumargupta10@gmail.com\",\"address_type\":\"others\",\"address\":\"29C, Ward 5, Kushwah Nagar, Indore, Madhya Pradesh 452015, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"75.83990480750799\",\"latitude\":\"22.74852709426196\"}', 0, 80.00, 10.00, NULL, 0.00, 0, NULL, 1, 1, NULL, NULL, NULL, NULL, 247.495, 0.00, NULL, NULL, 0, 'excluded', 1, NULL, 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 5.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, 'Hi'),
(100030, 20, 1895.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 6, '2026-04-08 18:14:09', '2026-04-10 09:06:13', 0.00, '2026-04-08 18:14:09', NULL, '4105', '2026-04-08 18:14:09', NULL, NULL, NULL, NULL, NULL, NULL, '2026-04-09 03:09:53', NULL, NULL, '{\"contact_person_name\":\"aarav\",\"contact_person_number\":\"+918817404058\",\"contact_person_email\":\"dheerendrakumargupta10@gmail.com\",\"address_type\":\"others\",\"address\":\"29C, Ward 5, Kushwah Nagar, Indore, Madhya Pradesh 452015, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"75.83990480750799\",\"latitude\":\"22.74852709426196\"}', 0, 210.00, 10.00, NULL, 0.00, 0, NULL, 1, 3, NULL, NULL, NULL, NULL, 533.244, 0.00, 'admin', NULL, 0, 'excluded', 1, NULL, 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 5.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, 'H'),
(100031, 21, 240.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 1, '2026-04-09 09:04:41', '2026-04-14 10:33:26', 10.00, '2026-04-09 09:04:41', NULL, '6254', '2026-04-09 09:04:41', NULL, NULL, NULL, NULL, NULL, NULL, '2026-04-14 10:33:26', NULL, NULL, '{\"contact_person_name\":\"Sharvan\",\"contact_person_number\":\"+917080297323\",\"contact_person_email\":\"tsharvan571@gmail.com\",\"address_type\":\"others\",\"address\":\"00, Mehdaori Gaon, Rasulabad, Teliarganj, Prayagraj, Uttar Pradesh 211004, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"81.8523781\",\"latitude\":\"25.4975769\"}', 0, 25.00, 10.00, NULL, 0.00, 0, NULL, 1, 1, NULL, NULL, NULL, NULL, 988.817, 0.00, NULL, NULL, 0, 'excluded', 1, NULL, 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 5.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, 'Late delivery'),
(100032, 355, 299.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 15, '2026-04-10 08:58:41', '2026-04-10 09:06:13', 10.00, '2026-04-10 08:58:41', NULL, '2551', '2026-04-10 08:58:41', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Babita Kumari\",\"contact_person_number\":\"+918470910041\",\"contact_person_email\":\"babitamaam98@gmail.com\",\"address_type\":\"Delivery\",\"address\":\"00, Mehdaori Gaon, Rasulabad, Teliarganj, Prayagraj, Uttar Pradesh 211004, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"81.8523479\",\"latitude\":\"25.4975496\"}', 0, 0.00, 10.00, NULL, 0.00, 0, NULL, 1, 4, NULL, NULL, NULL, NULL, 1101.702, 0.00, NULL, NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 5.000, NULL, 0.000, 1, 7.000, 7.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100033, 2, 208.80, 0.00, NULL, 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 4, '2026-04-10 09:00:29', '2026-04-10 09:00:29', 0.00, '2026-04-10 09:00:29', NULL, '3776', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"DJFNGRE\",\"contact_person_number\":\"+9198898909\",\"address_type\":\"delivery\",\"address\":\"HHFREEF\",\"floor\":\"584\",\"road\":\"HRU\",\"house\":\"UFE\",\"distance\":0,\"delivery_fee\":0,\"longitude\":\"7.625587051081254\",\"latitude\":\"68.78888623914014\"}', 0, 61.20, 0.00, NULL, -208.80, 0, NULL, 1, 1, NULL, NULL, NULL, NULL, 0.000, 0.00, NULL, NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100034, 20, 725.00, 0.00, '', 'unpaid', 'confirmed', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 1, '2026-04-10 09:06:04', '2026-04-10 09:06:54', 0.00, '2026-04-10 09:06:04', NULL, '5102', '2026-04-10 09:06:04', NULL, '2026-04-10 09:06:54', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"aarav\",\"contact_person_number\":\"+918817404058\",\"contact_person_email\":\"dheerendrakumargupta10@gmail.com\",\"address_type\":\"others\",\"address\":\"29C, Ward 5, Kushwah Nagar, Indore, Madhya Pradesh 452015, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"75.83990480750799\",\"latitude\":\"22.74852709426196\"}', 0, 1080.00, 10.00, NULL, 0.00, 0, NULL, 1, 1, NULL, NULL, NULL, NULL, -1.000, 0.00, 'admin', NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 5.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100035, 356, 714.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 8, '2026-04-12 14:23:01', '2026-04-15 07:07:41', 0.00, '2026-04-12 14:23:01', NULL, '1469', '2026-04-12 14:23:01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Pawan Kumar\",\"contact_person_number\":\"+917880323039\",\"contact_person_email\":\"pd862114@gmail.com\",\"address_type\":\"Delivery\",\"address\":\"A1, Mehdaori Gaon, Rasulabad, Teliarganj, Prayagraj, Uttar Pradesh 211004, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"81.8523323\",\"latitude\":\"25.4975817\"}', 0, 70.00, 10.00, NULL, 0.00, 0, NULL, 1, 4, NULL, NULL, NULL, NULL, 307.705, 0.00, 'admin', NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 5.000, NULL, 0.000, 1, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100036, 23, 299.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 15, '2026-04-12 14:37:00', '2026-04-15 07:07:41', 10.00, '2026-04-12 14:37:00', NULL, '1723', '2026-04-12 14:37:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Pawan Kumar\",\"contact_person_number\":\"+917880323039\",\"contact_person_email\":\"pd862114@gmail.com\",\"address_type\":\"others\",\"address\":\"A1, Mehdaori Gaon, Rasulabad, Teliarganj, Prayagraj, Uttar Pradesh 211004, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"81.8523323\",\"latitude\":\"25.4975817\"}', 0, 0.00, 10.00, NULL, 0.00, 0, NULL, 1, 4, NULL, NULL, NULL, NULL, 1129.202, 0.00, NULL, NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 5.000, NULL, 0.000, 0, 7.000, 7.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100037, 378, 1670.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 0, 11, '2026-05-28 04:32:16', '2026-05-28 04:32:16', 0.00, '2026-05-28 04:32:16', NULL, '5992', '2026-05-28 04:32:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Sharvan Kumar\",\"contact_person_number\":\"+917080297323\",\"contact_person_email\":\"usharvan571@gmail.com\",\"address_type\":\"Delivery\",\"address\":\"A-1\\/249, Mehdaori Gaon, Rasulabad, Teliarganj, Prayagraj, Uttar Pradesh 211004, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"81.8524971\",\"latitude\":\"25.4975644\"}', 0, 132.00, 10.00, NULL, 0.00, 0, NULL, 1, 10, NULL, NULL, NULL, NULL, 624.871, 0.00, 'admin', NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 5.000, NULL, 0.000, 1, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100038, 378, 514.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 0, 12, '2026-05-28 04:44:14', '2026-05-28 04:44:14', 10.00, '2026-05-28 04:44:13', NULL, '1758', '2026-05-28 04:44:14', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Shar\",\"contact_person_number\":\"+917080297323\",\"contact_person_email\":\"usharvan571@gmail.com\",\"address_type\":\"Delivery\",\"address\":\"A-1\\/249, Mehdaori Gaon, Rasulabad, Teliarganj, Prayagraj, Uttar Pradesh 211004, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"81.8524971\",\"latitude\":\"25.4975644\"}', 0, 0.00, 10.00, NULL, 0.00, 0, NULL, 1, 10, NULL, NULL, NULL, NULL, 632.614, 0.00, NULL, NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 5.000, NULL, 0.000, 1, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL);

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

--
-- Table structure for table `order_cancel_reasons`
--

CREATE TABLE `order_cancel_reasons` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `reason` varchar(255) NOT NULL,
  `user_type` varchar(50) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `order_delivery_histories`
--

CREATE TABLE `order_delivery_histories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED DEFAULT NULL,
  `delivery_man_id` bigint(20) UNSIGNED DEFAULT NULL,
  `start_time` datetime DEFAULT NULL,
  `end_time` datetime DEFAULT NULL,
  `start_location` varchar(255) DEFAULT NULL,
  `end_location` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `order_details`
--

CREATE TABLE `order_details` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `item_id` bigint(20) UNSIGNED DEFAULT NULL,
  `order_id` bigint(20) UNSIGNED DEFAULT NULL,
  `price` decimal(24,2) NOT NULL DEFAULT 0.00,
  `item_details` text DEFAULT NULL,
  `variation` text DEFAULT NULL,
  `add_ons` text DEFAULT NULL,
  `discount_on_item` decimal(24,2) DEFAULT NULL,
  `discount_type` varchar(20) NOT NULL DEFAULT 'amount',
  `quantity` int(11) NOT NULL DEFAULT 1,
  `tax_amount` decimal(24,2) NOT NULL DEFAULT 1.00,
  `variant` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `item_campaign_id` bigint(20) UNSIGNED DEFAULT NULL,
  `total_add_on_price` decimal(24,2) NOT NULL DEFAULT 0.00,
  `category_id` bigint(20) UNSIGNED DEFAULT NULL,
  `discount_on_product_by` varchar(255) DEFAULT NULL,
  `tax_status` varchar(255) DEFAULT NULL,
  `discount_percentage` double(23,8) DEFAULT 0.00000000,
  `addon_discount` double(23,8) DEFAULT 0.00000000
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `order_details`
--

INSERT INTO `order_details` (`id`, `item_id`, `order_id`, `price`, `item_details`, `variation`, `add_ons`, `discount_on_item`, `discount_type`, `quantity`, `tax_amount`, `variant`, `created_at`, `updated_at`, `item_campaign_id`, `total_add_on_price`, `category_id`, `discount_on_product_by`, `tax_status`, `discount_percentage`, `addon_discount`) VALUES
(1, 3, 100001, 100.00, '{\"id\":3,\"name\":\"Fresh Green Peas\",\"description\":\"The pea is most commonly the small spherical seed or the seed-pod of the pod fruit Pisum sativum. Each pod contains several peas, which can be green or yellow.\",\"image\":\"2024-07-11-668fbf9f14bd2.png\",\"category_id\":3,\"category_ids\":[{\"id\":\"3\",\"position\":1,\"name\":\"Home and Kitchen Appliance\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":100,\"tax\":5,\"tax_type\":\"percent\",\"discount\":4,\"discount_type\":\"amount\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":1,\"created_at\":\"2024-07-11T00:48:55.000000Z\",\"updated_at\":\"2024-07-11T00:48:55.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":500,\"unit_id\":null,\"images\":[{\"img\":\"2024-07-11-668fbf9f145b5.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"fresh-green-peas\",\"recommended\":0,\"organic\":1,\"maximum_cart_quantity\":15,\"is_approved\":1,\"is_halal\":1,\"store_name\":\"Grocery Store\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":40,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"unit_type\":null,\"image_full_url\":\"https:\\/\\/softetra.simprio.com\\/storage\\/app\\/public\\/product\\/2024-07-11-668fbf9f14bd2.png\",\"images_full_url\":[\"https:\\/\\/softetra.simprio.com\\/storage\\/app\\/public\\/product\\/2024-07-11-668fbf9f145b5.png\"],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-07-11T14:16:23.000000Z\",\"icon\":\"2024-04-20-662398cb7f2e7.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/softetra.simprio.com\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f2e7.png\",\"thumbnail_full_url\":\"https:\\/\\/softetra.simprio.com\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"storage\":[],\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"created_at\":null,\"updated_at\":null}]},\"storage\":[{\"id\":90,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"3\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2024-07-11 06:18:55\",\"updated_at\":\"2024-07-11 06:18:55\"},{\"id\":91,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"3\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2024-07-11 06:18:55\",\"updated_at\":\"2024-07-11 06:18:55\"}],\"translations\":[{\"id\":113,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Fresh Green Peas\",\"created_at\":null,\"updated_at\":null},{\"id\":114,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"description\",\"value\":\"The pea is most commonly the small spherical seed or the seed-pod of the pod fruit Pisum sativum. Each pod contains several peas, which can be green or yellow.\",\"created_at\":null,\"updated_at\":null}],\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 4.00, 'product_discount', 1, 5.00, 'null', '2024-10-11 02:04:45', '2024-10-11 02:04:45', NULL, 0.00, NULL, NULL, NULL, 0.00000000, 0.00000000),
(2, 2, 100001, 5.00, '{\"id\":2,\"name\":\"Lay\'s Classic Chips\",\"description\":\"\\u2705 Pack of 40 one ounce bags\\r\\n\\u2705 Made with three ingredients: potatoes, oil and salt\\r\\n\\u2705 Gluten free. State of Readiness: Ready to Eat\\r\\n\\u2705 These much loved treats are fun to enjoy at lunch, as an after-school snack, or party refreshment\\r\\n\\u2705 Easy to carry, easy to store, and easy to pack\",\"image\":\"2024-07-11-668fbf0d8220c.png\",\"category_id\":2,\"category_ids\":[{\"id\":\"1\",\"position\":1,\"name\":\"Dairy Needs\"},{\"id\":\"2\",\"position\":2,\"name\":\"Demo sub category\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":5,\"tax\":5,\"tax_type\":\"percent\",\"discount\":1,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":1,\"created_at\":\"2024-07-11T00:46:29.000000Z\",\"updated_at\":\"2024-07-11T00:46:29.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":2000,\"unit_id\":null,\"images\":[{\"img\":\"2024-07-11-668fbf0d81897.png\",\"storage\":\"public\"},{\"img\":\"2024-07-11-668fbf0d81e3b.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"lays-classic-chips\",\"recommended\":0,\"organic\":1,\"maximum_cart_quantity\":10,\"is_approved\":1,\"is_halal\":1,\"store_name\":\"Grocery Store\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":40,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"unit_type\":null,\"image_full_url\":\"https:\\/\\/softetra.simprio.com\\/storage\\/app\\/public\\/product\\/2024-07-11-668fbf0d8220c.png\",\"images_full_url\":[\"https:\\/\\/softetra.simprio.com\\/storage\\/app\\/public\\/product\\/2024-07-11-668fbf0d81897.png\",\"https:\\/\\/softetra.simprio.com\\/storage\\/app\\/public\\/product\\/2024-07-11-668fbf0d81e3b.png\"],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-07-11T14:16:23.000000Z\",\"icon\":\"2024-04-20-662398cb7f2e7.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/softetra.simprio.com\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f2e7.png\",\"thumbnail_full_url\":\"https:\\/\\/softetra.simprio.com\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"storage\":[],\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"created_at\":null,\"updated_at\":null}]},\"storage\":[{\"id\":88,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"2\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2024-07-11 06:16:29\",\"updated_at\":\"2024-07-11 06:16:29\"},{\"id\":89,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"2\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2024-07-11 06:16:29\",\"updated_at\":\"2024-07-11 06:16:29\"}],\"translations\":[{\"id\":111,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Lay\'s Classic Chips\",\"created_at\":null,\"updated_at\":null},{\"id\":112,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"\\u2705 Pack of 40 one ounce bags\\r\\n\\u2705 Made with three ingredients: potatoes, oil and salt\\r\\n\\u2705 Gluten free. State of Readiness: Ready to Eat\\r\\n\\u2705 These much loved treats are fun to enjoy at lunch, as an after-school snack, or party refreshment\\r\\n\\u2705 Easy to carry, easy to store, and easy to pack\",\"created_at\":null,\"updated_at\":null}],\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 0.05, 'product_discount', 2, 0.00, 'null', '2024-10-11 02:04:45', '2024-10-11 02:04:45', NULL, 0.00, NULL, NULL, NULL, 0.00000000, 0.00000000),
(3, 3, 100002, 100.00, '{\"id\":3,\"name\":\"Fresh Green Peas\",\"description\":\"The pea is most commonly the small spherical seed or the seed-pod of the pod fruit Pisum sativum. Each pod contains several peas, which can be green or yellow.\",\"image\":\"2024-07-11-668fbf9f14bd2.png\",\"category_id\":3,\"category_ids\":[{\"id\":\"3\",\"position\":1,\"name\":\"Home and Kitchen Appliance\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":100,\"tax\":5,\"tax_type\":\"percent\",\"discount\":4,\"discount_type\":\"amount\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":1,\"created_at\":\"2024-07-11T00:48:55.000000Z\",\"updated_at\":\"2024-10-10T20:34:45.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":499,\"unit_id\":null,\"images\":[{\"img\":\"2024-07-11-668fbf9f145b5.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"fresh-green-peas\",\"recommended\":0,\"organic\":1,\"maximum_cart_quantity\":15,\"is_approved\":1,\"is_halal\":1,\"store_name\":\"Grocery Store\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":40,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"unit_type\":null,\"image_full_url\":\"https:\\/\\/softetra.simprio.com\\/storage\\/app\\/public\\/product\\/2024-07-11-668fbf9f14bd2.png\",\"images_full_url\":[\"https:\\/\\/softetra.simprio.com\\/storage\\/app\\/public\\/product\\/2024-07-11-668fbf9f145b5.png\"],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-07-11T14:16:23.000000Z\",\"icon\":\"2024-04-20-662398cb7f2e7.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/softetra.simprio.com\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f2e7.png\",\"thumbnail_full_url\":\"https:\\/\\/softetra.simprio.com\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"storage\":[],\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"created_at\":null,\"updated_at\":null}]},\"storage\":[{\"id\":90,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"3\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2024-07-11 06:18:55\",\"updated_at\":\"2024-07-11 06:18:55\"},{\"id\":91,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"3\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2024-07-11 06:18:55\",\"updated_at\":\"2024-07-11 06:18:55\"}],\"translations\":[{\"id\":113,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Fresh Green Peas\",\"created_at\":null,\"updated_at\":null},{\"id\":114,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"description\",\"value\":\"The pea is most commonly the small spherical seed or the seed-pod of the pod fruit Pisum sativum. Each pod contains several peas, which can be green or yellow.\",\"created_at\":null,\"updated_at\":null}],\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 4.00, 'product_discount', 1, 5.00, 'null', '2024-10-11 02:06:11', '2024-10-11 02:06:11', NULL, 0.00, NULL, NULL, NULL, 0.00000000, 0.00000000),
(4, 3, 100003, 100.00, '{\"id\":3,\"name\":\"Fresh Green Peas\",\"description\":\"The pea is most commonly the small spherical seed or the seed-pod of the pod fruit Pisum sativum. Each pod contains several peas, which can be green or yellow.\",\"image\":\"2024-07-11-668fbf9f14bd2.png\",\"category_id\":3,\"category_ids\":[{\"id\":\"3\",\"position\":1,\"name\":\"Home and Kitchen Appliance\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":100,\"tax\":5,\"tax_type\":\"percent\",\"discount\":4,\"discount_type\":\"amount\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":1,\"created_at\":\"2024-07-11T00:48:55.000000Z\",\"updated_at\":\"2024-10-10T21:40:02.000000Z\",\"order_count\":1,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":498,\"unit_id\":null,\"images\":[{\"img\":\"2024-07-11-668fbf9f145b5.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"fresh-green-peas\",\"recommended\":0,\"organic\":1,\"maximum_cart_quantity\":15,\"is_approved\":1,\"is_halal\":1,\"store_name\":\"Grocery Store\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":40,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"unit_type\":null,\"image_full_url\":\"https:\\/\\/softetra.simprio.com\\/storage\\/app\\/public\\/product\\/2024-07-11-668fbf9f14bd2.png\",\"images_full_url\":[\"https:\\/\\/softetra.simprio.com\\/storage\\/app\\/public\\/product\\/2024-07-11-668fbf9f145b5.png\"],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-07-11T14:16:23.000000Z\",\"icon\":\"2024-04-20-662398cb7f2e7.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/softetra.simprio.com\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f2e7.png\",\"thumbnail_full_url\":\"https:\\/\\/softetra.simprio.com\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"storage\":[],\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"created_at\":null,\"updated_at\":null}]},\"storage\":[{\"id\":90,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"3\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2024-07-11 06:18:55\",\"updated_at\":\"2024-07-11 06:18:55\"},{\"id\":91,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"3\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2024-07-11 06:18:55\",\"updated_at\":\"2024-07-11 06:18:55\"}],\"translations\":[{\"id\":113,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Fresh Green Peas\",\"created_at\":null,\"updated_at\":null},{\"id\":114,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"description\",\"value\":\"The pea is most commonly the small spherical seed or the seed-pod of the pod fruit Pisum sativum. Each pod contains several peas, which can be green or yellow.\",\"created_at\":null,\"updated_at\":null}],\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 4.00, 'product_discount', 1, 5.00, 'null', '2024-10-11 03:13:57', '2024-10-11 03:13:57', NULL, 0.00, NULL, NULL, NULL, 0.00000000, 0.00000000),
(5, 3, 100004, 100.00, '{\"id\":3,\"name\":\"Fresh Green Peas\",\"description\":\"The pea is most commonly the small spherical seed or the seed-pod of the pod fruit Pisum sativum. Each pod contains several peas, which can be green or yellow.\",\"image\":\"2024-07-11-668fbf9f14bd2.png\",\"category_id\":3,\"category_ids\":[{\"id\":\"3\",\"position\":1,\"name\":\"Home and Kitchen Appliance\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":100,\"tax\":5,\"tax_type\":\"percent\",\"discount\":4,\"discount_type\":\"amount\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":1,\"created_at\":\"2024-07-11T00:48:55.000000Z\",\"updated_at\":\"2024-10-10T21:43:57.000000Z\",\"order_count\":1,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":497,\"unit_id\":null,\"images\":[{\"img\":\"2024-07-11-668fbf9f145b5.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"fresh-green-peas\",\"recommended\":0,\"organic\":1,\"maximum_cart_quantity\":15,\"is_approved\":1,\"is_halal\":1,\"store_name\":\"Grocery Store\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":40,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"unit_type\":null,\"image_full_url\":\"https:\\/\\/softetra.simprio.com\\/storage\\/app\\/public\\/product\\/2024-07-11-668fbf9f14bd2.png\",\"images_full_url\":[\"https:\\/\\/softetra.simprio.com\\/storage\\/app\\/public\\/product\\/2024-07-11-668fbf9f145b5.png\"],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-07-11T14:16:23.000000Z\",\"icon\":\"2024-04-20-662398cb7f2e7.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/softetra.simprio.com\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f2e7.png\",\"thumbnail_full_url\":\"https:\\/\\/softetra.simprio.com\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"storage\":[],\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"created_at\":null,\"updated_at\":null}]},\"storage\":[{\"id\":90,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"3\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2024-07-11 06:18:55\",\"updated_at\":\"2024-07-11 06:18:55\"},{\"id\":91,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"3\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2024-07-11 06:18:55\",\"updated_at\":\"2024-07-11 06:18:55\"}],\"translations\":[{\"id\":113,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Fresh Green Peas\",\"created_at\":null,\"updated_at\":null},{\"id\":114,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"description\",\"value\":\"The pea is most commonly the small spherical seed or the seed-pod of the pod fruit Pisum sativum. Each pod contains several peas, which can be green or yellow.\",\"created_at\":null,\"updated_at\":null}],\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 4.00, 'product_discount', 2, 5.00, 'null', '2024-10-11 03:14:19', '2024-10-11 03:14:19', NULL, 0.00, NULL, NULL, NULL, 0.00000000, 0.00000000),
(6, 3, 100005, 100.00, '{\"id\":3,\"name\":\"Fresh Green Peas\",\"description\":\"The pea is most commonly the small spherical seed or the seed-pod of the pod fruit Pisum sativum. Each pod contains several peas, which can be green or yellow.\",\"image\":\"2024-07-11-668fbf9f14bd2.png\",\"category_id\":3,\"category_ids\":[{\"id\":\"3\",\"position\":1,\"name\":\"Home and Kitchen Appliance\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":100,\"tax\":5,\"tax_type\":\"percent\",\"discount\":4,\"discount_type\":\"amount\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":1,\"created_at\":\"2024-07-11T00:48:55.000000Z\",\"updated_at\":\"2024-10-10T21:44:19.000000Z\",\"order_count\":1,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":495,\"unit_id\":null,\"images\":[{\"img\":\"2024-07-11-668fbf9f145b5.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"fresh-green-peas\",\"recommended\":0,\"organic\":1,\"maximum_cart_quantity\":15,\"is_approved\":1,\"is_halal\":1,\"store_name\":\"Grocery Store\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":40,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"unit_type\":null,\"image_full_url\":\"https:\\/\\/softetra.simprio.com\\/storage\\/app\\/public\\/product\\/2024-07-11-668fbf9f14bd2.png\",\"images_full_url\":[\"https:\\/\\/softetra.simprio.com\\/storage\\/app\\/public\\/product\\/2024-07-11-668fbf9f145b5.png\"],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-07-11T14:16:23.000000Z\",\"icon\":\"2024-04-20-662398cb7f2e7.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/softetra.simprio.com\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f2e7.png\",\"thumbnail_full_url\":\"https:\\/\\/softetra.simprio.com\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"storage\":[],\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"created_at\":null,\"updated_at\":null}]},\"storage\":[{\"id\":90,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"3\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2024-07-11 06:18:55\",\"updated_at\":\"2024-07-11 06:18:55\"},{\"id\":91,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"3\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2024-07-11 06:18:55\",\"updated_at\":\"2024-07-11 06:18:55\"}],\"translations\":[{\"id\":113,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Fresh Green Peas\",\"created_at\":null,\"updated_at\":null},{\"id\":114,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"description\",\"value\":\"The pea is most commonly the small spherical seed or the seed-pod of the pod fruit Pisum sativum. Each pod contains several peas, which can be green or yellow.\",\"created_at\":null,\"updated_at\":null}],\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 4.00, 'product_discount', 1, 5.00, 'null', '2024-10-11 03:14:44', '2024-10-11 03:14:44', NULL, 0.00, NULL, NULL, NULL, 0.00000000, 0.00000000),
(7, 43, 100006, 100.00, '{\"id\":43,\"name\":\"Pears Pure & Gentle Body Wash - with Free Loofah\",\"description\":\"Pears Pure & Gentle body wash, crafted with 98% pure glycerin and natural oils. It is a pure and gentle cleanser for your body that leaves your skin feeling soft, smooth and moisturised. Pears Body wash is mild and gentle and cleanses your skin thoroughly. It is 100% soap free & dermatologically tested. It helps moisturise your skin so that it does not dry. With natural oils, it is a gentle cleanser for your body.\",\"image\":\"2025-09-23-68d27ab1ec98e.png\",\"category_id\":28,\"category_ids\":[{\"id\":\"28\",\"position\":1,\"name\":\"Health & Wellness\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":100,\"tax\":0,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":1,\"created_at\":\"2025-09-23T10:47:13.000000Z\",\"updated_at\":\"2025-09-23T10:47:13.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":1000,\"unit_id\":5,\"images\":[{\"img\":\"2025-09-23-68d27ab1ebf1a.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"pears-pure-gentle-body-wash-with-free-loofah\",\"recommended\":0,\"organic\":1,\"maximum_cart_quantity\":10,\"is_approved\":1,\"is_halal\":1,\"store_name\":\"Grocery Store\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":40,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[\"Concern Germ Protection, Brightening Fragrance Fresh Fragrance Family Fresh\"],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"Pieces\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d27ab1ec98e.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d27ab1ebf1a.png\"],\"translations\":[{\"id\":271,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":43,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Pears Pure & Gentle Body Wash - with Free Loofah\",\"created_at\":null,\"updated_at\":null},{\"id\":272,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":43,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Pears Pure & Gentle body wash, crafted with 98% pure glycerin and natural oils. It is a pure and gentle cleanser for your body that leaves your skin feeling soft, smooth and moisturised. Pears Body wash is mild and gentle and cleanses your skin thoroughly. It is 100% soap free & dermatologically tested. It helps moisturise your skin so that it does not dry. With natural oils, it is a gentle cleanser for your body.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":302,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"43\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-23 16:17:13\",\"updated_at\":\"2025-09-23 16:17:13\"},{\"id\":303,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"43\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-23 16:17:13\",\"updated_at\":\"2025-09-23 16:17:13\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-10-02T11:20:44.000000Z\",\"icon\":\"2025-10-02-68de50346b408.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1759404044.png\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de50346b408.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":405,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:08\",\"updated_at\":\"2025-10-02 15:43:08\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":5,\"unit\":\"Pieces\",\"created_at\":\"2025-09-22T20:15:25.000000Z\",\"updated_at\":\"2025-09-28T12:03:47.000000Z\",\"translations\":[{\"id\":210,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":5,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"Pieces\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, 'null', '2025-10-03 16:31:37', '2025-10-03 16:31:37', NULL, 0.00, 28, 'product_discount', NULL, 0.00000000, 0.00000000),
(8, 22, 100007, 50.00, '{\"id\":22,\"name\":\"Harvest Gold White Bread\",\"description\":\"Kick start your day with Harvest Gold Bread. A small loaf of soft bread enriched with goodness of wheat and a characteristic aroma of brick-oven bakeries. Pave your way towards a healthy life with a hearty breakfast.\",\"image\":\"2025-09-23-68d1bac397b5f.png\",\"category_id\":23,\"category_ids\":[{\"id\":\"23\",\"position\":1,\"name\":\"Snacks\"}],\"variations\":[{\"type\":\"1pic\",\"price\":10,\"stock\":90},{\"type\":\"5pic\",\"price\":50,\"stock\":90}],\"add_ons\":[],\"attributes\":[\"3\"],\"choice_options\":[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"1pic\",\"5pic\"]}],\"price\":10,\"tax\":0,\"tax_type\":\"percent\",\"discount\":5,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":1,\"created_at\":\"2025-09-22T21:08:19.000000Z\",\"updated_at\":\"2025-09-22T21:08:19.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":180,\"unit_id\":5,\"images\":[{\"img\":\"2025-09-23-68d1bac39630a.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"lays-indias-magic-masala-potato-chips\",\"recommended\":0,\"organic\":1,\"maximum_cart_quantity\":10,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Grocery Store\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":40,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[\"Protein Per 100 g (g)\",\"Energy Per 100 g (kcal)\",\"Calcium Per 100 g (g)\",\"Total Fat Per 100 g (g)\",\"Trans Fat Per 100 g (g)\",\"Saturated Fat Per 100 g (g)\",\"Total Carbohydrates Per 100 g (g)\"],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"Pieces\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d1bac397b5f.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d1bac39630a.png\"],\"translations\":[{\"id\":229,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":22,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Harvest Gold White Bread\",\"created_at\":null,\"updated_at\":null},{\"id\":230,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":22,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Kick start your day with Harvest Gold Bread. A small loaf of soft bread enriched with goodness of wheat and a characteristic aroma of brick-oven bakeries. Pave your way towards a healthy life with a hearty breakfast.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":260,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"22\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-23 02:38:19\",\"updated_at\":\"2025-09-23 02:38:19\"},{\"id\":261,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"22\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-23 02:38:19\",\"updated_at\":\"2025-09-23 02:38:19\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-10-02T11:20:44.000000Z\",\"icon\":\"2025-10-02-68de50346b408.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1759404044.png\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de50346b408.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":405,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:08\",\"updated_at\":\"2025-10-02 15:43:08\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":5,\"unit\":\"Pieces\",\"created_at\":\"2025-09-22T20:15:25.000000Z\",\"updated_at\":\"2025-09-28T12:03:47.000000Z\",\"translations\":[{\"id\":210,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":5,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"Pieces\",\"created_at\":null,\"updated_at\":null}]}}', '[{\"type\":\"5pic\",\"price\":50,\"stock\":90}]', '[]', 2.50, 'product_discount', 1, 0.00, 'null', '2025-10-03 16:36:49', '2025-10-03 16:36:49', NULL, 0.00, 23, 'product_discount', NULL, 5.00000000, 0.00000000),
(9, 21, 100008, 5.00, '{\"id\":21,\"name\":\"Uncle Chipps Spicy Treat Flavour Potato Chips\",\"description\":\"Who\\u2019s in for a roller coaster of spicy flavors and crunchy bites? If you feel like spicing up your day, you need a snack with character and Uncle Chipps Spicy Treat will surely do the trick. Made with high-quality thinly sliced potatoes and topped with mouth-watering seasoning, these chips are just exquisite and will make you come back for more. Enjoy watching your favorite programs with a bag of Uncle Chipps or have this delicious treat on your quick work break. These chips are just perfect to snack on and their irresistible flavor makes them the ideal go-to treat.\",\"image\":\"2025-09-23-68d1b99e8eb94.png\",\"category_id\":23,\"category_ids\":[{\"id\":\"23\",\"position\":1,\"name\":\"Snacks\"}],\"variations\":[{\"type\":\"1pic\",\"price\":5,\"stock\":60},{\"type\":\"5pice\",\"price\":25,\"stock\":60}],\"add_ons\":[],\"attributes\":[\"3\"],\"choice_options\":[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"1pic\",\" 5pice\"]}],\"price\":5,\"tax\":0,\"tax_type\":\"percent\",\"discount\":5,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":1,\"created_at\":\"2025-09-22T21:03:26.000000Z\",\"updated_at\":\"2025-09-28T11:48:32.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":120,\"unit_id\":5,\"images\":[{\"img\":\"2025-09-23-68d1b99e88ceb.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"harvest-gold-white-bread-2\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":10,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Grocery Store\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":40,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[\"Protein Per 100 g (g)\",\"Energy Per 100 g (kcal)\",\"Calcium Per 100 g (g)\",\"Total Fat Per 100 g (g)\",\"Trans Fat Per 100 g (g)\",\"Saturated Fat Per 100 g (g)\",\"Total Carbohydrates Per 100 g (g)\"],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"Pieces\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d1b99e8eb94.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d1b99e88ceb.png\"],\"translations\":[{\"id\":227,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":21,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Uncle Chipps Spicy Treat Flavour Potato Chips\",\"created_at\":null,\"updated_at\":null},{\"id\":228,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":21,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Who\\u2019s in for a roller coaster of spicy flavors and crunchy bites? If you feel like spicing up your day, you need a snack with character and Uncle Chipps Spicy Treat will surely do the trick. Made with high-quality thinly sliced potatoes and topped with mouth-watering seasoning, these chips are just exquisite and will make you come back for more. Enjoy watching your favorite programs with a bag of Uncle Chipps or have this delicious treat on your quick work break. These chips are just perfect to snack on and their irresistible flavor makes them the ideal go-to treat.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":258,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"21\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-23 02:33:26\",\"updated_at\":\"2025-09-23 02:33:26\"},{\"id\":259,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"21\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-23 02:33:26\",\"updated_at\":\"2025-09-23 02:33:26\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-10-02T11:20:44.000000Z\",\"icon\":\"2025-10-02-68de50346b408.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1759404044.png\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de50346b408.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":405,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:08\",\"updated_at\":\"2025-10-02 15:43:08\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":5,\"unit\":\"Pieces\",\"created_at\":\"2025-09-22T20:15:25.000000Z\",\"updated_at\":\"2025-09-28T12:03:47.000000Z\",\"translations\":[{\"id\":210,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":5,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"Pieces\",\"created_at\":null,\"updated_at\":null}]}}', '[{\"type\":\"1pic\",\"price\":5,\"stock\":60}]', '[]', 0.25, 'product_discount', 1, 0.00, 'null', '2025-10-04 08:25:51', '2025-10-04 08:25:51', NULL, 0.00, 23, 'product_discount', NULL, 5.00000000, 0.00000000);
INSERT INTO `order_details` (`id`, `item_id`, `order_id`, `price`, `item_details`, `variation`, `add_ons`, `discount_on_item`, `discount_type`, `quantity`, `tax_amount`, `variant`, `created_at`, `updated_at`, `item_campaign_id`, `total_add_on_price`, `category_id`, `discount_on_product_by`, `tax_status`, `discount_percentage`, `addon_discount`) VALUES
(10, 17, 100008, 20.00, '{\"id\":17,\"name\":\"Harvest Gold White Bread\",\"description\":\"Kick start your day with Harvest Gold Bread. A small loaf of soft bread enriched with goodness of wheat and a characteristic aroma of brick-oven bakeries. Pave your way towards a healthy life with a hearty breakfast.\",\"image\":\"2025-09-23-68d1b360eea2c.png\",\"category_id\":22,\"category_ids\":[{\"id\":\"22\",\"position\":1,\"name\":\"Dairy & Bakery\"}],\"variations\":[{\"type\":\"350g\",\"price\":20,\"stock\":1},{\"type\":\"500g\",\"price\":50,\"stock\":1}],\"add_ons\":[],\"attributes\":[\"1\"],\"choice_options\":[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"350g\",\" 500g\"]}],\"price\":20,\"tax\":0,\"tax_type\":\"percent\",\"discount\":5,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":1,\"created_at\":\"2025-09-22T20:36:48.000000Z\",\"updated_at\":\"2025-09-28T11:48:16.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":2,\"unit_id\":3,\"images\":[{\"img\":\"2025-09-23-68d1b360ed2f6.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"harvest-gold-white-bread\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":10,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Grocery Store\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":40,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[\"Protein Per 100 g (g)\",\"Energy Per 100 g (kcal)\",\"Calcium Per 100 g (g)\",\"Total Fat Per 100 g (g)\",\"Trans Fat Per 100 g (g)\",\"Saturated Fat Per 100 g (g)\",\"Total Carbohydrates Per 100 g (g)\"],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"G\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d1b360eea2c.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d1b360ed2f6.png\"],\"translations\":[{\"id\":218,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":17,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Harvest Gold White Bread\",\"created_at\":null,\"updated_at\":null},{\"id\":219,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":17,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Kick start your day with Harvest Gold Bread. A small loaf of soft bread enriched with goodness of wheat and a characteristic aroma of brick-oven bakeries. Pave your way towards a healthy life with a hearty breakfast.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":250,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"17\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-23 02:06:48\",\"updated_at\":\"2025-09-23 02:06:48\"},{\"id\":251,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"17\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-23 02:06:48\",\"updated_at\":\"2025-09-23 02:06:48\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-10-02T11:20:44.000000Z\",\"icon\":\"2025-10-02-68de50346b408.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1759404044.png\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de50346b408.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":405,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:08\",\"updated_at\":\"2025-10-02 15:43:08\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":3,\"unit\":\"G\",\"created_at\":\"2025-09-22T20:14:26.000000Z\",\"updated_at\":\"2025-09-28T12:04:08.000000Z\",\"translations\":[{\"id\":208,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"G\",\"created_at\":null,\"updated_at\":null}]}}', '[{\"type\":\"350g\",\"price\":20,\"stock\":1}]', '[]', 1.00, 'product_discount', 1, 0.00, 'null', '2025-10-04 08:25:51', '2025-10-04 08:25:51', NULL, 0.00, 22, 'product_discount', NULL, 5.00000000, 0.00000000),
(11, 58, 100009, 120.00, '{\"id\":58,\"name\":\"Jeera Rice\",\"description\":\"Jeera Rice is a fragrant Indian dish made with basmati rice tempered with cumin seeds (jeera) and mild spices. Light, flavorful, and aromatic, it pairs perfectly with curries, dals, and gravies\",\"image\":\"2025-09-24-68d3c88c13025.png\",\"category_id\":86,\"category_ids\":[{\"id\":\"70\",\"position\":1,\"name\":\"Rice\"},{\"id\":\"86\",\"position\":2,\"name\":\"Pulao\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":120,\"tax\":0,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":1,\"status\":1,\"store_id\":2,\"created_at\":\"2025-09-24T10:31:40.000000Z\",\"updated_at\":\"2025-09-24T10:36:41.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":0,\"unit_id\":2,\"images\":[{\"img\":\"2025-09-24-68d3c88c11f42.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"jeera-rice-2\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":3,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Food House\",\"is_campaign\":0,\"module_type\":\"food\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":60,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"KG\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-24-68d3c88c13025.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-24-68d3c88c11f42.png\"],\"translations\":[{\"id\":342,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":58,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Jeera Rice\",\"created_at\":null,\"updated_at\":null},{\"id\":343,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":58,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Jeera Rice is a fragrant Indian dish made with basmati rice tempered with cumin seeds (jeera) and mild spices. Light, flavorful, and aromatic, it pairs perfectly with curries, dals, and gravies\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":373,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"58\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-24 16:01:40\",\"updated_at\":\"2025-09-24 16:01:40\"},{\"id\":374,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"58\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-24 16:01:40\",\"updated_at\":\"2025-09-24 16:01:40\"}],\"module\":{\"id\":2,\"module_name\":\"Food\",\"module_type\":\"food\",\"thumbnail\":\"2024-07-11-668fa63b1db9c.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-07-10T23:00:35.000000Z\",\"updated_at\":\"2025-10-02T10:13:50.000000Z\",\"icon\":\"2025-10-02-68de505ee687c.png\",\"theme_id\":1,\"description\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1758540796.png\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de505ee687c.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-07-11-668fa63b1db9c.png\",\"translations\":[{\"id\":43,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Food\",\"created_at\":null,\"updated_at\":null},{\"id\":44,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":10,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:50\",\"updated_at\":\"2025-10-02 15:43:50\"},{\"id\":11,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-07-11 04:30:35\",\"updated_at\":\"2024-07-11 04:30:35\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":2,\"unit\":\"KG\",\"created_at\":\"2025-09-22T20:14:21.000000Z\",\"updated_at\":\"2025-09-28T12:04:15.000000Z\",\"translations\":[{\"id\":207,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"KG\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 0.00, 'product_discount', 2, 0.00, 'null', '2025-10-04 08:34:17', '2025-10-04 08:34:17', NULL, 0.00, 70, 'product_discount', NULL, 0.00000000, 0.00000000),
(12, 59, 100009, 190.00, '{\"id\":59,\"name\":\"Chicken Biryani Muradabadi\",\"description\":\"Fragrant, spiced rice layered with marinated chicken, originating from Muradabad UP.\",\"image\":\"2025-09-24-68d3d20bc8d93.png\",\"category_id\":90,\"category_ids\":[{\"id\":\"54\",\"position\":1,\"name\":\"Biriyani\"},{\"id\":\"90\",\"position\":2,\"name\":\"Chicken Biryani\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":190,\"tax\":0,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":2,\"created_at\":\"2025-09-24T11:12:11.000000Z\",\"updated_at\":\"2025-09-24T11:12:11.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":0,\"unit_id\":2,\"images\":[{\"img\":\"2025-09-24-68d3d20bc6568.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"chicken-biryani-muradabadi\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":6,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Food House\",\"is_campaign\":0,\"module_type\":\"food\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":60,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"KG\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-24-68d3d20bc8d93.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-24-68d3d20bc6568.png\"],\"translations\":[{\"id\":349,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":59,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Chicken Biryani Muradabadi\",\"created_at\":null,\"updated_at\":null},{\"id\":350,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":59,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Fragrant, spiced rice layered with marinated chicken, originating from Muradabad UP.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":380,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"59\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-24 16:42:11\",\"updated_at\":\"2025-09-24 16:42:11\"},{\"id\":381,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"59\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-24 16:42:11\",\"updated_at\":\"2025-09-24 16:42:11\"}],\"module\":{\"id\":2,\"module_name\":\"Food\",\"module_type\":\"food\",\"thumbnail\":\"2024-07-11-668fa63b1db9c.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-07-10T23:00:35.000000Z\",\"updated_at\":\"2025-10-02T10:13:50.000000Z\",\"icon\":\"2025-10-02-68de505ee687c.png\",\"theme_id\":1,\"description\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1758540796.png\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de505ee687c.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-07-11-668fa63b1db9c.png\",\"translations\":[{\"id\":43,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Food\",\"created_at\":null,\"updated_at\":null},{\"id\":44,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":10,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:50\",\"updated_at\":\"2025-10-02 15:43:50\"},{\"id\":11,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-07-11 04:30:35\",\"updated_at\":\"2024-07-11 04:30:35\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":2,\"unit\":\"KG\",\"created_at\":\"2025-09-22T20:14:21.000000Z\",\"updated_at\":\"2025-09-28T12:04:15.000000Z\",\"translations\":[{\"id\":207,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"KG\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, 'null', '2025-10-04 08:34:17', '2025-10-04 08:34:17', NULL, 0.00, 54, 'product_discount', NULL, 0.00000000, 0.00000000),
(13, 55, 100009, 180.00, '{\"id\":55,\"name\":\"Plain Tandoori Roti\",\"description\":\"A simple and flavorful bread straight from the Tandoor oven that perfectly complements any vegetarian meal.\",\"image\":\"2025-09-24-68d3c09c29321.png\",\"category_id\":80,\"category_ids\":[{\"id\":\"73\",\"position\":1,\"name\":\"Rotis & Nan\"},{\"id\":\"80\",\"position\":2,\"name\":\"Roti\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":180,\"tax\":0,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":1,\"status\":1,\"store_id\":2,\"created_at\":\"2025-09-24T09:57:48.000000Z\",\"updated_at\":\"2025-09-24T09:57:48.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":0,\"unit_id\":2,\"images\":[{\"img\":\"2025-09-24-68d3c09c286ac.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"plain-tandoori-roti\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":10,\"is_approved\":1,\"is_halal\":1,\"store_name\":\"Food House\",\"is_campaign\":0,\"module_type\":\"food\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":60,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"KG\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-24-68d3c09c29321.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-24-68d3c09c286ac.png\"],\"translations\":[{\"id\":331,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":55,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Plain Tandoori Roti\",\"created_at\":null,\"updated_at\":null},{\"id\":332,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":55,\"locale\":\"en\",\"key\":\"description\",\"value\":\"A simple and flavorful bread straight from the Tandoor oven that perfectly complements any vegetarian meal.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":362,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"55\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-24 15:27:48\",\"updated_at\":\"2025-09-24 15:27:48\"},{\"id\":363,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"55\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-24 15:27:48\",\"updated_at\":\"2025-09-24 15:27:48\"}],\"module\":{\"id\":2,\"module_name\":\"Food\",\"module_type\":\"food\",\"thumbnail\":\"2024-07-11-668fa63b1db9c.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-07-10T23:00:35.000000Z\",\"updated_at\":\"2025-10-02T10:13:50.000000Z\",\"icon\":\"2025-10-02-68de505ee687c.png\",\"theme_id\":1,\"description\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1758540796.png\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de505ee687c.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-07-11-668fa63b1db9c.png\",\"translations\":[{\"id\":43,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Food\",\"created_at\":null,\"updated_at\":null},{\"id\":44,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":10,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:50\",\"updated_at\":\"2025-10-02 15:43:50\"},{\"id\":11,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-07-11 04:30:35\",\"updated_at\":\"2024-07-11 04:30:35\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":2,\"unit\":\"KG\",\"created_at\":\"2025-09-22T20:14:21.000000Z\",\"updated_at\":\"2025-09-28T12:04:15.000000Z\",\"translations\":[{\"id\":207,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"KG\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, 'null', '2025-10-04 08:34:17', '2025-10-04 08:34:17', NULL, 0.00, 73, 'product_discount', NULL, 0.00000000, 0.00000000),
(14, 6, 100010, 200.00, '{\"id\":6,\"name\":\"Chicken dum biryani\",\"description\":\"Crave Biryani every now and then? Then, here\'s a quick and easy recipe to satiate your cravings. It is such a versatile dish that various kinds of biryanis can be prepared using different vegetables and meats.\",\"image\":\"2024-07-11-668fe2c094b92.png\",\"category_id\":54,\"category_ids\":[{\"id\":\"54\",\"position\":1,\"name\":\"Biriyani\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":200,\"tax\":0,\"tax_type\":\"percent\",\"discount\":5,\"discount_type\":\"percent\",\"available_time_starts\":\"00:01:00\",\"available_time_ends\":\"23:59:00\",\"veg\":0,\"status\":1,\"store_id\":2,\"created_at\":\"2024-07-11T03:18:48.000000Z\",\"updated_at\":\"2025-09-24T09:15:18.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":0,\"unit_id\":2,\"images\":[{\"img\":\"2024-07-11-668fe2c093eee.png\",\"storage\":\"public\"},{\"img\":\"2024-07-11-668fe2c09462c.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"chicken-dum-biryani\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":1,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Food House\",\"is_campaign\":0,\"module_type\":\"food\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":60,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"KG\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2024-07-11-668fe2c094b92.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2024-07-11-668fe2c093eee.png\",\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2024-07-11-668fe2c09462c.png\"],\"translations\":[{\"id\":121,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":6,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Chicken dum biryani\",\"created_at\":null,\"updated_at\":null},{\"id\":122,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":6,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Crave Biryani every now and then? Then, here\'s a quick and easy recipe to satiate your cravings. It is such a versatile dish that various kinds of biryanis can be prepared using different vegetables and meats.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":98,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"6\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2024-07-11 08:48:48\",\"updated_at\":\"2024-07-11 08:48:48\"},{\"id\":99,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"6\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2024-07-11 08:48:48\",\"updated_at\":\"2024-07-11 08:48:48\"}],\"module\":{\"id\":2,\"module_name\":\"Food\",\"module_type\":\"food\",\"thumbnail\":\"2024-07-11-668fa63b1db9c.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-07-10T23:00:35.000000Z\",\"updated_at\":\"2025-10-02T10:13:50.000000Z\",\"icon\":\"2025-10-02-68de505ee687c.png\",\"theme_id\":1,\"description\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1758540796.png\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de505ee687c.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-07-11-668fa63b1db9c.png\",\"translations\":[{\"id\":43,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Food\",\"created_at\":null,\"updated_at\":null},{\"id\":44,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":10,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:50\",\"updated_at\":\"2025-10-02 15:43:50\"},{\"id\":11,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-07-11 04:30:35\",\"updated_at\":\"2024-07-11 04:30:35\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":2,\"unit\":\"KG\",\"created_at\":\"2025-09-22T20:14:21.000000Z\",\"updated_at\":\"2025-09-28T12:04:15.000000Z\",\"translations\":[{\"id\":207,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"KG\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 10.00, 'product_discount', 1, 0.00, 'null', '2025-10-05 07:13:36', '2025-10-05 07:13:36', NULL, 0.00, 54, 'product_discount', NULL, 5.00000000, 0.00000000),
(15, 4, 100010, 100.00, '{\"id\":4,\"name\":\"Entomatadas\",\"description\":\"Entomatada is a Mexican specialty dish made by drenching a filled, wrapped, and fried corn tortilla in tomato sauce. The sauce consists of tomatoes, onions, and seasonings such as salt, garlic, and oregano, while the tortillas are usually filled with shredded chicken, refried beans, cheese, or chunks of beef.\",\"image\":\"2024-07-11-668fe1d6671e2.png\",\"category_id\":7,\"category_ids\":[{\"id\":\"7\",\"position\":1,\"name\":\"NA\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":100,\"tax\":0,\"tax_type\":\"percent\",\"discount\":5,\"discount_type\":\"percent\",\"available_time_starts\":\"00:01:00\",\"available_time_ends\":\"23:59:00\",\"veg\":0,\"status\":1,\"store_id\":2,\"created_at\":\"2024-07-11T03:14:54.000000Z\",\"updated_at\":\"2024-07-11T14:10:35.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":0,\"unit_id\":null,\"images\":[{\"img\":\"2024-07-11-668fe1d66679f.png\",\"storage\":\"public\"},{\"img\":\"2024-07-11-668fe1d666e38.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"entomatadas\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":10,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Food House\",\"is_campaign\":0,\"module_type\":\"food\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":60,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":null,\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2024-07-11-668fe1d6671e2.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2024-07-11-668fe1d66679f.png\",\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2024-07-11-668fe1d666e38.png\"],\"translations\":[{\"id\":117,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":4,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Entomatadas\",\"created_at\":null,\"updated_at\":null},{\"id\":118,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":4,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Entomatada is a Mexican specialty dish made by drenching a filled, wrapped, and fried corn tortilla in tomato sauce. The sauce consists of tomatoes, onions, and seasonings such as salt, garlic, and oregano, while the tortillas are usually filled with shredded chicken, refried beans, cheese, or chunks of beef.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":94,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"4\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2024-07-11 08:44:54\",\"updated_at\":\"2024-07-11 08:44:54\"},{\"id\":95,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"4\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2024-07-11 08:44:54\",\"updated_at\":\"2024-07-11 08:44:54\"}],\"module\":{\"id\":2,\"module_name\":\"Food\",\"module_type\":\"food\",\"thumbnail\":\"2024-07-11-668fa63b1db9c.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-07-10T23:00:35.000000Z\",\"updated_at\":\"2025-10-02T10:13:50.000000Z\",\"icon\":\"2025-10-02-68de505ee687c.png\",\"theme_id\":1,\"description\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1758540796.png\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de505ee687c.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-07-11-668fa63b1db9c.png\",\"translations\":[{\"id\":43,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Food\",\"created_at\":null,\"updated_at\":null},{\"id\":44,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":10,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:50\",\"updated_at\":\"2025-10-02 15:43:50\"},{\"id\":11,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-07-11 04:30:35\",\"updated_at\":\"2024-07-11 04:30:35\"}]},\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 5.00, 'product_discount', 1, 0.00, 'null', '2025-10-05 07:13:36', '2025-10-05 07:13:36', NULL, 0.00, 7, 'product_discount', NULL, 5.00000000, 0.00000000),
(16, 56, 100011, 120.00, '{\"id\":56,\"name\":\"Butter Tawa Roti\",\"description\":\"A delectable bread creation cooked on a sizzling tawa and generously adorned with rich butter.\",\"image\":\"2025-09-24-68d3c1580414a.png\",\"category_id\":80,\"category_ids\":[{\"id\":\"73\",\"position\":1,\"name\":\"Rotis & Nan\"},{\"id\":\"80\",\"position\":2,\"name\":\"Roti\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":120,\"tax\":0,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":1,\"status\":1,\"store_id\":2,\"created_at\":\"2025-09-24T10:00:56.000000Z\",\"updated_at\":\"2025-09-24T10:00:56.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":0,\"unit_id\":2,\"images\":[{\"img\":\"2025-09-24-68d3c15803232.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"butter-tawa-roti\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":10,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Food House\",\"is_campaign\":0,\"module_type\":\"food\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":60,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"KG\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-24-68d3c1580414a.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-24-68d3c15803232.png\"],\"translations\":[{\"id\":333,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":56,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Butter Tawa Roti\",\"created_at\":null,\"updated_at\":null},{\"id\":334,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":56,\"locale\":\"en\",\"key\":\"description\",\"value\":\"A delectable bread creation cooked on a sizzling tawa and generously adorned with rich butter.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":364,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"56\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-24 15:30:56\",\"updated_at\":\"2025-09-24 15:30:56\"},{\"id\":365,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"56\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-24 15:30:56\",\"updated_at\":\"2025-09-24 15:30:56\"}],\"module\":{\"id\":2,\"module_name\":\"Food\",\"module_type\":\"food\",\"thumbnail\":\"2024-07-11-668fa63b1db9c.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-07-10T23:00:35.000000Z\",\"updated_at\":\"2025-10-02T10:13:50.000000Z\",\"icon\":\"2025-10-02-68de505ee687c.png\",\"theme_id\":1,\"description\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1758540796.png\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de505ee687c.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-07-11-668fa63b1db9c.png\",\"translations\":[{\"id\":43,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Food\",\"created_at\":null,\"updated_at\":null},{\"id\":44,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":10,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:50\",\"updated_at\":\"2025-10-02 15:43:50\"},{\"id\":11,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-07-11 04:30:35\",\"updated_at\":\"2024-07-11 04:30:35\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":2,\"unit\":\"KG\",\"created_at\":\"2025-09-22T20:14:21.000000Z\",\"updated_at\":\"2025-09-28T12:04:15.000000Z\",\"translations\":[{\"id\":207,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"KG\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, 'null', '2025-10-06 15:02:22', '2025-10-06 15:02:22', NULL, 0.00, 73, 'product_discount', NULL, 0.00000000, 0.00000000),
(17, 138, 100012, 799.00, '{\"id\":138,\"name\":\"Lacoste Men\'s Polos\",\"description\":\"Comfortable, stylish, and made for everyday wear \\u2014 this T-shirt offers the perfect blend of softness, breathability, and casual fashion.\\r\\n\\r\\nHow to Use:\\r\\nPair with jeans, shorts, or joggers. Machine wash with similar colors and dry in shade for long-lasting comfort.\\r\\n\\r\\nBenefits:\\r\\n\\r\\nSoft and skin-friendly fabric\\r\\n\\r\\nBreathable and lightweight\\r\\n\\r\\nEasy to wash and maintain\\r\\n\\r\\nPerfect for casual or daily wear\\r\\n\\r\\nIngredients:\\r\\n100% Cotton \\/ Cotton Blend (as per variant). No harmful dyes or chemicals used.\\r\\n\\r\\nOther Information:\\r\\nAvailable in multiple colors and sizes. Designed for all-day comfort and modern style.\\r\\n\\r\\nAdditional Info (5 Words):\\r\\nComfortable | Stylish | Soft | Breathable | Trendy\",\"image\":\"2025-10-08-68e5f37f5efa3.png\",\"category_id\":134,\"category_ids\":[{\"id\":\"134\",\"position\":1,\"name\":\"Men\'s Clothing\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":799,\"tax\":0,\"tax_type\":\"percent\",\"discount\":10,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":15,\"created_at\":\"2025-10-08T05:15:43.000000Z\",\"updated_at\":\"2025-10-08T07:04:00.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":4,\"stock\":40,\"unit_id\":2,\"images\":[{\"img\":\"2025-10-08-68e5f37f5dfc7.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"lacoste-mens-polos\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Indian Fusion Wear\",\"is_campaign\":0,\"module_type\":\"ecommerce\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":10,\"max_delivery_time\":10,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"KG\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-10-08-68e5f37f5efa3.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-10-08-68e5f37f5dfc7.png\"],\"translations\":[{\"id\":630,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":138,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Lacoste Men\'s Polos\",\"created_at\":null,\"updated_at\":null},{\"id\":631,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":138,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Comfortable, stylish, and made for everyday wear \\u2014 this T-shirt offers the perfect blend of softness, breathability, and casual fashion.\\r\\n\\r\\nHow to Use:\\r\\nPair with jeans, shorts, or joggers. Machine wash with similar colors and dry in shade for long-lasting comfort.\\r\\n\\r\\nBenefits:\\r\\n\\r\\nSoft and skin-friendly fabric\\r\\n\\r\\nBreathable and lightweight\\r\\n\\r\\nEasy to wash and maintain\\r\\n\\r\\nPerfect for casual or daily wear\\r\\n\\r\\nIngredients:\\r\\n100% Cotton \\/ Cotton Blend (as per variant). No harmful dyes or chemicals used.\\r\\n\\r\\nOther Information:\\r\\nAvailable in multiple colors and sizes. Designed for all-day comfort and modern style.\\r\\n\\r\\nAdditional Info (5 Words):\\r\\nComfortable | Stylish | Soft | Breathable | Trendy\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":658,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"138\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-08 10:45:43\",\"updated_at\":\"2025-10-08 10:45:43\"},{\"id\":659,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"138\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-08 10:45:43\",\"updated_at\":\"2025-10-08 10:45:43\"}],\"module\":{\"id\":4,\"module_name\":\"Ecommerce\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-07-11-668fa816e55be.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-07-10T23:08:30.000000Z\",\"updated_at\":\"2025-10-08T12:24:33.000000Z\",\"icon\":\"2025-10-02-68de51021ad09.png\",\"theme_id\":1,\"description\":\"<p>We run a dynamic e-commerce pharmacy, offering a wide range of medications and healthcare products online. \\ud83d\\udc8a\\ud83d\\udcbb Convenient, reliable, and fast delivery ensures you get what you need right at your doorstep. \\ud83d\\ude9a\\ud83c\\udf1f Your health and wellness are our top priorities. \\ud83d\\udc96<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1759926273.jpg\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de51021ad09.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-07-11-668fa816e55be.png\",\"translations\":[{\"id\":47,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":4,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Ecommerce\",\"created_at\":null,\"updated_at\":null},{\"id\":48,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":4,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>We run a dynamic e-commerce pharmacy, offering a wide range of medications and healthcare products online. \\ud83d\\udc8a\\ud83d\\udcbb Convenient, reliable, and fast delivery ensures you get what you need right at your doorstep. \\ud83d\\ude9a\\ud83c\\udf1f Your health and wellness are our top priorities. \\ud83d\\udc96<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":14,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"4\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:46:34\",\"updated_at\":\"2025-10-02 15:46:34\"},{\"id\":15,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"4\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-07-11 04:38:30\",\"updated_at\":\"2024-07-11 04:38:30\"}]},\"ecommerce_item_details\":{\"id\":81,\"item_id\":138,\"brand_id\":null,\"created_at\":\"2025-10-08T05:15:43.000000Z\",\"updated_at\":\"2025-10-08T05:15:43.000000Z\",\"temp_product_id\":null},\"unit\":{\"id\":2,\"unit\":\"KG\",\"created_at\":\"2025-09-22T20:14:21.000000Z\",\"updated_at\":\"2025-09-28T12:04:15.000000Z\",\"translations\":[{\"id\":207,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"KG\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 79.90, 'product_discount', 1, 0.00, 'null', '2025-10-08 19:08:29', '2025-10-08 19:08:29', NULL, 0.00, 134, 'product_discount', NULL, 10.00000000, 0.00000000),
(18, 52, 100014, 110.00, '{\"id\":52,\"name\":\"Pyaz Paratha\",\"description\":\"A flavorful, whole wheat bread filled with layers of caramelized onions, bursting with delightful flavors.\",\"image\":\"2025-09-24-68d3bee379ef3.png\",\"category_id\":81,\"category_ids\":[{\"id\":\"73\",\"position\":1,\"name\":\"Rotis & Nan\"},{\"id\":\"81\",\"position\":2,\"name\":\"Paratha\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":110,\"tax\":0,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":1,\"status\":1,\"store_id\":2,\"created_at\":\"2025-09-24T09:50:27.000000Z\",\"updated_at\":\"2025-09-24T09:50:27.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":0,\"unit_id\":2,\"images\":[{\"img\":\"2025-09-24-68d3bee378f75.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"pyaz-paratha\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":7,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Food House\",\"is_campaign\":0,\"module_type\":\"food\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":60,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"KG\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-24-68d3bee379ef3.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-24-68d3bee378f75.png\"],\"translations\":[{\"id\":325,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":52,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Pyaz Paratha\",\"created_at\":null,\"updated_at\":null},{\"id\":326,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":52,\"locale\":\"en\",\"key\":\"description\",\"value\":\"A flavorful, whole wheat bread filled with layers of caramelized onions, bursting with delightful flavors.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":356,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"52\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-24 15:20:27\",\"updated_at\":\"2025-09-24 15:20:27\"},{\"id\":357,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"52\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-24 15:20:27\",\"updated_at\":\"2025-09-24 15:20:27\"}],\"module\":{\"id\":2,\"module_name\":\"Food\",\"module_type\":\"food\",\"thumbnail\":\"2024-07-11-668fa63b1db9c.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-07-10T23:00:35.000000Z\",\"updated_at\":\"2025-10-02T10:13:50.000000Z\",\"icon\":\"2025-10-02-68de505ee687c.png\",\"theme_id\":1,\"description\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1758540796.png\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de505ee687c.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-07-11-668fa63b1db9c.png\",\"translations\":[{\"id\":43,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Food\",\"created_at\":null,\"updated_at\":null},{\"id\":44,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":10,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:50\",\"updated_at\":\"2025-10-02 15:43:50\"},{\"id\":11,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-07-11 04:30:35\",\"updated_at\":\"2024-07-11 04:30:35\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":2,\"unit\":\"KG\",\"created_at\":\"2025-09-22T20:14:21.000000Z\",\"updated_at\":\"2025-09-28T12:04:15.000000Z\",\"translations\":[{\"id\":207,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"KG\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 0.00, 'product_discount', 2, 0.00, 'null', '2025-10-11 04:51:44', '2025-10-11 04:51:44', NULL, 0.00, 73, 'product_discount', NULL, 0.00000000, 0.00000000);
INSERT INTO `order_details` (`id`, `item_id`, `order_id`, `price`, `item_details`, `variation`, `add_ons`, `discount_on_item`, `discount_type`, `quantity`, `tax_amount`, `variant`, `created_at`, `updated_at`, `item_campaign_id`, `total_add_on_price`, `category_id`, `discount_on_product_by`, `tax_status`, `discount_percentage`, `addon_discount`) VALUES
(19, 59, 100014, 190.00, '{\"id\":59,\"name\":\"Chicken Biryani Muradabadi\",\"description\":\"Fragrant, spiced rice layered with marinated chicken, originating from Muradabad UP.\",\"image\":\"2025-09-24-68d3d20bc8d93.png\",\"category_id\":90,\"category_ids\":[{\"id\":\"54\",\"position\":1,\"name\":\"Biriyani\"},{\"id\":\"90\",\"position\":2,\"name\":\"Chicken Biryani\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":190,\"tax\":0,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":2,\"created_at\":\"2025-09-24T11:12:11.000000Z\",\"updated_at\":\"2025-09-24T11:12:11.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":0,\"unit_id\":2,\"images\":[{\"img\":\"2025-09-24-68d3d20bc6568.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"chicken-biryani-muradabadi\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":6,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Food House\",\"is_campaign\":0,\"module_type\":\"food\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":60,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"KG\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-24-68d3d20bc8d93.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-24-68d3d20bc6568.png\"],\"translations\":[{\"id\":349,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":59,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Chicken Biryani Muradabadi\",\"created_at\":null,\"updated_at\":null},{\"id\":350,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":59,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Fragrant, spiced rice layered with marinated chicken, originating from Muradabad UP.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":380,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"59\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-24 16:42:11\",\"updated_at\":\"2025-09-24 16:42:11\"},{\"id\":381,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"59\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-24 16:42:11\",\"updated_at\":\"2025-09-24 16:42:11\"}],\"module\":{\"id\":2,\"module_name\":\"Food\",\"module_type\":\"food\",\"thumbnail\":\"2024-07-11-668fa63b1db9c.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-07-10T23:00:35.000000Z\",\"updated_at\":\"2025-10-02T10:13:50.000000Z\",\"icon\":\"2025-10-02-68de505ee687c.png\",\"theme_id\":1,\"description\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1758540796.png\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de505ee687c.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-07-11-668fa63b1db9c.png\",\"translations\":[{\"id\":43,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Food\",\"created_at\":null,\"updated_at\":null},{\"id\":44,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":10,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:50\",\"updated_at\":\"2025-10-02 15:43:50\"},{\"id\":11,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-07-11 04:30:35\",\"updated_at\":\"2024-07-11 04:30:35\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":2,\"unit\":\"KG\",\"created_at\":\"2025-09-22T20:14:21.000000Z\",\"updated_at\":\"2025-09-28T12:04:15.000000Z\",\"translations\":[{\"id\":207,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"KG\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, 'null', '2025-10-11 04:51:44', '2025-10-11 04:51:44', NULL, 0.00, 54, 'product_discount', NULL, 0.00000000, 0.00000000),
(20, 46, 100014, 50.00, '{\"id\":46,\"name\":\"Veg Steamed Momos\",\"description\":\"Soft and juicy momos stuffed with spiced vegetables, steamed for a healthy bite.\",\"image\":\"2025-09-24-68d390816ac56.png\",\"category_id\":59,\"category_ids\":[{\"id\":\"59\",\"position\":1,\"name\":\"Momo\'s\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":50,\"tax\":0,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"14:02:00\",\"available_time_ends\":\"12:05:00\",\"veg\":0,\"status\":1,\"store_id\":2,\"created_at\":\"2025-09-24T06:32:33.000000Z\",\"updated_at\":\"2025-09-24T09:13:50.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":0,\"unit_id\":2,\"images\":[{\"img\":\"2025-09-24-68d39081689e1.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"veg-steamed-momos\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":50,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Food House\",\"is_campaign\":0,\"module_type\":\"food\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":60,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[\"Protein Per 100 g (g)\",\"Energy Per 100 g (kcal)\",\"Total Fat Per 100 g (g)\"],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"KG\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-24-68d390816ac56.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-24-68d39081689e1.png\"],\"translations\":[{\"id\":279,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":46,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Veg Steamed Momos\",\"created_at\":null,\"updated_at\":null},{\"id\":280,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":46,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Soft and juicy momos stuffed with spiced vegetables, steamed for a healthy bite.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":310,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"46\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-24 12:02:33\",\"updated_at\":\"2025-09-24 12:02:33\"},{\"id\":311,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"46\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-24 12:02:33\",\"updated_at\":\"2025-09-24 12:02:33\"}],\"module\":{\"id\":2,\"module_name\":\"Food\",\"module_type\":\"food\",\"thumbnail\":\"2024-07-11-668fa63b1db9c.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-07-10T23:00:35.000000Z\",\"updated_at\":\"2025-10-02T10:13:50.000000Z\",\"icon\":\"2025-10-02-68de505ee687c.png\",\"theme_id\":1,\"description\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1758540796.png\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de505ee687c.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-07-11-668fa63b1db9c.png\",\"translations\":[{\"id\":43,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Food\",\"created_at\":null,\"updated_at\":null},{\"id\":44,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":10,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:50\",\"updated_at\":\"2025-10-02 15:43:50\"},{\"id\":11,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-07-11 04:30:35\",\"updated_at\":\"2024-07-11 04:30:35\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":2,\"unit\":\"KG\",\"created_at\":\"2025-09-22T20:14:21.000000Z\",\"updated_at\":\"2025-09-28T12:04:15.000000Z\",\"translations\":[{\"id\":207,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"KG\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 0.00, 'product_discount', 2, 0.00, 'null', '2025-10-11 04:51:44', '2025-10-11 04:51:44', NULL, 0.00, 59, 'product_discount', NULL, 0.00000000, 0.00000000),
(21, 47, 100014, 100.00, '{\"id\":47,\"name\":\"Fried Paneer Momos [8 Pieces]\",\"description\":\"Deep-fried crispy dumplings filled with flavorful stuffing, perfect for a crunchy craving.\",\"image\":\"2025-09-24-68d3911784f6e.png\",\"category_id\":59,\"category_ids\":[{\"id\":\"59\",\"position\":1,\"name\":\"Momo\'s\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":100,\"tax\":0,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":1,\"status\":1,\"store_id\":2,\"created_at\":\"2025-09-24T06:35:03.000000Z\",\"updated_at\":\"2025-09-24T09:13:04.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":0,\"unit_id\":2,\"images\":[{\"img\":\"2025-09-24-68d39117834cc.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"fried-paneer-momos-8-pieces\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":8,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Food House\",\"is_campaign\":0,\"module_type\":\"food\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":60,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[\"Total Fat Per 100 g (g)\",\"Trans Fat Per 100 g (g)\",\"Saturated Fat Per 100 g (g)\",\"Total Carbohydrates Per 100 g (g)\"],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"KG\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-24-68d3911784f6e.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-24-68d39117834cc.png\"],\"translations\":[{\"id\":281,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":47,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Fried Paneer Momos [8 Pieces]\",\"created_at\":null,\"updated_at\":null},{\"id\":282,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":47,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Deep-fried crispy dumplings filled with flavorful stuffing, perfect for a crunchy craving.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":312,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"47\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-24 12:05:03\",\"updated_at\":\"2025-09-24 12:05:03\"},{\"id\":313,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"47\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-24 12:05:03\",\"updated_at\":\"2025-09-24 12:05:03\"}],\"module\":{\"id\":2,\"module_name\":\"Food\",\"module_type\":\"food\",\"thumbnail\":\"2024-07-11-668fa63b1db9c.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-07-10T23:00:35.000000Z\",\"updated_at\":\"2025-10-02T10:13:50.000000Z\",\"icon\":\"2025-10-02-68de505ee687c.png\",\"theme_id\":1,\"description\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1758540796.png\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de505ee687c.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-07-11-668fa63b1db9c.png\",\"translations\":[{\"id\":43,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Food\",\"created_at\":null,\"updated_at\":null},{\"id\":44,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":10,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:50\",\"updated_at\":\"2025-10-02 15:43:50\"},{\"id\":11,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-07-11 04:30:35\",\"updated_at\":\"2024-07-11 04:30:35\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":2,\"unit\":\"KG\",\"created_at\":\"2025-09-22T20:14:21.000000Z\",\"updated_at\":\"2025-09-28T12:04:15.000000Z\",\"translations\":[{\"id\":207,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"KG\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 0.00, 'product_discount', 2, 0.00, 'null', '2025-10-11 04:51:44', '2025-10-11 04:51:44', NULL, 0.00, 59, 'product_discount', NULL, 0.00000000, 0.00000000),
(22, 58, 100014, 120.00, '{\"id\":58,\"name\":\"Jeera Rice\",\"description\":\"Jeera Rice is a fragrant Indian dish made with basmati rice tempered with cumin seeds (jeera) and mild spices. Light, flavorful, and aromatic, it pairs perfectly with curries, dals, and gravies\",\"image\":\"2025-09-24-68d3c88c13025.png\",\"category_id\":86,\"category_ids\":[{\"id\":\"70\",\"position\":1,\"name\":\"Rice\"},{\"id\":\"86\",\"position\":2,\"name\":\"Pulao\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":120,\"tax\":0,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":1,\"status\":1,\"store_id\":2,\"created_at\":\"2025-09-24T10:31:40.000000Z\",\"updated_at\":\"2025-09-24T10:36:41.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":0,\"unit_id\":2,\"images\":[{\"img\":\"2025-09-24-68d3c88c11f42.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"jeera-rice-2\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":3,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Food House\",\"is_campaign\":0,\"module_type\":\"food\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":60,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"KG\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-24-68d3c88c13025.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-24-68d3c88c11f42.png\"],\"translations\":[{\"id\":342,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":58,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Jeera Rice\",\"created_at\":null,\"updated_at\":null},{\"id\":343,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":58,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Jeera Rice is a fragrant Indian dish made with basmati rice tempered with cumin seeds (jeera) and mild spices. Light, flavorful, and aromatic, it pairs perfectly with curries, dals, and gravies\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":373,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"58\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-24 16:01:40\",\"updated_at\":\"2025-09-24 16:01:40\"},{\"id\":374,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"58\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-24 16:01:40\",\"updated_at\":\"2025-09-24 16:01:40\"}],\"module\":{\"id\":2,\"module_name\":\"Food\",\"module_type\":\"food\",\"thumbnail\":\"2024-07-11-668fa63b1db9c.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-07-10T23:00:35.000000Z\",\"updated_at\":\"2025-10-02T10:13:50.000000Z\",\"icon\":\"2025-10-02-68de505ee687c.png\",\"theme_id\":1,\"description\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1758540796.png\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de505ee687c.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-07-11-668fa63b1db9c.png\",\"translations\":[{\"id\":43,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Food\",\"created_at\":null,\"updated_at\":null},{\"id\":44,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":10,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:50\",\"updated_at\":\"2025-10-02 15:43:50\"},{\"id\":11,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-07-11 04:30:35\",\"updated_at\":\"2024-07-11 04:30:35\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":2,\"unit\":\"KG\",\"created_at\":\"2025-09-22T20:14:21.000000Z\",\"updated_at\":\"2025-09-28T12:04:15.000000Z\",\"translations\":[{\"id\":207,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"KG\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, 'null', '2025-10-11 04:51:44', '2025-10-11 04:51:44', NULL, 0.00, 70, 'product_discount', NULL, 0.00000000, 0.00000000),
(23, 55, 100014, 180.00, '{\"id\":55,\"name\":\"Plain Tandoori Roti\",\"description\":\"A simple and flavorful bread straight from the Tandoor oven that perfectly complements any vegetarian meal.\",\"image\":\"2025-09-24-68d3c09c29321.png\",\"category_id\":80,\"category_ids\":[{\"id\":\"73\",\"position\":1,\"name\":\"Rotis & Nan\"},{\"id\":\"80\",\"position\":2,\"name\":\"Roti\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":180,\"tax\":0,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":1,\"status\":1,\"store_id\":2,\"created_at\":\"2025-09-24T09:57:48.000000Z\",\"updated_at\":\"2025-09-24T09:57:48.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":0,\"unit_id\":2,\"images\":[{\"img\":\"2025-09-24-68d3c09c286ac.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"plain-tandoori-roti\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":10,\"is_approved\":1,\"is_halal\":1,\"store_name\":\"Food House\",\"is_campaign\":0,\"module_type\":\"food\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":60,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"KG\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-24-68d3c09c29321.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-24-68d3c09c286ac.png\"],\"translations\":[{\"id\":331,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":55,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Plain Tandoori Roti\",\"created_at\":null,\"updated_at\":null},{\"id\":332,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":55,\"locale\":\"en\",\"key\":\"description\",\"value\":\"A simple and flavorful bread straight from the Tandoor oven that perfectly complements any vegetarian meal.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":362,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"55\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-24 15:27:48\",\"updated_at\":\"2025-09-24 15:27:48\"},{\"id\":363,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"55\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-24 15:27:48\",\"updated_at\":\"2025-09-24 15:27:48\"}],\"module\":{\"id\":2,\"module_name\":\"Food\",\"module_type\":\"food\",\"thumbnail\":\"2024-07-11-668fa63b1db9c.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-07-10T23:00:35.000000Z\",\"updated_at\":\"2025-10-02T10:13:50.000000Z\",\"icon\":\"2025-10-02-68de505ee687c.png\",\"theme_id\":1,\"description\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1758540796.png\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de505ee687c.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-07-11-668fa63b1db9c.png\",\"translations\":[{\"id\":43,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Food\",\"created_at\":null,\"updated_at\":null},{\"id\":44,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":10,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:50\",\"updated_at\":\"2025-10-02 15:43:50\"},{\"id\":11,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-07-11 04:30:35\",\"updated_at\":\"2024-07-11 04:30:35\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":2,\"unit\":\"KG\",\"created_at\":\"2025-09-22T20:14:21.000000Z\",\"updated_at\":\"2025-09-28T12:04:15.000000Z\",\"translations\":[{\"id\":207,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"KG\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, 'null', '2025-10-11 04:51:44', '2025-10-11 04:51:44', NULL, 0.00, 73, 'product_discount', NULL, 0.00000000, 0.00000000),
(24, 54, 100014, 100.00, '{\"id\":54,\"name\":\"Plain Tawa Roti\",\"description\":\"A classic Indian bread, freshly cooked on a griddle, perfect to pair with your favorite curries and dishes.\",\"image\":\"2025-09-24-68d3bffc348bd.png\",\"category_id\":80,\"category_ids\":[{\"id\":\"73\",\"position\":1,\"name\":\"Rotis & Nan\"},{\"id\":\"80\",\"position\":2,\"name\":\"Roti\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":100,\"tax\":0,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":1,\"status\":1,\"store_id\":2,\"created_at\":\"2025-09-24T09:55:08.000000Z\",\"updated_at\":\"2025-09-24T09:55:08.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":0,\"unit_id\":2,\"images\":[{\"img\":\"2025-09-24-68d3bffc33ca5.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"plain-tawa-roti\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":10,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Food House\",\"is_campaign\":0,\"module_type\":\"food\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":60,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"KG\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-24-68d3bffc348bd.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-24-68d3bffc33ca5.png\"],\"translations\":[{\"id\":329,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":54,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Plain Tawa Roti\",\"created_at\":null,\"updated_at\":null},{\"id\":330,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":54,\"locale\":\"en\",\"key\":\"description\",\"value\":\"A classic Indian bread, freshly cooked on a griddle, perfect to pair with your favorite curries and dishes.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":360,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"54\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-24 15:25:08\",\"updated_at\":\"2025-09-24 15:25:08\"},{\"id\":361,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"54\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-24 15:25:08\",\"updated_at\":\"2025-09-24 15:25:08\"}],\"module\":{\"id\":2,\"module_name\":\"Food\",\"module_type\":\"food\",\"thumbnail\":\"2024-07-11-668fa63b1db9c.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-07-10T23:00:35.000000Z\",\"updated_at\":\"2025-10-02T10:13:50.000000Z\",\"icon\":\"2025-10-02-68de505ee687c.png\",\"theme_id\":1,\"description\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1758540796.png\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de505ee687c.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-07-11-668fa63b1db9c.png\",\"translations\":[{\"id\":43,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Food\",\"created_at\":null,\"updated_at\":null},{\"id\":44,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":10,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:50\",\"updated_at\":\"2025-10-02 15:43:50\"},{\"id\":11,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-07-11 04:30:35\",\"updated_at\":\"2024-07-11 04:30:35\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":2,\"unit\":\"KG\",\"created_at\":\"2025-09-22T20:14:21.000000Z\",\"updated_at\":\"2025-09-28T12:04:15.000000Z\",\"translations\":[{\"id\":207,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"KG\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 0.00, 'product_discount', 2, 0.00, 'null', '2025-10-11 04:51:44', '2025-10-11 04:51:44', NULL, 0.00, 73, 'product_discount', NULL, 0.00000000, 0.00000000),
(25, 16, 100015, 200.00, '{\"id\":16,\"name\":\"Amul Fresh Malai Paneer\",\"description\":\"Made from pure and fresh cow milk. Deliciously creamy with soft texture like Malai.\\r\\nIdeal for making scrumptious dishes like Matar Paneer, Paneer Pakoras, Palak Paneer, Kadai Paneer etc.\",\"image\":\"2025-09-23-68d1b24763daa.png\",\"category_id\":22,\"category_ids\":[{\"id\":\"22\",\"position\":1,\"name\":\"Dairy & Bakery\"}],\"variations\":[{\"type\":\"200g\",\"price\":200,\"stock\":100},{\"type\":\"500g\",\"price\":400,\"stock\":100}],\"add_ons\":[],\"attributes\":[\"1\"],\"choice_options\":[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"200g \",\"500g\"]}],\"price\":200,\"tax\":0,\"tax_type\":\"percent\",\"discount\":10,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":1,\"created_at\":\"2025-09-22T20:32:07.000000Z\",\"updated_at\":\"2025-09-23T07:56:47.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":200,\"unit_id\":3,\"images\":[{\"img\":\"2025-09-23-68d1b24762cad.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"amul-fresh-malai-paneer\",\"recommended\":0,\"organic\":1,\"maximum_cart_quantity\":10,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Grocery Store\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":40,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[\"Energy Per 100 g (kcal)\",\"Calcium Per 100 g (g)\",\"Total Fat Per 100 g (g)\",\"Saturated Fat Per 100 g (g)\",\"Added Sugars Per 100 g\"],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"G\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d1b24763daa.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d1b24762cad.png\"],\"translations\":[{\"id\":216,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":16,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Amul Fresh Malai Paneer\",\"created_at\":null,\"updated_at\":null},{\"id\":217,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":16,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Made from pure and fresh cow milk. Deliciously creamy with soft texture like Malai.\\r\\nIdeal for making scrumptious dishes like Matar Paneer, Paneer Pakoras, Palak Paneer, Kadai Paneer etc.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":248,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"16\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-23 02:02:07\",\"updated_at\":\"2025-09-23 02:02:07\"},{\"id\":249,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"16\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-23 02:02:07\",\"updated_at\":\"2025-09-23 02:02:07\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-10-08T12:19:39.000000Z\",\"icon\":\"2025-10-02-68de50346b408.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1759925979.jpg\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de50346b408.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":405,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:08\",\"updated_at\":\"2025-10-02 15:43:08\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":3,\"unit\":\"G\",\"created_at\":\"2025-09-22T20:14:26.000000Z\",\"updated_at\":\"2025-09-28T12:04:08.000000Z\",\"translations\":[{\"id\":208,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"G\",\"created_at\":null,\"updated_at\":null}]}}', '[{\"type\":\"200g\",\"price\":200,\"stock\":100}]', '[]', 20.00, 'product_discount', 1, 0.00, 'null', '2025-10-11 19:19:23', '2025-10-11 19:19:23', NULL, 0.00, 22, 'product_discount', NULL, 10.00000000, 0.00000000),
(26, 11, 100016, 49.00, '{\"id\":11,\"name\":\"Wrigleys Extra\",\"description\":\"Extra is a brand of sugarfree chewing gum produced by the Wrigley Company in North America, Europe, Australia and some parts of Africa and Asia.\",\"image\":\"2024-10-11-67082f6e1db24.png\",\"category_id\":12,\"category_ids\":[{\"id\":\"12\",\"position\":1,\"name\":\"Health & Nutrition\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":49,\"tax\":0,\"tax_type\":\"percent\",\"discount\":10,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":5,\"created_at\":\"2024-10-10T19:47:58.000000Z\",\"updated_at\":\"2024-10-10T19:47:58.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":3,\"stock\":100,\"unit_id\":null,\"images\":[{\"img\":\"2024-10-11-67082f6e1d0c9.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"wrigleys-extra\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":98,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Medi Care\",\"is_campaign\":0,\"module_type\":\"pharmacy\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":40,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":1,\"is_prescription_required\":1,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":null,\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2024-10-11-67082f6e1db24.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2024-10-11-67082f6e1d0c9.png\"],\"translations\":[{\"id\":147,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":11,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Wrigleys Extra\",\"created_at\":null,\"updated_at\":null},{\"id\":148,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":11,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Extra is a brand of sugarfree chewing gum produced by the Wrigley Company in North America, Europe, Australia and some parts of Africa and Asia.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":133,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"11\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2024-10-11 01:17:58\",\"updated_at\":\"2024-10-11 01:17:58\"},{\"id\":134,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"11\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2024-10-11 01:17:58\",\"updated_at\":\"2024-10-11 01:17:58\"}],\"module\":{\"id\":3,\"module_name\":\"Pharmacy\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-07-11-668fa76131737.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-07-10T23:05:29.000000Z\",\"updated_at\":\"2025-10-02T10:14:46.000000Z\",\"icon\":\"2025-10-02-68de509603aa9.png\",\"theme_id\":1,\"description\":\"<p>Our pharmacy business offers a wide range of prescription and over-the-counter medications, health products, and wellness advice. We prioritize customer health and convenience with a friendly, knowledgeable staff and quick service. \\ud83d\\udc8a\\ud83e\\ude7a\\ud83c\\udf1f<\\/p>\",\"all_zone_service\":0,\"app_home_page\":null,\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de509603aa9.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-07-11-668fa76131737.png\",\"translations\":[{\"id\":45,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Pharmacy\",\"created_at\":null,\"updated_at\":null},{\"id\":46,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>Our pharmacy business offers a wide range of prescription and over-the-counter medications, health products, and wellness advice. We prioritize customer health and convenience with a friendly, knowledgeable staff and quick service. \\ud83d\\udc8a\\ud83e\\ude7a\\ud83c\\udf1f<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":12,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"3\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:44:46\",\"updated_at\":\"2025-10-02 15:44:46\"},{\"id\":13,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"3\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-07-11 04:35:29\",\"updated_at\":\"2024-07-11 04:35:29\"}]},\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 4.90, 'product_discount', 1, 0.00, 'null', '2025-10-25 12:19:49', '2025-10-25 12:19:49', NULL, 0.00, 12, 'product_discount', NULL, 10.00000000, 0.00000000),
(27, 15, 100017, 29.00, '{\"id\":15,\"name\":\"Amul Taaza Toned Milk\",\"description\":\"Amul Taaza Toned Milk (Polypack) is pasteurized with a great nutritional value. It can be consumed directly or can be used for preparing tea, coffee, sweets, khoya, curd, buttermilk, ghee etc.\",\"image\":\"2025-09-23-68d1b025eb43f.png\",\"category_id\":22,\"category_ids\":[{\"id\":\"22\",\"position\":1,\"name\":\"Dairy & Bakery\"}],\"variations\":[{\"type\":\"1L\",\"price\":29,\"stock\":100},{\"type\":\"500ml\",\"price\":29,\"stock\":100}],\"add_ons\":[],\"attributes\":[\"1\"],\"choice_options\":[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"1L\",\" 500ml\"]}],\"price\":29,\"tax\":0,\"tax_type\":\"percent\",\"discount\":5,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":1,\"created_at\":\"2025-09-22T20:23:01.000000Z\",\"updated_at\":\"2025-09-28T11:48:05.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":200,\"unit_id\":4,\"images\":[{\"img\":\"2025-09-23-68d1b025e8caf.png\",\"storage\":\"public\"},{\"img\":\"2025-09-23-68d1b025eae57.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"amul-taaza-toned-milk\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Grocery Store\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":40,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[\"Protein Per 100 g (g)\",\"Energy Per 100 g (kcal)\",\"Calcium Per 100 g (g)\",\"Total Fat Per 100 g (g)\",\"Trans Fat Per 100 g (g)\",\"Saturated Fat Per 100 g (g)\",\"Total Carbohydrates Per 100 g (g)\",\"Added Sugars Per 100 g\"],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"ML\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d1b025eb43f.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d1b025e8caf.png\",\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d1b025eae57.png\"],\"translations\":[{\"id\":214,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":15,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Amul Taaza Toned Milk\",\"created_at\":null,\"updated_at\":null},{\"id\":215,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":15,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Amul Taaza Toned Milk (Polypack) is pasteurized with a great nutritional value. It can be consumed directly or can be used for preparing tea, coffee, sweets, khoya, curd, buttermilk, ghee etc.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":246,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"15\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-23 01:53:01\",\"updated_at\":\"2025-09-23 01:53:01\"},{\"id\":247,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"15\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-23 01:53:01\",\"updated_at\":\"2025-09-23 01:53:01\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-10-14T09:08:44.000000Z\",\"icon\":\"2025-10-02-68de50346b408.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1760432924.jpeg\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de50346b408.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":405,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:08\",\"updated_at\":\"2025-10-02 15:43:08\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":4,\"unit\":\"ML\",\"created_at\":\"2025-09-22T20:14:52.000000Z\",\"updated_at\":\"2025-09-28T12:04:01.000000Z\",\"translations\":[{\"id\":209,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":4,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"ML\",\"created_at\":null,\"updated_at\":null}]}}', '[{\"type\":\"1L\",\"price\":29,\"stock\":100}]', '[]', 1.45, 'product_discount', 1, 0.00, 'null', '2025-10-31 00:29:13', '2025-10-31 00:29:13', NULL, 0.00, 22, 'product_discount', NULL, 5.00000000, 0.00000000);
INSERT INTO `order_details` (`id`, `item_id`, `order_id`, `price`, `item_details`, `variation`, `add_ons`, `discount_on_item`, `discount_type`, `quantity`, `tax_amount`, `variant`, `created_at`, `updated_at`, `item_campaign_id`, `total_add_on_price`, `category_id`, `discount_on_product_by`, `tax_status`, `discount_percentage`, `addon_discount`) VALUES
(28, 19, 100017, 50.00, '{\"id\":19,\"name\":\"Harvest Gold White Bread\",\"description\":\"Kick start your day with Harvest Gold Bread. A small loaf of soft bread enriched with goodness of wheat and a characteristic aroma of brick-oven bakeries. Pave your way towards a healthy life with a hearty breakfast.\",\"image\":\"2025-09-23-68d1b678e221a.png\",\"category_id\":22,\"category_ids\":[{\"id\":\"22\",\"position\":1,\"name\":\"Dairy & Bakery\"}],\"variations\":[{\"type\":\"100g\",\"price\":50,\"stock\":50},{\"type\":\"200g\",\"price\":100,\"stock\":100}],\"add_ons\":[],\"attributes\":[\"1\"],\"choice_options\":[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"100g\",\"200g\"]}],\"price\":50,\"tax\":0,\"tax_type\":\"percent\",\"discount\":5,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":1,\"created_at\":\"2025-09-22T20:50:00.000000Z\",\"updated_at\":\"2025-09-22T20:50:00.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":150,\"unit_id\":3,\"images\":[{\"img\":\"2025-09-23-68d1b678e07f0.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"amul-salted-butter\",\"recommended\":0,\"organic\":1,\"maximum_cart_quantity\":10,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Grocery Store\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":40,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[\"Protein Per 100 g (g)\",\"Energy Per 100 g (kcal)\",\"Calcium Per 100 g (g)\",\"Total Fat Per 100 g (g)\",\"Trans Fat Per 100 g (g)\",\"Saturated Fat Per 100 g (g)\",\"Total Carbohydrates Per 100 g (g)\"],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"G\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d1b678e221a.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d1b678e07f0.png\"],\"translations\":[{\"id\":222,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":19,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Harvest Gold White Bread\",\"created_at\":null,\"updated_at\":null},{\"id\":223,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":19,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Kick start your day with Harvest Gold Bread. A small loaf of soft bread enriched with goodness of wheat and a characteristic aroma of brick-oven bakeries. Pave your way towards a healthy life with a hearty breakfast.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":254,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"19\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-23 02:20:00\",\"updated_at\":\"2025-09-23 02:20:00\"},{\"id\":255,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"19\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-23 02:20:00\",\"updated_at\":\"2025-09-23 02:20:00\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-10-14T09:08:44.000000Z\",\"icon\":\"2025-10-02-68de50346b408.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1760432924.jpeg\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de50346b408.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":405,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:08\",\"updated_at\":\"2025-10-02 15:43:08\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":3,\"unit\":\"G\",\"created_at\":\"2025-09-22T20:14:26.000000Z\",\"updated_at\":\"2025-09-28T12:04:08.000000Z\",\"translations\":[{\"id\":208,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"G\",\"created_at\":null,\"updated_at\":null}]}}', '[{\"type\":\"100g\",\"price\":50,\"stock\":50}]', '[]', 2.50, 'product_discount', 1, 0.00, 'null', '2025-10-31 00:29:13', '2025-10-31 00:29:13', NULL, 0.00, 22, 'product_discount', NULL, 5.00000000, 0.00000000),
(29, 44, 100017, 50.00, '{\"id\":44,\"name\":\"Dettol Germ Defence Antiseptic Liquid 750 ml\",\"description\":\"Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and\\/or different information. It is recommended not to solely rely on the information presented\",\"image\":\"2025-09-23-68d27bb36cff9.png\",\"category_id\":28,\"category_ids\":[{\"id\":\"28\",\"position\":1,\"name\":\"Health & Wellness\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":50,\"tax\":0,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":1,\"created_at\":\"2025-09-23T10:51:31.000000Z\",\"updated_at\":\"2025-09-23T10:51:31.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":900,\"unit_id\":5,\"images\":[{\"img\":\"2025-09-23-68d27bb36c190.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"dettol-germ-defence-antiseptic-liquid-750-ml\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":10,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Grocery Store\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":40,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[\"Concern Germ Protection, Brightening Fragrance Fresh Fragrance Family Fresh\"],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"Pieces\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d27bb36cff9.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d27bb36c190.png\"],\"translations\":[{\"id\":273,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":44,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Dettol Germ Defence Antiseptic Liquid 750 ml\",\"created_at\":null,\"updated_at\":null},{\"id\":274,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":44,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and\\/or different information. It is recommended not to solely rely on the information presented\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":304,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"44\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-23 16:21:31\",\"updated_at\":\"2025-09-23 16:21:31\"},{\"id\":305,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"44\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-23 16:21:31\",\"updated_at\":\"2025-09-23 16:21:31\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-10-14T09:08:44.000000Z\",\"icon\":\"2025-10-02-68de50346b408.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1760432924.jpeg\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de50346b408.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":405,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:08\",\"updated_at\":\"2025-10-02 15:43:08\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":5,\"unit\":\"Pieces\",\"created_at\":\"2025-09-22T20:15:25.000000Z\",\"updated_at\":\"2025-09-28T12:03:47.000000Z\",\"translations\":[{\"id\":210,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":5,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"Pieces\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 0.00, 'product_discount', 3, 0.00, 'null', '2025-10-31 00:29:13', '2025-10-31 00:29:13', NULL, 0.00, 28, 'product_discount', NULL, 0.00000000, 0.00000000),
(30, 38, 100017, 500.00, '{\"id\":38,\"name\":\"Himalaya Baby Powder\",\"description\":\"Himalaya Baby Powder with its cool and soothing properties, is highly efficacious in combating dry skin problems of your baby. It is enriched with natural ingredients that protects, softens and refreshes skin.\",\"image\":\"2025-09-23-68d26c0e24273.png\",\"category_id\":27,\"category_ids\":[{\"id\":\"27\",\"position\":1,\"name\":\"Baby Care\"}],\"variations\":[{\"type\":\"5\",\"price\":500,\"stock\":19090}],\"add_ons\":[],\"attributes\":[\"3\"],\"choice_options\":[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"5\"]}],\"price\":100,\"tax\":0,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":1,\"created_at\":\"2025-09-23T09:44:46.000000Z\",\"updated_at\":\"2025-09-23T09:44:46.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":19090,\"unit_id\":5,\"images\":[{\"img\":\"2025-09-23-68d26c0e232c0.png\",\"storage\":\"public\"},{\"img\":\"2025-09-23-68d26c0e23f2e.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"himalaya-baby-powder\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":10,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Grocery Store\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":40,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[\"Concern Germ Protection, Brightening Fragrance Fresh Fragrance Family Fresh\"],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"Pieces\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d26c0e24273.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d26c0e232c0.png\",\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d26c0e23f2e.png\"],\"translations\":[{\"id\":261,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":38,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Himalaya Baby Powder\",\"created_at\":null,\"updated_at\":null},{\"id\":262,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":38,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Himalaya Baby Powder with its cool and soothing properties, is highly efficacious in combating dry skin problems of your baby. It is enriched with natural ingredients that protects, softens and refreshes skin.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":292,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"38\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-23 15:14:46\",\"updated_at\":\"2025-09-23 15:14:46\"},{\"id\":293,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"38\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-23 15:14:46\",\"updated_at\":\"2025-09-23 15:14:46\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-10-14T09:08:44.000000Z\",\"icon\":\"2025-10-02-68de50346b408.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1760432924.jpeg\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de50346b408.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":405,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:08\",\"updated_at\":\"2025-10-02 15:43:08\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":5,\"unit\":\"Pieces\",\"created_at\":\"2025-09-22T20:15:25.000000Z\",\"updated_at\":\"2025-09-28T12:03:47.000000Z\",\"translations\":[{\"id\":210,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":5,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"Pieces\",\"created_at\":null,\"updated_at\":null}]}}', '[{\"type\":\"5\",\"price\":500,\"stock\":19090}]', '[]', 0.00, 'product_discount', 2, 0.00, 'null', '2025-10-31 00:29:13', '2025-10-31 00:29:13', NULL, 0.00, 27, 'product_discount', NULL, 0.00000000, 0.00000000),
(31, 59, 100018, 190.00, '{\"id\":59,\"name\":\"Chicken Biryani Muradabadi\",\"description\":\"Fragrant, spiced rice layered with marinated chicken, originating from Muradabad UP.\",\"image\":\"2025-09-24-68d3d20bc8d93.png\",\"category_id\":90,\"category_ids\":[{\"id\":\"54\",\"position\":1,\"name\":\"Biriyani\"},{\"id\":\"90\",\"position\":2,\"name\":\"Chicken Biryani\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":190,\"tax\":0,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":2,\"created_at\":\"2025-09-24T11:12:11.000000Z\",\"updated_at\":\"2025-09-24T11:12:11.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":0,\"unit_id\":2,\"images\":[{\"img\":\"2025-09-24-68d3d20bc6568.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"chicken-biryani-muradabadi\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":6,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Food House\",\"is_campaign\":0,\"module_type\":\"food\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":60,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"KG\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-24-68d3d20bc8d93.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-24-68d3d20bc6568.png\"],\"translations\":[{\"id\":349,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":59,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Chicken Biryani Muradabadi\",\"created_at\":null,\"updated_at\":null},{\"id\":350,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":59,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Fragrant, spiced rice layered with marinated chicken, originating from Muradabad UP.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":380,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"59\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-24 16:42:11\",\"updated_at\":\"2025-09-24 16:42:11\"},{\"id\":381,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"59\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-24 16:42:11\",\"updated_at\":\"2025-09-24 16:42:11\"}],\"module\":{\"id\":2,\"module_name\":\"Food\",\"module_type\":\"food\",\"thumbnail\":\"2024-07-11-668fa63b1db9c.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-07-10T23:00:35.000000Z\",\"updated_at\":\"2025-10-14T11:58:44.000000Z\",\"icon\":\"2025-10-02-68de505ee687c.png\",\"theme_id\":1,\"description\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1760443124.gif\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de505ee687c.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-07-11-668fa63b1db9c.png\",\"translations\":[{\"id\":43,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Food\",\"created_at\":null,\"updated_at\":null},{\"id\":44,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":10,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:50\",\"updated_at\":\"2025-10-02 15:43:50\"},{\"id\":11,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-07-11 04:30:35\",\"updated_at\":\"2024-07-11 04:30:35\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":2,\"unit\":\"KG\",\"created_at\":\"2025-09-22T20:14:21.000000Z\",\"updated_at\":\"2025-09-28T12:04:15.000000Z\",\"translations\":[{\"id\":207,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"KG\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, 'null', '2025-11-09 20:35:11', '2025-11-09 20:35:11', NULL, 0.00, 54, 'product_discount', NULL, 0.00000000, 0.00000000),
(32, 54, 100018, 100.00, '{\"id\":54,\"name\":\"Plain Tawa Roti\",\"description\":\"A classic Indian bread, freshly cooked on a griddle, perfect to pair with your favorite curries and dishes.\",\"image\":\"2025-09-24-68d3bffc348bd.png\",\"category_id\":80,\"category_ids\":[{\"id\":\"73\",\"position\":1,\"name\":\"Rotis & Nan\"},{\"id\":\"80\",\"position\":2,\"name\":\"Roti\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":100,\"tax\":0,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":1,\"status\":1,\"store_id\":2,\"created_at\":\"2025-09-24T09:55:08.000000Z\",\"updated_at\":\"2025-09-24T09:55:08.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":0,\"unit_id\":2,\"images\":[{\"img\":\"2025-09-24-68d3bffc33ca5.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"plain-tawa-roti\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":10,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Food House\",\"is_campaign\":0,\"module_type\":\"food\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":60,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"KG\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-24-68d3bffc348bd.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-24-68d3bffc33ca5.png\"],\"translations\":[{\"id\":329,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":54,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Plain Tawa Roti\",\"created_at\":null,\"updated_at\":null},{\"id\":330,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":54,\"locale\":\"en\",\"key\":\"description\",\"value\":\"A classic Indian bread, freshly cooked on a griddle, perfect to pair with your favorite curries and dishes.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":360,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"54\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-24 15:25:08\",\"updated_at\":\"2025-09-24 15:25:08\"},{\"id\":361,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"54\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-24 15:25:08\",\"updated_at\":\"2025-09-24 15:25:08\"}],\"module\":{\"id\":2,\"module_name\":\"Food\",\"module_type\":\"food\",\"thumbnail\":\"2024-07-11-668fa63b1db9c.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-07-10T23:00:35.000000Z\",\"updated_at\":\"2025-10-14T11:58:44.000000Z\",\"icon\":\"2025-10-02-68de505ee687c.png\",\"theme_id\":1,\"description\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1760443124.gif\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de505ee687c.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-07-11-668fa63b1db9c.png\",\"translations\":[{\"id\":43,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Food\",\"created_at\":null,\"updated_at\":null},{\"id\":44,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":10,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:50\",\"updated_at\":\"2025-10-02 15:43:50\"},{\"id\":11,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-07-11 04:30:35\",\"updated_at\":\"2024-07-11 04:30:35\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":2,\"unit\":\"KG\",\"created_at\":\"2025-09-22T20:14:21.000000Z\",\"updated_at\":\"2025-09-28T12:04:15.000000Z\",\"translations\":[{\"id\":207,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"KG\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 0.00, 'product_discount', 2, 0.00, 'null', '2025-11-09 20:35:11', '2025-11-09 20:35:11', NULL, 0.00, 73, 'product_discount', NULL, 0.00000000, 0.00000000),
(33, 58, 100018, 120.00, '{\"id\":58,\"name\":\"Jeera Rice\",\"description\":\"Jeera Rice is a fragrant Indian dish made with basmati rice tempered with cumin seeds (jeera) and mild spices. Light, flavorful, and aromatic, it pairs perfectly with curries, dals, and gravies\",\"image\":\"2025-09-24-68d3c88c13025.png\",\"category_id\":86,\"category_ids\":[{\"id\":\"70\",\"position\":1,\"name\":\"Rice\"},{\"id\":\"86\",\"position\":2,\"name\":\"Pulao\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":120,\"tax\":0,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":1,\"status\":1,\"store_id\":2,\"created_at\":\"2025-09-24T10:31:40.000000Z\",\"updated_at\":\"2025-09-24T10:36:41.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":0,\"unit_id\":2,\"images\":[{\"img\":\"2025-09-24-68d3c88c11f42.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"jeera-rice-2\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":3,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Food House\",\"is_campaign\":0,\"module_type\":\"food\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":60,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"KG\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-24-68d3c88c13025.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-24-68d3c88c11f42.png\"],\"translations\":[{\"id\":342,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":58,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Jeera Rice\",\"created_at\":null,\"updated_at\":null},{\"id\":343,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":58,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Jeera Rice is a fragrant Indian dish made with basmati rice tempered with cumin seeds (jeera) and mild spices. Light, flavorful, and aromatic, it pairs perfectly with curries, dals, and gravies\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":373,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"58\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-24 16:01:40\",\"updated_at\":\"2025-09-24 16:01:40\"},{\"id\":374,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"58\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-24 16:01:40\",\"updated_at\":\"2025-09-24 16:01:40\"}],\"module\":{\"id\":2,\"module_name\":\"Food\",\"module_type\":\"food\",\"thumbnail\":\"2024-07-11-668fa63b1db9c.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-07-10T23:00:35.000000Z\",\"updated_at\":\"2025-10-14T11:58:44.000000Z\",\"icon\":\"2025-10-02-68de505ee687c.png\",\"theme_id\":1,\"description\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1760443124.gif\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de505ee687c.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-07-11-668fa63b1db9c.png\",\"translations\":[{\"id\":43,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Food\",\"created_at\":null,\"updated_at\":null},{\"id\":44,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":10,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:50\",\"updated_at\":\"2025-10-02 15:43:50\"},{\"id\":11,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-07-11 04:30:35\",\"updated_at\":\"2024-07-11 04:30:35\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":2,\"unit\":\"KG\",\"created_at\":\"2025-09-22T20:14:21.000000Z\",\"updated_at\":\"2025-09-28T12:04:15.000000Z\",\"translations\":[{\"id\":207,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"KG\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, 'null', '2025-11-09 20:35:11', '2025-11-09 20:35:11', NULL, 0.00, 70, 'product_discount', NULL, 0.00000000, 0.00000000),
(34, 150, 100019, 299.00, '{\"id\":150,\"name\":\"Classic Meal Deal\",\"description\":\"Classic Meal Deal 2 BK Veggie+Fries( M )+Coke\",\"image\":\"2025-11-11-69130658aa7d8.png\",\"category_id\":76,\"category_ids\":[{\"id\":\"76\",\"position\":1,\"name\":\"Water\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":299,\"tax\":0,\"tax_type\":\"percent\",\"discount\":20,\"discount_type\":\"percent\",\"available_time_starts\":\"12:01:00\",\"available_time_ends\":\"11:59:00\",\"veg\":1,\"status\":1,\"store_id\":3,\"created_at\":\"2025-11-11T09:48:08.000000Z\",\"updated_at\":\"2025-11-11T09:48:08.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":0,\"unit_id\":null,\"images\":[{\"img\":\"2025-11-11-69130658a9583.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"classic-meal-deal\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":20,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fast Food\",\"is_campaign\":0,\"module_type\":\"food\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":12,\"max_delivery_time\":14,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":null,\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-11-11-69130658aa7d8.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-11-11-69130658a9583.png\"],\"translations\":[{\"id\":658,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":150,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Classic Meal Deal\",\"created_at\":null,\"updated_at\":null},{\"id\":659,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":150,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Classic Meal Deal 2 BK Veggie+Fries( M )+Coke\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":688,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"150\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-11-11 15:18:08\",\"updated_at\":\"2025-11-11 15:18:08\"},{\"id\":689,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"150\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-11-11 15:18:08\",\"updated_at\":\"2025-11-11 15:18:08\"}],\"module\":{\"id\":2,\"module_name\":\"Food\",\"module_type\":\"food\",\"thumbnail\":\"2024-07-11-668fa63b1db9c.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-07-10T23:00:35.000000Z\",\"updated_at\":\"2025-11-14T19:22:22.000000Z\",\"icon\":\"2025-10-02-68de505ee687c.png\",\"theme_id\":1,\"description\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1763148142.png\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de505ee687c.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-07-11-668fa63b1db9c.png\",\"translations\":[{\"id\":43,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Food\",\"created_at\":null,\"updated_at\":null},{\"id\":44,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":10,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:50\",\"updated_at\":\"2025-10-02 15:43:50\"},{\"id\":11,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-07-11 04:30:35\",\"updated_at\":\"2024-07-11 04:30:35\"}]},\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 59.80, 'product_discount', 1, 0.00, 'null', '2025-11-17 08:56:55', '2025-11-17 08:56:55', NULL, 0.00, 76, 'product_discount', NULL, 20.00000000, 0.00000000),
(35, 154, 100020, 499.00, '{\"id\":154,\"name\":\"Half Egg Dum Biryani\",\"description\":\"Serves 1 | Freshly boiled eggs spiced in a special in-house masala and Hyderabadi Dum Biryani Style cooked to perfection with aromatic long grain Basmati rice. Served with Raita and Angoori Gulab Jamun (2 Nos). Served quantity: 450 grams.\",\"image\":\"2025-11-11-6913494e59b5f.png\",\"category_id\":76,\"category_ids\":[{\"id\":\"76\",\"position\":1,\"name\":\"Water\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":499,\"tax\":0,\"tax_type\":\"percent\",\"discount\":5,\"discount_type\":\"percent\",\"available_time_starts\":\"12:01:00\",\"available_time_ends\":\"11:59:00\",\"veg\":1,\"status\":1,\"store_id\":2,\"created_at\":\"2025-11-11T14:33:50.000000Z\",\"updated_at\":\"2025-11-11T14:35:31.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":0,\"unit_id\":null,\"images\":[{\"img\":\"2025-11-11-6913494e58575.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"half-egg-dum-biryani\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":5,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Food House\",\"is_campaign\":0,\"module_type\":\"food\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":60,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":null,\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-11-11-6913494e59b5f.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-11-11-6913494e58575.png\"],\"translations\":[{\"id\":666,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":154,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Half Egg Dum Biryani\",\"created_at\":null,\"updated_at\":null},{\"id\":667,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":154,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Serves 1 | Freshly boiled eggs spiced in a special in-house masala and Hyderabadi Dum Biryani Style cooked to perfection with aromatic long grain Basmati rice. Served with Raita and Angoori Gulab Jamun (2 Nos). Served quantity: 450 grams.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":696,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"154\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-11-11 20:03:50\",\"updated_at\":\"2025-11-11 20:03:50\"},{\"id\":697,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"154\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-11-11 20:03:50\",\"updated_at\":\"2025-11-11 20:03:50\"}],\"module\":{\"id\":2,\"module_name\":\"Food\",\"module_type\":\"food\",\"thumbnail\":\"2024-07-11-668fa63b1db9c.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-07-10T23:00:35.000000Z\",\"updated_at\":\"2025-11-14T19:22:22.000000Z\",\"icon\":\"2025-10-02-68de505ee687c.png\",\"theme_id\":1,\"description\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1763148142.png\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de505ee687c.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-07-11-668fa63b1db9c.png\",\"translations\":[{\"id\":43,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Food\",\"created_at\":null,\"updated_at\":null},{\"id\":44,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":10,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:50\",\"updated_at\":\"2025-10-02 15:43:50\"},{\"id\":11,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-07-11 04:30:35\",\"updated_at\":\"2024-07-11 04:30:35\"}]},\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 24.95, 'product_discount', 1, 0.00, 'null', '2025-11-27 13:53:20', '2025-11-27 13:53:20', NULL, 0.00, 76, 'product_discount', NULL, 5.00000000, 0.00000000),
(36, 151, 100021, 599.00, '{\"id\":151,\"name\":\"Classic Family Feast\",\"description\":\"2 Crispy Veg + BK Veggie + Veg Crunchy Taco + 2 Med Fries + 2 Dips + Coca Cola Medium + Chocolate Thick Shake; Serves 4 or More Kcal: 2926.9 | Carbs 332.3 Gms| Sugar: 145 Gms| Fat: 114.9 Gms| Saturated fat: 51.7 Gms| Protein: 55.8 Gms| Sodium: 4274 Mg Contains: Gluten, Soybean , Milk , Sesame seeds\",\"image\":\"2025-11-11-69130cd1bbcbc.png\",\"category_id\":76,\"category_ids\":[{\"id\":\"76\",\"position\":1,\"name\":\"Water\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":599,\"tax\":0,\"tax_type\":\"percent\",\"discount\":5,\"discount_type\":\"percent\",\"available_time_starts\":\"12:01:00\",\"available_time_ends\":\"11:59:00\",\"veg\":1,\"status\":1,\"store_id\":3,\"created_at\":\"2025-11-11T10:15:45.000000Z\",\"updated_at\":\"2025-11-11T10:15:45.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":0,\"unit_id\":null,\"images\":[{\"img\":\"2025-11-11-69130cd1ba793.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"classic-family-feast\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":5,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fast Food\",\"is_campaign\":0,\"module_type\":\"food\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":12,\"max_delivery_time\":14,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":null,\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-11-11-69130cd1bbcbc.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-11-11-69130cd1ba793.png\"],\"translations\":[{\"id\":660,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":151,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Classic Family Feast\",\"created_at\":null,\"updated_at\":null},{\"id\":661,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":151,\"locale\":\"en\",\"key\":\"description\",\"value\":\"2 Crispy Veg + BK Veggie + Veg Crunchy Taco + 2 Med Fries + 2 Dips + Coca Cola Medium + Chocolate Thick Shake; Serves 4 or More Kcal: 2926.9 | Carbs 332.3 Gms| Sugar: 145 Gms| Fat: 114.9 Gms| Saturated fat: 51.7 Gms| Protein: 55.8 Gms| Sodium: 4274 Mg Contains: Gluten, Soybean , Milk , Sesame seeds\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":690,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"151\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-11-11 15:45:45\",\"updated_at\":\"2025-11-11 15:45:45\"},{\"id\":691,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"151\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-11-11 15:45:45\",\"updated_at\":\"2025-11-11 15:45:45\"}],\"module\":{\"id\":2,\"module_name\":\"Food\",\"module_type\":\"food\",\"thumbnail\":\"2024-07-11-668fa63b1db9c.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-07-10T23:00:35.000000Z\",\"updated_at\":\"2025-11-14T19:22:22.000000Z\",\"icon\":\"2025-10-02-68de505ee687c.png\",\"theme_id\":1,\"description\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1763148142.png\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de505ee687c.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-07-11-668fa63b1db9c.png\",\"translations\":[{\"id\":43,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Food\",\"created_at\":null,\"updated_at\":null},{\"id\":44,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":10,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:50\",\"updated_at\":\"2025-10-02 15:43:50\"},{\"id\":11,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-07-11 04:30:35\",\"updated_at\":\"2024-07-11 04:30:35\"}]},\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 29.95, 'product_discount', 1, 0.00, 'null', '2025-11-30 13:10:28', '2025-11-30 13:10:28', NULL, 0.00, 76, 'product_discount', NULL, 5.00000000, 0.00000000);
INSERT INTO `order_details` (`id`, `item_id`, `order_id`, `price`, `item_details`, `variation`, `add_ons`, `discount_on_item`, `discount_type`, `quantity`, `tax_amount`, `variant`, `created_at`, `updated_at`, `item_campaign_id`, `total_add_on_price`, `category_id`, `discount_on_product_by`, `tax_status`, `discount_percentage`, `addon_discount`) VALUES
(37, 44, 100022, 50.00, '{\"id\":44,\"name\":\"Dettol Germ Defence Antiseptic Liquid 750 ml\",\"description\":\"Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and\\/or different information. It is recommended not to solely rely on the information presented\",\"image\":\"2025-09-23-68d27bb36cff9.png\",\"category_id\":28,\"category_ids\":[{\"id\":\"28\",\"position\":1,\"name\":\"Health & Wellness\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":50,\"tax\":0,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":1,\"created_at\":\"2025-09-23T10:51:31.000000Z\",\"updated_at\":\"2025-10-30T18:59:13.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":897,\"unit_id\":5,\"images\":[{\"img\":\"2025-09-23-68d27bb36c190.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"dettol-germ-defence-antiseptic-liquid-750-ml\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":10,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Grocery Store\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":40,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[\"Concern Germ Protection, Brightening Fragrance Fresh Fragrance Family Fresh\"],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"Pieces\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d27bb36cff9.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d27bb36c190.png\"],\"translations\":[{\"id\":273,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":44,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Dettol Germ Defence Antiseptic Liquid 750 ml\",\"created_at\":null,\"updated_at\":null},{\"id\":274,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":44,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and\\/or different information. It is recommended not to solely rely on the information presented\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":304,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"44\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-23 16:21:31\",\"updated_at\":\"2025-09-23 16:21:31\"},{\"id\":305,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"44\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-23 16:21:31\",\"updated_at\":\"2025-09-23 16:21:31\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-11-14T22:41:22.000000Z\",\"icon\":\"2025-10-02-68de50346b408.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1763160081.png\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de50346b408.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":405,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:08\",\"updated_at\":\"2025-10-02 15:43:08\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":5,\"unit\":\"Pieces\",\"created_at\":\"2025-09-22T20:15:25.000000Z\",\"updated_at\":\"2025-09-28T12:03:47.000000Z\",\"translations\":[{\"id\":210,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":5,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"Pieces\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, 'null', '2025-12-03 00:04:05', '2025-12-03 00:04:05', NULL, 0.00, 28, 'product_discount', NULL, 0.00000000, 0.00000000),
(38, 43, 100023, 100.00, '{\"id\":43,\"name\":\"Pears Pure & Gentle Body Wash - with Free Loofah\",\"description\":\"Pears Pure & Gentle body wash, crafted with 98% pure glycerin and natural oils. It is a pure and gentle cleanser for your body that leaves your skin feeling soft, smooth and moisturised. Pears Body wash is mild and gentle and cleanses your skin thoroughly. It is 100% soap free & dermatologically tested. It helps moisturise your skin so that it does not dry. With natural oils, it is a gentle cleanser for your body.\",\"image\":\"2025-09-23-68d27ab1ec98e.png\",\"category_id\":28,\"category_ids\":[{\"id\":\"28\",\"position\":1,\"name\":\"Health & Wellness\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":100,\"tax\":0,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":1,\"created_at\":\"2025-09-23T10:47:13.000000Z\",\"updated_at\":\"2025-10-03T11:02:21.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":1000,\"unit_id\":5,\"images\":[{\"img\":\"2025-09-23-68d27ab1ebf1a.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"pears-pure-gentle-body-wash-with-free-loofah\",\"recommended\":0,\"organic\":1,\"maximum_cart_quantity\":10,\"is_approved\":1,\"is_halal\":1,\"store_name\":\"Grocery Store\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":40,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[\"Concern Germ Protection, Brightening Fragrance Fresh Fragrance Family Fresh\"],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"Pieces\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d27ab1ec98e.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d27ab1ebf1a.png\"],\"translations\":[{\"id\":271,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":43,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Pears Pure & Gentle Body Wash - with Free Loofah\",\"created_at\":null,\"updated_at\":null},{\"id\":272,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":43,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Pears Pure & Gentle body wash, crafted with 98% pure glycerin and natural oils. It is a pure and gentle cleanser for your body that leaves your skin feeling soft, smooth and moisturised. Pears Body wash is mild and gentle and cleanses your skin thoroughly. It is 100% soap free & dermatologically tested. It helps moisturise your skin so that it does not dry. With natural oils, it is a gentle cleanser for your body.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":302,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"43\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-23 16:17:13\",\"updated_at\":\"2025-09-23 16:17:13\"},{\"id\":303,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"43\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-23 16:17:13\",\"updated_at\":\"2025-09-23 16:17:13\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-11-14T22:41:22.000000Z\",\"icon\":\"2025-10-02-68de50346b408.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1763160081.png\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de50346b408.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":405,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:08\",\"updated_at\":\"2025-10-02 15:43:08\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":5,\"unit\":\"Pieces\",\"created_at\":\"2025-09-22T20:15:25.000000Z\",\"updated_at\":\"2025-09-28T12:03:47.000000Z\",\"translations\":[{\"id\":210,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":5,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"Pieces\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, 'null', '2025-12-04 17:35:24', '2025-12-04 17:35:24', NULL, 0.00, 28, 'product_discount', NULL, 0.00000000, 0.00000000),
(39, 44, 100023, 50.00, '{\"id\":44,\"name\":\"Dettol Germ Defence Antiseptic Liquid 750 ml\",\"description\":\"Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and\\/or different information. It is recommended not to solely rely on the information presented\",\"image\":\"2025-09-23-68d27bb36cff9.png\",\"category_id\":28,\"category_ids\":[{\"id\":\"28\",\"position\":1,\"name\":\"Health & Wellness\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":50,\"tax\":0,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":1,\"created_at\":\"2025-09-23T10:51:31.000000Z\",\"updated_at\":\"2025-12-02T18:34:27.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":897,\"unit_id\":5,\"images\":[{\"img\":\"2025-09-23-68d27bb36c190.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"dettol-germ-defence-antiseptic-liquid-750-ml\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":10,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Grocery Store\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":40,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[\"Concern Germ Protection, Brightening Fragrance Fresh Fragrance Family Fresh\"],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"Pieces\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d27bb36cff9.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d27bb36c190.png\"],\"translations\":[{\"id\":273,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":44,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Dettol Germ Defence Antiseptic Liquid 750 ml\",\"created_at\":null,\"updated_at\":null},{\"id\":274,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":44,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and\\/or different information. It is recommended not to solely rely on the information presented\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":304,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"44\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-23 16:21:31\",\"updated_at\":\"2025-09-23 16:21:31\"},{\"id\":305,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"44\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-23 16:21:31\",\"updated_at\":\"2025-09-23 16:21:31\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-11-14T22:41:22.000000Z\",\"icon\":\"2025-10-02-68de50346b408.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1763160081.png\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de50346b408.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":405,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:08\",\"updated_at\":\"2025-10-02 15:43:08\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":5,\"unit\":\"Pieces\",\"created_at\":\"2025-09-22T20:15:25.000000Z\",\"updated_at\":\"2025-09-28T12:03:47.000000Z\",\"translations\":[{\"id\":210,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":5,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"Pieces\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 0.00, 'product_discount', 2, 0.00, 'null', '2025-12-04 17:35:24', '2025-12-04 17:35:24', NULL, 0.00, 28, 'product_discount', NULL, 0.00000000, 0.00000000),
(40, 41, 100023, 10.00, '{\"id\":41,\"name\":\"Himalaya Himcolin Gel\",\"description\":\"Every effort is made to maintain accuracy of all information. However, actual product packaging and aterials may contain more and\\/or different information. The colour of the product displayed in the image may differ from that received in the order.\",\"image\":\"2025-09-23-68d275222852d.png\",\"category_id\":28,\"category_ids\":[{\"id\":\"28\",\"position\":1,\"name\":\"Health & Wellness\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":10,\"tax\":0,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":1,\"created_at\":\"2025-09-23T10:23:30.000000Z\",\"updated_at\":\"2025-09-23T10:23:30.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":900,\"unit_id\":5,\"images\":[{\"img\":\"2025-09-23-68d2752227c1e.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"himalaya-himcolin-gel\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Grocery Store\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":40,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"Pieces\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d275222852d.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d2752227c1e.png\"],\"translations\":[{\"id\":267,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":41,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Himalaya Himcolin Gel\",\"created_at\":null,\"updated_at\":null},{\"id\":268,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":41,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Every effort is made to maintain accuracy of all information. However, actual product packaging and aterials may contain more and\\/or different information. The colour of the product displayed in the image may differ from that received in the order.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":298,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"41\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-23 15:53:30\",\"updated_at\":\"2025-09-23 15:53:30\"},{\"id\":299,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"41\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-23 15:53:30\",\"updated_at\":\"2025-09-23 15:53:30\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-11-14T22:41:22.000000Z\",\"icon\":\"2025-10-02-68de50346b408.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1763160081.png\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de50346b408.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":405,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:08\",\"updated_at\":\"2025-10-02 15:43:08\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":5,\"unit\":\"Pieces\",\"created_at\":\"2025-09-22T20:15:25.000000Z\",\"updated_at\":\"2025-09-28T12:03:47.000000Z\",\"translations\":[{\"id\":210,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":5,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"Pieces\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, 'null', '2025-12-04 17:35:24', '2025-12-04 17:35:24', NULL, 0.00, 28, 'product_discount', NULL, 0.00000000, 0.00000000),
(41, 18, 100023, 80.00, '{\"id\":18,\"name\":\"Harvest Gold White Bread\",\"description\":\"Kick start your day with Harvest Gold Bread. A small loaf of soft bread enriched with goodness of wheat and a characteristic aroma of brick-oven bakeries. Pave your way towards a healthy life with a hearty breakfast.\",\"image\":\"2025-09-23-68d1b509680b7.png\",\"category_id\":22,\"category_ids\":[{\"id\":\"22\",\"position\":1,\"name\":\"Dairy & Bakery\"}],\"variations\":[{\"type\":\"6piece\",\"price\":80,\"stock\":1000}],\"add_ons\":[],\"attributes\":[\"1\"],\"choice_options\":[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"6piece\"]}],\"price\":50,\"tax\":0,\"tax_type\":\"percent\",\"discount\":5,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":1,\"created_at\":\"2025-09-22T20:43:53.000000Z\",\"updated_at\":\"2025-09-23T07:56:21.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":1000,\"unit_id\":5,\"images\":[{\"img\":\"2025-09-23-68d1b5096700e.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"table-white-eggs-6-pcs\",\"recommended\":0,\"organic\":1,\"maximum_cart_quantity\":10,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Grocery Store\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":40,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[\"Protein Per 100 g (g)\",\"Energy Per 100 g (kcal)\",\"Calcium Per 100 g (g)\",\"Total Fat Per 100 g (g)\",\"Trans Fat Per 100 g (g)\",\"Saturated Fat Per 100 g (g)\",\"Total Carbohydrates Per 100 g (g)\"],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"Pieces\",\"image_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d1b509680b7.png\",\"images_full_url\":[\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/product\\/2025-09-23-68d1b5096700e.png\"],\"translations\":[{\"id\":220,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":18,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Harvest Gold White Bread\",\"created_at\":null,\"updated_at\":null},{\"id\":221,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":18,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Kick start your day with Harvest Gold Bread. A small loaf of soft bread enriched with goodness of wheat and a characteristic aroma of brick-oven bakeries. Pave your way towards a healthy life with a hearty breakfast.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":252,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"18\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-23 02:13:53\",\"updated_at\":\"2025-09-23 02:13:53\"},{\"id\":253,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"18\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-23 02:13:53\",\"updated_at\":\"2025-09-23 02:13:53\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-11-14T22:41:22.000000Z\",\"icon\":\"2025-10-02-68de50346b408.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1763160081.png\",\"icon_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2025-10-02-68de50346b408.png\",\"thumbnail_full_url\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":405,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:08\",\"updated_at\":\"2025-10-02 15:43:08\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":5,\"unit\":\"Pieces\",\"created_at\":\"2025-09-22T20:15:25.000000Z\",\"updated_at\":\"2025-09-28T12:03:47.000000Z\",\"translations\":[{\"id\":210,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":5,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"Pieces\",\"created_at\":null,\"updated_at\":null}]}}', '[{\"type\":\"6piece\",\"price\":80,\"stock\":1000}]', '[]', 4.00, 'product_discount', 2, 0.00, 'null', '2025-12-04 17:35:24', '2025-12-04 17:35:24', NULL, 0.00, 22, 'product_discount', NULL, 5.00000000, 0.00000000),
(42, 16, 100024, 200.00, '{\"id\":16,\"name\":\"Amul Fresh Malai Paneer\",\"description\":\"Made from pure and fresh cow milk. Deliciously creamy with soft texture like Malai.\\r\\nIdeal for making scrumptious dishes like Matar Paneer, Paneer Pakoras, Palak Paneer, Kadai Paneer etc.\",\"image\":\"2025-09-23-68d1b24763daa.png\",\"category_id\":22,\"category_ids\":[{\"id\":\"22\",\"position\":1,\"name\":\"Dairy & Bakery\"}],\"variations\":[{\"type\":\"200g\",\"price\":200,\"stock\":99},{\"type\":\"500g\",\"price\":400,\"stock\":100}],\"add_ons\":[],\"attributes\":[\"1\"],\"choice_options\":[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"200g \",\"500g\"]}],\"price\":200,\"tax\":0,\"tax_type\":\"percent\",\"discount\":10,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":1,\"created_at\":\"2025-09-22T20:32:07.000000Z\",\"updated_at\":\"2025-10-11T13:49:23.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":199,\"unit_id\":3,\"images\":[{\"img\":\"2025-09-23-68d1b24762cad.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"amul-fresh-malai-paneer\",\"recommended\":0,\"organic\":1,\"maximum_cart_quantity\":10,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Grocery Store\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":40,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[\"Energy Per 100 g (kcal)\",\"Calcium Per 100 g (g)\",\"Total Fat Per 100 g (g)\",\"Saturated Fat Per 100 g (g)\",\"Added Sugars Per 100 g\"],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"G\",\"image_full_url\":\"https:\\/\\/blinkit.devteam.click\\/storage\\/app\\/public\\/product\\/2025-09-23-68d1b24763daa.png\",\"images_full_url\":[\"https:\\/\\/blinkit.devteam.click\\/storage\\/app\\/public\\/product\\/2025-09-23-68d1b24762cad.png\"],\"translations\":[{\"id\":216,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":16,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Amul Fresh Malai Paneer\",\"created_at\":null,\"updated_at\":null},{\"id\":217,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":16,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Made from pure and fresh cow milk. Deliciously creamy with soft texture like Malai.\\r\\nIdeal for making scrumptious dishes like Matar Paneer, Paneer Pakoras, Palak Paneer, Kadai Paneer etc.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":248,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"16\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-23 02:02:07\",\"updated_at\":\"2025-09-23 02:02:07\"},{\"id\":249,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"16\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-23 02:02:07\",\"updated_at\":\"2025-09-23 02:02:07\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-11-14T22:41:22.000000Z\",\"icon\":\"2025-10-02-68de50346b408.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1763160081.png\",\"icon_full_url\":\"https:\\/\\/blinkit.devteam.click\\/storage\\/app\\/public\\/module\\/2025-10-02-68de50346b408.png\",\"thumbnail_full_url\":\"https:\\/\\/blinkit.devteam.click\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":405,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:08\",\"updated_at\":\"2025-10-02 15:43:08\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":3,\"unit\":\"G\",\"created_at\":\"2025-09-22T20:14:26.000000Z\",\"updated_at\":\"2025-09-28T12:04:08.000000Z\",\"translations\":[{\"id\":208,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"G\",\"created_at\":null,\"updated_at\":null}]}}', '[{\"type\":\"200g\",\"price\":200,\"stock\":99}]', '[]', 20.00, 'product_discount', 1, 0.00, 'null', '2025-12-08 13:48:10', '2025-12-08 13:48:10', NULL, 0.00, 22, 'product_discount', NULL, 10.00000000, 0.00000000),
(43, 16, 100025, 200.00, '{\"id\":16,\"name\":\"Amul Fresh Malai Paneer\",\"description\":\"Made from pure and fresh cow milk. Deliciously creamy with soft texture like Malai.\\r\\nIdeal for making scrumptious dishes like Matar Paneer, Paneer Pakoras, Palak Paneer, Kadai Paneer etc.\",\"image\":\"2025-09-23-68d1b24763daa.png\",\"category_id\":22,\"category_ids\":[{\"id\":\"22\",\"position\":1,\"name\":\"Dairy & Bakery\"}],\"variations\":[{\"type\":\"200g\",\"price\":200,\"stock\":98},{\"type\":\"500g\",\"price\":400,\"stock\":100}],\"add_ons\":[],\"attributes\":[\"1\"],\"choice_options\":[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"200g \",\"500g\"]}],\"price\":200,\"tax\":0,\"tax_type\":\"percent\",\"discount\":10,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":1,\"created_at\":\"2025-09-22T20:32:07.000000Z\",\"updated_at\":\"2025-12-08T08:18:10.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":198,\"unit_id\":3,\"images\":[{\"img\":\"2025-09-23-68d1b24762cad.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"amul-fresh-malai-paneer\",\"recommended\":0,\"organic\":1,\"maximum_cart_quantity\":10,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Grocery Store\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":40,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[\"Energy Per 100 g (kcal)\",\"Calcium Per 100 g (g)\",\"Total Fat Per 100 g (g)\",\"Saturated Fat Per 100 g (g)\",\"Added Sugars Per 100 g\"],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"G\",\"image_full_url\":\"https:\\/\\/blinkit.devteam.click\\/storage\\/app\\/public\\/product\\/2025-09-23-68d1b24763daa.png\",\"images_full_url\":[\"https:\\/\\/blinkit.devteam.click\\/storage\\/app\\/public\\/product\\/2025-09-23-68d1b24762cad.png\"],\"translations\":[{\"id\":216,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":16,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Amul Fresh Malai Paneer\",\"created_at\":null,\"updated_at\":null},{\"id\":217,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":16,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Made from pure and fresh cow milk. Deliciously creamy with soft texture like Malai.\\r\\nIdeal for making scrumptious dishes like Matar Paneer, Paneer Pakoras, Palak Paneer, Kadai Paneer etc.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":248,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"16\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-09-23 02:02:07\",\"updated_at\":\"2025-09-23 02:02:07\"},{\"id\":249,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"16\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-09-23 02:02:07\",\"updated_at\":\"2025-09-23 02:02:07\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-11-14T22:41:22.000000Z\",\"icon\":\"2025-10-02-68de50346b408.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1763160081.png\",\"icon_full_url\":\"https:\\/\\/blinkit.devteam.click\\/storage\\/app\\/public\\/module\\/2025-10-02-68de50346b408.png\",\"thumbnail_full_url\":\"https:\\/\\/blinkit.devteam.click\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":405,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-10-02 15:43:08\",\"updated_at\":\"2025-10-02 15:43:08\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":3,\"unit\":\"G\",\"created_at\":\"2025-09-22T20:14:26.000000Z\",\"updated_at\":\"2025-09-28T12:04:08.000000Z\",\"translations\":[{\"id\":208,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"G\",\"created_at\":null,\"updated_at\":null}]}}', '[{\"type\":\"200g\",\"price\":200,\"stock\":98}]', '[]', 20.00, 'product_discount', 1, 0.00, 'null', '2025-12-08 13:53:25', '2025-12-08 13:53:25', NULL, 0.00, 22, 'product_discount', NULL, 10.00000000, 0.00000000),
(44, 177, 100026, 200.00, '{\"id\":177,\"name\":\"Apple Ber 500 g\",\"description\":\"Ber is a low calories fruit loaded with dietary fibre, vitamins and minerals that makes it an excellent option as a healthy snack. Packed with vitamin C, a potent antioxidant, ber fruit triggers the immune response and keep infections at bay.\",\"image\":\"2025-12-15-693ffd7ae9678.png\",\"category_id\":154,\"category_ids\":[{\"id\":\"37\",\"position\":1,\"name\":\"Fruits\"},{\"id\":\"154\",\"position\":2,\"name\":\"Apples & Pears\"}],\"variations\":[{\"type\":\"500g\",\"price\":200,\"stock\":1}],\"add_ons\":[],\"attributes\":[\"3\"],\"choice_options\":[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"500 g\"]}],\"price\":200,\"tax\":0,\"tax_type\":\"percent\",\"discount\":9,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":4,\"created_at\":\"2025-12-15T12:22:18.000000Z\",\"updated_at\":\"2025-12-15T12:22:18.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":0,\"unit_id\":5,\"images\":[{\"img\":\"2025-12-15-693ffd7ae8b10.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"apple-ber-500-g\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Vegetable Mart\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":23,\"max_delivery_time\":25,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"Pieces\",\"image_full_url\":\"https:\\/\\/blinkit.devteam.click\\/storage\\/app\\/public\\/product\\/2025-12-15-693ffd7ae9678.png\",\"images_full_url\":[\"https:\\/\\/blinkit.devteam.click\\/storage\\/app\\/public\\/product\\/2025-12-15-693ffd7ae8b10.png\"],\"translations\":[{\"id\":740,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":177,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Apple Ber 500 g\",\"created_at\":null,\"updated_at\":null},{\"id\":741,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":177,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Ber is a low calories fruit loaded with dietary fibre, vitamins and minerals that makes it an excellent option as a healthy snack. Packed with vitamin C, a potent antioxidant, ber fruit triggers the immune response and keep infections at bay.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":771,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"177\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-12-15 17:52:18\",\"updated_at\":\"2025-12-15 17:52:18\"},{\"id\":772,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"177\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-12-15 17:52:18\",\"updated_at\":\"2025-12-15 17:52:18\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-12-15T17:07:51.000000Z\",\"icon\":\"2025-12-15-6940406712504.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1763160081.png\",\"icon_full_url\":\"https:\\/\\/blinkit.devteam.click\\/storage\\/app\\/public\\/module\\/2025-12-15-6940406712504.png\",\"thumbnail_full_url\":\"https:\\/\\/blinkit.devteam.click\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":405,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-12-15 22:37:51\",\"updated_at\":\"2025-12-15 22:37:51\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":5,\"unit\":\"Pieces\",\"created_at\":\"2025-09-22T20:15:25.000000Z\",\"updated_at\":\"2025-09-28T12:03:47.000000Z\",\"translations\":[{\"id\":210,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":5,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"Pieces\",\"created_at\":null,\"updated_at\":null}]}}', '[{\"type\":\"500g\",\"price\":200,\"stock\":1}]', '[]', 18.00, 'product_discount', 1, 0.00, 'null', '2025-12-16 11:14:28', '2025-12-16 11:14:28', NULL, 0.00, 37, 'product_discount', NULL, 9.00000000, 0.00000000);
INSERT INTO `order_details` (`id`, `item_id`, `order_id`, `price`, `item_details`, `variation`, `add_ons`, `discount_on_item`, `discount_type`, `quantity`, `tax_amount`, `variant`, `created_at`, `updated_at`, `item_campaign_id`, `total_add_on_price`, `category_id`, `discount_on_product_by`, `tax_status`, `discount_percentage`, `addon_discount`) VALUES
(45, 181, 100026, 50.00, '{\"id\":181,\"name\":\"NIC Alphonso Mango Ice Cream Cup\",\"description\":\"Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and\\/or different information. It is recommended not to solely rely on the information presented.\",\"image\":\"2025-12-15-6940022f8fd67.png\",\"category_id\":31,\"category_ids\":[{\"id\":\"31\",\"position\":1,\"name\":\"Sweet Cravings\"}],\"variations\":[{\"type\":\"100ml-100ml\",\"price\":50,\"stock\":1}],\"add_ons\":[],\"attributes\":[\"3\",\"1\"],\"choice_options\":[{\"name\":\"choice_3\",\"title\":\"piece\",\"options\":[\"100 ml\"]},{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"100 ml\"]}],\"price\":50,\"tax\":0,\"tax_type\":\"percent\",\"discount\":4,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":4,\"created_at\":\"2025-12-15T12:42:23.000000Z\",\"updated_at\":\"2025-12-15T12:42:23.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":0,\"unit_id\":5,\"images\":[{\"img\":\"2025-12-15-6940022f8f249.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"nic-alphonso-mango-ice-cream-cup\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":9,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Vegetable Mart\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":23,\"max_delivery_time\":25,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[\"Protein Per 100 g (g)\"],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"Pieces\",\"image_full_url\":\"https:\\/\\/blinkit.devteam.click\\/storage\\/app\\/public\\/product\\/2025-12-15-6940022f8fd67.png\",\"images_full_url\":[\"https:\\/\\/blinkit.devteam.click\\/storage\\/app\\/public\\/product\\/2025-12-15-6940022f8f249.png\"],\"translations\":[{\"id\":748,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":181,\"locale\":\"en\",\"key\":\"name\",\"value\":\"NIC Alphonso Mango Ice Cream Cup\",\"created_at\":null,\"updated_at\":null},{\"id\":749,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":181,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and\\/or different information. It is recommended not to solely rely on the information presented.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":779,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"181\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-12-15 18:12:23\",\"updated_at\":\"2025-12-15 18:12:23\"},{\"id\":780,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"181\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-12-15 18:12:23\",\"updated_at\":\"2025-12-15 18:12:23\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-12-15T17:07:51.000000Z\",\"icon\":\"2025-12-15-6940406712504.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1763160081.png\",\"icon_full_url\":\"https:\\/\\/blinkit.devteam.click\\/storage\\/app\\/public\\/module\\/2025-12-15-6940406712504.png\",\"thumbnail_full_url\":\"https:\\/\\/blinkit.devteam.click\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":405,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-12-15 22:37:51\",\"updated_at\":\"2025-12-15 22:37:51\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":5,\"unit\":\"Pieces\",\"created_at\":\"2025-09-22T20:15:25.000000Z\",\"updated_at\":\"2025-09-28T12:03:47.000000Z\",\"translations\":[{\"id\":210,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":5,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"Pieces\",\"created_at\":null,\"updated_at\":null}]}}', '[{\"type\":\"100ml-100ml\",\"price\":50,\"stock\":1}]', '[]', 2.00, 'product_discount', 1, 0.00, 'null', '2025-12-16 11:14:28', '2025-12-16 11:14:28', NULL, 0.00, 31, 'product_discount', NULL, 4.00000000, 0.00000000),
(46, 155, 100027, 100.00, '{\"id\":155,\"name\":\"Spinach (Palak)\",\"description\":\"Every effort is made to maintain the accuracy of all information. However, actual product packaging and materials may contain more and\\/or different information. It is recommended not to solely rely on the information presented.\",\"image\":\"2025-12-15-693fe5483c750.png\",\"category_id\":150,\"category_ids\":[{\"id\":\"38\",\"position\":1,\"name\":\"Vegetables\"},{\"id\":\"150\",\"position\":2,\"name\":\"Fresh Vegetables\"}],\"variations\":[{\"type\":\"200g\",\"price\":100,\"stock\":30}],\"add_ons\":[],\"attributes\":[\"1\"],\"choice_options\":[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"200g\"]}],\"price\":100,\"tax\":0,\"tax_type\":\"percent\",\"discount\":29,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":4,\"created_at\":\"2025-12-15T10:39:04.000000Z\",\"updated_at\":\"2025-12-15T10:39:04.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":30,\"unit_id\":3,\"images\":[{\"img\":\"2025-12-15-693fe54836e63.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"spinach-palak\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Vegetable Mart\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":23,\"max_delivery_time\":25,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"G\",\"image_full_url\":\"https:\\/\\/blinkit.devteam.click\\/storage\\/app\\/public\\/product\\/2025-12-15-693fe5483c750.png\",\"images_full_url\":[\"https:\\/\\/blinkit.devteam.click\\/storage\\/app\\/public\\/product\\/2025-12-15-693fe54836e63.png\"],\"translations\":[{\"id\":696,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":155,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Spinach (Palak)\",\"created_at\":null,\"updated_at\":null},{\"id\":697,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":155,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Every effort is made to maintain the accuracy of all information. However, actual product packaging and materials may contain more and\\/or different information. It is recommended not to solely rely on the information presented.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":727,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"155\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-12-15 16:09:04\",\"updated_at\":\"2025-12-15 16:09:04\"},{\"id\":728,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"155\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-12-15 16:09:04\",\"updated_at\":\"2025-12-15 16:09:04\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-12-15T17:07:51.000000Z\",\"icon\":\"2025-12-15-6940406712504.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app_home_page_1763160081.png\",\"icon_full_url\":\"https:\\/\\/blinkit.devteam.click\\/storage\\/app\\/public\\/module\\/2025-12-15-6940406712504.png\",\"thumbnail_full_url\":\"https:\\/\\/blinkit.devteam.click\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature &amp; Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home &amp; get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You&#39;r Daily Shopping with &quot;Business name&quot;<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":405,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2025-12-15 22:37:51\",\"updated_at\":\"2025-12-15 22:37:51\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":3,\"unit\":\"G\",\"created_at\":\"2025-09-22T20:14:26.000000Z\",\"updated_at\":\"2025-09-28T12:04:08.000000Z\",\"translations\":[{\"id\":208,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"G\",\"created_at\":null,\"updated_at\":null}]}}', '[{\"type\":\"200g\",\"price\":100,\"stock\":30}]', '[]', 29.00, 'product_discount', 1, 0.00, 'null', '2025-12-16 12:03:52', '2025-12-16 12:03:52', NULL, 0.00, 38, 'product_discount', NULL, 29.00000000, 0.00000000),
(47, 85, 100028, 399.00, '{\"id\":85,\"name\":\"Lucky Bamboo\",\"description\":\"A symbol of good luck, positivity, and prosperity \\u2014 Lucky Bamboo is a beautiful indoor plant that enhances your home\\u2019s natural energy and d\\u00e9cor.\\r\\n\\r\\nHow to Use:\\r\\nKeep in clean water or moist soil. Place in indirect sunlight. Change water every 7\\u201310 days for healthy growth.\\r\\n\\r\\nBenefits:\\r\\n\\r\\nBrings good luck and positivity\\r\\n\\r\\nPurifies indoor air\\r\\n\\r\\nLow maintenance and long-lasting\\r\\n\\r\\nPerfect for home or office d\\u00e9cor\\r\\n\\r\\nIngredients:\\r\\nNatural Lucky Bamboo plant with water gel or soil base (depending on variant).\\r\\n\\r\\nOther Information:\\r\\nComes in a decorative pot or glass vase. Ideal gift for housewarming, office desk, or festive occasions.\\r\\n\\r\\nAdditional Info (5 Words):\\r\\nLucky | Fresh | Green | Positive | Natural\\r\\n\\r\\nWould you like me to make the next one for Tulsi Plant or Money Plant in this same clean style?\",\"image\":\"2025-10-05-68e20612b1463.png\",\"category_id\":124,\"category_ids\":[{\"id\":\"124\",\"position\":1,\"name\":\"Bamboo\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":399,\"tax\":0,\"tax_type\":\"percent\",\"discount\":7,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":11,\"created_at\":\"2025-10-05T05:45:54.000000Z\",\"updated_at\":\"2025-10-05T05:45:54.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":10,\"stock\":105,\"unit_id\":5,\"images\":[{\"img\":\"2025-10-05-68e20612b0427.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"lucky-bamboo-2\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":10,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Homeplant\",\"is_campaign\":0,\"module_type\":\"ecommerce\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":10,\"max_delivery_time\":12,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"Pieces\",\"image_full_url\":\"https:\\/\\/inallmart.jeshify.com\\/storage\\/app\\/public\\/product\\/2025-10-05-68e20612b1463.png\",\"images_full_url\":[\"https:\\/\\/inallmart.jeshify.com\\/storage\\/app\\/public\\/product\\/2025-10-05-68e20612b0427.png\"],\"translations\":[{\"id\":504,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":85,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Lucky Bamboo\",\"created_at\":null,\"updated_at\":null},{\"id\":505,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":85,\"locale\":\"en\",\"key\":\"description\",\"value\":\"A symbol of good luck, positivity, and prosperity \\u2014 Lucky Bamboo is a beautiful indoor plant that enhances your home\\u2019s natural energy and d\\u00e9cor.\\r\\n\\r\\nHow to Use:\\r\\nKeep in clean water or moist soil. Place in indirect sunlight. Change water every 7\\u201310 days for healthy growth.\\r\\n\\r\\nBenefits:\\r\\n\\r\\nBrings good luck and positivity\\r\\n\\r\\nPurifies indoor air\\r\\n\\r\\nLow maintenance and long-lasting\\r\\n\\r\\nPerfect for home or office d\\u00e9cor\\r\\n\\r\\nIngredients:\\r\\nNatural Lucky Bamboo plant with water gel or soil base (depending on variant).\\r\\n\\r\\nOther Information:\\r\\nComes in a decorative pot or glass vase. Ideal gift for housewarming, office desk, or festive occasions.\\r\\n\\r\\nAdditional Info (5 Words):\\r\\nLucky | Fresh | Green | Positive | Natural\\r\\n\\r\\nWould you like me to make the next one for Tulsi Plant or Money Plant in this same clean style?\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":532,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"85\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-05 11:15:54\",\"updated_at\":\"2025-10-05 11:15:54\"},{\"id\":533,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"85\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-05 11:15:54\",\"updated_at\":\"2025-10-05 11:15:54\"}],\"module\":{\"id\":10,\"module_name\":\"Flower\",\"module_type\":\"ecommerce\",\"thumbnail\":\"thumbnail_1759480490.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2025-10-03T08:34:50.000000Z\",\"updated_at\":\"2026-01-05T13:50:53.000000Z\",\"icon\":\"2026-01-05-695bc1bd091a0.png\",\"theme_id\":1,\"description\":\"<p>Flower<\\/p>\",\"all_zone_service\":0,\"app_home_page\":null,\"icon_full_url\":\"https:\\/\\/inallmart.jeshify.com\\/storage\\/app\\/public\\/module\\/2026-01-05-695bc1bd091a0.png\",\"thumbnail_full_url\":\"https:\\/\\/inallmart.jeshify.com\\/storage\\/app\\/public\\/module\\/thumbnail_1759480490.png\",\"translations\":[{\"id\":403,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":10,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Flower\",\"created_at\":null,\"updated_at\":null},{\"id\":404,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":10,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>Flower<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":429,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"10\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2026-01-05 19:20:53\",\"updated_at\":\"2026-01-05 19:20:53\"},{\"id\":430,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"10\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2025-10-03 14:04:50\",\"updated_at\":\"2025-10-03 14:04:50\"}]},\"ecommerce_item_details\":{\"id\":28,\"item_id\":85,\"brand_id\":null,\"created_at\":\"2025-10-05T05:45:54.000000Z\",\"updated_at\":\"2025-10-05T05:45:54.000000Z\",\"temp_product_id\":null},\"unit\":{\"id\":5,\"unit\":\"Pieces\",\"created_at\":\"2025-09-22T20:15:25.000000Z\",\"updated_at\":\"2025-09-28T12:03:47.000000Z\",\"translations\":[{\"id\":210,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":5,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"Pieces\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 27.93, 'product_discount', 1, 0.00, 'null', '2026-01-06 15:49:51', '2026-01-06 15:49:51', NULL, 0.00, 124, 'product_discount', NULL, 7.00000000, 0.00000000),
(48, 167, 100029, 100.00, '{\"id\":167,\"name\":\"Pomegranate - Large\",\"description\":\"A pomegranate is a round fruit, 6-13cm in size, with a leathery red skin. Inside are juicy arils\\u2014seeds wrapped in sweet-tart sacs. Enjoy them fresh, in salads, juices, or as a tangy addition to various dishes. Order deseeded arils delivered to your door for convenience.\",\"image\":\"2025-12-17-69426d335aae2.png\",\"category_id\":151,\"category_ids\":[{\"id\":\"37\",\"position\":1,\"name\":\"Fruits\"},{\"id\":\"151\",\"position\":2,\"name\":\"Fresh Fruits\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":100,\"tax\":0,\"tax_type\":\"percent\",\"discount\":20,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":4,\"created_at\":\"2025-12-15T17:16:01.000000Z\",\"updated_at\":\"2025-12-17T14:13:31.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":150,\"unit_id\":3,\"images\":[{\"img\":\"2025-12-17-69426d3359af4.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"pomegranate-large\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Vegetable Mart\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":23,\"max_delivery_time\":25,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"G\",\"image_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/product\\/2025-12-17-69426d335aae2.png\",\"images_full_url\":[\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/product\\/2025-12-17-69426d3359af4.png\"],\"translations\":[{\"id\":720,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":167,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Pomegranate - Large\",\"created_at\":null,\"updated_at\":null},{\"id\":721,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":167,\"locale\":\"en\",\"key\":\"description\",\"value\":\"A pomegranate is a round fruit, 6-13cm in size, with a leathery red skin. Inside are juicy arils\\u2014seeds wrapped in sweet-tart sacs. Enjoy them fresh, in salads, juices, or as a tangy addition to various dishes. Order deseeded arils delivered to your door for convenience.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":751,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"167\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-12-17 14:13:31\",\"updated_at\":\"2025-12-17 14:13:31\"},{\"id\":752,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"167\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-12-17 14:13:31\",\"updated_at\":\"2025-12-17 14:13:31\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T23:31:17.000000Z\",\"updated_at\":\"2026-01-15T14:13:34.000000Z\",\"icon\":\"2026-01-05-695bc0cd51a40.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature & Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home & get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You\'r Daily Shopping with \\\"Business name\\\"<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app-home-2016-1768466614.mp4\",\"icon_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/module\\/2026-01-05-695bc0cd51a40.png\",\"thumbnail_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature & Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home & get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You\'r Daily Shopping with \\\"Business name\\\"<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":405,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2026-01-05 19:16:53\",\"updated_at\":\"2026-01-05 19:16:53\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":3,\"unit\":\"G\",\"created_at\":\"2025-09-23T01:44:26.000000Z\",\"updated_at\":\"2025-09-28T17:34:08.000000Z\",\"translations\":[{\"id\":208,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"G\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 20.00, 'product_discount', 4, 0.00, 'null', '2026-04-08 11:47:17', '2026-04-08 11:47:17', NULL, 0.00, 37, 'product_discount', NULL, 20.00000000, 0.00000000),
(49, 282, 100030, 525.00, '{\"id\":282,\"name\":\"Cleanser\",\"description\":\"Gently cleanse your skin with this effective daily-use cleanser, designed to remove dirt, oil, makeup, and impurities without over-drying. Its mild formula helps keep skin fresh, clean, and balanced, making it suitable for regular use.\\r\\n\\r\\nRegular cleansing supports healthy-looking, soft, and refreshed skin, leaving your face feeling smooth and revitalized after every wash.\\r\\n\\r\\nKey Features:\\r\\n\\r\\nGently removes dirt, oil, and impurities\\r\\n\\r\\nHelps maintain natural skin moisture\\r\\n\\r\\nNon-drying and skin-friendly formula\\r\\n\\r\\nSuitable for daily use\\r\\n\\r\\nIdeal for all skin types\",\"image\":\"2026-01-11-6962b7a27543b.jpg\",\"category_id\":360,\"category_ids\":[{\"id\":\"12\",\"position\":1,\"name\":\"Skin Care\"},{\"id\":\"360\",\"position\":2,\"name\":\"Face Moisturisers\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":525,\"tax\":0,\"tax_type\":\"percent\",\"discount\":10,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":6,\"created_at\":\"2026-01-11T02:03:38.000000Z\",\"updated_at\":\"2026-01-11T02:03:38.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":3,\"stock\":100,\"unit_id\":4,\"images\":[{\"img\":\"2026-01-11-6962b7a274df4.jpg\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"cleanser\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Alpha Medicine Store\",\"is_campaign\":0,\"module_type\":\"pharmacy\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":40,\"max_delivery_time\":50,\"common_condition_id\":1,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"ML\",\"image_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/product\\/2026-01-11-6962b7a27543b.jpg\",\"images_full_url\":[\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/product\\/2026-01-11-6962b7a274df4.jpg\"],\"translations\":[{\"id\":1258,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":282,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Cleanser\",\"created_at\":null,\"updated_at\":null},{\"id\":1259,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":282,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Gently cleanse your skin with this effective daily-use cleanser, designed to remove dirt, oil, makeup, and impurities without over-drying. Its mild formula helps keep skin fresh, clean, and balanced, making it suitable for regular use.\\r\\n\\r\\nRegular cleansing supports healthy-looking, soft, and refreshed skin, leaving your face feeling smooth and revitalized after every wash.\\r\\n\\r\\nKey Features:\\r\\n\\r\\nGently removes dirt, oil, and impurities\\r\\n\\r\\nHelps maintain natural skin moisture\\r\\n\\r\\nNon-drying and skin-friendly formula\\r\\n\\r\\nSuitable for daily use\\r\\n\\r\\nIdeal for all skin types\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":1275,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"282\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2026-01-11 02:03:38\",\"updated_at\":\"2026-01-11 02:03:38\"},{\"id\":1276,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"282\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2026-01-11 02:03:38\",\"updated_at\":\"2026-01-11 02:03:38\"}],\"module\":{\"id\":3,\"module_name\":\"Pharmacy\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-07-11-668fa76131737.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-07-11T04:35:29.000000Z\",\"updated_at\":\"2026-01-14T02:04:16.000000Z\",\"icon\":\"2026-01-14-6966ac4802a9b.webp\",\"theme_id\":1,\"description\":\"<p>Our pharmacy business offers a wide range of prescription and over-the-counter medications, health products, and wellness advice. We prioritize customer health and convenience with a friendly, knowledgeable staff and quick service. \\ud83d\\udc8a\\ud83e\\ude7a\\ud83c\\udf1f<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app-home-1861-1768063755.jpg\",\"icon_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/module\\/2026-01-14-6966ac4802a9b.webp\",\"thumbnail_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/module\\/2024-07-11-668fa76131737.png\",\"translations\":[{\"id\":45,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Pharmacy\",\"created_at\":null,\"updated_at\":null},{\"id\":46,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>Our pharmacy business offers a wide range of prescription and over-the-counter medications, health products, and wellness advice. We prioritize customer health and convenience with a friendly, knowledgeable staff and quick service. \\ud83d\\udc8a\\ud83e\\ude7a\\ud83c\\udf1f<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":12,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"3\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2026-01-14 02:04:16\",\"updated_at\":\"2026-01-14 02:04:16\"},{\"id\":13,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"3\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-07-11 04:35:29\",\"updated_at\":\"2024-07-11 04:35:29\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":4,\"unit\":\"ML\",\"created_at\":\"2025-09-23T01:44:52.000000Z\",\"updated_at\":\"2025-09-28T17:34:01.000000Z\",\"translations\":[{\"id\":209,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":4,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"ML\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 52.50, 'product_discount', 4, 0.00, 'null', '2026-04-08 18:14:09', '2026-04-08 18:14:09', NULL, 0.00, 12, 'product_discount', NULL, 10.00000000, 0.00000000),
(50, 242, 100031, 250.00, '{\"id\":242,\"name\":\"Taj Mahal Tea | Rich and Flavourful Chai\",\"description\":\"All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.\",\"image\":\"2025-12-19-6944f4f3d63e2.png\",\"category_id\":32,\"category_ids\":[{\"id\":\"32\",\"position\":1,\"name\":\"Tea Coffee More\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":250,\"tax\":0,\"tax_type\":\"percent\",\"discount\":10,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":1,\"created_at\":\"2025-12-19T12:17:15.000000Z\",\"updated_at\":\"2025-12-19T13:15:02.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":159,\"unit_id\":3,\"images\":[{\"img\":\"2025-12-19-6944f4f3d53e9.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"taj-mahal-tea-rich-and-flavourful-chai\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Grocery Store\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":40,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"G\",\"image_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/product\\/2025-12-19-6944f4f3d63e2.png\",\"images_full_url\":[\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/product\\/2025-12-19-6944f4f3d53e9.png\"],\"translations\":[{\"id\":1077,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":242,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Taj Mahal Tea | Rich and Flavourful Chai\",\"created_at\":null,\"updated_at\":null},{\"id\":1078,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":242,\"locale\":\"en\",\"key\":\"description\",\"value\":\"All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":1108,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"242\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-12-19 12:17:15\",\"updated_at\":\"2025-12-19 12:17:15\"},{\"id\":1109,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"242\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-12-19 12:17:15\",\"updated_at\":\"2025-12-19 12:17:15\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T23:31:17.000000Z\",\"updated_at\":\"2026-01-15T14:13:34.000000Z\",\"icon\":\"2026-01-05-695bc0cd51a40.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature & Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home & get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You\'r Daily Shopping with \\\"Business name\\\"<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app-home-2016-1768466614.mp4\",\"icon_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/module\\/2026-01-05-695bc0cd51a40.png\",\"thumbnail_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature & Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home & get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You\'r Daily Shopping with \\\"Business name\\\"<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":405,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2026-01-05 19:16:53\",\"updated_at\":\"2026-01-05 19:16:53\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":3,\"unit\":\"G\",\"created_at\":\"2025-09-23T01:44:26.000000Z\",\"updated_at\":\"2025-09-28T17:34:08.000000Z\",\"translations\":[{\"id\":208,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"G\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 25.00, 'product_discount', 1, 0.00, 'null', '2026-04-09 09:04:41', '2026-04-09 09:04:41', NULL, 0.00, 32, 'product_discount', NULL, 10.00000000, 0.00000000),
(51, 108, 100032, 299.00, '{\"id\":108,\"name\":\"Silk Saree\",\"description\":\"A timeless and elegant traditional Indian attire that beautifully blends grace and culture. Perfect for festive occasions, weddings, and daily wear.\\r\\n\\r\\nHow to Use:\\r\\nDrape neatly around the waist and over the shoulder. Pair with a matching blouse and accessories for a complete traditional look.\\r\\n\\r\\nBenefits:\\r\\n\\r\\nEnhances traditional and elegant style\\r\\n\\r\\nSuitable for all occasions\\r\\n\\r\\nComfortable and breathable fabric\\r\\n\\r\\nSymbol of Indian heritage and grace\\r\\n\\r\\nIngredients:\\r\\nPremium quality fabric \\u2014 cotton, silk, georgette, or chiffon (as per variant).\\r\\n\\r\\nOther Information:\\r\\nAvailable in multiple colors and designs. Lightweight, easy to drape, and crafted for comfort and elegance.\\r\\n\\r\\nAdditional Info (5 Words):\\r\\nElegant | Traditional | Stylish | Comfortable | Graceful\\r\\n\\r\\nWould you like me to prepare the next one for Kurti, Lehenga, or Dupatta in this same appealing forma\",\"image\":\"2025-10-06-68e397c748e7b.png\",\"category_id\":132,\"category_ids\":[{\"id\":\"132\",\"position\":1,\"name\":\"Women Clothing\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":299,\"tax\":0,\"tax_type\":\"percent\",\"discount\":5,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":15,\"created_at\":\"2025-10-06T15:49:51.000000Z\",\"updated_at\":\"2025-10-06T15:49:51.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":4,\"stock\":12,\"unit_id\":5,\"images\":[{\"img\":\"2025-10-06-68e397c747f1f.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"silk-saree\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":6,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Indian Fusion Wear\",\"is_campaign\":0,\"module_type\":\"ecommerce\",\"zone_id\":1,\"flash_sale\":1,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":10,\"max_delivery_time\":10,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"Pieces\",\"image_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/product\\/2025-10-06-68e397c748e7b.png\",\"images_full_url\":[\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/product\\/2025-10-06-68e397c747f1f.png\"],\"translations\":[{\"id\":570,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":108,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Silk Saree\",\"created_at\":null,\"updated_at\":null},{\"id\":571,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":108,\"locale\":\"en\",\"key\":\"description\",\"value\":\"A timeless and elegant traditional Indian attire that beautifully blends grace and culture. Perfect for festive occasions, weddings, and daily wear.\\r\\n\\r\\nHow to Use:\\r\\nDrape neatly around the waist and over the shoulder. Pair with a matching blouse and accessories for a complete traditional look.\\r\\n\\r\\nBenefits:\\r\\n\\r\\nEnhances traditional and elegant style\\r\\n\\r\\nSuitable for all occasions\\r\\n\\r\\nComfortable and breathable fabric\\r\\n\\r\\nSymbol of Indian heritage and grace\\r\\n\\r\\nIngredients:\\r\\nPremium quality fabric \\u2014 cotton, silk, georgette, or chiffon (as per variant).\\r\\n\\r\\nOther Information:\\r\\nAvailable in multiple colors and designs. Lightweight, easy to drape, and crafted for comfort and elegance.\\r\\n\\r\\nAdditional Info (5 Words):\\r\\nElegant | Traditional | Stylish | Comfortable | Graceful\\r\\n\\r\\nWould you like me to prepare the next one for Kurti, Lehenga, or Dupatta in this same appealing forma\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":598,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"108\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-06 15:49:51\",\"updated_at\":\"2025-10-06 15:49:51\"},{\"id\":599,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"108\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-06 15:49:51\",\"updated_at\":\"2025-10-06 15:49:51\"}],\"module\":{\"id\":4,\"module_name\":\"Ecommerce\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-07-11-668fa816e55be.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-07-11T04:38:30.000000Z\",\"updated_at\":\"2026-01-20T15:04:33.000000Z\",\"icon\":\"2026-01-14-6966ac6055c00.webp\",\"theme_id\":1,\"description\":\"<p>We run a dynamic e-commerce pharmacy, offering a wide range of medications and healthcare products online. \\ud83d\\udc8a\\ud83d\\udcbb Convenient, reliable, and fast delivery ensures you get what you need right at your doorstep. \\ud83d\\ude9a\\ud83c\\udf1f Your health and wellness are our top priorities. \\ud83d\\udc96<\\/p>\\r\\n\\r\\n<p>\\u00a0<\\/p>\\r\\n\\r\\n<p>\\u00a0<\\/p>\\r\\n\\r\\n<p>\\u00a0<\\/p>\\r\\n\\r\\n<p>\\u00a0<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app-home-8699-1768901673.mp4\",\"icon_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/module\\/2026-01-14-6966ac6055c00.webp\",\"thumbnail_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/module\\/2024-07-11-668fa816e55be.png\",\"translations\":[{\"id\":47,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":4,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Ecommerce\",\"created_at\":null,\"updated_at\":null},{\"id\":48,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":4,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>We run a dynamic e-commerce pharmacy, offering a wide range of medications and healthcare products online. \\ud83d\\udc8a\\ud83d\\udcbb Convenient, reliable, and fast delivery ensures you get what you need right at your doorstep. \\ud83d\\ude9a\\ud83c\\udf1f Your health and wellness are our top priorities. \\ud83d\\udc96<\\/p>\\r\\n\\r\\n<p>\\u00a0<\\/p>\\r\\n\\r\\n<p>\\u00a0<\\/p>\\r\\n\\r\\n<p>\\u00a0<\\/p>\\r\\n\\r\\n<p>\\u00a0<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":14,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"4\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2026-01-14 02:04:40\",\"updated_at\":\"2026-01-14 02:04:40\"},{\"id\":15,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"4\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-07-11 04:38:30\",\"updated_at\":\"2024-07-11 04:38:30\"}]},\"ecommerce_item_details\":{\"id\":51,\"item_id\":108,\"brand_id\":null,\"created_at\":\"2025-10-06T15:49:51.000000Z\",\"updated_at\":\"2025-10-06T15:49:51.000000Z\",\"temp_product_id\":null},\"unit\":{\"id\":5,\"unit\":\"Pieces\",\"created_at\":\"2025-09-23T01:45:25.000000Z\",\"updated_at\":\"2025-09-28T17:33:47.000000Z\",\"translations\":[{\"id\":210,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":5,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"Pieces\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 14.95, 'flash_sale', 1, 0.00, 'null', '2026-04-10 08:58:41', '2026-04-10 08:58:41', NULL, 0.00, 132, 'flash_sale', NULL, 5.00000000, 0.00000000),
(52, 207, 100033, 90.00, '{\"id\":207,\"name\":\"Green Peas (Matar)\",\"description\":\"All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.\",\"image\":\"2025-12-17-69426f262c453.png\",\"category_id\":260,\"category_ids\":[{\"id\":\"38\",\"position\":1,\"name\":\"Vegetables\"},{\"id\":\"260\",\"position\":2,\"name\":\"Fresh Vegetables\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":90,\"tax\":0,\"tax_type\":\"percent\",\"discount\":30,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":4,\"created_at\":\"2025-12-17T14:17:33.000000Z\",\"updated_at\":\"2025-12-17T15:11:43.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":110,\"unit_id\":3,\"images\":[{\"img\":\"2025-12-17-69426f262b9ab.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"green-peas-matar\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Vegetable Mart\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":23,\"max_delivery_time\":25,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"G\",\"image_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/product\\/2025-12-17-69426f262c453.png\",\"images_full_url\":[\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/product\\/2025-12-17-69426f262b9ab.png\"],\"translations\":[{\"id\":1007,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":207,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Green Peas (Matar)\",\"created_at\":null,\"updated_at\":null},{\"id\":1008,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":207,\"locale\":\"en\",\"key\":\"description\",\"value\":\"All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":1038,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"207\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-12-17 14:21:50\",\"updated_at\":\"2025-12-17 14:21:50\"},{\"id\":1039,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"207\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-12-17 14:21:50\",\"updated_at\":\"2025-12-17 14:21:50\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T23:31:17.000000Z\",\"updated_at\":\"2026-01-15T14:13:34.000000Z\",\"icon\":\"2026-01-05-695bc0cd51a40.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature & Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home & get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You\'r Daily Shopping with \\\"Business name\\\"<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app-home-2016-1768466614.mp4\",\"icon_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/module\\/2026-01-05-695bc0cd51a40.png\",\"thumbnail_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature & Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home & get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You\'r Daily Shopping with \\\"Business name\\\"<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":405,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2026-01-05 19:16:53\",\"updated_at\":\"2026-01-05 19:16:53\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":3,\"unit\":\"G\",\"created_at\":\"2025-09-23T01:44:26.000000Z\",\"updated_at\":\"2025-09-28T17:34:08.000000Z\",\"translations\":[{\"id\":208,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"G\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 27.00, 'product_discount', 2, 0.00, '\"\"', '2026-04-10 09:00:29', '2026-04-10 09:00:29', NULL, 0.00, 38, 'product_discount', NULL, 30.00000000, 0.00000000);
INSERT INTO `order_details` (`id`, `item_id`, `order_id`, `price`, `item_details`, `variation`, `add_ons`, `discount_on_item`, `discount_type`, `quantity`, `tax_amount`, `variant`, `created_at`, `updated_at`, `item_campaign_id`, `total_add_on_price`, `category_id`, `discount_on_product_by`, `tax_status`, `discount_percentage`, `addon_discount`) VALUES
(53, 206, 100033, 90.00, '{\"id\":206,\"name\":\"Capsicum Yellow\",\"description\":\"All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.\",\"image\":\"2025-12-17-694265741e40f.png\",\"category_id\":150,\"category_ids\":[{\"id\":\"38\",\"position\":1,\"name\":\"Vegetables\"},{\"id\":\"150\",\"position\":2,\"name\":\"Fresh Vegetables\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":90,\"tax\":0,\"tax_type\":\"percent\",\"discount\":8,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":4,\"created_at\":\"2025-12-17T13:40:28.000000Z\",\"updated_at\":\"2025-12-17T15:11:50.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":110,\"unit_id\":5,\"images\":[{\"img\":\"2025-12-17-694265741d520.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"capsicum-yellow\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Vegetable Mart\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":23,\"max_delivery_time\":25,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"Pieces\",\"image_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/product\\/2025-12-17-694265741e40f.png\",\"images_full_url\":[\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/product\\/2025-12-17-694265741d520.png\"],\"translations\":[{\"id\":1005,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":206,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Capsicum Yellow\",\"created_at\":null,\"updated_at\":null},{\"id\":1006,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":206,\"locale\":\"en\",\"key\":\"description\",\"value\":\"All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":1036,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"206\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-12-17 13:40:28\",\"updated_at\":\"2025-12-17 13:40:28\"},{\"id\":1037,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"206\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-12-17 13:40:28\",\"updated_at\":\"2025-12-17 13:40:28\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T23:31:17.000000Z\",\"updated_at\":\"2026-01-15T14:13:34.000000Z\",\"icon\":\"2026-01-05-695bc0cd51a40.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature & Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home & get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You\'r Daily Shopping with \\\"Business name\\\"<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app-home-2016-1768466614.mp4\",\"icon_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/module\\/2026-01-05-695bc0cd51a40.png\",\"thumbnail_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature & Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home & get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You\'r Daily Shopping with \\\"Business name\\\"<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":405,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2026-01-05 19:16:53\",\"updated_at\":\"2026-01-05 19:16:53\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":5,\"unit\":\"Pieces\",\"created_at\":\"2025-09-23T01:45:25.000000Z\",\"updated_at\":\"2025-09-28T17:33:47.000000Z\",\"translations\":[{\"id\":210,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":5,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"Pieces\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 7.20, 'product_discount', 1, 0.00, '\"\"', '2026-04-10 09:00:29', '2026-04-10 09:00:29', NULL, 0.00, 38, 'product_discount', NULL, 8.00000000, 0.00000000),
(54, 222, 100034, 900.00, '{\"id\":222,\"name\":\"Bark Out Loud - Sardine Oil\",\"description\":\"All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.\",\"image\":\"2025-12-18-6943b55219e22.png\",\"category_id\":283,\"category_ids\":[{\"id\":\"29\",\"position\":1,\"name\":\"Pet Supplies\"},{\"id\":\"283\",\"position\":2,\"name\":\"Pet Grooming\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":900,\"tax\":0,\"tax_type\":\"percent\",\"discount\":60,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":1,\"created_at\":\"2025-12-18T13:33:30.000000Z\",\"updated_at\":\"2025-12-19T13:15:27.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":108,\"unit_id\":5,\"images\":[{\"img\":\"2025-12-18-6943b552193eb.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"bark-out-loud-sardine-oil\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Grocery Store\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":40,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"Pieces\",\"image_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/product\\/2025-12-18-6943b55219e22.png\",\"images_full_url\":[\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/product\\/2025-12-18-6943b552193eb.png\"],\"translations\":[{\"id\":1037,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":222,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Bark Out Loud - Sardine Oil\",\"created_at\":null,\"updated_at\":null},{\"id\":1038,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":222,\"locale\":\"en\",\"key\":\"description\",\"value\":\"All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":1068,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"222\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-12-18 13:33:30\",\"updated_at\":\"2025-12-18 13:33:30\"},{\"id\":1069,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"222\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-12-18 13:33:30\",\"updated_at\":\"2025-12-18 13:33:30\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-04-20-662398cb7f5ef.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T23:31:17.000000Z\",\"updated_at\":\"2026-01-15T14:13:34.000000Z\",\"icon\":\"2026-01-05-695bc0cd51a40.png\",\"theme_id\":1,\"description\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature & Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home & get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You\'r Daily Shopping with \\\"Business name\\\"<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app-home-2016-1768466614.mp4\",\"icon_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/module\\/2026-01-05-695bc0cd51a40.png\",\"thumbnail_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/module\\/2024-04-20-662398cb7f5ef.png\",\"translations\":[{\"id\":1,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Grocery\",\"created_at\":null,\"updated_at\":null},{\"id\":2,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":1,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p><strong>We make grocery shopping more interesting.<\\/strong><br \\/>\\r\\nFind the greatest deals from the grocery stores near you.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Nature & Organic Products<\\/strong><br \\/>\\r\\nBring Nature into your home.<br \\/>\\r\\n<br \\/>\\r\\n<strong>Stay home & get your daily needs from our shop<\\/strong><br \\/>\\r\\nStart You\'r Daily Shopping with \\\"Business name\\\"<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":405,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2026-01-05 19:16:53\",\"updated_at\":\"2026-01-05 19:16:53\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":5,\"unit\":\"Pieces\",\"created_at\":\"2025-09-23T01:45:25.000000Z\",\"updated_at\":\"2025-09-28T17:33:47.000000Z\",\"translations\":[{\"id\":210,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":5,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"Pieces\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 540.00, 'product_discount', 2, 0.00, 'null', '2026-04-10 09:06:04', '2026-04-10 09:06:04', NULL, 0.00, 29, 'product_discount', NULL, 60.00000000, 0.00000000),
(55, 136, 100035, 779.00, '{\"id\":136,\"name\":\"Puma Womens\",\"description\":\"A stylish and timeless watch designed to elevate your look. Perfect blend of elegance and functionality for daily wear or special occasions.\\r\\n\\r\\nHow to Use:\\r\\nAdjust the strap for a comfortable fit. Avoid direct contact with water, perfume, or chemicals to maintain shine and durability.\\r\\n\\r\\nBenefits:\\r\\n\\r\\nEnhances your everyday style\\r\\n\\r\\nDurable and long-lasting build\\r\\n\\r\\nAccurate timekeeping mechanism\\r\\n\\r\\nSuitable for formal and casual wear\\r\\n\\r\\nIngredients:\\r\\nHigh-quality stainless steel \\/ leather strap (depending on variant) with quartz movement and scratch-resistant glass.\\r\\n\\r\\nOther Information:\\r\\nAvailable in various styles and colors. Comes in a premium box \\u2014 ideal for personal use or gifting.\\r\\n\\r\\nAdditional Info (5 Words):\\r\\nElegant | Durable | Stylish | Premium | Timeless\",\"image\":\"2025-10-08-68e5efe201bf5.png\",\"category_id\":138,\"category_ids\":[{\"id\":\"138\",\"position\":1,\"name\":\"Footwear\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":779,\"tax\":0,\"tax_type\":\"percent\",\"discount\":9,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":8,\"created_at\":\"2025-10-08T10:30:18.000000Z\",\"updated_at\":\"2025-10-08T12:34:20.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":4,\"stock\":140,\"unit_id\":2,\"images\":[{\"img\":\"2025-10-08-68e5efe1f385f.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"puma-womens\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fashion Store\",\"is_campaign\":0,\"module_type\":\"ecommerce\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":50,\"max_delivery_time\":60,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"KG\",\"image_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/product\\/2025-10-08-68e5efe201bf5.png\",\"images_full_url\":[\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/product\\/2025-10-08-68e5efe1f385f.png\"],\"translations\":[{\"id\":626,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":136,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Puma Womens\",\"created_at\":null,\"updated_at\":null},{\"id\":627,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":136,\"locale\":\"en\",\"key\":\"description\",\"value\":\"A stylish and timeless watch designed to elevate your look. Perfect blend of elegance and functionality for daily wear or special occasions.\\r\\n\\r\\nHow to Use:\\r\\nAdjust the strap for a comfortable fit. Avoid direct contact with water, perfume, or chemicals to maintain shine and durability.\\r\\n\\r\\nBenefits:\\r\\n\\r\\nEnhances your everyday style\\r\\n\\r\\nDurable and long-lasting build\\r\\n\\r\\nAccurate timekeeping mechanism\\r\\n\\r\\nSuitable for formal and casual wear\\r\\n\\r\\nIngredients:\\r\\nHigh-quality stainless steel \\/ leather strap (depending on variant) with quartz movement and scratch-resistant glass.\\r\\n\\r\\nOther Information:\\r\\nAvailable in various styles and colors. Comes in a premium box \\u2014 ideal for personal use or gifting.\\r\\n\\r\\nAdditional Info (5 Words):\\r\\nElegant | Durable | Stylish | Premium | Timeless\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":654,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"136\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-08 10:30:18\",\"updated_at\":\"2025-10-08 10:30:18\"},{\"id\":655,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"136\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-08 10:30:18\",\"updated_at\":\"2025-10-08 10:30:18\"}],\"module\":{\"id\":4,\"module_name\":\"Ecommerce\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-07-11-668fa816e55be.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-07-11T04:38:30.000000Z\",\"updated_at\":\"2026-01-20T15:04:33.000000Z\",\"icon\":\"2026-01-14-6966ac6055c00.webp\",\"theme_id\":1,\"description\":\"<p>We run a dynamic e-commerce pharmacy, offering a wide range of medications and healthcare products online. \\ud83d\\udc8a\\ud83d\\udcbb Convenient, reliable, and fast delivery ensures you get what you need right at your doorstep. \\ud83d\\ude9a\\ud83c\\udf1f Your health and wellness are our top priorities. \\ud83d\\udc96<\\/p>\\r\\n\\r\\n<p>\\u00a0<\\/p>\\r\\n\\r\\n<p>\\u00a0<\\/p>\\r\\n\\r\\n<p>\\u00a0<\\/p>\\r\\n\\r\\n<p>\\u00a0<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app-home-8699-1768901673.mp4\",\"icon_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/module\\/2026-01-14-6966ac6055c00.webp\",\"thumbnail_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/module\\/2024-07-11-668fa816e55be.png\",\"translations\":[{\"id\":47,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":4,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Ecommerce\",\"created_at\":null,\"updated_at\":null},{\"id\":48,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":4,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>We run a dynamic e-commerce pharmacy, offering a wide range of medications and healthcare products online. \\ud83d\\udc8a\\ud83d\\udcbb Convenient, reliable, and fast delivery ensures you get what you need right at your doorstep. \\ud83d\\ude9a\\ud83c\\udf1f Your health and wellness are our top priorities. \\ud83d\\udc96<\\/p>\\r\\n\\r\\n<p>\\u00a0<\\/p>\\r\\n\\r\\n<p>\\u00a0<\\/p>\\r\\n\\r\\n<p>\\u00a0<\\/p>\\r\\n\\r\\n<p>\\u00a0<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":14,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"4\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2026-01-14 02:04:40\",\"updated_at\":\"2026-01-14 02:04:40\"},{\"id\":15,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"4\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-07-11 04:38:30\",\"updated_at\":\"2024-07-11 04:38:30\"}]},\"ecommerce_item_details\":{\"id\":79,\"item_id\":136,\"brand_id\":null,\"created_at\":\"2025-10-08T10:30:18.000000Z\",\"updated_at\":\"2025-10-08T10:30:18.000000Z\",\"temp_product_id\":null},\"unit\":{\"id\":2,\"unit\":\"KG\",\"created_at\":\"2025-09-23T01:44:21.000000Z\",\"updated_at\":\"2025-09-28T17:34:15.000000Z\",\"translations\":[{\"id\":207,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"KG\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 70.11, 'product_discount', 1, 0.00, 'null', '2026-04-12 14:23:01', '2026-04-12 14:23:01', NULL, 0.00, 138, 'product_discount', NULL, 9.00000000, 0.00000000),
(56, 108, 100036, 299.00, '{\"id\":108,\"name\":\"Silk Saree\",\"description\":\"A timeless and elegant traditional Indian attire that beautifully blends grace and culture. Perfect for festive occasions, weddings, and daily wear.\\r\\n\\r\\nHow to Use:\\r\\nDrape neatly around the waist and over the shoulder. Pair with a matching blouse and accessories for a complete traditional look.\\r\\n\\r\\nBenefits:\\r\\n\\r\\nEnhances traditional and elegant style\\r\\n\\r\\nSuitable for all occasions\\r\\n\\r\\nComfortable and breathable fabric\\r\\n\\r\\nSymbol of Indian heritage and grace\\r\\n\\r\\nIngredients:\\r\\nPremium quality fabric \\u2014 cotton, silk, georgette, or chiffon (as per variant).\\r\\n\\r\\nOther Information:\\r\\nAvailable in multiple colors and designs. Lightweight, easy to drape, and crafted for comfort and elegance.\\r\\n\\r\\nAdditional Info (5 Words):\\r\\nElegant | Traditional | Stylish | Comfortable | Graceful\\r\\n\\r\\nWould you like me to prepare the next one for Kurti, Lehenga, or Dupatta in this same appealing forma\",\"image\":\"2025-10-06-68e397c748e7b.png\",\"category_id\":132,\"category_ids\":[{\"id\":\"132\",\"position\":1,\"name\":\"Women Clothing\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":299,\"tax\":0,\"tax_type\":\"percent\",\"discount\":5,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":15,\"created_at\":\"2025-10-06T15:49:51.000000Z\",\"updated_at\":\"2026-04-10T08:58:41.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":4,\"stock\":11,\"unit_id\":5,\"images\":[{\"img\":\"2025-10-06-68e397c747f1f.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"silk-saree\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":6,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Indian Fusion Wear\",\"is_campaign\":0,\"module_type\":\"ecommerce\",\"zone_id\":1,\"flash_sale\":1,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":10,\"max_delivery_time\":10,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"Pieces\",\"image_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/product\\/2025-10-06-68e397c748e7b.png\",\"images_full_url\":[\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/product\\/2025-10-06-68e397c747f1f.png\"],\"translations\":[{\"id\":570,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":108,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Silk Saree\",\"created_at\":null,\"updated_at\":null},{\"id\":571,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":108,\"locale\":\"en\",\"key\":\"description\",\"value\":\"A timeless and elegant traditional Indian attire that beautifully blends grace and culture. Perfect for festive occasions, weddings, and daily wear.\\r\\n\\r\\nHow to Use:\\r\\nDrape neatly around the waist and over the shoulder. Pair with a matching blouse and accessories for a complete traditional look.\\r\\n\\r\\nBenefits:\\r\\n\\r\\nEnhances traditional and elegant style\\r\\n\\r\\nSuitable for all occasions\\r\\n\\r\\nComfortable and breathable fabric\\r\\n\\r\\nSymbol of Indian heritage and grace\\r\\n\\r\\nIngredients:\\r\\nPremium quality fabric \\u2014 cotton, silk, georgette, or chiffon (as per variant).\\r\\n\\r\\nOther Information:\\r\\nAvailable in multiple colors and designs. Lightweight, easy to drape, and crafted for comfort and elegance.\\r\\n\\r\\nAdditional Info (5 Words):\\r\\nElegant | Traditional | Stylish | Comfortable | Graceful\\r\\n\\r\\nWould you like me to prepare the next one for Kurti, Lehenga, or Dupatta in this same appealing forma\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":598,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"108\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-06 15:49:51\",\"updated_at\":\"2025-10-06 15:49:51\"},{\"id\":599,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"108\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-06 15:49:51\",\"updated_at\":\"2025-10-06 15:49:51\"}],\"module\":{\"id\":4,\"module_name\":\"Ecommerce\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-07-11-668fa816e55be.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-07-11T04:38:30.000000Z\",\"updated_at\":\"2026-01-20T15:04:33.000000Z\",\"icon\":\"2026-01-14-6966ac6055c00.webp\",\"theme_id\":1,\"description\":\"<p>We run a dynamic e-commerce pharmacy, offering a wide range of medications and healthcare products online. \\ud83d\\udc8a\\ud83d\\udcbb Convenient, reliable, and fast delivery ensures you get what you need right at your doorstep. \\ud83d\\ude9a\\ud83c\\udf1f Your health and wellness are our top priorities. \\ud83d\\udc96<\\/p>\\r\\n\\r\\n<p>\\u00a0<\\/p>\\r\\n\\r\\n<p>\\u00a0<\\/p>\\r\\n\\r\\n<p>\\u00a0<\\/p>\\r\\n\\r\\n<p>\\u00a0<\\/p>\",\"all_zone_service\":0,\"app_home_page\":\"app-home-8699-1768901673.mp4\",\"icon_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/module\\/2026-01-14-6966ac6055c00.webp\",\"thumbnail_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/module\\/2024-07-11-668fa816e55be.png\",\"translations\":[{\"id\":47,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":4,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Ecommerce\",\"created_at\":null,\"updated_at\":null},{\"id\":48,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":4,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>We run a dynamic e-commerce pharmacy, offering a wide range of medications and healthcare products online. \\ud83d\\udc8a\\ud83d\\udcbb Convenient, reliable, and fast delivery ensures you get what you need right at your doorstep. \\ud83d\\ude9a\\ud83c\\udf1f Your health and wellness are our top priorities. \\ud83d\\udc96<\\/p>\\r\\n\\r\\n<p>\\u00a0<\\/p>\\r\\n\\r\\n<p>\\u00a0<\\/p>\\r\\n\\r\\n<p>\\u00a0<\\/p>\\r\\n\\r\\n<p>\\u00a0<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":14,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"4\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2026-01-14 02:04:40\",\"updated_at\":\"2026-01-14 02:04:40\"},{\"id\":15,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"4\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-07-11 04:38:30\",\"updated_at\":\"2024-07-11 04:38:30\"}]},\"ecommerce_item_details\":{\"id\":51,\"item_id\":108,\"brand_id\":null,\"created_at\":\"2025-10-06T15:49:51.000000Z\",\"updated_at\":\"2025-10-06T15:49:51.000000Z\",\"temp_product_id\":null},\"unit\":{\"id\":5,\"unit\":\"Pieces\",\"created_at\":\"2025-09-23T01:45:25.000000Z\",\"updated_at\":\"2025-09-28T17:33:47.000000Z\",\"translations\":[{\"id\":210,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":5,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"Pieces\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 14.95, 'flash_sale', 1, 0.00, 'null', '2026-04-12 14:37:00', '2026-04-12 14:37:00', NULL, 0.00, 132, 'flash_sale', NULL, 5.00000000, 0.00000000),
(57, 86, 100037, 899.00, '{\"id\":86,\"name\":\"Money Plant\",\"description\":\"A beautiful indoor plant believed to bring wealth, positivity, and good fortune. Its lush green leaves add freshness and charm to any space.\\r\\n\\r\\nHow to Use:\\r\\nKeep in indirect sunlight. Water lightly 2\\u20133 times a week. Can be grown in soil or water. Avoid overwatering for best growth.\\r\\n\\r\\nBenefits:\\r\\n\\r\\nAttracts positive energy & prosperity\\r\\n\\r\\nImproves air quality\\r\\n\\r\\nLow-maintenance indoor plant\\r\\n\\r\\nEnhances home & office d\\u00e9cor\\r\\n\\r\\nIngredients:\\r\\nNatural Money Plant with soil or water base (depending on variant).\\r\\n\\r\\nOther Information:\\r\\nComes in a decorative pot or jar, ideal for gifting or interior decoration.\\r\\n\\r\\nAdditional Info (5 Words):\\r\\nGreen | Fresh | Prosperous | Positive | Natural\\r\\n\\r\\nWould you like me to create the next one for Tulsi Plant or Aloe Vera Plant in the same format?\",\"image\":\"2025-10-05-68e20700e40aa.png\",\"category_id\":116,\"category_ids\":[{\"id\":\"116\",\"position\":1,\"name\":\"Show Plants\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":899,\"tax\":0,\"tax_type\":\"percent\",\"discount\":10,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":11,\"created_at\":\"2025-10-05T11:19:52.000000Z\",\"updated_at\":\"2025-10-05T11:19:52.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":10,\"stock\":103,\"unit_id\":5,\"images\":[{\"img\":\"2025-10-05-68e20700e3418.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"money-plant\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":3,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Homeplant\",\"is_campaign\":0,\"module_type\":\"ecommerce\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":10,\"max_delivery_time\":12,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"Pieces\",\"image_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/product\\/2025-10-05-68e20700e40aa.png\",\"images_full_url\":[\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/product\\/2025-10-05-68e20700e3418.png\"],\"translations\":[{\"id\":506,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":86,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Money Plant\",\"created_at\":null,\"updated_at\":null},{\"id\":507,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":86,\"locale\":\"en\",\"key\":\"description\",\"value\":\"A beautiful indoor plant believed to bring wealth, positivity, and good fortune. Its lush green leaves add freshness and charm to any space.\\r\\n\\r\\nHow to Use:\\r\\nKeep in indirect sunlight. Water lightly 2\\u20133 times a week. Can be grown in soil or water. Avoid overwatering for best growth.\\r\\n\\r\\nBenefits:\\r\\n\\r\\nAttracts positive energy & prosperity\\r\\n\\r\\nImproves air quality\\r\\n\\r\\nLow-maintenance indoor plant\\r\\n\\r\\nEnhances home & office d\\u00e9cor\\r\\n\\r\\nIngredients:\\r\\nNatural Money Plant with soil or water base (depending on variant).\\r\\n\\r\\nOther Information:\\r\\nComes in a decorative pot or jar, ideal for gifting or interior decoration.\\r\\n\\r\\nAdditional Info (5 Words):\\r\\nGreen | Fresh | Prosperous | Positive | Natural\\r\\n\\r\\nWould you like me to create the next one for Tulsi Plant or Aloe Vera Plant in the same format?\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":534,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"86\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-05 11:19:52\",\"updated_at\":\"2025-10-05 11:19:52\"},{\"id\":535,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"86\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-05 11:19:52\",\"updated_at\":\"2025-10-05 11:19:52\"}],\"module\":{\"id\":10,\"module_name\":\"Flower\",\"module_type\":\"ecommerce\",\"thumbnail\":\"thumbnail_1759480490.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2025-10-03T14:04:50.000000Z\",\"updated_at\":\"2026-01-14T01:10:40.000000Z\",\"icon\":\"2026-01-05-695bc1bd091a0.png\",\"theme_id\":1,\"description\":\"<p>Flower<\\/p>\",\"all_zone_service\":0,\"app_home_page\":null,\"icon_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/module\\/2026-01-05-695bc1bd091a0.png\",\"thumbnail_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/module\\/thumbnail_1759480490.png\",\"translations\":[{\"id\":403,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":10,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Flower\",\"created_at\":null,\"updated_at\":null},{\"id\":404,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":10,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>Flower<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":429,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"10\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2026-01-05 19:20:53\",\"updated_at\":\"2026-01-05 19:20:53\"},{\"id\":430,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"10\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2025-10-03 14:04:50\",\"updated_at\":\"2025-10-03 14:04:50\"}]},\"ecommerce_item_details\":{\"id\":29,\"item_id\":86,\"brand_id\":null,\"created_at\":\"2025-10-05T11:19:52.000000Z\",\"updated_at\":\"2025-10-05T11:19:52.000000Z\",\"temp_product_id\":null},\"unit\":{\"id\":5,\"unit\":\"Pieces\",\"created_at\":\"2025-09-23T01:45:25.000000Z\",\"updated_at\":\"2025-09-28T17:33:47.000000Z\",\"translations\":[{\"id\":210,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":5,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"Pieces\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 89.90, 'product_discount', 1, 0.00, 'null', '2026-05-28 04:32:17', '2026-05-28 04:32:17', NULL, 0.00, 116, 'product_discount', NULL, 10.00000000, 0.00000000),
(58, 87, 100037, 299.00, '{\"id\":87,\"name\":\"Money Plant\",\"description\":\"A beautiful indoor plant believed to bring wealth, positivity, and good fortune. Its lush green leaves add freshness and charm to any space.\\r\\n\\r\\nHow to Use:\\r\\nKeep in indirect sunlight. Water lightly 2\\u20133 times a week. Can be grown in soil or water. Avoid overwatering for best growth.\\r\\n\\r\\nBenefits:\\r\\n\\r\\nAttracts positive energy & prosperity\\r\\n\\r\\nImproves air quality\\r\\n\\r\\nLow-maintenance indoor plant\\r\\n\\r\\nEnhances home & office d\\u00e9cor\\r\\n\\r\\nIngredients:\\r\\nNatural Money Plant with soil or water base (depending on variant).\\r\\n\\r\\nOther Information:\\r\\nComes in a decorative pot or jar, ideal for gifting or interior decoration.\\r\\n\\r\\nAdditional Info (5 Words):\\r\\nGreen | Fresh | Prosperous | Positive | Natural\\r\\n\\r\\nWould you like me to create the next one for Tulsi Plant or Aloe Vera Plant in the same format?\",\"image\":\"2025-10-05-68e2073667d85.png\",\"category_id\":116,\"category_ids\":[{\"id\":\"116\",\"position\":1,\"name\":\"Show Plants\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":299,\"tax\":0,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":11,\"created_at\":\"2025-10-05T11:20:46.000000Z\",\"updated_at\":\"2025-10-05T11:20:46.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":10,\"stock\":106,\"unit_id\":5,\"images\":[{\"img\":\"2025-10-05-68e2073666d9d.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"money-plant-2\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":7,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Homeplant\",\"is_campaign\":0,\"module_type\":\"ecommerce\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":10,\"max_delivery_time\":12,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"Pieces\",\"image_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/product\\/2025-10-05-68e2073667d85.png\",\"images_full_url\":[\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/product\\/2025-10-05-68e2073666d9d.png\"],\"translations\":[{\"id\":508,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":87,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Money Plant\",\"created_at\":null,\"updated_at\":null},{\"id\":509,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":87,\"locale\":\"en\",\"key\":\"description\",\"value\":\"A beautiful indoor plant believed to bring wealth, positivity, and good fortune. Its lush green leaves add freshness and charm to any space.\\r\\n\\r\\nHow to Use:\\r\\nKeep in indirect sunlight. Water lightly 2\\u20133 times a week. Can be grown in soil or water. Avoid overwatering for best growth.\\r\\n\\r\\nBenefits:\\r\\n\\r\\nAttracts positive energy & prosperity\\r\\n\\r\\nImproves air quality\\r\\n\\r\\nLow-maintenance indoor plant\\r\\n\\r\\nEnhances home & office d\\u00e9cor\\r\\n\\r\\nIngredients:\\r\\nNatural Money Plant with soil or water base (depending on variant).\\r\\n\\r\\nOther Information:\\r\\nComes in a decorative pot or jar, ideal for gifting or interior decoration.\\r\\n\\r\\nAdditional Info (5 Words):\\r\\nGreen | Fresh | Prosperous | Positive | Natural\\r\\n\\r\\nWould you like me to create the next one for Tulsi Plant or Aloe Vera Plant in the same format?\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":536,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"87\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-05 11:20:46\",\"updated_at\":\"2025-10-05 11:20:46\"},{\"id\":537,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"87\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-05 11:20:46\",\"updated_at\":\"2025-10-05 11:20:46\"}],\"module\":{\"id\":10,\"module_name\":\"Flower\",\"module_type\":\"ecommerce\",\"thumbnail\":\"thumbnail_1759480490.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2025-10-03T14:04:50.000000Z\",\"updated_at\":\"2026-01-14T01:10:40.000000Z\",\"icon\":\"2026-01-05-695bc1bd091a0.png\",\"theme_id\":1,\"description\":\"<p>Flower<\\/p>\",\"all_zone_service\":0,\"app_home_page\":null,\"icon_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/module\\/2026-01-05-695bc1bd091a0.png\",\"thumbnail_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/module\\/thumbnail_1759480490.png\",\"translations\":[{\"id\":403,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":10,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Flower\",\"created_at\":null,\"updated_at\":null},{\"id\":404,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":10,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>Flower<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":429,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"10\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2026-01-05 19:20:53\",\"updated_at\":\"2026-01-05 19:20:53\"},{\"id\":430,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"10\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2025-10-03 14:04:50\",\"updated_at\":\"2025-10-03 14:04:50\"}]},\"ecommerce_item_details\":{\"id\":30,\"item_id\":87,\"brand_id\":null,\"created_at\":\"2025-10-05T11:20:46.000000Z\",\"updated_at\":\"2025-10-05T11:20:46.000000Z\",\"temp_product_id\":null},\"unit\":{\"id\":5,\"unit\":\"Pieces\",\"created_at\":\"2025-09-23T01:45:25.000000Z\",\"updated_at\":\"2025-09-28T17:33:47.000000Z\",\"translations\":[{\"id\":210,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":5,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"Pieces\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, 'null', '2026-05-28 04:32:17', '2026-05-28 04:32:17', NULL, 0.00, 116, 'product_discount', NULL, 0.00000000, 0.00000000),
(59, 89, 100037, 599.00, '{\"id\":89,\"name\":\"Elegant Terracotta Vase\",\"description\":\"A beautiful indoor plant believed to bring wealth, positivity, and good fortune. Its lush green leaves add freshness and charm to any space.\\r\\n\\r\\nHow to Use:\\r\\nKeep in indirect sunlight. Water lightly 2\\u20133 times a week. Can be grown in soil or water. Avoid overwatering for best growth.\\r\\n\\r\\nBenefits:\\r\\n\\r\\nAttracts positive energy & prosperity\\r\\n\\r\\nImproves air quality\\r\\n\\r\\nLow-maintenance indoor plant\\r\\n\\r\\nEnhances home & office d\\u00e9cor\\r\\n\\r\\nIngredients:\\r\\nNatural Money Plant with soil or water base (depending on variant).\\r\\n\\r\\nOther Information:\\r\\nComes in a decorative pot or jar, ideal for gifting or interior decoration.\\r\\n\\r\\nAdditional Info (5 Words):\\r\\nGreen | Fresh | Prosperous | Positive | Natural\\r\\n\\r\\nWould you like me to create the next one for Tulsi Plant or Aloe Vera Plant in the same format?\",\"image\":\"2025-10-05-68e208731390a.png\",\"category_id\":116,\"category_ids\":[{\"id\":\"116\",\"position\":1,\"name\":\"Show Plants\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":599,\"tax\":0,\"tax_type\":\"percent\",\"discount\":7,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":11,\"created_at\":\"2025-10-05T11:26:03.000000Z\",\"updated_at\":\"2025-10-05T11:26:03.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":10,\"stock\":102,\"unit_id\":5,\"images\":[{\"img\":\"2025-10-05-68e2087312a0d.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"elegant-terracotta-vase\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":4,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Homeplant\",\"is_campaign\":0,\"module_type\":\"ecommerce\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":10,\"max_delivery_time\":12,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"Pieces\",\"image_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/product\\/2025-10-05-68e208731390a.png\",\"images_full_url\":[\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/product\\/2025-10-05-68e2087312a0d.png\"],\"translations\":[{\"id\":512,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":89,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Elegant Terracotta Vase\",\"created_at\":null,\"updated_at\":null},{\"id\":513,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":89,\"locale\":\"en\",\"key\":\"description\",\"value\":\"A beautiful indoor plant believed to bring wealth, positivity, and good fortune. Its lush green leaves add freshness and charm to any space.\\r\\n\\r\\nHow to Use:\\r\\nKeep in indirect sunlight. Water lightly 2\\u20133 times a week. Can be grown in soil or water. Avoid overwatering for best growth.\\r\\n\\r\\nBenefits:\\r\\n\\r\\nAttracts positive energy & prosperity\\r\\n\\r\\nImproves air quality\\r\\n\\r\\nLow-maintenance indoor plant\\r\\n\\r\\nEnhances home & office d\\u00e9cor\\r\\n\\r\\nIngredients:\\r\\nNatural Money Plant with soil or water base (depending on variant).\\r\\n\\r\\nOther Information:\\r\\nComes in a decorative pot or jar, ideal for gifting or interior decoration.\\r\\n\\r\\nAdditional Info (5 Words):\\r\\nGreen | Fresh | Prosperous | Positive | Natural\\r\\n\\r\\nWould you like me to create the next one for Tulsi Plant or Aloe Vera Plant in the same format?\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":540,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"89\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-05 11:26:03\",\"updated_at\":\"2025-10-05 11:26:03\"},{\"id\":541,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"89\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-05 11:26:03\",\"updated_at\":\"2025-10-05 11:26:03\"}],\"module\":{\"id\":10,\"module_name\":\"Flower\",\"module_type\":\"ecommerce\",\"thumbnail\":\"thumbnail_1759480490.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2025-10-03T14:04:50.000000Z\",\"updated_at\":\"2026-01-14T01:10:40.000000Z\",\"icon\":\"2026-01-05-695bc1bd091a0.png\",\"theme_id\":1,\"description\":\"<p>Flower<\\/p>\",\"all_zone_service\":0,\"app_home_page\":null,\"icon_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/module\\/2026-01-05-695bc1bd091a0.png\",\"thumbnail_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/module\\/thumbnail_1759480490.png\",\"translations\":[{\"id\":403,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":10,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Flower\",\"created_at\":null,\"updated_at\":null},{\"id\":404,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":10,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>Flower<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":429,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"10\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2026-01-05 19:20:53\",\"updated_at\":\"2026-01-05 19:20:53\"},{\"id\":430,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"10\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2025-10-03 14:04:50\",\"updated_at\":\"2025-10-03 14:04:50\"}]},\"ecommerce_item_details\":{\"id\":32,\"item_id\":89,\"brand_id\":null,\"created_at\":\"2025-10-05T11:26:03.000000Z\",\"updated_at\":\"2025-10-05T11:26:03.000000Z\",\"temp_product_id\":null},\"unit\":{\"id\":5,\"unit\":\"Pieces\",\"created_at\":\"2025-09-23T01:45:25.000000Z\",\"updated_at\":\"2025-09-28T17:33:47.000000Z\",\"translations\":[{\"id\":210,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":5,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"Pieces\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 41.93, 'product_discount', 1, 0.00, 'null', '2026-05-28 04:32:17', '2026-05-28 04:32:17', NULL, 0.00, 116, 'product_discount', NULL, 7.00000000, 0.00000000);
INSERT INTO `order_details` (`id`, `item_id`, `order_id`, `price`, `item_details`, `variation`, `add_ons`, `discount_on_item`, `discount_type`, `quantity`, `tax_amount`, `variant`, `created_at`, `updated_at`, `item_campaign_id`, `total_add_on_price`, `category_id`, `discount_on_product_by`, `tax_status`, `discount_percentage`, `addon_discount`) VALUES
(60, 102, 100038, 499.00, '{\"id\":102,\"name\":\"Pink Adenium\",\"description\":\"Elegant and long-lasting dried florals, perfect for home d\\u00e9cor, gifting, and adding a natural touch of beauty that never fades.\\r\\n\\r\\nHow to Use:\\r\\nPlace in a vase or decorative jar. Keep away from direct sunlight and moisture to maintain color and texture.\\r\\n\\r\\nBenefits:\\r\\n\\r\\nLong-lasting natural beauty\\r\\n\\r\\nZero maintenance required\\r\\n\\r\\nEco-friendly home d\\u00e9cor choice\\r\\n\\r\\nPerfect for crafts & gifting\\r\\n\\r\\nIngredients:\\r\\nNaturally dried flowers and leaves \\u2014 100% organic, no artificial scent or color.\\r\\n\\r\\nOther Information:\\r\\nHandcrafted and carefully preserved to retain their natural shape and charm. Suitable for home, office, or event d\\u00e9cor.\\r\\n\\r\\nAdditional Info (5 Words):\\r\\nNatural | Elegant | Long-lasting | Eco-friendly | Beautiful\\r\\n\\r\\nWould you like me to make the next one for Rose Petals or Pooja Flower Basket in the same styl\",\"image\":\"2025-10-05-68e21dbf6ee8f.png\",\"category_id\":118,\"category_ids\":[{\"id\":\"118\",\"position\":1,\"name\":\"Flower Plants\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":499,\"tax\":0,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":12,\"created_at\":\"2025-10-05T12:56:55.000000Z\",\"updated_at\":\"2025-10-05T12:56:55.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":10,\"stock\":108,\"unit_id\":5,\"images\":[{\"img\":\"2025-10-05-68e21dbf6df3a.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"pink-adenium\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":7,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Roselle\",\"is_campaign\":0,\"module_type\":\"ecommerce\",\"zone_id\":1,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":10,\"max_delivery_time\":12,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"Pieces\",\"image_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/product\\/2025-10-05-68e21dbf6ee8f.png\",\"images_full_url\":[\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/product\\/2025-10-05-68e21dbf6df3a.png\"],\"translations\":[{\"id\":538,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":102,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Pink Adenium\",\"created_at\":null,\"updated_at\":null},{\"id\":539,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":102,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Elegant and long-lasting dried florals, perfect for home d\\u00e9cor, gifting, and adding a natural touch of beauty that never fades.\\r\\n\\r\\nHow to Use:\\r\\nPlace in a vase or decorative jar. Keep away from direct sunlight and moisture to maintain color and texture.\\r\\n\\r\\nBenefits:\\r\\n\\r\\nLong-lasting natural beauty\\r\\n\\r\\nZero maintenance required\\r\\n\\r\\nEco-friendly home d\\u00e9cor choice\\r\\n\\r\\nPerfect for crafts & gifting\\r\\n\\r\\nIngredients:\\r\\nNaturally dried flowers and leaves \\u2014 100% organic, no artificial scent or color.\\r\\n\\r\\nOther Information:\\r\\nHandcrafted and carefully preserved to retain their natural shape and charm. Suitable for home, office, or event d\\u00e9cor.\\r\\n\\r\\nAdditional Info (5 Words):\\r\\nNatural | Elegant | Long-lasting | Eco-friendly | Beautiful\\r\\n\\r\\nWould you like me to make the next one for Rose Petals or Pooja Flower Basket in the same styl\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":566,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"102\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-05 12:56:55\",\"updated_at\":\"2025-10-05 12:56:55\"},{\"id\":567,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"102\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-05 12:56:55\",\"updated_at\":\"2025-10-05 12:56:55\"}],\"module\":{\"id\":10,\"module_name\":\"Flower\",\"module_type\":\"ecommerce\",\"thumbnail\":\"thumbnail_1759480490.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2025-10-03T14:04:50.000000Z\",\"updated_at\":\"2026-01-14T01:10:40.000000Z\",\"icon\":\"2026-01-05-695bc1bd091a0.png\",\"theme_id\":1,\"description\":\"<p>Flower<\\/p>\",\"all_zone_service\":0,\"app_home_page\":null,\"icon_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/module\\/2026-01-05-695bc1bd091a0.png\",\"thumbnail_full_url\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/module\\/thumbnail_1759480490.png\",\"translations\":[{\"id\":403,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":10,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Flower\",\"created_at\":null,\"updated_at\":null},{\"id\":404,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":10,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>Flower<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":429,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"10\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2026-01-05 19:20:53\",\"updated_at\":\"2026-01-05 19:20:53\"},{\"id\":430,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"10\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2025-10-03 14:04:50\",\"updated_at\":\"2025-10-03 14:04:50\"}]},\"ecommerce_item_details\":{\"id\":45,\"item_id\":102,\"brand_id\":null,\"created_at\":\"2025-10-05T12:56:55.000000Z\",\"updated_at\":\"2025-10-05T12:56:55.000000Z\",\"temp_product_id\":null},\"unit\":{\"id\":5,\"unit\":\"Pieces\",\"created_at\":\"2025-09-23T01:45:25.000000Z\",\"updated_at\":\"2025-09-28T17:33:47.000000Z\",\"translations\":[{\"id\":210,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":5,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"Pieces\",\"created_at\":null,\"updated_at\":null}]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, 'null', '2026-05-28 04:44:15', '2026-05-28 04:44:15', NULL, 0.00, 118, 'product_discount', NULL, 0.00000000, 0.00000000);

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

--
-- Table structure for table `order_payments`
--

CREATE TABLE `order_payments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `transaction_ref` varchar(255) DEFAULT NULL,
  `amount` decimal(8,2) NOT NULL DEFAULT 0.00,
  `payment_status` varchar(50) NOT NULL,
  `payment_method` varchar(100) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `order_references`
--

CREATE TABLE `order_references` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `is_reviewed` tinyint(1) NOT NULL DEFAULT 0,
  `is_review_canceled` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `order_references`
--

INSERT INTO `order_references` (`id`, `order_id`, `is_reviewed`, `is_review_canceled`, `created_at`, `updated_at`) VALUES
(1, 100001, 0, 0, '2024-10-11 02:04:45', '2024-10-11 02:04:45'),
(2, 100002, 0, 0, '2024-10-11 02:06:11', '2024-10-11 02:06:11'),
(3, 100003, 0, 0, '2024-10-11 03:13:57', '2024-10-11 03:13:57'),
(4, 100004, 0, 0, '2024-10-11 03:14:19', '2024-10-11 03:14:19'),
(5, 100005, 0, 0, '2024-10-11 03:14:44', '2024-10-11 03:14:44'),
(6, 100006, 0, 0, '2025-10-03 16:31:37', '2025-10-03 16:31:37'),
(7, 100007, 0, 0, '2025-10-03 16:36:49', '2025-10-03 16:36:49'),
(8, 100008, 0, 0, '2025-10-04 08:25:51', '2025-10-04 08:25:51'),
(9, 100009, 0, 0, '2025-10-04 08:34:17', '2025-10-04 08:34:17'),
(10, 100010, 0, 0, '2025-10-05 07:13:36', '2025-10-05 07:13:36'),
(11, 100011, 0, 0, '2025-10-06 15:02:22', '2025-10-06 15:02:22'),
(12, 100012, 0, 0, '2025-10-08 19:08:29', '2025-10-08 19:08:29'),
(13, 100013, 0, 0, '2025-10-08 19:11:18', '2025-10-08 19:11:18'),
(14, 100014, 0, 0, '2025-10-11 04:51:44', '2025-10-11 04:51:44'),
(15, 100015, 0, 0, '2025-10-11 19:19:23', '2025-10-11 19:19:23'),
(16, 100016, 0, 0, '2025-10-25 12:19:49', '2025-10-25 12:19:49'),
(17, 100017, 0, 0, '2025-10-31 00:29:13', '2025-10-31 00:29:13'),
(18, 100018, 0, 0, '2025-11-09 20:35:11', '2025-11-09 20:35:11'),
(19, 100019, 0, 0, '2025-11-17 08:56:55', '2025-11-17 08:56:55'),
(20, 100020, 0, 0, '2025-11-27 13:53:20', '2025-11-27 13:53:20'),
(21, 100021, 0, 0, '2025-11-30 13:10:28', '2025-11-30 13:10:28'),
(22, 100022, 0, 0, '2025-12-03 00:04:05', '2025-12-03 00:04:05'),
(23, 100023, 0, 0, '2025-12-04 17:35:24', '2025-12-04 17:35:24'),
(24, 100024, 0, 0, '2025-12-08 13:48:10', '2025-12-08 13:48:10'),
(25, 100025, 0, 0, '2025-12-08 13:53:25', '2025-12-08 13:53:25'),
(26, 100026, 0, 0, '2025-12-16 11:14:28', '2025-12-16 11:14:28'),
(27, 100027, 0, 0, '2025-12-16 12:03:52', '2025-12-16 12:03:52'),
(28, 100028, 0, 0, '2026-01-06 15:49:51', '2026-01-06 15:49:51'),
(29, 100029, 0, 0, '2026-04-08 11:47:17', '2026-04-08 11:47:17'),
(30, 100030, 0, 0, '2026-04-08 18:14:09', '2026-04-08 18:14:09'),
(31, 100031, 0, 0, '2026-04-09 09:04:41', '2026-04-09 09:04:41'),
(32, 100032, 0, 0, '2026-04-10 08:58:41', '2026-04-10 08:58:41'),
(33, 100033, 0, 0, '2026-04-10 09:00:29', '2026-04-10 09:00:29'),
(34, 100034, 0, 0, '2026-04-10 09:06:04', '2026-04-10 09:06:04'),
(35, 100035, 0, 0, '2026-04-12 14:23:01', '2026-04-12 14:23:01'),
(36, 100036, 0, 0, '2026-04-12 14:37:00', '2026-04-12 14:37:00'),
(37, 100037, 0, 0, '2026-05-28 04:32:17', '2026-05-28 04:32:17'),
(38, 100038, 0, 0, '2026-05-28 04:44:15', '2026-05-28 04:44:15');

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

--
-- Table structure for table `order_taxes`
--

CREATE TABLE `order_taxes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `tax_name` varchar(255) NOT NULL,
  `tax_type` varchar(255) NOT NULL,
  `tax_on` varchar(255) NOT NULL,
  `tax_rate` double(23,8) NOT NULL DEFAULT 0.00000000,
  `tax_amount` double(23,8) NOT NULL DEFAULT 0.00000000,
  `before_tax_amount` double(23,8) NOT NULL DEFAULT 0.00000000,
  `after_tax_amount` double(23,8) NOT NULL DEFAULT 0.00000000,
  `tax_payer` varchar(255) DEFAULT NULL,
  `country_code` varchar(20) DEFAULT NULL,
  `order_id` bigint(20) UNSIGNED DEFAULT NULL,
  `order_type` varchar(255) DEFAULT NULL,
  `quantity` int(11) DEFAULT 1,
  `tax_id` bigint(20) UNSIGNED NOT NULL,
  `taxable_id` bigint(20) UNSIGNED DEFAULT NULL,
  `taxable_type` varchar(255) DEFAULT NULL,
  `store_id` bigint(20) UNSIGNED DEFAULT NULL,
  `store_type` varchar(255) DEFAULT NULL,
  `system_tax_setup_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `order_transactions`
--

CREATE TABLE `order_transactions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `vendor_id` bigint(20) UNSIGNED DEFAULT NULL,
  `delivery_man_id` bigint(20) UNSIGNED DEFAULT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `order_amount` decimal(24,2) NOT NULL,
  `store_amount` decimal(24,2) NOT NULL DEFAULT 0.00,
  `admin_commission` decimal(24,2) NOT NULL,
  `received_by` varchar(255) NOT NULL,
  `status` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `delivery_charge` decimal(24,2) NOT NULL DEFAULT 0.00,
  `original_delivery_charge` decimal(24,2) NOT NULL DEFAULT 0.00,
  `tax` decimal(24,2) NOT NULL DEFAULT 0.00,
  `zone_id` bigint(20) UNSIGNED DEFAULT NULL,
  `module_id` bigint(20) UNSIGNED NOT NULL,
  `parcel_catgory_id` bigint(20) UNSIGNED DEFAULT NULL,
  `dm_tips` double(24,2) NOT NULL DEFAULT 0.00,
  `delivery_fee_comission` double(24,2) NOT NULL DEFAULT 0.00,
  `admin_expense` decimal(23,3) DEFAULT 0.000,
  `store_expense` double(23,3) DEFAULT 0.000,
  `discount_amount_by_store` double(23,3) DEFAULT 0.000,
  `additional_charge` double(23,3) NOT NULL DEFAULT 0.000,
  `extra_packaging_amount` double(23,3) NOT NULL DEFAULT 0.000,
  `ref_bonus_amount` double(23,3) NOT NULL DEFAULT 0.000,
  `commission_percentage` double(16,3) DEFAULT 0.000,
  `is_subscribed` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `order_transactions`
--

INSERT INTO `order_transactions` (`id`, `vendor_id`, `delivery_man_id`, `order_id`, `order_amount`, `store_amount`, `admin_commission`, `received_by`, `status`, `created_at`, `updated_at`, `delivery_charge`, `original_delivery_charge`, `tax`, `zone_id`, `module_id`, `parcel_catgory_id`, `dm_tips`, `delivery_fee_comission`, `admin_expense`, `store_expense`, `discount_amount_by_store`, `additional_charge`, `extra_packaging_amount`, `ref_bonus_amount`, `commission_percentage`, `is_subscribed`) VALUES
(1, 1, NULL, 100002, 101.00, 86.90, 14.10, 'store', NULL, '2024-10-11 03:10:02', '2024-10-11 03:10:02', 0.00, 0.00, 5.00, 1, 1, NULL, 0.00, 0.00, 0.400, 0.000, 3.600, 5.000, 0.000, 0.000, 10.000, 0),
(2, 1, 1, 100005, 127.00, 86.90, 14.65, 'deliveryman', NULL, '2024-10-11 03:15:54', '2024-10-11 03:15:54', 11.00, 10.45, 5.00, 1, 1, NULL, 15.00, 0.55, 0.400, 0.000, 3.600, 5.000, 0.000, 0.000, 10.000, 0);

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

--
-- Table structure for table `parcel_cancellations`
--

CREATE TABLE `parcel_cancellations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `reason` text DEFAULT NULL,
  `cancel_by` varchar(255) DEFAULT NULL,
  `note` text DEFAULT NULL,
  `return_otp` varchar(255) DEFAULT NULL,
  `return_fee` double DEFAULT 0,
  `return_fee_payment_status` varchar(255) DEFAULT 'unpaid',
  `return_date` datetime DEFAULT NULL,
  `dm_penalty_fee` double DEFAULT 0,
  `before_pickup` tinyint(1) NOT NULL DEFAULT 1,
  `set_return_date` tinyint(1) NOT NULL DEFAULT 0,
  `is_delivery_charge_refundable` tinyint(1) NOT NULL DEFAULT 0,
  `is_refunded` tinyint(1) NOT NULL DEFAULT 0,
  `refund_amount` double 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 `parcel_cancellation_reasons`
--

CREATE TABLE `parcel_cancellation_reasons` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `reason` varchar(255) NOT NULL,
  `user_type` enum('customer','admin','deliveryman','vendor') NOT NULL DEFAULT 'customer',
  `cancellation_type` enum('before_pickup','after_pickup') NOT NULL DEFAULT 'before_pickup',
  `status` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=active,0=inactive',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `parcel_categories`
--

CREATE TABLE `parcel_categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `image` varchar(191) DEFAULT NULL,
  `name` varchar(191) NOT NULL,
  `description` text NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `orders_count` int(11) NOT NULL DEFAULT 0,
  `module_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `parcel_per_km_shipping_charge` double(23,2) DEFAULT NULL,
  `parcel_minimum_shipping_charge` double(23,2) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `parcel_categories`
--

INSERT INTO `parcel_categories` (`id`, `image`, `name`, `description`, `status`, `orders_count`, `module_id`, `created_at`, `updated_at`, `parcel_per_km_shipping_charge`, `parcel_minimum_shipping_charge`) VALUES
(1, '2024-07-11-668fb5483df05.png', 'Documents', 'No passport or bank cheques allowed', 1, 0, 5, '2024-07-11 05:34:48', '2024-07-11 05:34:48', 2.00, 50.00),
(2, '2024-07-11-668fb58fe21d4.png', 'Electronics', 'Bubble wrapped, comments if fragile', 1, 0, 5, '2024-07-11 05:35:59', '2024-07-11 05:35:59', 5.00, 50.00),
(3, '2024-07-11-668fb5c67277f.png', 'Gifts', 'Flowers, cards, chocolates', 1, 0, 5, '2024-07-11 05:36:54', '2024-07-11 05:36:54', 5.00, 50.00),
(4, '2024-07-11-668fb6451975e.png', 'Package', 'Non-perishable goods, no food items - Not more than 5kg', 1, 0, 5, '2024-07-11 05:39:01', '2024-07-11 05:39:01', 5.00, 50.00);

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

--
-- Table structure for table `parcel_delivery_instructions`
--

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

--
-- Dumping data for table `parcel_delivery_instructions`
--

INSERT INTO `parcel_delivery_instructions` (`id`, `instruction`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Parcel contains food, make sure not to leak the food.', 1, '2024-07-11 05:41:03', '2024-07-11 05:41:03'),
(2, 'Parcel contains food, make sure not to leak the food.', 1, '2024-07-11 05:41:21', '2024-07-11 05:41:21'),
(3, 'Parcel contain fragile product so take care of this.', 1, '2024-07-11 05:41:37', '2024-07-11 05:41:37');

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

--
-- Table structure for table `partial_payments`
--

CREATE TABLE `partial_payments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `trip_id` bigint(20) UNSIGNED DEFAULT NULL,
  `transaction_ref` varchar(255) DEFAULT NULL,
  `amount` double(23,8) NOT NULL DEFAULT 0.00000000,
  `payment_status` enum('paid','unpaid') NOT NULL DEFAULT 'unpaid',
  `payment_method` 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;

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

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

CREATE TABLE `password_resets` (
  `email` varchar(255) DEFAULT NULL,
  `token` varchar(255) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `otp_hit_count` tinyint(4) NOT NULL DEFAULT 0,
  `is_blocked` tinyint(1) NOT NULL DEFAULT 0,
  `is_temp_blocked` tinyint(1) NOT NULL DEFAULT 0,
  `temp_block_time` timestamp NULL DEFAULT NULL,
  `created_by` varchar(50) DEFAULT 'user',
  `phone` varchar(50) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `password_resets`
--

INSERT INTO `password_resets` (`email`, `token`, `created_at`, `otp_hit_count`, `is_blocked`, `is_temp_blocked`, `temp_block_time`, `created_by`, `phone`) VALUES
(NULL, '644294', '2025-10-09 18:55:20', 0, 0, 0, NULL, 'user', '+916266999021'),
(NULL, '240917', '2025-10-19 00:19:08', 1, 0, 0, NULL, 'user', '+918827725941'),
('admin@admin.com', 'VTS3CGR3Z0R91WL', '2026-01-27 02:20:28', 0, 0, 0, NULL, 'admin', NULL),
('grocery@gmail.com', '6112', '2026-07-01 08:01:04', 0, 0, 0, NULL, 'user', NULL),
('grocery@gmail.com', '7370', '2026-07-01 08:02:40', 0, 0, 0, NULL, 'user', NULL);

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

--
-- Table structure for table `payment_requests`
--

CREATE TABLE `payment_requests` (
  `id` char(36) NOT NULL,
  `payer_id` varchar(64) DEFAULT NULL,
  `receiver_id` varchar(64) DEFAULT NULL,
  `payment_amount` decimal(24,2) NOT NULL DEFAULT 0.00,
  `gateway_callback_url` varchar(191) DEFAULT NULL,
  `success_hook` varchar(100) DEFAULT NULL,
  `failure_hook` varchar(100) DEFAULT NULL,
  `transaction_id` varchar(100) DEFAULT NULL,
  `currency_code` varchar(20) NOT NULL DEFAULT 'USD',
  `payment_method` varchar(50) DEFAULT NULL,
  `additional_data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
  `is_paid` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `payer_information` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
  `external_redirect_link` varchar(255) DEFAULT NULL,
  `receiver_information` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
  `attribute_id` varchar(64) DEFAULT NULL,
  `attribute` varchar(255) DEFAULT NULL,
  `payment_platform` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `payment_requests`
--

INSERT INTO `payment_requests` (`id`, `payer_id`, `receiver_id`, `payment_amount`, `gateway_callback_url`, `success_hook`, `failure_hook`, `transaction_id`, `currency_code`, `payment_method`, `additional_data`, `is_paid`, `created_at`, `updated_at`, `payer_information`, `external_redirect_link`, `receiver_information`, `attribute_id`, `attribute`, `payment_platform`) VALUES
('e6c8e264-137e-4a66-9ff0-52f87304247f', '4', '100', 105.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'paypal', '{\"business_name\":\"Business Name\",\"business_logo\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/business\\/2025-07-21-687e5e7f66462.png\"}', 0, '2025-10-03 16:31:40', '2025-10-03 16:31:40', '{\"name\":\"Vinay \",\"email\":\"vinaythomas31@gmail.com\",\"phone\":\"+916266999022\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100006', 'order', NULL),
('3aa1b6bb-8ba5-411e-a71f-ccddd5bbb5d6', '33', '100', 78.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'stripe', '{\"business_name\":\"Business Name\",\"business_logo\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/business\\/2025-07-21-687e5e7f66462.png\"}', 0, '2025-10-03 16:36:50', '2025-10-03 16:36:50', '{\"name\":\"Vinay \",\"email\":\"vinaythomas321@gmail.com\",\"phone\":\"+916266999021\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100007', 'order', NULL),
('1318b72f-47a8-481f-9ba3-71d5409d1547', '33', '100', 640.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'paypal', '{\"business_name\":\"Business Name\",\"business_logo\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/business\\/2025-07-21-687e5e7f66462.png\"}', 0, '2025-10-04 08:34:19', '2025-10-04 08:34:19', '{\"name\":\"Vinay \",\"email\":\"vinaythomas321@gmail.com\",\"phone\":\"+916268698889\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100009', 'order', NULL),
('b8de6fad-f0f7-4ef4-bede-946a8b4138c0', '33', '100', 1230.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'stripe', '{\"business_name\":\"Business Name\",\"business_logo\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/business\\/2025-07-21-687e5e7f66462.png\"}', 0, '2025-10-11 04:51:46', '2025-10-11 04:51:46', '{\"name\":\"Gdgvc \",\"email\":\"vinaythomas321@gmail.com\",\"phone\":\"+916266999021\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100014', 'order', NULL),
('afa73224-98fe-45b5-8a41-60530e8d5604', '16', '100', 2.00, NULL, 'wallet_success', 'wallet_failed', NULL, 'INR', 'stripe', '{\"business_name\":\"Business Name\",\"business_logo\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/business\\/2025-07-21-687e5e7f66462.png\"}', 0, '2025-11-17 07:33:59', '2025-11-17 07:33:59', '{\"name\":\"9395889770 \",\"email\":\"codewithbeastz@gmail.com\",\"phone\":\"+919395889770\",\"address\":\"\"}', 'http://localhost/wallet', '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '1', 'wallet_payments', NULL),
('78aef86e-214e-4526-a5c7-5ef723226791', '16', '100', 500.00, NULL, 'wallet_success', 'wallet_failed', NULL, 'INR', 'stripe', '{\"business_name\":\"Business Name\",\"business_logo\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/business\\/2025-07-21-687e5e7f66462.png\"}', 0, '2025-11-17 07:34:17', '2025-11-17 07:34:17', '{\"name\":\"9395889770 \",\"email\":\"codewithbeastz@gmail.com\",\"phone\":\"+919395889770\",\"address\":\"\"}', 'http://localhost/wallet', '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '2', 'wallet_payments', NULL),
('6927405d-7885-478c-8d52-2943e2e06e08', '36', '100', 254.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'stripe', '{\"business_name\":\"Business Name\",\"business_logo\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/business\\/2025-07-21-687e5e7f66462.png\"}', 0, '2025-11-17 08:56:57', '2025-11-17 08:56:57', '{\"name\":\"Sruhanmk \",\"email\":\"fhhtssa@gamil.com\",\"phone\":\"+918898579655\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100019', 'order', NULL),
('9183ee28-8023-43d1-9cf3-2caad6c2bfca', '217', '100', 65.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'paypal', '{\"business_name\":\"Business Name\",\"business_logo\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/business\\/2025-07-21-687e5e7f66462.png\"}', 0, '2025-12-03 00:04:10', '2025-12-03 00:04:10', '{\"name\":\"Kumar \",\"email\":\"taggf@gmail.com\",\"phone\":\"+918855231248\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100022', 'order', NULL),
('3b2a3e05-0cf0-49e8-83e1-58c585ec604f', '16', '100', 2.00, NULL, 'wallet_success', 'wallet_failed', NULL, 'INR', 'stripe', '{\"business_name\":\"Business Name\",\"business_logo\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/business\\/2025-07-21-687e5e7f66462.png\"}', 0, '2025-12-03 07:50:45', '2025-12-03 07:50:45', '{\"name\":\"9395889770 \",\"email\":\"codewithbeastz@gmail.com\",\"phone\":\"+919395889770\",\"address\":\"\"}', 'http://localhost/wallet', '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '3', 'wallet_payments', NULL),
('0caf3e6e-d564-4a74-bf81-a911a51fdd36', '227', '100', 377.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'stripe', '{\"business_name\":\"Business Name\",\"business_logo\":\"https:\\/\\/srv643326.hstgr.cloud\\/storage\\/app\\/public\\/business\\/2025-07-21-687e5e7f66462.png\"}', 0, '2025-12-04 17:35:26', '2025-12-04 17:35:26', '{\"name\":\"Shisei \",\"email\":\"ahsiiwiwwo@gmail.com\",\"phone\":\"+919732587488\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100023', 'order', NULL),
('15fce700-f439-46bc-b316-115986ec8efd', '2', '100', 10.00, NULL, 'wallet_success', 'wallet_failed', NULL, 'INR', 'stripe', '{\"business_name\":\"Business Name\",\"business_logo\":\"https:\\/\\/blinkit.devteam.click\\/storage\\/app\\/public\\/business\\/2025-07-21-687e5e7f66462.png\"}', 0, '2025-12-15 22:21:02', '2025-12-15 22:21:02', '{\"name\":\"John Doe\",\"email\":\"john@gmail.com\",\"phone\":\"+918585858585\",\"address\":\"\"}', 'http://localhost/wallet', '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '4', 'wallet_payments', NULL),
('bd66b21c-cf9f-4029-99f7-9bdca2fe6a67', '2', '100', 55.00, NULL, 'wallet_success', 'wallet_failed', NULL, 'INR', 'stripe', '{\"business_name\":\"Business Name\",\"business_logo\":\"https:\\/\\/blinkit.devteam.click\\/storage\\/app\\/public\\/business\\/2025-07-21-687e5e7f66462.png\"}', 0, '2025-12-16 16:33:30', '2025-12-16 16:33:30', '{\"name\":\"John Doe\",\"email\":\"john@gmail.com\",\"phone\":\"+918585858585\",\"address\":\"\"}', 'http://localhost/wallet', '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '5', 'wallet_payments', NULL),
('4dc9b298-5b8c-458d-8a56-7d9126ddad9b', '283', '100', 386.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'paypal', '{\"business_name\":\"Business Name\",\"business_logo\":\"https:\\/\\/inallmart.jeshify.com\\/storage\\/app\\/public\\/business\\/2025-07-21-687e5e7f66462.png\"}', 0, '2026-01-06 15:49:53', '2026-01-06 15:49:53', '{\"name\":\"Lahi \",\"email\":\"taklbhgf@gmail.com\",\"phone\":\"+918247017872\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100028', 'order', NULL),
('300ae985-0644-4afa-ab3b-0b31f3213e4c', '21', '100', 12000.00, NULL, 'wallet_success', 'wallet_failed', NULL, 'INR', 'paypal', '{\"business_name\":\"Nexbloom\",\"business_logo\":\"https:\\/\\/app.nexbloominternational.com\\/storage\\/app\\/public\\/business\\/2026-03-30-69cab5c7cfb38.webp\"}', 0, '2026-04-09 09:02:42', '2026-04-09 09:02:42', '{\"name\":\"Sharvan \",\"email\":\"tsharvan571@gmail.com\",\"phone\":\"+917080297323\",\"address\":\"\"}', 'http://localhost/wallet', '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '6', 'wallet_payments', NULL);

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

--
-- Table structure for table `pharmacy_item_details`
--

CREATE TABLE `pharmacy_item_details` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `item_id` bigint(20) UNSIGNED DEFAULT NULL,
  `common_condition_id` bigint(20) UNSIGNED DEFAULT NULL,
  `is_basic` tinyint(1) NOT NULL DEFAULT 0,
  `temp_product_id` bigint(20) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `is_prescription_required` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `pharmacy_item_details`
--

INSERT INTO `pharmacy_item_details` (`id`, `item_id`, `common_condition_id`, `is_basic`, `temp_product_id`, `created_at`, `updated_at`, `is_prescription_required`) VALUES
(1, 11, NULL, 1, NULL, '2024-10-11 01:17:58', '2024-10-11 01:17:58', 1),
(2, 12, NULL, 1, NULL, '2024-10-11 01:19:14', '2024-10-11 01:19:14', 1),
(3, 249, NULL, 0, NULL, '2026-01-10 22:56:34', '2026-01-10 22:56:34', 0),
(4, 250, NULL, 0, NULL, '2026-01-10 22:58:00', '2026-01-10 22:58:00', 0),
(5, 251, NULL, 0, NULL, '2026-01-10 23:00:04', '2026-01-10 23:00:04', 0),
(6, 252, NULL, 0, NULL, '2026-01-10 23:02:09', '2026-01-10 23:02:09', 0),
(7, 253, NULL, 0, NULL, '2026-01-10 23:04:19', '2026-01-10 23:04:19', 0),
(8, 254, NULL, 0, NULL, '2026-01-10 23:11:07', '2026-01-10 23:11:07', 0),
(9, 255, NULL, 0, NULL, '2026-01-10 23:13:27', '2026-01-10 23:13:27', 0),
(10, 256, NULL, 0, NULL, '2026-01-10 23:14:41', '2026-01-10 23:14:41', 0),
(11, 257, NULL, 0, NULL, '2026-01-10 23:16:44', '2026-01-10 23:16:44', 0),
(12, 258, NULL, 0, NULL, '2026-01-10 23:18:31', '2026-01-10 23:18:31', 0),
(13, 259, NULL, 0, NULL, '2026-01-10 23:22:05', '2026-01-10 23:22:05', 0),
(14, 260, NULL, 0, NULL, '2026-01-10 23:25:21', '2026-01-10 23:25:21', 0),
(15, 261, NULL, 0, NULL, '2026-01-10 23:27:56', '2026-01-10 23:27:56', 0),
(16, 262, NULL, 0, NULL, '2026-01-10 23:37:05', '2026-01-10 23:37:05', 0),
(17, 263, NULL, 0, NULL, '2026-01-10 23:40:11', '2026-01-10 23:40:11', 0),
(18, 264, NULL, 0, NULL, '2026-01-10 23:41:54', '2026-01-10 23:41:54', 0),
(19, 265, NULL, 0, NULL, '2026-01-10 23:47:11', '2026-01-10 23:47:11', 0),
(20, 266, NULL, 0, NULL, '2026-01-10 23:52:49', '2026-01-10 23:52:49', 0),
(21, 267, NULL, 0, NULL, '2026-01-11 00:12:00', '2026-01-11 00:12:00', 0),
(22, 268, NULL, 0, NULL, '2026-01-11 00:14:38', '2026-01-11 00:14:38', 0),
(23, 269, NULL, 0, NULL, '2026-01-11 00:17:27', '2026-01-11 00:17:27', 0),
(24, 270, NULL, 0, NULL, '2026-01-11 00:21:32', '2026-01-11 00:21:32', 0),
(25, 271, NULL, 0, NULL, '2026-01-11 00:32:06', '2026-01-11 00:32:06', 0),
(26, 272, NULL, 0, NULL, '2026-01-11 00:33:48', '2026-01-11 00:33:48', 0),
(27, 273, NULL, 0, NULL, '2026-01-11 00:35:25', '2026-01-11 00:35:25', 0),
(28, 274, NULL, 0, NULL, '2026-01-11 00:37:44', '2026-01-11 00:37:44', 0),
(29, 275, NULL, 0, NULL, '2026-01-11 00:40:07', '2026-01-11 00:40:07', 0),
(30, 276, NULL, 0, NULL, '2026-01-11 00:48:51', '2026-01-11 00:48:51', 0),
(31, 277, NULL, 0, NULL, '2026-01-11 00:50:46', '2026-01-11 00:50:46', 0),
(32, 278, NULL, 0, NULL, '2026-01-11 00:52:48', '2026-01-11 00:52:48', 0),
(33, 279, 2, 0, NULL, '2026-01-11 01:51:49', '2026-01-11 01:51:49', 0),
(34, 280, 2, 0, NULL, '2026-01-11 01:54:09', '2026-01-11 01:54:09', 0),
(35, 281, 2, 0, NULL, '2026-01-11 01:58:09', '2026-01-11 01:58:09', 0),
(36, 282, 1, 0, NULL, '2026-01-11 02:03:38', '2026-01-11 02:03:38', 0),
(37, 283, 1, 0, NULL, '2026-01-11 02:08:14', '2026-01-11 02:08:14', 0),
(38, 284, 1, 0, NULL, '2026-01-11 02:10:27', '2026-01-11 02:10:27', 0),
(39, 285, 1, 0, NULL, '2026-01-11 02:13:52', '2026-01-11 02:13:52', 0),
(40, 286, 2, 0, NULL, '2026-01-11 02:15:34', '2026-01-11 02:15:34', 0);

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

--
-- Table structure for table `phone_verifications`
--

CREATE TABLE `phone_verifications` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `phone` varchar(255) NOT NULL,
  `token` varchar(255) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `otp_hit_count` tinyint(4) NOT NULL DEFAULT 0,
  `is_blocked` tinyint(1) NOT NULL DEFAULT 0,
  `is_temp_blocked` tinyint(1) NOT NULL DEFAULT 0,
  `temp_block_time` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `phone_verifications`
--

INSERT INTO `phone_verifications` (`id`, `phone`, `token`, `created_at`, `updated_at`, `otp_hit_count`, `is_blocked`, `is_temp_blocked`, `temp_block_time`) VALUES
(1, '+919007587211', '365507', '2025-10-05 17:26:15', '2025-10-05 17:26:15', 0, 0, 0, NULL),
(2, '+916266999021', '218799', '2025-10-03 15:47:47', '2025-10-03 15:47:47', 0, 0, 0, NULL),
(3, '+918801121880', '865360', '2025-11-02 10:52:41', '2025-11-02 10:52:41', 0, 0, 0, NULL),
(4, '+919599150592', '648007', '2025-11-23 19:19:53', '2025-11-23 19:19:53', 0, 0, 0, NULL),
(5, '+916266999023', '538003', '2025-10-07 09:40:00', '2025-10-07 09:40:00', 0, 0, 0, NULL),
(6, '+919389571512', '686900', '2025-10-08 18:07:24', '2025-10-08 18:07:24', 0, 0, 0, NULL),
(7, '+919945320425', '245377', '2025-10-09 11:17:57', '2025-10-09 11:17:57', 0, 0, 0, NULL),
(8, '+919694599302', '176442', '2025-10-09 10:11:47', '2025-10-09 10:11:47', 0, 0, 0, NULL),
(9, '+918690326597', '771273', '2025-10-09 13:29:07', '2025-10-09 13:29:07', 0, 0, 0, NULL),
(10, '+917903604643', '491861', '2025-10-10 06:46:06', '2025-10-10 06:46:06', 0, 0, 0, NULL),
(11, '+919696969696', '158870', '2025-10-11 15:18:28', '2025-10-11 15:18:28', 0, 0, 0, NULL),
(12, '+918827725941', '766819', '2025-10-17 14:05:51', '2025-10-17 14:06:50', 1, 0, 0, NULL),
(13, '+919335261343', '362764', '2025-10-17 16:39:17', '2025-10-17 16:39:17', 0, 0, 0, NULL),
(14, '+917571050235', '484753', '2025-10-17 16:40:25', '2025-10-17 16:40:25', 0, 0, 0, NULL),
(15, '+919485073266', '960007', '2025-10-27 13:27:04', '2025-10-27 13:29:23', 1, 0, 0, NULL),
(16, '+919700880237', '170631', '2025-11-02 10:52:14', '2025-11-02 10:52:14', 0, 0, 0, NULL),
(17, '+9779809142786', '502915', '2025-11-09 20:23:40', '2025-11-09 20:23:40', 0, 0, 0, NULL),
(18, '+9779865137206', '245584', '2025-11-09 20:24:25', '2025-11-09 20:24:25', 0, 0, 0, NULL),
(19, '+919664706095', '281700', '2025-11-11 12:55:27', '2025-11-11 12:55:55', 1, 0, 0, NULL),
(20, '+919395889770', '493140', '2026-01-27 07:00:57', '2026-01-27 07:00:57', 0, 0, 0, NULL),
(21, '+918866323232', '996680', '2025-11-15 14:44:28', '2025-11-15 14:44:28', 0, 0, 0, NULL),
(22, '+919831344362', '873452', '2025-11-16 19:17:01', '2025-11-16 19:17:01', 0, 0, 0, NULL),
(23, '+918866742746', '149445', '2025-11-17 08:49:13', '2025-11-17 08:49:13', 0, 0, 0, NULL),
(24, '+919966638810', '904877', '2025-11-27 21:24:41', '2025-11-27 21:24:41', 0, 0, 0, NULL),
(25, '+919302251739', '825026', '2025-12-05 20:40:16', '2025-12-05 20:40:16', 0, 0, 0, NULL),
(26, '+918904682690', '267956', '2025-12-09 13:09:23', '2025-12-09 13:09:33', 1, 0, 0, NULL),
(27, '+918585858585', '823460', '2026-01-08 17:11:22', '2026-01-08 17:11:22', 0, 0, 0, NULL),
(28, '+918585858555', '716094', '2026-01-08 17:54:34', '2026-01-08 17:54:34', 0, 0, 0, NULL),
(29, '+8801714690829', '609165', '2026-01-09 15:35:36', '2026-01-09 15:35:36', 0, 0, 0, NULL),
(30, '+8801714659428', '904406', '2026-01-09 15:35:51', '2026-01-09 15:35:51', 0, 0, 0, NULL),
(31, '+918337998879', '188274', '2026-01-21 15:21:09', '2026-01-21 15:21:09', 0, 0, 0, NULL),
(32, '+971501329079', '529304', '2026-01-21 16:04:37', '2026-01-21 16:04:37', 0, 0, 0, NULL),
(33, '+919110908968', '117506', '2026-01-21 16:15:10', '2026-01-21 16:15:10', 0, 0, 0, NULL),
(34, '+918210369247', '123641', '2026-01-21 16:15:34', '2026-01-21 16:15:34', 0, 0, 0, NULL),
(35, '+919876543210', '169978', '2026-01-27 07:10:48', '2026-01-27 07:10:48', 0, 0, 0, NULL),
(36, '+2349032617923', '570117', '2026-01-21 17:41:53', '2026-01-21 17:41:53', 0, 0, 0, NULL),
(37, '+243974494333', '709179', '2026-01-22 02:24:13', '2026-01-22 02:24:13', 0, 0, 0, NULL),
(38, '+2250504168982', '491563', '2026-01-25 21:38:00', '2026-01-25 21:38:00', 0, 0, 0, NULL),
(39, '+916301584856', '326752', '2026-01-26 23:57:31', '2026-01-26 23:57:31', 0, 0, 0, NULL),
(40, '+917569113439', '900717', '2026-01-26 06:45:03', '2026-01-26 06:45:03', 0, 0, 0, NULL),
(41, '+919395555888', '112125', '2026-01-26 20:53:30', '2026-01-26 20:53:30', 0, 0, 0, NULL),
(42, '+201008922412', '504484', '2026-01-27 04:06:27', '2026-01-27 04:06:27', 0, 0, 0, NULL),
(43, '+918817404058', '685138', '2026-04-15 07:00:34', '2026-04-15 07:00:34', 0, 0, 0, NULL),
(44, '+917905723855', '139630', '2026-04-08 18:00:19', '2026-04-08 18:00:19', 0, 0, 0, NULL),
(45, '+917080297323', '208020', '2026-04-22 11:50:06', '2026-04-22 11:50:06', 0, 0, 0, NULL),
(46, '+919179797318', '513622', '2026-04-12 07:23:30', '2026-04-12 07:23:30', 0, 0, 0, NULL),
(47, '+917880323039', '209768', '2026-04-12 14:23:55', '2026-04-12 14:23:55', 0, 0, 0, NULL),
(48, '+919399872875', '989589', '2026-04-22 17:39:34', '2026-04-22 17:39:34', 0, 0, 0, NULL),
(49, '+918817404059', '253657', '2026-04-23 08:17:40', '2026-04-23 08:17:55', 1, 0, 0, NULL);

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

--
-- Table structure for table `priority_lists`
--

CREATE TABLE `priority_lists` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `value` varchar(255) NOT NULL,
  `type` 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;

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

--
-- Table structure for table `provide_d_m_earnings`
--

CREATE TABLE `provide_d_m_earnings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `delivery_man_id` bigint(20) UNSIGNED NOT NULL,
  `amount` decimal(24,2) NOT NULL DEFAULT 0.00,
  `method` varchar(255) DEFAULT NULL,
  `ref` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `provide_d_m_earnings`
--

INSERT INTO `provide_d_m_earnings` (`id`, `delivery_man_id`, `amount`, `method`, `ref`, `created_at`, `updated_at`) VALUES
(1, 1, 25.45, 'adjustment', 'delivery_man_wallet_adjustment_partial', '2024-10-11 03:16:52', '2024-10-11 03:16:52');

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

--
-- Table structure for table `react_promotional_banners`
--

CREATE TABLE `react_promotional_banners` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(100) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `image` varchar(100) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `react_promotional_banners`
--

INSERT INTO `react_promotional_banners` (`id`, `title`, `description`, `image`, `status`, `created_at`, `updated_at`) VALUES
(1, NULL, NULL, '2023-08-16-64dcac89cd0fa.png', 1, '2025-12-06 14:10:24', '2025-12-06 14:10:24'),
(2, NULL, NULL, '2023-08-16-64dcac93a324a.png', 1, '2025-12-06 14:10:24', '2025-12-06 14:10:24'),
(3, NULL, NULL, '2023-08-16-64dcad5a24940.png', 1, '2025-12-06 14:10:24', '2025-12-06 14:10:24'),
(4, NULL, NULL, '2024-04-20-6623944c31c97.png', 1, '2025-12-06 14:10:24', '2025-12-06 14:10:24');

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

--
-- Table structure for table `react_testimonials`
--

CREATE TABLE `react_testimonials` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(100) DEFAULT NULL,
  `designation` varchar(100) DEFAULT NULL,
  `review` text DEFAULT NULL,
  `reviewer_image` varchar(255) DEFAULT NULL,
  `company_image` varchar(255) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `react_testimonials`
--

INSERT INTO `react_testimonials` (`id`, `name`, `designation`, `review`, `reviewer_image`, `company_image`, `status`, `created_at`, `updated_at`) VALUES
(1, 'John Doe', 'CTO', 'Very good Service.', '2024-04-20-6623949d88131.png', 'def.png', 1, '2023-08-16 00:05:42', '2024-04-20 05:10:37');

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

--
-- Table structure for table `recent_searches`
--

CREATE TABLE `recent_searches` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `module_id` bigint(20) UNSIGNED DEFAULT NULL,
  `user_type` varchar(255) DEFAULT NULL,
  `route_name` varchar(255) DEFAULT NULL,
  `route_uri` varchar(255) DEFAULT NULL,
  `route_full_url` varchar(255) DEFAULT NULL,
  `keyword` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `recent_searches`
--

INSERT INTO `recent_searches` (`id`, `user_id`, `module_id`, `user_type`, `route_name`, `route_uri`, `route_full_url`, `keyword`, `created_at`, `updated_at`) VALUES
(1, 3, 2, 'admin', 'Business Settings Store Index', 'admin/business-settings/business-setup/store', 'https://blinkit.devteam.click/admin/business-settings/business-setup/store?keyword=prod', 'prod', '2025-12-18 15:44:13', '2025-12-18 15:44:13'),
(2, 3, NULL, 'admin', 'Admin Settings', 'admin/settings', 'https://blinkit.devteam.click/admin/settings?keyword=admin pass', 'admin pass', '2025-12-18 15:46:19', '2025-12-18 15:46:19');

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

--
-- Table structure for table `refunds`
--

CREATE TABLE `refunds` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `order_status` varchar(50) NOT NULL,
  `image` varchar(255) DEFAULT NULL,
  `customer_reason` varchar(255) DEFAULT NULL,
  `customer_note` text DEFAULT NULL,
  `admin_note` text DEFAULT NULL,
  `refund_amount` decimal(23,3) NOT NULL DEFAULT 0.000,
  `refund_status` varchar(50) NOT NULL,
  `refund_method` varchar(100) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `refund_reasons`
--

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

--
-- Dumping data for table `refund_reasons`
--

INSERT INTO `refund_reasons` (`id`, `reason`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Received Wrong/Broken Item', 1, '2023-08-16 23:39:23', '2024-10-09 13:41:59');

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

--
-- Table structure for table `rental_carts`
--

CREATE TABLE `rental_carts` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `provider_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `vehicle_id` bigint(20) UNSIGNED NOT NULL,
  `module_id` bigint(20) UNSIGNED NOT NULL,
  `quantity` int(11) NOT NULL DEFAULT 1,
  `is_guest` tinyint(1) NOT NULL DEFAULT 0,
  `price` double(23,8) NOT NULL DEFAULT 0.00000000,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `rental_cart_user_data`
--

CREATE TABLE `rental_cart_user_data` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `pickup_location` text DEFAULT NULL,
  `destination_location` text DEFAULT NULL,
  `pickup_time` datetime DEFAULT NULL,
  `rental_type` enum('hourly','distance_wise','day_wise') DEFAULT 'hourly',
  `estimated_hours` double(23,8) NOT NULL DEFAULT 0.00000000,
  `distance` double(23,8) NOT NULL DEFAULT 0.00000000,
  `total_cart_price` double(23,8) NOT NULL DEFAULT 0.00000000,
  `destination_time` double(23,8) NOT NULL DEFAULT 0.00000000,
  `is_guest` 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 `rental_email_templates`
--

CREATE TABLE `rental_email_templates` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(100) DEFAULT NULL,
  `body` text DEFAULT NULL,
  `body_2` text DEFAULT NULL,
  `background_image` varchar(100) DEFAULT NULL,
  `image` varchar(100) DEFAULT NULL,
  `logo` varchar(100) DEFAULT NULL,
  `icon` varchar(100) DEFAULT NULL,
  `button_name` varchar(100) DEFAULT NULL,
  `button_url` varchar(255) DEFAULT NULL,
  `footer_text` varchar(255) DEFAULT NULL,
  `copyright_text` varchar(255) DEFAULT NULL,
  `type` varchar(255) DEFAULT NULL,
  `email_type` varchar(255) DEFAULT NULL,
  `email_template` varchar(255) DEFAULT NULL,
  `privacy` tinyint(1) NOT NULL DEFAULT 0,
  `refund` tinyint(1) NOT NULL DEFAULT 0,
  `cancelation` tinyint(1) NOT NULL DEFAULT 0,
  `contact` tinyint(1) NOT NULL DEFAULT 0,
  `facebook` tinyint(1) NOT NULL DEFAULT 0,
  `instagram` tinyint(1) NOT NULL DEFAULT 0,
  `twitter` tinyint(1) NOT NULL DEFAULT 0,
  `linkedin` tinyint(1) NOT NULL DEFAULT 0,
  `pinterest` tinyint(1) NOT NULL DEFAULT 0,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `rental_wishlishes`
--

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

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

--
-- Table structure for table `reviews`
--

CREATE TABLE `reviews` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `item_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `comment` mediumtext DEFAULT NULL,
  `attachment` varchar(255) DEFAULT NULL,
  `rating` int(11) NOT NULL DEFAULT 0,
  `order_id` bigint(20) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `item_campaign_id` bigint(20) UNSIGNED DEFAULT NULL,
  `status` tinyint(1) DEFAULT 1,
  `module_id` bigint(20) UNSIGNED NOT NULL,
  `store_id` bigint(20) UNSIGNED DEFAULT NULL,
  `reply` text DEFAULT NULL,
  `review_id` varchar(100) DEFAULT NULL,
  `replied_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `social_media`
--

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

--
-- Dumping data for table `social_media`
--

INSERT INTO `social_media` (`id`, `name`, `link`, `status`, `created_at`, `updated_at`) VALUES
(1, 'instagram', '#', 1, NULL, NULL),
(2, 'facebook', '#', 1, NULL, NULL),
(3, 'twitter', '#', 1, NULL, NULL),
(4, 'linkedin', '#', 1, NULL, NULL),
(5, 'pinterest', '#', 1, NULL, NULL);

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

--
-- Table structure for table `soft_credentials`
--

CREATE TABLE `soft_credentials` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `key` varchar(255) DEFAULT NULL,
  `value` longtext 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 `storages`
--

CREATE TABLE `storages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `data_type` varchar(255) NOT NULL,
  `data_id` varchar(100) NOT NULL,
  `key` varchar(255) DEFAULT NULL,
  `value` 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 `storages`
--

INSERT INTO `storages` (`id`, `data_type`, `data_id`, `key`, `value`, `created_at`, `updated_at`) VALUES
(1, 'App\\Models\\BusinessSetting', '18', NULL, 'public', '2026-03-30 23:11:27', '2026-03-30 23:11:27'),
(2, 'App\\Models\\BusinessSetting', '96', NULL, 'public', '2026-03-30 23:11:28', '2026-03-30 23:11:28'),
(3, 'App\\Models\\BusinessSetting', '142', NULL, 'public', '2024-06-05 23:23:50', '2024-06-05 23:23:50'),
(4, 'App\\Models\\BusinessSetting', '143', NULL, 'public', '2024-06-05 23:23:50', '2024-06-05 23:23:50'),
(5, 'App\\Models\\BusinessSetting', '144', NULL, 'public', '2024-06-05 23:23:55', '2024-06-05 23:23:55'),
(6, 'App\\Models\\BusinessSetting', '145', NULL, 'public', '2024-06-05 23:27:22', '2024-06-05 23:27:22'),
(7, 'App\\Models\\BusinessSetting', '146', NULL, 'public', '2024-06-05 23:27:22', '2024-06-05 23:27:22'),
(8, 'App\\Models\\BusinessSetting', '147', NULL, 'public', '2024-06-05 23:24:14', '2024-06-05 23:24:14'),
(9, 'App\\Models\\BusinessSetting', '139', NULL, 'public', '2026-07-15 00:39:32', '2026-07-15 00:39:32'),
(10, 'App\\Models\\Module', '2', 'icon', 'public', '2026-01-14 02:03:55', '2026-01-14 02:03:55'),
(11, 'App\\Models\\Module', '2', 'thumbnail', 'public', '2024-07-11 04:30:35', '2024-07-11 04:30:35'),
(12, 'App\\Models\\Module', '3', 'icon', 'public', '2026-01-14 02:04:16', '2026-01-14 02:04:16'),
(13, 'App\\Models\\Module', '3', 'thumbnail', 'public', '2024-07-11 04:35:29', '2024-07-11 04:35:29'),
(14, 'App\\Models\\Module', '4', 'icon', 'public', '2026-01-14 02:04:40', '2026-01-14 02:04:40'),
(15, 'App\\Models\\Module', '4', 'thumbnail', 'public', '2024-07-11 04:38:30', '2024-07-11 04:38:30'),
(16, 'App\\Models\\Module', '5', 'icon', 'public', '2026-01-05 19:19:36', '2026-01-05 19:19:36'),
(17, 'App\\Models\\Module', '5', 'thumbnail', 'public', '2024-07-11 04:40:53', '2024-07-11 04:40:53'),
(18, 'App\\Models\\DataSetting', '5', NULL, 'public', '2026-01-05 22:43:18', '2026-01-05 22:43:18'),
(19, 'App\\Models\\DataSetting', '6', NULL, 'public', '2026-01-05 22:43:18', '2026-01-05 22:43:18'),
(20, 'App\\Models\\DataSetting', '7', NULL, 'public', '2026-01-05 22:43:18', '2026-01-05 22:43:18'),
(21, 'App\\Models\\DataSetting', '8', NULL, 'public', '2026-01-05 22:43:18', '2026-01-05 22:43:18'),
(22, 'App\\Models\\DataSetting', '9', NULL, 'public', '2026-01-05 22:43:18', '2026-01-05 22:43:18'),
(23, 'App\\Models\\DataSetting', '10', NULL, 'public', '2026-01-05 22:43:18', '2026-01-05 22:43:18'),
(24, 'App\\Models\\DataSetting', '11', NULL, 'public', '2026-01-05 22:43:18', '2026-01-05 22:43:18'),
(25, 'App\\Models\\DataSetting', '12', NULL, 'public', '2026-01-05 22:43:18', '2026-01-05 22:43:18'),
(26, 'App\\Models\\DataSetting', '13', NULL, 'public', '2026-01-05 22:43:18', '2026-01-05 22:43:18'),
(27, 'App\\Models\\AdminPromotionalBanner', '2', 'image', 'public', '2024-07-11 04:46:51', '2024-07-11 04:46:51'),
(28, 'App\\Models\\AdminPromotionalBanner', '3', 'image', 'public', '2024-07-11 04:47:39', '2024-07-11 04:47:39'),
(29, 'App\\Models\\AdminPromotionalBanner', '1', 'image', 'public', '2024-07-11 04:47:50', '2024-07-11 04:47:50'),
(30, 'App\\Models\\AdminPromotionalBanner', '4', 'image', 'public', '2024-07-11 04:48:37', '2024-07-11 04:48:37'),
(31, 'App\\Models\\DataSetting', '18', NULL, 'public', '2024-07-11 04:50:29', '2024-07-11 04:50:29'),
(32, 'App\\Models\\DataSetting', '20', NULL, 'public', '2024-07-11 04:50:03', '2024-07-11 04:50:03'),
(33, 'App\\Models\\DataSetting', '24', NULL, 'public', '2026-01-05 22:43:32', '2026-01-05 22:43:32'),
(34, 'App\\Models\\DataSetting', '25', NULL, 'public', '2026-01-05 22:43:32', '2026-01-05 22:43:32'),
(35, 'App\\Models\\DataSetting', '26', NULL, 'public', '2026-01-05 22:43:32', '2026-01-05 22:43:32'),
(36, 'App\\Models\\AdminTestimonial', '2', 'reviewer_image', 'public', '2024-07-11 04:53:07', '2024-07-11 04:53:07'),
(37, 'App\\Models\\AdminTestimonial', '2', 'company_image', 'public', '2024-07-11 04:53:07', '2024-07-11 04:53:07'),
(38, 'App\\Models\\AdminTestimonial', '3', 'reviewer_image', 'public', '2024-07-11 04:53:27', '2024-07-11 04:53:27'),
(39, 'App\\Models\\AdminTestimonial', '3', 'company_image', 'public', '2024-07-11 04:53:27', '2024-07-11 04:53:27'),
(40, 'App\\Models\\DataSetting', '29', NULL, 'public', '2024-07-11 04:54:41', '2024-07-11 04:54:41'),
(41, 'App\\Models\\DataSetting', '30', NULL, 'public', '2024-07-11 04:54:41', '2024-07-11 04:54:41'),
(42, 'App\\Models\\DataSetting', '31', NULL, 'public', '2024-07-11 04:54:41', '2024-07-11 04:54:41'),
(43, 'App\\Models\\DataSetting', '22', NULL, 'public', '2024-07-11 04:56:54', '2024-07-11 04:56:54'),
(44, 'App\\Models\\AdminSpecialCriteria', '7', 'image', 'public', '2024-07-11 04:57:04', '2024-07-11 04:57:04'),
(45, 'App\\Models\\DataSetting', '14', NULL, 'public', '2024-07-11 05:02:59', '2024-07-11 05:02:59'),
(46, 'App\\Models\\DataSetting', '15', NULL, 'public', '2024-07-11 05:02:59', '2024-07-11 05:02:59'),
(47, 'App\\Models\\Store', '1', 'logo', 'public', '2024-07-11 05:08:16', '2024-07-11 05:08:16'),
(48, 'App\\Models\\Store', '1', 'cover_photo', 'public', '2026-01-09 01:33:30', '2026-01-09 01:33:30'),
(49, 'App\\Models\\ModuleWiseBanner', '1', 'value', 'public', '2026-01-15 14:44:04', '2026-01-15 14:44:04'),
(50, 'App\\Models\\ModuleWiseBanner', '2', 'value', 'public', '2024-07-11 05:28:09', '2024-07-11 05:28:09'),
(51, 'App\\Models\\ModuleWiseBanner', '3', 'value', 'public', '2024-07-11 05:28:09', '2024-07-11 05:28:09'),
(52, 'App\\Models\\ModuleWiseBanner', '4', 'value', 'public', '2024-07-11 05:28:09', '2024-07-11 05:28:09'),
(53, 'App\\Models\\ModuleWiseBanner', '5', 'value', 'public', '2024-07-11 05:28:09', '2024-07-11 05:28:09'),
(54, 'App\\Models\\ModuleWiseBanner', '6', 'value', 'public', '2024-07-11 05:28:09', '2024-07-11 05:28:09'),
(55, 'App\\Models\\ModuleWiseBanner', '7', 'value', 'public', '2024-07-11 05:29:15', '2024-07-11 05:29:15'),
(56, 'App\\Models\\ModuleWiseBanner', '8', 'value', 'public', '2024-07-11 05:29:15', '2024-07-11 05:29:15'),
(57, 'App\\Models\\ModuleWiseBanner', '9', 'value', 'public', '2024-07-11 05:29:15', '2024-07-11 05:29:15'),
(58, 'App\\Models\\ModuleWiseBanner', '10', 'value', 'public', '2024-07-11 05:29:15', '2024-07-11 05:29:15'),
(59, 'App\\Models\\ModuleWiseBanner', '11', 'value', 'public', '2024-07-11 05:29:15', '2024-07-11 05:29:15'),
(60, 'App\\Models\\ModuleWiseBanner', '12', 'value', 'public', '2024-07-11 05:29:15', '2024-07-11 05:29:15'),
(61, 'App\\Models\\ModuleWiseWhyChoose', '1', 'image', 'public', '2024-07-11 05:31:13', '2024-07-11 05:31:13'),
(62, 'App\\Models\\ModuleWiseWhyChoose', '2', 'image', 'public', '2024-07-11 05:32:05', '2024-07-11 05:32:05'),
(63, 'App\\Models\\ModuleWiseWhyChoose', '3', 'image', 'public', '2024-07-11 05:32:59', '2024-07-11 05:32:59'),
(64, 'App\\Models\\ParcelCategory', '1', 'image', 'public', '2024-07-11 05:34:48', '2024-07-11 05:34:48'),
(65, 'App\\Models\\ParcelCategory', '2', 'image', 'public', '2024-07-11 05:35:59', '2024-07-11 05:35:59'),
(66, 'App\\Models\\ParcelCategory', '3', 'image', 'public', '2024-07-11 05:36:54', '2024-07-11 05:36:54'),
(67, 'App\\Models\\ParcelCategory', '4', 'image', 'public', '2024-07-11 05:39:01', '2024-07-11 05:39:01'),
(68, 'App\\Models\\Banner', '1', 'image', 'public', '2024-07-11 05:43:14', '2024-07-11 05:43:14'),
(69, 'App\\Models\\Banner', '2', 'image', 'public', '2024-07-11 05:43:27', '2024-07-11 05:43:27'),
(70, 'App\\Models\\ModuleWiseBanner', '13', 'value', 'public', '2025-10-11 17:06:15', '2025-10-11 17:06:15'),
(71, 'App\\Models\\ModuleWiseBanner', '14', 'value', 'public', '2024-07-11 05:44:29', '2024-07-11 05:44:29'),
(72, 'App\\Models\\Banner', '3', 'image', 'public', '2024-07-11 05:46:41', '2024-07-11 05:46:41'),
(73, 'App\\Models\\Banner', '4', 'image', 'public', '2024-07-11 05:46:57', '2024-07-11 05:46:57'),
(74, 'App\\Models\\Banner', '5', 'image', 'public', '2024-07-11 05:53:46', '2024-07-11 05:53:46'),
(75, 'App\\Models\\Banner', '6', 'image', 'public', '2024-07-11 05:54:14', '2024-07-11 05:54:14'),
(76, 'App\\Models\\Banner', '7', 'image', 'public', '2025-10-08 13:19:08', '2025-10-08 13:19:08'),
(77, 'App\\Models\\Banner', '8', 'image', 'public', '2025-10-08 13:04:52', '2025-10-08 13:04:52'),
(78, 'App\\Models\\Category', '3', 'image', 'public', '2024-07-11 06:00:24', '2024-07-11 06:00:24'),
(79, 'App\\Models\\Category', '1', 'image', 'public', '2024-07-11 06:01:08', '2024-07-11 06:01:08'),
(80, 'App\\Models\\Category', '4', 'image', 'public', '2024-07-11 06:01:47', '2024-07-11 06:01:47'),
(81, 'App\\Models\\Category', '5', 'image', 'public', '2024-07-11 06:02:21', '2024-07-11 06:02:21'),
(82, 'App\\Models\\Category', '6', 'image', 'public', '2024-07-11 06:03:35', '2024-07-11 06:03:35'),
(83, 'App\\Models\\Category', '7', 'image', 'public', '2024-07-11 06:05:54', '2024-07-11 06:05:54'),
(84, 'App\\Models\\Category', '8', 'image', 'public', '2024-07-11 06:06:38', '2024-07-11 06:06:38'),
(85, 'App\\Models\\Category', '9', 'image', 'public', '2024-07-11 06:07:14', '2024-07-11 06:07:14'),
(86, 'App\\Models\\Category', '10', 'image', 'public', '2024-07-11 06:07:46', '2024-07-11 06:07:46'),
(87, 'App\\Models\\Category', '11', 'image', 'public', '2024-07-11 06:08:34', '2024-07-11 06:08:34'),
(88, 'App\\Models\\Item', '2', 'image', 'public', '2024-07-11 06:16:29', '2024-07-11 06:16:29'),
(89, 'App\\Models\\Item', '2', 'images', 'public', '2024-07-11 06:16:29', '2024-07-11 06:16:29'),
(90, 'App\\Models\\Item', '3', 'image', 'public', '2024-07-11 06:18:55', '2024-07-11 06:18:55'),
(91, 'App\\Models\\Item', '3', 'images', 'public', '2024-07-11 06:18:55', '2024-07-11 06:18:55'),
(92, 'App\\Models\\Store', '2', 'logo', 'public', '2024-07-11 08:41:40', '2024-07-11 08:41:40'),
(93, 'App\\Models\\Store', '2', 'cover_photo', 'public', '2026-01-11 04:50:08', '2026-01-11 04:50:08'),
(94, 'App\\Models\\Item', '4', 'image', 'public', '2025-11-11 14:09:48', '2025-11-11 14:09:48'),
(95, 'App\\Models\\Item', '4', 'images', 'public', '2025-11-11 14:09:48', '2025-11-11 14:09:48'),
(96, 'App\\Models\\Item', '5', 'image', 'public', '2025-11-11 14:07:52', '2025-11-11 14:07:52'),
(97, 'App\\Models\\Item', '5', 'images', 'public', '2025-11-11 14:08:38', '2025-11-11 14:08:38'),
(98, 'App\\Models\\Item', '6', 'image', 'public', '2025-11-11 14:02:31', '2025-11-11 14:02:31'),
(99, 'App\\Models\\Item', '6', 'images', 'public', '2025-11-11 14:02:31', '2025-11-11 14:02:31'),
(100, 'App\\Models\\Item', '7', 'image', 'public', '2025-11-11 13:46:38', '2025-11-11 13:46:38'),
(101, 'App\\Models\\Item', '7', 'images', 'public', '2025-11-11 13:45:19', '2025-11-11 13:45:19'),
(102, 'App\\Models\\Store', '3', 'logo', 'public', '2026-01-11 04:54:30', '2026-01-11 04:54:30'),
(103, 'App\\Models\\Store', '3', 'cover_photo', 'public', '2026-01-11 04:54:30', '2026-01-11 04:54:30'),
(104, 'App\\Models\\Store', '4', 'logo', 'public', '2024-07-11 19:46:23', '2024-07-11 19:46:23'),
(105, 'App\\Models\\Store', '4', 'cover_photo', 'public', '2026-01-09 01:35:02', '2026-01-09 01:35:02'),
(106, 'App\\Models\\BusinessSetting', '83', NULL, 'public', '2026-01-26 13:38:02', '2026-01-26 13:38:02'),
(107, 'App\\Models\\DataSetting', '87', NULL, 'public', '2024-10-11 00:56:01', '2024-10-11 00:56:01'),
(108, 'App\\Models\\DataSetting', '88', NULL, 'public', '2024-10-11 00:56:01', '2024-10-11 00:56:01'),
(109, 'App\\Models\\Admin', '3', 'image', 'public', '2024-10-11 01:00:30', '2024-10-11 01:00:30'),
(110, 'App\\Models\\BusinessSetting', '113', NULL, 'public', '2024-10-09 19:11:09', '2024-10-09 19:11:09'),
(111, 'App\\Models\\BusinessSetting', '78', NULL, 'public', '2024-10-11 00:47:45', '2024-10-11 00:47:45'),
(112, 'App\\Models\\Notification', '1', 'image', 'public', '2024-10-10 18:22:04', '2024-10-10 18:22:04'),
(113, 'App\\Models\\Notification', '2', 'image', 'public', '2024-10-10 18:29:03', '2024-10-10 18:29:03'),
(114, 'App\\Models\\DataSetting', '68', NULL, 'public', '2024-10-11 00:55:25', '2024-10-11 00:55:25'),
(115, 'App\\Models\\DataSetting', '69', NULL, 'public', '2024-10-11 00:55:25', '2024-10-11 00:55:25'),
(116, 'App\\Models\\DataSetting', '70', NULL, 'public', '2024-10-11 00:55:25', '2024-10-11 00:55:25'),
(117, 'App\\Models\\DeliveryMan', '1', 'image', 'public', '2026-01-26 14:01:19', '2026-01-26 14:01:19'),
(118, 'App\\Models\\Item', '8', 'image', 'public', '2024-10-11 01:04:23', '2024-10-11 01:04:23'),
(119, 'App\\Models\\Item', '8', 'images', 'public', '2024-10-11 01:04:23', '2024-10-11 01:04:23'),
(120, 'App\\Models\\Item', '9', 'image', 'public', '2024-10-11 01:04:45', '2024-10-11 01:04:45'),
(121, 'App\\Models\\Item', '9', 'images', 'public', '2024-10-11 01:04:45', '2024-10-11 01:04:45'),
(122, 'App\\Models\\Item', '10', 'image', 'public', '2024-10-11 01:05:56', '2024-10-11 01:05:56'),
(123, 'App\\Models\\Item', '10', 'images', 'public', '2024-10-11 01:05:56', '2024-10-11 01:05:56'),
(124, 'App\\Models\\Store', '5', 'logo', 'public', '2026-01-09 17:56:20', '2026-01-09 17:56:20'),
(125, 'App\\Models\\Store', '5', 'cover_photo', 'public', '2026-01-11 01:06:36', '2026-01-11 01:06:36'),
(126, 'App\\Models\\Store', '6', 'logo', 'public', '2024-10-11 01:11:17', '2024-10-11 01:11:17'),
(127, 'App\\Models\\Store', '6', 'cover_photo', 'public', '2024-10-11 01:11:17', '2024-10-11 01:11:17'),
(128, 'App\\Models\\Category', '12', 'image', 'public', '2026-01-09 16:48:47', '2026-01-09 16:48:47'),
(129, 'App\\Models\\Category', '13', 'image', 'public', '2026-01-09 16:41:14', '2026-01-09 16:41:14'),
(130, 'App\\Models\\Category', '14', 'image', 'public', '2026-01-09 16:43:40', '2026-01-09 16:43:40'),
(131, 'App\\Models\\Category', '15', 'image', 'public', '2026-01-09 16:52:50', '2026-01-09 16:52:50'),
(132, 'App\\Models\\Category', '16', 'image', 'public', '2026-01-09 16:50:02', '2026-01-09 16:50:02'),
(133, 'App\\Models\\Item', '11', 'image', 'public', '2026-01-11 01:17:41', '2026-01-11 01:17:41'),
(134, 'App\\Models\\Item', '11', 'images', 'public', '2026-01-11 01:17:41', '2026-01-11 01:17:41'),
(135, 'App\\Models\\Item', '12', 'image', 'public', '2026-01-11 01:15:06', '2026-01-11 01:15:06'),
(136, 'App\\Models\\Item', '12', 'images', 'public', '2026-01-11 01:15:06', '2026-01-11 01:15:06'),
(137, 'App\\Models\\Category', '17', 'image', 'public', '2024-10-11 01:21:40', '2024-10-11 01:21:40'),
(138, 'App\\Models\\Category', '18', 'image', 'public', '2024-10-11 01:21:52', '2024-10-11 01:21:52'),
(139, 'App\\Models\\Category', '19', 'image', 'public', '2024-10-11 01:22:03', '2024-10-11 01:22:03'),
(140, 'App\\Models\\Category', '20', 'image', 'public', '2024-10-11 01:22:12', '2024-10-11 01:22:12'),
(141, 'App\\Models\\Category', '21', 'image', 'public', '2024-10-11 01:22:22', '2024-10-11 01:22:22'),
(142, 'App\\Models\\Store', '7', 'logo', 'public', '2025-12-20 12:48:13', '2025-12-20 12:48:13'),
(143, 'App\\Models\\Store', '7', 'cover_photo', 'public', '2025-12-20 12:48:13', '2025-12-20 12:48:13'),
(144, 'App\\Models\\Store', '8', 'logo', 'public', '2024-10-11 01:32:45', '2024-10-11 01:32:45'),
(145, 'App\\Models\\Store', '8', 'cover_photo', 'public', '2025-12-20 12:14:56', '2025-12-20 12:14:56'),
(146, 'App\\Models\\Item', '13', 'image', 'public', '2024-10-11 01:34:42', '2024-10-11 01:34:42'),
(147, 'App\\Models\\Item', '13', 'images', 'public', '2024-10-11 01:34:42', '2024-10-11 01:34:42'),
(148, 'App\\Models\\Item', '14', 'image', 'public', '2024-10-11 01:36:08', '2024-10-11 01:36:08'),
(149, 'App\\Models\\Item', '14', 'images', 'public', '2024-10-11 01:36:08', '2024-10-11 01:36:08'),
(150, 'App\\Models\\VendorEmployee', '1', 'image', 'public', '2024-10-11 02:03:00', '2024-10-11 02:03:00'),
(151, 'App\\Models\\UserInfo', '1', 'image', 'public', '2026-01-26 14:01:19', '2026-01-26 14:01:19'),
(152, 'App\\Models\\UserInfo', '2', 'image', 'public', '2025-10-09 13:38:15', '2025-10-09 13:38:15'),
(153, 'App\\Models\\BusinessSetting', '174', NULL, 'public', '2026-04-23 08:23:07', '2026-04-23 08:23:07'),
(154, 'App\\Models\\BusinessSetting', '159', NULL, 'public', '2026-01-13 20:24:00', '2026-01-13 20:24:00'),
(155, 'App\\Models\\BusinessSetting', '16', NULL, 'public', '2026-03-30 23:11:27', '2026-03-30 23:11:27'),
(156, 'App\\Models\\BusinessSetting', '17', NULL, 'public', '2026-03-30 23:11:27', '2026-03-30 23:11:27'),
(157, 'App\\Models\\BusinessSetting', '37', NULL, 'public', '2026-03-30 23:11:27', '2026-03-30 23:11:27'),
(158, 'App\\Models\\BusinessSetting', '114', NULL, 'public', '2026-03-30 23:11:28', '2026-03-30 23:11:28'),
(159, 'App\\Models\\BusinessSetting', '19', NULL, 'public', '2026-03-30 23:11:28', '2026-03-30 23:11:28'),
(160, 'App\\Models\\BusinessSetting', '20', NULL, 'public', '2026-03-30 23:11:28', '2026-03-30 23:11:28'),
(161, 'App\\Models\\BusinessSetting', '21', NULL, 'public', '2026-03-30 23:11:28', '2026-03-30 23:11:28'),
(162, 'App\\Models\\BusinessSetting', '22', NULL, 'public', '2026-03-30 23:11:28', '2026-03-30 23:11:28'),
(163, 'App\\Models\\BusinessSetting', '115', NULL, 'public', '2026-03-30 23:11:28', '2026-03-30 23:11:28'),
(164, 'App\\Models\\BusinessSetting', '27', NULL, 'public', '2025-01-14 01:17:34', '2025-01-14 01:17:34'),
(165, 'App\\Models\\BusinessSetting', '28', NULL, 'public', '2025-01-14 01:17:34', '2025-01-14 01:17:34'),
(166, 'App\\Models\\BusinessSetting', '39', NULL, 'public', '2026-03-30 23:11:28', '2026-03-30 23:11:28'),
(167, 'App\\Models\\BusinessSetting', '116', NULL, 'public', '2025-01-14 01:17:34', '2025-01-14 01:17:34'),
(168, 'App\\Models\\BusinessSetting', '59', NULL, 'public', '2026-01-13 20:24:00', '2026-01-13 20:24:00'),
(169, 'App\\Models\\BusinessSetting', '117', NULL, 'public', '2026-03-30 23:11:28', '2026-03-30 23:11:28'),
(170, 'App\\Models\\BusinessSetting', '118', NULL, 'public', '2026-03-30 23:11:28', '2026-03-30 23:11:28'),
(171, 'App\\Models\\BusinessSetting', '42', NULL, 'public', '2025-07-21 21:11:10', '2025-07-21 21:11:10'),
(172, 'App\\Models\\BusinessSetting', '43', NULL, 'public', '2026-03-30 23:11:28', '2026-03-30 23:11:28'),
(173, 'App\\Models\\BusinessSetting', '44', NULL, 'public', '2026-03-30 23:11:28', '2026-03-30 23:11:28'),
(174, 'App\\Models\\BusinessSetting', '46', NULL, 'public', '2026-03-30 23:11:28', '2026-03-30 23:11:28'),
(175, 'App\\Models\\BusinessSetting', '73', NULL, 'public', '2026-01-13 20:24:00', '2026-01-13 20:24:00'),
(176, 'App\\Models\\BusinessSetting', '119', NULL, 'public', '2026-01-13 20:24:00', '2026-01-13 20:24:00'),
(177, 'App\\Models\\BusinessSetting', '120', NULL, 'public', '2026-01-13 20:24:00', '2026-01-13 20:24:00'),
(178, 'App\\Models\\BusinessSetting', '51', NULL, 'public', '2026-01-13 20:24:00', '2026-01-13 20:24:00'),
(179, 'App\\Models\\BusinessSetting', '121', NULL, 'public', '2026-03-30 23:11:28', '2026-03-30 23:11:28'),
(180, 'App\\Models\\BusinessSetting', '122', NULL, 'public', '2026-03-30 23:11:28', '2026-03-30 23:11:28'),
(181, 'App\\Models\\BusinessSetting', '123', NULL, 'public', '2026-03-30 23:11:28', '2026-03-30 23:11:28'),
(182, 'App\\Models\\BusinessSetting', '138', NULL, 'public', '2026-01-13 20:24:00', '2026-01-13 20:24:00'),
(183, 'App\\Models\\BusinessSetting', '79', NULL, 'public', '2026-03-30 23:11:28', '2026-03-30 23:11:28'),
(184, 'App\\Models\\BusinessSetting', '84', NULL, 'public', '2026-01-13 20:24:00', '2026-01-13 20:24:00'),
(185, 'App\\Models\\BusinessSetting', '95', NULL, 'public', '2026-03-30 23:11:28', '2026-03-30 23:11:28'),
(186, 'App\\Models\\BusinessSetting', '125', NULL, 'public', '2026-03-30 23:11:28', '2026-03-30 23:11:28'),
(187, 'App\\Models\\BusinessSetting', '140', NULL, 'public', '2026-03-30 23:11:28', '2026-03-30 23:11:28'),
(188, 'App\\Models\\BusinessSetting', '141', NULL, 'public', '2026-03-30 23:11:28', '2026-03-30 23:11:28'),
(189, 'App\\Models\\DataSetting', '89', NULL, 'public', '2025-01-14 01:22:04', '2025-01-14 01:22:04'),
(190, 'App\\Models\\DataSetting', '90', NULL, 'public', '2025-01-14 01:22:04', '2025-01-14 01:22:04'),
(191, 'App\\Models\\DataSetting', '91', NULL, 'public', '2025-01-14 01:22:04', '2025-01-14 01:22:04'),
(192, 'App\\Models\\DataSetting', '92', NULL, 'public', '2025-01-14 01:22:04', '2025-01-14 01:22:04'),
(193, 'App\\Models\\BusinessSetting', '175', NULL, 'public', '2026-01-13 20:24:00', '2026-01-13 20:24:00'),
(194, 'App\\Models\\BusinessSetting', '164', NULL, 'public', '2026-04-20 08:38:05', '2026-04-20 08:38:05'),
(195, 'App\\Models\\BusinessSetting', '5', NULL, 'public', '2026-04-20 08:38:05', '2026-04-20 08:38:05'),
(196, 'App\\Models\\BusinessSetting', '165', NULL, 'public', '2026-04-20 08:38:05', '2026-04-20 08:38:05'),
(197, 'App\\Models\\BusinessSetting', '176', NULL, 'public', '2026-04-23 08:23:07', '2026-04-23 08:23:07'),
(198, 'App\\Models\\BusinessSetting', '77', NULL, 'public', '2025-07-21 20:58:20', '2025-07-21 20:58:20'),
(199, 'App\\Models\\BusinessSetting', '177', NULL, 'public', '2026-04-23 08:23:07', '2026-04-23 08:23:07'),
(200, 'App\\Models\\BusinessSetting', '178', NULL, 'public', '2026-04-23 08:23:07', '2026-04-23 08:23:07'),
(201, 'App\\Models\\BusinessSetting', '179', NULL, 'public', '2026-04-23 08:23:07', '2026-04-23 08:23:07'),
(202, 'App\\Models\\BusinessSetting', '180', NULL, 'public', '2026-04-23 08:23:07', '2026-04-23 08:23:07'),
(203, 'App\\Models\\BusinessSetting', '181', NULL, 'public', '2026-04-23 08:23:07', '2026-04-23 08:23:07'),
(204, 'App\\Models\\BusinessSetting', '182', NULL, 'public', '2026-04-23 08:23:07', '2026-04-23 08:23:07'),
(205, 'App\\Models\\BusinessSetting', '24', NULL, 'public', '2025-12-08 13:01:24', '2025-12-08 13:01:24'),
(206, 'App\\Models\\BusinessSetting', '64', NULL, 'public', '2025-12-08 13:01:24', '2025-12-08 13:01:24'),
(207, 'App\\Models\\Module', '6', 'icon', 'public', '2026-01-05 19:20:06', '2026-01-05 19:20:06'),
(208, 'App\\Models\\Module', '6', 'thumbnail', 'public', '2025-07-21 21:10:43', '2025-07-21 21:10:43'),
(209, 'App\\Models\\Module', '7', 'icon', 'public', '2025-09-22 16:55:10', '2025-09-22 16:55:10'),
(210, 'App\\Models\\Module', '7', 'thumbnail', 'public', '2025-09-22 16:55:10', '2025-09-22 16:55:10'),
(211, 'App\\Models\\Module', '8', 'icon', 'public', '2025-09-22 16:57:51', '2025-09-22 16:57:51'),
(212, 'App\\Models\\Module', '8', 'thumbnail', 'public', '2025-09-22 16:57:51', '2025-09-22 16:57:51'),
(213, 'App\\Models\\Category', '22', 'image', 'public', '2025-09-23 00:02:54', '2025-09-23 00:02:54'),
(214, 'App\\Models\\Category', '23', 'image', 'public', '2025-09-23 00:03:19', '2025-09-23 00:03:19'),
(215, 'App\\Models\\Category', '24', 'image', 'public', '2025-09-23 00:04:02', '2025-09-23 00:04:02'),
(216, 'App\\Models\\Category', '25', 'image', 'public', '2025-09-23 00:04:44', '2025-09-23 00:04:44'),
(217, 'App\\Models\\Category', '26', 'image', 'public', '2025-09-23 00:05:19', '2025-09-23 00:05:19'),
(218, 'App\\Models\\Category', '27', 'image', 'public', '2025-09-23 00:05:57', '2025-09-23 00:05:57'),
(219, 'App\\Models\\Category', '28', 'image', 'public', '2025-09-23 00:06:46', '2025-09-23 00:06:46'),
(220, 'App\\Models\\Category', '29', 'image', 'public', '2025-09-23 00:07:20', '2025-09-23 00:07:20'),
(221, 'App\\Models\\Category', '30', 'image', 'public', '2025-09-23 00:07:55', '2025-09-23 00:07:55'),
(222, 'App\\Models\\Category', '31', 'image', 'public', '2025-09-23 00:08:29', '2025-09-23 00:08:29'),
(223, 'App\\Models\\Category', '32', 'image', 'public', '2025-09-23 00:09:13', '2025-09-23 00:09:13'),
(224, 'App\\Models\\Category', '33', 'image', 'public', '2025-09-23 00:09:54', '2025-09-23 00:09:54'),
(225, 'App\\Models\\Category', '34', 'image', 'public', '2025-09-23 00:11:06', '2025-09-23 00:11:06'),
(226, 'App\\Models\\Category', '35', 'image', 'public', '2025-09-23 00:11:36', '2025-09-23 00:11:36'),
(227, 'App\\Models\\Category', '36', 'image', 'public', '2025-09-23 00:12:55', '2025-09-23 00:12:55'),
(228, 'App\\Models\\Category', '37', 'image', 'public', '2025-09-23 00:13:40', '2025-09-23 00:13:40'),
(229, 'App\\Models\\Category', '38', 'image', 'public', '2025-09-23 00:14:13', '2025-09-23 00:14:13'),
(230, 'App\\Models\\Category', '39', 'image', 'public', '2025-09-23 00:14:40', '2025-09-23 00:14:40'),
(231, 'App\\Models\\Category', '40', 'image', 'public', '2025-09-23 00:15:06', '2025-09-23 00:15:06'),
(232, 'App\\Models\\Category', '41', 'image', 'public', '2025-09-23 00:15:55', '2025-09-23 00:15:55'),
(233, 'App\\Models\\Category', '42', 'image', 'public', '2025-09-23 00:17:25', '2025-09-23 00:17:25'),
(234, 'App\\Models\\Category', '43', 'image', 'public', '2025-09-23 00:18:58', '2025-09-23 00:18:58'),
(235, 'App\\Models\\Category', '44', 'image', 'public', '2025-09-23 00:19:55', '2025-09-23 00:19:55'),
(236, 'App\\Models\\Category', '45', 'image', 'public', '2025-09-23 00:20:24', '2025-09-23 00:20:24'),
(237, 'App\\Models\\Category', '46', 'image', 'public', '2025-09-23 00:21:29', '2025-09-23 00:21:29'),
(238, 'App\\Models\\Category', '47', 'image', 'public', '2025-09-23 00:22:02', '2025-09-23 00:22:02'),
(239, 'App\\Models\\Category', '48', 'image', 'public', '2025-09-23 00:22:45', '2025-09-23 00:22:45'),
(240, 'App\\Models\\Category', '49', 'image', 'public', '2025-09-23 00:25:56', '2025-09-23 00:25:56'),
(241, 'App\\Models\\Category', '50', 'image', 'public', '2025-09-23 00:26:45', '2025-09-23 00:26:45'),
(242, 'App\\Models\\Category', '51', 'image', 'public', '2025-09-23 00:46:13', '2025-09-23 00:46:13'),
(243, 'App\\Models\\Banner', '9', 'image', 'public', '2026-01-09 00:54:22', '2026-01-09 00:54:22'),
(244, 'App\\Models\\Banner', '10', 'image', 'public', '2026-01-09 00:54:00', '2026-01-09 00:54:00'),
(245, 'App\\Models\\Banner', '11', 'image', 'public', '2026-01-09 00:53:45', '2026-01-09 00:53:45'),
(246, 'App\\Models\\Item', '15', 'image', 'public', '2025-09-23 01:53:01', '2025-09-23 01:53:01'),
(247, 'App\\Models\\Item', '15', 'images', 'public', '2025-09-23 01:53:01', '2025-09-23 01:53:01'),
(248, 'App\\Models\\Item', '16', 'image', 'public', '2025-09-23 02:02:07', '2025-09-23 02:02:07'),
(249, 'App\\Models\\Item', '16', 'images', 'public', '2025-09-23 02:02:07', '2025-09-23 02:02:07'),
(250, 'App\\Models\\Item', '17', 'image', 'public', '2025-09-23 02:06:48', '2025-09-23 02:06:48'),
(251, 'App\\Models\\Item', '17', 'images', 'public', '2025-09-23 02:06:48', '2025-09-23 02:06:48'),
(252, 'App\\Models\\Item', '18', 'image', 'public', '2025-09-23 02:13:53', '2025-09-23 02:13:53'),
(253, 'App\\Models\\Item', '18', 'images', 'public', '2025-09-23 02:13:53', '2025-09-23 02:13:53'),
(254, 'App\\Models\\Item', '19', 'image', 'public', '2025-09-23 02:20:00', '2025-09-23 02:20:00'),
(255, 'App\\Models\\Item', '19', 'images', 'public', '2025-09-23 02:20:00', '2025-09-23 02:20:00'),
(256, 'App\\Models\\Item', '20', 'image', 'public', '2025-09-23 02:27:56', '2025-09-23 02:27:56'),
(257, 'App\\Models\\Item', '20', 'images', 'public', '2025-09-23 02:27:56', '2025-09-23 02:27:56'),
(258, 'App\\Models\\Item', '21', 'image', 'public', '2025-09-23 02:33:26', '2025-09-23 02:33:26'),
(259, 'App\\Models\\Item', '21', 'images', 'public', '2025-09-23 02:33:26', '2025-09-23 02:33:26'),
(260, 'App\\Models\\Item', '22', 'image', 'public', '2025-09-23 02:38:19', '2025-09-23 02:38:19'),
(261, 'App\\Models\\Item', '22', 'images', 'public', '2025-09-23 02:38:19', '2025-09-23 02:38:19'),
(262, 'App\\Models\\Item', '23', 'image', 'public', '2025-09-23 02:41:40', '2025-09-23 02:41:40'),
(263, 'App\\Models\\Item', '23', 'images', 'public', '2025-09-23 02:41:40', '2025-09-23 02:41:40'),
(264, 'App\\Models\\Item', '24', 'image', 'public', '2025-09-23 02:47:49', '2025-09-23 02:47:49'),
(265, 'App\\Models\\Item', '24', 'images', 'public', '2025-09-23 02:47:49', '2025-09-23 02:47:49'),
(266, 'App\\Models\\Item', '25', 'image', 'public', '2025-09-23 12:50:40', '2025-09-23 12:50:40'),
(267, 'App\\Models\\Item', '25', 'images', 'public', '2025-09-23 12:50:40', '2025-09-23 12:50:40'),
(268, 'App\\Models\\Item', '26', 'image', 'public', '2025-09-23 13:16:47', '2025-09-23 13:16:47'),
(269, 'App\\Models\\Item', '26', 'images', 'public', '2025-09-23 13:16:47', '2025-09-23 13:16:47'),
(270, 'App\\Models\\Item', '27', 'image', 'public', '2025-09-23 13:25:35', '2025-09-23 13:25:35'),
(271, 'App\\Models\\Item', '27', 'images', 'public', '2025-09-23 13:25:35', '2025-09-23 13:25:35'),
(272, 'App\\Models\\Item', '28', 'image', 'public', '2025-09-23 13:31:04', '2025-09-23 13:31:04'),
(273, 'App\\Models\\Item', '28', 'images', 'public', '2025-09-23 13:31:04', '2025-09-23 13:31:04'),
(274, 'App\\Models\\Item', '29', 'image', 'public', '2025-09-23 13:35:09', '2025-09-23 13:35:09'),
(275, 'App\\Models\\Item', '29', 'images', 'public', '2025-09-23 13:35:09', '2025-09-23 13:35:09'),
(276, 'App\\Models\\Item', '30', 'image', 'public', '2025-09-23 13:45:23', '2025-09-23 13:45:23'),
(277, 'App\\Models\\Item', '30', 'images', 'public', '2025-09-23 13:45:23', '2025-09-23 13:45:23'),
(278, 'App\\Models\\Item', '31', 'image', 'public', '2025-09-23 13:54:41', '2025-09-23 13:54:41'),
(279, 'App\\Models\\Item', '31', 'images', 'public', '2025-09-23 13:54:41', '2025-09-23 13:54:41'),
(280, 'App\\Models\\Item', '32', 'image', 'public', '2025-09-23 14:03:32', '2025-09-23 14:03:32'),
(281, 'App\\Models\\Item', '32', 'images', 'public', '2025-09-23 14:03:32', '2025-09-23 14:03:32'),
(282, 'App\\Models\\Item', '33', 'image', 'public', '2025-09-23 14:31:09', '2025-09-23 14:31:09'),
(283, 'App\\Models\\Item', '33', 'images', 'public', '2025-09-23 14:31:09', '2025-09-23 14:31:09'),
(284, 'App\\Models\\Item', '34', 'image', 'public', '2025-09-23 14:48:38', '2025-09-23 14:48:38'),
(285, 'App\\Models\\Item', '34', 'images', 'public', '2025-09-23 14:48:38', '2025-09-23 14:48:38'),
(286, 'App\\Models\\Item', '35', 'image', 'public', '2025-09-23 14:53:37', '2025-09-23 14:53:37'),
(287, 'App\\Models\\Item', '35', 'images', 'public', '2025-09-23 14:53:37', '2025-09-23 14:53:37'),
(288, 'App\\Models\\Item', '36', 'image', 'public', '2025-09-23 15:02:28', '2025-09-23 15:02:28'),
(289, 'App\\Models\\Item', '36', 'images', 'public', '2025-09-23 15:02:28', '2025-09-23 15:02:28'),
(290, 'App\\Models\\Item', '37', 'image', 'public', '2025-09-23 15:08:11', '2025-09-23 15:08:11'),
(291, 'App\\Models\\Item', '37', 'images', 'public', '2025-09-23 15:08:11', '2025-09-23 15:08:11'),
(292, 'App\\Models\\Item', '38', 'image', 'public', '2025-09-23 15:14:46', '2025-09-23 15:14:46'),
(293, 'App\\Models\\Item', '38', 'images', 'public', '2025-09-23 15:14:46', '2025-09-23 15:14:46'),
(294, 'App\\Models\\Item', '39', 'image', 'public', '2025-09-23 15:30:21', '2025-09-23 15:30:21'),
(295, 'App\\Models\\Item', '39', 'images', 'public', '2025-09-23 15:30:21', '2025-09-23 15:30:21'),
(296, 'App\\Models\\Item', '40', 'image', 'public', '2025-09-23 15:50:12', '2025-09-23 15:50:12'),
(297, 'App\\Models\\Item', '40', 'images', 'public', '2025-09-23 15:50:12', '2025-09-23 15:50:12'),
(298, 'App\\Models\\Item', '41', 'image', 'public', '2025-09-23 15:53:30', '2025-09-23 15:53:30'),
(299, 'App\\Models\\Item', '41', 'images', 'public', '2025-09-23 15:53:30', '2025-09-23 15:53:30'),
(300, 'App\\Models\\Item', '42', 'image', 'public', '2025-09-23 16:12:58', '2025-09-23 16:12:58'),
(301, 'App\\Models\\Item', '42', 'images', 'public', '2025-09-23 16:12:58', '2025-09-23 16:12:58'),
(302, 'App\\Models\\Item', '43', 'image', 'public', '2025-09-23 16:17:13', '2025-09-23 16:17:13'),
(303, 'App\\Models\\Item', '43', 'images', 'public', '2025-09-23 16:17:13', '2025-09-23 16:17:13'),
(304, 'App\\Models\\Item', '44', 'image', 'public', '2025-09-23 16:21:31', '2025-09-23 16:21:31'),
(305, 'App\\Models\\Item', '44', 'images', 'public', '2025-09-23 16:21:31', '2025-09-23 16:21:31'),
(306, 'App\\Models\\Item', '45', 'image', 'public', '2025-09-23 16:28:01', '2025-09-23 16:28:01'),
(307, 'App\\Models\\Item', '45', 'images', 'public', '2025-09-23 16:28:01', '2025-09-23 16:28:01'),
(308, 'App\\Models\\Category', '52', 'image', 'public', '2025-09-24 02:48:41', '2025-09-24 02:48:41'),
(309, 'App\\Models\\Category', '53', 'image', 'public', '2025-09-24 02:49:01', '2025-09-24 02:49:01'),
(310, 'App\\Models\\Item', '46', 'image', 'public', '2025-09-24 12:02:33', '2025-09-24 12:02:33'),
(311, 'App\\Models\\Item', '46', 'images', 'public', '2025-09-24 12:02:33', '2025-09-24 12:02:33'),
(312, 'App\\Models\\Item', '47', 'image', 'public', '2025-09-24 12:05:03', '2025-09-24 12:05:03'),
(313, 'App\\Models\\Item', '47', 'images', 'public', '2025-09-24 12:05:03', '2025-09-24 12:05:03'),
(314, 'App\\Models\\Category', '54', 'image', 'public', '2026-01-11 02:39:29', '2026-01-11 02:39:29'),
(315, 'App\\Models\\Category', '55', 'image', 'public', '2025-11-11 13:10:32', '2025-11-11 13:10:32'),
(316, 'App\\Models\\Category', '56', 'image', 'public', '2025-12-04 14:24:55', '2025-12-04 14:24:55'),
(317, 'App\\Models\\Category', '57', 'image', 'public', '2025-11-12 16:18:46', '2025-11-12 16:18:46'),
(318, 'App\\Models\\Category', '58', 'image', 'public', '2025-11-12 15:18:06', '2025-11-12 15:18:06'),
(319, 'App\\Models\\Category', '59', 'image', 'public', '2025-12-04 15:01:03', '2025-12-04 15:01:03'),
(320, 'App\\Models\\Banner', '12', 'image', 'public', '2025-09-24 13:48:54', '2025-09-24 13:48:54'),
(321, 'App\\Models\\Banner', '13', 'image', 'public', '2025-09-24 13:50:09', '2025-09-24 13:50:09'),
(322, 'App\\Models\\Banner', '14', 'image', 'public', '2025-09-24 13:50:58', '2025-09-24 13:50:58'),
(323, 'App\\Models\\Category', '60', 'image', 'public', '2025-09-24 13:58:57', '2025-09-24 13:58:57'),
(324, 'App\\Models\\Category', '61', 'image', 'public', '2025-11-12 16:02:24', '2025-11-12 16:02:24'),
(325, 'App\\Models\\Category', '62', 'image', 'public', '2025-12-04 14:51:27', '2025-12-04 14:51:27'),
(326, 'App\\Models\\Category', '63', 'image', 'public', '2025-09-24 14:01:09', '2025-09-24 14:01:09'),
(327, 'App\\Models\\Category', '64', 'image', 'public', '2026-01-11 02:40:58', '2026-01-11 02:40:58'),
(328, 'App\\Models\\Category', '65', 'image', 'public', '2025-09-24 14:07:29', '2025-09-24 14:07:29'),
(329, 'App\\Models\\Category', '66', 'image', 'public', '2025-09-24 14:08:37', '2025-09-24 14:08:37'),
(330, 'App\\Models\\Category', '67', 'image', 'public', '2025-12-04 15:06:49', '2025-12-04 15:06:49'),
(331, 'App\\Models\\Category', '68', 'image', 'public', '2025-09-24 14:21:37', '2025-09-24 14:21:37'),
(332, 'App\\Models\\Category', '69', 'image', 'public', '2026-01-11 02:26:12', '2026-01-11 02:26:12'),
(333, 'App\\Models\\Category', '70', 'image', 'public', '2026-01-11 02:22:32', '2026-01-11 02:22:32'),
(334, 'App\\Models\\Category', '71', 'image', 'public', '2025-09-24 14:24:34', '2025-09-24 14:24:34'),
(335, 'App\\Models\\Category', '72', 'image', 'public', '2026-01-11 02:11:00', '2026-01-11 02:11:00'),
(336, 'App\\Models\\Category', '73', 'image', 'public', '2026-01-11 02:03:25', '2026-01-11 02:03:25'),
(337, 'App\\Models\\Category', '74', 'image', 'public', '2026-01-11 01:59:11', '2026-01-11 01:59:11'),
(338, 'App\\Models\\Category', '75', 'image', 'public', '2026-01-11 01:47:27', '2026-01-11 01:47:27'),
(339, 'App\\Models\\Category', '76', 'image', 'public', '2025-09-24 14:33:32', '2025-09-24 14:33:32'),
(340, 'App\\Models\\Item', '48', 'image', 'public', '2025-09-24 14:42:27', '2025-09-24 14:42:27'),
(341, 'App\\Models\\Item', '48', 'images', 'public', '2025-09-24 14:42:27', '2025-09-24 14:42:27'),
(342, 'App\\Models\\Category', '77', 'image', 'public', '2025-09-24 17:34:54', '2025-09-24 17:34:54'),
(343, 'App\\Models\\Category', '78', 'image', 'public', '2025-09-24 17:34:00', '2025-09-24 17:34:00'),
(344, 'App\\Models\\Category', '79', 'image', 'public', '2025-09-24 17:32:20', '2025-09-24 17:32:20'),
(345, 'App\\Models\\Category', '80', 'image', 'public', '2025-09-24 17:20:58', '2025-09-24 17:20:58'),
(346, 'App\\Models\\Category', '81', 'image', 'public', '2025-09-24 17:25:03', '2025-09-24 17:25:03'),
(347, 'App\\Models\\Category', '82', 'image', 'public', '2025-09-24 17:28:29', '2025-09-24 17:28:29'),
(348, 'App\\Models\\Category', '83', 'image', 'public', '2025-09-24 17:31:08', '2025-09-24 17:31:08'),
(349, 'App\\Models\\Category', '84', 'image', 'public', '2025-09-24 15:07:16', '2025-09-24 15:07:16'),
(350, 'App\\Models\\Item', '49', 'image', 'public', '2025-09-24 15:13:59', '2025-09-24 15:13:59'),
(351, 'App\\Models\\Item', '49', 'images', 'public', '2025-09-24 15:13:59', '2025-09-24 15:13:59'),
(352, 'App\\Models\\Item', '50', 'image', 'public', '2025-09-24 15:15:52', '2025-09-24 15:15:52'),
(353, 'App\\Models\\Item', '50', 'images', 'public', '2025-09-24 15:15:52', '2025-09-24 15:15:52'),
(354, 'App\\Models\\Item', '51', 'image', 'public', '2025-09-24 15:17:53', '2025-09-24 15:17:53'),
(355, 'App\\Models\\Item', '51', 'images', 'public', '2025-09-24 15:17:53', '2025-09-24 15:17:53'),
(356, 'App\\Models\\Item', '52', 'image', 'public', '2025-09-24 15:20:27', '2025-09-24 15:20:27'),
(357, 'App\\Models\\Item', '52', 'images', 'public', '2025-09-24 15:20:27', '2025-09-24 15:20:27'),
(358, 'App\\Models\\Item', '53', 'image', 'public', '2025-09-24 15:23:32', '2025-09-24 15:23:32'),
(359, 'App\\Models\\Item', '53', 'images', 'public', '2025-09-24 15:23:32', '2025-09-24 15:23:32'),
(360, 'App\\Models\\Item', '54', 'image', 'public', '2025-09-24 15:25:08', '2025-09-24 15:25:08'),
(361, 'App\\Models\\Item', '54', 'images', 'public', '2025-09-24 15:25:08', '2025-09-24 15:25:08'),
(362, 'App\\Models\\Item', '55', 'image', 'public', '2025-09-24 15:27:48', '2025-09-24 15:27:48'),
(363, 'App\\Models\\Item', '55', 'images', 'public', '2025-09-24 15:27:48', '2025-09-24 15:27:48'),
(364, 'App\\Models\\Item', '56', 'image', 'public', '2025-09-24 15:30:56', '2025-09-24 15:30:56'),
(365, 'App\\Models\\Item', '56', 'images', 'public', '2025-09-24 15:30:56', '2025-09-24 15:30:56'),
(366, 'App\\Models\\Category', '85', 'image', 'public', '2025-09-24 15:45:41', '2025-09-24 15:45:41'),
(367, 'App\\Models\\Category', '86', 'image', 'public', '2025-09-24 15:45:59', '2025-09-24 15:45:59'),
(368, 'App\\Models\\Category', '87', 'image', 'public', '2025-09-24 15:46:27', '2025-09-24 15:46:27'),
(369, 'App\\Models\\Category', '88', 'image', 'public', '2025-09-24 17:08:10', '2025-09-24 17:08:10'),
(370, 'App\\Models\\Category', '89', 'image', 'public', '2025-09-24 17:12:33', '2025-09-24 17:12:33'),
(371, 'App\\Models\\Item', '57', 'image', 'public', '2025-09-24 15:59:44', '2025-09-24 15:59:44'),
(372, 'App\\Models\\Item', '57', 'images', 'public', '2025-09-24 15:59:44', '2025-09-24 15:59:44'),
(373, 'App\\Models\\Item', '58', 'image', 'public', '2025-09-24 16:01:40', '2025-09-24 16:01:40'),
(374, 'App\\Models\\Item', '58', 'images', 'public', '2025-09-24 16:01:40', '2025-09-24 16:01:40'),
(375, 'App\\Models\\Category', '90', 'image', 'public', '2025-09-24 17:04:00', '2025-09-24 17:04:00'),
(376, 'App\\Models\\Category', '91', 'image', 'public', '2025-09-24 17:03:05', '2025-09-24 17:03:05'),
(377, 'App\\Models\\Category', '92', 'image', 'public', '2025-09-24 17:02:09', '2025-09-24 17:02:09'),
(378, 'App\\Models\\Category', '93', 'image', 'public', '2025-09-24 17:01:02', '2025-09-24 17:01:02'),
(379, 'App\\Models\\Category', '94', 'image', 'public', '2025-09-24 17:00:13', '2025-09-24 17:00:13'),
(380, 'App\\Models\\Item', '59', 'image', 'public', '2025-09-24 16:42:11', '2025-09-24 16:42:11'),
(381, 'App\\Models\\Item', '59', 'images', 'public', '2025-09-24 16:42:11', '2025-09-24 16:42:11'),
(382, 'App\\Models\\Campaign', '1', 'image', 'public', '2025-10-09 18:29:51', '2025-10-09 18:29:51'),
(383, 'App\\Models\\ItemCampaign', '1', 'image', 'public', '2026-01-08 17:15:36', '2026-01-08 17:15:36'),
(384, 'App\\Models\\ItemCampaign', '2', 'image', 'public', '2026-01-08 17:17:19', '2026-01-08 17:17:19'),
(385, 'App\\Models\\ItemCampaign', '3', 'image', 'public', '2026-01-08 17:18:35', '2026-01-08 17:18:35'),
(386, 'App\\Models\\Campaign', '2', 'image', 'public', '2026-01-09 01:46:10', '2026-01-09 01:46:10'),
(387, 'App\\Models\\Advertisement', '1000000', 'video_attachment', 'public', '2026-01-09 03:00:44', '2026-01-09 03:00:44'),
(388, 'App\\Models\\Advertisement', '1000000', 'cover_image', 'public', '2025-09-28 17:11:02', '2025-09-28 17:11:02'),
(389, 'App\\Models\\Advertisement', '1000000', 'profile_image', 'public', '2025-09-28 17:11:02', '2025-09-28 17:11:02'),
(390, 'App\\Models\\Advertisement', '1000001', 'video_attachment', 'public', '2026-01-09 02:40:33', '2026-01-09 02:40:33'),
(391, 'App\\Models\\Advertisement', '1000001', 'cover_image', 'public', '2025-09-28 19:03:02', '2025-09-28 19:03:02'),
(392, 'App\\Models\\Advertisement', '1000001', 'profile_image', 'public', '2025-09-28 17:29:54', '2025-09-28 17:29:54'),
(393, 'App\\Models\\Campaign', '3', 'image', 'public', '2025-09-28 17:58:40', '2025-09-28 17:58:40'),
(394, 'App\\Models\\Campaign', '4', 'image', 'public', '2025-09-28 17:59:22', '2025-09-28 17:59:22'),
(395, 'App\\Models\\Banner', '15', 'image', 'public', '2026-01-09 01:01:35', '2026-01-09 01:01:35'),
(396, 'App\\Models\\Banner', '16', 'image', 'public', '2026-01-09 01:01:15', '2026-01-09 01:01:15'),
(397, 'App\\Models\\Banner', '17', 'image', 'public', '2026-01-09 01:00:56', '2026-01-09 01:00:56'),
(398, 'App\\Models\\ModuleWiseBanner', '15', 'value', 'public', '2025-09-28 18:42:13', '2025-09-28 18:42:13'),
(399, 'App\\Models\\Advertisement', '1000002', 'video_attachment', 'public', '2025-09-28 18:46:25', '2025-09-28 18:46:25'),
(400, 'App\\Models\\Advertisement', '1000002', 'cover_image', 'public', '2025-09-28 18:46:25', '2025-09-28 18:46:25'),
(401, 'App\\Models\\Advertisement', '1000002', 'profile_image', 'public', '2025-09-28 18:46:25', '2025-09-28 18:46:25'),
(402, 'App\\Models\\Advertisement', '1000003', 'video_attachment', 'public', '2025-09-28 18:47:45', '2025-09-28 18:47:45'),
(403, 'App\\Models\\Advertisement', '1000003', 'cover_image', 'public', '2025-09-28 18:47:45', '2025-09-28 18:47:45'),
(404, 'App\\Models\\Advertisement', '1000003', 'profile_image', 'public', '2025-09-28 18:47:45', '2025-09-28 18:47:45'),
(405, 'App\\Models\\Module', '1', 'icon', 'public', '2026-01-05 19:16:53', '2026-01-05 19:16:53'),
(406, 'App\\Models\\Module', '9', 'icon', 'public', '2026-01-05 19:20:30', '2026-01-05 19:20:30'),
(407, 'App\\Models\\Module', '9', 'thumbnail', 'public', '2025-10-03 11:42:18', '2025-10-03 11:42:18'),
(408, 'App\\Models\\Category', '95', 'image', 'public', '2025-10-03 13:17:20', '2025-10-03 13:17:20'),
(409, 'App\\Models\\Category', '96', 'image', 'public', '2025-10-03 13:19:03', '2025-10-03 13:19:03'),
(410, 'App\\Models\\Category', '97', 'image', 'public', '2025-10-03 13:20:35', '2025-10-03 13:20:35'),
(411, 'App\\Models\\Category', '98', 'image', 'public', '2025-10-03 13:21:49', '2025-10-03 13:21:49'),
(412, 'App\\Models\\Category', '99', 'image', 'public', '2025-10-03 13:22:38', '2025-10-03 13:22:38'),
(413, 'App\\Models\\Category', '100', 'image', 'public', '2025-10-03 13:31:48', '2025-10-03 13:31:48'),
(414, 'App\\Models\\Category', '101', 'image', 'public', '2025-10-03 13:32:40', '2025-10-03 13:32:40'),
(415, 'App\\Models\\Category', '102', 'image', 'public', '2025-10-03 13:33:52', '2025-10-03 13:33:52'),
(416, 'App\\Models\\Category', '103', 'image', 'public', '2025-10-03 13:34:49', '2025-10-03 13:34:49'),
(417, 'App\\Models\\Category', '104', 'image', 'public', '2025-10-03 13:35:31', '2025-10-03 13:35:31'),
(418, 'App\\Models\\Category', '105', 'image', 'public', '2025-10-03 13:36:33', '2025-10-03 13:36:33'),
(419, 'App\\Models\\Category', '106', 'image', 'public', '2025-10-03 13:37:44', '2025-10-03 13:37:44'),
(420, 'App\\Models\\Category', '107', 'image', 'public', '2025-10-03 13:41:57', '2025-10-03 13:41:57'),
(421, 'App\\Models\\Category', '108', 'image', 'public', '2025-10-03 13:42:47', '2025-10-03 13:42:47'),
(422, 'App\\Models\\Category', '109', 'image', 'public', '2025-10-03 13:43:47', '2025-10-03 13:43:47'),
(423, 'App\\Models\\Category', '110', 'image', 'public', '2025-10-03 13:44:49', '2025-10-03 13:44:49'),
(424, 'App\\Models\\Category', '111', 'image', 'public', '2025-10-03 13:47:28', '2025-10-03 13:47:28'),
(425, 'App\\Models\\Category', '112', 'image', 'public', '2025-10-03 13:49:18', '2025-10-03 13:49:18'),
(426, 'App\\Models\\Category', '113', 'image', 'public', '2025-10-03 13:53:07', '2025-10-03 13:53:07'),
(427, 'App\\Models\\Category', '114', 'image', 'public', '2025-10-03 13:55:15', '2025-10-03 13:55:15'),
(428, 'App\\Models\\Category', '115', 'image', 'public', '2025-10-03 13:57:07', '2025-10-03 13:57:07'),
(429, 'App\\Models\\Module', '10', 'icon', 'public', '2026-01-05 19:20:53', '2026-01-05 19:20:53'),
(430, 'App\\Models\\Module', '10', 'thumbnail', 'public', '2025-10-03 14:04:50', '2025-10-03 14:04:50'),
(431, 'App\\Models\\Brand', '1', 'image', 'public', '2025-10-03 14:59:00', '2025-10-03 14:59:00'),
(432, 'App\\Models\\Brand', '2', 'image', 'public', '2025-10-03 15:13:46', '2025-10-03 15:13:46'),
(433, 'App\\Models\\Brand', '3', 'image', 'public', '2025-10-03 15:12:55', '2025-10-03 15:12:55'),
(434, 'App\\Models\\Brand', '4', 'image', 'public', '2025-10-03 15:13:19', '2025-10-03 15:13:19'),
(435, 'App\\Models\\Brand', '5', 'image', 'public', '2025-10-03 15:15:17', '2025-10-03 15:15:17'),
(436, 'App\\Models\\Brand', '6', 'image', 'public', '2025-10-03 15:12:22', '2025-10-03 15:12:22'),
(437, 'App\\Models\\Brand', '7', 'image', 'public', '2025-10-03 15:13:06', '2025-10-03 15:13:06'),
(438, 'App\\Models\\Brand', '8', 'image', 'public', '2025-10-03 14:58:49', '2025-10-03 14:58:49'),
(439, 'App\\Models\\Brand', '9', 'image', 'public', '2025-10-03 15:17:31', '2025-10-03 15:17:31'),
(440, 'App\\Models\\Brand', '10', 'image', 'public', '2025-10-03 15:17:56', '2025-10-03 15:17:56'),
(441, 'App\\Models\\Brand', '11', 'image', 'public', '2025-10-03 15:18:36', '2025-10-03 15:18:36'),
(442, 'App\\Models\\Brand', '12', 'image', 'public', '2025-10-03 15:19:06', '2025-10-03 15:19:06'),
(443, 'App\\Models\\Brand', '13', 'image', 'public', '2025-10-03 15:19:45', '2025-10-03 15:19:45'),
(444, 'App\\Models\\Banner', '18', 'image', 'public', '2025-10-03 15:55:08', '2025-10-03 15:55:08'),
(445, 'App\\Models\\Store', '9', 'logo', 'public', '2025-10-03 15:36:01', '2025-10-03 15:36:01'),
(446, 'App\\Models\\Store', '9', 'cover_photo', 'public', '2025-10-03 15:36:01', '2025-10-03 15:36:01'),
(447, 'App\\Models\\Item', '60', 'image', 'public', '2025-10-03 15:41:18', '2025-10-03 15:41:18'),
(448, 'App\\Models\\Item', '60', 'images', 'public', '2025-10-03 15:41:18', '2025-10-03 15:41:18'),
(449, 'App\\Models\\Item', '61', 'image', 'public', '2025-10-03 15:46:59', '2025-10-03 15:46:59'),
(450, 'App\\Models\\Item', '61', 'images', 'public', '2025-10-03 15:46:59', '2025-10-03 15:46:59'),
(451, 'App\\Models\\Banner', '19', 'image', 'public', '2025-10-03 15:48:18', '2025-10-03 15:48:18'),
(452, 'App\\Models\\Item', '62', 'image', 'public', '2025-10-03 15:50:40', '2025-10-03 15:50:40'),
(453, 'App\\Models\\Item', '62', 'images', 'public', '2025-10-03 15:50:40', '2025-10-03 15:50:40'),
(454, 'App\\Models\\Banner', '20', 'image', 'public', '2025-10-03 15:51:26', '2025-10-03 15:51:26'),
(455, 'App\\Models\\Banner', '21', 'image', 'public', '2025-10-03 15:54:55', '2025-10-03 15:54:55'),
(456, 'App\\Models\\Item', '63', 'image', 'public', '2025-10-03 15:57:53', '2025-10-03 15:57:53'),
(457, 'App\\Models\\Item', '63', 'images', 'public', '2025-10-03 15:57:53', '2025-10-03 15:57:53'),
(458, 'App\\Models\\Item', '64', 'image', 'public', '2025-10-03 16:01:16', '2025-10-03 16:01:16'),
(459, 'App\\Models\\Item', '64', 'images', 'public', '2025-10-03 16:01:16', '2025-10-03 16:01:16'),
(460, 'App\\Models\\Advertisement', '1000004', 'video_attachment', 'public', '2025-10-03 16:01:54', '2025-10-03 16:01:54'),
(461, 'App\\Models\\Advertisement', '1000004', 'cover_image', 'public', '2025-10-03 16:01:54', '2025-10-03 16:01:54'),
(462, 'App\\Models\\Advertisement', '1000004', 'profile_image', 'public', '2025-10-03 16:01:54', '2025-10-03 16:01:54'),
(463, 'App\\Models\\Item', '65', 'image', 'public', '2025-10-03 16:04:52', '2025-10-03 16:04:52'),
(464, 'App\\Models\\Item', '65', 'images', 'public', '2025-10-03 16:04:52', '2025-10-03 16:04:52'),
(465, 'App\\Models\\Advertisement', '1000005', 'video_attachment', 'public', '2025-10-03 16:05:12', '2025-10-03 16:05:12'),
(466, 'App\\Models\\Advertisement', '1000005', 'cover_image', 'public', '2025-10-03 16:05:12', '2025-10-03 16:05:12'),
(467, 'App\\Models\\Advertisement', '1000005', 'profile_image', 'public', '2025-10-03 16:05:12', '2025-10-03 16:05:12'),
(468, 'App\\Models\\Item', '66', 'image', 'public', '2025-10-03 16:08:18', '2025-10-03 16:08:18'),
(469, 'App\\Models\\Item', '66', 'images', 'public', '2025-10-03 16:08:18', '2025-10-03 16:08:18'),
(470, 'App\\Models\\Item', '67', 'image', 'public', '2025-10-03 16:11:37', '2025-10-03 16:11:37'),
(471, 'App\\Models\\Item', '67', 'images', 'public', '2025-10-03 16:11:37', '2025-10-03 16:11:37'),
(472, 'App\\Models\\Store', '10', 'logo', 'public', '2025-10-04 11:30:43', '2025-10-04 11:30:43'),
(473, 'App\\Models\\Store', '10', 'cover_photo', 'public', '2025-10-04 11:32:46', '2025-10-04 11:32:46'),
(474, 'App\\Models\\Item', '68', 'image', 'public', '2025-10-04 11:38:31', '2025-10-04 11:38:31'),
(475, 'App\\Models\\Item', '68', 'images', 'public', '2025-10-04 11:38:31', '2025-10-04 11:38:31'),
(476, 'App\\Models\\Item', '69', 'image', 'public', '2025-10-04 11:48:29', '2025-10-04 11:48:29'),
(477, 'App\\Models\\Item', '69', 'images', 'public', '2025-10-04 11:48:29', '2025-10-04 11:48:29'),
(478, 'App\\Models\\Item', '70', 'image', 'public', '2025-10-04 11:51:35', '2025-10-04 11:51:35'),
(479, 'App\\Models\\Item', '70', 'images', 'public', '2025-10-04 11:51:35', '2025-10-04 11:51:35'),
(480, 'App\\Models\\Item', '71', 'image', 'public', '2025-10-04 11:56:14', '2025-10-04 11:56:14'),
(481, 'App\\Models\\Item', '71', 'images', 'public', '2025-10-04 11:56:14', '2025-10-04 11:56:14'),
(482, 'App\\Models\\Category', '116', 'image', 'public', '2025-10-04 13:56:11', '2025-10-04 13:56:11'),
(483, 'App\\Models\\Category', '117', 'image', 'public', '2025-10-04 13:57:32', '2025-10-04 13:57:32'),
(484, 'App\\Models\\Category', '118', 'image', 'public', '2025-10-04 14:24:01', '2025-10-04 14:24:01'),
(485, 'App\\Models\\Category', '119', 'image', 'public', '2025-10-04 14:10:21', '2025-10-04 14:10:21'),
(486, 'App\\Models\\Category', '120', 'image', 'public', '2025-10-04 14:28:39', '2025-10-04 14:28:39'),
(487, 'App\\Models\\Category', '121', 'image', 'public', '2025-10-04 14:25:29', '2025-10-04 14:25:29'),
(488, 'App\\Models\\Category', '122', 'image', 'public', '2025-10-04 14:31:50', '2025-10-04 14:31:50'),
(489, 'App\\Models\\Category', '123', 'image', 'public', '2025-10-04 14:41:05', '2025-10-04 14:41:05'),
(490, 'App\\Models\\Category', '124', 'image', 'public', '2025-10-04 14:42:02', '2025-10-04 14:42:02'),
(491, 'App\\Models\\Category', '125', 'image', 'public', '2025-10-04 14:46:52', '2025-10-04 14:46:52'),
(492, 'App\\Models\\Category', '126', 'image', 'public', '2025-10-04 14:58:14', '2025-10-04 14:58:14');
INSERT INTO `storages` (`id`, `data_type`, `data_id`, `key`, `value`, `created_at`, `updated_at`) VALUES
(493, 'App\\Models\\Category', '127', 'image', 'public', '2025-10-04 14:54:33', '2025-10-04 14:54:33'),
(494, 'App\\Models\\Category', '128', 'image', 'public', '2025-10-04 14:58:29', '2025-10-04 14:58:29'),
(495, 'App\\Models\\Category', '129', 'image', 'public', '2025-10-04 15:19:58', '2025-10-04 15:19:58'),
(496, 'App\\Models\\Category', '130', 'image', 'public', '2025-10-04 15:15:02', '2025-10-04 15:15:02'),
(497, 'App\\Models\\Category', '131', 'image', 'public', '2025-10-04 15:28:37', '2025-10-04 15:28:37'),
(498, 'App\\Models\\Store', '11', 'logo', 'public', '2025-10-04 17:18:52', '2025-10-04 17:18:52'),
(499, 'App\\Models\\Store', '11', 'cover_photo', 'public', '2025-10-04 16:34:15', '2025-10-04 16:34:15'),
(500, 'App\\Models\\Store', '12', 'logo', 'public', '2025-10-04 16:46:12', '2025-10-04 16:46:12'),
(501, 'App\\Models\\Store', '12', 'cover_photo', 'public', '2025-10-04 16:47:42', '2025-10-04 16:47:42'),
(502, 'App\\Models\\Store', '13', 'logo', 'public', '2025-10-04 17:16:46', '2025-10-04 17:16:46'),
(503, 'App\\Models\\Store', '13', 'cover_photo', 'public', '2025-10-04 17:00:00', '2025-10-04 17:00:00'),
(504, 'App\\Models\\Store', '14', 'logo', 'public', '2025-10-04 17:14:32', '2025-10-04 17:14:32'),
(505, 'App\\Models\\Store', '14', 'cover_photo', 'public', '2025-10-04 17:14:32', '2025-10-04 17:14:32'),
(506, 'App\\Models\\Item', '72', 'image', 'public', '2025-10-04 17:30:29', '2025-10-04 17:30:29'),
(507, 'App\\Models\\Item', '72', 'images', 'public', '2025-10-04 17:30:29', '2025-10-04 17:30:29'),
(508, 'App\\Models\\Item', '73', 'image', 'public', '2025-10-04 17:34:21', '2025-10-04 17:34:21'),
(509, 'App\\Models\\Item', '73', 'images', 'public', '2025-10-04 17:34:21', '2025-10-04 17:34:21'),
(510, 'App\\Models\\Item', '74', 'image', 'public', '2025-10-04 17:42:05', '2025-10-04 17:42:05'),
(511, 'App\\Models\\Item', '74', 'images', 'public', '2025-10-04 17:42:05', '2025-10-04 17:42:05'),
(512, 'App\\Models\\Item', '75', 'image', 'public', '2025-10-04 17:40:16', '2025-10-04 17:40:16'),
(513, 'App\\Models\\Item', '75', 'images', 'public', '2025-10-04 17:40:16', '2025-10-04 17:40:16'),
(514, 'App\\Models\\Item', '76', 'image', 'public', '2025-10-04 17:47:37', '2025-10-04 17:47:37'),
(515, 'App\\Models\\Item', '76', 'images', 'public', '2025-10-04 17:47:37', '2025-10-04 17:47:37'),
(516, 'App\\Models\\Item', '77', 'image', 'public', '2025-10-04 17:50:17', '2025-10-04 17:50:17'),
(517, 'App\\Models\\Item', '77', 'images', 'public', '2025-10-04 17:50:17', '2025-10-04 17:50:17'),
(518, 'App\\Models\\Item', '78', 'image', 'public', '2025-10-04 17:52:39', '2025-10-04 17:52:39'),
(519, 'App\\Models\\Item', '78', 'images', 'public', '2025-10-04 17:52:39', '2025-10-04 17:52:39'),
(520, 'App\\Models\\Item', '79', 'image', 'public', '2025-10-04 17:54:29', '2025-10-04 17:54:29'),
(521, 'App\\Models\\Item', '79', 'images', 'public', '2025-10-04 17:54:29', '2025-10-04 17:54:29'),
(522, 'App\\Models\\Item', '80', 'image', 'public', '2025-10-04 18:09:48', '2025-10-04 18:09:48'),
(523, 'App\\Models\\Item', '80', 'images', 'public', '2025-10-04 18:09:48', '2025-10-04 18:09:48'),
(524, 'App\\Models\\Item', '81', 'image', 'public', '2025-10-04 18:03:01', '2025-10-04 18:03:01'),
(525, 'App\\Models\\Item', '81', 'images', 'public', '2025-10-04 18:03:01', '2025-10-04 18:03:01'),
(526, 'App\\Models\\Item', '82', 'image', 'public', '2025-10-04 18:07:58', '2025-10-04 18:07:58'),
(527, 'App\\Models\\Item', '82', 'images', 'public', '2025-10-04 18:07:58', '2025-10-04 18:07:58'),
(528, 'App\\Models\\Item', '83', 'image', 'public', '2025-10-05 11:10:53', '2025-10-05 11:10:53'),
(529, 'App\\Models\\Item', '83', 'images', 'public', '2025-10-05 11:10:53', '2025-10-05 11:10:53'),
(530, 'App\\Models\\Item', '84', 'image', 'public', '2025-10-05 11:14:26', '2025-10-05 11:14:26'),
(531, 'App\\Models\\Item', '84', 'images', 'public', '2025-10-05 11:14:26', '2025-10-05 11:14:26'),
(532, 'App\\Models\\Item', '85', 'image', 'public', '2025-10-05 11:15:54', '2025-10-05 11:15:54'),
(533, 'App\\Models\\Item', '85', 'images', 'public', '2025-10-05 11:15:54', '2025-10-05 11:15:54'),
(534, 'App\\Models\\Item', '86', 'image', 'public', '2025-10-05 11:19:52', '2025-10-05 11:19:52'),
(535, 'App\\Models\\Item', '86', 'images', 'public', '2025-10-05 11:19:52', '2025-10-05 11:19:52'),
(536, 'App\\Models\\Item', '87', 'image', 'public', '2025-10-05 11:20:46', '2025-10-05 11:20:46'),
(537, 'App\\Models\\Item', '87', 'images', 'public', '2025-10-05 11:20:46', '2025-10-05 11:20:46'),
(538, 'App\\Models\\Item', '88', 'image', 'public', '2025-10-05 11:22:28', '2025-10-05 11:22:28'),
(539, 'App\\Models\\Item', '88', 'images', 'public', '2025-10-05 11:22:28', '2025-10-05 11:22:28'),
(540, 'App\\Models\\Item', '89', 'image', 'public', '2025-10-05 11:26:03', '2025-10-05 11:26:03'),
(541, 'App\\Models\\Item', '89', 'images', 'public', '2025-10-05 11:26:03', '2025-10-05 11:26:03'),
(542, 'App\\Models\\Item', '90', 'image', 'public', '2025-10-05 11:31:48', '2025-10-05 11:31:48'),
(543, 'App\\Models\\Item', '90', 'images', 'public', '2025-10-05 11:31:48', '2025-10-05 11:31:48'),
(544, 'App\\Models\\Item', '91', 'image', 'public', '2025-10-05 11:33:31', '2025-10-05 11:33:31'),
(545, 'App\\Models\\Item', '91', 'images', 'public', '2025-10-05 11:33:31', '2025-10-05 11:33:31'),
(546, 'App\\Models\\Item', '92', 'image', 'public', '2025-10-05 11:40:47', '2025-10-05 11:40:47'),
(547, 'App\\Models\\Item', '92', 'images', 'public', '2025-10-05 11:40:47', '2025-10-05 11:40:47'),
(548, 'App\\Models\\Item', '93', 'image', 'public', '2025-10-05 11:55:22', '2025-10-05 11:55:22'),
(549, 'App\\Models\\Item', '93', 'images', 'public', '2025-10-05 11:55:22', '2025-10-05 11:55:22'),
(550, 'App\\Models\\Item', '94', 'image', 'public', '2025-10-05 11:58:07', '2025-10-05 11:58:07'),
(551, 'App\\Models\\Item', '94', 'images', 'public', '2025-10-05 11:58:07', '2025-10-05 11:58:07'),
(552, 'App\\Models\\Item', '95', 'image', 'public', '2025-10-05 12:02:06', '2025-10-05 12:02:06'),
(553, 'App\\Models\\Item', '95', 'images', 'public', '2025-10-05 12:02:06', '2025-10-05 12:02:06'),
(554, 'App\\Models\\Item', '96', 'image', 'public', '2025-10-05 12:16:26', '2025-10-05 12:16:26'),
(555, 'App\\Models\\Item', '96', 'images', 'public', '2025-10-05 12:16:26', '2025-10-05 12:16:26'),
(556, 'App\\Models\\Item', '97', 'image', 'public', '2025-10-05 12:52:08', '2025-10-05 12:52:08'),
(557, 'App\\Models\\Item', '97', 'images', 'public', '2025-10-05 12:52:08', '2025-10-05 12:52:08'),
(558, 'App\\Models\\Item', '98', 'image', 'public', '2025-10-05 12:31:53', '2025-10-05 12:31:53'),
(559, 'App\\Models\\Item', '98', 'images', 'public', '2025-10-05 12:31:53', '2025-10-05 12:31:53'),
(560, 'App\\Models\\Item', '99', 'image', 'public', '2025-10-05 12:36:05', '2025-10-05 12:36:05'),
(561, 'App\\Models\\Item', '99', 'images', 'public', '2025-10-05 12:36:05', '2025-10-05 12:36:05'),
(562, 'App\\Models\\Item', '100', 'image', 'public', '2025-10-05 12:45:20', '2025-10-05 12:45:20'),
(563, 'App\\Models\\Item', '100', 'images', 'public', '2025-10-05 12:45:20', '2025-10-05 12:45:20'),
(564, 'App\\Models\\Item', '101', 'image', 'public', '2025-10-05 12:51:00', '2025-10-05 12:51:00'),
(565, 'App\\Models\\Item', '101', 'images', 'public', '2025-10-05 12:51:00', '2025-10-05 12:51:00'),
(566, 'App\\Models\\Item', '102', 'image', 'public', '2025-10-05 12:56:55', '2025-10-05 12:56:55'),
(567, 'App\\Models\\Item', '102', 'images', 'public', '2025-10-05 12:56:55', '2025-10-05 12:56:55'),
(568, 'App\\Models\\Item', '103', 'image', 'public', '2025-10-05 13:03:02', '2025-10-05 13:03:02'),
(569, 'App\\Models\\Item', '103', 'images', 'public', '2025-10-05 13:03:02', '2025-10-05 13:03:02'),
(570, 'App\\Models\\Item', '104', 'image', 'public', '2025-10-05 13:05:42', '2025-10-05 13:05:42'),
(571, 'App\\Models\\Item', '104', 'images', 'public', '2025-10-05 13:05:42', '2025-10-05 13:05:42'),
(572, 'App\\Models\\Item', '105', 'image', 'public', '2025-10-05 13:09:22', '2025-10-05 13:09:22'),
(573, 'App\\Models\\Item', '105', 'images', 'public', '2025-10-05 13:09:22', '2025-10-05 13:09:22'),
(574, 'App\\Models\\Item', '106', 'image', 'public', '2025-10-05 13:10:50', '2025-10-05 13:10:50'),
(575, 'App\\Models\\Item', '106', 'images', 'public', '2025-10-05 13:10:50', '2025-10-05 13:10:50'),
(576, 'App\\Models\\Item', '107', 'image', 'public', '2025-10-05 13:13:45', '2025-10-05 13:13:45'),
(577, 'App\\Models\\Item', '107', 'images', 'public', '2025-10-05 13:13:45', '2025-10-05 13:13:45'),
(578, 'App\\Models\\Store', '15', 'logo', 'public', '2025-10-06 14:50:46', '2025-10-06 14:50:46'),
(579, 'App\\Models\\Store', '15', 'cover_photo', 'public', '2025-10-06 14:50:46', '2025-10-06 14:50:46'),
(580, 'App\\Models\\Category', '132', 'image', 'public', '2025-10-06 15:15:25', '2025-10-06 15:15:25'),
(581, 'App\\Models\\Category', '133', 'image', 'public', '2025-10-06 15:16:31', '2025-10-06 15:16:31'),
(582, 'App\\Models\\Category', '134', 'image', 'public', '2025-10-06 15:17:22', '2025-10-06 15:17:22'),
(583, 'App\\Models\\Category', '135', 'image', 'public', '2025-10-06 15:18:06', '2025-10-06 15:18:06'),
(584, 'App\\Models\\Category', '136', 'image', 'public', '2025-12-16 14:14:53', '2025-12-16 14:14:53'),
(585, 'App\\Models\\Category', '137', 'image', 'public', '2025-10-06 15:18:52', '2025-10-06 15:18:52'),
(586, 'App\\Models\\Category', '138', 'image', 'public', '2025-10-06 15:19:20', '2025-10-06 15:19:20'),
(587, 'App\\Models\\Category', '139', 'image', 'public', '2025-10-06 15:19:40', '2025-10-06 15:19:40'),
(588, 'App\\Models\\Category', '140', 'image', 'public', '2025-10-06 15:25:43', '2025-10-06 15:25:43'),
(589, 'App\\Models\\Category', '141', 'image', 'public', '2025-10-06 15:26:19', '2025-10-06 15:26:19'),
(590, 'App\\Models\\Category', '142', 'image', 'public', '2025-10-06 15:26:56', '2025-10-06 15:26:56'),
(591, 'App\\Models\\Category', '143', 'image', 'public', '2025-10-06 15:28:24', '2025-10-06 15:28:24'),
(592, 'App\\Models\\Category', '144', 'image', 'public', '2025-10-06 15:29:42', '2025-10-06 15:29:42'),
(593, 'App\\Models\\Category', '145', 'image', 'public', '2025-10-06 15:30:39', '2025-10-06 15:30:39'),
(594, 'App\\Models\\Category', '146', 'image', 'public', '2025-10-06 15:31:13', '2025-10-06 15:31:13'),
(595, 'App\\Models\\Category', '147', 'image', 'public', '2025-10-06 15:37:48', '2025-10-06 15:37:48'),
(596, 'App\\Models\\Category', '148', 'image', 'public', '2025-10-06 15:38:07', '2025-10-06 15:38:07'),
(597, 'App\\Models\\Category', '149', 'image', 'public', '2025-10-06 15:38:26', '2025-10-06 15:38:26'),
(598, 'App\\Models\\Item', '108', 'image', 'public', '2025-10-06 15:49:51', '2025-10-06 15:49:51'),
(599, 'App\\Models\\Item', '108', 'images', 'public', '2025-10-06 15:49:51', '2025-10-06 15:49:51'),
(600, 'App\\Models\\Item', '109', 'image', 'public', '2025-10-08 12:47:42', '2025-10-08 12:47:42'),
(601, 'App\\Models\\Item', '109', 'images', 'public', '2025-10-08 12:47:42', '2025-10-08 12:47:42'),
(602, 'App\\Models\\Item', '110', 'image', 'public', '2025-10-07 14:06:01', '2025-10-07 14:06:01'),
(603, 'App\\Models\\Item', '110', 'images', 'public', '2025-10-07 14:06:01', '2025-10-07 14:06:01'),
(604, 'App\\Models\\Item', '111', 'image', 'public', '2025-10-07 14:17:01', '2025-10-07 14:17:01'),
(605, 'App\\Models\\Item', '111', 'images', 'public', '2025-10-07 14:17:01', '2025-10-07 14:17:01'),
(606, 'App\\Models\\Item', '112', 'image', 'public', '2025-10-07 14:22:15', '2025-10-07 14:22:15'),
(607, 'App\\Models\\Item', '112', 'images', 'public', '2025-10-07 14:22:15', '2025-10-07 14:22:15'),
(608, 'App\\Models\\Item', '113', 'image', 'public', '2025-10-07 14:31:22', '2025-10-07 14:31:22'),
(609, 'App\\Models\\Item', '113', 'images', 'public', '2025-10-07 14:31:22', '2025-10-07 14:31:22'),
(610, 'App\\Models\\Item', '114', 'image', 'public', '2025-10-07 14:44:30', '2025-10-07 14:44:30'),
(611, 'App\\Models\\Item', '114', 'images', 'public', '2025-10-07 14:44:30', '2025-10-07 14:44:30'),
(612, 'App\\Models\\Item', '115', 'image', 'public', '2025-10-07 14:47:13', '2025-10-07 14:47:13'),
(613, 'App\\Models\\Item', '115', 'images', 'public', '2025-10-07 14:47:13', '2025-10-07 14:47:13'),
(614, 'App\\Models\\Item', '116', 'image', 'public', '2025-10-08 10:20:19', '2025-10-08 10:20:19'),
(615, 'App\\Models\\Item', '116', 'images', 'public', '2025-10-08 10:20:19', '2025-10-08 10:20:19'),
(616, 'App\\Models\\Item', '117', 'image', 'public', '2025-10-07 14:57:11', '2025-10-07 14:57:11'),
(617, 'App\\Models\\Item', '117', 'images', 'public', '2025-10-07 14:57:11', '2025-10-07 14:57:11'),
(618, 'App\\Models\\Item', '118', 'image', 'public', '2025-10-07 14:54:57', '2025-10-07 14:54:57'),
(619, 'App\\Models\\Item', '118', 'images', 'public', '2025-10-07 14:54:57', '2025-10-07 14:54:57'),
(620, 'App\\Models\\Item', '119', 'image', 'public', '2025-10-08 09:16:56', '2025-10-08 09:16:56'),
(621, 'App\\Models\\Item', '119', 'images', 'public', '2025-10-08 09:16:56', '2025-10-08 09:16:56'),
(622, 'App\\Models\\Item', '120', 'image', 'public', '2025-10-08 09:19:09', '2025-10-08 09:19:09'),
(623, 'App\\Models\\Item', '120', 'images', 'public', '2025-10-08 09:19:09', '2025-10-08 09:19:09'),
(624, 'App\\Models\\Item', '121', 'image', 'public', '2025-10-08 09:23:03', '2025-10-08 09:23:03'),
(625, 'App\\Models\\Item', '121', 'images', 'public', '2025-10-08 09:23:03', '2025-10-08 09:23:03'),
(626, 'App\\Models\\Item', '122', 'image', 'public', '2025-10-08 09:24:44', '2025-10-08 09:24:44'),
(627, 'App\\Models\\Item', '122', 'images', 'public', '2025-10-08 09:24:44', '2025-10-08 09:24:44'),
(628, 'App\\Models\\Item', '123', 'image', 'public', '2025-10-08 09:30:09', '2025-10-08 09:30:09'),
(629, 'App\\Models\\Item', '123', 'images', 'public', '2025-10-08 09:30:09', '2025-10-08 09:30:09'),
(630, 'App\\Models\\Item', '124', 'image', 'public', '2025-10-08 09:37:40', '2025-10-08 09:37:40'),
(631, 'App\\Models\\Item', '124', 'images', 'public', '2025-10-08 09:37:40', '2025-10-08 09:37:40'),
(632, 'App\\Models\\Item', '125', 'image', 'public', '2025-10-08 09:41:27', '2025-10-08 09:41:27'),
(633, 'App\\Models\\Item', '125', 'images', 'public', '2025-10-08 09:41:27', '2025-10-08 09:41:27'),
(634, 'App\\Models\\Item', '126', 'image', 'public', '2025-10-08 09:48:32', '2025-10-08 09:48:32'),
(635, 'App\\Models\\Item', '126', 'images', 'public', '2025-10-08 09:48:32', '2025-10-08 09:48:32'),
(636, 'App\\Models\\Item', '127', 'image', 'public', '2025-10-08 09:46:32', '2025-10-08 09:46:32'),
(637, 'App\\Models\\Item', '127', 'images', 'public', '2025-10-08 09:46:32', '2025-10-08 09:46:32'),
(638, 'App\\Models\\Item', '128', 'image', 'public', '2025-10-08 09:52:10', '2025-10-08 09:52:10'),
(639, 'App\\Models\\Item', '128', 'images', 'public', '2025-10-08 09:52:10', '2025-10-08 09:52:10'),
(640, 'App\\Models\\Item', '129', 'image', 'public', '2025-10-08 09:56:05', '2025-10-08 09:56:05'),
(641, 'App\\Models\\Item', '129', 'images', 'public', '2025-10-08 09:56:05', '2025-10-08 09:56:05'),
(642, 'App\\Models\\Item', '130', 'image', 'public', '2025-10-08 10:03:09', '2025-10-08 10:03:09'),
(643, 'App\\Models\\Item', '130', 'images', 'public', '2025-10-08 10:03:09', '2025-10-08 10:03:09'),
(644, 'App\\Models\\Item', '131', 'image', 'public', '2025-10-08 10:04:31', '2025-10-08 10:04:31'),
(645, 'App\\Models\\Item', '131', 'images', 'public', '2025-10-08 10:04:31', '2025-10-08 10:04:31'),
(646, 'App\\Models\\Item', '132', 'image', 'public', '2025-10-08 10:07:40', '2025-10-08 10:07:40'),
(647, 'App\\Models\\Item', '132', 'images', 'public', '2025-10-08 10:07:40', '2025-10-08 10:07:40'),
(648, 'App\\Models\\Item', '133', 'image', 'public', '2025-10-08 10:08:36', '2025-10-08 10:08:36'),
(649, 'App\\Models\\Item', '133', 'images', 'public', '2025-10-08 10:08:36', '2025-10-08 10:08:36'),
(650, 'App\\Models\\Item', '134', 'image', 'public', '2025-10-08 10:13:55', '2025-10-08 10:13:55'),
(651, 'App\\Models\\Item', '134', 'images', 'public', '2025-10-08 10:13:55', '2025-10-08 10:13:55'),
(652, 'App\\Models\\Item', '135', 'image', 'public', '2025-10-08 10:24:46', '2025-10-08 10:24:46'),
(653, 'App\\Models\\Item', '135', 'images', 'public', '2025-10-08 10:24:46', '2025-10-08 10:24:46'),
(654, 'App\\Models\\Item', '136', 'image', 'public', '2025-10-08 10:30:18', '2025-10-08 10:30:18'),
(655, 'App\\Models\\Item', '136', 'images', 'public', '2025-10-08 10:30:18', '2025-10-08 10:30:18'),
(656, 'App\\Models\\Item', '137', 'image', 'public', '2025-10-08 10:38:36', '2025-10-08 10:38:36'),
(657, 'App\\Models\\Item', '137', 'images', 'public', '2025-10-08 10:38:36', '2025-10-08 10:38:36'),
(658, 'App\\Models\\Item', '138', 'image', 'public', '2025-10-08 10:45:43', '2025-10-08 10:45:43'),
(659, 'App\\Models\\Item', '138', 'images', 'public', '2025-10-08 10:45:43', '2025-10-08 10:45:43'),
(660, 'App\\Models\\Item', '139', 'image', 'public', '2025-10-08 10:51:58', '2025-10-08 10:51:58'),
(661, 'App\\Models\\Item', '139', 'images', 'public', '2025-10-08 10:51:58', '2025-10-08 10:51:58'),
(662, 'App\\Models\\Item', '140', 'image', 'public', '2025-10-08 10:53:56', '2025-10-08 10:53:56'),
(663, 'App\\Models\\Item', '140', 'images', 'public', '2025-10-08 10:53:56', '2025-10-08 10:53:56'),
(664, 'App\\Models\\Item', '141', 'image', 'public', '2025-10-08 10:57:18', '2025-10-08 10:57:18'),
(665, 'App\\Models\\Item', '141', 'images', 'public', '2025-10-08 10:57:18', '2025-10-08 10:57:18'),
(666, 'App\\Models\\Item', '142', 'image', 'public', '2025-10-08 11:00:52', '2025-10-08 11:00:52'),
(667, 'App\\Models\\Item', '142', 'images', 'public', '2025-10-08 11:00:52', '2025-10-08 11:00:52'),
(668, 'App\\Models\\Item', '143', 'image', 'public', '2025-10-08 11:02:33', '2025-10-08 11:02:33'),
(669, 'App\\Models\\Item', '143', 'images', 'public', '2025-10-08 11:02:33', '2025-10-08 11:02:33'),
(670, 'App\\Models\\Item', '144', 'image', 'public', '2025-10-08 11:05:34', '2025-10-08 11:05:34'),
(671, 'App\\Models\\Item', '144', 'images', 'public', '2025-10-08 11:05:34', '2025-10-08 11:05:34'),
(672, 'App\\Models\\Item', '145', 'image', 'public', '2025-10-08 12:50:42', '2025-10-08 12:50:42'),
(673, 'App\\Models\\Item', '145', 'images', 'public', '2025-10-08 12:50:42', '2025-10-08 12:50:42'),
(674, 'App\\Models\\Item', '146', 'image', 'public', '2025-10-08 12:53:09', '2025-10-08 12:53:09'),
(675, 'App\\Models\\Item', '146', 'images', 'public', '2025-10-08 12:53:09', '2025-10-08 12:53:09'),
(676, 'App\\Models\\Banner', '22', 'image', 'public', '2025-10-08 13:15:12', '2025-10-08 13:15:12'),
(677, 'App\\Models\\ModuleWiseBanner', '16', 'value', 'public', '2025-10-08 13:08:19', '2025-10-08 13:08:19'),
(678, 'App\\Models\\Banner', '23', 'image', 'public', '2026-01-09 01:40:24', '2026-01-09 01:40:24'),
(679, 'App\\Models\\Item', '147', 'image', 'public', '2025-10-09 16:02:04', '2025-10-09 16:02:04'),
(680, 'App\\Models\\Item', '147', 'images', 'public', '2025-10-09 16:02:04', '2025-10-09 16:02:04'),
(681, 'App\\Models\\Store', '16', 'logo', 'public', '2025-10-09 18:01:30', '2025-10-09 18:01:30'),
(682, 'App\\Models\\Store', '16', 'cover_photo', 'public', '2026-01-09 01:38:39', '2026-01-09 01:38:39'),
(683, 'App\\Models\\DeliveryMan', '2', 'image', 'public', '2025-10-11 13:06:01', '2025-10-11 13:06:01'),
(684, 'App\\Models\\Item', '148', 'image', 'public', '2025-11-11 20:59:40', '2025-11-11 20:59:40'),
(685, 'App\\Models\\Item', '148', 'images', 'public', '2025-11-11 20:59:40', '2025-11-11 20:59:40'),
(686, 'App\\Models\\Item', '149', 'image', 'public', '2025-11-11 15:02:49', '2025-11-11 15:02:49'),
(687, 'App\\Models\\Item', '149', 'images', 'public', '2025-11-11 15:02:49', '2025-11-11 15:02:49'),
(688, 'App\\Models\\Item', '150', 'image', 'public', '2025-11-11 15:18:08', '2025-11-11 15:18:08'),
(689, 'App\\Models\\Item', '150', 'images', 'public', '2025-11-11 15:18:08', '2025-11-11 15:18:08'),
(690, 'App\\Models\\Item', '151', 'image', 'public', '2025-11-11 15:45:45', '2025-11-11 15:45:45'),
(691, 'App\\Models\\Item', '151', 'images', 'public', '2025-11-11 15:45:45', '2025-11-11 15:45:45'),
(692, 'App\\Models\\Item', '152', 'image', 'public', '2025-11-11 16:25:35', '2025-11-11 16:25:35'),
(693, 'App\\Models\\Item', '152', 'images', 'public', '2025-11-11 16:25:35', '2025-11-11 16:25:35'),
(694, 'App\\Models\\Item', '153', 'image', 'public', '2025-11-11 19:44:37', '2025-11-11 19:44:37'),
(695, 'App\\Models\\Item', '153', 'images', 'public', '2025-11-11 19:52:24', '2025-11-11 19:52:24'),
(696, 'App\\Models\\Item', '154', 'image', 'public', '2025-11-11 20:03:50', '2025-11-11 20:03:50'),
(697, 'App\\Models\\Item', '154', 'images', 'public', '2025-11-11 20:03:50', '2025-11-11 20:03:50'),
(698, 'App\\Models\\Notification', '3', 'image', 'public', '2025-11-14 21:58:37', '2025-11-14 21:58:37'),
(699, 'App\\Models\\Advertisement', '1000006', 'video_attachment', 'public', '2026-01-09 02:42:44', '2026-01-09 02:42:44'),
(700, 'App\\Models\\Advertisement', '1000006', 'cover_image', 'public', '2025-11-14 22:24:38', '2025-11-14 22:24:38'),
(701, 'App\\Models\\Advertisement', '1000006', 'profile_image', 'public', '2025-11-14 22:24:38', '2025-11-14 22:24:38'),
(702, 'App\\Models\\Campaign', '5', 'image', 'public', '2026-01-09 01:45:58', '2026-01-09 01:45:58'),
(703, 'App\\Models\\Campaign', '6', 'image', 'public', '2026-01-09 01:45:46', '2026-01-09 01:45:46'),
(704, 'App\\Models\\Campaign', '7', 'image', 'public', '2026-01-09 01:45:34', '2026-01-09 01:45:34'),
(705, 'App\\Models\\Campaign', '8', 'image', 'public', '2026-01-09 01:45:11', '2026-01-09 01:45:11'),
(706, 'App\\Models\\Campaign', '9', 'image', 'public', '2026-01-09 01:45:22', '2026-01-09 01:45:22'),
(707, 'App\\Models\\ItemCampaign', '4', 'image', 'public', '2026-01-08 16:09:03', '2026-01-08 16:09:03'),
(708, 'App\\Models\\ItemCampaign', '5', 'image', 'public', '2026-01-08 17:12:34', '2026-01-08 17:12:34'),
(709, 'App\\Models\\Advertisement', '1000007', 'video_attachment', 'public', '2026-01-09 02:45:52', '2026-01-09 02:45:52'),
(710, 'App\\Models\\Advertisement', '1000007', 'cover_image', 'public', '2025-12-07 14:16:15', '2025-12-07 14:16:15'),
(711, 'App\\Models\\Advertisement', '1000007', 'profile_image', 'public', '2025-12-07 14:16:15', '2025-12-07 14:16:15'),
(712, 'App\\Models\\Advertisement', '1000008', 'video_attachment', 'public', '2026-01-09 02:50:15', '2026-01-09 02:50:15'),
(713, 'App\\Models\\Advertisement', '1000008', 'cover_image', 'public', '2025-12-07 14:17:21', '2025-12-07 14:17:21'),
(714, 'App\\Models\\Advertisement', '1000008', 'profile_image', 'public', '2025-12-07 14:17:21', '2025-12-07 14:17:21'),
(715, 'App\\Models\\Advertisement', '1000009', 'video_attachment', 'public', '2025-12-07 14:18:23', '2025-12-07 14:18:23'),
(716, 'App\\Models\\Advertisement', '1000009', 'cover_image', 'public', '2025-12-07 14:18:23', '2025-12-07 14:18:23'),
(717, 'App\\Models\\Advertisement', '1000009', 'profile_image', 'public', '2025-12-07 14:18:23', '2025-12-07 14:18:23'),
(718, 'App\\Models\\Banner', '24', 'image', 'public', '2025-12-12 17:10:30', '2025-12-12 17:10:30'),
(719, 'App\\Models\\Banner', '25', 'image', 'public', '2025-12-12 17:10:40', '2025-12-12 17:10:40'),
(720, 'App\\Models\\Banner', '26', 'image', 'public', '2025-12-12 17:10:55', '2025-12-12 17:10:55'),
(721, 'App\\Models\\Category', '150', 'image', 'public', '2025-12-17 14:29:57', '2025-12-17 14:29:57'),
(722, 'App\\Models\\Category', '151', 'image', 'public', '2025-12-16 14:30:19', '2025-12-16 14:30:19'),
(723, 'App\\Models\\Category', '152', 'image', 'public', '2025-12-16 14:29:02', '2025-12-16 14:29:02'),
(724, 'App\\Models\\Category', '153', 'image', 'public', '2025-12-15 19:44:41', '2025-12-15 19:44:41'),
(725, 'App\\Models\\Category', '154', 'image', 'public', '2025-12-15 19:44:18', '2025-12-15 19:44:18'),
(726, 'App\\Models\\Category', '155', 'image', 'public', '2025-12-15 19:41:14', '2025-12-15 19:41:14'),
(727, 'App\\Models\\Item', '155', 'image', 'public', '2025-12-17 14:25:04', '2025-12-17 14:25:04'),
(728, 'App\\Models\\Item', '155', 'images', 'public', '2025-12-17 14:25:04', '2025-12-17 14:25:04'),
(729, 'App\\Models\\Item', '156', 'image', 'public', '2025-12-15 16:14:04', '2025-12-15 16:14:04'),
(730, 'App\\Models\\Item', '156', 'images', 'public', '2025-12-15 16:14:04', '2025-12-15 16:14:04'),
(731, 'App\\Models\\Item', '157', 'image', 'public', '2025-12-17 14:00:55', '2025-12-17 14:00:55'),
(732, 'App\\Models\\Item', '157', 'images', 'public', '2025-12-17 14:00:55', '2025-12-17 14:00:55'),
(733, 'App\\Models\\Item', '158', 'image', 'public', '2025-12-15 16:22:17', '2025-12-15 16:22:17'),
(734, 'App\\Models\\Item', '158', 'images', 'public', '2025-12-15 16:22:17', '2025-12-15 16:22:17'),
(735, 'App\\Models\\Item', '159', 'image', 'public', '2025-12-15 16:25:36', '2025-12-15 16:25:36'),
(736, 'App\\Models\\Item', '159', 'images', 'public', '2025-12-15 16:25:36', '2025-12-15 16:25:36'),
(737, 'App\\Models\\Item', '160', 'image', 'public', '2025-12-15 16:56:56', '2025-12-15 16:56:56'),
(738, 'App\\Models\\Item', '160', 'images', 'public', '2025-12-15 16:56:56', '2025-12-15 16:56:56'),
(739, 'App\\Models\\Item', '161', 'image', 'public', '2025-12-15 17:00:12', '2025-12-15 17:00:12'),
(740, 'App\\Models\\Item', '161', 'images', 'public', '2025-12-15 17:00:12', '2025-12-15 17:00:12'),
(741, 'App\\Models\\Item', '162', 'image', 'public', '2025-12-17 14:03:34', '2025-12-17 14:03:34'),
(742, 'App\\Models\\Item', '162', 'images', 'public', '2025-12-17 14:03:34', '2025-12-17 14:03:34'),
(743, 'App\\Models\\Item', '163', 'image', 'public', '2025-12-15 17:04:06', '2025-12-15 17:04:06'),
(744, 'App\\Models\\Item', '163', 'images', 'public', '2025-12-15 17:04:06', '2025-12-15 17:04:06'),
(745, 'App\\Models\\Item', '164', 'image', 'public', '2025-12-15 17:09:27', '2025-12-15 17:09:27'),
(746, 'App\\Models\\Item', '164', 'images', 'public', '2025-12-15 17:09:27', '2025-12-15 17:09:27'),
(747, 'App\\Models\\Item', '165', 'image', 'public', '2025-12-15 17:11:43', '2025-12-15 17:11:43'),
(748, 'App\\Models\\Item', '165', 'images', 'public', '2025-12-15 17:11:43', '2025-12-15 17:11:43'),
(749, 'App\\Models\\Item', '166', 'image', 'public', '2025-12-15 17:13:41', '2025-12-15 17:13:41'),
(750, 'App\\Models\\Item', '166', 'images', 'public', '2025-12-15 17:13:41', '2025-12-15 17:13:41'),
(751, 'App\\Models\\Item', '167', 'image', 'public', '2025-12-17 14:13:31', '2025-12-17 14:13:31'),
(752, 'App\\Models\\Item', '167', 'images', 'public', '2025-12-17 14:13:31', '2025-12-17 14:13:31'),
(753, 'App\\Models\\Item', '168', 'image', 'public', '2025-12-15 17:19:13', '2025-12-15 17:19:13'),
(754, 'App\\Models\\Item', '168', 'images', 'public', '2025-12-15 17:19:13', '2025-12-15 17:19:13'),
(755, 'App\\Models\\Item', '169', 'image', 'public', '2025-12-15 17:21:46', '2025-12-15 17:21:46'),
(756, 'App\\Models\\Item', '169', 'images', 'public', '2025-12-15 17:21:46', '2025-12-15 17:21:46'),
(757, 'App\\Models\\Item', '170', 'image', 'public', '2025-12-15 17:24:20', '2025-12-15 17:24:20'),
(758, 'App\\Models\\Item', '170', 'images', 'public', '2025-12-15 17:24:20', '2025-12-15 17:24:20'),
(759, 'App\\Models\\Item', '171', 'image', 'public', '2025-12-15 17:27:00', '2025-12-15 17:27:00'),
(760, 'App\\Models\\Item', '171', 'images', 'public', '2025-12-15 17:27:00', '2025-12-15 17:27:00'),
(761, 'App\\Models\\Item', '172', 'image', 'public', '2025-12-15 17:29:00', '2025-12-15 17:29:00'),
(762, 'App\\Models\\Item', '172', 'images', 'public', '2025-12-15 17:29:00', '2025-12-15 17:29:00'),
(763, 'App\\Models\\Item', '173', 'image', 'public', '2025-12-15 17:31:19', '2025-12-15 17:31:19'),
(764, 'App\\Models\\Item', '173', 'images', 'public', '2025-12-15 17:31:19', '2025-12-15 17:31:19'),
(765, 'App\\Models\\Item', '174', 'image', 'public', '2025-12-17 14:09:18', '2025-12-17 14:09:18'),
(766, 'App\\Models\\Item', '174', 'images', 'public', '2025-12-17 14:09:18', '2025-12-17 14:09:18'),
(767, 'App\\Models\\Item', '175', 'image', 'public', '2025-12-17 13:23:49', '2025-12-17 13:23:49'),
(768, 'App\\Models\\Item', '175', 'images', 'public', '2025-12-17 13:23:49', '2025-12-17 13:23:49'),
(769, 'App\\Models\\Item', '176', 'image', 'public', '2025-12-15 17:41:13', '2025-12-15 17:41:13'),
(770, 'App\\Models\\Item', '176', 'images', 'public', '2025-12-15 17:41:13', '2025-12-15 17:41:13'),
(771, 'App\\Models\\Item', '177', 'image', 'public', '2025-12-15 17:52:18', '2025-12-15 17:52:18'),
(772, 'App\\Models\\Item', '177', 'images', 'public', '2025-12-15 17:52:18', '2025-12-15 17:52:18'),
(773, 'App\\Models\\Item', '178', 'image', 'public', '2025-12-15 18:01:14', '2025-12-15 18:01:14'),
(774, 'App\\Models\\Item', '178', 'images', 'public', '2025-12-15 18:01:14', '2025-12-15 18:01:14'),
(775, 'App\\Models\\Item', '179', 'image', 'public', '2025-12-15 18:04:53', '2025-12-15 18:04:53'),
(776, 'App\\Models\\Item', '179', 'images', 'public', '2025-12-15 18:04:53', '2025-12-15 18:04:53'),
(777, 'App\\Models\\Item', '180', 'image', 'public', '2025-12-15 18:33:36', '2025-12-15 18:33:36'),
(778, 'App\\Models\\Item', '180', 'images', 'public', '2025-12-15 18:33:36', '2025-12-15 18:33:36'),
(779, 'App\\Models\\Item', '181', 'image', 'public', '2025-12-15 18:12:23', '2025-12-15 18:12:23'),
(780, 'App\\Models\\Item', '181', 'images', 'public', '2025-12-15 18:12:23', '2025-12-15 18:12:23'),
(781, 'App\\Models\\Category', '156', 'image', 'public', '2025-12-15 20:20:07', '2025-12-15 20:20:07'),
(782, 'App\\Models\\Category', '157', 'image', 'public', '2025-12-15 18:54:12', '2025-12-15 18:54:12'),
(783, 'App\\Models\\Category', '158', 'image', 'public', '2025-12-15 20:18:30', '2025-12-15 20:18:30'),
(784, 'App\\Models\\Category', '159', 'image', 'public', '2025-12-15 20:16:06', '2025-12-15 20:16:06'),
(785, 'App\\Models\\Category', '160', 'image', 'public', '2025-12-15 20:14:39', '2025-12-15 20:14:39'),
(786, 'App\\Models\\Category', '161', 'image', 'public', '2025-12-15 20:07:49', '2025-12-15 20:07:49'),
(787, 'App\\Models\\Item', '182', 'image', 'public', '2025-12-15 19:08:31', '2025-12-15 19:08:31'),
(788, 'App\\Models\\Item', '182', 'images', 'public', '2025-12-15 19:08:31', '2025-12-15 19:08:31'),
(789, 'App\\Models\\Item', '183', 'image', 'public', '2025-12-15 19:10:46', '2025-12-15 19:10:46'),
(790, 'App\\Models\\Item', '183', 'images', 'public', '2025-12-15 19:10:46', '2025-12-15 19:10:46'),
(791, 'App\\Models\\Item', '184', 'image', 'public', '2025-12-15 19:16:09', '2025-12-15 19:16:09'),
(792, 'App\\Models\\Item', '184', 'images', 'public', '2025-12-15 19:16:09', '2025-12-15 19:16:09'),
(793, 'App\\Models\\Category', '162', 'image', 'public', '2025-12-15 20:06:59', '2025-12-15 20:06:59'),
(794, 'App\\Models\\Category', '163', 'image', 'public', '2025-12-15 20:25:45', '2025-12-15 20:25:45'),
(795, 'App\\Models\\Category', '164', 'image', 'public', '2025-12-15 20:12:33', '2025-12-15 20:12:33'),
(796, 'App\\Models\\Category', '165', 'image', 'public', '2025-12-15 20:24:24', '2025-12-15 20:24:24'),
(797, 'App\\Models\\Category', '166', 'image', 'public', '2025-12-15 20:27:52', '2025-12-15 20:27:52'),
(798, 'App\\Models\\Category', '167', 'image', 'public', '2025-12-15 20:29:39', '2025-12-15 20:29:39'),
(799, 'App\\Models\\Category', '168', 'image', 'public', '2025-12-15 20:10:27', '2025-12-15 20:10:27'),
(800, 'App\\Models\\Category', '169', 'image', 'public', '2025-12-16 11:37:32', '2025-12-16 11:37:32'),
(801, 'App\\Models\\Category', '170', 'image', 'public', '2025-12-15 20:04:34', '2025-12-15 20:04:34'),
(802, 'App\\Models\\Category', '171', 'image', 'public', '2025-12-15 20:05:41', '2025-12-15 20:05:41'),
(803, 'App\\Models\\Category', '172', 'image', 'public', '2025-12-15 20:02:54', '2025-12-15 20:02:54'),
(804, 'App\\Models\\Store', '17', 'logo', 'public', '2025-12-15 19:21:23', '2025-12-15 19:21:23'),
(805, 'App\\Models\\Store', '17', 'cover_photo', 'public', '2025-12-15 19:21:23', '2025-12-15 19:21:23'),
(806, 'App\\Models\\Category', '173', 'image', 'public', '2025-12-15 19:21:46', '2025-12-15 19:21:46'),
(807, 'App\\Models\\Category', '174', 'image', 'public', '2025-12-15 19:59:28', '2025-12-15 19:59:28'),
(808, 'App\\Models\\Category', '175', 'image', 'public', '2025-12-15 19:58:47', '2025-12-15 19:58:47'),
(809, 'App\\Models\\Category', '176', 'image', 'public', '2025-12-15 19:55:12', '2025-12-15 19:55:12'),
(810, 'App\\Models\\Category', '177', 'image', 'public', '2025-12-15 19:54:07', '2025-12-15 19:54:07'),
(811, 'App\\Models\\Category', '178', 'image', 'public', '2025-12-15 19:38:40', '2025-12-15 19:38:40'),
(812, 'App\\Models\\Category', '179', 'image', 'public', '2025-12-15 19:39:25', '2025-12-15 19:39:25'),
(813, 'App\\Models\\Item', '185', 'image', 'public', '2025-12-15 19:27:56', '2025-12-15 19:27:56'),
(814, 'App\\Models\\Item', '185', 'images', 'public', '2025-12-15 19:27:56', '2025-12-15 19:27:56'),
(815, 'App\\Models\\Category', '180', 'image', 'public', '2025-12-15 19:51:39', '2025-12-15 19:51:39'),
(816, 'App\\Models\\Category', '181', 'image', 'public', '2025-12-15 19:49:50', '2025-12-15 19:49:50'),
(817, 'App\\Models\\Category', '182', 'image', 'public', '2025-12-15 19:37:43', '2025-12-15 19:37:43'),
(818, 'App\\Models\\Item', '186', 'image', 'public', '2025-12-15 19:33:56', '2025-12-15 19:33:56'),
(819, 'App\\Models\\Item', '186', 'images', 'public', '2025-12-15 19:33:56', '2025-12-15 19:33:56'),
(820, 'App\\Models\\Category', '183', 'image', 'public', '2025-12-15 19:34:24', '2025-12-15 19:34:24'),
(821, 'App\\Models\\Category', '184', 'image', 'public', '2025-12-15 19:36:57', '2025-12-15 19:36:57'),
(822, 'App\\Models\\Item', '187', 'image', 'public', '2025-12-15 19:39:20', '2025-12-15 19:39:20'),
(823, 'App\\Models\\Item', '187', 'images', 'public', '2025-12-15 19:39:20', '2025-12-15 19:39:20'),
(824, 'App\\Models\\Category', '185', 'image', 'public', '2025-12-15 19:47:41', '2025-12-15 19:47:41'),
(825, 'App\\Models\\Item', '188', 'image', 'public', '2025-12-15 19:55:46', '2025-12-15 19:55:46'),
(826, 'App\\Models\\Item', '188', 'images', 'public', '2025-12-15 19:55:46', '2025-12-15 19:55:46'),
(827, 'App\\Models\\Category', '186', 'image', 'public', '2025-12-16 11:38:09', '2025-12-16 11:38:09'),
(828, 'App\\Models\\Item', '189', 'image', 'public', '2025-12-15 20:01:16', '2025-12-15 20:01:16'),
(829, 'App\\Models\\Item', '189', 'images', 'public', '2025-12-15 20:01:16', '2025-12-15 20:01:16'),
(830, 'App\\Models\\Item', '190', 'image', 'public', '2025-12-15 20:05:27', '2025-12-15 20:05:27'),
(831, 'App\\Models\\Item', '190', 'images', 'public', '2025-12-15 20:05:27', '2025-12-15 20:05:27'),
(832, 'App\\Models\\Category', '187', 'image', 'public', '2025-12-16 11:40:04', '2025-12-16 11:40:04'),
(833, 'App\\Models\\Category', '188', 'image', 'public', '2025-12-16 11:38:47', '2025-12-16 11:38:47'),
(834, 'App\\Models\\Item', '191', 'image', 'public', '2025-12-15 20:09:15', '2025-12-15 20:09:15'),
(835, 'App\\Models\\Item', '191', 'images', 'public', '2025-12-15 20:09:15', '2025-12-15 20:09:15'),
(836, 'App\\Models\\Category', '189', 'image', 'public', '2025-12-16 11:39:45', '2025-12-16 11:39:45'),
(837, 'App\\Models\\Item', '192', 'image', 'public', '2025-12-15 20:13:57', '2025-12-15 20:13:57'),
(838, 'App\\Models\\Item', '192', 'images', 'public', '2025-12-15 20:13:57', '2025-12-15 20:13:57'),
(839, 'App\\Models\\Item', '193', 'image', 'public', '2025-12-15 20:18:05', '2025-12-15 20:18:05'),
(840, 'App\\Models\\Item', '193', 'images', 'public', '2025-12-15 20:18:05', '2025-12-15 20:18:05'),
(841, 'App\\Models\\Category', '190', 'image', 'public', '2025-12-15 20:23:12', '2025-12-15 20:23:12'),
(842, 'App\\Models\\Category', '191', 'image', 'public', '2025-12-15 20:25:46', '2025-12-15 20:25:46'),
(843, 'App\\Models\\Store', '18', 'logo', 'public', '2025-12-20 13:31:09', '2025-12-20 13:31:09'),
(844, 'App\\Models\\Store', '18', 'cover_photo', 'public', '2025-12-20 13:31:09', '2025-12-20 13:31:09'),
(845, 'App\\Models\\Item', '194', 'image', 'public', '2025-12-15 20:31:33', '2025-12-15 20:31:33'),
(846, 'App\\Models\\Item', '194', 'images', 'public', '2025-12-15 20:31:33', '2025-12-15 20:31:33'),
(847, 'App\\Models\\Category', '192', 'image', 'public', '2025-12-16 11:38:47', '2025-12-16 11:38:47'),
(848, 'App\\Models\\Category', '193', 'image', 'public', '2025-12-16 11:40:13', '2025-12-16 11:40:13'),
(849, 'App\\Models\\Category', '194', 'image', 'public', '2025-12-16 11:41:43', '2025-12-16 11:41:43'),
(850, 'App\\Models\\Category', '195', 'image', 'public', '2025-12-16 11:50:46', '2025-12-16 11:50:46'),
(851, 'App\\Models\\Category', '196', 'image', 'public', '2025-12-16 11:51:32', '2025-12-16 11:51:32'),
(852, 'App\\Models\\Category', '197', 'image', 'public', '2025-12-16 11:52:49', '2025-12-16 11:52:49'),
(853, 'App\\Models\\Category', '198', 'image', 'public', '2025-12-16 11:56:23', '2025-12-16 11:56:23'),
(854, 'App\\Models\\Category', '199', 'image', 'public', '2025-12-16 12:26:41', '2025-12-16 12:26:41'),
(855, 'App\\Models\\Category', '200', 'image', 'public', '2025-12-16 12:27:42', '2025-12-16 12:27:42'),
(856, 'App\\Models\\Category', '201', 'image', 'public', '2025-12-16 12:30:30', '2025-12-16 12:30:30'),
(857, 'App\\Models\\Category', '202', 'image', 'public', '2025-12-16 12:38:20', '2025-12-16 12:38:20'),
(858, 'App\\Models\\Category', '203', 'image', 'public', '2025-12-16 12:39:14', '2025-12-16 12:39:14'),
(859, 'App\\Models\\Category', '204', 'image', 'public', '2025-12-16 12:41:06', '2025-12-16 12:41:06'),
(860, 'App\\Models\\Category', '205', 'image', 'public', '2025-12-16 13:27:28', '2025-12-16 13:27:28'),
(861, 'App\\Models\\Category', '206', 'image', 'public', '2025-12-16 12:42:49', '2025-12-16 12:42:49'),
(862, 'App\\Models\\Category', '207', 'image', 'public', '2025-12-16 12:48:35', '2025-12-16 12:48:35'),
(863, 'App\\Models\\Category', '208', 'image', 'public', '2025-12-16 12:50:52', '2025-12-16 12:50:52'),
(864, 'App\\Models\\Category', '209', 'image', 'public', '2025-12-16 12:52:05', '2025-12-16 12:52:05'),
(865, 'App\\Models\\Category', '210', 'image', 'public', '2025-12-16 12:54:57', '2025-12-16 12:54:57'),
(866, 'App\\Models\\Category', '211', 'image', 'public', '2025-12-16 12:56:04', '2025-12-16 12:56:04'),
(867, 'App\\Models\\Category', '212', 'image', 'public', '2025-12-16 12:57:04', '2025-12-16 12:57:04'),
(868, 'App\\Models\\Category', '213', 'image', 'public', '2025-12-16 13:18:10', '2025-12-16 13:18:10'),
(869, 'App\\Models\\Category', '214', 'image', 'public', '2025-12-16 13:19:50', '2025-12-16 13:19:50'),
(870, 'App\\Models\\Category', '215', 'image', 'public', '2025-12-16 13:22:54', '2025-12-16 13:22:54'),
(871, 'App\\Models\\Item', '195', 'image', 'public', '2025-12-16 13:28:03', '2025-12-16 13:28:03'),
(872, 'App\\Models\\Item', '195', 'images', 'public', '2025-12-16 13:28:03', '2025-12-16 13:28:03'),
(873, 'App\\Models\\Item', '196', 'image', 'public', '2025-12-16 13:34:41', '2025-12-16 13:34:41'),
(874, 'App\\Models\\Item', '196', 'images', 'public', '2025-12-16 13:34:41', '2025-12-16 13:34:41'),
(875, 'App\\Models\\Category', '216', 'image', 'public', '2025-12-16 13:36:21', '2025-12-16 13:36:21'),
(876, 'App\\Models\\Category', '217', 'image', 'public', '2025-12-16 13:38:05', '2025-12-16 13:38:05'),
(877, 'App\\Models\\Item', '197', 'image', 'public', '2025-12-16 13:39:13', '2025-12-16 13:39:13'),
(878, 'App\\Models\\Item', '197', 'images', 'public', '2025-12-16 13:39:13', '2025-12-16 13:39:13'),
(879, 'App\\Models\\Category', '218', 'image', 'public', '2025-12-16 15:58:25', '2025-12-16 15:58:25'),
(880, 'App\\Models\\Category', '219', 'image', 'public', '2025-12-16 13:43:24', '2025-12-16 13:43:24'),
(881, 'App\\Models\\Category', '220', 'image', 'public', '2025-12-16 13:44:23', '2025-12-16 13:44:23'),
(882, 'App\\Models\\Item', '198', 'image', 'public', '2025-12-16 13:44:26', '2025-12-16 13:44:26'),
(883, 'App\\Models\\Item', '198', 'images', 'public', '2025-12-16 13:44:26', '2025-12-16 13:44:26'),
(884, 'App\\Models\\Category', '221', 'image', 'public', '2025-12-16 13:44:58', '2025-12-16 13:44:58'),
(885, 'App\\Models\\Category', '222', 'image', 'public', '2025-12-16 13:46:29', '2025-12-16 13:46:29'),
(886, 'App\\Models\\Category', '223', 'image', 'public', '2025-12-16 13:46:30', '2025-12-16 13:46:30'),
(887, 'App\\Models\\Category', '224', 'image', 'public', '2025-12-16 13:47:46', '2025-12-16 13:47:46'),
(888, 'App\\Models\\Category', '225', 'image', 'public', '2025-12-16 13:48:29', '2025-12-16 13:48:29'),
(889, 'App\\Models\\Category', '226', 'image', 'public', '2025-12-16 13:49:11', '2025-12-16 13:49:11'),
(890, 'App\\Models\\Category', '227', 'image', 'public', '2025-12-16 13:50:42', '2025-12-16 13:50:42'),
(891, 'App\\Models\\Category', '228', 'image', 'public', '2025-12-16 13:52:06', '2025-12-16 13:52:06'),
(892, 'App\\Models\\Category', '229', 'image', 'public', '2025-12-16 13:54:54', '2025-12-16 13:54:54'),
(893, 'App\\Models\\Category', '230', 'image', 'public', '2025-12-16 13:56:27', '2025-12-16 13:56:27'),
(894, 'App\\Models\\Category', '231', 'image', 'public', '2025-12-16 13:58:12', '2025-12-16 13:58:12'),
(895, 'App\\Models\\Category', '232', 'image', 'public', '2025-12-16 14:02:20', '2025-12-16 14:02:20'),
(896, 'App\\Models\\Category', '233', 'image', 'public', '2025-12-16 14:05:30', '2025-12-16 14:05:30'),
(897, 'App\\Models\\Category', '234', 'image', 'public', '2025-12-16 14:05:43', '2025-12-16 14:05:43'),
(898, 'App\\Models\\Category', '235', 'image', 'public', '2025-12-16 14:06:42', '2025-12-16 14:06:42'),
(899, 'App\\Models\\Category', '236', 'image', 'public', '2026-01-11 01:50:14', '2026-01-11 01:50:14'),
(900, 'App\\Models\\Category', '237', 'image', 'public', '2025-12-16 14:07:39', '2025-12-16 14:07:39'),
(901, 'App\\Models\\Category', '238', 'image', 'public', '2025-12-16 14:07:47', '2025-12-16 14:07:47'),
(902, 'App\\Models\\Category', '239', 'image', 'public', '2025-12-16 14:10:42', '2025-12-16 14:10:42'),
(903, 'App\\Models\\Category', '240', 'image', 'public', '2025-12-16 14:11:30', '2025-12-16 14:11:30'),
(904, 'App\\Models\\Category', '241', 'image', 'public', '2025-12-16 14:12:29', '2025-12-16 14:12:29'),
(905, 'App\\Models\\Category', '242', 'image', 'public', '2025-12-16 14:13:57', '2025-12-16 14:13:57'),
(906, 'App\\Models\\Category', '243', 'image', 'public', '2025-12-16 14:15:34', '2025-12-16 14:15:34'),
(907, 'App\\Models\\Category', '244', 'image', 'public', '2025-12-16 14:17:40', '2025-12-16 14:17:40'),
(908, 'App\\Models\\Category', '245', 'image', 'public', '2025-12-16 14:24:29', '2025-12-16 14:24:29'),
(909, 'App\\Models\\Category', '246', 'image', 'public', '2025-12-16 14:28:07', '2025-12-16 14:28:07'),
(910, 'App\\Models\\Category', '247', 'image', 'public', '2025-12-16 14:29:45', '2025-12-16 14:29:45'),
(911, 'App\\Models\\Category', '248', 'image', 'public', '2025-12-16 14:31:18', '2025-12-16 14:31:18'),
(912, 'App\\Models\\Category', '249', 'image', 'public', '2025-12-16 14:32:32', '2025-12-16 14:32:32'),
(913, 'App\\Models\\Category', '250', 'image', 'public', '2025-12-16 14:35:49', '2025-12-16 14:35:49'),
(914, 'App\\Models\\Category', '251', 'image', 'public', '2025-12-16 14:37:26', '2025-12-16 14:37:26'),
(915, 'App\\Models\\Category', '252', 'image', 'public', '2025-12-16 16:24:31', '2025-12-16 16:24:31'),
(916, 'App\\Models\\Category', '253', 'image', 'public', '2026-01-11 02:31:53', '2026-01-11 02:31:53'),
(917, 'App\\Models\\Category', '254', 'image', 'public', '2025-12-16 14:50:11', '2025-12-16 14:50:11'),
(918, 'App\\Models\\Item', '199', 'image', 'public', '2025-12-16 15:13:13', '2025-12-16 15:13:13'),
(919, 'App\\Models\\Item', '199', 'images', 'public', '2025-12-16 15:13:13', '2025-12-16 15:13:13'),
(920, 'App\\Models\\Category', '255', 'image', 'public', '2025-12-16 14:55:20', '2025-12-16 14:55:20'),
(921, 'App\\Models\\Category', '256', 'image', 'public', '2025-12-16 14:51:52', '2025-12-16 14:51:52'),
(922, 'App\\Models\\Category', '257', 'image', 'public', '2025-12-16 14:52:02', '2025-12-16 14:52:02'),
(923, 'App\\Models\\Category', '258', 'image', 'public', '2025-12-16 14:53:23', '2025-12-16 14:53:23'),
(924, 'App\\Models\\Category', '259', 'image', 'public', '2025-12-16 14:53:42', '2025-12-16 14:53:42'),
(925, 'App\\Models\\Item', '200', 'image', 'public', '2025-12-16 14:54:34', '2025-12-16 14:54:34'),
(926, 'App\\Models\\Item', '200', 'images', 'public', '2025-12-16 14:54:34', '2025-12-16 14:54:34'),
(927, 'App\\Models\\Category', '260', 'image', 'public', '2025-12-16 14:56:08', '2025-12-16 14:56:08'),
(928, 'App\\Models\\Category', '261', 'image', 'public', '2025-12-16 14:59:54', '2025-12-16 14:59:54'),
(929, 'App\\Models\\Category', '262', 'image', 'public', '2025-12-16 15:00:18', '2025-12-16 15:00:18'),
(930, 'App\\Models\\Category', '263', 'image', 'public', '2025-12-16 15:03:45', '2025-12-16 15:03:45'),
(931, 'App\\Models\\Category', '264', 'image', 'public', '2025-12-16 15:04:28', '2025-12-16 15:04:28'),
(932, 'App\\Models\\Category', '265', 'image', 'public', '2025-12-16 15:05:37', '2025-12-16 15:05:37'),
(933, 'App\\Models\\Category', '266', 'image', 'public', '2025-12-16 15:06:58', '2025-12-16 15:06:58'),
(934, 'App\\Models\\Category', '267', 'image', 'public', '2025-12-16 15:11:32', '2025-12-16 15:11:32'),
(935, 'App\\Models\\Category', '268', 'image', 'public', '2025-12-16 15:11:42', '2025-12-16 15:11:42'),
(936, 'App\\Models\\Category', '269', 'image', 'public', '2025-12-16 15:12:48', '2025-12-16 15:12:48'),
(937, 'App\\Models\\Category', '270', 'image', 'public', '2025-12-16 15:13:17', '2025-12-16 15:13:17'),
(938, 'App\\Models\\Category', '271', 'image', 'public', '2025-12-16 15:13:44', '2025-12-16 15:13:44'),
(939, 'App\\Models\\Category', '272', 'image', 'public', '2025-12-16 15:14:15', '2025-12-16 15:14:15'),
(940, 'App\\Models\\Category', '273', 'image', 'public', '2025-12-16 15:14:20', '2025-12-16 15:14:20'),
(941, 'App\\Models\\Category', '274', 'image', 'public', '2025-12-16 15:14:50', '2025-12-16 15:14:50'),
(942, 'App\\Models\\Category', '275', 'image', 'public', '2025-12-16 15:15:14', '2025-12-16 15:15:14'),
(943, 'App\\Models\\Category', '276', 'image', 'public', '2025-12-16 15:16:14', '2025-12-16 15:16:14'),
(944, 'App\\Models\\Category', '277', 'image', 'public', '2025-12-16 15:19:13', '2025-12-16 15:19:13'),
(945, 'App\\Models\\Category', '278', 'image', 'public', '2025-12-16 15:19:59', '2025-12-16 15:19:59'),
(946, 'App\\Models\\Category', '279', 'image', 'public', '2025-12-16 15:20:21', '2025-12-16 15:20:21'),
(947, 'App\\Models\\Category', '280', 'image', 'public', '2025-12-16 15:21:16', '2025-12-16 15:21:16'),
(948, 'App\\Models\\Category', '281', 'image', 'public', '2025-12-16 15:21:21', '2025-12-16 15:21:21'),
(949, 'App\\Models\\Category', '282', 'image', 'public', '2025-12-16 15:22:11', '2025-12-16 15:22:11'),
(950, 'App\\Models\\Category', '283', 'image', 'public', '2025-12-16 15:22:23', '2025-12-16 15:22:23'),
(951, 'App\\Models\\Category', '284', 'image', 'public', '2025-12-16 15:24:14', '2025-12-16 15:24:14'),
(952, 'App\\Models\\Category', '285', 'image', 'public', '2025-12-16 15:24:20', '2025-12-16 15:24:20'),
(953, 'App\\Models\\Category', '286', 'image', 'public', '2025-12-16 15:26:18', '2025-12-16 15:26:18'),
(954, 'App\\Models\\Category', '287', 'image', 'public', '2025-12-16 15:27:09', '2025-12-16 15:27:09'),
(955, 'App\\Models\\Category', '288', 'image', 'public', '2025-12-16 15:27:44', '2025-12-16 15:27:44'),
(956, 'App\\Models\\Category', '289', 'image', 'public', '2025-12-16 15:28:29', '2025-12-16 15:28:29'),
(957, 'App\\Models\\Category', '290', 'image', 'public', '2025-12-16 15:35:39', '2025-12-16 15:35:39'),
(958, 'App\\Models\\Category', '291', 'image', 'public', '2025-12-16 15:36:04', '2025-12-16 15:36:04'),
(959, 'App\\Models\\Category', '292', 'image', 'public', '2025-12-16 15:36:07', '2025-12-16 15:36:07'),
(960, 'App\\Models\\Category', '293', 'image', 'public', '2025-12-16 15:36:54', '2025-12-16 15:36:54'),
(961, 'App\\Models\\Category', '294', 'image', 'public', '2025-12-16 15:37:25', '2025-12-16 15:37:25'),
(962, 'App\\Models\\Category', '295', 'image', 'public', '2025-12-16 15:37:36', '2025-12-16 15:37:36'),
(963, 'App\\Models\\Category', '296', 'image', 'public', '2025-12-16 15:37:51', '2025-12-16 15:37:51'),
(964, 'App\\Models\\Category', '297', 'image', 'public', '2025-12-16 15:38:15', '2025-12-16 15:38:15'),
(965, 'App\\Models\\Category', '298', 'image', 'public', '2025-12-16 15:38:28', '2025-12-16 15:38:28'),
(966, 'App\\Models\\Category', '299', 'image', 'public', '2025-12-16 15:38:49', '2025-12-16 15:38:49'),
(967, 'App\\Models\\Category', '300', 'image', 'public', '2025-12-16 15:40:27', '2025-12-16 15:40:27'),
(968, 'App\\Models\\Item', '201', 'image', 'public', '2025-12-16 15:43:28', '2025-12-16 15:43:28'),
(969, 'App\\Models\\Item', '201', 'images', 'public', '2025-12-16 15:43:28', '2025-12-16 15:43:28'),
(970, 'App\\Models\\Category', '301', 'image', 'public', '2025-12-16 15:44:25', '2025-12-16 15:44:25'),
(971, 'App\\Models\\Category', '302', 'image', 'public', '2025-12-16 15:46:27', '2025-12-16 15:46:27'),
(972, 'App\\Models\\Category', '303', 'image', 'public', '2025-12-16 15:46:55', '2025-12-16 15:46:55'),
(973, 'App\\Models\\Category', '304', 'image', 'public', '2025-12-16 15:49:47', '2025-12-16 15:49:47'),
(974, 'App\\Models\\Category', '305', 'image', 'public', '2025-12-16 15:49:49', '2025-12-16 15:49:49'),
(975, 'App\\Models\\Item', '202', 'image', 'public', '2025-12-16 15:50:47', '2025-12-16 15:50:47'),
(976, 'App\\Models\\Item', '202', 'images', 'public', '2025-12-16 15:50:47', '2025-12-16 15:50:47'),
(977, 'App\\Models\\Category', '306', 'image', 'public', '2025-12-16 15:51:08', '2025-12-16 15:51:08'),
(978, 'App\\Models\\Category', '307', 'image', 'public', '2025-12-16 15:53:32', '2025-12-16 15:53:32'),
(979, 'App\\Models\\Category', '308', 'image', 'public', '2025-12-16 15:53:48', '2025-12-16 15:53:48'),
(980, 'App\\Models\\Category', '309', 'image', 'public', '2025-12-16 15:55:25', '2025-12-16 15:55:25'),
(981, 'App\\Models\\Category', '310', 'image', 'public', '2025-12-16 15:57:06', '2025-12-16 15:57:06'),
(982, 'App\\Models\\Item', '203', 'image', 'public', '2025-12-16 15:59:27', '2025-12-16 15:59:27'),
(983, 'App\\Models\\Item', '203', 'images', 'public', '2025-12-16 15:59:27', '2025-12-16 15:59:27'),
(984, 'App\\Models\\Category', '311', 'image', 'public', '2025-12-16 16:00:13', '2025-12-16 16:00:13'),
(985, 'App\\Models\\Category', '312', 'image', 'public', '2025-12-16 16:01:17', '2025-12-16 16:01:17'),
(986, 'App\\Models\\Category', '313', 'image', 'public', '2025-12-16 16:01:29', '2025-12-16 16:01:29'),
(987, 'App\\Models\\Category', '314', 'image', 'public', '2025-12-16 16:02:05', '2025-12-16 16:02:05'),
(988, 'App\\Models\\Category', '315', 'image', 'public', '2025-12-16 16:03:00', '2025-12-16 16:03:00'),
(989, 'App\\Models\\Category', '316', 'image', 'public', '2025-12-16 16:04:27', '2025-12-16 16:04:27');
INSERT INTO `storages` (`id`, `data_type`, `data_id`, `key`, `value`, `created_at`, `updated_at`) VALUES
(990, 'App\\Models\\Category', '317', 'image', 'public', '2025-12-16 16:05:19', '2025-12-16 16:05:19'),
(991, 'App\\Models\\Category', '318', 'image', 'public', '2025-12-16 16:06:07', '2025-12-16 16:06:07'),
(992, 'App\\Models\\Category', '319', 'image', 'public', '2025-12-16 16:07:39', '2025-12-16 16:07:39'),
(993, 'App\\Models\\Category', '320', 'image', 'public', '2025-12-16 16:08:00', '2025-12-16 16:08:00'),
(994, 'App\\Models\\Category', '321', 'image', 'public', '2025-12-16 16:08:00', '2025-12-16 16:08:00'),
(995, 'App\\Models\\Category', '322', 'image', 'public', '2025-12-16 16:08:39', '2025-12-16 16:08:39'),
(996, 'App\\Models\\Category', '323', 'image', 'public', '2025-12-16 16:09:02', '2025-12-16 16:09:02'),
(997, 'App\\Models\\Category', '324', 'image', 'public', '2025-12-16 16:09:51', '2025-12-16 16:09:51'),
(998, 'App\\Models\\Category', '325', 'image', 'public', '2025-12-16 16:10:58', '2025-12-16 16:10:58'),
(999, 'App\\Models\\Category', '326', 'image', 'public', '2025-12-16 16:11:51', '2025-12-16 16:11:51'),
(1000, 'App\\Models\\Category', '327', 'image', 'public', '2025-12-16 16:12:21', '2025-12-16 16:12:21'),
(1001, 'App\\Models\\Category', '328', 'image', 'public', '2025-12-16 16:12:55', '2025-12-16 16:12:55'),
(1002, 'App\\Models\\Category', '329', 'image', 'public', '2025-12-16 16:13:54', '2025-12-16 16:13:54'),
(1003, 'App\\Models\\Category', '330', 'image', 'public', '2025-12-16 16:14:36', '2025-12-16 16:14:36'),
(1004, 'App\\Models\\Category', '331', 'image', 'public', '2025-12-16 16:14:49', '2025-12-16 16:14:49'),
(1005, 'App\\Models\\Category', '332', 'image', 'public', '2025-12-16 16:15:00', '2025-12-16 16:15:00'),
(1006, 'App\\Models\\Category', '333', 'image', 'public', '2025-12-16 16:15:29', '2025-12-16 16:15:29'),
(1007, 'App\\Models\\Category', '334', 'image', 'public', '2025-12-16 16:15:33', '2025-12-16 16:15:33'),
(1008, 'App\\Models\\Category', '335', 'image', 'public', '2025-12-16 16:16:03', '2025-12-16 16:16:03'),
(1009, 'App\\Models\\Category', '336', 'image', 'public', '2025-12-16 16:16:45', '2025-12-16 16:16:45'),
(1010, 'App\\Models\\Category', '337', 'image', 'public', '2025-12-16 16:17:15', '2025-12-16 16:17:15'),
(1011, 'App\\Models\\Category', '338', 'image', 'public', '2025-12-16 16:20:14', '2025-12-16 16:20:14'),
(1012, 'App\\Models\\Category', '339', 'image', 'public', '2025-12-16 16:20:53', '2025-12-16 16:20:53'),
(1013, 'App\\Models\\Category', '340', 'image', 'public', '2025-12-16 16:21:29', '2025-12-16 16:21:29'),
(1014, 'App\\Models\\Category', '341', 'image', 'public', '2025-12-16 16:22:01', '2025-12-16 16:22:01'),
(1015, 'App\\Models\\Category', '342', 'image', 'public', '2025-12-16 16:22:27', '2025-12-16 16:22:27'),
(1016, 'App\\Models\\Category', '343', 'image', 'public', '2025-12-16 16:23:00', '2025-12-16 16:23:00'),
(1017, 'App\\Models\\Category', '344', 'image', 'public', '2025-12-16 16:23:34', '2025-12-16 16:23:34'),
(1018, 'App\\Models\\Category', '345', 'image', 'public', '2025-12-16 16:24:10', '2025-12-16 16:24:10'),
(1019, 'App\\Models\\Category', '346', 'image', 'public', '2025-12-16 16:26:21', '2025-12-16 16:26:21'),
(1020, 'App\\Models\\Category', '347', 'image', 'public', '2025-12-16 16:27:04', '2025-12-16 16:27:04'),
(1021, 'App\\Models\\Category', '348', 'image', 'public', '2025-12-16 16:27:44', '2025-12-16 16:27:44'),
(1022, 'App\\Models\\Category', '349', 'image', 'public', '2025-12-16 16:27:58', '2025-12-16 16:27:58'),
(1023, 'App\\Models\\Category', '350', 'image', 'public', '2025-12-16 16:29:07', '2025-12-16 16:29:07'),
(1024, 'App\\Models\\Category', '351', 'image', 'public', '2025-12-16 16:34:46', '2025-12-16 16:34:46'),
(1025, 'App\\Models\\Category', '352', 'image', 'public', '2025-12-17 13:15:22', '2025-12-17 13:15:22'),
(1026, 'App\\Models\\Category', '353', 'image', 'public', '2025-12-17 13:15:54', '2025-12-17 13:15:54'),
(1027, 'App\\Models\\Category', '354', 'image', 'public', '2025-12-17 13:16:32', '2025-12-17 13:16:32'),
(1028, 'App\\Models\\Category', '355', 'image', 'public', '2025-12-17 13:17:47', '2025-12-17 13:17:47'),
(1029, 'App\\Models\\Category', '356', 'image', 'public', '2025-12-17 13:18:26', '2025-12-17 13:18:26'),
(1030, 'App\\Models\\Store', '19', 'logo', 'public', '2025-12-17 13:32:12', '2025-12-17 13:32:12'),
(1031, 'App\\Models\\Store', '19', 'cover_photo', 'public', '2025-12-19 16:45:46', '2025-12-19 16:45:46'),
(1032, 'App\\Models\\Item', '204', 'image', 'public', '2025-12-17 14:33:30', '2025-12-17 14:33:30'),
(1033, 'App\\Models\\Item', '204', 'images', 'public', '2025-12-17 14:33:30', '2025-12-17 14:33:30'),
(1034, 'App\\Models\\Item', '205', 'image', 'public', '2025-12-17 13:36:59', '2025-12-17 13:36:59'),
(1035, 'App\\Models\\Item', '205', 'images', 'public', '2025-12-17 13:36:59', '2025-12-17 13:36:59'),
(1036, 'App\\Models\\Item', '206', 'image', 'public', '2025-12-17 13:40:28', '2025-12-17 13:40:28'),
(1037, 'App\\Models\\Item', '206', 'images', 'public', '2025-12-17 13:40:28', '2025-12-17 13:40:28'),
(1038, 'App\\Models\\Item', '207', 'image', 'public', '2025-12-17 14:21:50', '2025-12-17 14:21:50'),
(1039, 'App\\Models\\Item', '207', 'images', 'public', '2025-12-17 14:21:50', '2025-12-17 14:21:50'),
(1040, 'App\\Models\\Item', '208', 'image', 'public', '2025-12-17 15:07:38', '2025-12-17 15:07:38'),
(1041, 'App\\Models\\Item', '208', 'images', 'public', '2025-12-17 15:07:38', '2025-12-17 15:07:38'),
(1042, 'App\\Models\\Item', '209', 'image', 'public', '2025-12-17 18:16:11', '2025-12-17 18:16:11'),
(1043, 'App\\Models\\Item', '209', 'images', 'public', '2025-12-17 18:16:11', '2025-12-17 18:16:11'),
(1044, 'App\\Models\\Item', '210', 'image', 'public', '2025-12-18 13:43:54', '2025-12-18 13:43:54'),
(1045, 'App\\Models\\Item', '210', 'images', 'public', '2025-12-18 13:43:54', '2025-12-18 13:43:54'),
(1046, 'App\\Models\\Item', '211', 'image', 'public', '2025-12-17 18:27:09', '2025-12-17 18:27:09'),
(1047, 'App\\Models\\Item', '211', 'images', 'public', '2025-12-17 18:27:09', '2025-12-17 18:27:09'),
(1048, 'App\\Models\\Item', '212', 'image', 'public', '2025-12-18 12:54:27', '2025-12-18 12:54:27'),
(1049, 'App\\Models\\Item', '212', 'images', 'public', '2025-12-18 12:54:27', '2025-12-18 12:54:27'),
(1050, 'App\\Models\\Item', '213', 'image', 'public', '2025-12-18 12:58:42', '2025-12-18 12:58:42'),
(1051, 'App\\Models\\Item', '213', 'images', 'public', '2025-12-18 12:58:42', '2025-12-18 12:58:42'),
(1052, 'App\\Models\\Item', '214', 'image', 'public', '2025-12-18 13:05:29', '2025-12-18 13:05:29'),
(1053, 'App\\Models\\Item', '214', 'images', 'public', '2025-12-18 13:05:29', '2025-12-18 13:05:29'),
(1054, 'App\\Models\\Item', '215', 'image', 'public', '2025-12-18 13:07:36', '2025-12-18 13:07:36'),
(1055, 'App\\Models\\Item', '215', 'images', 'public', '2025-12-18 13:07:36', '2025-12-18 13:07:36'),
(1056, 'App\\Models\\Item', '216', 'image', 'public', '2025-12-18 13:12:10', '2025-12-18 13:12:10'),
(1057, 'App\\Models\\Item', '216', 'images', 'public', '2025-12-18 13:12:10', '2025-12-18 13:12:10'),
(1058, 'App\\Models\\Item', '217', 'image', 'public', '2025-12-18 13:14:52', '2025-12-18 13:14:52'),
(1059, 'App\\Models\\Item', '217', 'images', 'public', '2025-12-18 13:14:52', '2025-12-18 13:14:52'),
(1060, 'App\\Models\\Item', '218', 'image', 'public', '2025-12-18 13:19:10', '2025-12-18 13:19:10'),
(1061, 'App\\Models\\Item', '218', 'images', 'public', '2025-12-18 13:19:10', '2025-12-18 13:19:10'),
(1062, 'App\\Models\\Item', '219', 'image', 'public', '2025-12-18 13:21:20', '2025-12-18 13:21:20'),
(1063, 'App\\Models\\Item', '219', 'images', 'public', '2025-12-18 13:21:20', '2025-12-18 13:21:20'),
(1064, 'App\\Models\\Item', '220', 'image', 'public', '2025-12-18 13:35:35', '2025-12-18 13:35:35'),
(1065, 'App\\Models\\Item', '220', 'images', 'public', '2025-12-18 13:35:35', '2025-12-18 13:35:35'),
(1066, 'App\\Models\\Item', '221', 'image', 'public', '2025-12-18 13:30:45', '2025-12-18 13:30:45'),
(1067, 'App\\Models\\Item', '221', 'images', 'public', '2025-12-18 13:30:45', '2025-12-18 13:30:45'),
(1068, 'App\\Models\\Item', '222', 'image', 'public', '2025-12-18 13:33:30', '2025-12-18 13:33:30'),
(1069, 'App\\Models\\Item', '222', 'images', 'public', '2025-12-18 13:33:30', '2025-12-18 13:33:30'),
(1070, 'App\\Models\\Item', '223', 'image', 'public', '2025-12-18 13:38:22', '2025-12-18 13:38:22'),
(1071, 'App\\Models\\Item', '223', 'images', 'public', '2025-12-18 13:38:22', '2025-12-18 13:38:22'),
(1072, 'App\\Models\\Item', '224', 'image', 'public', '2025-12-18 13:46:55', '2025-12-18 13:46:55'),
(1073, 'App\\Models\\Item', '224', 'images', 'public', '2025-12-18 13:46:55', '2025-12-18 13:46:55'),
(1074, 'App\\Models\\Item', '225', 'image', 'public', '2025-12-18 13:48:36', '2025-12-18 13:48:36'),
(1075, 'App\\Models\\Item', '225', 'images', 'public', '2025-12-18 13:48:36', '2025-12-18 13:48:36'),
(1076, 'App\\Models\\Item', '226', 'image', 'public', '2025-12-18 13:50:32', '2025-12-18 13:50:32'),
(1077, 'App\\Models\\Item', '226', 'images', 'public', '2025-12-18 13:50:32', '2025-12-18 13:50:32'),
(1078, 'App\\Models\\Item', '227', 'image', 'public', '2025-12-18 13:52:34', '2025-12-18 13:52:34'),
(1079, 'App\\Models\\Item', '227', 'images', 'public', '2025-12-18 13:52:34', '2025-12-18 13:52:34'),
(1080, 'App\\Models\\Item', '228', 'image', 'public', '2025-12-18 13:55:26', '2025-12-18 13:55:26'),
(1081, 'App\\Models\\Item', '228', 'images', 'public', '2025-12-18 13:55:26', '2025-12-18 13:55:26'),
(1082, 'App\\Models\\Item', '229', 'image', 'public', '2025-12-18 13:59:46', '2025-12-18 13:59:46'),
(1083, 'App\\Models\\Item', '229', 'images', 'public', '2025-12-18 13:59:46', '2025-12-18 13:59:46'),
(1084, 'App\\Models\\Item', '230', 'image', 'public', '2025-12-18 14:01:27', '2025-12-18 14:01:27'),
(1085, 'App\\Models\\Item', '230', 'images', 'public', '2025-12-18 14:01:27', '2025-12-18 14:01:27'),
(1086, 'App\\Models\\Item', '231', 'image', 'public', '2025-12-18 14:06:11', '2025-12-18 14:06:11'),
(1087, 'App\\Models\\Item', '231', 'images', 'public', '2025-12-18 14:06:11', '2025-12-18 14:06:11'),
(1088, 'App\\Models\\Item', '232', 'image', 'public', '2025-12-18 14:15:33', '2025-12-18 14:15:33'),
(1089, 'App\\Models\\Item', '232', 'images', 'public', '2025-12-18 14:15:33', '2025-12-18 14:15:33'),
(1090, 'App\\Models\\Item', '233', 'image', 'public', '2025-12-18 14:19:03', '2025-12-18 14:19:03'),
(1091, 'App\\Models\\Item', '233', 'images', 'public', '2025-12-18 14:19:03', '2025-12-18 14:19:03'),
(1092, 'App\\Models\\Item', '234', 'image', 'public', '2025-12-18 14:22:54', '2025-12-18 14:22:54'),
(1093, 'App\\Models\\Item', '234', 'images', 'public', '2025-12-18 14:22:54', '2025-12-18 14:22:54'),
(1094, 'App\\Models\\Item', '235', 'image', 'public', '2025-12-18 14:25:55', '2025-12-18 14:25:55'),
(1095, 'App\\Models\\Item', '235', 'images', 'public', '2025-12-18 14:25:55', '2025-12-18 14:25:55'),
(1096, 'App\\Models\\Item', '236', 'image', 'public', '2025-12-18 15:10:57', '2025-12-18 15:10:57'),
(1097, 'App\\Models\\Item', '236', 'images', 'public', '2025-12-18 15:10:57', '2025-12-18 15:10:57'),
(1098, 'App\\Models\\Item', '237', 'image', 'public', '2025-12-18 16:10:15', '2025-12-18 16:10:15'),
(1099, 'App\\Models\\Item', '237', 'images', 'public', '2025-12-18 16:10:15', '2025-12-18 16:10:15'),
(1100, 'App\\Models\\Item', '238', 'image', 'public', '2025-12-19 12:00:44', '2025-12-19 12:00:44'),
(1101, 'App\\Models\\Item', '238', 'images', 'public', '2025-12-19 12:00:44', '2025-12-19 12:00:44'),
(1102, 'App\\Models\\Item', '239', 'image', 'public', '2025-12-19 12:06:21', '2025-12-19 12:06:21'),
(1103, 'App\\Models\\Item', '239', 'images', 'public', '2025-12-19 12:06:21', '2025-12-19 12:06:21'),
(1104, 'App\\Models\\Item', '240', 'image', 'public', '2025-12-19 12:09:27', '2025-12-19 12:09:27'),
(1105, 'App\\Models\\Item', '240', 'images', 'public', '2025-12-19 12:09:27', '2025-12-19 12:09:27'),
(1106, 'App\\Models\\Item', '241', 'image', 'public', '2025-12-19 12:12:42', '2025-12-19 12:12:42'),
(1107, 'App\\Models\\Item', '241', 'images', 'public', '2025-12-19 12:12:42', '2025-12-19 12:12:42'),
(1108, 'App\\Models\\Item', '242', 'image', 'public', '2025-12-19 12:17:15', '2025-12-19 12:17:15'),
(1109, 'App\\Models\\Item', '242', 'images', 'public', '2025-12-19 12:17:15', '2025-12-19 12:17:15'),
(1110, 'App\\Models\\Item', '243', 'image', 'public', '2025-12-19 12:47:17', '2025-12-19 12:47:17'),
(1111, 'App\\Models\\Item', '243', 'images', 'public', '2025-12-19 12:47:17', '2025-12-19 12:47:17'),
(1112, 'App\\Models\\Item', '244', 'image', 'public', '2025-12-19 12:51:54', '2025-12-19 12:51:54'),
(1113, 'App\\Models\\Item', '244', 'images', 'public', '2025-12-19 12:51:54', '2025-12-19 12:51:54'),
(1114, 'App\\Models\\Item', '245', 'image', 'public', '2025-12-19 12:57:54', '2025-12-19 12:57:54'),
(1115, 'App\\Models\\Item', '245', 'images', 'public', '2025-12-19 12:57:54', '2025-12-19 12:57:54'),
(1116, 'App\\Models\\Item', '246', 'image', 'public', '2025-12-19 13:03:50', '2025-12-19 13:03:50'),
(1117, 'App\\Models\\Item', '246', 'images', 'public', '2025-12-19 13:03:50', '2025-12-19 13:03:50'),
(1118, 'App\\Models\\Item', '247', 'image', 'public', '2025-12-19 13:11:58', '2025-12-19 13:11:58'),
(1119, 'App\\Models\\Item', '247', 'images', 'public', '2025-12-19 13:11:58', '2025-12-19 13:11:58'),
(1120, 'App\\Models\\Item', '248', 'image', 'public', '2025-12-19 13:14:00', '2025-12-19 13:14:00'),
(1121, 'App\\Models\\Item', '248', 'images', 'public', '2025-12-19 13:14:00', '2025-12-19 13:14:00'),
(1122, 'App\\Models\\Store', '20', 'logo', 'public', '2025-12-19 15:47:31', '2025-12-19 15:47:31'),
(1123, 'App\\Models\\Store', '20', 'cover_photo', 'public', '2026-01-09 01:33:58', '2026-01-09 01:33:58'),
(1124, 'App\\Models\\Store', '21', 'logo', 'public', '2025-12-20 11:54:09', '2025-12-20 11:54:09'),
(1125, 'App\\Models\\Store', '21', 'cover_photo', 'public', '2025-12-20 12:06:37', '2025-12-20 12:06:37'),
(1126, 'App\\Models\\Store', '22', 'logo', 'public', '2025-12-20 11:56:22', '2025-12-20 11:56:22'),
(1127, 'App\\Models\\Store', '22', 'cover_photo', 'public', '2025-12-20 12:06:23', '2025-12-20 12:06:23'),
(1128, 'App\\Models\\Store', '23', 'logo', 'public', '2025-12-20 12:08:51', '2025-12-20 12:08:51'),
(1129, 'App\\Models\\Store', '23', 'cover_photo', 'public', '2025-12-20 12:08:51', '2025-12-20 12:08:51'),
(1130, 'App\\Models\\Store', '24', 'logo', 'public', '2025-12-20 13:36:04', '2025-12-20 13:36:04'),
(1131, 'App\\Models\\Store', '24', 'cover_photo', 'public', '2025-12-20 13:36:04', '2025-12-20 13:36:04'),
(1132, 'App\\Models\\Store', '25', 'logo', 'public', '2025-12-20 13:45:56', '2025-12-20 13:45:56'),
(1133, 'App\\Models\\Store', '25', 'cover_photo', 'public', '2025-12-20 13:45:56', '2025-12-20 13:45:56'),
(1134, 'App\\Models\\DataSetting', '86', NULL, 'public', '2026-01-05 22:43:18', '2026-01-05 22:43:18'),
(1135, 'App\\Models\\DataSetting', '27', NULL, 'public', '2026-01-05 22:43:32', '2026-01-05 22:43:32'),
(1136, 'App\\Models\\ItemCampaign', '6', 'image', 'public', '2026-01-08 17:11:35', '2026-01-08 17:11:35'),
(1137, 'App\\Models\\ItemCampaign', '7', 'image', 'public', '2026-01-08 17:29:15', '2026-01-08 17:29:15'),
(1138, 'App\\Models\\Banner', '27', 'image', 'public', '2026-01-09 00:55:29', '2026-01-09 00:55:29'),
(1139, 'App\\Models\\Banner', '28', 'image', 'public', '2026-01-09 01:39:38', '2026-01-09 01:39:38'),
(1140, 'App\\Models\\Banner', '29', 'image', 'public', '2026-01-09 01:02:18', '2026-01-09 01:02:18'),
(1141, 'App\\Models\\Banner', '30', 'image', 'public', '2026-01-09 01:02:52', '2026-01-09 01:02:52'),
(1142, 'App\\Models\\Banner', '31', 'image', 'public', '2026-01-09 01:03:42', '2026-01-09 01:03:42'),
(1143, 'App\\Models\\Banner', '32', 'image', 'public', '2026-01-09 01:04:27', '2026-01-09 01:04:27'),
(1144, 'App\\Models\\Banner', '33', 'image', 'public', '2026-01-09 01:05:44', '2026-01-09 01:05:44'),
(1145, 'App\\Models\\Campaign', '10', 'image', 'public', '2026-01-09 01:51:31', '2026-01-09 01:51:31'),
(1146, 'App\\Models\\Advertisement', '1000010', 'video_attachment', 'public', '2026-01-09 02:58:29', '2026-01-09 02:58:29'),
(1147, 'App\\Models\\Category', '357', 'image', 'public', '2026-01-09 16:49:16', '2026-01-09 16:49:16'),
(1148, 'App\\Models\\Category', '358', 'image', 'public', '2026-01-09 16:53:56', '2026-01-09 16:53:56'),
(1149, 'App\\Models\\Category', '359', 'image', 'public', '2026-01-09 16:55:17', '2026-01-09 16:55:17'),
(1150, 'App\\Models\\Store', '26', 'logo', 'public', '2026-01-09 17:58:42', '2026-01-09 17:58:42'),
(1151, 'App\\Models\\Store', '26', 'cover_photo', 'public', '2026-01-11 01:12:38', '2026-01-11 01:12:38'),
(1152, 'App\\Models\\Store', '27', 'logo', 'public', '2026-01-09 18:00:38', '2026-01-09 18:00:38'),
(1153, 'App\\Models\\Store', '27', 'cover_photo', 'public', '2026-01-11 01:12:25', '2026-01-11 01:12:25'),
(1154, 'App\\Models\\Category', '360', 'image', 'public', '2026-01-11 00:55:48', '2026-01-11 00:55:48'),
(1155, 'App\\Models\\Category', '361', 'image', 'public', '2026-01-10 22:31:06', '2026-01-10 22:31:06'),
(1156, 'App\\Models\\Category', '362', 'image', 'public', '2026-01-10 22:32:54', '2026-01-10 22:32:54'),
(1157, 'App\\Models\\Category', '363', 'image', 'public', '2026-01-10 22:33:49', '2026-01-10 22:33:49'),
(1158, 'App\\Models\\Category', '364', 'image', 'public', '2026-01-10 22:34:42', '2026-01-10 22:34:42'),
(1159, 'App\\Models\\Category', '365', 'image', 'public', '2026-01-10 22:48:01', '2026-01-10 22:48:01'),
(1160, 'App\\Models\\Category', '366', 'image', 'public', '2026-01-10 22:48:32', '2026-01-10 22:48:32'),
(1161, 'App\\Models\\Category', '367', 'image', 'public', '2026-01-10 22:49:03', '2026-01-10 22:49:03'),
(1162, 'App\\Models\\Category', '368', 'image', 'public', '2026-01-10 22:49:59', '2026-01-10 22:49:59'),
(1163, 'App\\Models\\Category', '369', 'image', 'public', '2026-01-10 22:51:15', '2026-01-10 22:51:15'),
(1164, 'App\\Models\\Banner', '34', 'image', 'public', '2026-01-10 22:51:41', '2026-01-10 22:51:41'),
(1165, 'App\\Models\\Category', '370', 'image', 'public', '2026-01-10 22:53:52', '2026-01-10 22:53:52'),
(1166, 'App\\Models\\Item', '249', 'image', 'public', '2026-01-10 22:56:34', '2026-01-10 22:56:34'),
(1167, 'App\\Models\\Item', '249', 'images', 'public', '2026-01-10 22:56:34', '2026-01-10 22:56:34'),
(1168, 'App\\Models\\Item', '250', 'image', 'public', '2026-01-10 22:58:00', '2026-01-10 22:58:00'),
(1169, 'App\\Models\\Item', '250', 'images', 'public', '2026-01-10 22:58:00', '2026-01-10 22:58:00'),
(1170, 'App\\Models\\Item', '251', 'image', 'public', '2026-01-10 23:00:04', '2026-01-10 23:00:04'),
(1171, 'App\\Models\\Item', '251', 'images', 'public', '2026-01-10 23:00:04', '2026-01-10 23:00:04'),
(1172, 'App\\Models\\Item', '252', 'image', 'public', '2026-01-10 23:02:09', '2026-01-10 23:02:09'),
(1173, 'App\\Models\\Item', '252', 'images', 'public', '2026-01-10 23:02:09', '2026-01-10 23:02:09'),
(1174, 'App\\Models\\Item', '253', 'image', 'public', '2026-01-10 23:04:19', '2026-01-10 23:04:19'),
(1175, 'App\\Models\\Item', '253', 'images', 'public', '2026-01-10 23:04:19', '2026-01-10 23:04:19'),
(1176, 'App\\Models\\Item', '254', 'image', 'public', '2026-01-10 23:11:07', '2026-01-10 23:11:07'),
(1177, 'App\\Models\\Item', '254', 'images', 'public', '2026-01-10 23:11:07', '2026-01-10 23:11:07'),
(1178, 'App\\Models\\Item', '255', 'image', 'public', '2026-01-10 23:13:27', '2026-01-10 23:13:27'),
(1179, 'App\\Models\\Item', '255', 'images', 'public', '2026-01-10 23:13:27', '2026-01-10 23:13:27'),
(1180, 'App\\Models\\Item', '256', 'image', 'public', '2026-01-10 23:14:41', '2026-01-10 23:14:41'),
(1181, 'App\\Models\\Item', '256', 'images', 'public', '2026-01-10 23:14:41', '2026-01-10 23:14:41'),
(1182, 'App\\Models\\Item', '257', 'image', 'public', '2026-01-10 23:16:44', '2026-01-10 23:16:44'),
(1183, 'App\\Models\\Item', '257', 'images', 'public', '2026-01-10 23:16:44', '2026-01-10 23:16:44'),
(1184, 'App\\Models\\Item', '258', 'image', 'public', '2026-01-10 23:18:31', '2026-01-10 23:18:31'),
(1185, 'App\\Models\\Item', '258', 'images', 'public', '2026-01-10 23:18:31', '2026-01-10 23:18:31'),
(1186, 'App\\Models\\Item', '259', 'image', 'public', '2026-01-10 23:22:05', '2026-01-10 23:22:05'),
(1187, 'App\\Models\\Item', '259', 'images', 'public', '2026-01-10 23:22:05', '2026-01-10 23:22:05'),
(1188, 'App\\Models\\Item', '260', 'image', 'public', '2026-01-10 23:25:21', '2026-01-10 23:25:21'),
(1189, 'App\\Models\\Item', '260', 'images', 'public', '2026-01-10 23:25:21', '2026-01-10 23:25:21'),
(1190, 'App\\Models\\Item', '261', 'image', 'public', '2026-01-10 23:27:56', '2026-01-10 23:27:56'),
(1191, 'App\\Models\\Item', '261', 'images', 'public', '2026-01-10 23:27:56', '2026-01-10 23:27:56'),
(1192, 'App\\Models\\Category', '371', 'image', 'public', '2026-01-10 23:30:19', '2026-01-10 23:30:19'),
(1193, 'App\\Models\\Category', '372', 'image', 'public', '2026-01-10 23:30:45', '2026-01-10 23:30:45'),
(1194, 'App\\Models\\Category', '373', 'image', 'public', '2026-01-10 23:31:42', '2026-01-10 23:31:42'),
(1195, 'App\\Models\\Category', '374', 'image', 'public', '2026-01-10 23:32:16', '2026-01-10 23:32:16'),
(1196, 'App\\Models\\Item', '262', 'image', 'public', '2026-01-10 23:37:05', '2026-01-10 23:37:05'),
(1197, 'App\\Models\\Item', '262', 'images', 'public', '2026-01-10 23:37:05', '2026-01-10 23:37:05'),
(1198, 'App\\Models\\Item', '263', 'image', 'public', '2026-01-10 23:40:11', '2026-01-10 23:40:11'),
(1199, 'App\\Models\\Item', '263', 'images', 'public', '2026-01-10 23:40:11', '2026-01-10 23:40:11'),
(1200, 'App\\Models\\Item', '264', 'image', 'public', '2026-01-10 23:44:40', '2026-01-10 23:44:40'),
(1201, 'App\\Models\\Item', '264', 'images', 'public', '2026-01-10 23:44:40', '2026-01-10 23:44:40'),
(1202, 'App\\Models\\Item', '265', 'image', 'public', '2026-01-10 23:47:11', '2026-01-10 23:47:11'),
(1203, 'App\\Models\\Item', '265', 'images', 'public', '2026-01-10 23:47:11', '2026-01-10 23:47:11'),
(1204, 'App\\Models\\Campaign', '11', 'image', 'public', '2026-01-10 23:48:43', '2026-01-10 23:48:43'),
(1205, 'App\\Models\\Item', '266', 'image', 'public', '2026-01-10 23:52:49', '2026-01-10 23:52:49'),
(1206, 'App\\Models\\Item', '266', 'images', 'public', '2026-01-10 23:52:49', '2026-01-10 23:52:49'),
(1207, 'App\\Models\\Campaign', '12', 'image', 'public', '2026-01-10 23:54:03', '2026-01-10 23:54:03'),
(1208, 'App\\Models\\Category', '375', 'image', 'public', '2026-01-10 23:55:57', '2026-01-10 23:55:57'),
(1209, 'App\\Models\\ItemCampaign', '8', 'image', 'public', '2026-01-11 00:29:55', '2026-01-11 00:29:55'),
(1210, 'App\\Models\\Category', '376', 'image', 'public', '2026-01-10 23:57:15', '2026-01-10 23:57:15'),
(1211, 'App\\Models\\Category', '377', 'image', 'public', '2026-01-10 23:57:44', '2026-01-10 23:57:44'),
(1212, 'App\\Models\\Category', '378', 'image', 'public', '2026-01-10 23:58:08', '2026-01-10 23:58:08'),
(1213, 'App\\Models\\Category', '379', 'image', 'public', '2026-01-10 23:59:08', '2026-01-10 23:59:08'),
(1214, 'App\\Models\\Category', '380', 'image', 'public', '2026-01-10 23:59:44', '2026-01-10 23:59:44'),
(1215, 'App\\Models\\ItemCampaign', '9', 'image', 'public', '2026-01-11 00:29:34', '2026-01-11 00:29:34'),
(1216, 'App\\Models\\Category', '381', 'image', 'public', '2026-01-11 00:02:12', '2026-01-11 00:02:12'),
(1217, 'App\\Models\\Category', '382', 'image', 'public', '2026-01-11 00:02:39', '2026-01-11 00:02:39'),
(1218, 'App\\Models\\Category', '383', 'image', 'public', '2026-01-11 00:03:05', '2026-01-11 00:03:05'),
(1219, 'App\\Models\\Category', '384', 'image', 'public', '2026-01-11 00:03:28', '2026-01-11 00:03:28'),
(1220, 'App\\Models\\Category', '385', 'image', 'public', '2026-01-11 00:04:07', '2026-01-11 00:04:07'),
(1221, 'App\\Models\\ItemCampaign', '10', 'image', 'public', '2026-01-11 00:51:03', '2026-01-11 00:51:03'),
(1222, 'App\\Models\\Item', '267', 'image', 'public', '2026-01-11 00:12:00', '2026-01-11 00:12:00'),
(1223, 'App\\Models\\Item', '267', 'images', 'public', '2026-01-11 00:12:00', '2026-01-11 00:12:00'),
(1224, 'App\\Models\\ItemCampaign', '11', 'image', 'public', '2026-01-11 00:49:06', '2026-01-11 00:49:06'),
(1225, 'App\\Models\\Item', '268', 'image', 'public', '2026-01-11 00:14:38', '2026-01-11 00:14:38'),
(1226, 'App\\Models\\Item', '268', 'images', 'public', '2026-01-11 00:14:38', '2026-01-11 00:14:38'),
(1227, 'App\\Models\\Item', '269', 'image', 'public', '2026-01-11 00:17:27', '2026-01-11 00:17:27'),
(1228, 'App\\Models\\Item', '269', 'images', 'public', '2026-01-11 00:17:27', '2026-01-11 00:17:27'),
(1229, 'App\\Models\\Item', '270', 'image', 'public', '2026-01-11 00:21:32', '2026-01-11 00:21:32'),
(1230, 'App\\Models\\Item', '270', 'images', 'public', '2026-01-11 00:21:32', '2026-01-11 00:21:32'),
(1231, 'App\\Models\\ItemCampaign', '12', 'image', 'public', '2026-01-11 00:44:36', '2026-01-11 00:44:36'),
(1232, 'App\\Models\\ItemCampaign', '13', 'image', 'public', '2026-01-11 00:39:42', '2026-01-11 00:39:42'),
(1233, 'App\\Models\\Category', '386', 'image', 'public', '2026-01-11 00:28:38', '2026-01-11 00:28:38'),
(1234, 'App\\Models\\Category', '387', 'image', 'public', '2026-01-11 00:29:03', '2026-01-11 00:29:03'),
(1235, 'App\\Models\\Category', '388', 'image', 'public', '2026-01-11 00:29:21', '2026-01-11 00:29:21'),
(1236, 'App\\Models\\Category', '389', 'image', 'public', '2026-01-11 00:30:02', '2026-01-11 00:30:02'),
(1237, 'App\\Models\\Item', '271', 'image', 'public', '2026-01-11 00:32:06', '2026-01-11 00:32:06'),
(1238, 'App\\Models\\Item', '271', 'images', 'public', '2026-01-11 00:32:06', '2026-01-11 00:32:06'),
(1239, 'App\\Models\\ItemCampaign', '14', 'image', 'public', '2026-01-11 00:33:45', '2026-01-11 00:33:45'),
(1240, 'App\\Models\\Item', '272', 'image', 'public', '2026-01-11 00:33:48', '2026-01-11 00:33:48'),
(1241, 'App\\Models\\Item', '272', 'images', 'public', '2026-01-11 00:33:48', '2026-01-11 00:33:48'),
(1242, 'App\\Models\\Item', '273', 'image', 'public', '2026-01-11 00:35:25', '2026-01-11 00:35:25'),
(1243, 'App\\Models\\Item', '273', 'images', 'public', '2026-01-11 00:35:25', '2026-01-11 00:35:25'),
(1244, 'App\\Models\\ItemCampaign', '15', 'image', 'public', '2026-01-11 00:45:50', '2026-01-11 00:45:50'),
(1245, 'App\\Models\\Item', '274', 'image', 'public', '2026-01-11 00:37:44', '2026-01-11 00:37:44'),
(1246, 'App\\Models\\Item', '274', 'images', 'public', '2026-01-11 00:37:44', '2026-01-11 00:37:44'),
(1247, 'App\\Models\\ItemCampaign', '16', 'image', 'public', '2026-01-11 00:38:35', '2026-01-11 00:38:35'),
(1248, 'App\\Models\\Item', '275', 'image', 'public', '2026-01-11 00:40:07', '2026-01-11 00:40:07'),
(1249, 'App\\Models\\Item', '275', 'images', 'public', '2026-01-11 00:40:07', '2026-01-11 00:40:07'),
(1250, 'App\\Models\\Category', '390', 'image', 'public', '2026-01-11 00:43:53', '2026-01-11 00:43:53'),
(1251, 'App\\Models\\Category', '391', 'image', 'public', '2026-01-11 00:44:25', '2026-01-11 00:44:25'),
(1252, 'App\\Models\\Category', '392', 'image', 'public', '2026-01-11 00:44:48', '2026-01-11 00:44:48'),
(1253, 'App\\Models\\Category', '393', 'image', 'public', '2026-01-11 00:45:10', '2026-01-11 00:45:10'),
(1254, 'App\\Models\\Category', '394', 'image', 'public', '2026-01-11 00:45:39', '2026-01-11 00:45:39'),
(1255, 'App\\Models\\Category', '395', 'image', 'public', '2026-01-11 00:46:02', '2026-01-11 00:46:02'),
(1256, 'App\\Models\\Item', '276', 'image', 'public', '2026-01-11 00:48:51', '2026-01-11 00:48:51'),
(1257, 'App\\Models\\Item', '276', 'images', 'public', '2026-01-11 00:48:51', '2026-01-11 00:48:51'),
(1258, 'App\\Models\\Item', '277', 'image', 'public', '2026-01-11 00:50:46', '2026-01-11 00:50:46'),
(1259, 'App\\Models\\Item', '277', 'images', 'public', '2026-01-11 00:50:46', '2026-01-11 00:50:46'),
(1260, 'App\\Models\\Item', '278', 'image', 'public', '2026-01-11 00:52:48', '2026-01-11 00:52:48'),
(1261, 'App\\Models\\Item', '278', 'images', 'public', '2026-01-11 00:52:48', '2026-01-11 00:52:48'),
(1262, 'App\\Models\\ModuleWiseBanner', '17', 'value', 'public', '2026-01-11 01:11:03', '2026-01-11 01:11:03'),
(1263, 'App\\Models\\Advertisement', '1000011', 'video_attachment', 'public', '2026-01-11 01:18:41', '2026-01-11 01:18:41'),
(1264, 'App\\Models\\Advertisement', '1000011', 'cover_image', 'public', '2026-01-11 01:18:41', '2026-01-11 01:18:41'),
(1265, 'App\\Models\\Advertisement', '1000011', 'profile_image', 'public', '2026-01-11 01:18:41', '2026-01-11 01:18:41'),
(1266, 'App\\Models\\Banner', '35', 'image', 'public', '2026-01-11 01:21:54', '2026-01-11 01:21:54'),
(1267, 'App\\Models\\Banner', '36', 'image', 'public', '2026-01-11 01:22:34', '2026-01-11 01:22:34'),
(1268, 'App\\Models\\Banner', '37', 'image', 'public', '2026-01-11 01:22:55', '2026-01-11 01:22:55'),
(1269, 'App\\Models\\Item', '279', 'image', 'public', '2026-01-11 01:51:49', '2026-01-11 01:51:49'),
(1270, 'App\\Models\\Item', '279', 'images', 'public', '2026-01-11 01:51:49', '2026-01-11 01:51:49'),
(1271, 'App\\Models\\Item', '280', 'image', 'public', '2026-01-11 01:54:09', '2026-01-11 01:54:09'),
(1272, 'App\\Models\\Item', '280', 'images', 'public', '2026-01-11 01:54:09', '2026-01-11 01:54:09'),
(1273, 'App\\Models\\Item', '281', 'image', 'public', '2026-01-11 01:58:09', '2026-01-11 01:58:09'),
(1274, 'App\\Models\\Item', '281', 'images', 'public', '2026-01-11 01:58:09', '2026-01-11 01:58:09'),
(1275, 'App\\Models\\Item', '282', 'image', 'public', '2026-01-11 02:03:38', '2026-01-11 02:03:38'),
(1276, 'App\\Models\\Item', '282', 'images', 'public', '2026-01-11 02:03:38', '2026-01-11 02:03:38'),
(1277, 'App\\Models\\Item', '283', 'image', 'public', '2026-01-11 02:08:14', '2026-01-11 02:08:14'),
(1278, 'App\\Models\\Item', '283', 'images', 'public', '2026-01-11 02:08:14', '2026-01-11 02:08:14'),
(1279, 'App\\Models\\Item', '284', 'image', 'public', '2026-01-11 02:10:27', '2026-01-11 02:10:27'),
(1280, 'App\\Models\\Item', '284', 'images', 'public', '2026-01-11 02:10:27', '2026-01-11 02:10:27'),
(1281, 'App\\Models\\Item', '285', 'image', 'public', '2026-01-11 02:13:52', '2026-01-11 02:13:52'),
(1282, 'App\\Models\\Item', '285', 'images', 'public', '2026-01-11 02:13:52', '2026-01-11 02:13:52'),
(1283, 'App\\Models\\Item', '286', 'image', 'public', '2026-01-11 02:15:34', '2026-01-11 02:15:34'),
(1284, 'App\\Models\\Item', '286', 'images', 'public', '2026-01-11 02:15:34', '2026-01-11 02:15:34'),
(1285, 'App\\Models\\ItemCampaign', '17', 'image', 'public', '2026-01-11 02:38:28', '2026-01-11 02:38:28'),
(1286, 'App\\Models\\ItemCampaign', '18', 'image', 'public', '2026-01-11 04:19:40', '2026-01-11 04:19:40'),
(1287, 'App\\Models\\ItemCampaign', '19', 'image', 'public', '2026-01-11 04:23:13', '2026-01-11 04:23:13'),
(1288, 'App\\Models\\ItemCampaign', '20', 'image', 'public', '2026-01-11 04:25:53', '2026-01-11 04:25:53'),
(1289, 'App\\Models\\ItemCampaign', '21', 'image', 'public', '2026-01-11 04:28:12', '2026-01-11 04:28:12'),
(1290, 'App\\Models\\ItemCampaign', '22', 'image', 'public', '2026-01-11 04:30:33', '2026-01-11 04:30:33'),
(1291, 'App\\Models\\ItemCampaign', '23', 'image', 'public', '2026-01-11 04:39:43', '2026-01-11 04:39:43'),
(1292, 'App\\Models\\DataSetting', '93', NULL, 'public', '2026-04-20 08:34:20', '2026-04-20 08:34:20'),
(1293, 'App\\Models\\Item', '287', 'image', 'public', '2026-01-22 08:49:52', '2026-01-22 08:49:52'),
(1294, 'App\\Models\\Item', '287', 'images', 'public', '2026-01-22 08:49:52', '2026-01-22 08:49:52'),
(1295, 'App\\Models\\UserInfo', '3', 'image', 'public', '2026-01-22 09:02:46', '2026-01-22 09:02:46'),
(1296, 'App\\Models\\Admin', '4', 'image', 'public', '2026-01-26 13:49:34', '2026-01-26 13:49:34'),
(1297, 'App\\Models\\UserInfo', '4', 'image', 'public', '2026-04-08 11:43:36', '2026-04-08 11:43:36'),
(1298, 'App\\Models\\UserInfo', '5', 'image', 'public', '2026-04-09 09:01:01', '2026-04-09 09:01:01'),
(1299, 'App\\Models\\Category', '396', 'image', 'public', '2026-04-10 09:09:05', '2026-04-10 09:09:05'),
(1300, 'App\\Models\\Category', '397', 'image', 'public', '2026-04-10 09:10:51', '2026-04-10 09:10:51'),
(1301, 'App\\Models\\Item', '288', 'image', 'public', '2026-04-10 09:14:15', '2026-04-10 09:14:15'),
(1302, 'App\\Models\\Item', '288', 'images', 'public', '2026-04-10 09:14:15', '2026-04-10 09:14:15'),
(1303, 'App\\Models\\Store', '28', 'logo', 'public', '2026-04-10 09:18:14', '2026-04-10 09:18:14'),
(1304, 'App\\Models\\Store', '28', 'cover_photo', 'public', '2026-04-10 09:18:14', '2026-04-10 09:18:14'),
(1305, 'App\\Models\\UserInfo', '6', 'image', 'public', '2026-04-12 14:35:22', '2026-04-12 14:35:22'),
(1306, 'App\\Models\\UserInfo', '7', 'image', 'public', '2026-04-15 07:05:44', '2026-04-15 07:05:44'),
(1307, 'App\\Models\\DeliveryMan', '3', 'image', 'public', '2026-04-22 11:43:29', '2026-04-22 11:43:29'),
(1308, 'App\\Models\\DeliveryMan', '4', 'image', 'public', '2026-04-22 12:36:19', '2026-04-22 12:36:19'),
(1309, 'App\\Models\\DeliveryMan', '5', 'image', 'public', '2026-04-23 08:39:37', '2026-04-23 08:39:37'),
(1310, 'App\\Models\\DeliveryMan', '6', 'image', 'public', '2026-04-23 08:42:57', '2026-04-23 08:42:57'),
(1311, 'App\\Models\\DeliveryMan', '7', 'image', 'public', '2026-04-23 08:45:38', '2026-04-23 08:45:38'),
(1312, 'App\\Models\\DeliveryMan', '8', 'image', 'public', '2026-04-23 08:47:43', '2026-04-23 08:47:43'),
(1313, 'App\\Models\\DeliveryMan', '9', 'image', 'public', '2026-04-23 08:49:47', '2026-04-23 08:49:47'),
(1314, 'App\\Models\\DeliveryMan', '10', 'image', 'public', '2026-04-23 08:51:54', '2026-04-23 08:51:54'),
(1315, 'App\\Models\\DeliveryMan', '11', 'image', 'public', '2026-04-23 08:54:57', '2026-04-23 08:54:57'),
(1316, 'App\\Models\\DeliveryMan', '12', 'image', 'public', '2026-04-23 08:56:38', '2026-04-23 08:56:38'),
(1317, 'App\\Models\\DeliveryMan', '13', 'image', 'public', '2026-04-23 08:58:22', '2026-04-23 08:58:22'),
(1318, 'App\\Models\\DeliveryMan', '14', 'image', 'public', '2026-04-23 14:32:04', '2026-04-23 14:32:04'),
(1319, 'App\\Models\\Store', '29', 'logo', 'public', '2026-06-13 04:31:53', '2026-06-13 04:31:53'),
(1320, 'App\\Models\\Store', '29', 'cover_photo', 'public', '2026-06-13 04:31:53', '2026-06-13 04:31:53'),
(1321, 'App\\Models\\DeliveryMan', '15', 'image', 'public', '2026-06-15 08:40:03', '2026-06-15 08:40:03'),
(1322, 'App\\Models\\DeliveryMan', '16', 'image', 'public', '2026-06-15 08:49:26', '2026-06-15 08:49:26'),
(1323, 'App\\Models\\DeliveryMan', '17', 'image', 'public', '2026-06-15 08:52:57', '2026-06-15 08:52:57'),
(1324, 'App\\Models\\DeliveryMan', '18', 'image', 'public', '2026-06-15 08:55:38', '2026-06-15 08:55:38'),
(1325, 'App\\Models\\DeliveryMan', '19', 'image', 'public', '2026-06-15 08:59:37', '2026-06-15 08:59:37'),
(1326, 'App\\Models\\DeliveryMan', '20', 'image', 'public', '2026-06-15 09:02:15', '2026-06-15 09:02:15'),
(1327, 'App\\Models\\DeliveryMan', '21', 'image', 'public', '2026-06-15 09:04:34', '2026-06-15 09:04:34'),
(1328, 'App\\Models\\DeliveryMan', '22', 'image', 'public', '2026-06-15 09:06:52', '2026-06-15 09:06:52'),
(1329, 'App\\Models\\DeliveryMan', '23', 'image', 'public', '2026-06-15 09:12:27', '2026-06-15 09:12:27'),
(1330, 'App\\Models\\DeliveryMan', '24', 'image', 'public', '2026-06-15 09:16:39', '2026-06-15 09:16:39'),
(1331, 'App\\Models\\DeliveryMan', '25', 'image', 'public', '2026-06-15 09:21:24', '2026-06-15 09:21:24'),
(1332, 'App\\Models\\Store', '30', 'logo', 'public', '2026-06-15 10:15:57', '2026-06-15 10:15:57'),
(1333, 'App\\Models\\Store', '30', 'cover_photo', 'public', '2026-06-15 10:15:57', '2026-06-15 10:15:57'),
(1334, 'App\\Models\\Store', '31', 'logo', 'public', '2026-06-15 10:19:06', '2026-06-15 10:19:06'),
(1335, 'App\\Models\\Store', '31', 'cover_photo', 'public', '2026-06-15 10:19:06', '2026-06-15 10:19:06'),
(1336, 'App\\Models\\Store', '32', 'logo', 'public', '2026-06-15 10:22:41', '2026-06-15 10:22:41'),
(1337, 'App\\Models\\Store', '32', 'cover_photo', 'public', '2026-06-15 10:22:41', '2026-06-15 10:22:41'),
(1338, 'App\\Models\\Store', '33', 'logo', 'public', '2026-06-15 10:28:36', '2026-06-15 10:28:36'),
(1339, 'App\\Models\\Store', '33', 'cover_photo', 'public', '2026-06-15 10:28:36', '2026-06-15 10:28:36'),
(1340, 'App\\Models\\Store', '34', 'logo', 'public', '2026-06-15 10:31:41', '2026-06-15 10:31:41'),
(1341, 'App\\Models\\Store', '34', 'cover_photo', 'public', '2026-06-15 10:31:41', '2026-06-15 10:31:41'),
(1342, 'App\\Models\\Store', '35', 'logo', 'public', '2026-06-15 10:34:17', '2026-06-15 10:34:17'),
(1343, 'App\\Models\\Store', '35', 'cover_photo', 'public', '2026-06-15 10:34:17', '2026-06-15 10:34:17'),
(1344, 'App\\Models\\Store', '36', 'logo', 'public', '2026-06-15 10:38:43', '2026-06-15 10:38:43'),
(1345, 'App\\Models\\Store', '36', 'cover_photo', 'public', '2026-06-15 10:38:43', '2026-06-15 10:38:43'),
(1346, 'App\\Models\\Store', '37', 'logo', 'public', '2026-06-15 10:41:04', '2026-06-15 10:41:04'),
(1347, 'App\\Models\\Store', '37', 'cover_photo', 'public', '2026-06-15 10:41:04', '2026-06-15 10:41:04'),
(1348, 'App\\Models\\Store', '38', 'logo', 'public', '2026-06-15 10:43:14', '2026-06-15 10:43:14'),
(1349, 'App\\Models\\Store', '38', 'cover_photo', 'public', '2026-06-15 10:43:14', '2026-06-15 10:43:14'),
(1350, 'App\\Models\\Store', '39', 'logo', 'public', '2026-06-15 10:45:40', '2026-06-15 10:45:40'),
(1351, 'App\\Models\\Store', '39', 'cover_photo', 'public', '2026-06-15 10:45:40', '2026-06-15 10:45:40'),
(1352, 'App\\Models\\Store', '40', 'logo', 'public', '2026-06-15 10:47:41', '2026-06-15 10:47:41'),
(1353, 'App\\Models\\Store', '40', 'cover_photo', 'public', '2026-06-15 10:47:41', '2026-06-15 10:47:41'),
(1354, 'App\\Models\\Store', '41', 'logo', 'public', '2026-06-15 10:50:05', '2026-06-15 10:50:05'),
(1355, 'App\\Models\\Store', '41', 'cover_photo', 'public', '2026-06-15 10:50:05', '2026-06-15 10:50:05'),
(1356, 'App\\Models\\Store', '42', 'logo', 'public', '2026-06-15 11:19:32', '2026-06-15 11:19:32'),
(1357, 'App\\Models\\Store', '42', 'cover_photo', 'public', '2026-06-15 11:19:32', '2026-06-15 11:19:32'),
(1358, 'App\\Models\\Store', '43', 'logo', 'public', '2026-06-15 11:21:07', '2026-06-15 11:21:07'),
(1359, 'App\\Models\\Store', '43', 'cover_photo', 'public', '2026-06-15 11:21:07', '2026-06-15 11:21:07'),
(1360, 'App\\Models\\Store', '44', 'logo', 'public', '2026-06-15 11:22:44', '2026-06-15 11:22:44'),
(1361, 'App\\Models\\Store', '44', 'cover_photo', 'public', '2026-06-15 11:22:44', '2026-06-15 11:22:44'),
(1362, 'App\\Models\\Store', '45', 'logo', 'public', '2026-06-15 11:25:42', '2026-06-15 11:25:42'),
(1363, 'App\\Models\\Store', '45', 'cover_photo', 'public', '2026-06-15 11:25:42', '2026-06-15 11:25:42'),
(1364, 'App\\Models\\Store', '46', 'logo', 'public', '2026-06-15 11:27:32', '2026-06-15 11:27:32'),
(1365, 'App\\Models\\Store', '46', 'cover_photo', 'public', '2026-06-15 11:27:32', '2026-06-15 11:27:32'),
(1366, 'App\\Models\\UserInfo', '8', 'image', 'public', '2026-06-23 02:05:44', '2026-06-23 02:05:44'),
(1367, 'App\\Models\\BusinessSetting', '184', NULL, 'public', '2026-06-23 06:55:11', '2026-06-23 06:55:11'),
(1368, 'App\\Models\\BusinessSetting', '185', NULL, 'public', '2026-06-23 06:55:20', '2026-06-23 06:55:20'),
(1369, 'App\\Models\\BusinessSetting', '186', NULL, 'public', '2026-06-23 06:55:30', '2026-06-23 06:55:30');

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

--
-- Table structure for table `stores`
--

CREATE TABLE `stores` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `phone` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `logo` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `latitude` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `longitude` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `address` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `footer_text` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `minimum_order` decimal(24,2) NOT NULL DEFAULT 0.00,
  `comission` decimal(24,2) DEFAULT NULL,
  `schedule_order` tinyint(1) NOT NULL DEFAULT 0,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `vendor_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `free_delivery` tinyint(1) NOT NULL DEFAULT 0,
  `rating` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `cover_photo` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `delivery` tinyint(1) NOT NULL DEFAULT 1,
  `take_away` tinyint(1) NOT NULL DEFAULT 1,
  `item_section` tinyint(1) NOT NULL DEFAULT 1,
  `tax` decimal(24,2) NOT NULL DEFAULT 0.00,
  `zone_id` bigint(20) UNSIGNED DEFAULT NULL,
  `reviews_section` tinyint(1) NOT NULL DEFAULT 1,
  `active` tinyint(1) NOT NULL DEFAULT 1,
  `off_day` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ' ',
  `gst` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `self_delivery_system` tinyint(1) NOT NULL DEFAULT 0,
  `pos_system` tinyint(1) NOT NULL DEFAULT 0,
  `minimum_shipping_charge` decimal(24,2) NOT NULL DEFAULT 0.00,
  `delivery_time` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '30-40',
  `veg` tinyint(1) NOT NULL DEFAULT 1,
  `non_veg` tinyint(1) NOT NULL DEFAULT 1,
  `order_count` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `total_order` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `module_id` bigint(20) UNSIGNED NOT NULL,
  `order_place_to_schedule_interval` int(11) DEFAULT 0,
  `featured` tinyint(1) NOT NULL DEFAULT 0,
  `per_km_shipping_charge` double(16,3) UNSIGNED NOT NULL DEFAULT 0.000,
  `prescription_order` tinyint(1) NOT NULL DEFAULT 0,
  `slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `maximum_shipping_charge` double(23,3) DEFAULT NULL,
  `cutlery` tinyint(1) NOT NULL DEFAULT 0,
  `meta_title` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_image` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `announcement` tinyint(1) NOT NULL DEFAULT 0,
  `announcement_message` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `store_business_model` enum('none','commission','subscription','unsubscribed') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'commission',
  `package_id` bigint(20) UNSIGNED DEFAULT NULL,
  `pickup_zone_id` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
  `comment` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `tin` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `tin_expire_date` date DEFAULT NULL,
  `tin_certificate_image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `stores`
--

INSERT INTO `stores` (`id`, `name`, `phone`, `email`, `logo`, `latitude`, `longitude`, `address`, `footer_text`, `minimum_order`, `comission`, `schedule_order`, `status`, `vendor_id`, `created_at`, `updated_at`, `free_delivery`, `rating`, `cover_photo`, `delivery`, `take_away`, `item_section`, `tax`, `zone_id`, `reviews_section`, `active`, `off_day`, `gst`, `self_delivery_system`, `pos_system`, `minimum_shipping_charge`, `delivery_time`, `veg`, `non_veg`, `order_count`, `total_order`, `module_id`, `order_place_to_schedule_interval`, `featured`, `per_km_shipping_charge`, `prescription_order`, `slug`, `maximum_shipping_charge`, `cutlery`, `meta_title`, `meta_description`, `meta_image`, `announcement`, `announcement_message`, `store_business_model`, `package_id`, `pickup_zone_id`, `comment`, `tin`, `tin_expire_date`, `tin_certificate_image`) VALUES
(1, 'Grocery Store', '+101511111111', 'grocery@gmail.com', '2024-07-11-668faf10218c8.png', '23.81695886557418', '90.36934144046135', 'House, road', NULL, 0.00, NULL, 0, 1, 1, '2023-08-15 23:45:01', '2026-04-10 09:06:04', 0, NULL, '2026-01-09-69600d92bb171.jpg', 1, 1, 1, 5.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '30-40 min', 1, 1, 2, 16, 1, 0, 1, 0.000, 0, 'demo-store', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '4574367', '2025-10-02', '2026-01-09-69600dfd35b9b.jpg'),
(2, 'Food House', '9876543210', 'food@gmail.com', '2024-07-11-668fe114e25a1.png', '25.429137921161626', '77.02205248300636', 'road 12, Tejgaon', NULL, 0.00, NULL, 0, 1, 2, '2024-07-11 08:41:40', '2026-01-11 04:50:08', 0, NULL, '2026-01-11-6962dea8808a9.jpg', 1, 1, 1, 5.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '30-60 min', 1, 1, 0, 6, 2, 0, 1, 0.000, 0, 'food-house', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '87674848', '2025-12-26', '2025-12-20-69465751e5e87.jpg'),
(3, 'Fast Food', '8585858585', 'fastfood@gmail.com', '2026-01-11-6962dfae3ab45.jpg', '22.82077669753028', '77.2679277355094', 'Fast Food', NULL, 0.00, NULL, 0, 1, 3, '2024-07-11 19:42:58', '2026-01-11 04:54:30', 0, NULL, '2026-01-11-6962dfae3b112.jpg', 1, 1, 1, 12.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '12-14 min', 1, 1, 0, 2, 2, 0, 1, 0.000, 0, 'fast-food', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '153456', '2025-12-11', '2025-12-20-6946576adb715.jpg'),
(4, 'Vegetable Mart', '+919898989878', 'store@gmail.com', '2024-07-11-668fe93783621.png', '24.110690046335243', '74.4554277355094', '4F64+75 Gadwas, Rajasthan, India', NULL, 0.00, NULL, 0, 1, 4, '2024-07-11 19:46:23', '2026-04-10 09:00:29', 0, NULL, '2026-01-09-69600deed936c.jpg', 1, 1, 1, 12.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '23-25 min', 1, 1, 0, 4, 1, 0, 1, 0.000, 0, 'vegetable-mart', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '5675357', '2025-10-30', '2026-01-09-69600deed9c73.jpg'),
(5, 'Devam Medix', '8789890989', 'medicare@gmail.com', '2026-01-09-6960f3ec9d7d6.jpg', '28.380338986926606', '77.40591213931837', 'Medi Care Address', NULL, 0.00, NULL, 0, 1, 5, '2024-10-11 01:08:58', '2026-01-11 01:06:36', 0, NULL, '2026-01-11-6962aa4475847.png', 1, 1, 1, 10.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '30-40 min', 1, 1, 0, 1, 3, 0, 1, 0.000, 0, 'medi-care', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, NULL, NULL, NULL),
(6, 'Alpha Medicine Store', '9898786790', 'alpha@gmail.com', '2024-10-11-67082ddd4500d.png', '19.915772511822983', '78.84574670402475', 'Alpha Medicine Store Address', NULL, 0.00, NULL, 0, 1, 6, '2024-10-11 01:11:17', '2026-04-08 18:14:09', 0, NULL, '2024-10-11-67082ddd458c9.png', 1, 1, 1, 10.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '40-50 min', 1, 1, 0, 1, 3, 0, 0, 0.000, 0, 'alpha-medicine-store', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, NULL, NULL, NULL),
(7, 'Shoes Fashion', '+918978987867', 'shoestore@gmail.com', '2025-12-20-69464db53c6f3.png', '25.387736795745298', '77.2679277355094', 'Shoes Fashion Address', NULL, 0.00, NULL, 0, 1, 7, '2024-10-11 01:30:34', '2025-12-20 12:48:13', 0, NULL, '2025-12-20-69464db53cbd0.jpg', 1, 1, 1, 12.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '40-50 min', 1, 1, 0, 0, 4, 0, 1, 0.000, 0, 'shoes-fashion', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, NULL, NULL, NULL),
(8, 'Fashion Store', '+918989898976', 'fashion@gmail.com', '2024-10-11-670832e516c18.png', '26.01800463082669', '79.15280030502804', 'House: 00, Road: 00, City-000, Country', NULL, 0.00, NULL, 0, 1, 8, '2024-10-11 01:32:45', '2026-04-12 14:23:01', 0, NULL, '2025-12-20-694645e87557f.jpg', 1, 1, 1, 9.98, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '50-60 min', 1, 1, 0, 1, 4, 0, 0, 0.000, 0, 'fashion-store', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, NULL, NULL, '2025-12-20-69463dd3f2e0f.jpg'),
(9, 'Khushi Cosmetic', '+919371385641', 'khushisingh@gmail.com', '2025-10-03-68dfa009b7313.png', '28.627241401951157', '76.87831119085081', 'Patna Bihar', NULL, 0.00, NULL, 0, 1, 9, '2025-10-03 15:36:01', '2025-10-03 15:37:10', 0, NULL, '2025-10-03-68dfa009ba92c.png', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '2-3 days', 1, 1, 0, 0, 9, 0, 0, 0.000, 0, 'khushi-store', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '1554855', '2026-05-26', '2025-10-03-68dfa009bb5fc.png'),
(10, 'Cosmetic Market', '+917685437642', 'khushi@gmail.com', '2025-10-04-68e0b80bd84e0.png', '24.572463534760622', '79.65565165823887', 'patna Bihar', NULL, 0.00, NULL, 0, 1, 10, '2025-10-04 11:30:43', '2025-10-04 13:29:35', 0, NULL, '2025-10-04-68e0b88628ae8.png', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '10-10 min', 1, 1, 0, 0, 9, 0, 0, 0.000, 0, 'cosmet-tools', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '4325678', '2025-10-16', '2025-10-04-68e0b80bdb990.png'),
(11, 'Homeplant', '+918585859858', 'homeplant@gmail.com', '2025-10-04-68e109a4c150b.png', '21.33578995857367', '78.95252665823887', 'Patna Bihar', NULL, 0.00, NULL, 0, 1, 11, '2025-10-04 16:33:39', '2026-05-28 04:32:18', 0, NULL, '2025-10-04-68e0ff2f9a137.png', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '10-12 days', 1, 1, 0, 2, 10, 0, 0, 0.000, 0, 'homeplant', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '84684728', '2025-10-15', '2025-10-04-68e0ff2f9a7c2.png'),
(12, 'Roselle', '+917397465783', 'Roselle@gmail.come', '2025-10-04-68e101fcb7bd8.png', '21.204746426679648', '78.95252665823887', 'Patna Bihar', NULL, 0.00, NULL, 0, 1, 12, '2025-10-04 16:46:12', '2026-05-28 04:44:15', 0, NULL, '2025-10-04-68e10256364fd.png', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '10-12 days', 1, 1, 0, 1, 10, 0, 0, 0.000, 0, 'roselle', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '24636457', '2025-10-21', '2025-10-04-68e101fcb8cf2.png'),
(13, 'ShubhPushp', '+918210734892', 'ShubhPushp@gmail.com', '2025-10-04-68e1092674758.png', '23.157888447518843', '82.46815165823887', 'Patna Bihar', NULL, 0.00, NULL, 0, 1, 13, '2025-10-04 17:00:00', '2025-10-04 17:16:46', 0, NULL, '2025-10-04-68e10538485cc.png', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '10-12 days', 1, 1, 0, 0, 10, 0, 0, 0.000, 0, 'shubhpushp', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '8794494', '2025-10-08', '2025-10-04-68e1092674d0b.png'),
(14, 'PoojaPatra', '+915938487485', 'PoojaPatra@gmail.com', '2025-10-04-68e108a091d50.png', '26.601659245579373', '81.76502665823887', 'Patna Bihar', NULL, 0.00, NULL, 0, 1, 14, '2025-10-04 17:14:32', '2025-10-04 17:14:32', 0, NULL, '2025-10-04-68e108a094ff0.png', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '10-12 days', 1, 1, 0, 0, 10, 0, 0, 0.000, 0, 'poojapatra', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '8654367', '2025-10-23', '2025-10-04-68e108a095cfd.png'),
(15, 'Indian Fusion Wear', '+917657475496', 'IndianFusion@gmail.com', '2025-10-06-68e389eec11e2.png', '17.557472748374217', '78.82065853423069', 'Boring Road, Patna 80001', NULL, 0.00, NULL, 0, 1, 15, '2025-10-06 14:50:46', '2026-04-12 14:37:00', 0, NULL, '2025-10-06-68e389eec2cd6.png', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '10-10 days', 1, 1, 0, 3, 4, 0, 0, 0.000, 0, 'indian-fusion-wear', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '8748658', '2025-10-14', '2025-10-06-68e389eec37be.png'),
(16, 'Sweets Store', '+916309873658', 'SweetsStore@gmail.com', '2025-10-09-68e7ab221d7ac.png', '28.34824722772991', '77.54627665823887', 'patna', NULL, 0.00, NULL, 0, 1, 16, '2025-10-09 18:01:30', '2026-01-09 01:38:39', 0, NULL, '2026-01-09-69600ec7508be.jpg', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '10-10 days', 1, 1, 0, 0, 1, 0, 1, 0.000, 0, 'sweets-store', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '45654676', '2025-10-16', '2026-01-09-69600ec751926.jpg'),
(17, 'KFC Patna', '91878757547', '1admin@admin.com', '2025-12-15-6940125b5b09d.jpg', '-8.431781964017478', '33.6779113704581', 'Patna Bihar 80001', NULL, 0.00, NULL, 0, 1, 17, '2025-12-15 19:21:23', '2025-12-15 19:21:23', 0, NULL, '2025-12-15-6940125b5b876.jpg', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '20-30 min', 1, 1, 0, 0, 2, 0, 0, 0.000, 0, 'kfc-patna', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, NULL, NULL, 'def.png'),
(18, 'Olio - The Wood Fired Pizzeria', '8756763454', '2admin@admin.com', '2025-12-20-694657c5c9679.png', '27.036965273497888', '26.646661370458105', 'Baliey road Patna 80002', NULL, 0.00, NULL, 0, 1, 18, '2025-12-15 20:28:54', '2025-12-20 13:31:09', 0, NULL, '2025-12-20-694657c5c9c7f.jpg', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '10-20 min', 1, 1, 0, 0, 2, 0, 0, 0.000, 0, 'olio-the-wood-fired-pizzeria', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, NULL, NULL, '2025-12-20-694657c5ca190.jpg'),
(19, 'Drimk Store', '+915876598765', 'Gtha@09Khu123', '2025-12-17-694263845296a.png', '24.572463534760622', '83.17127665823887', 'patna', NULL, 0.00, NULL, 0, 1, 19, '2025-12-17 13:32:12', '2026-01-09 01:53:07', 0, NULL, '2025-12-19-694533e21110f.png', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '12-15 min', 1, 1, 0, 0, 1, 0, 0, 0.000, 0, 'sweet-fruit', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '345678', '2025-12-31', '2025-12-19-694533e21187a.png'),
(20, 'Cold Drink', '+9145678902', 'R@Singh09933', '2025-12-19-6945263bbe867.png', '21.335799952099386', '78.95252665823887', 'Dehli', NULL, 0.00, NULL, 0, 1, 20, '2025-12-19 15:47:31', '2026-01-09 01:52:39', 0, NULL, '2026-01-09-69600dadef003.jpg', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '12-7 min', 1, 1, 0, 0, 1, 0, 0, 0.000, 0, 'cold-drink', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '56789', '2025-12-17', '2025-12-19-6945263bbf7ad.jpg'),
(21, 'Heels', '+91987653456', 'KR209@shna440', '2025-12-20-69464109a9315.jpg', '19.15902105615528', '76.14002665823887', 'patna', NULL, 0.00, NULL, 0, 1, 21, '2025-12-20 11:54:09', '2025-12-20 12:06:37', 0, NULL, '2025-12-20-694643f5941c6.jpg', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '15-20 min', 1, 1, 0, 0, 4, 0, 0, 0.000, 0, 'heels', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '87654', '2025-12-11', '2025-12-20-69464109a9d85.jpg'),
(22, 'Hand bsgs', '+91987345678', 'Ra@3009shiam', '2025-12-20-6946418ed75af.png', '29.08819090257622', '87.39002665823887', 'patna', NULL, 0.00, NULL, 0, 1, 22, '2025-12-20 11:56:22', '2025-12-20 12:06:23', 0, NULL, '2025-12-20-694643e743f4a.jpg', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '15-20 min', 1, 1, 0, 0, 4, 0, 0, 0.000, 0, 'hand-bsgs', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '567890', '2025-12-11', '2025-12-20-6946418ed8085.jpg'),
(23, 'Sunglass', '+913987654', 'P900@kumar39844', '2025-12-20-6946447b02f42.jpg', '26.60164005938759', '77.54627665823887', 'patna', NULL, 0.00, NULL, 0, 1, 23, '2025-12-20 12:08:51', '2025-12-20 12:08:51', 0, NULL, '2025-12-20-6946447b0396d.jpg', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '15-20 min', 1, 1, 0, 0, 4, 0, 0, 0.000, 0, 'sunglass', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '95456789', '2025-12-08', '2025-12-20-6946447b03c12.jpg'),
(24, 'Burger', '+9193456789', 'Kri@99aa777', '2025-12-20-694658ec67428.png', '23.287127932120853', '78.95252665823887', 'patna', NULL, 0.00, NULL, 0, 1, 24, '2025-12-20 13:36:04', '2025-12-20 13:36:04', 0, NULL, '2025-12-20-694658ec67c99.jpg', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '15-20 min', 1, 1, 0, 0, 2, 0, 0, 0.000, 0, 'burger', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '456789', '2025-12-18', '2025-12-20-694658ec68188.jpg'),
(25, 'Spicy food', '+9198762345', 'Ker@74653shi', '2025-12-20-69465b3c7c9f3.png', '20.15223769166109', '76.14002665823887', 'PATNA', NULL, 0.00, NULL, 0, 1, 25, '2025-12-20 13:45:56', '2025-12-20 13:45:56', 0, NULL, '2025-12-20-69465b3c7d24b.jpg', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '15-20 min', 1, 1, 0, 0, 2, 0, 0, 0.000, 0, 'spicy-food', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '3459876543', '2025-12-10', '2025-12-20-69465b3c7d6d3.jpg'),
(26, 'Omex Helthcare', '+912152457854', 'admin@om.com', '2026-01-09-6960f47a4aa60.jpg', '-3.267723629178629', '-35.232072264490625', 'Patna', NULL, 0.00, NULL, 0, 1, 26, '2026-01-09 17:58:42', '2026-01-11 01:12:38', 0, NULL, '2026-01-11-6962abae84a5e.png', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '30-00 min', 1, 1, 0, 0, 3, 0, 0, 0.000, 0, 'omex-helthcare', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, NULL, NULL, 'def.png'),
(27, 'Blue Medco', '+918598587469', 'admin@Blue.com', '2026-01-09-6960f4ee08d19.jpg', '-4.203228539527131', '4.142927735509372', 'Blue Medco', NULL, 0.00, NULL, 0, 1, 27, '2026-01-09 18:00:38', '2026-01-11 01:12:25', 0, NULL, '2026-01-11-6962aba16c8b0.png', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '10-20 min', 1, 1, 0, 0, 3, 0, 0, 0.000, 0, 'blue-medco', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, NULL, NULL, 'def.png'),
(28, 'biryani house', '+9198989898', 'admin@store.com', '2026-04-10-69d8c0564c840.webp', '39.44524787431337', '18.90855273550937', '8FFWCWW5+3C', NULL, 0.00, 20.00, 0, 1, 28, '2026-04-10 09:18:14', '2026-04-10 09:20:32', 0, NULL, '2026-04-10-69d8c05666916.webp', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '30-40 min', 1, 1, 0, 0, 1, 0, 0, 0.000, 0, 'biryani-house', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, 'jgr', NULL, 'def.png'),
(29, 'Shravan Kumar', '+917905723855', 'tshravan571@gmail.com', '2026-06-13-6a2cdd38def7f.webp', '25.5265000384544', '81.86490330845118', '209/71A, Prashiddha Ka Pura, Phaphamau, Uttar Pradesh 211013, India', NULL, 0.00, NULL, 0, 0, 29, '2026-06-13 04:31:53', '2026-06-13 04:31:53', 0, NULL, '2026-06-13-6a2cdd3901f07.webp', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '10-15 minute', 1, 1, 0, 0, 1, 0, 0, 0.000, 0, 'shravan-kumar', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, '[]', NULL, 'gns21524869578496858456', '2026-06-30', '2026-06-13-6a2cdd391d5dd.webp'),
(30, 'rakhi store', '8423068965', 'ashokkumar@gmail.com', '2026-06-15-6a2fd0dd1d5e3.JPG', '22.71052155301802', '75.86400883449933', '17, kumawat pura, Juni Indore, Indore, Madhya Pradesh 452007, India', NULL, 0.00, NULL, 0, 1, 30, '2026-06-15 10:15:57', '2026-06-15 10:15:57', 0, NULL, '2026-06-15-6a2fd0dd1f5a8.JPG', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '30-2 min', 1, 1, 0, 0, 1, 0, 0, 0.000, 0, 'rakhi-store', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, NULL, NULL, 'def.png'),
(31, 'kanak readymade', '9305565389', 'shravankumar44@gmail.com', '2026-06-15-6a2fd19aa9d40.webp', '75.51842375088113', '-93.77888003045138', 'C678G69C+9C', NULL, 0.00, NULL, 0, 1, 31, '2026-06-15 10:19:06', '2026-06-15 10:19:06', 0, NULL, '2026-06-15-6a2fd19aab704.JPG', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '30-5 min', 1, 1, 0, 0, 1, 0, 0, 0.000, 0, 'kanak-readymade', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, NULL, NULL, 'def.png'),
(32, 'vinod store', '7080936151', 'vinodranjan@gmail.com', '2026-06-15-6a2fd27126deb.JPG', '37.33990603623413', '94.65861996954868', '8MQ5+JPR, Golmud, Haixi Mongol and Tibetan Autonomous Prefecture, Qinghai, China', NULL, 0.00, NULL, 0, 1, 32, '2026-06-15 10:22:41', '2026-06-15 10:22:41', 0, NULL, '2026-06-15-6a2fd271284eb.JPG', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '30-4 min', 1, 1, 0, 0, 1, 0, 0, 0.000, 0, 'vinod-store', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, NULL, NULL, 'def.png'),
(33, 'pawan boot house', '+917880323039', 'pawancoach@gmail.com', '2026-06-15-6a2fd3d3f0e26.JPG', '73.49265063487043', '-74.09138003045132', 'C757FWV5+3C', NULL, 0.00, NULL, 0, 1, 33, '2026-06-15 10:28:35', '2026-06-15 10:28:35', 0, NULL, '2026-06-15-6a2fd3d3f2f5c.JPG', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '30-4 min', 1, 1, 0, 0, 1, 0, 0, 0.000, 0, 'pawan-boot-house', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, NULL, NULL, 'def.png'),
(34, 'diamond', '8960963948', 'Diamond@gmail.com', '2026-06-15-6a2fd48d987b2.JPG', '57.824490797798695', '-72.68513003045138', '9799R8F7+QW', NULL, 0.00, NULL, 0, 1, 34, '2026-06-15 10:31:41', '2026-06-15 10:31:41', 0, NULL, '2026-06-15-6a2fd48d9a25b.JPG', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '30-5 min', 1, 1, 0, 0, 1, 0, 0, 0.000, 0, 'diamond', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, NULL, NULL, 'def.png'),
(35, 'Madhav', '9451738959', 'madhav5345@gmail.com', '2026-06-15-6a2fd52939761.JPG', '51.32056064299288', '111.53361996954868', '8GCM+6C Arenur, Zabaykalsky Krai, Russia', NULL, 0.00, NULL, 0, 1, 35, '2026-06-15 10:34:17', '2026-06-15 10:34:17', 0, NULL, '2026-06-15-6a2fd5293b3d5.JPG', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '30-5 min', 1, 1, 0, 0, 1, 0, 0, 0.000, 0, 'madhav', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, NULL, NULL, 'def.png'),
(36, 'reshma store', '+919140989043', 'pawankumar22@gmail.com', '2026-06-15-6a2fd632ed4b1.JPG', '10.433092447475852', '29.971119969548678', 'CXMC+6C Digaia, Sudan', NULL, 0.00, NULL, 0, 1, 36, '2026-06-15 10:38:42', '2026-06-15 10:38:42', 0, NULL, '2026-06-15-6a2fd632eeccc.JPG', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '40-5 min', 1, 1, 0, 0, 1, 0, 0, 0.000, 0, 'reshma-store', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, NULL, NULL, 'def.png'),
(37, 'Shanti laal', '8400346822', 'shantilaalji445@gmail.com', '2026-06-15-6a2fd6c09b2d6.JPG', '54.702636071585886', '115.75236996954868', '9P6QPQ32+3W', NULL, 0.00, NULL, 0, 1, 37, '2026-06-15 10:41:04', '2026-06-15 10:41:04', 0, NULL, '2026-06-15-6a2fd6c09ceea.JPG', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '30-4 min', 1, 1, 0, 0, 1, 0, 0, 0.000, 0, 'shanti-laal', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, NULL, NULL, 'def.png'),
(38, 'surbhi', '8470910041', 'surbhikumari342@gmail.com', '2026-06-15-6a2fd7420460b.JPG', '35.070792548412825', '-79.71638003045138', '37CM+8C Ellerbe, NC, USA', NULL, 0.00, NULL, 0, 1, 38, '2026-06-15 10:43:14', '2026-06-15 10:43:14', 0, NULL, '2026-06-15-6a2fd742065bd.JPG', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '45-4 min', 1, 1, 0, 0, 1, 0, 0, 0.000, 0, 'surbhi', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, NULL, NULL, 'def.png'),
(39, 'raju', '+918817404059', 'rajukumarjl@gmail.com', '2026-06-15-6a2fd7d4d67ea.JPG', '60.69757736885552', '-76.90388003045132', '97G5M3XW+2C', NULL, 0.00, NULL, 0, 1, 39, '2026-06-15 10:45:40', '2026-06-15 10:45:40', 0, NULL, '2026-06-15-6a2fd7d4d7fa5.JPG', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '40-4 min', 1, 1, 0, 0, 1, 0, 0, 0.000, 0, 'raju', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, NULL, NULL, 'def.png'),
(40, 'shilendra kirana', '9202956778', 'shailendrakirana22@gmail.com', '2026-06-15-6a2fd84dd677f.JPG', '60.69757736885552', '-13.62263003045132', '9CG8M9XG+2W', NULL, 0.00, NULL, 0, 1, 40, '2026-06-15 10:47:41', '2026-06-15 10:47:41', 0, NULL, '2026-06-15-6a2fd84dd7e5c.JPG', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '40-55 min', 1, 1, 0, 0, 1, 0, 0, 0.000, 0, 'shilendra-kirana', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, NULL, NULL, 'def.png'),
(41, 'Gyanendra', '8817404057', 'gyanendrakumar@gmail.com', '2026-06-15-6a2fd8dd41843.JPG', '61.37848894379696', '55.283619969548674', '9HHQ97HM+9C', NULL, 0.00, NULL, 0, 1, 41, '2026-06-15 10:50:05', '2026-06-15 10:50:05', 0, NULL, '2026-06-15-6a2fd8dd4442d.JPG', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '30-55 min', 1, 1, 0, 0, 1, 0, 0, 0.000, 0, 'gyanendra', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, NULL, NULL, 'def.png'),
(42, 'ramesh shose', '+919399872345', 'ramesh@gmail.com', '2026-06-15-6a2fdfc471aca.JPG', '71.81696749735805', '-43.15388003045132', 'C83RRR8W+QC', NULL, 0.00, NULL, 0, 1, 42, '2026-06-15 11:19:32', '2026-06-15 11:19:32', 0, NULL, '2026-06-15-6a2fdfc4737a0.JPG', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '30-5 min', 1, 1, 0, 0, 1, 0, 0, 0.000, 0, 'ramesh-shose', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, NULL, NULL, 'def.png'),
(43, 'jitu', '+917756951055', 'jitu234@gmail.com', '2026-06-15-6a2fe023b6a70.JPG', '41.677309979395204', '-97.99763003045138', 'M2G2+WW Albion, NE, USA', NULL, 0.00, NULL, 0, 1, 43, '2026-06-15 11:21:07', '2026-06-15 11:21:07', 0, NULL, '2026-06-15-6a2fe023b831e.JPG', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '30-5 min', 1, 1, 0, 0, 1, 0, 0, 0.000, 0, 'jitu', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, NULL, NULL, 'def.png'),
(44, 'sudama', '+919987823476', 'sudama@gmail.com', '2026-06-15-6a2fe0845bb0f.JPG', '49.529030392420246', '-119.09138003045138', 'GWH5+JC Carmi, BC, Canada', NULL, 0.00, NULL, 0, 1, 44, '2026-06-15 11:22:44', '2026-06-15 11:22:44', 0, NULL, '2026-06-15-6a2fe0845d8cd.JPG', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '45-4 min', 1, 1, 0, 0, 1, 0, 0, 0.000, 0, 'sudama', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, NULL, NULL, 'def.png'),
(45, 'sangeeta', '+917756951088', 'sangeetagupta@gmail.com', '2026-06-15-6a2fe136a50a3.JPG', '80.79676906341683', '-65.65388003045132', 'C7GPQ8WW+PC', NULL, 0.00, NULL, 0, 1, 45, '2026-06-15 11:25:42', '2026-06-15 11:25:42', 0, NULL, '2026-06-15-6a2fe136a6874.JPG', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '30-7 min', 1, 1, 0, 0, 1, 0, 0, 0.000, 0, 'sangeeta', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, NULL, NULL, 'def.png'),
(46, 'dheerendra', '+918817404058', 'dheerendrakumargupta10@gmail.com', '2026-06-15-6a2fe1a424176.JPG', '65.75110135683022', '35.596119969548674', '9GQQQH2W+CC', NULL, 0.00, NULL, 0, 1, 46, '2026-06-15 11:27:32', '2026-06-15 11:27:32', 0, NULL, '2026-06-15-6a2fe1a425caa.JPG', 1, 1, 1, 0.00, 1, 1, 1, ' ', NULL, 0, 0, 0.00, '45-55 min', 1, 1, 0, 0, 1, 0, 0, 0.000, 0, 'dheerendra', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, NULL, NULL, 'def.png');

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

--
-- Table structure for table `store_configs`
--

CREATE TABLE `store_configs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `store_id` bigint(20) UNSIGNED NOT NULL,
  `is_recommended` tinyint(1) NOT NULL DEFAULT 0,
  `is_recommended_deleted` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `halal_tag_status` tinyint(1) NOT NULL DEFAULT 0,
  `extra_packaging_status` tinyint(1) NOT NULL DEFAULT 0,
  `extra_packaging_amount` double(23,3) NOT NULL DEFAULT 0.000,
  `minimum_stock_for_warning` int(11) NOT NULL DEFAULT 0,
  `section_wise_ai_use_count` int(11) NOT NULL DEFAULT 0,
  `image_wise_ai_use_count` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `store_configs`
--

INSERT INTO `store_configs` (`id`, `store_id`, `is_recommended`, `is_recommended_deleted`, `created_at`, `updated_at`, `halal_tag_status`, `extra_packaging_status`, `extra_packaging_amount`, `minimum_stock_for_warning`, `section_wise_ai_use_count`, `image_wise_ai_use_count`) VALUES
(1, 5, 1, 0, NULL, NULL, 0, 0, 0.000, 0, 0, 0),
(2, 6, 1, 0, NULL, NULL, 0, 0, 0.000, 0, 0, 0),
(3, 7, 1, 0, NULL, NULL, 0, 0, 0.000, 0, 0, 0),
(4, 1, 1, 0, NULL, NULL, 0, 0, 0.000, 0, 0, 0),
(5, 4, 1, 0, NULL, NULL, 0, 0, 0.000, 0, 0, 0),
(6, 2, 1, 0, NULL, NULL, 0, 0, 0.000, 0, 0, 0),
(7, 3, 1, 0, NULL, NULL, 0, 0, 0.000, 0, 0, 0);

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

--
-- Table structure for table `store_notification_settings`
--

CREATE TABLE `store_notification_settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(255) DEFAULT NULL,
  `sub_title` text DEFAULT NULL,
  `key` varchar(255) DEFAULT NULL,
  `store_id` bigint(20) UNSIGNED NOT NULL,
  `mail_status` enum('active','inactive','disable') NOT NULL DEFAULT 'disable',
  `sms_status` enum('active','inactive','disable') NOT NULL DEFAULT 'disable',
  `push_notification_status` enum('active','inactive','disable') NOT NULL DEFAULT 'disable',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `module_type` varchar(20) NOT NULL DEFAULT 'all'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `store_notification_settings`
--

INSERT INTO `store_notification_settings` (`id`, `title`, `sub_title`, `key`, `store_id`, `mail_status`, `sms_status`, `push_notification_status`, `created_at`, `updated_at`, `module_type`) VALUES
(1, 'account_block', 'Get_notification_on_account_block', 'store_account_block', 1, 'active', 'disable', 'active', '2024-10-11 02:04:45', '2024-10-11 02:04:45', 'all'),
(2, 'account_unblock', 'Get_notification_on_account_unblock', 'store_account_unblock', 1, 'active', 'disable', 'active', '2024-10-11 02:04:45', '2024-10-11 02:04:45', 'all'),
(3, 'withdraw_approve', 'Get_notification_on_withdraw_approve', 'store_withdraw_approve', 1, 'active', 'disable', 'active', '2024-10-11 02:04:45', '2024-10-11 02:04:45', 'all'),
(4, 'withdraw_rejaction', 'Get_notification_on_withdraw_rejaction', 'store_withdraw_rejaction', 1, 'active', 'disable', 'active', '2024-10-11 02:04:45', '2024-10-11 02:04:45', 'all'),
(5, 'campaign_join_request', 'Get_notification_on_campaign_join_request', 'store_campaign_join_request', 1, 'active', 'disable', 'disable', '2024-10-11 02:04:45', '2024-10-11 02:04:45', 'all'),
(6, 'campaign_join_rejaction', 'Get_notification_on_campaign_join_rejaction', 'store_campaign_join_rejaction', 1, 'active', 'disable', 'active', '2024-10-11 02:04:45', '2024-10-11 02:04:45', 'all'),
(7, 'campaign_join_approval', 'Get_notification_on_campaign_join_approval', 'store_campaign_join_approval', 1, 'active', 'disable', 'active', '2024-10-11 02:04:45', '2024-10-11 02:04:45', 'all'),
(8, 'order_notification', 'Get_notification_on_order_notification', 'store_order_notification', 1, 'disable', 'disable', 'active', '2024-10-11 02:04:45', '2024-10-11 02:04:45', 'all'),
(9, 'advertisement_create_by_admin', 'Get_notification_on_advertisement_create_by_admin', 'store_advertisement_create_by_admin', 1, 'active', 'disable', 'active', '2024-10-11 02:04:45', '2024-10-11 02:04:45', 'all'),
(10, 'advertisement_approval', 'Get_notification_on_advertisement_approval', 'store_advertisement_approval', 1, 'active', 'disable', 'active', '2024-10-11 02:04:45', '2024-10-11 02:04:45', 'all'),
(11, 'advertisement_deny', 'Get_notification_on_advertisement_deny', 'store_advertisement_deny', 1, 'active', 'disable', 'active', '2024-10-11 02:04:45', '2024-10-11 02:04:45', 'all'),
(12, 'advertisement_resume', 'Get_notification_on_advertisement_resume', 'store_advertisement_resume', 1, 'active', 'disable', 'active', '2024-10-11 02:04:45', '2024-10-11 02:04:45', 'all'),
(13, 'advertisement_pause', 'Get_notification_on_advertisement_pause', 'store_advertisement_pause', 1, 'active', 'disable', 'active', '2024-10-11 02:04:45', '2024-10-11 02:04:45', 'all'),
(14, 'product_approve', 'Get_notification_on_product_approve', 'store_product_approve', 1, 'active', 'disable', 'active', '2024-10-11 02:04:45', '2024-10-11 02:04:45', 'all'),
(15, 'product_reject', 'Get_notification_on_product_reject', 'store_product_reject', 1, 'active', 'disable', 'active', '2024-10-11 02:04:45', '2024-10-11 02:04:45', 'all'),
(16, 'subscription_success', 'Get_notification_on_subscription_success', 'store_subscription_success', 1, 'active', 'disable', 'active', '2024-10-11 02:04:45', '2024-10-11 02:04:45', 'all'),
(17, 'subscription_renew', 'Get_notification_on_subscription_renew', 'store_subscription_renew', 1, 'active', 'disable', 'active', '2024-10-11 02:04:45', '2024-10-11 02:04:45', 'all'),
(18, 'subscription_shift', 'Get_notification_on_subscription_shift', 'store_subscription_shift', 1, 'active', 'disable', 'active', '2024-10-11 02:04:45', '2024-10-11 02:04:45', 'all'),
(19, 'subscription_cancel', 'Get_notification_on_subscription_cancel', 'store_subscription_cancel', 1, 'active', 'disable', 'active', '2024-10-11 02:04:45', '2024-10-11 02:04:45', 'all'),
(20, 'subscription_plan_update', 'Get_notification_on_subscription_plan_update', 'store_subscription_plan_update', 1, 'active', 'disable', 'active', '2024-10-11 02:04:45', '2024-10-11 02:04:45', 'all'),
(21, 'account_block', 'Get_notification_on_account_block', 'store_account_block', 4, 'active', 'disable', 'active', '2025-09-28 17:29:54', '2025-09-28 17:29:54', 'all'),
(22, 'account_unblock', 'Get_notification_on_account_unblock', 'store_account_unblock', 4, 'active', 'disable', 'active', '2025-09-28 17:29:54', '2025-09-28 17:29:54', 'all'),
(23, 'withdraw_approve', 'Get_notification_on_withdraw_approve', 'store_withdraw_approve', 4, 'active', 'disable', 'active', '2025-09-28 17:29:54', '2025-09-28 17:29:54', 'all'),
(24, 'withdraw_rejaction', 'Get_notification_on_withdraw_rejaction', 'store_withdraw_rejaction', 4, 'active', 'disable', 'active', '2025-09-28 17:29:54', '2025-09-28 17:29:54', 'all'),
(25, 'campaign_join_request', 'Get_notification_on_campaign_join_request', 'store_campaign_join_request', 4, 'active', 'disable', 'disable', '2025-09-28 17:29:54', '2025-09-28 17:29:54', 'all'),
(26, 'campaign_join_rejaction', 'Get_notification_on_campaign_join_rejaction', 'store_campaign_join_rejaction', 4, 'active', 'disable', 'active', '2025-09-28 17:29:54', '2025-09-28 17:29:54', 'all'),
(27, 'campaign_join_approval', 'Get_notification_on_campaign_join_approval', 'store_campaign_join_approval', 4, 'active', 'disable', 'active', '2025-09-28 17:29:54', '2025-09-28 17:29:54', 'all'),
(28, 'order_notification', 'Get_notification_on_order_notification', 'store_order_notification', 4, 'disable', 'disable', 'active', '2025-09-28 17:29:54', '2025-09-28 17:29:54', 'all'),
(29, 'advertisement_create_by_admin', 'Get_notification_on_advertisement_create_by_admin', 'store_advertisement_create_by_admin', 4, 'active', 'disable', 'active', '2025-09-28 17:29:54', '2025-09-28 17:29:54', 'all'),
(30, 'advertisement_approval', 'Get_notification_on_advertisement_approval', 'store_advertisement_approval', 4, 'active', 'disable', 'active', '2025-09-28 17:29:54', '2025-09-28 17:29:54', 'all'),
(31, 'advertisement_deny', 'Get_notification_on_advertisement_deny', 'store_advertisement_deny', 4, 'active', 'disable', 'active', '2025-09-28 17:29:54', '2025-09-28 17:29:54', 'all'),
(32, 'advertisement_resume', 'Get_notification_on_advertisement_resume', 'store_advertisement_resume', 4, 'active', 'disable', 'active', '2025-09-28 17:29:54', '2025-09-28 17:29:54', 'all'),
(33, 'advertisement_pause', 'Get_notification_on_advertisement_pause', 'store_advertisement_pause', 4, 'active', 'disable', 'active', '2025-09-28 17:29:54', '2025-09-28 17:29:54', 'all'),
(34, 'product_approve', 'Get_notification_on_product_approve', 'store_product_approve', 4, 'active', 'disable', 'active', '2025-09-28 17:29:54', '2025-09-28 17:29:54', 'all'),
(35, 'product_reject', 'Get_notification_on_product_reject', 'store_product_reject', 4, 'active', 'disable', 'active', '2025-09-28 17:29:54', '2025-09-28 17:29:54', 'all'),
(36, 'subscription_success', 'Get_notification_on_subscription_success', 'store_subscription_success', 4, 'active', 'disable', 'active', '2025-09-28 17:29:54', '2025-09-28 17:29:54', 'all'),
(37, 'subscription_renew', 'Get_notification_on_subscription_renew', 'store_subscription_renew', 4, 'active', 'disable', 'active', '2025-09-28 17:29:54', '2025-09-28 17:29:54', 'all'),
(38, 'subscription_shift', 'Get_notification_on_subscription_shift', 'store_subscription_shift', 4, 'active', 'disable', 'active', '2025-09-28 17:29:54', '2025-09-28 17:29:54', 'all'),
(39, 'subscription_cancel', 'Get_notification_on_subscription_cancel', 'store_subscription_cancel', 4, 'active', 'disable', 'active', '2025-09-28 17:29:54', '2025-09-28 17:29:54', 'all'),
(40, 'subscription_plan_update', 'Get_notification_on_subscription_plan_update', 'store_subscription_plan_update', 4, 'active', 'disable', 'active', '2025-09-28 17:29:54', '2025-09-28 17:29:54', 'all'),
(41, 'account_block', 'Get_notification_on_account_block', 'store_account_block', 2, 'active', 'disable', 'active', '2025-09-28 18:46:25', '2025-09-28 18:46:25', 'all'),
(42, 'account_unblock', 'Get_notification_on_account_unblock', 'store_account_unblock', 2, 'active', 'disable', 'active', '2025-09-28 18:46:25', '2025-09-28 18:46:25', 'all'),
(43, 'withdraw_approve', 'Get_notification_on_withdraw_approve', 'store_withdraw_approve', 2, 'active', 'disable', 'active', '2025-09-28 18:46:25', '2025-09-28 18:46:25', 'all'),
(44, 'withdraw_rejaction', 'Get_notification_on_withdraw_rejaction', 'store_withdraw_rejaction', 2, 'active', 'disable', 'active', '2025-09-28 18:46:25', '2025-09-28 18:46:25', 'all'),
(45, 'campaign_join_request', 'Get_notification_on_campaign_join_request', 'store_campaign_join_request', 2, 'active', 'disable', 'disable', '2025-09-28 18:46:25', '2025-09-28 18:46:25', 'all'),
(46, 'campaign_join_rejaction', 'Get_notification_on_campaign_join_rejaction', 'store_campaign_join_rejaction', 2, 'active', 'disable', 'active', '2025-09-28 18:46:25', '2025-09-28 18:46:25', 'all'),
(47, 'campaign_join_approval', 'Get_notification_on_campaign_join_approval', 'store_campaign_join_approval', 2, 'active', 'disable', 'active', '2025-09-28 18:46:25', '2025-09-28 18:46:25', 'all'),
(48, 'order_notification', 'Get_notification_on_order_notification', 'store_order_notification', 2, 'disable', 'disable', 'active', '2025-09-28 18:46:25', '2025-09-28 18:46:25', 'all'),
(49, 'advertisement_create_by_admin', 'Get_notification_on_advertisement_create_by_admin', 'store_advertisement_create_by_admin', 2, 'active', 'disable', 'active', '2025-09-28 18:46:25', '2025-09-28 18:46:25', 'all'),
(50, 'advertisement_approval', 'Get_notification_on_advertisement_approval', 'store_advertisement_approval', 2, 'active', 'disable', 'active', '2025-09-28 18:46:25', '2025-09-28 18:46:25', 'all'),
(51, 'advertisement_deny', 'Get_notification_on_advertisement_deny', 'store_advertisement_deny', 2, 'active', 'disable', 'active', '2025-09-28 18:46:25', '2025-09-28 18:46:25', 'all'),
(52, 'advertisement_resume', 'Get_notification_on_advertisement_resume', 'store_advertisement_resume', 2, 'active', 'disable', 'active', '2025-09-28 18:46:25', '2025-09-28 18:46:25', 'all'),
(53, 'advertisement_pause', 'Get_notification_on_advertisement_pause', 'store_advertisement_pause', 2, 'active', 'disable', 'active', '2025-09-28 18:46:25', '2025-09-28 18:46:25', 'all'),
(54, 'product_approve', 'Get_notification_on_product_approve', 'store_product_approve', 2, 'active', 'disable', 'active', '2025-09-28 18:46:25', '2025-09-28 18:46:25', 'all'),
(55, 'product_reject', 'Get_notification_on_product_reject', 'store_product_reject', 2, 'active', 'disable', 'active', '2025-09-28 18:46:25', '2025-09-28 18:46:25', 'all'),
(56, 'subscription_success', 'Get_notification_on_subscription_success', 'store_subscription_success', 2, 'active', 'disable', 'active', '2025-09-28 18:46:25', '2025-09-28 18:46:25', 'all'),
(57, 'subscription_renew', 'Get_notification_on_subscription_renew', 'store_subscription_renew', 2, 'active', 'disable', 'active', '2025-09-28 18:46:25', '2025-09-28 18:46:25', 'all'),
(58, 'subscription_shift', 'Get_notification_on_subscription_shift', 'store_subscription_shift', 2, 'active', 'disable', 'active', '2025-09-28 18:46:25', '2025-09-28 18:46:25', 'all'),
(59, 'subscription_cancel', 'Get_notification_on_subscription_cancel', 'store_subscription_cancel', 2, 'active', 'disable', 'active', '2025-09-28 18:46:25', '2025-09-28 18:46:25', 'all'),
(60, 'subscription_plan_update', 'Get_notification_on_subscription_plan_update', 'store_subscription_plan_update', 2, 'active', 'disable', 'active', '2025-09-28 18:46:25', '2025-09-28 18:46:25', 'all'),
(61, 'account_block', 'Get_notification_on_account_block', 'store_account_block', 9, 'active', 'disable', 'active', '2025-10-03 16:01:54', '2025-10-03 16:01:54', 'all'),
(62, 'account_unblock', 'Get_notification_on_account_unblock', 'store_account_unblock', 9, 'active', 'disable', 'active', '2025-10-03 16:01:54', '2025-10-03 16:01:54', 'all'),
(63, 'withdraw_approve', 'Get_notification_on_withdraw_approve', 'store_withdraw_approve', 9, 'active', 'disable', 'active', '2025-10-03 16:01:54', '2025-10-03 16:01:54', 'all'),
(64, 'withdraw_rejaction', 'Get_notification_on_withdraw_rejaction', 'store_withdraw_rejaction', 9, 'active', 'disable', 'active', '2025-10-03 16:01:54', '2025-10-03 16:01:54', 'all'),
(65, 'campaign_join_request', 'Get_notification_on_campaign_join_request', 'store_campaign_join_request', 9, 'active', 'disable', 'disable', '2025-10-03 16:01:54', '2025-10-03 16:01:54', 'all'),
(66, 'campaign_join_rejaction', 'Get_notification_on_campaign_join_rejaction', 'store_campaign_join_rejaction', 9, 'active', 'disable', 'active', '2025-10-03 16:01:54', '2025-10-03 16:01:54', 'all'),
(67, 'campaign_join_approval', 'Get_notification_on_campaign_join_approval', 'store_campaign_join_approval', 9, 'active', 'disable', 'active', '2025-10-03 16:01:54', '2025-10-03 16:01:54', 'all'),
(68, 'order_notification', 'Get_notification_on_order_notification', 'store_order_notification', 9, 'disable', 'disable', 'active', '2025-10-03 16:01:54', '2025-10-03 16:01:54', 'all'),
(69, 'advertisement_create_by_admin', 'Get_notification_on_advertisement_create_by_admin', 'store_advertisement_create_by_admin', 9, 'active', 'disable', 'active', '2025-10-03 16:01:54', '2025-10-03 16:01:54', 'all'),
(70, 'advertisement_approval', 'Get_notification_on_advertisement_approval', 'store_advertisement_approval', 9, 'active', 'disable', 'active', '2025-10-03 16:01:54', '2025-10-03 16:01:54', 'all'),
(71, 'advertisement_deny', 'Get_notification_on_advertisement_deny', 'store_advertisement_deny', 9, 'active', 'disable', 'active', '2025-10-03 16:01:54', '2025-10-03 16:01:54', 'all'),
(72, 'advertisement_resume', 'Get_notification_on_advertisement_resume', 'store_advertisement_resume', 9, 'active', 'disable', 'active', '2025-10-03 16:01:54', '2025-10-03 16:01:54', 'all'),
(73, 'advertisement_pause', 'Get_notification_on_advertisement_pause', 'store_advertisement_pause', 9, 'active', 'disable', 'active', '2025-10-03 16:01:54', '2025-10-03 16:01:54', 'all'),
(74, 'product_approve', 'Get_notification_on_product_approve', 'store_product_approve', 9, 'active', 'disable', 'active', '2025-10-03 16:01:54', '2025-10-03 16:01:54', 'all'),
(75, 'product_reject', 'Get_notification_on_product_reject', 'store_product_reject', 9, 'active', 'disable', 'active', '2025-10-03 16:01:54', '2025-10-03 16:01:54', 'all'),
(76, 'subscription_success', 'Get_notification_on_subscription_success', 'store_subscription_success', 9, 'active', 'disable', 'active', '2025-10-03 16:01:54', '2025-10-03 16:01:54', 'all'),
(77, 'subscription_renew', 'Get_notification_on_subscription_renew', 'store_subscription_renew', 9, 'active', 'disable', 'active', '2025-10-03 16:01:54', '2025-10-03 16:01:54', 'all'),
(78, 'subscription_shift', 'Get_notification_on_subscription_shift', 'store_subscription_shift', 9, 'active', 'disable', 'active', '2025-10-03 16:01:54', '2025-10-03 16:01:54', 'all'),
(79, 'subscription_cancel', 'Get_notification_on_subscription_cancel', 'store_subscription_cancel', 9, 'active', 'disable', 'active', '2025-10-03 16:01:54', '2025-10-03 16:01:54', 'all'),
(80, 'subscription_plan_update', 'Get_notification_on_subscription_plan_update', 'store_subscription_plan_update', 9, 'active', 'disable', 'active', '2025-10-03 16:01:54', '2025-10-03 16:01:54', 'all'),
(81, 'account_block', 'Get_notification_on_account_block', 'store_account_block', 15, 'active', 'disable', 'active', '2025-10-08 19:08:29', '2025-10-08 19:08:29', 'all'),
(82, 'account_unblock', 'Get_notification_on_account_unblock', 'store_account_unblock', 15, 'active', 'disable', 'active', '2025-10-08 19:08:29', '2025-10-08 19:08:29', 'all'),
(83, 'withdraw_approve', 'Get_notification_on_withdraw_approve', 'store_withdraw_approve', 15, 'active', 'disable', 'active', '2025-10-08 19:08:29', '2025-10-08 19:08:29', 'all'),
(84, 'withdraw_rejaction', 'Get_notification_on_withdraw_rejaction', 'store_withdraw_rejaction', 15, 'active', 'disable', 'active', '2025-10-08 19:08:29', '2025-10-08 19:08:29', 'all'),
(85, 'campaign_join_request', 'Get_notification_on_campaign_join_request', 'store_campaign_join_request', 15, 'active', 'disable', 'disable', '2025-10-08 19:08:29', '2025-10-08 19:08:29', 'all'),
(86, 'campaign_join_rejaction', 'Get_notification_on_campaign_join_rejaction', 'store_campaign_join_rejaction', 15, 'active', 'disable', 'active', '2025-10-08 19:08:29', '2025-10-08 19:08:29', 'all'),
(87, 'campaign_join_approval', 'Get_notification_on_campaign_join_approval', 'store_campaign_join_approval', 15, 'active', 'disable', 'active', '2025-10-08 19:08:29', '2025-10-08 19:08:29', 'all'),
(88, 'order_notification', 'Get_notification_on_order_notification', 'store_order_notification', 15, 'disable', 'disable', 'active', '2025-10-08 19:08:29', '2025-10-08 19:08:29', 'all'),
(89, 'advertisement_create_by_admin', 'Get_notification_on_advertisement_create_by_admin', 'store_advertisement_create_by_admin', 15, 'active', 'disable', 'active', '2025-10-08 19:08:29', '2025-10-08 19:08:29', 'all'),
(90, 'advertisement_approval', 'Get_notification_on_advertisement_approval', 'store_advertisement_approval', 15, 'active', 'disable', 'active', '2025-10-08 19:08:29', '2025-10-08 19:08:29', 'all'),
(91, 'advertisement_deny', 'Get_notification_on_advertisement_deny', 'store_advertisement_deny', 15, 'active', 'disable', 'active', '2025-10-08 19:08:29', '2025-10-08 19:08:29', 'all'),
(92, 'advertisement_resume', 'Get_notification_on_advertisement_resume', 'store_advertisement_resume', 15, 'active', 'disable', 'active', '2025-10-08 19:08:29', '2025-10-08 19:08:29', 'all'),
(93, 'advertisement_pause', 'Get_notification_on_advertisement_pause', 'store_advertisement_pause', 15, 'active', 'disable', 'active', '2025-10-08 19:08:29', '2025-10-08 19:08:29', 'all'),
(94, 'product_approve', 'Get_notification_on_product_approve', 'store_product_approve', 15, 'active', 'disable', 'active', '2025-10-08 19:08:29', '2025-10-08 19:08:29', 'all'),
(95, 'product_reject', 'Get_notification_on_product_reject', 'store_product_reject', 15, 'active', 'disable', 'active', '2025-10-08 19:08:29', '2025-10-08 19:08:29', 'all'),
(96, 'subscription_success', 'Get_notification_on_subscription_success', 'store_subscription_success', 15, 'active', 'disable', 'active', '2025-10-08 19:08:29', '2025-10-08 19:08:29', 'all'),
(97, 'subscription_renew', 'Get_notification_on_subscription_renew', 'store_subscription_renew', 15, 'active', 'disable', 'active', '2025-10-08 19:08:29', '2025-10-08 19:08:29', 'all'),
(98, 'subscription_shift', 'Get_notification_on_subscription_shift', 'store_subscription_shift', 15, 'active', 'disable', 'active', '2025-10-08 19:08:29', '2025-10-08 19:08:29', 'all'),
(99, 'subscription_cancel', 'Get_notification_on_subscription_cancel', 'store_subscription_cancel', 15, 'active', 'disable', 'active', '2025-10-08 19:08:29', '2025-10-08 19:08:29', 'all'),
(100, 'subscription_plan_update', 'Get_notification_on_subscription_plan_update', 'store_subscription_plan_update', 15, 'active', 'disable', 'active', '2025-10-08 19:08:29', '2025-10-08 19:08:29', 'all'),
(101, 'account_block', 'Get_notification_on_account_block', 'store_account_block', 5, 'active', 'disable', 'active', '2025-10-25 12:19:49', '2025-10-25 12:19:49', 'all'),
(102, 'account_unblock', 'Get_notification_on_account_unblock', 'store_account_unblock', 5, 'active', 'disable', 'active', '2025-10-25 12:19:49', '2025-10-25 12:19:49', 'all'),
(103, 'withdraw_approve', 'Get_notification_on_withdraw_approve', 'store_withdraw_approve', 5, 'active', 'disable', 'active', '2025-10-25 12:19:49', '2025-10-25 12:19:49', 'all'),
(104, 'withdraw_rejaction', 'Get_notification_on_withdraw_rejaction', 'store_withdraw_rejaction', 5, 'active', 'disable', 'active', '2025-10-25 12:19:49', '2025-10-25 12:19:49', 'all'),
(105, 'campaign_join_request', 'Get_notification_on_campaign_join_request', 'store_campaign_join_request', 5, 'active', 'disable', 'disable', '2025-10-25 12:19:49', '2025-10-25 12:19:49', 'all'),
(106, 'campaign_join_rejaction', 'Get_notification_on_campaign_join_rejaction', 'store_campaign_join_rejaction', 5, 'active', 'disable', 'active', '2025-10-25 12:19:49', '2025-10-25 12:19:49', 'all'),
(107, 'campaign_join_approval', 'Get_notification_on_campaign_join_approval', 'store_campaign_join_approval', 5, 'active', 'disable', 'active', '2025-10-25 12:19:49', '2025-10-25 12:19:49', 'all'),
(108, 'order_notification', 'Get_notification_on_order_notification', 'store_order_notification', 5, 'disable', 'disable', 'active', '2025-10-25 12:19:49', '2025-10-25 12:19:49', 'all'),
(109, 'advertisement_create_by_admin', 'Get_notification_on_advertisement_create_by_admin', 'store_advertisement_create_by_admin', 5, 'active', 'disable', 'active', '2025-10-25 12:19:49', '2025-10-25 12:19:49', 'all'),
(110, 'advertisement_approval', 'Get_notification_on_advertisement_approval', 'store_advertisement_approval', 5, 'active', 'disable', 'active', '2025-10-25 12:19:49', '2025-10-25 12:19:49', 'all'),
(111, 'advertisement_deny', 'Get_notification_on_advertisement_deny', 'store_advertisement_deny', 5, 'active', 'disable', 'active', '2025-10-25 12:19:49', '2025-10-25 12:19:49', 'all'),
(112, 'advertisement_resume', 'Get_notification_on_advertisement_resume', 'store_advertisement_resume', 5, 'active', 'disable', 'active', '2025-10-25 12:19:49', '2025-10-25 12:19:49', 'all'),
(113, 'advertisement_pause', 'Get_notification_on_advertisement_pause', 'store_advertisement_pause', 5, 'active', 'disable', 'active', '2025-10-25 12:19:49', '2025-10-25 12:19:49', 'all'),
(114, 'product_approve', 'Get_notification_on_product_approve', 'store_product_approve', 5, 'active', 'disable', 'active', '2025-10-25 12:19:49', '2025-10-25 12:19:49', 'all'),
(115, 'product_reject', 'Get_notification_on_product_reject', 'store_product_reject', 5, 'active', 'disable', 'active', '2025-10-25 12:19:49', '2025-10-25 12:19:49', 'all'),
(116, 'subscription_success', 'Get_notification_on_subscription_success', 'store_subscription_success', 5, 'active', 'disable', 'active', '2025-10-25 12:19:49', '2025-10-25 12:19:49', 'all'),
(117, 'subscription_renew', 'Get_notification_on_subscription_renew', 'store_subscription_renew', 5, 'active', 'disable', 'active', '2025-10-25 12:19:49', '2025-10-25 12:19:49', 'all'),
(118, 'subscription_shift', 'Get_notification_on_subscription_shift', 'store_subscription_shift', 5, 'active', 'disable', 'active', '2025-10-25 12:19:49', '2025-10-25 12:19:49', 'all'),
(119, 'subscription_cancel', 'Get_notification_on_subscription_cancel', 'store_subscription_cancel', 5, 'active', 'disable', 'active', '2025-10-25 12:19:49', '2025-10-25 12:19:49', 'all'),
(120, 'subscription_plan_update', 'Get_notification_on_subscription_plan_update', 'store_subscription_plan_update', 5, 'active', 'disable', 'active', '2025-10-25 12:19:49', '2025-10-25 12:19:49', 'all'),
(121, 'account_block', 'Get_notification_on_account_block', 'store_account_block', 3, 'active', 'disable', 'active', '2025-11-17 08:57:35', '2025-11-17 08:57:35', 'all'),
(122, 'account_unblock', 'Get_notification_on_account_unblock', 'store_account_unblock', 3, 'active', 'disable', 'active', '2025-11-17 08:57:35', '2025-11-17 08:57:35', 'all'),
(123, 'withdraw_approve', 'Get_notification_on_withdraw_approve', 'store_withdraw_approve', 3, 'active', 'disable', 'active', '2025-11-17 08:57:35', '2025-11-17 08:57:35', 'all'),
(124, 'withdraw_rejaction', 'Get_notification_on_withdraw_rejaction', 'store_withdraw_rejaction', 3, 'active', 'disable', 'active', '2025-11-17 08:57:35', '2025-11-17 08:57:35', 'all'),
(125, 'campaign_join_request', 'Get_notification_on_campaign_join_request', 'store_campaign_join_request', 3, 'active', 'disable', 'disable', '2025-11-17 08:57:35', '2025-11-17 08:57:35', 'all'),
(126, 'campaign_join_rejaction', 'Get_notification_on_campaign_join_rejaction', 'store_campaign_join_rejaction', 3, 'active', 'disable', 'active', '2025-11-17 08:57:35', '2025-11-17 08:57:35', 'all'),
(127, 'campaign_join_approval', 'Get_notification_on_campaign_join_approval', 'store_campaign_join_approval', 3, 'active', 'disable', 'active', '2025-11-17 08:57:35', '2025-11-17 08:57:35', 'all'),
(128, 'order_notification', 'Get_notification_on_order_notification', 'store_order_notification', 3, 'disable', 'disable', 'active', '2025-11-17 08:57:35', '2025-11-17 08:57:35', 'all'),
(129, 'advertisement_create_by_admin', 'Get_notification_on_advertisement_create_by_admin', 'store_advertisement_create_by_admin', 3, 'active', 'disable', 'active', '2025-11-17 08:57:35', '2025-11-17 08:57:35', 'all'),
(130, 'advertisement_approval', 'Get_notification_on_advertisement_approval', 'store_advertisement_approval', 3, 'active', 'disable', 'active', '2025-11-17 08:57:35', '2025-11-17 08:57:35', 'all'),
(131, 'advertisement_deny', 'Get_notification_on_advertisement_deny', 'store_advertisement_deny', 3, 'active', 'disable', 'active', '2025-11-17 08:57:35', '2025-11-17 08:57:35', 'all'),
(132, 'advertisement_resume', 'Get_notification_on_advertisement_resume', 'store_advertisement_resume', 3, 'active', 'disable', 'active', '2025-11-17 08:57:35', '2025-11-17 08:57:35', 'all'),
(133, 'advertisement_pause', 'Get_notification_on_advertisement_pause', 'store_advertisement_pause', 3, 'active', 'disable', 'active', '2025-11-17 08:57:35', '2025-11-17 08:57:35', 'all'),
(134, 'product_approve', 'Get_notification_on_product_approve', 'store_product_approve', 3, 'active', 'disable', 'active', '2025-11-17 08:57:35', '2025-11-17 08:57:35', 'all'),
(135, 'product_reject', 'Get_notification_on_product_reject', 'store_product_reject', 3, 'active', 'disable', 'active', '2025-11-17 08:57:35', '2025-11-17 08:57:35', 'all'),
(136, 'subscription_success', 'Get_notification_on_subscription_success', 'store_subscription_success', 3, 'active', 'disable', 'active', '2025-11-17 08:57:35', '2025-11-17 08:57:35', 'all'),
(137, 'subscription_renew', 'Get_notification_on_subscription_renew', 'store_subscription_renew', 3, 'active', 'disable', 'active', '2025-11-17 08:57:35', '2025-11-17 08:57:35', 'all'),
(138, 'subscription_shift', 'Get_notification_on_subscription_shift', 'store_subscription_shift', 3, 'active', 'disable', 'active', '2025-11-17 08:57:35', '2025-11-17 08:57:35', 'all'),
(139, 'subscription_cancel', 'Get_notification_on_subscription_cancel', 'store_subscription_cancel', 3, 'active', 'disable', 'active', '2025-11-17 08:57:35', '2025-11-17 08:57:35', 'all'),
(140, 'subscription_plan_update', 'Get_notification_on_subscription_plan_update', 'store_subscription_plan_update', 3, 'active', 'disable', 'active', '2025-11-17 08:57:35', '2025-11-17 08:57:35', 'all'),
(141, 'account_block', 'Get_notification_on_account_block', 'store_account_block', 16, 'active', 'disable', 'active', '2025-12-07 14:18:23', '2025-12-07 14:18:23', 'all'),
(142, 'account_unblock', 'Get_notification_on_account_unblock', 'store_account_unblock', 16, 'active', 'disable', 'active', '2025-12-07 14:18:23', '2025-12-07 14:18:23', 'all'),
(143, 'withdraw_approve', 'Get_notification_on_withdraw_approve', 'store_withdraw_approve', 16, 'active', 'disable', 'active', '2025-12-07 14:18:23', '2025-12-07 14:18:23', 'all'),
(144, 'withdraw_rejaction', 'Get_notification_on_withdraw_rejaction', 'store_withdraw_rejaction', 16, 'active', 'disable', 'active', '2025-12-07 14:18:23', '2025-12-07 14:18:23', 'all'),
(145, 'campaign_join_request', 'Get_notification_on_campaign_join_request', 'store_campaign_join_request', 16, 'active', 'disable', 'disable', '2025-12-07 14:18:23', '2025-12-07 14:18:23', 'all'),
(146, 'campaign_join_rejaction', 'Get_notification_on_campaign_join_rejaction', 'store_campaign_join_rejaction', 16, 'active', 'disable', 'active', '2025-12-07 14:18:23', '2025-12-07 14:18:23', 'all'),
(147, 'campaign_join_approval', 'Get_notification_on_campaign_join_approval', 'store_campaign_join_approval', 16, 'active', 'disable', 'active', '2025-12-07 14:18:23', '2025-12-07 14:18:23', 'all'),
(148, 'order_notification', 'Get_notification_on_order_notification', 'store_order_notification', 16, 'disable', 'disable', 'active', '2025-12-07 14:18:23', '2025-12-07 14:18:23', 'all'),
(149, 'advertisement_create_by_admin', 'Get_notification_on_advertisement_create_by_admin', 'store_advertisement_create_by_admin', 16, 'active', 'disable', 'active', '2025-12-07 14:18:23', '2025-12-07 14:18:23', 'all'),
(150, 'advertisement_approval', 'Get_notification_on_advertisement_approval', 'store_advertisement_approval', 16, 'active', 'disable', 'active', '2025-12-07 14:18:23', '2025-12-07 14:18:23', 'all'),
(151, 'advertisement_deny', 'Get_notification_on_advertisement_deny', 'store_advertisement_deny', 16, 'active', 'disable', 'active', '2025-12-07 14:18:23', '2025-12-07 14:18:23', 'all'),
(152, 'advertisement_resume', 'Get_notification_on_advertisement_resume', 'store_advertisement_resume', 16, 'active', 'disable', 'active', '2025-12-07 14:18:23', '2025-12-07 14:18:23', 'all'),
(153, 'advertisement_pause', 'Get_notification_on_advertisement_pause', 'store_advertisement_pause', 16, 'active', 'disable', 'active', '2025-12-07 14:18:23', '2025-12-07 14:18:23', 'all'),
(154, 'product_approve', 'Get_notification_on_product_approve', 'store_product_approve', 16, 'active', 'disable', 'active', '2025-12-07 14:18:23', '2025-12-07 14:18:23', 'all'),
(155, 'product_reject', 'Get_notification_on_product_reject', 'store_product_reject', 16, 'active', 'disable', 'active', '2025-12-07 14:18:23', '2025-12-07 14:18:23', 'all'),
(156, 'subscription_success', 'Get_notification_on_subscription_success', 'store_subscription_success', 16, 'active', 'disable', 'active', '2025-12-07 14:18:23', '2025-12-07 14:18:23', 'all'),
(157, 'subscription_renew', 'Get_notification_on_subscription_renew', 'store_subscription_renew', 16, 'active', 'disable', 'active', '2025-12-07 14:18:23', '2025-12-07 14:18:23', 'all'),
(158, 'subscription_shift', 'Get_notification_on_subscription_shift', 'store_subscription_shift', 16, 'active', 'disable', 'active', '2025-12-07 14:18:23', '2025-12-07 14:18:23', 'all'),
(159, 'subscription_cancel', 'Get_notification_on_subscription_cancel', 'store_subscription_cancel', 16, 'active', 'disable', 'active', '2025-12-07 14:18:23', '2025-12-07 14:18:23', 'all'),
(160, 'subscription_plan_update', 'Get_notification_on_subscription_plan_update', 'store_subscription_plan_update', 16, 'active', 'disable', 'active', '2025-12-07 14:18:23', '2025-12-07 14:18:23', 'all'),
(161, 'account_block', 'Get_notification_on_account_block', 'store_account_block', 11, 'active', 'disable', 'active', '2026-01-06 15:50:07', '2026-01-06 15:50:07', 'all'),
(162, 'account_unblock', 'Get_notification_on_account_unblock', 'store_account_unblock', 11, 'active', 'disable', 'active', '2026-01-06 15:50:07', '2026-01-06 15:50:07', 'all'),
(163, 'withdraw_approve', 'Get_notification_on_withdraw_approve', 'store_withdraw_approve', 11, 'active', 'disable', 'active', '2026-01-06 15:50:07', '2026-01-06 15:50:07', 'all'),
(164, 'withdraw_rejaction', 'Get_notification_on_withdraw_rejaction', 'store_withdraw_rejaction', 11, 'active', 'disable', 'active', '2026-01-06 15:50:07', '2026-01-06 15:50:07', 'all'),
(165, 'campaign_join_request', 'Get_notification_on_campaign_join_request', 'store_campaign_join_request', 11, 'active', 'disable', 'disable', '2026-01-06 15:50:07', '2026-01-06 15:50:07', 'all'),
(166, 'campaign_join_rejaction', 'Get_notification_on_campaign_join_rejaction', 'store_campaign_join_rejaction', 11, 'active', 'disable', 'active', '2026-01-06 15:50:07', '2026-01-06 15:50:07', 'all'),
(167, 'campaign_join_approval', 'Get_notification_on_campaign_join_approval', 'store_campaign_join_approval', 11, 'active', 'disable', 'active', '2026-01-06 15:50:07', '2026-01-06 15:50:07', 'all'),
(168, 'order_notification', 'Get_notification_on_order_notification', 'store_order_notification', 11, 'disable', 'disable', 'active', '2026-01-06 15:50:07', '2026-01-06 15:50:07', 'all'),
(169, 'advertisement_create_by_admin', 'Get_notification_on_advertisement_create_by_admin', 'store_advertisement_create_by_admin', 11, 'active', 'disable', 'active', '2026-01-06 15:50:07', '2026-01-06 15:50:07', 'all'),
(170, 'advertisement_approval', 'Get_notification_on_advertisement_approval', 'store_advertisement_approval', 11, 'active', 'disable', 'active', '2026-01-06 15:50:07', '2026-01-06 15:50:07', 'all'),
(171, 'advertisement_deny', 'Get_notification_on_advertisement_deny', 'store_advertisement_deny', 11, 'active', 'disable', 'active', '2026-01-06 15:50:07', '2026-01-06 15:50:07', 'all'),
(172, 'advertisement_resume', 'Get_notification_on_advertisement_resume', 'store_advertisement_resume', 11, 'active', 'disable', 'active', '2026-01-06 15:50:07', '2026-01-06 15:50:07', 'all'),
(173, 'advertisement_pause', 'Get_notification_on_advertisement_pause', 'store_advertisement_pause', 11, 'active', 'disable', 'active', '2026-01-06 15:50:07', '2026-01-06 15:50:07', 'all'),
(174, 'product_approve', 'Get_notification_on_product_approve', 'store_product_approve', 11, 'active', 'disable', 'active', '2026-01-06 15:50:07', '2026-01-06 15:50:07', 'all'),
(175, 'product_reject', 'Get_notification_on_product_reject', 'store_product_reject', 11, 'active', 'disable', 'active', '2026-01-06 15:50:07', '2026-01-06 15:50:07', 'all'),
(176, 'subscription_success', 'Get_notification_on_subscription_success', 'store_subscription_success', 11, 'active', 'disable', 'active', '2026-01-06 15:50:07', '2026-01-06 15:50:07', 'all'),
(177, 'subscription_renew', 'Get_notification_on_subscription_renew', 'store_subscription_renew', 11, 'active', 'disable', 'active', '2026-01-06 15:50:07', '2026-01-06 15:50:07', 'all'),
(178, 'subscription_shift', 'Get_notification_on_subscription_shift', 'store_subscription_shift', 11, 'active', 'disable', 'active', '2026-01-06 15:50:07', '2026-01-06 15:50:07', 'all'),
(179, 'subscription_cancel', 'Get_notification_on_subscription_cancel', 'store_subscription_cancel', 11, 'active', 'disable', 'active', '2026-01-06 15:50:07', '2026-01-06 15:50:07', 'all'),
(180, 'subscription_plan_update', 'Get_notification_on_subscription_plan_update', 'store_subscription_plan_update', 11, 'active', 'disable', 'active', '2026-01-06 15:50:07', '2026-01-06 15:50:07', 'all'),
(181, 'account_block', 'Get_notification_on_account_block', 'store_account_block', 6, 'active', 'disable', 'active', '2026-04-08 18:14:09', '2026-04-08 18:14:09', 'all'),
(182, 'account_unblock', 'Get_notification_on_account_unblock', 'store_account_unblock', 6, 'active', 'disable', 'active', '2026-04-08 18:14:09', '2026-04-08 18:14:09', 'all'),
(183, 'withdraw_approve', 'Get_notification_on_withdraw_approve', 'store_withdraw_approve', 6, 'active', 'disable', 'active', '2026-04-08 18:14:09', '2026-04-08 18:14:09', 'all'),
(184, 'withdraw_rejaction', 'Get_notification_on_withdraw_rejaction', 'store_withdraw_rejaction', 6, 'active', 'disable', 'active', '2026-04-08 18:14:09', '2026-04-08 18:14:09', 'all'),
(185, 'campaign_join_request', 'Get_notification_on_campaign_join_request', 'store_campaign_join_request', 6, 'active', 'disable', 'disable', '2026-04-08 18:14:09', '2026-04-08 18:14:09', 'all'),
(186, 'campaign_join_rejaction', 'Get_notification_on_campaign_join_rejaction', 'store_campaign_join_rejaction', 6, 'active', 'disable', 'active', '2026-04-08 18:14:09', '2026-04-08 18:14:09', 'all'),
(187, 'campaign_join_approval', 'Get_notification_on_campaign_join_approval', 'store_campaign_join_approval', 6, 'active', 'disable', 'active', '2026-04-08 18:14:09', '2026-04-08 18:14:09', 'all'),
(188, 'order_notification', 'Get_notification_on_order_notification', 'store_order_notification', 6, 'disable', 'disable', 'active', '2026-04-08 18:14:09', '2026-04-08 18:14:09', 'all'),
(189, 'advertisement_create_by_admin', 'Get_notification_on_advertisement_create_by_admin', 'store_advertisement_create_by_admin', 6, 'active', 'disable', 'active', '2026-04-08 18:14:09', '2026-04-08 18:14:09', 'all'),
(190, 'advertisement_approval', 'Get_notification_on_advertisement_approval', 'store_advertisement_approval', 6, 'active', 'disable', 'active', '2026-04-08 18:14:09', '2026-04-08 18:14:09', 'all'),
(191, 'advertisement_deny', 'Get_notification_on_advertisement_deny', 'store_advertisement_deny', 6, 'active', 'disable', 'active', '2026-04-08 18:14:09', '2026-04-08 18:14:09', 'all'),
(192, 'advertisement_resume', 'Get_notification_on_advertisement_resume', 'store_advertisement_resume', 6, 'active', 'disable', 'active', '2026-04-08 18:14:09', '2026-04-08 18:14:09', 'all'),
(193, 'advertisement_pause', 'Get_notification_on_advertisement_pause', 'store_advertisement_pause', 6, 'active', 'disable', 'active', '2026-04-08 18:14:09', '2026-04-08 18:14:09', 'all'),
(194, 'product_approve', 'Get_notification_on_product_approve', 'store_product_approve', 6, 'active', 'disable', 'active', '2026-04-08 18:14:09', '2026-04-08 18:14:09', 'all'),
(195, 'product_reject', 'Get_notification_on_product_reject', 'store_product_reject', 6, 'active', 'disable', 'active', '2026-04-08 18:14:09', '2026-04-08 18:14:09', 'all'),
(196, 'subscription_success', 'Get_notification_on_subscription_success', 'store_subscription_success', 6, 'active', 'disable', 'active', '2026-04-08 18:14:09', '2026-04-08 18:14:09', 'all'),
(197, 'subscription_renew', 'Get_notification_on_subscription_renew', 'store_subscription_renew', 6, 'active', 'disable', 'active', '2026-04-08 18:14:09', '2026-04-08 18:14:09', 'all'),
(198, 'subscription_shift', 'Get_notification_on_subscription_shift', 'store_subscription_shift', 6, 'active', 'disable', 'active', '2026-04-08 18:14:09', '2026-04-08 18:14:09', 'all'),
(199, 'subscription_cancel', 'Get_notification_on_subscription_cancel', 'store_subscription_cancel', 6, 'active', 'disable', 'active', '2026-04-08 18:14:09', '2026-04-08 18:14:09', 'all'),
(200, 'subscription_plan_update', 'Get_notification_on_subscription_plan_update', 'store_subscription_plan_update', 6, 'active', 'disable', 'active', '2026-04-08 18:14:09', '2026-04-08 18:14:09', 'all'),
(201, 'account_block', 'Get_notification_on_account_block', 'store_account_block', 8, 'active', 'disable', 'active', '2026-04-12 14:23:01', '2026-04-12 14:23:01', 'all'),
(202, 'account_unblock', 'Get_notification_on_account_unblock', 'store_account_unblock', 8, 'active', 'disable', 'active', '2026-04-12 14:23:01', '2026-04-12 14:23:01', 'all'),
(203, 'withdraw_approve', 'Get_notification_on_withdraw_approve', 'store_withdraw_approve', 8, 'active', 'disable', 'active', '2026-04-12 14:23:01', '2026-04-12 14:23:01', 'all'),
(204, 'withdraw_rejaction', 'Get_notification_on_withdraw_rejaction', 'store_withdraw_rejaction', 8, 'active', 'disable', 'active', '2026-04-12 14:23:01', '2026-04-12 14:23:01', 'all'),
(205, 'campaign_join_request', 'Get_notification_on_campaign_join_request', 'store_campaign_join_request', 8, 'active', 'disable', 'disable', '2026-04-12 14:23:01', '2026-04-12 14:23:01', 'all'),
(206, 'campaign_join_rejaction', 'Get_notification_on_campaign_join_rejaction', 'store_campaign_join_rejaction', 8, 'active', 'disable', 'active', '2026-04-12 14:23:01', '2026-04-12 14:23:01', 'all'),
(207, 'campaign_join_approval', 'Get_notification_on_campaign_join_approval', 'store_campaign_join_approval', 8, 'active', 'disable', 'active', '2026-04-12 14:23:01', '2026-04-12 14:23:01', 'all'),
(208, 'order_notification', 'Get_notification_on_order_notification', 'store_order_notification', 8, 'disable', 'disable', 'active', '2026-04-12 14:23:01', '2026-04-12 14:23:01', 'all'),
(209, 'advertisement_create_by_admin', 'Get_notification_on_advertisement_create_by_admin', 'store_advertisement_create_by_admin', 8, 'active', 'disable', 'active', '2026-04-12 14:23:01', '2026-04-12 14:23:01', 'all'),
(210, 'advertisement_approval', 'Get_notification_on_advertisement_approval', 'store_advertisement_approval', 8, 'active', 'disable', 'active', '2026-04-12 14:23:01', '2026-04-12 14:23:01', 'all'),
(211, 'advertisement_deny', 'Get_notification_on_advertisement_deny', 'store_advertisement_deny', 8, 'active', 'disable', 'active', '2026-04-12 14:23:01', '2026-04-12 14:23:01', 'all'),
(212, 'advertisement_resume', 'Get_notification_on_advertisement_resume', 'store_advertisement_resume', 8, 'active', 'disable', 'active', '2026-04-12 14:23:01', '2026-04-12 14:23:01', 'all'),
(213, 'advertisement_pause', 'Get_notification_on_advertisement_pause', 'store_advertisement_pause', 8, 'active', 'disable', 'active', '2026-04-12 14:23:01', '2026-04-12 14:23:01', 'all'),
(214, 'product_approve', 'Get_notification_on_product_approve', 'store_product_approve', 8, 'active', 'disable', 'active', '2026-04-12 14:23:01', '2026-04-12 14:23:01', 'all'),
(215, 'product_reject', 'Get_notification_on_product_reject', 'store_product_reject', 8, 'active', 'disable', 'active', '2026-04-12 14:23:01', '2026-04-12 14:23:01', 'all'),
(216, 'subscription_success', 'Get_notification_on_subscription_success', 'store_subscription_success', 8, 'active', 'disable', 'active', '2026-04-12 14:23:01', '2026-04-12 14:23:01', 'all'),
(217, 'subscription_renew', 'Get_notification_on_subscription_renew', 'store_subscription_renew', 8, 'active', 'disable', 'active', '2026-04-12 14:23:01', '2026-04-12 14:23:01', 'all'),
(218, 'subscription_shift', 'Get_notification_on_subscription_shift', 'store_subscription_shift', 8, 'active', 'disable', 'active', '2026-04-12 14:23:01', '2026-04-12 14:23:01', 'all'),
(219, 'subscription_cancel', 'Get_notification_on_subscription_cancel', 'store_subscription_cancel', 8, 'active', 'disable', 'active', '2026-04-12 14:23:01', '2026-04-12 14:23:01', 'all'),
(220, 'subscription_plan_update', 'Get_notification_on_subscription_plan_update', 'store_subscription_plan_update', 8, 'active', 'disable', 'active', '2026-04-12 14:23:01', '2026-04-12 14:23:01', 'all'),
(221, 'account_block', 'Get_notification_on_account_block', 'store_account_block', 12, 'active', 'disable', 'active', '2026-05-28 04:44:16', '2026-05-28 04:44:16', 'all'),
(222, 'account_unblock', 'Get_notification_on_account_unblock', 'store_account_unblock', 12, 'active', 'disable', 'active', '2026-05-28 04:44:16', '2026-05-28 04:44:16', 'all'),
(223, 'withdraw_approve', 'Get_notification_on_withdraw_approve', 'store_withdraw_approve', 12, 'active', 'disable', 'active', '2026-05-28 04:44:16', '2026-05-28 04:44:16', 'all'),
(224, 'withdraw_rejaction', 'Get_notification_on_withdraw_rejaction', 'store_withdraw_rejaction', 12, 'active', 'disable', 'active', '2026-05-28 04:44:16', '2026-05-28 04:44:16', 'all'),
(225, 'campaign_join_request', 'Get_notification_on_campaign_join_request', 'store_campaign_join_request', 12, 'active', 'disable', 'disable', '2026-05-28 04:44:16', '2026-05-28 04:44:16', 'all'),
(226, 'campaign_join_rejaction', 'Get_notification_on_campaign_join_rejaction', 'store_campaign_join_rejaction', 12, 'active', 'disable', 'active', '2026-05-28 04:44:16', '2026-05-28 04:44:16', 'all'),
(227, 'campaign_join_approval', 'Get_notification_on_campaign_join_approval', 'store_campaign_join_approval', 12, 'active', 'disable', 'active', '2026-05-28 04:44:16', '2026-05-28 04:44:16', 'all'),
(228, 'order_notification', 'Get_notification_on_order_notification', 'store_order_notification', 12, 'disable', 'disable', 'active', '2026-05-28 04:44:16', '2026-05-28 04:44:16', 'all'),
(229, 'advertisement_create_by_admin', 'Get_notification_on_advertisement_create_by_admin', 'store_advertisement_create_by_admin', 12, 'active', 'disable', 'active', '2026-05-28 04:44:16', '2026-05-28 04:44:16', 'all'),
(230, 'advertisement_approval', 'Get_notification_on_advertisement_approval', 'store_advertisement_approval', 12, 'active', 'disable', 'active', '2026-05-28 04:44:16', '2026-05-28 04:44:16', 'all'),
(231, 'advertisement_deny', 'Get_notification_on_advertisement_deny', 'store_advertisement_deny', 12, 'active', 'disable', 'active', '2026-05-28 04:44:16', '2026-05-28 04:44:16', 'all'),
(232, 'advertisement_resume', 'Get_notification_on_advertisement_resume', 'store_advertisement_resume', 12, 'active', 'disable', 'active', '2026-05-28 04:44:16', '2026-05-28 04:44:16', 'all'),
(233, 'advertisement_pause', 'Get_notification_on_advertisement_pause', 'store_advertisement_pause', 12, 'active', 'disable', 'active', '2026-05-28 04:44:16', '2026-05-28 04:44:16', 'all'),
(234, 'product_approve', 'Get_notification_on_product_approve', 'store_product_approve', 12, 'active', 'disable', 'active', '2026-05-28 04:44:16', '2026-05-28 04:44:16', 'all'),
(235, 'product_reject', 'Get_notification_on_product_reject', 'store_product_reject', 12, 'active', 'disable', 'active', '2026-05-28 04:44:16', '2026-05-28 04:44:16', 'all'),
(236, 'subscription_success', 'Get_notification_on_subscription_success', 'store_subscription_success', 12, 'active', 'disable', 'active', '2026-05-28 04:44:16', '2026-05-28 04:44:16', 'all'),
(237, 'subscription_renew', 'Get_notification_on_subscription_renew', 'store_subscription_renew', 12, 'active', 'disable', 'active', '2026-05-28 04:44:16', '2026-05-28 04:44:16', 'all'),
(238, 'subscription_shift', 'Get_notification_on_subscription_shift', 'store_subscription_shift', 12, 'active', 'disable', 'active', '2026-05-28 04:44:16', '2026-05-28 04:44:16', 'all'),
(239, 'subscription_cancel', 'Get_notification_on_subscription_cancel', 'store_subscription_cancel', 12, 'active', 'disable', 'active', '2026-05-28 04:44:16', '2026-05-28 04:44:16', 'all'),
(240, 'subscription_plan_update', 'Get_notification_on_subscription_plan_update', 'store_subscription_plan_update', 12, 'active', 'disable', 'active', '2026-05-28 04:44:16', '2026-05-28 04:44:16', 'all');

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

--
-- Table structure for table `store_schedule`
--

CREATE TABLE `store_schedule` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `store_id` bigint(20) UNSIGNED NOT NULL,
  `day` int(11) NOT NULL,
  `opening_time` time DEFAULT NULL,
  `closing_time` time DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `store_schedule`
--

INSERT INTO `store_schedule` (`id`, `store_id`, `day`, `opening_time`, `closing_time`, `created_at`, `updated_at`) VALUES
(1, 2, 1, '00:01:00', '23:59:59', '2024-07-11 09:00:01', '2024-07-11 09:00:01'),
(2, 2, 2, '00:01:00', '23:59:59', '2024-07-11 09:00:03', '2024-07-11 09:00:03'),
(3, 2, 3, '00:01:00', '23:59:59', '2024-07-11 09:00:07', '2024-07-11 09:00:07'),
(4, 2, 4, '00:01:00', '23:59:59', '2024-07-11 09:00:10', '2024-07-11 09:00:10'),
(5, 2, 5, '00:01:00', '23:59:59', '2024-07-11 09:00:12', '2024-07-11 09:00:12'),
(6, 2, 6, '00:01:00', '23:59:59', '2024-07-11 09:00:16', '2024-07-11 09:00:16'),
(7, 2, 0, '00:01:00', '23:59:59', '2024-07-11 09:00:19', '2024-07-11 09:00:19'),
(8, 1, 1, '00:01:00', '23:59:59', '2024-07-11 09:00:45', '2024-07-11 09:00:45'),
(9, 1, 2, '00:01:00', '23:59:59', '2024-07-11 09:00:47', '2024-07-11 09:00:47'),
(10, 1, 3, '00:01:00', '23:59:59', '2024-07-11 09:00:50', '2024-07-11 09:00:50'),
(11, 1, 4, '00:01:00', '23:59:59', '2024-07-11 09:00:52', '2024-07-11 09:00:52'),
(12, 1, 5, '00:01:00', '23:59:59', '2024-07-11 09:00:55', '2024-07-11 09:00:55'),
(13, 1, 6, '00:01:00', '23:59:59', '2024-07-11 09:00:57', '2024-07-11 09:00:57'),
(14, 1, 0, '00:01:00', '23:59:59', '2024-07-11 09:01:01', '2024-07-11 09:01:01'),
(15, 3, 1, '00:01:00', '23:59:59', '2024-07-11 19:43:32', '2024-07-11 19:43:32'),
(16, 3, 2, '00:01:00', '23:59:59', '2024-07-11 19:43:36', '2024-07-11 19:43:36'),
(17, 3, 3, '00:01:00', '23:59:59', '2024-07-11 19:43:38', '2024-07-11 19:43:38'),
(18, 3, 4, '00:01:00', '23:59:59', '2024-07-11 19:43:41', '2024-07-11 19:43:41'),
(19, 3, 5, '00:01:00', '23:59:59', '2024-07-11 19:43:44', '2024-07-11 19:43:44'),
(20, 3, 6, '00:01:00', '23:59:59', '2024-07-11 19:43:46', '2024-07-11 19:43:46'),
(21, 3, 0, '00:01:00', '23:59:59', '2024-07-11 19:43:49', '2024-07-11 19:43:49'),
(22, 4, 1, '00:01:00', '23:59:59', '2024-10-11 01:03:23', '2024-10-11 01:03:23'),
(23, 4, 2, '00:01:00', '23:59:59', '2024-10-11 01:03:26', '2024-10-11 01:03:26'),
(24, 4, 3, '00:01:00', '23:59:59', '2024-10-11 01:03:29', '2024-10-11 01:03:29'),
(25, 4, 4, '00:01:00', '23:59:59', '2024-10-11 01:03:32', '2024-10-11 01:03:32'),
(26, 4, 5, '00:01:00', '23:59:59', '2024-10-11 01:03:34', '2024-10-11 01:03:34'),
(27, 4, 6, '00:01:00', '23:59:59', '2024-10-11 01:03:38', '2024-10-11 01:03:38'),
(28, 4, 0, '00:01:00', '23:59:59', '2024-10-11 01:03:40', '2024-10-11 01:03:40'),
(29, 6, 1, '00:01:00', '23:59:59', '2024-10-11 01:16:06', '2024-10-11 01:16:06'),
(30, 6, 2, '00:01:00', '23:59:59', '2024-10-11 01:16:08', '2024-10-11 01:16:08'),
(31, 6, 3, '00:01:00', '23:59:59', '2024-10-11 01:16:11', '2024-10-11 01:16:11'),
(32, 6, 4, '00:01:00', '23:59:59', '2024-10-11 01:16:14', '2024-10-11 01:16:14'),
(33, 6, 5, '00:01:00', '23:59:59', '2024-10-11 01:16:16', '2024-10-11 01:16:16'),
(34, 6, 6, '00:01:00', '23:59:59', '2024-10-11 01:16:19', '2024-10-11 01:16:19'),
(35, 6, 0, '00:01:00', '23:59:59', '2024-10-11 01:16:22', '2024-10-11 01:16:22'),
(36, 5, 1, '00:01:00', '23:59:59', '2024-10-11 01:16:34', '2024-10-11 01:16:34'),
(37, 5, 2, '00:01:00', '23:59:59', '2024-10-11 01:16:37', '2024-10-11 01:16:37'),
(38, 5, 3, '00:01:00', '23:59:59', '2024-10-11 01:16:39', '2024-10-11 01:16:39'),
(39, 5, 4, '00:01:00', '23:59:59', '2024-10-11 01:16:43', '2024-10-11 01:16:43'),
(40, 5, 5, '00:01:00', '23:59:59', '2024-10-11 01:16:45', '2024-10-11 01:16:45'),
(41, 5, 6, '00:01:00', '23:59:59', '2024-10-11 01:16:49', '2024-10-11 01:16:49'),
(42, 5, 0, '00:01:00', '23:59:59', '2024-10-11 01:16:51', '2024-10-11 01:16:51'),
(43, 7, 0, '00:00:00', '23:59:59', '2024-10-11 01:30:34', '2024-10-11 01:30:34'),
(44, 7, 1, '00:00:00', '23:59:59', '2024-10-11 01:30:34', '2024-10-11 01:30:34'),
(45, 7, 2, '00:00:00', '23:59:59', '2024-10-11 01:30:34', '2024-10-11 01:30:34'),
(46, 7, 3, '00:00:00', '23:59:59', '2024-10-11 01:30:34', '2024-10-11 01:30:34'),
(47, 7, 4, '00:00:00', '23:59:59', '2024-10-11 01:30:34', '2024-10-11 01:30:34'),
(48, 7, 5, '00:00:00', '23:59:59', '2024-10-11 01:30:34', '2024-10-11 01:30:34'),
(49, 7, 6, '00:00:00', '23:59:59', '2024-10-11 01:30:34', '2024-10-11 01:30:34'),
(50, 8, 0, '00:00:00', '23:59:59', '2024-10-11 01:32:45', '2024-10-11 01:32:45'),
(51, 8, 1, '00:00:00', '23:59:59', '2024-10-11 01:32:45', '2024-10-11 01:32:45'),
(52, 8, 2, '00:00:00', '23:59:59', '2024-10-11 01:32:45', '2024-10-11 01:32:45'),
(53, 8, 3, '00:00:00', '23:59:59', '2024-10-11 01:32:45', '2024-10-11 01:32:45'),
(54, 8, 4, '00:00:00', '23:59:59', '2024-10-11 01:32:45', '2024-10-11 01:32:45'),
(55, 8, 5, '00:00:00', '23:59:59', '2024-10-11 01:32:45', '2024-10-11 01:32:45'),
(56, 8, 6, '00:00:00', '23:59:59', '2024-10-11 01:32:45', '2024-10-11 01:32:45'),
(57, 9, 0, '00:00:00', '23:59:59', '2025-10-03 15:36:01', '2025-10-03 15:36:01'),
(58, 9, 1, '00:00:00', '23:59:59', '2025-10-03 15:36:01', '2025-10-03 15:36:01'),
(59, 9, 2, '00:00:00', '23:59:59', '2025-10-03 15:36:01', '2025-10-03 15:36:01'),
(60, 9, 3, '00:00:00', '23:59:59', '2025-10-03 15:36:01', '2025-10-03 15:36:01'),
(61, 9, 4, '00:00:00', '23:59:59', '2025-10-03 15:36:01', '2025-10-03 15:36:01'),
(62, 9, 5, '00:00:00', '23:59:59', '2025-10-03 15:36:01', '2025-10-03 15:36:01'),
(63, 9, 6, '00:00:00', '23:59:59', '2025-10-03 15:36:01', '2025-10-03 15:36:01'),
(64, 10, 0, '00:00:00', '23:59:59', '2025-10-04 11:30:43', '2025-10-04 11:30:43'),
(65, 10, 1, '00:00:00', '23:59:59', '2025-10-04 11:30:43', '2025-10-04 11:30:43'),
(66, 10, 2, '00:00:00', '23:59:59', '2025-10-04 11:30:43', '2025-10-04 11:30:43'),
(67, 10, 3, '00:00:00', '23:59:59', '2025-10-04 11:30:43', '2025-10-04 11:30:43'),
(68, 10, 4, '00:00:00', '23:59:59', '2025-10-04 11:30:43', '2025-10-04 11:30:43'),
(69, 10, 5, '00:00:00', '23:59:59', '2025-10-04 11:30:43', '2025-10-04 11:30:43'),
(70, 10, 6, '00:00:00', '23:59:59', '2025-10-04 11:30:43', '2025-10-04 11:30:43'),
(71, 11, 0, '00:00:00', '23:59:59', '2025-10-04 16:33:39', '2025-10-04 16:33:39'),
(72, 11, 1, '00:00:00', '23:59:59', '2025-10-04 16:33:39', '2025-10-04 16:33:39'),
(73, 11, 2, '00:00:00', '23:59:59', '2025-10-04 16:33:39', '2025-10-04 16:33:39'),
(74, 11, 3, '00:00:00', '23:59:59', '2025-10-04 16:33:39', '2025-10-04 16:33:39'),
(75, 11, 4, '00:00:00', '23:59:59', '2025-10-04 16:33:39', '2025-10-04 16:33:39'),
(76, 11, 5, '00:00:00', '23:59:59', '2025-10-04 16:33:39', '2025-10-04 16:33:39'),
(77, 11, 6, '00:00:00', '23:59:59', '2025-10-04 16:33:39', '2025-10-04 16:33:39'),
(78, 12, 0, '00:00:00', '23:59:59', '2025-10-04 16:46:12', '2025-10-04 16:46:12'),
(79, 12, 1, '00:00:00', '23:59:59', '2025-10-04 16:46:12', '2025-10-04 16:46:12'),
(80, 12, 2, '00:00:00', '23:59:59', '2025-10-04 16:46:12', '2025-10-04 16:46:12'),
(81, 12, 3, '00:00:00', '23:59:59', '2025-10-04 16:46:12', '2025-10-04 16:46:12'),
(82, 12, 4, '00:00:00', '23:59:59', '2025-10-04 16:46:12', '2025-10-04 16:46:12'),
(83, 12, 5, '00:00:00', '23:59:59', '2025-10-04 16:46:12', '2025-10-04 16:46:12'),
(84, 12, 6, '00:00:00', '23:59:59', '2025-10-04 16:46:12', '2025-10-04 16:46:12'),
(85, 13, 0, '00:00:00', '23:59:59', '2025-10-04 17:00:00', '2025-10-04 17:00:00'),
(86, 13, 1, '00:00:00', '23:59:59', '2025-10-04 17:00:00', '2025-10-04 17:00:00'),
(87, 13, 2, '00:00:00', '23:59:59', '2025-10-04 17:00:00', '2025-10-04 17:00:00'),
(88, 13, 3, '00:00:00', '23:59:59', '2025-10-04 17:00:00', '2025-10-04 17:00:00'),
(89, 13, 4, '00:00:00', '23:59:59', '2025-10-04 17:00:00', '2025-10-04 17:00:00'),
(90, 13, 5, '00:00:00', '23:59:59', '2025-10-04 17:00:00', '2025-10-04 17:00:00'),
(91, 13, 6, '00:00:00', '23:59:59', '2025-10-04 17:00:00', '2025-10-04 17:00:00'),
(92, 14, 0, '00:00:00', '23:59:59', '2025-10-04 17:14:32', '2025-10-04 17:14:32'),
(93, 14, 1, '00:00:00', '23:59:59', '2025-10-04 17:14:32', '2025-10-04 17:14:32'),
(94, 14, 2, '00:00:00', '23:59:59', '2025-10-04 17:14:32', '2025-10-04 17:14:32'),
(95, 14, 3, '00:00:00', '23:59:59', '2025-10-04 17:14:32', '2025-10-04 17:14:32'),
(96, 14, 4, '00:00:00', '23:59:59', '2025-10-04 17:14:32', '2025-10-04 17:14:32'),
(97, 14, 5, '00:00:00', '23:59:59', '2025-10-04 17:14:32', '2025-10-04 17:14:32'),
(98, 14, 6, '00:00:00', '23:59:59', '2025-10-04 17:14:32', '2025-10-04 17:14:32'),
(99, 15, 0, '00:00:00', '23:59:59', '2025-10-06 14:50:46', '2025-10-06 14:50:46'),
(100, 15, 1, '00:00:00', '23:59:59', '2025-10-06 14:50:46', '2025-10-06 14:50:46'),
(101, 15, 2, '00:00:00', '23:59:59', '2025-10-06 14:50:46', '2025-10-06 14:50:46'),
(102, 15, 3, '00:00:00', '23:59:59', '2025-10-06 14:50:46', '2025-10-06 14:50:46'),
(103, 15, 4, '00:00:00', '23:59:59', '2025-10-06 14:50:46', '2025-10-06 14:50:46'),
(104, 15, 5, '00:00:00', '23:59:59', '2025-10-06 14:50:46', '2025-10-06 14:50:46'),
(105, 15, 6, '00:00:00', '23:59:59', '2025-10-06 14:50:46', '2025-10-06 14:50:46'),
(106, 21, 0, '00:00:00', '23:59:59', '2025-12-20 11:54:09', '2025-12-20 11:54:09'),
(107, 21, 1, '00:00:00', '23:59:59', '2025-12-20 11:54:09', '2025-12-20 11:54:09'),
(108, 21, 2, '00:00:00', '23:59:59', '2025-12-20 11:54:09', '2025-12-20 11:54:09'),
(109, 21, 3, '00:00:00', '23:59:59', '2025-12-20 11:54:09', '2025-12-20 11:54:09'),
(110, 21, 4, '00:00:00', '23:59:59', '2025-12-20 11:54:09', '2025-12-20 11:54:09'),
(111, 21, 5, '00:00:00', '23:59:59', '2025-12-20 11:54:09', '2025-12-20 11:54:09'),
(112, 21, 6, '00:00:00', '23:59:59', '2025-12-20 11:54:09', '2025-12-20 11:54:09'),
(113, 22, 0, '00:00:00', '23:59:59', '2025-12-20 11:56:22', '2025-12-20 11:56:22'),
(114, 22, 1, '00:00:00', '23:59:59', '2025-12-20 11:56:22', '2025-12-20 11:56:22'),
(115, 22, 2, '00:00:00', '23:59:59', '2025-12-20 11:56:22', '2025-12-20 11:56:22'),
(116, 22, 3, '00:00:00', '23:59:59', '2025-12-20 11:56:22', '2025-12-20 11:56:22'),
(117, 22, 4, '00:00:00', '23:59:59', '2025-12-20 11:56:22', '2025-12-20 11:56:22'),
(118, 22, 5, '00:00:00', '23:59:59', '2025-12-20 11:56:22', '2025-12-20 11:56:22'),
(119, 22, 6, '00:00:00', '23:59:59', '2025-12-20 11:56:22', '2025-12-20 11:56:22'),
(120, 23, 0, '00:00:00', '23:59:59', '2025-12-20 12:08:51', '2025-12-20 12:08:51'),
(121, 23, 1, '00:00:00', '23:59:59', '2025-12-20 12:08:51', '2025-12-20 12:08:51'),
(122, 23, 2, '00:00:00', '23:59:59', '2025-12-20 12:08:51', '2025-12-20 12:08:51'),
(123, 23, 3, '00:00:00', '23:59:59', '2025-12-20 12:08:51', '2025-12-20 12:08:51'),
(124, 23, 4, '00:00:00', '23:59:59', '2025-12-20 12:08:51', '2025-12-20 12:08:51'),
(125, 23, 5, '00:00:00', '23:59:59', '2025-12-20 12:08:51', '2025-12-20 12:08:51'),
(126, 23, 6, '00:00:00', '23:59:59', '2025-12-20 12:08:51', '2025-12-20 12:08:51');

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

--
-- Table structure for table `store_subscriptions`
--

CREATE TABLE `store_subscriptions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `package_id` bigint(20) UNSIGNED NOT NULL,
  `store_id` bigint(20) UNSIGNED NOT NULL,
  `expiry_date` date NOT NULL,
  `validity` int(11) NOT NULL DEFAULT 0,
  `max_order` varchar(255) NOT NULL,
  `max_product` varchar(255) NOT NULL,
  `pos` tinyint(1) NOT NULL DEFAULT 0,
  `mobile_app` tinyint(1) NOT NULL DEFAULT 0,
  `chat` tinyint(1) NOT NULL DEFAULT 0,
  `review` tinyint(1) NOT NULL DEFAULT 0,
  `self_delivery` tinyint(1) NOT NULL DEFAULT 0,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `is_trial` tinyint(1) NOT NULL DEFAULT 0,
  `total_package_renewed` tinyint(4) NOT NULL DEFAULT 0,
  `renewed_at` datetime DEFAULT NULL,
  `is_canceled` tinyint(1) NOT NULL DEFAULT 0,
  `canceled_by` enum('none','admin','store') NOT NULL DEFAULT 'none',
  `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 `store_wallets`
--

CREATE TABLE `store_wallets` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `vendor_id` bigint(20) UNSIGNED NOT NULL,
  `total_earning` decimal(24,2) NOT NULL DEFAULT 0.00,
  `total_withdrawn` decimal(24,2) NOT NULL DEFAULT 0.00,
  `pending_withdraw` decimal(24,2) NOT NULL DEFAULT 0.00,
  `collected_cash` decimal(24,2) NOT NULL DEFAULT 0.00,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `store_wallets`
--

INSERT INTO `store_wallets` (`id`, `vendor_id`, `total_earning`, `total_withdrawn`, `pending_withdraw`, `collected_cash`, `created_at`, `updated_at`) VALUES
(1, 1, 173.80, 0.00, 0.00, 101.00, '2024-06-05 20:16:11', '2024-10-11 03:15:54'),
(2, 2, 0.00, 0.00, 0.00, 0.00, '2024-07-11 08:59:34', '2024-07-11 08:59:34'),
(3, 3, 0.00, 0.00, 0.00, 0.00, '2024-07-11 19:43:14', '2024-07-11 19:43:14'),
(4, 4, 0.00, 0.00, 0.00, 0.00, '2024-10-11 01:03:03', '2024-10-11 01:03:03'),
(5, 6, 0.00, 0.00, 0.00, 0.00, '2024-10-11 01:15:52', '2024-10-11 01:15:52'),
(6, 5, 0.00, 0.00, 0.00, 0.00, '2024-10-11 01:15:53', '2024-10-11 01:15:53'),
(7, 10, 0.00, 0.00, 0.00, 0.00, '2025-10-04 11:32:02', '2025-10-04 11:32:02'),
(8, 14, 0.00, 0.00, 0.00, 0.00, '2025-10-05 10:58:22', '2025-10-05 10:58:22'),
(9, 8, 0.00, 0.00, 0.00, 0.00, '2025-10-06 14:15:22', '2025-10-06 14:15:22'),
(10, 16, 0.00, 0.00, 0.00, 0.00, '2025-12-12 17:08:49', '2025-12-12 17:08:49'),
(11, 18, 0.00, 0.00, 0.00, 0.00, '2025-12-16 15:10:12', '2025-12-16 15:10:12'),
(12, 28, 0.00, 0.00, 0.00, 0.00, '2026-04-10 09:18:26', '2026-04-10 09:18:26');

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

--
-- Table structure for table `subscription_billing_and_refund_histories`
--

CREATE TABLE `subscription_billing_and_refund_histories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `store_id` bigint(20) UNSIGNED NOT NULL,
  `subscription_id` bigint(20) UNSIGNED NOT NULL,
  `package_id` bigint(20) UNSIGNED DEFAULT NULL,
  `transaction_type` enum('pending_bill','refund') NOT NULL DEFAULT 'pending_bill',
  `amount` double(24,3) NOT NULL,
  `is_success` tinyint(1) NOT NULL DEFAULT 0,
  `reference` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `subscription_packages`
--

CREATE TABLE `subscription_packages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `package_name` varchar(191) NOT NULL,
  `price` double(24,3) NOT NULL,
  `validity` int(11) NOT NULL,
  `max_order` varchar(255) NOT NULL DEFAULT 'unlimited',
  `max_product` varchar(255) NOT NULL DEFAULT 'unlimited',
  `pos` tinyint(1) NOT NULL DEFAULT 0,
  `mobile_app` tinyint(1) NOT NULL DEFAULT 0,
  `chat` tinyint(1) NOT NULL DEFAULT 0,
  `review` tinyint(1) NOT NULL DEFAULT 0,
  `self_delivery` tinyint(1) NOT NULL DEFAULT 0,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `default` tinyint(1) NOT NULL DEFAULT 0,
  `colour` varchar(50) DEFAULT NULL,
  `text` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `module_type` varchar(20) NOT NULL DEFAULT 'all'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `subscription_transactions`
--

CREATE TABLE `subscription_transactions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `package_id` bigint(20) UNSIGNED NOT NULL,
  `store_id` bigint(20) UNSIGNED NOT NULL,
  `store_subscription_id` bigint(20) UNSIGNED DEFAULT NULL,
  `price` double(24,3) NOT NULL DEFAULT 0.000,
  `previous_due` double(24,3) NOT NULL DEFAULT 0.000,
  `validity` int(11) NOT NULL DEFAULT 0,
  `payment_method` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `payment_status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `reference` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `paid_amount` double(24,2) NOT NULL,
  `discount` int(11) NOT NULL DEFAULT 0,
  `package_details` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `created_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_trial` tinyint(1) NOT NULL DEFAULT 0,
  `transaction_status` tinyint(1) NOT NULL DEFAULT 1,
  `plan_type` enum('renew','new_plan','first_purchased','free_trial') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'first_purchased',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `surge_prices`
--

CREATE TABLE `surge_prices` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `surge_price_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `customer_note` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `customer_note_status` tinyint(1) NOT NULL DEFAULT 1,
  `module_ids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `price` decimal(10,2) NOT NULL DEFAULT 0.00,
  `price_type` enum('amount','percent') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'amount',
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `is_permanent` tinyint(1) NOT NULL DEFAULT 0,
  `duration_type` enum('daily','weekly','custom') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'daily',
  `weekly_days` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
  `custom_days` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
  `custom_times` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
  `start_date` date DEFAULT NULL,
  `end_date` date DEFAULT NULL,
  `start_time` time DEFAULT NULL,
  `end_time` time DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `surge_price_dates`
--

CREATE TABLE `surge_price_dates` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `surge_price_id` bigint(20) UNSIGNED NOT NULL,
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `module_id` bigint(20) UNSIGNED NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `applicable_date` date DEFAULT NULL,
  `start_time` time DEFAULT NULL,
  `end_time` time DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `system_tax_setups`
--

CREATE TABLE `system_tax_setups` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `tax_type` varchar(100) NOT NULL DEFAULT 'order_wise',
  `country_code` varchar(20) DEFAULT NULL,
  `tax_payer` varchar(20) DEFAULT 'vendor',
  `tax_ids` tinytext DEFAULT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT 0,
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `is_included` 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 `tags`
--

CREATE TABLE `tags` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `tag` 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 `tags`
--

INSERT INTO `tags` (`id`, `tag`, `created_at`, `updated_at`) VALUES
(1, 'lays', '2024-07-11 06:16:29', '2024-07-11 06:16:29'),
(2, 'milk', '2025-09-23 01:53:01', '2025-09-23 01:53:01'),
(3, 'dairy product', '2025-09-23 01:53:01', '2025-09-23 01:53:01'),
(4, 'Paneer', '2025-09-23 02:02:07', '2025-09-23 02:02:07'),
(5, 'Bread', '2025-09-23 02:06:48', '2025-09-23 02:06:48'),
(6, 'EGG', '2025-09-23 02:13:25', '2025-09-23 02:13:25'),
(7, 'chieps', '2025-09-23 02:27:56', '2025-09-23 02:27:56'),
(8, 'uncle chieps', '2025-09-23 02:33:26', '2025-09-23 02:33:26'),
(9, 'chips', '2025-09-23 02:38:19', '2025-09-23 02:38:19'),
(10, 'curcura', '2025-09-23 02:41:40', '2025-09-23 02:41:40'),
(11, 'kurkura', '2025-09-23 02:47:49', '2025-09-23 02:47:49'),
(12, 'pears', '2025-09-23 12:50:40', '2025-09-23 12:50:40'),
(13, 'shoap', '2025-09-23 12:50:40', '2025-09-23 12:50:40'),
(14, 'soap', '2025-09-23 13:16:47', '2025-09-23 13:16:47'),
(15, 'facewash', '2025-09-23 13:25:35', '2025-09-23 13:25:35'),
(16, 'cream', '2025-09-23 13:31:04', '2025-09-23 13:31:04'),
(17, 'brush', '2025-09-23 13:35:09', '2025-09-23 13:35:09'),
(18, 'bar', '2025-09-23 13:45:22', '2025-09-23 13:45:22'),
(19, 'harpic', '2025-09-23 13:54:41', '2025-09-23 13:54:41'),
(20, 'cloth', '2025-09-23 14:03:32', '2025-09-23 14:03:32'),
(21, 'cleaning cloths', '2025-09-23 14:03:32', '2025-09-23 14:03:32'),
(22, 'roomfreshner', '2025-09-23 14:31:09', '2025-09-23 14:31:09'),
(23, 'hand wash', '2025-09-23 14:48:38', '2025-09-23 14:48:38'),
(24, 'hugess', '2025-09-23 14:53:37', '2025-09-23 14:53:37'),
(25, 'Baby Diaper', '2025-09-23 15:02:28', '2025-09-23 15:02:28'),
(26, 'Feeding Bottle', '2025-09-23 15:08:11', '2025-09-23 15:08:11'),
(27, 'baby powder', '2025-09-23 15:14:46', '2025-09-23 15:14:46'),
(28, 'veg momos', '2025-09-24 12:02:33', '2025-09-24 12:02:33'),
(29, 'fried momos', '2025-09-24 12:05:03', '2025-09-24 12:05:03'),
(30, 'biryani', '2025-09-24 14:42:27', '2025-09-24 14:42:27'),
(31, '  dairy product', '2025-09-28 17:18:05', '2025-09-28 17:18:05'),
(32, 'pizza', '2025-12-18 15:10:57', '2025-12-18 15:10:57'),
(33, 'largesize pizza', '2026-04-10 09:14:15', '2026-04-10 09:14:15');

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

--
-- Table structure for table `taxables`
--

CREATE TABLE `taxables` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `taxable_type` varchar(255) NOT NULL,
  `taxable_id` bigint(20) UNSIGNED NOT NULL,
  `tax_id` bigint(20) UNSIGNED NOT NULL,
  `system_tax_setup_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `taxes`
--

CREATE TABLE `taxes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `tax_rate` double(23,8) NOT NULL DEFAULT 0.00000000,
  `country_code` varchar(20) DEFAULT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT 0,
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `tax_additional_setups`
--

CREATE TABLE `tax_additional_setups` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `system_tax_setup_id` bigint(20) UNSIGNED DEFAULT NULL,
  `tax_ids` tinytext DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `temp_products`
--

CREATE TABLE `temp_products` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `image` varchar(30) DEFAULT NULL,
  `images` longtext DEFAULT NULL,
  `store_id` bigint(20) UNSIGNED NOT NULL,
  `module_id` bigint(20) UNSIGNED NOT NULL,
  `unit_id` bigint(20) UNSIGNED DEFAULT NULL,
  `item_id` bigint(20) UNSIGNED DEFAULT NULL,
  `category_id` bigint(20) UNSIGNED DEFAULT NULL,
  `category_ids` varchar(255) DEFAULT NULL,
  `tag_ids` varchar(255) DEFAULT NULL,
  `slug` varchar(255) DEFAULT NULL,
  `variations` text DEFAULT NULL,
  `food_variations` text DEFAULT NULL,
  `add_ons` varchar(255) DEFAULT NULL,
  `attributes` varchar(255) DEFAULT NULL,
  `choice_options` text DEFAULT NULL,
  `price` decimal(24,2) NOT NULL DEFAULT 0.00,
  `tax` decimal(24,2) NOT NULL DEFAULT 0.00,
  `tax_type` varchar(20) NOT NULL DEFAULT 'percent',
  `discount` decimal(8,2) NOT NULL DEFAULT 0.00,
  `discount_type` varchar(20) NOT NULL DEFAULT 'percent',
  `veg` tinyint(1) NOT NULL DEFAULT 0,
  `recommended` tinyint(1) NOT NULL DEFAULT 0,
  `organic` tinyint(1) NOT NULL DEFAULT 0,
  `common_condition_id` bigint(20) UNSIGNED DEFAULT NULL,
  `basic` tinyint(1) NOT NULL DEFAULT 0,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `stock` int(11) DEFAULT 0,
  `maximum_cart_quantity` int(11) DEFAULT NULL,
  `note` text DEFAULT NULL,
  `is_rejected` tinyint(1) NOT NULL DEFAULT 0,
  `available_time_ends` time DEFAULT NULL,
  `available_time_starts` time DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `is_halal` tinyint(1) NOT NULL DEFAULT 0,
  `brand_id` tinyint(1) NOT NULL DEFAULT 0,
  `is_prescription_required` tinyint(1) NOT NULL DEFAULT 0,
  `nutrition_ids` varchar(255) DEFAULT NULL,
  `allergy_ids` varchar(255) DEFAULT NULL,
  `generic_ids` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `track_deliverymen`
--

CREATE TABLE `track_deliverymen` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED DEFAULT NULL,
  `delivery_man_id` bigint(20) UNSIGNED DEFAULT NULL,
  `longitude` varchar(20) DEFAULT NULL,
  `latitude` varchar(20) 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 `translations`
--

CREATE TABLE `translations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `translationable_type` varchar(255) NOT NULL,
  `translationable_id` bigint(20) UNSIGNED NOT NULL,
  `locale` varchar(255) NOT NULL,
  `key` varchar(255) DEFAULT NULL,
  `value` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `translations`
--

INSERT INTO `translations` (`id`, `translationable_type`, `translationable_id`, `locale`, `key`, `value`, `created_at`, `updated_at`) VALUES
(1, 'App\\Models\\Module', 1, 'en', 'module_name', 'Grocery', NULL, NULL),
(2, 'App\\Models\\Module', 1, 'en', 'description', '<p><strong>We make grocery shopping more interesting.</strong><br />\r\nFind the greatest deals from the grocery stores near you.<br />\r\n<br />\r\n<strong>Nature & Organic Products</strong><br />\r\nBring Nature into your home.<br />\r\n<br />\r\n<strong>Stay home & get your daily needs from our shop</strong><br />\r\nStart You\'r Daily Shopping with \"Business name\"</p>', NULL, NULL),
(3, 'App\\Models\\Zone', 1, 'en', 'name', 'World', NULL, NULL),
(6, 'App\\Models\\Store', 1, 'en', 'name', 'Grocery Store', NULL, NULL),
(7, 'App\\Models\\Store', 1, 'en', 'address', 'House, road', NULL, NULL),
(10, 'App\\Models\\AdminPromotionalBanner', 1, 'en', 'title', 'Find', NULL, NULL),
(11, 'App\\Models\\AdminPromotionalBanner', 1, 'en', 'sub_title', 'Your daily grocery item', NULL, NULL),
(12, 'App\\Models\\AdminFeature', 1, 'en', 'title', 'Trusted', NULL, NULL),
(13, 'App\\Models\\AdminFeature', 1, 'en', 'sub_title', 'Trusted by customers and store owners', NULL, NULL),
(14, 'App\\Models\\AdminSpecialCriteria', 1, 'en', 'title', 'Demo Title', NULL, NULL),
(15, 'App\\Models\\DataSetting', 24, 'en', 'download_user_app_title', 'Let’s  Manage', NULL, NULL),
(16, 'App\\Models\\DataSetting', 25, 'en', 'download_user_app_sub_title', 'Your business  Smartly or Earn.', NULL, NULL),
(17, 'App\\Models\\DataSetting', 29, 'en', 'contact_us_title', 'Contact Us', NULL, NULL),
(18, 'App\\Models\\DataSetting', 30, 'en', 'contact_us_sub_title', 'Any question or remarks? Just write us a message!', NULL, NULL),
(19, 'App\\Models\\DataSetting', 34, 'en', 'header_title', '$Your e-Commerce!$', NULL, NULL),
(20, 'App\\Models\\DataSetting', 35, 'en', 'header_sub_title', 'Venture Starts Here', NULL, NULL),
(21, 'App\\Models\\DataSetting', 36, 'en', 'header_tag_line', 'More than just a reliable $eCommerce$ platform', NULL, NULL),
(22, 'App\\Models\\DataSetting', 59, 'en', 'business_title', '$Let’s$', NULL, NULL),
(23, 'App\\Models\\DataSetting', 60, 'en', 'business_sub_title', 'Manage your business  Smartly', NULL, NULL),
(24, 'App\\Models\\DataSetting', 68, 'en', 'fixed_header_title', 'Business Name', NULL, NULL),
(25, 'App\\Models\\DataSetting', 69, 'en', 'fixed_header_sub_title', 'More than just reliable eCommerce platform', NULL, NULL),
(26, 'App\\Models\\FlutterSpecialCriteria', 1, 'en', 'title', 'Easy Checkout & Payment system', NULL, NULL),
(27, 'App\\Models\\DataSetting', 82, 'en', 'download_user_app_title', 'Download app and enjoy more!', NULL, NULL),
(28, 'App\\Models\\DataSetting', 83, 'en', 'download_user_app_sub_title', 'Download app from', NULL, NULL),
(29, 'App\\Models\\RefundReason', 1, 'en', 'reason', 'Received Wrong/Broken Item', NULL, NULL),
(30, 'App\\Models\\AdminFeature', 2, 'en', 'title', 'Delivery', NULL, NULL),
(31, 'App\\Models\\AdminFeature', 2, 'en', 'sub_title', 'Flexible delivery system', NULL, NULL),
(32, 'App\\Models\\AdminFeature', 3, 'en', 'title', 'Shopping', NULL, NULL),
(33, 'App\\Models\\AdminFeature', 3, 'en', 'sub_title', 'Best shopping experience', NULL, NULL),
(34, 'App\\Models\\AdminFeature', 4, 'en', 'title', 'Location', NULL, NULL),
(35, 'App\\Models\\AdminFeature', 4, 'en', 'sub_title', 'Location tracking system', NULL, NULL),
(36, 'App\\Models\\AdminSpecialCriteria', 2, 'en', 'title', 'Easy to Manage Multiple Store', NULL, NULL),
(37, 'App\\Models\\AdminSpecialCriteria', 3, 'en', 'title', 'Easy to Manage E-Commerce', NULL, NULL),
(38, 'App\\Models\\AdminSpecialCriteria', 4, 'en', 'title', 'Easy to Manage Parcel Delivery', NULL, NULL),
(39, 'App\\Models\\AdminSpecialCriteria', 5, 'en', 'title', 'Easy to Manage Location Tracking', NULL, NULL),
(40, 'App\\Models\\AdminSpecialCriteria', 6, 'en', 'title', 'Easy to Manage Grocery Business', NULL, NULL),
(41, 'App\\Models\\FlutterSpecialCriteria', 2, 'en', 'title', 'Excellent Shopping Experience', NULL, NULL),
(42, 'App\\Models\\FlutterSpecialCriteria', 3, 'en', 'title', 'Thousands of stores', NULL, NULL),
(43, 'App\\Models\\Module', 2, 'en', 'module_name', 'Food', NULL, NULL),
(44, 'App\\Models\\Module', 2, 'en', 'description', '<p>A food module covers essential aspects of nutrition, culinary techniques, food safety, and dietary planning, emphasizing balanced diets, ingredient selection, and preparation methods for optimal health and enjoyment.</p>', NULL, NULL),
(45, 'App\\Models\\Module', 3, 'en', 'module_name', 'Pharmacy', NULL, NULL),
(46, 'App\\Models\\Module', 3, 'en', 'description', '<p>Our pharmacy business offers a wide range of prescription and over-the-counter medications, health products, and wellness advice. We prioritize customer health and convenience with a friendly, knowledgeable staff and quick service. 💊🩺🌟</p>', NULL, NULL),
(47, 'App\\Models\\Module', 4, 'en', 'module_name', 'Ecommerce', NULL, NULL),
(48, 'App\\Models\\Module', 4, 'en', 'description', '<p>We run a dynamic e-commerce pharmacy, offering a wide range of medications and healthcare products online. 💊💻 Convenient, reliable, and fast delivery ensures you get what you need right at your doorstep. 🚚🌟 Your health and wellness are our top priorities. 💖</p>\r\n\r\n<p> </p>\r\n\r\n<p> </p>\r\n\r\n<p> </p>\r\n\r\n<p> </p>', NULL, NULL),
(49, 'App\\Models\\Module', 5, 'en', 'module_name', 'Parcel', NULL, NULL),
(50, 'App\\Models\\Module', 5, 'en', 'description', '<p>Our parcel business offers reliable and swift delivery services 🚚, ensuring packages reach their destinations safely and on time ⏰. We prioritize customer satisfaction and handle each parcel with care 📦. Trust us for your shipping needs! 🌐✨</p>\r\n\r\n<p> </p>\r\n\r\n<p> </p>\r\n\r\n<p> </p>\r\n\r\n<p> </p>', NULL, NULL),
(51, 'App\\Models\\DataSetting', 5, 'en', 'fixed_header_title', 'Manage Your  Daily Life in one platform', NULL, NULL),
(52, 'App\\Models\\DataSetting', 6, 'en', 'fixed_header_sub_title', 'More than just a reliable  eCommerce platform', NULL, NULL),
(53, 'App\\Models\\DataSetting', 7, 'en', 'fixed_module_title', 'Your eCommerce venture starts here !', NULL, NULL),
(54, 'App\\Models\\DataSetting', 8, 'en', 'fixed_module_sub_title', 'Enjoy all services in one platform', NULL, NULL),
(55, 'App\\Models\\DataSetting', 9, 'en', 'fixed_referal_title', 'Earn point by', NULL, NULL),
(56, 'App\\Models\\DataSetting', 10, 'en', 'fixed_referal_sub_title', 'Refer Your Friend', NULL, NULL),
(57, 'App\\Models\\DataSetting', 11, 'en', 'fixed_newsletter_title', 'Sign Up to Our Newsletter', NULL, NULL),
(58, 'App\\Models\\DataSetting', 12, 'en', 'fixed_newsletter_sub_title', 'Receive Latest News, Updates and Many Other News Every Week', NULL, NULL),
(59, 'App\\Models\\DataSetting', 13, 'en', 'fixed_footer_article_title', '\"Business name\" is a complete package!  It\'s time to empower your multivendor online business with  powerful features!', NULL, NULL),
(60, 'App\\Models\\AdminPromotionalBanner', 2, 'en', 'title', 'Find', NULL, NULL),
(61, 'App\\Models\\AdminPromotionalBanner', 2, 'en', 'sub_title', 'your daily shopping items', NULL, NULL),
(62, 'App\\Models\\AdminPromotionalBanner', 3, 'en', 'title', 'Find', NULL, NULL),
(63, 'App\\Models\\AdminPromotionalBanner', 3, 'en', 'sub_title', 'your daily medicines', NULL, NULL),
(64, 'App\\Models\\AdminPromotionalBanner', 4, 'en', 'title', 'Find', NULL, NULL),
(65, 'App\\Models\\AdminPromotionalBanner', 4, 'en', 'sub_title', 'your parcel service', NULL, NULL),
(66, 'App\\Models\\DataSetting', 22, 'en', 'why_choose_title', 'What so Special About Company ?', NULL, NULL),
(67, 'App\\Models\\AdminSpecialCriteria', 7, 'en', 'title', 'Easy to Get Help & Support', NULL, NULL),
(68, 'App\\Models\\DataSetting', 14, 'en', 'feature_title', 'Remarkable Features that You Can Count!', NULL, NULL),
(69, 'App\\Models\\DataSetting', 15, 'en', 'feature_short_description', 'Jam-packed with outstanding features to elevate your online ordering and delivery easier, and smarter than ever before. It\'s time to empower your multivendor online business with \"Business name\" powerful features!', NULL, NULL),
(70, 'App\\Models\\ModuleWiseBanner', 2, 'en', 'section_title', 'Service Banner', NULL, NULL),
(71, 'App\\Models\\ModuleWiseBanner', 7, 'en', 'content1_title', 'Select the service', NULL, NULL),
(72, 'App\\Models\\ModuleWiseBanner', 8, 'en', 'content1_subtitle', 'Effortless Parcel Ordering: Get Started Now!', NULL, NULL),
(73, 'App\\Models\\ModuleWiseBanner', 9, 'en', 'content2_title', 'Fill in the information', NULL, NULL),
(74, 'App\\Models\\ModuleWiseBanner', 10, 'en', 'content2_subtitle', 'Fill in the receiver’s information and the type of product.', NULL, NULL),
(75, 'App\\Models\\ModuleWiseBanner', 11, 'en', 'content3_title', 'And now wait for the delivery!', NULL, NULL),
(76, 'App\\Models\\ModuleWiseBanner', 12, 'en', 'content3_subtitle', 'Being delivered and wait for your parcel to be picked up!', NULL, NULL),
(77, 'App\\Models\\ModuleWiseWhyChoose', 1, 'en', 'title', 'Product Safety', NULL, NULL),
(78, 'App\\Models\\ModuleWiseWhyChoose', 1, 'en', 'short_description', 'All packages are handled with most care to ensure product safety during transit.', NULL, NULL),
(79, 'App\\Models\\ModuleWiseWhyChoose', 2, 'en', 'title', 'Faster Delivery', NULL, NULL),
(80, 'App\\Models\\ModuleWiseWhyChoose', 2, 'en', 'short_description', 'Our team work round the clock to ensure fastest delivery and minimize cancellation ratio', NULL, NULL),
(81, 'App\\Models\\ModuleWiseWhyChoose', 3, 'en', 'title', '24/7 Services', NULL, NULL),
(82, 'App\\Models\\ModuleWiseWhyChoose', 3, 'en', 'short_description', 'The parcel delivery services are available 24/7, providing customers with flexibilit and convenien', NULL, NULL),
(83, 'App\\Models\\ParcelCategory', 1, 'en', 'name', 'Documents', NULL, NULL),
(84, 'App\\Models\\ParcelCategory', 1, 'en', 'description', 'No passport or bank cheques allowed', NULL, NULL),
(85, 'App\\Models\\ParcelCategory', 2, 'en', 'name', 'Electronics', NULL, NULL),
(86, 'App\\Models\\ParcelCategory', 2, 'en', 'description', 'Bubble wrapped, comments if fragile', NULL, NULL),
(87, 'App\\Models\\ParcelCategory', 3, 'en', 'name', 'Gifts', NULL, NULL),
(88, 'App\\Models\\ParcelCategory', 3, 'en', 'description', 'Flowers, cards, chocolates', NULL, NULL),
(89, 'App\\Models\\ParcelCategory', 4, 'en', 'name', 'Package', NULL, NULL),
(90, 'App\\Models\\ParcelCategory', 4, 'en', 'description', 'Non-perishable goods, no food items - Not more than 5kg', NULL, NULL),
(91, 'App\\Models\\ParcelDeliveryInstruction', 1, 'en', 'instruction', 'Parcel contains food, make sure not to leak the food.', NULL, NULL),
(92, 'App\\Models\\ParcelDeliveryInstruction', 2, 'en', 'instruction', 'Parcel contains food, make sure not to leak the food.', NULL, NULL),
(93, 'App\\Models\\ParcelDeliveryInstruction', 3, 'en', 'instruction', 'Parcel contain fragile product so take care of this.', NULL, NULL),
(100, 'App\\Models\\Banner', 7, 'en', 'title', 'Banner', NULL, NULL),
(101, 'App\\Models\\Banner', 8, 'en', 'title', 'Banner', NULL, NULL),
(111, 'App\\Models\\Item', 2, 'en', 'name', 'Lay\'s Classic Chips', NULL, NULL),
(112, 'App\\Models\\Item', 2, 'en', 'description', '✅ Pack of 40 one ounce bags\r\n✅ Made with three ingredients: potatoes, oil and salt\r\n✅ Gluten free. State of Readiness: Ready to Eat\r\n✅ These much loved treats are fun to enjoy at lunch, as an after-school snack, or party refreshment\r\n✅ Easy to carry, easy to store, and easy to pack', NULL, NULL),
(113, 'App\\Models\\Item', 3, 'en', 'name', 'Fresh Green Peas', NULL, NULL),
(114, 'App\\Models\\Item', 3, 'en', 'description', 'The pea is most commonly the small spherical seed or the seed-pod of the pod fruit Pisum sativum. Each pod contains several peas, which can be green or yellow.', NULL, NULL),
(115, 'App\\Models\\Store', 2, 'en', 'name', 'Food House', NULL, NULL),
(116, 'App\\Models\\Store', 2, 'en', 'address', 'road 12, Tejgaon', NULL, NULL),
(125, 'App\\Models\\Store', 3, 'en', 'name', 'Fast Food', NULL, NULL),
(126, 'App\\Models\\Store', 3, 'en', 'address', 'Fast Food', NULL, NULL),
(127, 'App\\Models\\Store', 4, 'en', 'name', 'Vegetable Mart', NULL, NULL),
(128, 'App\\Models\\Store', 4, 'en', 'address', 'Vegetable Mart', NULL, NULL),
(129, 'App\\Models\\DataSetting', 87, 'en', 'about_us', NULL, NULL, NULL),
(130, 'App\\Models\\DataSetting', 88, 'en', 'about_title', 'About Us', NULL, NULL),
(131, 'App\\Models\\DMVehicle', 1, 'en', 'type', 'Bike', NULL, NULL),
(138, 'App\\Models\\Store', 5, 'en', 'name', 'Devam Medix', NULL, NULL),
(139, 'App\\Models\\Store', 5, 'en', 'address', 'Medi Care Address', NULL, NULL),
(140, 'App\\Models\\Store', 6, 'en', 'name', 'Alpha Medicine Store', NULL, NULL),
(141, 'App\\Models\\Store', 6, 'en', 'address', 'Alpha Medicine Store Address', NULL, NULL),
(142, 'App\\Models\\Category', 12, 'en', 'name', 'Skin Care', NULL, NULL),
(143, 'App\\Models\\Category', 13, 'en', 'name', 'Dental Care', NULL, NULL),
(144, 'App\\Models\\Category', 14, 'en', 'name', 'Mother & Baby', NULL, NULL),
(145, 'App\\Models\\Category', 15, 'en', 'name', 'Medical Devices', NULL, NULL),
(146, 'App\\Models\\Category', 16, 'en', 'name', 'Elderly Care', NULL, NULL),
(147, 'App\\Models\\Item', 11, 'en', 'name', 'Wrigleys Extra', NULL, NULL),
(148, 'App\\Models\\Item', 11, 'en', 'description', 'Extra is a brand of sugarfree chewing gum produced by the Wrigley Company in North America, Europe, Australia and some parts of Africa and Asia.', NULL, NULL),
(149, 'App\\Models\\Item', 12, 'en', 'name', 'Digital Blood Pressure Meter', NULL, NULL),
(150, 'App\\Models\\Item', 12, 'en', 'description', 'A digital blood pressure monitor will not be as accurate if your body is moving when you are using it. Also, an irregular heart rate will make the reading less accurate. However, digital monitors are the best choice for home use for most people.', NULL, NULL),
(156, 'App\\Models\\Store', 7, 'en', 'name', 'Shoes Fashion', NULL, NULL),
(157, 'App\\Models\\Store', 7, 'en', 'address', 'Shoes Fashion Address', NULL, NULL),
(158, 'App\\Models\\Store', 8, 'en', 'name', 'Fashion Store', NULL, NULL),
(159, 'App\\Models\\Store', 8, 'en', 'address', 'House: 00, Road: 00, City-000, Country', NULL, NULL),
(160, 'App\\Models\\Item', 13, 'en', 'name', 'High Quality Sneakers for men Men Casual Shoes Men Fashion Sneakers', NULL, NULL),
(161, 'App\\Models\\Item', 13, 'en', 'description', '1.	Item Type:casual shoes\r\n2.	Outsole Material:Rubber\r\n3.	Feature:Hard-Wearing,Breathable,Sweat-Absorbant,Light,Anti-Odor\r\n4.	Lining Material:Mesh\r\n5.	Insole Material:EVA\r\n6.	Upper Material:Flyknit\r\n7.	Fit:Fits true to size, take your normal size\r\n8.	Colour:Black,Red, Blue\r\n9.	Feature:Lightweight, comfortable,Fashion\r\n10.	Season:Spring, Summer, Autumn, Winter', NULL, NULL),
(162, 'App\\Models\\Item', 14, 'en', 'name', 'VE Casual Bag - Blue', NULL, NULL),
(163, 'App\\Models\\Item', 14, 'en', 'description', 'Buy Mi Business Casual Backpack Blue, with 21L capacity and multiple compartments and pockets. With warranty and express shipping in 24 hours.', NULL, NULL),
(164, 'App\\Models\\EmployeeRole', 1, 'en', 'name', 'MANAGER', NULL, NULL),
(165, 'App\\Models\\DataSetting', 89, 'en', 'available_zone_title', '📍 Available Delivery Areas 🚚', NULL, NULL),
(166, 'App\\Models\\DataSetting', 90, 'en', 'available_zone_short_description', 'We proudly offer delivery services across a wide range of regions to make your experience seamless and hassle-free! 🌟 Your satisfaction, our priority!', NULL, NULL),
(167, 'App\\Models\\Module', 6, 'en', 'module_name', 'Rental', NULL, NULL),
(168, 'App\\Models\\Module', 6, 'en', 'description', '<p>rental module</p>', NULL, NULL),
(169, 'App\\Models\\Module', 7, 'en', 'module_name', 'test', NULL, NULL),
(170, 'App\\Models\\Module', 7, 'en', 'description', '<p>test</p>', NULL, NULL),
(171, 'App\\Models\\Module', 8, 'en', 'module_name', 'test2', NULL, NULL),
(172, 'App\\Models\\Module', 8, 'en', 'description', '<p>test</p>', NULL, NULL),
(173, 'App\\Models\\Category', 22, 'en', 'name', 'Dairy & Bakery', NULL, NULL),
(174, 'App\\Models\\Category', 23, 'en', 'name', 'Snacks', NULL, NULL),
(175, 'App\\Models\\Category', 24, 'en', 'name', 'Grocery & Kitchen', NULL, NULL),
(176, 'App\\Models\\Category', 25, 'en', 'name', 'Personal Care', NULL, NULL),
(177, 'App\\Models\\Category', 26, 'en', 'name', 'Household Essentials', NULL, NULL),
(178, 'App\\Models\\Category', 27, 'en', 'name', 'Baby Care', NULL, NULL),
(179, 'App\\Models\\Category', 28, 'en', 'name', 'Health & Wellness', NULL, NULL),
(180, 'App\\Models\\Category', 29, 'en', 'name', 'Pet Supplies', NULL, NULL),
(181, 'App\\Models\\Category', 30, 'en', 'name', 'Atta and Rice', NULL, NULL),
(182, 'App\\Models\\Category', 31, 'en', 'name', 'Sweet Cravings', NULL, NULL),
(183, 'App\\Models\\Category', 32, 'en', 'name', 'Tea Coffee More', NULL, NULL),
(184, 'App\\Models\\Category', 33, 'en', 'name', 'Honey', NULL, NULL),
(185, 'App\\Models\\Category', 34, 'en', 'name', 'Cold Drinks & Juices', NULL, NULL),
(186, 'App\\Models\\Category', 35, 'en', 'name', 'Oil & Ghee', NULL, NULL),
(187, 'App\\Models\\Category', 36, 'en', 'name', 'Pan Corner', NULL, NULL),
(188, 'App\\Models\\Category', 37, 'en', 'name', 'Fruits', NULL, NULL),
(189, 'App\\Models\\Category', 38, 'en', 'name', 'Vegetables', NULL, NULL),
(190, 'App\\Models\\Category', 39, 'en', 'name', 'Sexual Wellness', NULL, NULL),
(191, 'App\\Models\\Category', 40, 'en', 'name', 'Breakfast Cereal', NULL, NULL),
(192, 'App\\Models\\Category', 41, 'en', 'name', 'Pasta, Noodles & Soup', NULL, NULL),
(193, 'App\\Models\\Category', 42, 'en', 'name', 'Ready to Cook & Eat', NULL, NULL),
(194, 'App\\Models\\Category', 43, 'en', 'name', 'Sanitary Pads', NULL, NULL),
(195, 'App\\Models\\Category', 44, 'en', 'name', 'Lassi, Shakes and More', NULL, NULL),
(196, 'App\\Models\\Category', 45, 'en', 'name', 'Pickles & Chutney', NULL, NULL),
(197, 'App\\Models\\Category', 46, 'en', 'name', 'Sauces & Spreads', NULL, NULL),
(198, 'App\\Models\\Category', 47, 'en', 'name', 'Toys & Sports', NULL, NULL),
(200, 'App\\Models\\Category', 49, 'en', 'name', 'Stationery', NULL, NULL),
(201, 'App\\Models\\Category', 50, 'en', 'name', 'Ice Creams', NULL, NULL),
(203, 'App\\Models\\Banner', 9, 'en', 'title', 'Milk sale', NULL, NULL),
(204, 'App\\Models\\Banner', 10, 'en', 'title', 'Snacks', NULL, NULL),
(205, 'App\\Models\\Banner', 11, 'en', 'title', 'Baby care', NULL, NULL),
(207, 'App\\Models\\Unit', 2, 'en', 'unit', 'KG', NULL, NULL),
(208, 'App\\Models\\Unit', 3, 'en', 'unit', 'G', NULL, NULL),
(209, 'App\\Models\\Unit', 4, 'en', 'unit', 'ML', NULL, NULL),
(210, 'App\\Models\\Unit', 5, 'en', 'unit', 'Pieces', NULL, NULL),
(211, 'App\\Models\\Unit', 6, 'en', 'unit', 'Liter', NULL, NULL),
(212, 'App\\Models\\Attribute', 1, 'en', 'name', 'Weight', NULL, NULL),
(213, 'App\\Models\\Attribute', 2, 'en', 'name', 'Colour', NULL, NULL),
(214, 'App\\Models\\Item', 15, 'en', 'name', 'Amul Taaza Toned Milk', NULL, NULL),
(215, 'App\\Models\\Item', 15, 'en', 'description', 'Amul Taaza Toned Milk (Polypack) is pasteurized with a great nutritional value. It can be consumed directly or can be used for preparing tea, coffee, sweets, khoya, curd, buttermilk, ghee etc.', NULL, NULL),
(216, 'App\\Models\\Item', 16, 'en', 'name', 'Amul Fresh Malai Paneer', NULL, NULL),
(217, 'App\\Models\\Item', 16, 'en', 'description', 'Made from pure and fresh cow milk. Deliciously creamy with soft texture like Malai.\r\nIdeal for making scrumptious dishes like Matar Paneer, Paneer Pakoras, Palak Paneer, Kadai Paneer etc.', NULL, NULL),
(218, 'App\\Models\\Item', 17, 'en', 'name', 'Harvest Gold White Bread', NULL, NULL),
(219, 'App\\Models\\Item', 17, 'en', 'description', 'Kick start your day with Harvest Gold Bread. A small loaf of soft bread enriched with goodness of wheat and a characteristic aroma of brick-oven bakeries. Pave your way towards a healthy life with a hearty breakfast.', NULL, NULL),
(220, 'App\\Models\\Item', 18, 'en', 'name', 'Harvest Gold White Bread', NULL, NULL),
(221, 'App\\Models\\Item', 18, 'en', 'description', 'Kick start your day with Harvest Gold Bread. A small loaf of soft bread enriched with goodness of wheat and a characteristic aroma of brick-oven bakeries. Pave your way towards a healthy life with a hearty breakfast.', NULL, NULL),
(222, 'App\\Models\\Item', 19, 'en', 'name', 'Harvest Gold White Bread', NULL, NULL),
(223, 'App\\Models\\Item', 19, 'en', 'description', 'Kick start your day with Harvest Gold Bread. A small loaf of soft bread enriched with goodness of wheat and a characteristic aroma of brick-oven bakeries. Pave your way towards a healthy life with a hearty breakfast.', NULL, NULL),
(224, 'App\\Models\\Attribute', 3, 'en', 'name', 'piece', NULL, NULL),
(225, 'App\\Models\\Item', 20, 'en', 'name', 'Harvest Gold White Bread', NULL, NULL),
(226, 'App\\Models\\Item', 20, 'en', 'description', 'Kick start your day with Harvest Gold Bread. A small loaf of soft bread enriched with goodness of wheat and a characteristic aroma of brick-oven bakeries. Pave your way towards a healthy life with a hearty breakfast.', NULL, NULL),
(227, 'App\\Models\\Item', 21, 'en', 'name', 'Uncle Chipps Spicy Treat Flavour Potato Chips', NULL, NULL),
(228, 'App\\Models\\Item', 21, 'en', 'description', 'Who’s in for a roller coaster of spicy flavors and crunchy bites? If you feel like spicing up your day, you need a snack with character and Uncle Chipps Spicy Treat will surely do the trick. Made with high-quality thinly sliced potatoes and topped with mouth-watering seasoning, these chips are just exquisite and will make you come back for more. Enjoy watching your favorite programs with a bag of Uncle Chipps or have this delicious treat on your quick work break. These chips are just perfect to snack on and their irresistible flavor makes them the ideal go-to treat.', NULL, NULL),
(229, 'App\\Models\\Item', 22, 'en', 'name', 'Harvest Gold White Bread', NULL, NULL),
(230, 'App\\Models\\Item', 22, 'en', 'description', 'Kick start your day with Harvest Gold Bread. A small loaf of soft bread enriched with goodness of wheat and a characteristic aroma of brick-oven bakeries. Pave your way towards a healthy life with a hearty breakfast.', NULL, NULL),
(231, 'App\\Models\\Item', 23, 'en', 'name', 'Lay\'s Classic Chips', NULL, NULL),
(232, 'App\\Models\\Item', 23, 'en', 'description', '✅ Pack of 40 one ounce bags\r\n✅ Made with three ingredients: potatoes, oil and salt\r\n✅ Gluten free. State of Readiness: Ready to Eat\r\n✅ These much loved treats are fun to enjoy at lunch, as an after-school snack, or party refreshment\r\n✅ Easy to carry, easy to store, and easy to pack', NULL, NULL),
(233, 'App\\Models\\Item', 24, 'en', 'name', 'Harvest Gold White Bread', NULL, NULL),
(234, 'App\\Models\\Item', 24, 'en', 'description', 'Kick start your day with Harvest Gold Bread. A small loaf of soft bread enriched with goodness of wheat and a characteristic aroma of brick-oven bakeries. Pave your way towards a healthy life with a hearty breakfast.', NULL, NULL),
(235, 'App\\Models\\Item', 25, 'en', 'name', 'Pears Pure & Gentle Soap', NULL, NULL),
(236, 'App\\Models\\Item', 25, 'en', 'description', 'There\'s nothing like knowing that your skin is soft, smooth and glowing. With the right products you can have that feeling every single day, starting with your cleansing routine. Pears understands this and brings to you its heritage product - the glycerine soap, Pears Pure & Gentle Bathing Bar. With 100% more glycerine vs grade 1 soap, Pears Pure & Gentle mild bathing bar, cleanses your skin for visibly glowing, brighter skin, every time you shower. This bathing bar soap with glycerine helps preserve the moisture of your skin and keeps it soft and glowing. Pears\' gentle formula has 0% Parabens and is mild on skin. Pears Bathing Bar Soap also helps wash away germs.  Just rub it between your hands and massage rich creamy lather over your face and body before rinsing away thoroughly. For best results, use twice a day, morning and evening. Pears Pure & Gentle Bathing Bar is packed in 100% recyclable cartons, our initiative towards being environmental friendly. Explore the entire range of Pears Pure & Gentle Body Wash & Liquid Hand Wash that are 100% soap Free, pH balanced and dermatologically tested. Add the Pears Range to your beauty regime to see for yourself.', NULL, NULL),
(237, 'App\\Models\\Item', 26, 'en', 'name', 'Fiama Gel Fresh Celebration Bathing Soap - Pack of 3', NULL, NULL),
(238, 'App\\Models\\Item', 26, 'en', 'description', 'Wash away the troubles of your day, with the foamy, fresh, and fun Fiama Gel Bars. And while you enjoy your Fiama bath, let its skin-conditioners work their magic to give you soft, moisturised and glowing skin. Try the Fiama Fresh Celebration pack with 3 new & unique gel bars each with unique ingredients and natural goodness that will refresh your mind and body. So uplift your mood and get ready to make every bath, a highlight of your day.', NULL, NULL),
(239, 'App\\Models\\Item', 27, 'en', 'name', 'Mamaearth Vitamin C Face Wash 50 ml', NULL, NULL),
(240, 'App\\Models\\Item', 27, 'en', 'description', 'Vitamin C helps brighten the complexion while promoting collagen synthesis to give your skin youthful suppleness. This face wash is dermatologically tested & is suitable for all skin types.', NULL, NULL),
(241, 'App\\Models\\Item', 28, 'en', 'name', 'Lacto Calamine Face Wash for Oily Skin', NULL, NULL),
(242, 'App\\Models\\Item', 28, 'en', 'description', 'Kaolin Clay contains natural minerals that absorb excess oil without removing essential nutrients from the skin. Niacinamide soothes and moisturises skin and is known to reduce pigmentation. Vitamin E keeps skin hydrated and supple.', NULL, NULL),
(243, 'App\\Models\\Item', 29, 'en', 'name', 'Oral-B Cavity Defense Bacterial Fighter Toothbrush (Soft - Pack of 6)', NULL, NULL),
(244, 'App\\Models\\Item', 29, 'en', 'description', 'Oral-B is the World\'s No. 1 brand used by dentists worldwide which brings to you and your family revolutionary brushing solutions with best-in-class technology to ensure you and your family get healthier and cleaner mouth. Oral-B Bacteria Fighter helps remove bacteria* for Cavity Protection. Oral-B Bacteria Fighter has unique end rounded bristles to ensure they are soft on the gums. The unique comfort grip is specially designed for your needs. The brush has a tongue cleaner for fresher breath.', NULL, NULL),
(245, 'App\\Models\\Item', 30, 'en', 'name', 'Scotch Brite Silver Sparks Scrub Pad', NULL, NULL),
(246, 'App\\Models\\Item', 30, 'en', 'description', 'Scotch-Brite Scrub Sponge with its evenly spread stain cutters and sponge backing ensures superior cleaning and makes dishwashing a breeze.', NULL, NULL),
(247, 'App\\Models\\Item', 31, 'en', 'name', 'Harpic Disinfectant Liquid Toilet Cleaner - (Original) - 500 ml', NULL, NULL),
(248, 'App\\Models\\Item', 31, 'en', 'description', 'Harpic Toilet Cleaner is the one stop shop for all toilet cleaning needs. Unlike ordinary cleaners, it combines the benefits of tough stain removal^, 99.9% germ kill and freshness. The result is a sparkling clean, hygienic, fresh and germ free toilet without any malodour with every use of Harpic. 5 times better at lime scale removal VS ordinary cleaners.', NULL, NULL),
(249, 'App\\Models\\Item', 32, 'en', 'name', 'Softspun All Purpose Cleaning Microfiber Cloth (Grey)', NULL, NULL),
(250, 'App\\Models\\Item', 32, 'en', 'description', 'MultiPurpose cloths ultra-absorbent and can absorb fluids quickly and efficiently. Made of high-quality microfiber material, the fiber is strong durable but soft and won\'t scratch\r\nChange Your Cleaning Experience - SOFTSPUN isn’t one ordinary microfiber It’s real Premium Quality! The fibre used is an excellent absorber & just cleans better than other micro fibre products, cotton or chamois.\r\nMulti-Purpose : Our Vehicle Cloth Cleans exterior & interior of cars two wheeler bikes seat without Chemicals. Drying towel to dust kitchen glasses platform top dish utensil floor mirror led tv face office electronics dslr camera lens optical glass mobile phone accessories screen.', NULL, NULL),
(251, 'App\\Models\\Item', 33, 'en', 'name', 'Odonil Lavender Mist Room Freshener (Lavender)', NULL, NULL),
(252, 'App\\Models\\Item', 33, 'en', 'description', 'Unlike fragrance oil diffusers, Odonil Room Freshener Sprays can be used at anytime, anywhere in your home. Just spray it and transform the mood of your family members. This variant lets you experience the calming aroma of Lavender, well-known in aromatherapy for its soothing effects.', NULL, NULL),
(253, 'App\\Models\\Item', 34, 'en', 'name', 'Santoor Mild Hand Wash Lotus & Tulsi - Buy 1 Get 1 Free', NULL, NULL),
(254, 'App\\Models\\Item', 34, 'en', 'description', 'Santoor Mild Gentle Hand Wash, a refreshing blend infused with Lotus & Tulsi. Experience its gentle care that purifies, leaving hands soft and rejuvenated. Tulsi\'s antibacterial properties, coupled with Lotus, defend against germs, safeguarding from infections. Suitable for all skin types, it offers a luxurious feel and delightful fragrance. Expertly formulated for optimal cleansing by Santoor.', NULL, NULL),
(255, 'App\\Models\\Item', 35, 'en', 'name', 'Pampers Happy Sleep Pant Style Baby Diaper', NULL, NULL),
(256, 'App\\Models\\Item', 35, 'en', 'description', 'Pampers Happy Sleep Pant Style Diapers come in S, M, L & XL sizes. With an Anti-Rash Shield* & Aloe Vera lotion, they protect from redness and rashes. Magic Gel locks wetness for up to 12 hours. Soft, comfy, and affordable, with cute designs and a fresh aloe scent. Enjoy dryness and happy moments with your baby. (*Based on clinical study, USA 2000-2019)', NULL, NULL),
(257, 'App\\Models\\Item', 36, 'en', 'name', 'R for Rabbit Feather Pant Baby Diaper (S, 5-9 kg)', NULL, NULL),
(258, 'App\\Models\\Item', 36, 'en', 'description', 'Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and/or different information. It is recommended not to solely rely on the information presented.', NULL, NULL),
(259, 'App\\Models\\Item', 37, 'en', 'name', 'LuvLap Baby Feeding Bottle (250 ml, Blue)', NULL, NULL),
(260, 'App\\Models\\Item', 37, 'en', 'description', 'LuvLap Essential Feeding Bottles are ergonomically designed to be easily held while feeding the baby. All LuvLap bottles are 100% BPA free and fully sterilizable. The teats are 100% Liquid Silicone and have an anti-colic valve that vents air into the bottle, preventing any air from entering the baby’s tummy. The teat has spiral grooves at the tip, which encourage peristaltic suckling, and help the baby get a comfortable latch. The grooved teats and superior silicone quality ensure no nipple collapse, helping in an uninterrupted feed. With the LuvLap Essential Feeding Bottles at your side, your baby’s feed will always be a comfortable one', NULL, NULL),
(261, 'App\\Models\\Item', 38, 'en', 'name', 'Himalaya Baby Powder', NULL, NULL),
(262, 'App\\Models\\Item', 38, 'en', 'description', 'Himalaya Baby Powder with its cool and soothing properties, is highly efficacious in combating dry skin problems of your baby. It is enriched with natural ingredients that protects, softens and refreshes skin.', NULL, NULL),
(263, 'App\\Models\\Item', 39, 'en', 'name', 'Chicco Baby Moments Baby Lotion', NULL, NULL),
(264, 'App\\Models\\Item', 39, 'en', 'description', 'It is made with the goodness of natural Ingredients that have high proven efficacy in moisturizing baby’s skin. It contains goodness of Almond Milk which is known for deep moisturizing properties which restore moisture and keeps skin glowing and hydrated. It also contains goodness of Murumuru Butter which acts as a skin protectant with anti-clogging properties and makes skin ultra-soft & smooth by restoring skin moisture barrier.', NULL, NULL),
(265, 'App\\Models\\Item', 40, 'en', 'name', 'Fast&Up Nightout Instant Hangover Solution (Lemon Effervescent Tablets) - 10 pieces', NULL, NULL),
(266, 'App\\Models\\Item', 40, 'en', 'description', 'Fast&Up Nightout is an Instant Hangover Relief with an effective combination of Electrolytes, Amino acids and Vitamins to prevent symptoms of hangover for a fresh morning. Alcohol consumption has a diuretic effect on body and results in significant dehydration and electrolyte imbalance.', NULL, NULL),
(267, 'App\\Models\\Item', 41, 'en', 'name', 'Himalaya Himcolin Gel', NULL, NULL),
(268, 'App\\Models\\Item', 41, 'en', 'description', 'Every effort is made to maintain accuracy of all information. However, actual product packaging and aterials may contain more and/or different information. The colour of the product displayed in the image may differ from that received in the order.', NULL, NULL),
(269, 'App\\Models\\Item', 42, 'en', 'name', 'MuscleBlaze Performance Whey Protein Powder (Rich Chocolate)', NULL, NULL),
(270, 'App\\Models\\Item', 42, 'en', 'description', 'Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and/or different information. It is recommended not to solely rely on the information presented', NULL, NULL),
(271, 'App\\Models\\Item', 43, 'en', 'name', 'Pears Pure & Gentle Body Wash - with Free Loofah', NULL, NULL),
(272, 'App\\Models\\Item', 43, 'en', 'description', 'Pears Pure & Gentle body wash, crafted with 98% pure glycerin and natural oils. It is a pure and gentle cleanser for your body that leaves your skin feeling soft, smooth and moisturised. Pears Body wash is mild and gentle and cleanses your skin thoroughly. It is 100% soap free & dermatologically tested. It helps moisturise your skin so that it does not dry. With natural oils, it is a gentle cleanser for your body.', NULL, NULL),
(273, 'App\\Models\\Item', 44, 'en', 'name', 'Dettol Germ Defence Antiseptic Liquid 750 ml', NULL, NULL),
(274, 'App\\Models\\Item', 44, 'en', 'description', 'Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and/or different information. It is recommended not to solely rely on the information presented', NULL, NULL),
(275, 'App\\Models\\Item', 45, 'en', 'name', 'Drools Chicken & Egg Adult Dry Food - Free 1.2 kg', NULL, NULL),
(276, 'App\\Models\\Item', 45, 'en', 'description', 'Quantity variations from the weight may occur, caused by loss or gain of moisture during the course of good distribution practices or by unavoidable reasons.', NULL, NULL),
(279, 'App\\Models\\Item', 46, 'en', 'name', 'Veg Steamed Momos', NULL, NULL),
(280, 'App\\Models\\Item', 46, 'en', 'description', 'Soft and juicy momos stuffed with spiced vegetables, steamed for a healthy bite.', NULL, NULL),
(281, 'App\\Models\\Item', 47, 'en', 'name', 'Fried Paneer Momos [8 Pieces]', NULL, NULL),
(282, 'App\\Models\\Item', 47, 'en', 'description', 'Deep-fried crispy dumplings filled with flavorful stuffing, perfect for a crunchy craving.', NULL, NULL),
(283, 'App\\Models\\Category', 54, 'en', 'name', 'Biriyani', NULL, NULL),
(284, 'App\\Models\\Category', 55, 'en', 'name', 'Chowmin', NULL, NULL),
(285, 'App\\Models\\Category', 56, 'en', 'name', 'Pizza', NULL, NULL),
(286, 'App\\Models\\Category', 57, 'en', 'name', 'Breakfast', NULL, NULL),
(287, 'App\\Models\\Category', 58, 'en', 'name', 'Burger', NULL, NULL),
(288, 'App\\Models\\Category', 59, 'en', 'name', 'Thali', NULL, NULL),
(293, 'App\\Models\\Category', 61, 'en', 'name', 'Chaat & street food', NULL, NULL),
(294, 'App\\Models\\Category', 62, 'en', 'name', 'Mithai', NULL, NULL),
(296, 'App\\Models\\Category', 64, 'en', 'name', 'Veg Items', NULL, NULL),
(299, 'App\\Models\\Category', 67, 'en', 'name', 'Pizza', NULL, NULL),
(300, 'App\\Models\\Category', 68, 'en', 'name', 'Burger', NULL, NULL),
(301, 'App\\Models\\Category', 69, 'en', 'name', 'Kabab', NULL, NULL),
(302, 'App\\Models\\Category', 70, 'en', 'name', 'Rice', NULL, NULL),
(304, 'App\\Models\\Category', 72, 'en', 'name', 'Ice Cream', NULL, NULL),
(305, 'App\\Models\\Category', 73, 'en', 'name', 'Rotis & Nan', NULL, NULL),
(306, 'App\\Models\\Category', 74, 'en', 'name', 'Fish Kabab', NULL, NULL),
(307, 'App\\Models\\Category', 75, 'en', 'name', 'Fried Chicken', NULL, NULL),
(309, 'App\\Models\\Item', 48, 'en', 'name', 'Chicken Dum Biryani', NULL, NULL),
(310, 'App\\Models\\Item', 48, 'en', 'description', 'Fragrant, one-pot indian delicacy with tender chicken, aromatic rice & spices, cooked to perfection for a delightful meal', NULL, NULL),
(311, 'App\\Models\\Category', 77, 'en', 'name', 'sandwich', NULL, NULL),
(312, 'App\\Models\\Category', 78, 'en', 'name', 'Garlic Bread', NULL, NULL),
(313, 'App\\Models\\Category', 79, 'en', 'name', 'Burger', NULL, NULL),
(314, 'App\\Models\\Category', 80, 'en', 'name', 'Roti', NULL, NULL),
(315, 'App\\Models\\Category', 81, 'en', 'name', 'Paratha', NULL, NULL),
(316, 'App\\Models\\Category', 82, 'en', 'name', 'Naan', NULL, NULL),
(317, 'App\\Models\\Category', 83, 'en', 'name', 'Tandoori', NULL, NULL),
(318, 'App\\Models\\Category', 84, 'en', 'name', 'Panner', NULL, NULL),
(319, 'App\\Models\\Item', 49, 'en', 'name', 'Gobi Paratha', NULL, NULL),
(320, 'App\\Models\\Item', 49, 'en', 'description', 'Soft and fluffy flatbread with a mashed caulifloret stuffing', NULL, NULL),
(321, 'App\\Models\\Item', 50, 'en', 'name', 'Sadha Paratha', NULL, NULL),
(322, 'App\\Models\\Item', 50, 'en', 'description', 'A flavorful and savory bread that will leave you craving for more.', NULL, NULL),
(323, 'App\\Models\\Item', 51, 'en', 'name', 'Paneer Paratha', NULL, NULL),
(324, 'App\\Models\\Item', 51, 'en', 'description', 'A delectable and savory bread stuffed with a delightful filling, perfect for veggie lovers.', NULL, NULL),
(325, 'App\\Models\\Item', 52, 'en', 'name', 'Pyaz Paratha', NULL, NULL),
(326, 'App\\Models\\Item', 52, 'en', 'description', 'A flavorful, whole wheat bread filled with layers of caramelized onions, bursting with delightful flavors.', NULL, NULL),
(327, 'App\\Models\\Item', 53, 'en', 'name', 'Butter Tandoori Roti', NULL, NULL),
(328, 'App\\Models\\Item', 53, 'en', 'description', 'A delectable blend of buttery goodness and charred flavors, this indulgent bread is a must-try for bread lovers.', NULL, NULL),
(329, 'App\\Models\\Item', 54, 'en', 'name', 'Plain Tawa Roti', NULL, NULL),
(330, 'App\\Models\\Item', 54, 'en', 'description', 'A classic Indian bread, freshly cooked on a griddle, perfect to pair with your favorite curries and dishes.', NULL, NULL),
(331, 'App\\Models\\Item', 55, 'en', 'name', 'Plain Tandoori Roti', NULL, NULL),
(332, 'App\\Models\\Item', 55, 'en', 'description', 'A simple and flavorful bread straight from the Tandoor oven that perfectly complements any vegetarian meal.', NULL, NULL),
(333, 'App\\Models\\Item', 56, 'en', 'name', 'Butter Tawa Roti', NULL, NULL),
(334, 'App\\Models\\Item', 56, 'en', 'description', 'A delectable bread creation cooked on a sizzling tawa and generously adorned with rich butter.', NULL, NULL),
(335, 'App\\Models\\Category', 85, 'en', 'name', 'Fried Rice', NULL, NULL),
(336, 'App\\Models\\Category', 86, 'en', 'name', 'Pulao', NULL, NULL),
(337, 'App\\Models\\Category', 87, 'en', 'name', 'Biryani', NULL, NULL),
(338, 'App\\Models\\Category', 88, 'en', 'name', 'Steamed Rice', NULL, NULL),
(339, 'App\\Models\\Category', 89, 'en', 'name', 'Indian Rice', NULL, NULL),
(340, 'App\\Models\\Item', 57, 'en', 'name', 'Jeera Rice', NULL, NULL),
(341, 'App\\Models\\Item', 57, 'en', 'description', 'Jeera Rice is a fragrant Indian dish made with basmati rice tempered with cumin seeds (jeera) and mild spices. Light, flavorful, and aromatic, it pairs perfectly with curries, dals, and gravies', NULL, NULL),
(342, 'App\\Models\\Item', 58, 'en', 'name', 'Jeera Rice', NULL, NULL),
(343, 'App\\Models\\Item', 58, 'en', 'description', 'Jeera Rice is a fragrant Indian dish made with basmati rice tempered with cumin seeds (jeera) and mild spices. Light, flavorful, and aromatic, it pairs perfectly with curries, dals, and gravies', NULL, NULL),
(344, 'App\\Models\\Category', 90, 'en', 'name', 'Chicken Biryani', NULL, NULL),
(345, 'App\\Models\\Category', 91, 'en', 'name', 'Mutton Biryani', NULL, NULL),
(346, 'App\\Models\\Category', 92, 'en', 'name', 'Veg Biryani', NULL, NULL),
(347, 'App\\Models\\Category', 93, 'en', 'name', 'Paneer Biryani', NULL, NULL),
(348, 'App\\Models\\Category', 94, 'en', 'name', 'Egg Biryani', NULL, NULL),
(353, 'App\\Models\\ItemCampaign', 1, 'en', 'title', 'Kellogg\'s® Corn', NULL, NULL),
(354, 'App\\Models\\ItemCampaign', 1, 'en', 'description', 'Kellogg\'s Corn Flakes and Milk is a nourishing breakfast for your busy mornings. \r\n\r\nIt is low in fat, naturally cholesterol free and also has the goodness of Power of 5- Energy to be active and alert, Protein, Iron, Immuno Nutrients and Essential Vitamins. \r\n\r\nAll you need to do is just add milk and jump start your active day.', NULL, NULL),
(355, 'App\\Models\\ItemCampaign', 2, 'en', 'title', 'Combo Offer', NULL, NULL),
(356, 'App\\Models\\ItemCampaign', 2, 'en', 'description', 'Get the Red Chilli & Fortune Combo Offer. This value-packed combo brings together premium red chilli for rich color and bold flavor, along with trusted Fortune products to complete your everyday cooking needs.\r\n\r\ndeal for daily kitchens, this combo helps you save more while enjoying consistent taste, purity, and freshness. A smart choice for households looking for convenience, quality, and great value in one affordable package. 🌶️🛒', NULL, NULL),
(357, 'App\\Models\\ItemCampaign', 3, 'en', 'title', 'Puja & Spiritual', NULL, NULL),
(358, 'App\\Models\\ItemCampaign', 3, 'en', 'description', 'Bring positivity, peace, and devotion into your daily life with our carefully curated collection of Puja & Spiritual Products.\r\n\r\nFrom traditional puja essentials to sacred idols and spiritual accessories, our products are crafted to support your religious rituals and spiritual practices.\r\n\r\nWhether for daily worship, festivals, or special occasions, find pure, authentic, and high-quality items that help create a divine and peaceful atmosphere in your home or temple.', NULL, NULL),
(359, 'App\\Models\\Campaign', 2, 'en', 'title', 'Holish tea', NULL, NULL),
(360, 'App\\Models\\Campaign', 2, 'en', 'description', 'Experience an out-of-this-world blend of hot and sweet seasoning! The Lay’s West Indies Hot \'n\' Sweet Chilli is an exciting adventure waiting to be unfolded. The journey starts with high quality, farm-grown potatoes cooked to crispy perfection. These are then sprinkled with a dash of sugar and a pinch of Chilli for a delicious Caribbean taste. Lay’s West Indies Hot \'n\' Sweet Chilli is just perfect for any occasion. From the quick snack breaks at work, to the impromptu get-togethers, this snack is perfect to binge on.', NULL, NULL),
(361, 'App\\Models\\Coupon', 1, 'en', 'title', 'Grab 10% OFF Today!', NULL, NULL),
(362, 'App\\Models\\Coupon', 2, 'en', 'title', 'Welcome Offer', NULL, NULL),
(363, 'App\\Models\\Coupon', 3, 'en', 'title', 'Get Free Delivery above 199', NULL, NULL),
(364, 'App\\Models\\Advertisement', 1000000, 'en', 'title', 'Big Basket', NULL, NULL),
(365, 'App\\Models\\Advertisement', 1000000, 'en', 'description', 'Groceries Delivered to Your Doorstep', NULL, NULL),
(366, 'App\\Models\\Advertisement', 1000001, 'en', 'title', 'Skip the Lines, Start Shopping', NULL, NULL),
(367, 'App\\Models\\Advertisement', 1000001, 'en', 'description', 'Daily Deals on Fresh Grocery', NULL, NULL),
(368, 'App\\Models\\Campaign', 3, 'en', 'title', 'Item Food Item for you!', NULL, NULL),
(369, 'App\\Models\\Campaign', 3, 'en', 'description', 'Item Food Item for you!', NULL, NULL),
(370, 'App\\Models\\Campaign', 4, 'en', 'title', 'Only on Maxmart', NULL, NULL),
(371, 'App\\Models\\Campaign', 4, 'en', 'description', 'Only on Maxmart', NULL, NULL),
(372, 'App\\Models\\Banner', 15, 'en', 'title', 'test1', NULL, NULL),
(373, 'App\\Models\\Banner', 16, 'en', 'title', 'banner2', NULL, NULL),
(374, 'App\\Models\\Banner', 17, 'en', 'title', 'banner3', NULL, NULL),
(375, 'App\\Models\\Coupon', 4, 'en', 'title', 'FREEDELIVERY', NULL, NULL),
(376, 'App\\Models\\Advertisement', 1000002, 'en', 'title', 'Food Delivery in a Flash', NULL, NULL),
(377, 'App\\Models\\Advertisement', 1000002, 'en', 'description', 'A World of Food at Your Fingertips', NULL, NULL),
(378, 'App\\Models\\Advertisement', 1000003, 'en', 'title', 'Hot Food to Your Door', NULL, NULL),
(379, 'App\\Models\\Advertisement', 1000003, 'en', 'description', 'Explore Local Restaurants & Cuisines', NULL, NULL),
(380, 'App\\Models\\Module', 9, 'en', 'module_name', 'Cosmetic', NULL, NULL),
(381, 'App\\Models\\Module', 9, 'en', 'description', '<p>Cosmetic</p>', NULL, NULL),
(382, 'App\\Models\\Category', 95, 'en', 'name', 'Lipstick', NULL, NULL),
(383, 'App\\Models\\Category', 96, 'en', 'name', 'Foundation', NULL, NULL),
(384, 'App\\Models\\Category', 97, 'en', 'name', 'Eye Shadow', NULL, NULL),
(385, 'App\\Models\\Category', 98, 'en', 'name', 'Base Makeup', NULL, NULL),
(386, 'App\\Models\\Category', 99, 'en', 'name', 'Concealer', NULL, NULL),
(387, 'App\\Models\\Category', 100, 'en', 'name', 'Eyeliner & Kajals', NULL, NULL),
(388, 'App\\Models\\Category', 101, 'en', 'name', 'Compact', NULL, NULL),
(389, 'App\\Models\\Category', 102, 'en', 'name', 'Face Primer', NULL, NULL),
(390, 'App\\Models\\Category', 103, 'en', 'name', 'Blush', NULL, NULL),
(391, 'App\\Models\\Category', 104, 'en', 'name', 'Mascara', NULL, NULL),
(392, 'App\\Models\\Category', 105, 'en', 'name', 'Nail Polish', NULL, NULL),
(393, 'App\\Models\\Category', 106, 'en', 'name', 'Tools & Brushes', NULL, NULL),
(394, 'App\\Models\\Category', 107, 'en', 'name', 'Color', NULL, NULL),
(395, 'App\\Models\\Category', 108, 'en', 'name', 'Shampoos', NULL, NULL),
(396, 'App\\Models\\Category', 109, 'en', 'name', 'Combs & Brushes', NULL, NULL),
(397, 'App\\Models\\Category', 110, 'en', 'name', 'Extensions & Fibres', NULL, NULL),
(398, 'App\\Models\\Category', 111, 'en', 'name', 'Combos', NULL, NULL),
(399, 'App\\Models\\Category', 112, 'en', 'name', 'Styling Appliances', NULL, NULL),
(400, 'App\\Models\\Category', 113, 'en', 'name', 'Cleansing Brushes', NULL, NULL),
(401, 'App\\Models\\Category', 114, 'en', 'name', 'Acne Removal Tools', NULL, NULL),
(402, 'App\\Models\\Category', 115, 'en', 'name', 'Epilators', NULL, NULL),
(403, 'App\\Models\\Module', 10, 'en', 'module_name', 'Flower', NULL, NULL),
(404, 'App\\Models\\Module', 10, 'en', 'description', '<p>Flower</p>', NULL, NULL),
(405, 'App\\Models\\Brand', 1, 'en', 'name', 'OLAY', NULL, NULL),
(406, 'App\\Models\\Brand', 2, 'en', 'name', 'LYNX', NULL, NULL),
(407, 'App\\Models\\Brand', 3, 'en', 'name', 'GARNIER', NULL, NULL),
(408, 'App\\Models\\Brand', 4, 'en', 'name', 'LUX', NULL, NULL),
(409, 'App\\Models\\Brand', 5, 'en', 'name', 'ELF', NULL, NULL),
(410, 'App\\Models\\Brand', 6, 'en', 'name', 'DOVE', NULL, NULL),
(411, 'App\\Models\\Brand', 7, 'en', 'name', 'LAKME', NULL, NULL),
(412, 'App\\Models\\Brand', 8, 'en', 'name', 'NYKAA', NULL, NULL),
(413, 'App\\Models\\Brand', 9, 'en', 'name', 'KLEENEX', NULL, NULL),
(414, 'App\\Models\\Brand', 10, 'en', 'name', 'GILLETTE', NULL, NULL),
(415, 'App\\Models\\Brand', 11, 'en', 'name', 'MAC', NULL, NULL),
(416, 'App\\Models\\Brand', 12, 'en', 'name', 'JESSICA', NULL, NULL),
(417, 'App\\Models\\Brand', 13, 'en', 'name', 'GOHNSONS', NULL, NULL),
(418, 'App\\Models\\Banner', 18, 'en', 'title', 'banner1', NULL, NULL),
(419, 'App\\Models\\Store', 9, 'en', 'name', 'Khushi Cosmetic', NULL, NULL),
(420, 'App\\Models\\Store', 9, 'en', 'address', 'Patna Bihar', NULL, NULL),
(421, 'App\\Models\\Item', 60, 'en', 'name', 'Nykaa All Day Matte Long Lasting Transferproof Liquid Lipstick - Gran Fan', NULL, NULL),
(422, 'App\\Models\\Item', 60, 'en', 'description', 'Explore the entire range of Liquid Lipstick available on Nykaa. Shop more Nykaa Cosmetics products here.You can browse through the complete world of Nykaa Cosmetics Liquid Lipstick .\r\n\r\nExpiry Date: 15 August 2026\r\nCountry of Origin:  India\r\n\r\nManufacturer:  FSN E-Commerce Ventures Limited\r\nAddress:  104 Vasan Udyog Bhavan Sun Mill Compound Senapati Bapat Marg, Lower Parel, Mumbai City Maharashtra - 400013', NULL, NULL),
(423, 'App\\Models\\Item', 61, 'en', 'name', 'Lakme Absolute Beyond Matte Lipstick - 301 Brown Beauty', NULL, NULL),
(424, 'App\\Models\\Item', 61, 'en', 'description', 'Explore the entire range of Lipstick available on Nykaa. Shop more Lakme products here.You can browse through the complete world of Lakme Lipstick .\r\n\r\nExpiry Date: 15 September 2026\r\nCountry of Origin:  India\r\n\r\nManufacturer:  Hindustan Unilever Ltd.\r\nAddress:  Hindustan Unilever Ltd. Unit 6,Plot No.1,(I-F), Sec 1A, Ranipur, Haridwar 249403, Uttarakhand', NULL, NULL),
(425, 'App\\Models\\Banner', 19, 'en', 'title', 'banner2', NULL, NULL),
(426, 'App\\Models\\Item', 62, 'en', 'name', 'Charlotte Tilbury Matte Revolution - Pillow Talk Medium', NULL, NULL),
(427, 'App\\Models\\Item', 62, 'en', 'description', 'This matte lipstick of the future! Matte Revolution lipstick is the revolutionary matte formula in a long-lasting, buildable lipstick, perfect for an effortlessly gorgeous makeup look!\r\n\r\nWhat makes it magic?\r\n\r\n- Get luminous, cashmere-soft lips in a matte finish with a slick of one lipstick\r\n- A blend of oils, triglycerides and waxes give you buildable, long-lasting colour for up to 10 hours!\r\n- Lipstick tree and orchid extract softens, protects and hydrates lips for younger-looking, healthy lips\r\n- Revolutionary, square, angled tip mimics the shape of a lip brush for precision application\r\n- 3D glowing pigments create an illusion of fuller, wider lips that glow from within\r\n- Ideal for a hydrating, long-lasting matte lipstick for a soft, cashmere finish\r\n\r\n\r\nExplore the entire range of Lipstick available on Nykaa. Shop more Charlotte Tilbury products here.You can browse through the complete world of Charlotte Tilbury Lipstick .\r\n\r\nExpiry Date: 15 June 2027\r\nCountry of Origin:  Italy\r\n\r\nManufacturer:  Charlotte Tilbury\r\nAddress:  8 Surrey Street, London, WC2R 2ND, United Kingdom.\r\n\r\nAddress:  104 VASAN UDYOG BHAVAN, S BAPAT ROAD, LOWER PAREL, MUMBAI- 400013', NULL, NULL),
(428, 'App\\Models\\Banner', 20, 'en', 'title', 'baner3', NULL, NULL),
(429, 'App\\Models\\Banner', 21, 'en', 'title', 'costmatic1', NULL, NULL);
INSERT INTO `translations` (`id`, `translationable_type`, `translationable_id`, `locale`, `key`, `value`, `created_at`, `updated_at`) VALUES
(430, 'App\\Models\\Item', 63, 'en', 'name', 'MARS Cosmic Hues Nail Paint - 34-LYRA', NULL, NULL),
(431, 'App\\Models\\Item', 63, 'en', 'description', 'MARS Cosmic Hues Nail Paint\r\n\r\nExplore the entire range of Nail Polish available on Nykaa. Shop more MARS products here.You can browse through the complete world of MARS Nail Polish .\r\n\r\nExpiry Date: 15 June 2027\r\nCountry of Origin:  India\r\n\r\nManufacturer:  MI cosmetics\r\nAddress:  Plot No W-160, Midc Taloja, Dist- Raigad. 410208 Maharashtra. Ml Number - Mh/103828\r\n\r\nPacker:  MARS Cosmetics Private Limited\r\nAddress:  2nd Floor, 3/36, Roop Nagar, Delhi, North Delhi, Delhi, 110007', NULL, NULL),
(432, 'App\\Models\\Item', 64, 'en', 'name', 'Colors Queen Affair Matte Nail Lacquer Combo of 3 (39ml)', NULL, NULL),
(433, 'App\\Models\\Item', 64, 'en', 'description', 'Explore the entire range of Nail Polish available on Nykaa. Shop more Colors Queen products here.You can browse through the complete world of Colors Queen Nail Polish .\r\n\r\nExpiry Date: 15 January 2028\r\nCountry of Origin:  India\r\n\r\nManufacturer:  SGM Trading Company\r\nAddress:  37/11, Ground Floor, West Patel Nagar, Delhi India -110008', NULL, NULL),
(434, 'App\\Models\\Advertisement', 1000004, 'en', 'title', 'Smart Beauty Management', NULL, NULL),
(435, 'App\\Models\\Advertisement', 1000004, 'en', 'description', 'Faster, smoother, smarter Beauty management', NULL, NULL),
(436, 'App\\Models\\Item', 65, 'en', 'name', 'Renee Cosmetics Gloss Touch Everyday Nudes Nail Enamels - Set Of 4 (5ml Each)', NULL, NULL),
(437, 'App\\Models\\Item', 65, 'en', 'description', 'RENEE\'s Gloss Touch Nail Paint is a uniquely formulated nail enamel that adds impeccable shine and a gel-like finish to your nails. Available in an array of shades, from bright reds and pinks to pastels and monochromes, these nail paints are chip-resistant and do not stain your nails after removal. Apart from including a number of shades, these nail paints are made with the utmost care and have a smooth consistency and rich color pigments to give your nails a glossy finish in just a few strokes, and they do not require several coats either. RENEE\'s Gloss Touch nail paints will reinvent your nail art game and help you get salon-like manicures and pedicures at home.\r\n\r\nShade descriptions:\r\n\r\nN02 Everyday Nudes: Let your nails speak of elegance and understated charm with the Renee Everyday Nudes Nail Paint Collection. Made with a gel-like glossy finish and free from harsh chemicals, this set of long-lasting and chip-resistant nail paints is all you need to rule the roost.\r\nN01 Classic Monochrome: Give your nails a dash of vintage glamour with the RENEE\'s Classic Monochrome Nail Paint Collection. Made with a gel-like glossy finish and free from harsh chemicals, this set of long-lasting and chip-resistant nail paints is all you need to mark unmatched sophistication.\r\nN04 Vacay Vibes: Turn vacation mode on with these trendy shades from the RENEE\'s Gloss Touch Nail Enamel collection. Made with a gel-like glossy finish and free from harsh chemicals, this set of long-lasting and chip-resistant nail paints is all you need to keep yourself indulgent in a holiday mood.\r\nN03 Red Parade: Garner all the attention you desire with eye-catching shades from the RENEE\'s Red Parade Nail Paint Collection. Made with a gel-like glossy finish and free from harsh chemicals, this set of long-lasting and chip-resistant nail paints is all you need to grow your army of followers.\r\nFeatures:\r\n\r\nPigment-rich nail lacquers that provide a high-intensity glossy finish\r\nFeatures a quick-drying, chip-resistant, and long-lasting formula\r\nUnique brush applicator gives your nails an effortless end-to-end coverage\r\nIt delivers an excellent and even color payoff\r\nEvenly suspends the high-shine color on your nails\r\nComes in a range of new shades inspired by the latest trend\r\nThese nail lacquers are paraben-free and vegan friendly\r\nAbout the Brand: Introducing Renee by Aashka Goradia, a brand that believes in empowering women to reinvent themselves; redefine how they desire to showcase their persona. Renee means reborn, emphasizing \'Natural is better\'. The brand started with 3D handcrafted, cruelty-free lashes and applicators, extending to the Kohlistic Eye Range and now much more.\r\n\r\n\r\n\r\nExplore the entire range of Nail Polish available on Nykaa. Shop more Renee Cosmetics products here.You can browse through the complete world of Renee Cosmetics Nail Polish .\r\n\r\nExpiry Date: 15 June 2027\r\nCountry of Origin:  India\r\n\r\nManufacturer:  Kascap Glass Pvt. Ltd\r\nAddress:  Kascap Glass Pvt. Ltd. L47 Midc Taloja, Dist. Raigad, Maharashtra, I', NULL, NULL),
(438, 'App\\Models\\Advertisement', 1000005, 'en', 'title', 'All in One Cosmetic Solution', NULL, NULL),
(439, 'App\\Models\\Advertisement', 1000005, 'en', 'description', 'Perfect for salons, spas & beauty clinics', NULL, NULL),
(440, 'App\\Models\\Item', 66, 'en', 'name', 'Too Faced Born This Way Nude Mini Eye Shadow Palette - Cold Smolder Nudes (5.7 g)', NULL, NULL),
(441, 'App\\Models\\Item', 66, 'en', 'description', 'What it is: Mini eye shadow palettes of six highly-pigmented warm or cool-tone modern nude shades inspired by the beauty of real skin tones.\r\n\r\nFeature and benefits:\r\n\r\nNatural-looking modern nude shades\r\nMultiple finishes\r\nCreated to work in harmony with your natural skin tone\r\nHighly pigmented for 1-swipe payoff\r\nCreamy, silky texture\r\nEasy to blend formula\r\nCruelty free\r\nWhat else you need to know: Inspired by the iconic Born This Way Natural Nudes Eye Shadow Palette, these 2 neutral mini palettes are perfectly curated to make it easy to create looks ranging from natural to dramatic.\r\n\r\nWho its for:\r\n\r\nAll skin types\r\nAll skin tones\r\nShade names (if applicable):\r\n\r\nBorn This Way Warm Ember Nudes:\r\n\r\nRose-Ty Toasty\r\nWarm Ember\r\nSizzle\r\nCream Puff\r\nGolden Girl\r\nBring The Heat\r\nBorn This Way Cold Smolder Nudes:\r\n\r\nMoonstone\r\nDriftwood\r\nSparkle & Chill\r\nMurthy\r\nShow Off\r\nCold Smolder\r\nCountry of Origin: Belgium / Canada / Czech Republic / Dominican Republic / France / Germany / Italy / Japan / South Korea / Mexico / North Macedonia / Poland / Switzerland\r\n\r\nGeneric Name:Makeup\r\n\r\nName of Mfg / Brand: Estee Lauder Companies\r\n\r\nAddress of Mfg / Brand: the Estee Lauder Companies INC,767, fifth Avenue, New York,10153, United States of America\r\n\r\n\r\nAbout the Brand: Too Faced is a serious makeup brand that knows how to have fun. The brand believes makeup is power, giving people the freedom to express themselves and the confidence to take over the world. Smashbox takes an exuberant approach to everything they do, using the finest cutting-edge ingredients to create innovative, cruelty-free cosmetics that people love to wear. Create your own looks, find what you love and own your pretty.\r\n\r\n\r\n\r\nExplore the entire range of Eye Shadow available on Nykaa. Shop more Too Faced products here.You can browse through the complete world of Too Faced Eye Shadow .\r\n\r\nExpiry Date: 15 November 2026\r\nCountry of Origin:  Italy\r\n\r\nManufacturer:  Estee Lauder Companies\r\nAddress:  The Estee Lauder Companies Inc,767,Fifth Avenue,New York,10153,United States Of America', NULL, NULL),
(442, 'App\\Models\\Item', 67, 'en', 'name', 'MARS Ink Black Eyeliner', NULL, NULL),
(443, 'App\\Models\\Item', 67, 'en', 'description', 'Explore the entire range of Eyeliner available on Nykaa. Shop more MARS products here.You can browse through the complete world of MARS Eyeliner .\r\n\r\nExpiry Date: 15 May 2029\r\nCountry of Origin:  China\r\n\r\nManufacturer:  Zebra Brands Limited\r\nAddress:  No. 5, 17/F, Strand 50, 50 Bonham Strand, Sheung \\Wan, Hong Kong', NULL, NULL),
(444, 'App\\Models\\Store', 10, 'en', 'name', 'Cosmetic Market', NULL, NULL),
(445, 'App\\Models\\Store', 10, 'en', 'address', 'patna Bihar', NULL, NULL),
(446, 'App\\Models\\Item', 68, 'en', 'name', 'IRIS COSMETICS Luminous HD Powder Brush (1 pcs)', NULL, NULL),
(447, 'App\\Models\\Item', 68, 'en', 'description', 'Explore the entire range of Face Brush available on Nykaa. Shop more IRIS COSMETICS products here.You can browse through the complete world of IRIS COSMETICS Face Brush .\r\n\r\nExpiry Date: 15 April 2028\r\nCountry of Origin:  China\r\n\r\nManufacturer:  IRIS COSMETICS\r\nAddress:  405, Abhishree Adroit, Nr Swaminarayan Temple, Vastrapur, Ahmedabad, Gujarat -380015', NULL, NULL),
(448, 'App\\Models\\Item', 69, 'en', 'name', 'Bronson Professional Eyelash Curler Tool For Women- Gold', NULL, NULL),
(449, 'App\\Models\\Item', 69, 'en', 'description', 'Get the curl of false lashes without the hassle! Bronson Professional Supreme Eyelash Curler is an essential tool for a dramatic curl every time. Its metal body is durable and long lasting, while its soft silicon pad delivers just the right amount of pressure to curl your lashes without crimping. Its curved angle is designed to serve a wide range of eye shapes and sizes.\r\nPerfect design fits all eye shapes and sizes, creating a natural curly eyelashes in seconds\r\nGood material of Stainless+Silicone makes eyelash curlers\' life longer\r\nErgonomically designed eyelash curler provides easy grip and precision curling without tugging, pulling and broken lashes\r\nSturdy and non-slip to prevent hurting your face when using\r\nConvenient to put in cosmetic bag, allows you to use it anytime and anywhere', NULL, NULL),
(450, 'App\\Models\\Item', 70, 'en', 'name', 'Signaxo Clear Rechargeable Vacuum Acne Pore Cleaner Blackhead Remover Dermasuction With 6 Nozzles', NULL, NULL),
(451, 'App\\Models\\Item', 70, 'en', 'description', 'Signaxo Professional Blackhead Remover is designed to gently remove blackheads and dirt from pores on your face without squeezing! It uses a powerful, yet gentle vacuum that extracts impurities and blackheads from your pores. It comes with two different power settings and has 4 interchangeable suction heads for perfect extraction and to reveal your beautiful skin! This tool is suitable for all types of skin and improves the texture with regular use.\r\n\r\n\r\nFeatures:\r\n\r\nBlackhead remover that gently removes blackhead and dirt from pores on your face\r\nComes with 2 different power settings and 4 interchangeable suction heads for perfect extraction\r\nImproves texture of the skin and reveals a beautiful, glowing and clear skin\r\nPortable and comes with a rechargeable USB\r\nSuitable for all skin types\r\n\r\nAbout the Brand: Signaxo is a leading consumer lifestyle brand that uses emerging technology, innovative electronic devices, and robots to improve people\'s lives. Signaxo specializes in a wide range of beauty, medical devices and household products with trustworthy and cutting-edge technology that are well-liked and respected by customers all over the world.\r\n\r\n\r\n\r\nExplore the entire range of Acne Removal available on Nykaa. Shop more Signaxo products here.You can browse through the complete world of Signaxo Acne Removal .\r\n\r\nCountry of Origin:  China\r\n\r\nManufacturer:  Shenzhen Wochuan Electronic Co., Ltd\r\nAddress:   Floor 6, Building A, Huayuan District 3, Workshop No. 357, Xingye 1st Road, Fenghuang Community, Fuyong Street, Shenzhen, Guangdong,China 518103\r\n\r\nImporter:  Signaxo\r\nAddress:  Plot No. 8, Arihant Nagar, Punjabi Bagh, New Delhi - 110026\r\n\r\nPacker:  Shenzhen Wochuan Electronic Co., Ltd\r\nAddress:   Floor 6, Building A, Huayuan District 3, Workshop No. 357, Xingye 1st Road, Fenghuang Community, Fuyong Street, Shenzhen, Guangdong,China 518103', NULL, NULL),
(452, 'App\\Models\\Item', 71, 'en', 'name', 'UrbanYog Facial Hair Remover', NULL, NULL),
(453, 'App\\Models\\Item', 71, 'en', 'description', 'The Urban Yog Electric Facial Hair Remover is a compact, efficient grooming tool designed for precise and painless hair removal. It features a high-quality stainless-steel blade for gentle use on the upper lip, chin, eyebrows, and cheeks, ensuring smooth, flawless skin with every use. Equipped with quick charging capabilities, it fully charges in just 60 minutes and offers an impressive 100-minute runtime, perfect for daily grooming or quick touch-ups on the go.The device comes with a Type-C charging cable for fast, reliable charging and is lightweight, portable, and easy to use, making it ideal for travel. Safe for all skin types, this hair remover ensures pain-free hair removal and leaves your skin soft and smooth, enhancing your natural glow. The complete grooming kit includes everything you need, such as a cleaning brush, charging cable, user manual, and warranty card, ensuring a seamless and hassle-free grooming experience.\r\n\r\nFeatures:\r\n\r\nQuick Charging & Long Battery Life: The Urban Yog Electric Facial Hair Remover charges fully in just 60 minutes and offers an extended 100-minute runtime, allowing for multiple uses on a single charge perfect for daily grooming or on-the-go touch-ups.\r\nPrecision Stainless Steel Blade for Gentle Hair Removal: Designed with a high-quality stainless-steel blade, this facial hair remover delivers precise and painless hair removal on the upper lip, chin, eyebrows, and cheeks, leaving your skin smooth and flawless.\r\nPainless & Safe for Daily Use: This electric hair remover ensures pain-free hair removal, making it suitable for daily use without irritation. It’s perfect for maintaining soft, smooth skin and is safe for all skin types.\r\nComplete Grooming Kit: Inside the box, you’ll find 1 Electric Facial Hair Remover, 1 Cleaning Brush, 1 Type-C Charging Cable, 1 User Manual, and 1 Warranty Card to ensure a seamless grooming experience.\r\n\r\nAbout the Brand: Urban Yog represents a woman who believes in herself, takes bold decisions, and brings change to society. But who is this woman? She is me, she is you, she is in each one of us. She is a woman who cannot be fitted in a box and who is not defined by any parameters. Her uniqueness is her identity. And, Urban Yog respects her!\r\n\r\n\r\n\r\nExplore the entire range of Epilators available on Nykaa. Shop more UrbanYog products here.You can browse through the complete world of UrbanYog Epilators .\r\n\r\nCountry of Origin:  India\r\n\r\nManufacturer:  123 LIFESTYLE INC\r\nAddress:  Dreams Industrial Park B19 B20 B21, Village Poman Opposite Universal College Behind Gram Panchayat Marathi School, Kaman - 401208 Maharashtra', NULL, NULL),
(454, 'App\\Models\\Category', 116, 'en', 'name', 'Plants', NULL, NULL),
(455, 'App\\Models\\Category', 117, 'en', 'name', 'Flowers', NULL, NULL),
(456, 'App\\Models\\Category', 118, 'en', 'name', 'Flower Plants', NULL, NULL),
(457, 'App\\Models\\Category', 119, 'en', 'name', 'Pooja Flower', NULL, NULL),
(458, 'App\\Models\\Category', 120, 'en', 'name', 'Flower Bouquet', NULL, NULL),
(459, 'App\\Models\\Category', 121, 'en', 'name', 'Pooja Lef', NULL, NULL),
(460, 'App\\Models\\Category', 122, 'en', 'name', 'flower bookey', NULL, NULL),
(461, 'App\\Models\\Category', 123, 'en', 'name', 'Dried Flowers', NULL, NULL),
(462, 'App\\Models\\Category', 124, 'en', 'name', 'Bamboo', NULL, NULL),
(463, 'App\\Models\\Category', 125, 'en', 'name', 'Colour Pop', NULL, NULL),
(464, 'App\\Models\\Category', 126, 'en', 'name', 'Festive Blooms', NULL, NULL),
(465, 'App\\Models\\Category', 127, 'en', 'name', 'Occasions Flowers', NULL, NULL),
(466, 'App\\Models\\Category', 128, 'en', 'name', 'Rose', NULL, NULL),
(467, 'App\\Models\\Category', 129, 'en', 'name', 'Gift', NULL, NULL),
(468, 'App\\Models\\Category', 130, 'en', 'name', 'Combos', NULL, NULL),
(469, 'App\\Models\\Category', 131, 'en', 'name', 'Decor Enthusiast', NULL, NULL),
(470, 'App\\Models\\Store', 11, 'en', 'name', 'Homeplant', NULL, NULL),
(471, 'App\\Models\\Store', 11, 'en', 'address', 'Patna Bihar', NULL, NULL),
(472, 'App\\Models\\Store', 12, 'en', 'name', 'Roselle', NULL, NULL),
(473, 'App\\Models\\Store', 12, 'en', 'address', 'Patna Bihar', NULL, NULL),
(474, 'App\\Models\\Store', 13, 'en', 'name', 'ShubhPushp', NULL, NULL),
(475, 'App\\Models\\Store', 13, 'en', 'address', 'Patna Bihar', NULL, NULL),
(476, 'App\\Models\\Store', 14, 'en', 'name', 'PoojaPatra', NULL, NULL),
(477, 'App\\Models\\Store', 14, 'en', 'address', 'Patna Bihar', NULL, NULL),
(478, 'App\\Models\\Item', 72, 'en', 'name', 'Genda', NULL, NULL),
(479, 'App\\Models\\Item', 72, 'en', 'description', 'Bring divine freshness to your daily prayers with our pure and fragrant pooja flowers 🌼. Each flower is carefully handpicked to maintain purity, freshness, and natural aroma — perfect for temple offerings, home rituals, and spiritual ceremonies. These flowers add positivity, beauty, and devotion to every pooja.\r\n\r\n✅ 100% fresh & natural\r\n✅ Ideal for daily worship, festivals & special occasions\r\n✅ Adds fragrance and spiritual energy to your mandir\r\n\r\nUse for: Pooja rituals, mandir offerings, aarti, and spiritual ceremonies.\r\nAvailable in: Fresh, dried, and decorative variants.', NULL, NULL),
(480, 'App\\Models\\Item', 73, 'en', 'name', 'paan patta', NULL, NULL),
(481, 'App\\Models\\Item', 73, 'en', 'description', 'Add purity and tradition to your rituals with our fresh Paan Patta (Betel Leaves) 🍃. Known for their sacred importance in Hindu rituals, these leaves are handpicked with care to ensure freshness and fragrance. Perfect for pooja, havan, temple offerings, and festive ceremonies, Paan Patta is considered a symbol of prosperity and devotion.\r\n\r\n✅ 100% fresh & natural\r\n✅ Handpicked for pooja rituals\r\n✅ Ideal for daily worship, festivals & temple use\r\n✅ Adds a touch of divinity to every ceremony\r\n\r\nUse for: Ganesh Pooja, Satyanarayan Katha, Lakshmi Pooja, Havan, and all auspicious occasions.\r\nQuantity: Available in fresh bunches.', NULL, NULL),
(482, 'App\\Models\\Item', 74, 'en', 'name', 'Mango Lef', NULL, NULL),
(483, 'App\\Models\\Item', 74, 'en', 'description', 'Bring purity and positivity to your rituals with our fresh Mango Leaves (Aam Patta) 🌿. Considered sacred in Hindu traditions, mango leaves are an essential part of pooja, havan, and festival decorations. Each leaf is freshly picked to maintain its natural shine, fragrance, and spiritual energy.\r\n\r\n✅ 100% fresh & natural\r\n✅ Ideal for temple decoration & pooja rituals\r\n✅ Symbol of prosperity and purity\r\n✅ Handpicked with devotion and care\r\n\r\nUse for: Kalash decoration, mandir setup, housewarming, weddings, and all auspicious ceremonies.\r\nQuantity: Available in fresh bunches.', NULL, NULL),
(484, 'App\\Models\\Item', 75, 'en', 'name', 'Tulsi Patta', NULL, NULL),
(485, 'App\\Models\\Item', 75, 'en', 'description', 'Bring purity and positivity to your rituals with our fresh Mango Leaves (Aam Patta) 🌿. Considered sacred in Hindu traditions, mango leaves are an essential part of pooja, havan, and festival decorations. Each leaf is freshly picked to maintain its natural shine, fragrance, and spiritual energy.\r\n\r\n✅ 100% fresh & natural\r\n✅ Ideal for temple decoration & pooja rituals\r\n✅ Symbol of prosperity and purity\r\n✅ Handpicked with devotion and care\r\n\r\nUse for: Kalash decoration, mandir setup, housewarming, weddings, and all auspicious ceremonies.\r\nQuantity: Available in fresh bunches.', NULL, NULL),
(486, 'App\\Models\\Item', 76, 'en', 'name', 'Rose', NULL, NULL),
(487, 'App\\Models\\Item', 76, 'en', 'description', 'Bring divine freshness to your daily prayers with our pure and fragrant pooja flowers 🌼. Each flower is carefully handpicked to maintain purity, freshness, and natural aroma — perfect for temple offerings, home rituals, and spiritual ceremonies. These flowers add positivity, beauty, and devotion to every pooja.\r\n\r\n✅ 100% fresh & natural\r\n✅ Ideal for daily worship, festivals & special occasions\r\n✅ Adds fragrance and spiritual energy to your mandir\r\n\r\nUse for: Pooja rituals, mandir offerings, aarti, and spiritual ceremonies.\r\nAvailable in: Fresh, dried, and decorative variants.', NULL, NULL),
(488, 'App\\Models\\Item', 77, 'en', 'name', 'Gerberas', NULL, NULL),
(489, 'App\\Models\\Item', 77, 'en', 'description', 'Bring divine freshness to your daily prayers with our pure and fragrant pooja flowers 🌼. Each flower is carefully handpicked to maintain purity, freshness, and natural aroma — perfect for temple offerings, home rituals, and spiritual ceremonies. These flowers add positivity, beauty, and devotion to every pooja.\r\n\r\n✅ 100% fresh & natural\r\n✅ Ideal for daily worship, festivals & special occasions\r\n✅ Adds fragrance and spiritual energy to your mandir\r\n\r\nUse for: Pooja rituals, mandir offerings, aarti, and spiritual ceremonies.\r\nAvailable in: Fresh, dried, and decorative variants.', NULL, NULL),
(490, 'App\\Models\\Item', 78, 'en', 'name', 'Buy Lilies', NULL, NULL),
(491, 'App\\Models\\Item', 78, 'en', 'description', 'Bring divine freshness to your daily prayers with our pure and fragrant pooja flowers 🌼. Each flower is carefully handpicked to maintain purity, freshness, and natural aroma — perfect for temple offerings, home rituals, and spiritual ceremonies. These flowers add positivity, beauty, and devotion to every pooja.\r\n\r\n✅ 100% fresh & natural\r\n✅ Ideal for daily worship, festivals & special occasions\r\n✅ Adds fragrance and spiritual energy to your mandir\r\n\r\nUse for: Pooja rituals, mandir offerings, aarti, and spiritual ceremonies.\r\nAvailable in: Fresh, dried, and decorative variants.', NULL, NULL),
(492, 'App\\Models\\Item', 79, 'en', 'name', 'Sunflowers', NULL, NULL),
(493, 'App\\Models\\Item', 79, 'en', 'description', 'Bring divine freshness to your daily prayers with our pure and fragrant pooja flowers 🌼. Each flower is carefully handpicked to maintain purity, freshness, and natural aroma — perfect for temple offerings, home rituals, and spiritual ceremonies. These flowers add positivity, beauty, and devotion to every pooja.\r\n\r\n✅ 100% fresh & natural\r\n✅ Ideal for daily worship, festivals & special occasions\r\n✅ Adds fragrance and spiritual energy to your mandir\r\n\r\nUse for: Pooja rituals, mandir offerings, aarti, and spiritual ceremonies.\r\nAvailable in: Fresh, dried, and decorative variants.', NULL, NULL),
(494, 'App\\Models\\Item', 80, 'en', 'name', 'Orchid Flower', NULL, NULL),
(495, 'App\\Models\\Item', 80, 'en', 'description', 'Bring divine freshness to your daily prayers with our pure and fragrant pooja flowers 🌼. Each flower is carefully handpicked to maintain purity, freshness, and natural aroma — perfect for temple offerings, home rituals, and spiritual ceremonies. These flowers add positivity, beauty, and devotion to every pooja.\r\n\r\n✅ 100% fresh & natural\r\n✅ Ideal for daily worship, festivals & special occasions\r\n✅ Adds fragrance and spiritual energy to your mandir\r\n\r\nUse for: Pooja rituals, mandir offerings, aarti, and spiritual ceremonies.\r\nAvailable in: Fresh, dried, and decorative variants.', NULL, NULL),
(496, 'App\\Models\\Item', 81, 'en', 'name', 'Pink Bloom Bouquet', NULL, NULL),
(497, 'App\\Models\\Item', 81, 'en', 'description', 'Bring divine freshness to your daily prayers with our pure and fragrant pooja flowers 🌼. Each flower is carefully handpicked to maintain purity, freshness, and natural aroma — perfect for temple offerings, home rituals, and spiritual ceremonies. These flowers add positivity, beauty, and devotion to every pooja.\r\n\r\n✅ 100% fresh & natural\r\n✅ Ideal for daily worship, festivals & special occasions\r\n✅ Adds fragrance and spiritual energy to your mandir\r\n\r\nUse for: Pooja rituals, mandir offerings, aarti, and spiritual ceremonies.\r\nAvailable in: Fresh, dried, and decorative variants.', NULL, NULL),
(498, 'App\\Models\\Item', 82, 'en', 'name', 'Golden Sunlit Blooms', NULL, NULL),
(499, 'App\\Models\\Item', 82, 'en', 'description', 'Bring divine freshness to your daily prayers with our pure and fragrant pooja flowers 🌼. Each flower is carefully handpicked to maintain purity, freshness, and natural aroma — perfect for temple offerings, home rituals, and spiritual ceremonies. These flowers add positivity, beauty, and devotion to every pooja.\r\n\r\n✅ 100% fresh & natural\r\n✅ Ideal for daily worship, festivals & special occasions\r\n✅ Adds fragrance and spiritual energy to your mandir\r\n\r\nUse for: Pooja rituals, mandir offerings, aarti, and spiritual ceremonies.\r\nAvailable in: Fresh, dried, and decorative variants.', NULL, NULL),
(500, 'App\\Models\\Item', 83, 'en', 'name', 'Lucky Bamboo', NULL, NULL),
(501, 'App\\Models\\Item', 83, 'en', 'description', 'A symbol of good luck, positivity, and prosperity — Lucky Bamboo is a beautiful indoor plant that enhances your home’s natural energy and décor.\r\n\r\nHow to Use:\r\nKeep in clean water or moist soil. Place in indirect sunlight. Change water every 7–10 days for healthy growth.\r\n\r\nBenefits:\r\n\r\nBrings good luck and positivity\r\n\r\nPurifies indoor air\r\n\r\nLow maintenance and long-lasting\r\n\r\nPerfect for home or office décor\r\n\r\nIngredients:\r\nNatural Lucky Bamboo plant with water gel or soil base (depending on variant).\r\n\r\nOther Information:\r\nComes in a decorative pot or glass vase. Ideal gift for housewarming, office desk, or festive occasions.\r\n\r\nAdditional Info (5 Words):\r\nLucky | Fresh | Green | Positive | Natural\r\n\r\nWould you like me to make the next one for Tulsi Plant or Money Plant in this same clean style?', NULL, NULL),
(502, 'App\\Models\\Item', 84, 'en', 'name', '2 Layer Bamboo Plant', NULL, NULL),
(503, 'App\\Models\\Item', 84, 'en', 'description', 'A symbol of good luck, positivity, and prosperity — Lucky Bamboo is a beautiful indoor plant that enhances your home’s natural energy and décor.\r\n\r\nHow to Use:\r\nKeep in clean water or moist soil. Place in indirect sunlight. Change water every 7–10 days for healthy growth.\r\n\r\nBenefits:\r\n\r\nBrings good luck and positivity\r\n\r\nPurifies indoor air\r\n\r\nLow maintenance and long-lasting\r\n\r\nPerfect for home or office décor\r\n\r\nIngredients:\r\nNatural Lucky Bamboo plant with water gel or soil base (depending on variant).\r\n\r\nOther Information:\r\nComes in a decorative pot or glass vase. Ideal gift for housewarming, office desk, or festive occasions.\r\n\r\nAdditional Info (5 Words):\r\nLucky | Fresh | Green | Positive | Natural\r\n\r\nWould you like me to make the next one for Tulsi Plant or Money Plant in this same clean style?', NULL, NULL),
(504, 'App\\Models\\Item', 85, 'en', 'name', 'Lucky Bamboo', NULL, NULL),
(505, 'App\\Models\\Item', 85, 'en', 'description', 'A symbol of good luck, positivity, and prosperity — Lucky Bamboo is a beautiful indoor plant that enhances your home’s natural energy and décor.\r\n\r\nHow to Use:\r\nKeep in clean water or moist soil. Place in indirect sunlight. Change water every 7–10 days for healthy growth.\r\n\r\nBenefits:\r\n\r\nBrings good luck and positivity\r\n\r\nPurifies indoor air\r\n\r\nLow maintenance and long-lasting\r\n\r\nPerfect for home or office décor\r\n\r\nIngredients:\r\nNatural Lucky Bamboo plant with water gel or soil base (depending on variant).\r\n\r\nOther Information:\r\nComes in a decorative pot or glass vase. Ideal gift for housewarming, office desk, or festive occasions.\r\n\r\nAdditional Info (5 Words):\r\nLucky | Fresh | Green | Positive | Natural\r\n\r\nWould you like me to make the next one for Tulsi Plant or Money Plant in this same clean style?', NULL, NULL),
(506, 'App\\Models\\Item', 86, 'en', 'name', 'Money Plant', NULL, NULL),
(507, 'App\\Models\\Item', 86, 'en', 'description', 'A beautiful indoor plant believed to bring wealth, positivity, and good fortune. Its lush green leaves add freshness and charm to any space.\r\n\r\nHow to Use:\r\nKeep in indirect sunlight. Water lightly 2–3 times a week. Can be grown in soil or water. Avoid overwatering for best growth.\r\n\r\nBenefits:\r\n\r\nAttracts positive energy & prosperity\r\n\r\nImproves air quality\r\n\r\nLow-maintenance indoor plant\r\n\r\nEnhances home & office décor\r\n\r\nIngredients:\r\nNatural Money Plant with soil or water base (depending on variant).\r\n\r\nOther Information:\r\nComes in a decorative pot or jar, ideal for gifting or interior decoration.\r\n\r\nAdditional Info (5 Words):\r\nGreen | Fresh | Prosperous | Positive | Natural\r\n\r\nWould you like me to create the next one for Tulsi Plant or Aloe Vera Plant in the same format?', NULL, NULL),
(508, 'App\\Models\\Item', 87, 'en', 'name', 'Money Plant', NULL, NULL),
(509, 'App\\Models\\Item', 87, 'en', 'description', 'A beautiful indoor plant believed to bring wealth, positivity, and good fortune. Its lush green leaves add freshness and charm to any space.\r\n\r\nHow to Use:\r\nKeep in indirect sunlight. Water lightly 2–3 times a week. Can be grown in soil or water. Avoid overwatering for best growth.\r\n\r\nBenefits:\r\n\r\nAttracts positive energy & prosperity\r\n\r\nImproves air quality\r\n\r\nLow-maintenance indoor plant\r\n\r\nEnhances home & office décor\r\n\r\nIngredients:\r\nNatural Money Plant with soil or water base (depending on variant).\r\n\r\nOther Information:\r\nComes in a decorative pot or jar, ideal for gifting or interior decoration.\r\n\r\nAdditional Info (5 Words):\r\nGreen | Fresh | Prosperous | Positive | Natural\r\n\r\nWould you like me to create the next one for Tulsi Plant or Aloe Vera Plant in the same format?', NULL, NULL),
(510, 'App\\Models\\Item', 88, 'en', 'name', 'Self Watering Planter', NULL, NULL),
(511, 'App\\Models\\Item', 88, 'en', 'description', 'A beautiful indoor plant believed to bring wealth, positivity, and good fortune. Its lush green leaves add freshness and charm to any space.\r\n\r\nHow to Use:\r\nKeep in indirect sunlight. Water lightly 2–3 times a week. Can be grown in soil or water. Avoid overwatering for best growth.\r\n\r\nBenefits:\r\n\r\nAttracts positive energy & prosperity\r\n\r\nImproves air quality\r\n\r\nLow-maintenance indoor plant\r\n\r\nEnhances home & office décor\r\n\r\nIngredients:\r\nNatural Money Plant with soil or water base (depending on variant).\r\n\r\nOther Information:\r\nComes in a decorative pot or jar, ideal for gifting or interior decoration.\r\n\r\nAdditional Info (5 Words):\r\nGreen | Fresh | Prosperous | Positive | Natural\r\n\r\nWould you like me to create the next one for Tulsi Plant or Aloe Vera Plant in the same format?', NULL, NULL),
(512, 'App\\Models\\Item', 89, 'en', 'name', 'Elegant Terracotta Vase', NULL, NULL),
(513, 'App\\Models\\Item', 89, 'en', 'description', 'A beautiful indoor plant believed to bring wealth, positivity, and good fortune. Its lush green leaves add freshness and charm to any space.\r\n\r\nHow to Use:\r\nKeep in indirect sunlight. Water lightly 2–3 times a week. Can be grown in soil or water. Avoid overwatering for best growth.\r\n\r\nBenefits:\r\n\r\nAttracts positive energy & prosperity\r\n\r\nImproves air quality\r\n\r\nLow-maintenance indoor plant\r\n\r\nEnhances home & office décor\r\n\r\nIngredients:\r\nNatural Money Plant with soil or water base (depending on variant).\r\n\r\nOther Information:\r\nComes in a decorative pot or jar, ideal for gifting or interior decoration.\r\n\r\nAdditional Info (5 Words):\r\nGreen | Fresh | Prosperous | Positive | Natural\r\n\r\nWould you like me to create the next one for Tulsi Plant or Aloe Vera Plant in the same format?', NULL, NULL),
(514, 'App\\Models\\Item', 90, 'en', 'name', 'Spray Money Plant', NULL, NULL),
(515, 'App\\Models\\Item', 90, 'en', 'description', 'A beautiful indoor plant believed to bring wealth, positivity, and good fortune. Its lush green leaves add freshness and charm to any space.\r\n\r\nHow to Use:\r\nKeep in indirect sunlight. Water lightly 2–3 times a week. Can be grown in soil or water. Avoid overwatering for best growth.\r\n\r\nBenefits:\r\n\r\nAttracts positive energy & prosperity\r\n\r\nImproves air quality\r\n\r\nLow-maintenance indoor plant\r\n\r\nEnhances home & office décor\r\n\r\nIngredients:\r\nNatural Money Plant with soil or water base (depending on variant).\r\n\r\nOther Information:\r\nComes in a decorative pot or jar, ideal for gifting or interior decoration.\r\n\r\nAdditional Info (5 Words):\r\nGreen | Fresh | Prosperous | Positive | Natural\r\n\r\nWould you like me to create the next one for Tulsi Plant or Aloe Vera Plant in the same format?', NULL, NULL),
(516, 'App\\Models\\Item', 91, 'en', 'name', 'Botanical Whispers', NULL, NULL),
(517, 'App\\Models\\Item', 91, 'en', 'description', 'A beautiful indoor plant believed to bring wealth, positivity, and good fortune. Its lush green leaves add freshness and charm to any space.\r\n\r\nHow to Use:\r\nKeep in indirect sunlight. Water lightly 2–3 times a week. Can be grown in soil or water. Avoid overwatering for best growth.\r\n\r\nBenefits:\r\n\r\nAttracts positive energy & prosperity\r\n\r\nImproves air quality\r\n\r\nLow-maintenance indoor plant\r\n\r\nEnhances home & office décor\r\n\r\nIngredients:\r\nNatural Money Plant with soil or water base (depending on variant).\r\n\r\nOther Information:\r\nComes in a decorative pot or jar, ideal for gifting or interior decoration.\r\n\r\nAdditional Info (5 Words):\r\nGreen | Fresh | Prosperous | Positive | Natural\r\n\r\nWould you like me to create the next one for Tulsi Plant or Aloe Vera Plant in the same format?', NULL, NULL),
(518, 'App\\Models\\Item', 92, 'en', 'name', 'Pink Aglaonema Plant', NULL, NULL),
(519, 'App\\Models\\Item', 92, 'en', 'description', 'A beautiful indoor plant believed to bring wealth, positivity, and good fortune. Its lush green leaves add freshness and charm to any space.\r\n\r\nHow to Use:\r\nKeep in indirect sunlight. Water lightly 2–3 times a week. Can be grown in soil or water. Avoid overwatering for best growth.\r\n\r\nBenefits:\r\n\r\nAttracts positive energy & prosperity\r\n\r\nImproves air quality\r\n\r\nLow-maintenance indoor plant\r\n\r\nEnhances home & office décor\r\n\r\nIngredients:\r\nNatural Money Plant with soil or water base (depending on variant).\r\n\r\nOther Information:\r\nComes in a decorative pot or jar, ideal for gifting or interior decoration.\r\n\r\nAdditional Info (5 Words):\r\nGreen | Fresh | Prosperous | Positive | Natural\r\n\r\nWould you like me to create the next one for Tulsi Plant or Aloe Vera Plant in the same format?', NULL, NULL),
(520, 'App\\Models\\Item', 93, 'en', 'name', 'Blue Orchid Jute Bouquet', NULL, NULL),
(521, 'App\\Models\\Item', 93, 'en', 'description', 'A beautiful indoor plant believed to bring wealth, positivity, and good fortune. Its lush green leaves add freshness and charm to any space.\r\n\r\nHow to Use:\r\nKeep in indirect sunlight. Water lightly 2–3 times a week. Can be grown in soil or water. Avoid overwatering for best growth.\r\n\r\nBenefits:\r\n\r\nAttracts positive energy & prosperity\r\n\r\nImproves air quality\r\n\r\nLow-maintenance indoor plant\r\n\r\nEnhances home & office décor\r\n\r\nIngredients:\r\nNatural Money Plant with soil or water base (depending on variant).\r\n\r\nOther Information:\r\nComes in a decorative pot or jar, ideal for gifting or interior decoration.\r\n\r\nAdditional Info (5 Words):\r\nGreen | Fresh | Prosperous | Positive | Natural\r\n\r\nWould you like me to create the next one for Tulsi Plant or Aloe Vera Plant in the same format?', NULL, NULL),
(522, 'App\\Models\\Item', 94, 'en', 'name', 'Lily Flower', NULL, NULL),
(523, 'App\\Models\\Item', 94, 'en', 'description', 'Beautifully arranged fresh Lily Flower Bouquets that add elegance and fragrance to every occasion — perfect for gifting or decorating your space.\r\n\r\nHow to Use:\r\nPlace in a clean vase with fresh water. Change the water daily and trim the stems slightly to keep flowers fresh longer.\r\n\r\nBenefits:\r\n\r\nSpreads positivity and freshness\r\n\r\nIdeal for celebrations & gifting\r\n\r\nAdds fragrance and beauty to interiors\r\n\r\nSymbol of purity and love\r\n\r\nIngredients:\r\nFresh Lily Flowers, natural fillers, and decorative wrapping paper.\r\n\r\nOther Information:\r\nHandpicked and freshly arranged by experts to ensure long-lasting freshness and premium quality.\r\n\r\nAdditional Info (5 Words):\r\nFresh | Fragrant | Elegant | Beautiful | Pure\r\n\r\nWould you like me to create the next one for Rose Flower Bouquets or Mixed Flower Bunch in this same format?', NULL, NULL),
(524, 'App\\Models\\Item', 95, 'en', 'name', 'Rose Bookey', NULL, NULL),
(525, 'App\\Models\\Item', 95, 'en', 'description', 'Beautifully arranged fresh Lily Flower Bouquets that add elegance and fragrance to every occasion — perfect for gifting or decorating your space.\r\n\r\nHow to Use:\r\nPlace in a clean vase with fresh water. Change the water daily and trim the stems slightly to keep flowers fresh longer.\r\n\r\nBenefits:\r\n\r\nSpreads positivity and freshness\r\n\r\nIdeal for celebrations & gifting\r\n\r\nAdds fragrance and beauty to interiors\r\n\r\nSymbol of purity and love\r\n\r\nIngredients:\r\nFresh Lily Flowers, natural fillers, and decorative wrapping paper.\r\n\r\nOther Information:\r\nHandpicked and freshly arranged by experts to ensure long-lasting freshness and premium quality.\r\n\r\nAdditional Info (5 Words):\r\nFresh | Fragrant | Elegant | Beautiful | Pure\r\n\r\nWould you like me to create the next one for Rose Flower Bouquets or Mixed Flower Bunch in this same format?', NULL, NULL),
(526, 'App\\Models\\Item', 96, 'en', 'name', 'Mixed Flowers Bouquet', NULL, NULL),
(527, 'App\\Models\\Item', 96, 'en', 'description', 'Beautifully arranged fresh Lily Flower Bouquets that add elegance and fragrance to every occasion — perfect for gifting or decorating your space.\r\n\r\nHow to Use:\r\nPlace in a clean vase with fresh water. Change the water daily and trim the stems slightly to keep flowers fresh longer.\r\n\r\nBenefits:\r\n\r\nSpreads positivity and freshness\r\n\r\nIdeal for celebrations & gifting\r\n\r\nAdds fragrance and beauty to interiors\r\n\r\nSymbol of purity and love\r\n\r\nIngredients:\r\nFresh Lily Flowers, natural fillers, and decorative wrapping paper.\r\n\r\nOther Information:\r\nHandpicked and freshly arranged by experts to ensure long-lasting freshness and premium quality.\r\n\r\nAdditional Info (5 Words):\r\nFresh | Fragrant | Elegant | Beautiful | Pure\r\n\r\nWould you like me to create the next one for Rose Flower Bouquets or Mixed Flower Bunch in this same format?\r\n\r\nC', NULL, NULL),
(528, 'App\\Models\\Item', 97, 'en', 'name', 'Anthurium Red Plant', NULL, NULL),
(529, 'App\\Models\\Item', 97, 'en', 'description', 'A symbol of good luck, positivity, and prosperity — Lucky Bamboo is a beautiful indoor plant that enhances your home’s natural energy and décor.\r\n\r\nHow to Use:\r\nKeep in clean water or moist soil. Place in indirect sunlight. Change water every 7–10 days for healthy growth.\r\n\r\nBenefits:\r\n\r\nBrings good luck and positivity\r\n\r\nPurifies indoor air\r\n\r\nLow maintenance and long-lasting\r\n\r\nPerfect for home or office décor\r\n\r\nIngredients:\r\nNatural Lucky Bamboo plant with water gel or soil base (depending on variant).\r\n\r\nOther Information:\r\nComes in a decorative pot or glass vase. Ideal gift for housewarming, office desk, or festive occasions.\r\n\r\nAdditional Info (5 Words):\r\nLucky | Fresh | Green | Positive | Natural\r\n\r\nWould you like me to make the next one for Tulsi Plant or Money Plant in this same clean style?', NULL, NULL),
(530, 'App\\Models\\Item', 98, 'en', 'name', 'Enduring Dried Florals', NULL, NULL),
(531, 'App\\Models\\Item', 98, 'en', 'description', 'Elegant and long-lasting dried florals, perfect for home décor, gifting, and adding a natural touch of beauty that never fades.\r\n\r\nHow to Use:\r\nPlace in a vase or decorative jar. Keep away from direct sunlight and moisture to maintain color and texture.\r\n\r\nBenefits:\r\n\r\nLong-lasting natural beauty\r\n\r\nZero maintenance required\r\n\r\nEco-friendly home décor choice\r\n\r\nPerfect for crafts & gifting\r\n\r\nIngredients:\r\nNaturally dried flowers and leaves — 100% organic, no artificial scent or color.\r\n\r\nOther Information:\r\nHandcrafted and carefully preserved to retain their natural shape and charm. Suitable for home, office, or event décor.\r\n\r\nAdditional Info (5 Words):\r\nNatural | Elegant | Long-lasting | Eco-friendly | Beautiful\r\n\r\nWould you like me to make the next one for Rose Petals or Pooja Flower Basket in the same style?', NULL, NULL),
(532, 'App\\Models\\Item', 99, 'en', 'name', 'Graceful Dry Flower Medley', NULL, NULL),
(533, 'App\\Models\\Item', 99, 'en', 'description', 'Elegant and long-lasting dried florals, perfect for home décor, gifting, and adding a natural touch of beauty that never fades.\r\n\r\nHow to Use:\r\nPlace in a vase or decorative jar. Keep away from direct sunlight and moisture to maintain color and texture.\r\n\r\nBenefits:\r\n\r\nLong-lasting natural beauty\r\n\r\nZero maintenance required\r\n\r\nEco-friendly home décor choice\r\n\r\nPerfect for crafts & gifting\r\n\r\nIngredients:\r\nNaturally dried flowers and leaves — 100% organic, no artificial scent or color.\r\n\r\nOther Information:\r\nHandcrafted and carefully preserved to retain their natural shape and charm. Suitable for home, office, or event décor.\r\n\r\nAdditional Info (5 Words):\r\nNatural | Elegant | Long-lasting | Eco-friendly | Beautiful\r\n\r\nWould you like me to make the next one for Rose Petals or Pooja Flower Basket in the same style?\r\n\r\nChatGPT can m', NULL, NULL),
(534, 'App\\Models\\Item', 100, 'en', 'name', 'White Rain Lily Bulb', NULL, NULL),
(535, 'App\\Models\\Item', 100, 'en', 'description', 'Elegant and long-lasting dried florals, perfect for home décor, gifting, and adding a natural touch of beauty that never fades.\r\n\r\nHow to Use:\r\nPlace in a vase or decorative jar. Keep away from direct sunlight and moisture to maintain color and texture.\r\n\r\nBenefits:\r\n\r\nLong-lasting natural beauty\r\n\r\nZero maintenance required\r\n\r\nEco-friendly home décor choice\r\n\r\nPerfect for crafts & gifting\r\n\r\nIngredients:\r\nNaturally dried flowers and leaves — 100% organic, no artificial scent or color.\r\n\r\nOther Information:\r\nHandcrafted and carefully preserved to retain their natural shape and charm. Suitable for home, office, or event décor.\r\n\r\nAdditional Info (5 Words):\r\nNatural | Elegant | Long-lasting | Eco-friendly | Beautiful\r\n\r\nWould you like me to make the next one for Rose Petals or Pooja Flower Basket in the same style', NULL, NULL),
(536, 'App\\Models\\Item', 101, 'en', 'name', 'Adenium', NULL, NULL),
(537, 'App\\Models\\Item', 101, 'en', 'description', 'Elegant and long-lasting dried florals, perfect for home décor, gifting, and adding a natural touch of beauty that never fades.\r\n\r\nHow to Use:\r\nPlace in a vase or decorative jar. Keep away from direct sunlight and moisture to maintain color and texture.\r\n\r\nBenefits:\r\n\r\nLong-lasting natural beauty\r\n\r\nZero maintenance required\r\n\r\nEco-friendly home décor choice\r\n\r\nPerfect for crafts & gifting\r\n\r\nIngredients:\r\nNaturally dried flowers and leaves — 100% organic, no artificial scent or color.\r\n\r\nOther Information:\r\nHandcrafted and carefully preserved to retain their natural shape and charm. Suitable for home, office, or event décor.\r\n\r\nAdditional Info (5 Words):\r\nNatural | Elegant | Long-lasting | Eco-friendly | Beautiful\r\n\r\nWould you like me to make the next one for Rose Petals or Pooja Flower Basket in the same style?\r\n\r\nChatGPT can m', NULL, NULL),
(538, 'App\\Models\\Item', 102, 'en', 'name', 'Pink Adenium', NULL, NULL),
(539, 'App\\Models\\Item', 102, 'en', 'description', 'Elegant and long-lasting dried florals, perfect for home décor, gifting, and adding a natural touch of beauty that never fades.\r\n\r\nHow to Use:\r\nPlace in a vase or decorative jar. Keep away from direct sunlight and moisture to maintain color and texture.\r\n\r\nBenefits:\r\n\r\nLong-lasting natural beauty\r\n\r\nZero maintenance required\r\n\r\nEco-friendly home décor choice\r\n\r\nPerfect for crafts & gifting\r\n\r\nIngredients:\r\nNaturally dried flowers and leaves — 100% organic, no artificial scent or color.\r\n\r\nOther Information:\r\nHandcrafted and carefully preserved to retain their natural shape and charm. Suitable for home, office, or event décor.\r\n\r\nAdditional Info (5 Words):\r\nNatural | Elegant | Long-lasting | Eco-friendly | Beautiful\r\n\r\nWould you like me to make the next one for Rose Petals or Pooja Flower Basket in the same styl', NULL, NULL),
(540, 'App\\Models\\Item', 103, 'en', 'name', 'Natures Elegance', NULL, NULL),
(541, 'App\\Models\\Item', 103, 'en', 'description', 'Elegant and long-lasting dried florals, perfect for home décor, gifting, and adding a natural touch of beauty that never fades.\r\n\r\nHow to Use:\r\nPlace in a vase or decorative jar. Keep away from direct sunlight and moisture to maintain color and texture.\r\n\r\nBenefits:\r\n\r\nLong-lasting natural beauty\r\n\r\nZero maintenance required\r\n\r\nEco-friendly home décor choice\r\n\r\nPerfect for crafts & gifting\r\n\r\nIngredients:\r\nNaturally dried flowers and leaves — 100% organic, no artificial scent or color.\r\n\r\nOther Information:\r\nHandcrafted and carefully preserved to retain their natural shape and charm. Suitable for home, office, or event décor.\r\n\r\nAdditional Info (5 Words):\r\nNatural | Elegant | Long-lasting | Eco-friendly | Beautiful\r\n\r\nWould you like me to make the next one for Rose Petals or Pooja Flower Basket in the same style?\r\n\r\nChatGPT can m', NULL, NULL),
(544, 'App\\Models\\Item', 105, 'en', 'name', 'Rajnigandha', NULL, NULL),
(545, 'App\\Models\\Item', 105, 'en', 'description', 'Beautifully arranged fresh Lily Flower Bouquets that add elegance and fragrance to every occasion — perfect for gifting or decorating your space.\r\n\r\nHow to Use:\r\nPlace in a clean vase with fresh water. Change the water daily and trim the stems slightly to keep flowers fresh longer.\r\n\r\nBenefits:\r\n\r\nSpreads positivity and freshness\r\n\r\nIdeal for celebrations & gifting\r\n\r\nAdds fragrance and beauty to interiors\r\n\r\nSymbol of purity and love\r\n\r\nIngredients:\r\nFresh Lily Flowers, natural fillers, and decorative wrapping paper.\r\n\r\nOther Information:\r\nHandpicked and freshly arranged by experts to ensure long-lasting freshness and premium quality.\r\n\r\nAdditional Info (5 Words):\r\nFresh | Fragrant | Elegant | Beautiful | Pure\r\n\r\nWould you like me to create the next one for Rose Flower Bouquets or Mixed Flower Bunch in this same format?', NULL, NULL),
(546, 'App\\Models\\Item', 106, 'en', 'name', 'Mixed Marigold', NULL, NULL),
(547, 'App\\Models\\Item', 106, 'en', 'description', 'Elegant and long-lasting dried florals, perfect for home décor, gifting, and adding a natural touch of beauty that never fades.\r\n\r\nHow to Use:\r\nPlace in a vase or decorative jar. Keep away from direct sunlight and moisture to maintain color and texture.\r\n\r\nBenefits:\r\n\r\nLong-lasting natural beauty\r\n\r\nZero maintenance required\r\n\r\nEco-friendly home décor choice\r\n\r\nPerfect for crafts & gifting\r\n\r\nIngredients:\r\nNaturally dried flowers and leaves — 100% organic, no artificial scent or color.\r\n\r\nOther Information:\r\nHandcrafted and carefully preserved to retain their natural shape and charm. Suitable for home, office, or event décor.\r\n\r\nAdditional Info (5 Words):\r\nNatural | Elegant | Long-lasting | Eco-friendly | Beautiful\r\n\r\nWould you like me to make the next one for Rose Petals or Pooja Flower Basket in the same styl', NULL, NULL),
(548, 'App\\Models\\Item', 107, 'en', 'name', 'Rose', NULL, NULL),
(549, 'App\\Models\\Item', 107, 'en', 'description', 'Elegant and long-lasting dried florals, perfect for home décor, gifting, and adding a natural touch of beauty that never fades.\r\n\r\nHow to Use:\r\nPlace in a vase or decorative jar. Keep away from direct sunlight and moisture to maintain color and texture.\r\n\r\nBenefits:\r\n\r\nLong-lasting natural beauty\r\n\r\nZero maintenance required\r\n\r\nEco-friendly home décor choice\r\n\r\nPerfect for crafts & gifting\r\n\r\nIngredients:\r\nNaturally dried flowers and leaves — 100% organic, no artificial scent or color.\r\n\r\nOther Information:\r\nHandcrafted and carefully preserved to retain their natural shape and charm. Suitable for home, office, or event décor.\r\n\r\nAdditional Info (5 Words):\r\nNatural | Elegant | Long-lasting | Eco-friendly | Beautiful\r\n\r\nWould you like me to make the next one for Rose Petals or Pooja Flower Basket in the same style?', NULL, NULL),
(550, 'App\\Models\\Store', 15, 'en', 'name', 'Indian Fusion Wear', NULL, NULL),
(551, 'App\\Models\\Store', 15, 'en', 'address', 'Boring Road, Patna 80001', NULL, NULL),
(552, 'App\\Models\\Category', 132, 'en', 'name', 'Women Clothing', NULL, NULL),
(554, 'App\\Models\\Category', 134, 'en', 'name', 'Men\'s Clothing', NULL, NULL),
(555, 'App\\Models\\Category', 135, 'en', 'name', 'Handbage', NULL, NULL),
(556, 'App\\Models\\Category', 136, 'en', 'name', 'Watch', NULL, NULL),
(557, 'App\\Models\\Category', 137, 'en', 'name', 'Luggage', NULL, NULL),
(558, 'App\\Models\\Category', 138, 'en', 'name', 'Footwear', NULL, NULL),
(559, 'App\\Models\\Category', 139, 'en', 'name', 'Kids', NULL, NULL),
(560, 'App\\Models\\Category', 140, 'en', 'name', 'Jewellery', NULL, NULL),
(561, 'App\\Models\\Category', 141, 'en', 'name', 'Sunglasses', NULL, NULL),
(562, 'App\\Models\\Category', 142, 'en', 'name', 'Girls', NULL, NULL),
(563, 'App\\Models\\Category', 143, 'en', 'name', 'Beauty', NULL, NULL),
(564, 'App\\Models\\Category', 144, 'en', 'name', 'Jutti', NULL, NULL),
(565, 'App\\Models\\Category', 145, 'en', 'name', 'Tennsus', NULL, NULL),
(566, 'App\\Models\\Category', 146, 'en', 'name', 'Feshon', NULL, NULL),
(567, 'App\\Models\\Category', 147, 'en', 'name', 'Parfums', NULL, NULL),
(568, 'App\\Models\\Category', 148, 'en', 'name', 'Serve', NULL, NULL);
INSERT INTO `translations` (`id`, `translationable_type`, `translationable_id`, `locale`, `key`, `value`, `created_at`, `updated_at`) VALUES
(569, 'App\\Models\\Category', 149, 'en', 'name', 'Festive', NULL, NULL),
(570, 'App\\Models\\Item', 108, 'en', 'name', 'Silk Saree', NULL, NULL),
(571, 'App\\Models\\Item', 108, 'en', 'description', 'A timeless and elegant traditional Indian attire that beautifully blends grace and culture. Perfect for festive occasions, weddings, and daily wear.\r\n\r\nHow to Use:\r\nDrape neatly around the waist and over the shoulder. Pair with a matching blouse and accessories for a complete traditional look.\r\n\r\nBenefits:\r\n\r\nEnhances traditional and elegant style\r\n\r\nSuitable for all occasions\r\n\r\nComfortable and breathable fabric\r\n\r\nSymbol of Indian heritage and grace\r\n\r\nIngredients:\r\nPremium quality fabric — cotton, silk, georgette, or chiffon (as per variant).\r\n\r\nOther Information:\r\nAvailable in multiple colors and designs. Lightweight, easy to drape, and crafted for comfort and elegance.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Traditional | Stylish | Comfortable | Graceful\r\n\r\nWould you like me to prepare the next one for Kurti, Lehenga, or Dupatta in this same appealing forma', NULL, NULL),
(572, 'App\\Models\\Item', 109, 'en', 'name', 'Rayon Kurta with Pant and Dupatta', NULL, NULL),
(573, 'App\\Models\\Item', 109, 'en', 'description', 'A timeless and elegant traditional Indian attire that beautifully blends grace and culture. Perfect for festive occasions, weddings, and daily wear.\r\n\r\nHow to Use:\r\nDrape neatly around the waist and over the shoulder. Pair with a matching blouse and accessories for a complete traditional look.\r\n\r\nBenefits:\r\n\r\nEnhances traditional and elegant style\r\n\r\nSuitable for all occasions\r\n\r\nComfortable and breathable fabric\r\n\r\nSymbol of Indian heritage and grace\r\n\r\nIngredients:\r\nPremium quality fabric — cotton, silk, georgette, or chiffon (as per variant).\r\n\r\nOther Information:\r\nAvailable in multiple colors and designs. Lightweight, easy to drape, and crafted for comfort and elegance.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Traditional | Stylish | Comfortable | Graceful\r\n\r\nWould you like me to prepare the next one for Kurti, Lehenga, or Dupatta in this same appealing format?', NULL, NULL),
(574, 'App\\Models\\Item', 110, 'en', 'name', 'Tshirt', NULL, NULL),
(575, 'App\\Models\\Item', 110, 'en', 'description', 'Soft, stylish, and comfortable — this T-shirt is designed for everyday wear. Perfect for casual outings, workouts, or relaxed home days.\r\n\r\nHow to Use:\r\nPair with jeans, shorts, or joggers. Machine wash with similar colors and dry in shade for long-lasting freshness.\r\n\r\nBenefits:\r\n\r\nSoft and breathable fabric\r\n\r\nPerfect for daily comfort\r\n\r\nEasy to wash and maintain\r\n\r\nTrendy and versatile style\r\n\r\nIngredients:\r\n100% Cotton / Cotton Blend (as per variant). No harmful dyes or chemicals used.\r\n\r\nOther Information:\r\nAvailable in multiple sizes and colors. Designed for a perfect fit and all-day comfort.\r\n\r\nAdditional Info (5 Words):\r\nComfortable | Stylish | Soft | Breathable | Durable', NULL, NULL),
(576, 'App\\Models\\Item', 111, 'en', 'name', 'Plain Classic Fit T-Shirt', NULL, NULL),
(577, 'App\\Models\\Item', 111, 'en', 'description', 'Soft, stylish, and comfortable — this T-shirt is designed for everyday wear. Perfect for casual outings, workouts, or relaxed home days.\r\n\r\nHow to Use:\r\nPair with jeans, shorts, or joggers. Machine wash with similar colors and dry in shade for long-lasting freshness.\r\n\r\nBenefits:\r\n\r\nSoft and breathable fabric\r\n\r\nPerfect for daily comfort\r\n\r\nEasy to wash and maintain\r\n\r\nTrendy and versatile style\r\n\r\nIngredients:\r\n100% Cotton / Cotton Blend (as per variant). No harmful dyes or chemicals used.\r\n\r\nOther Information:\r\nAvailable in multiple sizes and colors. Designed for a perfect fit and all-day comfort.\r\n\r\nAdditional Info (5 Words):\r\nComfortable | Stylish | Soft | Breathable | Durable', NULL, NULL),
(578, 'App\\Models\\Item', 112, 'en', 'name', 'White tshirt', NULL, NULL),
(579, 'App\\Models\\Item', 112, 'en', 'description', 'Soft, stylish, and comfortable — this T-shirt is designed for everyday wear. Perfect for casual outings, workouts, or relaxed home days.\r\n\r\nHow to Use:\r\nPair with jeans, shorts, or joggers. Machine wash with similar colors and dry in shade for long-lasting freshness.\r\n\r\nBenefits:\r\n\r\nSoft and breathable fabric\r\n\r\nPerfect for daily comfort\r\n\r\nEasy to wash and maintain\r\n\r\nTrendy and versatile style\r\n\r\nIngredients:\r\n100% Cotton / Cotton Blend (as per variant). No harmful dyes or chemicals used.\r\n\r\nOther Information:\r\nAvailable in multiple sizes and colors. Designed for a perfect fit and all-day comfort.\r\n\r\nAdditional Info (5 Words):\r\nComfortable | Stylish | Soft | Breathable | Durable', NULL, NULL),
(580, 'App\\Models\\Item', 113, 'en', 'name', 'tshirt', NULL, NULL),
(581, 'App\\Models\\Item', 113, 'en', 'description', 'Soft, stylish, and comfortable — this T-shirt is designed for everyday wear. Perfect for casual outings, workouts, or relaxed home days.\r\n\r\nHow to Use:\r\nPair with jeans, shorts, or joggers. Machine wash with similar colors and dry in shade for long-lasting freshness.\r\n\r\nBenefits:\r\n\r\nSoft and breathable fabric\r\n\r\nPerfect for daily comfort\r\n\r\nEasy to wash and maintain\r\n\r\nTrendy and versatile style\r\n\r\nIngredients:\r\n100% Cotton / Cotton Blend (as per variant). No harmful dyes or chemicals used.\r\n\r\nOther Information:\r\nAvailable in multiple sizes and colors. Designed for a perfect fit and all-day comfort.\r\n\r\nAdditional Info (5 Words):\r\nComfortable | Stylish | Soft | Breathable | Durable', NULL, NULL),
(582, 'App\\Models\\Item', 114, 'en', 'name', 'Shoes', NULL, NULL),
(583, 'App\\Models\\Item', 114, 'en', 'description', 'Soft, stylish, and comfortable — this T-shirt is designed for everyday wear. Perfect for casual outings, workouts, or relaxed home days.\r\n\r\nHow to Use:\r\nPair with jeans, shorts, or joggers. Machine wash with similar colors and dry in shade for long-lasting freshness.\r\n\r\nBenefits:\r\n\r\nSoft and breathable fabric\r\n\r\nPerfect for daily comfort\r\n\r\nEasy to wash and maintain\r\n\r\nTrendy and versatile style\r\n\r\nIngredients:\r\n100% Cotton / Cotton Blend (as per variant). No harmful dyes or chemicals used.\r\n\r\nOther Information:\r\nAvailable in multiple sizes and colors. Designed for a perfect fit and all-day comfort.\r\n\r\nAdditional Info (5 Words):\r\nComfortable | Stylish | Soft | Breathable | Durable', NULL, NULL),
(584, 'App\\Models\\Item', 115, 'en', 'name', 'Shoes', NULL, NULL),
(585, 'App\\Models\\Item', 115, 'en', 'description', 'Trendy, durable, and comfortable shoes designed for daily wear, sports, or casual outings. Made to provide the perfect balance of style and comfort.\r\n\r\nHow to Use:\r\nWear with socks for better comfort. Clean with a soft brush or damp cloth. Keep in a dry place when not in use.\r\n\r\nBenefits:\r\n\r\nProvides all-day comfort\r\n\r\nStylish and versatile design\r\n\r\nLightweight and durable\r\n\r\nEnhances performance and support\r\n\r\nIngredients:\r\nHigh-quality synthetic / mesh / leather material (depending on variant), cushioned sole, and breathable lining.\r\n\r\nOther Information:\r\nAvailable in multiple sizes and colors. Ideal for walking, running, gym, or everyday use.\r\n\r\nAdditional Info (5 Words):\r\nComfortable | Durable | Stylish | Lightweight | Trendy', NULL, NULL),
(586, 'App\\Models\\Item', 116, 'en', 'name', 'Walking Shoes', NULL, NULL),
(587, 'App\\Models\\Item', 116, 'en', 'description', 'Trendy, durable, and comfortable shoes designed for daily wear, sports, or casual outings. Made to provide the perfect balance of style and comfort.\r\n\r\nHow to Use:\r\nWear with socks for better comfort. Clean with a soft brush or damp cloth. Keep in a dry place when not in use.\r\n\r\nBenefits:\r\n\r\nProvides all-day comfort\r\n\r\nStylish and versatile design\r\n\r\nLightweight and durable\r\n\r\nEnhances performance and support\r\n\r\nIngredients:\r\nHigh-quality synthetic / mesh / leather material (depending on variant), cushioned sole, and breathable lining.\r\n\r\nOther Information:\r\nAvailable in multiple sizes and colors. Ideal for walking, running, gym, or everyday use.\r\n\r\nAdditional Info (5 Words):\r\nComfortable | Durable | Stylish | Lightweight | Trendy', NULL, NULL),
(588, 'App\\Models\\Item', 117, 'en', 'name', 'Women Casual Sneaker', NULL, NULL),
(589, 'App\\Models\\Item', 117, 'en', 'description', 'Trendy, durable, and comfortable shoes designed for daily wear, sports, or casual outings. Made to provide the perfect balance of style and comfort.\r\n\r\nHow to Use:\r\nWear with socks for better comfort. Clean with a soft brush or damp cloth. Keep in a dry place when not in use.\r\n\r\nBenefits:\r\n\r\nProvides all-day comfort\r\n\r\nStylish and versatile design\r\n\r\nLightweight and durable\r\n\r\nEnhances performance and support\r\n\r\nIngredients:\r\nHigh-quality synthetic / mesh / leather material (depending on variant), cushioned sole, and breathable lining.\r\n\r\nOther Information:\r\nAvailable in multiple sizes and colors. Ideal for walking, running, gym, or everyday use.\r\n\r\nAdditional Info (5 Words):\r\nComfortable | Durable | Stylish | Lightweight | Trendy', NULL, NULL),
(590, 'App\\Models\\Item', 118, 'en', 'name', 'Sports Shoes for Women', NULL, NULL),
(591, 'App\\Models\\Item', 118, 'en', 'description', 'Trendy, durable, and comfortable shoes designed for daily wear, sports, or casual outings. Made to provide the perfect balance of style and comfort.\r\n\r\nHow to Use:\r\nWear with socks for better comfort. Clean with a soft brush or damp cloth. Keep in a dry place when not in use.\r\n\r\nBenefits:\r\n\r\nProvides all-day comfort\r\n\r\nStylish and versatile design\r\n\r\nLightweight and durable\r\n\r\nEnhances performance and support\r\n\r\nIngredients:\r\nHigh-quality synthetic / mesh / leather material (depending on variant), cushioned sole, and breathable lining.\r\n\r\nOther Information:\r\nAvailable in multiple sizes and colors. Ideal for walking, running, gym, or everyday use.\r\n\r\nAdditional Info (5 Words):\r\nComfortable | Durable | Stylish | Lightweight | Trendy', NULL, NULL),
(592, 'App\\Models\\Item', 119, 'en', 'name', 'Lino PerrosTote Bag', NULL, NULL),
(593, 'App\\Models\\Item', 119, 'en', 'description', 'Stylish and functional hand bag designed to complement any outfit. Perfect for daily use, travel, office, or special occasions.\r\n\r\nHow to Use:\r\nCarry by hand or over the shoulder. Keep accessories, essentials, and makeup organized inside multiple compartments.\r\n\r\nBenefits:\r\n\r\nStylish and elegant design\r\n\r\nSpacious and easy to carry\r\n\r\nDurable material with smooth finish\r\n\r\nPerfect for casual or formal looks\r\n\r\nIngredients:\r\nPremium quality leather / PU / fabric material (depending on variant) with strong zippers and handles.\r\n\r\nOther Information:\r\nAvailable in various colors and styles. Lightweight, durable, and crafted for both fashion and function.\r\n\r\nAdditional Info (5 Words):\r\nStylish | Durable | Spacious | Elegant | Trendy', NULL, NULL),
(594, 'App\\Models\\Item', 120, 'en', 'name', 'Miraggio', NULL, NULL),
(595, 'App\\Models\\Item', 120, 'en', 'description', 'Stylish and functional hand bag designed to complement any outfit. Perfect for daily use, travel, office, or special occasions.\r\n\r\nHow to Use:\r\nCarry by hand or over the shoulder. Keep accessories, essentials, and makeup organized inside multiple compartments.\r\n\r\nBenefits:\r\n\r\nStylish and elegant design\r\n\r\nSpacious and easy to carry\r\n\r\nDurable material with smooth finish\r\n\r\nPerfect for casual or formal looks\r\n\r\nIngredients:\r\nPremium quality leather / PU / fabric material (depending on variant) with strong zippers and handles.\r\n\r\nOther Information:\r\nAvailable in various colors and styles. Lightweight, durable, and crafted for both fashion and function.\r\n\r\nAdditional Info (5 Words):\r\nStylish | Durable | Spacious | Elegant | Trendy', NULL, NULL),
(596, 'App\\Models\\Item', 121, 'en', 'name', 'INOVERA', NULL, NULL),
(597, 'App\\Models\\Item', 121, 'en', 'description', 'Stylish and functional hand bag designed to complement any outfit. Perfect for daily use, travel, office, or special occasions.\r\n\r\nHow to Use:\r\nCarry by hand or over the shoulder. Keep accessories, essentials, and makeup organized inside multiple compartments.\r\n\r\nBenefits:\r\n\r\nStylish and elegant design\r\n\r\nSpacious and easy to carry\r\n\r\nDurable material with smooth finish\r\n\r\nPerfect for casual or formal looks\r\n\r\nIngredients:\r\nPremium quality leather / PU / fabric material (depending on variant) with strong zippers and handles.\r\n\r\nOther Information:\r\nAvailable in various colors and styles. Lightweight, durable, and crafted for both fashion and function.\r\n\r\nAdditional Info (5 Words):\r\nStylish | Durable | Spacious | Elegant | Trendy', NULL, NULL),
(598, 'App\\Models\\Item', 122, 'en', 'name', 'Women Evening Hand', NULL, NULL),
(599, 'App\\Models\\Item', 122, 'en', 'description', 'Stylish and functional hand bag designed to complement any outfit. Perfect for daily use, travel, office, or special occasions.\r\n\r\nHow to Use:\r\nCarry by hand or over the shoulder. Keep accessories, essentials, and makeup organized inside multiple compartments.\r\n\r\nBenefits:\r\n\r\nStylish and elegant design\r\n\r\nSpacious and easy to carry\r\n\r\nDurable material with smooth finish\r\n\r\nPerfect for casual or formal looks\r\n\r\nIngredients:\r\nPremium quality leather / PU / fabric material (depending on variant) with strong zippers and handles.\r\n\r\nOther Information:\r\nAvailable in various colors and styles. Lightweight, durable, and crafted for both fashion and function.\r\n\r\nAdditional Info (5 Words):\r\nStylish | Durable | Spacious | Elegant | TrendyStylish and functional hand bag designed to complement any outfit. Perfect for daily use, travel, office, or special occasions.\r\n\r\nHow to Use:\r\nCarry by hand or over the shoulder. Keep accessories, essentials, and makeup organized inside multiple compartments.\r\n\r\nBenefits:\r\n\r\nStylish and elegant design\r\n\r\nSpacious and easy to carry\r\n\r\nDurable material with smooth finish\r\n\r\nPerfect for casual or formal looks\r\n\r\nIngredients:\r\nPremium quality leather / PU / fabric material (depending on variant) with strong zippers and handles.\r\n\r\nOther Information:\r\nAvailable in various colors and styles. Lightweight, durable, and crafted for both fashion and function.\r\n\r\nAdditional Info (5 Words):\r\nStylish | Durable | Spacious | Elegant | Trendy', NULL, NULL),
(600, 'App\\Models\\Item', 123, 'en', 'name', 'Estele Designer Earings', NULL, NULL),
(601, 'App\\Models\\Item', 123, 'en', 'description', 'Beautifully crafted Estele Designer Earrings that add a touch of luxury and elegance to any outfit. Perfect for parties, weddings, and festive occasions.\r\n\r\nHow to Use:\r\nWear with traditional or western outfits. Keep away from water, perfume, and direct sunlight to maintain shine and quality.\r\n\r\nBenefits:\r\n\r\nEnhances your style and elegance\r\n\r\nLightweight and comfortable to wear\r\n\r\nPerfect for all occasions\r\n\r\nAdds sparkle to your look\r\n\r\nIngredients:\r\nHigh-quality alloy metal with gold / silver plating, premium stones, and anti-allergic coating.\r\n\r\nOther Information:\r\nDesigned with precision and craftsmanship. Packed in a premium box — ideal for gifting or personal use.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Stylish | Premium | Lightweight | Sparkling', NULL, NULL),
(602, 'App\\Models\\Item', 124, 'en', 'name', 'Traditional Necklace Jewellery', NULL, NULL),
(603, 'App\\Models\\Item', 124, 'en', 'description', 'Beautifully crafted Estele Designer Earrings that add a touch of luxury and elegance to any outfit. Perfect for parties, weddings, and festive occasions.\r\n\r\nHow to Use:\r\nWear with traditional or western outfits. Keep away from water, perfume, and direct sunlight to maintain shine and quality.\r\n\r\nBenefits:\r\n\r\nEnhances your style and elegance\r\n\r\nLightweight and comfortable to wear\r\n\r\nPerfect for all occasions\r\n\r\nAdds sparkle to your look\r\n\r\nIngredients:\r\nHigh-quality alloy metal with gold / silver plating, premium stones, and anti-allergic coating.\r\n\r\nOther Information:\r\nDesigned with precision and craftsmanship. Packed in a premium box — ideal for gifting or personal use.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Stylish | Premium | Lightweight | Sparkling', NULL, NULL),
(604, 'App\\Models\\Item', 125, 'en', 'name', 'Finger Ring', NULL, NULL),
(605, 'App\\Models\\Item', 125, 'en', 'description', 'Beautifully crafted Estele Designer Earrings that add a touch of luxury and elegance to any outfit. Perfect for parties, weddings, and festive occasions.\r\n\r\nHow to Use:\r\nWear with traditional or western outfits. Keep away from water, perfume, and direct sunlight to maintain shine and quality.\r\n\r\nBenefits:\r\n\r\nEnhances your style and elegance\r\n\r\nLightweight and comfortable to wear\r\n\r\nPerfect for all occasions\r\n\r\nAdds sparkle to your look\r\n\r\nIngredients:\r\nHigh-quality alloy metal with gold / silver plating, premium stones, and anti-allergic coating.\r\n\r\nOther Information:\r\nDesigned with precision and craftsmanship. Packed in a premium box — ideal for gifting or personal use.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Stylish | Premium | Lightweight | Sparkling', NULL, NULL),
(606, 'App\\Models\\Item', 126, 'en', 'name', 'Beads Ethnic Bracelet', NULL, NULL),
(607, 'App\\Models\\Item', 126, 'en', 'description', 'Beautifully crafted Estele Designer Earrings that add a touch of luxury and elegance to any outfit. Perfect for parties, weddings, and festive occasions.\r\n\r\nHow to Use:\r\nWear with traditional or western outfits. Keep away from water, perfume, and direct sunlight to maintain shine and quality.\r\n\r\nBenefits:\r\n\r\nEnhances your style and elegance\r\n\r\nLightweight and comfortable to wear\r\n\r\nPerfect for all occasions\r\n\r\nAdds sparkle to your look\r\n\r\nIngredients:\r\nHigh-quality alloy metal with gold / silver plating, premium stones, and anti-allergic coating.\r\n\r\nOther Information:\r\nDesigned with precision and craftsmanship. Packed in a premium box — ideal for gifting or personal use.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Stylish | Premium | Lightweight | Sparkling', NULL, NULL),
(608, 'App\\Models\\Item', 127, 'en', 'name', 'Beads Ethnic Bracelet', NULL, NULL),
(609, 'App\\Models\\Item', 127, 'en', 'description', 'Beautifully crafted Estele Designer Earrings that add a touch of luxury and elegance to any outfit. Perfect for parties, weddings, and festive occasions.\r\n\r\nHow to Use:\r\nWear with traditional or western outfits. Keep away from water, perfume, and direct sunlight to maintain shine and quality.\r\n\r\nBenefits:\r\n\r\nEnhances your style and elegance\r\n\r\nLightweight and comfortable to wear\r\n\r\nPerfect for all occasions\r\n\r\nAdds sparkle to your look\r\n\r\nIngredients:\r\nHigh-quality alloy metal with gold / silver plating, premium stones, and anti-allergic coating.\r\n\r\nOther Information:\r\nDesigned with precision and craftsmanship. Packed in a premium box — ideal for gifting or personal use.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Stylish | Premium | Lightweight | Sparkling', NULL, NULL),
(610, 'App\\Models\\Item', 128, 'en', 'name', 'Rhodium-Plated', NULL, NULL),
(611, 'App\\Models\\Item', 128, 'en', 'description', 'Beautifully crafted Estele Designer Earrings that add a touch of luxury and elegance to any outfit. Perfect for parties, weddings, and festive occasions.\r\n\r\nHow to Use:\r\nWear with traditional or western outfits. Keep away from water, perfume, and direct sunlight to maintain shine and quality.\r\n\r\nBenefits:\r\n\r\nEnhances your style and elegance\r\n\r\nLightweight and comfortable to wear\r\n\r\nPerfect for all occasions\r\n\r\nAdds sparkle to your look\r\n\r\nIngredients:\r\nHigh-quality alloy metal with gold / silver plating, premium stones, and anti-allergic coating.\r\n\r\nOther Information:\r\nDesigned with precision and craftsmanship. Packed in a premium box — ideal for gifting or personal use.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Stylish | Premium | Lightweight | Sparkling', NULL, NULL),
(612, 'App\\Models\\Item', 129, 'en', 'name', 'ADAMO Analog Rose Gold', NULL, NULL),
(613, 'App\\Models\\Item', 129, 'en', 'description', 'A stylish and timeless watch designed to elevate your look. Perfect blend of elegance and functionality for daily wear or special occasions.\r\n\r\nHow to Use:\r\nAdjust the strap for a comfortable fit. Avoid direct contact with water, perfume, or chemicals to maintain shine and durability.\r\n\r\nBenefits:\r\n\r\nEnhances your everyday style\r\n\r\nDurable and long-lasting build\r\n\r\nAccurate timekeeping mechanism\r\n\r\nSuitable for formal and casual wear\r\n\r\nIngredients:\r\nHigh-quality stainless steel / leather strap (depending on variant) with quartz movement and scratch-resistant glass.\r\n\r\nOther Information:\r\nAvailable in various styles and colors. Comes in a premium box — ideal for personal use or gifting.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Durable | Stylish | Premium | Timeless', NULL, NULL),
(614, 'App\\Models\\Item', 130, 'en', 'name', 'Blue Watch', NULL, NULL),
(615, 'App\\Models\\Item', 130, 'en', 'description', 'A stylish and timeless watch designed to elevate your look. Perfect blend of elegance and functionality for daily wear or special occasions.\r\n\r\nHow to Use:\r\nAdjust the strap for a comfortable fit. Avoid direct contact with water, perfume, or chemicals to maintain shine and durability.\r\n\r\nBenefits:\r\n\r\nEnhances your everyday style\r\n\r\nDurable and long-lasting build\r\n\r\nAccurate timekeeping mechanism\r\n\r\nSuitable for formal and casual wear\r\n\r\nIngredients:\r\nHigh-quality stainless steel / leather strap (depending on variant) with quartz movement and scratch-resistant glass.\r\n\r\nOther Information:\r\nAvailable in various styles and colors. Comes in a premium box — ideal for personal use or gifting.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Durable | Stylish | Premium | Timeless', NULL, NULL),
(616, 'App\\Models\\Item', 131, 'en', 'name', 'LORENZ Watch', NULL, NULL),
(617, 'App\\Models\\Item', 131, 'en', 'description', 'A stylish and timeless watch designed to elevate your look. Perfect blend of elegance and functionality for daily wear or special occasions.\r\n\r\nHow to Use:\r\nAdjust the strap for a comfortable fit. Avoid direct contact with water, perfume, or chemicals to maintain shine and durability.\r\n\r\nBenefits:\r\n\r\nEnhances your everyday style\r\n\r\nDurable and long-lasting build\r\n\r\nAccurate timekeeping mechanism\r\n\r\nSuitable for formal and casual wear\r\n\r\nIngredients:\r\nHigh-quality stainless steel / leather strap (depending on variant) with quartz movement and scratch-resistant glass.\r\n\r\nOther Information:\r\nAvailable in various styles and colors. Comes in a premium box — ideal for personal use or gifting.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Durable | Stylish | Premium | Timeless', NULL, NULL),
(618, 'App\\Models\\Item', 132, 'en', 'name', 'NIBOSI Watche', NULL, NULL),
(619, 'App\\Models\\Item', 132, 'en', 'description', 'A stylish and timeless watch designed to elevate your look. Perfect blend of elegance and functionality for daily wear or special occasions.\r\n\r\nHow to Use:\r\nAdjust the strap for a comfortable fit. Avoid direct contact with water, perfume, or chemicals to maintain shine and durability.\r\n\r\nBenefits:\r\n\r\nEnhances your everyday style\r\n\r\nDurable and long-lasting build\r\n\r\nAccurate timekeeping mechanism\r\n\r\nSuitable for formal and casual wear\r\n\r\nIngredients:\r\nHigh-quality stainless steel / leather strap (depending on variant) with quartz movement and scratch-resistant glass.\r\n\r\nOther Information:\r\nAvailable in various styles and colors. Comes in a premium box — ideal for personal use or gifting.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Durable | Stylish | Premium | Timeless', NULL, NULL),
(620, 'App\\Models\\Item', 133, 'en', 'name', 'Men watch', NULL, NULL),
(621, 'App\\Models\\Item', 133, 'en', 'description', 'A stylish and timeless watch designed to elevate your look. Perfect blend of elegance and functionality for daily wear or special occasions.\r\n\r\nHow to Use:\r\nAdjust the strap for a comfortable fit. Avoid direct contact with water, perfume, or chemicals to maintain shine and durability.\r\n\r\nBenefits:\r\n\r\nEnhances your everyday style\r\n\r\nDurable and long-lasting build\r\n\r\nAccurate timekeeping mechanism\r\n\r\nSuitable for formal and casual wear\r\n\r\nIngredients:\r\nHigh-quality stainless steel / leather strap (depending on variant) with quartz movement and scratch-resistant glass.\r\n\r\nOther Information:\r\nAvailable in various styles and colors. Comes in a premium box — ideal for personal use or gifting.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Durable | Stylish | Premium | Timeless', NULL, NULL),
(622, 'App\\Models\\Item', 134, 'en', 'name', 'Luxury Dial', NULL, NULL),
(623, 'App\\Models\\Item', 134, 'en', 'description', 'A stylish and timeless watch designed to elevate your look. Perfect blend of elegance and functionality for daily wear or special occasions.\r\n\r\nHow to Use:\r\nAdjust the strap for a comfortable fit. Avoid direct contact with water, perfume, or chemicals to maintain shine and durability.\r\n\r\nBenefits:\r\n\r\nEnhances your everyday style\r\n\r\nDurable and long-lasting build\r\n\r\nAccurate timekeeping mechanism\r\n\r\nSuitable for formal and casual wear\r\n\r\nIngredients:\r\nHigh-quality stainless steel / leather strap (depending on variant) with quartz movement and scratch-resistant glass.\r\n\r\nOther Information:\r\nAvailable in various styles and colors. Comes in a premium box — ideal for personal use or gifting.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Durable | Stylish | Premium | Timeless', NULL, NULL),
(624, 'App\\Models\\Item', 135, 'en', 'name', 'U.S. POLO ASSN.', NULL, NULL),
(625, 'App\\Models\\Item', 135, 'en', 'description', 'Beautifully crafted Estele Designer Earrings that add a touch of luxury and elegance to any outfit. Perfect for parties, weddings, and festive occasions.\r\n\r\nHow to Use:\r\nWear with traditional or western outfits. Keep away from water, perfume, and direct sunlight to maintain shine and quality.\r\n\r\nBenefits:\r\n\r\nEnhances your style and elegance\r\n\r\nLightweight and comfortable to wear\r\n\r\nPerfect for all occasions\r\n\r\nAdds sparkle to your look\r\n\r\nIngredients:\r\nHigh-quality alloy metal with gold / silver plating, premium stones, and anti-allergic coating.\r\n\r\nOther Information:\r\nDesigned with precision and craftsmanship. Packed in a premium box — ideal for gifting or personal use.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Stylish | Premium | Lightweight | Sparkling', NULL, NULL),
(626, 'App\\Models\\Item', 136, 'en', 'name', 'Puma Womens', NULL, NULL),
(627, 'App\\Models\\Item', 136, 'en', 'description', 'A stylish and timeless watch designed to elevate your look. Perfect blend of elegance and functionality for daily wear or special occasions.\r\n\r\nHow to Use:\r\nAdjust the strap for a comfortable fit. Avoid direct contact with water, perfume, or chemicals to maintain shine and durability.\r\n\r\nBenefits:\r\n\r\nEnhances your everyday style\r\n\r\nDurable and long-lasting build\r\n\r\nAccurate timekeeping mechanism\r\n\r\nSuitable for formal and casual wear\r\n\r\nIngredients:\r\nHigh-quality stainless steel / leather strap (depending on variant) with quartz movement and scratch-resistant glass.\r\n\r\nOther Information:\r\nAvailable in various styles and colors. Comes in a premium box — ideal for personal use or gifting.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Durable | Stylish | Premium | Timeless', NULL, NULL),
(628, 'App\\Models\\Item', 137, 'en', 'name', 'Lacoste Men\'s Polo Shirt', NULL, NULL),
(629, 'App\\Models\\Item', 137, 'en', 'description', 'Comfortable, stylish, and made for everyday wear — this T-shirt offers the perfect blend of softness, breathability, and casual fashion.\r\n\r\nHow to Use:\r\nPair with jeans, shorts, or joggers. Machine wash with similar colors and dry in shade for long-lasting comfort.\r\n\r\nBenefits:\r\n\r\nSoft and skin-friendly fabric\r\n\r\nBreathable and lightweight\r\n\r\nEasy to wash and maintain\r\n\r\nPerfect for casual or daily wear\r\n\r\nIngredients:\r\n100% Cotton / Cotton Blend (as per variant). No harmful dyes or chemicals used.\r\n\r\nOther Information:\r\nAvailable in multiple colors and sizes. Designed for all-day comfort and modern style.\r\n\r\nAdditional Info (5 Words):\r\nComfortable | Stylish | Soft | Breathable | Trendy', NULL, NULL),
(630, 'App\\Models\\Item', 138, 'en', 'name', 'Lacoste Men\'s Polos', NULL, NULL),
(631, 'App\\Models\\Item', 138, 'en', 'description', 'Comfortable, stylish, and made for everyday wear — this T-shirt offers the perfect blend of softness, breathability, and casual fashion.\r\n\r\nHow to Use:\r\nPair with jeans, shorts, or joggers. Machine wash with similar colors and dry in shade for long-lasting comfort.\r\n\r\nBenefits:\r\n\r\nSoft and skin-friendly fabric\r\n\r\nBreathable and lightweight\r\n\r\nEasy to wash and maintain\r\n\r\nPerfect for casual or daily wear\r\n\r\nIngredients:\r\n100% Cotton / Cotton Blend (as per variant). No harmful dyes or chemicals used.\r\n\r\nOther Information:\r\nAvailable in multiple colors and sizes. Designed for all-day comfort and modern style.\r\n\r\nAdditional Info (5 Words):\r\nComfortable | Stylish | Soft | Breathable | Trendy', NULL, NULL),
(632, 'App\\Models\\Item', 139, 'en', 'name', 'Cat eye Sunglasses', NULL, NULL),
(633, 'App\\Models\\Item', 139, 'en', 'description', 'Trendy and protective sunglasses designed to enhance your style while shielding your eyes from harmful UV rays. Perfect for travel, driving, or outdoor fun.\r\n\r\nHow to Use:\r\nWear during outdoor activities. Clean gently with a soft microfiber cloth. Store in a case to prevent scratches.\r\n\r\nBenefits:\r\n\r\nProtects eyes from UV rays\r\n\r\nReduces glare and eye strain\r\n\r\nLightweight and comfortable fit\r\n\r\nAdds a stylish look to any outfit\r\n\r\nIngredients:\r\nHigh-quality plastic / metal frame with UV-protected, scratch-resistant lenses.\r\n\r\nOther Information:\r\nAvailable in multiple colors and designs. Suitable for men, women, and unisex styles.\r\n\r\nAdditional Info (5 Words):\r\nStylish | Protective | Lightweight | Durable | Trendy', NULL, NULL),
(634, 'App\\Models\\Item', 140, 'en', 'name', 'CREEK Square Unisex Sunglasses', NULL, NULL),
(635, 'App\\Models\\Item', 140, 'en', 'description', 'Trendy and protective sunglasses designed to enhance your style while shielding your eyes from harmful UV rays. Perfect for travel, driving, or outdoor fun.\r\n\r\nHow to Use:\r\nWear during outdoor activities. Clean gently with a soft microfiber cloth. Store in a case to prevent scratches.\r\n\r\nBenefits:\r\n\r\nProtects eyes from UV rays\r\n\r\nReduces glare and eye strain\r\n\r\nLightweight and comfortable fit\r\n\r\nAdds a stylish look to any outfit\r\n\r\nIngredients:\r\nHigh-quality plastic / metal frame with UV-protected, scratch-resistant lenses.\r\n\r\nOther Information:\r\nAvailable in multiple colors and designs. Suitable for men, women, and unisex styles.\r\n\r\nAdditional Info (5 Words):\r\nStylish | Protective | Lightweight | Durable | Trendy', NULL, NULL),
(636, 'App\\Models\\Item', 141, 'en', 'name', 'Sunglasses for Men', NULL, NULL),
(637, 'App\\Models\\Item', 141, 'en', 'description', 'Trendy and protective sunglasses designed to enhance your style while shielding your eyes from harmful UV rays. Perfect for travel, driving, or outdoor fun.\r\n\r\nHow to Use:\r\nWear during outdoor activities. Clean gently with a soft microfiber cloth. Store in a case to prevent scratches.\r\n\r\nBenefits:\r\n\r\nProtects eyes from UV rays\r\n\r\nReduces glare and eye strain\r\n\r\nLightweight and comfortable fit\r\n\r\nAdds a stylish look to any outfit\r\n\r\nIngredients:\r\nHigh-quality plastic / metal frame with UV-protected, scratch-resistant lenses.\r\n\r\nOther Information:\r\nAvailable in multiple colors and designs. Suitable for men, women, and unisex styles.\r\n\r\nAdditional Info (5 Words):\r\nStylish | Protective | Lightweight | Durable | Trendy', NULL, NULL),
(638, 'App\\Models\\Item', 142, 'en', 'name', 'Dervin UV Protected', NULL, NULL),
(639, 'App\\Models\\Item', 142, 'en', 'description', 'Trendy and protective sunglasses designed to enhance your style while shielding your eyes from harmful UV rays. Perfect for travel, driving, or outdoor fun.\r\n\r\nHow to Use:\r\nWear during outdoor activities. Clean gently with a soft microfiber cloth. Store in a case to prevent scratches.\r\n\r\nBenefits:\r\n\r\nProtects eyes from UV rays\r\n\r\nReduces glare and eye strain\r\n\r\nLightweight and comfortable fit\r\n\r\nAdds a stylish look to any outfit\r\n\r\nIngredients:\r\nHigh-quality plastic / metal frame with UV-protected, scratch-resistant lenses.\r\n\r\nOther Information:\r\nAvailable in multiple colors and designs. Suitable for men, women, and unisex styles.\r\n\r\nAdditional Info (5 Words):\r\nStylish | Protective | Lightweight | Durable | Trendy', NULL, NULL),
(640, 'App\\Models\\Item', 143, 'en', 'name', 'IRUS sunglasses|', NULL, NULL),
(641, 'App\\Models\\Item', 143, 'en', 'description', 'Trendy and protective sunglasses designed to enhance your style while shielding your eyes from harmful UV rays. Perfect for travel, driving, or outdoor fun.\r\n\r\nHow to Use:\r\nWear during outdoor activities. Clean gently with a soft microfiber cloth. Store in a case to prevent scratches.\r\n\r\nBenefits:\r\n\r\nProtects eyes from UV rays\r\n\r\nReduces glare and eye strain\r\n\r\nLightweight and comfortable fit\r\n\r\nAdds a stylish look to any outfit\r\n\r\nIngredients:\r\nHigh-quality plastic / metal frame with UV-protected, scratch-resistant lenses.\r\n\r\nOther Information:\r\nAvailable in multiple colors and designs. Suitable for men, women, and unisex styles.\r\n\r\nAdditional Info (5 Words):\r\nStylish | Protective | Lightweight | Durable | Trendy', NULL, NULL),
(642, 'App\\Models\\Item', 144, 'en', 'name', 'Dervin UV Protected', NULL, NULL),
(643, 'App\\Models\\Item', 144, 'en', 'description', 'Trendy and protective sunglasses designed to enhance your style while shielding your eyes from harmful UV rays. Perfect for travel, driving, or outdoor fun.\r\n\r\nHow to Use:\r\nWear during outdoor activities. Clean gently with a soft microfiber cloth. Store in a case to prevent scratches.\r\n\r\nBenefits:\r\n\r\nProtects eyes from UV rays\r\n\r\nReduces glare and eye strain\r\n\r\nLightweight and comfortable fit\r\n\r\nAdds a stylish look to any outfit\r\n\r\nIngredients:\r\nHigh-quality plastic / metal frame with UV-protected, scratch-resistant lenses.\r\n\r\nOther Information:\r\nAvailable in multiple colors and designs. Suitable for men, women, and unisex styles.\r\n\r\nAdditional Info (5 Words):\r\nStylish | Protective | Lightweight | Durable | Trendy', NULL, NULL),
(644, 'App\\Models\\Item', 145, 'en', 'name', 'Women\'s Clothing', NULL, NULL),
(645, 'App\\Models\\Item', 145, 'en', 'description', 'timeless and elegant traditional Indian attire that beautifully blends grace and culture. Perfect for festive occasions, weddings, and daily wear.\r\n\r\nHow to Use:\r\nDrape neatly around the waist and over the shoulder. Pair with a matching blouse and accessories for a complete traditional look.\r\n\r\nBenefits:\r\n\r\nEnhances traditional and elegant style\r\n\r\nSuitable for all occasions\r\n\r\nComfortable and breathable fabric\r\n\r\nSymbol of Indian heritage and grace\r\n\r\nIngredients:\r\nPremium quality fabric — cotton, silk, georgette, or chiffon (as per variant).\r\n\r\nOther Information:\r\nAvailable in multiple colors and designs. Lightweight, easy to drape, and crafted for comfort and elegance.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Traditional | Stylish | Comfortable | Graceful', NULL, NULL),
(646, 'App\\Models\\Item', 146, 'en', 'name', 'Women\'s Clothing', NULL, NULL),
(647, 'App\\Models\\Item', 146, 'en', 'description', 'timeless and elegant traditional Indian attire that beautifully blends grace and culture. Perfect for festive occasions, weddings, and daily wear.\r\n\r\nHow to Use:\r\nDrape neatly around the waist and over the shoulder. Pair with a matching blouse and accessories for a complete traditional look.\r\n\r\nBenefits:\r\n\r\nEnhances traditional and elegant style\r\n\r\nSuitable for all occasions\r\n\r\nComfortable and breathable fabric\r\n\r\nSymbol of Indian heritage and grace\r\n\r\nIngredients:\r\nPremium quality fabric — cotton, silk, georgette, or chiffon (as per variant).\r\n\r\nOther Information:\r\nAvailable in multiple colors and designs. Lightweight, easy to drape, and crafted for comfort and elegance.\r\n\r\nAdditional Info (5 Words):\r\nElegant | Traditional | Stylish | Comfortable | Graceful', NULL, NULL),
(648, 'App\\Models\\Banner', 22, 'en', 'title', 'style', NULL, NULL),
(649, 'App\\Models\\Banner', 23, 'en', 'title', 'Groceries', NULL, NULL),
(652, 'App\\Models\\Store', 16, 'en', 'name', 'Sweets Store', NULL, NULL),
(653, 'App\\Models\\Store', 16, 'en', 'address', 'patna', NULL, NULL),
(654, 'App\\Models\\Item', 148, 'en', 'name', 'Pizza', NULL, NULL),
(655, 'App\\Models\\Item', 148, 'en', 'description', 'Indulge in a handcrafted pizza made with freshly kneaded dough, premium cheese, rich tomato sauce, and farm-fresh toppings. Stone-baked to achieve the perfect blend of crunch and melt-in-your-mouth goodness.', NULL, NULL),
(656, 'App\\Models\\Item', 149, 'en', 'name', 'Crispy Veg Double Patty Burger+Fries(M)', NULL, NULL),
(657, 'App\\Models\\Item', 149, 'en', 'description', 'Crispy Veg Double Patty Burger+Fries(M) Qty: 318 Gms| Kcal: 863.9 | Carbs 516 Gms| Sugar: 9.1 Gms| Fat: 37.1 Gms| Saturated fat: 16 Gms| Protein: 17.1 Gms| Sodium: 1596.8 Mg Contains: Gluten, Soybean, Milk, Sesame seeds', NULL, NULL),
(658, 'App\\Models\\Item', 150, 'en', 'name', 'Classic Meal Deal', NULL, NULL),
(659, 'App\\Models\\Item', 150, 'en', 'description', 'Classic Meal Deal 2 BK Veggie+Fries( M )+Coke', NULL, NULL),
(660, 'App\\Models\\Item', 151, 'en', 'name', 'Classic Family Feast', NULL, NULL),
(661, 'App\\Models\\Item', 151, 'en', 'description', '2 Crispy Veg + BK Veggie + Veg Crunchy Taco + 2 Med Fries + 2 Dips + Coca Cola Medium + Chocolate Thick Shake; Serves 4 or More Kcal: 2926.9 | Carbs 332.3 Gms| Sugar: 145 Gms| Fat: 114.9 Gms| Saturated fat: 51.7 Gms| Protein: 55.8 Gms| Sodium: 4274 Mg Contains: Gluten, Soybean , Milk , Sesame seeds', NULL, NULL),
(662, 'App\\Models\\Item', 152, 'en', 'name', 'Style Mannan Paneer Biryani', NULL, NULL),
(663, 'App\\Models\\Item', 152, 'en', 'description', '(350 gms Rice, 125 gms Marinated Paneer) Paneer with attitude. Dum sealed. Style-u in every bite (Energy: 765KCal, Carbohydrates: 56gm, Proteins: 21gm, Fats: 49gm, Sodium: 1830mg)', NULL, NULL),
(664, 'App\\Models\\Item', 153, 'en', 'name', 'Oova Superstar Egg Biryani', NULL, NULL),
(665, 'App\\Models\\Item', 153, 'en', 'description', '(350 gms Rice, 3 Eggs) Spicy Eggs. Masala-packed. One bite, thaaru maaru. (Energy: 842KCal, Carbohydrates: 51gm, Proteins: 29gm, Fats: 56gm, Sodium: 2157mg)', NULL, NULL),
(666, 'App\\Models\\Item', 154, 'en', 'name', 'Half Egg Dum Biryani', NULL, NULL),
(667, 'App\\Models\\Item', 154, 'en', 'description', 'Serves 1 | Freshly boiled eggs spiced in a special in-house masala and Hyderabadi Dum Biryani Style cooked to perfection with aromatic long grain Basmati rice. Served with Raita and Angoori Gulab Jamun (2 Nos). Served quantity: 450 grams.', NULL, NULL),
(668, 'App\\Models\\Advertisement', 1000006, 'en', 'title', 'App Setup Contact us', NULL, NULL),
(669, 'App\\Models\\Advertisement', 1000006, 'en', 'description', 'For Support Maintenance and Setup App', NULL, NULL),
(670, 'App\\Models\\Campaign', 5, 'en', 'title', 'Personal care', NULL, NULL),
(671, 'App\\Models\\Campaign', 5, 'en', 'description', 'Give your little one the love and care they deserve with our premium babycare range. From nourishing skin-friendly products to everyday essentials, everything is crafted with safety, comfort, and softness in mind. Perfect for keeping your baby happy, healthy, and protected—all day, every day.', NULL, NULL),
(672, 'App\\Models\\Campaign', 6, 'en', 'title', 'Bakry Biscuts', NULL, NULL),
(673, 'App\\Models\\Campaign', 6, 'en', 'description', 'Check each product page for other buying options.', NULL, NULL),
(674, 'App\\Models\\Campaign', 7, 'en', 'title', 'sauces spreads', NULL, NULL),
(675, 'App\\Models\\Campaign', 7, 'en', 'description', 'Give your little one the love and care they deserve with our premium babycare range. From nourishing skin-friendly products to everyday essentials, everything is crafted with safety, comfort, and softness in mind. Perfect for keeping your baby happy, healthy, and protected—all day, every day.', NULL, NULL),
(676, 'App\\Models\\Campaign', 8, 'en', 'title', 'Dairy Bread', NULL, NULL),
(677, 'App\\Models\\Campaign', 8, 'en', 'description', 'Give your little one the love and care they deserve with our premium babycare range. From nourishing skin-friendly products to everyday essentials, everything is crafted with safety, comfort, and softness in mind. Perfect for keeping your baby happy, healthy, and protected—all day, every day.', NULL, NULL),
(678, 'App\\Models\\Campaign', 9, 'en', 'title', 'Sweet Tooth', NULL, NULL),
(679, 'App\\Models\\Campaign', 9, 'en', 'description', 'Give your little one the love and care they deserve with our premium babycare range. From nourishing skin-friendly products to everyday essentials, everything is crafted with safety, comfort, and softness in mind. Perfect for keeping your baby happy, healthy, and protected—all day, every day.', NULL, NULL),
(680, 'App\\Models\\ItemCampaign', 4, 'en', 'title', 'Orgnic Vegetables', NULL, NULL),
(681, 'App\\Models\\ItemCampaign', 4, 'en', 'description', 'Fruits & Vegetables collection, sourced directly from trusted farms and suppliers. We offer a wide variety of farm-fresh fruits and seasonal vegetables that are rich in taste, nutrition, and quality.\r\n\r\nCarefully selected and hygienically handled, our produce ensures maximum freshness and longer shelf life', NULL, NULL),
(682, 'App\\Models\\ItemCampaign', 5, 'en', 'title', 'Fresh Fruits', NULL, NULL),
(683, 'App\\Models\\ItemCampaign', 5, 'en', 'description', 'Fruits & Vegetables collection, sourced directly from trusted farms and suppliers. We offer a wide variety of farm-fresh fruits and seasonal vegetables that are rich in taste, nutrition, and quality.\r\n\r\nCarefully selected and hygienically handled, our produce ensures maximum freshness and longer shelf life.', NULL, NULL),
(684, 'App\\Models\\Advertisement', 1000007, 'en', 'title', 'offer offer  offer', NULL, NULL),
(685, 'App\\Models\\Advertisement', 1000007, 'en', 'description', '50% off', NULL, NULL),
(686, 'App\\Models\\Advertisement', 1000008, 'en', 'title', 'grab now offer 365', NULL, NULL),
(687, 'App\\Models\\Advertisement', 1000008, 'en', 'description', '50% offer', NULL, NULL),
(688, 'App\\Models\\Advertisement', 1000009, 'en', 'title', 'yes offer 65% off', NULL, NULL),
(689, 'App\\Models\\Advertisement', 1000009, 'en', 'description', '65% off', NULL, NULL),
(690, 'App\\Models\\Category', 150, 'en', 'name', 'Fresh Vegetables', NULL, NULL),
(691, 'App\\Models\\Category', 151, 'en', 'name', 'Fresh Fruits', NULL, NULL),
(692, 'App\\Models\\Category', 152, 'en', 'name', 'Mangoes & Melons', NULL, NULL),
(693, 'App\\Models\\Category', 153, 'en', 'name', 'All Fruits & Vegetables', NULL, NULL),
(694, 'App\\Models\\Category', 154, 'en', 'name', 'Apples & Pears', NULL, NULL),
(695, 'App\\Models\\Category', 155, 'en', 'name', 'Fresh Fruits', NULL, NULL),
(696, 'App\\Models\\Item', 155, 'en', 'name', 'Spinach (Palak)', NULL, NULL),
(697, 'App\\Models\\Item', 155, 'en', 'description', 'Every effort is made to maintain the accuracy of all information. However, actual product packaging and materials may contain more and/or different information. It is recommended not to solely rely on the information presented.', NULL, NULL),
(698, 'App\\Models\\Item', 156, 'en', 'name', 'Onion (Pyaz)', NULL, NULL),
(699, 'App\\Models\\Item', 156, 'en', 'description', 'Onion is a staple in India and are commonly chopped and used as an ingredient in various hearty warm dishes. They are versatile and can be baked, boiled, braised, grilled, fried, roasted, sautéed, or eaten raw in salads.', NULL, NULL),
(700, 'App\\Models\\Item', 157, 'en', 'name', 'Cauliflower (Phool Gobhi)', NULL, NULL),
(701, 'App\\Models\\Item', 157, 'en', 'description', 'Cauliflower is a cruciferous vegetable that is naturally high in fiber and B-vitamins. It provides antioxidants and phytonutrients that can protect against cancer. It also contains fiber to enhance weight loss and digestion, choline that is essential for learning and memory, and many other important nutrient', NULL, NULL),
(702, 'App\\Models\\Item', 158, 'en', 'name', 'Button Mushroom', NULL, NULL),
(703, 'App\\Models\\Item', 158, 'en', 'description', 'A mushroom is the fleshy, spore-bearing fruiting body of a fungus, typically produced in compost and plucked when get mature, so black colour compost can be seen on it.', NULL, NULL),
(704, 'App\\Models\\Item', 159, 'en', 'name', 'Broccoli', NULL, NULL),
(705, 'App\\Models\\Item', 159, 'en', 'description', 'Broccoli is essentially a large edible flower. The stalks and flower florets are eaten both raw and cooked and have a flavor reminiscent of cabbage. It has a pleasant taste.', NULL, NULL),
(706, 'App\\Models\\Item', 160, 'en', 'name', 'Baby Potato (Aloo)', NULL, NULL),
(707, 'App\\Models\\Item', 160, 'en', 'description', 'Baby Potato is a starchy vegetable which is popular and is widely used in many recipes. Due to their bland taste, peeled Baby Potatoes easily mix with a number of vegetables. These are also used in chips and snacks.', NULL, NULL),
(708, 'App\\Models\\Item', 161, 'en', 'name', 'Garlic (Lehsun)', NULL, NULL),
(709, 'App\\Models\\Item', 161, 'en', 'description', 'Garlic is a herb, best known for flavouring and seasoning of food and is widely used in various cuisines ranging from desi cuisines like Tadka Dal to dishes such as Garlic Bread. Garlic seems to be used in virtually all cuisines as a strong flavoring agent.', NULL, NULL),
(710, 'App\\Models\\Item', 162, 'en', 'name', 'Cherry Tomatoes', NULL, NULL),
(711, 'App\\Models\\Item', 162, 'en', 'description', 'Cherry tomatoes add brightness and freshness to a variety of dishes,making them a delicious and colorful addition to meals. Enjoy cherry tomatoes raw in salads,pasta dishes,or as a flavorful topping for pizzas and bruschetta.', NULL, NULL),
(712, 'App\\Models\\Item', 163, 'en', 'name', 'Yellow Zucchini', NULL, NULL),
(713, 'App\\Models\\Item', 163, 'en', 'description', 'Mostly consumed in raw salads, Yellow Zucchini is a smooth-skinned vegetable. It can be steamed, boiled, fried and stuffed. It is most commonly used in curries and chutneys due to its unique and subtly sweet taste.', NULL, NULL),
(714, 'App\\Models\\Item', 164, 'en', 'name', 'English Cucumber (Kheera)', NULL, NULL),
(715, 'App\\Models\\Item', 164, 'en', 'description', 'Long and narrow, English Cucumber has small seeds but is confused with being seedless. It helps soothe the tired eyes due to its cleansing and refreshing properties. Excellent for salad, cooking and other summer coolers, English Cucumber refreshes and hydrates your body.', NULL, NULL),
(716, 'App\\Models\\Item', 165, 'en', 'name', 'Groundnuts (Moongfali)', NULL, NULL),
(717, 'App\\Models\\Item', 165, 'en', 'description', 'Groundnuts can be enjoyed roasted as a snack or used in cooking and baking. They are commonly used to make peanut butter, added to salads and stir-fries, and used as a topping for desserts. Groundnuts are also rich in protein, healthy fats, vitamins, and minerals, making them a nutritious and versatile ingredient in various cuisines.', NULL, NULL),
(718, 'App\\Models\\Item', 166, 'en', 'name', 'Yellaki Banana', NULL, NULL),
(719, 'App\\Models\\Item', 166, 'en', 'description', 'Yellaki bananas are known for their sweet taste and creamy texture, packed with natural potassium and great for snacking or blending into smoothies', NULL, NULL),
(720, 'App\\Models\\Item', 167, 'en', 'name', 'Pomegranate - Large', NULL, NULL),
(721, 'App\\Models\\Item', 167, 'en', 'description', 'A pomegranate is a round fruit, 6-13cm in size, with a leathery red skin. Inside are juicy arils—seeds wrapped in sweet-tart sacs. Enjoy them fresh, in salads, juices, or as a tangy addition to various dishes. Order deseeded arils delivered to your door for convenience.', NULL, NULL),
(722, 'App\\Models\\Item', 168, 'en', 'name', 'Blueberry - Imported', NULL, NULL),
(723, 'App\\Models\\Item', 168, 'en', 'description', 'Blueberries are small greyish-black fruits, encasing a semi-transparent pulp with a burst of sweet juice. A popular addition to salads, yoghurt and juices, Blueberries are also widely used for stuffing cakes.', NULL, NULL),
(724, 'App\\Models\\Item', 169, 'en', 'name', 'Pineapple', NULL, NULL),
(725, 'App\\Models\\Item', 169, 'en', 'description', 'Pineapple is an incredibly delicious and healthy tropical fruit. It is a large tropical fruit with a spiky, tough skin and sweet insides and is an exceptionally juicy and sweet fruit.,', NULL, NULL);
INSERT INTO `translations` (`id`, `translationable_type`, `translationable_id`, `locale`, `key`, `value`, `created_at`, `updated_at`) VALUES
(726, 'App\\Models\\Item', 170, 'en', 'name', 'Avocado Hass - Tanzania', NULL, NULL),
(727, 'App\\Models\\Item', 170, 'en', 'description', 'Avocados are creamy, nutrient-rich fruits packed with healthy fats. Enjoy them sliced on toast, in salads, or blended into delicious guacamole for a nutritious and satisfying treat.', NULL, NULL),
(728, 'App\\Models\\Item', 171, 'en', 'name', 'Kashmir Delicious Apple (Seb)', NULL, NULL),
(729, 'App\\Models\\Item', 171, 'en', 'description', 'Crunchy, delicious and rich in colour, Shimla Apple is a refreshing fruit packed with nutrients. Sweet and juicy, it is perfect for use in fruit salads, juices, custards, pies, milkshakes, etc.', NULL, NULL),
(730, 'App\\Models\\Item', 172, 'en', 'name', 'Plum Imported', NULL, NULL),
(731, 'App\\Models\\Item', 172, 'en', 'description', 'Imported Plum is a berry-sized fruit, having a sweet and sour taste. Crisp in texture, it can be eaten fresh or dried. It can be pickled or candied and can also be used for preparing delicious desserts like puddings, pies, ice creams, etc.\r\nUnit', NULL, NULL),
(732, 'App\\Models\\Item', 173, 'en', 'name', 'Pairi Mango', NULL, NULL),
(733, 'App\\Models\\Item', 173, 'en', 'description', 'Pairi mangoes are sourced from Kerala. They are known for sweetness with a slight tang. Best enjoyed for eating as is, and they can be used in salads, desserts and mango-based dishes.\r\nUnit', NULL, NULL),
(734, 'App\\Models\\Item', 174, 'en', 'name', 'Mini Orange (Imported)', NULL, NULL),
(735, 'App\\Models\\Item', 174, 'en', 'description', 'Mini oranges are small citrus fruits, often referred to as mandarins. They have a sweet and juicy flavor, making them a popular snack and addition to fruit salads. These small oranges are easy to peel and have only 2-3 seeds, making them convenient for on-the-go consumption.', NULL, NULL),
(736, 'App\\Models\\Item', 175, 'en', 'name', 'Valencia Orange (Imported)', NULL, NULL),
(737, 'App\\Models\\Item', 175, 'en', 'description', 'Deliciously sweet in taste with little to no seeds, Valencia Oranges are medium in size with highly attractive deep orange-red colour. Extremely juicy, these flavoursome oranges have distinctive, fresh tang and are really easy to peel.', NULL, NULL),
(738, 'App\\Models\\Item', 176, 'en', 'name', 'Red Globe Grapes', NULL, NULL),
(739, 'App\\Models\\Item', 176, 'en', 'description', 'Popularly known as table grapes, Red Globe Grapes are distinctively large and round, seeded red berries. They have a crisp skin with fleshy pulp which is mildly sweet and flavourful. These are also consumed fresh, dried for raisins or in various desserts or juices.,', NULL, NULL),
(740, 'App\\Models\\Item', 177, 'en', 'name', 'Apple Ber 500 g', NULL, NULL),
(741, 'App\\Models\\Item', 177, 'en', 'description', 'Ber is a low calories fruit loaded with dietary fibre, vitamins and minerals that makes it an excellent option as a healthy snack. Packed with vitamin C, a potent antioxidant, ber fruit triggers the immune response and keep infections at bay.', NULL, NULL),
(746, 'App\\Models\\Item', 180, 'en', 'name', 'Vadilal Matka Kulfi', NULL, NULL),
(747, 'App\\Models\\Item', 180, 'en', 'description', 'Royal kulfi served in a traditional style with the choicest of nuts and flavour of cardamom. Kulfi is the king of Indian ice creams. It is the Indian version of pure milk ice cream that will be loved by all.', NULL, NULL),
(748, 'App\\Models\\Item', 181, 'en', 'name', 'NIC Alphonso Mango Ice Cream Cup', NULL, NULL),
(749, 'App\\Models\\Item', 181, 'en', 'description', 'Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and/or different information. It is recommended not to solely rely on the information presented.', NULL, NULL),
(750, 'App\\Models\\Category', 156, 'en', 'name', 'Ice Cream', NULL, NULL),
(751, 'App\\Models\\Category', 157, 'en', 'name', 'Chocolat', NULL, NULL),
(752, 'App\\Models\\Category', 158, 'en', 'name', 'Chocolate Gift Pack', NULL, NULL),
(753, 'App\\Models\\Category', 159, 'en', 'name', 'Chips & Crisps', NULL, NULL),
(754, 'App\\Models\\Category', 160, 'en', 'name', 'Tea', NULL, NULL),
(755, 'App\\Models\\Category', 161, 'en', 'name', 'Atta', NULL, NULL),
(756, 'App\\Models\\Item', 182, 'en', 'name', 'Aashirvaad Select 100% MP Sharbati Atta', NULL, NULL),
(757, 'App\\Models\\Item', 182, 'en', 'description', 'Crafted from the regal Sharbati wheat, Aashirvaad Select is India\'s premium atta, lovingly produced for discerning households. This exceptional flour boasts 100% Sharbati wheat from Madhya Pradesh\'s finest regions, known for its golden sheen and uniform grain size. Each Sharbati grain has a distinct golden sheen, that makes Select Atta truly special.', NULL, NULL),
(758, 'App\\Models\\Item', 183, 'en', 'name', 'Aashirvaad High Fibre Atta with Multigrains - 5 kg', NULL, NULL),
(759, 'App\\Models\\Item', 183, 'en', 'description', 'Aashirvaad Atta with Multigrains is made with 6 nutritious grains – wheat, maize, oats, soya, channa and psyllium husk. This unique grain blend helps in maintaining normal digestion due to its high fibre content. This multigrain atta also is a source of many essential nutrients. It is high in protein which contributes to the maintenance of muscle mass.', NULL, NULL),
(760, 'App\\Models\\Item', 184, 'en', 'name', 'Aashirvaad Shudh Chakki Atta (100% Atta, 0% Maida) (10 kg)', NULL, NULL),
(761, 'App\\Models\\Item', 184, 'en', 'description', 'Aashirvaad Shudh Chakki Atta uses the 4-step advantage process of sourcing, cleaning, grinding & contactless packaging. The grains are sourced from Indian rural farmers, cleaned thrice & undergo ‘chakki-grinding’ to get 100% Sampoorna Atta & 0% Maida. The locked-in dietary fibres & nutrients help improve digestion & immunity. It\'s dough absorbs more water keeping rotis soft for longer period.', NULL, NULL),
(762, 'App\\Models\\Category', 162, 'en', 'name', 'Rice', NULL, NULL),
(763, 'App\\Models\\Category', 163, 'en', 'name', 'Sarees', NULL, NULL),
(764, 'App\\Models\\Category', 164, 'en', 'name', 'Toor, Urad & Chana', NULL, NULL),
(765, 'App\\Models\\Category', 165, 'en', 'name', 'Kurtas & Kurtis', NULL, NULL),
(766, 'App\\Models\\Category', 166, 'en', 'name', 'Dress Material', NULL, NULL),
(767, 'App\\Models\\Category', 167, 'en', 'name', 'Lehenga Choli', NULL, NULL),
(768, 'App\\Models\\Category', 168, 'en', 'name', 'Besan, Sooji & Maida', NULL, NULL),
(769, 'App\\Models\\Category', 169, 'en', 'name', 'Blouse', NULL, NULL),
(770, 'App\\Models\\Category', 170, 'en', 'name', 'Rajma', NULL, NULL),
(771, 'App\\Models\\Category', 171, 'en', 'name', 'Moong', NULL, NULL),
(773, 'App\\Models\\Store', 17, 'en', 'name', 'KFC Patna', NULL, NULL),
(774, 'App\\Models\\Store', 17, 'en', 'address', 'Patna Bihar 80001', NULL, NULL),
(776, 'App\\Models\\Category', 174, 'en', 'name', 'Exotics', NULL, NULL),
(777, 'App\\Models\\Category', 175, 'en', 'name', 'Frozen Veg', NULL, NULL),
(778, 'App\\Models\\Category', 176, 'en', 'name', 'Apples', NULL, NULL),
(779, 'App\\Models\\Category', 177, 'en', 'name', 'Flowers', NULL, NULL),
(780, 'App\\Models\\Category', 178, 'en', 'name', 'Soft Drinks', NULL, NULL),
(781, 'App\\Models\\Category', 179, 'en', 'name', 'Fruit Juice', NULL, NULL),
(782, 'App\\Models\\Item', 185, 'en', 'name', 'Craving Saving meal', NULL, NULL),
(783, 'App\\Models\\Item', 185, 'en', 'description', 'Crave & Save whooping Rs 249 on 4 Pc Hot & Crispy, 4 Pc Peri Peri Strips, Medium Popcorn, 2 Dips & a Pepsi PET 475ml [Serves 2-3]', NULL, NULL),
(784, 'App\\Models\\Category', 180, 'en', 'name', 'Mango Drinks', NULL, NULL),
(785, 'App\\Models\\Category', 181, 'en', 'name', 'Energy Drinks', NULL, NULL),
(786, 'App\\Models\\Category', 182, 'en', 'name', 'Water', NULL, NULL),
(787, 'App\\Models\\Item', 186, 'en', 'name', 'Lazy BFF Rice combo', NULL, NULL),
(788, 'App\\Models\\Item', 186, 'en', 'description', 'BFF deal savings of Rs 99 on 2 units of Popcorn Rice Bowl and 4 Leg Pc [Serves 2]', NULL, NULL),
(790, 'App\\Models\\Category', 184, 'en', 'name', 'Cold Coffee', NULL, NULL),
(791, 'App\\Models\\Item', 187, 'en', 'name', 'Gaming Night Korean Roll meal', NULL, NULL),
(792, 'App\\Models\\Item', 187, 'en', 'description', 'Night fun savings of Rs 145 on 2 units of Korean Tangy Chicken Roll, 2 units of Popcorn Rice Bowl and a Pepsi PET 475ml [Serves 2]', NULL, NULL),
(793, 'App\\Models\\Category', 185, 'en', 'name', 'Exotics', NULL, NULL),
(794, 'App\\Models\\Item', 188, 'en', 'name', 'Night Bite Veg Roll combo', NULL, NULL),
(795, 'App\\Models\\Item', 188, 'en', 'description', 'Munching deal of Rs 59 on Veg Spicy Roll & Large Fries [Serves 1]', NULL, NULL),
(796, 'App\\Models\\Category', 186, 'en', 'name', 'Kurta Sets & Salwar Suits', NULL, NULL),
(797, 'App\\Models\\Item', 189, 'en', 'name', 'Gold Edition - Chicken Zinger Burger & Fries', NULL, NULL),
(798, 'App\\Models\\Item', 189, 'en', 'description', 'Save Rs 59 on Signature Zinger Dunked in Cheese Sauce in the new Brioche Bun and Fries on the side', NULL, NULL),
(799, 'App\\Models\\Item', 190, 'en', 'name', 'Mexican Zinger Pro Pepsi Bottle Combo', NULL, NULL),
(800, 'App\\Models\\Item', 190, 'en', 'description', 'Mexican Zinger Pro Pepsi Bottle Combo', NULL, NULL),
(801, 'App\\Models\\Category', 187, 'en', 'name', 'Dupattas', NULL, NULL),
(802, 'App\\Models\\Category', 188, 'en', 'name', 'Gowns', NULL, NULL),
(803, 'App\\Models\\Item', 191, 'en', 'name', 'Indian Tandoori Roll Chicken Meal', NULL, NULL),
(804, 'App\\Models\\Item', 191, 'en', 'description', 'Save Rs 85 on Indian Tandoori Roll, Classic Zinger Burger, Medium Fries & Pepsi PET 475ml', NULL, NULL),
(805, 'App\\Models\\Category', 189, 'en', 'name', 'T-Shirts', NULL, NULL),
(806, 'App\\Models\\Item', 192, 'en', 'name', 'Chicken Mingles Bucket Mea', NULL, NULL),
(807, 'App\\Models\\Item', 192, 'en', 'description', 'Save Rs. 43 on this crowd favorite combo of 4 Hot Wings, 2 Chicken Peri Peri Boneless Strips, a Reg Popcorn, medium fries & a chilled Pepsi PET 475ml [serves 2 ]', NULL, NULL),
(808, 'App\\Models\\Item', 193, 'en', 'name', 'HC Rice Bowlz', NULL, NULL),
(809, 'App\\Models\\Item', 193, 'en', 'description', '4.6\r\nAromatic Hot & Crispy Chicken rice bowl mixed with spicy gravy [serves 1]', NULL, NULL),
(810, 'App\\Models\\Category', 190, 'en', 'name', 'Chicken', NULL, NULL),
(811, 'App\\Models\\Category', 191, 'en', 'name', 'Fresh Meat', NULL, NULL),
(812, 'App\\Models\\Store', 18, 'en', 'name', 'Olio - The Wood Fired Pizzeria', NULL, NULL),
(813, 'App\\Models\\Store', 18, 'en', 'address', 'Baliey road Patna 80002', NULL, NULL),
(814, 'App\\Models\\Item', 194, 'en', 'name', 'Garden Harvest Pizza [10\" Large]', NULL, NULL),
(815, 'App\\Models\\Item', 194, 'en', 'description', '[Serves 2-3] Capsicum | Onion | Super Thin Crust base', NULL, NULL),
(816, 'App\\Models\\Category', 192, 'en', 'name', 'Bhujia', NULL, NULL),
(817, 'App\\Models\\Category', 193, 'en', 'name', 'Rusks', NULL, NULL),
(818, 'App\\Models\\Category', 194, 'en', 'name', 'Shirt', NULL, NULL),
(819, 'App\\Models\\Category', 195, 'en', 'name', 'Kurta', NULL, NULL),
(820, 'App\\Models\\Category', 196, 'en', 'name', 'Jeans', NULL, NULL),
(821, 'App\\Models\\Category', 197, 'en', 'name', 'Trouser', NULL, NULL),
(822, 'App\\Models\\Category', 198, 'en', 'name', 'Munchies Gift', NULL, NULL),
(823, 'App\\Models\\Category', 199, 'en', 'name', 'Indian Sweets', NULL, NULL),
(824, 'App\\Models\\Category', 200, 'en', 'name', 'Chocolate Gift Pack', NULL, NULL),
(825, 'App\\Models\\Category', 201, 'en', 'name', 'Chocolates', NULL, NULL),
(826, 'App\\Models\\Category', 202, 'en', 'name', 'Baby Gifting & Toys', NULL, NULL),
(827, 'App\\Models\\Category', 203, 'en', 'name', 'Mom Care Needs', NULL, NULL),
(828, 'App\\Models\\Category', 204, 'en', 'name', 'Diapers & More', NULL, NULL),
(829, 'App\\Models\\Category', 205, 'en', 'name', 'Bathing Needs', NULL, NULL),
(830, 'App\\Models\\Category', 206, 'en', 'name', 'Bathing Needs', NULL, NULL),
(831, 'App\\Models\\Category', 207, 'en', 'name', 'Salt, Sugar & Jaggery', NULL, NULL),
(832, 'App\\Models\\Category', 208, 'en', 'name', 'Powdered Spice', NULL, NULL),
(833, 'App\\Models\\Category', 209, 'en', 'name', 'Ghee & Vanaspati', NULL, NULL),
(834, 'App\\Models\\Category', 210, 'en', 'name', 'Dry Fruit Gift Packs', NULL, NULL),
(835, 'App\\Models\\Category', 211, 'en', 'name', 'Oil', NULL, NULL),
(836, 'App\\Models\\Category', 212, 'en', 'name', 'Cargo', NULL, NULL),
(837, 'App\\Models\\Category', 213, 'en', 'name', 'Blazer', NULL, NULL),
(838, 'App\\Models\\Category', 214, 'en', 'name', 'Raincoat', NULL, NULL),
(839, 'App\\Models\\Category', 215, 'en', 'name', 'Soup', NULL, NULL),
(840, 'App\\Models\\Item', 195, 'en', 'name', 'Peri Peri Paneer Pizza [10\" Large]', NULL, NULL),
(841, 'App\\Models\\Item', 195, 'en', 'description', '[Serves 2-3] Peri-Peri Paneer | Golden Corn | Red Paprika | Capsicum | Super Thin Crust base', NULL, NULL),
(842, 'App\\Models\\Item', 196, 'en', 'name', 'Peri Peri Chicken Pizza [7\" Regular]', NULL, NULL),
(843, 'App\\Models\\Item', 196, 'en', 'description', '[Serves 1] Peri-Peri Chicken | Red Paprika | Golden Corn | Capsicum | Super Thin Crust base', NULL, NULL),
(844, 'App\\Models\\Category', 216, 'en', 'name', 'Instant Mixes', NULL, NULL),
(845, 'App\\Models\\Category', 217, 'en', 'name', 'Dessert & Cake Mixes', NULL, NULL),
(846, 'App\\Models\\Item', 197, 'en', 'name', 'Italian Feast Pizza [10\" Large]', NULL, NULL),
(847, 'App\\Models\\Item', 197, 'en', 'description', '[Serves 2-3] Mushroom | Golden Corn | Spicy Jalapeno | Black Olive | Super Thin Crust base', NULL, NULL),
(848, 'App\\Models\\Category', 218, 'en', 'name', 'Electronics', NULL, NULL),
(849, 'App\\Models\\Category', 219, 'en', 'name', 'Dessert & Cake Mixes', NULL, NULL),
(850, 'App\\Models\\Category', 220, 'en', 'name', 'Laptops', NULL, NULL),
(851, 'App\\Models\\Item', 198, 'en', 'name', 'Paneer Double Smash Cheese Burst Pizza [10\" Large]', NULL, NULL),
(852, 'App\\Models\\Item', 198, 'en', 'description', '[6 Slices, Serves 1-2] Peri-Peri Paneer | Tikka Paneer | Jalapenos | Tomato | Onion | Thin Crust Cheese Burst base', NULL, NULL),
(853, 'App\\Models\\Category', 221, 'en', 'name', 'Pasta', NULL, NULL),
(854, 'App\\Models\\Category', 222, 'en', 'name', 'Washing Machine', NULL, NULL),
(855, 'App\\Models\\Category', 223, 'en', 'name', 'Noodles', NULL, NULL),
(856, 'App\\Models\\Category', 224, 'en', 'name', 'Kitchen Appliances', NULL, NULL),
(857, 'App\\Models\\Category', 225, 'en', 'name', 'Noodles', NULL, NULL),
(858, 'App\\Models\\Category', 226, 'en', 'name', 'Mobiles', NULL, NULL),
(859, 'App\\Models\\Category', 227, 'en', 'name', 'Batter', NULL, NULL),
(860, 'App\\Models\\Category', 228, 'en', 'name', 'Refrigerators', NULL, NULL),
(861, 'App\\Models\\Category', 229, 'en', 'name', 'Namkeen Snacks', NULL, NULL),
(862, 'App\\Models\\Category', 230, 'en', 'name', 'Popcorn', NULL, NULL),
(863, 'App\\Models\\Category', 231, 'en', 'name', 'Namkeen Snacks', NULL, NULL),
(864, 'App\\Models\\Category', 232, 'en', 'name', 'Luxury Watch', NULL, NULL),
(865, 'App\\Models\\Category', 233, 'en', 'name', 'Makhana', NULL, NULL),
(866, 'App\\Models\\Category', 234, 'en', 'name', 'Smart Watch', NULL, NULL),
(867, 'App\\Models\\Category', 235, 'en', 'name', 'Men’s Watch', NULL, NULL),
(868, 'App\\Models\\Category', 236, 'en', 'name', 'Bay 1 Get 1', NULL, NULL),
(869, 'App\\Models\\Category', 237, 'en', 'name', 'Women’s Watch', NULL, NULL),
(871, 'App\\Models\\Category', 239, 'en', 'name', 'Tomato & Chilli Ketchup', NULL, NULL),
(872, 'App\\Models\\Category', 240, 'en', 'name', 'Asian Sauces', NULL, NULL),
(873, 'App\\Models\\Category', 241, 'en', 'name', 'Asian Sauces', NULL, NULL),
(874, 'App\\Models\\Category', 242, 'en', 'name', 'Peanut Butter', NULL, NULL),
(875, 'App\\Models\\Category', 243, 'en', 'name', 'Jam & Spreads', NULL, NULL),
(876, 'App\\Models\\Category', 244, 'en', 'name', 'Honey', NULL, NULL),
(877, 'App\\Models\\Category', 245, 'en', 'name', 'Cooking Sauces', NULL, NULL),
(878, 'App\\Models\\Category', 246, 'en', 'name', 'Boys\' Clothing', NULL, NULL),
(879, 'App\\Models\\Category', 247, 'en', 'name', 'Girls\' Clothing', NULL, NULL),
(880, 'App\\Models\\Category', 248, 'en', 'name', 'Boys\' Footwear', NULL, NULL),
(881, 'App\\Models\\Category', 249, 'en', 'name', 'Girls\' Footwear', NULL, NULL),
(882, 'App\\Models\\Category', 250, 'en', 'name', 'Toys', NULL, NULL),
(883, 'App\\Models\\Category', 251, 'en', 'name', 'Baby Care', NULL, NULL),
(884, 'App\\Models\\Category', 252, 'en', 'name', 'Sports', NULL, NULL),
(885, 'App\\Models\\Category', 253, 'en', 'name', 'Pizza Meals', NULL, NULL),
(886, 'App\\Models\\Category', 254, 'en', 'name', 'Exotics', NULL, NULL),
(887, 'App\\Models\\Item', 199, 'en', 'name', 'Red Wave Pizza (Personal) (7 Inches)', NULL, NULL),
(888, 'App\\Models\\Item', 199, 'en', 'description', 'Contains Onions, Crisp Capsicum, Fresh Tomato, Red Pepper, Black Olives And Exotic Mexican Herbs, Choice Of Toppings.', NULL, NULL),
(889, 'App\\Models\\Category', 255, 'en', 'name', 'Equipments', NULL, NULL),
(890, 'App\\Models\\Category', 256, 'en', 'name', 'Frozen Veg', NULL, NULL),
(891, 'App\\Models\\Category', 257, 'en', 'name', 'GYM Wear', NULL, NULL),
(892, 'App\\Models\\Category', 258, 'en', 'name', 'Leafies & Herbs', NULL, NULL),
(893, 'App\\Models\\Category', 259, 'en', 'name', 'Protein', NULL, NULL),
(894, 'App\\Models\\Item', 200, 'en', 'name', 'Capsico Pizza (Personal) (7 Inches)', NULL, NULL),
(895, 'App\\Models\\Item', 200, 'en', 'description', 'Serves 1 | Contains Onions And Crisp Capsicum, Choice Of Toppings.', NULL, NULL),
(896, 'App\\Models\\Category', 260, 'en', 'name', 'Fresh Vegetables', NULL, NULL),
(897, 'App\\Models\\Category', 261, 'en', 'name', 'Nursing', NULL, NULL),
(898, 'App\\Models\\Category', 262, 'en', 'name', 'Feeding Essentials', NULL, NULL),
(899, 'App\\Models\\Category', 263, 'en', 'name', 'Trolley Bag', NULL, NULL),
(900, 'App\\Models\\Category', 264, 'en', 'name', 'Backpack', NULL, NULL),
(902, 'App\\Models\\Category', 266, 'en', 'name', 'Duffel Bag', NULL, NULL),
(904, 'App\\Models\\Category', 268, 'en', 'name', 'Feeding Essentials', NULL, NULL),
(905, 'App\\Models\\Category', 269, 'en', 'name', 'Health & Wellness Supplements', NULL, NULL),
(906, 'App\\Models\\Category', 270, 'en', 'name', 'Protein and Workout Supplements', NULL, NULL),
(907, 'App\\Models\\Category', 271, 'en', 'name', 'Antiseptic Liquid', NULL, NULL),
(908, 'App\\Models\\Category', 272, 'en', 'name', 'Ring', NULL, NULL),
(909, 'App\\Models\\Category', 273, 'en', 'name', 'Milk Drinks', NULL, NULL),
(910, 'App\\Models\\Category', 274, 'en', 'name', 'Chyawanprash', NULL, NULL),
(911, 'App\\Models\\Category', 275, 'en', 'name', 'Hangover Cure', NULL, NULL),
(912, 'App\\Models\\Category', 276, 'en', 'name', 'Health & Ortho Supports', NULL, NULL),
(913, 'App\\Models\\Category', 277, 'en', 'name', 'Cat Needs', NULL, NULL),
(914, 'App\\Models\\Category', 278, 'en', 'name', 'Necklace', NULL, NULL),
(915, 'App\\Models\\Category', 279, 'en', 'name', 'Diverse Pet Food', NULL, NULL),
(916, 'App\\Models\\Category', 280, 'en', 'name', 'Dog Needs', NULL, NULL),
(917, 'App\\Models\\Category', 281, 'en', 'name', 'Earrings', NULL, NULL),
(918, 'App\\Models\\Category', 282, 'en', 'name', 'Bangles', NULL, NULL),
(919, 'App\\Models\\Category', 283, 'en', 'name', 'Pet Grooming', NULL, NULL),
(920, 'App\\Models\\Category', 284, 'en', 'name', 'Dog food', NULL, NULL),
(921, 'App\\Models\\Category', 285, 'en', 'name', 'Makeup', NULL, NULL),
(922, 'App\\Models\\Category', 286, 'en', 'name', 'Perfume', NULL, NULL),
(923, 'App\\Models\\Category', 287, 'en', 'name', 'Hair Care', NULL, NULL),
(924, 'App\\Models\\Category', 288, 'en', 'name', 'Cat food', NULL, NULL),
(925, 'App\\Models\\Category', 289, 'en', 'name', 'Teeth Care', NULL, NULL),
(926, 'App\\Models\\Category', 290, 'en', 'name', 'Eggs', NULL, NULL),
(927, 'App\\Models\\Category', 291, 'en', 'name', 'Frozen Non-Veg Snacks', NULL, NULL),
(928, 'App\\Models\\Category', 292, 'en', 'name', 'Men Sunglasses', NULL, NULL),
(929, 'App\\Models\\Category', 293, 'en', 'name', 'Chicken', NULL, NULL),
(930, 'App\\Models\\Category', 294, 'en', 'name', 'Mutton', NULL, NULL),
(931, 'App\\Models\\Category', 295, 'en', 'name', 'Women Sunglasses', NULL, NULL),
(932, 'App\\Models\\Category', 296, 'en', 'name', 'Fish & Seafood', NULL, NULL),
(933, 'App\\Models\\Category', 297, 'en', 'name', 'Frozen Non-Veg Snacks', NULL, NULL),
(934, 'App\\Models\\Category', 298, 'en', 'name', 'Kids Sunglasses', NULL, NULL),
(935, 'App\\Models\\Category', 299, 'en', 'name', 'Exotic Meat', NULL, NULL),
(936, 'App\\Models\\Category', 300, 'en', 'name', 'Sports Sunglasses', NULL, NULL),
(937, 'App\\Models\\Item', 201, 'en', 'name', 'Butter Tawa Roti', NULL, NULL),
(938, 'App\\Models\\Item', 201, 'en', 'description', 'Soft and fluffy tawa-cooked roti made from whole wheat flour, lightly roasted on a hot tawa and finished with a generous layer of melted butter', NULL, NULL),
(939, 'App\\Models\\Category', 301, 'en', 'name', 'Sports Shoes', NULL, NULL),
(940, 'App\\Models\\Category', 302, 'en', 'name', 'Formal Shoes', NULL, NULL),
(941, 'App\\Models\\Category', 303, 'en', 'name', 'Coffee', NULL, NULL),
(942, 'App\\Models\\Category', 304, 'en', 'name', 'Ready To Eat', NULL, NULL),
(943, 'App\\Models\\Category', 305, 'en', 'name', 'Sandal', NULL, NULL),
(944, 'App\\Models\\Item', 202, 'en', 'name', 'Naan (Aloo)', NULL, NULL),
(945, 'App\\Models\\Item', 202, 'en', 'description', 'A flavorful and hearty bread stuffed with a delicious potato filling.', NULL, NULL),
(946, 'App\\Models\\Category', 306, 'en', 'name', 'Infant Food Infant Food', NULL, NULL),
(947, 'App\\Models\\Category', 307, 'en', 'name', 'Slippers', NULL, NULL),
(948, 'App\\Models\\Category', 308, 'en', 'name', 'Baking Mixes', NULL, NULL),
(949, 'App\\Models\\Category', 309, 'en', 'name', 'Baby & Toddler Food Baby & Toddler', NULL, NULL),
(950, 'App\\Models\\Category', 310, 'en', 'name', 'Baking Mixes', NULL, NULL),
(951, 'App\\Models\\Item', 203, 'en', 'name', 'Aloo Naan', NULL, NULL),
(952, 'App\\Models\\Item', 203, 'en', 'description', 'Soft and fluffy naan stuffed with a flavorful spiced potato (aloo) filling, cooked in a tandoor or on a hot tawa until golden and slightly crisp.', NULL, NULL),
(953, 'App\\Models\\Category', 311, 'en', 'name', 'Tote Bag', NULL, NULL),
(954, 'App\\Models\\Category', 312, 'en', 'name', 'Shoulder Bag', NULL, NULL),
(955, 'App\\Models\\Category', 313, 'en', 'name', 'Hair Removal For Women Hair Removal For', NULL, NULL),
(956, 'App\\Models\\Category', 314, 'en', 'name', 'Sanitary Pads Sanitary Pads', NULL, NULL),
(957, 'App\\Models\\Category', 315, 'en', 'name', 'Sling Bag', NULL, NULL),
(958, 'App\\Models\\Category', 316, 'en', 'name', 'Period Panties Period Panties', NULL, NULL),
(959, 'App\\Models\\Category', 317, 'en', 'name', 'Intimate Care Intimate Care', NULL, NULL),
(960, 'App\\Models\\Category', 318, 'en', 'name', 'Panty Liners Panty Liners', NULL, NULL),
(961, 'App\\Models\\Category', 319, 'en', 'name', 'Tubs Tubs', NULL, NULL),
(962, 'App\\Models\\Category', 320, 'en', 'name', 'Sticks Sticks', NULL, NULL),
(963, 'App\\Models\\Category', 321, 'en', 'name', 'Mini Bag', NULL, NULL),
(964, 'App\\Models\\Category', 322, 'en', 'name', 'Cones Cones', NULL, NULL),
(965, 'App\\Models\\Category', 323, 'en', 'name', 'Cups Cups', NULL, NULL),
(966, 'App\\Models\\Category', 324, 'en', 'name', 'Guilt Free Guilt Free', NULL, NULL),
(967, 'App\\Models\\Category', 325, 'en', 'name', 'Chocolates', NULL, NULL),
(968, 'App\\Models\\Category', 326, 'en', 'name', 'Indian Mithai', NULL, NULL),
(969, 'App\\Models\\Category', 327, 'en', 'name', 'Pastries & Cakes', NULL, NULL),
(970, 'App\\Models\\Category', 328, 'en', 'name', 'Men’s Jutti', NULL, NULL),
(971, 'App\\Models\\Category', 329, 'en', 'name', 'Women’s Jutti', NULL, NULL),
(972, 'App\\Models\\Category', 330, 'en', 'name', 'Pens', NULL, NULL),
(973, 'App\\Models\\Category', 331, 'en', 'name', 'Kids’ Jutti', NULL, NULL),
(974, 'App\\Models\\Category', 332, 'en', 'name', 'Pencil & Eraser', NULL, NULL),
(975, 'App\\Models\\Category', 333, 'en', 'name', 'Glue and Tape', NULL, NULL),
(976, 'App\\Models\\Category', 334, 'en', 'name', 'Wedding Jutti', NULL, NULL),
(977, 'App\\Models\\Category', 335, 'en', 'name', 'Charts and color sheets', NULL, NULL),
(978, 'App\\Models\\Category', 336, 'en', 'name', 'scissors', NULL, NULL),
(979, 'App\\Models\\Category', 337, 'en', 'name', 'Scales, Pen stand', NULL, NULL),
(980, 'App\\Models\\Category', 338, 'en', 'name', 'Soft Toys Soft Toys', NULL, NULL),
(981, 'App\\Models\\Category', 339, 'en', 'name', 'Blocks & Puzzles', NULL, NULL),
(982, 'App\\Models\\Category', 340, 'en', 'name', 'Card & Board', NULL, NULL),
(983, 'App\\Models\\Category', 341, 'en', 'name', 'Electronic Toys', NULL, NULL),
(984, 'App\\Models\\Category', 342, 'en', 'name', 'Activities & Outdoor Toys Activities & Outdoor Toys', NULL, NULL),
(985, 'App\\Models\\Category', 343, 'en', 'name', 'Art & Craft Art & Craft', NULL, NULL),
(986, 'App\\Models\\Category', 344, 'en', 'name', 'Musical Instruments', NULL, NULL),
(987, 'App\\Models\\Category', 345, 'en', 'name', 'Toddler', NULL, NULL),
(988, 'App\\Models\\Category', 346, 'en', 'name', 'Women Care Women Care', NULL, NULL),
(989, 'App\\Models\\Category', 347, 'en', 'name', 'Gift Kits Gift Kits', NULL, NULL),
(990, 'App\\Models\\Category', 348, 'en', 'name', 'Men Fashion', NULL, NULL),
(991, 'App\\Models\\Category', 349, 'en', 'name', 'Lubricants', NULL, NULL),
(992, 'App\\Models\\Category', 350, 'en', 'name', 'Women Fashion', NULL, NULL),
(993, 'App\\Models\\Category', 351, 'en', 'name', 'Kids Fashion', NULL, NULL),
(994, 'App\\Models\\Category', 352, 'en', 'name', 'Milk Drinks', NULL, NULL),
(995, 'App\\Models\\Category', 353, 'en', 'name', 'Fruit Juices & Drinks', NULL, NULL),
(996, 'App\\Models\\Category', 354, 'en', 'name', 'Vegan Drinks Vegan Drinks', NULL, NULL),
(997, 'App\\Models\\Category', 355, 'en', 'name', 'Mango Drinks', NULL, NULL),
(998, 'App\\Models\\Category', 356, 'en', 'name', 'Lassi, Shakes', NULL, NULL),
(999, 'App\\Models\\Store', 19, 'en', 'name', 'Drink store', NULL, NULL),
(1000, 'App\\Models\\Store', 19, 'en', 'address', 'patna', NULL, NULL),
(1001, 'App\\Models\\Item', 204, 'en', 'name', 'Apple', NULL, NULL),
(1002, 'App\\Models\\Item', 204, 'en', 'description', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', NULL, NULL),
(1003, 'App\\Models\\Item', 205, 'en', 'name', 'Tender Coconut', NULL, NULL),
(1004, 'App\\Models\\Item', 205, 'en', 'description', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', NULL, NULL),
(1005, 'App\\Models\\Item', 206, 'en', 'name', 'Capsicum Yellow', NULL, NULL),
(1006, 'App\\Models\\Item', 206, 'en', 'description', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', NULL, NULL),
(1007, 'App\\Models\\Item', 207, 'en', 'name', 'Green Peas (Matar)', NULL, NULL),
(1008, 'App\\Models\\Item', 207, 'en', 'description', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', NULL, NULL),
(1009, 'App\\Models\\Item', 208, 'en', 'name', 'Amul Taaza Toned Fresh Milk (Pouch)', NULL, NULL),
(1010, 'App\\Models\\Item', 208, 'en', 'description', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', NULL, NULL),
(1011, 'App\\Models\\Item', 209, 'en', 'name', 'Godrej Ezee Detergent Liquid For Winterweara', NULL, NULL),
(1012, 'App\\Models\\Item', 209, 'en', 'description', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', NULL, NULL),
(1013, 'App\\Models\\Item', 210, 'en', 'name', 'India Gate All Rounder Feast Rozzana Basmati Rice | Aged Rice | Fluffy and Non-Sticky', NULL, NULL),
(1014, 'App\\Models\\Item', 210, 'en', 'description', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', NULL, NULL),
(1015, 'App\\Models\\Item', 211, 'en', 'name', 'Mamaearth Onion Shampoo For Hair Fall Control & Hair Growth With Onion & Plant Keratin', NULL, NULL),
(1016, 'App\\Models\\Item', 211, 'en', 'description', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page', NULL, NULL),
(1017, 'App\\Models\\Item', 212, 'en', 'name', 'Himalaya Diaper Rash Cream', NULL, NULL),
(1018, 'App\\Models\\Item', 212, 'en', 'description', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', NULL, NULL),
(1019, 'App\\Models\\Item', 213, 'en', 'name', 'Mee Mee Gentle Wet Baby Wipes', NULL, NULL),
(1020, 'App\\Models\\Item', 213, 'en', 'description', 'Dermatologically tested and hypoallergenic, enriched with soothing aloe vera extract, alcohol-free and paraben-free formula, antibacterial protection for delicate skin', NULL, NULL),
(1021, 'App\\Models\\Item', 214, 'en', 'name', 'Little Joys Nutrimix', NULL, NULL),
(1022, 'App\\Models\\Item', 214, 'en', 'description', 'Little Joys Nutrimix is a wholesome nutrition powder for kids aged 2–6, made with ragi, bajra, oats, and almonds. It supports healthy growth, stronger bones, better digestion, and immunity.This chocolate-flavoured drink is Naturally sweetened with dates and jaggery and packed with essential nutrients.', NULL, NULL),
(1023, 'App\\Models\\Item', 215, 'en', 'name', 'Horlicks Classic Malt Drink Mix', NULL, NULL),
(1024, 'App\\Models\\Item', 215, 'en', 'description', 'Every effort is made to maintain the accuracy of all information. However, actual product packaging and materials may contain more and/or different information. It is recommended not to solely rely on the information presented.', NULL, NULL),
(1025, 'App\\Models\\Item', 216, 'en', 'name', 'Gritzo SuperMilk', NULL, NULL),
(1026, 'App\\Models\\Item', 216, 'en', 'description', 'Gritzo SuperMilk Height+ for 7-12 year old girls, it has 10g protein that supports growth, 100% RDA of Vitamin D3 for stronger bones. Enriched with antioxidants (amla, turmeric, cranberry) and 21 essential vitamins and minerals, it comes in a tasty natural double chocolate flavour with no refined sugar, preservatives, gluten, malt, artificial flavours or colours.', NULL, NULL),
(1027, 'App\\Models\\Item', 217, 'en', 'name', 'Pedigree Adult Meat', NULL, NULL),
(1028, 'App\\Models\\Item', 217, 'en', 'description', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', NULL, NULL),
(1029, 'App\\Models\\Item', 218, 'en', 'name', 'Bark Out Loud 100% Veg Dog', NULL, NULL),
(1030, 'App\\Models\\Item', 218, 'en', 'description', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', NULL, NULL),
(1031, 'App\\Models\\Item', 219, 'en', 'name', 'Whiskas Junior Tuna in Jelly Wet Cat Food', NULL, NULL),
(1032, 'App\\Models\\Item', 219, 'en', 'description', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', NULL, NULL),
(1033, 'App\\Models\\Item', 220, 'en', 'name', 'Pedigree Wet Puppy Food', NULL, NULL),
(1034, 'App\\Models\\Item', 220, 'en', 'description', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', NULL, NULL),
(1035, 'App\\Models\\Item', 221, 'en', 'name', 'Bark Out Loud Festive Dog', NULL, NULL),
(1036, 'App\\Models\\Item', 221, 'en', 'description', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', NULL, NULL),
(1037, 'App\\Models\\Item', 222, 'en', 'name', 'Bark Out Loud - Sardine Oil', NULL, NULL),
(1038, 'App\\Models\\Item', 222, 'en', 'description', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', NULL, NULL),
(1039, 'App\\Models\\Item', 223, 'en', 'name', 'Petstar Puppy Dry', NULL, NULL),
(1040, 'App\\Models\\Item', 223, 'en', 'description', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', NULL, NULL),
(1041, 'App\\Models\\Item', 224, 'en', 'name', 'Daawat Biryani', NULL, NULL),
(1042, 'App\\Models\\Item', 224, 'en', 'description', 'Experience authentic Kolkata Biryani in 30 minutes with Daawat Kolkata Biryani Kit. This ready-to-cook kit includes Daawat Basmati Rice, Biryani Paste, Whole Spices & Raita Seasoning, ensuring a delicious biryani in 3 easy steps. No Preservatives or added colors.', NULL, NULL),
(1043, 'App\\Models\\Item', 225, 'en', 'name', 'Steam Sonamasuri Rice', NULL, NULL),
(1044, 'App\\Models\\Item', 225, 'en', 'description', 'Experience authentic Kolkata Biryani in 30 minutes with Daawat Kolkata Biryani Kit. This ready-to-cook kit includes Daawat Basmati Rice, Biryani Paste, Whole Spices & Raita Seasoning, ensuring a delicious biryani in 3 easy steps. No Preservatives or added colors.\r\nUnit\r\n334 g', NULL, NULL),
(1045, 'App\\Models\\Item', 226, 'en', 'name', 'Fortune Rozana Super Basmati Rice', NULL, NULL),
(1046, 'App\\Models\\Item', 226, 'en', 'description', 'Experience authentic Kolkata Biryani in 30 minutes with Daawat Kolkata Biryani Kit. This ready-to-cook kit includes Daawat Basmati Rice, Biryani Paste, Whole Spices & Raita Seasoning, ensuring a delicious biryani in 3 easy steps. No Preservatives or added colors.\r\nUnit\r\n334 gExperience authentic Kolkata Biryani in 30 minutes with Daawat Kolkata Biryani Kit. This ready-to-cook kit includes Daawat Basmati Rice, Biryani Paste, Whole Spices & Raita Seasoning, ensuring a delicious biryani in 3 easy steps. No Preservatives or added colors.', NULL, NULL),
(1047, 'App\\Models\\Item', 227, 'en', 'name', 'Natureland Whole Wheat Organic Atta', NULL, NULL),
(1048, 'App\\Models\\Item', 227, 'en', 'description', 'Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and/or different information. It is recommended not to solely rely on the information presented.', NULL, NULL),
(1049, 'App\\Models\\Item', 228, 'en', 'name', 'Chakki Atta', NULL, NULL),
(1050, 'App\\Models\\Item', 228, 'en', 'description', 'Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and/or different information. It is recommended not to solely rely on the information presented.', NULL, NULL),
(1051, 'App\\Models\\Item', 229, 'en', 'name', 'Fortune Soya Chunks', NULL, NULL),
(1052, 'App\\Models\\Item', 229, 'en', 'description', 'Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and/or different information. It is recommended not to solely rely on the information presented.', NULL, NULL),
(1053, 'App\\Models\\Item', 230, 'en', 'name', 'Nutrela Soya', NULL, NULL),
(1054, 'App\\Models\\Item', 230, 'en', 'description', 'Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and/or different information. It is recommended not to solely rely on the information presented.', NULL, NULL),
(1055, 'App\\Models\\Item', 231, 'en', 'name', 'True Elements', NULL, NULL),
(1056, 'App\\Models\\Item', 231, 'en', 'description', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', NULL, NULL),
(1057, 'App\\Models\\Item', 232, 'en', 'name', 'Yippee Magic', NULL, NULL),
(1058, 'App\\Models\\Item', 232, 'en', 'description', 'Dazzle your taste buds with Sunfeast YiPPee! Magic Masala Noodles. The delicious mix of Indian spices give it the much loved magical masala taste & goodness of vegetables adds more texture & a healthy dash of colour to every bite! The kids will love it & so will you! A delicious treat loaded with nutrients such as Calcium, Iron, Vitamin C, Folic Acid & Protein, which are essential for good health.', NULL, NULL),
(1059, 'App\\Models\\Item', 233, 'en', 'name', 'Slurrp Farm', NULL, NULL),
(1060, 'App\\Models\\Item', 233, 'en', 'description', 'Dazzle your taste buds with Sunfeast YiPPee! Magic Masala Noodles. The delicious mix of Indian spices give it the much loved magical masala taste & goodness of vegetables adds more texture & a healthy dash of colour to every bite! The kids will love it & so will you! A delicious treat loaded with nutrients such as Calcium, Iron, Vitamin C, Folic Acid & Protein, which are essential for good health.', NULL, NULL),
(1061, 'App\\Models\\Item', 234, 'en', 'name', 'Slurrp Farm', NULL, NULL),
(1062, 'App\\Models\\Item', 234, 'en', 'description', 'Dazzle your taste buds with Sunfeast YiPPee! Magic Masala Noodles. The delicious mix of Indian spices give it the much loved magical masala taste & goodness of vegetables adds more texture & a healthy dash of colour to every bite! The kids will love it & so will you! A delicious treat loaded with nutrients such as Calcium, Iron, Vitamin C, Folic Acid & Protein, which are essential for good health.', NULL, NULL),
(1063, 'App\\Models\\Item', 235, 'en', 'name', 'The Select Aisle Eggless Chocolate Cake', NULL, NULL),
(1064, 'App\\Models\\Item', 235, 'en', 'description', 'Dazzle your taste buds with Sunfeast YiPPee! Magic Masala Noodles. The delicious mix of Indian spices give it the much loved magical masala taste & goodness of vegetables adds more texture & a healthy dash of colour to every bite! The kids will love it & so will you! A delicious treat loaded with nutrients such as Calcium, Iron, Vitamin C, Folic Acid & Protein, which are essential for good health.', NULL, NULL),
(1065, 'App\\Models\\Item', 236, 'en', 'name', 'Cheese Onion Pizza', NULL, NULL),
(1066, 'App\\Models\\Item', 236, 'en', 'description', 'A veggie delight with a cheesy and onion-flavored twist, perfect for pizza lovers seeking a mouthwatering experience.', NULL, NULL),
(1067, 'App\\Models\\Item', 237, 'en', 'name', 'Gits Jalebi Dessert', NULL, NULL),
(1068, 'App\\Models\\Item', 237, 'en', 'description', 'Dazzle your taste buds with Sunfeast YiPPee! Magic Masala Noodles. The delicious mix of Indian spices give it the much loved magical masala taste & goodness of vegetables adds more texture & a healthy dash of colour to every bite! The kids will love it & so will you! A delicious treat loaded with nutrients such as Calcium, Iron, Vitamin C, Folic Acid & Protein, which are essential for good health.', NULL, NULL),
(1069, 'App\\Models\\Item', 238, 'en', 'name', 'Kwality Instant Gulab', NULL, NULL),
(1070, 'App\\Models\\Item', 238, 'en', 'description', 'Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and/or different information. It is recommended not to solely rely on the information presented.', NULL, NULL),
(1071, 'App\\Models\\Item', 239, 'en', 'name', 'Amul Happy Treats Masti Dahi Tikki', NULL, NULL),
(1072, 'App\\Models\\Item', 239, 'en', 'description', 'Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and/or different information. It is recommended not to solely rely on the information presented.', NULL, NULL),
(1073, 'App\\Models\\Item', 240, 'en', 'name', 'Keventer Frozen Green Peas', NULL, NULL),
(1074, 'App\\Models\\Item', 240, 'en', 'description', 'Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and/or different information. It is recommended not to solely rely on the information presented.', NULL, NULL),
(1075, 'App\\Models\\Item', 241, 'en', 'name', 'Total Frozen Mixed Vegetables', NULL, NULL),
(1076, 'App\\Models\\Item', 241, 'en', 'description', 'Every effort is made to maintain accuracy of all information. However, actual product packaging and materials may contain more and/or different information. It is recommended not to solely rely on the information presented.', NULL, NULL),
(1077, 'App\\Models\\Item', 242, 'en', 'name', 'Taj Mahal Tea | Rich and Flavourful Chai', NULL, NULL),
(1078, 'App\\Models\\Item', 242, 'en', 'description', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', NULL, NULL),
(1079, 'App\\Models\\Item', 243, 'en', 'name', 'Tata Tea Gold Natural Black Tea', NULL, NULL),
(1080, 'App\\Models\\Item', 243, 'en', 'description', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', NULL, NULL),
(1081, 'App\\Models\\Item', 244, 'en', 'name', 'Brooke Bond Red', NULL, NULL),
(1082, 'App\\Models\\Item', 244, 'en', 'description', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', NULL, NULL),
(1083, 'App\\Models\\Item', 245, 'en', 'name', 'Tata Tea Premium', NULL, NULL),
(1084, 'App\\Models\\Item', 245, 'en', 'description', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', NULL, NULL),
(1085, 'App\\Models\\Item', 246, 'en', 'name', 'Brooke Bond Taaza Tea', NULL, NULL),
(1086, 'App\\Models\\Item', 246, 'en', 'description', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', NULL, NULL),
(1087, 'App\\Models\\Item', 247, 'en', 'name', 'Kissan No-Onion No-Garlic Tomato Sauce', NULL, NULL),
(1088, 'App\\Models\\Item', 247, 'en', 'description', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', NULL, NULL),
(1089, 'App\\Models\\Item', 248, 'en', 'name', 'Dr. Oetker FunFoods Pasta & Pizza Red', NULL, NULL),
(1090, 'App\\Models\\Item', 248, 'en', 'description', 'All images are for representational purposes only. It is advised that you read the batch and manufacturing details, directions for use, allergen information, health and nutritional claims (wherever applicable), and other details mentioned on the label before consuming the product. For combo items, individual prices can be viewed on the page.', NULL, NULL),
(1091, 'App\\Models\\Store', 20, 'en', 'name', 'Cold drink', NULL, NULL),
(1092, 'App\\Models\\Store', 20, 'en', 'address', 'Dehli', NULL, NULL),
(1093, 'App\\Models\\Store', 21, 'en', 'name', 'Heels', NULL, NULL),
(1094, 'App\\Models\\Store', 21, 'en', 'address', 'patna', NULL, NULL),
(1095, 'App\\Models\\Store', 22, 'en', 'name', 'Hand bsgs', NULL, NULL),
(1096, 'App\\Models\\Store', 22, 'en', 'address', 'patna', NULL, NULL),
(1097, 'App\\Models\\Store', 23, 'en', 'name', 'Sunglass', NULL, NULL),
(1098, 'App\\Models\\Store', 23, 'en', 'address', 'patna', NULL, NULL),
(1099, 'App\\Models\\Store', 24, 'en', 'name', 'Burger', NULL, NULL),
(1100, 'App\\Models\\Store', 24, 'en', 'address', 'patna', NULL, NULL),
(1101, 'App\\Models\\Store', 25, 'en', 'name', 'Spicy food', NULL, NULL),
(1102, 'App\\Models\\Store', 25, 'en', 'address', 'PATNA', NULL, NULL),
(1103, 'App\\Models\\ItemCampaign', 6, 'en', 'title', 'Combo Pack', NULL, NULL),
(1104, 'App\\Models\\ItemCampaign', 6, 'en', 'description', 'Save more while shopping smart with our Combo Offers, specially designed to give you the best value in one convenient package. \r\n\r\nEach combo includes carefully selected products that perfectly complement each other, making them ideal for daily use, festivals, gifting, or special occasions.', NULL, NULL),
(1107, 'App\\Models\\FlashSale', 1, 'en', 'title', 'Flash Sale', NULL, NULL),
(1108, 'App\\Models\\Banner', 27, 'en', 'title', 'Fruit', NULL, NULL),
(1109, 'App\\Models\\Banner', 28, 'en', 'title', 'Grocery', NULL, NULL),
(1110, 'App\\Models\\Banner', 29, 'en', 'title', 'Pizza', NULL, NULL),
(1111, 'App\\Models\\Banner', 30, 'en', 'title', 'Dosa', NULL, NULL),
(1112, 'App\\Models\\Banner', 31, 'en', 'title', 'Biryani', NULL, NULL),
(1113, 'App\\Models\\Banner', 32, 'en', 'title', 'Burger', NULL, NULL),
(1114, 'App\\Models\\Banner', 33, 'en', 'title', 'Fast food', NULL, NULL),
(1115, 'App\\Models\\Campaign', 10, 'en', 'title', 'Atta', NULL, NULL),
(1116, 'App\\Models\\Campaign', 10, 'en', 'description', 'aata is so potin food', NULL, NULL),
(1117, 'App\\Models\\Advertisement', 1000010, 'en', 'title', 'Big Basket', NULL, NULL),
(1118, 'App\\Models\\Advertisement', 1000010, 'en', 'description', 'Groceries Delivered to Your Doorstep', NULL, NULL),
(1119, 'App\\Models\\Category', 357, 'en', 'name', 'Men Grooming', NULL, NULL),
(1120, 'App\\Models\\Category', 358, 'en', 'name', 'Hair care', NULL, NULL),
(1121, 'App\\Models\\Category', 359, 'en', 'name', 'Women Care', NULL, NULL),
(1122, 'App\\Models\\Store', 26, 'en', 'name', 'Omex Helthcare', NULL, NULL),
(1123, 'App\\Models\\Store', 26, 'en', 'address', 'Patna', NULL, NULL),
(1124, 'App\\Models\\Store', 27, 'en', 'name', 'Blue Medco', NULL, NULL);
INSERT INTO `translations` (`id`, `translationable_type`, `translationable_id`, `locale`, `key`, `value`, `created_at`, `updated_at`) VALUES
(1125, 'App\\Models\\Store', 27, 'en', 'address', 'Blue Medco', NULL, NULL),
(1126, 'App\\Models\\Category', 360, 'en', 'name', 'Face Moisturisers', NULL, NULL),
(1127, 'App\\Models\\Category', 361, 'en', 'name', 'Body Lotions', NULL, NULL),
(1128, 'App\\Models\\Category', 362, 'en', 'name', 'Mosquito Repellents', NULL, NULL),
(1129, 'App\\Models\\Category', 363, 'en', 'name', 'Lip Balm', NULL, NULL),
(1130, 'App\\Models\\Category', 364, 'en', 'name', 'Sanitizers & Handwash', NULL, NULL),
(1131, 'App\\Models\\Category', 365, 'en', 'name', 'Derma Roller', NULL, NULL),
(1132, 'App\\Models\\Category', 366, 'en', 'name', 'Waxing Kit', NULL, NULL),
(1133, 'App\\Models\\Category', 367, 'en', 'name', 'Face Essentials', NULL, NULL),
(1134, 'App\\Models\\Category', 368, 'en', 'name', 'Body Cream & Moisturizer', NULL, NULL),
(1138, 'App\\Models\\Item', 249, 'en', 'name', 'Cetaphil DAM Daily Advance Ultra-Hydrating Lotion | For Continuously Dry, Sensitive Skin', NULL, NULL),
(1139, 'App\\Models\\Item', 249, 'en', 'description', 'Take an appropriate quantity of the lotion and apply it to clean, dry skin', NULL, NULL),
(1140, 'App\\Models\\Item', 250, 'en', 'name', 'Minimalist 05% Marula Oil Moisturizer | For Dry/Normal Skin', NULL, NULL),
(1141, 'App\\Models\\Item', 250, 'en', 'description', 'Take sufficient quantity of the moisturiser and massage into the face until it is fully absorbed\r\nUse in the morning and night after cleansing, toning, and applying all serums', NULL, NULL),
(1142, 'App\\Models\\Item', 251, 'en', 'name', 'Cetaphil Moisturising Cream | Face Care Product for Dry to Normal, Sensitive Skin', NULL, NULL),
(1143, 'App\\Models\\Item', 251, 'en', 'description', 'Read the label of the package before using this.', NULL, NULL),
(1144, 'App\\Models\\Item', 252, 'en', 'name', 'The Derma Co 3% AHA-BHA Foaming Face Wash | For All Sk', NULL, NULL),
(1145, 'App\\Models\\Item', 252, 'en', 'description', 'Take a small amount and massage onto wet skin in a gentle upward circular motion\r\nRinse thoroughly with lukewarm water and gently pat dry\r\nUse twice a day', NULL, NULL),
(1146, 'App\\Models\\Item', 253, 'en', 'name', 'Good Knight Flash Refill (45ml Each)', NULL, NULL),
(1147, 'App\\Models\\Item', 253, 'en', 'description', 'As prescribed by the physician.', NULL, NULL),
(1148, 'App\\Models\\Item', 254, 'en', 'name', 'Good Knight Fabric Roll On Mild Bloom Fragnance', NULL, NULL),
(1149, 'App\\Models\\Item', 254, 'en', 'description', 'As prescribed by the physician.', NULL, NULL),
(1150, 'App\\Models\\Item', 255, 'en', 'name', 'Lip Balm', NULL, NULL),
(1151, 'App\\Models\\Item', 255, 'en', 'description', 'Glide the lip balm on your lips\r\nSmack your lips for an even application\r\nUse it twice a day or as and when needed', NULL, NULL),
(1152, 'App\\Models\\Item', 256, 'en', 'name', 'Ashpveda Rose Lip Balm', NULL, NULL),
(1153, 'App\\Models\\Item', 256, 'en', 'description', 'Take the required amount of lip balm on your fingertip.\r\nApply it to your lips and massage gently.', NULL, NULL),
(1154, 'App\\Models\\Item', 257, 'en', 'name', 'Ganeve London Luxury Shower Scrub Orange & Green Tea', NULL, NULL),
(1155, 'App\\Models\\Item', 257, 'en', 'description', 'Pour into your hands and massage all over\r\nRinse well\r\nYour skin will be smooth and silky and your daily shower will become full of fragrance', NULL, NULL),
(1156, 'App\\Models\\Item', 258, 'en', 'name', 'Mamaearth Ubtan Body Scrub', NULL, NULL),
(1157, 'App\\Models\\Item', 258, 'en', 'description', 'Take an adequate amount of body scrub and apply on wet body\r\nMassage gently with your hands in a circular motion all over your body\r\nRinse off with water and pat dry. Use at least twice a week for best results', NULL, NULL),
(1158, 'App\\Models\\Item', 259, 'en', 'name', 'The Derma Co 1% Salicylic Acid Day & Night Face Wash Gel | Face Care Product for Active Acne', NULL, NULL),
(1159, 'App\\Models\\Item', 259, 'en', 'description', 'Step 1: Squeeze out an adequate amount of face wash on your palm and gently massage over wet skin in a circular motion\r\n\r\nStep 2: Rinse well and pat dry\r\n\r\nStep 3: Use twice a day for best results', NULL, NULL),
(1160, 'App\\Models\\Item', 260, 'en', 'name', 'Ayouthveda Deep Clean Gentle Hand Wash with Herbal Extracts to Protect from Germs & Retain Skin Moisture', NULL, NULL),
(1161, 'App\\Models\\Item', 260, 'en', 'description', 'Ayouthveda Deep Clean Gentle Hand Wash with Herbal Extracts to Protect from Germs & Retain Skin Moisture', NULL, NULL),
(1162, 'App\\Models\\Item', 261, 'en', 'name', 'Cetaphil Brightening Night Comfort Cream | For Sensitive Skin', NULL, NULL),
(1163, 'App\\Models\\Item', 261, 'en', 'description', 'Cetaphil Brightening Night Comfort Cream | For Sensitive Skin', NULL, NULL),
(1164, 'App\\Models\\Category', 371, 'en', 'name', 'Baby Skin Care', NULL, NULL),
(1165, 'App\\Models\\Category', 372, 'en', 'name', 'Baby Bath Essentials', NULL, NULL),
(1166, 'App\\Models\\Category', 373, 'en', 'name', 'Baby Diapers, wipes', NULL, NULL),
(1167, 'App\\Models\\Category', 374, 'en', 'name', 'Nursing & Feeding', NULL, NULL),
(1168, 'App\\Models\\Item', 262, 'en', 'name', 'Lotions and Creams Oils', NULL, NULL),
(1169, 'App\\Models\\Item', 262, 'en', 'description', 'Lotions and Creams\r\nOils', NULL, NULL),
(1170, 'App\\Models\\Item', 263, 'en', 'name', 'Himalaya Diaper Rash Cream for Sensitive Skin | Paraben-Free', NULL, NULL),
(1171, 'App\\Models\\Item', 263, 'en', 'description', 'Apply a thin layer of Himalaya Diaper Rash Cream on clean and dry skin during each diaper change. Gently spread the cream over the affected area, ensuring complete coverage. Use as often as needed, especially at bedtime, for maximum protection and relief.', NULL, NULL),
(1172, 'App\\Models\\Item', 264, 'en', 'name', 'Johnson\'s Baby Shampoo for Gentle Hair Cleansing', NULL, NULL),
(1173, 'App\\Models\\Item', 264, 'en', 'description', 'Johnson\'s Baby Shampoo for Gentle Hair Cleansing', NULL, NULL),
(1174, 'App\\Models\\Item', 265, 'en', 'name', 'Tedibar Bathing Bar for Sensitive Skin', NULL, NULL),
(1175, 'App\\Models\\Item', 265, 'en', 'description', 'Apply 3-5 drops of serum on the entire face and neck twice a day\r\nMassage gently until the serum gets absorbed\r\nDon’t step out in the sun without sun protection', NULL, NULL),
(1176, 'App\\Models\\Campaign', 11, 'en', 'title', 'Renu Advance', NULL, NULL),
(1177, 'App\\Models\\Campaign', 11, 'en', 'description', 'Renu Advanced Formula Multi-Purpose Contact Lens Solution 118 ml is expertly designed to provide gentle and \r\nEffective care for your contact lenses. This solution helps clean, rinse, disinfect, and store your lenses, ensuring a \r\ncomfortable wearing experience.', NULL, NULL),
(1178, 'App\\Models\\Item', 266, 'en', 'name', 'Johnson\'s Baby Lotion', NULL, NULL),
(1179, 'App\\Models\\Item', 266, 'en', 'description', 'Apply 3-5 drops of serum on the entire face and neck twice a day\r\nMassage gently until the serum gets absorbed\r\nDon’t step out in the sun without sun protection', NULL, NULL),
(1180, 'App\\Models\\Campaign', 12, 'en', 'title', 'dr', NULL, NULL),
(1181, 'App\\Models\\Campaign', 12, 'en', 'description', 'dr', NULL, NULL),
(1183, 'App\\Models\\ItemCampaign', 8, 'en', 'title', 'Women Health', NULL, NULL),
(1184, 'App\\Models\\ItemCampaign', 8, 'en', 'description', 'Derma', NULL, NULL),
(1190, 'App\\Models\\ItemCampaign', 9, 'en', 'title', 'Vitamin', NULL, NULL),
(1191, 'App\\Models\\ItemCampaign', 9, 'en', 'description', 'Ensure Diabetes Care Powder (Refill Pack) in Vanilla Flavor is specially formulated to support dietary management of individuals with diabetes. This unique blend is rich in essential nutrients, low in added sugars, and high in protein to help manage blood sugar levels. The refill pack of 200 gm ensures you never run out of this nutritious powder that can be conveniently added to your daily routine.', NULL, NULL),
(1192, 'App\\Models\\Category', 381, 'en', 'name', 'Adult DiapersAdult Diapers', NULL, NULL),
(1193, 'App\\Models\\Category', 382, 'en', 'name', 'Urometer', NULL, NULL),
(1194, 'App\\Models\\Category', 383, 'en', 'name', 'Incontinence', NULL, NULL),
(1195, 'App\\Models\\Category', 384, 'en', 'name', 'Elderly Care Health Essentials', NULL, NULL),
(1196, 'App\\Models\\Category', 385, 'en', 'name', 'Hearing Aid', NULL, NULL),
(1197, 'App\\Models\\ItemCampaign', 10, 'en', 'title', 'Ensure', NULL, NULL),
(1198, 'App\\Models\\ItemCampaign', 10, 'en', 'description', 'Ensure Diabetes Care is a clinically-proven, sugar-free nutrition supplement designed for diabetics, featuring slow-release carbs, high protein, and fiber to help manage blood sugar, reduce hunger, support heart health, and maintain muscle mass, acting as a balanced meal replacement or supplement for energy and strength.', NULL, NULL),
(1199, 'App\\Models\\Item', 267, 'en', 'name', 'Sugar Free Natura Low Calorie Sucralose Sweetener', NULL, NULL),
(1200, 'App\\Models\\Item', 267, 'en', 'description', '1 spoon of diet sugar provides the same sweetness as 1 pellet', NULL, NULL),
(1201, 'App\\Models\\ItemCampaign', 11, 'en', 'title', 'Elderly Care', NULL, NULL),
(1202, 'App\\Models\\ItemCampaign', 11, 'en', 'description', 'Elderly care provides support for seniors needing help with daily activities and healthcare, focusing on dignity and independence through services like personal care (bathing, dressing), medical assistance (nursing, physiotherapy, doctor visits), home safety, nutrition, medication management, and social/emotional support, with options ranging from in-home caregivers to specialized facilities', NULL, NULL),
(1203, 'App\\Models\\Item', 268, 'en', 'name', 'Ostocalcium Total Chewable Tablet with Vitamin D & Calcium | Supports Strong Bones, Joints & Muscles (Veg) | Flavour Mixed Fruit', NULL, NULL),
(1204, 'App\\Models\\Item', 268, 'en', 'description', 'Ostocalcium Total Chewable Tablet with Vitamin D & Calcium | Supports Strong Bones, Joints & Muscles (Veg) | Flavour Mixed Fruit', NULL, NULL),
(1205, 'App\\Models\\Item', 269, 'en', 'name', 'Tata 1mg Knee Support | Knee Cap For Men & Women | Sports, Pain Relief & Comfort Medium Black', NULL, NULL),
(1206, 'App\\Models\\Item', 269, 'en', 'description', 'To get the most accurate measurement make sure you are standing up with your leg straight\r\nIf you are doing the measurement yourself or are unable to stand, sit on the edge of a chair with your leg straight out in front of you with your heel on the floor\r\nUse a soft measuring tape to measure 6 inches up from the middle of your kneecap\r\nMeasure all the way around your leg, that is, the circumference of the thigh area, to refer to the appropriate size for your knee cap support', NULL, NULL),
(1207, 'App\\Models\\Item', 270, 'en', 'name', 'CIR Adult Diaper Pants | 10 hr Absorption Protection| Unisex with Wetness Indicator | Aloe Vera Medium', NULL, NULL),
(1208, 'App\\Models\\Item', 270, 'en', 'description', 'To get the most accurate measurement make sure you are standing up with your leg straight\r\nIf you are doing the measurement yourself or are unable to stand, sit on the edge of a chair with your leg straight out in front of you with your heel on the floor\r\nUse a soft measuring tape to measure 6 inches up from the middle of your kneecap\r\nMeasure all the way around your leg, that is, the circumference of the thigh area, to refer to the appropriate size for your knee cap support', NULL, NULL),
(1209, 'App\\Models\\ItemCampaign', 12, 'en', 'title', 'Diabetes Heath', NULL, NULL),
(1210, 'App\\Models\\ItemCampaign', 12, 'en', 'description', 'Cetaphil Moisturising Cream 80gm – Intense Hydration for Dry & Sensitive Skin\r\n\r\nSay goodbye to flaky, tight, and itchy skin with Cetaphil Moisturising Cream 80gm; a rich, non-greasy, dermatologist-tested formula designed to deeply nourish and protect even the driest skin types. So, whether it is your face, hands, feet, or body, this Cetaphil cream works wonders as a daily moisturizer for dry skin, helping to restore the skin’s natural moisture barrier.', NULL, NULL),
(1211, 'App\\Models\\ItemCampaign', 13, 'en', 'title', 'Protein itms', NULL, NULL),
(1212, 'App\\Models\\ItemCampaign', 13, 'en', 'description', 'Indulge in a delicious and nutritious treat with D Protin Chocolate Powder 500gm. Packed with essential vitamins, minerals, and high-quality protein, this chocolate-flavored powder is a convenient way to supplement your daily protein intake. Whether you\'re a fitness enthusiast looking to build muscle or simply', NULL, NULL),
(1213, 'App\\Models\\Category', 386, 'en', 'name', 'Toothbrush', NULL, NULL),
(1214, 'App\\Models\\Category', 387, 'en', 'name', 'Toothpaste', NULL, NULL),
(1215, 'App\\Models\\Category', 388, 'en', 'name', 'Mouthwash', NULL, NULL),
(1216, 'App\\Models\\Category', 389, 'en', 'name', 'Oral Gel', NULL, NULL),
(1217, 'App\\Models\\Item', 271, 'en', 'name', 'Arogyam Dental Gel', NULL, NULL),
(1218, 'App\\Models\\Item', 271, 'en', 'description', 'As directed by the physician.', NULL, NULL),
(1219, 'App\\Models\\ItemCampaign', 14, 'en', 'title', 'Durex', NULL, NULL),
(1220, 'App\\Models\\ItemCampaign', 14, 'en', 'description', 'Experience a renewed sense of intimacy and confidence with Virginia Care Artificial Hymen Blood Capsule, a discreet and effective solution designed to restore the essence of virginity naturally and safely. Our pack of two offers the ultimate confidence to embrace those intimate moments with authenticity and ease.', NULL, NULL),
(1221, 'App\\Models\\Item', 272, 'en', 'name', 'Clove Sensitive | Instant Sensitivity Relief Toothpaste', NULL, NULL),
(1222, 'App\\Models\\Item', 272, 'en', 'description', 'Clove Sensitive | Instant Sensitivity Relief Toothpaste', NULL, NULL),
(1223, 'App\\Models\\Item', 273, 'en', 'name', 'Clove Sensitive | Instant Sensitivity Relief Toothpaste', NULL, NULL),
(1224, 'App\\Models\\Item', 273, 'en', 'description', 'Use twice daily after brushing\r\nMeasure 10ml and rinse for 1 minute before spitting\r\nDo not rinse with water\r\nDo not swallow or drink from the bottle', NULL, NULL),
(1225, 'App\\Models\\ItemCampaign', 15, 'en', 'title', 'Winter Care', NULL, NULL),
(1226, 'App\\Models\\ItemCampaign', 15, 'en', 'description', 'Winter care involves staying warm with layers, hydrating skin with moisturizers and water, eating nutritious foods to boost immunity, exercising regularly, and maintaining indoor comfort with humidifiers and proper heating while prioritizing mental health through routine and connection. Focus on gentle cleansing and sun protection for skin, and warm fluids for colds, with rest and self-care for overall well-being.', NULL, NULL),
(1227, 'App\\Models\\Item', 274, 'en', 'name', 'Perfora Dark Night Electric Toothbrush', NULL, NULL),
(1228, 'App\\Models\\Item', 274, 'en', 'description', 'Apply toothpaste on the toothbrush\'s wet bristles, brush, and then rinse', NULL, NULL),
(1229, 'App\\Models\\ItemCampaign', 16, 'en', 'title', 'Derma items', NULL, NULL),
(1230, 'App\\Models\\ItemCampaign', 16, 'en', 'description', 'Cleanser. Cleanser: The foundation of any skincare routine, a good cleanser removes dirt, oil, and makeup, unclogging pores and leaving your skin fresh and clean. ...\r\nMoisturizer. ...\r\nToner. ...\r\nEye Cream. ...\r\nExfoliator. ...\r\nSunscreen. ...\r\nSerum.', NULL, NULL),
(1231, 'App\\Models\\Item', 275, 'en', 'name', 'Perfora Lilac Lavender Electric Toothbrush', NULL, NULL),
(1232, 'App\\Models\\Item', 275, 'en', 'description', 'Apply toothpaste on the toothbrush\'s wet bristles, brush, and then rinse', NULL, NULL),
(1234, 'App\\Models\\Category', 391, 'en', 'name', 'Condoms', NULL, NULL),
(1235, 'App\\Models\\Category', 392, 'en', 'name', 'Lubricants & Massage Gels', NULL, NULL),
(1236, 'App\\Models\\Category', 393, 'en', 'name', 'Sexual Wellness Devices', NULL, NULL),
(1237, 'App\\Models\\Category', 394, 'en', 'name', 'Performance Enhancers', NULL, NULL),
(1238, 'App\\Models\\Category', 395, 'en', 'name', 'Pregnancy & Ovulation Kit', NULL, NULL),
(1239, 'App\\Models\\Item', 276, 'en', 'name', 'Manforce Combo Lubricated Dotted Condom (4 Each) Chocolate, Strawberry, Black Grapes, Melon & Mint', NULL, NULL),
(1240, 'App\\Models\\Item', 276, 'en', 'description', 'Before indulging in sexual activity put the condom on the erect genital\r\nThe rolling direction should be on the outside\r\nYou must squeeze the end of the condom before putting it on to release any air trapped inside\r\nWhile squeezing the end with one hand, put the condom on top of the genital and roll it with the other\r\nOnce you have reached ejaculation, hold the condom firmly, and then take it off carefully to avoid any spillovers', NULL, NULL),
(1241, 'App\\Models\\Item', 277, 'en', 'name', 'Skore Oh Stimulant Lubes Liquid', NULL, NULL),
(1242, 'App\\Models\\Item', 277, 'en', 'description', 'Twist the pump 45° clockwise to unlock\r\nSqueeze out a few drops, apply it liberally and massage onto her intimate area during foreplay, to make it more sensitive\r\nA cool tingling sensation sets in either immediately or after a couple of minutes\r\nThe sensation can last up to 10 minutes\r\nAfter using, twist the pump back 45° anti-clockwise to lock\r\nSkore Oh! Stimulant Lube can be used before and during lovemaking, on its own or with condoms', NULL, NULL),
(1243, 'App\\Models\\Item', 278, 'en', 'name', 'Prega News Pregnancy Test Kit', NULL, NULL),
(1244, 'App\\Models\\Item', 278, 'en', 'description', 'Open the pack just before use\r\nAdd 3 drops of urine in the sample slot provided on the device\r\nRead the result within 5 minutes\r\nDiscard the device after use\r\nDo not add urine in the window marked as “C & T”', NULL, NULL),
(1245, 'App\\Models\\Advertisement', 1000011, 'en', 'title', 'Flat 20% OFF', NULL, NULL),
(1246, 'App\\Models\\Advertisement', 1000011, 'en', 'description', 'On every medicine order Flat 20% OFF', NULL, NULL),
(1247, 'App\\Models\\Banner', 35, 'en', 'title', 'Banner', NULL, NULL),
(1248, 'App\\Models\\Banner', 36, 'en', 'title', 'banner 2', NULL, NULL),
(1249, 'App\\Models\\Banner', 37, 'en', 'title', 'banner 3', NULL, NULL),
(1250, 'App\\Models\\CommonCondition', 1, 'en', 'name', 'Skin Care', NULL, NULL),
(1251, 'App\\Models\\CommonCondition', 2, 'en', 'name', 'Oral Care', NULL, NULL),
(1252, 'App\\Models\\Item', 279, 'en', 'name', 'Toothbrush', NULL, NULL),
(1253, 'App\\Models\\Item', 279, 'en', 'description', 'Maintain your daily oral hygiene with this high-quality toothbrush, designed for effective cleaning and gentle care of teeth and gums. The soft yet durable bristles help remove plaque, food particles, and stains without causing irritation. Its ergonomic handle offers a comfortable grip, ensuring better control while brushing.', NULL, NULL),
(1254, 'App\\Models\\Item', 280, 'en', 'name', 'Toothpaste', NULL, NULL),
(1255, 'App\\Models\\Item', 280, 'en', 'description', 'Keep your teeth clean, strong, and fresh with this effective daily-use toothpaste. It helps remove plaque, fight cavities, and protect enamel while providing long-lasting freshness. The gentle formula cleans deeply without harming gums, making it safe for everyday brushing.\r\n\r\nRegular use supports healthy gums, whiter-looking teeth, and fresh breath, helping you maintain complete oral hygiene for the whole family.\r\n\r\nKey Features:\r\n\r\nHelps fight cavities and tooth decay\r\n\r\nRemoves plaque and surface stains\r\n\r\nStrengthens tooth enamel\r\n\r\nProvides long-lasting fresh breath\r\n\r\nGentle and safe for daily use', NULL, NULL),
(1256, 'App\\Models\\Item', 281, 'en', 'name', 'Mouthwash', NULL, NULL),
(1257, 'App\\Models\\Item', 281, 'en', 'description', 'Maintain complete oral hygiene with this refreshing and effective mouthwash. It helps kill germs, reduce plaque, and protect against bad breath, reaching areas where brushing alone cannot. The advanced formula supports healthier gums and keeps your mouth feeling clean and fresh for hours.\r\n\r\nSuitable for daily use, this mouthwash provides long-lasting freshness and added protection for overall oral care.\r\n\r\nKey Features:\r\n\r\nHelps kill germs and reduce plaque\r\n\r\nFights bad breath effectively\r\n\r\nReaches hard-to-clean areas\r\n\r\nSupports healthy gums\r\n\r\nSafe for daily oral care', NULL, NULL),
(1258, 'App\\Models\\Item', 282, 'en', 'name', 'Cleanser', NULL, NULL),
(1259, 'App\\Models\\Item', 282, 'en', 'description', 'Gently cleanse your skin with this effective daily-use cleanser, designed to remove dirt, oil, makeup, and impurities without over-drying. Its mild formula helps keep skin fresh, clean, and balanced, making it suitable for regular use.\r\n\r\nRegular cleansing supports healthy-looking, soft, and refreshed skin, leaving your face feeling smooth and revitalized after every wash.\r\n\r\nKey Features:\r\n\r\nGently removes dirt, oil, and impurities\r\n\r\nHelps maintain natural skin moisture\r\n\r\nNon-drying and skin-friendly formula\r\n\r\nSuitable for daily use\r\n\r\nIdeal for all skin types', NULL, NULL),
(1260, 'App\\Models\\Item', 283, 'en', 'name', 'Body Lotions', NULL, NULL),
(1261, 'App\\Models\\Item', 283, 'en', 'description', 'Nourish and hydrate your skin with this rich and fast-absorbing body lotion, specially formulated to provide long-lasting moisture. It helps soothe dry skin, improve softness, and keep your skin smooth throughout the day without feeling greasy.\r\n\r\nIdeal for daily use, this body lotion supports healthy, soft, and radiant skin, making it suitable for all skin types.\r\n\r\nKey Features:\r\n\r\nProvides deep and long-lasting hydration\r\n\r\nHelps soothe and soften dry skin\r\n\r\nLightweight, non-greasy formula\r\n\r\nAbsorbs quickly into the skin\r\n\r\nSuitable for daily use and all skin types', NULL, NULL),
(1262, 'App\\Models\\Item', 284, 'en', 'name', 'Mamaearth', NULL, NULL),
(1263, 'App\\Models\\Item', 284, 'en', 'description', 'Mamaearth offers safe, natural, and toxin-free personal care products made with the goodness of nature. Formulated without harmful chemicals like parabens, sulfates, silicones, or artificial dyes, Mamaearth products are gentle on skin and suitable for daily use.\r\n\r\nEnriched with natural ingredients and essential nutrients, Mamaearth helps nourish, protect, and care for your skin and hair while being environmentally responsible. All products are Made Safe certified, cruelty-free, and inspired by traditional goodness with modern science.\r\n\r\nKey Highlights:\r\n\r\nMade with natural & plant-based ingredients\r\n\r\nFree from parabens, sulfates & harmful chemicals\r\n\r\nGentle and safe for daily use\r\n\r\nSuitable for all skin & hair types\r\n\r\nMade Safe & cruelty-free certified', NULL, NULL),
(1264, 'App\\Models\\Item', 285, 'en', 'name', 'Sunscreen', NULL, NULL),
(1265, 'App\\Models\\Item', 285, 'en', 'description', 'Protect your skin from harmful sun damage with this lightweight and effective sunscreen, designed to shield against UVA and UVB rays. Its fast-absorbing, non-greasy formula helps prevent tanning, sunburn, and premature skin aging while keeping your skin comfortable throughout the day.\r\n\r\nSuitable for daily use, this sunscreen provides reliable sun protection and is ideal for outdoor activities and regular skincare routines.\r\n\r\nKey Features:\r\n\r\nProtects against UVA & UVB rays\r\n\r\nHelps prevent sunburn and tanning\r\n\r\nLightweight, non-greasy formula\r\n\r\nAbsorbs quickly without white cast\r\n\r\nSuitable for daily use and all skin types', NULL, NULL),
(1266, 'App\\Models\\Item', 286, 'en', 'name', 'Tooth Powder', NULL, NULL),
(1267, 'App\\Models\\Item', 286, 'en', 'description', 'Experience natural oral care with this effective tooth powder, made to help clean teeth, remove plaque, and maintain fresh breath. Its gentle yet powerful formulation supports healthy gums and helps strengthen teeth while keeping your mouth clean and refreshed.\r\n\r\nIdeal for those who prefer traditional oral care, this tooth powder is suitable for daily use and supports long-lasting oral hygiene.\r\n\r\nKey Features:\r\n\r\nHelps clean teeth and remove plaque\r\n\r\nSupports healthy gums\r\n\r\nHelps fight bad breath\r\n\r\nTraditional and effective oral care\r\n\r\nSuitable for daily use', NULL, NULL),
(1270, 'App\\Models\\ItemCampaign', 18, 'en', 'title', 'Wow Ice Cream', NULL, NULL),
(1271, 'App\\Models\\ItemCampaign', 18, 'en', 'description', 'Treat yourself to the rich and creamy delight of Wow Ice Cream, made with premium ingredients and irresistible flavors. Each scoop\r\n\r\nPerfect for desserts, celebrations, or anytime cravings, Wow Ice Cream offers a refreshing and indulgent experience loved by all age groups.\r\n\r\nRich, creamy, and smooth texture\r\n\r\nMade with quality ingredients\r\n\r\nDelicious and refreshing flavors\r\n\r\nPerfect for all age groups\r\n\r\nIdeal for desserts and celebrations', NULL, NULL),
(1272, 'App\\Models\\ItemCampaign', 19, 'en', 'title', 'Fried Chicken', NULL, NULL),
(1273, 'App\\Models\\ItemCampaign', 19, 'en', 'description', 'Enjoy the irresistible crunch and juicy taste of crispy fried chicken, perfectly seasoned with a special blend of spices and coated for a golden, crunchy finish. Cooked to perfection, it delivers a crispy outside and tender, flavorful inside in every bite..\r\n\r\nCrispy and crunchy outer coating\r\n\r\nJuicy and tender chicken inside\r\n\r\nSeasoned with flavorful spices\r\n\r\nFreshly prepared and served hot\r\n\r\nPerfect for snacks, meals, and parties', NULL, NULL),
(1274, 'App\\Models\\ItemCampaign', 20, 'en', 'title', 'Veg Pizza', NULL, NULL),
(1275, 'App\\Models\\ItemCampaign', 20, 'en', 'description', 'this delicious pizza. Topped with fresh vegetables and/or flavorful toppings, each slice delivers a cheesy, satisfying taste baked to perfection.\r\n\r\nFreshly baked crispy crust\r\n\r\nRich tomato sauce and melted cheese\r\n\r\nTopped with quality ingredients\r\n\r\nHot, cheesy, and flavorful\r\n\r\nPerfect for meals, parties, and sharing', NULL, NULL),
(1276, 'App\\Models\\ItemCampaign', 21, 'en', 'title', 'Biryani', NULL, NULL),
(1277, 'App\\Models\\ItemCampaign', 21, 'en', 'description', 'Indulge in the rich aroma and authentic taste of traditional biryani, prepared with long-grain basmati rice, perfectly blended spices, and \r\n\r\nMade with premium basmati rice\r\n\r\nAromatic blend of traditional spices\r\n\r\nSlow-cooked for rich flavor\r\n\r\nFreshly prepared and hygienic\r\n\r\nIdeal for meals and celebrations', NULL, NULL),
(1278, 'App\\Models\\ItemCampaign', 22, 'en', 'title', 'Veg Burger', NULL, NULL),
(1279, 'App\\Models\\ItemCampaign', 22, 'en', 'description', 'Enjoy a delicious and satisfying burger, made with a soft toasted bun, a juicy patty, and fresh vegetables, layered with flavorful sauces for the perfect bite. Each burger delivers a mouth-watering taste and balanced texture, making it a favorite for quick meals and cravings.\r\n\r\nSoft, fresh toasted bun\r\n\r\nJuicy and flavorful patty\r\n\r\nFresh veggies and tasty sauces\r\n\r\nServed hot and fresh\r\n\r\nIdeal for meals and snacks', NULL, NULL),
(1280, 'App\\Models\\ItemCampaign', 23, 'en', 'title', 'Bihar\'s Dish', NULL, NULL),
(1281, 'App\\Models\\ItemCampaign', 23, 'en', 'description', 'Authentic taste of traditional Litti Chokha, a classic dish from Bihar. Litti is made with roasted wheat balls stuffed with spiced sattu, slow-roasted for a smoky flavor, and served with chokha—a flavorful mash of roasted brinjal, tomato, potato, mustard oil, garlic, and spices.\r\n\r\nAuthentic Bihar-style preparation\r\n\r\nRoasted litti stuffed with spiced sattu\r\n\r\nSmoky, earthy flavor with desi ghee\r\n\r\nHealthy, filling, and delicious', NULL, NULL),
(1282, 'App\\Models\\DataSetting', 93, 'en', 'privacy_policy', '<!-- NEED TO REPLACE FOLLOWING -->\r\n\r\n<!--   Nexbloom  -->\r\n<!--   info@nexbloom.com -->\r\n<!-- https://app.nexbloominternational.com -->\r\n\r\n<!DOCTYPE html>\r\n<html>\r\n\r\n<body spellcheck=\"false\">\r\n  <h1>Privacy Policy for   Nexbloom </h1>\r\n  <hr width=\"100%\" color=\"yellow\"/>\r\n    <p>Last updated: November 16, 2023</p>\r\n    <p>This Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your information when You use the Service and tells You about Your privacy rights and how the law protects You.</p>\r\n    <p>We use Your Personal data to provide and improve the Service. By using the Service, You agree to the collection and use of information in accordance with this Privacy Policy.</p>\r\n    <h2>Interpretation and Definitions</h2>\r\n    <h3>Interpretation</h3>\r\n    <p>The words of which the initial letter is capitalized have meanings defined under the following conditions. The following definitions shall have the same meaning regardless of whether they appear in singular or in plural.</p>\r\n    <h3>Definitions</h3>\r\n    <p>For the purposes of this Privacy Policy:</p>\r\n    <ul>\r\n        <li>\r\n            <p><strong>Account</strong> means a unique account created for You to access our Service or parts of our Service.</p>\r\n        </li>\r\n        <li>\r\n            <p><strong>Affiliate</strong> means an entity that controls, is controlled by or is under common control with a party, where &quot;control&quot; means ownership of 50% or more of the shares, equity interest or other securities entitled to vote for election of directors or other managing authority.</p>\r\n        </li>\r\n        <li>\r\n            <p><strong>Application</strong> refers to   Nexbloom , the software program provided by the Company.</p>\r\n        </li>\r\n        <li>\r\n            <p><strong>Company</strong> (referred to as either &quot;the Company&quot;, &quot;We&quot;, &quot;Us&quot; or &quot;Our&quot; in this Agreement) refers to   Nexbloom .</p>\r\n        </li>\r\n        <li>\r\n            <p><strong>Cookies</strong> are small files that are placed on Your computer, mobile device or any other device by a website, containing the details of Your browsing history on that website among its many uses.</p>\r\n        </li>\r\n        <li>\r\n            <p><strong>Country</strong> refers to: Gujarat, India</p>\r\n        </li>\r\n        <li>\r\n            <p><strong>Device</strong> means any device that can access the Service such as a computer, a cellphone or a digital tablet.</p>\r\n        </li>\r\n        <li>\r\n            <p><strong>Personal Data</strong> is any information that relates to an identified or identifiable individual.</p>\r\n        </li>\r\n        <li>\r\n            <p><strong>Service</strong> refers to the Application or the Website or both.</p>\r\n        </li>\r\n        <li>\r\n            <p><strong>Service Provider</strong> means any natural or legal person who processes the data on behalf of the Company. It refers to third-party companies or individuals employed by the Company to facilitate the Service, to provide the Service on behalf of the Company, to perform services related to the Service or to assist the Company in analyzing how the Service is used.</p>\r\n        </li>\r\n        <li>\r\n            <p><strong>Third-party Social Media Service</strong> refers to any website or any social network website through which a User can log in or create an account to use the Service.</p>\r\n        </li>\r\n        <li>\r\n            <p><strong>Usage Data</strong> refers to data collected automatically, either generated by the use of the Service or from the Service infrastructure itself (for example, the duration of a page visit).</p>\r\n        </li>\r\n        <li>\r\n            <p><strong>Website</strong> refers to   Nexbloom , accessible from https://web. Eatodia : Food delivery.in</p>\r\n        </li>\r\n        <li>\r\n            <p><strong>You</strong> means the individual accessing or using the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable.</p>\r\n        </li>\r\n    </ul>\r\n    <h2>Collecting and Using Your Personal Data</h2>\r\n    <h3>Types of Data Collected</h3>\r\n    <h4>Personal Data</h4>\r\n    <p>While using Our Service, We may ask You to provide Us with certain personally identifiable information that can be used to contact or identify You. Personally identifiable information may include, but is not limited to:</p>\r\n    <ul>\r\n        <li>\r\n            <p>Email address</p>\r\n        </li>\r\n        <li>\r\n            <p>First name and last name</p>\r\n        </li>\r\n        <li>\r\n            <p>Phone number</p>\r\n        </li>\r\n        <li>\r\n            <p>Address, State, Province, ZIP/Postal code, City</p>\r\n        </li>\r\n        <li>\r\n            <p>Usage Data</p>\r\n        </li>\r\n    </ul>\r\n    <h4>Usage Data</h4>\r\n    <p>Usage Data is collected automatically when using the Service.</p>\r\n    <p>Usage Data may include information such as Your Device&apos;s Internet Protocol address (e.g. IP address), browser type, browser version, the pages of our Service that You visit, the time and date of Your visit, the time spent on those pages, unique device identifiers and other diagnostic data.</p>\r\n    <p>When You access the Service by or through a mobile device, We may collect certain information automatically, including, but not limited to, the type of mobile device You use, Your mobile device unique ID, the IP address of Your mobile device, Your mobile operating system, the type of mobile Internet browser You use, unique device identifiers and other diagnostic data.</p>\r\n    <p>We may also collect information that Your browser sends whenever You visit our Service or when You access the Service by or through a mobile device.</p>\r\n    <h4>Information from Third-Party Social Media Services</h4>\r\n    <p>The Company allows You to create an account and log in to use the Service through the following Third-party Social Media Services:</p>\r\n    <ul>\r\n        <li>Google</li>\r\n        <li>Facebook</li>\r\n        <li>Instagram</li>\r\n        <li>Twitter</li>\r\n        <li>LinkedIn</li>\r\n    </ul>\r\n    <p>If You decide to register through or otherwise grant us access to a Third-Party Social Media Service, We may collect Personal data that is already associated with Your Third-Party Social Media Service&apos;s account, such as Your name, Your email address, Your activities or Your contact list associated with that account.</p>\r\n    <p>You may also have the option of sharing additional information with the Company through Your Third-Party Social Media Service&apos;s account. If You choose to provide such information and Personal Data, during registration or otherwise, You are giving the Company permission to use, share, and store it in a manner consistent with this Privacy Policy.</p>\r\n    <h4>Information Collected while Using the Application</h4>\r\n    <p>While using Our Application, in order to provide features of Our Application, We may collect, with Your prior permission:</p>\r\n    <ul>\r\n        <li>Information regarding your location</li>\r\n        <li>Information from your Device&apos;s phone book (contacts list)</li>\r\n        <li>Pictures and other information from your Device&apos;s camera and photo library</li>\r\n    </ul>\r\n    <p>We use this information to provide features of Our Service, to improve and customize Our Service. The information may be uploaded to the Company&apos;s servers and/or a Service Provider&apos;s server or it may be simply stored on Your device.</p>\r\n    <p>You can enable or disable access to this information at any time, through Your Device settings.</p>\r\n    <h4>Tracking Technologies and Cookies</h4>\r\n    <p>We use Cookies and similar tracking technologies to track the activity on Our Service and store certain information. Tracking technologies used are beacons, tags, and scripts to collect and track information and to improve and analyze Our Service. The technologies We use may include:</p>\r\n    <ul>\r\n        <li><strong>Cookies or Browser Cookies.</strong> A cookie is a small file placed on Your Device. You can instruct Your browser to refuse all Cookies or to indicate when a Cookie is being sent. However, if You do not accept Cookies, You may not be able to use some parts of our Service. Unless you have adjusted Your browser setting so that it will refuse Cookies, our Service may use Cookies.</li>\r\n        <li><strong>Web Beacons.</strong> Certain sections of our Service and our emails may contain small electronic files known as web beacons (also referred to as clear gifs, pixel tags, and single-pixel gifs) that permit the Company, for example, to count users who have visited those pages or opened an email and for other related website statistics (for example, recording the popularity of a certain section and verifying system and server integrity).</li>\r\n    </ul>\r\n    <p>Cookies can be &quot;Persistent&quot; or &quot;Session&quot; Cookies. Persistent Cookies remain on Your personal computer or mobile device when You go offline, while Session Cookies are deleted as soon as You close Your web browser.</p>\r\n    <p>We use both Session and Persistent Cookies for the purposes set out below:</p>\r\n    <ul>\r\n        <li>\r\n            <p><strong>Necessary / Essential Cookies</strong></p>\r\n            <p>Type: Session Cookies</p>\r\n            <p>Administered by: Us</p>\r\n            <p>Purpose: These Cookies are essential to provide You with services available through the Website and to enable You to use some of its features. They help to authenticate users and prevent fraudulent use of user accounts. Without these Cookies, the services that You have asked for cannot be provided, and We only use these Cookies to provide You with those services.</p>\r\n        </li>\r\n        <li>\r\n            <p><strong>Cookies Policy / Notice Acceptance Cookies</strong></p>\r\n            <p>Type: Persistent Cookies</p>\r\n            <p>Administered by: Us</p>\r\n            <p>Purpose: These Cookies identify if users have accepted the use of cookies on the Website.</p>\r\n        </li>\r\n        <li>\r\n            <p><strong>Functionality Cookies</strong></p>\r\n            <p>Type: Persistent Cookies</p>\r\n            <p>Administered by: Us</p>\r\n            <p>Purpose: These Cookies allow us to remember choices You make when You use the Website, such as remembering your login details or language preference. The purpose of these Cookies is to provide You with a more personal experience and to avoid You having to re-enter your preferences every time You use the Website.</p>\r\n        </li>\r\n    </ul>\r\n    <p>For more information about the cookies we use and your choices regarding cookies, please visit our Cookies Policy or the Cookies section of our Privacy Policy.</p>\r\n    <h3>Use of Your Personal Data</h3>\r\n    <p>The Company may use Personal Data for the following purposes:</p>\r\n    <ul>\r\n        <li>\r\n            <p><strong>To provide and maintain our Service</strong>, including to monitor the usage of our Service.</p>\r\n        </li>\r\n        <li>\r\n            <p><strong>To manage Your Account:</strong> to manage Your registration as a user of the Service. The Personal Data You provide can give You access to different functionalities of the Service that are available to You as a registered user.</p>\r\n        </li>\r\n        <li>\r\n            <p><strong>For the performance of a contract:</strong> the development, compliance and undertaking of the purchase contract for the products, items or services You have purchased or of any other contract with Us through the Service.</p>\r\n        </li>\r\n        <li>\r\n            <p><strong>To contact You:</strong> To contact You by email, telephone calls, SMS, or other equivalent forms of electronic communication, such as a mobile application&apos;s push notifications regarding updates or informative communications related to the functionalities, products or contracted services, including the security updates, when necessary or reasonable for their implementation.</p>\r\n        </li>\r\n        <li>\r\n            <p><strong>To provide You</strong> with news, special offers and general information about other goods, services and events which we offer that are similar to those that you have already purchased or enquired about unless You have opted not to receive such information.</p>\r\n        </li>\r\n        <li>\r\n            <p><strong>To manage Your requests:</strong> To attend and manage Your requests to Us.</p>\r\n        </li>\r\n        <li>\r\n            <p><strong>For business transfers:</strong> We may use Your information to evaluate or conduct a merger, divestiture, restructuring, reorganization, dissolution, or other sale or transfer of some or all of Our assets, whether as a going concern or as part of bankruptcy, liquidation, or similar proceeding, in which Personal Data held by Us about our Service users is among the assets transferred.</p>\r\n        </li>\r\n        <li>\r\n            <p><strong>For other purposes</strong>: We may use Your information for other purposes, such as data analysis, identifying usage trends, determining the effectiveness of our promotional campaigns and to evaluate and improve our Service, products, services, marketing and your experience.</p>\r\n        </li>\r\n    </ul>\r\n    <p>We may share Your personal information in the following situations:</p>\r\n    <ul>\r\n        <li><strong>With Service Providers:</strong> We may share Your personal information with Service Providers to monitor and analyze the use of our Service, to contact You.</li>\r\n        <li><strong>For business transfers:</strong> We may share or transfer Your personal information in connection with, or during negotiations of, any merger, sale of Company assets, financing, or acquisition of all or a portion of Our business to another company.</li>\r\n        <li><strong>With Affiliates:</strong> We may share Your information with Our affiliates, in which case we will require those affiliates to honor this Privacy Policy. Affiliates include Our parent company and any other subsidiaries, joint venture partners or other companies that We control or that are under common control with Us.</li>\r\n        <li><strong>With business partners:</strong> We may share Your information with Our business partners to offer You certain products, services or promotions.</li>\r\n        <li><strong>With other users:</strong> when You share personal information or otherwise interact in the public areas with other users, such information may be viewed by all users and may be publicly distributed outside. If You interact with other users or register through a Third-Party Social Media Service, Your contacts on the Third-Party Social Media Service may see Your name, profile, pictures and description of Your activity. Similarly, other users will be able to view descriptions of Your activity, communicate with You and view Your profile.</li>\r\n        <li><strong>With Your consent</strong>: We may disclose Your personal information for any other purpose with Your consent.</li>\r\n    </ul>\r\n    <h3>Retention of Your Personal Data</h3>\r\n    <p>The Company will retain Your Personal Data only for as long as is necessary for the purposes set out in this Privacy Policy. We will retain and use Your Personal Data to the extent necessary to comply with our legal obligations (for example, if we are required to retain your data to comply with applicable laws), resolve disputes, and enforce our legal agreements and policies.</p>\r\n    <p>The Company will also retain Usage Data for internal analysis purposes. Usage Data is generally retained for a shorter period of time, except when this data is used to strengthen the security or to improve the functionality of Our Service, or We are legally obligated to retain this data for longer time periods.</p>\r\n    <h3>Transfer of Your Personal Data</h3>\r\n    <p>Your information, including Personal Data, is processed at the Company&apos;s operating offices and in any other places where the parties involved in the processing are located. It means that this information may be transferred to &mdash; and maintained on &mdash; computers located outside of Your state, province, country or other governmental jurisdiction where the data protection laws may differ than those from Your jurisdiction.</p>\r\n    <p>Your consent to this Privacy Policy followed by Your submission of such information represents Your agreement to that transfer.</p>\r\n    <p>The Company will take all steps reasonably necessary to ensure that Your data is treated securely and in accordance with this Privacy Policy and no transfer of Your Personal Data will take place to an organization or a country unless there are adequate controls in place including the security of Your data and other personal information.</p>\r\n    <h3>Delete Your Personal Data</h3>\r\n    <p>You have the right to delete or request that We assist in deleting the Personal Data that We have collected about You.</p>\r\n    <p>Our Service may give You the ability to delete certain information about You from within the Service.</p>\r\n    <p>You may update, amend, or delete Your information at any time by signing in to Your Account, if you have one, and visiting the account settings section that allows you to manage Your personal information. You may also contact Us to request access to, correct, or delete any personal information that You have provided to Us.</p>\r\n    <p>Please note, however, that We may need to retain certain information when we have a legal obligation or lawful basis to do so.</p>\r\n    <h3>Disclosure of Your Personal Data</h3>\r\n    <h4>Business Transactions</h4>\r\n    <p>If the Company is involved in a merger, acquisition or asset sale, Your Personal Data may be transferred. We will provide notice before Your Personal Data is transferred and becomes subject to a different Privacy Policy.</p>\r\n    <h4>Law enforcement</h4>\r\n    <p>Under certain circumstances, the Company may be required to disclose Your Personal Data if required to do so by law or in response to valid requests by public authorities (e.g. a court or a government agency).</p>\r\n    <h4>Other legal requirements</h4>\r\n    <p>The Company may disclose Your Personal Data in the good faith belief that such action is necessary to:</p>\r\n    <ul>\r\n        <li>Comply with a legal obligation</li>\r\n        <li>Protect and defend the rights or property of the Company</li>\r\n        <li>Prevent or investigate possible wrongdoing in connection with the Service</li>\r\n        <li>Protect the personal safety of Users of the Service or the public</li>\r\n        <li>Protect against legal liability</li>\r\n    </ul>\r\n    <h3>Security of Your Personal Data</h3>\r\n    <p>The security of Your Personal Data is important to Us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While We strive to use commercially acceptable means to protect Your Personal Data, We cannot guarantee its absolute security.</p>\r\n    <h2>Children&apos;s Privacy</h2>\r\n    <p>Our Service does not address anyone under the age of 13. We do not knowingly collect personally identifiable information from anyone under the age of 13. If You are a parent or guardian and You are aware that Your child has provided Us with Personal Data, please contact Us. If We become aware that We have collected Personal Data from anyone under the age of 13 without verification of parental consent, We take steps to remove that information from Our servers.</p>\r\n    <p>If We need to rely on consent as a legal basis for processing Your information and Your country requires consent from a parent, We may require Your parent&apos;s consent before We collect and use that information.</p>\r\n    <h2>Links to Other Websites</h2>\r\n    <p>Our Service may contain links to other websites that are not operated by Us. If You click on a third party link, You will be directed to that third party&apos;s site. We strongly advise You to review the Privacy Policy of every site You visit.</p>\r\n    <p>We have no control over and assume no responsibility for the content, privacy policies or practices of any third party sites or services.</p>\r\n    <h2>Changes to this Privacy Policy</h2>\r\n    <p>We may update Our Privacy Policy from time to time. We will notify You of any changes by posting the new Privacy Policy on this page.</p>\r\n    <p>We will let You know via email and/or a prominent notice on Our Service, prior to the change becoming effective and update the &quot;Last updated&quot; date at the top of this Privacy Policy.</p>\r\n    <p>You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.</p>\r\n    <h2>Contact Us</h2>\r\n    <p>If you have any questions about this Privacy Policy, You can contact us:</p>\r\n    <ul>\r\n        <li>\r\n            <p>By email:   info@nexbloom.com</p>\r\n        </li>\r\n        <li>\r\n            <p>By visiting this page on our website:&nbsp;<br>https://app.nexbloominternational.com</p>\r\n        </li>\r\n    </ul>\r\n</body>\r\n\r\n</html>', NULL, NULL),
(1283, 'App\\Models\\Item', 287, 'en', 'name', 'Test', NULL, NULL),
(1284, 'App\\Models\\Item', 287, 'en', 'description', 'Testing', NULL, NULL),
(1285, 'App\\Models\\AdminRole', 2, 'en', 'name', 'Manager', NULL, NULL),
(1286, 'App\\Models\\Category', 396, 'en', 'name', 'FOOD', NULL, NULL),
(1287, 'App\\Models\\Category', 397, 'en', 'name', 'VEG', NULL, NULL),
(1288, 'App\\Models\\Item', 288, 'en', 'name', 'Pizza', NULL, NULL),
(1289, 'App\\Models\\Item', 288, 'en', 'description', 'ethieokngdkf', NULL, NULL),
(1290, 'App\\Models\\Store', 28, 'en', 'name', 'biryani house', NULL, NULL),
(1291, 'App\\Models\\Store', 28, 'en', 'address', '8FFWCWW5+3C', NULL, NULL);
INSERT INTO `translations` (`id`, `translationable_type`, `translationable_id`, `locale`, `key`, `value`, `created_at`, `updated_at`) VALUES
(1292, 'App\\Models\\Zone', 2, 'en', 'name', 'Indore', NULL, NULL),
(1293, 'App\\Models\\Zone', 2, 'en', 'display_name', 'Indore', NULL, NULL),
(1294, 'App\\Models\\Store', 29, 'en', 'name', 'Shravan Kumar', NULL, NULL),
(1295, 'App\\Models\\Store', 29, 'en', 'address', '209/71A, Prashiddha Ka Pura, Phaphamau, Uttar Pradesh 211013, India', NULL, NULL),
(1296, 'App\\Models\\Store', 30, 'en', 'name', 'rakhi store', NULL, NULL),
(1297, 'App\\Models\\Store', 30, 'en', 'address', '17, kumawat pura, Juni Indore, Indore, Madhya Pradesh 452007, India', NULL, NULL),
(1298, 'App\\Models\\Store', 31, 'en', 'name', 'kanak readymade', NULL, NULL),
(1299, 'App\\Models\\Store', 31, 'en', 'address', 'C678G69C+9C', NULL, NULL),
(1300, 'App\\Models\\Store', 32, 'en', 'name', 'vinod store', NULL, NULL),
(1301, 'App\\Models\\Store', 32, 'en', 'address', '8MQ5+JPR, Golmud, Haixi Mongol and Tibetan Autonomous Prefecture, Qinghai, China', NULL, NULL),
(1302, 'App\\Models\\Store', 33, 'en', 'name', 'pawan boot house', NULL, NULL),
(1303, 'App\\Models\\Store', 33, 'en', 'address', 'C757FWV5+3C', NULL, NULL),
(1304, 'App\\Models\\Store', 34, 'en', 'name', 'diamond', NULL, NULL),
(1305, 'App\\Models\\Store', 34, 'en', 'address', '9799R8F7+QW', NULL, NULL),
(1306, 'App\\Models\\Store', 35, 'en', 'name', 'Madhav', NULL, NULL),
(1307, 'App\\Models\\Store', 35, 'en', 'address', '8GCM+6C Arenur, Zabaykalsky Krai, Russia', NULL, NULL),
(1308, 'App\\Models\\Store', 36, 'en', 'name', 'reshma store', NULL, NULL),
(1309, 'App\\Models\\Store', 36, 'en', 'address', 'CXMC+6C Digaia, Sudan', NULL, NULL),
(1310, 'App\\Models\\Store', 37, 'en', 'name', 'Shanti laal', NULL, NULL),
(1311, 'App\\Models\\Store', 37, 'en', 'address', '9P6QPQ32+3W', NULL, NULL),
(1312, 'App\\Models\\Store', 38, 'en', 'name', 'surbhi', NULL, NULL),
(1313, 'App\\Models\\Store', 38, 'en', 'address', '37CM+8C Ellerbe, NC, USA', NULL, NULL),
(1314, 'App\\Models\\Store', 39, 'en', 'name', 'raju', NULL, NULL),
(1315, 'App\\Models\\Store', 39, 'en', 'address', '97G5M3XW+2C', NULL, NULL),
(1316, 'App\\Models\\Store', 40, 'en', 'name', 'shilendra kirana', NULL, NULL),
(1317, 'App\\Models\\Store', 40, 'en', 'address', '9CG8M9XG+2W', NULL, NULL),
(1318, 'App\\Models\\Store', 41, 'en', 'name', 'Gyanendra', NULL, NULL),
(1319, 'App\\Models\\Store', 41, 'en', 'address', '9HHQ97HM+9C', NULL, NULL),
(1320, 'App\\Models\\Store', 42, 'en', 'name', 'ramesh shose', NULL, NULL),
(1321, 'App\\Models\\Store', 42, 'en', 'address', 'C83RRR8W+QC', NULL, NULL),
(1322, 'App\\Models\\Store', 43, 'en', 'name', 'jitu', NULL, NULL),
(1323, 'App\\Models\\Store', 43, 'en', 'address', 'M2G2+WW Albion, NE, USA', NULL, NULL),
(1324, 'App\\Models\\Store', 44, 'en', 'name', 'sudama', NULL, NULL),
(1325, 'App\\Models\\Store', 44, 'en', 'address', 'GWH5+JC Carmi, BC, Canada', NULL, NULL),
(1326, 'App\\Models\\Store', 45, 'en', 'name', 'sangeeta', NULL, NULL),
(1327, 'App\\Models\\Store', 45, 'en', 'address', 'C7GPQ8WW+PC', NULL, NULL),
(1328, 'App\\Models\\Store', 46, 'en', 'name', 'dheerendra', NULL, NULL),
(1329, 'App\\Models\\Store', 46, 'en', 'address', '9GQQQH2W+CC', NULL, NULL);

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

--
-- Table structure for table `trips`
--

CREATE TABLE `trips` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `provider_id` bigint(20) UNSIGNED NOT NULL,
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `module_id` bigint(20) UNSIGNED NOT NULL,
  `pickup_zone_id` bigint(20) UNSIGNED DEFAULT NULL,
  `cash_back_id` bigint(20) UNSIGNED DEFAULT NULL,
  `trip_amount` double(23,8) NOT NULL DEFAULT 0.00000000,
  `discount_on_trip` double(23,8) NOT NULL DEFAULT 0.00000000,
  `discount_on_trip_by` enum('admin','vendor','none') NOT NULL DEFAULT 'none',
  `coupon_discount_amount` double(23,8) NOT NULL DEFAULT 0.00000000,
  `coupon_discount_by` enum('admin','vendor','none') NOT NULL DEFAULT 'none',
  `coupon_code` varchar(100) DEFAULT NULL,
  `trip_status` enum('pending','confirmed','ongoing','completed','canceled','payment_failed','processing','waiting') NOT NULL DEFAULT 'pending',
  `payment_status` enum('paid','unpaid','partially_paid') NOT NULL DEFAULT 'unpaid',
  `payment_method` varchar(100) DEFAULT NULL,
  `transaction_reference` varchar(100) DEFAULT NULL,
  `tax_amount` double(23,8) NOT NULL DEFAULT 0.00000000,
  `tax_status` enum('included','excluded') NOT NULL DEFAULT 'excluded',
  `tax_percentage` double(23,8) NOT NULL DEFAULT 0.00000000,
  `trip_type` enum('hourly','distance_wise','day_wise') DEFAULT 'hourly',
  `additional_charge` double(23,8) NOT NULL DEFAULT 0.00000000,
  `partially_paid_amount` double(23,8) NOT NULL DEFAULT 0.00000000,
  `distance` double(23,8) NOT NULL DEFAULT 0.00000000,
  `estimated_hours` double(23,8) NOT NULL DEFAULT 0.00000000,
  `ref_bonus_amount` double(23,8) NOT NULL DEFAULT 0.00000000,
  `canceled_by` enum('admin','vendor','user','none') NOT NULL DEFAULT 'none',
  `attachment` varchar(255) DEFAULT NULL,
  `cancellation_reason` varchar(255) DEFAULT NULL,
  `pickup_location` text DEFAULT NULL,
  `destination_location` text DEFAULT NULL,
  `user_info` text DEFAULT NULL,
  `trip_note` text DEFAULT NULL,
  `callback` varchar(255) DEFAULT NULL,
  `otp` varchar(100) DEFAULT NULL,
  `is_guest` tinyint(1) NOT NULL DEFAULT 0,
  `edited` tinyint(1) NOT NULL DEFAULT 0,
  `checked` tinyint(1) NOT NULL DEFAULT 0,
  `scheduled` tinyint(1) NOT NULL DEFAULT 0,
  `schedule_at` datetime DEFAULT NULL,
  `pending` datetime DEFAULT NULL,
  `confirmed` datetime DEFAULT NULL,
  `ongoing` datetime DEFAULT NULL,
  `completed` datetime DEFAULT NULL,
  `canceled` datetime DEFAULT NULL,
  `payment_failed` datetime DEFAULT NULL,
  `quantity` smallint(6) NOT NULL DEFAULT 1,
  `estimated_trip_end_time` datetime 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 `trip_details`
--

CREATE TABLE `trip_details` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `trip_id` bigint(20) UNSIGNED NOT NULL,
  `vehicle_id` bigint(20) UNSIGNED NOT NULL,
  `quantity` smallint(6) NOT NULL DEFAULT 1,
  `price` double(23,8) NOT NULL DEFAULT 0.00000000,
  `original_price` double(23,8) NOT NULL DEFAULT 0.00000000,
  `calculated_price` double(23,8) NOT NULL DEFAULT 0.00000000,
  `discount_on_trip` double(23,8) NOT NULL DEFAULT 0.00000000,
  `tax_amount` double(23,8) NOT NULL DEFAULT 0.00000000,
  `tax_status` enum('included','excluded') NOT NULL DEFAULT 'excluded',
  `tax_percentage` double(23,8) NOT NULL DEFAULT 0.00000000,
  `discount_type` varchar(100) DEFAULT NULL,
  `discount_on_trip_by` enum('admin','vendor','none') NOT NULL DEFAULT 'none',
  `discount_percentage` double(23,8) NOT NULL DEFAULT 0.00000000,
  `vehicle_details` text DEFAULT NULL,
  `rental_type` enum('hourly','distance_wise','day_wise') DEFAULT 'hourly',
  `estimated_hours` double(23,8) NOT NULL DEFAULT 0.00000000,
  `distance` double(23,8) NOT NULL DEFAULT 0.00000000,
  `scheduled` tinyint(1) NOT NULL DEFAULT 0,
  `schedule_at` datetime DEFAULT NULL,
  `estimated_trip_end_time` datetime DEFAULT NULL,
  `is_edited` 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 `trip_transactions`
--

CREATE TABLE `trip_transactions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `provider_id` bigint(20) UNSIGNED DEFAULT NULL,
  `vendor_id` bigint(20) UNSIGNED DEFAULT NULL,
  `trip_id` bigint(20) UNSIGNED DEFAULT NULL,
  `zone_id` bigint(20) UNSIGNED DEFAULT NULL,
  `module_id` bigint(20) UNSIGNED DEFAULT NULL,
  `trip_amount` double(23,8) NOT NULL DEFAULT 0.00000000,
  `store_amount` double(23,8) NOT NULL DEFAULT 0.00000000,
  `admin_commission` double(23,8) NOT NULL DEFAULT 0.00000000,
  `tax` double(23,8) NOT NULL DEFAULT 0.00000000,
  `received_by` varchar(50) DEFAULT NULL,
  `admin_expense` double(23,8) NOT NULL DEFAULT 0.00000000,
  `store_expense` double(23,8) NOT NULL DEFAULT 0.00000000,
  `status` varchar(50) DEFAULT NULL,
  `discount_amount_by_store` double(23,8) NOT NULL DEFAULT 0.00000000,
  `additional_charge` double(23,8) NOT NULL DEFAULT 0.00000000,
  `ref_bonus_amount` double(23,8) NOT NULL DEFAULT 0.00000000,
  `is_subscribed` tinyint(1) NOT NULL DEFAULT 0,
  `commission_percentage` double(23,8) NOT NULL DEFAULT 0.00000000,
  `admin_net_income` double(23,8) NOT NULL DEFAULT 0.00000000,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `trip_vehicle_details`
--

CREATE TABLE `trip_vehicle_details` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `trip_id` bigint(20) UNSIGNED NOT NULL,
  `vehicle_id` bigint(20) UNSIGNED NOT NULL,
  `trip_details_id` bigint(20) UNSIGNED DEFAULT NULL,
  `vehicle_identity_id` bigint(20) UNSIGNED DEFAULT NULL,
  `vehicle_driver_id` bigint(20) UNSIGNED DEFAULT NULL,
  `estimated_trip_end_time` datetime DEFAULT NULL,
  `is_completed` 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 `units`
--

CREATE TABLE `units` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `unit` varchar(191) 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 `units`
--

INSERT INTO `units` (`id`, `unit`, `created_at`, `updated_at`) VALUES
(2, 'KG', '2025-09-23 01:44:21', '2025-09-28 17:34:15'),
(3, 'G', '2025-09-23 01:44:26', '2025-09-28 17:34:08'),
(4, 'ML', '2025-09-23 01:44:52', '2025-09-28 17:34:01'),
(5, 'Pieces', '2025-09-23 01:45:25', '2025-09-28 17:33:47'),
(6, 'Liter', '2025-09-23 01:45:52', '2025-09-28 17:33:38');

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

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

CREATE TABLE `users` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `f_name` varchar(100) DEFAULT NULL,
  `l_name` varchar(100) DEFAULT NULL,
  `phone` varchar(255) DEFAULT NULL,
  `email` varchar(100) DEFAULT NULL,
  `image` varchar(100) DEFAULT NULL,
  `is_phone_verified` tinyint(1) NOT NULL DEFAULT 0,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(100) DEFAULT NULL,
  `remember_token` varchar(100) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `interest` varchar(255) DEFAULT NULL,
  `cm_firebase_token` varchar(255) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `order_count` int(11) NOT NULL DEFAULT 0,
  `login_medium` varchar(255) DEFAULT NULL,
  `social_id` varchar(255) DEFAULT NULL,
  `zone_id` bigint(20) UNSIGNED DEFAULT NULL,
  `wallet_balance` decimal(24,3) NOT NULL DEFAULT 0.000,
  `loyalty_point` decimal(24,3) NOT NULL DEFAULT 0.000,
  `ref_code` varchar(10) DEFAULT NULL,
  `current_language_key` varchar(255) DEFAULT 'en',
  `ref_by` bigint(20) UNSIGNED DEFAULT NULL,
  `temp_token` varchar(255) DEFAULT NULL,
  `module_ids` varchar(255) DEFAULT NULL,
  `is_email_verified` tinyint(1) NOT NULL DEFAULT 0,
  `is_from_pos` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `users`
--

INSERT INTO `users` (`id`, `f_name`, `l_name`, `phone`, `email`, `image`, `is_phone_verified`, `email_verified_at`, `password`, `remember_token`, `created_at`, `updated_at`, `interest`, `cm_firebase_token`, `status`, `order_count`, `login_medium`, `social_id`, `zone_id`, `wallet_balance`, `loyalty_point`, `ref_code`, `current_language_key`, `ref_by`, `temp_token`, `module_ids`, `is_email_verified`, `is_from_pos`) VALUES
(1, 'customer', 'name', '+9199987898273', 'customer@gmail.com', NULL, 0, NULL, '$2y$10$w627xGa6i8jPWH719/9ofO9nRTDXBsBo6ymu7ZR7XluDyEoRAcFFu', NULL, '2024-10-09 21:49:12', '2025-12-15 22:22:03', '[1]', '@', 1, 0, NULL, NULL, 0, 100.000, 0.000, 'N4X5LNRVKI', 'en', NULL, NULL, '[\"1\"]', 0, 0),
(2, 'John', 'Doe', '+918585858585', 'john@gmail.com', NULL, 0, NULL, '$2y$10$MMK62BSANxdT6QbHFl4pves2CMVVzXNvleQ1UkjD0Sx/dH808aTPC', NULL, '2024-10-11 03:12:05', '2025-12-17 23:36:55', '[1,3,4,5,6,9,11,17,21,119,105,109,108,106]', '@', 1, 1, 'manual', NULL, 0, 100.000, 1.000, 'KCWRSLZITT', 'en', NULL, NULL, '[\"1\",\"2\",\"4\",\"10\",\"9\"]', 0, 0),
(3, 'Vinay', '', '+916266999021', 'vinaythomas321@gmail.com', NULL, 0, NULL, '$2y$10$6/8tsYbwXo1Z2s8rIHcU5OFWgayj.8IMviuUqaqr.rz6Y3uSDyScG', NULL, '2025-10-03 15:47:47', '2025-10-03 15:47:47', NULL, NULL, 1, 0, NULL, NULL, NULL, 0.000, 0.000, '99QCUUZUP6', 'en', NULL, NULL, NULL, 0, 0),
(4, 'Vinay', NULL, '+916266999022', 'vinaythomas31@gmail.com', NULL, 0, NULL, '$2y$10$vRVHzuOuYGYyKfUhHN8bg.jwO.3VHYTfFAoSWL99AOenZSuqcwjCm', NULL, '2025-10-03 16:31:37', '2025-10-03 16:31:37', NULL, NULL, 1, 0, 'manual', NULL, 1, 0.000, 0.000, '3SYCXIQ2YH', 'en', NULL, NULL, NULL, 0, 0),
(5, 'Srikanth', '', '+918801121880', 'gadepakasrikanth@gmail.com', NULL, 0, NULL, '$2y$10$06yVOJvdCXDwh6QqM.q1YeeLGTY0sw2LcFrTcnYrZgRQsKKv0v/VK', NULL, '2025-10-04 14:47:04', '2025-10-04 14:47:04', NULL, NULL, 1, 0, NULL, NULL, NULL, 0.000, 0.000, 'T2I3USB5EK', 'en', NULL, NULL, NULL, 0, 0),
(6, 'Vin', '', '+916266999023', 'vinaythomas1@gmail.com', NULL, 0, NULL, '$2y$10$Ev07RvpBCI/BRvGgGCn4XOIe.Y/J4GjdIBybhUwXxtKNv9w9uLB3S', NULL, '2025-10-07 09:39:59', '2025-10-07 09:39:59', NULL, NULL, 1, 0, NULL, NULL, NULL, 0.000, 0.000, '7DWHHTSEQF', 'en', NULL, NULL, NULL, 0, 0),
(7, 'Vijay', '', '+919945320425', 'vr14311@gmail.com', NULL, 0, NULL, '$2y$10$ZQpcywq99mnsYTF8atRR7OGBQoyjBRyn0S22bAi5eMsJi45kkB2uq', NULL, '2025-10-08 19:10:27', '2025-10-08 19:10:27', NULL, NULL, 1, 0, NULL, NULL, NULL, 0.000, 0.000, 'NVZ41XOHVA', 'en', NULL, NULL, NULL, 0, 0),
(8, 'Pawan', '', '+919694599302', 'jhorarpawan78@gmail.com', NULL, 0, NULL, '$2y$10$sFwQDxqFA00diud8fFvhK.KSGMWZX.l08Hukj9i3xRc0teF5yCYhq', NULL, '2025-10-09 10:11:47', '2025-10-09 10:11:47', NULL, NULL, 1, 0, NULL, NULL, NULL, 0.000, 0.000, 'QUGTNR98YV', 'en', NULL, NULL, NULL, 0, 0),
(9, 'Pawan', '', '+919696969696', 'jhorarpawan8@gmail.com', NULL, 0, NULL, '$2y$10$roAQj8UUS5pc/IbmWb017.QM0UiNf1GPWwtV8WIK.LLszB4BnTtXS', NULL, '2025-10-11 15:18:28', '2025-10-11 15:18:28', NULL, NULL, 1, 0, NULL, NULL, NULL, 0.000, 0.000, 'IIE90FY2SM', 'en', NULL, NULL, NULL, 0, 0),
(10, 'OmDhageDV', '', '+918827725941', 'omdhage143@gmail.com', NULL, 0, NULL, '$2y$10$bAjrQWO3fLTx9ata7vJCLORMDhFyCJowy5Mt6bXlyCKYSr96aVQy.', NULL, '2025-10-17 14:05:50', '2025-10-19 10:36:13', '[22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,54,55,56,57,58,59,61,62,64,65,66,67,68,69,70,71,72,73,74,75,132,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149]', 'dO1P9RXESsy4WrYZN1-JVG:APA91bF_LSEnuJFn8Kr1o_hK1YVlupwaZN2hl8SniGNDyfZwEeoptfSDpoUReYgY2DhhFBvKFf8e4vdST1igVUIDzFi28rgvF3mDCcDCCtrWVYhHo3dvLuE', 1, 0, 'manual', NULL, 0, 0.000, 0.000, 'YMGTRDGKGL', 'en', NULL, NULL, '[\"1\",\"2\",\"4\"]', 0, 0),
(11, 'Rohit', '', '+919335261343', 'rohitkumer8090@gmail.com', NULL, 0, NULL, '$2y$10$6Zf...9PKMKSDrbenBTr0eQ34xF.5O16hAXh7BVIA539spOd6L8YG', NULL, '2025-10-17 16:39:57', '2025-10-17 16:39:57', NULL, NULL, 1, 0, NULL, NULL, NULL, 0.000, 0.000, 'XBBKUZYEMF', 'en', NULL, NULL, NULL, 0, 0),
(12, 'Rohit', '', '+917571050235', 'rohitkumer1008@gmail.com', NULL, 0, NULL, '$2y$10$wDe/wqTQ6VQR4yxEZF41i.dt4QYyJEyhqYi5TupPa7LFCMcjZNoD6', NULL, '2025-10-17 16:40:25', '2025-10-17 16:40:25', NULL, NULL, 1, 0, NULL, NULL, NULL, 0.000, 0.000, 'R3F3ZOAKDR', 'en', NULL, NULL, NULL, 0, 0),
(13, 'Rworld', '', '+919485073266', 'dr.rdebbarma@gmail.com', NULL, 0, NULL, '$2y$10$uYGZ59tQentfL9VtM35EpOUqiXTAE9oj/HmuaiBW2yYCcN1UGOvYW', NULL, '2025-10-27 13:27:04', '2025-10-28 08:17:08', NULL, 'f8T3_hT-STKAZnKYKKeaW9:APA91bFzAf_blGIJB6xIsSOyhXS1TKd6DbUlyOokPB2aeEN4dVS2rsvxgSJrwtHimDyL8YpjpxHxSfxU2tB6gSdVcDxWA7c81r17cSGLx5XbZPOMavdArZw', 1, 0, 'manual', NULL, 0, 0.000, 0.000, 'ZOQIBGUNGP', 'en', NULL, NULL, NULL, 0, 0),
(14, 'Chirag', 'Chauhan', '+919664706095', 'chiragchauhan250025@gmail.com', NULL, 0, NULL, '$2y$10$PfWKjXlOHxKc5cRFbAGW8uAGC82kqPcwJOffSW0V77akBxKJsCBVm', NULL, '2025-11-11 12:55:27', '2025-11-11 12:55:27', NULL, NULL, 1, 0, NULL, NULL, NULL, 0.000, 0.000, '6HG5JSU8R3', 'en', NULL, NULL, NULL, 0, 0),
(15, 'Uphfd', '', '+918866323232', 'ggg@gmail.com', NULL, 0, NULL, '$2y$10$0FoNLoeQRo8PrEMKlRWrJ.jGOw9iIfdYK5olRrslrGL8AUIcFRxmu', NULL, '2025-11-15 14:44:28', '2025-11-15 14:44:28', NULL, NULL, 1, 0, NULL, NULL, NULL, 0.000, 0.000, 'FLXGVQI8GQ', 'en', NULL, NULL, NULL, 0, 0),
(16, '9395889770', '', '+919395889770', 'codewithbeastz@gmail.com', NULL, 0, NULL, '$2y$10$s9TvafAvkvsyZLzrhZ08Y.YIDJbn.4aubk8OaFWZn14WStiXBhml.', NULL, '2025-11-17 07:33:25', '2025-11-17 07:34:35', '[67]', 'e1rvAkBEQ82noxXUdIhatc:APA91bH6xVW3qQiq49y24puxFp0p2UnMnbsAoQ1XgKih6bF8AGI8Fn-lSNtRh--kD-zfnPGbdk2nnDR1AsAtq4D9s0-O6v_g3UmBaQ9Dht6w-OcgXg_KPGY', 1, 0, 'manual', NULL, NULL, 0.000, 0.000, 'WKKRJKOE0I', 'en', NULL, NULL, '[\"2\"]', 0, 0),
(17, 'Shanu', '', '+919599150592', 'sanuthakur085@gmail.com', NULL, 0, NULL, '$2y$10$/8DpFM/zLeD8kBeFVgPvD.OERtmiv1kQjkxnId8iH32CJOZofi/F6', NULL, '2025-11-23 19:20:44', '2025-11-23 19:20:44', NULL, NULL, 1, 0, NULL, NULL, NULL, 0.000, 0.000, 'SPIMNVFJJ5', 'en', NULL, NULL, NULL, 0, 0),
(18, 'Pramod', 'Kumar', '+919302251739', 'k@gmail.com', NULL, 0, NULL, '$2y$10$yACvGtNsvtYfW4F0Nus/9.o9qRC4VIqFlodV4IbEBoEV6MZEpNQlO', NULL, '2025-12-03 15:48:07', '2025-12-03 15:48:07', NULL, NULL, 1, 0, NULL, NULL, NULL, 0.000, 0.000, 'KG0UTJXY8E', 'en', NULL, NULL, NULL, 0, 0),
(19, 'Demotest', '', '+918904682690', 'demotest2@gmail.com', NULL, 0, NULL, '$2y$10$PO018GM0kowNgdH3OBkziOyB2eX/HYLCc.yTACt1xk35QZB.wIUt6', NULL, '2025-12-09 13:09:23', '2025-12-09 13:09:23', NULL, NULL, 1, 0, NULL, NULL, NULL, 0.000, 0.000, '5SVPY2ZXEE', 'en', NULL, NULL, NULL, 0, 0),
(20, 'aarav', '', '+918817404058', 'dheerendrakumargupta10@gmail.com', NULL, 0, NULL, '$2y$10$wtDlxaDujYYfJj.TfWoXqOTFcmbCnOODwomhAu4EoeNLSvADfm4z2', NULL, '2026-04-08 11:39:32', '2026-04-21 14:09:09', '[218,37,27,67,253,75,116,118,121,125,105,115,114,113,112,111,110,109,107]', '@', 1, 0, 'manual', NULL, 0, 0.000, 0.000, 'VXO1Y2X1QJ', 'en', NULL, NULL, '[\"4\",\"1\",\"2\",\"10\",\"9\"]', 0, 0),
(21, 'Sharvan', '', '+917080297323', 'tsharvan571@gmail.com', NULL, 0, NULL, '$2y$10$dqBVrc976EqfxzXGxk2sIOU7Y4o8HzLxBLQwl7HpjC0CKKH8lgTLS', NULL, '2026-04-08 18:07:35', '2026-04-14 10:34:48', '[26,75,142]', 'eYdAmZLCT52La6jej858hV:APA91bGmzn45276fzhJT6aPWrH_F-ai9hLWiJppPCBzCNX6ONg4Uwg6mGstLIF-sVAZiO8lgSgORbhmcJXuRmlmXOGUsFWvbW3SNpnCLwlAd4Kp85YvbZnw', 1, 0, 'manual', NULL, 0, 0.000, 0.000, 'SD254WMAEF', 'en', NULL, NULL, '[\"1\",\"2\",\"4\"]', 0, 0),
(22, 'Pushpendra', '', '+919179797318', 'buzzdealtechnology@gmail.com', NULL, 0, NULL, '$2y$10$Ye7y.B2EDWbYzXocSypdfuJeEj1mBhsYSOhPdF6vTz93Gaz1q5sjy', NULL, '2026-04-12 07:23:29', '2026-04-12 07:23:29', NULL, NULL, 1, 0, NULL, NULL, NULL, 0.000, 0.000, 'JSAUAURRDA', 'en', NULL, NULL, NULL, 0, 0),
(23, 'Pawan', 'Kumar', '+917880323039', 'pd862114@gmail.com', NULL, 0, NULL, '$2y$10$eLBjbmNO6x/dQu0cAoRni.9EMH6a0lyUluc2B4jNDk9y0Nr/kDmvi', NULL, '2026-04-12 14:23:54', '2026-05-21 03:23:22', '[148,102,70]', 'fEmm5jRLQlaA9EaMBJvPGC:APA91bG-R7NikX33J867JtSiV9hXapI1l0CfhAaM-NVF8GVZ0ONZHVDi2Z6qsX6aLaQrGaQ8IrsyVNH5I9RcvHaysVpSwHmr_WNI5bJWnHHtO6tfdW30iOM', 1, 0, 'manual', NULL, 0, 0.000, 0.000, 'NJXCXRAVFC', 'en', NULL, NULL, '[\"4\",\"9\",\"2\"]', 0, 0),
(24, 'Gajendra', '', '+919399872875', 'gajendr@gmail.com', NULL, 0, NULL, '$2y$10$LZeu34mLPNSVDgs0LyFoNeu.qjymPVWCOGTTMKZ59eALTfqpOqxWC', NULL, '2026-04-22 17:39:34', '2026-04-22 17:39:34', NULL, NULL, 1, 0, NULL, NULL, NULL, 0.000, 0.000, 'SDDTQ2CDTL', 'en', NULL, NULL, NULL, 0, 0),
(25, 'Justin', '', '+918817404059', 'justin@gmail.com', NULL, 0, NULL, '$2y$10$v94RT40WU53FmXbdQGRzPePHe0wwrRhlxGhgrAwAME4fp6IvpO3LC', NULL, '2026-04-23 08:17:40', '2026-04-23 08:17:40', NULL, NULL, 1, 0, NULL, NULL, NULL, 0.000, 0.000, 'DABE3H8TKE', 'en', NULL, NULL, NULL, 0, 0),
(26, 'Justin123', '', '+918817404052', 'justinn@gmail.com', NULL, 0, NULL, '$2y$10$jx.Zobeq3hZQH13XzoB/JO1YDjxlkDJgQKQYxadyIR5wEHoWPsphi', NULL, '2026-04-23 08:33:52', '2026-04-23 08:33:54', NULL, 'c7PJdktwQI-bUfFEf5ruIb:APA91bFFCYpSstltUSe3tIzkw-HFFHya5hfq19ZCtzkLkakjEQFnxx1kCFSeHbosD9D2wOgHJIjSk6lsuGeitXvrJcki9DfyUmblaw8Me1C8gQoGo5mk4xY', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'SMR1CTQO1W', 'en', NULL, NULL, NULL, 0, 0),
(27, 'Vikky', '', '+919399872845', 'justinnn@gmail.com', NULL, 0, NULL, '$2y$10$a9EYiLFa6lLpq6.2nSxkKuSK8qucFg7NOeduBH1SHJreG0GXqZ0SO', NULL, '2026-04-23 15:41:03', '2026-04-24 17:46:30', '[61]', 'flxk7QjEQaeahhiLDZUSB_:APA91bH7k0oUAdBTHE20t3PZhlHXuD0agiw6vXKoe1dHoWJpL7CPK0WWm3658FyV2yIun6edLQk0HG1O9D4gVra-aHRFmiKyrOPO_Xk-O8aii0-H1dyD_A0', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'NBUDP9CW6U', 'en', NULL, NULL, '[\"2\"]', 0, 0),
(28, 'Justin001', '', '+919399872811', 'justinnnn@gmail.com', NULL, 0, NULL, '$2y$10$08g73Pf8M2xDDA/77XXuauP53ywtneStiUiivENTJUwKgOrbs/KRi', NULL, '2026-05-13 10:23:53', '2026-05-13 10:24:26', '[27,40,47,45,67,253,236,75,74,73,72,70,69,68,54,64]', '@', 1, 0, NULL, NULL, 0, 0.000, 0.000, '31BFLSBABF', 'en', NULL, NULL, '[\"1\",\"2\"]', 0, 0),
(29, 'Rahul001', '', '+919399872885', 'rahulhhhh@gmail.com', NULL, 0, NULL, '$2y$10$548ESysdLVAhQtvcLCc3FOHOtVgHzIShLlvEyEd95U6eKL8Wc6Srq', NULL, '2026-05-13 10:27:27', '2026-05-22 10:33:13', '[28,40,190,157,50,74,72,70,68,109,108,107,106,142,218,148,146,145,144,143,132,141]', 'eRCGJPmxTpi60HQPZnQhEw:APA91bG5vdzosQrrem66IGvEZFyoxN9V2da2stdbgPGA_IlMflDZaHuOhlv-jWsrVd-ptBIBxt0ieK7WIf1o_FecTXiSxYyhNA0Op7NsZaF7gCrPBpKXoiQ', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'KYYH1ZLP8L', 'en', NULL, NULL, '[\"1\",\"2\",\"9\",\"4\"]', 0, 0),
(30, 'Anujkumar', '', '+918960963948', 'anujkumar27711@gmail.com', NULL, 0, NULL, '$2y$10$QRpcUX7f9l.9Ut7ThYB93uugouUg.1OztK26zx7iftFLaG724EAc6', NULL, '2026-05-13 10:35:11', '2026-05-18 10:22:13', '[67,253,236,75,74,73,72,70,69,68,54,64,62,61,59,58,57,56,55,37,396,34,30,29,28,27,40,23,190,157,50,49,47,46,45,44,43,42,41,39,38,22,36,35,24,33,32,31,25,26,105,115,114,113,112,111,110,109,108,107,106,95,104,103,102,101,100,99,98,97,96,116,117,118,120,128,', '@', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'HCU8NTPCM6', 'en', NULL, NULL, '[\"2\",\"1\",\"9\",\"10\"]', 0, 0),
(31, 'Anshu', '', '+919294847556', 'anshu@gmail.com', NULL, 0, NULL, '$2y$10$hGVKnQ97Jx0Fv4uWuITM8OXwmnWbwCrGf.K8AvhqLqt3OEph9qJmu', NULL, '2026-05-13 16:20:37', '2026-05-13 16:21:48', '[34,29,27]', 'd_twTL_hTSCeQM-wmioJ3t:APA91bENVwrPEteWXqd6s6N1y8XeaoBlc8QxiWHSYZwPinxaPn7EWpQYgTkwjhbQ4K8GmUvjEfYH4rSDggibcpJLbS9FWPiH1ZEdWIi8KLzd7fFzbTveCfU', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'F1BVMDPBYW', 'en', NULL, NULL, '[\"1\"]', 0, 0),
(32, 'Gyanendra', '', '+918948737576', 'pratap894873@gmail.com', NULL, 0, NULL, '$2y$10$WcHvQcWe4c2cDQGsUnuxweSk2U/n8SXG1d7hI.hNN/E71dXQZbB.u', NULL, '2026-06-15 10:51:47', '2026-06-15 10:51:49', NULL, 'c8yzKiN2Rue7d4RXY-BrwA:APA91bFWHnobVG9NAzIoQzsMWNVyfkAp3d9cNhQTyBNL8FIYWzEzK82_EosCK4okavdcwkTxiTHGh8nZepT7KgOaW4fmGC7AXqEPMD35SBClBtOUmbxnBGk', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'IYAQAVO6XJ', 'en', NULL, NULL, NULL, 0, 0),
(33, 'Eusébio', 'Fernandes', '+5527997343412', 'eusebiowise@gmail.com', NULL, 0, NULL, '$2y$10$rvMBdvOyjEJHFzhZ4gkq8OllTTrr.c5Dr9QpKpnXcgixzA3Rz18vi', NULL, '2026-07-04 09:53:35', '2026-07-04 09:53:39', NULL, 'dPX-GREeSGqJt3UC5cwdmZ:APA91bHF6IBnQnSqMWFaEbWJ0kSj6-ZT78iuZGpwnYJARPEZZjj54goyMetN2UWvbE8IfgYZIhvzZMxHJsYAmAR_nwmbjKctmH6oolqXsXA09c23rCcUWTc', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'ERJUIUR6GJ', 'en', NULL, NULL, NULL, 0, 0);

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

--
-- Table structure for table `user_infos`
--

CREATE TABLE `user_infos` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `f_name` varchar(100) DEFAULT NULL,
  `l_name` varchar(100) DEFAULT NULL,
  `phone` varchar(20) DEFAULT NULL,
  `email` varchar(100) DEFAULT NULL,
  `image` varchar(100) DEFAULT NULL,
  `admin_id` bigint(20) UNSIGNED DEFAULT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `vendor_id` bigint(20) UNSIGNED DEFAULT NULL,
  `deliveryman_id` bigint(20) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `user_infos`
--

INSERT INTO `user_infos` (`id`, `f_name`, `l_name`, `phone`, `email`, `image`, `admin_id`, `user_id`, `vendor_id`, `deliveryman_id`, `created_at`, `updated_at`) VALUES
(1, 'Company', 'Driver', '+919898989898', 'driver@gmail.com', '2026-01-26-69772657a6aef.webp', NULL, NULL, NULL, 1, '2024-10-11 03:16:03', '2026-01-26 14:01:19'),
(2, 'Grocery Store', '', '+101511111111', 'grocery@gmail.com', '2024-07-11-668faf10218c8.png', NULL, NULL, 1, NULL, '2024-10-11 03:16:12', '2025-10-09 13:38:15'),
(3, 'John', 'Doe', '+918585858585', 'john@gmail.com', NULL, NULL, 2, NULL, NULL, '2026-01-22 09:02:46', '2026-01-22 09:02:46'),
(4, 'aarav', '', '+918817404058', 'dheerendrakumargupta10@gmail.com', NULL, NULL, 20, NULL, NULL, '2026-04-08 11:43:36', '2026-04-15 07:01:14'),
(5, 'Sharvan', '', '+917080297323', 'tsharvan571@gmail.com', NULL, NULL, 21, NULL, NULL, '2026-04-09 09:01:01', '2026-04-09 09:01:01'),
(6, 'Pawan', 'Kumar', '+917880323039', 'pd862114@gmail.com', NULL, NULL, 23, NULL, NULL, '2026-04-12 14:35:22', '2026-04-12 14:35:22'),
(7, 'Test', 'Admin', '01500000000', 'admin@admin.com', NULL, 1, NULL, NULL, NULL, '2026-04-15 07:05:44', '2026-04-15 07:05:44'),
(8, 'pawan', 'kumar', '+919140989043', 'pawankumaarji353@gmail.com', 'def.png', NULL, NULL, NULL, 19, '2026-06-23 02:05:44', '2026-06-23 02:05:44');

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

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

CREATE TABLE `user_notifications` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `data` text DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `vendor_id` bigint(20) UNSIGNED DEFAULT NULL,
  `delivery_man_id` bigint(20) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `user_notifications`
--

INSERT INTO `user_notifications` (`id`, `data`, `status`, `user_id`, `vendor_id`, `delivery_man_id`, `created_at`, `updated_at`) VALUES
(1, '{\"title\":\"Order Notification\",\"description\":\"Order 100007 is canceled by your request\",\"order_id\":100007,\"image\":\"\",\"type\":\"order_status\"}', 1, 33, NULL, NULL, '2025-10-03 16:37:30', '2025-10-03 16:37:30'),
(2, '{\"title\":\"Order Notification\",\"description\":\"7587207875, Your  order 100008 is successfully placed\",\"order_id\":100008,\"image\":\"\",\"type\":\"order_status\"}', 1, 33, NULL, NULL, '2025-10-04 08:25:52', '2025-10-04 08:25:52'),
(3, '{\"title\":\"Order Notification\",\"description\":\"Order 100009 is canceled by your request\",\"order_id\":100009,\"image\":\"\",\"type\":\"order_status\"}', 1, 33, NULL, NULL, '2025-10-04 08:34:34', '2025-10-04 08:34:34'),
(4, '{\"title\":\"Order Notification\",\"description\":\"Bij, Your  order 100010 is successfully placed\",\"order_id\":100010,\"image\":\"\",\"type\":\"order_status\"}', 1, 37, NULL, NULL, '2025-10-05 07:13:37', '2025-10-05 07:13:37'),
(5, '{\"title\":\"Order Notification\",\"description\":\"Fyyff, Your  order 100011 is successfully placed\",\"order_id\":100011,\"image\":\"\",\"type\":\"order_status\"}', 1, 47, NULL, NULL, '2025-10-06 15:02:23', '2025-10-06 15:02:23'),
(6, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100011,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 2, NULL, '2025-10-06 15:02:23', '2025-10-06 15:02:23'),
(7, '{\"title\":\"Order Notification\",\"description\":\"Nk, Your  order 100012 is successfully placed\",\"order_id\":100012,\"image\":\"\",\"type\":\"order_status\"}', 1, 80, NULL, NULL, '2025-10-08 19:08:29', '2025-10-08 19:08:29'),
(8, '{\"title\":\"Order Notification\",\"description\":\"heekell, Your parcel order is successfully placed\",\"order_id\":100013,\"image\":\"\",\"type\":\"order_status\"}', 1, 80, NULL, NULL, '2025-10-08 19:11:19', '2025-10-08 19:11:19'),
(9, '{\"title\":\"Order Notification\",\"description\":\"Gdgvc, Your  order 100014 is successfully placed\",\"order_id\":100014,\"image\":\"\",\"type\":\"order_status\"}', 1, 33, NULL, NULL, '2025-10-11 04:51:56', '2025-10-11 04:51:56'),
(10, '{\"title\":\"Order Notification\",\"description\":\"Vijay, Your  order 100015 is successfully placed\",\"order_id\":100015,\"image\":\"\",\"type\":\"order_status\"}', 1, 60, NULL, NULL, '2025-10-11 19:19:24', '2025-10-11 19:19:24'),
(11, '{\"title\":\"Order Notification\",\"description\":\"Nani, Your  order 100016 is successfully placed\",\"order_id\":100016,\"image\":\"\",\"type\":\"order_status\"}', 1, 157, NULL, NULL, '2025-10-25 12:19:49', '2025-10-25 12:19:49'),
(12, '{\"title\":\"Order Notification\",\"description\":\"Hihg, Your  order 100017 is successfully placed\",\"order_id\":100017,\"image\":\"\",\"type\":\"order_status\"}', 1, 44, NULL, NULL, '2025-10-31 00:29:14', '2025-10-31 00:29:14'),
(13, '{\"title\":\"Order Notification\",\"description\":\"Najir, Your  order 100018 is successfully placed\",\"order_id\":100018,\"image\":\"\",\"type\":\"order_status\"}', 1, 46, NULL, NULL, '2025-11-09 20:35:11', '2025-11-09 20:35:11'),
(14, '{\"title\":\"Order Notification\",\"description\":\"Sruhanmk, Your  order 100019 is successfully placed\",\"order_id\":100019,\"image\":\"\",\"type\":\"order_status\"}', 1, 36, NULL, NULL, '2025-11-17 08:57:36', '2025-11-17 08:57:36'),
(15, '{\"title\":\"Order Notification\",\"description\":\"Kkk, Your  order 100020 is successfully placed\",\"order_id\":100020,\"image\":\"\",\"type\":\"order_status\"}', 1, 199, NULL, NULL, '2025-11-27 13:53:20', '2025-11-27 13:53:20'),
(16, '{\"title\":\"Order Notification\",\"description\":\"Mani, Your  order 100021 is successfully placed\",\"order_id\":100021,\"image\":\"\",\"type\":\"order_status\"}', 1, 213, NULL, NULL, '2025-11-30 13:10:29', '2025-11-30 13:10:29'),
(17, '{\"title\":\"Order Notification\",\"description\":\"Order 100022 is canceled by your request\",\"order_id\":100022,\"image\":\"\",\"type\":\"order_status\"}', 1, 217, NULL, NULL, '2025-12-03 00:04:28', '2025-12-03 00:04:28'),
(18, '{\"title\":\"Order Notification\",\"description\":\"Shisei, Your  order 100023 is successfully placed\",\"order_id\":100023,\"image\":\"\",\"type\":\"order_status\"}', 1, 227, NULL, NULL, '2025-12-04 17:36:16', '2025-12-04 17:36:16'),
(19, '{\"title\":\"Order Notification\",\"description\":\"Sbhs, Your  order 100024 is successfully placed\",\"order_id\":100024,\"image\":\"\",\"type\":\"order_status\"}', 1, 251, NULL, NULL, '2025-12-08 13:48:11', '2025-12-08 13:48:11'),
(20, '{\"title\":\"Order Notification\",\"description\":\"demo, Your  order 100025 is successfully placed\",\"order_id\":100025,\"image\":\"\",\"type\":\"order_status\"}', 1, 251, NULL, NULL, '2025-12-08 13:53:26', '2025-12-08 13:53:26'),
(21, '{\"title\":\"Fund added\",\"description\":\"Fund added to your wallet\",\"order_id\":\"\",\"image\":\"\",\"type\":\"add_fund\",\"order_status\":\"\"}', 1, 1, NULL, NULL, '2025-12-15 22:22:03', '2025-12-15 22:22:03'),
(22, '{\"title\":\"Fund added\",\"description\":\"Fund added to your wallet\",\"order_id\":\"\",\"image\":\"\",\"type\":\"add_fund\",\"order_status\":\"\"}', 1, 2, NULL, NULL, '2025-12-15 22:22:38', '2025-12-15 22:22:38'),
(23, '{\"title\":\"Order Notification\",\"description\":\"John Doe, Your  order 100026 is successfully placed\",\"order_id\":100026,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-12-16 11:14:30', '2025-12-16 11:14:30'),
(24, '{\"title\":\"Order Notification\",\"description\":\"Test, Your  order 100027 is successfully placed\",\"order_id\":100027,\"image\":\"\",\"type\":\"order_status\"}', 1, 254, NULL, NULL, '2025-12-16 12:03:53', '2025-12-16 12:03:53'),
(25, '{\"title\":\"Order Notification\",\"description\":\"Order 100003 is canceled by your request\",\"order_id\":100003,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-12-18 15:09:28', '2025-12-18 15:09:28'),
(26, '{\"title\":\"Order Notification\",\"description\":\"Order 100028 is canceled by your request\",\"order_id\":100028,\"image\":\"\",\"type\":\"order_status\"}', 1, 283, NULL, NULL, '2026-01-06 15:50:07', '2026-01-06 15:50:07'),
(27, '{\"title\":\"Order Notification\",\"description\":\"John Doe, Your order 100004 is confirmed\",\"order_id\":100004,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2026-01-22 09:03:00', '2026-01-22 09:03:00'),
(28, '{\"title\":\"Order Notification\",\"description\":\"New order alert, confirm to proceed\",\"order_id\":100004,\"module_id\":1,\"order_type\":\"delivery\",\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 1, NULL, '2026-01-22 09:03:01', '2026-01-22 09:03:01'),
(29, '{\"title\":\"Order Notification\",\"description\":\"Nani, Your order 100016 is confirmed\",\"order_id\":100016,\"image\":\"\",\"type\":\"order_status\"}', 1, 157, NULL, NULL, '2026-03-31 10:08:41', '2026-03-31 10:08:41'),
(30, '{\"title\":\"Order Notification\",\"description\":\"New order alert, confirm to proceed\",\"order_id\":100016,\"module_id\":3,\"order_type\":\"delivery\",\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 5, NULL, '2026-03-31 10:08:42', '2026-03-31 10:08:42'),
(31, '{\"title\":\"Order Notification\",\"description\":\"aarav , Your  order 100029 is successfully placed\",\"order_id\":100029,\"image\":\"\",\"type\":\"order_status\"}', 1, 20, NULL, NULL, '2026-04-08 11:47:17', '2026-04-08 11:47:17'),
(32, '{\"title\":\"Order Notification\",\"description\":\"Order 100029 is canceled by your request\",\"order_id\":100029,\"image\":\"\",\"type\":\"order_status\"}', 1, 20, NULL, NULL, '2026-04-08 12:54:12', '2026-04-08 12:54:12'),
(33, '{\"title\":\"Order Notification\",\"description\":\"aarav , Your  order 100030 is successfully placed\",\"order_id\":100030,\"image\":\"\",\"type\":\"order_status\"}', 1, 20, NULL, NULL, '2026-04-08 18:14:10', '2026-04-08 18:14:10'),
(34, '{\"title\":\"Order Notification\",\"description\":\"Order 100030 is canceled by your request\",\"order_id\":100030,\"image\":\"\",\"type\":\"order_status\"}', 1, 20, NULL, NULL, '2026-04-09 03:09:53', '2026-04-09 03:09:53'),
(35, '{\"title\":\"Order Notification\",\"description\":\"Sharvan , Your  order 100031 is successfully placed\",\"order_id\":100031,\"image\":\"\",\"type\":\"order_status\"}', 1, 21, NULL, NULL, '2026-04-09 09:04:42', '2026-04-09 09:04:42'),
(36, '{\"title\":\"Order Notification\",\"description\":\"Babita Kumari, Your  order 100032 is successfully placed\",\"order_id\":100032,\"image\":\"\",\"type\":\"order_status\"}', 1, 355, NULL, NULL, '2026-04-10 08:58:42', '2026-04-10 08:58:42'),
(37, '{\"title\":\"Order Notification\",\"description\":\"John Doe, Your  order 100033 is successfully placed\",\"order_id\":100033,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2026-04-10 09:00:30', '2026-04-10 09:00:30'),
(38, '{\"title\":\"Order Notification\",\"description\":\"aarav , Your  order 100034 is successfully placed\",\"order_id\":100034,\"image\":\"\",\"type\":\"order_status\"}', 1, 20, NULL, NULL, '2026-04-10 09:06:05', '2026-04-10 09:06:05'),
(39, '{\"title\":\"Order Notification\",\"description\":\"aarav , Your order 100034 is confirmed\",\"order_id\":100034,\"image\":\"\",\"type\":\"order_status\"}', 1, 20, NULL, NULL, '2026-04-10 09:06:55', '2026-04-10 09:06:55'),
(40, '{\"title\":\"Order Notification\",\"description\":\"New order alert, confirm to proceed\",\"order_id\":100034,\"module_id\":1,\"order_type\":\"delivery\",\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 1, NULL, '2026-04-10 09:06:55', '2026-04-10 09:06:55'),
(41, '{\"title\":\"Order Notification\",\"description\":\"Pawan Kumar, Your  order 100035 is successfully placed\",\"order_id\":100035,\"image\":\"\",\"type\":\"order_status\"}', 1, 356, NULL, NULL, '2026-04-12 14:23:02', '2026-04-12 14:23:02'),
(42, '{\"title\":\"Order Notification\",\"description\":\"Pawan Kumar, Your  order 100036 is successfully placed\",\"order_id\":100036,\"image\":\"\",\"type\":\"order_status\"}', 1, 23, NULL, NULL, '2026-04-12 14:37:01', '2026-04-12 14:37:01'),
(43, '{\"title\":\"Order Notification\",\"description\":\"Order 100031 is canceled by your request\",\"order_id\":100031,\"image\":\"\",\"type\":\"order_status\"}', 1, 21, NULL, NULL, '2026-04-14 10:33:26', '2026-04-14 10:33:26'),
(44, '{\"title\":\"Order Notification\",\"description\":\"Sharvan Kumar, Your  order 100037 is successfully placed\",\"order_id\":100037,\"image\":\"\",\"type\":\"order_status\"}', 1, 378, NULL, NULL, '2026-05-28 04:32:21', '2026-05-28 04:32:21'),
(45, '{\"title\":\"Order Notification\",\"description\":\"Shar, Your  order 100038 is successfully placed\",\"order_id\":100038,\"image\":\"\",\"type\":\"order_status\"}', 1, 378, NULL, NULL, '2026-05-28 04:44:17', '2026-05-28 04:44:17');

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

--
-- Table structure for table `vehicles`
--

CREATE TABLE `vehicles` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `thumbnail` varchar(255) DEFAULT NULL,
  `images` text DEFAULT NULL,
  `zone_id` bigint(20) UNSIGNED DEFAULT NULL,
  `provider_id` bigint(20) UNSIGNED DEFAULT NULL,
  `brand_id` bigint(20) UNSIGNED DEFAULT NULL,
  `category_id` bigint(20) UNSIGNED DEFAULT NULL,
  `model` varchar(255) DEFAULT NULL,
  `type` varchar(255) DEFAULT NULL,
  `engine_capacity` varchar(255) DEFAULT NULL,
  `engine_power` varchar(255) DEFAULT NULL,
  `seating_capacity` varchar(255) DEFAULT NULL,
  `air_condition` tinyint(1) NOT NULL DEFAULT 0,
  `fuel_type` varchar(255) DEFAULT NULL,
  `transmission_type` varchar(255) DEFAULT NULL,
  `multiple_vehicles` tinyint(1) NOT NULL DEFAULT 0,
  `trip_hourly` tinyint(1) NOT NULL DEFAULT 0,
  `trip_distance` tinyint(1) NOT NULL DEFAULT 0,
  `trip_day_wise` double NOT NULL DEFAULT 0,
  `day_wise_price` decimal(23,8) NOT NULL DEFAULT 0.00000000,
  `hourly_price` decimal(23,8) NOT NULL DEFAULT 0.00000000,
  `distance_price` decimal(23,8) NOT NULL DEFAULT 0.00000000,
  `discount_type` varchar(255) DEFAULT NULL,
  `discount_price` decimal(23,8) NOT NULL DEFAULT 0.00000000,
  `tag` text DEFAULT NULL,
  `documents` text DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `new_tag` tinyint(1) NOT NULL DEFAULT 1,
  `total_trip` int(11) NOT NULL DEFAULT 0,
  `avg_rating` decimal(8,2) NOT NULL DEFAULT 0.00,
  `rating` varchar(255) DEFAULT NULL,
  `total_reviews` int(11) NOT NULL DEFAULT 0,
  `slug` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `vehicle_brands`
--

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

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

--
-- Table structure for table `vehicle_categories`
--

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

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

--
-- Table structure for table `vehicle_drivers`
--

CREATE TABLE `vehicle_drivers` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `provider_id` bigint(20) UNSIGNED DEFAULT NULL,
  `first_name` varchar(255) DEFAULT NULL,
  `last_name` varchar(255) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `phone` varchar(255) DEFAULT NULL,
  `image` varchar(255) DEFAULT NULL,
  `identity_type` varchar(255) DEFAULT NULL,
  `identity_number` varchar(255) DEFAULT NULL,
  `identity_image` text DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `vehicle_identities`
--

CREATE TABLE `vehicle_identities` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `vehicle_id` bigint(20) UNSIGNED DEFAULT NULL,
  `provider_id` bigint(20) UNSIGNED DEFAULT NULL,
  `vin_number` varchar(255) DEFAULT NULL,
  `license_plate_number` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `vehicle_reviews`
--

CREATE TABLE `vehicle_reviews` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `provider_id` bigint(20) UNSIGNED NOT NULL,
  `module_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `trip_id` bigint(20) UNSIGNED NOT NULL,
  `vehicle_id` bigint(20) UNSIGNED NOT NULL,
  `vehicle_identity_id` bigint(20) UNSIGNED DEFAULT NULL,
  `rating` int(11) DEFAULT NULL,
  `comment` mediumtext DEFAULT NULL,
  `attachment` text DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `reply` mediumtext DEFAULT NULL,
  `review_id` varchar(100) DEFAULT NULL,
  `replied_at` datetime 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 `vendors`
--

CREATE TABLE `vendors` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `f_name` varchar(100) NOT NULL,
  `l_name` varchar(100) DEFAULT NULL,
  `phone` varchar(20) NOT NULL,
  `email` varchar(100) NOT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(100) NOT NULL,
  `remember_token` varchar(100) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `rejection_note` text DEFAULT NULL,
  `branch` varchar(255) DEFAULT NULL,
  `holder_name` varchar(255) DEFAULT NULL,
  `account_no` varchar(255) DEFAULT NULL,
  `image` varchar(255) DEFAULT NULL,
  `status` tinyint(1) DEFAULT 1,
  `firebase_token` varchar(255) DEFAULT NULL,
  `auth_token` varchar(255) DEFAULT NULL,
  `login_remember_token` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `vendors`
--

INSERT INTO `vendors` (`id`, `f_name`, `l_name`, `phone`, `email`, `email_verified_at`, `password`, `remember_token`, `created_at`, `updated_at`, `rejection_note`, `branch`, `holder_name`, `account_no`, `image`, `status`, `firebase_token`, `auth_token`, `login_remember_token`) VALUES
(1, 'Demo', 'Store', '+101511111111', 'grocery@gmail.com', NULL, '$2y$10$EjdjUYBSjn.nlZ.LeRYY2OQJoBvEDGeaRpcKFBLong.TWq5mqBsKe', 'lQPDIPSzUCeDhTEbpiIi0OoYV7StKVyIwv2QW0iwDvhDDGGBihIaV3YksM5n', '2023-08-15 23:45:01', '2026-07-08 09:31:31', NULL, NULL, NULL, NULL, NULL, 1, '@', 'T4J5TS4Z5SeVZifVFuaezGT7zecgswdb032tK4g5ii2EdwlR7MDDscjja1WKfvUO3bvPp1xyv2a5q0wyjvbLM8nl1YyrgPU8fdHkgavRktImtpVU0vk95GBy', 'bXrtMkE20ZdccRjfzFicQlaLkzfqmAaiz0XZvcKVq8ehZJ63khjeyUWFqhE2'),
(2, 'Food', 'House', '9876543210', 'food@gmail.com', NULL, '$2y$10$jML9NyhoaRYFctpU7snJwuydNOLgULhGnvUBfqBynM5Hr3l6fpta6', NULL, '2024-07-11 08:41:40', '2024-07-11 08:41:40', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(3, 'Fast', 'Food', '8585858585', 'fastfood@gmail.com', NULL, '$2y$10$SXHD6vpfSdOBh7eLAArEvOpMXD9RLy5IyQKzRShTguI1MP6/AXgUG', NULL, '2024-07-11 19:42:58', '2025-12-12 17:10:08', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, 'PF0sdUFIc56IwbSeFZnOgy5HCOlhMUK5uIca0t43g3CCAzeQFULTLJ72IH2Z'),
(4, 'Vegetable', 'Mart', '+919898989878', 'store@gmail.com', NULL, '$2y$10$H1hVzT5F9ySAStKIb/7jg.NvHiKEol2kcvmO2/HKeiix39xyTxuX6', NULL, '2024-07-11 19:46:23', '2026-01-26 13:40:46', NULL, NULL, NULL, NULL, NULL, 1, NULL, 'kcZz9ip9C7Lcem558K7tFHFetUoKjzXieN3WaecOuzVJtho3JHiNJkiUWE64ZFjz1OvY5VYpECQofyVKUBW4gbjlDdCvgpcGi2aYw9AiLdMZ7H2HE0pH8NzL', NULL),
(5, 'Medi', 'Care', '8789890989', 'medicare@gmail.com', NULL, '$2y$10$e97FC9Pyf8s0sjqODKoqJ.Z9MxV13zilq8r7ibllM6fcDU1O0KtPm', NULL, '2024-10-11 01:08:58', '2024-10-11 01:08:58', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(6, 'Alpha', 'Alpha Medicine', '9898786790', 'alpha@gmail.com', NULL, '$2y$10$hbCmi6IBuPpQRZWgEIdEC.OeP6wgAmxPkkQBzzu0nRjQSYNOqxB4m', NULL, '2024-10-11 01:11:17', '2024-10-11 01:11:17', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(7, 'Shoe', 'Store', '+918978987867', 'shoestore@gmail.com', NULL, '$2y$10$7LkDzipsWuVVjixuaSQKm.7Ez2w4esSXmLdHlUM4Of74GwLUsqjAq', NULL, '2024-10-11 01:30:34', '2024-10-11 01:30:34', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(8, 'Fashion', 'Store', '+918989898976', 'fashion@gmail.com', NULL, '$2y$10$kbuONkrUSVrzcQXjDvDXFuTZ.6LQkWyFCBWrI6Ep0M/2aQHJ3Ls0O', NULL, '2024-10-11 01:32:45', '2024-10-11 01:32:45', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(9, 'Khushi', 'Singh', '+919371385641', 'khushisingh@gmail.com', NULL, '$2y$10$Ie0FT9alr1b4Yq1QT5.lheIluyut9Yu7adlOhZFBZ42CezWqZkn82', NULL, '2025-10-03 15:36:01', '2025-10-03 15:36:01', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(10, 'Biru', 'singh', '+917685437642', 'khushi@gmail.com', NULL, '$2y$10$gKDJLpDVi4iJj/6Qw5wz7e69bW3FqmnjD7GncXdyhA7lpOB556lzC', NULL, '2025-10-04 11:30:43', '2025-10-04 11:30:43', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(11, 'Shanvi', 'Sharma', '+918585859858', 'homeplant@gmail.com', NULL, '$2y$10$qjUITnrlfO0v.VmF1JTQNumNYQDphQt4AgkHpsHlQgZKnDbBkmiIi', NULL, '2025-10-04 16:33:39', '2025-10-04 16:33:39', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(12, 'khushi', 'kumari', '+917397465783', 'Roselle@gmail.come', NULL, '$2y$10$mfDYBvGs/mfsCx6u.YF4t.6qCab9z8xb0.IrKt/Llx00lCzQk3Fhq', NULL, '2025-10-04 16:46:12', '2025-10-04 16:46:12', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(13, 'Biru', 'Singh', '+918210734892', 'ShubhPushp@gmail.com', NULL, '$2y$10$Ro6RjLye2tDnvfkoBPObneLLB18aOOjaCqFaPtCj.dTR771e0woP2', NULL, '2025-10-04 17:00:00', '2025-10-04 17:00:00', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(14, 'raj', 'jesh', '+915938487485', 'PoojaPatra@gmail.com', NULL, '$2y$10$RbgOHeJ1bW0fvZN3PemgnuVfZknJQK0rAKBuoZmJhWRgx/w/ZwD3K', NULL, '2025-10-04 17:14:32', '2025-10-04 17:14:32', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(15, 'Sujit', 'Singh', '+917657475496', 'IndianFusion@gmail.com', NULL, '$2y$10$KJoWe.kDB1RjvQpwvd2e8.1ne/g.lgx2TCpjqNOL/IUVnMdT2DrlW', NULL, '2025-10-06 14:50:46', '2025-12-16 15:24:47', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(16, 'Khushi', 'Singh', '+916309873658', 'SweetsStore@gmail.com', NULL, '$2y$10$uW2lwUpPVuRGZ2pHZXRzPe.UGXXeMEPKhIF1AUW8RfeO0aCm1q/Ta', NULL, '2025-10-09 18:01:30', '2025-10-09 18:01:30', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(17, 'Ram', 'Sing', '91878757547', '1admin@admin.com', NULL, '$2y$10$ZSrJ/dP1ImqgoptWvnPVcua4GdfGuocn/ukrN2mMgIKfwFhvWBkse', NULL, '2025-12-15 19:21:23', '2025-12-15 19:21:23', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(18, 'ABI', 'RAJ', '8756763454', '2admin@admin.com', NULL, '$2y$10$2v6nWlVJjN2BaWolhjMZyeuhj6/FiYhRS6u1HsWzIK/JPzDjq4fdK', NULL, '2025-12-15 20:28:54', '2025-12-15 20:28:54', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(19, 'Githa', 'kumari', '+915876598765', 'Gtha@09Khu123', NULL, '$2y$10$diVx3p5c0LSB0fj/QRmFW.2oXIO9zAKfYjdoN1Lmue9wrOT.GGWGe', NULL, '2025-12-17 13:32:12', '2025-12-17 13:32:12', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(20, 'rakhesh', 'kumar', '+9145678902', 'R@Singh09933', NULL, '$2y$10$VS2nIzbzuxcjyR82hZioCO8cOuneya9wuoujg8b3ly6nTpryAvXwO', NULL, '2025-12-19 15:47:31', '2025-12-19 15:47:31', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(21, 'Krishna', 'kumar', '+91987653456', 'KR209@shna440', NULL, '$2y$10$yNmenyKb5Sq16x0lU6a5AOpUT7Y8hJa4q3SpIIctzLltMFmJJV6kK', NULL, '2025-12-20 11:54:09', '2025-12-20 11:54:09', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(22, 'Ramu', 'shiam', '+91987345678', 'Ra@3009shiam', NULL, '$2y$10$1EYdcyWJNISEqTMaJPjacehJkHlo1QGEPdSmV1bNKwxP6TmJ23vXq', NULL, '2025-12-20 11:56:22', '2025-12-20 11:56:22', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(23, 'piyush', 'kumar', '+913987654', 'P900@kumar39844', NULL, '$2y$10$GJEfZvkWgniBUrDq9PJ14e2cCk.Py9udZO9jXSrXgGOGdz49V/h7O', NULL, '2025-12-20 12:08:51', '2025-12-20 12:08:51', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(24, 'Krishna', 'murti', '+9193456789', 'Kri@99aa777', NULL, '$2y$10$wcn5XCK6iWS94YlRsLfQMuMvwp15NK3HkXnmcJCEl2cl7Y.WrkJwK', NULL, '2025-12-20 13:36:04', '2025-12-20 13:36:04', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(25, 'Krish', 'kapur', '+9198762345', 'Ker@74653shi', NULL, '$2y$10$3PSVBxm6LmnaeP7upZTZGeu7sj2jDMyjVhhuz5GtZLsIKe2mweDkW', NULL, '2025-12-20 13:45:56', '2025-12-20 13:45:56', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(26, 'Om', 'Ji', '+912152457854', 'admin@om.com', NULL, '$2y$10$Nti7LSPXjeUDpUnjZFV6mO7R131R2LxMHExik4PWbHaBg6wxqoOea', NULL, '2026-01-09 17:58:42', '2026-01-09 17:58:42', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(27, 'Blue', 'Blue', '+918598587469', 'admin@Blue.com', NULL, '$2y$10$d/5nuEIadabTjoEOkmlWVek3NFJv3zL4nZ969dJzmEIg0Vtav4zia', NULL, '2026-01-09 18:00:38', '2026-01-09 18:00:38', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(28, 'Rahul', 'Kumar', '+9198989898', 'admin@store.com', NULL, '$2y$10$gFR3P7z1zDiJR.ed5BjZZODoF0osoTQtT3Pp/Lor/ef1g65ZMy1x2', NULL, '2026-04-10 09:18:14', '2026-04-10 09:18:14', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(29, 'Shravan Kumar', 'Shravan Kumar', '+917905723855', 'tshravan571@gmail.com', NULL, '$2y$10$0LbYmLZbRT01hAnUfUl1D.CNRs5aVf1i8mPsyLJx3VG0h3dXakS3G', NULL, '2026-06-13 04:31:52', '2026-06-13 04:31:52', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(30, 'Ashok', 'kumar', '8423068965', 'ashokkumar@gmail.com', NULL, '$2y$10$/62vQJykyxqudBC5hpQS/uvzqkMC0DfV7CNH2FJEt3aiQxHSzOWWe', NULL, '2026-06-15 10:15:57', '2026-06-15 10:15:57', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(31, 'shravan', 'kumar', '9305565389', 'shravankumar44@gmail.com', NULL, '$2y$10$DWIBRaPTwv0zsExzsHAapuA2Yhzfw3P.dCtSzX6qYki26b5fDloJa', NULL, '2026-06-15 10:19:06', '2026-06-28 04:34:36', NULL, NULL, NULL, NULL, NULL, 1, 'fcq_4YfUQNugLiqEriBW-2:APA91bFzhPRyKAt1mBH4b9aM-f30Tn7ewNKCVKHErcw0lmCp__qI3rHYwW3l54wB2oC4DlnCpTIXZMPU4s-ezxYGkYdBOi_RDwmsqzHL_nG22UWszcAzJ44', 'HHCSgDjmDqttAFEUurfVAXZYFayzArgFHs59wQd06pWz6m4o8SREiRmuXrWfnL6Fw8yRqYU3uZeymXLzy7E3zXpnJIo1ic2VAUXr7JwSJCWf6YlDJMQYoKbq', NULL),
(32, 'vinod', 'ranjan', '7080936151', 'vinodranjan@gmail.com', NULL, '$2y$10$5hBUS8faceHKkqONX0VRz.EPsza4CJd4uH8pYzIgl8jyUjsvWok1m', NULL, '2026-06-15 10:22:41', '2026-07-09 01:56:20', NULL, NULL, NULL, NULL, NULL, 1, 'fXaGp7XrQ4aEhH6q4TznrA:APA91bGlFXS3NpmeNYifNGxyppvf__HN2aeIvZTyYeF_GxzKKRsC2sYsX7f4jl6xMxlVaWcZaIngeJscoOA_NM8PyxBFFZ0SfJCUdXGpiiuj4yv7sDCIYzs', 'O8q5sZCptsTbr9DcWLl6NRDPvmolPyb8CpjnHfpxJXaFScK0QP62fGrMOEYHrCGBzutWvq9TsonK2u30vzYht79nMdGf6HZuNsH7NXN1KJbRSA4n2jFwfqfX', NULL),
(33, 'pawan', 'kumar', '+917880323039', 'pawancoach@gmail.com', NULL, '$2y$10$J93G00uy/0sKzGd8Km1vKe4DwhhBtVUXEGTH55G5UbmfdxPyKHobO', NULL, '2026-06-15 10:28:35', '2026-07-08 14:06:55', NULL, NULL, NULL, NULL, NULL, 1, 'cv1cMf8mTje3KPS-_DzmSy:APA91bHklPjwsI-4CmeWf3xiHt2VjB07j57U7AYx0q0aV9cXLEeieWMy4Vm0YcW_PjCrQrBpOWvRwuc2RE1RNtzoeJlp42xtY9XZVguc6KevTXnL1TqaV5s', 'WDxLmGnLR9YEBlBjtR1oSmCei7RXhcL70w7fgTWIkrbbr2NSHCAupCMRISrIDHqV2PRtH9736ao7iIgtMqp3Ch2fLtt6M7vLNMJCNNl5C1XqE6nC5pRinvCZ', NULL),
(34, 'Anuj', 'KUMAR', '+918960963948', 'Diamond@gmail.com', NULL, '$2y$10$GvvL4yu8UzLa8TuMTmR.jOURuWFhOlcG9SSt0fZ5NzBjU9QlOfAKy', NULL, '2026-06-15 10:31:41', '2026-07-13 13:22:25', NULL, NULL, NULL, NULL, NULL, 1, 'dD6Cv5uTRaqiqSiUVFpz4N:APA91bFKwSu5nL45qhcrhsr0GhrzSms5jT8NY0jMQ9WoowXMs_QgezwJ_evl7-HkLvJXSrmJ1Q9ZeqFDPl__qahTKk72z_Ktgh_t-zdfuwG0Vks9fpdf9jg', 'ID51oNet5zBOze4GrhZ7RsZqivYFFsbGTIuDuQsUjyQcI7bYOpA7G1HW5VUkY32TPgUgbJ2Eb3ACfgT2INDR644iREBsTxwCRuZseIOknWCVBphsoDmpWt2P', NULL),
(35, 'Madhav', 'ji', '9451738959', 'madhav5345@gmail.com', NULL, '$2y$10$/t.Jd8ZySnXS1eFgFfvtY.aXcwTZeCKH1YxRsBvhJpuFfi8TT9EfS', NULL, '2026-06-15 10:34:17', '2026-06-15 10:34:17', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(36, 'pawan', 'kumar', '+919140989043', 'pawankumar22@gmail.com', NULL, '$2y$10$PD.7Cy.d/Oz/vvOX1qiJsuw3NbgLGWS/ko1czJQgZo6gbG3rVabOy', NULL, '2026-06-15 10:38:42', '2026-06-15 10:38:42', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(37, 'Shanti laal', 'kumar', '8400346822', 'shantilaalji445@gmail.com', NULL, '$2y$10$8w8U6XkKzpqbLX2S4hQ0SeGqDrsZEjuLyInh/EzVoILzsFOapL.Qy', NULL, '2026-06-15 10:41:04', '2026-06-15 10:41:04', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(38, 'surbhi', 'kumari', '8470910041', 'surbhikumari342@gmail.com', NULL, '$2y$10$pP8uVjPp5sBpcAFjyadCQ.SowLenb1tfmWJnlTu6STNftU9arM.RW', NULL, '2026-06-15 10:43:14', '2026-06-15 10:43:14', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(39, 'raju', 'sen', '+918817404059', 'rajukumarjl@gmail.com', NULL, '$2y$10$aIbOPCRYaTMMIPlg06cba.jdplvZtmGJzFPN3XaQD1roeskSJWYWG', NULL, '2026-06-15 10:45:40', '2026-06-15 10:45:40', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(40, 'shailendra', 'gupta', '9202956778', 'shailendrakirana22@gmail.com', NULL, '$2y$10$Q3bzz9u2sBpEgVwZmWY5NePTBlq6QYYvAOvhYC/nltuUeXU5Tsnni', NULL, '2026-06-15 10:47:41', '2026-06-15 10:47:41', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(41, 'gyanendra', 'kumar', '8817404057', 'gyanendrakumar@gmail.com', NULL, '$2y$10$d5UEbx7Cfqm8gJ9LmEml.u5bEMC75SRW/YMzHlhK.nwcJMAgG.EcW', NULL, '2026-06-15 10:50:05', '2026-06-15 10:50:05', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(42, 'ramesh', 'gupta', '+919399872345', 'ramesh@gmail.com', NULL, '$2y$10$pasRKYic9jTR.DCTDQWdbu0oiyXvLl3u40yshexgOYLkIpugpIsFq', NULL, '2026-06-15 11:19:32', '2026-07-11 16:43:48', NULL, NULL, NULL, NULL, NULL, 1, 'eDAmmeo-TLiI1x8IwvTzGP:APA91bGFlD4hw79EtDWDd79s0typMQlndme1E96ubNAibytgHUZjkdRSStveS_g8jMCsWXj15srAg2JNRWjYj2LvWlEYuD_EN0QhfSMcPhLj1qJHFYsBApU', 'UgOM0fC5h2sLEOKUPvMbZ7xAqSYcTydjsFZ9owECiG4NvrhNIsdtkrpFyAIjJALCKYsPI1otxfjw9vrhvK3tXippOJ48UFO15ZWNHQWdF0ZBdAN1MWOTCUfj', NULL),
(43, 'jitu', 'gupta', '+917756951055', 'jitu234@gmail.com', NULL, '$2y$10$qKl4A1n7att1dVrQQE5CSe9yYoDHqsfwCdDmdy5eDV2IeDLlWBvFe', NULL, '2026-06-15 11:21:07', '2026-07-04 02:04:24', NULL, NULL, NULL, NULL, NULL, 1, 'frddj3q0SnGwMGAefv4so2:APA91bEEwfOPDxwqjnP3HigRpMOpCfjvM4gehV6-QcgL2JxIN35jRiHpefg1kVEHHtpLuOdaI4EEQHuEkvY0ROn5rCDSTlXtmlsJKChREq-crPAKYfzs2Cs', 'vTtgGGzBnAuVJK3LeiNL1Y1wwLmDItEcyrQK1e3pLRHCW0Skpf3uFY5ldCotkdFwjJAsQe7c4CCRAR5fIBSutssKaGLB1mE6fAXkcA46iB78Q3BEpqB5W7WH', NULL),
(44, 'sudama', 'gupta', '+919987823476', 'sudama@gmail.com', NULL, '$2y$10$vphAgxq0nt5y2J2oZ1YPgup.1KV/ucvvyui4bEfia/hryUh0d3rEi', NULL, '2026-06-15 11:22:44', '2026-07-09 01:56:55', NULL, NULL, NULL, NULL, NULL, 1, 'dUrY0rFDRyybc0nSVun1mJ:APA91bEymW1Lch0ZS1dJh42Y-z7SeDJYLVhBIx5A8K-eL-8Mes7AjKhPkFn_jvxa878-oG21qLGtdE7WpvZx-Yl_gjQ5unlZ0b1rp4JbHPbRuVMJPiCk5MI', 'I9C1c6N4u8DoR2IMvtfH4Uem5ovw0cjI7zjWyrcHbMG92YOFWzlNlPhiK7QUifqMwBQsyZ66oFUxcSvucpRvdL1l4bAniOW755R2dtqAtODxVtSMRnazA0R3', NULL),
(45, 'sangeeta', 'gupta', '+917756951088', 'sangeetagupta@gmail.com', NULL, '$2y$10$7nKndYl1W0t7gM84dBoAuuuTafcx3EHaM1PRhGpikpCBd8Df.ZWya', NULL, '2026-06-15 11:25:42', '2026-06-15 11:25:42', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(46, 'dheerendra', 'gupta', '+918817404058', 'dheerendrakumargupta10@gmail.com', NULL, '$2y$10$PZyiRLs1QK2XOgnNVlAXfuSLCjfbyGA5pCzMgGlXx2WKw1ERIA3/m', NULL, '2026-06-15 11:27:32', '2026-06-29 04:12:07', NULL, NULL, NULL, NULL, NULL, 1, 'cwD1xJZqRnSHv17CggTQvp:APA91bGSThOTkNvW3CQxkiFeOTrLxgUBoTtH4UX85GH5QMW4YhHyFY7HNzivQfLcQKH-1KYm1LigZ_ZaKK8hMA-zW-kanOBGx87orbxr3XaYaduLzc-o7AE', 'hCRRFi5StaaZMaTxfeLcYZpx81K4MjtHZGuYq3QL6rMUagWregOLtnofGEdSV9NbeWlYqJJkoF6p4aELGffdAbRU5YZgY9yW6nIhNGWpFChjI4ioQFzcaeM5', NULL);

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

--
-- Table structure for table `vendor_employees`
--

CREATE TABLE `vendor_employees` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `f_name` varchar(100) DEFAULT NULL,
  `l_name` varchar(100) DEFAULT NULL,
  `phone` varchar(20) DEFAULT NULL,
  `email` varchar(100) NOT NULL,
  `image` varchar(100) DEFAULT NULL,
  `employee_role_id` bigint(20) UNSIGNED NOT NULL,
  `vendor_id` bigint(20) UNSIGNED NOT NULL,
  `store_id` bigint(20) UNSIGNED NOT NULL,
  `password` varchar(100) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `remember_token` varchar(100) DEFAULT NULL,
  `firebase_token` varchar(255) DEFAULT NULL,
  `auth_token` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `is_logged_in` tinyint(1) NOT NULL DEFAULT 1,
  `login_remember_token` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `vendor_employees`
--

INSERT INTO `vendor_employees` (`id`, `f_name`, `l_name`, `phone`, `email`, `image`, `employee_role_id`, `vendor_id`, `store_id`, `password`, `status`, `remember_token`, `firebase_token`, `auth_token`, `created_at`, `updated_at`, `is_logged_in`, `login_remember_token`) VALUES
(1, 'Manager', 'Profile', '+918989876767', 'manager@gmail.com', '2024-10-11-670839fc09cab.png', 1, 1, 1, '$2y$10$HrCQMdgtBDJlW1mgJBcW/eq66ubnV7hgKdJqLCBCRleCsT9R0KZ0e', 1, 'Z36OiwmYOHyx7g1xvXGqhMMp9IwZvPE6BS30N3TgKrC7kL5Y7D7hU5NzqMVF', 'eco_hP1uTXyG6zmDATcsio:APA91bGV0dS7Teja_G83M_uawGke3Yjond9WYUj6l-OzR5_mKZUoLvbJqU1hXV9KwQJsNhcvdmpd2AXcM-vhi7vLAZFRyn6Hhepul3sCxwH2vA0hStvJapI', 'DKY8Eu3Cz8RDuoiFwnzxMXcmmt7RwCwFejCCVufiQjPXFCeMqBOqgyNnZaChgYke4AeMC2Hna6Abu5pX2lQpXy0HsbyWTIJZcrU5OZdU3PCOyCi76CzLmOLk', '2024-10-11 02:03:00', '2026-07-08 09:31:42', 1, 'ka7arnwqCIVFkv0TOJbcXgmQbtz6NjmkddU22loAsal6GfmIMsnnFwgf952V');

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

--
-- Table structure for table `wallet_bonuses`
--

CREATE TABLE `wallet_bonuses` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(255) NOT NULL,
  `description` text DEFAULT NULL,
  `bonus_type` varchar(255) NOT NULL,
  `bonus_amount` double(23,3) NOT NULL DEFAULT 0.000,
  `minimum_add_amount` double(23,3) NOT NULL DEFAULT 0.000,
  `maximum_bonus_amount` double(23,3) NOT NULL DEFAULT 0.000,
  `start_date` date DEFAULT NULL,
  `end_date` date DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wallet_payments`
--

CREATE TABLE `wallet_payments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `transaction_ref` varchar(255) DEFAULT NULL,
  `amount` decimal(8,2) NOT NULL DEFAULT 0.00,
  `payment_status` varchar(50) NOT NULL,
  `payment_method` varchar(100) 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 `wallet_payments`
--

INSERT INTO `wallet_payments` (`id`, `user_id`, `transaction_ref`, `amount`, `payment_status`, `payment_method`, `created_at`, `updated_at`) VALUES
(1, 16, NULL, 2.00, 'pending', 'stripe', '2025-11-17 07:33:59', '2025-11-17 07:33:59'),
(2, 16, NULL, 500.00, 'pending', 'stripe', '2025-11-17 07:34:17', '2025-11-17 07:34:17'),
(3, 16, NULL, 2.00, 'pending', 'stripe', '2025-12-03 07:50:45', '2025-12-03 07:50:45'),
(4, 2, NULL, 10.00, 'pending', 'stripe', '2025-12-15 22:21:02', '2025-12-15 22:21:02'),
(5, 2, NULL, 55.00, 'pending', 'stripe', '2025-12-16 16:33:30', '2025-12-16 16:33:30'),
(6, 21, NULL, 12000.00, 'pending', 'paypal', '2026-04-09 09:02:42', '2026-04-09 09:02:42');

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

--
-- Table structure for table `wallet_transactions`
--

CREATE TABLE `wallet_transactions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `transaction_id` char(36) NOT NULL,
  `credit` decimal(24,3) NOT NULL DEFAULT 0.000,
  `debit` decimal(24,3) NOT NULL DEFAULT 0.000,
  `admin_bonus` decimal(24,3) NOT NULL DEFAULT 0.000,
  `balance` decimal(24,3) NOT NULL DEFAULT 0.000,
  `transaction_type` varchar(191) DEFAULT NULL,
  `reference` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wallet_transactions`
--

INSERT INTO `wallet_transactions` (`id`, `user_id`, `transaction_id`, `credit`, `debit`, `admin_bonus`, `balance`, `transaction_type`, `reference`, `created_at`, `updated_at`) VALUES
(1, 1, '1768b7df-eaee-4531-864d-1babbcba403c', 100.000, 0.000, 0.000, 100.000, 'add_fund_by_admin', 'Added from Admin', '2025-12-15 22:22:03', '2025-12-15 22:22:03'),
(2, 2, 'e3e8564d-6f21-4a0c-8ae7-4b782b0e5b49', 100.000, 0.000, 0.000, 100.000, 'add_fund_by_admin', 'Received from Order Id #100020', '2025-12-15 22:22:38', '2025-12-15 22:22:38');

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

--
-- Table structure for table `websockets_statistics_entries`
--

CREATE TABLE `websockets_statistics_entries` (
  `id` int(10) UNSIGNED NOT NULL,
  `app_id` varchar(255) NOT NULL,
  `peak_connection_count` int(11) NOT NULL,
  `websocket_message_count` int(11) NOT NULL,
  `api_message_count` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wishlists`
--

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

--
-- Dumping data for table `wishlists`
--

INSERT INTO `wishlists` (`id`, `user_id`, `item_id`, `created_at`, `updated_at`, `store_id`) VALUES
(2, 2, 157, '2025-12-15 22:26:02', '2025-12-15 22:26:02', NULL),
(3, 2, 167, '2025-12-15 22:26:06', '2025-12-15 22:26:06', NULL),
(4, 2, NULL, '2025-12-15 22:26:26', '2025-12-15 22:26:26', 4),
(5, 21, 150, '2026-04-08 18:10:30', '2026-04-08 18:10:30', NULL),
(6, 21, 200, '2026-04-08 18:12:29', '2026-04-08 18:12:29', NULL),
(7, 21, NULL, '2026-04-09 18:05:31', '2026-04-09 18:05:31', 1),
(8, 21, NULL, '2026-04-09 18:05:39', '2026-04-09 18:05:39', 4),
(9, 21, NULL, '2026-04-09 18:05:44', '2026-04-09 18:05:44', 2),
(10, 21, NULL, '2026-04-09 18:05:48', '2026-04-09 18:05:48', 3),
(11, 21, NULL, '2026-04-09 18:05:53', '2026-04-09 18:05:53', 5),
(12, 21, NULL, '2026-04-09 18:05:59', '2026-04-09 18:05:59', 7),
(13, 21, NULL, '2026-04-09 18:06:02', '2026-04-09 18:06:02', 16);

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

--
-- Table structure for table `withdrawal_methods`
--

CREATE TABLE `withdrawal_methods` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `method_name` varchar(255) NOT NULL,
  `method_fields` text NOT NULL,
  `is_default` tinyint(4) NOT NULL DEFAULT 0,
  `is_active` tinyint(4) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `withdraw_requests`
--

CREATE TABLE `withdraw_requests` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `vendor_id` bigint(20) UNSIGNED DEFAULT NULL,
  `admin_id` bigint(20) UNSIGNED DEFAULT NULL,
  `transaction_note` varchar(255) DEFAULT NULL,
  `amount` decimal(23,3) NOT NULL DEFAULT 0.000,
  `approved` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `delivery_man_id` bigint(20) UNSIGNED DEFAULT NULL,
  `withdrawal_method_id` bigint(20) UNSIGNED DEFAULT NULL,
  `withdrawal_method_fields` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
  `type` varchar(20) NOT NULL DEFAULT 'manual',
  `sender_note` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `zones`
--

CREATE TABLE `zones` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `coordinates` polygon NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `store_wise_topic` varchar(255) DEFAULT NULL,
  `customer_wise_topic` varchar(255) DEFAULT NULL,
  `deliveryman_wise_topic` varchar(255) DEFAULT NULL,
  `cash_on_delivery` tinyint(1) NOT NULL DEFAULT 0,
  `digital_payment` tinyint(1) NOT NULL DEFAULT 0,
  `increased_delivery_fee` double(8,2) NOT NULL DEFAULT 0.00,
  `increased_delivery_fee_status` tinyint(1) NOT NULL DEFAULT 0,
  `increase_delivery_charge_message` varchar(255) DEFAULT NULL,
  `offline_payment` tinyint(1) NOT NULL DEFAULT 0,
  `display_name` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `zones`
--

INSERT INTO `zones` (`id`, `name`, `coordinates`, `status`, `created_at`, `updated_at`, `store_wise_topic`, `customer_wise_topic`, `deliveryman_wise_topic`, `cash_on_delivery`, `digital_payment`, `increased_delivery_fee`, `increased_delivery_fee_status`, `increase_delivery_charge_message`, `offline_payment`, `display_name`) VALUES
(1, 'World', 0x000000000103000000010000001200000061b813e81bf563c01dbb3f9150da524061b813e81b9b63c0a03c528b1a3a4440c27027d0375359c03c9ad45f96d638c084b3ba25b63650c083f0cbf75a0752c0f8988ab493e6424022787ddfc2e14fc0cba622eda4316440c38473ff153642c0cba622eda4316440022421e5d3403b40cba622eda4d763405054e7136be04940cba622eda41265400ce4a9ac5dfa4f40cba622ed64e86540ec5680b4513f5140cba622ed24a26440a1e2a236d07853407c4c45dac9d45840c94220cd7c895440f0311569272b3340b4eba6e075cb5440209cd52db1d526c0b589c5429df6544084b3ba25b65252c06cfe1c4167fb54403559dd125b5e60c00f75d07f925c54403559dd125b0163c05fd94df81374534061b813e81bf563c01dbb3f9150da5240, 1, '2023-08-15 23:35:04', '2025-07-21 21:05:30', 'zone_1_store', 'zone_1_customer', 'zone_1_delivery_man', 1, 1, 5.00, 1, 'Due to Rainy season Delivery charges increased 5%', 0, NULL),
(2, 'Indore', 0x0000000001030000000100000007000000565098e3adf65240b1c753eaf9c03640265098a3ccf952403ec9b96be5bd364040509823e3f95240eadcd77e54b43640375098a3cff652409fa3add3d7ad3640565098e391f45240ccf4e04b0fb23640375098a3fff352402e0836b23fb73640565098e3adf65240b1c753eaf9c03640, 1, '2026-04-10 09:26:04', '2026-04-10 09:26:04', 'zone_2_store', 'zone_2_customer', 'zone_2_delivery_man', 0, 0, 0.00, 0, NULL, 0, 'Indore');

--
-- Indexes for dumped tables
--

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

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

--
-- Indexes for table `addon_settings`
--
ALTER TABLE `addon_settings`
  ADD PRIMARY KEY (`id`),
  ADD KEY `payment_settings_id_index` (`id`);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

--
-- Indexes for table `banners`
--
ALTER TABLE `banners`
  ADD PRIMARY KEY (`id`),
  ADD KEY `banners_module_id_foreign` (`module_id`);

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

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

--
-- Indexes for table `cache`
--
ALTER TABLE `cache`
  ADD PRIMARY KEY (`key`);

--
-- Indexes for table `cache_locks`
--
ALTER TABLE `cache_locks`
  ADD PRIMARY KEY (`key`);

--
-- Indexes for table `campaigns`
--
ALTER TABLE `campaigns`
  ADD PRIMARY KEY (`id`),
  ADD KEY `campaigns_module_id_foreign` (`module_id`);

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

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

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

--
-- Indexes for table `categories`
--
ALTER TABLE `categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `categories_module_id_foreign` (`module_id`),
  ADD KEY `categories_parent_id_index` (`parent_id`),
  ADD KEY `categories_name_index` (`name`);

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

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

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

--
-- Indexes for table `coupons`
--
ALTER TABLE `coupons`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `coupons_code_unique` (`code`),
  ADD KEY `coupons_module_id_foreign` (`module_id`);

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

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

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

--
-- Indexes for table `deliveryman_loyalty_point_histories`
--
ALTER TABLE `deliveryman_loyalty_point_histories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `deliveryman_loyalty_point_histories_delivery_man_id_index` (`delivery_man_id`);

--
-- Indexes for table `deliveryman_referral_histories`
--
ALTER TABLE `deliveryman_referral_histories`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `deliveryman_referral_histories_transaction_id_unique` (`transaction_id`),
  ADD KEY `deliveryman_referral_histories_delivery_man_id_index` (`delivery_man_id`),
  ADD KEY `deliveryman_referral_histories_referrer_id_index` (`referrer_id`);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

--
-- Indexes for table `items`
--
ALTER TABLE `items`
  ADD PRIMARY KEY (`id`),
  ADD KEY `items_module_id_foreign` (`module_id`),
  ADD KEY `items_category_id_index` (`category_id`),
  ADD KEY `items_store_id_index` (`store_id`),
  ADD KEY `items_name_index` (`name`),
  ADD KEY `items_slug_index` (`slug`),
  ADD KEY `items_price_index` (`price`),
  ADD KEY `items_created_at_index` (`created_at`),
  ADD KEY `items_order_count_index` (`order_count`),
  ADD KEY `items_avg_rating_index` (`avg_rating`);

--
-- Indexes for table `item_campaigns`
--
ALTER TABLE `item_campaigns`
  ADD PRIMARY KEY (`id`),
  ADD KEY `item_campaigns_module_id_foreign` (`module_id`);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

--
-- Indexes for table `orders`
--
ALTER TABLE `orders`
  ADD PRIMARY KEY (`id`),
  ADD KEY `zone_id` (`zone_id`),
  ADD KEY `orders_module_id_foreign` (`module_id`);

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

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

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

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

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

--
-- Indexes for table `order_taxes`
--
ALTER TABLE `order_taxes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `order_taxes_country_code_index` (`country_code`);

--
-- Indexes for table `order_transactions`
--
ALTER TABLE `order_transactions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `order_transactions_zone_id_index` (`zone_id`),
  ADD KEY `order_transactions_module_id_foreign` (`module_id`);

--
-- Indexes for table `parcel_cancellations`
--
ALTER TABLE `parcel_cancellations`
  ADD PRIMARY KEY (`id`),
  ADD KEY `parcel_cancellations_order_id_index` (`order_id`);

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

--
-- Indexes for table `parcel_categories`
--
ALTER TABLE `parcel_categories`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `parcel_categories_name_unique` (`name`),
  ADD KEY `parcel_categories_module_id_foreign` (`module_id`);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

--
-- Indexes for table `reviews`
--
ALTER TABLE `reviews`
  ADD PRIMARY KEY (`id`),
  ADD KEY `reviews_module_id_foreign` (`module_id`),
  ADD KEY `reviews_item_id_index` (`item_id`),
  ADD KEY `reviews_item_campaign_id_index` (`item_campaign_id`),
  ADD KEY `reviews_user_id_index` (`user_id`),
  ADD KEY `reviews_order_id_index` (`order_id`),
  ADD KEY `reviews_store_id_index` (`store_id`),
  ADD KEY `reviews_review_id_index` (`review_id`);

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

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

--
-- Indexes for table `storages`
--
ALTER TABLE `storages`
  ADD PRIMARY KEY (`id`),
  ADD KEY `storages_data_id_index` (`data_id`),
  ADD KEY `storages_value_index` (`value`);

--
-- Indexes for table `stores`
--
ALTER TABLE `stores`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `restaurants_phone_unique` (`phone`),
  ADD KEY `stores_module_id_foreign` (`module_id`);

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

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

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

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

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

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

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

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

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

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

--
-- Indexes for table `system_tax_setups`
--
ALTER TABLE `system_tax_setups`
  ADD PRIMARY KEY (`id`),
  ADD KEY `system_tax_setups_country_code_index` (`country_code`);

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

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

--
-- Indexes for table `taxes`
--
ALTER TABLE `taxes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `taxes_country_code_index` (`country_code`);

--
-- Indexes for table `tax_additional_setups`
--
ALTER TABLE `tax_additional_setups`
  ADD PRIMARY KEY (`id`),
  ADD KEY `tax_additional_setups_name_index` (`name`);

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

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

--
-- Indexes for table `translations`
--
ALTER TABLE `translations`
  ADD PRIMARY KEY (`id`),
  ADD KEY `translations_translationable_id_index` (`translationable_id`),
  ADD KEY `translations_locale_index` (`locale`);

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

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

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

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

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

--
-- Indexes for table `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `users_phone_unique` (`phone`),
  ADD UNIQUE KEY `users_ref_code_unique` (`ref_code`),
  ADD KEY `users_zone_id_index` (`zone_id`);

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

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

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

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

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

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

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

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

--
-- Indexes for table `vendors`
--
ALTER TABLE `vendors`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `vendors_phone_unique` (`phone`),
  ADD UNIQUE KEY `vendors_email_unique` (`email`);

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

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

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

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

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

--
-- Indexes for table `wishlists`
--
ALTER TABLE `wishlists`
  ADD PRIMARY KEY (`id`),
  ADD KEY `wishlists_user_id_index` (`user_id`),
  ADD KEY `wishlists_item_id_index` (`item_id`),
  ADD KEY `wishlists_store_id_index` (`store_id`);

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

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

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

--
-- AUTO_INCREMENT for dumped tables
--

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

--
-- Constraints for dumped tables
--

--
-- Constraints for table `banners`
--
ALTER TABLE `banners`
  ADD CONSTRAINT `banners_module_id_foreign` FOREIGN KEY (`module_id`) REFERENCES `modules` (`id`);

--
-- Constraints for table `campaigns`
--
ALTER TABLE `campaigns`
  ADD CONSTRAINT `campaigns_module_id_foreign` FOREIGN KEY (`module_id`) REFERENCES `modules` (`id`);

--
-- Constraints for table `categories`
--
ALTER TABLE `categories`
  ADD CONSTRAINT `categories_module_id_foreign` FOREIGN KEY (`module_id`) REFERENCES `modules` (`id`);

--
-- Constraints for table `coupons`
--
ALTER TABLE `coupons`
  ADD CONSTRAINT `coupons_module_id_foreign` FOREIGN KEY (`module_id`) REFERENCES `modules` (`id`);

--
-- Constraints for table `items`
--
ALTER TABLE `items`
  ADD CONSTRAINT `items_module_id_foreign` FOREIGN KEY (`module_id`) REFERENCES `modules` (`id`);

--
-- Constraints for table `item_campaigns`
--
ALTER TABLE `item_campaigns`
  ADD CONSTRAINT `item_campaigns_module_id_foreign` FOREIGN KEY (`module_id`) REFERENCES `modules` (`id`);

--
-- Constraints for table `orders`
--
ALTER TABLE `orders`
  ADD CONSTRAINT `orders_module_id_foreign` FOREIGN KEY (`module_id`) REFERENCES `modules` (`id`);

--
-- Constraints for table `order_transactions`
--
ALTER TABLE `order_transactions`
  ADD CONSTRAINT `order_transactions_module_id_foreign` FOREIGN KEY (`module_id`) REFERENCES `modules` (`id`);

--
-- Constraints for table `parcel_categories`
--
ALTER TABLE `parcel_categories`
  ADD CONSTRAINT `parcel_categories_module_id_foreign` FOREIGN KEY (`module_id`) REFERENCES `modules` (`id`);

--
-- Constraints for table `reviews`
--
ALTER TABLE `reviews`
  ADD CONSTRAINT `reviews_module_id_foreign` FOREIGN KEY (`module_id`) REFERENCES `modules` (`id`);

--
-- Constraints for table `stores`
--
ALTER TABLE `stores`
  ADD CONSTRAINT `stores_module_id_foreign` FOREIGN KEY (`module_id`) REFERENCES `modules` (`id`);
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 */;
