-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Jan 30, 2026 at 06:17 PM
-- Server version: 10.11.14-MariaDB
-- PHP Version: 8.4.11

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

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

--
-- 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, 'deliveryman', 4, 39.10, 39.10, 'cash_collection', '100009', '2025-10-24 11:18:38', '2025-10-24 11:18:38', 'cash_in', 'deliveryman'),
(2, 'deliveryman', 4, 499.10, 460.00, 'cash_collection', '100020', '2025-10-24 12:32:35', '2025-10-24 12:32:35', 'cash_in', 'deliveryman'),
(3, 'deliveryman', 4, 499.10, 499.10, 'stripe', 'deliveryman_collect_cash_payments', '2025-10-24 12:36:17', '2025-10-24 12:36:17', 'collected', 'deliveryman'),
(4, 'deliveryman', 4, 50.00, 50.00, 'cash_collection', '100021', '2025-10-24 13:58:44', '2025-10-24 13:58:44', 'cash_in', 'deliveryman'),
(5, 'deliveryman', 4, 392.50, 342.50, 'cash_collection', '100022', '2025-10-24 16:25:19', '2025-10-24 16:25:19', 'cash_in', 'deliveryman'),
(6, 'deliveryman', 2, 20.00, 20.00, 'cash_collection', '100011', '2025-11-06 10:30:57', '2025-11-06 10:30:57', 'cash_in', 'deliveryman'),
(7, 'deliveryman', 2, 75.00, 55.00, 'cash_collection', '100032', '2025-11-06 10:47:04', '2025-11-06 10:47:04', 'cash_in', 'deliveryman'),
(8, 'deliveryman', 2, 105.00, 30.00, 'cash_collection', '100033', '2025-11-06 11:08:04', '2025-11-06 11:08:04', 'cash_in', 'deliveryman'),
(9, 'deliveryman', 2, 135.00, 30.00, 'cash_collection', '100034', '2025-11-06 11:15:19', '2025-11-06 11:15:19', 'cash_in', 'deliveryman'),
(10, 'deliveryman', 2, 170.00, 35.00, 'cash_collection', '100036', '2025-11-06 11:17:09', '2025-11-06 11:17:09', 'cash_in', 'deliveryman'),
(11, 'deliveryman', 2, 200.00, 30.00, 'cash_collection', '100037', '2025-11-06 11:23:44', '2025-11-06 11:23:44', 'cash_in', 'deliveryman'),
(12, 'deliveryman', 1, 34.40, 34.40, 'cash_collection', '100049', '2025-11-07 11:04:13', '2025-11-07 11:04:13', '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;

--
-- Dumping data for table `addon_categories`
--

INSERT INTO `addon_categories` (`id`, `name`, `module_id`, `status`, `slug`, `created_at`, `updated_at`) VALUES
(1, 'Beverages', 3, 1, 'beverages', '2025-10-22 05:41:06', '2025-10-22 05:41:06'),
(2, 'Paneer', 3, 1, 'paneer', '2025-10-22 05:41:13', '2025-10-22 05:41:13');

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

--
-- 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, '2023-04-10 02:14:44', NULL),
('070c766c-d777-11ed-96f4-0c7a158e4469', '2factor', '{\"gateway\":\"2factor\",\"mode\":\"live\",\"status\":\"0\",\"api_key\":\"\"}', '{\"gateway\":\"2factor\",\"mode\":\"live\",\"status\":\"0\",\"api_key\":\"\"}', 'sms_config', 'live', 0, NULL, '2023-04-10 03:17:06', 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\":\"live\",\"status\":\"0\",\"client_id\":null,\"client_secret\":null}', '{\"gateway\":\"paypal\",\"mode\":\"live\",\"status\":\"0\",\"client_id\":null,\"client_secret\":null}', 'payment_config', 'live', 0, NULL, NULL, '{\"gateway_title\":\"Paypal\",\"gateway_image\":null}'),
('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\":0,\"template_id\":\"\",\"auth_key\":\"\"}', '{\"gateway\":\"msg91\",\"mode\":\"live\",\"status\":0,\"template_id\":\"\",\"auth_key\":\"\"}', 'sms_config', 'live', 0, 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, '2023-04-10 02:14:44', 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, NULL, 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_51MjnELHTAHWwyrB6o5FbJewlU1QQeOvwfJoCBfnlf20KzNGa7JVyxIWhYIb84Ohl8kUxvGDuzOkCSo3rFj9Ne85l00FvdXN2ti\",\"published_key\":\"pk_test_51MjnELHTAHWwyrB6HqKFzapBSOjSEAF9dKUz7JAI9vPTQHtsGsFJrhm151hdiVQWyvsvtq1CpkSMEmAUjC0pgbEl00P1BNfXvD\"}', '{\"gateway\":\"stripe\",\"mode\":\"test\",\"status\":\"1\",\"api_key\":\"sk_test_51MjnELHTAHWwyrB6o5FbJewlU1QQeOvwfJoCBfnlf20KzNGa7JVyxIWhYIb84Ohl8kUxvGDuzOkCSo3rFj9Ne85l00FvdXN2ti\",\"published_key\":\"pk_test_51MjnELHTAHWwyrB6HqKFzapBSOjSEAF9dKUz7JAI9vPTQHtsGsFJrhm151hdiVQWyvsvtq1CpkSMEmAUjC0pgbEl00P1BNfXvD\"}', 'payment_config', 'test', 1, NULL, '2025-10-22 00:14:27', '{\"gateway_title\":\"Stripe\",\"gateway_image\":\"2025-10-22-68f86833862db.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;

--
-- Dumping data for table `add_ons`
--

INSERT INTO `add_ons` (`id`, `name`, `price`, `created_at`, `updated_at`, `store_id`, `status`, `addon_category_id`) VALUES
(1, 'Coca-Cola', 30.00, '2025-10-22 05:43:03', '2025-10-22 05:43:03', 48, 1, 1),
(2, 'Paneer', 50.00, '2025-10-22 05:43:39', '2025-10-22 05:43:39', 48, 1, 2),
(3, 'Paneer Butter', 250.00, '2025-10-23 15:58:00', '2025-10-23 16:00:03', 49, 1, 2);

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

--
-- 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, 'Master', 'Admin', '9999993333', 'mastermcx@miracuves.com', NULL, '$2y$10$qIBxIqMIgXynZtZ0fSHpw.QBvb0PSNB0ci9ZKVqqXN1Joq1S6qHuO', NULL, '2025-09-10 04:38:16', '2026-01-30 10:50:59', 1, NULL, 1, 'zlvQL4MbO3ENUv4pEJxeqoTCodlZAqxmqblrTnSDQQYokCPoYLqulZOjWn7F'),
(3, 'Admin', 'Demo', '91987654321', 'admin@demo.com', '2025-12-23-694a32941e5c9.png', '$2a$12$QN9PI5PBaUl/y29ksDl0S.NVxyRilzAaWS6L7.lrwjDOSSXk.mcuW', NULL, '2025-12-23 06:11:32', '2025-12-23 06:12:12', 2, NULL, 1, 'PIpmMnbdEk0Ht4BCWy2UsGYYBRsnCohhvvbVrGyLT6QyYRCJadtTyZLNXoqb');

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

--
-- 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-11-19-673c34d94d61b.png', 1, '2023-08-15 23:51:18', '2024-11-18 18:48:57'),
(2, 'Delivery', 'Flexible delivery system', '2024-11-19-673c32af3d693.png', 1, '2024-04-20 05:05:29', '2024-11-18 18:39:43'),
(3, 'Shopping', 'Best shopping experience', '2024-11-19-673c32cb48c85.png', 1, '2024-04-20 05:06:32', '2024-11-18 18:40:11'),
(4, 'Location', 'Location tracking system', '2024-11-19-673c32e23150b.png', 1, '2024-04-20 05:07:20', '2024-11-18 18:40:34');

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

--
-- 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', '2025-10-23-68f9bed0ed3b5.png', 1, '2023-08-15 23:49:59', '2025-10-23 00:36:16'),
(2, 'Today’s Hot Deals 🔥', 'Up to 50% off on daily essentials. Limited time only!', '2025-10-23-68f9bf61c584e.png', 1, '2025-10-23 00:38:41', '2025-10-23 00:38:41'),
(3, 'New Products Just In', 'Get exclusive discounts & priority delivery every month.', '2025-10-23-68f9bf8c0bc20.png', 1, '2025-10-23 00:39:24', '2025-10-23 00:39:24');

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

--
-- 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, 'Demo Admin', '[\"collect_cash\",\"collect_cash\",\"attribute\",\"advertisement\",\"banner\",\"campaign\",\"category\",\"coupon\",\"cashback\",\"customer_management\",\"deliveryman\",\"disbursement\",\"provide_dm_earning\",\"item\",\"notification\",\"order\",\"store\",\"report\",\"withdraw_list\",\"zone\",\"parcel\",\"pos\",\"unit\",\"subscription\"]', 1, '2025-12-23 06:08:27', '2025-12-23 06:08:27');

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

--
-- 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-11-19-673c361aca20a.png', 1, '2024-04-20 05:12:20', '2024-11-18 18:54:18'),
(3, 'Easy to Manage E-Commerce', '2024-11-19-673c3634952a9.png', 1, '2024-04-20 05:12:35', '2024-11-18 18:54:44'),
(4, 'Easy to Manage Parcel Delivery', '2024-11-19-673c364d7fcc5.png', 1, '2024-04-20 05:12:50', '2024-11-18 18:55:09'),
(5, 'Easy to Manage Location Tracking', '2024-11-19-673c36662d201.png', 1, '2024-04-20 05:13:14', '2024-11-18 18:55:34'),
(6, 'Easy to Manage Grocery Business', '2024-11-19-673c367fb9d1f.png', 1, '2024-04-20 05:13:33', '2024-11-18 18:55:59'),
(7, 'Easy to Get Help & Support', '2024-11-19-673c36d78cfda.png', 1, '2024-11-18 18:57:27', '2024-11-18 19:15:33');

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

--
-- 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', 'Very good service.', '2024-04-20-662399c21315a.png', '2024-04-20-662399c213676.png', 1, '2023-08-15 23:54:26', '2024-04-20 05:32:34');

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

--
-- 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, 377.74, 265.50, 0.00, '2025-10-23 16:54:00', '2026-01-29 10:04:09', 220.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, 50, 2, 'pharmacy', 'video_promotion', 'Medicare', 'Paracetamol', '2025-10-23', '2025-11-20', NULL, NULL, NULL, NULL, '2025-10-23-68f9f8a618d7e.mp4', NULL, 0, 0, 0, 0, 22, 'App\\Models\\Vendor', 'approved', '2025-10-23 15:13:02', '2025-10-23 15:14:45'),
(1000002, 34, 1, 'grocery', 'store_promotion', 'Diwali offer', '10', '2025-10-24', '2025-11-03', NULL, NULL, '2025-10-24-68fb5209bd69a.jpg', '2025-10-24-68fb5209bf232.jpg', NULL, NULL, 1, 1, 1, 0, 1, 'App\\Models\\Admin', 'approved', '2025-10-24 15:46:41', '2025-10-24 15:46:41'),
(1000003, 34, 1, 'grocery', 'store_promotion', 'Academixstore', 'Our store stands out in many of stores.', '2026-01-29', '2026-02-05', NULL, NULL, '2026-01-28-6979cf4d0655b.jpg', '2026-01-28-6979cf4d07d72.jpg', NULL, NULL, 1, 0, 0, 0, 6, 'App\\Models\\Vendor', 'pending', '2026-01-28 08:56:45', '2026-01-28 08:56:45'),
(1000004, 49, 3, 'food', 'store_promotion', 'Store', 'Promo', '2026-01-30', '2026-01-30', NULL, NULL, '2026-01-29-697b3c9f04005.jpg', '2026-01-29-697b3c9f051c1.jpg', NULL, NULL, 0, 0, 0, 0, 21, 'App\\Models\\Vendor', 'pending', '2026-01-29 10:55:27', '2026-01-29 10:55:27');

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

--
-- 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;

--
-- Dumping data for table `allergies`
--

INSERT INTO `allergies` (`id`, `allergy`, `created_at`, `updated_at`) VALUES
(1, 'gluten', '2025-10-22 05:09:13', '2025-10-22 05:09:13'),
(2, 'Melto Cheese', '2025-10-22 05:17:15', '2025-10-22 05:17:15'),
(3, 'mozzarella', '2025-10-22 06:00:32', '2025-10-22 06:00:32'),
(4, 'no', '2025-10-23 15:34:05', '2025-10-23 15:34:05'),
(5, 'NA', '2025-10-23 16:10:00', '2025-10-23 16:10:00');

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

--
-- 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;

--
-- Dumping data for table `allergy_item`
--

INSERT INTO `allergy_item` (`id`, `item_id`, `allergy_id`) VALUES
(1, 135, 1),
(2, 137, 2),
(3, 149, 3),
(4, 160, 4);

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

--
-- 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;

--
-- Dumping data for table `allergy_item_campaign`
--

INSERT INTO `allergy_item_campaign` (`id`, `item_campaign_id`, `allergy_id`) VALUES
(1, 1, 1);

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

--
-- 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, 'Size', '2025-09-12 02:15:05', '2025-09-12 02:15:05'),
(2, 'Price', '2025-09-12 02:15:10', '2025-09-12 02:15:10'),
(3, 'Liter', '2025-09-12 02:15:15', '2025-09-12 02:15:15'),
(4, 'Color', '2025-09-12 02:15:20', '2025-09-12 02:15:20'),
(5, 'Brand', '2025-09-12 02:15:38', '2025-10-01 06:08:48');

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

--
-- 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
(1, 'Demo Banner', 'store_wise', '2024-11-19-673c4232e5ec6.png', 1, '1', '2024-11-18 19:45:54', '2024-11-18 19:45:54', 1, 1, 0, NULL, 'admin'),
(2, 'MedPlus Care', 'store_wise', '2025-10-23-68f9f7ee7339d.png', 1, '50', '2025-10-23 15:09:58', '2025-10-23 15:09:58', 2, 2, 0, NULL, 'store'),
(3, 'Big sale', 'store_wise', '2025-10-24-68fb4b4a80315.png', 1, '34', '2025-10-24 15:17:54', '2025-10-24 15:17:54', 2, 1, 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;

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

--
-- 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', '{\"name\":\"MXLovo\",\"host\":\"mail.mimeld.com\",\"driver\":\"smtp\",\"port\":\"587\",\"username\":\"biz@miracuves.coom\",\"email_id\":\"biz@miracuves.coom\",\"encryption\":\"tls\",\"password\":\"password\"}', NULL, '2022-03-23 04:24:52'),
(5, 'fcm_project_id', 'milovox-d6fd0', NULL, '2025-11-06 11:22:28'),
(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', 'MXLovo', NULL, NULL),
(17, 'currency', 'USD', NULL, NULL),
(18, 'logo', '2025-10-22-68f86850e986b.png', NULL, '2025-10-22 00:14:56'),
(19, 'phone', '+15162023950', NULL, '2025-10-22 06:56:01'),
(20, 'email_address', 'biz@miracuves.com', NULL, '2025-10-23 00:58:11'),
(21, 'address', 'Global', NULL, '2025-10-22 00:15:55'),
(22, 'footer_text', 'MXLovo @ 2025', NULL, '2025-10-22 06:56:01'),
(23, 'customer_verification', '0', NULL, NULL),
(24, 'map_api_key', 'AIzaSyAWbWNOIN2NVRIHbjhflvEh4JDr2ZkJ3xA', NULL, '2025-10-23 01:07:33'),
(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', '2', NULL, NULL),
(29, 'digital_payment', '{\"status\":\"1\"}', '2021-07-01 14:27:38', '2025-10-22 00:13:42'),
(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', 'Asia/Calcutta', NULL, '2025-10-23 02:11:18'),
(38, 'order_delivery_verification', NULL, NULL, NULL),
(39, 'currency_symbol_position', 'left', NULL, NULL),
(40, 'schedule_order', NULL, NULL, NULL),
(41, 'app_minimum_version', '0', NULL, NULL),
(42, 'tax', NULL, NULL, NULL),
(43, 'admin_commission', '10', NULL, NULL),
(44, 'country', 'US', NULL, '2025-10-22 06:56:01'),
(45, 'app_url', 'https://www.google.com', NULL, NULL),
(46, 'default_location', '{\"lat\":\"23.02918734674459\",\"lng\":\"90.3515625\"}', NULL, NULL),
(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', '99', NULL, '2025-10-22 06:56:01'),
(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', '2', '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', 'AIzaSyAWbWNOIN2NVRIHbjhflvEh4JDr2ZkJ3xA', NULL, '2025-10-23 01:07:33'),
(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:\\/\\/mxlovo.mimeld.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, '2025-02-18 17:36:18'),
(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\":null,\"client_secret\":null,\"status\":\"0\"},{\"login_medium\":\"facebook\",\"client_id\":null,\"client_secret\":null,\"status\":\"0\"}]', NULL, '2022-01-04 13:09:23'),
(78, 'language', '[\"en\",\"fr\",\"ar\"]', NULL, '2025-10-24 14:32:00'),
(79, 'timeformat', '24', NULL, NULL),
(80, 'canceled_by_restaurant', '0', NULL, NULL),
(81, 'canceled_by_deliveryman', '0', NULL, NULL),
(82, 'show_dm_earning', NULL, NULL, NULL),
(83, 'recaptcha', '{\"status\":\"0\",\"site_key\":null,\"secret_key\":null}', '2022-03-23 15:17:39', '2022-03-23 15:17:39'),
(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', NULL, NULL, NULL),
(95, 'digit_after_decimal_point', '2', NULL, '2025-10-22 06:56:02'),
(96, 'icon', '2025-10-22-68f8688bd9548.png', NULL, '2025-10-22 00:15:55'),
(97, 'toggle_store_registration', '1', NULL, NULL),
(98, 'canceled_by_store', '0', NULL, NULL),
(99, 'parcel_per_km_shipping_charge', '0', NULL, NULL),
(100, 'parcel_minimum_shipping_charge', '0', NULL, NULL),
(101, 'parcel_commission_dm', '0', 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:\\/\\/mxlovo.mimeld.com\\/\"}', NULL, NULL),
(103, 'wallet_status', '0', '2022-07-05 03:26:19', '2022-07-05 03:26:19'),
(104, 'loyalty_point_status', '0', '2022-07-05 03:26:19', '2022-07-05 03:26:19'),
(105, 'ref_earning_status', '0', '2022-07-05 03:26:19', '2022-07-05 03:26:19'),
(106, 'wallet_add_refund', '0', '2022-07-05 03:26:19', '2022-07-05 03:26:19'),
(107, 'loyalty_point_exchange_rate', '0', '2022-07-05 03:26:20', '2022-07-05 03:26:20'),
(108, 'ref_earning_exchange_rate', '0', '2022-07-05 03:26:20', '2022-07-05 03:26:20'),
(109, 'loyalty_point_item_purchase_point', '0', '2022-07-05 03:26:20', '2022-07-05 03:26:20'),
(110, 'loyalty_point_minimum_point', '0', '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', NULL, '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},{\"id\":\"fr2\",\"direction\":\"ltr\",\"code\":\"fr\",\"status\":1,\"default\":false},{\"id\":\"ar3\",\"direction\":\"ltr\",\"code\":\"ar\",\"status\":1,\"default\":false}]', '2023-08-15 23:29:41', '2025-10-24 14:32:41'),
(114, 'site_direction', NULL, NULL, NULL),
(115, 'cookies_text', 'Demo cookie text', NULL, NULL),
(116, 'tax_included', NULL, NULL, NULL),
(117, 'partial_payment_status', NULL, NULL, NULL),
(118, 'partial_payment_method', 'both', NULL, NULL),
(119, 'order_notification_type', 'manual', NULL, NULL),
(120, 'admin_free_delivery_status', '1', NULL, '2025-10-22 06:56:01'),
(121, 'additional_charge_status', NULL, NULL, NULL),
(122, 'additional_charge_name', 'Additional Charge', NULL, NULL),
(123, 'additional_charge', NULL, NULL, NULL),
(124, 'prescription_order_status', NULL, NULL, NULL),
(125, 'delivery_charge_comission', '0', NULL, NULL),
(126, 'opening_time', '23:49', NULL, '2025-10-23 00:16:21'),
(127, 'closing_time', '11:49', NULL, '2025-10-23 00:16:21'),
(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:\\/\\/mxlovo.mimeld.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', '0', NULL, NULL),
(139, 'check_daily_subscription_validity_check', '2026-01-30', '2024-06-05 20:15:07', '2026-01-30 04:27:59'),
(140, 'commission_business_model', '1', '2024-06-05 20:16:14', '2024-06-05 20:16:14'),
(141, 'subscription_business_model', '0', '2024-06-05 20:16:14', '2024-06-05 20:16:14'),
(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, 'country_picker_status', '1', NULL, NULL),
(150, 'manual_login_status', '1', '2024-11-18 18:24:02', '2024-11-18 18:24:02'),
(151, 'openai_config', '{\"status\":0,\"OPENAI_ORGANIZATION\":\"\",\"OPENAI_API_KEY\":\"\"}', '2025-10-22 00:08:57', '2025-10-22 00:09:06'),
(152, 'firebase_otp_verification', '0', '2025-10-22 00:11:47', '2025-10-22 00:11:47'),
(153, 'firebase_web_api_key', 'AIzaSyAInLN5chhtr30jvOBIf7e2PsRWVAFOXT0', '2025-10-22 00:11:47', '2025-10-22 00:11:47'),
(154, 'admin_free_delivery_option', 'free_delivery_by_order_amount', '2025-10-22 00:14:57', '2025-10-22 06:56:01'),
(155, 'min_amount_to_pay_dm', '10', '2025-10-22 06:51:13', '2025-10-22 06:51:13'),
(156, 'cash_in_hand_overflow_delivery_man', '1', '2025-10-22 06:51:14', '2025-10-22 06:51:14'),
(157, 'dm_max_cash_in_hand', '5000', '2025-10-22 06:51:14', '2025-10-22 06:51:14'),
(158, 'cash_in_hand_overflow_store', '1', '2025-10-22 06:51:35', '2025-10-22 06:51:35'),
(159, 'cash_in_hand_overflow_store_amount', '5000', '2025-10-22 06:51:35', '2025-10-22 06:51:35'),
(160, 'min_amount_to_pay_store', '10', '2025-10-22 06:51:35', '2025-10-22 06:51:35'),
(161, 'store_review_reply', NULL, '2025-10-22 06:51:35', '2025-10-22 06:51:35'),
(162, 'product_approval', NULL, '2025-10-22 06:51:35', '2025-10-22 06:51:35'),
(163, 'product_approval_datas', '{\"Update_product_price\":0,\"Add_new_product\":0,\"Update_product_variation\":0,\"Update_anything_in_product_details\":0}', '2025-10-22 06:51:35', '2025-10-22 06:51:35'),
(164, 'access_all_products', NULL, '2025-10-22 06:51:35', '2025-10-22 06:51:35'),
(165, 'product_gallery', NULL, '2025-10-22 06:51:35', '2025-10-22 06:51:35'),
(166, 'opening_day', 'monday', '2025-10-23 00:12:41', '2025-10-23 00:12:41'),
(167, 'closing_day', 'saturday', '2025-10-23 00:12:41', '2025-10-23 00:12:41'),
(168, 'push_notification_service_file_content', '{\r\n  \"type\": \"service_account\",\r\n  \"project_id\": \"milovox-d6fd0\",\r\n  \"private_key_id\": \"7c3c34edd10f22ae640a2d3cd989b49c3d1a64c6\",\r\n  \"private_key\": \"-----BEGIN PRIVATE KEY-----\\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDyoVxc1071jcUz\\nHFoxk50YMpGsOeDRr7v6h4Y3w3Z78T+n1s5mSIUOLBkwn0H1ZThR1AiClyJxzAju\\nNIu8/rPGzTn5Q+j90wUpPiMQhInldxIXNvrfGjRvyzGpVncJrRaH5y5kTS0OwrSK\\nE7wF3/Iw+CH3kN3hyqqy42kFVboQIAXKAnx5P99fNAs7Xy2EVG0DePhli6FlBtFV\\nPd7tzguMh9rDREnKFuVo5rupMQdKiQalKSBiLN/e98Zh4jwPMHfCS7PWclPH+LqP\\nkhiLuhG598hil5nSOnjw6N7QjdclzGs22zZ0gPLOVNBPMWQyIU6WJIEfx0/3uhxF\\nRvYca/mzAgMBAAECggEAGp/RSlDIFdL2QjsIvKr1kJuv94WsYWYWyxGHDWRyAnzB\\nHvJH2Np5W0pEg1zeeIagbP5G5smd2n3otvbmJJmQca7Af1VP4lZ/GPz8DQp2NUth\\nHVIHqmauPVw/OVVHH7UyJTydjx0W5ilAdWxf9AcUhQIdfBSV/HpoS9P/iLnU/oLG\\nXGx15fbBZMo73mluUjZYYRW7HFIExiHkihI86+GWSslsdfwOpB/qz2bDckIcTRkE\\n8e8902KhYyX4WcvWAlI/Pt4buxrvJgbLaDOE3pXHbiXf0QKOzq6ZlbQ3rGwX39Y6\\nzzUbO0xI++lgfziL8kUsjKNDkeiJOliL/X2vARKzDQKBgQD8SPG5faI2sJANHyGj\\n4ADWgyLGGZjba9KIXmCCcLba3VVMn0dwOEAhLUPevrdrVo7mK5pCPiK4776IWKiL\\nIxxFwZWvJUuXrIiSKwWhIqbUNNTL2yGsyOsAwLc3y0X3OjFzrXRy5nYohvvlQEMa\\nc5XX+JwG8v5MQyZTTb/50e18/wKBgQD2NAVXVqa0rU0X4LXnEAnzd4W65otFH2T+\\ng2ThrDiy+dsQu8r9sdtcZrl0fVk/tlijDGQ2axOBKhba57QePJv626i8pxbQStsq\\nniXxYcErZ0uIid4ynwBl067RYHRX4vytVfdGQTjTWV1adRyzi/3vDHY54SwT44C/\\nBBrXGaWfTQKBgQCiHzIPVFfgszfu5rmUeMexEhZPnXVoU/K4JYX5bPtkzGUbVyPu\\nToePimoaAw8VkEtGSHDZ7tobZB1ZuzecKhTqEsvhAKOCNaKR48m7UexJZCX3Vrte\\nMMMr+awD08IDbMcIoke56rW1t4C6QsCch/icECwcHx0h3ukLEWSz4p6t+wKBgC3b\\nrK8C7dQzf2uWKGucei4GMjuI26IJYfdiI/VA7eKwVVR9libA7Rn97Ec9XdVXMpVU\\nJopYUW66lz048Ty8j1UfewOAn+g2OTJr+KdITQG3oMMS4vdM1HcjAanwLFt+ZRAo\\nNgG4/kunlpLVw33R8n+HM7I+NcaSlpV9vz4Xgdj1AoGBANiro/g9BysiZGp6PdjK\\nnis5SPc9m2CO7QZfH19lTZeZKt9k/oDOF/qWnR2GCe7ws++5oBlU2YSGLugTiCfe\\nSU37u2QkjvdwECw0FDyOYtEro/hCwrZWRSe3jp9ituS3ViPkLGJ9/wk7TzFhLucw\\nNPweH6N6xI10gDwoNnicbVVH\\n-----END PRIVATE KEY-----\\n\",\r\n  \"client_email\": \"firebase-adminsdk-ixtsu@milovox-d6fd0.iam.gserviceaccount.com\",\r\n  \"client_id\": \"117463068475689406144\",\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-ixtsu%40milovox-d6fd0.iam.gserviceaccount.com\",\r\n  \"universe_domain\": \"googleapis.com\"\r\n}', '2025-11-06 11:22:28', '2025-11-06 11:22:28'),
(169, 'fcm_credentials', '{\"apiKey\":\"AIzaSyAInLN5chhtr30jvOBIf7e2PsRWVAFOXT0\",\"authDomain\":\"milovox-d6fd0.firebaseapp.com\",\"projectId\":\"milovox-d6fd0\",\"storageBucket\":\"milovox-d6fd0.appspot.com\",\"messagingSenderId\":\"569047557228\",\"appId\":\"1:569047557228:web:1e111c22192c3517e72449\",\"measurementId\":\"G-PQ0SVQTJNL\"}', '2025-11-06 11:22:28', '2025-11-06 11:22:28');

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

--
-- 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
('mxlovo_cache0216e0a5d0b1244d390024dc38c43d41', 'i:7;', 1769760991),
('mxlovo_cache0216e0a5d0b1244d390024dc38c43d41:timer', 'i:1769760991;', 1769760991),
('mxlovo_cache0931ea4667179566783ad8001dbdfd91', 'i:1;', 1769768580),
('mxlovo_cache0931ea4667179566783ad8001dbdfd91:timer', 'i:1769768580;', 1769768580),
('mxlovo_cache09ca4ef0e25d84f320e06e37e018d762', 'i:1;', 1769768502),
('mxlovo_cache09ca4ef0e25d84f320e06e37e018d762:timer', 'i:1769768502;', 1769768502),
('mxlovo_cache0f8bb512b7fcd79b52b15a133fe47a48', 'i:1;', 1769768529),
('mxlovo_cache0f8bb512b7fcd79b52b15a133fe47a48:timer', 'i:1769768529;', 1769768529),
('mxlovo_cache10b89d7312fd0c1d3b6cb36fb4c543a0', 'i:6;', 1769768423),
('mxlovo_cache10b89d7312fd0c1d3b6cb36fb4c543a0:timer', 'i:1769768423;', 1769768423),
('mxlovo_cache1cd81f0d42714afd1c5894813bc1446c', 'i:1;', 1769768601),
('mxlovo_cache1cd81f0d42714afd1c5894813bc1446c:timer', 'i:1769768601;', 1769768601),
('mxlovo_cache1edc504d93a2ec9e575b20c3a7789062', 'i:5;', 1769747906),
('mxlovo_cache1edc504d93a2ec9e575b20c3a7789062:timer', 'i:1769747906;', 1769747906),
('mxlovo_cache236bea4c9d4289948faf4e95df575a1c', 'i:1;', 1769768550),
('mxlovo_cache236bea4c9d4289948faf4e95df575a1c:timer', 'i:1769768550;', 1769768550),
('mxlovo_cache23ae6a8c845dc8743636df43c438f40c', 'i:1;', 1769768520),
('mxlovo_cache23ae6a8c845dc8743636df43c438f40c:timer', 'i:1769768520;', 1769768520),
('mxlovo_cache2540150ffb722a44e6757b3ee40bd224', 'i:5;', 1769760517),
('mxlovo_cache2540150ffb722a44e6757b3ee40bd224:timer', 'i:1769760517;', 1769760517),
('mxlovo_cache28cd56b38070ab517529fd469f153559', 'i:5;', 1769770196),
('mxlovo_cache28cd56b38070ab517529fd469f153559:timer', 'i:1769770196;', 1769770196),
('mxlovo_cache2c882cddc436d4acccf9fb574c721ad5', 'i:14;', 1769769395),
('mxlovo_cache2c882cddc436d4acccf9fb574c721ad5:timer', 'i:1769769395;', 1769769395),
('mxlovo_cache3c2eee44976131099def16086ff7306f', 'i:3;', 1769769118),
('mxlovo_cache3c2eee44976131099def16086ff7306f:timer', 'i:1769769118;', 1769769118),
('mxlovo_cache3c81ddb900923c58f3b3b4a7df45d0ce', 'i:1;', 1769768172),
('mxlovo_cache3c81ddb900923c58f3b3b4a7df45d0ce:timer', 'i:1769768172;', 1769768172),
('mxlovo_cache3dac6d9faf335f18cc040444e57f8409', 'i:2;', 1769769306),
('mxlovo_cache3dac6d9faf335f18cc040444e57f8409:timer', 'i:1769769306;', 1769769306),
('mxlovo_cache3dc2d536b98aef849850a7e838a153cf', 'i:3;', 1769748532),
('mxlovo_cache3dc2d536b98aef849850a7e838a153cf:timer', 'i:1769748532;', 1769748532),
('mxlovo_cache439c9c7f71cb9481f05288020f919caf', 'i:4;', 1769760663),
('mxlovo_cache439c9c7f71cb9481f05288020f919caf:timer', 'i:1769760663;', 1769760663),
('mxlovo_cache4b3ab4b2b650aa5dd1782645b066ba88', 'i:1;', 1769768702),
('mxlovo_cache4b3ab4b2b650aa5dd1782645b066ba88:timer', 'i:1769768702;', 1769768702),
('mxlovo_cache4cd5272ec512de9f435a47f2f6a468a3', 'i:7;', 1769768610),
('mxlovo_cache4cd5272ec512de9f435a47f2f6a468a3:timer', 'i:1769768610;', 1769768610),
('mxlovo_cache4fb835e16b7329d7fa741d3c170e8005', 'i:1;', 1769768438),
('mxlovo_cache4fb835e16b7329d7fa741d3c170e8005:timer', 'i:1769768438;', 1769768438),
('mxlovo_cache5a16abe4abd74fc8f0b3335d4bd509cb', 'i:7;', 1769769008),
('mxlovo_cache5a16abe4abd74fc8f0b3335d4bd509cb:timer', 'i:1769769008;', 1769769008),
('mxlovo_cache5e2da4c430245996b6938d4397a6924b', 'i:1;', 1769768652),
('mxlovo_cache5e2da4c430245996b6938d4397a6924b:timer', 'i:1769768652;', 1769768652),
('mxlovo_cache60bb82a2fd70fac05463fc189a8a633f', 'i:4;', 1769769920),
('mxlovo_cache60bb82a2fd70fac05463fc189a8a633f:timer', 'i:1769769920;', 1769769920),
('mxlovo_cache624a190ca136c8ae0e4a659012649a71', 'i:1;', 1769749999),
('mxlovo_cache624a190ca136c8ae0e4a659012649a71:timer', 'i:1769749999;', 1769749999),
('mxlovo_cache67fb6fe14e8c4b428efaffb4f5870d0f', 'i:2;', 1769769025),
('mxlovo_cache67fb6fe14e8c4b428efaffb4f5870d0f:timer', 'i:1769769025;', 1769769025),
('mxlovo_cache69eed67439418a958a611bacfd502e36', 'i:28;', 1769769153),
('mxlovo_cache69eed67439418a958a611bacfd502e36:timer', 'i:1769769153;', 1769769153),
('mxlovo_cache6c67908d99bd57a7136a9ad3c7717a18', 'i:12;', 1769768958),
('mxlovo_cache6c67908d99bd57a7136a9ad3c7717a18:timer', 'i:1769768958;', 1769768958),
('mxlovo_cache6ee5e69e526b9c91461289af5a645a59', 'i:22;', 1769769087),
('mxlovo_cache6ee5e69e526b9c91461289af5a645a59:timer', 'i:1769769087;', 1769769087),
('mxlovo_cache70a58b82b9ec357a14e5162ae67a9d03', 'i:2;', 1769768625),
('mxlovo_cache70a58b82b9ec357a14e5162ae67a9d03:timer', 'i:1769768625;', 1769768625),
('mxlovo_cache722c87bd10b24e74a71847f8db2a4552', 'i:3;', 1769761349),
('mxlovo_cache722c87bd10b24e74a71847f8db2a4552:timer', 'i:1769761349;', 1769761349),
('mxlovo_cache7450db6727ee85d398c00457a5e6e9b4', 'i:9;', 1769768891),
('mxlovo_cache7450db6727ee85d398c00457a5e6e9b4:timer', 'i:1769768891;', 1769768891),
('mxlovo_cache746205a33912b35aaef1e625930a4a83', 'i:7;', 1769750182),
('mxlovo_cache746205a33912b35aaef1e625930a4a83:timer', 'i:1769750182;', 1769750182),
('mxlovo_cache79fbc3493fa514f3803e37b5687f5b09', 'i:18;', 1769770157),
('mxlovo_cache79fbc3493fa514f3803e37b5687f5b09:timer', 'i:1769770157;', 1769770157),
('mxlovo_cache7a94bc2aa2e65e577dff6bfd3c88ea7d', 'i:6;', 1769761329),
('mxlovo_cache7a94bc2aa2e65e577dff6bfd3c88ea7d:timer', 'i:1769761329;', 1769761329),
('mxlovo_cache7c7775340e3e788c34bb6faa6fd0a0c2', 'i:2;', 1769767881),
('mxlovo_cache7c7775340e3e788c34bb6faa6fd0a0c2:timer', 'i:1769767881;', 1769767881),
('mxlovo_cache81f4f2c0675b9a301ba3f671b60646b7', 'i:7;', 1769769088),
('mxlovo_cache81f4f2c0675b9a301ba3f671b60646b7:timer', 'i:1769769088;', 1769769088),
('mxlovo_cache8bce2dc6ca0e8cf97a52346b41b097a6', 'i:7;', 1769768988),
('mxlovo_cache8bce2dc6ca0e8cf97a52346b41b097a6:timer', 'i:1769768988;', 1769768988),
('mxlovo_cache8de8e6294cd0c219ff1a9dc71e10f0b4', 'i:3;', 1769769062),
('mxlovo_cache8de8e6294cd0c219ff1a9dc71e10f0b4:timer', 'i:1769769062;', 1769769062),
('mxlovo_cache9259505aec5bfda0f158c7948ca5aaac', 'i:1;', 1769768503),
('mxlovo_cache9259505aec5bfda0f158c7948ca5aaac:timer', 'i:1769768503;', 1769768503),
('mxlovo_cache9825c23f4a923d00bf031fd9441ef907', 'i:14;', 1769768110),
('mxlovo_cache9825c23f4a923d00bf031fd9441ef907:timer', 'i:1769768110;', 1769768110),
('mxlovo_cache9c408f668e2b44cdc508b54e54b9bd41', 'i:1;', 1769768569),
('mxlovo_cache9c408f668e2b44cdc508b54e54b9bd41:timer', 'i:1769768569;', 1769768569),
('mxlovo_cache9cb173fa438ae5be01f42d6105078a0a', 'i:1;', 1769768519),
('mxlovo_cache9cb173fa438ae5be01f42d6105078a0a:timer', 'i:1769768519;', 1769768519),
('mxlovo_cachea47389b54fb1a8a3f144672f53f87d27', 'i:3;', 1769748550),
('mxlovo_cachea47389b54fb1a8a3f144672f53f87d27:timer', 'i:1769748550;', 1769748550),
('mxlovo_cacheadvertisement_41b8715e23b025351b6afae160ae0729', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1769770105),
('mxlovo_cacheadvertisement_99e8c2d10a7e392795ec2cd3d4c1e7b8', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1769769563),
('mxlovo_cacheadvertisement_ba377ed94eee9bb93aa38cd8f25a4042', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1769770536),
('mxlovo_cacheadvertisement_d05bdf586a4ad7bfdd70b9803245afe0', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1769770152),
('mxlovo_cacheadvertisement_ed5ba35893572fdbfface55d8703f308', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1769770132),
('mxlovo_cacheaec15a6b68d59036f5df6f5850cede5b', 'i:1;', 1769768539),
('mxlovo_cacheaec15a6b68d59036f5df6f5850cede5b:timer', 'i:1769768539;', 1769768539),
('mxlovo_cacheaee65094a0be2dbc5ee8def041336c0f', 'i:11;', 1769750184),
('mxlovo_cacheaee65094a0be2dbc5ee8def041336c0f:timer', 'i:1769750184;', 1769750184),
('mxlovo_cacheb855235e17e03d4d194f1e8b3fb30eb5', 'i:3;', 1769748158),
('mxlovo_cacheb855235e17e03d4d194f1e8b3fb30eb5:timer', 'i:1769748158;', 1769748158),
('mxlovo_cachebaaf4ae7ef8450a0cc923914e8b29d60', 'i:8;', 1769769158),
('mxlovo_cachebaaf4ae7ef8450a0cc923914e8b29d60:timer', 'i:1769769158;', 1769769158),
('mxlovo_cachebanners_09845b0705e8e1e5b08d151dd120b50a', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1769770150),
('mxlovo_cachebanners_124b0bf7aa2d6da07c071e63d0490139', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1769770228),
('mxlovo_cachebanners_26078cfb873f3507494b3f4b5f2cba00', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1769769765),
('mxlovo_cachebanners_3e6194eafc62a3ec994f8ae1dc7bd91e', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1769770106),
('mxlovo_cachebanners_5ce562e19badd4e1cadd2acca8e1421b', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1769770155),
('mxlovo_cachebanners_662d7bbea550b4bd0efd8935cadd6df0', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1769770489),
('mxlovo_cachebanners_7188afedb131a4f7945cfec0e100bd1c', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1769756408),
('mxlovo_cachebanners_810007284040718a0bb204787d11a5d7', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1769770102),
('mxlovo_cachebanners_ab33257eedf741da035f41da44e9949b', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:17:\"App\\Models\\Banner\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:7:\"banners\";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:13:{s:2:\"id\";i:3;s:5:\"title\";s:8:\"Big sale\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2025-10-24-68fb4b4a80315.png\";s:6:\"status\";i:1;s:4:\"data\";s:2:\"34\";s:10:\"created_at\";s:19:\"2025-10-24 20:47:54\";s:10:\"updated_at\";s:19:\"2025-10-24 20:47:54\";s:7:\"zone_id\";i:2;s:9:\"module_id\";i:1;s:8:\"featured\";i:0;s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";i:3;s:5:\"title\";s:8:\"Big sale\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2025-10-24-68fb4b4a80315.png\";s:6:\"status\";i:1;s:4:\"data\";s:2:\"34\";s:10:\"created_at\";s:19:\"2025-10-24 20:47:54\";s:10:\"updated_at\";s:19:\"2025-10-24 20:47:54\";s:7:\"zone_id\";i:2;s:9:\"module_id\";i:1;s:8:\"featured\";i:0;s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:5:{s:4:\"data\";s:7:\"integer\";s:6:\"status\";s:7:\"boolean\";s:7:\"zone_id\";s:7:\"integer\";s:9:\"module_id\";s:7:\"integer\";s:8:\"featured\";s:7:\"boolean\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:1:{i:0;s:14:\"image_full_url\";}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:2:{s:7:\"storage\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:18:\"App\\Models\\Storage\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"storages\";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:7:{s:2:\"id\";i:531;s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"3\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-10-24 20:47:54\";s:10:\"updated_at\";s:19:\"2025-10-24 20:47:54\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";i:531;s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"3\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-10-24 20:47:54\";s:10:\"updated_at\";s:19:\"2025-10-24 20:47:54\";}s:10:\"\0*\0changes\";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:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:3:{i:0;s:9:\"data_type\";i:1;s:7:\"data_id\";i:2;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}s:12:\"translations\";O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:1:{i:0;O:22:\"App\\Models\\Translation\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:12:\"translations\";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:8:{s:2:\"id\";i:453;s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";i:3;s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:8:\"Big sale\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";i:453;s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";i:3;s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:8:\"Big sale\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:1:{s:18:\"translationable_id\";s:7:\"integer\";}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:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:0;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:5:{i:0;s:20:\"translationable_type\";i:1;s:18:\"translationable_id\";i:2;s:6:\"locale\";i:3;s:3:\"key\";i:4;s:5:\"value\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}}s:10:\"\0*\0touches\";a:0:{}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:10:{i:0;s:5:\"title\";i:1;s:4:\"type\";i:2;s:5:\"image\";i:3;s:6:\"status\";i:4;s:4:\"data\";i:5;s:7:\"zone_id\";i:6;s:9:\"module_id\";i:7;s:8:\"featured\";i:8;s:12:\"default_link\";i:9;s:10:\"created_by\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1769769568),
('mxlovo_cachebfae64a60614db1ae7fba5967f516d6f', 'i:1;', 1769767976),
('mxlovo_cachebfae64a60614db1ae7fba5967f516d6f:timer', 'i:1769767976;', 1769767976);
INSERT INTO `cache` (`key`, `value`, `expiration`) VALUES
('mxlovo_cachebusiness_settings_all_data', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:166:{i:0;O:26:\"App\\Models\\BusinessSetting\":30:{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: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: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\":30:{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: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: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\":30:{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:176:\"{\"name\":\"MXLovo\",\"host\":\"mail.mimeld.com\",\"driver\":\"smtp\",\"port\":\"587\",\"username\":\"biz@miracuves.coom\",\"email_id\":\"biz@miracuves.coom\",\"encryption\":\"tls\",\"password\":\"password\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:11:\"mail_config\";s:5:\"value\";s:176:\"{\"name\":\"MXLovo\",\"host\":\"mail.mimeld.com\",\"driver\":\"smtp\",\"port\":\"587\",\"username\":\"biz@miracuves.coom\",\"email_id\":\"biz@miracuves.coom\",\"encryption\":\"tls\",\"password\":\"password\"}\";}s:10:\"\0*\0changes\";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: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\":30:{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:13:\"milovox-d6fd0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:14:\"fcm_project_id\";s:5:\"value\";s:13:\"milovox-d6fd0\";}s:10:\"\0*\0changes\";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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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:6:\"MXLovo\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:13:\"business_name\";s:5:\"value\";s:6:\"MXLovo\";}s:10:\"\0*\0changes\";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: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\":30:{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:\"USD\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:8:\"currency\";s:5:\"value\";s:3:\"USD\";}s:10:\"\0*\0changes\";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: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\":30:{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:28:\"2025-10-22-68f86850e986b.png\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:4:\"logo\";s:5:\"value\";s:28:\"2025-10-22-68f86850e986b.png\";}s:10:\"\0*\0changes\";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: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\":30:{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:12:\"+15162023950\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:5:\"phone\";s:5:\"value\";s:12:\"+15162023950\";}s:10:\"\0*\0changes\";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: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\":30:{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:\"biz@miracuves.com\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:13:\"email_address\";s:5:\"value\";s:17:\"biz@miracuves.com\";}s:10:\"\0*\0changes\";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: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\":30:{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:6:\"Global\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:7:\"address\";s:5:\"value\";s:6:\"Global\";}s:10:\"\0*\0changes\";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: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\":30:{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:13:\"MXLovo @ 2025\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:11:\"footer_text\";s:5:\"value\";s:13:\"MXLovo @ 2025\";}s:10:\"\0*\0changes\";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: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\":30:{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: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: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\":30:{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:\"AIzaSyAWbWNOIN2NVRIHbjhflvEh4JDr2ZkJ3xA\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:11:\"map_api_key\";s:5:\"value\";s:39:\"AIzaSyAWbWNOIN2NVRIHbjhflvEh4JDr2ZkJ3xA\";}s:10:\"\0*\0changes\";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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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:1:\"2\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:22:\"per_km_shipping_charge\";s:5:\"value\";s:1:\"2\";}s:10:\"\0*\0changes\";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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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:13:\"Asia/Calcutta\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:8:\"timezone\";s:5:\"value\";s:13:\"Asia/Calcutta\";}s:10:\"\0*\0changes\";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: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\":30:{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\";N;}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:27:\"order_delivery_verification\";s:5:\"value\";N;}s:10:\"\0*\0changes\";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: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\":30:{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: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: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\":30:{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\";N;}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:14:\"schedule_order\";s:5:\"value\";N;}s:10:\"\0*\0changes\";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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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:\"US\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:7:\"country\";s:5:\"value\";s:2:\"US\";}s:10:\"\0*\0changes\";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: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\":30:{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: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: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\":30:{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:46:\"{\"lat\":\"23.02918734674459\",\"lng\":\"90.3515625\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:16:\"default_location\";s:5:\"value\";s:46:\"{\"lat\":\"23.02918734674459\",\"lng\":\"90.3515625\"}\";}s:10:\"\0*\0changes\";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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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:2:\"99\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:18:\"free_delivery_over\";s:5:\"value\";s:2:\"99\";}s:10:\"\0*\0changes\";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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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:1:\"2\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:17:\"dm_maximum_orders\";s:5:\"value\";s:1:\"2\";}s:10:\"\0*\0changes\";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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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:\"AIzaSyAWbWNOIN2NVRIHbjhflvEh4JDr2ZkJ3xA\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:18:\"map_api_key_server\";s:5:\"value\";s:39:\"AIzaSyAWbWNOIN2NVRIHbjhflvEh4JDr2ZkJ3xA\";}s:10:\"\0*\0changes\";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: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\":30:{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: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: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\":30:{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: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: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\":30:{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:223:\"{\"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:\\/\\/mxlovo.mimeld.com\\/\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:18:\"landing_page_links\";s:5:\"value\";s:223:\"{\"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:\\/\\/mxlovo.mimeld.com\\/\"}\";}s:10:\"\0*\0changes\";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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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:157:\"[{\"login_medium\":\"google\",\"client_id\":null,\"client_secret\":null,\"status\":\"0\"},{\"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:157:\"[{\"login_medium\":\"google\",\"client_id\":null,\"client_secret\":null,\"status\":\"0\"},{\"login_medium\":\"facebook\",\"client_id\":null,\"client_secret\":null,\"status\":\"0\"}]\";}s:10:\"\0*\0changes\";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: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\":30:{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:16:\"[\"en\",\"fr\",\"ar\"]\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:8:\"language\";s:5:\"value\";s:16:\"[\"en\",\"fr\",\"ar\"]\";}s:10:\"\0*\0changes\";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: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\":30:{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:\"24\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:10:\"timeformat\";s:5:\"value\";s:2:\"24\";}s:10:\"\0*\0changes\";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: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\":30:{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: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: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\":30:{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:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:23:\"canceled_by_deliveryman\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";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: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\":30:{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\";N;}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:15:\"show_dm_earning\";s:5:\"value\";N;}s:10:\"\0*\0changes\";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: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\":30:{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:48:\"{\"status\":\"0\",\"site_key\":null,\"secret_key\":null}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:9:\"recaptcha\";s:5:\"value\";s:48:\"{\"status\":\"0\",\"site_key\":null,\"secret_key\":null}\";}s:10:\"\0*\0changes\";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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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\";N;}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:28:\"schedule_order_slot_duration\";s:5:\"value\";N;}s:10:\"\0*\0changes\";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: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\":30:{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:\"2\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:25:\"digit_after_decimal_point\";s:5:\"value\";s:1:\"2\";}s:10:\"\0*\0changes\";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: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\":30:{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:28:\"2025-10-22-68f8688bd9548.png\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:4:\"icon\";s:5:\"value\";s:28:\"2025-10-22-68f8688bd9548.png\";}s:10:\"\0*\0changes\";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: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\":30:{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: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: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\":30:{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:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:17:\"canceled_by_store\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";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: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\":30:{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:1:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:29:\"parcel_per_km_shipping_charge\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";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: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\":30:{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:1:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:30:\"parcel_minimum_shipping_charge\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";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: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\":30:{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:1:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:20:\"parcel_commission_dm\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";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: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\":30:{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:223:\"{\"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:\\/\\/mxlovo.mimeld.com\\/\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:18:\"landing_page_links\";s:5:\"value\";s:223:\"{\"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:\\/\\/mxlovo.mimeld.com\\/\"}\";}s:10:\"\0*\0changes\";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: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\":30:{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:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:13:\"wallet_status\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";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: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\":30:{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:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:20:\"loyalty_point_status\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";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: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\":30:{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:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:18:\"ref_earning_status\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";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: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\":30:{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:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:17:\"wallet_add_refund\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";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: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\":30:{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:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:27:\"loyalty_point_exchange_rate\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";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: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\":30:{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:1:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:25:\"ref_earning_exchange_rate\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";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: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\":30:{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:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:33:\"loyalty_point_item_purchase_point\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";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: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\":30:{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:1:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:27:\"loyalty_point_minimum_point\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";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: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\":30:{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: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: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\":30:{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\";N;}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:14:\"dm_tips_status\";s:5:\"value\";N;}s:10:\"\0*\0changes\";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: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\":30:{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:206:\"[{\"id\":1,\"direction\":\"ltr\",\"code\":\"en\",\"status\":1,\"default\":true},{\"id\":\"fr2\",\"direction\":\"ltr\",\"code\":\"fr\",\"status\":1,\"default\":false},{\"id\":\"ar3\",\"direction\":\"ltr\",\"code\":\"ar\",\"status\":1,\"default\":false}]\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:15:\"system_language\";s:5:\"value\";s:206:\"[{\"id\":1,\"direction\":\"ltr\",\"code\":\"en\",\"status\":1,\"default\":true},{\"id\":\"fr2\",\"direction\":\"ltr\",\"code\":\"fr\",\"status\":1,\"default\":false},{\"id\":\"ar3\",\"direction\":\"ltr\",\"code\":\"ar\",\"status\":1,\"default\":false}]\";}s:10:\"\0*\0changes\";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: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\":30:{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: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: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\":30:{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:16:\"Demo cookie text\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:12:\"cookies_text\";s:5:\"value\";s:16:\"Demo cookie text\";}s:10:\"\0*\0changes\";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: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\":30:{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\";N;}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:12:\"tax_included\";s:5:\"value\";N;}s:10:\"\0*\0changes\";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: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\":30:{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\";N;}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:22:\"partial_payment_status\";s:5:\"value\";N;}s:10:\"\0*\0changes\";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: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\":30:{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: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: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\":30:{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:6:\"manual\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:23:\"order_notification_type\";s:5:\"value\";s:6:\"manual\";}s:10:\"\0*\0changes\";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: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\":30:{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: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: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\":30:{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\";N;}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:24:\"additional_charge_status\";s:5:\"value\";N;}s:10:\"\0*\0changes\";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: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\":30:{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:17:\"Additional Charge\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:22:\"additional_charge_name\";s:5:\"value\";s:17:\"Additional Charge\";}s:10:\"\0*\0changes\";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: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\":30:{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\";N;}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:17:\"additional_charge\";s:5:\"value\";N;}s:10:\"\0*\0changes\";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: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\":30:{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\";N;}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:25:\"prescription_order_status\";s:5:\"value\";N;}s:10:\"\0*\0changes\";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: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\":30:{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:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:25:\"delivery_charge_comission\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";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: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\":30:{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:\"23:49\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:12:\"opening_time\";s:5:\"value\";s:5:\"23:49\";}s:10:\"\0*\0changes\";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: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\":30:{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:\"11:49\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:12:\"closing_time\";s:5:\"value\";s:5:\"11:49\";}s:10:\"\0*\0changes\";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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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:223:\"{\"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:\\/\\/mxlovo.mimeld.com\\/\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:27:\"Feature section description\";s:5:\"value\";s:223:\"{\"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:\\/\\/mxlovo.mimeld.com\\/\"}\";}s:10:\"\0*\0changes\";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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:21:\"guest_checkout_status\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";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: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\":30:{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-01-30\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:39:\"check_daily_subscription_validity_check\";s:5:\"value\";s:10:\"2026-01-30\";}s:10:\"\0*\0changes\";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: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\":30:{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: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: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\":30:{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:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:27:\"subscription_business_model\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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:\"openai_config\";s:5:\"value\";s:57:\"{\"status\":0,\"OPENAI_ORGANIZATION\":\"\",\"OPENAI_API_KEY\":\"\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:13:\"openai_config\";s:5:\"value\";s:57:\"{\"status\":0,\"OPENAI_ORGANIZATION\":\"\",\"OPENAI_API_KEY\":\"\"}\";}s:10:\"\0*\0changes\";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: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\":30:{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:\"firebase_otp_verification\";s:5:\"value\";s:1:\"0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:25:\"firebase_otp_verification\";s:5:\"value\";s:1:\"0\";}s:10:\"\0*\0changes\";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: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\":30:{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:\"firebase_web_api_key\";s:5:\"value\";s:39:\"AIzaSyAInLN5chhtr30jvOBIf7e2PsRWVAFOXT0\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:20:\"firebase_web_api_key\";s:5:\"value\";s:39:\"AIzaSyAInLN5chhtr30jvOBIf7e2PsRWVAFOXT0\";}s:10:\"\0*\0changes\";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: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\":30:{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: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: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\":30:{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:2:\"10\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:20:\"min_amount_to_pay_dm\";s:5:\"value\";s:2:\"10\";}s:10:\"\0*\0changes\";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: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\":30:{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: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: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\":30:{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:4:\"5000\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:19:\"dm_max_cash_in_hand\";s:5:\"value\";s:4:\"5000\";}s:10:\"\0*\0changes\";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: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\":30:{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:\"1\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:27:\"cash_in_hand_overflow_store\";s:5:\"value\";s:1:\"1\";}s:10:\"\0*\0changes\";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: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\":30:{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\";s:4:\"5000\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:34:\"cash_in_hand_overflow_store_amount\";s:5:\"value\";s:4:\"5000\";}s:10:\"\0*\0changes\";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: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\":30:{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\";s:2:\"10\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:23:\"min_amount_to_pay_store\";s:5:\"value\";s:2:\"10\";}s:10:\"\0*\0changes\";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: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\":30:{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\";N;}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:18:\"store_review_reply\";s:5:\"value\";N;}s:10:\"\0*\0changes\";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: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\":30:{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: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: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\":30:{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: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: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\":30:{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: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: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\":30:{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\";N;}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:15:\"product_gallery\";s:5:\"value\";N;}s:10:\"\0*\0changes\";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: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\":30:{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:\"monday\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:11:\"opening_day\";s:5:\"value\";s:6:\"monday\";}s:10:\"\0*\0changes\";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: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\":30:{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: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: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\":30:{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:2390:\"{\r\n  \"type\": \"service_account\",\r\n  \"project_id\": \"milovox-d6fd0\",\r\n  \"private_key_id\": \"7c3c34edd10f22ae640a2d3cd989b49c3d1a64c6\",\r\n  \"private_key\": \"-----BEGIN PRIVATE KEY-----\\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDyoVxc1071jcUz\\nHFoxk50YMpGsOeDRr7v6h4Y3w3Z78T+n1s5mSIUOLBkwn0H1ZThR1AiClyJxzAju\\nNIu8/rPGzTn5Q+j90wUpPiMQhInldxIXNvrfGjRvyzGpVncJrRaH5y5kTS0OwrSK\\nE7wF3/Iw+CH3kN3hyqqy42kFVboQIAXKAnx5P99fNAs7Xy2EVG0DePhli6FlBtFV\\nPd7tzguMh9rDREnKFuVo5rupMQdKiQalKSBiLN/e98Zh4jwPMHfCS7PWclPH+LqP\\nkhiLuhG598hil5nSOnjw6N7QjdclzGs22zZ0gPLOVNBPMWQyIU6WJIEfx0/3uhxF\\nRvYca/mzAgMBAAECggEAGp/RSlDIFdL2QjsIvKr1kJuv94WsYWYWyxGHDWRyAnzB\\nHvJH2Np5W0pEg1zeeIagbP5G5smd2n3otvbmJJmQca7Af1VP4lZ/GPz8DQp2NUth\\nHVIHqmauPVw/OVVHH7UyJTydjx0W5ilAdWxf9AcUhQIdfBSV/HpoS9P/iLnU/oLG\\nXGx15fbBZMo73mluUjZYYRW7HFIExiHkihI86+GWSslsdfwOpB/qz2bDckIcTRkE\\n8e8902KhYyX4WcvWAlI/Pt4buxrvJgbLaDOE3pXHbiXf0QKOzq6ZlbQ3rGwX39Y6\\nzzUbO0xI++lgfziL8kUsjKNDkeiJOliL/X2vARKzDQKBgQD8SPG5faI2sJANHyGj\\n4ADWgyLGGZjba9KIXmCCcLba3VVMn0dwOEAhLUPevrdrVo7mK5pCPiK4776IWKiL\\nIxxFwZWvJUuXrIiSKwWhIqbUNNTL2yGsyOsAwLc3y0X3OjFzrXRy5nYohvvlQEMa\\nc5XX+JwG8v5MQyZTTb/50e18/wKBgQD2NAVXVqa0rU0X4LXnEAnzd4W65otFH2T+\\ng2ThrDiy+dsQu8r9sdtcZrl0fVk/tlijDGQ2axOBKhba57QePJv626i8pxbQStsq\\nniXxYcErZ0uIid4ynwBl067RYHRX4vytVfdGQTjTWV1adRyzi/3vDHY54SwT44C/\\nBBrXGaWfTQKBgQCiHzIPVFfgszfu5rmUeMexEhZPnXVoU/K4JYX5bPtkzGUbVyPu\\nToePimoaAw8VkEtGSHDZ7tobZB1ZuzecKhTqEsvhAKOCNaKR48m7UexJZCX3Vrte\\nMMMr+awD08IDbMcIoke56rW1t4C6QsCch/icECwcHx0h3ukLEWSz4p6t+wKBgC3b\\nrK8C7dQzf2uWKGucei4GMjuI26IJYfdiI/VA7eKwVVR9libA7Rn97Ec9XdVXMpVU\\nJopYUW66lz048Ty8j1UfewOAn+g2OTJr+KdITQG3oMMS4vdM1HcjAanwLFt+ZRAo\\nNgG4/kunlpLVw33R8n+HM7I+NcaSlpV9vz4Xgdj1AoGBANiro/g9BysiZGp6PdjK\\nnis5SPc9m2CO7QZfH19lTZeZKt9k/oDOF/qWnR2GCe7ws++5oBlU2YSGLugTiCfe\\nSU37u2QkjvdwECw0FDyOYtEro/hCwrZWRSe3jp9ituS3ViPkLGJ9/wk7TzFhLucw\\nNPweH6N6xI10gDwoNnicbVVH\\n-----END PRIVATE KEY-----\\n\",\r\n  \"client_email\": \"firebase-adminsdk-ixtsu@milovox-d6fd0.iam.gserviceaccount.com\",\r\n  \"client_id\": \"117463068475689406144\",\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-ixtsu%40milovox-d6fd0.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:2390:\"{\r\n  \"type\": \"service_account\",\r\n  \"project_id\": \"milovox-d6fd0\",\r\n  \"private_key_id\": \"7c3c34edd10f22ae640a2d3cd989b49c3d1a64c6\",\r\n  \"private_key\": \"-----BEGIN PRIVATE KEY-----\\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDyoVxc1071jcUz\\nHFoxk50YMpGsOeDRr7v6h4Y3w3Z78T+n1s5mSIUOLBkwn0H1ZThR1AiClyJxzAju\\nNIu8/rPGzTn5Q+j90wUpPiMQhInldxIXNvrfGjRvyzGpVncJrRaH5y5kTS0OwrSK\\nE7wF3/Iw+CH3kN3hyqqy42kFVboQIAXKAnx5P99fNAs7Xy2EVG0DePhli6FlBtFV\\nPd7tzguMh9rDREnKFuVo5rupMQdKiQalKSBiLN/e98Zh4jwPMHfCS7PWclPH+LqP\\nkhiLuhG598hil5nSOnjw6N7QjdclzGs22zZ0gPLOVNBPMWQyIU6WJIEfx0/3uhxF\\nRvYca/mzAgMBAAECggEAGp/RSlDIFdL2QjsIvKr1kJuv94WsYWYWyxGHDWRyAnzB\\nHvJH2Np5W0pEg1zeeIagbP5G5smd2n3otvbmJJmQca7Af1VP4lZ/GPz8DQp2NUth\\nHVIHqmauPVw/OVVHH7UyJTydjx0W5ilAdWxf9AcUhQIdfBSV/HpoS9P/iLnU/oLG\\nXGx15fbBZMo73mluUjZYYRW7HFIExiHkihI86+GWSslsdfwOpB/qz2bDckIcTRkE\\n8e8902KhYyX4WcvWAlI/Pt4buxrvJgbLaDOE3pXHbiXf0QKOzq6ZlbQ3rGwX39Y6\\nzzUbO0xI++lgfziL8kUsjKNDkeiJOliL/X2vARKzDQKBgQD8SPG5faI2sJANHyGj\\n4ADWgyLGGZjba9KIXmCCcLba3VVMn0dwOEAhLUPevrdrVo7mK5pCPiK4776IWKiL\\nIxxFwZWvJUuXrIiSKwWhIqbUNNTL2yGsyOsAwLc3y0X3OjFzrXRy5nYohvvlQEMa\\nc5XX+JwG8v5MQyZTTb/50e18/wKBgQD2NAVXVqa0rU0X4LXnEAnzd4W65otFH2T+\\ng2ThrDiy+dsQu8r9sdtcZrl0fVk/tlijDGQ2axOBKhba57QePJv626i8pxbQStsq\\nniXxYcErZ0uIid4ynwBl067RYHRX4vytVfdGQTjTWV1adRyzi/3vDHY54SwT44C/\\nBBrXGaWfTQKBgQCiHzIPVFfgszfu5rmUeMexEhZPnXVoU/K4JYX5bPtkzGUbVyPu\\nToePimoaAw8VkEtGSHDZ7tobZB1ZuzecKhTqEsvhAKOCNaKR48m7UexJZCX3Vrte\\nMMMr+awD08IDbMcIoke56rW1t4C6QsCch/icECwcHx0h3ukLEWSz4p6t+wKBgC3b\\nrK8C7dQzf2uWKGucei4GMjuI26IJYfdiI/VA7eKwVVR9libA7Rn97Ec9XdVXMpVU\\nJopYUW66lz048Ty8j1UfewOAn+g2OTJr+KdITQG3oMMS4vdM1HcjAanwLFt+ZRAo\\nNgG4/kunlpLVw33R8n+HM7I+NcaSlpV9vz4Xgdj1AoGBANiro/g9BysiZGp6PdjK\\nnis5SPc9m2CO7QZfH19lTZeZKt9k/oDOF/qWnR2GCe7ws++5oBlU2YSGLugTiCfe\\nSU37u2QkjvdwECw0FDyOYtEro/hCwrZWRSe3jp9ituS3ViPkLGJ9/wk7TzFhLucw\\nNPweH6N6xI10gDwoNnicbVVH\\n-----END PRIVATE KEY-----\\n\",\r\n  \"client_email\": \"firebase-adminsdk-ixtsu@milovox-d6fd0.iam.gserviceaccount.com\",\r\n  \"client_id\": \"117463068475689406144\",\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-ixtsu%40milovox-d6fd0.iam.gserviceaccount.com\",\r\n  \"universe_domain\": \"googleapis.com\"\r\n}\";}s:10:\"\0*\0changes\";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: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\":30:{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:287:\"{\"apiKey\":\"AIzaSyAInLN5chhtr30jvOBIf7e2PsRWVAFOXT0\",\"authDomain\":\"milovox-d6fd0.firebaseapp.com\",\"projectId\":\"milovox-d6fd0\",\"storageBucket\":\"milovox-d6fd0.appspot.com\",\"messagingSenderId\":\"569047557228\",\"appId\":\"1:569047557228:web:1e111c22192c3517e72449\",\"measurementId\":\"G-PQ0SVQTJNL\"}\";}s:11:\"\0*\0original\";a:2:{s:3:\"key\";s:15:\"fcm_credentials\";s:5:\"value\";s:287:\"{\"apiKey\":\"AIzaSyAInLN5chhtr30jvOBIf7e2PsRWVAFOXT0\",\"authDomain\":\"milovox-d6fd0.firebaseapp.com\",\"projectId\":\"milovox-d6fd0\",\"storageBucket\":\"milovox-d6fd0.appspot.com\",\"messagingSenderId\":\"569047557228\",\"appId\":\"1:569047557228:web:1e111c22192c3517e72449\",\"measurementId\":\"G-PQ0SVQTJNL\"}\";}s:10:\"\0*\0changes\";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: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;}', 2085107279);
INSERT INTO `cache` (`key`, `value`, `expiration`) VALUES
('mxlovo_cachebusiness_settings_config_icon_storage', 's:6:\"public\";', 2085107463),
('mxlovo_cachebusiness_settings_config_keys', 'a:69:{s:16:\"cash_on_delivery\";s:14:\"{\"status\":\"1\"}\";s:13:\"business_name\";s:6:\"MXLovo\";s:4:\"logo\";s:28:\"2025-10-22-68f86850e986b.png\";s:5:\"phone\";s:12:\"+15162023950\";s:13:\"email_address\";s:17:\"biz@miracuves.com\";s:7:\"address\";s:6:\"Global\";s:11:\"footer_text\";s:13:\"MXLovo @ 2025\";s:21:\"customer_verification\";s:1:\"0\";s:15:\"digital_payment\";s:14:\"{\"status\":\"1\"}\";s:27:\"order_delivery_verification\";N;s:24:\"currency_symbol_position\";s:4:\"left\";s:14:\"schedule_order\";N;s:16:\"admin_commission\";s:2:\"10\";s:7:\"country\";s:2:\"US\";s:16:\"default_location\";s:46:\"{\"lat\":\"23.02918734674459\",\"lng\":\"90.3515625\"}\";s:18:\"free_delivery_over\";s:2:\"99\";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:223:\"{\"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:\\/\\/mxlovo.mimeld.com\\/\"}\";s:10:\"timeformat\";s:2:\"24\";s:23:\"canceled_by_deliveryman\";s:1:\"0\";s:15:\"show_dm_earning\";N;s:18:\"toggle_veg_non_veg\";s:1:\"1\";s:22:\"toggle_dm_registration\";s:1:\"1\";s:28:\"schedule_order_slot_duration\";N;s:4:\"icon\";s:28:\"2025-10-22-68f8688bd9548.png\";s:25:\"toggle_store_registration\";s:1:\"1\";s:17:\"canceled_by_store\";s:1:\"0\";s:29:\"parcel_per_km_shipping_charge\";s:1:\"0\";s:30:\"parcel_minimum_shipping_charge\";s:1:\"0\";s:13:\"wallet_status\";s:1:\"0\";s:20:\"loyalty_point_status\";s:1:\"0\";s:18:\"ref_earning_status\";s:1:\"0\";s:27:\"loyalty_point_exchange_rate\";s:1:\"0\";s:25:\"ref_earning_exchange_rate\";s:1:\"0\";s:33:\"loyalty_point_item_purchase_point\";s:1:\"0\";s:27:\"loyalty_point_minimum_point\";s:1:\"0\";s:20:\"refund_active_status\";s:1:\"0\";s:14:\"dm_tips_status\";N;s:12:\"cookies_text\";s:16:\"Demo cookie text\";s:22:\"partial_payment_status\";N;s:22:\"partial_payment_method\";s:4:\"both\";s:26:\"admin_free_delivery_status\";s:1:\"1\";s:24:\"additional_charge_status\";N;s:22:\"additional_charge_name\";s:17:\"Additional Charge\";s:17:\"additional_charge\";N;s:25:\"prescription_order_status\";N;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:\"0\";s:25:\"commission_business_model\";s:1:\"1\";s:27:\"subscription_business_model\";s:1:\"0\";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:21:\"country_picker_status\";s:1:\"1\";s:19:\"manual_login_status\";s:1:\"1\";s:13:\"openai_config\";s:57:\"{\"status\":0,\"OPENAI_ORGANIZATION\":\"\",\"OPENAI_API_KEY\":\"\"}\";s:25:\"firebase_otp_verification\";s:1:\"0\";s:26:\"admin_free_delivery_option\";s:29:\"free_delivery_by_order_amount\";s:20:\"min_amount_to_pay_dm\";s:2:\"10\";s:23:\"min_amount_to_pay_store\";s:2:\"10\";s:18:\"store_review_reply\";N;}', 2085107463),
('mxlovo_cachebusiness_settings_config_logo_storage', 's:6:\"public\";', 2085107463),
('mxlovo_cachebusiness_settings_config_web_app_landing_page_settings_storage', 's:6:\"public\";', 2085107463),
('mxlovo_cachebusiness_settings_currency_symbol', 's:1:\"$\";', 2085107463),
('mxlovo_cachec1515d7c9789841e66f8f7ec0e44bf95', 'i:6;', 1769769069),
('mxlovo_cachec1515d7c9789841e66f8f7ec0e44bf95:timer', 'i:1769769069;', 1769769069),
('mxlovo_cachec9770478a5c636f399e9e00a4c7ec61d', 'i:5;', 1769768177),
('mxlovo_cachec9770478a5c636f399e9e00a4c7ec61d:timer', 'i:1769768177;', 1769768177),
('mxlovo_cacheca3e1e447746292125edcadfc47faf3e', 'i:1;', 1769768589),
('mxlovo_cacheca3e1e447746292125edcadfc47faf3e:timer', 'i:1769768589;', 1769768589),
('mxlovo_cachecampaigns_41b8715e23b025351b6afae160ae0729', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1769770106),
('mxlovo_cachecampaigns_99e8c2d10a7e392795ec2cd3d4c1e7b8', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1769769568),
('mxlovo_cachecampaigns_d05bdf586a4ad7bfdd70b9803245afe0', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1769770150),
('mxlovo_cachecampaigns_ed5ba35893572fdbfface55d8703f308', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1769770155),
('mxlovo_cachecf0118e3ee90ee16b34d79548295a390', 'i:26;', 1769769189),
('mxlovo_cachecf0118e3ee90ee16b34d79548295a390:timer', 'i:1769769189;', 1769769189),
('mxlovo_cached0ebdc38e2731e599a2f2a5b885658ae', 'i:8;', 1769748438),
('mxlovo_cached0ebdc38e2731e599a2f2a5b885658ae:timer', 'i:1769748438;', 1769748438),
('mxlovo_cached76380f0add7f7010dc8a2e37e79a217', 'i:3;', 1769768681),
('mxlovo_cached76380f0add7f7010dc8a2e37e79a217:timer', 'i:1769768681;', 1769768681),
('mxlovo_cacheda82654add37850a498239de39c064bb', 'i:14;', 1769768423),
('mxlovo_cacheda82654add37850a498239de39c064bb:timer', 'i:1769768423;', 1769768423),
('mxlovo_cachedata_settings_cancellation_policy_status', 'N;', 2085130136),
('mxlovo_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\\/\"}\";}', 2085107463),
('mxlovo_cachedata_settings_refund_policy_status', 's:1:\"1\";', 2085107463),
('mxlovo_cachedata_settings_shipping_policy_status', 'N;', 2085130136),
('mxlovo_cachedb1c0ca4e638d469078b7df38c593c54', 'i:1;', 1769768559),
('mxlovo_cachedb1c0ca4e638d469078b7df38c593c54:timer', 'i:1769768559;', 1769768559),
('mxlovo_cachedf06b9a0805b805d0cca30d067f3ddac', 'i:1;', 1769760993),
('mxlovo_cachedf06b9a0805b805d0cca30d067f3ddac:timer', 'i:1769760993;', 1769760993),
('mxlovo_cachee6f1bcfe6b286c59222873f7ccab3fb0', 'i:7;', 1769769397),
('mxlovo_cachee6f1bcfe6b286c59222873f7ccab3fb0:timer', 'i:1769769397;', 1769769397),
('mxlovo_cachee8b97f45921149f7aeea0ff5cb9dd254', 'i:4;', 1769761327),
('mxlovo_cachee8b97f45921149f7aeea0ff5cb9dd254:timer', 'i:1769761327;', 1769761327),
('mxlovo_cacheeb9bb0d1e8e11e88a72e21e4a80cc1aa', 'i:2;', 1769761348),
('mxlovo_cacheeb9bb0d1e8e11e88a72e21e4a80cc1aa:timer', 'i:1769761348;', 1769761348),
('mxlovo_cacheee5e93cc8ab6dd5b6cd93125066538ed', 'i:6;', 1769767614),
('mxlovo_cacheee5e93cc8ab6dd5b6cd93125066538ed:timer', 'i:1769767614;', 1769767614),
('mxlovo_cachef1f70ec40aaa556905d4a030501c0ba4', 'i:12;', 1769769394),
('mxlovo_cachef1f70ec40aaa556905d4a030501c0ba4:timer', 'i:1769769394;', 1769769394),
('mxlovo_cachef258da4b3cb7d57998f99b6841fd62aa', 'i:3;', 1769769119),
('mxlovo_cachef258da4b3cb7d57998f99b6841fd62aa:timer', 'i:1769769119;', 1769769119),
('mxlovo_cachef68a856b4bd6cc35b1ab2c6c1415d132', 'i:3;', 1769769919),
('mxlovo_cachef68a856b4bd6cc35b1ab2c6c1415d132:timer', 'i:1769769919;', 1769769919),
('mxlovo_cachef72b65ef29382da789b97934934fca60', 'i:5;', 1769748106),
('mxlovo_cachef72b65ef29382da789b97934934fca60:timer', 'i:1769748106;', 1769748106),
('mxlovo_cachelogin-attempts:106.215.158.113', 'i:2;', 1769770781),
('mxlovo_cachelogin-attempts:106.215.158.113:timer', 'i:1769770781;', 1769770781),
('mxlovo_cachemodule_config', 'N;', 2085130136),
('mxlovo_cachepriority_settings_all_data', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 2085115194);

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

--
-- 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
(1, 'Diwali Sale Campaign', '2025-10-24-68fb47864013e.png', 'Diwali Sale Campaign', 1, NULL, '2025-10-24 15:01:50', '2025-10-24 15:04:28', '2025-10-24', '2025-11-08', '10:10:00', '10:10:00', 1);

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

--
-- 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;

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

--
-- 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
(70, 4, 1, 82, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 20.000, 1, '\"[]\"', '2025-11-07 11:24:40', '2025-11-07 11:24:40'),
(79, 5, 3, 105, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 15.000, 1, '\"[]\"', '2025-12-09 12:18:37', '2025-12-09 12:18:37'),
(85, 5, 1, 79, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 20.000, 1, '\"[]\"', '2025-12-09 17:31:10', '2025-12-09 17:31:10'),
(112, 2, 1, 20, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 360.000, 2, '\"[]\"', '2025-12-26 11:12:47', '2025-12-26 11:12:49'),
(113, 585, 1, 51, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 100.000, 1, '\"[]\"', '2025-12-26 12:44:35', '2025-12-26 12:44:35'),
(115, 225, 1, 16, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 1350.000, 3, '\"[]\"', '2026-01-05 13:01:42', '2026-01-05 13:01:51'),
(118, 7, 2, 9, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 3.000, 1, '\"[]\"', '2026-01-12 10:45:24', '2026-01-12 10:45:24'),
(133, 1, 4, 56, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 30.000, 1, '\"[]\"', '2026-01-30 06:40:01', '2026-01-30 06:40:01'),
(134, 1, 4, 59, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 1000.000, 1, '\"[]\"', '2026-01-30 06:40:04', '2026-01-30 06:40:04');

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

--
-- 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;

--
-- Dumping data for table `cash_backs`
--

INSERT INTO `cash_backs` (`id`, `title`, `customer_id`, `cashback_type`, `same_user_limit`, `total_used`, `cashback_amount`, `min_purchase`, `max_discount`, `start_date`, `end_date`, `status`, `created_at`, `updated_at`, `is_rental`) VALUES
(1, 'diwali dhamaka', '[\"all\"]', 'percentage', 5, 0, 10.000, 500.000, 20.000, '2025-10-24', '2025-11-30', 1, '2025-10-24 16:04:53', '2025-10-24 16:04:53', 0);

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

--
-- 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;

--
-- Dumping data for table `cash_back_histories`
--

INSERT INTO `cash_back_histories` (`id`, `cash_back_id`, `order_id`, `user_id`, `cashback_type`, `calculated_amount`, `cashback_amount`, `min_purchase`, `max_discount`, `created_at`, `updated_at`, `trip_id`) VALUES
(1, 1, 100041, 4, 'percentage', 20.000, 10.000, 500.000, 20.000, '2025-11-06 16:56:33', '2025-11-06 16:56:33', NULL),
(2, 1, 100047, 4, 'percentage', 20.000, 10.000, 500.000, 20.000, '2025-11-07 10:42:41', '2025-11-07 10:42:41', NULL);

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

--
-- 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
(3, 'Daily Needs', '2025-09-12-68c3c823f3ebe.png', 0, 0, 1, '2025-09-12 02:13:40', '2025-10-22 01:20:12', 0, 1, 'dairy-needs', 0),
(4, 'Grocery', '2025-09-12-68c3c8301bf39.png', 0, 0, 1, '2025-09-12 02:13:52', '2025-09-12 02:13:52', 0, 1, 'grocery', 0),
(5, 'Cosmatic', '2025-09-12-68c3c83941394.png', 0, 0, 1, '2025-09-12 02:14:01', '2025-10-01 04:48:54', 0, 1, 'cosmatic', 0),
(6, 'Skin Care', '2025-09-12-68c3c844978a0.png', 0, 0, 1, '2025-09-12 02:14:12', '2025-10-01 06:03:07', 0, 1, 'skin-care', 0),
(7, 'Health & Nutrition', '2025-09-12-68c3c9860493c.png', 0, 0, 1, '2025-09-12 02:19:34', '2025-09-12 02:19:34', 0, 2, 'health-nutrition', 0),
(8, 'Surgical Instrument', '2025-09-12-68c3c99064578.png', 0, 0, 1, '2025-09-12 02:19:44', '2025-09-12 02:19:44', 0, 2, 'surgical-instrument', 0),
(9, 'Covid Essential', '2025-09-12-68c3c99fd2a77.png', 0, 0, 1, '2025-09-12 02:19:59', '2025-09-12 02:19:59', 0, 2, 'covid-essential', 0),
(10, 'Mother & Baby', '2025-09-12-68c3caaa90605.png', 0, 0, 1, '2025-09-12 02:24:26', '2025-09-12 02:24:26', 0, 2, 'mother-baby', 0),
(11, 'Dental Care', '2025-09-12-68c3cb81aaa74.png', 0, 0, 1, '2025-09-12 02:28:01', '2025-09-12 02:28:01', 0, 2, 'dental-care', 0),
(12, 'Burger', '2025-09-12-68c3cc13f1bae.png', 0, 0, 1, '2025-09-12 02:30:27', '2025-10-22 01:07:12', 0, 3, 'burger', 1),
(13, 'Indian', '2025-09-12-68c3cc209ce8b.png', 0, 0, 1, '2025-09-12 02:30:40', '2025-10-22 03:39:51', 0, 3, 'asian', 0),
(14, 'Pizza', '2025-09-12-68c3cc2c8cfa2.png', 0, 0, 1, '2025-09-12 02:30:52', '2025-10-22 01:07:17', 0, 3, 'pizza', 1),
(15, 'Fast Food', '2025-09-12-68c3cc38f0f86.png', 0, 0, 1, '2025-09-12 02:31:04', '2025-10-22 01:07:05', 0, 3, 'fast-food', 1),
(16, 'Cake', '2025-09-12-68c3cc433ac2d.png', 0, 0, 1, '2025-09-12 02:31:15', '2025-09-12 02:31:15', 0, 3, 'cake', 0),
(17, 'Mens Fashion', '2025-09-12-68c3d5ba256b7.png', 0, 0, 1, '2025-09-12 03:11:38', '2025-09-12 03:11:38', 0, 4, 'mens-fashion', 0),
(18, 'Tv & Home Appliances', '2025-09-12-68c3d5c6193ab.png', 0, 0, 1, '2025-09-12 03:11:50', '2025-10-22 01:07:56', 0, 4, 'tv-home-appliances', 1),
(19, 'Books & Stationary', '2025-09-12-68c3d5d39a192.png', 0, 0, 1, '2025-09-12 03:12:03', '2025-10-22 01:07:37', 0, 4, 'books-stationary', 0),
(20, 'Laptops & Desktops', '2025-09-12-68c3d5e019e0f.png', 0, 0, 1, '2025-09-12 03:12:16', '2025-09-12 03:12:16', 0, 4, 'laptops-desktops', 0),
(21, 'Womens Fashion', '2025-09-12-68c3d5ee5e2ed.png', 0, 0, 1, '2025-09-12 03:12:30', '2025-09-12 03:12:30', 0, 4, 'womens-fashion', 0),
(22, 'juices', '2025-09-15-68c7b31539f4d.png', 0, 0, 1, '2025-09-15 01:32:53', '2025-09-15 01:32:53', 0, 6, 'juices', 0),
(23, 'Vodka', '2025-09-15-68c7b33c47900.png', 0, 0, 1, '2025-09-15 01:33:32', '2025-09-15 01:33:32', 0, 6, 'vodka', 0),
(24, 'Wine', '2025-09-15-68c7b3b68d8cf.png', 0, 0, 1, '2025-09-15 01:35:34', '2025-09-15 01:35:34', 0, 6, 'wine', 0),
(25, 'Whiskey', '2025-09-15-68c7b3e1ec5bd.png', 0, 0, 1, '2025-09-15 01:36:17', '2025-09-15 01:36:17', 0, 6, 'whiskey', 0),
(26, 'Rum', '2025-09-15-68c7b4014b61e.png', 0, 0, 1, '2025-09-15 01:36:49', '2025-09-15 01:36:49', 0, 6, 'rum', 0),
(27, 'Gin', '2025-09-15-68c7b41e3ae6e.png', 0, 0, 1, '2025-09-15 01:37:18', '2025-09-15 01:37:18', 0, 6, 'gin', 0),
(28, 'Beer', '2025-09-15-68c7dd643a75c.png', 0, 0, 1, '2025-09-15 04:33:24', '2025-09-15 04:33:24', 0, 6, 'beer', 0),
(29, 'Milk', 'def.png', 3, 1, 1, '2025-10-01 03:37:58', '2025-10-22 01:21:18', 0, 1, 'milk', 1),
(31, 'Kids', '2025-10-01-68dd03abf1211.png', 0, 0, 0, '2025-10-01 04:49:36', '2025-10-22 01:14:26', 0, 1, 'kids', 0),
(33, 'Clothes', 'def.png', 31, 1, 1, '2025-10-01 05:25:32', '2025-10-01 05:25:53', 0, 1, 'clothing', 0),
(41, 'CatDemo', '2025-10-06-68e35d2a479d2.png', 0, 0, 0, '2025-10-06 01:09:46', '2025-10-22 01:07:41', 0, 4, 'catdemo', 0),
(42, 'Mens', 'def.png', 41, 1, 1, '2025-10-06 01:12:24', '2025-10-06 01:12:24', 0, 4, 'mens', 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;

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

--
-- 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;

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

--
-- 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, 5, 'customer', 7, 'vendor', 3, '2025-10-23 15:33:23', 0, '2025-10-23 15:32:51', '2026-01-28 11:29:42'),
(2, 8, 'delivery_man', 6, 'vendor', 4, '2025-10-24 11:21:26', 0, '2025-10-24 11:21:26', '2025-10-24 17:48:31'),
(3, 8, 'delivery_man', 5, 'customer', 8, '2025-10-24 11:25:50', 0, '2025-10-24 11:21:41', '2025-10-24 11:26:24'),
(4, 9, 'delivery_man', 5, 'customer', 9, '2025-11-06 10:16:12', 0, '2025-11-06 10:16:12', '2025-12-09 17:20:07'),
(5, 9, 'delivery_man', 2, 'customer', 10, '2025-11-06 10:45:41', 0, '2025-11-06 10:45:41', '2026-01-23 08:16:25'),
(6, 9, 'delivery_man', 11, 'customer', 14, '2025-11-06 10:57:29', 2, '2025-11-06 10:53:14', '2025-11-06 10:57:29'),
(7, 11, 'customer', 12, 'vendor', 16, '2025-11-06 16:58:54', 2, '2025-11-06 16:58:42', '2025-11-06 16:58:54'),
(8, 1, 'delivery_man', 11, 'customer', 41, '2026-01-29 07:27:59', 7, '2025-11-07 09:28:42', '2026-01-29 07:27:59'),
(9, 11, 'customer', 0, 'admin', 24, '2025-11-07 10:34:17', 2, '2025-11-07 10:34:08', '2025-11-07 10:34:17'),
(10, 9, 'delivery_man', 10, 'vendor', 25, '2025-12-02 12:20:51', 1, '2025-12-02 12:20:51', '2025-12-02 12:20:51'),
(11, 13, 'customer', 0, 'admin', 26, '2025-12-09 12:48:29', 1, '2025-12-09 12:48:29', '2025-12-09 12:48:29'),
(12, 2, 'customer', 0, 'admin', 35, '2026-01-28 08:57:28', 2, '2026-01-23 08:16:46', '2026-01-28 08:57:28');

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

--
-- 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, 'Medicine coupon', 'Pharma50', '2025-10-23', '2025-11-10', 100.00, 15.00, 10.00, 'percent', 'default', 100, 1, '2025-10-23 15:21:51', '2025-10-23 15:21:51', '\"\"', 0, 2, 'vendor', '[\"all\"]', NULL, 50),
(2, 'Diwali offer', 'OFF10', '2025-10-24', '2025-11-25', 100.00, 15.00, 10.00, 'percent', 'store_wise', 10, 1, '2025-10-24 15:14:31', '2025-10-24 15:14:31', '[\"34\"]', 0, 1, 'admin', '[\"2\"]', NULL, 34),
(3, 'Discount coupon', 'MXLOVO123', '2026-01-28', '2026-02-28', 40.00, 15.00, 11.00, 'percent', 'default', 40, 1, '2026-01-28 09:05:46', '2026-01-28 09:05:58', '\"\"', 0, 1, 'vendor', '[\"all\"]', NULL, 34);

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

--
-- 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', '+919876543210', 'R56G+X3R, Jivapar, Gujarat 365410, India', '21.8126196', '71.1753729', 1, 'user demo', '2025-10-22 22:45:58', '2025-10-22 22:45:58', 2, NULL, NULL, NULL),
(3, 'home', '+919512149944', 'RQ59+CVR, Jamner, Maharashtra 424206, India', '20.808104035253052', '75.76952062547207', 4, 'User', '2025-11-07 10:31:44', '2025-11-07 10:31:44', 2, NULL, NULL, NULL),
(5, 'home', '+919545467894', 'bkc mumbai', '0', '0', 5, 'user1', '2025-12-09 13:51:18', '2025-12-09 13:51:18', 2, NULL, NULL, NULL),
(7, 'home', '+12125550123', 'Bandra Kurla Complex, Bandra East, Mumbai, Maharashtra, India', '19.0687893', '72.87026469999999', 2, 'user2', '2025-12-26 10:01:00', '2025-12-26 10:01:00', 2, NULL, NULL, NULL),
(8, 'home', '+12125550123', '14, Amidhara Cir Rd, Siddharth Bungalows, Nana Varachha, Surat, Gujarat 395013, India', '21.224767977639164', '72.89016169256651', 2, 'user2', '2025-12-26 11:22:58', '2025-12-26 11:22:58', 2, NULL, NULL, NULL),
(9, 'home', '+12125550123', 'Shop No 24, Hare Krushna Society, Nana Varachha Rd, Moti Nagar, Nana Varachha, Surat, Gujarat 395013, India', '21.22437285424569', '72.88939974917226', 2, 'user2', '2025-12-26 11:30:54', '2025-12-26 11:30:54', 2, NULL, NULL, NULL),
(10, 'home', '+919876543210', 'opp.GCET Engineering College, Nr.Bakrol gate, Mota Bazaar, Vallabh Vidyanagar, Anand, Gujarat 388315, India', '22.558976864730003', '72.92050335556269', 1, 'user demo', '2026-01-28 08:55:41', '2026-01-28 08:55:41', 2, NULL, NULL, NULL),
(11, 'home', '+919876543210', '7 , Maruti Megnum Society, Randesan, Gandhinagar, Gujarat 382426, India', '19.068789261357825', '72.87026457488537', 1, 'user demo', '2026-01-28 09:13:18', '2026-01-28 09:13:18', 2, 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-employee', 'login_admin_employee', '2023-06-11 14:34:59', '2023-06-11 14:34:59'),
(3, 'store_login_url', 'vendor', 'login_store', '2023-06-11 14:34:59', '2023-06-11 14:34:59'),
(4, 'store_employee_login_url', 'vendor-employee', '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', 'MXLovo 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', '2023-06-11 15:06:27'),
(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 MXLovo\'s powerful features!', 'admin_landing_page', '2023-06-11 15:14:25', '2023-06-11 15:14:25'),
(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-11-19-673c331e66d9e.png', 'admin_landing_page', '2023-06-11 15:27:29', '2024-11-18 18:41:34'),
(19, 'seller_app_earning_links', '{\"playstore_url_status\":\"1\",\"playstore_url\":\"https:\\/\\/play.google.com\\/store\\/apps\",\"apple_store_url_status\":\"1\",\"apple_store_url\":\"https:\\/\\/www.apple.com\\/app-store\\/\"}', 'admin_landing_page', NULL, NULL),
(20, 'earning_delivery_image', '2024-11-19-673c332b98b86.png', 'admin_landing_page', '2023-06-11 15:28:48', '2024-11-18 18:41:47'),
(21, 'dm_app_earning_links', '{\"playstore_url_status\":\"1\",\"playstore_url\":\"https:\\/\\/play.google.com\\/store\\/apps\",\"apple_store_url_status\":\"1\",\"apple_store_url\":\"https:\\/\\/www.apple.com\\/app-store\\/\"}', 'admin_landing_page', NULL, NULL),
(22, 'why_choose_title', 'What so Special About MXLovo ?', 'admin_landing_page', '2023-06-11 15:30:30', '2023-06-11 15:32:08'),
(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', '2025-10-22-68f8bfd1a5f1f.png', 'admin_landing_page', '2023-06-11 15:38:17', '2025-10-22 06:28:17'),
(27, 'download_user_app_links', '{\"playstore_url_status\":\"1\",\"playstore_url\":\"https:\\/\\/play.google.com\\/store\\/apps\\/details?id=com.sixamtech.sixam_mart_store_app\",\"apple_store_url_status\":\"1\",\"apple_store_url\":\"https:\\/\\/www.apple.com\\/app-store\"}', 'admin_landing_page', NULL, NULL),
(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', '2025-10-23-68f9b8bbc2ab3.png', 'admin_landing_page', '2023-06-11 15:53:23', '2025-10-23 00:10:19'),
(32, 'refund_policy_status', '1', 'admin_landing_page', '2023-06-11 20:10:58', '2023-06-11 20:10:58'),
(33, 'refund_policy', '<h2><strong>1. Introduction</strong></h2>\r\n\r\n<p>At <strong>MxLovo</strong>, we strive to provide a seamless and reliable delivery experience. However, we understand that certain situations may require a refund. This policy outlines the conditions under which refunds are applicable and the process for requesting one.</p>\r\n\r\n<h2><strong>2. Eligibility for Refunds</strong></h2>\r\n\r\n<p>Refunds may be issued under the following circumstances:</p>\r\n\r\n<ul>\r\n	<li><strong>Order Cancellation by MxLovo</strong>: If an order is canceled due to unavailability of items or lack of courier availability, a full refund will be processed.</li>\r\n	<li><strong>Failed or Duplicate Transactions</strong>: If a user is charged multiple times for the same order due to a system error, the excess amount will be refunded.</li>\r\n	<li><strong>Incorrect or Missing Items</strong>: If an order is delivered with missing or incorrect items, a partial or full refund may be issued upon review.</li>\r\n	<li><strong>Undelivered Orders</strong>: If an order is not delivered within the estimated time due to issues beyond the customer&#39;s control, a refund may be considered.</li>\r\n</ul>\r\n\r\n<h2><strong>3. Non-Refundable Situations</strong></h2>\r\n\r\n<p>Refunds will not be issued in the following cases:</p>\r\n\r\n<ul>\r\n	<li>If the customer provides an incorrect address, leading to delivery failure.</li>\r\n	<li>If the customer refuses to accept the order without a valid reason.</li>\r\n	<li>If the order has been successfully delivered but the customer changes their mind.</li>\r\n	<li>If the issue is due to dissatisfaction with food taste or personal preference (for food orders).</li>\r\n</ul>\r\n\r\n<h2><strong>4. Refund Request Process</strong></h2>\r\n\r\n<p>To request a refund, users must:</p>\r\n\r\n<ol>\r\n	<li>Contact <strong>MxLovo Customer Support</strong> via the app or email within <strong>24 hours</strong> of order completion.</li>\r\n	<li>Provide the <strong>order ID</strong>, <strong>proof of issue</strong> (photo, receipt, or description), and a valid reason for the refund request.</li>\r\n	<li>Allow <strong>MxLovo</strong> up to <strong>5-7 business days</strong> to review and process the request.</li>\r\n</ol>\r\n\r\n<h2><strong>5. Refund Processing Time</strong></h2>\r\n\r\n<ul>\r\n	<li>Refunds will be processed to the original payment method within <strong>7-10 business days</strong> after approval.</li>\r\n	<li>For wallet-based refunds, the amount will be credited instantly to the <strong>MxLovo Wallet</strong> for future use.</li>\r\n</ul>\r\n\r\n<h2><strong>6. Changes to Refund Policy</strong></h2>\r\n\r\n<p>MxLovo reserves the right to modify this refund policy at any time. Users will be notified of any changes through the app or official communication channels.</p>\r\n\r\n<p>For any refund-related inquiries, please contact our <strong>customer support team</strong> via the MxLovo app.</p>', 'admin_landing_page', '2023-06-11 20:10:59', '2025-10-22 23:46:44'),
(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-11-19-673c3b8248344.png', 'react_landing_page', '2023-06-12 16:30:53', '2024-11-18 19:17:22'),
(38, 'header_banner', '2024-11-19-673c7dbc9d00d.png', 'react_landing_page', '2023-06-12 16:30:53', '2024-11-18 23:59:56'),
(39, 'company_title', '$MXLovo$', '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', 'MXLovo 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://mxlovo.mimeld.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', 'MXLovo 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 $MXLovo$', '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 MXLovo 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://admin.mxlovo.mimeld.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://admin.mxlovo.mimeld.com/deliveryman/apply', 'react_landing_page', '2023-06-12 16:45:55', '2023-06-12 16:45:55'),
(58, 'promotion_banner', '[{\"img\":\"2024-11-19-673c3ca3312d7.png\",\"storage\":\"public\"},{\"img\":\"2024-11-19-673c3cad72699.png\",\"storage\":\"public\"},{\"img\":\"2025-10-23-68f9d1325da33.png\",\"storage\":\"public\"}]', 'react_landing_page', NULL, '2025-10-23 01:54:42'),
(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', '2024-11-19-673c3d394d62f.png', 'react_landing_page', '2023-06-12 16:52:29', '2024-11-18 19:24:41'),
(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-11-19-673c3ddb91d4d.png', 'react_landing_page', '2023-06-12 17:18:24', '2024-11-18 19:27:23'),
(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', 'MXLovo', 'flutter_landing_page', '2023-06-12 17:31:35', '2023-06-12 17:31:35'),
(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-11-19-673c7cfa7b232.png', 'flutter_landing_page', '2023-06-12 17:31:35', '2024-11-18 23:56:42'),
(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://admin.mxlovo.mimeld.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://admin.mxlovo.mimeld.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-11-19-673c3fa0f0e3d.png', 'flutter_landing_page', '2023-06-12 18:17:56', '2024-11-18 19:34:56'),
(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, 'available_zone_title', 'Global', 'admin_landing_page', '2025-10-22 22:27:21', '2025-10-22 22:27:21'),
(87, 'available_zone_short_description', 'Global', 'admin_landing_page', '2025-10-22 22:27:21', '2025-10-22 22:27:21'),
(88, 'available_zone_image', NULL, 'admin_landing_page', '2025-10-22 22:27:21', '2025-10-22 22:27:21'),
(89, 'available_zone_status', NULL, 'admin_landing_page', '2025-10-22 22:27:21', '2025-10-22 22:27:21'),
(90, 'terms_and_conditions', '<p>Welcome to MxLovo! These Terms and Conditions govern your use of our platform and services. By accessing or using MxLovo, you agree to be bound by these Terms.</p>\r\n\r\n<h3><strong>Introduction</strong></h3>\r\n\r\n<p>MxLovo is a delivery service platform that connects users with couriers to facilitate the pickup and delivery of various items. These Terms apply to all users, including customers, couriers, and merchants.</p>\r\n\r\n<h3><strong>1.&nbsp; User Accounts</strong></h3>\r\n\r\n<ul>\r\n	<li>\r\n	<p>To access our services, you must create an account with accurate and complete information.</p>\r\n	</li>\r\n	<li>\r\n	<p>You are responsible for maintaining the security of your account and any activities under it.</p>\r\n	</li>\r\n	<li>\r\n	<p>MxLovo reserves the right to suspend or terminate accounts for any violation of these Terms.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h3><br />\r\n<strong>3. Service Usage</strong></h3>\r\n\r\n<ul>\r\n	<li>\r\n	<p>You agree to use MxLovo for lawful purposes only.</p>\r\n	</li>\r\n	<li>\r\n	<p>You shall not use the platform for illegal deliveries, including but not limited to drugs, weapons, or any prohibited items.</p>\r\n	</li>\r\n	<li>\r\n	<p>MxLovo reserves the right to refuse service at its discretion.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h3><br />\r\n<strong>4. Payments and Fees</strong></h3>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Users agree to pay the applicable service fees for deliveries.</p>\r\n	</li>\r\n	<li>\r\n	<p>Payments are processed through our integrated payment system, and all transactions are final.</p>\r\n	</li>\r\n	<li>\r\n	<p>MxLovo may update pricing at any time, with changes reflected in the app.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h3><br />\r\n<strong>5. Delivery Policy</strong></h3>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Estimated delivery times are not guaranteed and may vary.</p>\r\n	</li>\r\n	<li>\r\n	<p>Couriers are independent contractors and are responsible for handling items carefully.</p>\r\n	</li>\r\n	<li>\r\n	<p>If a delivery cannot be completed due to incorrect information or recipient unavailability, additional fees may apply.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h3><br />\r\n<strong>6. Cancellation and Refund Policy</strong></h3>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Users may cancel an order before dispatch; once dispatched, cancellation fees may apply.</p>\r\n	</li>\r\n	<li>\r\n	<p>Refunds, if applicable, will be processed as per MxLovo&rsquo;s refund policy.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h3><br />\r\n<strong>7. Liability and Disclaimer</strong></h3>\r\n\r\n<ul>\r\n	<li>\r\n	<p>MxLovo is a platform that connects users and couriers and is not responsible for loss, damage, or delays.</p>\r\n	</li>\r\n	<li>\r\n	<p>We do not provide insurance coverage for lost or damaged items unless explicitly stated.</p>\r\n	</li>\r\n	<li>\r\n	<p>Users acknowledge that couriers operate independently and are not employees of MxLovo.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h3><br />\r\n<strong>8. User Conduct</strong></h3>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Users must not abuse, harass, or discriminate against couriers, merchants, or other users.</p>\r\n	</li>\r\n	<li>\r\n	<p>Any fraudulent activity or misuse of the platform will result in account termination.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h3><br />\r\n<strong>9. Privacy Policy</strong></h3>\r\n\r\n<ul>\r\n	<li>\r\n	<p>By using MxLovo, you agree to our data collection and usage practices as outlined in our Privacy Policy.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h3><br />\r\n<strong>10. Amendments</strong></h3>\r\n\r\n<ul>\r\n	<li>\r\n	<p>MxLovo reserves the right to modify these Terms at any time. Continued use of the platform after changes constitutes acceptance of the revised Terms.</p>\r\n	</li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>', 'admin_landing_page', '2025-10-22 23:45:12', '2025-10-22 23:45:12'),
(91, 'privacy_policy', '<h3 bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:18,&quot;w&quot;:1237,&quot;h&quot;:21,&quot;abs_x&quot;:300,&quot;abs_y&quot;:311}\"><strong bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:18,&quot;w&quot;:207,&quot;h&quot;:20,&quot;abs_x&quot;:300,&quot;abs_y&quot;:311}\">1. Information We Collect</strong></h3>\r\n\r\n<p bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:59,&quot;w&quot;:1237,&quot;h&quot;:18,&quot;abs_x&quot;:300,&quot;abs_y&quot;:352}\">We collect the following types of information:</p>\r\n\r\n<ul bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:93,&quot;w&quot;:1237,&quot;h&quot;:91,&quot;abs_x&quot;:300,&quot;abs_y&quot;:386}\">\r\n	<li bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:93,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:386}\"><strong bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:93,&quot;w&quot;:147,&quot;h&quot;:17,&quot;abs_x&quot;:340,&quot;abs_y&quot;:386}\">Personal Information</strong>: Name, phone number, email, address, and payment details.</li>\r\n	<li bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:111,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:404}\"><strong bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:111,&quot;w&quot;:132,&quot;h&quot;:17,&quot;abs_x&quot;:340,&quot;abs_y&quot;:404}\">Device Information</strong>: IP address, device type, operating system, and browser type.</li>\r\n	<li bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:130,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:423}\"><strong bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:130,&quot;w&quot;:97,&quot;h&quot;:17,&quot;abs_x&quot;:340,&quot;abs_y&quot;:423}\">Location Data</strong>: Real-time GPS location when using our delivery services.</li>\r\n	<li bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:148,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:441}\"><strong bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:148,&quot;w&quot;:118,&quot;h&quot;:17,&quot;abs_x&quot;:340,&quot;abs_y&quot;:441}\">Transaction Data</strong>: Order details, payment history, and service usage.</li>\r\n	<li bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:166,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:459}\"><strong bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:166,&quot;w&quot;:167,&quot;h&quot;:17,&quot;abs_x&quot;:340,&quot;abs_y&quot;:459}\">User-Generated Content</strong>: Reviews, feedback, and communication with support.</li>\r\n</ul>\r\n\r\n<h3 bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:203,&quot;w&quot;:1237,&quot;h&quot;:43,&quot;abs_x&quot;:300,&quot;abs_y&quot;:496}\"><br bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:203,&quot;w&quot;:0,&quot;h&quot;:20,&quot;abs_x&quot;:300,&quot;abs_y&quot;:496}\" />\r\n<strong bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:225,&quot;w&quot;:265,&quot;h&quot;:20,&quot;abs_x&quot;:300,&quot;abs_y&quot;:518}\">2. How We Use Your Information</strong></h3>\r\n\r\n<p bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:265,&quot;w&quot;:1237,&quot;h&quot;:18,&quot;abs_x&quot;:300,&quot;abs_y&quot;:558}\">We use your data for the following purposes:</p>\r\n\r\n<ul bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:300,&quot;w&quot;:1237,&quot;h&quot;:189,&quot;abs_x&quot;:300,&quot;abs_y&quot;:593}\">\r\n	<li bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:300,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:593}\">\r\n	<p bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:300,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:593}\">To provide, maintain, and improve our services.</p>\r\n	</li>\r\n	<li bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:334,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:627}\">\r\n	<p bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:334,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:627}\">To process transactions and facilitate payments.</p>\r\n	</li>\r\n	<li bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:368,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:661}\">\r\n	<p bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:368,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:661}\">To match users with couriers for efficient deliveries.</p>\r\n	</li>\r\n	<li bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:403,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:696}\">\r\n	<p bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:403,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:696}\">To personalize user experiences and provide relevant recommendations.</p>\r\n	</li>\r\n	<li bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:437,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:730}\">\r\n	<p bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:437,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:730}\">To enhance security, prevent fraud, and comply with legal obligations.</p>\r\n	</li>\r\n	<li bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:471,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:764}\">\r\n	<p bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:471,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:764}\">To communicate with users regarding updates, promotions, and customer support.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h3 bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:508,&quot;w&quot;:1237,&quot;h&quot;:43,&quot;abs_x&quot;:300,&quot;abs_y&quot;:801}\"><br bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:508,&quot;w&quot;:0,&quot;h&quot;:20,&quot;abs_x&quot;:300,&quot;abs_y&quot;:801}\" />\r\n<strong bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:530,&quot;w&quot;:204,&quot;h&quot;:20,&quot;abs_x&quot;:300,&quot;abs_y&quot;:823}\">3. Sharing of Information</strong></h3>\r\n\r\n<p bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:570,&quot;w&quot;:1237,&quot;h&quot;:18,&quot;abs_x&quot;:300,&quot;abs_y&quot;:863}\">We may share your data with:</p>\r\n\r\n<ul bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:605,&quot;w&quot;:1237,&quot;h&quot;:155,&quot;abs_x&quot;:300,&quot;abs_y&quot;:898}\">\r\n	<li bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:605,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:898}\">\r\n	<p bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:605,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:898}\"><strong bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:605,&quot;w&quot;:60,&quot;h&quot;:17,&quot;abs_x&quot;:340,&quot;abs_y&quot;:898}\">Couriers</strong>: To facilitate delivery services.</p>\r\n	</li>\r\n	<li bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:639,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:932}\">\r\n	<p bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:639,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:932}\"><strong bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:639,&quot;w&quot;:73,&quot;h&quot;:17,&quot;abs_x&quot;:340,&quot;abs_y&quot;:932}\">Merchants</strong>: For order processing and fulfillment.</p>\r\n	</li>\r\n	<li bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:673,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:966}\">\r\n	<p bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:673,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:966}\"><strong bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:673,&quot;w&quot;:137,&quot;h&quot;:17,&quot;abs_x&quot;:340,&quot;abs_y&quot;:966}\">Payment Processors</strong>: To handle transactions securely.</p>\r\n	</li>\r\n	<li bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:708,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:1001}\">\r\n	<p bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:708,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:1001}\"><strong bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:708,&quot;w&quot;:207,&quot;h&quot;:17,&quot;abs_x&quot;:340,&quot;abs_y&quot;:1001}\">Third-Party Service Providers</strong>: For analytics, marketing, and technical support.</p>\r\n	</li>\r\n	<li bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:742,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:1035}\">\r\n	<p bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:742,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:1035}\"><strong bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:742,&quot;w&quot;:118,&quot;h&quot;:17,&quot;abs_x&quot;:340,&quot;abs_y&quot;:1035}\">Legal Authorities</strong>: If required by law or to protect rights and safety.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h3 bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:779,&quot;w&quot;:1237,&quot;h&quot;:43,&quot;abs_x&quot;:300,&quot;abs_y&quot;:1072}\"><br bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:779,&quot;w&quot;:0,&quot;h&quot;:20,&quot;abs_x&quot;:300,&quot;abs_y&quot;:1072}\" />\r\n<strong bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:801,&quot;w&quot;:128,&quot;h&quot;:20,&quot;abs_x&quot;:300,&quot;abs_y&quot;:1094}\">4. Data Security</strong></h3>\r\n\r\n<p bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:841,&quot;w&quot;:1237,&quot;h&quot;:36,&quot;abs_x&quot;:300,&quot;abs_y&quot;:1134}\">We implement appropriate security measures to protect your personal information from unauthorized access, disclosure, or misuse. However, no system is completely secure, and we encourage users to take precautions when sharing sensitive data.</p>\r\n\r\n<h3 bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:896,&quot;w&quot;:1237,&quot;h&quot;:21,&quot;abs_x&quot;:300,&quot;abs_y&quot;:1189}\"><strong bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:896,&quot;w&quot;:139,&quot;h&quot;:20,&quot;abs_x&quot;:300,&quot;abs_y&quot;:1189}\">5. Data Retention</strong></h3>\r\n\r\n<p bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:937,&quot;w&quot;:1237,&quot;h&quot;:18,&quot;abs_x&quot;:300,&quot;abs_y&quot;:1230}\">We retain user information for as long as necessary to fulfill the purposes outlined in this policy, comply with legal requirements, and resolve disputes.</p>\r\n\r\n<h3 bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:974,&quot;w&quot;:1237,&quot;h&quot;:21,&quot;abs_x&quot;:300,&quot;abs_y&quot;:1267}\"><strong bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:974,&quot;w&quot;:112,&quot;h&quot;:20,&quot;abs_x&quot;:300,&quot;abs_y&quot;:1267}\">6. User Rights</strong></h3>\r\n\r\n<p bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:1014,&quot;w&quot;:1237,&quot;h&quot;:18,&quot;abs_x&quot;:300,&quot;abs_y&quot;:1307}\">Users have the right to:</p>\r\n\r\n<ul bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:1049,&quot;w&quot;:1237,&quot;h&quot;:121,&quot;abs_x&quot;:300,&quot;abs_y&quot;:1342}\">\r\n	<li bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:1049,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:1342}\">\r\n	<p bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:1049,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:1342}\">Access, update, or delete their personal data.</p>\r\n	</li>\r\n	<li bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:1083,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:1376}\">\r\n	<p bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:1083,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:1376}\">Withdraw consent for data processing.</p>\r\n	</li>\r\n	<li bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:1117,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:1410}\">\r\n	<p bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:1117,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:1410}\">Opt out of marketing communications.</p>\r\n	</li>\r\n	<li bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:1152,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:1445}\">\r\n	<p bis_size=\"{&quot;x&quot;:47,&quot;y&quot;:1152,&quot;w&quot;:1197,&quot;h&quot;:18,&quot;abs_x&quot;:340,&quot;abs_y&quot;:1445}\">Request a copy of stored personal information.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h3 bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:1189,&quot;w&quot;:1237,&quot;h&quot;:43,&quot;abs_x&quot;:300,&quot;abs_y&quot;:1482}\"><br bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:1189,&quot;w&quot;:0,&quot;h&quot;:20,&quot;abs_x&quot;:300,&quot;abs_y&quot;:1482}\" />\r\n<strong bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:1210,&quot;w&quot;:300,&quot;h&quot;:20,&quot;abs_x&quot;:300,&quot;abs_y&quot;:1503}\">7. Cookies and Tracking Technologies</strong></h3>\r\n\r\n<p bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:1251,&quot;w&quot;:1237,&quot;h&quot;:18,&quot;abs_x&quot;:300,&quot;abs_y&quot;:1544}\">We use cookies and similar technologies to enhance user experience, analyze traffic, and improve services. Users can manage cookie preferences through their browser settings.</p>\r\n\r\n<h3 bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:1288,&quot;w&quot;:1237,&quot;h&quot;:43,&quot;abs_x&quot;:300,&quot;abs_y&quot;:1581}\"><br bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:1288,&quot;w&quot;:0,&quot;h&quot;:20,&quot;abs_x&quot;:300,&quot;abs_y&quot;:1581}\" />\r\n<strong bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:1309,&quot;w&quot;:166,&quot;h&quot;:20,&quot;abs_x&quot;:300,&quot;abs_y&quot;:1602}\">8. Third-Party Links</strong></h3>\r\n\r\n<p bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:1350,&quot;w&quot;:1237,&quot;h&quot;:18,&quot;abs_x&quot;:300,&quot;abs_y&quot;:1643}\">Our platform may contain links to third-party websites. We are not responsible for their privacy practices and encourage users to review their policies.</p>\r\n\r\n<h3 bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:1387,&quot;w&quot;:1237,&quot;h&quot;:43,&quot;abs_x&quot;:300,&quot;abs_y&quot;:1680}\"><br bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:1387,&quot;w&quot;:0,&quot;h&quot;:20,&quot;abs_x&quot;:300,&quot;abs_y&quot;:1680}\" />\r\n<strong bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:1408,&quot;w&quot;:266,&quot;h&quot;:20,&quot;abs_x&quot;:300,&quot;abs_y&quot;:1701}\">9. Changes to This Privacy Policy</strong></h3>\r\n\r\n<p bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:1449,&quot;w&quot;:1237,&quot;h&quot;:18,&quot;abs_x&quot;:300,&quot;abs_y&quot;:1742}\">MxLovo reserves the right to update this Privacy Policy at any time. Continued use of our services after changes implies acceptance of the revised policy.</p>\r\n\r\n<h3 bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:1486,&quot;w&quot;:1237,&quot;h&quot;:43,&quot;abs_x&quot;:300,&quot;abs_y&quot;:1779}\"><br bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:1486,&quot;w&quot;:0,&quot;h&quot;:20,&quot;abs_x&quot;:300,&quot;abs_y&quot;:1779}\" />\r\n<strong bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:1508,&quot;w&quot;:116,&quot;h&quot;:20,&quot;abs_x&quot;:300,&quot;abs_y&quot;:1801}\">10. Contact Us</strong></h3>\r\n\r\n<p bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:1548,&quot;w&quot;:1237,&quot;h&quot;:18,&quot;abs_x&quot;:300,&quot;abs_y&quot;:1841}\">For any questions or concerns regarding this Privacy Policy, please contact us at <strong bis_size=\"{&quot;x&quot;:525,&quot;y&quot;:1548,&quot;w&quot;:20,&quot;h&quot;:17,&quot;abs_x&quot;:818,&quot;abs_y&quot;:1841}\">biz@miracuves.com&nbsp;</strong>or visit our website.</p>\r\n\r\n<p bis_size=\"{&quot;x&quot;:7,&quot;y&quot;:1582,&quot;w&quot;:1237,&quot;h&quot;:18,&quot;abs_x&quot;:300,&quot;abs_y&quot;:1875}\">By using MxLovo, you acknowledge that you have read, understood, and agreed to this Privacy Policy.</p>', 'admin_landing_page', '2025-10-22 23:45:31', '2025-10-23 00:27:51'),
(92, 'about_us', '<p>Welcome to <strong>MxLovo</strong>, your go-to on-demand delivery platform designed to make life easier! We connect users with couriers to deliver anything from food, groceries, and packages to essential everyday items&mdash;quickly and efficiently. Whether you&#39;re a customer looking for fast deliveries, a business wanting to reach more customers, or a courier seeking flexible earning opportunities, MxLovo has got you covered.</p>\r\n\r\n<p>Our mission is to provide a reliable, efficient, and hassle-free delivery experience by leveraging technology and a vast network of couriers. With real-time tracking, multiple delivery options, and secure payment systems, we ensure that every order is handled with speed and convenience. Our dedicated 24/7 support team is always ready to assist, making sure your experience is seamless and stress-free.</p>\r\n\r\n<p>Why choose MxLovo? We offer competitive pricing, a trusted community of couriers, and a commitment to innovation, constantly expanding our services to bring you more features and benefits. Whether you&rsquo;re a customer, merchant, or courier, MxLovo is here to make deliveries simple, efficient, and hassle-free. Download our app and experience the future of on-demand delivery today!</p>', 'admin_landing_page', '2025-10-22 23:46:10', '2025-10-22 23:46:10'),
(93, 'about_title', 'About MXLovo', 'admin_landing_page', '2025-10-22 23:46:10', '2025-10-22 23:46:10'),
(94, 'cancellation_policy', '<h2><strong>1. Introduction</strong></h2>\r\n\r\n<p>At <strong>MxLovo</strong>, we aim to provide a smooth and reliable delivery experience for our customers, couriers, and merchants. However, we understand that cancellations may sometimes be necessary. This policy outlines the conditions under which cancellations are allowed and any applicable charges.</p>\r\n\r\n<h2><strong>2. Order Cancellation by Customers</strong></h2>\r\n\r\n<p>Customers can cancel their orders under the following conditions:</p>\r\n\r\n<ul>\r\n	<li><strong>Before Order Confirmation</strong>: Orders can be canceled without any charges before they are confirmed by the merchant or assigned to a courier.</li>\r\n	<li><strong>After Order Confirmation but Before Dispatch</strong>: Orders canceled after confirmation but before dispatch may incur a cancellation fee to compensate for preparation or operational costs.</li>\r\n	<li><strong>After Dispatch</strong>: Orders that have already been picked up by the courier cannot be canceled, and no refund will be issued.</li>\r\n</ul>\r\n\r\n<h2><strong>3. Order Cancellation by Merchants or MxLovo</strong></h2>\r\n\r\n<p>Orders may be canceled by the merchant or <strong>MxLovo</strong> under the following circumstances:</p>\r\n\r\n<ul>\r\n	<li>The ordered item is <strong>out of stock</strong> or unavailable.</li>\r\n	<li>The <strong>merchant is unable to fulfill the order</strong> due to unforeseen circumstances.</li>\r\n	<li>A <strong>courier is unavailable</strong> for delivery within a reasonable timeframe.</li>\r\n	<li>The order violates <strong>MxLovo&#39;s policies</strong> or local regulations.</li>\r\n</ul>\r\n\r\n<p>In such cases, customers will receive a <strong>full refund</strong> to the original payment method or MxLovo wallet.</p>\r\n\r\n<h2><strong>4. Order Cancellation by Couriers</strong></h2>\r\n\r\n<p>Couriers may cancel an assigned delivery due to:</p>\r\n\r\n<ul>\r\n	<li>Technical issues or <strong>vehicle breakdowns</strong>.</li>\r\n	<li>Safety concerns or inability to <strong>reach the delivery location</strong>.</li>\r\n	<li>Customer <strong>unresponsiveness</strong> (e.g., incorrect contact details or address).</li>\r\n</ul>\r\n\r\n<p>If a courier cancels an order, MxLovo will attempt to reassign a new courier. If reassignment is unsuccessful, a refund may be issued based on the order status.</p>\r\n\r\n<h2><strong>5. Cancellation Charges</strong></h2>\r\n\r\n<p>Cancellation fees may apply based on the timing of the cancellation:</p>\r\n\r\n<ul>\r\n	<li><strong>Free Cancellation</strong>: Orders canceled before confirmation.</li>\r\n	<li><strong>Partial Refund</strong>: If cancellation occurs after merchant preparation but before dispatch.</li>\r\n	<li><strong>No Refund</strong>: If the order has already been picked up for delivery.</li>\r\n</ul>\r\n\r\n<h2><strong>6. Refund Process for Canceled Orders</strong></h2>\r\n\r\n<ul>\r\n	<li>Refunds (if applicable) will be processed to the <strong>original payment method</strong> or credited to the <strong>MxLovo wallet</strong> within <strong>7-10 business days</strong>.</li>\r\n	<li>Customers will be notified of the refund status via the MxLovo app or email.</li>\r\n</ul>\r\n\r\n<h2><strong>7. Policy Updates</strong></h2>\r\n\r\n<p>MxLovo reserves the right to update or modify this cancellation policy at any time. Changes will be communicated via the app or official channels.</p>\r\n\r\n<p>For any cancellation-related issues, please contact <strong>MxLovo Customer Support</strong>.</p>', 'admin_landing_page', '2025-10-22 23:47:39', '2025-10-22 23:47:39'),
(95, 'shipping_policy', '<h2><strong>1. Introduction</strong></h2>\r\n\r\n<p>At <strong>MxLovo</strong>, we are committed to providing fast, reliable, and efficient delivery services. Our platform connects customers with couriers to ensure seamless shipping of food, groceries, parcels, and essential items. This shipping policy outlines our delivery process, estimated timeframes, and important guidelines.</p>\r\n\r\n<h2><strong>2. Delivery Coverage</strong></h2>\r\n\r\n<p>MxLovo operates in multiple locations, ensuring that customers receive their orders promptly. However, delivery availability may vary based on the serviceable areas covered by our partnered merchants and couriers. Customers can check service availability by entering their location in the MxLovo app.</p>\r\n\r\n<h2><strong>3. Delivery Timeframes</strong></h2>\r\n\r\n<p>The estimated delivery time depends on various factors such as item type, distance, traffic conditions, and merchant preparation time. Below are the general guidelines:</p>\r\n\r\n<ul>\r\n	<li><strong>Food &amp; Grocery Orders</strong>: Typically delivered within <strong>30 to 60 minutes</strong>.</li>\r\n	<li><strong>Parcel Deliveries</strong>: Estimated delivery times vary based on distance but usually range from <strong>1 to 3 hours</strong> for local deliveries.</li>\r\n	<li><strong>Express Deliveries</strong>: For urgent orders, customers can opt for <strong>priority delivery</strong> with a faster turnaround time.</li>\r\n	<li><strong>Scheduled Deliveries</strong>: Customers can pre-schedule deliveries for a specific time slot.</li>\r\n</ul>\r\n\r\n<p>Delivery times are <strong>estimates</strong> and may be affected by unforeseen factors such as weather, traffic, or high demand.</p>\r\n\r\n<h2><strong>4. Shipping Fees</strong></h2>\r\n\r\n<p>Delivery charges are calculated based on distance, order size, and service type. MxLovo provides transparent pricing, and customers will see the shipping fee before confirming their order. Additional fees may apply for:</p>\r\n\r\n<ul>\r\n	<li><strong>Long-distance deliveries</strong>.</li>\r\n	<li><strong>High-demand hours</strong>.</li>\r\n	<li><strong>Special handling requirements</strong> for fragile or oversized items.</li>\r\n</ul>\r\n\r\n<h2><strong>5. Order Tracking</strong></h2>\r\n\r\n<p>Customers can track their order in real time through the <strong>MxLovo app</strong>. Updates on order status, courier location, and estimated arrival time will be available. Notifications will be sent at key stages of the delivery process.</p>\r\n\r\n<h2><strong>6. Delivery Attempts &amp; Failed Deliveries</strong></h2>\r\n\r\n<ul>\r\n	<li><strong>Recipient Unavailable</strong>: If the customer is unavailable at the delivery location, the courier will attempt to contact them. If the delivery fails after multiple attempts, the order may be canceled, and a <strong>partial refund</strong> may be issued (excluding delivery charges).</li>\r\n	<li><strong>Incorrect Address</strong>: Customers must provide accurate delivery details. If an incorrect address is provided, additional charges may apply for redelivery.</li>\r\n	<li><strong>Perishable Items</strong>: Orders containing perishable items (e.g., food and groceries) cannot be rescheduled and are <strong>non-refundable</strong> if delivery fails.</li>\r\n</ul>\r\n\r\n<h2><strong>7. Restricted &amp; Prohibited Items</strong></h2>\r\n\r\n<p>Certain items cannot be shipped via MxLovo, including but not limited to:</p>\r\n\r\n<ul>\r\n	<li>Illegal substances and hazardous materials.</li>\r\n	<li>Firearms, explosives, and flammable goods.</li>\r\n	<li>Perishable items beyond safe transport conditions.</li>\r\n	<li>High-value items requiring special security handling.</li>\r\n</ul>\r\n\r\n<h2><strong>8. Policy Updates</strong></h2>\r\n\r\n<p>MxLovo reserves the right to modify this shipping policy as needed. Any changes will be communicated through the app or official channels.</p>\r\n\r\n<p>For any questions or concerns, please contact <strong>MxLovo Customer Support</strong>.</p>', 'admin_landing_page', '2025-10-22 23:47:58', '2025-10-22 23:47:58');

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

--
-- 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-01-30 16:01:18', '72.9183534', '22.5560167', 'Atmiya Vidhya Dham, , IN', '2026-01-30 10:31:18', '2026-01-30 10:31:18'),
(2, NULL, 3, '2025-10-22 06:50:27', '71.1750307', '21.8129025', 'R57G+74M, , IN', '2025-10-22 06:50:27', '2025-10-22 06:50:27'),
(3, NULL, 3, '2025-10-22 06:00:38', '71.1750856', '21.8128285', 'R56G+X3R, , IN', '2025-10-22 06:00:38', '2025-10-22 06:00:38'),
(4, NULL, 4, '2025-10-24 16:58:56', '75.7695228', '20.8081146', 'RQ59+CVR, Nashik Division, IN', '2025-10-24 16:58:56', '2025-10-24 16:58:56'),
(5, NULL, 2, '2025-12-02 18:16:57', '72.2972249', '23.1332265', '47MW+8XM, , IN', '2025-12-02 18:16:57', '2025-12-02 18:16:57');

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

--
-- 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, 4, 392.50, '2025-10-24 11:18:38', '2025-10-24 16:25:19', 0.00, 0.00, 0.00),
(2, 2, 125.00, '2025-11-06 10:30:57', '2025-12-02 12:16:15', 75.00, 75.00, 0.00),
(3, 1, 0.00, '2025-11-07 09:33:41', '2026-01-28 09:35:07', 75.00, 34.40, 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` varchar(255) DEFAULT 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
) 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`) VALUES
(1, 'Demo', 'Deliveryman', '+919876543210', 'delivery@demo.com', '8eo22222', 'driving_license', '[{\"img\":\"2025-10-22-68f875f77db00.png\",\"storage\":\"public\"}]', '2025-10-22-68f875f77c7b7.png', '$2y$10$Zb1xk/BRlU.Qm/NTtlqn3.OSAV6bU0aVSUSjb0r0bm92O.iuY3tJ.', 'IkRv80ThNzcirIwUClsxb0BRJ9fj7AJ4Nq2qH7JzKTJeADcMZc0FHbzmDdu0i7xvyWpdao6hkjXNUyhj1j2YENwXw02pyJwbLPF4yw02nKaBbRgStEaBffM3', 'cphPgDeWQHyj-DztU0phUD:APA91bEp91HTU_6Wmg65FFUhJY1ilGxVm_yYrXcaUL8KGLvaRwvjU5m7EYsAMn7ke7klySmX5BR6zy-ZOF0bJwcL4yrzjZm1qCFMPMaLFjIf0z3Z5Md_CdE', 2, '2025-10-22 01:13:11', '2026-01-30 10:22:33', 1, 1, 1, 2, 'zone_wise', NULL, 'approved', 5, 10, 1),
(2, 'delivery boiii', 'Adi', '+919876543219', 'delivery1@demo.com', '0987654321', 'driving_license', '[{\"img\":\"2025-10-22-68f8b77ec9e29.png\",\"storage\":\"public\"}]', '2025-10-22-68f8b77ec85d4.png', '$2y$10$RFg7P8tQPP5zzxjkKOwBJuZaoif9wjBW1Fkr1FjiMOpg1dmVj5YdG', 'nxhMc5kswY6XO7kIyJCq5GNMKqvwdIGWPo05kNrq8fytEROnmVWfS83QI9v0h9bFCXltLG7O7EOlZ4Cgel2d1cWEBV5hG2aL65YR4kix55qlDMl2MMmCodxj', 'dw04dVENSdK-BuSWFJqYbC:APA91bGppbIE3I425t5YtooYeqIs69X04yZYWSw8MHExQSE6y5LxNueu2CMpV82BWshMXlLMUfqChkGf7G7WQwLnQBIdsni-wfNg6FJ6I8bkKX0tUl9rMc0', 2, '2025-10-22 05:52:47', '2025-12-02 12:17:36', 1, 1, 1, 2, 'zone_wise', NULL, 'approved', 7, 9, 1),
(3, 'MXLovo', 'Man', '+919876543222', 'delivery99@demo.com', 'HBIB-823-IBIBGW', 'driving_license', '[{\"img\":\"2025-10-22-68f8b8221cf84.png\",\"storage\":\"public\"}]', '2026-01-30-697c8ff194585.png', '$2y$10$Njj6KuOekVyHVZbkm3HeheoUL6etCN0aJ/PotAMSwRkU1kuis5AkS', 'ztRMmvuwsN2s3WRRrb3D47SiaPwrJffE0SLFYR0iDNJ1eMXV1V1fcVz6LugxjI8sXUnr2aVIypIshUw1z1oe5qqAJ3UberL2LCCqSiIAlJAflhVpZEJ9RKBK', 'dYLCq_EbR0aurer5VisgFD:APA91bGCO82DtSKpKtIBZVYVAyXV99wcOUYjHL21k3JgbuBhTPJCTIu9GjFvMjc8K1ZJFXZ4YO0DJEPTawazY66J8x1fLZhJ1o1eeKy5KBTaGbRg1z5rR10', 2, '2025-10-22 05:55:30', '2026-01-30 11:03:13', 1, 1, 0, 1, 'zone_wise', NULL, 'approved', 0, 1, 1),
(4, 'Pratik', 'Patil', '+919876541230', 'pratik@demo.com', 'DH1919191', 'driving_license', '[{\"img\":\"2025-10-23-68f9d9d3eb3ca.png\",\"storage\":\"public\"}]', '2025-10-23-68f9d9d3e9c9a.png', '$2y$10$fXx1Xiatxy2N14OTuSwBiuup2q3wz8p1Ts3er6H.oxr6VBl7w0tKi', 'xXdbzq7o2nvXvIw07Lfwt0oybUClQBat3b1rzhnSNexmcORhRFetiFqESlqjfRnETWrvAtQ2qypLr2l3sNBziqdh0cfbLFwQ9HRmzLXZ39UF0kSRbDee9tZB', 'fvs2ONmYQJmmbKfdxe9Tmn:APA91bFAD3bVNpL8jbQBpojYNj54Prd4ie2o2oQLHjxdoGek-SachooI95HGU6KtELVp1xBT_butLqoMWhXm-0s9_NmG2uE0QJQKv970_4NgC81xJaWjQbU', 2, '2025-10-23 13:01:32', '2025-10-24 16:54:12', 1, 1, 0, 0, 'zone_wise', NULL, 'approved', 10, 12, 1),
(5, 'Delivery', 'Delivery', '+911234123456', 'delivery2@demo.com', '1234567890', 'driving_license', '[{\"img\":\"2025-10-23-68f9e90b78a4f.png\",\"storage\":\"public\"}]', '2025-10-23-68f9e90b74db3.png', '$2y$10$0Cg1R02hcOTDWI2bnFZ8T.nkMYKC4FoBbOpQoyA2NP4cVUnZqG/y.', NULL, NULL, 2, '2025-10-23 14:06:27', '2025-10-23 14:06:27', 1, 0, 1, 0, 'zone_wise', NULL, 'approved', 0, 0, 1),
(6, 'Delivery', 'Man', '+919512149944', 'shiwa2172000@gmail.com', '123457689', 'driving_license', '[{\"img\":\"2025-12-02-692e848f9a6fd.png\",\"storage\":\"public\"}]', '2025-12-02-692e848f969ae.png', '$2y$10$BraTwkuu4z9/q32VizHFmeJaAVFjzlUxIQk3B23c1cxt7GZEkMFBi', NULL, NULL, 2, '2025-12-02 11:47:51', '2025-12-02 11:47:51', 0, 0, 1, 0, 'zone_wise', NULL, 'pending', 0, 0, 1),
(7, 'Delivery', 'Man', '+919876543255', 'delivery3@demo.com', '1234578', 'nid', '[{\"img\":\"2025-12-23-694a19222a22b.png\",\"storage\":\"public\"}]', '2025-12-23-694a192223818.png', '$2y$10$ovteAwPFkP8qq0QkTNzlLeYGWfh3cviIt7DMD36sPSAmVRLoW2Aqa', NULL, NULL, 2, '2025-12-23 09:52:58', '2025-12-23 09:52:58', 0, 0, 1, 0, 'zone_wise', NULL, 'pending', 0, 0, 1),
(8, 'Deliveryman', 'Demo', '+919632514780', 'deliveryman@demo.com', '1234567890', 'driving_license', '[{\"img\":\"2025-12-24-694bd569aef81.png\",\"storage\":\"public\"}]', '2025-12-24-694bd569add6f.png', '$2y$10$LDODp/BVt2Ewj6FrYkb4reMgFPj3dK/KPWhvmyH9A7/oa8vdSFhne', NULL, NULL, 2, '2025-12-24 11:58:33', '2025-12-24 11:58:33', 0, 0, 1, 0, 'zone_wise', NULL, 'pending', 0, 0, 1),
(9, 'test D1', 'test', '+112234565432', 'test12@demo.com', 'test232312', 'passport', '[{\"img\":\"2026-01-23-69733ee5d0811.png\",\"storage\":\"public\"}]', '2026-01-23-69733ee5cf719.png', '$2y$10$oSe7br3eiIBefBM0P/.Ea.145Szo2J4zXfnDEhTSggBvVLTwWAE.a', NULL, NULL, 2, '2026-01-23 09:27:01', '2026-01-23 09:27:01', 0, 0, 0, 0, 'zone_wise', NULL, 'pending', 0, 0, 1);

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

--
-- 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;

--
-- Dumping data for table `d_m_reviews`
--

INSERT INTO `d_m_reviews` (`id`, `delivery_man_id`, `user_id`, `order_id`, `comment`, `attachment`, `rating`, `created_at`, `updated_at`, `status`) VALUES
(1, 4, 2, 100017, 'Good behavior', '[]', 3, '2025-10-24 12:12:06', '2025-10-24 12:12:06', 1),
(2, 1, 4, 100043, 'On time delivery', '[]', 3, '2025-11-07 09:34:10', '2025-11-07 09:34:10', 1),
(3, 1, 4, 100050, 'Best..', '[]', 2, '2025-11-07 11:14:04', '2025-11-07 11:14:04', 1);

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

--
-- 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', 20.00, 50.00, 10.00, 1, '2025-10-22 01:11:29', '2025-10-22 01:11:29');

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

--
-- 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, 56, NULL, '2025-10-22 03:13:10', '2025-10-22 03:13:10', NULL),
(2, 59, NULL, '2025-10-22 03:15:13', '2025-10-22 03:15:13', NULL),
(3, 61, NULL, '2025-10-22 03:16:38', '2025-10-22 03:16:38', NULL),
(4, 63, NULL, '2025-10-22 03:18:02', '2025-10-22 03:18:02', NULL),
(5, 65, NULL, '2025-10-22 03:19:32', '2025-10-22 03:19:32', NULL),
(6, 66, NULL, '2025-10-22 03:20:40', '2025-10-22 03:20:40', NULL),
(7, 69, NULL, '2025-10-22 03:21:47', '2025-10-22 03:21:47', NULL),
(8, 71, NULL, '2025-10-22 03:23:34', '2025-10-22 03:23:34', NULL),
(9, 74, NULL, '2025-10-22 03:25:33', '2025-10-22 03:25:33', NULL),
(10, 76, NULL, '2025-10-22 03:26:51', '2025-10-22 03:26:51', NULL),
(11, 78, NULL, '2025-10-22 03:28:19', '2025-10-22 03:28:19', NULL),
(12, 80, NULL, '2025-10-22 03:30:22', '2025-10-22 03:30:22', NULL),
(13, 83, NULL, '2025-10-22 03:31:53', '2025-10-22 03:31:53', NULL),
(14, 84, NULL, '2025-10-22 03:33:13', '2025-10-22 03:33:13', NULL),
(15, 87, NULL, '2025-10-22 03:35:54', '2025-10-22 03:35:54', NULL),
(16, 88, NULL, '2025-10-22 03:39:36', '2025-10-22 03:39:36', NULL),
(17, 89, NULL, '2025-10-22 03:42:00', '2025-10-22 03:42:00', NULL),
(18, 91, NULL, '2025-10-22 03:43:20', '2025-10-22 03:43:20', NULL),
(19, 92, NULL, '2025-10-22 03:44:44', '2025-10-22 03:44:44', NULL),
(20, 95, NULL, '2025-10-22 03:51:13', '2025-10-22 03:51:13', NULL),
(21, 96, NULL, '2025-10-22 03:52:36', '2025-10-22 03:52:36', NULL),
(22, 97, NULL, '2025-10-22 03:54:00', '2025-10-22 03:54:00', NULL),
(23, 100, NULL, '2025-10-22 03:58:01', '2025-10-22 03:58:01', 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 MXLovo. 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 MXLovo. 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 MXLovo. 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 MXLovo. 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 MXLovo. 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 MXLovo. 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 MXLovo. 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 MXLovo. 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://admin.mxlovo.mimeld.com/store-panel/business-settings/store-setup\">https://admin.mxlovo.mimeld.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 MXLovo. 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 MXLovo. 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 MXLovo. 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 MXLovo. 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 MXLovo. 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 MXLovo. 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 MXLovo. 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 MXLovo. 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 MXLovo. 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 MXLovo. 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 MXLovo. 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 MXLovo. 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 MXLovo. 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 MXLovo. 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 MXLovo. 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 MXLovo. 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 MXLovo. 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 MXLovo. 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 MXLovo. 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 MXLovo. 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 MXLovo. 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 MXLovo. 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;

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

--
-- 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, 'free_delivery', 5.000, 100006, '2025-10-23 16:54:00', '2025-10-23 16:54:00', '', 'admin', NULL, NULL, NULL, NULL),
(2, 'discount_on_product', 108.000, 100006, '2025-10-23 16:54:00', '2025-10-23 16:54:00', '', 'vendor', 34, NULL, NULL, NULL),
(3, 'discount_on_product', 12.000, 100006, '2025-10-23 16:54:00', '2025-10-23 16:54:00', '', 'admin', NULL, NULL, NULL, NULL),
(4, 'discount_on_product', 0.810, 100009, '2025-10-24 11:18:38', '2025-10-24 11:18:38', '', 'vendor', 30, NULL, NULL, NULL),
(5, 'discount_on_product', 0.090, 100009, '2025-10-24 11:18:38', '2025-10-24 11:18:38', '', 'admin', NULL, NULL, NULL, NULL),
(6, 'discount_on_product', 1.350, 100016, '2025-10-24 11:32:23', '2025-10-24 11:32:23', '', 'vendor', 50, NULL, NULL, NULL),
(7, 'discount_on_product', 0.150, 100016, '2025-10-24 11:32:23', '2025-10-24 11:32:23', '', 'admin', NULL, NULL, NULL, NULL),
(8, 'free_delivery', 15.000, 100017, '2025-10-24 12:08:23', '2025-10-24 12:08:23', '', 'admin', NULL, NULL, NULL, NULL),
(9, 'free_delivery', 15.000, 100019, '2025-10-24 12:21:43', '2025-10-24 12:21:43', '', 'admin', NULL, NULL, NULL, NULL),
(10, 'discount_on_product', 15.750, 100022, '2025-10-24 16:25:19', '2025-10-24 16:25:19', '', 'vendor', 34, NULL, NULL, NULL),
(11, 'discount_on_product', 1.750, 100022, '2025-10-24 16:25:19', '2025-10-24 16:25:19', '', 'admin', NULL, NULL, NULL, NULL),
(12, 'discount_on_product', 0.900, 100025, '2025-10-24 16:27:41', '2025-10-24 16:27:41', '', 'vendor', 50, NULL, NULL, NULL),
(13, 'discount_on_product', 0.100, 100025, '2025-10-24 16:27:41', '2025-10-24 16:27:41', '', 'admin', NULL, NULL, NULL, NULL),
(14, 'free_delivery', 15.000, 100026, '2025-10-24 16:43:12', '2025-10-24 16:43:12', '', 'admin', NULL, NULL, NULL, NULL),
(15, 'discount_on_product', 24.300, 100026, '2025-10-24 16:43:12', '2025-10-24 16:43:12', '', 'vendor', 49, NULL, NULL, NULL),
(16, 'discount_on_product', 2.700, 100026, '2025-10-24 16:43:12', '2025-10-24 16:43:12', '', 'admin', NULL, NULL, NULL, NULL),
(17, 'discount_on_product', 0.540, 100015, '2025-11-06 10:32:14', '2025-11-06 10:32:14', '', 'vendor', 34, NULL, NULL, NULL),
(18, 'discount_on_product', 0.060, 100015, '2025-11-06 10:32:14', '2025-11-06 10:32:14', '', 'admin', NULL, NULL, NULL, NULL),
(19, 'discount_on_product', 1.350, 100043, '2025-11-07 09:33:41', '2025-11-07 09:33:41', '', 'vendor', 50, NULL, NULL, NULL),
(20, 'discount_on_product', 0.150, 100043, '2025-11-07 09:33:41', '2025-11-07 09:33:41', '', 'admin', NULL, NULL, NULL, NULL),
(21, 'discount_on_product', 0.900, 100045, '2025-11-07 09:52:42', '2025-11-07 09:52:42', '', 'vendor', 30, NULL, NULL, NULL),
(22, 'discount_on_product', 0.100, 100045, '2025-11-07 09:52:42', '2025-11-07 09:52:42', '', 'admin', NULL, NULL, NULL, NULL),
(23, 'discount_on_product', 0.540, 100049, '2025-11-07 11:04:13', '2025-11-07 11:04:13', '', 'vendor', 30, NULL, NULL, NULL),
(24, 'discount_on_product', 0.060, 100049, '2025-11-07 11:04:13', '2025-11-07 11:04:13', '', '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
(2, 1, 'Flash sell', 1, 30.000, 70.000, '2025-10-01 10:10:00', '2025-12-31 10:10:00', '2025-10-24 14:52:47', '2025-10-24 14:52:57');

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

--
-- 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, 2, 3, 10, 1, 9, 'percent', 10.000, 45.000, 405.000, 1, '2025-10-24 14:53:51', '2025-10-24 14:57:14');

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

--
-- 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 `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, '47.11.99.160', 'ecLBi51RRvK0reKXMd1IyC:APA91bG4a0hj_f3goUHFY_4z7RnF2B0Az0AJosPLZL9sgsM9azpzdef7RhZv3JTt3lwkAVuUNJ1LR7R0ZC5dWrwR4SfVLEoo9sAjoytG5buRtbeRbFbmWGY', '2025-10-22 02:21:06', '2025-10-22 02:21:06'),
(11, '47.11.99.234', 'fSLO8DgLTJ-0xeddph7YOu:APA91bE1Hy2zfosXhf-A8maoS_KzQqGAKmO1eT6ZJc5djjVUcanuFOvQLH6yIOK5B5kD_N9Jw5x82aU61HgoEZgnS-r1ovkPYC_xT1KyUzO-z5SlAiOjbYY', '2025-10-22 06:08:39', '2025-10-22 06:08:39'),
(12, '47.11.96.70', 'cbbV3_VcQVaKwhfUEIaisR:APA91bEyNmnCU3VP91GrRpveuLH4InEKA2mUsZO4fe1t0sZNm6r6xj_TdlptUfQnN_t8k_rKeZTQfO-bbqPtbJebuEHFfxY3MuRlloVRT6AC8i5PaIhnECA', '2025-10-22 23:24:06', '2025-10-22 23:24:06'),
(13, '47.11.96.70', 'cbbV3_VcQVaKwhfUEIaisR:APA91bEyNmnCU3VP91GrRpveuLH4InEKA2mUsZO4fe1t0sZNm6r6xj_TdlptUfQnN_t8k_rKeZTQfO-bbqPtbJebuEHFfxY3MuRlloVRT6AC8i5PaIhnECA', '2025-10-22 23:24:07', '2025-10-22 23:24:07'),
(14, '47.11.114.193', 'emV-PuufTC6OhyfvxOAdlo:APA91bH0oGQAxAEjc8N3y_dYcdYsIIKWuoHwaNGJJ8e7J_TxXqY62Z5TxCK3pOMOl3AUJQq-GhlAxHQX_VKVwh5UxO6KX82QjrVzo-0dEvhbrgQ1Ngf6YKI', '2025-10-22 23:39:42', '2025-10-22 23:39:42'),
(15, '103.250.156.185', '@', '2025-10-23 00:45:28', '2025-10-23 00:45:28'),
(16, '152.59.35.192', '@', '2025-10-23 00:45:35', '2025-10-23 00:45:35'),
(17, '103.58.154.155', '@', '2025-10-23 01:04:54', '2025-10-23 01:04:54'),
(18, '152.59.63.0', '@', '2025-10-23 01:08:17', '2025-10-23 01:08:17'),
(19, '152.59.63.0', 'c6wYupEIR5uG7F-AsAuY4I:APA91bFSzCVJ7lPcHrm9hjV_qKR4aJ3UcJko3-rmUquGC8DlQeH20M84dqivNZs8RERK56r1WdZ8a4SR40xFwjnArIt22vqeZtBXVXxKtdykU795Q3wUaNM', '2025-10-23 01:25:11', '2025-10-23 01:25:11'),
(20, '152.59.63.0', 'c6wYupEIR5uG7F-AsAuY4I:APA91bFSzCVJ7lPcHrm9hjV_qKR4aJ3UcJko3-rmUquGC8DlQeH20M84dqivNZs8RERK56r1WdZ8a4SR40xFwjnArIt22vqeZtBXVXxKtdykU795Q3wUaNM', '2025-10-23 01:25:11', '2025-10-23 01:25:11'),
(21, '103.250.156.185', '@', '2025-10-23 01:34:14', '2025-10-23 01:34:14'),
(22, '203.187.235.74', 'caz1qzLaR6qZnRQgoj7U9a:APA91bFCcYxJZFYcuT-qakv-2mIQToPcmELdihalaoKDvh6OdXlgXHoP_q9m0JV6zMBHtAdEuxUXZvaHPjw7sh6Co-ZdC2XRf1LN74h8tr_q6GSbfMu5CJo', '2025-10-23 14:12:06', '2025-10-23 14:12:06'),
(23, '103.250.156.185', '@', '2025-10-23 16:23:07', '2025-10-23 16:23:07'),
(24, '223.185.36.52', '@', '2025-10-23 16:24:39', '2025-10-23 16:24:39'),
(25, '152.59.63.0', '@', '2025-10-23 16:24:44', '2025-10-23 16:24:44'),
(26, '49.44.86.74', '@', '2025-10-23 16:25:07', '2025-10-23 16:25:07'),
(27, '223.185.36.52', '@', '2025-10-23 16:25:38', '2025-10-23 16:25:38'),
(28, '152.59.63.0', '@', '2025-10-23 16:27:34', '2025-10-23 16:27:34'),
(29, '152.59.63.0', '@', '2025-10-23 16:37:15', '2025-10-23 16:37:15'),
(30, '152.58.9.63', '@', '2025-10-24 17:01:30', '2025-10-24 17:01:30'),
(31, '152.56.15.42', '@', '2025-10-27 09:23:05', '2025-10-27 09:23:05'),
(32, '104.197.69.115', '@', '2025-10-30 07:24:58', '2025-10-30 07:24:58'),
(33, '152.59.40.138', 'cLuGPtJUSS-E0cmfvYB__0:APA91bHoLr5LY-bdr4APwNKJ_020AzohfbniLUYHKNE_jmc0iu3SgHVnb09X-qFYZcfSiDbombg3kde9DvapaS_-WBATe2LrVay2JvLhqKibQeDB31pp7bA', '2025-11-05 15:26:15', '2025-11-05 15:26:15'),
(34, '152.59.40.138', 'cLuGPtJUSS-E0cmfvYB__0:APA91bHoLr5LY-bdr4APwNKJ_020AzohfbniLUYHKNE_jmc0iu3SgHVnb09X-qFYZcfSiDbombg3kde9DvapaS_-WBATe2LrVay2JvLhqKibQeDB31pp7bA', '2025-11-05 15:35:07', '2025-11-05 15:35:07'),
(35, '150.107.241.79', 'cz9thjm9RmmaI-8I_8O68c:APA91bE1-hsRc72j-1dk33SUle6Gj63LDM1r9phwAEfQ0tV5tkT2j9Wt6o6fVDBEUSCqIDpnSUEjuGwwnJ4WozEHZUz-HTdr8_N2SrAv0UqTUuOzurLM-k0', '2025-11-06 09:16:32', '2025-11-06 09:16:32'),
(36, '150.107.241.79', 'cz9thjm9RmmaI-8I_8O68c:APA91bE1-hsRc72j-1dk33SUle6Gj63LDM1r9phwAEfQ0tV5tkT2j9Wt6o6fVDBEUSCqIDpnSUEjuGwwnJ4WozEHZUz-HTdr8_N2SrAv0UqTUuOzurLM-k0', '2025-11-06 09:16:44', '2025-11-06 09:16:44'),
(37, '150.107.241.79', 'fw-S1HRgSdWen2rWV1RJkg:APA91bGkZS2rc_jYjhrLyBPbqgD_dfcxa8lV15t12f7ZMRu83FOIUgdQ38JnKiGY1dXojuChKqGXDhncNxY7TaYHVGYEZnkuGn9dQ36FcYYqtSiEmvjUDSA', '2025-11-06 15:22:52', '2025-11-06 15:22:52'),
(38, '150.107.241.79', 'fw-S1HRgSdWen2rWV1RJkg:APA91bGkZS2rc_jYjhrLyBPbqgD_dfcxa8lV15t12f7ZMRu83FOIUgdQ38JnKiGY1dXojuChKqGXDhncNxY7TaYHVGYEZnkuGn9dQ36FcYYqtSiEmvjUDSA', '2025-11-06 15:22:53', '2025-11-06 15:22:53'),
(39, '150.107.241.79', 'dkevKgT8Tgy_XtWVxU9uUw:APA91bEWOq6VMD6zdeyHdCXYe3aTuiZfsWw7OHICMIrZMru0k0bNW4FhAL3Per026_6rGsXEvfHByKGRqWQ8P8qyjjs_5YsI2TzKPKgK62fj_pIeZSlWez8', '2025-11-06 15:30:47', '2025-11-06 15:30:47'),
(40, '152.58.31.75', 'dXi97LTZTC2Mr4oYE1rFJj:APA91bF-WWL7uvNbslyQ1f-5HoWEvLmc2ciICxE7gHHxFWTjLg-iFdehp7vpiKHLFBFZCLMCtiDKYqwaFVG2ud-PPEkMTxM6InuiSrAJYVyedIRA-u3bjVw', '2025-11-06 16:31:12', '2025-11-06 16:31:12'),
(41, '152.58.31.75', 'dXi97LTZTC2Mr4oYE1rFJj:APA91bF-WWL7uvNbslyQ1f-5HoWEvLmc2ciICxE7gHHxFWTjLg-iFdehp7vpiKHLFBFZCLMCtiDKYqwaFVG2ud-PPEkMTxM6InuiSrAJYVyedIRA-u3bjVw', '2025-11-06 16:31:13', '2025-11-06 16:31:13'),
(42, '150.107.241.56', 'fnqaB-c4QbCoglWAM8CPie:APA91bGkjcwBi3seRr7VFoBe6lVRtl9g9w718H4clQhfIktjv6kqIdtEBD9suM0eQ5jhxpmvOnSLREByk8rFdOEUGM6l2WzEf-1wkaF7oWlrFT1w6opFHJM', '2025-11-30 18:16:47', '2025-11-30 18:16:47'),
(43, '152.58.153.58', '@', '2025-12-02 11:06:40', '2025-12-02 11:06:40'),
(44, '150.107.241.56', 'cLiJ3eVkSziYxkuUQ7clJ6:APA91bGwSe8-Es3FaZVC2sfBBywMhLbC1zcvSZ8f5x9ugCIL5VfcRQv3jTQKYFNAqfrfEuoY3IRoUJchXbHp85EYx-QXk5mxOep0YdO1GZ7F_NLA92Liqfc', '2025-12-02 11:55:22', '2025-12-02 11:55:22'),
(45, '150.107.241.56', '@', '2025-12-02 12:00:32', '2025-12-02 12:00:32'),
(46, '160.22.46.222', '@', '2025-12-02 13:34:20', '2025-12-02 13:34:20'),
(47, '160.22.46.222', '@', '2025-12-02 13:43:18', '2025-12-02 13:43:18'),
(48, '160.22.46.222', '@', '2025-12-02 13:46:04', '2025-12-02 13:46:04'),
(49, '160.22.46.222', '@', '2025-12-02 14:14:12', '2025-12-02 14:14:12'),
(50, '160.22.46.222', '@', '2025-12-02 14:17:11', '2025-12-02 14:17:11'),
(51, '152.59.39.140', '@', '2025-12-02 14:21:51', '2025-12-02 14:21:51'),
(52, '160.22.46.222', '@', '2025-12-02 14:24:49', '2025-12-02 14:24:49'),
(53, '160.22.46.222', '@', '2025-12-02 14:28:22', '2025-12-02 14:28:22'),
(54, '152.59.39.140', '@', '2025-12-02 14:32:00', '2025-12-02 14:32:00'),
(55, '152.59.39.140', '@', '2025-12-02 14:33:30', '2025-12-02 14:33:30'),
(56, '160.22.46.222', '@', '2025-12-02 14:44:29', '2025-12-02 14:44:29'),
(57, '152.58.63.136', '@', '2025-12-02 18:19:37', '2025-12-02 18:19:37'),
(58, '152.59.39.222', '@', '2025-12-03 08:58:09', '2025-12-03 08:58:09'),
(59, '152.59.39.222', '@', '2025-12-03 09:02:04', '2025-12-03 09:02:04'),
(60, '150.107.241.193', '@', '2025-12-08 17:37:12', '2025-12-08 17:37:12'),
(61, '150.107.241.193', '@', '2025-12-08 17:39:09', '2025-12-08 17:39:09'),
(62, '152.59.41.167', '@', '2025-12-08 17:43:37', '2025-12-08 17:43:37'),
(63, '152.59.2.169', '@', '2025-12-08 18:02:25', '2025-12-08 18:02:25'),
(64, '152.59.38.227', '@', '2025-12-09 08:58:04', '2025-12-09 08:58:04'),
(65, '152.59.38.227', '@', '2025-12-09 09:11:51', '2025-12-09 09:11:51'),
(66, '106.221.72.10', '@', '2025-12-09 09:11:54', '2025-12-09 09:11:54'),
(67, '152.59.38.227', '@', '2025-12-09 09:21:06', '2025-12-09 09:21:06'),
(68, '152.59.38.227', '@', '2025-12-09 09:25:24', '2025-12-09 09:25:24'),
(69, '152.59.38.170', '@', '2025-12-09 10:06:55', '2025-12-09 10:06:55'),
(70, '152.59.38.170', '@', '2025-12-09 10:17:44', '2025-12-09 10:17:44'),
(71, '106.221.78.47', '@', '2025-12-09 10:26:18', '2025-12-09 10:26:18'),
(72, '106.221.78.47', '@', '2025-12-09 10:30:50', '2025-12-09 10:30:50'),
(73, '106.221.78.47', '@', '2025-12-09 10:56:10', '2025-12-09 10:56:10'),
(74, '106.221.78.47', '@', '2025-12-09 12:11:55', '2025-12-09 12:11:55'),
(75, '106.221.78.47', '@', '2025-12-09 12:40:30', '2025-12-09 12:40:30'),
(76, '152.59.38.170', '@', '2025-12-09 12:47:02', '2025-12-09 12:47:02'),
(77, '106.221.70.47', '@', '2025-12-09 13:33:20', '2025-12-09 13:33:20'),
(78, '152.59.38.170', '@', '2025-12-09 13:48:33', '2025-12-09 13:48:33'),
(79, '106.221.70.47', '@', '2025-12-09 14:05:09', '2025-12-09 14:05:09'),
(80, '152.59.38.170', '@', '2025-12-09 14:06:52', '2025-12-09 14:06:52'),
(81, '152.59.38.170', '@', '2025-12-09 14:40:17', '2025-12-09 14:40:17'),
(82, '150.107.241.193', '@', '2025-12-09 14:43:35', '2025-12-09 14:43:35'),
(83, '106.221.70.47', '@', '2025-12-09 14:47:28', '2025-12-09 14:47:28'),
(84, '152.59.38.170', '@', '2025-12-09 15:38:46', '2025-12-09 15:38:46'),
(85, '106.221.70.47', '@', '2025-12-09 15:39:27', '2025-12-09 15:39:27'),
(86, '106.221.70.47', '@', '2025-12-09 16:43:06', '2025-12-09 16:43:06'),
(87, '150.107.241.193', '@', '2025-12-09 16:56:24', '2025-12-09 16:56:24'),
(88, '150.107.241.193', '@', '2025-12-09 17:25:13', '2025-12-09 17:25:13'),
(89, '150.107.241.193', '@', '2025-12-09 17:46:38', '2025-12-09 17:46:38'),
(90, '150.107.241.193', '@', '2025-12-09 18:02:48', '2025-12-09 18:02:48'),
(91, '152.59.39.203', '@', '2025-12-10 09:02:31', '2025-12-10 09:02:31'),
(92, '152.59.39.203', '@', '2025-12-10 09:17:46', '2025-12-10 09:17:46'),
(93, '106.221.68.99', '@', '2025-12-10 09:23:15', '2025-12-10 09:23:15'),
(94, '106.221.68.99', '@', '2025-12-10 09:30:41', '2025-12-10 09:30:41'),
(95, '106.221.68.99', '@', '2025-12-10 09:35:38', '2025-12-10 09:35:38'),
(96, '152.59.39.203', '@', '2025-12-10 09:44:32', '2025-12-10 09:44:32'),
(97, '152.58.34.241', '@', '2025-12-10 09:55:37', '2025-12-10 09:55:37'),
(98, '152.59.39.203', '@', '2025-12-10 10:12:13', '2025-12-10 10:12:13'),
(99, '152.59.39.203', '@', '2025-12-10 10:18:06', '2025-12-10 10:18:06'),
(100, '152.58.34.60', '@', '2025-12-10 10:50:46', '2025-12-10 10:50:46'),
(101, '152.59.39.203', '@', '2025-12-10 11:39:57', '2025-12-10 11:39:57'),
(102, '152.59.39.203', '@', '2025-12-10 11:59:24', '2025-12-10 11:59:24'),
(103, '152.59.39.203', '@', '2025-12-10 12:49:57', '2025-12-10 12:49:57'),
(104, '152.59.39.203', '@', '2025-12-10 12:56:02', '2025-12-10 12:56:02'),
(105, '106.221.69.99', '@', '2025-12-10 13:36:34', '2025-12-10 13:36:34'),
(106, '152.58.35.106', '@', '2025-12-10 13:38:57', '2025-12-10 13:38:57'),
(107, '152.58.35.106', '@', '2025-12-10 13:47:39', '2025-12-10 13:47:39'),
(108, '106.221.69.99', '@', '2025-12-10 13:55:01', '2025-12-10 13:55:01'),
(109, '152.58.62.83', '@', '2025-12-10 14:02:50', '2025-12-10 14:02:50'),
(110, '152.59.39.203', '@', '2025-12-10 14:03:22', '2025-12-10 14:03:22'),
(111, '152.59.39.203', '@', '2025-12-10 14:05:36', '2025-12-10 14:05:36'),
(112, '152.58.34.204', '@', '2025-12-10 14:10:05', '2025-12-10 14:10:05'),
(113, '152.59.39.203', '@', '2025-12-10 14:11:11', '2025-12-10 14:11:11'),
(114, '152.59.39.203', '@', '2025-12-10 14:13:51', '2025-12-10 14:13:51'),
(115, '152.59.39.203', '@', '2025-12-10 14:23:38', '2025-12-10 14:23:38'),
(116, '106.221.69.99', '@', '2025-12-10 14:24:21', '2025-12-10 14:24:21'),
(117, '152.59.39.203', '@', '2025-12-10 14:30:49', '2025-12-10 14:30:49'),
(118, '152.59.39.203', '@', '2025-12-10 14:31:57', '2025-12-10 14:31:57'),
(119, '150.107.241.193', '@', '2025-12-10 14:45:28', '2025-12-10 14:45:28'),
(120, '150.107.241.193', '@', '2025-12-10 14:53:28', '2025-12-10 14:53:28'),
(121, '149.102.242.93', '@', '2025-12-10 15:58:35', '2025-12-10 15:58:35'),
(122, '103.251.59.18', '@', '2025-12-10 16:18:36', '2025-12-10 16:18:36'),
(123, '152.59.39.203', '@', '2025-12-10 16:19:22', '2025-12-10 16:19:22'),
(124, '152.59.39.203', '@', '2025-12-10 16:55:34', '2025-12-10 16:55:34'),
(125, '103.251.59.18', '@', '2025-12-10 18:25:44', '2025-12-10 18:25:44'),
(126, '152.59.38.5', '@', '2025-12-11 09:01:06', '2025-12-11 09:01:06'),
(127, '152.59.38.5', '@', '2025-12-11 09:39:37', '2025-12-11 09:39:37'),
(128, '152.58.60.246', '@', '2025-12-11 13:01:00', '2025-12-11 13:01:00'),
(129, '152.58.60.246', '@', '2025-12-11 14:44:53', '2025-12-11 14:44:53'),
(130, '103.251.59.18', '@', '2025-12-11 14:52:47', '2025-12-11 14:52:47'),
(131, '103.251.59.18', '@', '2025-12-11 16:01:45', '2025-12-11 16:01:45'),
(132, '152.58.60.246', '@', '2025-12-11 16:15:14', '2025-12-11 16:15:14'),
(133, '152.59.39.222', '@', '2025-12-11 17:33:46', '2025-12-11 17:33:46'),
(134, '152.59.39.222', '@', '2025-12-11 17:54:31', '2025-12-11 17:54:31'),
(135, '103.251.59.18', '@', '2025-12-11 18:25:09', '2025-12-11 18:25:09'),
(136, '103.251.59.18', '@', '2025-12-11 21:06:23', '2025-12-11 21:06:23'),
(137, '152.59.39.222', '@', '2025-12-12 09:04:38', '2025-12-12 09:04:38'),
(138, '152.59.39.222', '@', '2025-12-12 10:34:57', '2025-12-12 10:34:57'),
(139, '152.59.38.252', '@', '2025-12-12 11:56:59', '2025-12-12 11:56:59'),
(140, '103.251.59.18', '@', '2025-12-12 13:53:41', '2025-12-12 13:53:41'),
(141, '152.59.38.252', '@', '2025-12-12 14:00:23', '2025-12-12 14:00:23'),
(142, '152.59.38.252', '@', '2025-12-12 15:26:11', '2025-12-12 15:26:11'),
(143, '152.59.38.252', '@', '2025-12-12 15:28:44', '2025-12-12 15:28:44'),
(144, '152.59.38.252', '@', '2025-12-12 16:47:08', '2025-12-12 16:47:08'),
(145, '103.251.59.18', '@', '2025-12-12 20:53:20', '2025-12-12 20:53:20'),
(146, '103.251.59.18', '@', '2025-12-13 09:57:24', '2025-12-13 09:57:24'),
(147, '150.107.232.179', '@', '2025-12-14 09:56:24', '2025-12-14 09:56:24'),
(148, '150.107.232.179', '@', '2025-12-14 10:40:28', '2025-12-14 10:40:28'),
(149, '152.59.41.103', '@', '2025-12-15 09:03:42', '2025-12-15 09:03:42'),
(150, '103.251.19.196', '@', '2025-12-15 17:30:21', '2025-12-15 17:30:21'),
(151, '152.58.60.200', '@', '2025-12-15 17:30:36', '2025-12-15 17:30:36'),
(152, '152.56.144.188', '@', '2025-12-15 17:30:49', '2025-12-15 17:30:49'),
(153, '223.181.64.133', '@', '2025-12-15 17:36:36', '2025-12-15 17:36:36'),
(154, '103.251.19.196', '@', '2025-12-15 17:47:01', '2025-12-15 17:47:01'),
(155, '152.58.60.200', '@', '2025-12-15 18:07:32', '2025-12-15 18:07:32'),
(156, '152.58.60.200', '@', '2025-12-15 18:11:19', '2025-12-15 18:11:19'),
(157, '152.58.60.200', '@', '2025-12-15 18:33:45', '2025-12-15 18:33:45'),
(158, '152.58.60.200', '@', '2025-12-15 18:48:22', '2025-12-15 18:48:22'),
(159, '152.58.60.200', '@', '2025-12-15 19:09:05', '2025-12-15 19:09:05'),
(160, '103.251.19.196', '@', '2025-12-15 19:15:46', '2025-12-15 19:15:46'),
(161, '152.58.60.200', '@', '2025-12-15 19:36:22', '2025-12-15 19:36:22'),
(162, '103.251.19.196', '@', '2025-12-15 20:52:42', '2025-12-15 20:52:42'),
(163, '103.251.19.196', '@', '2025-12-15 22:11:00', '2025-12-15 22:11:00'),
(164, '152.58.60.114', '@', '2025-12-16 08:59:39', '2025-12-16 08:59:39'),
(165, '152.58.60.114', '@', '2025-12-16 10:37:33', '2025-12-16 10:37:33'),
(166, '117.236.78.84', '@', '2025-12-16 10:45:23', '2025-12-16 10:45:23'),
(167, '152.58.60.114', '@', '2025-12-16 11:08:35', '2025-12-16 11:08:35'),
(168, '117.236.78.84', '@', '2025-12-16 11:36:28', '2025-12-16 11:36:28'),
(169, '152.59.39.79', '@', '2025-12-16 13:37:37', '2025-12-16 13:37:37'),
(170, '152.59.39.79', '@', '2025-12-16 13:40:22', '2025-12-16 13:40:22'),
(171, '152.59.39.79', '@', '2025-12-16 14:42:26', '2025-12-16 14:42:26'),
(172, '103.251.19.196', '@', '2025-12-16 14:43:37', '2025-12-16 14:43:37'),
(173, '152.59.39.79', '@', '2025-12-16 15:14:45', '2025-12-16 15:14:45'),
(174, '152.59.39.79', '@', '2025-12-16 15:16:47', '2025-12-16 15:16:47'),
(175, '103.251.19.196', '@', '2025-12-16 15:26:51', '2025-12-16 15:26:51'),
(176, '103.251.19.196', '@', '2025-12-16 17:03:18', '2025-12-16 17:03:18'),
(177, '103.251.19.196', '@', '2025-12-16 17:25:42', '2025-12-16 17:25:42'),
(178, '103.251.19.196', '@', '2025-12-16 17:39:06', '2025-12-16 17:39:06'),
(179, '152.59.39.79', '@', '2025-12-16 18:13:11', '2025-12-16 18:13:11'),
(180, '103.251.19.196', '@', '2025-12-17 14:53:28', '2025-12-17 14:53:28'),
(181, '152.59.39.178', '@', '2025-12-17 15:05:09', '2025-12-17 15:05:09'),
(182, '103.251.19.196', '@', '2025-12-17 16:34:56', '2025-12-17 16:34:56'),
(183, '152.59.39.178', '@', '2025-12-17 17:17:26', '2025-12-17 17:17:26'),
(184, '103.251.19.196', '@', '2025-12-17 19:12:09', '2025-12-17 19:12:09'),
(185, '152.58.63.69', '@', '2025-12-18 09:14:32', '2025-12-18 09:14:32'),
(186, '152.58.63.69', '@', '2025-12-18 09:19:15', '2025-12-18 09:19:15'),
(187, '152.58.63.69', '@', '2025-12-18 09:33:46', '2025-12-18 09:33:46'),
(188, '152.58.60.96', '@', '2025-12-18 11:09:06', '2025-12-18 11:09:06'),
(189, '152.58.60.96', '@', '2025-12-18 13:45:42', '2025-12-18 13:45:42'),
(190, '152.58.60.96', '@', '2025-12-18 13:48:56', '2025-12-18 13:48:56'),
(191, '152.58.60.96', '@', '2025-12-18 13:53:37', '2025-12-18 13:53:37'),
(192, '152.58.60.96', '@', '2025-12-18 13:56:46', '2025-12-18 13:56:46'),
(193, '152.58.60.96', '@', '2025-12-18 14:07:36', '2025-12-18 14:07:36'),
(194, '152.58.60.96', '@', '2025-12-18 14:17:53', '2025-12-18 14:17:53'),
(195, '152.58.63.111', '@', '2025-12-18 14:22:35', '2025-12-18 14:22:35'),
(196, '152.58.62.239', '@', '2025-12-18 14:28:35', '2025-12-18 14:28:35'),
(197, '152.58.60.96', '@', '2025-12-18 14:33:47', '2025-12-18 14:33:47'),
(198, '152.58.34.109', '@', '2025-12-18 17:31:39', '2025-12-18 17:31:39'),
(199, '152.58.60.49', '@', '2025-12-19 08:58:48', '2025-12-19 08:58:48'),
(200, '152.58.60.49', '@', '2025-12-19 14:13:52', '2025-12-19 14:13:52'),
(201, '103.251.19.196', '@', '2025-12-19 15:16:30', '2025-12-19 15:16:30'),
(202, '103.251.19.196', '@', '2025-12-19 15:20:56', '2025-12-19 15:20:56'),
(203, '152.58.60.49', '@', '2025-12-19 15:21:30', '2025-12-19 15:21:30'),
(204, '152.58.60.49', '@', '2025-12-19 15:30:42', '2025-12-19 15:30:42'),
(205, '152.58.60.49', '@', '2025-12-19 17:05:27', '2025-12-19 17:05:27'),
(206, '152.58.60.49', '@', '2025-12-19 17:39:17', '2025-12-19 17:39:17'),
(207, '103.251.19.196', '@', '2025-12-20 13:49:29', '2025-12-20 13:49:29'),
(208, '152.59.40.250', '@', '2025-12-22 09:11:50', '2025-12-22 09:11:50'),
(209, '152.59.41.220', '@', '2025-12-22 14:41:58', '2025-12-22 14:41:58'),
(210, '163.53.179.45', '@', '2025-12-22 14:42:47', '2025-12-22 14:42:47'),
(211, '152.59.41.220', '@', '2025-12-22 14:46:50', '2025-12-22 14:46:50'),
(212, '152.59.41.220', '@', '2025-12-22 14:58:31', '2025-12-22 14:58:31'),
(213, '163.53.179.45', '@', '2025-12-22 15:31:21', '2025-12-22 15:31:21'),
(214, '163.53.179.45', '@', '2025-12-22 16:24:34', '2025-12-22 16:24:34'),
(215, '152.59.41.220', '@', '2025-12-22 17:26:27', '2025-12-22 17:26:27'),
(216, '152.59.41.220', '@', '2025-12-22 18:00:04', '2025-12-22 18:00:04'),
(217, '163.53.179.45', '@', '2025-12-22 18:00:23', '2025-12-22 18:00:23'),
(218, '163.53.179.45', '@', '2025-12-22 18:15:24', '2025-12-22 18:15:24'),
(219, '163.53.179.45', '@', '2025-12-22 18:16:41', '2025-12-22 18:16:41'),
(220, '163.53.179.45', '@', '2025-12-22 18:19:21', '2025-12-22 18:19:21'),
(221, '152.58.62.195', '@', '2025-12-22 18:19:41', '2025-12-22 18:19:41'),
(222, '163.53.179.45', '@', '2025-12-22 18:26:32', '2025-12-22 18:26:32'),
(223, '152.58.62.195', '@', '2025-12-22 18:29:34', '2025-12-22 18:29:34'),
(224, '163.53.179.45', '@', '2025-12-22 18:42:48', '2025-12-22 18:42:48'),
(225, '106.215.182.186', '@', '2025-12-23 09:37:56', '2025-12-23 09:37:56'),
(226, '223.181.70.98', '@', '2025-12-23 09:39:10', '2025-12-23 09:39:10'),
(227, '152.59.40.43', '@', '2025-12-23 10:44:11', '2025-12-23 10:44:11'),
(228, '152.59.40.43', '@', '2025-12-23 10:46:57', '2025-12-23 10:46:57'),
(229, '223.181.70.98', '@', '2025-12-23 05:50:05', '2025-12-23 05:50:05'),
(230, '106.215.179.216', '@', '2025-12-23 05:57:24', '2025-12-23 05:57:24'),
(231, '223.181.70.98', '@', '2025-12-23 06:25:31', '2025-12-23 06:25:31'),
(232, '103.105.47.110', '@', '2025-12-23 07:05:54', '2025-12-23 07:05:54'),
(233, '27.60.8.0', '@', '2025-12-23 07:06:54', '2025-12-23 07:06:54'),
(234, '203.187.202.166', '@', '2025-12-23 07:07:27', '2025-12-23 07:07:27'),
(235, '27.60.8.0', '@', '2025-12-23 07:13:09', '2025-12-23 07:13:09'),
(236, '223.181.70.98', '@', '2025-12-23 07:15:36', '2025-12-23 07:15:36'),
(237, '49.34.205.37', '@', '2025-12-23 07:16:44', '2025-12-23 07:16:44'),
(238, '203.187.202.166', '@', '2025-12-23 07:21:48', '2025-12-23 07:21:48'),
(239, '152.59.40.43', '@', '2025-12-23 07:38:11', '2025-12-23 07:38:11'),
(240, '66.220.149.49', '@', '2025-12-23 08:59:52', '2025-12-23 08:59:52'),
(241, '66.220.149.26', '@', '2025-12-23 09:06:44', '2025-12-23 09:06:44'),
(242, '163.53.179.45', '@', '2025-12-23 09:17:49', '2025-12-23 09:17:49'),
(243, '74.125.216.162', '@', '2025-12-23 09:24:04', '2025-12-23 09:24:04'),
(244, '69.171.249.26', '@', '2025-12-23 09:40:13', '2025-12-23 09:40:13'),
(245, '173.252.83.2', '@', '2025-12-23 09:41:53', '2025-12-23 09:41:53'),
(246, '69.171.234.43', '@', '2025-12-23 09:51:12', '2025-12-23 09:51:12'),
(247, '163.53.179.45', '@', '2025-12-23 09:54:06', '2025-12-23 09:54:06'),
(248, '66.220.149.7', '@', '2025-12-23 09:55:53', '2025-12-23 09:55:53'),
(249, '69.171.234.68', '@', '2025-12-23 09:56:50', '2025-12-23 09:56:50'),
(250, '152.59.40.43', '@', '2025-12-23 10:01:15', '2025-12-23 10:01:15'),
(251, '69.171.249.37', '@', '2025-12-23 10:02:12', '2025-12-23 10:02:12'),
(252, '163.53.179.45', '@', '2025-12-23 10:19:14', '2025-12-23 10:19:14'),
(253, '163.53.179.45', '@', '2025-12-23 10:30:58', '2025-12-23 10:30:58'),
(254, '66.220.149.112', '@', '2025-12-23 10:37:35', '2025-12-23 10:37:35'),
(255, '163.53.179.45', '@', '2025-12-23 10:44:54', '2025-12-23 10:44:54'),
(256, '66.220.149.19', '@', '2025-12-23 10:47:33', '2025-12-23 10:47:33'),
(257, '152.58.63.162', '@', '2025-12-23 11:22:06', '2025-12-23 11:22:06'),
(258, '66.220.149.26', '@', '2025-12-23 11:56:36', '2025-12-23 11:56:36'),
(259, '66.220.149.12', '@', '2025-12-23 11:57:05', '2025-12-23 11:57:05'),
(260, '66.220.149.60', '@', '2025-12-23 11:58:12', '2025-12-23 11:58:12'),
(261, '69.171.249.27', '@', '2025-12-23 12:01:13', '2025-12-23 12:01:13'),
(262, '69.171.234.22', '@', '2025-12-23 12:10:23', '2025-12-23 12:10:23'),
(263, '69.171.249.33', '@', '2025-12-23 12:10:54', '2025-12-23 12:10:54'),
(264, '69.171.234.28', '@', '2025-12-23 12:12:14', '2025-12-23 12:12:14'),
(265, '69.171.234.112', '@', '2025-12-23 12:14:57', '2025-12-23 12:14:57'),
(266, '66.220.149.24', '@', '2025-12-23 12:16:03', '2025-12-23 12:16:03'),
(267, '69.171.234.24', '@', '2025-12-23 14:18:39', '2025-12-23 14:18:39'),
(268, '66.220.149.114', '@', '2025-12-23 14:23:59', '2025-12-23 14:23:59'),
(269, '69.171.249.7', '@', '2025-12-23 14:24:25', '2025-12-23 14:24:25'),
(270, '66.220.149.22', '@', '2025-12-23 14:26:27', '2025-12-23 14:26:27'),
(271, '66.220.149.6', '@', '2025-12-23 14:28:19', '2025-12-23 14:28:19'),
(272, '66.220.149.56', '@', '2025-12-23 14:28:21', '2025-12-23 14:28:21'),
(273, '173.252.69.2', '@', '2025-12-23 14:28:50', '2025-12-23 14:28:50'),
(274, '69.171.249.27', '@', '2025-12-23 15:06:43', '2025-12-23 15:06:43'),
(275, '69.171.234.33', '@', '2025-12-23 15:17:41', '2025-12-23 15:17:41'),
(276, '69.171.234.2', '@', '2025-12-23 15:18:23', '2025-12-23 15:18:23'),
(277, '66.220.149.114', '@', '2025-12-23 15:21:22', '2025-12-23 15:21:22'),
(278, '69.171.234.14', '@', '2025-12-23 15:21:34', '2025-12-23 15:21:34'),
(279, '173.252.83.8', '@', '2025-12-23 15:24:27', '2025-12-23 15:24:27'),
(280, '69.171.249.19', '@', '2025-12-23 15:27:31', '2025-12-23 15:27:31'),
(281, '69.171.249.27', '@', '2025-12-23 15:53:19', '2025-12-23 15:53:19'),
(282, '69.171.234.114', '@', '2025-12-23 15:55:46', '2025-12-23 15:55:46'),
(283, '66.220.149.10', '@', '2025-12-23 15:59:45', '2025-12-23 15:59:45'),
(284, '69.171.234.5', '@', '2025-12-23 16:05:34', '2025-12-23 16:05:34'),
(285, '69.171.234.49', '@', '2025-12-23 17:11:11', '2025-12-23 17:11:11'),
(286, '66.220.149.36', '@', '2025-12-23 17:19:46', '2025-12-23 17:19:46'),
(287, '173.252.83.9', '@', '2025-12-23 17:59:48', '2025-12-23 17:59:48'),
(288, '66.220.149.49', '@', '2025-12-23 18:49:52', '2025-12-23 18:49:52'),
(289, '69.171.234.38', '@', '2025-12-23 21:08:25', '2025-12-23 21:08:25'),
(290, '173.252.87.1', '@', '2025-12-23 21:57:00', '2025-12-23 21:57:00'),
(291, '69.171.249.2', '@', '2025-12-23 22:01:55', '2025-12-23 22:01:55'),
(292, '173.252.83.114', '@', '2025-12-23 22:05:46', '2025-12-23 22:05:46'),
(293, '69.171.249.32', '@', '2025-12-23 22:52:23', '2025-12-23 22:52:23'),
(294, '66.220.149.38', '@', '2025-12-23 22:58:07', '2025-12-23 22:58:07'),
(295, '66.220.149.3', '@', '2025-12-24 01:08:56', '2025-12-24 01:08:56'),
(296, '69.171.249.31', '@', '2025-12-24 01:11:04', '2025-12-24 01:11:04'),
(297, '69.171.234.8', '@', '2025-12-24 03:01:37', '2025-12-24 03:01:37'),
(298, '27.60.4.46', 'dvFWkbGAQ1eOyhxneza4KO:APA91bGeFM2z-pqRnMwK9YNgxy1PhtU7kOOkR6SYocKOgetqmVHPUABlj1K-XEyiK2sFcO3KrJoK7nUYkIJ-35vSUfjxFcnrCyzCxdlFhNxpPi7tBao04A0', '2025-12-24 03:55:21', '2025-12-24 03:55:21'),
(299, '152.59.41.121', '@', '2025-12-24 04:00:02', '2025-12-24 04:00:02'),
(300, '66.220.149.19', '@', '2025-12-24 04:02:57', '2025-12-24 04:02:57'),
(301, '66.220.149.27', '@', '2025-12-24 04:07:49', '2025-12-24 04:07:49'),
(302, '69.171.234.5', '@', '2025-12-24 04:16:55', '2025-12-24 04:16:55'),
(303, '66.220.149.29', '@', '2025-12-24 04:19:10', '2025-12-24 04:19:10'),
(304, '69.171.234.10', '@', '2025-12-24 04:20:18', '2025-12-24 04:20:18'),
(305, '66.220.149.29', '@', '2025-12-24 04:20:39', '2025-12-24 04:20:39'),
(306, '152.59.41.121', '@', '2025-12-24 04:38:28', '2025-12-24 04:38:28'),
(307, '69.171.234.17', '@', '2025-12-24 04:52:03', '2025-12-24 04:52:03'),
(308, '173.252.83.6', '@', '2025-12-24 04:56:33', '2025-12-24 04:56:33'),
(309, '66.220.149.29', '@', '2025-12-24 04:58:01', '2025-12-24 04:58:01'),
(310, '69.171.234.45', '@', '2025-12-24 05:02:25', '2025-12-24 05:02:25'),
(311, '69.171.234.61', '@', '2025-12-24 05:04:59', '2025-12-24 05:04:59'),
(312, '173.252.83.113', '@', '2025-12-24 05:05:54', '2025-12-24 05:05:54'),
(313, '66.220.149.3', '@', '2025-12-24 05:07:46', '2025-12-24 05:07:46'),
(314, '69.171.234.45', '@', '2025-12-24 05:08:44', '2025-12-24 05:08:44'),
(315, '69.171.234.44', '@', '2025-12-24 05:11:37', '2025-12-24 05:11:37'),
(316, '69.171.234.112', '@', '2025-12-24 05:13:09', '2025-12-24 05:13:09'),
(317, '152.59.41.121', '@', '2025-12-24 05:38:05', '2025-12-24 05:38:05'),
(318, '152.59.41.121', '@', '2025-12-24 06:06:20', '2025-12-24 06:06:20'),
(319, '173.252.83.8', '@', '2025-12-24 06:51:01', '2025-12-24 06:51:01'),
(320, '152.59.41.121', '@', '2025-12-24 07:01:00', '2025-12-24 07:01:00'),
(321, '66.220.149.115', '@', '2025-12-24 07:04:21', '2025-12-24 07:04:21'),
(322, '69.171.249.18', '@', '2025-12-24 07:05:28', '2025-12-24 07:05:28'),
(323, '66.220.149.116', '@', '2025-12-24 07:05:38', '2025-12-24 07:05:38'),
(324, '66.220.149.19', '@', '2025-12-24 07:08:22', '2025-12-24 07:08:22'),
(325, '66.220.149.24', '@', '2025-12-24 07:59:07', '2025-12-24 07:59:07'),
(326, '173.252.83.5', '@', '2025-12-24 07:59:38', '2025-12-24 07:59:38'),
(327, '66.220.149.31', '@', '2025-12-24 08:02:31', '2025-12-24 08:02:31'),
(328, '69.171.234.61', '@', '2025-12-24 08:08:56', '2025-12-24 08:08:56'),
(329, '152.59.41.121', '@', '2025-12-24 08:11:40', '2025-12-24 08:11:40'),
(330, '66.220.149.1', '@', '2025-12-24 08:16:32', '2025-12-24 08:16:32'),
(331, '152.59.41.121', '@', '2025-12-24 08:31:37', '2025-12-24 08:31:37'),
(332, '69.171.234.61', '@', '2025-12-24 09:02:45', '2025-12-24 09:02:45'),
(333, '173.252.83.13', '@', '2025-12-24 09:08:40', '2025-12-24 09:08:40'),
(334, '173.252.87.114', '@', '2025-12-24 09:10:35', '2025-12-24 09:10:35'),
(335, '66.220.149.21', '@', '2025-12-24 09:16:32', '2025-12-24 09:16:32'),
(336, '152.59.41.121', '@', '2025-12-24 09:22:13', '2025-12-24 09:22:13'),
(337, '163.53.179.45', '@', '2025-12-24 09:22:35', '2025-12-24 09:22:35'),
(338, '163.53.179.45', '@', '2025-12-24 10:04:20', '2025-12-24 10:04:20'),
(339, '163.53.179.45', '@', '2025-12-24 10:06:36', '2025-12-24 10:06:36'),
(340, '163.53.179.45', '@', '2025-12-24 10:14:42', '2025-12-24 10:14:42'),
(341, '69.171.234.2', '@', '2025-12-24 10:15:35', '2025-12-24 10:15:35'),
(342, '163.53.179.45', '@', '2025-12-24 10:16:24', '2025-12-24 10:16:24'),
(343, '69.171.234.41', '@', '2025-12-24 10:16:37', '2025-12-24 10:16:37'),
(344, '163.53.179.45', '@', '2025-12-24 10:17:29', '2025-12-24 10:17:29'),
(345, '69.171.234.39', '@', '2025-12-24 10:17:36', '2025-12-24 10:17:36'),
(346, '66.220.149.15', '@', '2025-12-24 10:24:43', '2025-12-24 10:24:43'),
(347, '66.220.149.24', '@', '2025-12-24 10:25:20', '2025-12-24 10:25:20'),
(348, '31.14.252.7', '@', '2025-12-24 11:05:16', '2025-12-24 11:05:16'),
(349, '163.53.179.45', '@', '2025-12-24 11:32:29', '2025-12-24 11:32:29'),
(350, '152.59.41.121', '@', '2025-12-24 11:35:25', '2025-12-24 11:35:25'),
(351, '163.53.179.45', '@', '2025-12-24 11:35:45', '2025-12-24 11:35:45'),
(352, '152.59.41.121', '@', '2025-12-24 11:37:32', '2025-12-24 11:37:32'),
(353, '66.220.149.4', '@', '2025-12-24 11:37:45', '2025-12-24 11:37:45'),
(354, '173.252.87.20', '@', '2025-12-24 11:40:01', '2025-12-24 11:40:01'),
(355, '173.252.83.4', '@', '2025-12-24 11:43:02', '2025-12-24 11:43:02'),
(356, '173.252.87.4', '@', '2025-12-24 11:51:28', '2025-12-24 11:51:28'),
(357, '173.252.83.3', '@', '2025-12-24 11:51:57', '2025-12-24 11:51:57'),
(358, '66.220.149.10', '@', '2025-12-24 11:52:19', '2025-12-24 11:52:19'),
(359, '152.59.41.121', '@', '2025-12-24 12:02:35', '2025-12-24 12:02:35'),
(360, '152.59.41.121', '@', '2025-12-24 12:06:22', '2025-12-24 12:06:22'),
(361, '152.59.41.121', '@', '2025-12-24 12:21:31', '2025-12-24 12:21:31'),
(362, '152.59.41.121', '@', '2025-12-24 13:09:49', '2025-12-24 13:09:49'),
(363, '163.53.179.45', '@', '2025-12-24 13:20:16', '2025-12-24 13:20:16'),
(364, '163.53.179.45', '@', '2025-12-24 13:22:09', '2025-12-24 13:22:09'),
(365, '69.171.234.44', '@', '2025-12-24 13:48:47', '2025-12-24 13:48:47'),
(366, '66.220.149.114', '@', '2025-12-24 13:50:05', '2025-12-24 13:50:05'),
(367, '69.171.234.8', '@', '2025-12-24 13:52:23', '2025-12-24 13:52:23'),
(368, '173.252.87.115', '@', '2025-12-24 14:41:23', '2025-12-24 14:41:23'),
(369, '66.220.149.5', '@', '2025-12-24 14:43:39', '2025-12-24 14:43:39'),
(370, '69.171.249.3', '@', '2025-12-24 14:49:21', '2025-12-24 14:49:21'),
(371, '69.171.249.9', '@', '2025-12-24 14:52:41', '2025-12-24 14:52:41'),
(372, '69.171.234.57', '@', '2025-12-24 14:53:30', '2025-12-24 14:53:30'),
(373, '66.220.149.12', '@', '2025-12-24 15:01:05', '2025-12-24 15:01:05'),
(374, '173.252.83.5', '@', '2025-12-24 15:01:19', '2025-12-24 15:01:19'),
(375, '66.220.149.21', '@', '2025-12-24 15:42:27', '2025-12-24 15:42:27'),
(376, '66.220.149.38', '@', '2025-12-24 15:52:00', '2025-12-24 15:52:00'),
(377, '69.171.234.36', '@', '2025-12-24 15:53:55', '2025-12-24 15:53:55'),
(378, '66.220.149.16', '@', '2025-12-24 16:47:43', '2025-12-24 16:47:43'),
(379, '69.171.234.63', '@', '2025-12-24 16:48:48', '2025-12-24 16:48:48'),
(380, '66.220.149.8', '@', '2025-12-24 16:54:02', '2025-12-24 16:54:02'),
(381, '69.171.234.54', '@', '2025-12-24 17:03:27', '2025-12-24 17:03:27'),
(382, '69.171.234.41', '@', '2025-12-24 17:48:32', '2025-12-24 17:48:32'),
(383, '66.220.149.9', '@', '2025-12-24 17:54:30', '2025-12-24 17:54:30'),
(384, '66.220.149.49', '@', '2025-12-24 19:57:40', '2025-12-24 19:57:40'),
(385, '66.220.149.21', '@', '2025-12-24 19:58:02', '2025-12-24 19:58:02'),
(386, '69.171.249.2', '@', '2025-12-24 21:16:35', '2025-12-24 21:16:35'),
(387, '69.171.234.36', '@', '2025-12-24 22:11:48', '2025-12-24 22:11:48'),
(388, '173.252.83.2', '@', '2025-12-24 22:29:35', '2025-12-24 22:29:35'),
(389, '173.252.87.12', '@', '2025-12-25 00:07:45', '2025-12-25 00:07:45'),
(390, '69.171.249.9', '@', '2025-12-25 00:56:19', '2025-12-25 00:56:19'),
(391, '173.252.87.15', '@', '2025-12-25 01:04:50', '2025-12-25 01:04:50'),
(392, '66.220.149.15', '@', '2025-12-25 04:23:21', '2025-12-25 04:23:21'),
(393, '66.220.149.6', '@', '2025-12-25 04:33:55', '2025-12-25 04:33:55'),
(394, '66.220.149.114', '@', '2025-12-25 04:53:28', '2025-12-25 04:53:28'),
(395, '66.220.149.27', '@', '2025-12-25 04:53:35', '2025-12-25 04:53:35'),
(396, '173.252.87.12', '@', '2025-12-25 04:54:16', '2025-12-25 04:54:16'),
(397, '69.63.189.50', '@', '2025-12-25 04:54:52', '2025-12-25 04:54:52'),
(398, '69.171.234.20', '@', '2025-12-25 04:55:18', '2025-12-25 04:55:18'),
(399, '69.63.189.12', '@', '2025-12-25 04:57:41', '2025-12-25 04:57:41'),
(400, '173.252.83.1', '@', '2025-12-25 05:00:36', '2025-12-25 05:00:36'),
(401, '66.220.149.26', '@', '2025-12-25 05:00:59', '2025-12-25 05:00:59'),
(402, '66.220.149.113', '@', '2025-12-25 05:01:02', '2025-12-25 05:01:02'),
(403, '66.220.149.4', '@', '2025-12-25 05:03:21', '2025-12-25 05:03:21'),
(404, '173.252.83.114', '@', '2025-12-25 05:04:51', '2025-12-25 05:04:51'),
(405, '173.252.87.2', '@', '2025-12-25 05:06:35', '2025-12-25 05:06:35'),
(406, '66.220.149.112', '@', '2025-12-25 05:09:04', '2025-12-25 05:09:04'),
(407, '69.171.234.113', '@', '2025-12-25 05:09:46', '2025-12-25 05:09:46'),
(408, '69.171.249.9', '@', '2025-12-25 05:10:23', '2025-12-25 05:10:23'),
(409, '173.252.87.3', '@', '2025-12-25 05:48:16', '2025-12-25 05:48:16'),
(410, '173.252.87.116', '@', '2025-12-25 05:48:22', '2025-12-25 05:48:22'),
(411, '66.220.149.49', '@', '2025-12-25 05:49:31', '2025-12-25 05:49:31'),
(412, '173.252.87.6', '@', '2025-12-25 05:50:13', '2025-12-25 05:50:13'),
(413, '69.171.234.44', '@', '2025-12-25 05:50:21', '2025-12-25 05:50:21'),
(414, '66.220.149.29', '@', '2025-12-25 05:53:45', '2025-12-25 05:53:45'),
(415, '66.220.149.13', '@', '2025-12-25 05:54:23', '2025-12-25 05:54:23'),
(416, '69.171.249.21', '@', '2025-12-25 05:58:33', '2025-12-25 05:58:33'),
(417, '66.220.149.21', '@', '2025-12-25 05:58:54', '2025-12-25 05:58:54'),
(418, '69.171.249.6', '@', '2025-12-25 06:01:47', '2025-12-25 06:01:47'),
(419, '69.171.249.9', '@', '2025-12-25 06:02:14', '2025-12-25 06:02:14'),
(420, '66.220.149.53', '@', '2025-12-25 06:49:34', '2025-12-25 06:49:34'),
(421, '66.220.149.2', '@', '2025-12-25 06:50:09', '2025-12-25 06:50:09'),
(422, '66.220.149.8', '@', '2025-12-25 06:51:59', '2025-12-25 06:51:59'),
(423, '173.252.87.6', '@', '2025-12-25 06:53:58', '2025-12-25 06:53:58'),
(424, '173.252.83.3', '@', '2025-12-25 06:56:10', '2025-12-25 06:56:10'),
(425, '173.252.87.47', '@', '2025-12-25 06:56:14', '2025-12-25 06:56:14'),
(426, '173.252.87.8', '@', '2025-12-25 06:57:54', '2025-12-25 06:57:54'),
(427, '66.220.149.12', '@', '2025-12-25 07:00:20', '2025-12-25 07:00:20'),
(428, '69.171.234.44', '@', '2025-12-25 07:01:48', '2025-12-25 07:01:48'),
(429, '66.220.149.38', '@', '2025-12-25 07:36:44', '2025-12-25 07:36:44'),
(430, '69.171.234.67', '@', '2025-12-25 07:39:54', '2025-12-25 07:39:54'),
(431, '66.220.149.22', '@', '2025-12-25 07:40:08', '2025-12-25 07:40:08'),
(432, '66.220.149.4', '@', '2025-12-25 07:44:49', '2025-12-25 07:44:49'),
(433, '66.220.149.114', '@', '2025-12-25 07:47:44', '2025-12-25 07:47:44'),
(434, '66.220.149.60', '@', '2025-12-25 07:48:37', '2025-12-25 07:48:37'),
(435, '173.252.83.8', '@', '2025-12-25 07:51:29', '2025-12-25 07:51:29'),
(436, '69.171.234.70', '@', '2025-12-25 07:52:33', '2025-12-25 07:52:33'),
(437, '69.171.249.32', '@', '2025-12-25 08:38:16', '2025-12-25 08:38:16'),
(438, '69.171.234.2', '@', '2025-12-25 08:46:04', '2025-12-25 08:46:04'),
(439, '66.220.149.24', '@', '2025-12-25 08:47:19', '2025-12-25 08:47:19'),
(440, '69.171.234.31', '@', '2025-12-25 08:48:18', '2025-12-25 08:48:18'),
(441, '66.220.149.60', '@', '2025-12-25 08:52:32', '2025-12-25 08:52:32'),
(442, '69.171.249.33', '@', '2025-12-25 08:52:39', '2025-12-25 08:52:39'),
(443, '66.220.149.2', '@', '2025-12-25 08:53:00', '2025-12-25 08:53:00'),
(444, '69.171.234.44', '@', '2025-12-25 08:54:14', '2025-12-25 08:54:14'),
(445, '74.125.216.161', '@', '2025-12-25 09:24:14', '2025-12-25 09:24:14'),
(446, '66.220.149.61', '@', '2025-12-25 09:30:09', '2025-12-25 09:30:09'),
(447, '173.252.83.10', '@', '2025-12-25 09:35:18', '2025-12-25 09:35:18'),
(448, '69.171.249.18', '@', '2025-12-25 09:35:32', '2025-12-25 09:35:32'),
(449, '69.171.249.2', '@', '2025-12-25 09:36:13', '2025-12-25 09:36:13'),
(450, '66.220.149.116', '@', '2025-12-25 09:39:11', '2025-12-25 09:39:11'),
(451, '69.171.249.33', '@', '2025-12-25 10:26:11', '2025-12-25 10:26:11'),
(452, '173.252.87.18', '@', '2025-12-25 10:26:13', '2025-12-25 10:26:13'),
(453, '69.171.249.118', '@', '2025-12-25 10:30:36', '2025-12-25 10:30:36'),
(454, '69.171.249.8', '@', '2025-12-25 10:30:44', '2025-12-25 10:30:44'),
(455, '66.220.149.19', '@', '2025-12-25 10:35:04', '2025-12-25 10:35:04'),
(456, '66.220.149.20', '@', '2025-12-25 10:38:07', '2025-12-25 10:38:07'),
(457, '69.171.234.30', '@', '2025-12-25 10:39:23', '2025-12-25 10:39:23'),
(458, '69.171.234.15', '@', '2025-12-25 10:39:31', '2025-12-25 10:39:31'),
(459, '66.249.72.160', '@', '2025-12-25 12:24:56', '2025-12-25 12:24:56'),
(460, '66.249.72.160', '@', '2025-12-25 12:25:13', '2025-12-25 12:25:13'),
(461, '66.249.72.160', '@', '2025-12-25 12:25:16', '2025-12-25 12:25:16'),
(462, '66.220.149.16', '@', '2025-12-25 12:48:09', '2025-12-25 12:48:09'),
(463, '69.171.249.3', '@', '2025-12-25 12:52:18', '2025-12-25 12:52:18'),
(464, '69.171.234.4', '@', '2025-12-25 12:52:45', '2025-12-25 12:52:45'),
(465, '69.171.234.2', '@', '2025-12-25 12:55:40', '2025-12-25 12:55:40'),
(466, '69.171.249.8', '@', '2025-12-25 12:59:03', '2025-12-25 12:59:03'),
(467, '69.171.234.12', '@', '2025-12-25 13:00:04', '2025-12-25 13:00:04'),
(468, '66.220.149.29', '@', '2025-12-25 14:34:46', '2025-12-25 14:34:46'),
(469, '69.171.234.3', '@', '2025-12-25 14:37:11', '2025-12-25 14:37:11'),
(470, '66.220.149.3', '@', '2025-12-25 14:37:56', '2025-12-25 14:37:56'),
(471, '69.171.234.112', '@', '2025-12-25 14:38:02', '2025-12-25 14:38:02'),
(472, '69.171.234.7', '@', '2025-12-25 14:40:12', '2025-12-25 14:40:12'),
(473, '69.171.234.35', '@', '2025-12-25 14:42:44', '2025-12-25 14:42:44'),
(474, '66.220.149.0', '@', '2025-12-25 14:43:34', '2025-12-25 14:43:34'),
(475, '66.220.149.8', '@', '2025-12-25 14:43:57', '2025-12-25 14:43:57'),
(476, '173.252.87.42', '@', '2025-12-25 14:44:53', '2025-12-25 14:44:53'),
(477, '173.252.87.116', '@', '2025-12-25 14:45:25', '2025-12-25 14:45:25'),
(478, '66.220.149.10', '@', '2025-12-25 14:49:28', '2025-12-25 14:49:28'),
(479, '66.220.149.8', '@', '2025-12-25 14:55:38', '2025-12-25 14:55:38'),
(480, '69.171.234.114', '@', '2025-12-25 15:26:42', '2025-12-25 15:26:42'),
(481, '69.171.234.41', '@', '2025-12-25 15:28:01', '2025-12-25 15:28:01'),
(482, '173.252.87.35', '@', '2025-12-25 15:30:23', '2025-12-25 15:30:23'),
(483, '69.171.234.7', '@', '2025-12-25 15:30:36', '2025-12-25 15:30:36'),
(484, '69.171.249.17', '@', '2025-12-25 15:32:45', '2025-12-25 15:32:45'),
(485, '173.252.87.47', '@', '2025-12-25 15:38:43', '2025-12-25 15:38:43'),
(486, '173.252.87.4', '@', '2025-12-25 15:40:05', '2025-12-25 15:40:05'),
(487, '69.171.234.11', '@', '2025-12-25 15:42:08', '2025-12-25 15:42:08'),
(488, '66.220.149.115', '@', '2025-12-25 16:35:07', '2025-12-25 16:35:07'),
(489, '66.220.149.113', '@', '2025-12-25 16:36:28', '2025-12-25 16:36:28'),
(490, '66.220.149.11', '@', '2025-12-25 16:39:05', '2025-12-25 16:39:05'),
(491, '69.171.234.7', '@', '2025-12-25 16:40:06', '2025-12-25 16:40:06'),
(492, '69.171.234.38', '@', '2025-12-25 16:44:48', '2025-12-25 16:44:48'),
(493, '69.171.234.12', '@', '2025-12-25 19:41:44', '2025-12-25 19:41:44'),
(494, '69.171.249.32', '@', '2025-12-25 19:42:46', '2025-12-25 19:42:46'),
(495, '66.220.149.0', '@', '2025-12-25 19:43:42', '2025-12-25 19:43:42'),
(496, '66.220.149.112', '@', '2025-12-25 19:45:55', '2025-12-25 19:45:55'),
(497, '69.171.234.0', '@', '2025-12-25 19:46:19', '2025-12-25 19:46:19'),
(498, '69.171.230.10', '@', '2025-12-25 19:51:14', '2025-12-25 19:51:14'),
(499, '69.171.234.63', '@', '2025-12-25 19:51:56', '2025-12-25 19:51:56'),
(500, '66.220.149.38', '@', '2025-12-25 19:52:46', '2025-12-25 19:52:46'),
(501, '66.220.149.16', '@', '2025-12-25 19:54:07', '2025-12-25 19:54:07'),
(502, '69.171.234.9', '@', '2025-12-25 19:54:08', '2025-12-25 19:54:08'),
(503, '66.220.149.27', '@', '2025-12-25 20:46:47', '2025-12-25 20:46:47'),
(504, '173.252.87.12', '@', '2025-12-25 20:55:45', '2025-12-25 20:55:45'),
(505, '66.220.149.26', '@', '2025-12-25 20:56:28', '2025-12-25 20:56:28'),
(506, '173.252.83.3', '@', '2025-12-25 20:58:56', '2025-12-25 20:58:56'),
(507, '69.171.234.112', '@', '2025-12-25 21:52:32', '2025-12-25 21:52:32'),
(508, '69.171.249.1', '@', '2025-12-25 21:56:28', '2025-12-25 21:56:28'),
(509, '66.220.149.39', '@', '2025-12-25 21:57:00', '2025-12-25 21:57:00'),
(510, '66.220.149.16', '@', '2025-12-25 22:00:18', '2025-12-25 22:00:18'),
(511, '69.171.249.112', '@', '2025-12-25 22:00:47', '2025-12-25 22:00:47'),
(512, '69.171.234.3', '@', '2025-12-25 22:05:19', '2025-12-25 22:05:19'),
(513, '69.171.234.11', '@', '2025-12-25 22:56:25', '2025-12-25 22:56:25'),
(514, '66.220.149.15', '@', '2025-12-25 23:08:29', '2025-12-25 23:08:29'),
(515, '173.252.83.6', '@', '2025-12-25 23:15:58', '2025-12-25 23:15:58'),
(516, '69.171.234.23', '@', '2025-12-26 01:49:35', '2025-12-26 01:49:35'),
(517, '66.220.149.114', '@', '2025-12-26 01:49:50', '2025-12-26 01:49:50'),
(518, '173.252.83.7', '@', '2025-12-26 01:56:28', '2025-12-26 01:56:28'),
(519, '152.58.60.180', '@', '2025-12-26 03:36:14', '2025-12-26 03:36:14'),
(520, '152.58.60.180', '@', '2025-12-26 03:50:13', '2025-12-26 03:50:13'),
(521, '66.220.149.13', '@', '2025-12-26 03:56:59', '2025-12-26 03:56:59'),
(522, '66.220.149.113', '@', '2025-12-26 03:58:41', '2025-12-26 03:58:41'),
(523, '69.171.234.112', '@', '2025-12-26 03:59:03', '2025-12-26 03:59:03'),
(524, '69.171.234.114', '@', '2025-12-26 04:01:16', '2025-12-26 04:01:16'),
(525, '66.220.149.60', '@', '2025-12-26 04:07:54', '2025-12-26 04:07:54'),
(526, '152.58.60.180', '@', '2025-12-26 04:09:57', '2025-12-26 04:09:57'),
(527, '69.171.234.30', '@', '2025-12-26 04:10:29', '2025-12-26 04:10:29'),
(528, '69.171.234.43', '@', '2025-12-26 04:11:56', '2025-12-26 04:11:56'),
(529, '66.220.149.11', '@', '2025-12-26 04:14:08', '2025-12-26 04:14:08'),
(530, '173.252.87.114', '@', '2025-12-26 04:16:54', '2025-12-26 04:16:54'),
(531, '66.220.149.13', '@', '2025-12-26 04:53:57', '2025-12-26 04:53:57'),
(532, '173.252.83.116', '@', '2025-12-26 04:54:22', '2025-12-26 04:54:22'),
(533, '69.171.249.32', '@', '2025-12-26 05:00:53', '2025-12-26 05:00:53'),
(534, '69.171.249.15', '@', '2025-12-26 05:01:37', '2025-12-26 05:01:37'),
(535, '69.171.234.43', '@', '2025-12-26 05:02:13', '2025-12-26 05:02:13'),
(536, '69.171.234.17', '@', '2025-12-26 05:03:21', '2025-12-26 05:03:21'),
(537, '173.252.87.42', '@', '2025-12-26 05:03:36', '2025-12-26 05:03:36'),
(538, '69.171.234.3', '@', '2025-12-26 05:03:36', '2025-12-26 05:03:36'),
(539, '69.171.249.6', '@', '2025-12-26 05:11:42', '2025-12-26 05:11:42'),
(540, '69.171.234.10', '@', '2025-12-26 05:47:40', '2025-12-26 05:47:40'),
(541, '152.58.60.180', '@', '2025-12-26 05:51:01', '2025-12-26 05:51:01'),
(542, '173.252.87.116', '@', '2025-12-26 05:51:09', '2025-12-26 05:51:09'),
(543, '66.220.149.60', '@', '2025-12-26 05:52:27', '2025-12-26 05:52:27'),
(544, '69.171.234.8', '@', '2025-12-26 05:58:05', '2025-12-26 05:58:05'),
(545, '66.220.149.56', '@', '2025-12-26 06:00:21', '2025-12-26 06:00:21'),
(546, '173.252.83.2', '@', '2025-12-26 06:01:38', '2025-12-26 06:01:38'),
(547, '69.171.249.116', '@', '2025-12-26 06:55:45', '2025-12-26 06:55:45'),
(548, '69.171.234.113', '@', '2025-12-26 07:03:35', '2025-12-26 07:03:35'),
(549, '66.220.149.47', '@', '2025-12-26 07:04:07', '2025-12-26 07:04:07'),
(550, '66.220.149.113', '@', '2025-12-26 07:07:54', '2025-12-26 07:07:54'),
(551, '152.58.60.180', '@', '2025-12-26 07:21:06', '2025-12-26 07:21:06'),
(552, '173.252.87.3', '@', '2025-12-26 07:58:08', '2025-12-26 07:58:08'),
(553, '69.171.234.21', '@', '2025-12-26 08:01:03', '2025-12-26 08:01:03'),
(554, '69.171.234.20', '@', '2025-12-26 08:02:20', '2025-12-26 08:02:20'),
(555, '69.171.234.17', '@', '2025-12-26 08:02:41', '2025-12-26 08:02:41'),
(556, '173.252.83.3', '@', '2025-12-26 08:03:22', '2025-12-26 08:03:22'),
(557, '69.171.234.112', '@', '2025-12-26 08:09:31', '2025-12-26 08:09:31'),
(558, '69.171.234.13', '@', '2025-12-26 08:10:03', '2025-12-26 08:10:03'),
(559, '152.58.60.180', '@', '2025-12-26 08:24:15', '2025-12-26 08:24:15'),
(560, '66.220.149.2', '@', '2025-12-26 08:44:08', '2025-12-26 08:44:08'),
(561, '69.171.234.61', '@', '2025-12-26 08:45:43', '2025-12-26 08:45:43'),
(562, '163.53.179.45', '@', '2025-12-26 08:45:50', '2025-12-26 08:45:50'),
(563, '163.53.179.45', '@', '2025-12-26 08:49:02', '2025-12-26 08:49:02'),
(564, '69.171.249.2', '@', '2025-12-26 08:49:19', '2025-12-26 08:49:19'),
(565, '69.171.249.30', '@', '2025-12-26 08:50:26', '2025-12-26 08:50:26'),
(566, '66.220.149.8', '@', '2025-12-26 08:57:17', '2025-12-26 08:57:17'),
(567, '152.58.60.180', '@', '2025-12-26 09:17:54', '2025-12-26 09:17:54'),
(568, '152.58.60.180', '@', '2025-12-26 09:28:18', '2025-12-26 09:28:18'),
(569, '173.252.87.18', '@', '2025-12-26 09:35:47', '2025-12-26 09:35:47'),
(570, '69.171.249.32', '@', '2025-12-26 09:43:45', '2025-12-26 09:43:45'),
(571, '173.252.87.16', '@', '2025-12-26 09:46:37', '2025-12-26 09:46:37'),
(572, '152.58.60.180', '@', '2025-12-26 10:18:22', '2025-12-26 10:18:22'),
(573, '66.220.149.113', '@', '2025-12-26 11:02:37', '2025-12-26 11:02:37'),
(574, '69.171.249.118', '@', '2025-12-26 11:05:23', '2025-12-26 11:05:23'),
(575, '69.171.234.9', '@', '2025-12-26 11:10:57', '2025-12-26 11:10:57'),
(576, '69.171.234.59', '@', '2025-12-26 11:32:02', '2025-12-26 11:32:02'),
(577, '66.220.149.114', '@', '2025-12-26 11:33:27', '2025-12-26 11:33:27'),
(578, '69.171.234.27', '@', '2025-12-26 11:35:09', '2025-12-26 11:35:09'),
(579, '69.171.234.23', '@', '2025-12-26 11:36:16', '2025-12-26 11:36:16'),
(580, '69.171.234.52', '@', '2025-12-26 11:40:28', '2025-12-26 11:40:28'),
(581, '66.220.149.47', '@', '2025-12-26 11:40:37', '2025-12-26 11:40:37'),
(582, '66.220.149.56', '@', '2025-12-26 11:43:10', '2025-12-26 11:43:10'),
(583, '66.220.149.31', '@', '2025-12-26 11:46:56', '2025-12-26 11:46:56'),
(584, '163.53.179.45', '@', '2025-12-26 12:08:43', '2025-12-26 12:08:43'),
(585, '163.53.179.45', '@', '2025-12-26 12:43:14', '2025-12-26 12:43:14'),
(586, '66.220.149.115', '@', '2025-12-26 13:45:18', '2025-12-26 13:45:18'),
(587, '66.220.149.3', '@', '2025-12-26 13:48:13', '2025-12-26 13:48:13'),
(588, '69.171.234.1', '@', '2025-12-26 13:51:51', '2025-12-26 13:51:51'),
(589, '69.171.234.31', '@', '2025-12-26 13:52:45', '2025-12-26 13:52:45'),
(590, '66.220.149.22', '@', '2025-12-26 13:55:19', '2025-12-26 13:55:19'),
(591, '69.171.234.13', '@', '2025-12-26 13:56:57', '2025-12-26 13:56:57'),
(592, '69.171.234.22', '@', '2025-12-26 13:59:48', '2025-12-26 13:59:48'),
(593, '173.252.83.5', '@', '2025-12-26 15:01:55', '2025-12-26 15:01:55'),
(594, '69.171.234.55', '@', '2025-12-26 15:04:06', '2025-12-26 15:04:06'),
(595, '66.220.149.13', '@', '2025-12-26 15:04:28', '2025-12-26 15:04:28'),
(596, '69.171.234.112', '@', '2025-12-26 15:07:14', '2025-12-26 15:07:14'),
(597, '173.252.83.6', '@', '2025-12-26 15:10:45', '2025-12-26 15:10:45'),
(598, '66.220.149.115', '@', '2025-12-26 15:10:56', '2025-12-26 15:10:56'),
(599, '66.220.149.6', '@', '2025-12-26 15:11:37', '2025-12-26 15:11:37'),
(600, '69.171.234.113', '@', '2025-12-26 15:39:25', '2025-12-26 15:39:25'),
(601, '66.220.149.116', '@', '2025-12-26 16:38:47', '2025-12-26 16:38:47'),
(602, '69.171.234.32', '@', '2025-12-26 16:40:00', '2025-12-26 16:40:00'),
(603, '173.252.83.116', '@', '2025-12-26 17:49:10', '2025-12-26 17:49:10'),
(604, '66.220.149.9', '@', '2025-12-26 17:51:12', '2025-12-26 17:51:12'),
(605, '173.252.83.113', '@', '2025-12-26 17:56:35', '2025-12-26 17:56:35'),
(606, '66.220.149.114', '@', '2025-12-26 18:43:02', '2025-12-26 18:43:02'),
(607, '69.171.234.40', '@', '2025-12-26 18:43:19', '2025-12-26 18:43:19'),
(608, '69.171.234.68', '@', '2025-12-26 18:45:44', '2025-12-26 18:45:44'),
(609, '66.220.149.21', '@', '2025-12-26 18:47:21', '2025-12-26 18:47:21'),
(610, '173.252.83.115', '@', '2025-12-26 18:50:54', '2025-12-26 18:50:54'),
(611, '173.252.83.115', '@', '2025-12-26 19:49:10', '2025-12-26 19:49:10'),
(612, '66.220.149.7', '@', '2025-12-26 19:50:01', '2025-12-26 19:50:01'),
(613, '173.252.83.2', '@', '2025-12-26 19:50:20', '2025-12-26 19:50:20'),
(614, '69.171.234.60', '@', '2025-12-26 19:50:36', '2025-12-26 19:50:36'),
(615, '69.171.249.3', '@', '2025-12-26 19:51:05', '2025-12-26 19:51:05'),
(616, '66.220.149.31', '@', '2025-12-26 19:53:15', '2025-12-26 19:53:15'),
(617, '173.252.87.9', '@', '2025-12-26 19:53:54', '2025-12-26 19:53:54'),
(618, '173.252.87.3', '@', '2025-12-26 20:03:55', '2025-12-26 20:03:55'),
(619, '69.171.249.116', '@', '2025-12-26 21:05:03', '2025-12-26 21:05:03'),
(620, '69.171.234.18', '@', '2025-12-26 21:49:57', '2025-12-26 21:49:57'),
(621, '66.220.149.31', '@', '2025-12-26 22:04:00', '2025-12-26 22:04:00'),
(622, '69.63.189.43', '@', '2025-12-26 22:41:10', '2025-12-26 22:41:10'),
(623, '66.220.149.31', '@', '2025-12-26 22:42:23', '2025-12-26 22:42:23'),
(624, '66.220.149.28', '@', '2025-12-26 22:43:21', '2025-12-26 22:43:21'),
(625, '69.171.234.3', '@', '2025-12-26 22:46:43', '2025-12-26 22:46:43'),
(626, '173.252.83.6', '@', '2025-12-26 22:53:46', '2025-12-26 22:53:46'),
(627, '66.220.149.13', '@', '2025-12-27 01:55:25', '2025-12-27 01:55:25'),
(628, '173.252.87.42', '@', '2025-12-27 01:57:58', '2025-12-27 01:57:58'),
(629, '66.220.149.27', '@', '2025-12-27 02:00:07', '2025-12-27 02:00:07'),
(630, '69.171.234.22', '@', '2025-12-27 02:01:42', '2025-12-27 02:01:42'),
(631, '69.171.234.62', '@', '2025-12-27 02:02:29', '2025-12-27 02:02:29'),
(632, '66.220.149.39', '@', '2025-12-27 02:04:48', '2025-12-27 02:04:48'),
(633, '173.252.87.15', '@', '2025-12-27 02:07:53', '2025-12-27 02:07:53'),
(634, '66.220.149.56', '@', '2025-12-27 02:57:19', '2025-12-27 02:57:19'),
(635, '69.171.234.32', '@', '2025-12-27 02:58:08', '2025-12-27 02:58:08'),
(636, '69.171.234.2', '@', '2025-12-27 03:06:19', '2025-12-27 03:06:19'),
(637, '66.220.149.47', '@', '2025-12-27 03:11:05', '2025-12-27 03:11:05'),
(638, '66.220.149.24', '@', '2025-12-27 03:11:11', '2025-12-27 03:11:11'),
(639, '69.171.234.32', '@', '2025-12-27 03:12:41', '2025-12-27 03:12:41'),
(640, '163.53.179.45', '@', '2025-12-27 03:31:54', '2025-12-27 03:31:54'),
(641, '69.171.234.32', '@', '2025-12-27 04:10:15', '2025-12-27 04:10:15'),
(642, '69.171.234.43', '@', '2025-12-27 04:23:13', '2025-12-27 04:23:13'),
(643, '173.252.83.115', '@', '2025-12-27 04:24:03', '2025-12-27 04:24:03'),
(644, '69.171.234.29', '@', '2025-12-27 04:26:52', '2025-12-27 04:26:52'),
(645, '69.171.249.5', '@', '2025-12-27 04:42:47', '2025-12-27 04:42:47'),
(646, '66.220.149.113', '@', '2025-12-27 04:42:50', '2025-12-27 04:42:50'),
(647, '66.220.149.31', '@', '2025-12-27 05:07:43', '2025-12-27 05:07:43');
INSERT INTO `guests` (`id`, `ip_address`, `fcm_token`, `created_at`, `updated_at`) VALUES
(648, '69.171.234.4', '@', '2025-12-27 05:08:30', '2025-12-27 05:08:30'),
(649, '69.171.234.9', '@', '2025-12-27 05:09:22', '2025-12-27 05:09:22'),
(650, '69.171.234.5', '@', '2025-12-27 05:11:20', '2025-12-27 05:11:20'),
(651, '69.171.249.117', '@', '2025-12-27 05:12:01', '2025-12-27 05:12:01'),
(652, '66.220.149.115', '@', '2025-12-27 05:16:18', '2025-12-27 05:16:18'),
(653, '66.220.149.36', '@', '2025-12-27 05:18:36', '2025-12-27 05:18:36'),
(654, '66.220.149.114', '@', '2025-12-27 05:20:21', '2025-12-27 05:20:21'),
(655, '69.171.234.22', '@', '2025-12-27 05:21:19', '2025-12-27 05:21:19'),
(656, '66.220.149.49', '@', '2025-12-27 05:22:12', '2025-12-27 05:22:12'),
(657, '66.220.149.12', '@', '2025-12-27 06:26:17', '2025-12-27 06:26:17'),
(658, '69.171.234.24', '@', '2025-12-27 06:26:46', '2025-12-27 06:26:46'),
(659, '66.220.149.12', '@', '2025-12-27 06:27:14', '2025-12-27 06:27:14'),
(660, '69.171.249.10', '@', '2025-12-27 06:28:51', '2025-12-27 06:28:51'),
(661, '69.171.234.24', '@', '2025-12-27 08:09:16', '2025-12-27 08:09:16'),
(662, '152.58.63.130', '@', '2025-12-27 08:13:55', '2025-12-27 08:13:55'),
(663, '173.252.87.9', '@', '2025-12-27 08:14:35', '2025-12-27 08:14:35'),
(664, '66.220.149.22', '@', '2025-12-27 08:29:36', '2025-12-27 08:29:36'),
(665, '74.125.216.161', '@', '2025-12-27 09:17:31', '2025-12-27 09:17:31'),
(666, '66.220.149.114', '@', '2025-12-27 11:05:28', '2025-12-27 11:05:28'),
(667, '173.252.83.10', '@', '2025-12-27 11:13:06', '2025-12-27 11:13:06'),
(668, '69.171.249.112', '@', '2025-12-27 11:17:25', '2025-12-27 11:17:25'),
(669, '66.220.149.3', '@', '2025-12-27 11:26:58', '2025-12-27 11:26:58'),
(670, '173.252.83.114', '@', '2025-12-27 11:34:01', '2025-12-27 11:34:01'),
(671, '66.220.149.27', '@', '2025-12-27 11:35:21', '2025-12-27 11:35:21'),
(672, '173.252.87.1', '@', '2025-12-27 11:50:04', '2025-12-27 11:50:04'),
(673, '66.220.149.2', '@', '2025-12-27 11:55:29', '2025-12-27 11:55:29'),
(674, '66.220.149.21', '@', '2025-12-27 11:58:23', '2025-12-27 11:58:23'),
(675, '173.252.87.6', '@', '2025-12-27 11:58:25', '2025-12-27 11:58:25'),
(676, '66.220.149.0', '@', '2025-12-27 12:00:24', '2025-12-27 12:00:24'),
(677, '69.171.234.19', '@', '2025-12-27 13:13:22', '2025-12-27 13:13:22'),
(678, '66.220.149.13', '@', '2025-12-27 13:17:21', '2025-12-27 13:17:21'),
(679, '66.220.149.11', '@', '2025-12-27 13:20:45', '2025-12-27 13:20:45'),
(680, '173.252.87.1', '@', '2025-12-27 13:22:42', '2025-12-27 13:22:42'),
(681, '69.171.234.68', '@', '2025-12-27 15:25:42', '2025-12-27 15:25:42'),
(682, '69.171.234.63', '@', '2025-12-27 15:29:40', '2025-12-27 15:29:40'),
(683, '173.252.83.112', '@', '2025-12-27 15:29:47', '2025-12-27 15:29:47'),
(684, '173.252.87.6', '@', '2025-12-27 15:30:12', '2025-12-27 15:30:12'),
(685, '69.171.234.68', '@', '2025-12-27 15:30:36', '2025-12-27 15:30:36'),
(686, '66.220.149.39', '@', '2025-12-27 15:31:20', '2025-12-27 15:31:20'),
(687, '173.252.83.6', '@', '2025-12-27 15:31:35', '2025-12-27 15:31:35'),
(688, '66.220.149.56', '@', '2025-12-27 15:32:08', '2025-12-27 15:32:08'),
(689, '173.252.83.9', '@', '2025-12-27 15:37:35', '2025-12-27 15:37:35'),
(690, '66.220.149.38', '@', '2025-12-27 15:40:12', '2025-12-27 15:40:12'),
(691, '66.220.149.20', '@', '2025-12-27 15:44:33', '2025-12-27 15:44:33'),
(692, '66.220.149.56', '@', '2025-12-27 15:45:05', '2025-12-27 15:45:05'),
(693, '69.171.234.113', '@', '2025-12-27 17:10:21', '2025-12-27 17:10:21'),
(694, '66.220.149.10', '@', '2025-12-27 17:10:29', '2025-12-27 17:10:29'),
(695, '66.220.149.116', '@', '2025-12-27 17:11:53', '2025-12-27 17:11:53'),
(696, '69.171.234.0', '@', '2025-12-27 17:16:35', '2025-12-27 17:16:35'),
(697, '69.171.234.7', '@', '2025-12-27 19:41:27', '2025-12-27 19:41:27'),
(698, '66.220.149.112', '@', '2025-12-27 20:54:42', '2025-12-27 20:54:42'),
(699, '173.252.87.9', '@', '2025-12-27 20:57:18', '2025-12-27 20:57:18'),
(700, '69.171.234.7', '@', '2025-12-27 21:46:45', '2025-12-27 21:46:45'),
(701, '66.220.149.18', '@', '2025-12-27 21:54:20', '2025-12-27 21:54:20'),
(702, '66.220.149.29', '@', '2025-12-27 21:56:15', '2025-12-27 21:56:15'),
(703, '69.171.234.61', '@', '2025-12-27 23:42:38', '2025-12-27 23:42:38'),
(704, '69.171.234.15', '@', '2025-12-28 00:02:32', '2025-12-28 00:02:32'),
(705, '66.220.149.9', '@', '2025-12-28 01:53:32', '2025-12-28 01:53:32'),
(706, '66.220.149.112', '@', '2025-12-28 02:08:21', '2025-12-28 02:08:21'),
(707, '69.171.249.118', '@', '2025-12-28 02:44:00', '2025-12-28 02:44:00'),
(708, '173.252.83.113', '@', '2025-12-28 02:48:28', '2025-12-28 02:48:28'),
(709, '173.252.83.3', '@', '2025-12-28 03:38:57', '2025-12-28 03:38:57'),
(710, '69.171.234.38', '@', '2025-12-28 03:41:28', '2025-12-28 03:41:28'),
(711, '173.252.83.112', '@', '2025-12-28 03:43:40', '2025-12-28 03:43:40'),
(712, '66.220.149.28', '@', '2025-12-28 03:51:26', '2025-12-28 03:51:26'),
(713, '66.220.149.38', '@', '2025-12-28 03:52:18', '2025-12-28 03:52:18'),
(714, '173.252.87.2', '@', '2025-12-28 03:53:00', '2025-12-28 03:53:00'),
(715, '69.171.234.4', '@', '2025-12-28 04:25:48', '2025-12-28 04:25:48'),
(716, '69.171.234.14', '@', '2025-12-28 04:26:39', '2025-12-28 04:26:39'),
(717, '69.171.234.18', '@', '2025-12-28 04:33:04', '2025-12-28 04:33:04'),
(718, '69.171.249.112', '@', '2025-12-28 04:37:00', '2025-12-28 04:37:00'),
(719, '66.220.149.39', '@', '2025-12-28 04:39:25', '2025-12-28 04:39:25'),
(720, '66.220.149.19', '@', '2025-12-28 04:39:26', '2025-12-28 04:39:26'),
(721, '69.171.234.18', '@', '2025-12-28 04:40:23', '2025-12-28 04:40:23'),
(722, '152.59.38.170', '@', '2025-12-28 05:21:18', '2025-12-28 05:21:18'),
(723, '69.171.234.12', '@', '2025-12-28 05:38:52', '2025-12-28 05:38:52'),
(724, '66.220.149.18', '@', '2025-12-28 05:39:11', '2025-12-28 05:39:11'),
(725, '66.220.149.53', '@', '2025-12-28 05:40:24', '2025-12-28 05:40:24'),
(726, '66.220.149.114', '@', '2025-12-28 05:41:00', '2025-12-28 05:41:00'),
(727, '173.252.83.8', '@', '2025-12-28 05:41:01', '2025-12-28 05:41:01'),
(728, '69.171.234.61', '@', '2025-12-28 06:39:35', '2025-12-28 06:39:35'),
(729, '66.220.149.31', '@', '2025-12-28 06:45:31', '2025-12-28 06:45:31'),
(730, '69.171.234.34', '@', '2025-12-28 06:46:51', '2025-12-28 06:46:51'),
(731, '66.220.149.38', '@', '2025-12-28 06:50:16', '2025-12-28 06:50:16'),
(732, '69.171.234.9', '@', '2025-12-28 06:50:55', '2025-12-28 06:50:55'),
(733, '69.171.234.20', '@', '2025-12-28 06:51:23', '2025-12-28 06:51:23'),
(734, '173.252.83.114', '@', '2025-12-28 06:51:33', '2025-12-28 06:51:33'),
(735, '66.220.149.115', '@', '2025-12-28 06:51:38', '2025-12-28 06:51:38'),
(736, '66.220.149.3', '@', '2025-12-28 06:51:46', '2025-12-28 06:51:46'),
(737, '69.171.234.113', '@', '2025-12-28 06:51:49', '2025-12-28 06:51:49'),
(738, '69.171.249.10', '@', '2025-12-28 07:29:50', '2025-12-28 07:29:50'),
(739, '173.252.83.115', '@', '2025-12-28 07:35:37', '2025-12-28 07:35:37'),
(740, '173.252.87.8', '@', '2025-12-28 07:36:30', '2025-12-28 07:36:30'),
(741, '69.171.234.9', '@', '2025-12-28 07:37:43', '2025-12-28 07:37:43'),
(742, '66.220.149.49', '@', '2025-12-28 07:37:57', '2025-12-28 07:37:57'),
(743, '66.220.149.16', '@', '2025-12-28 07:38:22', '2025-12-28 07:38:22'),
(744, '66.220.149.15', '@', '2025-12-28 07:39:29', '2025-12-28 07:39:29'),
(745, '66.220.149.6', '@', '2025-12-28 07:41:21', '2025-12-28 07:41:21'),
(746, '74.125.216.161', '@', '2025-12-28 07:50:20', '2025-12-28 07:50:20'),
(747, '74.125.216.160', '@', '2025-12-28 08:01:51', '2025-12-28 08:01:51'),
(748, '69.171.249.5', '@', '2025-12-28 08:24:32', '2025-12-28 08:24:32'),
(749, '173.252.87.16', '@', '2025-12-28 08:25:00', '2025-12-28 08:25:00'),
(750, '69.171.249.115', '@', '2025-12-28 08:25:32', '2025-12-28 08:25:32'),
(751, '69.171.234.15', '@', '2025-12-28 08:26:55', '2025-12-28 08:26:55'),
(752, '69.171.234.8', '@', '2025-12-28 08:29:23', '2025-12-28 08:29:23'),
(753, '69.171.234.8', '@', '2025-12-28 08:30:56', '2025-12-28 08:30:56'),
(754, '69.171.234.7', '@', '2025-12-28 08:33:58', '2025-12-28 08:33:58'),
(755, '69.171.234.1', '@', '2025-12-28 08:35:28', '2025-12-28 08:35:28'),
(756, '173.252.87.15', '@', '2025-12-28 09:19:54', '2025-12-28 09:19:54'),
(757, '173.252.83.6', '@', '2025-12-28 09:19:55', '2025-12-28 09:19:55'),
(758, '173.252.87.42', '@', '2025-12-28 09:22:29', '2025-12-28 09:22:29'),
(759, '66.220.149.7', '@', '2025-12-28 09:25:00', '2025-12-28 09:25:00'),
(760, '66.220.149.22', '@', '2025-12-28 09:27:05', '2025-12-28 09:27:05'),
(761, '66.220.149.61', '@', '2025-12-28 09:35:27', '2025-12-28 09:35:27'),
(762, '69.171.234.112', '@', '2025-12-28 10:14:51', '2025-12-28 10:14:51'),
(763, '69.171.234.35', '@', '2025-12-28 10:17:31', '2025-12-28 10:17:31'),
(764, '66.220.149.6', '@', '2025-12-28 10:18:14', '2025-12-28 10:18:14'),
(765, '69.171.234.12', '@', '2025-12-28 10:18:29', '2025-12-28 10:18:29'),
(766, '66.220.149.16', '@', '2025-12-28 10:19:12', '2025-12-28 10:19:12'),
(767, '69.171.234.5', '@', '2025-12-28 10:21:24', '2025-12-28 10:21:24'),
(768, '173.252.83.5', '@', '2025-12-28 10:26:31', '2025-12-28 10:26:31'),
(769, '69.171.234.18', '@', '2025-12-28 10:28:38', '2025-12-28 10:28:38'),
(770, '69.171.234.5', '@', '2025-12-28 11:31:50', '2025-12-28 11:31:50'),
(771, '66.220.149.114', '@', '2025-12-28 11:35:34', '2025-12-28 11:35:34'),
(772, '69.171.234.113', '@', '2025-12-28 11:36:15', '2025-12-28 11:36:15'),
(773, '69.171.234.8', '@', '2025-12-28 11:38:25', '2025-12-28 11:38:25'),
(774, '69.171.249.114', '@', '2025-12-28 11:39:11', '2025-12-28 11:39:11'),
(775, '173.252.87.47', '@', '2025-12-28 11:40:20', '2025-12-28 11:40:20'),
(776, '173.252.83.14', '@', '2025-12-28 11:42:05', '2025-12-28 11:42:05'),
(777, '66.220.149.8', '@', '2025-12-28 11:42:51', '2025-12-28 11:42:51'),
(778, '66.220.149.10', '@', '2025-12-28 13:35:17', '2025-12-28 13:35:17'),
(779, '173.252.87.46', '@', '2025-12-28 13:35:31', '2025-12-28 13:35:31'),
(780, '66.220.149.29', '@', '2025-12-28 13:39:22', '2025-12-28 13:39:22'),
(781, '173.252.83.26', '@', '2025-12-28 13:42:05', '2025-12-28 13:42:05'),
(782, '66.220.149.3', '@', '2025-12-28 13:45:29', '2025-12-28 13:45:29'),
(783, '66.220.149.113', '@', '2025-12-28 13:45:51', '2025-12-28 13:45:51'),
(784, '66.220.149.27', '@', '2025-12-28 13:45:59', '2025-12-28 13:45:59'),
(785, '66.220.149.0', '@', '2025-12-28 14:57:36', '2025-12-28 14:57:36'),
(786, '173.252.83.8', '@', '2025-12-28 14:58:04', '2025-12-28 14:58:04'),
(787, '69.171.234.8', '@', '2025-12-28 14:58:24', '2025-12-28 14:58:24'),
(788, '173.252.87.3', '@', '2025-12-28 14:58:31', '2025-12-28 14:58:31'),
(789, '66.220.149.19', '@', '2025-12-28 15:02:50', '2025-12-28 15:02:50'),
(790, '66.220.149.21', '@', '2025-12-28 15:03:39', '2025-12-28 15:03:39'),
(791, '173.252.87.42', '@', '2025-12-28 15:34:33', '2025-12-28 15:34:33'),
(792, '69.171.249.39', '@', '2025-12-28 15:35:35', '2025-12-28 15:35:35'),
(793, '66.220.149.24', '@', '2025-12-28 15:40:07', '2025-12-28 15:40:07'),
(794, '69.171.234.20', '@', '2025-12-28 15:45:52', '2025-12-28 15:45:52'),
(795, '69.171.234.15', '@', '2025-12-28 16:37:59', '2025-12-28 16:37:59'),
(796, '185.236.200.27', '@', '2025-12-28 17:14:19', '2025-12-28 17:14:19'),
(797, '66.249.72.160', '@', '2025-12-28 19:08:37', '2025-12-28 19:08:37'),
(798, '69.171.234.61', '@', '2025-12-28 20:44:08', '2025-12-28 20:44:08'),
(799, '69.171.234.30', '@', '2025-12-28 20:45:06', '2025-12-28 20:45:06'),
(800, '173.252.83.9', '@', '2025-12-28 20:45:57', '2025-12-28 20:45:57'),
(801, '66.220.149.15', '@', '2025-12-28 21:54:10', '2025-12-28 21:54:10'),
(802, '66.220.149.13', '@', '2025-12-28 21:54:57', '2025-12-28 21:54:57'),
(803, '69.171.249.8', '@', '2025-12-28 22:00:45', '2025-12-28 22:00:45'),
(804, '173.252.83.114', '@', '2025-12-28 22:48:45', '2025-12-28 22:48:45'),
(805, '69.171.234.30', '@', '2025-12-28 23:50:23', '2025-12-28 23:50:23'),
(806, '69.171.249.2', '@', '2025-12-28 23:51:30', '2025-12-28 23:51:30'),
(807, '66.220.149.47', '@', '2025-12-29 00:47:57', '2025-12-29 00:47:57'),
(808, '66.220.149.26', '@', '2025-12-29 00:48:06', '2025-12-29 00:48:06'),
(809, '173.252.87.42', '@', '2025-12-29 00:53:47', '2025-12-29 00:53:47'),
(810, '66.220.149.29', '@', '2025-12-29 01:02:29', '2025-12-29 01:02:29'),
(811, '66.220.149.8', '@', '2025-12-29 01:02:36', '2025-12-29 01:02:36'),
(812, '66.249.72.160', '@', '2025-12-29 01:15:03', '2025-12-29 01:15:03'),
(813, '69.171.234.23', '@', '2025-12-29 01:57:26', '2025-12-29 01:57:26'),
(814, '69.171.234.114', '@', '2025-12-29 02:00:20', '2025-12-29 02:00:20'),
(815, '66.220.149.47', '@', '2025-12-29 02:53:07', '2025-12-29 02:53:07'),
(816, '69.171.234.2', '@', '2025-12-29 02:55:11', '2025-12-29 02:55:11'),
(817, '66.220.149.34', '@', '2025-12-29 03:46:32', '2025-12-29 03:46:32'),
(818, '69.171.234.3', '@', '2025-12-29 03:49:10', '2025-12-29 03:49:10'),
(819, '66.220.149.11', '@', '2025-12-29 03:57:13', '2025-12-29 03:57:13'),
(820, '66.249.72.161', '@', '2025-12-29 07:18:37', '2025-12-29 07:18:37'),
(821, '74.125.216.160', '@', '2025-12-29 08:56:10', '2025-12-29 08:56:10'),
(822, '74.125.216.162', '@', '2025-12-29 09:02:33', '2025-12-29 09:02:33'),
(823, '223.181.120.129', '@', '2025-12-29 09:51:52', '2025-12-29 09:51:52'),
(824, '66.249.72.161', '@', '2025-12-29 19:27:01', '2025-12-29 19:27:01'),
(825, '66.249.91.231', '@', '2025-12-31 07:40:52', '2025-12-31 07:40:52'),
(826, '66.249.75.199', '@', '2026-01-01 01:38:50', '2026-01-01 01:38:50'),
(827, '66.249.75.200', '@', '2026-01-01 02:59:41', '2026-01-01 02:59:41'),
(828, '66.249.75.199', '@', '2026-01-01 08:02:18', '2026-01-01 08:02:18'),
(829, '66.249.75.198', '@', '2026-01-01 12:57:29', '2026-01-01 12:57:29'),
(830, '66.249.75.198', '@', '2026-01-01 19:38:12', '2026-01-01 19:38:12'),
(831, '66.249.91.232', '@', '2026-01-02 08:55:36', '2026-01-02 08:55:36'),
(832, '66.249.91.230', '@', '2026-01-02 09:32:10', '2026-01-02 09:32:10'),
(833, '103.251.19.76', '@', '2026-01-02 10:26:41', '2026-01-02 10:26:41'),
(834, '66.249.91.232', '@', '2026-01-03 07:58:09', '2026-01-03 07:58:09'),
(835, '66.249.91.230', '@', '2026-01-03 08:05:57', '2026-01-03 08:05:57'),
(836, '66.249.91.230', '@', '2026-01-04 08:43:21', '2026-01-04 08:43:21'),
(837, '66.249.75.199', '@', '2026-01-04 22:57:01', '2026-01-04 22:57:01'),
(838, '66.249.75.199', '@', '2026-01-05 00:22:58', '2026-01-05 00:22:58'),
(839, '152.58.61.7', '@', '2026-01-05 03:43:22', '2026-01-05 03:43:22'),
(840, '66.249.75.200', '@', '2026-01-05 08:11:15', '2026-01-05 08:11:15'),
(841, '66.249.91.230', '@', '2026-01-05 08:13:27', '2026-01-05 08:13:27'),
(842, '66.249.91.231', '@', '2026-01-05 08:26:18', '2026-01-05 08:26:18'),
(843, '152.58.34.155', '@', '2026-01-05 10:48:05', '2026-01-05 10:48:05'),
(844, '66.220.149.53', '@', '2026-01-05 11:03:48', '2026-01-05 11:03:48'),
(845, '66.220.149.10', '@', '2026-01-05 11:03:51', '2026-01-05 11:03:51'),
(846, '69.171.234.41', '@', '2026-01-05 11:04:00', '2026-01-05 11:04:00'),
(847, '69.171.234.8', '@', '2026-01-05 11:04:03', '2026-01-05 11:04:03'),
(848, '69.171.234.7', '@', '2026-01-05 11:04:14', '2026-01-05 11:04:14'),
(849, '66.220.149.9', '@', '2026-01-05 11:04:19', '2026-01-05 11:04:19'),
(850, '69.171.234.2', '@', '2026-01-05 11:04:26', '2026-01-05 11:04:26'),
(851, '66.220.149.2', '@', '2026-01-05 11:04:36', '2026-01-05 11:04:36'),
(852, '69.171.249.7', '@', '2026-01-05 11:04:39', '2026-01-05 11:04:39'),
(853, '66.220.149.0', '@', '2026-01-05 11:04:43', '2026-01-05 11:04:43'),
(854, '69.171.234.12', '@', '2026-01-05 11:04:49', '2026-01-05 11:04:49'),
(855, '66.220.149.20', '@', '2026-01-05 11:04:55', '2026-01-05 11:04:55'),
(856, '66.220.149.20', '@', '2026-01-05 11:04:55', '2026-01-05 11:04:55'),
(857, '66.220.149.31', '@', '2026-01-05 11:04:58', '2026-01-05 11:04:58'),
(858, '66.220.149.22', '@', '2026-01-05 11:05:03', '2026-01-05 11:05:03'),
(859, '69.171.234.39', '@', '2026-01-05 11:05:11', '2026-01-05 11:05:11'),
(860, '173.252.87.12', '@', '2026-01-05 11:05:12', '2026-01-05 11:05:12'),
(861, '69.171.234.33', '@', '2026-01-05 11:05:12', '2026-01-05 11:05:12'),
(862, '66.220.149.46', '@', '2026-01-05 11:05:13', '2026-01-05 11:05:13'),
(863, '66.220.149.17', '@', '2026-01-05 11:05:17', '2026-01-05 11:05:17'),
(864, '69.171.234.52', '@', '2026-01-05 11:05:19', '2026-01-05 11:05:19'),
(865, '66.220.149.30', '@', '2026-01-05 11:05:22', '2026-01-05 11:05:22'),
(866, '69.171.249.115', '@', '2026-01-05 11:05:27', '2026-01-05 11:05:27'),
(867, '69.171.234.58', '@', '2026-01-05 11:05:28', '2026-01-05 11:05:28'),
(868, '66.220.149.5', '@', '2026-01-05 11:05:33', '2026-01-05 11:05:33'),
(869, '69.171.234.2', '@', '2026-01-05 11:05:35', '2026-01-05 11:05:35'),
(870, '69.171.249.113', '@', '2026-01-05 11:05:39', '2026-01-05 11:05:39'),
(871, '69.171.249.5', '@', '2026-01-05 11:05:45', '2026-01-05 11:05:45'),
(872, '66.220.149.3', '@', '2026-01-05 11:05:46', '2026-01-05 11:05:46'),
(873, '66.220.149.115', '@', '2026-01-05 11:05:49', '2026-01-05 11:05:49'),
(874, '66.220.149.35', '@', '2026-01-05 11:05:55', '2026-01-05 11:05:55'),
(875, '66.220.149.22', '@', '2026-01-05 11:06:02', '2026-01-05 11:06:02'),
(876, '66.220.149.30', '@', '2026-01-05 11:06:03', '2026-01-05 11:06:03'),
(877, '69.171.249.3', '@', '2026-01-05 11:06:05', '2026-01-05 11:06:05'),
(878, '69.171.234.10', '@', '2026-01-05 11:06:09', '2026-01-05 11:06:09'),
(879, '69.171.234.59', '@', '2026-01-05 11:06:17', '2026-01-05 11:06:17'),
(880, '69.171.234.17', '@', '2026-01-05 11:06:18', '2026-01-05 11:06:18'),
(881, '69.171.249.1', '@', '2026-01-05 11:06:18', '2026-01-05 11:06:18'),
(882, '69.171.234.39', '@', '2026-01-05 11:06:22', '2026-01-05 11:06:22'),
(883, '66.220.149.45', '@', '2026-01-05 11:06:24', '2026-01-05 11:06:24'),
(884, '66.220.149.33', '@', '2026-01-05 11:06:27', '2026-01-05 11:06:27'),
(885, '69.171.234.23', '@', '2026-01-05 11:06:33', '2026-01-05 11:06:33'),
(886, '66.220.149.36', '@', '2026-01-05 11:06:35', '2026-01-05 11:06:35'),
(887, '66.220.149.114', '@', '2026-01-05 11:06:38', '2026-01-05 11:06:38'),
(888, '69.171.234.13', '@', '2026-01-05 11:06:40', '2026-01-05 11:06:40'),
(889, '66.220.149.47', '@', '2026-01-05 11:06:44', '2026-01-05 11:06:44'),
(890, '173.252.87.11', '@', '2026-01-05 11:06:49', '2026-01-05 11:06:49'),
(891, '66.220.149.31', '@', '2026-01-05 11:06:51', '2026-01-05 11:06:51'),
(892, '69.171.234.42', '@', '2026-01-05 11:06:55', '2026-01-05 11:06:55'),
(893, '173.252.83.5', '@', '2026-01-05 11:06:57', '2026-01-05 11:06:57'),
(894, '66.220.149.29', '@', '2026-01-05 11:07:05', '2026-01-05 11:07:05'),
(895, '69.171.234.62', '@', '2026-01-05 11:07:10', '2026-01-05 11:07:10'),
(896, '173.252.87.23', '@', '2026-01-05 11:07:22', '2026-01-05 11:07:22'),
(897, '69.171.234.10', '@', '2026-01-05 11:07:26', '2026-01-05 11:07:26'),
(898, '69.171.234.1', '@', '2026-01-05 11:07:34', '2026-01-05 11:07:34'),
(899, '69.171.234.55', '@', '2026-01-05 11:07:37', '2026-01-05 11:07:37'),
(900, '69.171.249.3', '@', '2026-01-05 11:07:47', '2026-01-05 11:07:47'),
(901, '69.171.234.36', '@', '2026-01-05 11:07:54', '2026-01-05 11:07:54'),
(902, '69.171.234.12', '@', '2026-01-05 11:07:58', '2026-01-05 11:07:58'),
(903, '173.252.83.114', '@', '2026-01-05 11:08:00', '2026-01-05 11:08:00'),
(904, '69.171.234.22', '@', '2026-01-05 11:08:03', '2026-01-05 11:08:03'),
(905, '69.171.234.4', '@', '2026-01-05 11:08:18', '2026-01-05 11:08:18'),
(906, '69.171.234.29', '@', '2026-01-05 11:08:30', '2026-01-05 11:08:30'),
(907, '66.220.149.46', '@', '2026-01-05 11:08:39', '2026-01-05 11:08:39'),
(908, '173.252.87.7', '@', '2026-01-05 11:08:50', '2026-01-05 11:08:50'),
(909, '66.220.149.116', '@', '2026-01-05 11:08:54', '2026-01-05 11:08:54'),
(910, '66.220.149.26', '@', '2026-01-05 11:09:05', '2026-01-05 11:09:05'),
(911, '173.252.87.57', '@', '2026-01-05 11:09:10', '2026-01-05 11:09:10'),
(912, '69.171.234.51', '@', '2026-01-05 11:09:20', '2026-01-05 11:09:20'),
(913, '66.220.149.3', '@', '2026-01-05 11:09:25', '2026-01-05 11:09:25'),
(914, '66.220.149.115', '@', '2026-01-05 11:09:30', '2026-01-05 11:09:30'),
(915, '66.220.149.16', '@', '2026-01-05 11:09:37', '2026-01-05 11:09:37'),
(916, '69.171.234.10', '@', '2026-01-05 11:09:41', '2026-01-05 11:09:41'),
(917, '66.220.149.3', '@', '2026-01-05 11:09:46', '2026-01-05 11:09:46'),
(918, '173.252.83.3', '@', '2026-01-05 11:09:51', '2026-01-05 11:09:51'),
(919, '173.252.87.8', '@', '2026-01-05 11:10:04', '2026-01-05 11:10:04'),
(920, '66.220.149.49', '@', '2026-01-05 11:10:09', '2026-01-05 11:10:09'),
(921, '173.252.83.4', '@', '2026-01-05 11:10:14', '2026-01-05 11:10:14'),
(922, '69.171.234.23', '@', '2026-01-05 11:10:27', '2026-01-05 11:10:27'),
(923, '66.220.149.3', '@', '2026-01-05 11:10:33', '2026-01-05 11:10:33'),
(924, '66.220.149.116', '@', '2026-01-05 11:10:38', '2026-01-05 11:10:38'),
(925, '66.249.75.200', '@', '2026-01-05 11:10:42', '2026-01-05 11:10:42'),
(926, '173.252.83.10', '@', '2026-01-05 11:10:43', '2026-01-05 11:10:43'),
(927, '69.171.234.10', '@', '2026-01-05 11:10:48', '2026-01-05 11:10:48'),
(928, '66.220.149.29', '@', '2026-01-05 11:10:56', '2026-01-05 11:10:56'),
(929, '69.171.234.61', '@', '2026-01-05 11:10:58', '2026-01-05 11:10:58'),
(930, '173.252.83.3', '@', '2026-01-05 11:11:02', '2026-01-05 11:11:02'),
(931, '66.220.149.37', '@', '2026-01-05 11:11:06', '2026-01-05 11:11:06'),
(932, '173.252.83.9', '@', '2026-01-05 11:11:13', '2026-01-05 11:11:13'),
(933, '66.220.149.36', '@', '2026-01-05 11:11:16', '2026-01-05 11:11:16'),
(934, '69.171.249.118', '@', '2026-01-05 11:11:25', '2026-01-05 11:11:25'),
(935, '173.252.87.59', '@', '2026-01-05 11:11:31', '2026-01-05 11:11:31'),
(936, '69.171.249.1', '@', '2026-01-05 11:11:35', '2026-01-05 11:11:35'),
(937, '69.171.249.6', '@', '2026-01-05 11:11:39', '2026-01-05 11:11:39'),
(938, '66.220.149.46', '@', '2026-01-05 11:11:43', '2026-01-05 11:11:43'),
(939, '173.252.87.35', '@', '2026-01-05 11:11:48', '2026-01-05 11:11:48'),
(940, '66.220.149.12', '@', '2026-01-05 11:11:59', '2026-01-05 11:11:59'),
(941, '69.171.234.45', '@', '2026-01-05 11:12:04', '2026-01-05 11:12:04'),
(942, '69.171.234.36', '@', '2026-01-05 11:12:12', '2026-01-05 11:12:12'),
(943, '69.171.234.16', '@', '2026-01-05 11:12:16', '2026-01-05 11:12:16'),
(944, '66.220.149.35', '@', '2026-01-05 11:12:21', '2026-01-05 11:12:21'),
(945, '66.220.149.115', '@', '2026-01-05 11:12:34', '2026-01-05 11:12:34'),
(946, '69.171.234.73', '@', '2026-01-05 11:12:38', '2026-01-05 11:12:38'),
(947, '69.171.234.71', '@', '2026-01-05 11:12:43', '2026-01-05 11:12:43'),
(948, '66.220.149.48', '@', '2026-01-05 11:12:47', '2026-01-05 11:12:47'),
(949, '69.171.249.116', '@', '2026-01-05 11:12:51', '2026-01-05 11:12:51'),
(950, '66.220.149.113', '@', '2026-01-05 11:12:56', '2026-01-05 11:12:56'),
(951, '69.171.234.18', '@', '2026-01-05 11:13:01', '2026-01-05 11:13:01'),
(952, '66.220.149.6', '@', '2026-01-05 11:13:04', '2026-01-05 11:13:04'),
(953, '69.171.234.60', '@', '2026-01-05 11:13:09', '2026-01-05 11:13:09'),
(954, '69.171.234.31', '@', '2026-01-05 11:13:14', '2026-01-05 11:13:14'),
(955, '66.220.149.34', '@', '2026-01-05 11:13:17', '2026-01-05 11:13:17'),
(956, '69.171.249.10', '@', '2026-01-05 11:13:21', '2026-01-05 11:13:21'),
(957, '66.220.149.24', '@', '2026-01-05 11:13:26', '2026-01-05 11:13:26'),
(958, '69.171.234.0', '@', '2026-01-05 11:13:30', '2026-01-05 11:13:30'),
(959, '66.220.149.35', '@', '2026-01-05 11:13:35', '2026-01-05 11:13:35'),
(960, '173.252.83.116', '@', '2026-01-05 11:13:40', '2026-01-05 11:13:40'),
(961, '173.252.87.35', '@', '2026-01-05 11:13:43', '2026-01-05 11:13:43'),
(962, '66.220.149.27', '@', '2026-01-05 11:13:47', '2026-01-05 11:13:47'),
(963, '69.171.249.113', '@', '2026-01-05 11:13:52', '2026-01-05 11:13:52'),
(964, '173.252.87.23', '@', '2026-01-05 11:14:01', '2026-01-05 11:14:01'),
(965, '69.171.249.116', '@', '2026-01-05 11:14:03', '2026-01-05 11:14:03'),
(966, '69.171.234.26', '@', '2026-01-05 11:14:10', '2026-01-05 11:14:10'),
(967, '66.220.149.115', '@', '2026-01-05 11:14:12', '2026-01-05 11:14:12'),
(968, '69.171.234.49', '@', '2026-01-05 11:14:21', '2026-01-05 11:14:21'),
(969, '69.171.234.54', '@', '2026-01-05 11:14:25', '2026-01-05 11:14:25'),
(970, '66.220.149.16', '@', '2026-01-05 11:14:33', '2026-01-05 11:14:33'),
(971, '66.220.149.32', '@', '2026-01-05 11:14:38', '2026-01-05 11:14:38'),
(972, '66.220.149.13', '@', '2026-01-05 11:14:41', '2026-01-05 11:14:41'),
(973, '173.252.87.16', '@', '2026-01-05 11:14:45', '2026-01-05 11:14:45'),
(974, '66.220.149.4', '@', '2026-01-05 11:14:50', '2026-01-05 11:14:50'),
(975, '66.220.149.9', '@', '2026-01-05 11:14:54', '2026-01-05 11:14:54'),
(976, '66.220.149.32', '@', '2026-01-05 11:14:57', '2026-01-05 11:14:57'),
(977, '66.220.149.38', '@', '2026-01-05 11:15:02', '2026-01-05 11:15:02'),
(978, '173.252.83.114', '@', '2026-01-05 11:15:06', '2026-01-05 11:15:06'),
(979, '69.171.234.0', '@', '2026-01-05 11:15:14', '2026-01-05 11:15:14'),
(980, '173.252.83.1', '@', '2026-01-05 11:15:27', '2026-01-05 11:15:27'),
(981, '173.252.83.10', '@', '2026-01-05 11:15:30', '2026-01-05 11:15:30'),
(982, '173.252.87.13', '@', '2026-01-05 11:15:33', '2026-01-05 11:15:33'),
(983, '66.220.149.16', '@', '2026-01-05 11:15:39', '2026-01-05 11:15:39'),
(984, '66.220.149.60', '@', '2026-01-05 11:15:45', '2026-01-05 11:15:45'),
(985, '66.220.149.18', '@', '2026-01-05 11:15:51', '2026-01-05 11:15:51'),
(986, '69.171.234.36', '@', '2026-01-05 11:15:54', '2026-01-05 11:15:54'),
(987, '69.171.249.3', '@', '2026-01-05 11:15:57', '2026-01-05 11:15:57'),
(988, '69.171.234.62', '@', '2026-01-05 11:16:14', '2026-01-05 11:16:14'),
(989, '66.220.149.39', '@', '2026-01-05 11:16:15', '2026-01-05 11:16:15'),
(990, '66.220.149.33', '@', '2026-01-05 11:16:26', '2026-01-05 11:16:26'),
(991, '69.171.234.30', '@', '2026-01-05 11:16:35', '2026-01-05 11:16:35'),
(992, '66.220.149.3', '@', '2026-01-05 11:16:36', '2026-01-05 11:16:36'),
(993, '69.171.234.14', '@', '2026-01-05 11:16:48', '2026-01-05 11:16:48'),
(994, '66.220.149.9', '@', '2026-01-05 11:16:56', '2026-01-05 11:16:56'),
(995, '69.63.189.29', '@', '2026-01-05 11:17:17', '2026-01-05 11:17:17'),
(996, '66.220.149.46', '@', '2026-01-05 11:17:18', '2026-01-05 11:17:18'),
(997, '69.171.234.18', '@', '2026-01-05 11:17:32', '2026-01-05 11:17:32'),
(998, '69.171.234.61', '@', '2026-01-05 11:17:40', '2026-01-05 11:17:40'),
(999, '66.220.149.43', '@', '2026-01-05 11:17:46', '2026-01-05 11:17:46'),
(1000, '69.171.234.13', '@', '2026-01-05 11:18:01', '2026-01-05 11:18:01'),
(1001, '69.171.249.9', '@', '2026-01-05 11:18:08', '2026-01-05 11:18:08'),
(1002, '69.171.234.54', '@', '2026-01-05 11:18:11', '2026-01-05 11:18:11'),
(1003, '69.171.234.61', '@', '2026-01-05 11:18:20', '2026-01-05 11:18:20'),
(1004, '69.171.234.14', '@', '2026-01-05 11:18:30', '2026-01-05 11:18:30'),
(1005, '66.220.149.28', '@', '2026-01-05 11:18:38', '2026-01-05 11:18:38'),
(1006, '173.252.83.113', '@', '2026-01-05 11:18:41', '2026-01-05 11:18:41'),
(1007, '173.252.87.14', '@', '2026-01-05 11:18:48', '2026-01-05 11:18:48'),
(1008, '69.171.249.114', '@', '2026-01-05 11:18:52', '2026-01-05 11:18:52'),
(1009, '173.252.87.16', '@', '2026-01-05 11:19:00', '2026-01-05 11:19:00'),
(1010, '173.252.87.18', '@', '2026-01-05 11:19:03', '2026-01-05 11:19:03'),
(1011, '69.171.234.1', '@', '2026-01-05 11:19:11', '2026-01-05 11:19:11'),
(1012, '66.220.149.12', '@', '2026-01-05 11:19:16', '2026-01-05 11:19:16'),
(1013, '69.171.234.6', '@', '2026-01-05 11:19:22', '2026-01-05 11:19:22'),
(1014, '69.171.234.56', '@', '2026-01-05 11:19:24', '2026-01-05 11:19:24'),
(1015, '66.220.149.18', '@', '2026-01-05 11:19:27', '2026-01-05 11:19:27'),
(1016, '69.171.249.4', '@', '2026-01-05 11:19:30', '2026-01-05 11:19:30'),
(1017, '69.171.234.21', '@', '2026-01-05 11:19:34', '2026-01-05 11:19:34'),
(1018, '66.220.149.4', '@', '2026-01-05 11:19:42', '2026-01-05 11:19:42'),
(1019, '173.252.87.15', '@', '2026-01-05 11:19:48', '2026-01-05 11:19:48'),
(1020, '173.252.87.8', '@', '2026-01-05 11:19:53', '2026-01-05 11:19:53'),
(1021, '69.171.234.21', '@', '2026-01-05 11:19:56', '2026-01-05 11:19:56'),
(1022, '69.171.234.23', '@', '2026-01-05 11:19:58', '2026-01-05 11:19:58'),
(1023, '66.220.149.19', '@', '2026-01-05 11:19:59', '2026-01-05 11:19:59'),
(1024, '66.220.149.19', '@', '2026-01-05 11:20:04', '2026-01-05 11:20:04'),
(1025, '66.220.149.48', '@', '2026-01-05 11:20:07', '2026-01-05 11:20:07'),
(1026, '69.171.234.12', '@', '2026-01-05 11:20:08', '2026-01-05 11:20:08'),
(1027, '69.171.234.6', '@', '2026-01-05 11:20:09', '2026-01-05 11:20:09'),
(1028, '69.171.234.44', '@', '2026-01-05 11:20:11', '2026-01-05 11:20:11'),
(1029, '66.220.149.60', '@', '2026-01-05 11:20:15', '2026-01-05 11:20:15'),
(1030, '66.220.149.31', '@', '2026-01-05 11:20:17', '2026-01-05 11:20:17'),
(1031, '69.171.234.68', '@', '2026-01-05 11:20:30', '2026-01-05 11:20:30'),
(1032, '69.171.249.6', '@', '2026-01-05 11:20:31', '2026-01-05 11:20:31'),
(1033, '69.171.234.28', '@', '2026-01-05 11:20:38', '2026-01-05 11:20:38'),
(1034, '69.171.234.23', '@', '2026-01-05 11:20:40', '2026-01-05 11:20:40'),
(1035, '69.171.234.18', '@', '2026-01-05 11:20:47', '2026-01-05 11:20:47'),
(1036, '69.171.234.21', '@', '2026-01-05 11:20:53', '2026-01-05 11:20:53'),
(1037, '66.220.149.10', '@', '2026-01-05 11:20:53', '2026-01-05 11:20:53'),
(1038, '173.252.87.1', '@', '2026-01-05 11:20:56', '2026-01-05 11:20:56'),
(1039, '69.171.234.63', '@', '2026-01-05 11:20:57', '2026-01-05 11:20:57'),
(1040, '69.171.234.20', '@', '2026-01-05 11:20:59', '2026-01-05 11:20:59'),
(1041, '173.252.87.11', '@', '2026-01-05 11:21:04', '2026-01-05 11:21:04'),
(1042, '66.220.149.113', '@', '2026-01-05 11:21:06', '2026-01-05 11:21:06'),
(1043, '66.220.149.60', '@', '2026-01-05 11:21:11', '2026-01-05 11:21:11'),
(1044, '69.171.234.42', '@', '2026-01-05 11:21:11', '2026-01-05 11:21:11'),
(1045, '66.220.149.47', '@', '2026-01-05 11:21:11', '2026-01-05 11:21:11'),
(1046, '69.171.249.114', '@', '2026-01-05 11:21:13', '2026-01-05 11:21:13'),
(1047, '69.171.234.39', '@', '2026-01-05 11:21:19', '2026-01-05 11:21:19'),
(1048, '173.252.87.13', '@', '2026-01-05 11:21:20', '2026-01-05 11:21:20'),
(1049, '66.220.149.113', '@', '2026-01-05 11:21:23', '2026-01-05 11:21:23'),
(1050, '66.220.149.33', '@', '2026-01-05 11:21:28', '2026-01-05 11:21:28'),
(1051, '66.220.149.8', '@', '2026-01-05 11:21:30', '2026-01-05 11:21:30'),
(1052, '69.171.249.114', '@', '2026-01-05 11:21:34', '2026-01-05 11:21:34'),
(1053, '173.252.87.25', '@', '2026-01-05 11:21:35', '2026-01-05 11:21:35'),
(1054, '66.220.149.48', '@', '2026-01-05 11:21:42', '2026-01-05 11:21:42'),
(1055, '69.171.234.18', '@', '2026-01-05 11:21:45', '2026-01-05 11:21:45'),
(1056, '69.171.234.52', '@', '2026-01-05 11:21:49', '2026-01-05 11:21:49'),
(1057, '69.171.249.1', '@', '2026-01-05 11:21:50', '2026-01-05 11:21:50'),
(1058, '173.252.83.9', '@', '2026-01-05 11:21:53', '2026-01-05 11:21:53'),
(1059, '69.171.234.19', '@', '2026-01-05 11:21:55', '2026-01-05 11:21:55'),
(1060, '69.171.234.30', '@', '2026-01-05 11:21:56', '2026-01-05 11:21:56'),
(1061, '69.171.249.1', '@', '2026-01-05 11:21:57', '2026-01-05 11:21:57'),
(1062, '69.171.234.14', '@', '2026-01-05 11:22:05', '2026-01-05 11:22:05'),
(1063, '173.252.83.1', '@', '2026-01-05 11:22:10', '2026-01-05 11:22:10'),
(1064, '66.220.149.32', '@', '2026-01-05 11:22:12', '2026-01-05 11:22:12'),
(1065, '42.108.198.10', '@', '2026-01-05 12:52:09', '2026-01-05 12:52:09'),
(1066, '66.249.75.198', '@', '2026-01-05 19:05:49', '2026-01-05 19:05:49'),
(1067, '66.220.149.24', '@', '2026-01-06 10:51:04', '2026-01-06 10:51:04'),
(1068, '152.58.34.120', '@', '2026-01-06 10:58:09', '2026-01-06 10:58:09'),
(1069, '69.171.234.28', '@', '2026-01-06 15:53:31', '2026-01-06 15:53:31'),
(1070, '66.220.149.53', '@', '2026-01-06 16:04:08', '2026-01-06 16:04:08'),
(1071, '66.220.149.2', '@', '2026-01-07 03:26:54', '2026-01-07 03:26:54'),
(1072, '173.252.83.112', '@', '2026-01-07 05:12:05', '2026-01-07 05:12:05'),
(1073, '64.233.172.167', '@', '2026-01-07 06:34:26', '2026-01-07 06:34:26'),
(1074, '177.245.221.247', '@', '2026-01-07 06:34:27', '2026-01-07 06:34:27'),
(1075, '66.220.149.32', '@', '2026-01-07 07:15:41', '2026-01-07 07:15:41'),
(1076, '66.220.149.60', '@', '2026-01-07 07:17:04', '2026-01-07 07:17:04'),
(1077, '173.252.87.12', '@', '2026-01-07 07:30:32', '2026-01-07 07:30:32'),
(1078, '66.220.149.33', '@', '2026-01-07 08:02:59', '2026-01-07 08:02:59'),
(1079, '66.249.91.230', '@', '2026-01-07 08:10:04', '2026-01-07 08:10:04'),
(1080, '66.249.91.232', '@', '2026-01-07 08:44:47', '2026-01-07 08:44:47'),
(1081, '69.171.234.18', '@', '2026-01-07 09:55:16', '2026-01-07 09:55:16'),
(1082, '69.171.249.2', '@', '2026-01-07 10:18:59', '2026-01-07 10:18:59'),
(1083, '69.171.249.113', '@', '2026-01-07 12:37:54', '2026-01-07 12:37:54'),
(1084, '66.220.149.29', '@', '2026-01-07 12:45:52', '2026-01-07 12:45:52'),
(1085, '69.171.249.1', '@', '2026-01-07 12:47:15', '2026-01-07 12:47:15'),
(1086, '69.171.234.55', '@', '2026-01-07 12:49:26', '2026-01-07 12:49:26'),
(1087, '66.220.149.0', '@', '2026-01-07 14:26:18', '2026-01-07 14:26:18'),
(1088, '69.171.249.112', '@', '2026-01-07 14:54:04', '2026-01-07 14:54:04'),
(1089, '69.171.249.3', '@', '2026-01-07 15:01:32', '2026-01-07 15:01:32'),
(1090, '66.220.149.20', '@', '2026-01-07 16:38:01', '2026-01-07 16:38:01'),
(1091, '69.171.234.45', '@', '2026-01-07 16:50:42', '2026-01-07 16:50:42'),
(1092, '66.249.75.199', '@', '2026-01-07 23:36:50', '2026-01-07 23:36:50'),
(1093, '66.249.75.199', '@', '2026-01-08 00:26:05', '2026-01-08 00:26:05'),
(1094, '66.220.149.34', '@', '2026-01-08 05:28:19', '2026-01-08 05:28:19'),
(1095, '69.171.249.8', '@', '2026-01-08 05:56:19', '2026-01-08 05:56:19'),
(1096, '69.171.249.116', '@', '2026-01-08 06:05:16', '2026-01-08 06:05:16'),
(1097, '69.171.249.113', '@', '2026-01-08 07:09:39', '2026-01-08 07:09:39'),
(1098, '66.220.149.53', '@', '2026-01-08 08:46:02', '2026-01-08 08:46:02'),
(1099, '69.171.234.5', '@', '2026-01-08 09:00:11', '2026-01-08 09:00:11'),
(1100, '66.220.149.16', '@', '2026-01-08 09:02:03', '2026-01-08 09:02:03'),
(1101, '173.252.87.59', '@', '2026-01-08 14:00:27', '2026-01-08 14:00:27'),
(1102, '69.171.249.116', '@', '2026-01-08 14:54:15', '2026-01-08 14:54:15'),
(1103, '69.171.234.33', '@', '2026-01-08 20:54:27', '2026-01-08 20:54:27'),
(1104, '66.220.149.31', '@', '2026-01-08 21:03:37', '2026-01-08 21:03:37'),
(1105, '69.171.234.27', '@', '2026-01-08 21:10:42', '2026-01-08 21:10:42'),
(1106, '173.252.87.18', '@', '2026-01-09 03:48:46', '2026-01-09 03:48:46'),
(1107, '69.171.234.20', '@', '2026-01-09 06:46:22', '2026-01-09 06:46:22'),
(1108, '69.171.234.15', '@', '2026-01-09 06:50:12', '2026-01-09 06:50:12'),
(1109, '69.171.234.24', '@', '2026-01-09 06:54:51', '2026-01-09 06:54:51'),
(1110, '66.220.149.21', '@', '2026-01-09 07:00:31', '2026-01-09 07:00:31'),
(1111, '69.171.234.30', '@', '2026-01-09 07:01:39', '2026-01-09 07:01:39'),
(1112, '69.171.249.9', '@', '2026-01-09 07:42:54', '2026-01-09 07:42:54'),
(1113, '69.171.249.2', '@', '2026-01-09 07:44:54', '2026-01-09 07:44:54'),
(1114, '173.252.83.10', '@', '2026-01-09 08:49:01', '2026-01-09 08:49:01'),
(1115, '34.72.176.129', '@', '2026-01-09 09:03:32', '2026-01-09 09:03:32'),
(1116, '66.249.75.200', '@', '2026-01-09 09:33:22', '2026-01-09 09:33:22'),
(1117, '205.169.39.13', '@', '2026-01-09 10:00:17', '2026-01-09 10:00:17'),
(1118, '69.171.234.30', '@', '2026-01-09 10:35:52', '2026-01-09 10:35:52'),
(1119, '69.171.234.8', '@', '2026-01-09 11:43:13', '2026-01-09 11:43:13'),
(1120, '149.88.18.239', '@', '2026-01-09 12:03:33', '2026-01-09 12:03:33'),
(1121, '106.215.157.157', '@', '2026-01-09 12:03:49', '2026-01-09 12:03:49'),
(1122, '69.171.234.23', '@', '2026-01-09 19:47:52', '2026-01-09 19:47:52'),
(1123, '66.220.149.26', '@', '2026-01-09 20:50:05', '2026-01-09 20:50:05'),
(1124, '69.171.234.39', '@', '2026-01-09 21:58:39', '2026-01-09 21:58:39'),
(1125, '69.171.234.33', '@', '2026-01-10 01:03:39', '2026-01-10 01:03:39'),
(1126, '66.220.149.19', '@', '2026-01-10 01:45:16', '2026-01-10 01:45:16'),
(1127, '66.220.149.12', '@', '2026-01-10 05:58:37', '2026-01-10 05:58:37'),
(1128, '69.171.234.25', '@', '2026-01-10 06:11:37', '2026-01-10 06:11:37'),
(1129, '69.171.249.6', '@', '2026-01-10 08:05:30', '2026-01-10 08:05:30'),
(1130, '173.252.87.57', '@', '2026-01-10 08:06:56', '2026-01-10 08:06:56'),
(1131, '69.171.249.7', '@', '2026-01-10 08:07:12', '2026-01-10 08:07:12'),
(1132, '173.252.87.11', '@', '2026-01-10 08:47:48', '2026-01-10 08:47:48'),
(1133, '69.171.234.54', '@', '2026-01-10 08:48:13', '2026-01-10 08:48:13'),
(1134, '66.220.149.53', '@', '2026-01-10 08:57:08', '2026-01-10 08:57:08'),
(1135, '192.178.6.64', '@', '2026-01-11 00:22:24', '2026-01-11 00:22:24'),
(1136, '192.178.6.64', '@', '2026-01-11 01:08:08', '2026-01-11 01:08:08'),
(1137, '192.178.6.65', '@', '2026-01-11 11:39:42', '2026-01-11 11:39:42'),
(1138, '122.183.33.224', '@', '2026-01-12 04:38:23', '2026-01-12 04:38:23'),
(1139, '106.219.168.75', '@', '2026-01-12 04:58:40', '2026-01-12 04:58:40'),
(1140, '122.183.33.224', '@', '2026-01-12 05:14:26', '2026-01-12 05:14:26'),
(1141, '122.183.33.224', '@', '2026-01-12 05:36:14', '2026-01-12 05:36:14'),
(1142, '152.58.34.163', 'faTSPpJGTXCoaY5MP4jaHr:APA91bHwqR3X1gse2zHFJzUTlUMQeVWw9gC5zT5UAjMp_iwrOfKyHuHhyS0poRG94S0coIBmxWdXqQwLbbbP4neacPNuk7q2abpkfJtwXMPh593FKppr5AM', '2026-01-12 08:47:11', '2026-01-12 08:47:11'),
(1143, '152.58.34.163', 'faTSPpJGTXCoaY5MP4jaHr:APA91bHwqR3X1gse2zHFJzUTlUMQeVWw9gC5zT5UAjMp_iwrOfKyHuHhyS0poRG94S0coIBmxWdXqQwLbbbP4neacPNuk7q2abpkfJtwXMPh593FKppr5AM', '2026-01-12 08:47:12', '2026-01-12 08:47:12'),
(1144, '152.58.34.163', 'faTSPpJGTXCoaY5MP4jaHr:APA91bHwqR3X1gse2zHFJzUTlUMQeVWw9gC5zT5UAjMp_iwrOfKyHuHhyS0poRG94S0coIBmxWdXqQwLbbbP4neacPNuk7q2abpkfJtwXMPh593FKppr5AM', '2026-01-12 08:47:42', '2026-01-12 08:47:42'),
(1145, '152.58.34.163', 'faTSPpJGTXCoaY5MP4jaHr:APA91bHwqR3X1gse2zHFJzUTlUMQeVWw9gC5zT5UAjMp_iwrOfKyHuHhyS0poRG94S0coIBmxWdXqQwLbbbP4neacPNuk7q2abpkfJtwXMPh593FKppr5AM', '2026-01-12 08:47:42', '2026-01-12 08:47:42'),
(1146, '152.58.34.163', 'faTSPpJGTXCoaY5MP4jaHr:APA91bHwqR3X1gse2zHFJzUTlUMQeVWw9gC5zT5UAjMp_iwrOfKyHuHhyS0poRG94S0coIBmxWdXqQwLbbbP4neacPNuk7q2abpkfJtwXMPh593FKppr5AM', '2026-01-12 08:47:43', '2026-01-12 08:47:43'),
(1147, '122.183.33.224', '@', '2026-01-12 08:58:06', '2026-01-12 08:58:06'),
(1148, '108.177.2.65', '@', '2026-01-12 09:24:41', '2026-01-12 09:24:41'),
(1149, '69.171.234.7', '@', '2026-01-12 12:01:39', '2026-01-12 12:01:39'),
(1150, '69.171.234.39', '@', '2026-01-12 12:01:41', '2026-01-12 12:01:41'),
(1151, '66.220.149.5', '@', '2026-01-12 12:01:41', '2026-01-12 12:01:41'),
(1152, '69.171.249.10', '@', '2026-01-12 12:01:45', '2026-01-12 12:01:45'),
(1153, '69.171.249.10', '@', '2026-01-12 12:01:46', '2026-01-12 12:01:46'),
(1154, '69.171.234.15', '@', '2026-01-12 12:01:50', '2026-01-12 12:01:50'),
(1155, '66.220.149.9', '@', '2026-01-12 12:01:54', '2026-01-12 12:01:54'),
(1156, '66.220.149.11', '@', '2026-01-12 12:01:59', '2026-01-12 12:01:59'),
(1157, '69.171.234.49', '@', '2026-01-12 12:02:03', '2026-01-12 12:02:03'),
(1158, '66.220.149.41', '@', '2026-01-12 12:02:10', '2026-01-12 12:02:10'),
(1159, '66.220.149.42', '@', '2026-01-12 12:02:20', '2026-01-12 12:02:20'),
(1160, '69.171.249.116', '@', '2026-01-12 12:02:33', '2026-01-12 12:02:33'),
(1161, '69.171.249.8', '@', '2026-01-12 12:02:54', '2026-01-12 12:02:54'),
(1162, '69.171.249.113', '@', '2026-01-12 12:02:57', '2026-01-12 12:02:57'),
(1163, '69.171.249.118', '@', '2026-01-12 12:03:13', '2026-01-12 12:03:13'),
(1164, '69.171.234.36', '@', '2026-01-12 12:03:20', '2026-01-12 12:03:20'),
(1165, '69.171.249.114', '@', '2026-01-12 12:03:28', '2026-01-12 12:03:28'),
(1166, '66.220.149.32', '@', '2026-01-12 12:03:33', '2026-01-12 12:03:33'),
(1167, '66.220.149.114', '@', '2026-01-12 12:03:36', '2026-01-12 12:03:36'),
(1168, '69.171.234.11', '@', '2026-01-12 12:03:39', '2026-01-12 12:03:39'),
(1169, '69.171.234.15', '@', '2026-01-12 12:03:48', '2026-01-12 12:03:48'),
(1170, '69.171.234.113', '@', '2026-01-12 12:03:53', '2026-01-12 12:03:53'),
(1171, '66.220.149.3', '@', '2026-01-12 12:03:58', '2026-01-12 12:03:58'),
(1172, '69.171.234.35', '@', '2026-01-12 12:04:01', '2026-01-12 12:04:01'),
(1173, '69.171.234.2', '@', '2026-01-12 12:04:17', '2026-01-12 12:04:17'),
(1174, '69.171.234.35', '@', '2026-01-12 12:04:19', '2026-01-12 12:04:19'),
(1175, '66.220.149.115', '@', '2026-01-12 12:04:24', '2026-01-12 12:04:24'),
(1176, '69.171.234.5', '@', '2026-01-12 12:04:28', '2026-01-12 12:04:28'),
(1177, '69.171.249.10', '@', '2026-01-12 12:04:31', '2026-01-12 12:04:31'),
(1178, '66.220.149.1', '@', '2026-01-12 12:04:35', '2026-01-12 12:04:35'),
(1179, '69.171.234.50', '@', '2026-01-12 12:04:42', '2026-01-12 12:04:42'),
(1180, '69.171.234.1', '@', '2026-01-12 12:05:09', '2026-01-12 12:05:09'),
(1181, '69.171.234.1', '@', '2026-01-12 12:05:28', '2026-01-12 12:05:28'),
(1182, '69.171.234.4', '@', '2026-01-12 12:05:29', '2026-01-12 12:05:29'),
(1183, '66.220.149.14', '@', '2026-01-12 12:05:36', '2026-01-12 12:05:36'),
(1184, '66.220.149.60', '@', '2026-01-12 12:05:40', '2026-01-12 12:05:40'),
(1185, '69.171.234.10', '@', '2026-01-12 12:05:42', '2026-01-12 12:05:42'),
(1186, '66.220.149.6', '@', '2026-01-12 12:05:49', '2026-01-12 12:05:49'),
(1187, '69.171.234.15', '@', '2026-01-12 12:06:04', '2026-01-12 12:06:04'),
(1188, '69.171.249.3', '@', '2026-01-12 12:06:08', '2026-01-12 12:06:08'),
(1189, '152.58.34.163', '@', '2026-01-12 12:28:40', '2026-01-12 12:28:40'),
(1190, '69.171.249.5', '@', '2026-01-12 14:03:57', '2026-01-12 14:03:57'),
(1191, '69.171.234.112', '@', '2026-01-12 14:04:12', '2026-01-12 14:04:12'),
(1192, '69.171.234.30', '@', '2026-01-12 14:18:22', '2026-01-12 14:18:22'),
(1193, '69.171.234.29', '@', '2026-01-12 14:27:50', '2026-01-12 14:27:50'),
(1194, '69.171.234.33', '@', '2026-01-12 14:45:23', '2026-01-12 14:45:23'),
(1195, '69.171.234.15', '@', '2026-01-12 14:52:29', '2026-01-12 14:52:29'),
(1196, '66.220.149.22', '@', '2026-01-12 14:53:52', '2026-01-12 14:53:52'),
(1197, '69.171.234.113', '@', '2026-01-12 16:03:03', '2026-01-12 16:03:03'),
(1198, '66.220.149.60', '@', '2026-01-12 16:34:09', '2026-01-12 16:34:09'),
(1199, '69.171.249.3', '@', '2026-01-12 17:42:54', '2026-01-12 17:42:54'),
(1200, '66.220.149.26', '@', '2026-01-12 17:45:06', '2026-01-12 17:45:06'),
(1201, '69.171.234.50', '@', '2026-01-12 17:48:13', '2026-01-12 17:48:13'),
(1202, '66.220.149.27', '@', '2026-01-12 19:49:17', '2026-01-12 19:49:17'),
(1203, '69.171.234.14', '@', '2026-01-12 20:33:33', '2026-01-12 20:33:33'),
(1204, '69.171.234.6', '@', '2026-01-12 20:37:19', '2026-01-12 20:37:19'),
(1205, '69.171.234.23', '@', '2026-01-12 20:42:35', '2026-01-12 20:42:35'),
(1206, '69.171.234.32', '@', '2026-01-12 20:46:25', '2026-01-12 20:46:25'),
(1207, '108.177.2.66', '@', '2026-01-13 09:33:00', '2026-01-13 09:33:00'),
(1208, '192.178.6.64', '@', '2026-01-13 22:48:19', '2026-01-13 22:48:19'),
(1209, '192.178.6.66', '@', '2026-01-13 22:51:08', '2026-01-13 22:51:08'),
(1210, '192.178.6.64', '@', '2026-01-13 23:23:16', '2026-01-13 23:23:16'),
(1211, '69.171.234.14', '@', '2026-01-14 02:52:51', '2026-01-14 02:52:51'),
(1212, '66.220.149.36', '@', '2026-01-14 03:01:48', '2026-01-14 03:01:48'),
(1213, '66.220.149.40', '@', '2026-01-14 03:02:31', '2026-01-14 03:02:31'),
(1214, '173.252.83.6', '@', '2026-01-14 03:06:33', '2026-01-14 03:06:33'),
(1215, '66.220.149.22', '@', '2026-01-14 03:21:40', '2026-01-14 03:21:40'),
(1216, '69.171.234.34', '@', '2026-01-14 03:52:02', '2026-01-14 03:52:02'),
(1217, '66.220.149.6', '@', '2026-01-14 04:08:10', '2026-01-14 04:08:10'),
(1218, '69.171.249.4', '@', '2026-01-14 04:09:36', '2026-01-14 04:09:36'),
(1219, '69.171.234.2', '@', '2026-01-14 05:05:32', '2026-01-14 05:05:32'),
(1220, '66.220.149.14', '@', '2026-01-14 05:05:39', '2026-01-14 05:05:39'),
(1221, '66.220.149.31', '@', '2026-01-14 05:54:14', '2026-01-14 05:54:14'),
(1222, '66.220.149.43', '@', '2026-01-14 05:57:12', '2026-01-14 05:57:12'),
(1223, '66.220.149.27', '@', '2026-01-14 06:18:35', '2026-01-14 06:18:35'),
(1224, '69.171.234.18', '@', '2026-01-14 06:21:12', '2026-01-14 06:21:12'),
(1225, '69.171.234.12', '@', '2026-01-14 06:23:33', '2026-01-14 06:23:33'),
(1226, '69.171.234.54', '@', '2026-01-14 06:24:17', '2026-01-14 06:24:17'),
(1227, '192.178.6.66', '@', '2026-01-14 06:39:23', '2026-01-14 06:39:23'),
(1228, '192.178.6.64', '@', '2026-01-14 06:57:53', '2026-01-14 06:57:53'),
(1229, '66.220.149.39', '@', '2026-01-14 07:04:11', '2026-01-14 07:04:11'),
(1230, '69.171.234.37', '@', '2026-01-14 07:19:11', '2026-01-14 07:19:11'),
(1231, '69.171.234.8', '@', '2026-01-14 07:20:24', '2026-01-14 07:20:24'),
(1232, '66.220.149.11', '@', '2026-01-14 07:24:40', '2026-01-14 07:24:40'),
(1233, '66.220.149.2', '@', '2026-01-14 07:30:13', '2026-01-14 07:30:13'),
(1234, '192.178.6.64', '@', '2026-01-14 09:08:07', '2026-01-14 09:08:07'),
(1235, '108.177.2.65', '@', '2026-01-14 09:08:23', '2026-01-14 09:08:23'),
(1236, '69.171.234.6', '@', '2026-01-14 10:09:09', '2026-01-14 10:09:09'),
(1237, '66.220.149.0', '@', '2026-01-14 10:12:09', '2026-01-14 10:12:09'),
(1238, '66.220.149.1', '@', '2026-01-14 10:21:58', '2026-01-14 10:21:58'),
(1239, '66.220.149.4', '@', '2026-01-14 10:23:12', '2026-01-14 10:23:12'),
(1240, '66.220.149.12', '@', '2026-01-14 10:23:28', '2026-01-14 10:23:28'),
(1241, '66.220.149.42', '@', '2026-01-14 10:38:16', '2026-01-14 10:38:16'),
(1242, '69.171.234.34', '@', '2026-01-14 10:45:22', '2026-01-14 10:45:22'),
(1243, '69.171.234.61', '@', '2026-01-14 11:32:07', '2026-01-14 11:32:07'),
(1244, '69.171.249.116', '@', '2026-01-14 11:41:08', '2026-01-14 11:41:08'),
(1245, '69.171.234.70', '@', '2026-01-14 14:22:10', '2026-01-14 14:22:10'),
(1246, '69.171.234.114', '@', '2026-01-14 14:26:25', '2026-01-14 14:26:25'),
(1247, '69.171.234.56', '@', '2026-01-14 16:01:23', '2026-01-14 16:01:23'),
(1248, '69.171.234.28', '@', '2026-01-14 16:10:46', '2026-01-14 16:10:46'),
(1249, '66.220.149.114', '@', '2026-01-14 16:23:03', '2026-01-14 16:23:03'),
(1250, '66.220.149.3', '@', '2026-01-14 20:51:09', '2026-01-14 20:51:09'),
(1251, '173.252.87.18', '@', '2026-01-14 21:01:39', '2026-01-14 21:01:39'),
(1252, '66.220.149.6', '@', '2026-01-14 23:11:39', '2026-01-14 23:11:39'),
(1253, '69.171.234.32', '@', '2026-01-14 23:11:59', '2026-01-14 23:11:59'),
(1254, '69.171.234.25', '@', '2026-01-15 02:37:10', '2026-01-15 02:37:10'),
(1255, '69.171.234.62', '@', '2026-01-15 02:37:40', '2026-01-15 02:37:40'),
(1256, '187.250.117.15', '@', '2026-01-15 04:45:55', '2026-01-15 04:45:55'),
(1257, '152.59.9.114', '@', '2026-01-15 05:43:19', '2026-01-15 05:43:19'),
(1258, '66.220.149.16', '@', '2026-01-15 10:07:56', '2026-01-15 10:07:56'),
(1259, '69.171.234.8', '@', '2026-01-15 20:15:50', '2026-01-15 20:15:50'),
(1260, '69.171.249.9', '@', '2026-01-16 04:06:59', '2026-01-16 04:06:59'),
(1261, '66.220.149.11', '@', '2026-01-16 04:17:25', '2026-01-16 04:17:25'),
(1262, '69.171.234.23', '@', '2026-01-16 07:26:24', '2026-01-16 07:26:24'),
(1263, '66.220.149.61', '@', '2026-01-16 07:28:29', '2026-01-16 07:28:29'),
(1264, '66.220.149.116', '@', '2026-01-16 07:29:36', '2026-01-16 07:29:36'),
(1265, '69.171.234.14', '@', '2026-01-16 07:42:56', '2026-01-16 07:42:56'),
(1266, '66.220.149.21', '@', '2026-01-16 09:02:23', '2026-01-16 09:02:23'),
(1267, '69.171.234.48', '@', '2026-01-16 09:06:16', '2026-01-16 09:06:16'),
(1268, '66.220.149.113', '@', '2026-01-16 09:09:30', '2026-01-16 09:09:30'),
(1269, '69.171.234.57', '@', '2026-01-16 09:25:50', '2026-01-16 09:25:50'),
(1270, '69.171.234.7', '@', '2026-01-16 10:05:21', '2026-01-16 10:05:21'),
(1271, '66.220.149.13', '@', '2026-01-16 11:00:12', '2026-01-16 11:00:12'),
(1272, '66.220.149.11', '@', '2026-01-16 16:30:46', '2026-01-16 16:30:46'),
(1273, '66.220.149.11', '@', '2026-01-16 16:33:45', '2026-01-16 16:33:45'),
(1274, '66.220.149.114', '@', '2026-01-16 21:39:55', '2026-01-16 21:39:55'),
(1275, '69.171.234.44', '@', '2026-01-16 21:44:50', '2026-01-16 21:44:50'),
(1276, '66.220.149.56', '@', '2026-01-16 22:17:49', '2026-01-16 22:17:49'),
(1277, '69.171.234.16', '@', '2026-01-16 22:25:09', '2026-01-16 22:25:09'),
(1278, '66.220.149.53', '@', '2026-01-16 22:30:22', '2026-01-16 22:30:22'),
(1279, '69.171.249.6', '@', '2026-01-16 22:37:29', '2026-01-16 22:37:29'),
(1280, '66.220.149.0', '@', '2026-01-16 22:45:30', '2026-01-16 22:45:30'),
(1281, '66.220.149.0', '@', '2026-01-16 23:12:09', '2026-01-16 23:12:09'),
(1282, '66.220.149.10', '@', '2026-01-16 23:18:32', '2026-01-16 23:18:32'),
(1283, '173.252.87.1', '@', '2026-01-16 23:23:24', '2026-01-16 23:23:24'),
(1284, '69.171.249.9', '@', '2026-01-16 23:34:47', '2026-01-16 23:34:47'),
(1285, '173.252.87.10', '@', '2026-01-16 23:36:16', '2026-01-16 23:36:16'),
(1286, '173.252.87.13', '@', '2026-01-16 23:40:04', '2026-01-16 23:40:04'),
(1287, '69.171.234.17', '@', '2026-01-16 23:41:10', '2026-01-16 23:41:10'),
(1288, '69.171.234.27', '@', '2026-01-17 00:22:31', '2026-01-17 00:22:31'),
(1289, '173.252.87.18', '@', '2026-01-17 00:24:03', '2026-01-17 00:24:03'),
(1290, '66.220.149.20', '@', '2026-01-17 00:51:47', '2026-01-17 00:51:47'),
(1291, '173.252.87.6', '@', '2026-01-17 01:29:05', '2026-01-17 01:29:05'),
(1292, '69.171.249.112', '@', '2026-01-17 01:34:26', '2026-01-17 01:34:26'),
(1293, '69.171.234.20', '@', '2026-01-17 01:35:17', '2026-01-17 01:35:17'),
(1294, '173.252.83.5', '@', '2026-01-17 01:39:48', '2026-01-17 01:39:48'),
(1295, '173.252.83.114', '@', '2026-01-17 03:26:02', '2026-01-17 03:26:02'),
(1296, '173.252.87.2', '@', '2026-01-17 03:31:40', '2026-01-17 03:31:40'),
(1297, '66.220.149.6', '@', '2026-01-17 04:44:20', '2026-01-17 04:44:20'),
(1298, '66.220.149.38', '@', '2026-01-17 05:27:14', '2026-01-17 05:27:14'),
(1299, '66.249.87.132', '@', '2026-01-17 08:44:07', '2026-01-17 08:44:07'),
(1300, '66.249.75.35', '@', '2026-01-17 09:42:02', '2026-01-17 09:42:02'),
(1301, '66.220.149.112', '@', '2026-01-17 10:07:48', '2026-01-17 10:07:48'),
(1302, '69.171.234.48', '@', '2026-01-17 10:27:48', '2026-01-17 10:27:48'),
(1303, '69.171.234.27', '@', '2026-01-17 15:10:06', '2026-01-17 15:10:06'),
(1304, '69.171.234.61', '@', '2026-01-17 15:17:28', '2026-01-17 15:17:28'),
(1305, '173.252.87.23', '@', '2026-01-17 15:18:00', '2026-01-17 15:18:00'),
(1306, '69.171.234.42', '@', '2026-01-17 15:26:27', '2026-01-17 15:26:27'),
(1307, '69.171.249.114', '@', '2026-01-17 15:27:45', '2026-01-17 15:27:45'),
(1308, '66.220.149.116', '@', '2026-01-17 15:28:09', '2026-01-17 15:28:09'),
(1309, '173.252.83.1', '@', '2026-01-17 15:29:04', '2026-01-17 15:29:04'),
(1310, '66.220.149.22', '@', '2026-01-17 15:36:21', '2026-01-17 15:36:21'),
(1311, '66.220.149.22', '@', '2026-01-17 15:43:05', '2026-01-17 15:43:05'),
(1312, '69.171.234.15', '@', '2026-01-17 15:52:00', '2026-01-17 15:52:00'),
(1313, '69.171.234.54', '@', '2026-01-17 17:28:10', '2026-01-17 17:28:10'),
(1314, '66.249.75.35', '@', '2026-01-17 17:52:18', '2026-01-17 17:52:18'),
(1315, '173.252.87.42', '@', '2026-01-17 23:30:37', '2026-01-17 23:30:37'),
(1316, '69.171.234.3', '@', '2026-01-18 04:09:41', '2026-01-18 04:09:41'),
(1317, '66.220.149.60', '@', '2026-01-18 05:59:42', '2026-01-18 05:59:42');
INSERT INTO `guests` (`id`, `ip_address`, `fcm_token`, `created_at`, `updated_at`) VALUES
(1318, '66.249.75.36', '@', '2026-01-18 06:56:59', '2026-01-18 06:56:59'),
(1319, '66.249.87.130', '@', '2026-01-18 07:50:50', '2026-01-18 07:50:50'),
(1320, '69.171.234.2', '@', '2026-01-18 08:00:18', '2026-01-18 08:00:18'),
(1321, '69.171.234.37', '@', '2026-01-18 08:55:51', '2026-01-18 08:55:51'),
(1322, '66.249.75.36', '@', '2026-01-18 09:16:03', '2026-01-18 09:16:03'),
(1323, '69.171.234.35', '@', '2026-01-18 10:08:39', '2026-01-18 10:08:39'),
(1324, '66.220.149.16', '@', '2026-01-18 10:45:57', '2026-01-18 10:45:57'),
(1325, '69.171.234.11', '@', '2026-01-18 10:48:43', '2026-01-18 10:48:43'),
(1326, '69.171.234.32', '@', '2026-01-18 10:59:18', '2026-01-18 10:59:18'),
(1327, '69.171.249.114', '@', '2026-01-18 16:20:47', '2026-01-18 16:20:47'),
(1328, '66.220.149.114', '@', '2026-01-18 23:55:40', '2026-01-18 23:55:40'),
(1329, '69.171.234.4', '@', '2026-01-19 00:39:18', '2026-01-19 00:39:18'),
(1330, '66.220.149.11', '@', '2026-01-19 05:28:48', '2026-01-19 05:28:48'),
(1331, '64.233.172.3', '@', '2026-01-19 06:22:34', '2026-01-19 06:22:34'),
(1332, '177.230.72.234', '@', '2026-01-19 06:22:38', '2026-01-19 06:22:38'),
(1333, '66.220.149.53', '@', '2026-01-19 10:29:44', '2026-01-19 10:29:44'),
(1334, '66.220.149.31', '@', '2026-01-19 11:49:01', '2026-01-19 11:49:01'),
(1335, '66.220.149.11', '@', '2026-01-19 13:50:40', '2026-01-19 13:50:40'),
(1336, '66.220.149.114', '@', '2026-01-19 14:36:24', '2026-01-19 14:36:24'),
(1337, '66.220.149.26', '@', '2026-01-19 15:47:30', '2026-01-19 15:47:30'),
(1338, '66.220.149.48', '@', '2026-01-19 18:18:23', '2026-01-19 18:18:23'),
(1339, '173.252.83.9', '@', '2026-01-19 21:35:18', '2026-01-19 21:35:18'),
(1340, '66.220.149.34', '@', '2026-01-19 23:43:23', '2026-01-19 23:43:23'),
(1341, '66.220.149.112', '@', '2026-01-20 00:37:58', '2026-01-20 00:37:58'),
(1342, '69.171.234.44', '@', '2026-01-20 00:40:24', '2026-01-20 00:40:24'),
(1343, '69.171.234.49', '@', '2026-01-20 01:30:10', '2026-01-20 01:30:10'),
(1344, '66.220.149.115', '@', '2026-01-20 01:33:48', '2026-01-20 01:33:48'),
(1345, '69.171.249.116', '@', '2026-01-20 03:31:19', '2026-01-20 03:31:19'),
(1346, '69.171.234.18', '@', '2026-01-20 08:29:58', '2026-01-20 08:29:58'),
(1347, '69.171.234.9', '@', '2026-01-20 08:30:11', '2026-01-20 08:30:11'),
(1348, '66.220.149.115', '@', '2026-01-20 14:55:52', '2026-01-20 14:55:52'),
(1349, '173.252.87.22', '@', '2026-01-20 15:26:13', '2026-01-20 15:26:13'),
(1350, '66.220.149.47', '@', '2026-01-20 16:52:58', '2026-01-20 16:52:58'),
(1351, '66.220.149.25', '@', '2026-01-21 05:33:31', '2026-01-21 05:33:31'),
(1352, '69.171.249.115', '@', '2026-01-21 05:40:12', '2026-01-21 05:40:12'),
(1353, '66.220.149.43', '@', '2026-01-21 06:33:35', '2026-01-21 06:33:35'),
(1354, '69.171.249.115', '@', '2026-01-21 06:40:28', '2026-01-21 06:40:28'),
(1355, '66.220.149.36', '@', '2026-01-21 07:26:24', '2026-01-21 07:26:24'),
(1356, '66.220.149.35', '@', '2026-01-21 09:30:45', '2026-01-21 09:30:45'),
(1357, '69.171.234.15', '@', '2026-01-21 09:34:10', '2026-01-21 09:34:10'),
(1358, '66.220.149.47', '@', '2026-01-21 10:53:22', '2026-01-21 10:53:22'),
(1359, '66.249.75.35', '@', '2026-01-21 11:21:48', '2026-01-21 11:21:48'),
(1360, '66.249.75.35', '@', '2026-01-21 11:21:48', '2026-01-21 11:21:48'),
(1361, '173.252.87.7', '@', '2026-01-21 14:55:30', '2026-01-21 14:55:30'),
(1362, '66.220.149.9', '@', '2026-01-21 15:13:53', '2026-01-21 15:13:53'),
(1363, '173.252.83.112', '@', '2026-01-21 17:50:43', '2026-01-21 17:50:43'),
(1364, '69.171.249.2', '@', '2026-01-21 23:45:11', '2026-01-21 23:45:11'),
(1365, '69.171.249.9', '@', '2026-01-22 04:59:59', '2026-01-22 04:59:59'),
(1366, '69.171.249.10', '@', '2026-01-22 07:03:14', '2026-01-22 07:03:14'),
(1367, '69.171.234.10', '@', '2026-01-22 14:21:10', '2026-01-22 14:21:10'),
(1368, '69.171.234.1', '@', '2026-01-22 14:32:19', '2026-01-22 14:32:19'),
(1369, '173.252.87.58', '@', '2026-01-22 14:33:39', '2026-01-22 14:33:39'),
(1370, '66.220.149.42', '@', '2026-01-22 15:08:56', '2026-01-22 15:08:56'),
(1371, '69.171.249.9', '@', '2026-01-22 18:27:50', '2026-01-22 18:27:50'),
(1372, '69.171.249.6', '@', '2026-01-22 18:46:41', '2026-01-22 18:46:41'),
(1373, '69.171.234.113', '@', '2026-01-22 20:31:21', '2026-01-22 20:31:21'),
(1374, '69.171.234.39', '@', '2026-01-22 20:39:07', '2026-01-22 20:39:07'),
(1375, '173.252.87.18', '@', '2026-01-22 20:39:30', '2026-01-22 20:39:30'),
(1376, '173.252.87.15', '@', '2026-01-22 20:47:52', '2026-01-22 20:47:52'),
(1377, '66.220.149.22', '@', '2026-01-22 20:51:48', '2026-01-22 20:51:48'),
(1378, '66.220.149.38', '@', '2026-01-23 02:09:53', '2026-01-23 02:09:53'),
(1379, '69.171.234.15', '@', '2026-01-23 02:29:31', '2026-01-23 02:29:31'),
(1380, '66.220.149.44', '@', '2026-01-23 04:59:46', '2026-01-23 04:59:46'),
(1381, '66.220.149.8', '@', '2026-01-23 05:08:25', '2026-01-23 05:08:25'),
(1382, '106.215.180.78', '@', '2026-01-23 06:48:28', '2026-01-23 06:48:28'),
(1383, '223.181.64.31', '@', '2026-01-23 06:49:17', '2026-01-23 06:49:17'),
(1384, '103.250.156.151', '@', '2026-01-23 06:50:55', '2026-01-23 06:50:55'),
(1385, '103.250.156.151', '@', '2026-01-23 07:13:20', '2026-01-23 07:13:20'),
(1386, '103.250.156.151', '@', '2026-01-23 07:14:45', '2026-01-23 07:14:45'),
(1387, '69.171.234.57', '@', '2026-01-23 07:33:35', '2026-01-23 07:33:35'),
(1388, '103.250.156.151', '@', '2026-01-23 08:29:38', '2026-01-23 08:29:38'),
(1389, '103.250.156.151', '@', '2026-01-23 08:44:38', '2026-01-23 08:44:38'),
(1390, '169.150.218.59', '@', '2026-01-23 08:45:52', '2026-01-23 08:45:52'),
(1391, '89.33.8.52', '@', '2026-01-23 08:46:27', '2026-01-23 08:46:27'),
(1392, '106.215.180.78', '@', '2026-01-23 08:54:15', '2026-01-23 08:54:15'),
(1393, '169.150.218.59', '@', '2026-01-23 08:55:02', '2026-01-23 08:55:02'),
(1394, '223.181.64.31', '@', '2026-01-23 08:56:34', '2026-01-23 08:56:34'),
(1395, '106.215.180.78', '@', '2026-01-23 08:56:48', '2026-01-23 08:56:48'),
(1396, '223.181.64.31', '@', '2026-01-23 08:57:11', '2026-01-23 08:57:11'),
(1397, '106.215.180.78', '@', '2026-01-23 09:10:25', '2026-01-23 09:10:25'),
(1398, '103.250.156.151', '@', '2026-01-23 09:13:24', '2026-01-23 09:13:24'),
(1399, '69.171.234.23', '@', '2026-01-23 10:04:09', '2026-01-23 10:04:09'),
(1400, '66.220.149.30', '@', '2026-01-23 10:05:06', '2026-01-23 10:05:06'),
(1401, '66.220.149.18', '@', '2026-01-23 10:09:31', '2026-01-23 10:09:31'),
(1402, '66.220.149.37', '@', '2026-01-23 12:31:49', '2026-01-23 12:31:49'),
(1403, '173.252.87.2', '@', '2026-01-23 13:15:04', '2026-01-23 13:15:04'),
(1404, '69.171.234.52', '@', '2026-01-23 13:18:45', '2026-01-23 13:18:45'),
(1405, '66.220.149.38', '@', '2026-01-23 15:04:03', '2026-01-23 15:04:03'),
(1406, '69.171.234.8', '@', '2026-01-23 15:45:14', '2026-01-23 15:45:14'),
(1407, '69.171.234.34', '@', '2026-01-23 17:12:51', '2026-01-23 17:12:51'),
(1408, '69.171.234.39', '@', '2026-01-23 17:17:21', '2026-01-23 17:17:21'),
(1409, '69.171.234.30', '@', '2026-01-23 17:19:10', '2026-01-23 17:19:10'),
(1410, '66.220.149.4', '@', '2026-01-23 17:29:21', '2026-01-23 17:29:21'),
(1411, '69.171.234.37', '@', '2026-01-23 18:03:01', '2026-01-23 18:03:01'),
(1412, '66.220.149.4', '@', '2026-01-23 21:31:41', '2026-01-23 21:31:41'),
(1413, '66.220.149.41', '@', '2026-01-23 21:46:45', '2026-01-23 21:46:45'),
(1414, '69.171.234.23', '@', '2026-01-23 21:56:37', '2026-01-23 21:56:37'),
(1415, '173.252.83.10', '@', '2026-01-23 22:02:48', '2026-01-23 22:02:48'),
(1416, '69.171.234.5', '@', '2026-01-24 00:56:21', '2026-01-24 00:56:21'),
(1417, '66.220.149.28', '@', '2026-01-24 00:59:02', '2026-01-24 00:59:02'),
(1418, '173.252.87.114', '@', '2026-01-24 01:27:46', '2026-01-24 01:27:46'),
(1419, '69.171.234.4', '@', '2026-01-24 06:35:27', '2026-01-24 06:35:27'),
(1420, '66.220.149.32', '@', '2026-01-24 07:37:07', '2026-01-24 07:37:07'),
(1421, '69.171.234.9', '@', '2026-01-24 07:47:19', '2026-01-24 07:47:19'),
(1422, '69.171.234.44', '@', '2026-01-24 08:10:49', '2026-01-24 08:10:49'),
(1423, '66.249.87.131', '@', '2026-01-24 08:16:27', '2026-01-24 08:16:27'),
(1424, '173.252.87.24', '@', '2026-01-24 08:25:43', '2026-01-24 08:25:43'),
(1425, '69.171.234.6', '@', '2026-01-24 08:26:18', '2026-01-24 08:26:18'),
(1426, '66.220.149.60', '@', '2026-01-24 09:58:48', '2026-01-24 09:58:48'),
(1427, '69.171.234.27', '@', '2026-01-24 10:17:27', '2026-01-24 10:17:27'),
(1428, '69.171.234.63', '@', '2026-01-24 10:43:47', '2026-01-24 10:43:47'),
(1429, '66.220.149.39', '@', '2026-01-24 11:25:04', '2026-01-24 11:25:04'),
(1430, '66.220.149.49', '@', '2026-01-24 13:05:51', '2026-01-24 13:05:51'),
(1431, '66.220.149.29', '@', '2026-01-24 13:19:28', '2026-01-24 13:19:28'),
(1432, '69.171.234.61', '@', '2026-01-24 13:21:12', '2026-01-24 13:21:12'),
(1433, '69.171.234.2', '@', '2026-01-24 13:21:47', '2026-01-24 13:21:47'),
(1434, '66.220.149.9', '@', '2026-01-24 13:31:36', '2026-01-24 13:31:36'),
(1435, '69.171.234.34', '@', '2026-01-24 13:42:41', '2026-01-24 13:42:41'),
(1436, '173.252.83.112', '@', '2026-01-24 13:46:29', '2026-01-24 13:46:29'),
(1437, '69.171.249.1', '@', '2026-01-24 13:47:47', '2026-01-24 13:47:47'),
(1438, '66.220.149.29', '@', '2026-01-24 13:52:02', '2026-01-24 13:52:02'),
(1439, '173.252.87.19', '@', '2026-01-24 14:45:28', '2026-01-24 14:45:28'),
(1440, '66.220.149.13', '@', '2026-01-24 14:47:34', '2026-01-24 14:47:34'),
(1441, '69.171.234.30', '@', '2026-01-24 14:53:35', '2026-01-24 14:53:35'),
(1442, '69.171.234.19', '@', '2026-01-24 15:00:24', '2026-01-24 15:00:24'),
(1443, '66.220.149.33', '@', '2026-01-24 15:00:44', '2026-01-24 15:00:44'),
(1444, '69.171.234.0', '@', '2026-01-24 15:21:07', '2026-01-24 15:21:07'),
(1445, '69.171.234.35', '@', '2026-01-24 15:21:58', '2026-01-24 15:21:58'),
(1446, '66.220.149.49', '@', '2026-01-24 15:23:55', '2026-01-24 15:23:55'),
(1447, '173.252.87.11', '@', '2026-01-24 15:28:58', '2026-01-24 15:28:58'),
(1448, '173.252.87.113', '@', '2026-01-24 15:54:57', '2026-01-24 15:54:57'),
(1449, '66.220.149.6', '@', '2026-01-24 15:55:13', '2026-01-24 15:55:13'),
(1450, '66.220.149.40', '@', '2026-01-24 15:56:08', '2026-01-24 15:56:08'),
(1451, '69.171.234.68', '@', '2026-01-24 15:56:27', '2026-01-24 15:56:27'),
(1452, '66.220.149.3', '@', '2026-01-24 15:58:40', '2026-01-24 15:58:40'),
(1453, '69.171.234.30', '@', '2026-01-24 16:00:45', '2026-01-24 16:00:45'),
(1454, '66.220.149.63', '@', '2026-01-24 16:10:27', '2026-01-24 16:10:27'),
(1455, '69.171.234.35', '@', '2026-01-24 16:11:20', '2026-01-24 16:11:20'),
(1456, '66.220.149.33', '@', '2026-01-24 16:18:45', '2026-01-24 16:18:45'),
(1457, '69.171.234.28', '@', '2026-01-24 16:22:58', '2026-01-24 16:22:58'),
(1458, '69.171.234.19', '@', '2026-01-24 16:23:33', '2026-01-24 16:23:33'),
(1459, '69.171.234.30', '@', '2026-01-24 16:30:39', '2026-01-24 16:30:39'),
(1460, '66.220.149.42', '@', '2026-01-24 16:48:20', '2026-01-24 16:48:20'),
(1461, '69.171.249.6', '@', '2026-01-24 16:49:18', '2026-01-24 16:49:18'),
(1462, '69.171.234.21', '@', '2026-01-24 16:54:54', '2026-01-24 16:54:54'),
(1463, '69.171.249.117', '@', '2026-01-24 17:06:00', '2026-01-24 17:06:00'),
(1464, '173.252.87.4', '@', '2026-01-24 17:12:34', '2026-01-24 17:12:34'),
(1465, '66.220.149.14', '@', '2026-01-24 17:20:14', '2026-01-24 17:20:14'),
(1466, '173.252.87.6', '@', '2026-01-24 17:20:38', '2026-01-24 17:20:38'),
(1467, '69.171.234.10', '@', '2026-01-24 17:24:57', '2026-01-24 17:24:57'),
(1468, '173.252.87.2', '@', '2026-01-24 20:41:49', '2026-01-24 20:41:49'),
(1469, '66.220.149.10', '@', '2026-01-24 21:34:07', '2026-01-24 21:34:07'),
(1470, '66.220.149.16', '@', '2026-01-24 21:38:16', '2026-01-24 21:38:16'),
(1471, '69.171.249.114', '@', '2026-01-24 22:07:45', '2026-01-24 22:07:45'),
(1472, '173.252.87.8', '@', '2026-01-25 04:16:07', '2026-01-25 04:16:07'),
(1473, '66.220.149.29', '@', '2026-01-25 04:21:19', '2026-01-25 04:21:19'),
(1474, '69.171.234.29', '@', '2026-01-25 04:32:56', '2026-01-25 04:32:56'),
(1475, '69.171.249.5', '@', '2026-01-25 04:38:58', '2026-01-25 04:38:58'),
(1476, '173.252.83.113', '@', '2026-01-25 04:48:36', '2026-01-25 04:48:36'),
(1477, '66.220.149.4', '@', '2026-01-25 04:57:11', '2026-01-25 04:57:11'),
(1478, '69.171.234.19', '@', '2026-01-25 05:19:54', '2026-01-25 05:19:54'),
(1479, '66.220.149.39', '@', '2026-01-25 05:24:28', '2026-01-25 05:24:28'),
(1480, '66.220.149.21', '@', '2026-01-25 05:36:51', '2026-01-25 05:36:51'),
(1481, '66.220.149.18', '@', '2026-01-25 05:40:03', '2026-01-25 05:40:03'),
(1482, '173.252.83.8', '@', '2026-01-25 05:55:10', '2026-01-25 05:55:10'),
(1483, '69.171.234.29', '@', '2026-01-25 05:57:58', '2026-01-25 05:57:58'),
(1484, '66.220.149.10', '@', '2026-01-25 05:58:57', '2026-01-25 05:58:57'),
(1485, '69.171.249.117', '@', '2026-01-25 08:05:52', '2026-01-25 08:05:52'),
(1486, '69.171.234.61', '@', '2026-01-25 08:13:27', '2026-01-25 08:13:27'),
(1487, '173.252.87.63', '@', '2026-01-25 08:28:42', '2026-01-25 08:28:42'),
(1488, '173.252.87.12', '@', '2026-01-25 08:34:16', '2026-01-25 08:34:16'),
(1489, '69.171.234.20', '@', '2026-01-25 08:44:49', '2026-01-25 08:44:49'),
(1490, '69.171.249.9', '@', '2026-01-25 08:45:09', '2026-01-25 08:45:09'),
(1491, '69.171.234.33', '@', '2026-01-25 08:52:14', '2026-01-25 08:52:14'),
(1492, '69.171.249.7', '@', '2026-01-25 08:52:52', '2026-01-25 08:52:52'),
(1493, '69.171.249.116', '@', '2026-01-25 08:57:15', '2026-01-25 08:57:15'),
(1494, '173.252.83.116', '@', '2026-01-25 09:02:47', '2026-01-25 09:02:47'),
(1495, '66.220.149.31', '@', '2026-01-25 09:05:22', '2026-01-25 09:05:22'),
(1496, '69.171.249.114', '@', '2026-01-25 09:07:13', '2026-01-25 09:07:13'),
(1497, '69.171.234.33', '@', '2026-01-25 09:18:15', '2026-01-25 09:18:15'),
(1498, '66.220.149.42', '@', '2026-01-25 09:22:05', '2026-01-25 09:22:05'),
(1499, '66.249.87.132', '@', '2026-01-25 09:22:57', '2026-01-25 09:22:57'),
(1500, '66.249.87.130', '@', '2026-01-25 09:23:44', '2026-01-25 09:23:44'),
(1501, '69.171.234.20', '@', '2026-01-25 09:32:00', '2026-01-25 09:32:00'),
(1502, '69.171.249.1', '@', '2026-01-25 09:38:37', '2026-01-25 09:38:37'),
(1503, '69.171.249.118', '@', '2026-01-25 10:07:32', '2026-01-25 10:07:32'),
(1504, '173.252.83.113', '@', '2026-01-25 10:10:52', '2026-01-25 10:10:52'),
(1505, '66.220.149.114', '@', '2026-01-25 10:12:18', '2026-01-25 10:12:18'),
(1506, '66.220.149.44', '@', '2026-01-25 10:20:16', '2026-01-25 10:20:16'),
(1507, '173.252.87.112', '@', '2026-01-25 10:22:23', '2026-01-25 10:22:23'),
(1508, '69.171.234.55', '@', '2026-01-25 14:13:57', '2026-01-25 14:13:57'),
(1509, '192.178.6.65', '@', '2026-01-25 23:15:25', '2026-01-25 23:15:25'),
(1510, '192.178.6.64', '@', '2026-01-25 23:20:49', '2026-01-25 23:20:49'),
(1511, '192.178.6.65', '@', '2026-01-25 23:20:50', '2026-01-25 23:20:50'),
(1512, '66.249.87.132', '@', '2026-01-26 08:11:11', '2026-01-26 08:11:11'),
(1513, '66.249.87.130', '@', '2026-01-26 08:50:14', '2026-01-26 08:50:14'),
(1514, '66.249.75.35', '@', '2026-01-26 14:17:17', '2026-01-26 14:17:17'),
(1515, '163.53.179.113', '@', '2026-01-27 09:25:39', '2026-01-27 09:25:39'),
(1516, '66.249.75.36', '@', '2026-01-27 14:13:34', '2026-01-27 14:13:34'),
(1517, '152.58.34.149', '@', '2026-01-28 08:32:44', '2026-01-28 08:32:44'),
(1518, '122.183.33.209', '@', '2026-01-28 08:54:55', '2026-01-28 08:54:55'),
(1519, '173.252.87.115', '@', '2026-01-28 08:59:25', '2026-01-28 08:59:25'),
(1520, '152.58.30.30', 'cRNccl8oTdeDpyfQO3OJBb:APA91bFU6vMa2C-pQbh3qg1YGKVNLTXLkpsToH5AudA2IS-wl1UDrnOX0YIxkzaMyvATgTcMlqCr-TOh_I3uZgsbSrZ_Zw3eaCi1-Xy1hrFmrHc0bIxUApg', '2026-01-28 09:01:01', '2026-01-28 09:01:01'),
(1521, '152.58.17.19', 'cRNccl8oTdeDpyfQO3OJBb:APA91bFU6vMa2C-pQbh3qg1YGKVNLTXLkpsToH5AudA2IS-wl1UDrnOX0YIxkzaMyvATgTcMlqCr-TOh_I3uZgsbSrZ_Zw3eaCi1-Xy1hrFmrHc0bIxUApg', '2026-01-28 09:01:03', '2026-01-28 09:01:03'),
(1522, '152.58.17.19', 'cRNccl8oTdeDpyfQO3OJBb:APA91bFU6vMa2C-pQbh3qg1YGKVNLTXLkpsToH5AudA2IS-wl1UDrnOX0YIxkzaMyvATgTcMlqCr-TOh_I3uZgsbSrZ_Zw3eaCi1-Xy1hrFmrHc0bIxUApg', '2026-01-28 09:01:04', '2026-01-28 09:01:04'),
(1523, '108.177.2.64', '@', '2026-01-28 09:05:03', '2026-01-28 09:05:03'),
(1524, '223.181.124.115', '@', '2026-01-28 10:00:39', '2026-01-28 10:00:39'),
(1525, '69.171.234.20', '@', '2026-01-28 10:04:55', '2026-01-28 10:04:55'),
(1526, '152.58.34.118', 'e9rjxaf7QbmTCaHc4_nr8U:APA91bEOWDm2w8piMWJxoAi6DCYJhrTlkd1SpfEXswOOUHXcxvjPNC8MCLvdvjzgUbdrQV7PNJLISt1KZ7wO8bA1N7sbPTGTqCSgvHK4w7ztEsZL7hjRufk', '2026-01-28 10:11:52', '2026-01-28 10:11:52'),
(1527, '152.58.34.118', 'e9rjxaf7QbmTCaHc4_nr8U:APA91bEOWDm2w8piMWJxoAi6DCYJhrTlkd1SpfEXswOOUHXcxvjPNC8MCLvdvjzgUbdrQV7PNJLISt1KZ7wO8bA1N7sbPTGTqCSgvHK4w7ztEsZL7hjRufk', '2026-01-28 10:11:52', '2026-01-28 10:11:52'),
(1528, '152.58.60.210', '@', '2026-01-28 11:00:36', '2026-01-28 11:00:36'),
(1529, '152.58.60.210', '@', '2026-01-28 11:02:03', '2026-01-28 11:02:03'),
(1530, '152.58.60.210', '@', '2026-01-28 11:02:03', '2026-01-28 11:02:03'),
(1531, '27.116.52.24', '@', '2026-01-28 11:03:34', '2026-01-28 11:03:34'),
(1532, '27.116.52.24', '@', '2026-01-28 11:36:37', '2026-01-28 11:36:37'),
(1533, '173.252.87.16', '@', '2026-01-28 12:10:59', '2026-01-28 12:10:59'),
(1534, '27.116.52.24', 'doGb6bkQS6aLC8ftf9cZ8i:APA91bHo7Zj_OQxS_OCNFGd35nZxE-hztzpU2YLOq0ZRKVbfDJ7Ba1XAtkfMdP71Z7slLN4V1BUFN3EF0LsSCHLevKAfZfvFA7pNJxpkj_LhozqXSCR4pxo', '2026-01-28 12:34:49', '2026-01-28 12:34:49'),
(1535, '152.58.35.82', 'e9rjxaf7QbmTCaHc4_nr8U:APA91bEOWDm2w8piMWJxoAi6DCYJhrTlkd1SpfEXswOOUHXcxvjPNC8MCLvdvjzgUbdrQV7PNJLISt1KZ7wO8bA1N7sbPTGTqCSgvHK4w7ztEsZL7hjRufk', '2026-01-28 12:38:40', '2026-01-28 12:38:40'),
(1536, '152.58.35.81', 'e9rjxaf7QbmTCaHc4_nr8U:APA91bEOWDm2w8piMWJxoAi6DCYJhrTlkd1SpfEXswOOUHXcxvjPNC8MCLvdvjzgUbdrQV7PNJLISt1KZ7wO8bA1N7sbPTGTqCSgvHK4w7ztEsZL7hjRufk', '2026-01-28 12:43:41', '2026-01-28 12:43:41'),
(1537, '69.171.234.42', '@', '2026-01-28 14:45:04', '2026-01-28 14:45:04'),
(1538, '173.252.87.113', '@', '2026-01-28 15:49:23', '2026-01-28 15:49:23'),
(1539, '66.220.149.14', '@', '2026-01-28 16:45:07', '2026-01-28 16:45:07'),
(1540, '66.220.149.17', '@', '2026-01-28 20:07:21', '2026-01-28 20:07:21'),
(1541, '66.220.149.56', '@', '2026-01-28 23:53:46', '2026-01-28 23:53:46'),
(1542, '69.171.249.4', '@', '2026-01-28 23:55:47', '2026-01-28 23:55:47'),
(1543, '69.171.234.54', '@', '2026-01-29 03:15:00', '2026-01-29 03:15:00'),
(1544, '152.58.62.89', 'elKQTMTBQVaY9pO1mtE2ml:APA91bHHwNTIXjZP5X4XgJ-zycg2HiquZgzNFtOmvdSJdik3cFesS6EEtA-ACaYI6zdH3iwHo_mIUwRAxaMryyIfQN1jvgk4MOHzCWZONUkmBCqmriof_rQ', '2026-01-29 03:49:22', '2026-01-29 03:49:22'),
(1545, '66.220.149.21', '@', '2026-01-29 05:02:16', '2026-01-29 05:02:16'),
(1546, '108.177.2.66', '@', '2026-01-29 07:58:07', '2026-01-29 07:58:07'),
(1547, '108.177.2.64', '@', '2026-01-29 08:24:57', '2026-01-29 08:24:57'),
(1548, '54.204.160.35', '@', '2026-01-29 08:34:22', '2026-01-29 08:34:22'),
(1549, '54.204.160.35', '@', '2026-01-29 08:34:56', '2026-01-29 08:34:56'),
(1550, '69.171.234.30', '@', '2026-01-29 09:19:33', '2026-01-29 09:19:33'),
(1551, '69.171.249.3', '@', '2026-01-29 09:55:53', '2026-01-29 09:55:53'),
(1552, '152.59.9.115', 'cABARxOkRku8K-Ph9_QaN-:APA91bGrSj57RT3AiCzvX2Yx7Np8EZZXc_q3n2NT2uIVX1Y01_548VqYXEurXbFNlcqWz4iI17v3yQrCaiTooAU5PyfMg_SAxf5CBwW5uWWeTRUY6aqG_tw', '2026-01-29 10:08:06', '2026-01-29 10:08:06'),
(1553, '223.181.124.89', 'fzw_yV98QUOANC_Fi5l2-M:APA91bFs2iNoInDBSKoNndMuulloq-4k35wVccp3EbTopvpLW2EPLizEER-d86SUZvjord4Jt0x6Bqi5PmshWJP9RGKyw7TWw1BJa7bOlVHF-TA4bSnivRI', '2026-01-29 10:46:57', '2026-01-29 10:46:57'),
(1554, '152.59.7.101', '@', '2026-01-29 10:52:06', '2026-01-29 10:52:06'),
(1555, '192.178.6.66', '@', '2026-01-29 11:02:42', '2026-01-29 11:02:42'),
(1556, '152.58.62.126', '@', '2026-01-29 11:58:32', '2026-01-29 11:58:32'),
(1557, '152.58.62.126', 'cOP27LUXQJqmfwHrQWSXLd:APA91bFcsNgGXf66siG4sD6AlTpez-1GaP4zGau_ek3Pvh81gns1kDcUBIvIFJGDO0LHnfVaHmaMLUvdXE0lUMWC40MTNjeWu6dKF7Cny3seK1O1E59-uJI', '2026-01-29 11:58:51', '2026-01-29 11:58:51'),
(1558, '173.252.83.112', '@', '2026-01-29 12:19:30', '2026-01-29 12:19:30'),
(1559, '152.58.63.217', 'e9rjxaf7QbmTCaHc4_nr8U:APA91bEOWDm2w8piMWJxoAi6DCYJhrTlkd1SpfEXswOOUHXcxvjPNC8MCLvdvjzgUbdrQV7PNJLISt1KZ7wO8bA1N7sbPTGTqCSgvHK4w7ztEsZL7hjRufk', '2026-01-29 12:52:42', '2026-01-29 12:52:42'),
(1560, '54.198.214.211', '@', '2026-01-29 14:06:23', '2026-01-29 14:06:23'),
(1561, '66.220.149.60', '@', '2026-01-29 14:33:17', '2026-01-29 14:33:17'),
(1562, '69.171.234.9', '@', '2026-01-29 16:35:37', '2026-01-29 16:35:37'),
(1563, '66.220.149.113', '@', '2026-01-29 17:41:57', '2026-01-29 17:41:57'),
(1564, '69.171.234.113', '@', '2026-01-29 21:51:01', '2026-01-29 21:51:01'),
(1565, '69.171.249.1', '@', '2026-01-29 21:51:48', '2026-01-29 21:51:48'),
(1566, '66.220.149.35', '@', '2026-01-29 22:20:02', '2026-01-29 22:20:02'),
(1567, '69.171.249.1', '@', '2026-01-29 22:57:15', '2026-01-29 22:57:15'),
(1568, '66.220.149.35', '@', '2026-01-29 23:02:22', '2026-01-29 23:02:22'),
(1569, '173.252.87.113', '@', '2026-01-29 23:03:38', '2026-01-29 23:03:38'),
(1570, '69.171.234.34', '@', '2026-01-29 23:03:42', '2026-01-29 23:03:42'),
(1571, '69.171.234.44', '@', '2026-01-29 23:03:53', '2026-01-29 23:03:53'),
(1572, '69.171.234.114', '@', '2026-01-29 23:04:20', '2026-01-29 23:04:20'),
(1573, '173.252.87.25', '@', '2026-01-29 23:04:34', '2026-01-29 23:04:34'),
(1574, '69.171.234.39', '@', '2026-01-29 23:05:28', '2026-01-29 23:05:28'),
(1575, '173.252.83.3', '@', '2026-01-29 23:06:00', '2026-01-29 23:06:00'),
(1576, '69.171.234.34', '@', '2026-01-29 23:06:31', '2026-01-29 23:06:31'),
(1577, '66.220.149.46', '@', '2026-01-29 23:06:40', '2026-01-29 23:06:40'),
(1578, '173.252.83.10', '@', '2026-01-29 23:07:18', '2026-01-29 23:07:18'),
(1579, '66.220.149.53', '@', '2026-01-29 23:07:39', '2026-01-29 23:07:39'),
(1580, '66.220.149.23', '@', '2026-01-29 23:08:53', '2026-01-29 23:08:53'),
(1581, '69.171.249.2', '@', '2026-01-29 23:09:41', '2026-01-29 23:09:41'),
(1582, '66.220.149.36', '@', '2026-01-29 23:10:17', '2026-01-29 23:10:17'),
(1583, '69.171.234.20', '@', '2026-01-29 23:12:55', '2026-01-29 23:12:55'),
(1584, '69.171.249.8', '@', '2026-01-29 23:13:25', '2026-01-29 23:13:25'),
(1585, '69.171.234.62', '@', '2026-01-29 23:14:03', '2026-01-29 23:14:03'),
(1586, '173.252.83.1', '@', '2026-01-29 23:14:51', '2026-01-29 23:14:51'),
(1587, '69.171.234.61', '@', '2026-01-29 23:16:03', '2026-01-29 23:16:03'),
(1588, '69.171.234.114', '@', '2026-01-29 23:16:12', '2026-01-29 23:16:12'),
(1589, '69.171.249.2', '@', '2026-01-29 23:16:33', '2026-01-29 23:16:33'),
(1590, '173.252.83.1', '@', '2026-01-29 23:17:00', '2026-01-29 23:17:00'),
(1591, '173.252.87.2', '@', '2026-01-29 23:20:10', '2026-01-29 23:20:10'),
(1592, '66.220.149.50', '@', '2026-01-29 23:21:26', '2026-01-29 23:21:26'),
(1593, '66.220.149.23', '@', '2026-01-29 23:21:34', '2026-01-29 23:21:34'),
(1594, '69.171.234.114', '@', '2026-01-29 23:22:17', '2026-01-29 23:22:17'),
(1595, '69.171.234.35', '@', '2026-01-29 23:22:25', '2026-01-29 23:22:25'),
(1596, '66.220.149.2', '@', '2026-01-29 23:22:39', '2026-01-29 23:22:39'),
(1597, '66.220.149.4', '@', '2026-01-29 23:27:40', '2026-01-29 23:27:40'),
(1598, '69.171.234.47', '@', '2026-01-29 23:27:59', '2026-01-29 23:27:59'),
(1599, '173.252.87.14', '@', '2026-01-29 23:28:06', '2026-01-29 23:28:06'),
(1600, '69.171.234.15', '@', '2026-01-29 23:28:15', '2026-01-29 23:28:15'),
(1601, '69.171.234.39', '@', '2026-01-29 23:28:25', '2026-01-29 23:28:25'),
(1602, '223.181.121.178', 'fN5xiy_ASzauuwLa7LhR7x:APA91bGvCqb7RdB03drwv28gsA-T1bEjlsqFWfDPLKYSblx3mAIJ_K-qgBfDWLT21xxVJqXBebvJ0JHmKDn9J-FCuihTMOHTU5bfpjlz3d0LCCqQUYnWtzU', '2026-01-30 05:57:14', '2026-01-30 05:57:14'),
(1603, '223.181.121.178', 'fN5xiy_ASzauuwLa7LhR7x:APA91bGvCqb7RdB03drwv28gsA-T1bEjlsqFWfDPLKYSblx3mAIJ_K-qgBfDWLT21xxVJqXBebvJ0JHmKDn9J-FCuihTMOHTU5bfpjlz3d0LCCqQUYnWtzU', '2026-01-30 05:57:14', '2026-01-30 05:57:14'),
(1604, '152.58.62.133', 'elKQTMTBQVaY9pO1mtE2ml:APA91bHHwNTIXjZP5X4XgJ-zycg2HiquZgzNFtOmvdSJdik3cFesS6EEtA-ACaYI6zdH3iwHo_mIUwRAxaMryyIfQN1jvgk4MOHzCWZONUkmBCqmriof_rQ', '2026-01-30 06:56:44', '2026-01-30 06:56:44'),
(1605, '152.58.34.109', '@', '2026-01-30 07:27:02', '2026-01-30 07:27:02'),
(1606, '152.58.63.161', 'e9rjxaf7QbmTCaHc4_nr8U:APA91bEOWDm2w8piMWJxoAi6DCYJhrTlkd1SpfEXswOOUHXcxvjPNC8MCLvdvjzgUbdrQV7PNJLISt1KZ7wO8bA1N7sbPTGTqCSgvHK4w7ztEsZL7hjRufk', '2026-01-30 08:21:28', '2026-01-30 08:21:28'),
(1607, '152.58.62.9', 'e9rjxaf7QbmTCaHc4_nr8U:APA91bEOWDm2w8piMWJxoAi6DCYJhrTlkd1SpfEXswOOUHXcxvjPNC8MCLvdvjzgUbdrQV7PNJLISt1KZ7wO8bA1N7sbPTGTqCSgvHK4w7ztEsZL7hjRufk', '2026-01-30 10:31:33', '2026-01-30 10:31:33'),
(1608, '152.58.63.103', 'e9rjxaf7QbmTCaHc4_nr8U:APA91bEOWDm2w8piMWJxoAi6DCYJhrTlkd1SpfEXswOOUHXcxvjPNC8MCLvdvjzgUbdrQV7PNJLISt1KZ7wO8bA1N7sbPTGTqCSgvHK4w7ztEsZL7hjRufk', '2026-01-30 10:33:00', '2026-01-30 10:33:00'),
(1609, '152.58.63.103', 'e9rjxaf7QbmTCaHc4_nr8U:APA91bEOWDm2w8piMWJxoAi6DCYJhrTlkd1SpfEXswOOUHXcxvjPNC8MCLvdvjzgUbdrQV7PNJLISt1KZ7wO8bA1N7sbPTGTqCSgvHK4w7ztEsZL7hjRufk', '2026-01-30 10:35:52', '2026-01-30 10:35:52');

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

--
-- 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, 'Milk', 'Fresh Cow MILK', '2025-10-22-68f878d14f9e8.png', 29, '[{\"id\":\"3\",\"position\":1},{\"id\":\"29\",\"position\":2}]', '[]', '[]', '[]', '[]', 99.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 34, '2025-10-22 01:25:21', '2025-10-24 11:46:01', 0, 0.00000000000000, 0, NULL, 1, 199, NULL, '[{\"img\":\"2025-10-22-68f878d14ebfa.png\",\"storage\":\"public\"}]', '[]', 'milk', 0, 1, NULL, 1, 1),
(3, 'Dabur Chyawanprakash Sugarfree', 'Dabur Chyawanprakash Sugarfree - 900g | 3X Immunity Action | Clinically Tested Safe for Diabetics | With 40+ Ayurvedic Herbs | Boosts Immunity | Helps Build Strength & Stamina | Builds Overall Health', '2025-10-22-68f879caf1f38.png', 3, '[{\"id\":\"3\",\"position\":1}]', '[{\"type\":\"900g\",\"price\":450,\"stock\":154},{\"type\":\"500g\",\"price\":350,\"stock\":1554},{\"type\":\"1.8kg\",\"price\":799,\"stock\":551}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Size\",\"options\":[\"900g \",\"500g \",\"1.8kg\"]}]', 450.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 34, '2025-10-22 01:29:30', '2025-10-24 16:25:54', 1, 0.00000000000000, 0, NULL, 1, 2259, 4, '[{\"img\":\"2025-10-22-68f879caf0ea8.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f879caf1da3.png\",\"storage\":\"public\"}]', '[]', 'dabur-chyawanprakash-sugarfree', 0, 0, NULL, 1, 0),
(4, '19 Crimes Cabernet Sauvignon', '19 Crimes Cabernet Sauvignon', '2025-10-22-68f87a782e23e.png', 24, '[{\"id\":\"24\",\"position\":1}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 10.00, 'amount', '00:00:00', '23:59:59', 0, 1, 41, '2025-10-22 01:32:24', '2025-10-22 01:32:24', 0, 0.00000000000000, 0, NULL, 6, 500, 3, '[{\"img\":\"2025-10-22-68f87a782d294.png\",\"storage\":\"public\"}]', '[]', '19-crimes-cabernet-sauvignon', 0, 0, NULL, 1, 0),
(5, 'Josh Cellars Cabernet Sauvignon 2016', 'Josh Cellars Cabernet Sauvignon 2016', '2025-10-22-68f87ac49cbc4.png', 24, '[{\"id\":\"24\",\"position\":1}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 41, '2025-10-22 01:33:40', '2025-10-22 01:33:40', 0, 0.00000000000000, 0, NULL, 6, 300, 3, '[{\"img\":\"2025-10-22-68f87ac49bbc7.png\",\"storage\":\"public\"}]', '[]', 'josh-cellars-cabernet-sauvignon-2016', 0, 0, NULL, 1, 0),
(6, 'Fortune Sugar, 1 kg', 'Fortune Sugar, 1 kg', '2025-10-22-68f87ac9e617f.png', 3, '[{\"id\":\"3\",\"position\":1}]', '[]', '[]', '[]', '[]', 65.00, 0.00, 'percent', 3.00, 'percent', '00:00:00', '23:59:59', 0, 1, 34, '2025-10-22 01:33:45', '2025-10-23 16:57:49', 0, 0.00000000000000, 0, NULL, 1, 99, 2, '[{\"img\":\"2025-10-22-68f87ac9e5242.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f87ac9e5fb0.png\",\"storage\":\"public\"}]', '[]', 'fortune-sugar-1-kg', 0, 0, NULL, 1, 0),
(7, 'Meiomi Pinot Noir', 'Meiomi Pinot Noir', '2025-10-22-68f87b09c991a.png', 24, '[{\"id\":\"24\",\"position\":1}]', '[]', '[]', '[]', '[]', 450.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 41, '2025-10-22 01:34:49', '2025-10-22 01:34:49', 0, 0.00000000000000, 0, NULL, 6, 400, 3, '[{\"img\":\"2025-10-22-68f87b09c8a25.png\",\"storage\":\"public\"}]', '[]', 'meiomi-pinot-noir', 0, 0, NULL, 1, 0),
(8, 'Taaka Vodka', 'Taaka Vodka', '2025-10-22-68f87b4e4e09f.png', 23, '[{\"id\":\"23\",\"position\":1}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 40, '2025-10-22 01:35:58', '2025-10-22 01:35:58', 0, 0.00000000000000, 0, NULL, 6, 500, 3, '[{\"img\":\"2025-10-22-68f87b4e4d1a9.png\",\"storage\":\"public\"}]', '[]', 'taaka-vodka', 0, 0, NULL, 1, 0),
(9, 'SBL Homeodent Toothpaste - Saunf 100 gm', 'SBL homeodent toothpaste provides protection to gums and teeth. It acts as a prevention and formation of Caries and tartar. Saunf flavor also helps to fight bad breath.', '2025-10-22-68f87b50cca84.png', 11, '[{\"id\":\"11\",\"position\":1}]', '[]', '[]', '[]', '[]', 3.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 33, '2025-10-22 01:36:00', '2025-10-22 01:36:26', 0, 0.00000000000000, 0, NULL, 2, 60, 7, '[{\"img\":\"2025-10-22-68f87b50cbbd6.png\",\"storage\":\"public\"}]', '[]', 'sbl-homeodent-toothpaste-saunf-100-gm', 0, 0, 60, 1, 0),
(10, 'Svedka Vodka', 'Svedka Vodka', '2025-10-22-68f87b98bc2e4.png', 23, '[{\"id\":\"23\",\"position\":1}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 40, '2025-10-22 01:37:12', '2025-10-22 01:37:12', 0, 0.00000000000000, 0, NULL, 6, 400, 3, '[{\"img\":\"2025-10-22-68f87b98bb3d3.png\",\"storage\":\"public\"}]', '[]', 'svedka-vodka', 0, 0, NULL, 1, 0),
(11, 'Smirnoff Pink Lemonade Vodka', 'Smirnoff Pink Lemonade Vodka', '2025-10-22-68f87bdf0c95d.png', 23, '[{\"id\":\"23\",\"position\":1}]', '[]', '[]', '[]', '[]', 360.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 40, '2025-10-22 01:38:23', '2025-10-22 01:38:23', 0, 0.00000000000000, 0, NULL, 6, 400, 3, '[{\"img\":\"2025-10-22-68f87bdf0ba0a.png\",\"storage\":\"public\"}]', '[]', 'smirnoff-pink-lemonade-vodka', 0, 0, NULL, 1, 0),
(12, 'Wonderland Foods 1Kg (250g X 4) Dry Fruits Combo of NP Almonds', 'Wonderland Foods 1Kg (250g X 4) Dry Fruits Combo of NP Almonds, Cashews W320, Long Green Raisin, Roasted Salted Pistachios | Daily Needs Combo | Mix Dry Fruits | Mixed Dried Fruits | DNP Combo Pack', '2025-10-22-68f87c108a7dc.png', 4, '[{\"id\":\"4\",\"position\":1}]', '[{\"type\":\"1kg\",\"price\":1200,\"stock\":100},{\"type\":\"250g(packof3)\",\"price\":999,\"stock\":1100},{\"type\":\"250g(packof4)\",\"price\":799,\"stock\":100}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Size\",\"options\":[\"1kg\",\"250g (pack of 3)\",\"250g (pack of 4)\"]}]', 1200.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 34, '2025-10-22 01:39:12', '2025-10-24 14:35:01', 0, 0.00000000000000, 0, NULL, 1, 1300, 2, '[{\"img\":\"2025-10-22-68f87c1089896.png\",\"storage\":\"public\"}]', '[]', 'wonderland-foods-1kg-250g-x-4-dry-fruits-combo-of-np-almonds', 0, 1, NULL, 1, 0),
(13, 'Tanqueray London Dry Gin (750 ml)', 'Tanqueray Imported London Dry Gin is a balanced, multi-layered combination of botanicals. It has made with a time-tested recipe that has meant to entertain. The expertly crafted recipe blends the four distinct botanicals of juniper, coriander, angelica, and licorice into a perfectly balanced spirit with a unique herbal quality and dry finish.\r\n\r\nA four-step distillation process is involved in the making of this Gin. The only flavors you will get after the distillation are those of the botanicals, and you should get no taste from the neutral spirit, only strength. Back in the 1830\'s Charles Tanqueray wasn\'t afraid to mix his bold ideas. His artistic pursuit for perfection paid off, creating Tanqueray London Dry Gin, a perfectly balanced gin and one of the most awarded gins in the world.\r\n\r\nTanqueray Gin has a flavor that shines through sophisticated cocktails and the bartender\'s choice for the perfect Gin & Tonic. The perfect mix of ingenuity, heritage, and hard work, Tanqueray is a dry, crisp gin with a rich juniper flavor that makes the most refreshing tasting gin and tonics driest of martini cocktails. It is best to savor with tonic and a wedge of lime. Enjoy!', '2025-10-22-68f87c376daf3.png', 27, '[{\"id\":\"27\",\"position\":1}]', '[]', '[]', '[]', '[]', 600.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 38, '2025-10-22 01:39:51', '2025-10-22 01:39:51', 0, 0.00000000000000, 0, NULL, 6, 1000, 3, '[]', '[]', 'tanqueray-london-dry-gin-750-ml', 0, 0, NULL, 1, 0),
(14, 'Spraymintt Mouth Freshener - Saunf Shiver 15 gm', 'Spraymintt Mouth Freshener - Saunf Shiver 15 gm', '2025-10-22-68f87c47af996.png', 11, '[{\"id\":\"11\",\"position\":1}]', '[]', '[]', '[]', '[]', 1.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 33, '2025-10-22 01:40:07', '2025-10-22 01:40:07', 0, 0.00000000000000, 0, NULL, 2, 100, 4, '[{\"img\":\"2025-10-22-68f87c47ae9c0.png\",\"storage\":\"public\"}]', '[]', 'spraymintt-mouth-freshener-saunf-shiver-15-gm', 0, 0, 5, 1, 0),
(15, 'Hendrick\'s Gin 1 Lr', 'Based at our Gin Palace in Girvan, Scotland Ms Lesley Gracie is our Master Distiller — and the inventor of Hendrick\'s Gin. Hendrick\'s is an unusual gin created from eleven fine botanicals. This handcrafted gin is distilled from a proprietary recipe which includes traditional botanicals such as juniper, coriander and citrus peel. The curious, yet marvellous, infusions of rose & cucumber imbue our spirit with its uniquely balanced flavor resulting in an unimpeachably smooth and distinct gin. Hendrick\'s is the result of combining two different spirits from rare and unusual stills: the Bennet still and the Carter-Head still. The exceptionally smooth gin features a nice balance of subtle flavors, which include wonderful notes of flowers, fruits, roots and seeds from across the world. In fact, the Wall Street Journal has described Hendrick\'s as the \"Best Gin in the World\". William Grant & Sons suggests serving the gin over ice with tonic water. Garnish with a cucumber slice instead of the traditional lemon wedge. Another great option is to serve the gin with soda water and a bit of elderflower. Enjoy!', '2025-10-22-68f87c8329ae5.png', 27, '[{\"id\":\"27\",\"position\":1}]', '[]', '[]', '[]', '[]', 1500.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 38, '2025-10-22 01:41:07', '2025-10-22 01:41:07', 0, 0.00000000000000, 0, NULL, 6, 1000, 1, '[]', '[]', 'hendricks-gin-1-lr', 0, 0, NULL, 1, 0),
(16, 'India Gate Basmati Rice Everyday 5 kg', 'India Gate Basmati Rice Everyday 5 kg', '2025-10-22-68f87c90df569.png', 4, '[{\"id\":\"4\",\"position\":1}]', '[]', '[]', '[]', '[]', 450.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 34, '2025-10-22 01:41:20', '2025-10-24 16:03:39', 0, 3.00000000000000, 1, '{\"1\":0,\"2\":0,\"3\":1,\"4\":0,\"5\":0}', 1, 498, 2, '[{\"img\":\"2025-10-22-68f87c90de376.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f87c90df392.png\",\"storage\":\"public\"}]', '[]', 'india-gate-basmati-rice-everyday-5-kg', 0, 1, NULL, 1, 0),
(17, 'Dingle Original Irish Gin', 'Dingle Original Irish Gin', '2025-10-22-68f87cc4d3f0b.png', 27, '[{\"id\":\"27\",\"position\":1}]', '[]', '[]', '[]', '[]', 500.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 36, '2025-10-22 01:42:12', '2025-10-22 01:42:12', 0, 0.00000000000000, 0, NULL, 6, 500, 3, '[]', '[]', 'dingle-original-irish-gin', 0, 0, NULL, 1, 0),
(18, 'Colgate Plax Complete Care Mouthwash 250 ml', 'Protect your mouth from germs and get fresh, clean breath every morning with Colgate Plax Complete Care Mouthwash.\r\n\r\nColgate Plax Complete Care Mouthwash also removes over 99% of bad breath causing germs in your mouth, for a fresher and cleaner mouth than brushing alone. It gives a 10x longer cooling sensation than brushing alone providing cleaner mouth and is alcohol-free so you experience no burning sensation, just fresher smiles between brushings!\r\n\r\nMake Colgate Plax a part of your daily oral hygiene.', '2025-10-22-68f87cdfb4ba6.png', 11, '[{\"id\":\"11\",\"position\":1}]', '[]', '[]', '[]', '[]', 2.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 33, '2025-10-22 01:42:39', '2025-10-22 01:42:39', 0, 0.00000000000000, 0, NULL, 2, 100, 3, '[{\"img\":\"2025-10-22-68f87cdfb3c2a.png\",\"storage\":\"public\"}]', '[]', 'colgate-plax-complete-care-mouthwash-250-ml', 0, 0, 10, 1, 0),
(19, 'Old Monk XXX 7 Year Old Rum (1L)', 'Old Monk XXX 7 Year Old Rum (1L)', '2025-10-22-68f87d07b8dba.png', 26, '[{\"id\":\"26\",\"position\":1}]', '[]', '[]', '[]', '[]', 750.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 36, '2025-10-22 01:43:19', '2025-10-22 01:43:19', 0, 0.00000000000000, 0, NULL, 6, 400, 1, '[]', '[]', 'old-monk-xxx-7-year-old-rum-1l', 0, 0, NULL, 1, 0),
(20, 'Fortune Premium Kachi Ghani Pure Mustard Oil, 1Litre PET Bottle', 'Fortune Premium Kachi Ghani Pure Mustard Oil, 1Litre PET Bottle', '2025-10-22-68f87d361f109.png', 4, '[{\"id\":\"4\",\"position\":1}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 34, '2025-10-22 01:44:06', '2026-01-23 08:27:12', 0, 0.00000000000000, 0, NULL, 1, 896, 1, '[{\"img\":\"2025-10-22-68f87d361dc34.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f87d361ef6e.png\",\"storage\":\"public\"}]', '[]', 'fortune-premium-kachi-ghani-pure-mustard-oil-1litre-pet-bottle', 0, 0, NULL, 1, 0),
(21, 'Ron Zacapa Centenario Sistema Solera 23 Year Old Rum (750ml)', 'Ron Zacapa Centenario Sistema Solera 23 Year Old Rum is well-balanced and a smooth blend aged up to 23 years, smooth and brilliant straight from the bottle. It is wonderfully intricate with honeyed butterscotch, spiced oak, and raisined fruit, showcasing the complexity of the sistema solera aging process. Experience the celebrations of life with the taste and quality that comes from Ron Zacapa Centenario Sistema Solera 23 Year Old Rum. Light mahogany, with the tones of long barrel aging at the rim and long, slow legs clinging to the glass. Made with the first pressing of virgin sugar cane, it is rich and dark with a pleasantly complex flavor profile. Our wonderfully complex, 80 proof rum is a generous and full-bodied spirit. The complex craft creates exciting intricacies with sweet honey and vanilla flavors that create a pleasantly astringent finish balanced with a spicy touch of cinnamon and ginger. Our rum is distilled from virgin sugar cane honey, not molasses and aged using an adapted Sistema Solera process that is truly a work of art. Ron Zacapa Centenario Sistema Solera 23 Year Old Rum provides an elegantly smooth beverage with robust and complex flavors that are best enjoyed', '2025-10-22-68f87d4e1a615.png', 26, '[{\"id\":\"26\",\"position\":1}]', '[]', '[]', '[]', '[]', 500.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 38, '2025-10-22 01:44:30', '2025-10-22 01:44:30', 0, 0.00000000000000, 0, NULL, 6, 500, 3, '[]', '[]', 'ron-zacapa-centenario-sistema-solera-23-year-old-rum-750ml', 0, 0, NULL, 1, 0),
(22, 'Mike\'s Harder Lemonade', 'The OG. The Legend. The Boss. You get the idea.', '2025-10-22-68f87d919b095.png', 28, '[{\"id\":\"28\",\"position\":1}]', '[]', '[]', '[]', '[]', 450.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 36, '2025-10-22 01:45:37', '2025-10-22 01:45:37', 0, 0.00000000000000, 0, NULL, 6, 500, 3, '[]', '[]', 'mikes-harder-lemonade', 0, 0, NULL, 1, 0),
(23, 'Michelob Ultra', 'Michelob ULTRA is the superior light beer with no artificial colors or flavors. With just 2.6 carbs and 95 calories, you can enjoy the crisp, clean taste of Michelob ULTRA without compromising your active lifestyle.', '2025-10-22-68f87dd07e034.png', 28, '[{\"id\":\"28\",\"position\":1}]', '[]', '[]', '[]', '[]', 500.00, 0.00, 'percent', 4.00, 'percent', '00:00:00', '23:59:59', 0, 1, 40, '2025-10-22 01:46:40', '2025-10-22 01:46:40', 0, 0.00000000000000, 0, NULL, 6, 200, 3, '[]', '[]', 'michelob-ultra', 0, 0, NULL, 1, 0),
(24, 'Modelo Especial (150ml/ 6 bottle )', 'Brewed as a model of what good beer should be, Modelo Especial Mexican Beer is rich, full-flavored Pilsner-style Lager that delivers a crisp, refreshing taste. It has a well-balanced flavor and light hop character with a crisp, clean finish. It has characterized by an orange blossom honey aroma with a hint of herb. It contains Water, Barley Malt, Non-malted Cereals, and Hops.\r\n\r\nModelo Especial Cerveza is born with the Fighting Spirit. It has brewed with time, effort, and determination to create the model Mexican lager. Everyone knows that hard work deserves a fitting reward – a Pilsner-style Lager with a clean, crisp taste.\r\n\r\nModelo Especial\'s Mexican culture is a large part of who they are. Since the first bottle came off the assembly line in 1925, this Especial Lager Imported Beer has been a part of Mexican culture. It\'s a fixture at major holidays, family celebrations, and friendly get-togethers from Sonora to Chiapas.\r\n\r\nIt is perfect for enjoying at your next barbecue or sharing with friends while watching the game. Pair this 145 calorie, easy-drinking beer with Mexican dishes, pasta, or pizza for a perfect match. Enjoy!', '2025-10-22-68f87e1e5b68c.png', 25, '[{\"id\":\"25\",\"position\":1}]', '[]', '[]', '[]', '[]', 450.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 41, '2025-10-22 01:47:58', '2025-10-22 01:47:58', 0, 0.00000000000000, 0, NULL, 6, 300, 3, '[]', '[]', 'modelo-especial-150ml-6-bottle', 0, 0, NULL, 1, 0),
(25, 'Garnier Skin Naturals, Cleansing Water, Hydrating & Soothing, Micellar Cleansing Water, 125 ml', 'Cleansing water for light makeup\r\nThe formula gently hydrates your skin and removes makeup as well as dirt\r\nHow to use: Pour out on a cotton pad and wipe gently across the face, lips and eyes\r\nGentle formula which is suitable for sensitive skin, enriched with hydrating botanical glycerin\r\nContents: 1x Garnier Skin Naturals Micellar Cleansing Water, Volume: 125 ml', '2025-10-22-68f87e85e3f6e.png', 5, '[{\"id\":\"5\",\"position\":1}]', '[{\"type\":\"125ml\",\"price\":0.5,\"stock\":999},{\"type\":\"400ml\",\"price\":0.5,\"stock\":155}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Size\",\"options\":[\"125ml\",\" 400ml\"]}]', 0.50, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 34, '2025-10-22 01:49:41', '2025-12-09 13:00:06', 1, 0.00000000000000, 0, NULL, 1, 1154, 3, '[{\"img\":\"2025-10-22-68f87e85e3104.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f87e85e3dfd.png\",\"storage\":\"public\"}]', '[]', 'garnier-skin-naturals-cleansing-water-hydrating-soothing-micellar-cleansing-water-125-ml', 0, 0, NULL, 1, 0),
(26, 'Pilgrim Korean Beauty White Lotus Refreshing Face Mist & Toner', '✅ 100% ALCOHOL FREE & pH-BALANCED FACE TONER: An essential step (to be applied after your favorite face cleanser) in your skin care regimen; this Natural Face Toner & Mist rejuvenates your skin while restoring its pH balance and absorbs excess oil (without causing any dryness). It provides a glowing skin and tightens pores. Its refreshing & revitalizing properties gets straight to the work and hydrates, nourishes and helps improve skin elasticity\r\n✅ GLOWING SKIN & TIGHTER PORES ANYTIME, ANYWHERE: Toss one in your bag for a burst of refreshing hydration anytime and get a little pick-me-up whenever your skin feels parched or looks dull. Its premium & soothing fragrance lifts up your mood and alleviate stress. Its just your ticket for a quick boost of clear glowing skin & tighter pores anytime during the day!\r\n✅ NATURAL INGREDIENTS, NO TOXINS: Crafted following strict guidelines of THE PILGRIM CODE, this toner & face mist is FDA approved, Contains No Paraben, No Sulphate, No Mineral Oils as well as other harsh chemicals and is Cruelty free. HOW TO USE: Spray on clean face, neck & décolleté with eyes & lips closed from 15cm away. Let it sit & dry. Spray morning and night or anytime in be', '2025-10-22-68f87ef049089.png', 5, '[{\"id\":\"5\",\"position\":1}]', '[]', '[]', '[]', '[]', 30.00, 0.00, 'percent', 3.00, 'percent', '00:00:00', '23:59:59', 0, 1, 34, '2025-10-22 01:51:28', '2025-10-22 01:51:28', 0, 0.00000000000000, 0, NULL, 1, 1000, 3, '[{\"img\":\"2025-10-22-68f87ef047e4e.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f87ef048efe.png\",\"storage\":\"public\"}]', '[]', 'pilgrim-korean-beauty-white-lotus-refreshing-face-mist-toner', 0, 0, NULL, 1, 0),
(27, 'Insight Cosmetics Glitter Makeup Highlighter', 'Unique texture that is buildable and blends flawlessly to leave the cheeks\r\nIt brings instant glow all day long\r\nIt\'s buildable, blendable, and so buttery soft.\r\nThe smooth texture blends effortlessly\r\nGives the perfect luminous finish', '2025-10-22-68f88091084ad.png', 5, '[{\"id\":\"5\",\"position\":1}]', '[]', '[]', '[]', '[]', 25.00, 0.00, 'percent', 3.00, 'percent', '00:00:00', '23:59:59', 0, 1, 34, '2025-10-22 01:58:25', '2025-10-22 01:58:25', 0, 0.00000000000000, 0, NULL, 1, 4555, 4, '[{\"img\":\"2025-10-22-68f88091074ae.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f880910830c.png\",\"storage\":\"public\"}]', '[]', 'insight-cosmetics-glitter-makeup-highlighter', 0, 0, NULL, 1, 1),
(28, 'Sri Sri Tattva Shishu Taila 100 ml', 'Massaging infants has various health benefits and it is a beautiful way of expressing your love and care to them. It is necessary to protect, hydrate and moisturise baby\'s skin since beginning. Sri Sri Tattva Shishu Taila is a wonderful blend of exquisite herbs prepared by restoring the essence of Traditional Ayurvedic oil. Suitable for a newborn\'s skin, this oil helps to protect and nourish it effectively. It also helps strengthen infant\'s bones. Keep the delicate skin of your baby healthy and soft with Sri Sri Tattva Shishu Taila.', '2025-10-22-68f880a651f4b.png', 10, '[{\"id\":\"10\",\"position\":1}]', '[]', '[]', '[]', '[]', 12.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 33, '2025-10-22 01:58:46', '2025-10-22 01:58:46', 0, 0.00000000000000, 0, NULL, 2, 100, 6, '[{\"img\":\"2025-10-22-68f880a650ddb.png\",\"storage\":\"public\"}]', '[]', 'sri-sri-tattva-shishu-taila-100-ml', 0, 0, 10, 1, 0),
(29, 'The Derma Co 1% Hyaluronic Sunscreen Aqua Gel SPF 50 PA', 'The Derma Co 1% Hyaluronic Sunscreen Aqua Gel SPF 50 PA++++ | For Oily, Dry, Acne-prone Skin | Ultra Lightweight Texture | Non-Greasy | No White Cast | Broad Spectrum Protection & Blue Light Protection | For Men & Women | 50 g', '2025-10-22-68f881330b578.png', 6, '[{\"id\":\"6\",\"position\":1}]', '[]', '[]', '[]', '[]', 499.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 34, '2025-10-22 02:01:07', '2025-10-24 12:16:42', 0, 0.00000000000000, 0, NULL, 1, 554, 1, '[{\"img\":\"2025-10-22-68f881330a48f.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f881330b2b4.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f881330b360.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f881330b3ff.png\",\"storage\":\"public\"}]', '[]', 'the-derma-co-1-hyaluronic-sunscreen-aqua-gel-spf-50-pa', 0, 1, NULL, 1, 0),
(30, 'Biotique Cucumber Pore Tightening Toner| Ayurvedic And Organically Pure', 'What it is: This is a cooling and purifying toner made from the natural ingredients and fresh waters found in the foothills of the Himalayas. It targets the enlarged pores and tightens them to restore the skin\'s pH level to its purest state.\r\nKey Benefit: The Biotique toner minimizes the appearance of the pores giving a healthy skin complexion and balancing the oil production. It reduces the risks of skin ageing and refreshes the face while working its magic.\r\nKey Ingredients: This pore-tightening toner is infused with the goodness of cucumbers, coriander, and peppermint that helps reduce the dead skin cells, cleanses the skin from within and acts as a natural astringent to tighten the pores.\r\nOrganically Pure: Cucumber Pore Tightening Toner is made with 100% natural botanical extracts and is free from harmful chemicals. It is dermatologically tested, recommended for people with normal to oily skin, and safe for regular use.\r\nMethod of Application: This refreshing toner is all you need. Apply it to the cotton pads and swipe over cleansed face and neck every morning and evening for the best results.', '2025-10-22-68f881b05c335.png', 6, '[{\"id\":\"6\",\"position\":1}]', '[]', '[]', '[]', '[]', 40.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 34, '2025-10-22 02:03:12', '2025-10-22 02:03:12', 0, 0.00000000000000, 0, NULL, 1, 400, 3, '[{\"img\":\"2025-10-22-68f881b05b1f4.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f881b05c099.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f881b05c134.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f881b05c1e9.png\",\"storage\":\"public\"}]', '[]', 'biotique-cucumber-pore-tightening-toner-ayurvedic-and-organically-pure', 0, 0, NULL, 1, 0),
(31, 'Deconstruct 10% Non-Irritating Vitamin C Face Serum For Glowing Skin', 'HIGHLY EFFECTIVE YET GENTLE: The optimum 10% of Vitamin C is gentler for skin & addition of 0.5% Ferulic Acid increases the effectiveness & stability of the Vitamin C face serum. Making it suitable for people who are beginning their skincare journey & those who want gentler formulations.\r\nVITAMIN C FACE SERUM WITH FERULIC ACID: Power combo of Vitamin C and Ferulic acid functions well together towards limiting the expression of tyrosinase which provides glowing & brightening effect & reducess dullness & tanning.\r\nWATER BASED VITAMIN C FACE SERUM: Spreads easily & leaves no sticky feeling on the face. Vitamin c serum for oily skin & all other skin types.\r\nSUN PROTECTION : 0.5 % Ferulic acid is a potent antioxidant that not only makes Vitamin C Face Serum formulation stable but also prevents sun damage and reduces dullness & tanning.\r\nVITAMIN C FACE SERUM FOR GLOWING SKIN: This Vitamin C face serum contains anti-inflammatory properties which clears pigmentation, helps in collagen biosynthesis, hence provides glowing skin.', '2025-10-22-68f882223974f.png', 6, '[{\"id\":\"6\",\"position\":1}]', '[]', '[]', '[]', '[]', 30.00, 0.00, 'percent', 2.00, 'percent', '00:00:00', '23:59:59', 0, 1, 34, '2025-10-22 02:05:06', '2025-11-06 10:04:41', 0, 0.00000000000000, 0, NULL, 1, 98, 1, '[{\"img\":\"2025-10-22-68f8822238603.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f882223950f.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f88222395d5.png\",\"storage\":\"public\"}]', '[]', 'deconstruct-10-non-irritating-vitamin-c-face-serum-for-glowing-skin', 0, 0, NULL, 1, 0),
(32, 'Johnson\'s Baby Skincare Wipes 72\'s', 'Johnson\'s Baby Skincare Wipes 72\'s are gentle and soft wipes designed to keep your baby\'s delicate skin clean and moisturized. These wipes are infused with Johnson\'s special formula that is as mild as pure water on the skin. With these wipes, you can easily clean your baby\'s bottom, face, and hands, leaving behind a pleasant fragrance.', '2025-10-22-68f88249589e4.png', 10, '[{\"id\":\"10\",\"position\":1}]', '[]', '[]', '[]', '[]', 5.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 33, '2025-10-22 02:05:45', '2025-10-22 02:05:45', 0, 0.00000000000000, 0, NULL, 2, 100, 7, '[{\"img\":\"2025-10-22-68f88249571c2.png\",\"storage\":\"public\"}]', '[]', 'johnsons-baby-skincare-wipes-72s', 0, 0, 5, 1, 0),
(33, 'Vicks Baby Rub 25 ml', 'Vicks BabyRub – specially developed to gently moisturize, soothe and relax your baby. Specially developed in association with baby and skin experts. It has a long history in the US, Canada, Australia, and New Zealand. With millions of packs sold, moms worldwide have trusted Vicks BabyRub for their babies.', '2025-10-22-68f882dabc55e.png', 10, '[{\"id\":\"10\",\"position\":1}]', '[]', '[]', '[]', '[]', 2.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 33, '2025-10-22 02:08:10', '2025-10-22 02:08:10', 0, 0.00000000000000, 0, NULL, 2, 200, 7, '[{\"img\":\"2025-10-22-68f882dabb58f.png\",\"storage\":\"public\"}]', '[]', 'vicks-baby-rub-25-ml', 0, 0, 10, 1, 0),
(34, 'Dragon Fruit', 'Dragon Fruit', '2025-10-22-68f882f0ad971.png', 3, '[{\"id\":\"3\",\"position\":1}]', '[]', '[]', '[]', '[]', 30.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 31, '2025-10-22 02:08:32', '2025-10-22 02:08:32', 0, 0.00000000000000, 0, NULL, 1, 895, 2, '[{\"img\":\"2025-10-22-68f882f0ac9cf.png\",\"storage\":\"public\"}]', '[]', 'dragon-fruit', 0, 1, NULL, 1, 1),
(35, 'Mother Dairy Classic Curd', 'Made using pure milk\r\nA healthy, nutritious and delicious experience', '2025-10-22-68f8834ef0729.png', 3, '[{\"id\":\"3\",\"position\":1}]', '[]', '[]', '[]', '[]', 20.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 31, '2025-10-22 02:10:06', '2025-10-22 02:10:06', 0, 0.00000000000000, 0, NULL, 1, 555, 4, '[{\"img\":\"2025-10-22-68f8834eef4dd.png\",\"storage\":\"public\"}]', '[]', 'mother-dairy-classic-curd', 0, 1, NULL, 1, 1),
(36, 'Sunfeast Dark Fantasy Yumfills Whoopie Pie, Chocolate Chip', 'Excellent Product\r\nChocolate Chip\r\nIt is durable and long lasting', '2025-10-22-68f883d432cd1.png', 3, '[{\"id\":\"3\",\"position\":1}]', '[]', '[]', '[]', '[]', 24.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 31, '2025-10-22 02:12:20', '2025-10-22 02:12:20', 0, 0.00000000000000, 0, NULL, 1, 444, 4, '[{\"img\":\"2025-10-22-68f883d431c20.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f883d432b49.png\",\"storage\":\"public\"}]', '[]', 'sunfeast-dark-fantasy-yumfills-whoopie-pie-chocolate-chip', 0, 1, NULL, 1, 1),
(37, 'Airwell 5-Layer N95 Face Mask - Yellow', 'Airwell 5-Layer N95 Face Mask - Yellow', '2025-10-22-68f883d96e46d.png', 9, '[{\"id\":\"9\",\"position\":1}]', '[]', '[]', '[]', '[]', 2.00, 0.00, 'percent', 33.00, 'percent', '00:00:00', '23:59:59', 0, 1, 33, '2025-10-22 02:12:25', '2025-10-22 02:12:25', 0, 0.00000000000000, 0, NULL, 2, 100, 7, '[{\"img\":\"2025-10-22-68f883d96d47c.png\",\"storage\":\"public\"}]', '[]', 'airwell-5-layer-n95-face-mask-yellow', 0, 0, 5, 1, 0),
(38, 'AFEERA SPICES CASHEW NUT 100g | W180 GRADE | KING OF CASHEWS | GROCERIES | Rich in Protein | Zero Cholesterol | Premium Whole Kernels | 100% Organic | Fresh & Crunchy | Handpicked Luxury Nuts', 'AFEERA SPICES CASHEW NUT 100g | W180 GRADE | KING OF CASHEWS | GROCERIES | Rich in Protein | Zero Cholesterol | Premium Whole Kernels | 100% Organic | Fresh & Crunchy | Handpicked Luxury Nuts', '2025-10-22-68f8851bb7b70.png', 4, '[{\"id\":\"4\",\"position\":1}]', '[]', '[]', '[]', '[]', 870.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 31, '2025-10-22 02:17:47', '2025-10-22 02:17:47', 0, 0.00000000000000, 0, NULL, 1, 350, 4, '[{\"img\":\"2025-10-22-68f8851bb692f.png\",\"storage\":\"public\"}]', '[]', 'afeera-spices-cashew-nut-100g-w180-grade-king-of-cashews-groceries-rich-in-protein-zero-cholesterol-premium-whole-kernels-100-organic-fresh-crunchy-handpicked-luxury-nuts', 0, 0, NULL, 1, 0),
(39, 'Hi Life Virocare Hand Sanitizer 1\'s', 'Hi Life Virocare Hand Sanitizer 1\'s', '2025-10-22-68f8851ce3044.png', 9, '[{\"id\":\"9\",\"position\":1}]', '[]', '[]', '[]', '[]', 15.00, 0.00, 'percent', 22.00, 'percent', '00:00:00', '23:59:59', 0, 1, 33, '2025-10-22 02:17:48', '2025-10-22 02:17:48', 0, 0.00000000000000, 0, NULL, 2, 10, 3, '[{\"img\":\"2025-10-22-68f8851ce2169.png\",\"storage\":\"public\"}]', '[]', 'hi-life-virocare-hand-sanitizer-1s', 0, 0, 5, 1, 0),
(40, 'Yogabar Chia Seeds - Calcium, Iron & Zinc - Diet Food Healthy Snacks 1Kg (500g x Pack of 2)', 'Yogabar Chia Seeds - Calcium, Iron & Zinc - Diet Food Healthy Snacks 1Kg (500g x Pack of 2)', '2025-10-22-68f885c1c0100.png', 4, '[{\"id\":\"4\",\"position\":1}]', '[]', '[]', '[]', '[]', 840.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 31, '2025-10-22 02:20:33', '2025-11-06 16:56:33', 0, 0.00000000000000, 0, NULL, 1, 348, 4, '[{\"img\":\"2025-10-22-68f885c1bf084.png\",\"storage\":\"public\"}]', '[]', 'yogabar-chia-seeds-calcium-iron-zinc-diet-food-healthy-snacks-1kg-500g-x-pack-of-2', 0, 0, NULL, 1, 0),
(41, 'Dettol Instant Hand Sanitizer - Original 52 ml', 'Dettol Instant Hand Sanitizer - Original 52 ml', '2025-10-22-68f8863b596fe.png', 9, '[{\"id\":\"9\",\"position\":1}]', '[]', '[]', '[]', '[]', 13.00, 0.00, 'percent', 7.00, 'percent', '00:00:00', '23:59:59', 0, 1, 33, '2025-10-22 02:22:35', '2025-10-22 02:22:35', 0, 0.00000000000000, 0, NULL, 2, 100, 3, '[{\"img\":\"2025-10-22-68f8863b58812.png\",\"storage\":\"public\"}]', '[]', 'dettol-instant-hand-sanitizer-original-52-ml', 0, 0, 5, 1, 0),
(42, 'Maybelline New York Liquid Foundation, Matte & Poreless, Full Coverage Blendable Normal to Oily Skin', 'Lightweight matte liquid foundation, Oil Free, Perfect for normal, combination and oily skin\r\nNatural finish skin looks fresh not cakey or dry\r\nSimply apply foundation onto skin and blend with fingertips, foundation brush, or makeup sponge\r\nFlexible Micro-Powders help blur the appearance of pores, Available in several shades, Suitable for all skin tones and shades\r\nContents: 1x Maybelline New York Fit Me Foundation, Matte & Poreless, Full Coverage Blendable Normal to Oily Skin, Shade: Ivory, 30 ml', '2025-10-22-68f8865fc8e94.png', 5, '[{\"id\":\"5\",\"position\":1}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 31, '2025-10-22 02:23:11', '2025-10-22 02:23:11', 0, 0.00000000000000, 0, NULL, 1, 3333, 3, '[{\"img\":\"2025-10-22-68f8865fc7e2c.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8865fc8d32.png\",\"storage\":\"public\"}]', '[]', 'maybelline-new-york-liquid-foundation-matte-poreless-full-coverage-blendable-normal-to-oily-skin', 0, 1, 30, 1, 1),
(43, 'POND\'S Bb+ Cream For All Skin Types,Ivory Lightweight Natural Foundation,18G,For Even Skin Tone,With Vitamin Enriched Cream&Light Foundation,Spf 30 Pa++,Instant Spot Coverage,Pack Of 1', 'LIGHTWEIGHT FOUNDATION: The Pond\'s BB+ foundation cream has a lightweight formula that gives you the dual benefits of instant spot coverage and a light makeup glow. This Ponds bright beauty cream is not oily and will not clog your pores, making it suitable for all skin types.\r\nINSTANT SPOT COVERAGE: This Ponds cream for women covers spots and dark circles, giving you an even skin tone with natural coverage and finish. This Ponds cream hides blemishes and minimizes the size of pores, leaving you with smooth-looking skin instantly.\r\nEVENS SKIN TONE: The Pond\'s brightening cream is designed to improve the appearance of your skin and provide a skin-finish and natural glow. This Ponds BB+ foundation cream ensures that your skin looks even-toned and visibly brighter, leaving you with a soft glow that lasts for the entire day.\r\nSUN PROTECTION: The Ponds cream for women provides sun protection with SPF 30 PA++. This Ponds light moisturizer cream helps protect your skin from the harsh effects of the sun, preventing damage and keeping it looking youthful and radiant.\r\nAVAILABLE IN 2 SHADES: The Pond\'s BB+ foundation cream comes in two different shades: Ivory and Natural. Ivory caters to light an', '2025-10-22-68f886d95bfa9.png', 5, '[{\"id\":\"5\",\"position\":1}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 31, '2025-10-22 02:25:13', '2025-10-22 02:25:13', 0, 0.00000000000000, 0, NULL, 1, 399, 3, '[{\"img\":\"2025-10-22-68f886d95afb0.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f886d95be49.png\",\"storage\":\"public\"}]', '[]', 'ponds-bb-cream-for-all-skin-typesivory-lightweight-natural-foundation18gfor-even-skin-tonewith-vitamin-enriched-creamlight-foundationspf-30-painstant-spot-coveragepack-of-1', 0, 1, NULL, 1, 1),
(44, 'Polymed Photofusion I.V. Set 1\'s', 'The Polymed Photofusion I.V. Set 1\'s is a cutting-edge intravenous set designed for efficient and safe administration of fluids and medications. Crafted with the highest quality materials, this I.V. set ensures optimal flow rates and minimal resistance during infusion, providing a seamless experience for healthcare professionals and patients alike. With its innovative Photofusion technology, this set offers enhanced visibility, making it easier to monitor the infusion process accurately.', '2025-10-22-68f886ede6823.png', 8, '[{\"id\":\"8\",\"position\":1}]', '[]', '[]', '[]', '[]', 3.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 33, '2025-10-22 02:25:33', '2025-10-22 02:25:33', 0, 0.00000000000000, 0, NULL, 2, 200, 7, '[{\"img\":\"2025-10-22-68f886ede5901.png\",\"storage\":\"public\"}]', '[]', 'polymed-photofusion-iv-set-1s', 0, 0, 10, 1, 0),
(45, 'HUDA GIRL Beauty Rose Gold Remastered + Nude Edition Eyeshadow Palette Combo Kit - 36 Matte and Shimmer Finishes, Includes Black Eyeshadow - Complete Eye Shadow Palette Set', 'Elevate Your Eye Game: Unleash your creativity with the HUDA GIRL Beauty Rose Gold Remastered + Nude Edition Eyeshadow Palette Combo Kit, featuring 36 matte and shimmer finishes that encompass all colors and styles.\r\nGlamour in Every Shade: Transform your look with the mesmerizing glitter eyeshadow and shimmer eyeshadow palette options, including the iconic Rose Gold hue that adds a touch of elegance to your gaze.\r\nTimeless Neutrals: Achieve versatile beauty with the Nude Edition\'s neutral shades, perfect for both day and night. Complete your look with the rich intensity of the included black eyeshadow for added depth and drama.\r\nProfessional-Grade Mastery: Each shade in this eyeshadow palette combo boasts impeccable pigmentation and seamless blendability, ensuring you effortlessly create captivating eye shadow plattete effects.\r\nAll-in-One Elegance: Bid farewell to the search for the perfect eyeshadow palette all colors inclusive. This kit encompasses the ultimate eye palette eyeshadow collection, simplifying your routine and allowing your creativity to shine. Discover the transformative power of HUDA GIRL Beauty today.', '2025-10-22-68f8874ba80cc.png', 5, '[{\"id\":\"5\",\"position\":1}]', '[]', '[]', '[]', '[]', 3399.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 31, '2025-10-22 02:27:07', '2025-10-22 02:27:07', 0, 0.00000000000000, 0, NULL, 1, 35, 1, '[{\"img\":\"2025-10-22-68f8874ba6dc3.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8874ba7f5d.png\",\"storage\":\"public\"}]', '[]', 'huda-girl-beauty-rose-gold-remastered-nude-edition-eyeshadow-palette-combo-kit-36-matte-and-shimmer-finishes-includes-black-eyeshadow-complete-eye-shadow-palette-set', 0, 1, NULL, 1, 1),
(46, 'Polymed Transvol Blood Transfusion Set (70140) 1\'s', 'Polymed Transvol Blood Transfusion Set (70140) 1\'s', '2025-10-22-68f887b5652b7.png', 8, '[{\"id\":\"8\",\"position\":1}]', '[]', '[]', '[]', '[]', 2.00, 0.00, 'percent', 40.00, 'percent', '00:00:00', '23:59:59', 0, 1, 33, '2025-10-22 02:28:53', '2025-10-22 02:28:53', 0, 0.00000000000000, 0, NULL, 2, 200, 7, '[{\"img\":\"2025-10-22-68f887b56437a.png\",\"storage\":\"public\"}]', '[]', 'polymed-transvol-blood-transfusion-set-70140-1s', 0, 0, 10, 1, 0),
(47, 'Clarin', 'Clarin', '2025-10-22-68f887de15c88.png', 6, '[{\"id\":\"6\",\"position\":1}]', '[{\"type\":\"Clarin\",\"price\":199,\"stock\":1}]', '[]', '[\"5\"]', '[{\"name\":\"choice_5\",\"title\":\"Brand\",\"options\":[\"Clarin\"]}]', 199.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 31, '2025-10-22 02:29:34', '2025-10-22 02:29:34', 0, 0.00000000000000, 0, NULL, 1, 0, 4, '[{\"img\":\"2025-10-22-68f887de14d97.png\",\"storage\":\"public\"}]', '[]', 'clarin', 0, 1, 40, 1, 1),
(48, 'vaseline', 'vaseline body cream', '2025-10-22-68f88f288559e.png', 6, '[{\"id\":\"6\",\"position\":1}]', '[]', '[]', '[]', '[]', 150.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 31, '2025-10-22 03:00:40', '2025-10-22 03:00:40', 0, 0.00000000000000, 0, NULL, 1, 4007, 1, '[{\"img\":\"2025-10-22-68f88f28846fe.png\",\"storage\":\"public\"}]', '[]', 'vaseline', 0, 1, 10, 1, 0),
(49, 'Foxtale De-Tan Face Mask for Glowing Skin', 'REMOVES TAN & BLACKHEADS: This detan pack for tan removal is the new-age ubtan your skin needs. It gently removes dead skin cells to brighten skin and removes tan without drying skin.\r\nBRIGHTENS SKIN: This face mask for glowing skin removes excess oil, dirt, and other impurities and gives you bright, radiant skin.\r\nWITH ANTI - DEHYDRATION SHIELD: Unlike other detan packs for tan removal, this does not dry your skin. It contains hydrating ingredients that form an Anti-Dehydration Shield on the skin. This shield locks in moisture and keeps the skin hydrated.\r\nSUITABLE FOR ALL SKIN TYPES: This detan mask for tan removal is extremely hydrating, making it ideal for anyone with oily skin, combination skin and dry skin.\r\nSAFE & EFFECTIVE USE: This face mask for glowing skin is dermatologically tested, vegan, cruelty free, sulfate free and paraben free.', '2025-10-22-68f88fe90b4b3.png', 6, '[{\"id\":\"6\",\"position\":1}]', '[]', '[]', '[]', '[]', 30.00, 0.00, 'percent', 3.00, 'percent', '00:00:00', '23:59:59', 0, 1, 31, '2025-10-22 03:03:53', '2025-10-22 03:03:53', 0, 0.00000000000000, 0, NULL, 1, 333, 3, '[{\"img\":\"2025-10-22-68f88fe90a36d.png\",\"storage\":\"public\"}]', '[]', 'foxtale-de-tan-face-mask-for-glowing-skin', 0, 0, NULL, 1, 0),
(50, 'Polymed Oncofusion I.V. Set 1\'s', 'Polymed Oncofusion I.V. Set 1\'s', '2025-10-22-68f8904ca3ade.png', 8, '[{\"id\":\"8\",\"position\":1}]', '[]', '[]', '[]', '[]', 2.00, 0.00, 'percent', 33.00, 'percent', '00:00:00', '23:59:59', 0, 1, 33, '2025-10-22 03:05:32', '2025-10-22 03:05:32', 0, 0.00000000000000, 0, NULL, 2, 200, 7, '[{\"img\":\"2025-10-22-68f8904ca2b71.png\",\"storage\":\"public\"}]', '[]', 'polymed-oncofusion-iv-set-1s', 0, 0, 20, 1, 0),
(51, 'Mother Dairy Paneer', 'Soft & Creamy Paneer\r\nMother Dairy paneer makes your curries rich & delicious.', '2025-10-22-68f89070d4d11.png', 3, '[{\"id\":\"3\",\"position\":1}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 30, '2025-10-22 03:06:08', '2025-10-22 03:06:08', 0, 0.00000000000000, 0, NULL, 1, 498, 4, '[{\"img\":\"2025-10-22-68f89070d3de6.png\",\"storage\":\"public\"}]', '[]', 'mother-dairy-paneer', 0, 1, NULL, 1, 0),
(52, 'The Tea Ark Tea For Her Tea Powder- Organic Spearmint 100 gm (Pouch)', 'The Tea Ark Tea For Her Tea Powder- Organic Spearmint 100 gm (Pouch)', '2025-10-22-68f890f8cdbfb.png', 7, '[{\"id\":\"7\",\"position\":1}]', '[]', '[]', '[]', '[]', 15.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 33, '2025-10-22 03:08:24', '2025-10-22 03:08:24', 0, 0.00000000000000, 0, NULL, 2, 100, 7, '[{\"img\":\"2025-10-22-68f890f8cc9cf.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f890f8cd945.png\",\"storage\":\"public\"}]', '[]', 'the-tea-ark-tea-for-her-tea-powder-organic-spearmint-100-gm-pouch', 0, 0, 5, 1, 0),
(53, 'Alpro Strawberry', 'Alpro Strawberry, Plant-Based & Soya Yoghurt Alternative, Vegan & Dairy Free, Big Pot, 500g', '2025-10-22-68f891222290f.png', 3, '[{\"id\":\"3\",\"position\":1}]', '[]', '[]', '[]', '[]', 550.00, 0.00, 'percent', 1.00, 'percent', '00:00:00', '23:59:59', 0, 1, 30, '2025-10-22 03:09:06', '2025-11-07 10:42:41', 0, 0.00000000000000, 0, NULL, 1, 497, 4, '[{\"img\":\"2025-10-22-68f8912221879.png\",\"storage\":\"public\"}]', '[]', 'alpro-strawberry', 0, 1, NULL, 1, 0),
(54, 'Amul Butter Salted Pasteurised', 'Amul Butter\r\nAmul\r\nAmul Butter - Pasteurised\r\nAmul Butter\r\nAmul\r\nAmul Butter - Pasteurised\r\nFlavor Name: Salted; Material Features: Vegetarian; Item Form: Ba', '2025-10-22-68f8919e24082.png', 3, '[{\"id\":\"3\",\"position\":1}]', '[]', '[]', '[]', '[]', 44.00, 0.00, 'percent', 1.00, 'amount', '00:00:00', '23:59:59', 0, 1, 30, '2025-10-22 03:11:10', '2025-12-10 14:18:12', 0, 0.00000000000000, 0, NULL, 1, 4998, 4, '[{\"img\":\"2025-10-22-68f8919e22f83.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8919e23e0a.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8919e23eb9.png\",\"storage\":\"public\"}]', '[]', 'amul-butter-salted-pasteurised', 0, 1, NULL, 1, 0),
(55, 'Nutriorg Gluten Free Instant Oats 500 gm', 'Nutriorg Gluten Free Instant Oats 500 gm', '2025-10-22-68f891ee3e5dd.png', 7, '[{\"id\":\"7\",\"position\":1}]', '[]', '[]', '[]', '[]', 18.00, 0.00, 'percent', 33.00, 'percent', '00:00:00', '23:59:59', 0, 1, 33, '2025-10-22 03:12:30', '2025-10-22 03:12:30', 0, 0.00000000000000, 0, NULL, 2, 100, 6, '[{\"img\":\"2025-10-22-68f891ee3d645.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f891ee3e475.png\",\"storage\":\"public\"}]', '[]', 'nutriorg-gluten-free-instant-oats-500-gm', 0, 0, 5, 1, 0),
(56, 'Scepter of the Gods: The Rod of Truth', 'Heroes are not born. They are forged in the fires of relentless persistence on the brink of disaster.\r\n\r\nPhelia is a frustrated mage running away from an oppressive uncle to pursue fame and fortune. Mila is a wilderness-dwelling, spiritual healer tied to ancient ancestors. Alex is an orphaned, deeply spiritual warrior born to be the guardian of the Rod of Truth. Peter is a mysterious, questionable, and likable yet sketchy young man who skillfully weaves truth with deception. Each of them is certain of what they know, yet they are each about to have that certainty shattered.\r\n\r\n➡What if your reality turned out to be propaganda and fiction?', '2025-10-22-68f892168fb82.png', 19, '[{\"id\":\"19\",\"position\":1}]', '[]', '[]', '[]', '[]', 30.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 44, '2025-10-22 03:13:10', '2025-12-10 12:59:56', 0, 0.00000000000000, 0, NULL, 4, 499, 7, '[{\"img\":\"2025-10-22-68f892168ec6d.png\",\"storage\":\"public\"}]', '[]', 'scepter-of-the-gods-the-rod-of-truth', 0, 0, NULL, 1, 0),
(57, 'Tata Salt 1 Kg', 'Tata Salt 1 Kg, Free Flowing and Iodised Namak, Vacuum Evaporated, Salt in Fresh', '2025-10-22-68f892333a75e.png', 4, '[{\"id\":\"4\",\"position\":1}]', '[]', '[]', '[]', '[]', 30.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 30, '2025-10-22 03:13:39', '2026-01-30 10:25:14', 0, 0.00000000000000, 0, NULL, 1, 997, 2, '[{\"img\":\"2025-10-22-68f89233397dd.png\",\"storage\":\"public\"}]', '[]', 'tata-salt-1-kg', 0, 0, NULL, 1, 0),
(58, 'Inlife Super Greens Powder 200 g', 'Inlife Super Greens Powder 200 g', '2025-10-22-68f8925469784.png', 7, '[{\"id\":\"7\",\"position\":1}]', '[]', '[]', '[]', '[]', 26.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 33, '2025-10-22 03:14:12', '2025-10-22 03:14:12', 0, 0.00000000000000, 0, NULL, 2, 100, 6, '[{\"img\":\"2025-10-22-68f8925468186.png\",\"storage\":\"public\"}]', '[]', 'inlife-super-greens-powder-200-g', 0, 0, 5, 1, 0),
(59, 'HP Portable Laptop, Student and Business', '【Memory & Storage】The PC memory has been upgraded to 8GB DDR4 SDRAM for enhanced high bandwidth to easily switch back and forth between open applications; Hard drive has been upgraded to 64GB eMMC for fast boot up and speedy data transfer\r\n【Processor】Intel Celeron N4120 Processor (4 Cores, 4 Threads, Base Frequency at 1.1GHz, Up to 2.6GHz at Max Turbo Frequency)\r\n【Screen】14\" diagonal, HD (1366 x 768), micro-edge, BrightView, 220 nits, 45% NTSC\r\n【Tech Specs】1 x USB Type-C, 2 x USB 3.1 Type-A, 1 x HDMI, 1 x Headphone/Mic Combo, 1 x AC smart pin, 1 x RJ-45; Wi-Fi & Bluetooth; 1 Year Office 365\r\n【Operating System】Windows 11 Home', '2025-10-22-68f892913ab55.png', 20, '[{\"id\":\"20\",\"position\":1}]', '[]', '[]', '[]', '[]', 1000.00, 0.00, 'percent', 4.00, 'percent', '00:00:00', '23:59:59', 0, 1, 44, '2025-10-22 03:15:13', '2025-10-22 03:15:13', 0, 0.00000000000000, 0, NULL, 4, 60, 7, '[{\"img\":\"2025-10-22-68f8929139936.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f892913a7d4.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f892913a921.png\",\"storage\":\"public\"}]', '[]', 'hp-portable-laptop-student-and-business', 0, 0, NULL, 1, 0),
(60, 'Vedaka Popular Moong Dal', 'Quantity: 1kg\r\nMoong Dal\r\nIt is durable and long lasting', '2025-10-22-68f892c32c179.png', 4, '[{\"id\":\"4\",\"position\":1}]', '[{\"type\":\"5kg\",\"price\":1300,\"stock\":1000},{\"type\":\"1kg\",\"price\":250,\"stock\":999}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Size\",\"options\":[\"5kg\",\"1kg\"]}]', 250.00, 0.00, 'percent', 25.00, 'percent', '00:00:00', '23:59:59', 0, 1, 30, '2025-10-22 03:16:03', '2026-01-30 10:25:14', 0, 0.00000000000000, 0, NULL, 1, 1999, 1, '[{\"img\":\"2025-10-22-68f892c32b18a.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f892c32bfc1.png\",\"storage\":\"public\"}]', '[]', 'vedaka-popular-moong-dal', 0, 1, NULL, 1, 0),
(61, 'HP 15.6\" HD Touchscreen Laptop', '[High Speed RAM And Enormous Space] 16GB high-bandwidth RAM to smoothly run multiple applications and browser tabs all at once; 1TB PCIe NVMe M.2 Solid State Drive allows to fast bootup and data transfer\r\n[Processor] Intel Core i5-1235U Processor (10 Cores, 12 Threads, 12MB L3 Cache, Base Frequency at 0.9 GHz, Up to 4.4 GHz at Max Turbo Frequency)\r\n[Display] 15.6-inch diagonal, HD (1366 x 768), touch, micro-edge, BrightView, 250nits, 45% NTS\r\n[Tech Specs] 1 x USB Type-C 5Gbps signaling rate, 2 x USB Type-A 5Gbps signaling rate, 1 x Headphone/microphone combo, 1 x AC smart pin, 1 x HDMI 1.4b, Webcam, Wi-Fi 6, Numeric Keypad, Windows 11 Home\r\n[Additional Accessory Bundle] Thunderobot ML101 Green Wireless Mouse, featuring wireless technology, long battery life, silent buttons, ergonomic design, high-precision sensor, and portable size. Perfect for work or play!', '2025-10-22-68f892e69bf92.png', 20, '[{\"id\":\"20\",\"position\":1}]', '[]', '[]', '[]', '[]', 900.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 45, '2025-10-22 03:16:38', '2025-10-22 03:16:38', 0, 0.00000000000000, 0, NULL, 4, 1000, 7, '[{\"img\":\"2025-10-22-68f892e69af25.png\",\"storage\":\"public\"}]', '[]', 'hp-156-hd-touchscreen-laptop', 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
(62, 'Thermoseal Proxa NS Interdental Brush 5\'S', 'Thermoseal Proxa NS Interdental Brush is a dental brush for cleaning tartar in between dental bridges, braces, and spaces between the teeth. It helps in managing gum disease.\r\n\r\nThermoseal Proxa NS Interdental Brush is specially designed to clean between your teeth in both wide space and narrow spaces where a regular toothbrush cannot reach. This empowers you with an effective way to fight gum disease.\r\n\r\nUse Thermoseal Proxa NS Interdental Brush as advised by your doctor. Insert it carefully between your teeth. Do not force the brush into small openings. Start from the back of your mouth and on the outside row of teeth. Use repeated in and out motions in each interdental space. Do not use twisting motion. Repeat the procedure from the inner row of teeth, wherever the space permits. Rinse your mouth vigorously after use and then brush with your regular toothbrush. Wash your Thermoseal Proxa Interdental Brush after use and change it every week', '2025-10-22-68f892ed5661c.png', 11, '[{\"id\":\"11\",\"position\":1}]', '[]', '[]', '[]', '[]', 5.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 37, '2025-10-22 03:16:45', '2025-10-22 03:16:45', 0, 0.00000000000000, 0, NULL, 2, 300, 7, '[{\"img\":\"2025-10-22-68f892ed55697.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f892ed564d4.png\",\"storage\":\"public\"}]', '[]', 'thermoseal-proxa-ns-interdental-brush-5s', 0, 0, 10, 1, 0),
(63, 'HP 14 Laptop, Intel Celeron N4020, 4 GB RAM, 64 GB Storage, 14-inch Micro-edge HD Display', 'READY FOR ANYWHERE – With its thin and light design, 6.5 mm micro-edge bezel display, and 79% screen-to-body ratio, you’ll take this PC anywhere while you see and do more of what you love (1)\r\nMORE SCREEN, MORE FUN – With virtually no bezel encircling the screen, you’ll enjoy every bit of detail on this 14-inch HD (1366 x 768) display (2)\r\nALL-DAY PERFORMANCE – Tackle your busiest days with the dual-core, Intel Celeron N4020—the perfect processor for performance, power consumption, and value (3)\r\n4K READY – Smoothly stream 4K content and play your favorite next-gen games with Intel UHD Graphics 600 (4) (5)', '2025-10-22-68f8933ae190d.png', 20, '[{\"id\":\"20\",\"position\":1}]', '[]', '[]', '[]', '[]', 860.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 42, '2025-10-22 03:18:02', '2025-10-22 03:18:02', 0, 0.00000000000000, 0, NULL, 4, 500, 7, '[{\"img\":\"2025-10-22-68f8933ae08b1.png\",\"storage\":\"public\"}]', '[]', 'hp-14-laptop-intel-celeron-n4020-4-gb-ram-64-gb-storage-14-inch-micro-edge-hd-display', 0, 0, NULL, 1, 0),
(64, 'Tata Sampann, High in Fibre Poha(Thick)', 'Nutritious Snack: Enjoy deliciously wholesome and healthy snack with Tata Sampann Thick Poha\r\nHigh in Fibre: Dietary Fibre promotes digestive health\r\nSource of Protein: Protein is generally known as an important building block for the body\r\nBest Sourced Paddy: Uses best-sourced paddy to bring you a great-tasting and nutritious snack\r\nAnytime Enjoyment: Can be enjoyed at any time of the day\r\nAlso Try: Tata Sampann Thin Poha and Red Poha', '2025-10-22-68f8935706860.png', 4, '[{\"id\":\"4\",\"position\":1}]', '[]', '[]', '[]', '[]', 50.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 30, '2025-10-22 03:18:31', '2025-11-06 16:46:34', 0, 0.00000000000000, 0, NULL, 1, 549, 2, '[{\"img\":\"2025-10-22-68f89357058d9.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f89357066e3.png\",\"storage\":\"public\"}]', '[]', 'tata-sampann-high-in-fibre-pohathick', 0, 0, NULL, 1, 0),
(65, 'MEROKEETY Women\'s 2025 Summer Puff Sleeve Smocked Floral Dress', 'US SIZE, Small=(US 4-6), Medium=(US 8-10), Large=(US 12-14), X-Large=(US 16-18). This flower dress is made soft fabric to provide you with comfortable wearing experience. It is breathable and comfortable, with good drape, and the lining will not penetrate.\r\nFeature: Crewneck, floral textured chiffon fabric, solid color, semi-sheer short puff sleeve, smocked shirred bodice, flowy tiered, elastic high waist, back button keyhole closure, swing a-line style long dress, with lining.', '2025-10-22-68f89394b2334.png', 21, '[{\"id\":\"21\",\"position\":1}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 44, '2025-10-22 03:19:32', '2025-10-22 03:19:32', 0, 0.00000000000000, 0, NULL, 4, 300, 7, '[{\"img\":\"2025-10-22-68f89394b1015.png\",\"storage\":\"public\"}]', '[]', 'merokeety-womens-2025-summer-puff-sleeve-smocked-floral-dress', 0, 0, NULL, 1, 0),
(66, 'Women’s Summer Loose Boho Flowy Wrap V Neck 3/4 Sleeve Floral Print', 'Size：S=US(4-6), M=US(8-10), L=US(12-14), XL=US(16-18), XXL=US(20-22)\r\nLined - lined length to mid thigh. The dress length to floor. All colors have lined，not see through.\r\nFeatures - this kimono maxi dress features wrap v neck top，3/4 oversized sleeves，elastic waist with a belt，high slit to lined，maxi length，loose fit，floral printed.', '2025-10-22-68f893d7f2bb9.png', 21, '[{\"id\":\"21\",\"position\":1}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 44, '2025-10-22 03:20:39', '2025-10-22 03:20:39', 0, 0.00000000000000, 0, NULL, 4, 100, 7, '[{\"img\":\"2025-10-22-68f893d7f1d67.png\",\"storage\":\"public\"}]', '[]', 'womens-summer-loose-boho-flowy-wrap-v-neck-34-sleeve-floral-print', 0, 0, NULL, 1, 0),
(67, 'Sensodyne Expert Soft Toothbrush 1\'s', 'Sensodyne Expert Soft Toothbrush 1\'s', '2025-10-22-68f893f77ee8a.png', 11, '[{\"id\":\"11\",\"position\":1}]', '[]', '[]', '[]', '[]', 3.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 37, '2025-10-22 03:21:11', '2025-10-22 03:21:11', 0, 0.00000000000000, 0, NULL, 2, 200, 7, '[{\"img\":\"2025-10-22-68f893f77def4.png\",\"storage\":\"public\"}]', '[]', 'sensodyne-expert-soft-toothbrush-1s', 0, 0, 20, 1, 0),
(68, 'FACESCANADA Strobe Cream', 'Instant illuminating Base: The FACESCANADA Strobe Cream is filled with brightening particles that provide an instant, dewy glow to your skin. It sets a beautiful, glowing make up base for that day to night glam look.\r\nInstant & Lasting Hydration: The Strobe Cream is curated with Hyaluronic acid which creates a protective layer of hydration on the skin. Enjoy younger-looking, hydrated skin all day long. Shea Butter is an emollient that thoroughly moisturizes the skin so that it looks soft, bouncy and naturally radiant.\r\nAll-in-1: This Strobe Cream is a multi-benefit wonder cream. It hydrates the skin intensely, conditions it from within and gives a dewy glow to the complexion. The brightening pigments give a glamorous yet natural sheen to the skin all day long. Enjoy the goodness of a moisturizer, highlighter and day cream in a single product.\r\nChoose your favourite Shade: The Strobe Cream comes in two beautiful, versatile shades that enhance all skin tones. Choose your pick between Rose gold and Silver.\r\nNo Nasties: We deeply care for your skin. The cream is free from all nasties. FACESCANADA Strobe Cream is Vegan, Animal Test - Free, Alcohol - Free and Paraben - Free.', '2025-10-22-68f8941497dff.png', 5, '[{\"id\":\"5\",\"position\":1}]', '[{\"type\":\"Silver\",\"price\":20,\"stock\":154},{\"type\":\"RoseGold\",\"price\":25,\"stock\":155},{\"type\":\"Peach\",\"price\":20,\"stock\":155},{\"type\":\"Gold\",\"price\":20,\"stock\":155},{\"type\":\"Pink\",\"price\":20,\"stock\":155}]', '[]', '[\"4\"]', '[{\"name\":\"choice_4\",\"title\":\"Color\",\"options\":[\"Silver\",\"Rose Gold\",\"Peach\",\"Gold\",\"Pink\"]}]', 20.00, 0.00, 'percent', 3.00, 'percent', '00:00:00', '23:59:59', 0, 1, 30, '2025-10-22 03:21:40', '2025-11-07 10:56:58', 0, 0.00000000000000, 0, NULL, 1, 774, 3, '[{\"img\":\"2025-10-22-68f8941496996.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8941497a4a.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8941497b71.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8941497c64.png\",\"storage\":\"public\"}]', '[]', 'facescanada-strobe-cream', 0, 0, NULL, 1, 0),
(69, 'WEACZZY Women\'s Summer Short Sleeve Casual Dresses V-Neck Floral Party Dress', '【Material】 This womens dresses is made of soft, stretchy and lightweight material, comfortable to touch and wear. The Floral Print is vibrant but random. The floral print on each dress may be different, but they are definitely made of same pattern fabric\r\n【Features】 Short sleeve dress, wrap v neck, a-line, floral patterned, summer dress with pockets, casual swing dress, floral sundress, knee length dress, empire waist dress', '2025-10-22-68f8941b32c85.png', 21, '[{\"id\":\"21\",\"position\":1}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 44, '2025-10-22 03:21:47', '2025-10-22 03:21:47', 0, 0.00000000000000, 0, NULL, 4, 400, 7, '[{\"img\":\"2025-10-22-68f8941b31c90.png\",\"storage\":\"public\"}]', '[]', 'weaczzy-womens-summer-short-sleeve-casual-dresses-v-neck-floral-party-dress', 0, 0, NULL, 1, 0),
(70, 'Listerine Coolmint Mouthwash 500 ml', 'Step into a world of invigorating freshness with Listerine Coolmint Mouthwash, where the cool breeze of mint meets robust oral care. Listerine Coolmint is more than just a mouthwash; it\'s a daily ritual that transforms your oral hygiene routine.', '2025-10-22-68f8945fe0e04.png', 11, '[{\"id\":\"11\",\"position\":1}]', '[]', '[]', '[]', '[]', 8.00, 0.00, 'percent', 2.00, 'amount', '00:00:00', '23:59:59', 0, 1, 37, '2025-10-22 03:22:55', '2025-10-22 03:22:55', 0, 0.00000000000000, 0, NULL, 2, 300, 6, '[{\"img\":\"2025-10-22-68f8945fdfe28.png\",\"storage\":\"public\"}]', '[]', 'listerine-coolmint-mouthwash-500-ml', 0, 0, 5, 1, 0),
(71, 'TACVASEN Men\'s Bomber Jacket', 'Material: Polyester; Lightweight, Windbreaker, Breathable\r\nFull zipper stand collar bomber jacket, The zipper head is on the left\r\nFEATURE: Rib Knit Cuffs, Waistband, Collar for comfort, Dual pen pockets on sleeve\r\nMULTI-POCKETS: 1 zipper sleeve pocket, 2 slant hand pockets, 1 inner pocket\r\nSuitable for: Outdoor, Casual, Sportwear, Working, Daily life, Hiking, Clubwear, Sports, Spring, Fall or other outdoor activities.', '2025-10-22-68f8948696954.png', 17, '[{\"id\":\"17\",\"position\":1}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 43, '2025-10-22 03:23:34', '2025-10-22 03:23:34', 0, 0.00000000000000, 0, NULL, 4, 400, 7, '[{\"img\":\"2025-10-22-68f8948695ac6.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f89486967e6.png\",\"storage\":\"public\"}]', '[]', 'tacvasen-mens-bomber-jacket', 0, 0, NULL, 1, 0),
(72, 'Swiss Beauty Natural Makeup Fixer', 'Swiss Beauty\'s Makeup Fixer is a weightless spray that effortlessly locks in your makeup without any melting, fading, or settling into fine lines.\r\nEnriched with Aloe & Vitamin E, this makeup fixer soothes and hydrates the skin from within, ensuring that your makeup looks fresh from AM to PM.\r\nThe non-sticky formula provides an instant burst of hydration, leaving your skin feeling revitalized and looking flawless.\r\nSwiss Beauty\'s Makeup Fixer works double-duty to set your makeup in place and provide your skin with the much-needed nourishment and hydration.\r\nWhether you\'re headed to work, a party, or a day out, this makeup fixer is the perfect addition to your makeup routine to keep your makeup in place all day long.', '2025-10-22-68f894900d344.png', 5, '[{\"id\":\"5\",\"position\":1}]', '[]', '[]', '[]', '[]', 24.00, 0.00, 'percent', 4.00, 'amount', '00:00:00', '23:59:59', 0, 1, 30, '2025-10-22 03:23:44', '2025-11-07 10:23:39', 0, 0.00000000000000, 0, NULL, 1, 398, 3, '[{\"img\":\"2025-10-22-68f894900c1ad.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f894900d0f9.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f894900d1c8.png\",\"storage\":\"public\"}]', '[]', 'swiss-beauty-natural-makeup-fixer', 0, 0, NULL, 1, 0),
(73, 'Chicco Liquid Cleanser 500 ML', 'Chicco Liquid Cleanser 500 ML', '2025-10-22-68f894bb68751.png', 10, '[{\"id\":\"10\",\"position\":1}]', '[]', '[]', '[]', '[]', 10.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 37, '2025-10-22 03:24:27', '2025-10-22 03:24:27', 0, 0.00000000000000, 0, NULL, 2, 400, 6, '[{\"img\":\"2025-10-22-68f894bb67732.png\",\"storage\":\"public\"}]', '[]', 'chicco-liquid-cleanser-500-ml', 0, 0, 10, 1, 0),
(74, 'Men\'s Bomber Jacket', 'XiaoYouYu Fabric: polyester; Lightweight, soft fabric for your comfort\r\nXiaoYouYu Design: 2 side pockets, 1 deep inner pocket\r\nXiaoYouYu Feature: ribbed collar, hem and cuffs, full zip, long sleeves for warmth and style\r\nXiaoYouYu Style: classic lightweight bomber jacket for men, easy to match, suitable for winter, autumn, spring.\r\nXiaoYouYu Occassion: not only suitable for daily wear, but also for work, street fashion, party and golf', '2025-10-22-68f894fd8d2b9.png', 17, '[{\"id\":\"17\",\"position\":1}]', '[{\"type\":\"Cofee\",\"price\":450,\"stock\":100},{\"type\":\"Red\",\"price\":400,\"stock\":100},{\"type\":\"Black\",\"price\":450,\"stock\":1000}]', '[]', '[\"4\"]', '[{\"name\":\"choice_4\",\"title\":\"Color\",\"options\":[\"Cofee\",\" Red\",\" Black\"]}]', 450.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 43, '2025-10-22 03:25:33', '2025-10-22 03:34:00', 0, 0.00000000000000, 0, NULL, 4, 1200, 7, '[{\"img\":\"2025-10-22-68f894fd8c2c7.png\",\"storage\":\"public\"}]', '[]', 'mens-bomber-jacket', 0, 0, NULL, 1, 0),
(75, 'Biotique Natural Makeup Matte MagiCompact For All Skin Types', 'Biotique Magicompact is a skin lightening and whitening compact with multivitamins, minerals, and plant enriched tints\r\nThe Magicompact has an advanced brightening formula with sun protection and SPF 15 to protect your skin from the blazing heat\r\nBiotique Magicompact is skincare-infused. It is made up of all-natural colour pigments which nourish your skin with every application\r\nBMagicompact comes with a matte finish and smudge-proof formula, lasting throughout the day\r\n100% organic, silicon-free, cruelty-free', '2025-10-22-68f895485bc37.png', 5, '[{\"id\":\"5\",\"position\":1}]', '[]', '[]', '[]', '[]', 30.00, 0.00, 'percent', 3.00, 'percent', '00:00:00', '23:59:59', 0, 1, 30, '2025-10-22 03:26:48', '2026-01-30 10:25:14', 2, 0.00000000000000, 0, NULL, 1, 4399, 4, '[{\"img\":\"2025-10-22-68f895485a9f1.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f895485b8fd.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f895485b9a5.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f895485ba91.png\",\"storage\":\"public\"}]', '[]', 'biotique-natural-makeup-matte-magicompact-for-all-skin-types', 0, 0, NULL, 1, 0),
(76, 'Mens Shirts Short Sleeve Jacquard Henley', '[UNIQUE JACQUARD FABRIC]:Crafted from a distinctive jacquard material,these mens shirts offer a soft,textured feel that enhances comfort while ensuring a sophisticated look.\r\n\r\n[DURABLE AND LONG-LASTING]:Designed for everyday wear, our short sleeve henley shirts for men are wash-resistant, maintaining their shape and vibrant color without fading even after multiple washes.\r\n\r\n[PERFECT FOR ANY OCCASION]:Perfect for casual outings, weekend adventures, or laid-back office days, these short sleeve henley shirts for men are versatile enough to wear anywhere!', '2025-10-22-68f8954bd3ee0.png', 17, '[{\"id\":\"17\",\"position\":1}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 43, '2025-10-22 03:26:51', '2025-10-22 03:26:51', 0, 0.00000000000000, 0, NULL, 4, 400, 7, '[{\"img\":\"2025-10-22-68f8954bd2dcb.png\",\"storage\":\"public\"}]', '[]', 'mens-shirts-short-sleeve-jacquard-henley', 0, 0, NULL, 1, 0),
(77, 'Mother Sparsh Baby Laundry Liquid Detergent- Enzymes And Eucalyptus Oil, Refill Pack (500Ml X 2) 2\'s', 'Doing a pile of laundry can be a tough task. But, we have come up with a great way to make it easy yet fun with Mother Sparsh Plant Powered Laundry Detergent for babies. It is formulated with a botanical blend of organic herbs, plant extracts, and essential oils with antibacterial properties that are effective yet gentle on the clothes. Enriched with Bio enzymes, it breaks down dirt and oil easily with effective cleaning along with Eucalyptus oil which has antibacterial properties that sanitize the clothes. The laundry detergent proficiently cleanses up the clothes and maintains the softness of the fabric, and has an allergen-free fragrance. Our laundry detergent is free from harmful toxins such as SLS/SLES, phosphate, parabens, sulfates and bleach making it super safe to use for washing up your little one\'s clothes.', '2025-10-22-68f8954ea80aa.png', 10, '[{\"id\":\"10\",\"position\":1}]', '[]', '[]', '[]', '[]', 15.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 37, '2025-10-22 03:26:54', '2025-10-22 03:26:54', 0, 0.00000000000000, 0, NULL, 2, 40, 7, '[{\"img\":\"2025-10-22-68f8954ea70c0.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8954ea7e68.png\",\"storage\":\"public\"}]', '[]', 'mother-sparsh-baby-laundry-liquid-detergent-enzymes-and-eucalyptus-oil-refill-pack-500ml-x-2-2s', 0, 0, 2, 1, 0),
(78, 'Standard 3ft 10 Amps 125 Volts Black 3 Prong AC Power Cord Cable for Electronics', 'LENGHT: Use this versatile 3ft (1m) power cable to reach your gear & deliver safe reliable power Perfect for Monitors computers and other gadgets\r\nSTURDY AND FLEXIBLE: Features a fully molded design that provides maximum durability and long life.\r\nPLUG: Replaces lost or worn-out power cords Universal design works with your PC monitor TV printer or other devices with a 3 pin power connection', '2025-10-22-68f895a3b58d7.png', 18, '[{\"id\":\"18\",\"position\":1}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 45, '2025-10-22 03:28:19', '2025-10-22 03:28:19', 0, 0.00000000000000, 0, NULL, 4, 2000, 7, '[{\"img\":\"2025-10-22-68f895a3b4858.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f895a3b5746.png\",\"storage\":\"public\"}]', '[]', 'standard-3ft-10-amps-125-volts-black-3-prong-ac-power-cord-cable-for-electronics', 0, 0, NULL, 1, 0),
(79, 'Vaseline Cocoa Glow Serum In Lotion, 400 ml | 100% Pure Cocoa & Shea Butter', 'Glowing Soft Skin All Day Long: Specialized Formulation to Restore Glow to Dull Dry Skin.\r\n48 hours Moisturisation: For Soft, Smooth Skin\r\nIngredients: 100% Pure Cocoa and Shea Butter for Revealing Skin\'s Natural Glow\r\nSerum in Lotion: for a Nourished & Calming Sensation\r\nTexture: Rich Texture Non-Greasy Fast Absorbing\r\nTrustworthy: India\'s No.1 Body Lotion Brand* (MAT July, 2020)', '2025-10-22-68f895c3d3aea.png', 6, '[{\"id\":\"6\",\"position\":1}]', '[]', '[]', '[]', '[]', 20.00, 0.00, 'percent', 2.00, 'percent', '00:00:00', '23:59:59', 0, 1, 30, '2025-10-22 03:28:51', '2025-11-07 10:54:53', 0, 0.00000000000000, 0, NULL, 1, 498, 1, '[{\"img\":\"2025-10-22-68f895c3d2a52.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f895c3d396e.png\",\"storage\":\"public\"}]', '[]', 'vaseline-cocoa-glow-serum-in-lotion-400-ml-100-pure-cocoa-shea-butter', 0, 0, NULL, 1, 0),
(80, 'PERLESMITH Swivel Universal TV Stand/Base - Table Top TV Stand', 'WIDE COMPATIBILITY:Universal TV mounting bracket fits most 43\'\'-60\'\' (including 43\'\'48\'\'49\'\'50\'\'55\'\'60\'\') flat-panel LCD,LED,plasma,curved TVs up to 88lbs with VESA mounting hole patterns 100x100mm (4\'\'x4\'\') - 400x400mm (16\'\'x16\'\'). Our universal TV stand is compatible with Samsung, Sony, LG, Sharp, Insignia, Vizio, Haier, Toshiba, Sharp, Element, and TCL TVs in living room,bedroom,school,office and so on.\r\n60° SWIVEL RANGE: This swivel TV stand is designed to swivel up to 30° left or right to direct the screen toward your position in the room. Allows for an improved viewing angle and a more comfortable experience. Great solution for rooms with multiple seating areas.', '2025-10-22-68f8961ec47d7.png', 18, '[{\"id\":\"18\",\"position\":1}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 43, '2025-10-22 03:30:22', '2025-10-22 03:30:22', 0, 0.00000000000000, 0, NULL, 4, 300, 7, '[{\"img\":\"2025-10-22-68f8961ec384a.png\",\"storage\":\"public\"}]', '[]', 'perlesmith-swivel-universal-tv-standbase-table-top-tv-stand', 0, 0, NULL, 1, 0),
(81, 'SEBAMED BABY FACE & BODY WASH Foam 400ml', 'SEBAMED BABY FACE & BODY WASH Foam 400ml is specially formulated to gently cleanse and moisturize your baby\'s delicate skin. With a pH-balanced formula that supports the skin\'s natural protective barrier, this foam wash is ideal for daily use. It contains gentle ingredients that help to prevent dryness and irritation, keeping your baby\'s skin soft and smooth. Free from soap and alkali, this mild wash is suitable for babies with sensitive skin.', '2025-10-22-68f8963e1a228.png', 10, '[{\"id\":\"10\",\"position\":1}]', '[]', '[]', '[]', '[]', 20.00, 0.00, 'percent', 60.00, 'percent', '00:00:00', '23:59:59', 0, 1, 37, '2025-10-22 03:30:54', '2025-10-22 03:30:54', 0, 0.00000000000000, 0, NULL, 2, 200, 6, '[{\"img\":\"2025-10-22-68f8963e19239.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8963e1a0dd.png\",\"storage\":\"public\"}]', '[]', 'sebamed-baby-face-body-wash-foam-400ml', 0, 0, 5, 1, 0),
(82, 'Biotique Papaya Deep Cleanse Face Wash', 'What it is: The gentle formula of this biotique face wash effectively removes makeup and excess oil, purifies your pores and eliminates flakes resulting in a polished and radiant complexion.\r\nKey ingredients: This exfoliating papaya face wash is infused with the goodness papaya juice for gentle exfoliation, along with neem for moisturizing and its antibacterial properties. Wild turmeric helps improve complexion.\r\nKey benefits: This nourishing face wash aids in the reduction of tan lines, unclogs pores for a deep cleansing effect, and enhances the complexion\'s brightness.\r\nIt is made with 100% natural botanical extracts and is free from harmful chemicals. It is dermatologically tested, recommended for all skin types, and safe for regular; MethoTo use this biotique face wash gently massage over wet face & neck with fingertips, lather & rinse, morning and evening.\r\nIngredients: Papita (Carica Papaya), Akhrot Chhal (Juglans Regia), Neem (Melia Azadirachta Indica), Banhaldi (Curcuma Aromatica), Ritha (Sapindus Mukorossi), Kikar Gaund (Acacia Arabica), Ground Nut Oil, Purified Himalayan Water Q.S.', '2025-10-22-68f8964b2a61a.png', 6, '[{\"id\":\"6\",\"position\":1}]', '[]', '[]', '[]', '[]', 20.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 30, '2025-10-22 03:31:07', '2025-11-07 10:54:53', 4, 0.00000000000000, 0, NULL, 1, 1992, 1, '[{\"img\":\"2025-10-22-68f8964b294e3.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8964b2a38f.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8964b2a466.png\",\"storage\":\"public\"}]', '[]', 'biotique-papaya-deep-cleanse-face-wash', 0, 0, NULL, 1, 0),
(83, 'Voltage Converters 220v to 110v Step Down Transformer 3000w', 'Notice——High-Power Step Down Transformer: Our 3000W transformer allows you to use your US appliances in Europe (220V) with ease. If you need to use 220V appliances in the US, choose the \"step up\" option.\r\nSafe and Versatile Voltage Transformer:To prevent damage to both the transformer and your appliances, we recommend using appliances not exceeding 2400W. Our transformer is perfect for coffee makers, air fryers, hair dryers, grills, toasters, and more.\r\nUpgraded 220 to 110 Voltage Converter：Unlike bulky and noisy converters, our newly designed 220V to 110V converter is quieter, more efficient, and thinner. It even has suction cups on the bottom for added safety. You can place it in your living room or on your kitchen countertop with ease.', '2025-10-22-68f89679b93d6.png', 18, '[{\"id\":\"18\",\"position\":1}]', '[]', '[]', '[]', '[]', 500.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 42, '2025-10-22 03:31:53', '2025-10-22 03:34:24', 0, 0.00000000000000, 0, NULL, 4, 120, 7, '[{\"img\":\"2025-10-22-68f89679b83ff.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f89679b921d.png\",\"storage\":\"public\"}]', '[]', 'voltage-converters-220v-to-110v-step-down-transformer-3000w', 0, 0, NULL, 1, 0),
(84, 'FIOVER Gel Pens, 5pcs 0.5mm Quick Dry Black Ink Fine Point Smooth Writing Pens', 'Fashion & Practical Design： FIOVER 5pcs Gel Pens with sleek, stylish barrels give the pen a modern, professional look. This pen is a good tool for back-to-school supplies and a very nice pen for work, and everyday life\r\n0.5mm Quick-Drying Ink Pens：0.5mm Retractable Rolling Ball Gel Pens with fade-resistant ink, there’s no need to worry about getting ink on your hands or desk, as it won’t fade, bleed, or smudge. Note: After using the gel pen, it is suggested to lay the pen flat or the nib face up. This helps protect the pen tip', '2025-10-22-68f896c9bbd3d.png', 19, '[{\"id\":\"19\",\"position\":1}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 4.00, 'percent', '00:00:00', '23:59:59', 0, 1, 43, '2025-10-22 03:33:13', '2025-10-22 03:34:46', 0, 0.00000000000000, 0, NULL, 4, 1000, 10, '[{\"img\":\"2025-10-22-68f896c9bac2a.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f896c9bbb75.png\",\"storage\":\"public\"}]', '[]', 'fiover-gel-pens-5pcs-05mm-quick-dry-black-ink-fine-point-smooth-writing-pens', 0, 0, NULL, 1, 0),
(85, 'Plum Green Tea Renewed Clarity Night Gel Mini', 'Clear & Glowing Skin: This rejuvenating night gel works overnight to reduce blemishes and brighten your complexion, helping you wake up to smoother, clearer, and more radiant skin.\r\nGreen Tea for Acne Marks: The powerful antioxidant green tea extract targets acne and acne scars, helping to fade marks and promote an even skin tone for a healthier appearance.\r\nHydrating Argan Oil: Enriched with argan oil, this gel offers deep hydration without the greasy feel, restoring moisture to your skin while preventing clogged pores and breakouts.\r\nVegan & Chemical-Free: With a formula free from parabens, SLS, phthalates, and mineral oils, this product is perfect for sensitive skin, providing a gentle, non-toxic solution for oily and acne-prone skin.\r\nHow to Use: For best results, cleanse your face thoroughly, gently pat dry, and apply the pillow-proof night gel to your face and neck. Enjoy fresh, balanced, and non-greasy skin when you wake up.', '2025-10-22-68f896ecf27fb.png', 6, '[{\"id\":\"6\",\"position\":1}]', '[]', '[]', '[]', '[]', 25.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 30, '2025-10-22 03:33:48', '2025-12-09 16:22:47', 3, 0.00000000000000, 0, NULL, 1, 3325, 1, '[{\"img\":\"2025-10-22-68f896ecf1759.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f896ecf2522.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f896ecf25d9.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f896ecf2694.png\",\"storage\":\"public\"}]', '[]', 'plum-green-tea-renewed-clarity-night-gel-mini', 0, 0, NULL, 1, 0),
(86, 'Shake HandZ-E Alcohol Hand Rub 5 litre', 'Shake HandZ-E Alcohol Hand Rub 5 litre', '2025-10-22-68f89762b2b35.png', 9, '[{\"id\":\"9\",\"position\":1}]', '[]', '[]', '[]', '[]', 25.00, 0.00, 'percent', 8.00, 'percent', '00:00:00', '23:59:59', 0, 1, 37, '2025-10-22 03:35:46', '2025-10-22 03:35:46', 0, 0.00000000000000, 0, NULL, 2, 100, 1, '[{\"img\":\"2025-10-22-68f89762b1a35.png\",\"storage\":\"public\"}]', '[]', 'shake-handz-e-alcohol-hand-rub-5-litre', 0, 0, 2, 1, 0),
(87, 'Four Candies Cute Mechanical Pencil Set', 'Exquisite Set: You will get a cute mechanical pencil set, including 3pcs 0.5 mm mechanical pencils, 3pcs 0.7 mm mechanical pencils, 3 tubes of 0.5 mm lead refills, 3 tubes of 0.7 mm pencil lead, 3pcs erasers and 9pcs cap eraser refills\r\nTriangular Grip: The triangular grip design of the mechanical pencil can guide the comfortable holding posture and avoid slipping; And the smooth barrel and light weight provides relaxing and efficient writing experience\r\n360pcs Upgraded Resin Lead: The pencil lead is made of resin and graphite which is stronger, elastic and smooth; 6 tubes of lead refill, 360pcs in total, enable you to use for a long time', '2025-10-22-68f8976a93799.png', 19, '[{\"id\":\"19\",\"position\":1}]', '[]', '[]', '[]', '[]', 130.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 42, '2025-10-22 03:35:54', '2025-10-22 03:35:54', 0, 0.00000000000000, 0, NULL, 4, 100, 7, '[{\"img\":\"2025-10-22-68f8976a927f9.png\",\"storage\":\"public\"}]', '[]', 'four-candies-cute-mechanical-pencil-set', 0, 0, NULL, 1, 0),
(88, 'PAPERAGE Lined Legal Pads,', 'LINED LEGAL PADS: These letter-size 8.5 in. by 11 in. legal note pads with 50 sheets per pad are perfect for writing notes, letters, thoughts and lists. Comes in a set of 6 writing pads, each with a different vibrant color binding.\r\nPREMIUM PAPER: Made with high-quality, white, wide-ruled (legal-ruled) acid-free paper with a left side double-line margin. Our legal pad paper is thicker than average writing pads for smooth writing with less ghosting.\r\nSTURDY THICK BACKING: Each writing pad has colorful top bindings and features a thick and strong cardboard backing for extra support when writing.', '2025-10-22-68f8984843786.png', 19, '[{\"id\":\"19\",\"position\":1}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 43, '2025-10-22 03:39:36', '2025-10-22 03:39:36', 0, 0.00000000000000, 0, NULL, 4, 200, 7, '[{\"img\":\"2025-10-22-68f8984842810.png\",\"storage\":\"public\"}]', '[]', 'paperage-lined-legal-pads', 0, 0, NULL, 1, 0),
(89, 'HP ProDesk 600 G4 Desktop Computer PC', '[INTEL POWERED MULTI-TASKING] - Built with a 8th Generation Hexa-Core Intel i5 and 16GB of DDR4 RAM; Modern, Windows 11 ready, with 4K support, Executive multitasking, media streaming and smooth, multi-tab web browsing; Perfect as an all-purpose home or office computer, remote learning, work from home computer or HTPC streaming media center.\r\n[LATEST WIRELESS TECH] - This HP Desktop Computer easily connects to the internet through the included Wi-Fi adapter.\r\n[SOLID STATE STORAGE] - This HP Computer setup comes with an ultra-fast 500GB Solid State Drive (SSD); Setup as the primary boot device; Boot and load programs with lightning speed ; Additional expansion available', '2025-10-22-68f898d812f30.png', 20, '[{\"id\":\"20\",\"position\":1}]', '[]', '[]', '[]', '[]', 150.00, 0.00, 'percent', 4.00, 'percent', '00:00:00', '23:59:59', 0, 1, 45, '2025-10-22 03:42:00', '2025-10-22 03:42:00', 0, 0.00000000000000, 0, NULL, 4, 100, 7, '[{\"img\":\"2025-10-22-68f898d812052.png\",\"storage\":\"public\"}]', '[]', 'hp-prodesk-600-g4-desktop-computer-pc', 0, 0, NULL, 1, 0),
(90, 'Omron Compressor Nebulizer (NE-C101)', 'Are you looking for a medical device that provides fast, effective, and safe relief from respiratory ailments? The Omron Compressor Nebulizer (NE-C101), is the perfect choice. With its powerful jet nebulizer, this product offers fast, efficient relief to those suffering from asthma, bronchitis, and other respiratory conditions.', '2025-10-22-68f89904c8098.png', 9, '[{\"id\":\"9\",\"position\":1}]', '[]', '[]', '[]', '[]', 20.00, 0.00, 'percent', 15.00, 'percent', '00:00:00', '23:59:59', 0, 1, 37, '2025-10-22 03:42:44', '2025-10-22 03:42:44', 0, 0.00000000000000, 0, NULL, 2, 100, 7, '[{\"img\":\"2025-10-22-68f89904c7219.png\",\"storage\":\"public\"}]', '[]', 'omron-compressor-nebulizer-ne-c101', 0, 0, 2, 1, 0),
(91, 'STGSivir All in One Desktop Computer, 21.5\'\' FHD Display', 'This All in One desktop computer adopts an integrated design. This All in One desktop computer is well-suited for a variety of tasks including study, home, business, photo and video editing, streaming, day trading, crypto trading, and more.\r\nSTGSivir All in One Computer comes with a 21.5\" large screen with 1920*1080P full HD LED, clear and natural picture quality, fully retains picture details, and presents high-definition images, Built-in webcam makes it freely to share.\r\nAll in One desktop computer System: Core i5 up to 3.6GHz | 16GB Memory | 512 GB Solid State Drive | Genuine Windows 10 Home 64-bit', '2025-10-22-68f89928e4590.png', 18, '[{\"id\":\"18\",\"position\":1}]', '[]', '[]', '[]', '[]', 670.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 42, '2025-10-22 03:43:20', '2025-10-22 03:43:20', 0, 0.00000000000000, 0, NULL, 4, 300, 7, '[{\"img\":\"2025-10-22-68f89928e35a5.png\",\"storage\":\"public\"}]', '[]', 'stgsivir-all-in-one-desktop-computer-215-fhd-display', 0, 0, NULL, 1, 0),
(92, 'Acer Aspire C22-1610-UA91 AIO Desktop | 21.5\" Full HD 1920 x 1080 IPS Display', 'ALL-IN-ONE SLIM DESIGN: One slice of metal to do it all. Finished in black and gold, the 7.5 mm, ultra-slim all-in-one promises space-saving features and cable-tidy management, keeping the family home clutter-free and looking sharp.\r\nSLIM. STYLISH. STUNNING: Enjoy the crisp colors that this cool, 21.5\" Full HD PC delivers. It features an Intel Core i3 processor, Intel UHD Graphics and fast Intel Wireless Wi-Fi 6 AX201 connectivity.\r\nOPTIMIZED PERFORMANCE: The Intel Core i3-N305 processor and Intel UHD graphics distribute performance where you need it most. From streaming to browsing to photo and video editing!\r\nDISPLAY AND COMFORT: The 21.5\" FHD IPS display is framed between a narrow bezel delivering a screen-to-body ratio of an incredible 90.71%. The tiltable screen (-5 to 25°) utilizes BlueLightShield technology to lower exposure to blue light for your comfort', '2025-10-22-68f8997c1f0c7.png', 18, '[{\"id\":\"18\",\"position\":1}]', '[]', '[]', '[]', '[]', 440.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 43, '2025-10-22 03:44:44', '2025-11-07 11:18:38', 0, 0.00000000000000, 0, NULL, 4, 300, 7, '[{\"img\":\"2025-10-22-68f8997c1e2a2.png\",\"storage\":\"public\"}]', '[]', 'acer-aspire-c22-1610-ua91-aio-desktop-215-full-hd-1920-x-1080-ips-display', 0, 0, NULL, 1, 0),
(93, 'Dr.Morepen Breathefree Vaporizer (VP 06)', 'Discover the ultimate solution to respiratory wellness with the Dr. Morepen Breathefree Vaporizer (VP 06). Elevate your self-care routine with this cutting-edge vaporizer designed to provide unparalleled benefits for your respiratory health.\r\n\r\nImmerse yourself in the quick and effective relief offered by this state-of-the-art vaporizer. Engineered for optimal performance, the Dr. Morepen Breathefree Vaporizer (VP 06) delivers a soothing steam experience that effortlessly eases respiratory discomfort. Say goodbye to congestion and embrace the revitalizing power of steam therapy in the comfort of your home.', '2025-10-22-68f89a10ec044.png', 8, '[{\"id\":\"8\",\"position\":1}]', '[]', '[]', '[]', '[]', 20.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 37, '2025-10-22 03:47:12', '2025-10-22 03:47:12', 0, 0.00000000000000, 0, NULL, 2, 100, 7, '[{\"img\":\"2025-10-22-68f89a10eb091.png\",\"storage\":\"public\"}]', '[]', 'drmorepen-breathefree-vaporizer-vp-06', 0, 0, 5, 1, 0),
(94, 'SHELCAL 500 Tablet 40\'s', 'SHELCAL 500 Tablet 40\'s is a trusted calcium supplement that aids in maintaining healthy bones and teeth. Each tablet is formulated with a balanced blend of calcium and vitamin D3 to support bone strength and density. It helps in preventing calcium deficiency and promoting overall bone health.', '2025-10-22-68f89a93db28d.png', 7, '[{\"id\":\"7\",\"position\":1}]', '[]', '[]', '[]', '[]', 20.00, 0.00, 'percent', 40.00, 'percent', '00:00:00', '23:59:59', 0, 1, 37, '2025-10-22 03:49:23', '2025-10-22 03:49:23', 0, 0.00000000000000, 0, NULL, 2, 100, 6, '[{\"img\":\"2025-10-22-68f89a93da094.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f89a93db107.png\",\"storage\":\"public\"}]', '[]', 'shelcal-500-tablet-40s', 0, 0, 10, 1, 0),
(95, 'Chrisuno Women\'s Double Breasted Trench Coats', '❤ Anti-wrinkle & Lightweight fabric: Adopts breathable and water-repellent fabric, combined with densely woven twill structure, made special anti-static and anti-pilling treatments, makes this ladies dresscoat lightweight and breathable, soft, anti-wrinkle and skin-friendly, bringing great comfort.\r\n\r\n❤ Classic versatile style: As a classic women\'s double-breasted trench coat, it can be matched with T-shirts or hoodies at will, comfortable and casual. The mid-length design can also be used as a casual business wear, with a tear-resistant lining, which highlights the sense of luxury.\r\n\r\n❤ Removable hood & Practical pockets: Specially designed detachable hood, which can be used as a Practical raincoat. 2 side hand pockets can hold small objects, such as keys, cards, etc., and the inner pocket can hold a wallet.', '2025-10-22-68f89b010df33.png', 21, '[{\"id\":\"21\",\"position\":1}]', '[]', '[]', '[]', '[]', 230.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 43, '2025-10-22 03:51:13', '2025-10-22 03:51:13', 0, 0.00000000000000, 0, NULL, 4, 400, 7, '[{\"img\":\"2025-10-22-68f89b010cfa3.png\",\"storage\":\"public\"}]', '[]', 'chrisuno-womens-double-breasted-trench-coats', 0, 0, NULL, 1, 0),
(96, 'CREATMO US Women\'s Lightweight Softshell Vest Outerwear Windbreaker Sleeveless Jacket', '⭐Cozy Micro-elasticity Soft Shell Vest: This womens running vest is crafted of 95% ultra soft polyester&5% Spandex（ 11-way stretch fabric).High density,breathable,durable and stretchy.Keep Your Arms Free,allows a wide range of motion or layer beneath.The soft fabric is smooth and stretchy,wipes off easily and washes well\r\n\r\n⭐Windproof Outdoor Vest Jacket: The hooded sleeveless vest outerwear is well made,gorgeous color and lightweight but heavy enough to keep out the wind.This outdoor recreation vest peculiar outer shell is a highly wind-resistant fabric.Elastic cuffs and drawcord hems help seal out the elements.Provides good protection in windy or wet cold weather\r\n\r\n⭐Keeps Core Warm: The outer is a lightweight soft shell material.Double layered for insulation.Its a great thin layer to help trap core heat and block the biting wind.Well made garment &durable（not boxy）Great layer under a coat great to keep your core warm in cold climates.You can be worn as a mid layer on frigid days or an outer layer in mild cool weather', '2025-10-22-68f89b53f1d19.png', 17, '[{\"id\":\"17\",\"position\":1}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 42, '2025-10-22 03:52:35', '2025-10-22 03:52:35', 0, 0.00000000000000, 0, NULL, 4, 300, 7, '[]', '[]', 'creatmo-us-womens-lightweight-softshell-vest-outerwear-windbreaker-sleeveless-jacket', 0, 0, NULL, 1, 0),
(97, 'DJT Womens Soft Stretchy Knit Plaid Shirts', 'Features boyfriend style, double chest pockets, button down front, long sleeves with roll up sleeves detail\r\nSuper soft and stretchy fabric will not cling your skin and lightweight and form fitting\r\nEasy plaid, Easy time. Load up your wardrobe with classic shirts, suitable for casual, dating, work, party as you can dress it up or down, it perfectly matches with leggings, shorts, skirts, jeans etc\r\nVersatile ways to wear the plaid for spring, fall, winter, tied at the waist, wrapped around waist, makes any look seem instantly more fashion forward and hipster', '2025-10-22-68f89ba82a7f7.png', 21, '[{\"id\":\"21\",\"position\":1}]', '[]', '[]', '[]', '[]', 340.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 43, '2025-10-22 03:54:00', '2025-10-22 03:54:00', 0, 0.00000000000000, 0, NULL, 4, 550, 7, '[{\"img\":\"2025-10-22-68f89ba8298fb.png\",\"storage\":\"public\"}]', '[]', 'djt-womens-soft-stretchy-knit-plaid-shirts', 0, 0, NULL, 1, 0),
(98, 'Colgate Visible White Sparkling Mint Toothpaste 100 gm', 'Experience the brilliance of a radiant smile with Colgate Visible White Sparkling Mint Toothpaste 100 gm. This advanced formula is designed to gently remove surface stains from your teeth, revealing their natural whiteness. Say goodbye to yellowing and dullness as you embrace a brighter, more confident smile.', '2025-10-22-68f89c0d840c7.png', 11, '[{\"id\":\"11\",\"position\":1}]', '[]', '[]', '[]', '[]', 10.00, 0.00, 'percent', 40.00, 'percent', '00:00:00', '23:59:59', 0, 1, 39, '2025-10-22 03:55:41', '2025-10-22 03:55:41', 0, 0.00000000000000, 0, NULL, 2, 200, 7, '[{\"img\":\"2025-10-22-68f89c0d8303c.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f89c0d83f56.png\",\"storage\":\"public\"}]', '[]', 'colgate-visible-white-sparkling-mint-toothpaste-100-gm', 0, 0, 5, 1, 0),
(99, 'SEBAMED BABY GENTLE Wash 400ml', 'SEBAMED BABY GENTLE Wash 400ml is specifically formulated to gently cleanse and nourish your baby\'s delicate skin. With a soap-free formula that helps maintain the pH balance of the skin, this wash is ideal for daily use. Enriched with natural botanical extracts, it provides mild yet effective cleansing without causing dryness or irritation. Dermatologist-tested and recommended, this gentle wash is suitable for newborns and infants, keeping their skin soft and healthy.', '2025-10-22-68f89c758995e.png', 10, '[{\"id\":\"10\",\"position\":1}]', '[]', '[]', '[]', '[]', 15.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 39, '2025-10-22 03:57:25', '2025-10-22 03:57:25', 0, 0.00000000000000, 0, NULL, 2, 100, 6, '[{\"img\":\"2025-10-22-68f89c758887d.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f89c75897fa.png\",\"storage\":\"public\"}]', '[]', 'sebamed-baby-gentle-wash-400ml', 0, 0, 5, 1, 0),
(100, 'Laptop', 'Lenovo IdeaPad Slim 5 Snapdragon X Plus X1P-42-100 (16GB RAM/1TB SSD/Integrated Qualcomm Adreno/Copilot+ PC/WUXGA IPS Display/14 (35.5cm)/Windows 11/MS Office 2021/Grey/1.89Kg), 83HL0035IN AI Laptop', '2025-10-22-68f89c99adcd6.png', 19, '[{\"id\":\"19\",\"position\":1}]', '[]', '[]', '[]', '[]', 890.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 42, '2025-10-22 03:58:01', '2025-10-22 03:58:01', 0, 0.00000000000000, 0, NULL, 4, 200, 7, '[]', '[]', 'laptop', 0, 0, NULL, 1, 0),
(101, 'Romsons Kare N95 Face Mask 1\'s', 'Romsons Kare N95 Face Mask 1\'s', '2025-10-22-68f89cdc57c43.png', 9, '[{\"id\":\"9\",\"position\":1}]', '[]', '[]', '[]', '[]', 5.00, 0.00, 'percent', 50.00, 'percent', '00:00:00', '23:59:59', 0, 1, 39, '2025-10-22 03:59:08', '2025-10-22 03:59:08', 0, 0.00000000000000, 0, NULL, 2, 200, 7, '[{\"img\":\"2025-10-22-68f89cdc56d16.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f89cdc57af1.png\",\"storage\":\"public\"}]', '[]', 'romsons-kare-n95-face-mask-1s', 0, 0, 10, 1, 0),
(102, 'BPL Cardiart Viewplus 3 Channel Electrocardiograph Machine (6208)', 'BPL Cardiart Viewplus 3 Channel Electrocardiograph Machine (6208)', '2025-10-22-68f89d39084a0.png', 8, '[{\"id\":\"8\",\"position\":1}]', '[]', '[]', '[]', '[]', 1200.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 39, '2025-10-22 04:00:41', '2025-10-22 04:00:41', 0, 0.00000000000000, 0, NULL, 2, 60, 7, '[{\"img\":\"2025-10-22-68f89d3907201.png\",\"storage\":\"public\"}]', '[]', 'bpl-cardiart-viewplus-3-channel-electrocardiograph-machine-6208', 0, 0, 5, 1, 0),
(103, 'Turkey Burgers with Lemon Aioli', 'The secret to chef Dan Kluger\'s super-moist turkey burgers? A quick brown sugar brine. Add a sofrito of onion, garlic, and jalapeño and top with a zingy lemon aioli and sweet barbecue sauce, and you\'ve got a next-level turkey burger.', '2025-10-22-68f89d5d9beab.png', 12, '[{\"id\":\"12\",\"position\":1}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 0.00, 'percent', '08:00:00', '20:30:00', 0, 1, 49, '2025-10-22 04:01:17', '2025-10-22 04:01:17', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f89d5d9ae0b.png\",\"storage\":\"public\"}]', '[]', 'turkey-burgers-with-lemon-aioli', 0, 0, 12, 1, 1),
(104, 'Optimum Nutrition (ON) 100% Whey Gold Standard Powder - Double Rich Chocolate 5 lb', 'Optimum Nutrition (ON) 100% Whey Gold Standard Powder 5 lb in Double Rich Chocolate flavor is a premium-quality, widely trusted protein supplement for fitness enthusiasts. Made with whey protein isolates, the purest form of whey available, this product supports muscle growth and recovery post-workout. With each serving, you get 24 grams of high-quality protein, 5.5 grams of naturally occurring BCAAs, and only 1 gram of fat, making it an excellent choice for your daily protein needs', '2025-10-22-68f89d9707ebd.png', 7, '[{\"id\":\"7\",\"position\":1}]', '[]', '[]', '[]', '[]', 950.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 39, '2025-10-22 04:02:15', '2025-10-22 04:02:15', 0, 0.00000000000000, 0, NULL, 2, 60, 6, '[{\"img\":\"2025-10-22-68f89d9706cdc.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f89d9707d3c.png\",\"storage\":\"public\"}]', '[]', 'optimum-nutrition-on-100-whey-gold-standard-powder-double-rich-chocolate-5-lb', 0, 0, 2, 1, 0),
(105, 'Rajma (Kidney Bean Curry) Veggie Burgers', 'Your quest for the perfect veggie burger is over. Mashed rajma (curried kidney beans) or canned beans get an umami burst with the addition of grated Parmesan and a melty slice of sharp cheddar cheese — and don\'t skimp on the piles of toppings. They make this already wonderful burger even more special.', '2025-10-22-68f89de280a88.png', 12, '[{\"id\":\"12\",\"position\":1}]', '[]', '[]', '[]', '[]', 15.00, 0.00, 'percent', 0.00, 'percent', '08:00:00', '20:30:00', 1, 1, 49, '2025-10-22 04:03:30', '2025-10-22 04:03:30', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f89de27fbd8.png\",\"storage\":\"public\"}]', '[]', 'rajma-kidney-bean-curry-veggie-burgers', 0, 0, 12, 1, 0),
(106, 'Himalaya Hiora K Mouthwash 150 ml', 'Himalaya Hiora K Mouthwash 150 ml', '2025-10-22-68f89e0f3cd8c.png', 11, '[{\"id\":\"11\",\"position\":1}]', '[]', '[]', '[]', '[]', 10.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 39, '2025-10-22 04:04:15', '2025-10-22 04:04:15', 0, 0.00000000000000, 0, NULL, 2, 100, 6, '[{\"img\":\"2025-10-22-68f89e0f3bcb9.png\",\"storage\":\"public\"}]', '[]', 'himalaya-hiora-k-mouthwash-150-ml', 0, 0, 10, 1, 0),
(107, 'Aptamil Gold Stage 1 (Upto 6 Months) Powder 400 gm (Tin)', 'Aptamil Gold Stage 1 Powder is a premium formulation tailored to support the nutritional needs of infants up to 6 months of age. Enriched with essential vitamins and minerals, this powdered formula is designed to mimic the composition of breast milk, providing vital nutrients for your baby\'s healthy growth and development. Aptamil Gold Stage 1 is easy to prepare and can be conveniently stored in its 400g tin for quick access whenever needed.', '2025-10-22-68f89e622eb35.png', 10, '[{\"id\":\"10\",\"position\":1}]', '[]', '[]', '[]', '[]', 15.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 39, '2025-10-22 04:05:38', '2025-10-22 04:05:38', 0, 0.00000000000000, 0, NULL, 2, 150, 2, '[{\"img\":\"2025-10-22-68f89e622dbbd.png\",\"storage\":\"public\"}]', '[]', 'aptamil-gold-stage-1-upto-6-months-powder-400-gm-tin', 0, 0, 10, 1, 0),
(108, 'Tavern Burgers with Drunken Mushrooms', 'We love these thick, pub-style burgers, topped with sautéed mushrooms, white cheddar cheese, and a smear of garlicky mayonnaise, served alongside a frosty beer. Keep the patties chilled, and season them just before they hit the grill for the most tender texture and juiciest bite.', '2025-10-22-68f89e6caef83.png', 12, '[{\"id\":\"12\",\"position\":1}]', '[]', '[]', '[]', '[]', 12.00, 0.00, 'percent', 0.00, 'percent', '08:00:00', '20:30:00', 0, 1, 49, '2025-10-22 04:05:48', '2025-10-22 04:05:48', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f89e6cae034.png\",\"storage\":\"public\"}]', '[]', 'tavern-burgers-with-drunken-mushrooms', 0, 0, 12, 1, 1),
(109, 'Status N95 Cup Face Mask - White (Pack of 10)', 'Status N95 Cup Face Mask - White (Pack of 10)', '2025-10-22-68f89eec2fbd7.png', 9, '[{\"id\":\"9\",\"position\":1}]', '[]', '[]', '[]', '[]', 30.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 39, '2025-10-22 04:07:56', '2025-10-22 04:07:56', 0, 0.00000000000000, 0, NULL, 2, 200, 7, '[{\"img\":\"2025-10-22-68f89eec2ec19.png\",\"storage\":\"public\"}]', '[]', 'status-n95-cup-face-mask-white-pack-of-10', 0, 0, 10, 1, 0),
(110, 'Cambodian Black Pepper Beef (Lok Lak)', 'Wok cooking happens quickly, so prepare each ingredient beforehand. 2019 F&W Best New Chef Nite Yun not only tenderizes the flank steak with an intensely flavorful marinade but also adds punchy flavor in just a few minutes of cooking.', '2025-10-22-68f89f514d540.png', 13, '[{\"id\":\"13\",\"position\":1}]', '[]', '[]', '[]', '[]', 25.00, 0.00, 'percent', 0.00, 'percent', '08:00:00', '20:30:00', 0, 1, 49, '2025-10-22 04:09:37', '2025-10-22 04:09:37', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f89f514c550.png\",\"storage\":\"public\"}]', '[]', 'cambodian-black-pepper-beef-lok-lak', 0, 0, 5, 1, 1);
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
(111, 'Fast&Up Charge Natural Vitamin C From Amla Extract & Zinc Tablets - Fizzy Blast Orange Flavour 20\'s', 'Fast&Up charge is a completely natural vitamin c supplement which delivers immunity-boosting ingredients like 1000 mg amla extract and 10 mg zinc to help boost immune activity, support a robust immune response and increase resistance to immune challenges. It is a well-known fact that vitamin c is vital to maintain daily immunity. FastandUp charge supplement offers natural vitamin c derived from amla extract which is a well-known natural and rich source of vitamin c with natural antioxidant properties. Amla, also known as Indian gooseberry originates in India and contains a high concentration of vitamin c along with a full-spectrum of immune-enhancing benefits, popularly known for supporting immunity, energy and optimal health. Addition of key mineral zinc with natural vitamin c provides a complete synergistic immune therapy to the body. Zinc is important to body in many ways and helps to keep our immune system in check. Presence of zinc in vitamin c supplement helps fight infections more effectively. Basically, our immune system just can’t function without zinc. Our immune system decides how healthy or unhealthy we are and hence, it needs to be speedy and efficient. Fast&Up charge,', '2025-10-22-68f89f660bf14.png', 7, '[{\"id\":\"7\",\"position\":1}]', '[]', '[]', '[]', '[]', 40.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 39, '2025-10-22 04:09:58', '2025-10-22 04:09:58', 0, 0.00000000000000, 0, NULL, 2, 100, 6, '[{\"img\":\"2025-10-22-68f89f660ae7e.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f89f660bd4c.png\",\"storage\":\"public\"}]', '[]', 'fastup-charge-natural-vitamin-c-from-amla-extract-zinc-tablets-fizzy-blast-orange-flavour-20s', 0, 0, 10, 1, 0),
(112, 'Khao Soi', 'An aromatic mixture made of shallot, garlic, and radish is the base of this riff on the Northern Thai classic from chef Donny Sirisavath. He amps up the flavor with soybean paste, cherry tomatoes, and ground pork to create a deeply savory pork sauce.', '2025-10-22-68f89fc2102b9.png', 13, '[{\"id\":\"13\",\"position\":1}]', '[]', '[]', '[]', '[]', 29.00, 0.00, 'percent', 0.00, 'percent', '08:00:00', '20:30:00', 0, 1, 49, '2025-10-22 04:11:30', '2025-10-22 04:11:30', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f89fc20f346.png\",\"storage\":\"public\"}]', '[]', 'khao-soi', 0, 0, 3, 1, 1),
(113, 'Revital H Tablet - Women 30\'s', 'Revital H Tablets for Women 30\'s are specially formulated to address the unique nutritional needs of women. These tablets are enriched with essential vitamins, minerals, and antioxidants that help support overall well-being. Each tablet is designed to boost energy levels, improve immunity, and promote healthy skin and hair. With regular consumption, these tablets can contribute to maintaining a healthy lifestyle for women of all ages.', '2025-10-22-68f8a01a32ff2.png', 7, '[{\"id\":\"7\",\"position\":1}]', '[]', '[]', '[]', '[]', 20.00, 0.00, 'percent', 10.00, 'amount', '00:00:00', '23:59:59', 0, 1, 39, '2025-10-22 04:12:58', '2025-10-22 04:12:58', 0, 0.00000000000000, 0, NULL, 2, 125, 6, '[{\"img\":\"2025-10-22-68f8a01a32058.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8a01a32e4b.png\",\"storage\":\"public\"}]', '[]', 'revital-h-tablet-women-30s', 0, 0, NULL, 1, 0),
(114, 'Som Tam (Thai-Style Green Papaya Salad)', 'The Thai salad Som Tam demonstrates the mortar and pestle’s power. The Thai word som means “sour,” and tam means “to pound,” the action that sets the foundation for the distinct aromatic, tangy flavors in chef Nooror Somany Steppe’s recipe.', '2025-10-22-68f8a07eba57b.png', 13, '[{\"id\":\"13\",\"position\":1}]', '[]', '[]', '[]', '[]', 20.00, 0.00, 'percent', 0.00, 'percent', '08:00:00', '20:30:00', 0, 1, 49, '2025-10-22 04:14:38', '2025-10-22 04:14:38', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f8a07eb94e6.png\",\"storage\":\"public\"}]', '[]', 'som-tam-thai-style-green-papaya-salad', 0, 0, 2, 1, 1),
(115, 'Romsons Feeding Bag (GS-4028)', 'Romsons Feeding Bag (GS-4028)', '2025-10-22-68f8a0860b475.png', 8, '[{\"id\":\"8\",\"position\":1}]', '[]', '[]', '[]', '[]', 25.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 39, '2025-10-22 04:14:46', '2025-10-22 04:14:46', 0, 0.00000000000000, 0, NULL, 2, 400, 7, '[{\"img\":\"2025-10-22-68f8a0860a504.png\",\"storage\":\"public\"}]', '[]', 'romsons-feeding-bag-gs-4028', 0, 0, 20, 1, 0),
(116, 'Sensodyne Fresh Mint Toothpaste 150 gm', 'Sensodyne Fresh Mint Toothpaste 150 gm', '2025-10-22-68f8a1807c9ef.png', 11, '[{\"id\":\"11\",\"position\":1}]', '[]', '[]', '[]', '[]', 10.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 39, '2025-10-22 04:18:56', '2025-10-22 04:18:56', 0, 0.00000000000000, 0, NULL, 2, 299, 7, '[{\"img\":\"2025-10-22-68f8a1807b9a2.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8a1807c8ad.png\",\"storage\":\"public\"}]', '[]', 'sensodyne-fresh-mint-toothpaste-150-gm', 0, 0, 10, 1, 0),
(117, 'Himalaya Baby Powder 200 gm + Free Refreshing Baby Soap 75 gm', 'Pamper your little one with the Himalaya Baby Powder 200 gm and Soap 75 gm combo pack. The baby powder, enriched with herbal ingredients like Khus Grass and natural Zinc, helps keep your baby\'s delicate skin cool and fresh. The gentle baby soap, with the goodness of oils like Almond and Olive, nourishes and moisturizes the skin, leaving it soft and supple. This combo offers a soothing and refreshing experience for your baby\'s daily skincare routine.', '2025-10-22-68f8a1ceac771.png', 10, '[{\"id\":\"10\",\"position\":1}]', '[]', '[]', '[]', '[]', 10.00, 0.00, 'percent', 30.00, 'percent', '00:00:00', '23:59:59', 0, 1, 39, '2025-10-22 04:20:14', '2025-10-22 04:20:14', 0, 0.00000000000000, 0, NULL, 2, 100, 6, '[{\"img\":\"2025-10-22-68f8a1ceab75d.png\",\"storage\":\"public\"}]', '[]', 'himalaya-baby-powder-200-gm-free-refreshing-baby-soap-75-gm', 0, 0, 5, 1, 0),
(118, 'Margherita Pizza', 'This classic pizza is easy to pull off at home with fresh ingredients. Miriam Weiskind\'s flavorful dough comes together through careful kneading before slowly rising in the refrigerator for one — and up to five — days, making it the perfect, make-ahead pizza base. Paired with creamy mozzarella, the freshly snipped basil and uncooked sauce deliver big flavor.', '2025-10-22-68f8a1cf9089b.png', 14, '[{\"id\":\"14\",\"position\":1}]', '[]', '[]', '[]', '[]', 12.00, 0.00, 'percent', 0.00, 'percent', '08:00:00', '20:30:00', 1, 1, 49, '2025-10-22 04:20:15', '2025-10-22 04:20:15', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f8a1cf8f9a6.png\",\"storage\":\"public\"}]', '[]', 'margherita-pizza', 0, 0, 10, 1, 1),
(119, 'Tavern-Style Sausage and Giardiniera Pizza', 'This square-cut, cracker-thin pie is the Chicago style that originated when tavern owners and bartenders would leave out free pizza for customers to entice them to stay for another round of beers. The small pieces can fit on a bar napkin and shouldn\'t spoil one\'s dinner.', '2025-10-22-68f8a27a8dc0d.png', 14, '[{\"id\":\"14\",\"position\":1}]', '[]', '[]', '[]', '[]', 14.00, 0.00, 'percent', 0.00, 'percent', '08:00:00', '20:30:00', 0, 1, 49, '2025-10-22 04:23:06', '2025-10-22 04:23:06', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f8a27a8c9d3.png\",\"storage\":\"public\"}]', '[]', 'tavern-style-sausage-and-giardiniera-pizza', 0, 0, 10, 1, 1),
(120, '1Mile Latex Examination Gloves (M) 100\'s', 'Product Qualities: 1Mile examination gloves are water resistant and mould perfectly to hands for increased comfort. It consists of superior materials and unique construction that allow dexterity while still being a tough durable glove that will not tear during medical treatment.', '2025-10-22-68f8a2989e27e.png', 8, '[{\"id\":\"8\",\"position\":1}]', '[]', '[]', '[]', '[]', 30.00, 0.00, 'percent', 10.00, 'amount', '00:00:00', '23:59:59', 0, 1, 39, '2025-10-22 04:23:36', '2025-10-22 04:23:36', 0, 0.00000000000000, 0, NULL, 2, 300, 7, '[{\"img\":\"2025-10-22-68f8a2989d3af.png\",\"storage\":\"public\"}]', '[]', '1mile-latex-examination-gloves-m-100s', 0, 0, 20, 1, 0),
(121, 'Potato Pizza with Crème Fraîche and Bacon', 'This pizza starts with the flavors of the classic Alsatian pizza, made with crème fraîche, caramelized onion, and bacon, and adds soft confit garlic cloves and thin slices of potatoes. Add a little greenery from kale and chives, and you\'ve got an exceptional pizza to both look at and eat.', '2025-10-22-68f8a4f3a163c.png', 14, '[{\"id\":\"14\",\"position\":1}]', '[]', '[]', '[]', '[]', 17.00, 0.00, 'percent', 0.00, 'percent', '08:00:00', '20:30:00', 0, 1, 49, '2025-10-22 04:33:39', '2025-10-22 04:33:39', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f8a4f3a0284.png\",\"storage\":\"public\"}]', '[]', 'potato-pizza-with-creme-fraiche-and-bacon', 0, 0, 10, 1, 1),
(122, 'Spinach Lasagna', 'There are many iterations of spinach lasagna, but this one is our favorite because of its simplicity and generous use of four cheeses: ricotta, Parmesan, Gruyère, and mozzarella. It\'s an incredibly delicious dish that even meat eaters will love.', '2025-10-22-68f8a5a2779cf.png', 15, '[{\"id\":\"15\",\"position\":1}]', '[]', '[]', '[]', '[]', 13.00, 0.00, 'percent', 0.00, 'percent', '08:30:00', '20:30:00', 0, 1, 49, '2025-10-22 04:36:34', '2025-10-22 04:36:34', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f8a5a276b81.png\",\"storage\":\"public\"}]', '[]', 'spinach-lasagna', 0, 0, 10, 1, 1),
(123, 'Creamy Tomato Rigatoni', 'A judicious amount of heavy cream enriches this simple tomato sauce, producing a lush texture that clings to the pasta without blanketing richness. This recipe is inspired by sommelier Derrick C. Westbrook of 1340 Beer Wine Spirits in Chicago, who named it his ideal dish for pairing with wine.', '2025-10-22-68f8a61cae8d0.png', 15, '[{\"id\":\"15\",\"position\":1}]', '[]', '[]', '[]', '[]', 12.00, 0.00, 'percent', 0.00, 'percent', '08:30:00', '20:30:00', 1, 1, 49, '2025-10-22 04:38:36', '2025-10-22 04:38:36', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[]', '[]', 'creamy-tomato-rigatoni', 0, 0, 10, 1, 0),
(124, 'Pasta Aglio e Olio', 'This simple, garlicky pasta from chef Roy Choi uses pantry ingredients — its beauty comes from building out the flavor profile in the olive oil. Even better, the whole thing comes together in the time it takes for the water to boil, making it the perfect back-pocket pasta to add to your weeknight rotation.', '2025-10-22-68f8a6967c972.png', 15, '[{\"id\":\"15\",\"position\":1}]', '[]', '[]', '[]', '[]', 12.00, 0.00, 'percent', 0.00, 'percent', '08:30:00', '20:30:00', 1, 1, 49, '2025-10-22 04:40:38', '2025-10-22 04:40:38', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[]', '[]', 'pasta-aglio-e-olio', 0, 0, 10, 1, 0),
(125, 'Move Spray', '100% Ayurvedic formula for pain relief\r\nEffective on back, joint, and muscle pain\r\nContains natural oils like Wintergreen, Eucalyptus, and Mint\r\nMay help provide fast and long-lasting relief\r\nSuitable for sports injuries and daily aches\r\nEasy-to-use spray application', '2025-10-22-68f8a6afb6281.png', 7, '[{\"id\":\"7\",\"position\":1}]', '[]', '[]', '[]', '[]', 3.00, 0.00, 'percent', 50.00, 'percent', '00:00:00', '23:59:59', 0, 1, 50, '2025-10-22 04:41:03', '2025-11-07 09:33:58', 0, 2.00000000000000, 1, '{\"1\":0,\"2\":1,\"3\":0,\"4\":0,\"5\":0}', 2, 97, 3, '[{\"img\":\"2025-10-22-68f8a6afb5376.png\",\"storage\":\"public\"}]', '[]', 'move-spray', 0, 0, 10, 1, 0),
(126, 'Classic Carrot Cake with Fluffy Cream Cheese Frosting', 'A classic carrot cake is a crowd-pleaser and can work in traditional layers, in a loaf pan, or even as cupcakes. Pastry chef Jodi Elliot prepares the ultimate version of the 1970s favorite: moist and not too sweet.', '2025-10-22-68f8a716ce56e.png', 16, '[{\"id\":\"16\",\"position\":1}]', '[]', '[]', '[]', '[]', 12.00, 0.00, 'percent', 0.00, 'percent', '10:00:00', '18:00:00', 1, 1, 49, '2025-10-22 04:42:46', '2025-10-22 04:42:46', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[]', '[]', 'classic-carrot-cake-with-fluffy-cream-cheese-frosting', 0, 0, 1, 1, 0),
(127, 'INLIFE Apple Cider Vinegar with Garlic Ginger Lemon Honey & Mother of Vinegar 500 ml', 'INLIFE Apple Cider Vinegar 500 ml with Garlic Ginger Lemon Honey & Mother of Vinegar is a natural health tonic that combines the goodness of apple cider vinegar with the benefits of garlic, ginger, lemon, honey, and mother of vinegar. This unique blend is rich in essential nutrients and antioxidants that support overall well-being. The apple cider vinegar is raw, unfiltered, and unpasteurized, ensuring maximum potency and benefits for the body.', '2025-10-22-68f8a73205f2e.png', 7, '[{\"id\":\"7\",\"position\":1}]', '[]', '[]', '[]', '[]', 10.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 37, '2025-10-22 04:43:14', '2025-10-22 04:43:14', 0, 0.00000000000000, 0, NULL, 2, 100, 1, '[{\"img\":\"2025-10-22-68f8a7320501d.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8a73205dbf.png\",\"storage\":\"public\"}]', '[]', 'inlife-apple-cider-vinegar-with-garlic-ginger-lemon-honey-mother-of-vinegar-500-ml', 0, 0, 5, 1, 0),
(128, 'Pediasure Zero Sucrose Nutrition Powder - Vanilla Flavour 400 gm (Refill Pack)', 'Pediasure Zero Sucrose Nutrition Powder in Vanilla Flavor is a specially formulated dietary supplement designed to provide essential nutrition for children. This refill pack contains 400g of powder, ensuring a convenient and cost-effective way to stock up on your child\'s favorite nutritional supplement. Enriched with vital vitamins, minerals, protein, and carbohydrates, this product helps support overall growth, immunity, and development in kids.', '2025-10-22-68f8a784d5de8.png', 7, '[{\"id\":\"7\",\"position\":1}]', '[]', '[]', '[]', '[]', 20.00, 0.00, 'percent', 30.00, 'percent', '00:00:00', '23:59:59', 0, 1, 37, '2025-10-22 04:44:36', '2025-10-22 04:44:36', 0, 0.00000000000000, 0, NULL, 2, 100, 2, '[{\"img\":\"2025-10-22-68f8a784d49e2.png\",\"storage\":\"public\"}]', '[]', 'pediasure-zero-sucrose-nutrition-powder-vanilla-flavour-400-gm-refill-pack', 0, 0, 5, 1, 0),
(129, 'Maria Cookie Icebox Cake', 'Toasty, slightly sweet Maria cookies were an after-school snack staple for pastry chef Paola Velez while growing up in the Bronx.', '2025-10-22-68f8a7ab0dd4b.png', 16, '[{\"id\":\"16\",\"position\":1}]', '[]', '[]', '[]', '[]', 11.00, 0.00, 'percent', 0.00, 'percent', '10:00:00', '19:00:00', 1, 1, 49, '2025-10-22 04:45:15', '2026-01-29 10:04:09', 1, 0.00000000000000, 0, NULL, 3, 0, NULL, '[]', '[]', 'maria-cookie-icebox-cake', 0, 0, 1, 1, 0),
(130, 'Beurer Medical Nebuliser (IH 18) 1\'s', 'Beurer Medical Nebuliser (IH 18) 1\'s', '2025-10-22-68f8a80b2dd52.png', 8, '[{\"id\":\"8\",\"position\":1}]', '[]', '[]', '[]', '[]', 20.00, 0.00, 'percent', 19.00, 'percent', '00:00:00', '23:59:59', 0, 1, 37, '2025-10-22 04:46:51', '2025-11-06 10:37:46', 0, 0.00000000000000, 0, NULL, 2, 289, 7, '[{\"img\":\"2025-10-22-68f8a80b2c88a.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8a80b2db57.png\",\"storage\":\"public\"}]', '[]', 'beurer-medical-nebuliser-ih-18-1s', 0, 0, 2, 1, 0),
(131, 'Double-Chocolate Bundt Cake with Ganache Glaze', 'Many bundt cakes are dense and buttery, but this one is surprisingly light and incredibly moist under its silky chocolate glaze. Strong-brewed coffee in the batter intensifies the chocolate flavor while balancing the sweetness.', '2025-10-22-68f8a82666dec.png', 16, '[{\"id\":\"16\",\"position\":1}]', '[]', '[]', '[]', '[]', 16.00, 0.00, 'percent', 0.00, 'percent', '10:00:00', '20:00:00', 1, 0, 49, '2025-10-22 04:47:18', '2026-01-29 09:06:26', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f8a82665aac.png\",\"storage\":\"public\"}]', '[]', 'double-chocolate-bundt-cake-with-ganache-glaze', 0, 0, 1, 1, 1),
(132, 'Medica Fibrex Non Woven Adhesive Dressing With Non Adherent Pad 10 cm x 10 cm 1\'s', 'Medica Fibrex Non-Woven Adhesive Dressing With Non-Adherent Pad is a non-woven adhesive dressing with a non-adherent pad which does not stick to the wound. It is latex free adhesive hence reducing trauma and discomfort. It is stretchable, making it more comfortable for the patient. It comes in various sizes to fit your needs.', '2025-10-22-68f8a8553bd50.png', 8, '[{\"id\":\"8\",\"position\":1}]', '[]', '[]', '[]', '[]', 10.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 37, '2025-10-22 04:48:05', '2025-11-06 10:37:46', 0, 0.00000000000000, 0, NULL, 2, 199, 7, '[{\"img\":\"2025-10-22-68f8a8553ab77.png\",\"storage\":\"public\"}]', '[]', 'medica-fibrex-non-woven-adhesive-dressing-with-non-adherent-pad-10-cm-x-10-cm-1s', 0, 0, 10, 1, 0),
(133, 'Korean Spicy Veg Burger', 'A beans patty dripping in hot Buldak sauce, balanced with smoky chipotle and creamy layers. Spicy, bold, and absolutely not for the weak. (Energy: 466KCal, Carbohydrates: 63gm, Proteins: 19gm, Fats: 18gm, Sodium: 1287mg)', '2025-10-22-68f8ab96bf0df.png', 12, '[{\"id\":\"12\",\"position\":1}]', '[]', '[]', '[]', '[]', 79.00, 0.00, 'percent', 0.00, 'percent', '08:30:00', '20:30:00', 1, 1, 48, '2025-10-22 05:01:58', '2025-10-22 05:01:58', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f8ab96bdff2.png\",\"storage\":\"public\"}]', '[]', 'korean-spicy-veg-burger', 0, 0, NULL, 1, 1),
(134, 'Equinox Pulse Oximeter LCD (EQ-OP-106)', 'The Equinox Pulse Oximeter LCD (EQ-OP-106) is a reliable and accurate device designed to measure your blood oxygen saturation levels and pulse rate quickly and efficiently. With its easy-to-read LCD display, this pulse oximeter provides instant readings, making it ideal for monitoring your health at home or on the go.', '2025-10-22-68f8ac5850bd5.png', 9, '[{\"id\":\"9\",\"position\":1}]', '[]', '[]', '[]', '[]', 20.00, 0.00, 'percent', 7.00, 'percent', '00:00:00', '23:59:59', 0, 1, 39, '2025-10-22 05:05:12', '2025-10-22 05:05:12', 0, 0.00000000000000, 0, NULL, 2, 0, 7, '[{\"img\":\"2025-10-22-68f8ac584f0f5.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8ac58509e8.png\",\"storage\":\"public\"}]', '[]', 'equinox-pulse-oximeter-lcd-eq-op-106', 0, 0, 10, 1, 0),
(135, 'Korean Fried Chicken Burger or Wrap Combo.', 'Save Rs. 90 for this value meal for 1', '2025-10-22-68f8ad49d81d7.png', 12, '[{\"id\":\"12\",\"position\":1}]', '[]', '[]', '[]', '[]', 395.00, 0.00, 'percent', 5.00, 'percent', '08:35:00', '23:38:00', 0, 1, 48, '2025-10-22 05:09:13', '2025-10-22 05:09:13', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f8ad49d6c6a.png\",\"storage\":\"public\"}]', '[]', 'korean-fried-chicken-burger-or-wrap-combo', 0, 0, NULL, 1, 1),
(136, 'Dettol Multi-Purpose Disinfectant Spray For Hard & Soft Surfaces - Orchard Bloom 225 ml', 'Dettol Multi-Purpose Disinfectant Spray 225 ml in Orchard Bloom fragrance is a versatile solution for keeping your home clean and germ-free. This disinfectant spray effectively kills 99.9% of germs on hard and soft surfaces like countertops, sofas, and fabrics. With a refreshing Orchard Bloom scent, this spray not only sanitizes but also leaves behind a pleasant fragrance in your living spaces.\r\n\r\nThis disinfectant spray is a convenient and effective way to disinfect frequently-touched surfaces, eliminating harmful bacteria and viruses. Its easy-to-use format makes it ideal for quick clean-ups and regular sanitization routines, providing added protection for you and your family.', '2025-10-22-68f8ae0e12a65.png', 9, '[{\"id\":\"9\",\"position\":1}]', '[]', '[]', '[]', '[]', 4.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 37, '2025-10-22 05:12:30', '2025-10-22 05:12:30', 0, 0.00000000000000, 0, NULL, 2, 50, 6, '[{\"img\":\"2025-10-22-68f8ae0e1169b.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8ae0e12904.png\",\"storage\":\"public\"}]', '[]', 'dettol-multi-purpose-disinfectant-spray-for-hard-soft-surfaces-orchard-bloom-225-ml', 0, 0, 5, 1, 0),
(137, 'Chicken n Cheese Slims Burger x 2', 'House Made Spicy Chicken Patty, Melto Cheese, Animal Sauce & Honey Mustard Pack of 2', '2025-10-22-68f8af2b99894.png', 12, '[{\"id\":\"12\",\"position\":1}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 5.00, 'percent', '08:30:00', '20:59:00', 0, 1, 48, '2025-10-22 05:17:15', '2025-10-22 05:17:15', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f8af2b98686.png\",\"storage\":\"public\"}]', '[]', 'chicken-n-cheese-slims-burger-x-2', 0, 0, 700, 1, 0),
(138, 'Misal Pav', 'Popular maharashtrian spicy curry with sprouts, served with chopped onions, lemon, savoury mixture & 2 paos', '2025-10-22-68f8b061de6ea.png', 13, '[{\"id\":\"13\",\"position\":1}]', '[]', '[]', '[]', '[]', 35.00, 0.00, 'percent', 0.00, 'percent', '08:30:00', '23:30:00', 1, 1, 48, '2025-10-22 05:22:25', '2025-10-22 05:22:25', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f8b061dd41a.png\",\"storage\":\"public\"}]', '[]', 'misal-pav', 0, 0, 35, 1, 1),
(139, 'Cheese berger', 'Cheese berger', '2025-10-22-68f8b079b5628.png', 12, '[{\"id\":\"12\",\"position\":1}]', '[]', '[]', '[]', '[]', 1.00, 0.00, 'percent', 0.00, 'percent', '09:00:00', '22:00:00', 1, 1, 46, '2025-10-22 05:22:49', '2025-10-22 05:22:49', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f8b079b4411.png\",\"storage\":\"public\"}]', '[]', 'cheese-berger', 0, 0, 10, 1, 0),
(140, 'Paneer Masala', 'A flavorful and aromatic North Indian delicacy that perfectly combines tender paneer with a rich and luscious gravy.', '2025-10-22-68f8b20561367.png', 13, '[{\"id\":\"13\",\"position\":1}]', '[]', '[]', '[]', '[]', 129.00, 0.00, 'percent', 20.00, 'amount', '08:30:00', '20:00:00', 1, 1, 48, '2025-10-22 05:29:25', '2025-10-22 05:29:25', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f8b20560019.png\",\"storage\":\"public\"}]', '[]', 'paneer-masala', 0, 0, NULL, 1, 1),
(141, 'Baingan Bharta', 'A flavorful and aromatic vegetable dish that is sure to tantalize your taste buds.', '2025-10-22-68f8b330d4c85.png', 13, '[{\"id\":\"13\",\"position\":1}]', '[]', '[]', '[]', '[]', 150.00, 0.00, 'percent', 0.00, 'percent', '08:00:00', '22:30:00', 1, 1, 48, '2025-10-22 05:34:24', '2025-10-22 05:34:24', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f8b330d3b6f.png\",\"storage\":\"public\"}]', '[]', 'baingan-bharta', 0, 0, NULL, 1, 1),
(142, 'Paneer Farmhouse', 'Delightful combination of onion, capsicum, tomato & grilled mushroom', '2025-10-22-68f8b66c55aae.png', 14, '[{\"id\":\"14\",\"position\":1}]', '[]', '[\"1\",\"2\"]', '[]', '[]', 299.00, 0.00, 'percent', 0.00, 'percent', '08:00:00', '23:15:00', 1, 1, 48, '2025-10-22 05:48:12', '2025-10-22 05:48:12', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f8b66c548a4.png\",\"storage\":\"public\"}]', '[]', 'paneer-farmhouse', 0, 0, NULL, 1, 1),
(143, 'Ketel One Vodka (750ml)', 'When Carolus Nolet Senior first envisioned Ketel One Vodka, it was a unique, super-premium vodka for the modern palate. And with crispness, clarity, and silky softness all of its own, you could be forgiven for thinking this 80 Proof Vodka is purely a feat of modern liquid engineering. But at its heart is the unique combination of traditional copper pot stills and advanced distilling techniques. Fragrance, flavor, feel, and finish helps to define what makes Ketel 1 Vodka so unique.\r\n\r\nThis vodka offers a crisp, unique character and intense finish distilled in coal-fired copper pot stills, filtered over loose charcoal, and stored in lined tanks. Using carefully selected European wheat and a combination of modern and traditional distilling techniques, they produce an exceptional product, both crisp to taste and soft on finish. Nosing the aroma of Ketel One, you\'ll immediately detect freshness with hints of citrus and honey. Savor the fresh, lively tingle flavor. Let the signature silky softness coat your tongue. A long finish with subtle flavors reminds you of its quality.\r\n\r\nPerfect on its own or added with your favorite cocktail, mix with club soda, a cucumber ribbon and garnish with a', '2025-10-22-68f8b697cd41a.png', 23, '[{\"id\":\"23\",\"position\":1}]', '[]', '[]', '[]', '[]', 70.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 38, '2025-10-22 05:48:55', '2025-10-22 05:48:55', 0, 0.00000000000000, 0, NULL, 6, 300, 3, '[{\"img\":\"2025-10-22-68f8b697cc444.png\",\"storage\":\"public\"}]', '[]', 'ketel-one-vodka-750ml', 0, 0, NULL, 1, 0),
(144, 'Classic Onion Capsicum', 'Pizza topped with our classic pan sauce, crunchy onion & capsicum and a flavourful dressing.', '2025-10-22-68f8b71bc531e.png', 14, '[{\"id\":\"14\",\"position\":1}]', '[]', '[]', '[]', '[]', 159.00, 0.00, 'percent', 3.00, 'percent', '08:00:00', '23:59:00', 0, 1, 48, '2025-10-22 05:51:07', '2025-10-22 05:51:07', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f8b71bc42e6.png\",\"storage\":\"public\"}]', '[]', 'classic-onion-capsicum', 0, 0, NULL, 1, 1),
(145, 'Old Monk XXX 7 Year Old Rum (1L)', 'Old Monk XXX 7 Year Old Rum', '2025-10-22-68f8b749cbbfe.png', 26, '[{\"id\":\"26\",\"position\":1}]', '[]', '[]', '[]', '[]', 90.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 38, '2025-10-22 05:51:53', '2025-10-22 05:51:53', 0, 0.00000000000000, 0, NULL, 6, 900, 1, '[{\"img\":\"2025-10-22-68f8b749ca9c9.png\",\"storage\":\"public\"}]', '[]', 'old-monk-xxx-7-year-old-rum-1l-2', 0, 0, NULL, 1, 0),
(146, 'Absolut Vodka (750ml)', 'Absolut Vodka was first launched in New York in 1979. It soon became the talk of the town, in the US and eventually of the world. But the recipe behind the clean and natural taste of Absolut is older than 30 years. So is the 18th-century medicine bottle found in an antique store in Stockholm, Sweden, that inspired the iconic Absolut Vodka bottle.\r\n\r\nThe main ingredients in Absolut Vodka are water and winter wheat. The water has been drawn from a deep well in Ahus, where it has protected from impurities. With minimal fertilizer use, winter wheat is sown in autumn and harvested in autumn of the following year. Throughout the year, the wheat grows under the Swedish snow and sun, developing its robust husk.\r\n\r\nDistilled over a hundred times, Absolut Swedish Vodka is exceptionally pure, containing only natural ingredients, and unlike some other vodkas, it doesn’t contain any added sugar. Absolut is as clean as vodka can be. Still, it has a specific taste: Rich, full-bodied and complex, yet smooth and mellow with a distinct character of grain, followed by a hint of dried fruit.\r\n\r\nThis Absolut Vodka Original has bottled at 40% alcohol by volume. The ways to experience it are almost as many as', '2025-10-22-68f8b7cc5ad78.png', 23, '[{\"id\":\"23\",\"position\":1}]', '[]', '[]', '[]', '[]', 79.00, 0.00, 'percent', 4.00, 'percent', '00:00:00', '23:59:59', 0, 1, 38, '2025-10-22 05:54:04', '2025-10-22 05:54:04', 0, 0.00000000000000, 0, NULL, 6, 3055, 3, '[{\"img\":\"2025-10-22-68f8b7cc59bf3.png\",\"storage\":\"public\"}]', '[]', 'absolut-vodka-750ml', 0, 0, NULL, 1, 0),
(147, 'Veggie Feast', 'Herbed onion and Green Capsicum, juicy Sweet Corn & 100% mozzarella cheese with flavourful pan sauce.', '2025-10-22-68f8b86dac4f3.png', 14, '[{\"id\":\"14\",\"position\":1}]', '[]', '[]', '[]', '[]', 229.00, 0.00, 'percent', 0.00, 'percent', '08:30:00', '20:30:00', 0, 1, 48, '2025-10-22 05:56:45', '2025-10-22 05:56:45', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f8b86dab43b.png\",\"storage\":\"public\"}]', '[]', 'veggie-feast', 0, 0, NULL, 1, 1),
(148, 'Crown Royal Fine Deluxe Blended Canadian Whiskey', 'Unwind in luxury with a glass of Crown Royal Fine De Luxe Blended Canadian Whiskey. With a silky texture and hints of oak and sweet vanilla, this 80 proof whiskey provides a refined flavor that enhances any cocktail party or celebration. Matured to perfection, it is the standard of excellence for Canadian whiskey. The nose is rich and robust, with slight hints of vanilla and fruit. The palate is delicately smooth and creamy with hints of oak and the sweet flavor of vanilla. The finish is long and lingering.\r\n\r\nFirst created in 1939 as a gift for the king and queen of England, a Canadian entrepreneur, created a blend of 50 whiskeys and wrapped a bottle in a regal purple bag with gold stitching. Affectionately named \"Crown Royal,\" this whiskey maintains the integrity and quality of their process today as it was first presented to English royalty.\r\n\r\nBlended with 50 distinct whiskeys, Crown Royal assures decadence in every bottle of their signature whiskeys. Mix this Deluxe Whiskey with cola and pour over ice for a classic, refreshing tasting cocktail. Please drink responsibly. Enjoy!', '2025-10-22-68f8b90bf2e8b.png', 25, '[{\"id\":\"25\",\"position\":1}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 38, '2025-10-22 05:59:23', '2025-10-22 05:59:23', 0, 0.00000000000000, 0, NULL, 6, 500, 1, '[{\"img\":\"2025-10-22-68f8b90bf1e4f.png\",\"storage\":\"public\"}]', '[]', 'crown-royal-fine-deluxe-blended-canadian-whiskey', 0, 0, NULL, 1, 0),
(149, 'Schezwan Margherita', 'Your very own Margherita, now with a spicy twist! Loaded with our signature spicy schezwan sauce & 100% mozzarella cheese.', '2025-10-22-68f8b9507349f.png', 15, '[{\"id\":\"15\",\"position\":1}]', '[]', '[]', '[]', '[]', 85.00, 0.00, 'percent', 0.00, 'percent', '09:30:00', '22:30:00', 1, 1, 48, '2025-10-22 06:00:32', '2025-10-22 06:00:32', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f8b950722fa.png\",\"storage\":\"public\"}]', '[]', 'schezwan-margherita', 0, 0, NULL, 1, 0),
(150, '5pc Smoky Red Chicken', 'Grab 5 pc Smoky Red Chicken - grilled to perfection', '2025-10-22-68f8ba5875f9c.png', 15, '[{\"id\":\"15\",\"position\":1}]', '[]', '[\"1\"]', '[]', '[]', 598.00, 0.00, 'percent', 0.00, 'percent', '08:30:00', '23:30:00', 0, 1, 48, '2025-10-22 06:04:56', '2025-10-22 06:04:56', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f8ba5874cae.png\",\"storage\":\"public\"}]', '[{\"name\":\"5 Pc Smoky Chicken Mojito Combo\",\"type\":\"single\",\"min\":0,\"max\":0,\"required\":\"off\",\"values\":[{\"label\":\"Mojito Combo\",\"optionPrice\":\"70\"}]}]', '5pc-smoky-red-chicken', 0, 0, 10, 1, 1),
(151, 'All Chicken Box', 'A Box with your favorites! Get 1 pc Hot & Crispy, 2 Hot Wings & 1 Chicken Strip at a deal price', '2025-10-22-68f8bb7442f36.png', 15, '[{\"id\":\"15\",\"position\":1}]', '[]', '[]', '[]', '[]', 189.00, 0.00, 'percent', 0.00, 'percent', '08:30:00', '23:30:00', 0, 1, 48, '2025-10-22 06:09:40', '2025-10-22 06:09:40', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f8bb7441d96.png\",\"storage\":\"public\"}]', '[{\"name\":\"Zinger Box\",\"type\":\"multi\",\"min\":\"1\",\"max\":\"2\",\"required\":\"off\",\"values\":[{\"label\":\"Classic Zinger Box\",\"optionPrice\":\"200\"},{\"label\":\"Tandoori Zinger Box\",\"optionPrice\":\"100\"}]}]', 'all-chicken-box', 0, 0, NULL, 1, 1),
(152, 'Bbq Chicken Shawarma', 'Grilled chicken in smokey barbeque sauce with garlic mayo, red chutney, hummus, lettuce, pickle & french fries', '2025-10-22-68f8bc3286834.png', 15, '[{\"id\":\"15\",\"position\":1}]', '[]', '[]', '[]', '[]', 10.99, 0.00, 'percent', 0.00, 'percent', '08:30:00', '23:30:00', 1, 1, 47, '2025-10-22 06:12:50', '2025-10-22 06:12:50', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f8bc328576e.png\",\"storage\":\"public\"}]', '[]', 'bbq-chicken-shawarma', 0, 0, 8, 1, 1),
(153, 'BBQ Paneer Shawarma', 'Tender paneer in smokey barbeque sauce with garlic mayo, red chutney, hummus, lettuce, pickle & french fries', '2025-10-22-68f8bcf1ac8e2.png', 15, '[{\"id\":\"15\",\"position\":1}]', '[]', '[]', '[]', '[]', 2.97, 0.00, 'percent', 0.00, 'percent', '08:30:00', '23:30:00', 1, 1, 47, '2025-10-22 06:16:01', '2025-10-22 06:16:01', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f8bcf1ab78b.png\",\"storage\":\"public\"}]', '[]', 'bbq-paneer-shawarma', 0, 0, NULL, 1, 1),
(154, 'Paneer Tikka Whole Bowl [55g Protein]', 'Paneer Tikka 200 gms, Lettuce, Kale & Red Cabbage, Barley, Bell Peppers, Cucumber, Jalapeno, Olive, Garlic Yogurt dressing topped with Super Seed mix. [High Protein, Antioxidant, Grilled]', '2025-10-22-68f8bd812916c.png', 15, '[{\"id\":\"15\",\"position\":1}]', '[]', '[]', '[]', '[]', 10.00, 0.00, 'percent', 0.00, 'percent', '08:00:00', '23:30:00', 0, 1, 47, '2025-10-22 06:18:25', '2025-10-22 06:18:25', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f8bd81280de.png\",\"storage\":\"public\"}]', '[]', 'paneer-tikka-whole-bowl-55g-protein', 0, 0, NULL, 1, 1),
(155, 'Corn & Cheese', 'A combination of juicy Sweet Corn & 100% mozzarella cheese with flavourful signature pan sauce.', '2025-10-22-68f8beae16426.png', 14, '[{\"id\":\"14\",\"position\":1}]', '[]', '[]', '[]', '[]', 15.00, 0.00, 'percent', 12.00, 'percent', '08:30:00', '22:30:00', 1, 1, 47, '2025-10-22 06:23:26', '2025-10-22 06:23:26', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f8beae15065.png\",\"storage\":\"public\"}]', '[]', 'corn-cheese', 0, 0, NULL, 1, 1),
(156, 'Chilli Paneer Sizzle', 'Pizza topped with spiced paneer, a spicy Schezwan sauce, juicy tomato, crunchy onion & capsicum and a flavourful dressing.', '2025-10-22-68f8bf48bdb80.png', 14, '[{\"id\":\"14\",\"position\":1}]', '[]', '[]', '[]', '[]', 6.00, 0.00, 'percent', 3.00, 'percent', '08:00:00', '21:00:00', 1, 1, 47, '2025-10-22 06:26:00', '2025-10-22 06:26:00', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f8bf48bc9cc.png\",\"storage\":\"public\"}]', '[]', 'chilli-paneer-sizzle', 0, 0, NULL, 1, 1),
(157, 'Crown Royal Regal Apple Whiskey (500ml)', 'Unwind in luxury with a glass of Crown Royal Regal Apple Whiskey. To create this extraordinary blend, Crown Royal whiskies are hand-selected by our master whiskey blenders and infused with Regal Gala Apples and apple flavors. The result is a delicious Canadian whiskey balanced with notes of crisp apple flavor. Made with the signature smoothness of traditional Crown Royal and matured to perfection, our apple flavored whiskey will enhance any cocktail party or celebration. Please drink responsibly.', '2025-10-22-68f8bf5a82d92.png', 25, '[{\"id\":\"25\",\"position\":1}]', '[]', '[]', '[]', '[]', 50.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 38, '2025-10-22 06:26:18', '2025-10-22 06:26:18', 0, 0.00000000000000, 0, NULL, 6, 400, 3, '[{\"img\":\"2025-10-22-68f8bf5a81769.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8bf5a82a9e.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8bf5a82bab.png\",\"storage\":\"public\"}]', '[]', 'crown-royal-regal-apple-whiskey-500ml', 0, 1, NULL, 1, 0),
(158, 'Cheesy Spicy Delight', 'Pizza topped with 100% mozzarella cheese, a flavourful dressing, onion and spicy green chilli, sprinkled with our signature spiced seasoning.', '2025-10-22-68f8bfc51fa1a.png', 14, '[{\"id\":\"14\",\"position\":1}]', '[]', '[]', '[]', '[]', 15.00, 0.00, 'percent', 2.00, 'amount', '08:00:00', '23:00:00', 1, 1, 47, '2025-10-22 06:28:05', '2025-10-22 06:28:05', 0, 0.00000000000000, 0, NULL, 3, 0, NULL, '[{\"img\":\"2025-10-22-68f8bfc51e7d5.png\",\"storage\":\"public\"}]', '[]', 'cheesy-spicy-delight', 0, 0, NULL, 1, 1),
(159, 'Paracetamol', 'Pain relief', '2025-10-23-68f9f77377b12.png', 7, '[{\"id\":\"7\",\"position\":1}]', '[{\"type\":\"Paracetamol\",\"price\":10,\"stock\":99}]', '[\"\"]', '[5]', '[{\"name\":\"choice_5\",\"title\":\"Brand\",\"options\":[\"Paracetamol\"]}]', 150.00, 0.00, 'percent', 10.00, 'percent', NULL, NULL, 0, 1, 50, '2025-10-23 15:07:55', '2025-11-07 09:44:16', 0, 0.00000000000000, 0, NULL, 2, 99, 7, '[{\"img\":\"2025-10-23-68f9f77374604.png\",\"storage\":\"public\"}]', '[]', 'paracetamol', 0, 0, 20, 1, 0),
(160, 'Dosa', 'Dosa', '2025-10-23-68f9fd9571315.png', 13, '[{\"id\":\"13\",\"position\":1}]', '[]', '[\"\"]', '[]', '[]', 120.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '21:00:00', 1, 1, 49, '2025-10-23 15:34:05', '2025-10-23 16:02:37', 0, 0.00000000000000, 0, NULL, 3, NULL, NULL, '[{\"img\":\"2025-10-23-68f9fd956d85a.png\",\"storage\":\"public\"}]', '[{\"name\":\"spicey\",\"type\":\"single\",\"min\":\"\",\"max\":\"\",\"required\":\"on\",\"values\":[{\"label\":\"Masala dosa\",\"optionPrice\":\"150\"}]}]', 'dosa', 0, 0, 1, 1, 0),
(161, 'Amul Ghee', 'Ghee', '2025-10-23-68fa0600df1a4.png', 3, '[{\"id\":\"3\",\"position\":1}]', '[{\"type\":\"Amul\",\"price\":1,\"stock\":96}]', '[]', '[\"5\"]', '[{\"name\":\"choice_5\",\"title\":\"Brand\",\"options\":[\"Amul\"]}]', 1.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 34, '2025-10-23 16:10:00', '2025-11-06 11:48:37', 1, 0.00000000000000, 0, NULL, 1, 96, 1, '[]', '[]', 'ghee', 0, 0, 5, 1, 0),
(162, 'Cheese cake', 'It is an mouth craving and delicious which is also bestseller in our cafe.', '2026-01-13-6965c9b1c6ffb.png', 16, '[{\"id\":\"16\",\"position\":1}]', '[]', '[\"\"]', '[]', '[]', 150.00, 0.00, 'percent', 5.00, 'percent', '11:00:00', '07:00:00', 1, 1, 56, '2026-01-13 04:27:29', '2026-01-13 04:27:29', 0, 0.00000000000000, 0, NULL, 3, NULL, NULL, '[{\"img\":\"2026-01-13-6965c9b1c6194.png\",\"storage\":\"public\"}]', '[]', 'cheese-cake', 0, 0, 10, 1, 0),
(163, 'Salisia Shampoo', 'Best for hair and hair growth.', '2026-01-28-6979d03570d0e.png', 5, '[{\"id\":\"5\",\"position\":1}]', '[]', '[\"\"]', '[]', '[]', 342.00, 0.00, 'percent', 5.00, 'percent', NULL, NULL, 0, 1, 34, '2026-01-28 09:00:37', '2026-01-28 09:01:00', 0, 0.00000000000000, 0, NULL, 1, 100, 10, '[]', '[]', 'salisia-shampoo', 0, 0, 5, 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, 'Diwali Sale Campaign', '2025-10-24-68fb49a410706.png', 'Diwali Sale Campaign', 1, 1, '2025-10-24', '2025-12-01', '10:10:00', '10:10:00', 6, '[{\"id\":\"6\",\"position\":1}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 10.00, 'percent', 34, '2025-10-24 15:10:52', '2025-10-24 15:10:52', 0, 1, 100, 1, '[]', 'diwali-sale-campaign', 5);

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

--
-- 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, 2);

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

--
-- 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
(3, 135, 2),
(4, 135, 3),
(5, 135, 4),
(6, 137, 5),
(7, 137, 6),
(8, 137, 7),
(9, 138, 8),
(10, 140, 9),
(11, 142, 9),
(12, 142, 10),
(13, 149, 11),
(14, 149, 12),
(15, 151, 13),
(16, 160, 14);

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

--
-- 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, 6, 1),
(2, 12, 2),
(3, 57, 3),
(4, 60, 4),
(5, 64, 5),
(6, 133, 6),
(7, 133, 7),
(8, 135, 8),
(9, 137, 9),
(10, 138, 10),
(11, 138, 11),
(12, 138, 12),
(13, 140, 13),
(14, 141, 14),
(15, 142, 15),
(16, 144, 16),
(17, 147, 17),
(18, 149, 18),
(19, 151, 19),
(20, 152, 20),
(21, 154, 21),
(22, 155, 22),
(23, 156, 23),
(24, 159, 24),
(25, 161, 25),
(26, 162, 26),
(27, 162, 27);

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

--
-- 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;

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

--
-- 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, 5, 'Hello', NULL, 1, '2025-10-23 15:32:51', '2026-01-30 10:27:23', NULL),
(2, 1, 5, 'Where is my order?', NULL, 1, '2025-10-23 15:33:01', '2026-01-30 10:27:23', NULL),
(3, 1, 5, NULL, '[{\"img\":\"2025-10-23-68f9fd6b4b63d.png\",\"storage\":\"public\"}]', 1, '2025-10-23 15:33:23', '2026-01-30 10:27:23', NULL),
(4, 2, 8, 'Hiii', NULL, 1, '2025-10-24 11:21:26', '2025-10-24 17:48:31', NULL),
(5, 3, 8, 'Hey user', NULL, 1, '2025-10-24 11:21:41', '2025-12-10 12:43:25', NULL),
(6, 3, 5, 'Hello', NULL, 1, '2025-10-24 11:23:03', '2025-10-24 11:33:05', NULL),
(7, 3, 8, 'Heyy', NULL, 1, '2025-10-24 11:23:18', '2025-12-10 12:43:25', NULL),
(8, 3, 5, 'Where are you now?', NULL, 1, '2025-10-24 11:25:50', '2025-10-24 11:33:05', NULL),
(9, 4, 9, 'Hii', NULL, 1, '2025-11-06 10:16:12', '2025-12-10 12:43:31', NULL),
(10, 5, 9, 'hii', NULL, 1, '2025-11-06 10:45:41', '2026-01-29 11:08:13', NULL),
(11, 6, 9, 'hii', NULL, 1, '2025-11-06 10:53:14', '2025-11-07 10:38:04', NULL),
(12, 6, 11, 'Hii', NULL, 1, '2025-11-06 10:56:54', '2025-11-06 10:57:22', NULL),
(13, 6, 9, 'hiii', NULL, 1, '2025-11-06 10:57:18', '2025-11-07 10:38:04', NULL),
(14, 6, 11, 'ho', NULL, 0, '2025-11-06 10:57:29', '2025-11-06 10:57:29', NULL),
(15, 7, 11, 'Hello', NULL, 0, '2025-11-06 16:58:42', '2025-11-06 16:58:42', NULL),
(16, 7, 11, NULL, '[{\"img\":\"2025-11-06-690c86763b2a8.png\",\"storage\":\"public\"}]', 0, '2025-11-06 16:58:54', '2025-11-06 16:58:54', NULL),
(17, 8, 1, 'Hello', NULL, 1, '2025-11-07 09:28:42', '2025-11-07 10:38:09', NULL),
(18, 8, 11, 'Hii', NULL, 1, '2025-11-07 09:28:52', '2026-01-30 10:23:18', NULL),
(19, 8, 1, NULL, '[{\"img\":\"2025-11-07-690d6e89a5494.png\",\"storage\":\"public\"}]', 1, '2025-11-07 09:29:05', '2025-11-07 10:38:09', NULL),
(20, 8, 1, 'Attachment', NULL, 1, '2025-11-07 09:29:47', '2025-11-07 10:38:09', NULL),
(21, 8, 11, NULL, '[{\"img\":\"2025-11-07-690d6ec9bd174.png\",\"storage\":\"public\"}]', 1, '2025-11-07 09:30:09', '2026-01-30 10:23:18', NULL),
(22, 8, 11, 'Hi', NULL, 1, '2025-11-07 09:30:26', '2026-01-30 10:23:18', NULL),
(23, 9, 11, 'Hello', NULL, 0, '2025-11-07 10:34:08', '2025-11-07 10:34:08', NULL),
(24, 9, 11, NULL, '[{\"img\":\"2025-11-07-690d7dd18de52.png\",\"storage\":\"public\"}]', 0, '2025-11-07 10:34:17', '2025-11-07 10:34:17', NULL),
(25, 10, 9, 'Hello', NULL, 0, '2025-12-02 12:20:51', '2025-12-02 12:20:51', NULL),
(26, 11, 13, 'hii', NULL, 0, '2025-12-09 12:48:29', '2025-12-09 12:48:29', NULL),
(27, 12, 2, 'hii', NULL, 1, '2026-01-23 08:16:46', '2026-01-23 09:30:56', NULL),
(28, 12, 2, 'HGi', NULL, 1, '2026-01-23 08:16:52', '2026-01-23 09:30:56', NULL),
(29, 12, 2, 'hi', NULL, 1, '2026-01-23 08:18:15', '2026-01-23 09:30:56', NULL),
(30, 12, 2, 'hiiiii admin', NULL, 1, '2026-01-23 09:16:33', '2026-01-23 09:30:56', NULL),
(31, 12, 2, 'hi admin', NULL, 1, '2026-01-23 09:30:19', '2026-01-23 09:30:56', NULL),
(32, 12, 17, 'Hello', NULL, 1, '2026-01-23 09:30:24', '2026-01-29 11:08:06', NULL),
(33, 8, 1, 'Hii', NULL, 0, '2026-01-28 08:28:54', '2026-01-28 08:28:54', NULL),
(34, 12, 2, 'Hello', NULL, 0, '2026-01-28 08:57:22', '2026-01-28 08:57:22', NULL),
(35, 12, 2, NULL, '[{\"img\":\"2026-01-28-6979cf781ba57.png\",\"storage\":\"public\"}]', 0, '2026-01-28 08:57:28', '2026-01-28 08:57:28', NULL),
(36, 8, 1, 'hello', NULL, 0, '2026-01-29 06:02:34', '2026-01-29 06:02:34', NULL),
(37, 8, 1, 'hello', NULL, 0, '2026-01-29 06:03:01', '2026-01-29 06:03:01', NULL),
(38, 8, 1, 'Hii', NULL, 0, '2026-01-29 06:28:23', '2026-01-29 06:28:23', NULL),
(39, 8, 1, 'Hii', NULL, 0, '2026-01-29 06:29:04', '2026-01-29 06:29:04', NULL),
(40, 8, 1, 'Gg', NULL, 0, '2026-01-29 06:29:40', '2026-01-29 06:29:40', NULL),
(41, 8, 1, 'Hii', NULL, 0, '2026-01-29 07:27:59', '2026-01-29 07:27:59', 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', 50),
(164, '2024_09_11_094735_add_display_name_col_in_zones_table', 51),
(165, '2024_09_11_105938_create_automated_messages_table', 51),
(166, '2024_09_11_134421_add_ordre_id_col_to_messages_table', 51),
(167, '2024_09_12_115801_create_nutritions_table', 51),
(168, '2024_09_12_120019_create_allergies_table', 51),
(169, '2024_09_12_121929_create_allergy_item_table', 51),
(170, '2024_09_12_121941_create_item_nutrition_table', 51),
(171, '2024_09_12_142834_add_nutrition_allergy_id_cols_to_temp_products_table', 51),
(172, '2024_09_15_112118_create_generic_names_table', 51),
(173, '2024_09_15_112537_create_item_generic_names_table', 51),
(174, '2024_10_21_153431_add_is_email_verified_col_to_users_table', 52),
(175, '2024_10_21_153607_add_phone_col_to_password_resets_table', 52),
(176, '2024_10_22_103402_create_item_campaign_generic_names_table', 52),
(177, '2024_10_22_103440_create_allergy_item_campaign_table', 52),
(178, '2024_10_22_103509_create_item_campaign_nutrition_table', 52),
(179, '2024_10_22_133944_add_minimum_stock_for_warning_col_to_store_confg', 52),
(180, '2024_11_17_104649_create_cache_table', 52),
(181, '2024_12_03_142529_add_to_col_stores_table', 53),
(182, '2024_12_12_114152_add_module_type_col_to_subscription_package_table', 53),
(183, '2024_12_14_131104_add_module_type_to_notification_settings_table', 53),
(184, '2024_12_24_112837_add_to_col_cash_backs_table', 53),
(185, '2024_12_31_170522_add_trip_id_col_to_expense_table', 53),
(186, '2025_01_01_122538_add_trip_id_to_cash_back_histories', 53),
(187, '2025_01_05_140000_add_module_type_col_to_store_notification_settings_table', 53),
(188, '2025_02_06_163705_add_temp_product_id_col_to__ecommerce_item_details', 53),
(189, '2025_03_09_102816_add_module_id_col_to_brands_table', 54),
(190, '2025_03_12_101638_create_recent_searches_table', 54),
(191, '2025_05_26_115043_create_system_tax_setups_table', 55),
(192, '2025_05_26_115643_create_taxes_table', 55),
(193, '2025_05_26_120030_create_tax_additional_setups_table', 55),
(194, '2025_05_26_120912_create_taxables_table', 55),
(195, '2025_05_26_121656_create_order_taxes_table', 55),
(196, '2025_06_01_125609_create_addon_categories_table', 55),
(197, '2025_06_01_130624_add_addon_category_id_col_to_add_ons_table', 55),
(198, '2025_06_14_154744_add_discount_data_on_order_details_table', 55),
(199, '2025_06_25_174502_add_to_cols_stores_table', 55),
(200, '2025_07_05_070056_add_tax_type_col_to_order_table', 55),
(201, '2025_07_13_160717_add_charge_type_col_to_module_zone_table', 55),
(202, '2025_07_13_185456_create_surge_prices_table', 55),
(203, '2025_07_13_192359_create_surge_price_dates_table', 55),
(204, '2025_07_22_130717_add_login_remember_token_to_admins_table', 55),
(205, '2025_07_22_130717_add_login_remember_token_to_vendor_employees_table', 55),
(206, '2025_07_22_130717_add_login_remember_token_to_vendors_table', 55),
(207, '2025_07_24_123609_add_index_to_items_table', 55),
(208, '2025_07_24_131029_add_index_to_reviews_table', 55),
(209, '2025_07_24_131340_add_index_to_wishlists_table', 55),
(210, '2025_07_27_152011_add_index_to_categories_table', 55),
(211, '2025_09_15_143154_create_parcel_cancellation_reasons_table', 56),
(212, '2025_09_16_173917_create_parcel_cancellations_table', 56),
(213, '2025_09_20_141407_add_bring_change_amount_col_to_orders_table', 56),
(214, '2025_09_20_155910_create_analytic_scripts_table', 56),
(215, '2025_09_21_171906_add_section_wise_ai_use_count_to_store_configs', 56),
(216, '2025_09_21_174228_add_sender_note_to_withdraw_requests', 56),
(217, '2025_09_25_181108_rename_bank_name_to_rejection_note_in_vendors_table', 56);

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

--
-- 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
) 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`) VALUES
(1, 'Grocery', 'grocery', '2025-09-12-68c3b8880f5df.png', 1, 1, '2023-08-15 23:31:17', '2025-09-12 01:07:04', '2025-09-12-68c3b8880f38a.png', 1, '<p>A grocery store is a retail establishment that primarily sells food and household products to customers. These stores typically offer a wide variety of items, including fresh produce, dairy products, meats, canned goods, and packaged foods. Some grocery stores also sell non-food items such as cleaning supplies, personal care products, and household goods. Customers can either shop in-store or increasingly, through online platforms, selecting items for delivery or pickup. Grocery stores are essential for providing communities with access to essential goods, and they often play a central role in local economies.</p>', 0),
(2, 'Pharmacy', 'pharmacy', '2025-09-12-68c3b95ad0c9c.png', 1, 0, '2025-09-12 01:10:34', '2025-10-23 02:10:21', '2025-09-12-68c3b95acfa87.png', 1, '<p>Welcome to MXLovo, your trusted online pharmacy for all your healthcare needs. Browse our wide selection of prescription medications, over-the-counter products, and health essentials, all available at your convenience. Our team of qualified pharmacists is here to provide expert advice and ensure you get the care you deserve. With secure ordering and fast delivery,&nbsp;MXLovo is your one-stop shop for all things health-related. Experience the convenience of online pharmacy shopping with&nbsp;MXLovo today!</p>', 0),
(3, 'Food', 'food', '2025-09-12-68c3ba4b9ad2c.png', 1, 0, '2025-09-12 01:14:35', '2025-09-12 01:14:35', '2025-09-12-68c3ba4b99acf.png', 1, '<p>Welcome to MXLovo Food, your one-stop destination for ordering delicious food online! Browse through a diverse selection of restaurants and cuisines, conveniently order your favorite meals, and have them delivered straight to your doorstep. Whether you&#39;re craving pizza, sushi, or something exotic, we&#39;ve got you covered. With easy online ordering and secure payment options, enjoying great food has never been easier. Join the foodie revolution and experience the convenience of online food ordering with MXLovo today!&quot;</p>', 0),
(4, 'Ecommerce', 'ecommerce', '2025-09-12-68c3ba826e2c5.png', 1, 0, '2025-09-12 01:15:30', '2025-09-12 01:15:30', '2025-09-12-68c3ba826cdc2.png', 1, '<p>Welcome to MXLovo E-commerce , your ultimate destination for online shopping! Explore a vast collection of products from top brands, all available at your fingertips. From fashion and electronics to home goods and beyond, MXLovo offers a seamless shopping experience with secure transactions and reliable delivery. Whether you&#39;re shopping for yourself or looking for the perfect gift, MXLovo has something for everyone. Start browsing and discover the ease and convenience of online shopping with&nbsp;MXLovo today!</p>', 0),
(5, 'Parcel', 'parcel', '2025-09-12-68c3bab409b9f.png', 1, 0, '2025-09-12 01:16:20', '2025-09-12 01:16:20', '2025-09-12-68c3bab4089e8.png', 1, '<p>Welcome to MXLovo, your premier destination for all things related to parcel delivery! Whether you&#39;re sending packages locally or internationally, MXLovo offers a seamless online platform to compare rates, choose the best delivery options, and track your parcels in real-time. With a focus on convenience, reliability, and security, MXLovo ensures that your parcels are delivered safely and on time. Join the MXLovo community today and experience a new level of parcel delivery service!</p>', 0),
(6, 'Liquor', 'grocery', '2025-09-12-68c3bae3ea18f.png', 1, 0, '2025-09-12 01:17:07', '2025-09-12 01:17:07', '2025-09-12-68c3bae3e8d05.png', 1, '<p>A liquor business module encompasses the entire supply chain and operational framework for running a liquor enterprise. Key components include procurement and sourcing of raw materials, production and distillation processes, quality control, and compliance with legal regulations. It covers distribution channels, marketing strategies, and retail operations. Financial management, including pricing strategies, inventory control, and sales forecasting, is crucial. The module also addresses customer service, branding, and promotional activities. Understanding market trends, consumer preferences, and competitive landscape is essential for strategic planning and growth. Training and development for staff and adherence to health and safety standards are also integral parts of the module.</p>', 0);

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

--
-- 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, 6, 'bottom_section_banner', '2025-10-23-68f9d338d06b2.png', 'promotional_banner', 1, '2025-10-23 01:43:26', '2025-10-23 02:03:20'),
(2, 1, 'bottom_section_banner', '2025-10-23-68f9d0ec8823f.png', 'promotional_banner', 1, '2025-10-23 01:44:33', '2025-10-23 01:53:32'),
(3, 4, 'best_reviewed_section_banner', '2025-10-23-68f9e5f35fbd8.png', 'promotional_banner', 1, '2025-10-23 01:55:17', '2025-10-23 13:53:15'),
(4, 4, 'new_arrival_section_banner', '2025-10-23-68f9d3008f839.png', 'promotional_banner', 1, '2025-10-23 02:02:24', '2025-10-23 02:02:24'),
(5, 4, 'bottom_section_banner', '2025-10-23-68f9e67c4c97f.png', 'promotional_banner', 1, '2025-10-23 02:02:36', '2025-10-23 13:55:32'),
(6, 1, 'best_reviewed_section_banner', '2025-10-24-68fb4c7d0e872.png', 'promotional_banner', 1, '2025-10-24 15:23:01', '2025-10-24 15:23:01');

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

--
-- 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;

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

--
-- 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, 10.00, 10.00, 'distance', NULL),
(2, 1, 2, 5.00, 5.00, 5.00, 5.00, 'distance', NULL),
(3, 2, 2, 5.00, 5.00, 5.00, 5.00, 'distance', NULL),
(4, 3, 2, 5.00, 5.00, 5.00, 5.00, 'distance', NULL),
(5, 4, 2, 5.00, 5.00, 55.00, 5.00, 'distance', NULL),
(6, 5, 2, 0.00, 0.00, 0.00, 0.00, 'distance', 0.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, 'jay@demo.com', '2025-10-24 15:24:16', '2025-10-24 15:24:16');

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

--
-- 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
(1, 'Push notification', 'Push notification', '2025-10-24-68fb4d91f3578.png', 1, '2025-10-24 15:27:38', '2025-10-24 15:41:49', '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-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(2, 'deliveryman_self_registration', 'Sent_notification_on_deliveryman_self_registration', 'deliveryman_self_registration', 'admin', 'active', 'disable', 'disable', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(3, 'store_self_registration', 'Sent_notification_on_store_self_registration', 'store_self_registration', 'admin', 'active', 'disable', 'disable', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(4, 'campaign_join_request', 'Sent_notification_on_campaign_join_request', 'campaign_join_request', 'admin', 'active', 'disable', 'disable', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(5, 'withdraw_request', 'Sent_notification_on_withdraw_request', 'withdraw_request', 'admin', 'active', 'disable', 'disable', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(6, 'order_refund_request', 'Sent_notification_on_order_refund_request', 'order_refund_request', 'admin', 'active', 'disable', 'disable', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(7, 'advertisement_add', 'Sent_notification_on_advertisement_add', 'advertisement_add', 'admin', 'active', 'disable', 'disable', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(8, 'advertisement_update', 'Sent_notification_on_advertisement_update', 'advertisement_update', 'admin', 'active', 'disable', 'disable', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(9, 'deliveryman_registration', 'Sent_notification_on_deliveryman_registration', 'deliveryman_registration', 'deliveryman', 'active', 'disable', 'disable', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(10, 'deliveryman_registration_approval', 'Sent_notification_on_deliveryman_registration_approval', 'deliveryman_registration_approval', 'deliveryman', 'active', 'disable', 'disable', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(11, 'deliveryman_registration_deny', 'Sent_notification_on_deliveryman_registration_deny', 'deliveryman_registration_deny', 'deliveryman', 'active', 'disable', 'disable', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(12, 'deliveryman_account_block', 'Sent_notification_on_deliveryman_account_block', 'deliveryman_account_block', 'deliveryman', 'active', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(13, 'deliveryman_account_unblock', 'Sent_notification_on_deliveryman_account_unblock', 'deliveryman_account_unblock', 'deliveryman', 'active', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(14, 'deliveryman_forget_password', 'Sent_notification_on_deliveryman_forget_password', 'deliveryman_forget_password', 'deliveryman', 'active', 'active', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(15, 'deliveryman_collect_cash', 'Sent_notification_on_deliveryman_collect_cash', 'deliveryman_collect_cash', 'deliveryman', 'active', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(16, 'deliveryman_order_notification', 'Sent_notification_order_notification_to_deliveryman', 'deliveryman_order_notification', 'deliveryman', 'disable', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(17, 'deliveryman_order_assign_or_unassign', 'Sent_notification_on_deliveryman_order_assign_or_unassign', 'deliveryman_order_assign_unassign', 'deliveryman', 'disable', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(18, 'store_registration', 'Sent_notification_on_store_registration', 'store_registration', 'store', 'active', 'disable', 'disable', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(19, 'store_registration_approval', 'Sent_notification_on_store_registration_approval', 'store_registration_approval', 'store', 'active', 'disable', 'disable', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(20, 'store_registration_deny', 'Sent_notification_on_store_registration_deny', 'store_registration_deny', 'store', 'active', 'disable', 'disable', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(21, 'store_account_block', 'Sent_notification_on_store_account_block', 'store_account_block', 'store', 'active', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(22, 'store_account_unblock', 'Sent_notification_on_store_account_unblock', 'store_account_unblock', 'store', 'active', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(23, 'store_withdraw_approve', 'Sent_notification_on_store_withdraw_approve', 'store_withdraw_approve', 'store', 'active', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(24, 'store_withdraw_rejaction', 'Sent_notification_on_store_withdraw_rejaction', 'store_withdraw_rejaction', 'store', 'active', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(25, 'store_campaign_join_request', 'Sent_notification_on_store_campaign_join_request', 'store_campaign_join_request', 'store', 'active', 'disable', 'disable', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(26, 'store_campaign_join_rejaction', 'Sent_notification_on_store_campaign_join_rejaction', 'store_campaign_join_rejaction', 'store', 'active', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(27, 'store_campaign_join_approval', 'Sent_notification_on_store_campaign_join_approval', 'store_campaign_join_approval', 'store', 'active', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(28, 'store_order_notification', 'Sent_notification_on_store_order_notification', 'store_order_notification', 'store', 'disable', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(29, 'store_product_approve', 'Sent_notification_on_store_product_approve', 'store_product_approve', 'store', 'active', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(30, 'store_product_reject', 'Sent_notification_on_store_product_reject', 'store_product_reject', 'store', 'active', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(31, 'store_subscription_success', 'Sent_notification_on_store_subscription_success', 'store_subscription_success', 'store', 'active', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(32, 'store_subscription_renew', 'Sent_notification_on_store_subscription_renew', 'store_subscription_renew', 'store', 'active', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(33, 'store_subscription_shift', 'Sent_notification_on_store_subscription_shift', 'store_subscription_shift', 'store', 'active', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(34, 'store_subscription_cancel', 'Sent_notification_on_store_subscription_cancel', 'store_subscription_cancel', 'store', 'active', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(35, 'store_subscription_plan_update', 'Sent_notification_on_store_subscription_plan_update', 'store_subscription_plan_update', 'store', 'active', 'disable', 'inactive', '2024-08-06 22:40:34', '2024-08-06 22:40:34', '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-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(37, 'store_advertisement_approval', 'Sent_notification_on_store_advertisement_approval', 'store_advertisement_approval', 'store', 'active', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(38, 'store_advertisement_deny', 'Sent_notification_on_store_advertisement_deny', 'store_advertisement_deny', 'store', 'active', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(39, 'store_advertisement_resume', 'Sent_notification_on_store_advertisement_resume', 'store_advertisement_resume', 'store', 'active', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(40, 'store_advertisement_pause', 'Sent_notification_on_store_advertisement_pause', 'store_advertisement_pause', 'store', 'active', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(41, 'customer_registration', 'Sent_notification_on_customer_registration', 'customer_registration', 'customer', 'active', 'disable', 'disable', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(42, 'customer_pos_registration', 'Sent_notification_on_customer_pos_registration', 'customer_pos_registration', 'customer', 'active', 'disable', 'disable', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(46, 'customer_order_notification', 'Sent_notification_on_customer_order_notification', 'customer_order_notification', 'customer', 'active', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(47, 'customer_delivery_verification', 'Sent_notification_on_customer_delivery_verification', 'customer_delivery_verification', 'customer', 'active', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(48, 'customer_refund_request_approval', 'Sent_notification_on_customer_refund_request_approval', 'customer_refund_request_approval', 'customer', 'active', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(49, 'customer_refund_request_rejaction', 'Sent_notification_on_customer_refund_request_rejaction', 'customer_refund_request_rejaction', 'customer', 'active', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', '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-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(51, 'customer_offline_payment_approve', 'Sent_notification_on_customer_offline_payment_approve', 'customer_offline_payment_approve', 'customer', 'active', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(52, 'customer_offline_payment_deny', 'Sent_notification_on_customer_offline_payment_deny', 'customer_offline_payment_deny', 'customer', 'active', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(53, 'customer_account_block', 'Sent_notification_on_customer_account_block', 'customer_account_block', 'customer', 'active', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(54, 'customer_account_unblock', 'Sent_notification_on_customer_account_unblock', 'customer_account_unblock', 'customer', 'active', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(55, 'customer_cashback', 'Sent_notification_on_customer_cashback', 'customer_cashback', 'customer', 'disable', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(56, 'customer_referral_bonus_earning', 'Sent_notification_on_customer_referral_bonus_earning', 'customer_referral_bonus_earning', 'customer', 'disable', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(57, 'customer_new_referral_join', 'Sent_notification_on_customer_new_referral_join', 'customer_new_referral_join', 'customer', 'disable', 'disable', 'active', '2024-08-06 22:40:34', '2024-08-06 22:40:34', 'all'),
(58, 'customer_pos_order_wallet_notification', 'Sent_notification_on_wallet_payment_on_POS', 'customer_pos_order_wallet_notification', 'customer', 'disable', 'disable', 'active', '2025-02-18 17:35:09', '2025-02-18 17:35:09', 'all'),
(59, 'customer_loyalty_point_earning', 'Sent_notification_on_loyalty_point_earning', 'customer_loyalty_point_earning', 'customer', 'disable', 'disable', 'active', '2025-02-18 17:35:09', '2025-02-18 17:35:09', 'all'),
(60, 'customer_delivery_verification_otp', 'Sent_customer_delivery_verification_otp', 'customer_delivery_verification_otp', 'customer', 'disable', 'inactive', 'disable', '2025-12-23 05:58:52', '2025-12-23 05:58:52', 'all'),
(61, 'deliveryman_withdraw_approve', 'Sent_notification_on_deliveryman_withdraw_approve', 'deliveryman_withdraw_approve', 'deliveryman', 'active', 'disable', 'active', '2025-12-23 05:58:52', '2025-12-23 05:58:52', 'all'),
(62, 'deliveryman_withdraw_rejaction', 'Sent_notification_on_deliveryman_withdraw_rejaction', 'deliveryman_withdraw_rejaction', 'deliveryman', 'active', 'disable', 'active', '2025-12-23 05:58:52', '2025-12-23 05:58:52', 'all'),
(63, 'deliveryman_withdraw_request', 'Sent_notification_on_withdraw_request', 'dm_withdraw_request', 'admin', 'active', 'disable', 'disable', '2025-12-23 05:58:52', '2025-12-23 05:58:52', 'all');

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

--
-- 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, 'Size', '2025-10-22 01:29:30', '2025-10-22 01:29:30'),
(2, 'Soyabean', '2025-10-22 05:09:13', '2025-10-22 05:09:13'),
(3, 'Beans Petty', '2025-10-22 05:09:13', '2025-10-22 05:09:13'),
(4, 'Crispy Chicken Patty', '2025-10-22 05:09:13', '2025-10-22 05:09:13'),
(5, 'Chicken Patty', '2025-10-22 05:17:15', '2025-10-22 05:17:15'),
(6, 'Honey Mustard', '2025-10-22 05:17:15', '2025-10-22 05:17:15'),
(7, 'Melto Cheese', '2025-10-22 05:17:15', '2025-10-22 05:17:15'),
(8, 'sad', '2025-10-22 05:22:25', '2025-10-22 05:22:25'),
(9, 'Paneer', '2025-10-22 05:29:25', '2025-10-22 05:29:25'),
(10, 'Coca-cola', '2025-10-22 05:48:12', '2025-10-22 05:48:12'),
(11, 'schezwan', '2025-10-22 06:00:32', '2025-10-22 06:00:32'),
(12, 'mozzarella cheese', '2025-10-22 06:00:32', '2025-10-22 06:00:32'),
(13, 'Chicken', '2025-10-22 06:09:40', '2025-10-22 06:09:40'),
(14, '12', '2025-10-23 15:34:05', '2025-10-23 15:34:05'),
(15, '100', '2025-10-23 16:10:00', '2025-10-23 16:10:00');

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

--
-- 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
('009eb539d4400b2bdb5b8ea343054dbbf9139079781ab9a88bd6e9d6e36560a0fcd9a46776047b83', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-10 13:55:22', '2025-12-10 13:55:22', '2026-12-10 13:55:22'),
('0277e96f09307cf24ee78b5d8dca52ec0a0a9c182c78814a7d5570eec04d909d075fc47b13408ae0', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-09 16:57:00', '2025-12-09 16:57:00', '2026-12-09 16:57:00'),
('02b099c85fdf615dbea9a47a169a44e09963585225794176e94e3b6b5f118d24c00342f704ddd398', 5, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-10 12:53:15', '2025-12-10 12:53:15', '2026-12-10 12:53:15'),
('02dad2832f8da3edb135f08b39f3b77c09d135fc77ec2235da6806c3acdeac26f8d7ae9055d5ce1c', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-22 18:07:36', '2025-12-22 18:07:36', '2026-12-22 18:07:36'),
('03092720a4579d465249445710824710defe20090c87f1917a9aca5efabd681cd9a97fea28d4f307', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-10-22 06:10:26', '2025-10-22 06:10:26', '2026-10-22 06:10:26'),
('0358b7c349b0d06109352c5b71c17f028b38bf5f3875982a11dfb3f5e79ae04e9ab2a3ccf80d8763', 3, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-10-23 01:13:29', '2025-10-23 01:13:29', '2026-10-23 01:13:29'),
('04dbf0d4b0f1cd1bf6226e15f4c7ea991e126e1d7744ded02dbba85c66c58e6a85281348e5efb755', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-16 15:00:14', '2025-12-16 15:00:14', '2026-12-16 15:00:14'),
('04f621d788f4caa6bbfc534df6ab5371259ef57cdace9407ecb5d0e48ba95f141bf5071221717e48', 5, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-09 14:12:34', '2025-12-09 14:12:34', '2026-12-09 14:12:34'),
('08ad0f6c8f60bff26938b47b25e8291c4bf4261dadb8d67ac03153f1b9f46c1973a76fb21cc3cd64', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-23 06:57:18', '2026-01-23 06:57:18', '2027-01-23 12:27:18'),
('0d1ee22553f8878183995e18057e1018345f6627f770399ff1a7c1e77cfbd1502275a303a0868730', 5, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-09 14:49:14', '2025-12-09 14:49:14', '2026-12-09 14:49:14'),
('0d7d6d6ebdfa6f88f4af4185d3abc1a5fd59be144264bb6d7a60e522c45165b2dd04bda544e4866a', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-15 21:49:15', '2025-12-15 21:49:15', '2026-12-15 21:49:15'),
('0e07f5fe880935aec6e44d3532b4e160f7aca24327bda1575f3a2b2285a30642e849dc027504a069', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-22 18:23:22', '2025-12-22 18:23:22', '2026-12-22 18:23:22'),
('100fc46cd564a0b149d03e36013fe1aa573a0f882e1c7aa58aa00e6a8c1e71453eaf73b3dc42905a', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-11-30 18:17:57', '2025-11-30 18:17:57', '2026-11-30 18:17:57'),
('121dd723ab0d60ea2e6f5e1b7389c6cd19602243cfdb676d33b9c4b20ee1a15feeef998896024f5e', 4, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-11-05 15:34:53', '2025-11-05 15:34:53', '2026-11-05 15:34:53'),
('1449814293ebdb3d698e85affee4dcef85937589676489b741a171a9ba21ea21ea3f274a01a6a15b', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-10-22 23:41:00', '2025-10-22 23:41:00', '2026-10-22 23:41:00'),
('14aeb8d45a832e8bae305d7b2f9ad6def4aa3b30c35e53cb884b691e13ecbc4ba3b715b573219e29', 5, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-09 12:43:33', '2025-12-09 12:43:33', '2026-12-09 12:43:33'),
('18dbffeee9b197c09d45914ea0e1943ae0bf78a1507e87a87e389c95f7359713836ca309af16131f', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-02 15:53:27', '2025-12-02 15:53:27', '2026-12-02 15:53:27'),
('19db6fcda6fb025adc3311d03e55f8cafe7a84d8d53579f2a03bea15b8ce2ad6f75a3acd356c0a66', 5, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-09 13:49:21', '2025-12-09 13:49:21', '2026-12-09 13:49:21'),
('1aa10eca12ccf5823959a58f4c7379396a2f933ed1ae8aef38a7ac7bd176323e414fa6ad903b7601', 5, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-09 12:18:12', '2025-12-09 12:18:12', '2026-12-09 12:18:12'),
('1ad707559141be13e581de4ad557899e1adab58f980dadb211e0f2ffe6dc8da813ee4e059173cd5a', 5, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-09 14:41:01', '2025-12-09 14:41:01', '2026-12-09 14:41:01'),
('1b49b5d08b391b3a5f68f51b87eec1e2da9dbaf6aa20757794d761a2f61057402f3144428acfa8e3', 4, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-11-06 15:31:10', '2025-11-06 15:31:10', '2026-11-06 15:31:10'),
('1d6350b5d22b491d3ba8d383b2218cd8a731f7fdb23d39d3504c89d13c8a4cca5286cf0fb34238f8', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-29 10:48:44', '2026-01-29 10:48:44', '2027-01-29 16:18:44'),
('1da9331cc46ed4a3f627cf35ee0fd4c01a35cc97d2df2fe805dccbcbf7d4cb813604d1a1a7e80912', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-24 13:25:30', '2025-12-24 13:25:30', '2026-12-24 18:55:30'),
('1dbe8388b5b3921b73d0612123fab85ef5c62a76a5ea0f6779cd59d58f114b55c1b1f3a6b73c619c', 5, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-09 11:55:19', '2025-12-09 11:55:19', '2026-12-09 11:55:19'),
('1ea9fae357a68a98c529910e51dc097b455a5eee82a14fc9c52a1c11d087b182f62db1a1acdbe18d', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-26 08:50:56', '2025-12-26 08:50:56', '2026-12-26 14:20:56'),
('205d898c831682a8ec66507a0d6a546aa4e587dbcddcb831dd69261bd65baa2be1a30eeab2ed99b2', 5, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-09 16:52:26', '2025-12-09 16:52:26', '2026-12-09 16:52:26'),
('241c1ebe80df7754755760bfaa5581a490873f4b270d74b5aaeedcf9cf6170ab810e1bddeae6e6f8', 5, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-10 10:20:29', '2025-12-10 10:20:29', '2026-12-10 10:20:29'),
('2588bcb2efe192a50a3ba0fd5c9467b78473fb762d2e261fdcc81d0d3fb681f6e9269722e307d614', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-30 06:35:27', '2026-01-30 06:35:27', '2027-01-30 12:05:27'),
('2af88f574ac9902e4f0a4727269ee34c194c3400d07f23151b406d8d4d3e03511e3b12e07f9f1d22', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-22 15:08:35', '2025-12-22 15:08:35', '2026-12-22 15:08:35'),
('2e39b0bc984692b91ea82cec7606d37c2fdbcc5952a5aae6333e0b5ee2dda9b633e58409497356c1', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-12 17:36:52', '2025-12-12 17:36:52', '2026-12-12 17:36:52'),
('2ed674ada88e7b1c3237b39d7187d47e78af1381e43479379f8340dd3dc9a765b4c2b8952f51a66f', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-30 06:57:06', '2026-01-30 06:57:06', '2027-01-30 12:27:06'),
('31033e5b1537ec90f16b5e24532ef5b731c60dbd640fd6db4f559d900245b44400ffe1ef2b974cb7', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-10 13:48:06', '2025-12-10 13:48:06', '2026-12-10 13:48:06'),
('3187f468722273128ba2f9368f526bb064c7368445351e61cbef83fae646f8924286a2c8dfded0bc', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-14 11:06:31', '2025-12-14 11:06:31', '2026-12-14 11:06:31'),
('3346ee86eba46c62e56906c825ce6cc67c274f2c74a003abd1f88d07852cb58d9d420d2ab908d581', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-16 11:37:46', '2025-12-16 11:37:46', '2026-12-16 11:37:46'),
('34db4d05775b91431ad39a06fd9bf3e362c09ac63cdc9ffb449a66781d7f0e97c26ae30c23963301', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-12 20:54:05', '2025-12-12 20:54:05', '2026-12-12 20:54:05'),
('38e6f6d6d058cab0dd184ad879a2cc3d308a25bcb920cc04e15809c9c8c64804e2779385bad9a967', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-15 19:46:36', '2025-12-15 19:46:36', '2026-12-15 19:46:36'),
('3cb9fc8e6bc94d6c144a92e7bc5ab860378f2b710c36dad575532b0b84d5fd05250a034acaeb9c9a', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-02 11:57:45', '2025-12-02 11:57:45', '2026-12-02 11:57:45'),
('3cc661b11cb65c20d97decff1afc3d56a861c18df2bc431c73d75dc3fedccc6f20185022de639254', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-29 10:10:04', '2026-01-29 10:10:04', '2027-01-29 15:40:04'),
('3d0fd9c856b5691bf519538ee935a54764fc69215a4b9a9bcc36ff97fc96a049a8900d7046ca3778', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-23 07:11:02', '2026-01-23 07:11:02', '2027-01-23 12:41:02'),
('3dfad7521f3dad6bf6e09b2d62585b261e825f6ead9689a9d0e01766b9585e557438dbcc03f36b8f', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-23 09:16:06', '2026-01-23 09:16:06', '2027-01-23 14:46:06'),
('3f637627b0254c2423384e6734d4298d99a98d73e6903bab7dd99c56f15596a9e7b77437ddcb578d', 6, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-12 04:58:34', '2026-01-12 04:58:34', '2027-01-12 10:28:34'),
('41a86faef0a9877c695ff89bc3289592cf0bd8da28b1ec43fd20f19355c53aff19654bc5dc5d3409', 5, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-09 12:53:09', '2025-12-09 12:53:09', '2026-12-09 12:53:09'),
('41bbe959f8866688dd1cf303f8d7bf9e00da4302050af8aefcb6c52cc0d1848b57c3a102bc304369', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-15 18:45:12', '2025-12-15 18:45:12', '2026-12-15 18:45:12'),
('4201edd04a98aa30ad05bbd94e4f317ebd02f6f18c59fbf6f59fc63d6e8a5556eb5ef734153e94f5', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-30 10:32:03', '2026-01-30 10:32:03', '2027-01-30 16:02:03'),
('436c99078da5f27af411b16ad52bfb648bd287813665e6b9aa7daf9073da7b592440186683427bc2', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-10-23 01:03:07', '2025-10-23 01:03:07', '2026-10-23 01:03:07'),
('47abfcd7b7e3015a45a6a1863b2a0e67c8086822b724bd0701496f58bc13cc5db04a975d401d85c5', 7, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-12 09:08:12', '2026-01-12 09:08:12', '2027-01-12 14:38:12'),
('4961b41b15293bb049d7648d603148cc87cef9fec9d4d15c4e1490017e9d632ec849137b5a58f65d', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-10-22 03:10:02', '2025-10-22 03:10:02', '2026-10-22 03:10:02'),
('4ba3d35688fe2e322193d4fa6cc14bf21ed170752c42ea89c77d18d1c68d09462a687ade1a5ceca6', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-20 14:04:19', '2025-12-20 14:04:19', '2026-12-20 14:04:19'),
('4c094de68ac6a7512322b19fe772f14ab5fe6a2d857ca56ba1a3b5729fcf69de083736cfcf30a3c2', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-10 14:57:22', '2025-12-10 14:57:22', '2026-12-10 14:57:22'),
('4c5f989f3690dce3587a39eae5e5df2363005698d3956ce6e721977054428d17de6a371366156762', 5, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-10 10:10:55', '2025-12-10 10:10:55', '2026-12-10 10:10:55'),
('4c894a016ba75e6b2248960adac12ea26b68f2accb29fd0f923d179eafa7ecde381b0a4dd4f0c526', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-02 14:22:34', '2025-12-02 14:22:34', '2026-12-02 14:22:34'),
('4dc01c6f4bae3ef67b63eb109f8c589e058bb851363f148ab4e187dc100d0bbf9f4ce29832ca02df', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-22 16:24:57', '2025-12-22 16:24:57', '2026-12-22 16:24:57'),
('50581bd69b381fd3550003c8f9f8dc427ac05af24ed8af8f2472d4bbdad25e067802975fff5dd6ae', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-26 10:26:57', '2025-12-26 10:26:57', '2026-12-26 15:56:57'),
('52c9a263761116eef5885c4e33ac349e201338abacd5bc4766575a2c0884bbb04cdb8b10ba0fb1ae', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-23 09:11:19', '2026-01-23 09:11:19', '2027-01-23 14:41:19'),
('531274f7e509278288bc30c66259a6e9cb4b4290e31079f321975c4dc2a758cddc5d7740ec521093', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-26 12:11:38', '2025-12-26 12:11:38', '2026-12-26 17:41:38'),
('57f39c684682dc54daefcba4c7df03879571e17b3935bd4a7b81460ddb55c71c7a85b6902b8528e3', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-10-23 16:39:11', '2025-10-23 16:39:11', '2026-10-23 16:39:11'),
('587dc34b7f86a39db3550b703791760fb9ff0f266bbfd2546bd485f926946b337f9766e8b196417a', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-22 18:16:56', '2025-12-22 18:16:56', '2026-12-22 18:16:56'),
('599d1386f9b35651de03d00a2a0a00a601d3c49456dcbb59f00763982e82d4f9060883af91405dfb', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-24 08:14:17', '2025-12-24 08:14:17', '2026-12-24 13:44:17'),
('5adb94e9888a29d66f098c530607fcbebabe60d6b418e163e64d47837835f2dee7a3efb57345007f', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-10 14:11:46', '2025-12-10 14:11:46', '2026-12-10 14:11:46'),
('5ae3d12b21d0e6b691a3a996d0ff6c58a51e3a74387881b2533f0a593631944704fa221d19a5b358', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-19 17:45:26', '2025-12-19 17:45:26', '2026-12-19 17:45:26'),
('5b27d1e64fae1a1cc6728cf5cde2f91b005ae844d7d9aceb875f524b734cd1f94ba0d2c0b85f9d01', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-16 10:38:29', '2025-12-16 10:38:29', '2026-12-16 10:38:29'),
('5bf65c798c7ba5b9e8ee9355b6e2c90fbcbc7f7b26c3cd26a62ba50bc5474da25743e8c972f1dc69', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-15 18:49:23', '2025-12-15 18:49:23', '2026-12-15 18:49:23'),
('5e6480f7d8e8e808d428e9ab657665077e3711daf23297d9a242adeda8806e60ebe7f7071e9294ba', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-23 08:45:14', '2026-01-23 08:45:14', '2027-01-23 14:15:14'),
('65b16aef6ea4c30c9c45d0efb7e6606d278c710c5f9461f2d81fd3cb2455bf963f4e6c1676f7d727', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-29 06:18:20', '2026-01-29 06:18:20', '2027-01-29 11:48:20'),
('6647d8bd70738f47e82e580c5d369273bc059d509e01f1c335290369a7084305409979fb6c70101c', 5, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-09 15:39:27', '2025-12-09 15:39:27', '2026-12-09 15:39:27'),
('67ee34e1e3292738e5b3ac08168f05b22c1b24bbdc93c4678f8b3d8951b6f946a788c7fc5ec1914f', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-10-23 16:25:39', '2025-10-23 16:25:39', '2026-10-23 16:25:39'),
('6b7fe152071d86a4f6e805395899dfa35fdf87b7d89a3e06511a848b6e6a8fa659eceae0c2473bf2', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-15 18:02:15', '2025-12-15 18:02:15', '2026-12-15 18:02:15'),
('6b865c13881ab3157a3d339178fbbee224a03b5aedeb2468ebba40f7fb754b2fdd07c5570c42e0d8', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-28 08:33:29', '2026-01-28 08:33:29', '2027-01-28 14:03:29'),
('6d6dcf932d945b33ec36846a055176657683686aa16319634dc3abbdc04bc2ba974ab9e5b43cc1be', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-12 08:48:16', '2026-01-12 08:48:16', '2027-01-12 14:18:16'),
('6d7476b8622307cef4c2710c27ac1b97baa753655cfe9aa05bf56d9cf0abcae3e065c3ca653ad733', 5, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-10 12:57:14', '2025-12-10 12:57:14', '2026-12-10 12:57:14'),
('715f2b13cc8f29d734536bc310a770f15c0d61442e94d998b8598adb11f8e4ca4b21c928eaf4e9f2', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-24 09:44:54', '2025-12-24 09:44:54', '2026-12-24 15:14:54'),
('7245afe4e94bf6ae3ad346544ef27ac302dfc535d1bb4e96fa6d8e4fff7c282ff1c2738f39fae722', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-10 14:25:54', '2025-12-10 14:25:54', '2026-12-10 14:25:54'),
('74b85742928edd9da3d562ac92d62f1a7ad74b79fff2bb22480ee0cdcc7d09eeba931f2bb8925008', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-18 10:01:54', '2025-12-18 10:01:54', '2026-12-18 10:01:54'),
('77811d5e34d80b3b64ebe880b006fe2f92a73c222b29815bc215b20a043086f7e4df90d1daae0856', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-15 22:14:30', '2025-12-15 22:14:30', '2026-12-15 22:14:30'),
('7b047210c3f3bb19731681b48dce68cef2d083de2d16754f7c2cb284033e00af53315d3ea05ffa89', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-30 10:20:10', '2026-01-30 10:20:10', '2027-01-30 15:50:10'),
('7b47f796e6fb07019a9f1ec79938869eff5f01e1259a6f37795afbdb0cc2c2fb094c40b612e0a596', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-18 12:01:54', '2025-12-18 12:01:54', '2026-12-18 12:01:54'),
('7bbb8e82db5eca86b4d9f68c891b4a58a3424a9dbfd50774814025aec98a1a0cf8dc0af1f4138d9e', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-23 07:15:01', '2026-01-23 07:15:01', '2027-01-23 12:45:01'),
('7cd96c4b89ee72c732d8be33e07473c8871da8ffd6a74a307c176bb7e333c36a9eb9ff2f4bcf879c', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-22 18:15:42', '2025-12-22 18:15:42', '2026-12-22 18:15:42'),
('88c2ffb7a07898d0f3ec566ed6467e94abe51124b726f6711c9f70c54c946860625aa1fa05633844', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-10 14:11:30', '2025-12-10 14:11:30', '2026-12-10 14:11:30'),
('892e13a76772e4b882b0317e8239bd37695bd6d33b6dc91b9c6a14797486e7ce5509995e4cb21a07', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-29 12:07:47', '2026-01-29 12:07:47', '2027-01-29 17:37:47'),
('8c7e4b948404eedfef537c2fe46813637b46ca4f0295bc974b7f09ed856e2369215e0ebcb5d6a698', 5, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-09 12:43:33', '2025-12-09 12:43:33', '2026-12-09 12:43:33'),
('904fa24319d3d95a05c3d5d445cbaa8387a92866bd607e081d01d864623753c1e55c4d8fc7df8c39', 4, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-11-05 15:35:31', '2025-11-05 15:35:31', '2026-11-05 15:35:31'),
('908426a4c26aa8d0946ff2164fcaf197533cacaa5f74e11eeadc4df1e4ba632c08b26b0c30f06856', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-22 09:13:36', '2025-12-22 09:13:36', '2026-12-22 09:13:36'),
('90910056980dd60cd983812c1b7954e0cd1a7fda4e5dd53988bdc0c15297cab1a42911133811dae8', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-09 17:47:46', '2025-12-09 17:47:46', '2026-12-09 17:47:46'),
('90e6fce85b942102f072c062b91251e139d567a2fcda01db52c1a066bdc3dbb4a80b2b420bbdc2b5', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-27 08:15:54', '2025-12-27 08:15:54', '2026-12-27 13:45:54'),
('95c24b7fb91dba2d8893f5f174086f79a01a6d926afc48906b8e677a7e655cc23eb1239647b7f7f2', 5, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-09 14:07:37', '2025-12-09 14:07:37', '2026-12-09 14:07:37'),
('98977a2595eb52c4c3bd24f4725068c74a56db63618541f8c883a2ce07f50e2898841330651d02cb', 7, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-12 05:37:03', '2026-01-12 05:37:03', '2027-01-12 11:07:03'),
('993785cbaaff2104d6653c95971669100c8e6fb8e79b4e87e4ddab8a2578f91116e774055ed6aaf3', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-28 12:42:57', '2026-01-28 12:42:57', '2027-01-28 18:12:57'),
('99561000c59ed3a9fd85dc10b5e82af545a3c7155828126f04e59be087f0b5fb92238972d8af710a', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-26 08:26:18', '2025-12-26 08:26:18', '2026-12-26 13:56:18'),
('99b58102f7b6238c889c63d063f13ef11f5d65302624cd26cd9ba4832ebb58cda5b4b17e8cae831e', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-10-24 17:02:21', '2025-10-24 17:02:21', '2026-10-24 17:02:21'),
('9a11bea5c8626bcf05fe88e60ba92280c09d7fa9261048d870d57c3bdaf3cff90ca551229c9d00c6', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-26 04:10:46', '2025-12-26 04:10:46', '2026-12-26 09:40:46'),
('9af188412eace0c49198c88194d0d1e82b6c4beebe5e3bbed2746b8f24262bdba847aebfe9d2d945', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-23 06:20:18', '2025-12-23 06:20:18', '2026-12-23 11:50:18'),
('9b2621606051272fdf2456f1dc03fd57434eb7fe53d0fc61c3076eafe5bf69100b1a44078dd38222', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-24 08:03:59', '2025-12-24 08:03:59', '2026-12-24 13:33:59'),
('9ba2d441c7c8731d9925283b3fc68337d1fdbe98622d57501d250f7ce79c9bc5b0e7f017fc098d92', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-18 09:30:37', '2025-12-18 09:30:37', '2026-12-18 09:30:37'),
('9c4bed0276b2278690c18c8f61f5737bfb3b40d562b8ab4591f8f634a52423cdde29562a2731c210', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-26 05:51:46', '2025-12-26 05:51:46', '2026-12-26 11:21:46'),
('9c768aa3062182ab602b000807ef5cd2cd66e558a81b3d4daedb1e305c2d237f366d6ad47b6fea52', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-22 14:56:32', '2025-12-22 14:56:32', '2026-12-22 14:56:32'),
('9d252132bcdf60e2f58599c8526899938e9baa638beb62cbcbf6d5d1ab4941f2f1c364ff39f4d64d', 5, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-09 12:53:01', '2025-12-09 12:53:01', '2026-12-09 12:53:01'),
('a1b98efa6148d9ca01610fcff80a176fc5cd5f00d76668eeefbf5f919b78394648c90690a1de66cd', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-02 14:14:51', '2025-12-02 14:14:51', '2026-12-02 14:14:51'),
('a1ff58ac7108669163e62c5e50b7dd962ab3677be10a5c9110c8c4cf120034492f8850af5701f86f', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-26 03:38:28', '2025-12-26 03:38:28', '2026-12-26 09:08:28'),
('a20806200d3596d87c32ef6cd7d9b3df1d96c3e4e7843915f42811f7af14aa3d20755b3ead702273', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-23 07:13:50', '2026-01-23 07:13:50', '2027-01-23 12:43:50'),
('a231bbb4363b8428f7202ad61a25baed16173d4df1caa45a7ca97a50ca82b6fa6b350b2b1bed1bec', 4, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-11-06 15:23:43', '2025-11-06 15:23:43', '2026-11-06 15:23:43'),
('a24efeb1ce200aa6792b136e908534fc968d8b22755c8cf4411fb208ad99ce5d797ea6a087253160', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-23 09:07:21', '2026-01-23 09:07:21', '2027-01-23 14:37:21'),
('a5515a1c2e3d226513998444ca185818ccc21f710fe5616805eb4c1123cf786f0e391c13941a8e20', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-10-23 16:25:10', '2025-10-23 16:25:10', '2026-10-23 16:25:10'),
('a925fb4bd4cf60ee8223a343dc141c83290d8fed2383f71c97d8934e4dbf6f63856fc9c000fada59', 5, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-09 12:48:28', '2025-12-09 12:48:28', '2026-12-09 12:48:28'),
('aa85698753643452b4530b649988549cd0859bd960020c6af95d356a91f434df8664d9bcd1efec4b', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-09 17:26:17', '2025-12-09 17:26:17', '2026-12-09 17:26:17'),
('aae509cbfa99fb6970c53bec7aa14cc576c9a83a5799936d687c5e2f9f591f813ad27a15225f16ba', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-02 12:01:45', '2025-12-02 12:01:45', '2026-12-02 12:01:45'),
('ac4938c260804439cb70bdd053643d4cc7297354971e2394edcc186ebbc4b49554e8bd213f0e077f', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-10 14:14:23', '2025-12-10 14:14:23', '2026-12-10 14:14:23'),
('ac7b3dcfbcd960b021b98228f3a236793bb8aec852d550759d514c09fd24b35e9937298f2249d1c1', 5, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-10 14:06:09', '2025-12-10 14:06:09', '2026-12-10 14:06:09'),
('aca8ab60e9201c0759f5c9915310936eeb0d181ca9d0bcb04466a8ad651597ccea07c4bd51841bc3', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-09 15:27:22', '2025-12-09 15:27:22', '2026-12-09 15:27:22'),
('ad1a9d6e4a1c54c942024d79bb8d4a8073f958e077c9965de4c468c876e52e11468036ea399805c1', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-22 18:20:32', '2025-12-22 18:20:32', '2026-12-22 18:20:32'),
('ae95d0ec92bcdfb47bb6c2fcb4349af3ac2c4483751beeda3fb5f57346907f39d105df984dff4eec', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-24 10:08:04', '2025-12-24 10:08:04', '2026-12-24 15:38:04'),
('aefd77b577c8f1a8c2c0bb9a2609d9c6180e34da5a5ab693243801edaa1535187e3fcddcedc34a97', 5, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-10 12:12:02', '2025-12-10 12:12:02', '2026-12-10 12:12:02'),
('af8a377ec5a9f3173e52b7da75d63b242e2f67761ee12696ed2eabda0bc5303e2c3890bae8ce457c', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-22 17:49:49', '2025-12-22 17:49:49', '2026-12-22 17:49:49'),
('b03498a7bddd4a34c9d6da041fc5f93b8dddc5d93cba78acae0cd348ea3349b9af408d6938bd9507', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-22 17:27:32', '2025-12-22 17:27:32', '2026-12-22 17:27:32'),
('b1440840c8209e2f374000716b7c2a6471e7a5b13bc3e56f09dd4c1a0188d4e55240f2cc99b803cb', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-26 09:45:17', '2025-12-26 09:45:17', '2026-12-26 15:15:17'),
('b29f0c3b05923783b6865fd6b0d0f3b33c694c28817596ec048aef28c410174b8f616fb124d2c6cc', 5, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-09 12:44:04', '2025-12-09 12:44:04', '2026-12-09 12:44:04'),
('b3b3ca45482b5eff906d784f6d2fd1bb9959a25268635fc01fcb54731035f796d5f78c16c563f0dd', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-29 03:50:33', '2026-01-29 03:50:33', '2027-01-29 09:20:33'),
('b4e783a841acc5fd36e01a204d22c73b6c5264e139f1f6f77b88927173c9083e0e9f345a212b19f4', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-19 17:13:09', '2025-12-19 17:13:09', '2026-12-19 17:13:09'),
('b80f8d9cdaf03c6f0a5c539f27c17e879fd0c1c1c4c7cc775648da089ef2bcd52b36df092b5d528d', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-10 14:23:55', '2025-12-10 14:23:55', '2026-12-10 14:23:55'),
('b874f4995863e78d0026cd4439af2f5173e750bec25f618d096e5055cc7d88a329447f7a3b723fe6', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-29 06:26:55', '2026-01-29 06:26:55', '2027-01-29 11:56:55'),
('b9470a12a6cffd89a8c98efbd2af8a4fb1f0a38685859c3aed874f2864b282512e5e5ffcf287f55d', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-30 07:30:58', '2026-01-30 07:30:58', '2027-01-30 13:00:58'),
('ba833224dc17d2574b49b6e46c52368d42fd824c6d94275ccfd04b5c773d342a53ec9bfd7a876f41', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-28 10:14:28', '2026-01-28 10:14:28', '2027-01-28 15:44:28'),
('bc000af0ea7f66be22cc79c06f41c5a552215a49e66863b5d10563b0394966330760c40c438bd9e7', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-10 12:55:44', '2025-12-10 12:55:44', '2026-12-10 12:55:44'),
('be0a4ed0258c899601e5a1377da5c0c8c7a9588ff962d6ab396f0f2c214a79366884e78f87f69cdb', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-26 03:51:12', '2025-12-26 03:51:12', '2026-12-26 09:21:12'),
('c18990ed778b7dc47c9d6e8eac90dc4fe5b37b12e66c7126b7e787a65a764fa49b52eedcb37ef72e', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-10-23 01:27:35', '2025-10-23 01:27:35', '2026-10-23 01:27:35'),
('c37f91811c2bad53fb34dfa419716ea4824d629e460926e273092698d0f7ce9684be139be6c65ed9', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-15 17:36:41', '2025-12-15 17:36:41', '2026-12-15 17:36:41'),
('c39d5fae3810f80d3a91a734eb730c7bed7f28304b1aefcfbc7c2a48b07b77a4d45d7108ba75ddc9', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-28 11:36:05', '2026-01-28 11:36:05', '2027-01-28 17:06:05'),
('c548d16aae8d46a11aff80fd9093a432d8c21fe6617924ff3d72a8ce5d5d89edb2827a7cf0d6e167', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-29 12:53:01', '2026-01-29 12:53:01', '2027-01-29 18:23:01'),
('c58c485006de93a4369d7e546c74587ca65c95b4bb4d792a2a573bf2feba99c2d0aa88fbd9c7ce08', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-10 13:49:17', '2025-12-10 13:49:17', '2026-12-10 13:49:17'),
('c97dd25bd25b80d60935030ff6c4f1f0374e761c97d6021a74231aa5874cc5f8caa41102fd25da5b', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-30 10:34:31', '2026-01-30 10:34:31', '2027-01-30 16:04:31'),
('ca189882c659e31dcd077e2f2469ddd73e3722ab239e6907096e66e3c30f500a55e51aff39a9894b', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-15 09:10:11', '2025-12-15 09:10:11', '2026-12-15 09:10:11'),
('cb1d047d5ba67470ab46a25bc182b6d5ffb7b3f34453d68f99cd06deebacf055ad9340c53854acc1', 5, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-09 09:11:25', '2025-12-09 09:11:25', '2026-12-09 09:11:25'),
('ccb03544d09903e1fa5dcf24ccce05f769c44d05fc30438fe5ef1e82fa0f0ef6ffa7b4bee789aecb', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-22 18:43:50', '2025-12-22 18:43:50', '2026-12-22 18:43:50'),
('cd6cca62dcd331f266ba8afcee68f4576a410a3278d00763586a7135a329982ff662b84747ef2f59', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-24 11:54:28', '2025-12-24 11:54:28', '2026-12-24 17:24:28'),
('cdf65a53bfec6a10b898c27e6315c87857af26ecadab61afce2f90bf516a6d1170ff894c0b80591b', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-14 10:05:21', '2025-12-14 10:05:21', '2026-12-14 10:05:21'),
('ceb8f28f5ffc0d5536c02ffe96e4c8f56e1df58d744bc957301e35937cd3fde7d93e041ac99638fc', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-10-23 01:08:41', '2025-10-23 01:08:41', '2026-10-23 01:08:41'),
('cfda3cb68f709af12534e57c0b19d8dde17f053eb3c9f1ef6d08b16e5783614b7e31d994fb6ab108', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-28 10:06:13', '2026-01-28 10:06:13', '2027-01-28 15:36:13'),
('d08169d0b71c1bf022cc7f3f5455f095ff49688ecb782ce4b6579c685ff82a861e54a626b86b0bb7', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-10 10:54:44', '2025-12-10 10:54:44', '2026-12-10 10:54:44'),
('d11dc81e28600a5c598bea2fd40844677f031749543d3dbab90f9c85b6a03cffc14ba35aead678bf', 4, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-11-06 09:17:43', '2025-11-06 09:17:43', '2026-11-06 09:17:43'),
('d19a454cd4f4db21ec6a9bc3510913d67548c3189f28e1c59a97fb0651afdaf8b94caae096bf6b2e', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-10-23 16:28:03', '2025-10-23 16:28:03', '2026-10-23 16:28:03'),
('d678cbd61ef9dc3ebe3385bbf2bda0e760ab034c7cd68136d79040eae3357c6cacc5123fb303e3b4', 5, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-10 09:19:14', '2025-12-10 09:19:14', '2026-12-10 09:19:14'),
('d98693820adf72d009ace22145375e57ce45a8923a448e938f99404d5d6ca23bc98f9b4d42a6c09d', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-29 07:00:47', '2026-01-29 07:00:47', '2027-01-29 12:30:47'),
('de2f860e0d8028589d3c7e9f7b83f4cac7352633cf3c2e2dd12d0a512ad3d408e6dfb1a70f38c71a', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-16 14:45:31', '2025-12-16 14:45:31', '2026-12-16 14:45:31'),
('de3ed7a4854dad625ceca136f8af8f55b33e083acba37ca9e83b4b43a011fae8e95dfd9c00a4e166', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-28 12:41:56', '2026-01-28 12:41:56', '2027-01-28 18:11:56'),
('e07b97d38994deef618e95e235c16a4ff5bcb528325a570742018f01c3b27c8f5d2fb4f81bc26a2f', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-15 19:09:46', '2025-12-15 19:09:46', '2026-12-15 19:09:46'),
('e1dc6cfbfd86fb2b80ece94921c62365434165d9ac9ed4b0bc1858d0f5c99a1b60e46318faa4383f', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-16 11:09:14', '2025-12-16 11:09:14', '2026-12-16 11:09:14'),
('e2de7c34266c2fb2cfe7d1bf216fb746635ea2c15d7997cf16d4d435a48df735211af484bf03e1f5', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-24 11:33:28', '2025-12-24 11:33:28', '2026-12-24 17:03:28'),
('e31f2e0f3887c0f7d31742b4c83a5ed399709bff2266b6aa92a0937342070f166794caa12fab5fdf', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-26 08:06:03', '2025-12-26 08:06:03', '2026-12-26 13:36:03'),
('e3707e8fd0fb99448916eb1ec386d0f3c81e6f6a7ee8dee910c1d104bc2b1b26949943425c803aa9', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-16 09:01:14', '2025-12-16 09:01:14', '2026-12-16 09:01:14'),
('e5706161ee371e96250548394730607e73436d9feeded3ab624e0421c700f506da2040b0c40cab99', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2026-01-23 09:16:34', '2026-01-23 09:16:34', '2027-01-23 14:46:34'),
('e6bfe0ccb40fd3fabd4af39bbfb4643f2b33779c9b32e99aabfc6ae37b35cc2fa8c8dfae8b08b7ef', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-02 15:00:11', '2025-12-02 15:00:11', '2026-12-02 15:00:11'),
('ea2c509d1e2105cdbec8a1f38da9ff40952e96c2bd8c5357dfdbfe52bae71491507aca44db5df06d', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-18 12:01:54', '2025-12-18 12:01:54', '2026-12-18 12:01:54'),
('ec505f7387dd3bb87630c5e1a81408da8ee0ba9d53f390f2effd75c1f58b4c0239f895063e716bc2', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-10-23 01:35:03', '2025-10-23 01:35:03', '2026-10-23 01:35:03'),
('ef73c66d008c249a12d405ba55a9330866e3c4d14f15a78c01a9d3afa190d5ef5999ebb27de3836f', 5, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-09 16:06:00', '2025-12-09 16:06:00', '2026-12-09 16:06:00'),
('efa3501a38483e12a52a0c50bf5f8d4aed2a3ccf4b25faf8b2956f2d70f13ea51196f74b0e7c6fac', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-02 14:03:21', '2025-12-02 14:03:21', '2026-12-02 14:03:21'),
('f0208f80db2deba6cb3199f3a2d7f8fd7210f1be4abc41c62780eca44427bcad300cb6fd586d6b89', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-22 15:38:48', '2025-12-22 15:38:48', '2026-12-22 15:38:48'),
('f28febbb00a754d6d8b5d26db3b0c1bb89e2683aa27a9cf6832359f42c5e544b8f6fc144728b0179', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-16 15:28:36', '2025-12-16 15:28:36', '2026-12-16 15:28:36'),
('f533f3c0681194278228df98a40cd46894226b9117b1f5ca1165df5d3d7d225b58873eb05ea71411', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-22 14:59:40', '2025-12-22 14:59:40', '2026-12-22 14:59:40'),
('fd8490cd2902e786f871f775b2425ca606a7e7a5cb0e63353b47020bbd3b17f1b1b9cb347635ffe8', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-13 10:41:54', '2025-12-13 10:41:54', '2026-12-13 10:41:54'),
('fddfd61c58022538e169203e8bb162c49aa73f207c4436dfb3c9924a5271a1556486c849e9472f95', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-12-10 09:58:15', '2025-12-10 09:58:15', '2026-12-10 09:58:15'),
('ffdb492f9ca79787d623c26bc5da9a0beae80a0634e1c1a5a6094804a79f6b58e01dd2ec280734af', 4, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-11-06 16:34:44', '2025-11-06 16:34:44', '2026-11-06 16:34:44');

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

--
-- 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, 1, 53.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, 1, NULL, NULL, 'delivery', 1, 30, '2025-10-22 05:45:01', '2025-11-07 09:13:28', 10.00, '2025-10-22 05:45:01', NULL, '2984', NULL, '2025-10-22 06:51:26', NULL, NULL, NULL, NULL, NULL, '2025-11-07 09:13:28', NULL, NULL, '{\"contact_person_name\":\"trd\",\"contact_person_number\":\"9876543210\",\"address_type\":\"delivery\",\"address\":\"hjjb\",\"floor\":\"7\",\"road\":\"khbjh\",\"house\":\"9\",\"distance\":0,\"delivery_fee\":0,\"longitude\":\"80.63302558688456\",\"latitude\":\"57.53235713385752\"}', 0, 1.00, 10.00, NULL, -53.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 0.000, 0.00, NULL, NULL, 0, 'excluded', 1, 'null', 'admin', 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),
(100002, 1, 30.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, 1, NULL, NULL, 'delivery', 1, 30, '2025-10-22 07:01:54', '2025-11-07 09:14:05', 10.00, '2025-10-22 07:01:54', NULL, '8652', NULL, '2025-10-22 07:04:13', NULL, NULL, NULL, NULL, NULL, '2025-11-07 09:14:05', NULL, NULL, '{\"contact_person_name\":\"cxv\",\"contact_person_number\":\"9876543210\",\"address_type\":\"delivery\",\"address\":\"dfvdvdf\",\"floor\":\"1a\",\"road\":\"4\",\"house\":\"45\",\"distance\":0,\"delivery_fee\":0,\"longitude\":\"56.72677558688456\",\"latitude\":\"50.97781884069012\"}', 0, 0.00, 10.00, NULL, -30.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 0.000, 0.00, NULL, NULL, 0, 'excluded', 1, 'null', 'admin', 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),
(100003, 2, 180.00, 0.00, '', 'paid', 'handover', 0.00, 'stripe', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 34, '2025-10-23 12:46:24', '2025-10-23 14:24:17', 0.00, '2025-10-23 12:46:24', NULL, '3966', '2025-10-23 12:46:24', NULL, '2025-10-23 13:50:37', '2025-10-23 14:01:00', '2025-10-23 14:24:17', NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"user2\",\"contact_person_number\":\"+12125550123\",\"contact_person_email\":\"user2@demo.com\",\"address_type\":\"others\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"1st\",\"road\":\"20\",\"house\":\"10\",\"longitude\":\"75.7694699\",\"latitude\":\"20.8081448\"}', 0, 20.00, 5.00, NULL, 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 2704.569, 0.00, 'admin', NULL, 0, 'excluded', NULL, NULL, NULL, NULL, 'vendor', '20', NULL, 0, NULL, 0.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100004, 2, 6.50, 0.00, '', 'paid', 'picked_up', 0.00, 'stripe', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 50, '2025-10-23 14:52:31', '2025-10-23 17:43:29', 5.00, '2025-10-23 14:52:31', NULL, '1612', '2025-10-23 14:52:31', NULL, '2025-10-23 14:53:36', '2025-10-23 17:19:41', '2025-10-23 17:18:58', '2025-10-23 17:43:29', NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"user2\",\"contact_person_number\":\"+12125550123\",\"contact_person_email\":\"user2@demo.com\",\"address_type\":\"others\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"1st\",\"road\":\"20\",\"house\":\"10\",\"longitude\":\"75.7694699\",\"latitude\":\"20.8081448\"}', 0, 1.50, 5.00, NULL, 0.00, 0, NULL, 2, 2, NULL, NULL, NULL, NULL, 408.260, 0.00, NULL, NULL, 0, 'excluded', NULL, NULL, NULL, NULL, 'vendor', '30', NULL, 0, NULL, 0.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100005, 2, 11.00, 0.00, '', 'paid', 'delivered', 0.00, 'stripe', NULL, NULL, NULL, NULL, NULL, 'take_away', 1, 49, '2025-10-23 15:31:10', '2026-01-29 10:04:09', 0.00, '2025-10-23 15:31:10', NULL, '8726', '2025-10-23 15:31:10', NULL, '2025-10-23 15:31:56', '2026-01-29 09:51:22', '2026-01-29 09:51:44', NULL, '2026-01-29 10:04:09', NULL, NULL, NULL, '{\"contact_person_name\":\"user2\",\"contact_person_number\":\"+12125550123\",\"contact_person_email\":\"user2@demo.com\",\"address_type\":\"others\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"75.7694699\",\"latitude\":\"20.8081448\"}', 0, 0.00, 0.00, NULL, 0.00, 0, NULL, 2, 3, NULL, NULL, NULL, NULL, 2629.515, 0.00, NULL, NULL, 0, 'excluded', NULL, NULL, 'store', NULL, 'vendor', '20', NULL, 0, NULL, 0.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100006, 2, 1080.00, 0.00, '', 'paid', 'delivered', 0.00, 'stripe', 'Code123', NULL, NULL, NULL, NULL, 'delivery', 1, 34, '2025-10-23 16:40:00', '2025-10-23 16:57:33', 0.00, '2025-10-23 16:40:00', 'https://mxlovo.mimeld.com/order-successful?id=100006', '5830', '2025-10-23 16:40:00', NULL, '2025-10-23 16:41:06', '2025-10-23 16:44:16', '2025-10-23 16:44:26', '2025-10-23 16:44:39', '2025-10-23 16:54:00', NULL, NULL, NULL, '{\"contact_person_name\":\"user2\",\"contact_person_number\":\"+12125550123\",\"contact_person_email\":\"user2@demo.com\",\"address_type\":\"others\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"1st\",\"road\":\"20\",\"house\":\"10\",\"longitude\":\"75.7695372\",\"latitude\":\"20.80815\"}', 0, 120.00, 5.00, NULL, 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 2704.570, 0.00, 'admin', NULL, 0, 'excluded', NULL, NULL, NULL, NULL, 'vendor', '20', NULL, 0, 'deliver_to_front_door', 0.000, 0.000, '[{\"img\":\"2025-10-23-68fa11253987a.png\",\"storage\":\"public\"}]', 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100007, 2, 63.05, 0.00, '', 'paid', 'confirmed', 0.00, 'stripe', NULL, NULL, NULL, NULL, NULL, 'take_away', 1, 34, '2025-10-23 16:57:49', '2025-10-24 09:24:41', 0.00, '2025-10-23 16:57:49', 'https://mxlovo.mimeld.com/order-successful?id=100007', '7197', '2025-10-24 09:11:50', NULL, '2025-10-24 09:24:41', '2025-10-24 09:18:18', '2025-10-24 09:12:01', '2025-10-23 17:17:53', NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"user2\",\"contact_person_number\":\"+12125550123\",\"contact_person_email\":\"user2@demo.com\",\"address_type\":\"home\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"\",\"road\":\"1\",\"house\":\"\",\"longitude\":\"75.76946027576923\",\"latitude\":\"20.808158881623648\"}', 0, 1.95, 0.00, NULL, 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 2704.567, 0.00, NULL, NULL, 0, 'excluded', NULL, NULL, NULL, NULL, 'vendor', '20', NULL, 0, NULL, 0.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100008, 1, 35.00, 0.00, NULL, 'unpaid', 'accepted', 0.00, 'cash_on_delivery', NULL, NULL, 3, NULL, NULL, 'delivery', 1, 30, '2025-10-24 09:13:04', '2025-10-24 09:13:41', 10.00, '2025-10-24 09:13:04', NULL, '4203', NULL, '2025-10-24 09:13:41', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"abc\",\"contact_person_number\":\"9876543210\",\"address_type\":\"delivery\",\"address\":\"sdfsdgdfhdfhd\",\"floor\":\"1\",\"road\":\"4\",\"house\":\"12\",\"distance\":0,\"delivery_fee\":0,\"longitude\":\"75.00802558688456\",\"latitude\":\"27.39910960262849\"}', 0, 0.00, 10.00, NULL, -35.00, 0, NULL, 2, 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),
(100009, 1, 39.10, 0.00, NULL, 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 4, NULL, NULL, 'delivery', 1, 30, '2025-10-24 09:15:05', '2025-10-24 11:18:38', 10.00, '2025-10-24 09:15:05', NULL, '3033', NULL, '2025-10-24 09:15:31', NULL, NULL, NULL, NULL, '2025-10-24 11:18:38', NULL, NULL, NULL, '{\"contact_person_name\":\"abc\",\"contact_person_number\":\"9876543210\",\"address_type\":\"delivery\",\"address\":null,\"floor\":\"1\",\"road\":\"4\",\"house\":\"12\",\"distance\":0,\"delivery_fee\":0,\"longitude\":\"32.82052558688456\",\"latitude\":\"23.592209605213554\"}', 0, 0.90, 10.00, NULL, -39.10, 0, NULL, 2, 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),
(100010, 2, 450.00, 0.00, '', 'paid', 'handover', 0.00, 'stripe', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 34, '2025-10-24 09:20:58', '2026-01-28 08:57:30', 0.00, '2025-10-24 09:20:58', 'https://mxlovo.mimeld.com/order-successful?id=100010', '3641', '2025-10-24 09:20:58', NULL, '2025-10-24 09:21:38', '2025-10-24 09:22:11', '2026-01-28 08:57:30', NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"user2\",\"contact_person_number\":\"+12125550123\",\"contact_person_email\":\"user2@demo.com\",\"address_type\":\"home\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"2nd\",\"road\":\"20\",\"house\":\"10\",\"longitude\":\"75.76946027576923\",\"latitude\":\"20.808158881623648\"}', 0, 0.00, 5.00, NULL, 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 2704.567, 0.00, 'admin', NULL, 0, 'excluded', NULL, NULL, NULL, NULL, 'vendor', '20', NULL, 0, NULL, 0.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100011, 2, 20.00, 0.00, NULL, 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 2, NULL, NULL, 'delivery', 1, 34, '2025-10-24 09:36:14', '2025-11-06 10:30:57', 10.00, '2025-10-24 09:36:14', NULL, '7427', NULL, '2025-11-06 10:16:33', NULL, NULL, NULL, NULL, '2025-11-06 10:30:57', NULL, NULL, NULL, '{\"contact_person_name\":\"Akash Ghan\",\"contact_person_number\":\"+918976543210\",\"address_type\":\"delivery\",\"address\":\"Pune\",\"floor\":\"2B\",\"road\":\"20\",\"house\":\"10\\/A\",\"distance\":0,\"delivery_fee\":0,\"longitude\":\"18.758025586884557\",\"latitude\":\"-25.187018742884614\"}', 0, 0.00, 10.00, NULL, -20.00, 0, NULL, 2, 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),
(100012, 2, 1090.00, 0.00, NULL, 'unpaid', 'handover', 0.00, 'cash_on_delivery', NULL, NULL, 4, NULL, NULL, 'delivery', 1, 34, '2025-10-24 09:38:53', '2025-10-24 12:37:49', 10.00, '2025-10-24 09:38:53', NULL, '3804', NULL, '2025-10-24 09:39:42', '2025-10-24 09:39:39', NULL, '2025-10-24 12:37:49', NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"sham khobe\",\"contact_person_number\":\"917894561230\",\"address_type\":\"delivery\",\"address\":\"Pune\",\"floor\":\"2\",\"road\":\"10\",\"house\":\"5\",\"distance\":0,\"delivery_fee\":0,\"longitude\":\"79.78924693316632\",\"latitude\":\"22.408347293237775\"}', 0, 120.00, 10.00, NULL, -1090.00, 0, NULL, 2, 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),
(100013, 2, 427.50, 0.00, '', 'paid', 'confirmed', 0.00, 'stripe', NULL, NULL, NULL, NULL, 'Additional note', 'delivery', 1, 34, '2025-10-24 09:43:05', '2025-10-24 09:44:07', 0.00, '2025-10-24 09:43:05', 'https://mxlovo.mimeld.com/order-successful?id=100013', '4540', '2025-10-24 09:43:05', NULL, '2025-10-24 09:43:53', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"user2\",\"contact_person_number\":\"+12125550123\",\"contact_person_email\":\"user2@demo.com\",\"address_type\":\"home\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"2nd\",\"road\":\"no.20\",\"house\":\"14\\/C\",\"longitude\":\"75.76946027576923\",\"latitude\":\"20.808158881623648\"}', 0, 22.50, 5.00, NULL, 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 2704.567, 0.00, 'admin', NULL, 0, 'excluded', NULL, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, 'deliver_to_front_door', 0.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100014, 2, 3.00, 0.00, '', 'unpaid', 'confirmed', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'take_away', 1, 34, '2025-10-24 09:52:16', '2025-10-24 09:52:54', 0.00, '2025-10-24 09:52:16', NULL, '6870', '2025-10-24 09:52:16', NULL, '2025-10-24 09:52:54', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"user2\",\"contact_person_number\":\"+12125550123\",\"contact_person_email\":\"user2@demo.com\",\"address_type\":\"home\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"\",\"road\":\"Lane 2\",\"house\":\"10A\",\"longitude\":\"75.76946027576923\",\"latitude\":\"20.808158881623648\"}', 0, 0.00, 0.00, NULL, 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 2704.567, 0.00, NULL, NULL, 0, 'excluded', NULL, 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),
(100015, 2, 44.40, 0.00, '', 'paid', 'delivered', 0.00, 'stripe', NULL, NULL, 2, NULL, NULL, 'delivery', 1, 34, '2025-10-24 10:49:23', '2025-11-06 10:32:14', 15.00, '2025-10-24 10:49:23', 'https://mxlovo.mimeld.com/order-successful?id=100015', '6994', '2025-10-24 10:49:23', '2025-11-06 10:15:49', '2025-10-24 10:49:58', NULL, NULL, '2025-11-06 10:32:03', '2025-11-06 10:32:14', NULL, NULL, NULL, '{\"contact_person_name\":\"user2\",\"contact_person_number\":\"+12125550123\",\"contact_person_email\":\"user2@demo.com\",\"address_type\":\"home\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"2nd\",\"road\":\"lane 3\",\"house\":\"10B\",\"longitude\":\"75.76946027576923\",\"latitude\":\"20.808158881623648\"}', 0, 0.60, 15.00, NULL, 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 1.103, 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),
(100016, 2, 16.50, 0.00, '', 'paid', 'delivered', 0.00, 'stripe', NULL, NULL, 4, NULL, NULL, 'delivery', 1, 50, '2025-10-24 11:15:04', '2025-10-24 11:32:23', 15.00, '2025-10-24 11:15:04', 'https://mxlovo.mimeld.com/order-successful?id=100016', '6534', '2025-10-24 11:15:04', '2025-10-24 11:19:04', '2025-10-24 11:15:50', '2025-10-24 11:16:09', '2025-10-24 11:20:40', '2025-10-24 11:20:50', '2025-10-24 11:32:23', NULL, NULL, NULL, '{\"contact_person_name\":\"user2\",\"contact_person_number\":\"+12125550123\",\"contact_person_email\":\"user2@demo.com\",\"address_type\":\"home\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"1st\",\"road\":\"Lane 3\",\"house\":\"Plot no. 10\",\"longitude\":\"75.76946027576923\",\"latitude\":\"20.808158881623648\"}', 0, 1.50, 15.00, NULL, 0.00, 0, NULL, 2, 2, NULL, NULL, NULL, NULL, 1.103, 0.00, NULL, NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', '30', NULL, 0, NULL, 0.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100017, 2, 99.00, 0.00, '', 'paid', 'delivered', 0.00, 'stripe', NULL, NULL, 4, NULL, 'Providd in paper bag only', 'delivery', 1, 34, '2025-10-24 11:46:01', '2025-10-24 12:08:23', 0.00, '2025-10-24 11:46:01', NULL, '9853', '2025-10-24 11:46:01', '2025-10-24 11:52:17', '2025-10-24 11:46:59', '2025-10-24 11:53:48', '2025-10-24 11:54:23', '2025-10-24 11:54:30', '2025-10-24 12:08:23', NULL, NULL, NULL, '{\"contact_person_name\":\"user2\",\"contact_person_number\":\"+12125550123\",\"contact_person_email\":\"user2@demo.com\",\"address_type\":\"others\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"3rd\",\"road\":\"20\",\"house\":\"10\",\"longitude\":\"75.7695306\",\"latitude\":\"20.8081047\"}', 0, 0.00, 15.00, NULL, 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 1.126, 0.00, 'admin', NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', '20', NULL, 0, NULL, 0.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100018, 2, 756.00, 0.00, '', 'paid', 'confirmed', 0.00, 'stripe', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 31, '2025-10-24 12:13:48', '2025-10-24 12:15:25', 0.00, '2025-10-24 12:13:47', NULL, '6816', '2025-10-24 12:13:48', NULL, '2025-10-24 12:14:26', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"user2\",\"contact_person_number\":\"+12125550123\",\"contact_person_email\":\"user2@demo.com\",\"address_type\":\"others\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"3rd\",\"road\":\"20\",\"house\":\"23\",\"longitude\":\"75.7695306\",\"latitude\":\"20.8081047\"}', 0, 84.00, 5.00, NULL, 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 11735.349, 0.00, 'admin', NULL, 0, 'excluded', NULL, 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),
(100019, 2, 499.00, 0.00, '', 'paid', 'delivered', 0.00, 'stripe', NULL, NULL, 4, NULL, NULL, 'delivery', 1, 34, '2025-10-24 12:16:42', '2025-10-24 12:21:43', 0.00, '2025-10-24 12:16:42', NULL, '7385', '2025-10-24 12:16:42', '2025-10-24 12:18:58', '2025-10-24 12:17:17', NULL, '2025-10-24 12:20:45', '2025-10-24 12:21:04', '2025-10-24 12:21:43', NULL, NULL, NULL, '{\"contact_person_name\":\"user2\",\"contact_person_number\":\"+12125550123\",\"contact_person_email\":\"user2@demo.com\",\"address_type\":\"others\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"6th\",\"road\":\"15\",\"house\":\"19b\",\"longitude\":\"75.7695306\",\"latitude\":\"20.8081047\"}', 0, 0.00, 15.00, NULL, 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 1.126, 0.00, 'admin', 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),
(100020, 2, 460.00, 0.00, NULL, 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 4, NULL, NULL, 'delivery', 1, 34, '2025-10-24 12:30:44', '2025-10-24 12:32:35', 10.00, '2025-10-24 12:30:44', NULL, '6072', NULL, '2025-10-24 12:31:40', NULL, NULL, '2025-10-24 12:31:57', '2025-10-24 12:32:06', '2025-10-24 12:32:35', NULL, NULL, NULL, '{\"contact_person_name\":\"John\",\"contact_person_number\":\"+918976543210\",\"address_type\":\"delivery\",\"address\":\"jamner 424206\",\"floor\":\"2B\",\"road\":\"20\",\"house\":\"10\\/A\",\"distance\":0,\"delivery_fee\":0,\"longitude\":\"75.7787358\",\"latitude\":\"20.8095714\"}', 0, 0.00, 10.00, NULL, -460.00, 0, NULL, 2, 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),
(100021, 2, 50.00, 0.00, NULL, 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 4, NULL, NULL, 'delivery', 1, 30, '2025-10-24 13:51:02', '2025-10-24 13:58:44', 10.00, '2025-10-24 13:51:02', NULL, '5073', NULL, '2025-10-24 13:51:58', NULL, '2025-10-24 13:52:59', '2025-10-24 13:53:31', '2025-10-24 13:58:30', '2025-10-24 13:58:44', NULL, NULL, NULL, '{\"contact_person_name\":\"John\",\"contact_person_number\":\"+918976543210\",\"address_type\":\"delivery\",\"address\":null,\"floor\":\"2B\",\"road\":\"20\",\"house\":\"10\\/A\",\"distance\":0,\"delivery_fee\":0,\"longitude\":\"75.7787358\",\"latitude\":\"20.8095714\"}', 0, 0.00, 10.00, NULL, -50.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 0.000, 0.00, NULL, NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', '30', NULL, 0, NULL, 0.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100022, 2, 342.50, 0.00, NULL, 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 4, NULL, NULL, 'delivery', 1, 34, '2025-10-24 14:02:36', '2025-10-24 16:25:19', 10.00, '2025-10-24 14:02:36', NULL, '7614', NULL, '2025-10-24 14:03:28', '2025-10-24 16:25:02', NULL, NULL, NULL, '2025-10-24 16:25:19', NULL, NULL, NULL, '{\"contact_person_name\":\"Akash Ghan\",\"contact_person_number\":\"+914561237890\",\"address_type\":\"delivery\",\"address\":null,\"floor\":null,\"road\":null,\"house\":null,\"distance\":0,\"delivery_fee\":0,\"longitude\":\"75.77493079999999\",\"latitude\":\"20.8119424\"}', 0, 17.50, 10.00, NULL, -342.50, 0, NULL, 2, 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),
(100023, 2, 1140.00, 0.00, '', 'paid', 'canceled', 0.00, 'stripe', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 34, '2025-10-24 14:25:32', '2025-10-24 14:35:01', 0.00, '2025-10-24 14:25:32', 'https://mxlovo.mimeld.com/order-successful?id=100023', '1246', '2025-10-24 14:25:32', NULL, '2025-10-24 14:26:14', '2025-10-24 14:27:16', '2025-10-24 14:27:31', NULL, NULL, '2025-10-24 14:35:01', NULL, NULL, '{\"contact_person_name\":\"user2\",\"contact_person_number\":\"+12125550123\",\"contact_person_email\":\"user2@demo.com\",\"address_type\":\"home\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"1st\",\"road\":\"20\",\"house\":\"10M\",\"longitude\":\"75.76946027576923\",\"latitude\":\"20.808158881623648\"}', 0, 60.00, 15.00, NULL, 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 1.103, 0.00, 'admin', NULL, 0, 'excluded', 1, 'null', 'admin', NULL, 'vendor', '20', NULL, 0, 'come_with_no_sound', 0.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100024, 2, 405.00, 0.00, '', 'paid', 'canceled', 0.00, 'stripe', NULL, NULL, 4, NULL, NULL, 'delivery', 1, 34, '2025-10-24 14:57:14', '2025-10-24 16:25:54', 0.00, '2025-10-24 14:57:14', 'https://mxlovo.mimeld.com/order-successful?id=100024', '1897', '2025-10-24 14:57:14', '2025-10-24 15:09:08', '2025-10-24 14:58:16', '2025-10-24 14:58:37', '2025-10-24 14:58:44', NULL, NULL, '2025-10-24 16:25:54', NULL, NULL, '{\"contact_person_name\":\"user2\",\"contact_person_number\":\"+12125550123\",\"contact_person_email\":\"user2@demo.com\",\"address_type\":\"home\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"2nd\",\"road\":\"19\",\"house\":\"10\",\"longitude\":\"75.76946027576923\",\"latitude\":\"20.808158881623648\"}', 0, 0.00, 15.00, NULL, 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 1.103, 0.00, 'admin', NULL, 0, 'excluded', 1, 'null', 'admin', NULL, 'vendor', '20', NULL, 0, NULL, 0.000, 0.000, NULL, 0.000, 0, 13.500, 31.500, NULL, 0.000, 0.000, NULL, 0, NULL),
(100025, 2, 24.00, 0.00, '', 'paid', 'delivered', 0.00, 'stripe', NULL, NULL, 4, NULL, NULL, 'delivery', 1, 50, '2025-10-24 16:20:16', '2025-10-24 16:27:41', 15.00, '2025-10-24 16:20:16', 'https://mxlovo.mimeld.com/order-successful?id=100025', '2464', '2025-10-24 16:20:16', '2025-10-24 16:26:09', '2025-10-24 16:21:30', '2025-10-24 16:22:42', '2025-10-24 16:26:41', '2025-10-24 16:27:00', '2025-10-24 16:27:41', NULL, NULL, NULL, '{\"contact_person_name\":\"user2\",\"contact_person_number\":\"+12125550123\",\"contact_person_email\":\"user2@demo.com\",\"address_type\":\"home\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"1st\",\"road\":\"10\",\"house\":\"A20\",\"longitude\":\"75.76946027576923\",\"latitude\":\"20.808158881623648\"}', 0, 1.00, 15.00, NULL, 0.00, 0, NULL, 2, 2, NULL, NULL, NULL, NULL, 1.103, 0.00, NULL, NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', '30', NULL, 0, NULL, 0.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100026, 2, 243.00, 0.00, '', 'paid', 'delivered', 0.00, 'stripe', NULL, NULL, 4, NULL, NULL, 'delivery', 1, 49, '2025-10-24 16:36:47', '2025-10-24 16:43:12', 0.00, '2025-10-24 16:36:47', 'https://mxlovo.mimeld.com/order-successful?id=100026', '3373', '2025-10-24 16:36:47', '2025-10-24 16:37:51', '2025-10-24 16:37:26', '2025-10-24 16:38:37', '2025-10-24 16:39:33', '2025-10-24 16:39:53', '2025-10-24 16:43:12', NULL, NULL, NULL, '{\"contact_person_name\":\"user2\",\"contact_person_number\":\"+12125550123\",\"contact_person_email\":\"user2@demo.com\",\"address_type\":\"home\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"#B\",\"road\":\"10\",\"house\":\"2A\",\"longitude\":\"75.76946027576923\",\"latitude\":\"20.808158881623648\"}', 0, 27.00, 15.00, NULL, 0.00, 0, NULL, 2, 3, NULL, NULL, NULL, NULL, 0.639, 0.00, 'admin', NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', '20', NULL, 0, NULL, 0.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100027, 2, 418.00, 0.00, '', 'paid', 'canceled', 0.00, 'stripe', NULL, NULL, 4, NULL, NULL, 'delivery', 1, 43, '2025-10-24 16:51:49', '2025-10-24 16:54:12', 0.00, '2025-10-24 16:51:49', 'https://mxlovo.mimeld.com/order-successful?id=100027', '8872', '2025-10-24 16:51:49', '2025-10-24 16:53:07', '2025-10-24 16:52:32', '2025-10-24 16:52:56', '2025-10-24 16:53:31', '2025-10-24 16:53:42', NULL, '2025-10-24 16:54:12', NULL, NULL, '{\"contact_person_name\":\"user2\",\"contact_person_number\":\"+12125550123\",\"contact_person_email\":\"user2@demo.com\",\"address_type\":\"home\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"1st\",\"road\":\"20\",\"house\":\"10\",\"longitude\":\"75.76946027576923\",\"latitude\":\"20.808158881623648\"}', 0, 22.00, 15.00, NULL, 0.00, 0, NULL, 2, 4, NULL, NULL, NULL, NULL, 1.103, 0.00, 'admin', NULL, 0, 'excluded', 1, 'null', 'admin', NULL, 'vendor', '30', NULL, 0, NULL, 0.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100028, 2, 30.00, 0.00, '', 'unpaid', 'failed', 0.00, 'stripe', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 30, '2025-10-24 17:17:45', '2025-10-24 17:19:33', 5.00, '2025-10-24 17:17:45', 'https://mxlovo.mimeld.com/order-successful?id=100028', '7829', '2025-10-24 17:17:45', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"user2\",\"contact_person_number\":\"+12125550123\",\"contact_person_email\":\"user2@demo.com\",\"address_type\":\"others\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"75.7695228\",\"latitude\":\"20.8081146\"}', 0, 0.00, 5.00, '2025-10-24 17:18:10', 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 13960.752, 0.00, NULL, NULL, 0, 'excluded', NULL, 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),
(100029, 4, 187.50, 0.00, '', 'paid', 'picked_up', 0.00, 'stripe', NULL, NULL, NULL, NULL, NULL, 'take_away', 1, 30, '2025-11-06 09:49:02', '2025-11-06 10:03:12', 0.00, '2025-11-06 09:49:02', NULL, '4286', '2025-11-06 09:49:02', NULL, '2025-11-06 09:49:51', NULL, NULL, '2025-11-06 10:03:12', NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"User\",\"contact_person_number\":\"+19512149944\",\"contact_person_email\":\"user1@demo.com\",\"address_type\":\"others\",\"address\":\"Sakhla Flot, Shop No 5, Apana Nagar, Parbhani, Maharashtra 431401, India\",\"floor\":\"hjjkhjk\",\"road\":\"fgh\",\"house\":\"hjkhjk\",\"longitude\":\"76.7653667\",\"latitude\":\"19.2563433\"}', 0, 62.50, 0.00, NULL, 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 14162.058, 0.00, 'admin', NULL, 0, 'excluded', NULL, 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),
(100030, 4, 36.20, 0.00, '', 'paid', 'confirmed', 0.00, 'stripe', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 34, '2025-11-06 10:04:41', '2025-11-06 10:05:29', 5.00, '2025-11-06 10:04:41', NULL, '1130', '2025-11-06 10:04:41', NULL, '2025-11-06 10:05:08', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"User\",\"contact_person_number\":\"+19512149944\",\"contact_person_email\":\"user1@demo.com\",\"address_type\":\"others\",\"address\":\"Sakhla Flot, Shop No 5, Apana Nagar, Parbhani, Maharashtra 431401, India\",\"floor\":\"ghj\",\"road\":\"yuhhuyj\",\"house\":\"yuiu\",\"longitude\":\"76.7653667\",\"latitude\":\"19.2563433\"}', 0, 0.80, 5.00, NULL, 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 249.118, 0.00, NULL, NULL, 0, 'excluded', NULL, 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),
(100031, 4, 30.70, 0.00, '', 'paid', 'confirmed', 0.00, 'stripe', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 37, '2025-11-06 10:37:46', '2025-11-06 10:38:38', 5.00, '2025-11-06 10:37:46', NULL, '6151', '2025-11-06 10:37:46', NULL, '2025-11-06 10:38:15', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"User\",\"contact_person_number\":\"+19512149944\",\"contact_person_email\":\"user1@demo.com\",\"address_type\":\"others\",\"address\":\"725, Jamner, Maharashtra 424206, India\",\"floor\":\"hjj\",\"road\":\"hj\",\"house\":\"jj\",\"longitude\":\"75.778735\",\"latitude\":\"20.80957\"}', 0, 4.30, 5.00, NULL, 0.00, 0, NULL, 2, 2, '[{\"img\":\"2025-11-06-690c2d223102a.png\",\"storage\":\"public\"}]', NULL, NULL, NULL, 409.943, 0.00, NULL, NULL, 0, 'excluded', NULL, 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),
(100032, 1, 55.00, 0.00, NULL, 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 2, NULL, NULL, 'delivery', 1, 30, '2025-11-06 10:43:26', '2025-11-06 10:47:04', 10.00, '2025-11-06 10:43:26', NULL, '6105', NULL, '2025-11-06 10:44:49', NULL, NULL, NULL, NULL, '2025-11-06 10:47:04', NULL, NULL, NULL, '{\"contact_person_name\":\"bgvng\",\"contact_person_number\":\"742525752752\",\"address_type\":\"delivery\",\"address\":\"Up\",\"floor\":\"hj\",\"road\":\"ghjghj\",\"house\":\"hj\",\"distance\":0,\"delivery_fee\":0,\"longitude\":\"75.7787358\",\"latitude\":\"20.8095714\"}', 0, 0.00, 10.00, NULL, -55.00, 0, NULL, 2, 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),
(100033, 1, 30.00, 0.00, NULL, 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 2, NULL, NULL, 'delivery', 1, 30, '2025-11-06 10:48:41', '2025-11-06 11:08:04', 10.00, '2025-11-06 10:48:41', NULL, '9046', '2025-11-06 10:49:57', '2025-11-06 10:49:04', NULL, NULL, NULL, NULL, '2025-11-06 11:08:04', NULL, NULL, NULL, '{\"contact_person_name\":\"hjkjk\",\"contact_person_number\":\"537537523\",\"address_type\":\"delivery\",\"address\":\"ghjgjghjghjghjgj\",\"floor\":\"11\",\"road\":\"1\",\"house\":\"11\",\"distance\":0,\"delivery_fee\":0,\"longitude\":\"75.7787358\",\"latitude\":\"20.8095714\"}', 0, 0.00, 10.00, NULL, -30.00, 0, NULL, 2, 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, 4, 30.00, 0.00, NULL, 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 2, NULL, NULL, 'delivery', 1, 30, '2025-11-06 10:51:15', '2025-11-06 11:15:19', 10.00, '2025-11-06 10:51:15', NULL, '4223', NULL, '2025-11-06 10:52:45', NULL, NULL, NULL, NULL, '2025-11-06 11:15:19', NULL, NULL, NULL, '{\"contact_person_name\":\"fgghfh\",\"contact_person_number\":\"453453453453\",\"address_type\":\"delivery\",\"address\":null,\"floor\":\"21\",\"road\":\"4\",\"house\":\"12\",\"distance\":0,\"delivery_fee\":0,\"longitude\":\"75.7787358\",\"latitude\":\"20.8095714\"}', 0, 0.00, 10.00, NULL, -30.00, 0, NULL, 2, 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),
(100035, 4, 35.00, 0.00, NULL, 'unpaid', 'accepted', 0.00, 'cash_on_delivery', NULL, NULL, 2, NULL, NULL, 'delivery', 1, 30, '2025-11-06 11:07:03', '2025-11-06 11:08:29', 10.00, '2025-11-06 11:07:03', NULL, '6213', NULL, '2025-11-06 11:08:29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"jkj\",\"contact_person_number\":\"5752524242452\",\"address_type\":\"delivery\",\"address\":null,\"floor\":\"1\",\"road\":\"1\",\"house\":\"1\",\"distance\":0,\"delivery_fee\":0,\"longitude\":\"76.7538514\",\"latitude\":\"23.3242618\"}', 0, 0.00, 10.00, NULL, -35.00, 0, NULL, 2, 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),
(100036, 4, 35.00, 0.00, NULL, 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 2, NULL, NULL, 'delivery', 1, 30, '2025-11-06 11:14:47', '2025-11-06 11:17:09', 10.00, '2025-11-06 11:14:47', NULL, '4281', NULL, '2025-11-06 11:16:56', NULL, NULL, NULL, NULL, '2025-11-06 11:17:09', NULL, NULL, NULL, '{\"contact_person_name\":\"hghjh\",\"contact_person_number\":\"4524545\",\"address_type\":\"delivery\",\"address\":null,\"floor\":\"1\",\"road\":\"1\",\"house\":\"1\",\"distance\":0,\"delivery_fee\":0,\"longitude\":\"75.7787358\",\"latitude\":\"20.8095714\"}', 0, 0.00, 10.00, NULL, -35.00, 0, NULL, 2, 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),
(100037, 4, 30.00, 0.00, NULL, 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 2, NULL, NULL, 'delivery', 1, 30, '2025-11-06 11:22:47', '2025-11-06 11:23:44', 10.00, '2025-11-06 11:22:47', NULL, '6188', NULL, '2025-11-06 11:23:33', NULL, NULL, NULL, NULL, '2025-11-06 11:23:44', NULL, NULL, NULL, '{\"contact_person_name\":\"hnh\",\"contact_person_number\":\"4525452545225\",\"address_type\":\"delivery\",\"address\":null,\"floor\":null,\"road\":null,\"house\":null,\"distance\":0,\"delivery_fee\":0,\"longitude\":\"75.7787358\",\"latitude\":\"20.8095714\"}', 0, 0.00, 10.00, NULL, -30.00, 0, NULL, 2, 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),
(100038, 4, 5.90, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 34, '2025-11-06 11:47:43', '2025-11-06 11:50:11', 5.00, '2025-11-06 11:47:43', NULL, '3406', '2025-11-06 11:47:43', NULL, NULL, NULL, NULL, NULL, NULL, '2025-11-06 11:48:37', NULL, NULL, '{\"contact_person_name\":\"User\",\"contact_person_number\":\"+919512149944\",\"contact_person_email\":\"user1@demo.com\",\"address_type\":\"others\",\"address\":\"Banfield, Buenos Aires Province, Argentina\",\"floor\":\"11\",\"road\":\"1\",\"house\":\"11\",\"longitude\":\"-58.39173149317504\",\"latitude\":\"-34.744611333483206\"}', 0, 0.10, 5.00, NULL, 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 15310.219, 0.00, NULL, NULL, 0, 'excluded', NULL, 'Digital payment issue', 'customer', 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),
(100039, 4, 52.50, 0.00, '', 'paid', 'confirmed', 0.00, 'stripe', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 30, '2025-11-06 16:46:33', '2025-11-06 16:47:42', 5.00, '2025-11-06 16:46:33', NULL, '3138', '2025-11-06 16:46:33', NULL, '2025-11-06 16:47:17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"User\",\"contact_person_number\":\"+919512149944\",\"contact_person_email\":\"user1@demo.com\",\"address_type\":\"others\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"75.769493\",\"latitude\":\"20.8081219\"}', 0, 2.50, 5.00, NULL, 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 13960.750, 0.00, NULL, NULL, 0, 'excluded', NULL, 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),
(100040, 4, 33.50, 0.00, '', 'paid', 'processing', 0.00, 'stripe', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 30, '2025-11-06 16:51:51', '2025-11-06 17:22:50', 5.00, '2025-11-06 16:51:51', NULL, '9328', '2025-11-06 16:51:51', NULL, '2025-11-06 16:52:37', '2025-11-06 17:22:50', NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"User\",\"contact_person_number\":\"+919512149944\",\"contact_person_email\":\"user1@demo.com\",\"address_type\":\"others\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"75.769493\",\"latitude\":\"20.8081219\"}', 0, 1.50, 5.00, NULL, 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 13960.750, 0.00, NULL, NULL, 0, 'excluded', NULL, NULL, NULL, NULL, 'vendor', '30', NULL, 0, NULL, 0.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100041, 4, 756.00, 0.00, '', 'paid', 'handover', 0.00, 'stripe', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 31, '2025-11-06 16:56:33', '2025-11-06 17:16:19', 0.00, '2025-11-06 16:56:33', NULL, '2725', '2025-11-06 16:56:33', NULL, '2025-11-06 16:57:17', '2025-11-06 17:11:25', '2025-11-06 17:16:19', NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"User\",\"contact_person_number\":\"+919512149944\",\"contact_person_email\":\"user1@demo.com\",\"address_type\":\"others\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"1st\",\"road\":\"10 A\",\"house\":\"10B\",\"longitude\":\"75.769493\",\"latitude\":\"20.8081219\"}', 0, 84.00, 5.00, NULL, 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 11735.347, 0.00, 'admin', NULL, 0, 'excluded', NULL, NULL, NULL, NULL, 'vendor', '30', NULL, 0, 'deliver_to_front_door', 0.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, 1, 0.000, 0.000, NULL, 0, NULL),
(100042, 4, 40.00, 0.00, '', 'paid', 'accepted', 0.00, 'stripe', NULL, NULL, 1, NULL, NULL, 'delivery', 1, 30, '2025-11-06 17:25:57', '2026-01-12 11:41:58', 15.00, '2025-11-06 17:25:57', NULL, '9348', '2025-11-06 17:25:57', '2026-01-12 11:41:58', '2025-11-06 17:26:53', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"User\",\"contact_person_number\":\"+919512149944\",\"contact_person_email\":\"user1@demo.com\",\"address_type\":\"others\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"75.769493\",\"latitude\":\"20.8081219\"}', 0, 0.00, 15.00, NULL, 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 1.102, 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),
(100043, 4, 16.50, 0.00, '', 'paid', 'delivered', 0.00, 'stripe', NULL, NULL, 1, NULL, NULL, 'delivery', 1, 50, '2025-11-07 09:26:41', '2025-11-07 09:33:41', 15.00, '2025-11-07 09:26:41', NULL, '9919', '2025-11-07 09:26:41', '2025-11-07 09:28:09', '2025-11-07 09:27:35', '2025-11-07 09:32:02', '2025-11-07 09:32:43', '2025-11-07 09:32:57', '2025-11-07 09:33:41', NULL, NULL, NULL, '{\"contact_person_name\":\"User\",\"contact_person_number\":\"+919512149944\",\"contact_person_email\":\"user1@demo.com\",\"address_type\":\"others\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"75.769493\",\"latitude\":\"20.8081219\"}', 0, 1.50, 15.00, NULL, 0.00, 0, NULL, 2, 2, NULL, NULL, NULL, NULL, 1.102, 0.00, NULL, NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', '30', NULL, 0, NULL, 0.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100044, 4, 24.00, 0.00, '', 'paid', 'canceled', 0.00, 'stripe', NULL, NULL, 1, NULL, NULL, 'delivery', 1, 50, '2025-11-07 09:42:12', '2025-11-07 09:44:16', 15.00, '2025-11-07 09:42:12', NULL, '9514', '2025-11-07 09:42:12', '2025-11-07 09:42:59', '2025-11-07 09:42:47', NULL, NULL, NULL, NULL, '2025-11-07 09:44:16', NULL, NULL, '{\"contact_person_name\":\"User\",\"contact_person_number\":\"+919512149944\",\"contact_person_email\":\"user1@demo.com\",\"address_type\":\"others\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"75.769493\",\"latitude\":\"20.8081219\"}', 0, 1.00, 15.00, NULL, 0.00, 0, NULL, 2, 2, NULL, NULL, NULL, NULL, 1.102, 0.00, NULL, NULL, 0, 'excluded', 1, 'null', 'admin', 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),
(100045, 4, 58.00, 0.00, '', 'paid', 'delivered', 0.00, 'stripe', NULL, NULL, 1, NULL, NULL, 'delivery', 1, 30, '2025-11-07 09:49:12', '2025-11-07 09:52:42', 15.00, '2025-11-07 09:49:12', NULL, '7783', '2025-11-07 09:49:12', '2025-11-07 09:50:08', '2025-11-07 09:49:50', NULL, '2025-11-07 09:50:51', '2025-11-07 09:50:59', '2025-11-07 09:52:42', NULL, NULL, NULL, '{\"contact_person_name\":\"User\",\"contact_person_number\":\"+919512149944\",\"contact_person_email\":\"user1@demo.com\",\"address_type\":\"others\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"75.769493\",\"latitude\":\"20.8081219\"}', 0, 1.00, 15.00, NULL, 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 1.102, 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),
(100046, 4, 35.00, 0.00, '', 'paid', 'accepted', 0.00, 'stripe', NULL, NULL, 2, NULL, NULL, 'delivery', 1, 30, '2025-11-07 10:23:39', '2025-12-02 12:17:36', 15.00, '2025-11-07 10:23:39', NULL, '8280', '2025-11-07 10:23:39', '2025-12-02 12:17:36', '2025-11-07 10:24:12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"User\",\"contact_person_number\":\"+919512149944\",\"contact_person_email\":\"user1@demo.com\",\"address_type\":\"others\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"75.769493\",\"latitude\":\"20.8081219\"}', 0, 4.00, 15.00, NULL, 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 1.102, 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),
(100047, 4, 544.50, 0.00, '', 'paid', 'confirmed', 0.00, 'stripe', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 30, '2025-11-07 10:42:41', '2025-11-07 11:02:33', 0.00, '2025-11-07 10:42:41', NULL, '2262', '2025-11-07 10:42:41', NULL, '2025-11-07 10:43:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"User\",\"contact_person_number\":\"+919512149944\",\"contact_person_email\":\"user1@demo.com\",\"address_type\":\"others\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"75.769493\",\"latitude\":\"20.8081219\"}', 0, 5.50, 15.00, NULL, 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 1.102, 0.00, 'admin', NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, 2, 0.000, 0.000, NULL, 0, NULL),
(100048, 4, 94.20, 0.00, '', 'unpaid', 'accepted', 0.00, 'cash_on_delivery', NULL, NULL, 1, NULL, NULL, 'delivery', 1, 30, '2025-11-07 10:54:52', '2026-01-29 06:05:42', 15.00, '2025-11-07 10:54:52', NULL, '8906', '2025-11-07 10:55:18', '2026-01-29 06:05:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"User\",\"contact_person_number\":\"+919512149944\",\"contact_person_email\":\"user1@demo.com\",\"address_type\":\"others\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"2nd\",\"road\":\"20\",\"house\":\"10A\",\"longitude\":\"75.769493\",\"latitude\":\"20.8081219\"}', 0, 0.80, 15.00, '2025-11-07 10:55:10', 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 1.102, 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),
(100049, 4, 34.40, 0.00, '', 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 1, NULL, NULL, 'delivery', 1, 30, '2025-11-07 10:56:58', '2025-11-07 11:04:13', 15.00, '2025-11-07 10:56:58', NULL, '7528', '2025-11-07 10:57:28', '2025-11-07 11:02:20', NULL, NULL, '2025-11-07 11:02:52', '2025-11-07 11:03:07', '2025-11-07 11:04:13', NULL, NULL, NULL, '{\"contact_person_name\":\"User\",\"contact_person_number\":\"+919512149944\",\"contact_person_email\":\"user1@demo.com\",\"address_type\":\"others\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"75.769493\",\"latitude\":\"20.8081219\"}', 0, 0.60, 15.00, '2025-11-07 10:57:10', 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 1.102, 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),
(100050, 4, 28.00, 0.00, '', 'paid', 'delivered', 0.00, 'stripe', NULL, NULL, 1, NULL, NULL, 'delivery', 1, 49, '2025-11-07 11:09:29', '2025-11-07 11:13:31', 15.00, '2025-11-07 11:09:29', NULL, '1654', '2025-11-07 11:09:29', '2025-11-07 11:10:23', '2025-11-07 11:10:08', '2025-11-07 11:11:37', '2025-11-07 11:12:24', '2025-11-07 11:12:57', '2025-11-07 11:13:31', NULL, NULL, NULL, '{\"contact_person_name\":\"User\",\"contact_person_number\":\"+919512149944\",\"contact_person_email\":\"user1@demo.com\",\"address_type\":\"others\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"75.769493\",\"latitude\":\"20.8081219\"}', 0, 0.00, 15.00, NULL, 0.00, 0, NULL, 2, 3, NULL, NULL, NULL, NULL, 0.637, 0.00, NULL, NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', '15', NULL, 0, NULL, 0.000, 0.000, '[{\"img\":\"2025-11-07-690d8703a217a.png\",\"storage\":\"public\"}]', 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100051, 4, 418.00, 0.00, '', 'paid', 'canceled', 0.00, 'stripe', NULL, NULL, NULL, NULL, NULL, 'take_away', 1, 43, '2025-11-07 11:15:46', '2025-11-07 11:18:38', 0.00, '2025-11-07 11:15:46', NULL, '2752', '2025-11-07 11:15:46', NULL, '2025-11-07 11:16:36', '2025-11-07 11:17:09', '2025-11-07 11:17:20', '2025-11-07 11:17:57', NULL, '2025-11-07 11:18:38', NULL, NULL, '{\"contact_person_name\":\"User\",\"contact_person_number\":\"+919512149944\",\"contact_person_email\":\"user1@demo.com\",\"address_type\":\"others\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"75.769493\",\"latitude\":\"20.8081219\"}', 0, 22.00, 0.00, NULL, 0.00, 0, NULL, 2, 4, NULL, NULL, NULL, NULL, 1.102, 0.00, 'admin', NULL, 0, 'excluded', NULL, 'null', 'admin', NULL, 'vendor', '30', NULL, 0, NULL, 0.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100052, 4, 25.00, 0.00, '', 'paid', 'delivered', 0.00, 'stripe', '100052', NULL, NULL, NULL, NULL, 'take_away', 1, 30, '2025-11-07 11:19:28', '2025-11-07 11:23:07', 0.00, '2025-11-07 11:19:28', NULL, '5935', '2025-11-07 11:19:28', NULL, '2025-11-07 11:20:05', '2025-11-07 11:20:30', '2025-11-07 11:20:42', '2025-11-07 11:21:25', '2025-11-07 11:23:07', NULL, NULL, NULL, '{\"contact_person_name\":\"User\",\"contact_person_number\":\"+919512149944\",\"contact_person_email\":\"user1@demo.com\",\"address_type\":\"others\",\"address\":\"RQ59+CVR, Jamner, Maharashtra 424206, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"75.769493\",\"latitude\":\"20.8081219\"}', 0, 0.00, 0.00, NULL, 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 1.102, 0.00, NULL, NULL, 0, 'excluded', NULL, NULL, NULL, NULL, 'vendor', '30', NULL, 0, NULL, 0.000, 0.000, '[{\"img\":\"2025-11-07-690d88f9510dc.png\",\"storage\":\"public\"}]', 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100053, 5, 180.00, 0.00, '', 'unpaid', 'failed', 0.00, 'stripe', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 34, '2025-12-09 12:24:34', '2025-12-23 10:14:55', 0.00, '2025-12-09 12:24:34', 'http://localhost/order-successful?id=100053', '2063', '2025-12-09 12:24:34', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"user1\",\"contact_person_number\":\"+919545467894\",\"contact_person_email\":\"user77@demo.com\",\"address_type\":\"others\",\"address\":\"Bandra Kurla Complex, Bandra East, Mumbai, Maharashtra, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"72.87026469999999\",\"latitude\":\"19.0687893\"}', 0, 20.00, 5.00, '2025-12-09 12:29:01', 0.00, 0, NULL, 2, 4, NULL, NULL, NULL, NULL, 410.056, 0.00, 'admin', NULL, 0, 'excluded', NULL, 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);
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
(100054, 5, 1.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'take_away', 1, 34, '2025-12-09 12:47:15', '2025-12-23 10:14:55', 0.00, '2025-12-09 12:47:15', NULL, '5021', '2025-12-09 12:47:15', NULL, NULL, NULL, NULL, NULL, NULL, '2025-12-09 13:00:06', NULL, NULL, '{\"contact_person_name\":\"user1\",\"contact_person_number\":\"+919545467894\",\"contact_person_email\":\"user77@demo.com\",\"address_type\":\"others\",\"address\":\"Bandra Kurla Complex, Bandra East, Mumbai, Maharashtra, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"72.87026469999999\",\"latitude\":\"19.0687893\"}', 0, 0.00, 0.00, NULL, 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 410.056, 0.00, NULL, NULL, 0, 'excluded', NULL, NULL, 'customer', 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, 'ded'),
(100055, 5, 30.00, 0.00, '', 'unpaid', 'pending', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 30, '2025-12-09 16:22:47', '2025-12-23 10:14:55', 5.00, '2025-12-09 16:22:47', 'http://localhost/order-successful?id=100055', '3781', '2025-12-09 16:22:47', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"user1\",\"contact_person_number\":\"+919545467894\",\"contact_person_email\":\"user77@demo.com\",\"address_type\":\"others\",\"address\":\"Bandra Kurla Complex, Bandra East, Mumbai, Maharashtra, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"72.87026469999999\",\"latitude\":\"19.0687893\"}', 0, 0.00, 5.00, NULL, 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 410.056, 0.00, NULL, NULL, 0, 'excluded', NULL, 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),
(100056, 2, 33.50, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 44, '2025-12-10 12:59:56', '2025-12-23 10:14:55', 5.00, '2025-12-10 12:59:56', NULL, '8875', '2025-12-10 12:59:56', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"user2\",\"contact_person_number\":\"+12125550123\",\"contact_person_email\":\"user2@demo.com\",\"address_type\":\"others\",\"address\":\"Bandra Kurla Complex, Bandra East, Mumbai, Maharashtra, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"72.87026469999999\",\"latitude\":\"19.0687893\"}', 0, 1.50, 5.00, NULL, 0.00, 0, NULL, 2, 4, NULL, NULL, NULL, NULL, 149.335, 0.00, NULL, NULL, 0, 'excluded', NULL, 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),
(100057, 2, 48.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 30, '2025-12-10 14:18:12', '2025-12-23 10:14:55', 5.00, '2025-12-10 14:18:12', 'http://localhost/order-successful?id=100057', '7444', '2025-12-16 09:48:58', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"user2\",\"contact_person_number\":\"+12125550123\",\"contact_person_email\":\"user2@demo.com\",\"address_type\":\"others\",\"address\":\"Bandra Kurla Complex, Bandra East, Mumbai, Maharashtra, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"72.87026469999999\",\"latitude\":\"19.0687893\"}', 0, 1.00, 5.00, '2025-12-10 14:20:31', 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 410.067, 0.00, NULL, NULL, 0, 'excluded', NULL, 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),
(100058, 1, 360.00, 0.00, '', 'paid', 'confirmed', 0.00, 'stripe', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 34, '2026-01-23 08:27:11', '2026-01-23 08:49:36', 0.00, '2026-01-23 08:27:11', 'https://mxlovox.atharvatek.com/order-successful?id=100058', '4452', '2026-01-23 08:27:11', NULL, '2026-01-23 08:27:40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"user demo\",\"contact_person_number\":\"+919876543210\",\"contact_person_email\":\"user@demo.com\",\"address_type\":\"others\",\"address\":\"Bandra Kurla Complex, Bandra East, Mumbai, Maharashtra, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"72.87026469999999\",\"latitude\":\"19.0687893\"}', 0, 40.00, 5.00, NULL, 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 410.120, 0.00, 'admin', NULL, 0, 'excluded', NULL, 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),
(100059, 1, 18.20, 0.00, '', 'paid', 'confirmed', 0.00, 'stripe', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 47, '2026-01-28 08:40:12', '2026-01-28 08:56:43', 5.00, '2026-01-28 08:40:12', NULL, '8037', '2026-01-28 08:40:12', NULL, '2026-01-28 08:41:59', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"user demo\",\"contact_person_number\":\"+919876543210\",\"contact_person_email\":\"user@demo.com\",\"address_type\":\"home\",\"address\":\"Atmiya Vidhya Dham (AVD), Bakrol Road, behind GCET College, Tirath Society, Mota Bazaar, Vallabh Vidyanagar, Anand, Gujarat, India\",\"floor\":\"second\",\"road\":\"A203\",\"house\":\"Tirth Bungalow\",\"longitude\":\"72.91895605623722\",\"latitude\":\"22.55859107453286\"}', 0, 1.80, 5.00, NULL, 0.00, 0, NULL, 2, 3, NULL, NULL, NULL, NULL, 3406.211, 0.00, NULL, NULL, 0, 'excluded', NULL, 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),
(100060, 1, 21.00, 0.00, '', 'paid', 'handover', 0.00, 'stripe', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 49, '2026-01-28 09:13:42', '2026-01-28 09:17:12', 5.00, '2026-01-28 09:13:42', NULL, '3509', '2026-01-28 09:13:42', NULL, '2026-01-28 09:13:59', '2026-01-28 09:17:04', '2026-01-28 09:17:12', NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"user demo\",\"contact_person_number\":\"+919876543210\",\"contact_person_email\":\"user@demo.com\",\"address_type\":\"home\",\"address\":\"7 , Maruti Megnum Society, Randesan, Gandhinagar, Gujarat 382426, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"72.87026457488537\",\"latitude\":\"19.068789261357825\"}', 0, 0.00, 5.00, NULL, 0.00, 0, NULL, 2, 3, NULL, NULL, NULL, NULL, 409.809, 0.00, NULL, NULL, 0, 'excluded', NULL, NULL, NULL, NULL, 'vendor', '15', NULL, 0, NULL, 0.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100061, 1, 243.00, 0.00, '', 'paid', 'handover', 0.00, 'stripe', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 49, '2026-01-28 09:19:48', '2026-01-28 09:25:06', 0.00, '2026-01-28 09:19:48', NULL, '8322', '2026-01-28 09:19:48', NULL, '2026-01-28 09:20:05', '2026-01-28 09:20:52', '2026-01-28 09:25:06', NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"user demo\",\"contact_person_number\":\"+919876543210\",\"contact_person_email\":\"user@demo.com\",\"address_type\":\"others\",\"address\":\"Randesan Metro-Rail Stn, Randesan, Gandhinagar, Gujarat, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"72.64728985726833\",\"latitude\":\"23.178958702195327\"}', 0, 27.00, 5.00, NULL, 0.00, 0, NULL, 2, 3, NULL, NULL, NULL, NULL, 508.575, 0.00, 'admin', NULL, 0, 'excluded', NULL, NULL, NULL, NULL, 'vendor', '15', NULL, 0, NULL, 0.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100062, 1, 16.00, 0.00, '', 'paid', 'handover', 0.00, 'stripe', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 49, '2026-01-28 09:26:38', '2026-01-28 09:30:13', 5.00, '2026-01-28 09:26:38', NULL, '6942', '2026-01-28 09:26:38', NULL, '2026-01-28 09:26:58', '2026-01-28 09:28:45', '2026-01-28 09:30:13', '2026-01-28 09:29:51', NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"user demo\",\"contact_person_number\":\"+919876543210\",\"contact_person_email\":\"user@demo.com\",\"address_type\":\"others\",\"address\":\"Randesan Metro-Rail Stn, Randesan, Gandhinagar, Gujarat, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"72.64728985726833\",\"latitude\":\"23.178958702195327\"}', 0, 0.00, 5.00, NULL, 0.00, 0, NULL, 2, 3, NULL, NULL, NULL, NULL, 508.575, 0.00, NULL, NULL, 0, 'excluded', NULL, NULL, NULL, NULL, 'vendor', '30', NULL, 0, NULL, 0.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100063, 1, 27.00, 0.00, '', 'paid', 'delivered', 0.00, 'stripe', NULL, NULL, 1, NULL, NULL, 'delivery', 1, 49, '2026-01-28 09:32:16', '2026-01-28 09:35:07', 15.00, '2026-01-28 09:32:16', NULL, '5750', '2026-01-28 09:32:16', '2026-01-28 09:33:02', '2026-01-28 09:32:35', '2026-01-28 09:32:55', '2026-01-28 09:33:54', '2026-01-28 09:34:11', '2026-01-28 09:35:07', NULL, NULL, NULL, '{\"contact_person_name\":\"user demo\",\"contact_person_number\":\"+919876543210\",\"contact_person_email\":\"user@demo.com\",\"address_type\":\"others\",\"address\":\"Jamner Bus Stand, Jamner, Maharashtra, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"75.77423427253962\",\"latitude\":\"20.809387435095946\"}', 0, 0.00, 15.00, NULL, 0.00, 0, NULL, 2, 3, NULL, NULL, NULL, NULL, 0.000, 0.00, NULL, NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', '30', NULL, 0, NULL, 0.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000, NULL, 0, NULL),
(100064, 1, 2007.60, 0.00, '', 'unpaid', 'canceled', 0.00, 'stripe', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 30, '2026-01-30 10:24:31', '2026-01-30 10:54:46', 0.00, '2026-01-30 10:24:31', NULL, '9663', '2026-01-30 10:24:31', NULL, NULL, NULL, NULL, NULL, NULL, '2026-01-30 10:25:14', NULL, NULL, '{\"contact_person_name\":\"user demo\",\"contact_person_number\":\"+919876543210\",\"contact_person_email\":\"user@demo.com\",\"address_type\":\"home\",\"address\":\"7 , Maruti Megnum Society, Randesan, Gandhinagar, Gujarat 382426, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"72.87026457488537\",\"latitude\":\"19.068789261357825\"}', 0, 652.40, 5.00, '2026-01-30 10:24:52', 0.00, 0, NULL, 2, 1, NULL, NULL, NULL, NULL, 410.121, 0.00, 'admin', NULL, 0, 'excluded', NULL, 'Digital payment issue', 'customer', 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);

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

--
-- 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, 54, 100001, 44.00, '{\"id\":54,\"name\":\"Amul Butter Salted Pasteurised\",\"description\":\"Amul Butter\\r\\nAmul\\r\\nAmul Butter - Pasteurised\\r\\nAmul Butter\\r\\nAmul\\r\\nAmul Butter - Pasteurised\\r\\nFlavor Name: Salted; Material Features: Vegetarian; Item Form: Ba\",\"image\":\"2025-10-22-68f8919e24082.png\",\"category_id\":3,\"category_ids\":[{\"id\":\"3\",\"position\":1,\"name\":\"Daily Needs\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":44,\"tax\":0,\"tax_type\":\"percent\",\"discount\":1,\"discount_type\":\"amount\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":30,\"created_at\":\"2025-10-22T08:11:10.000000Z\",\"updated_at\":\"2025-10-22T08:11:10.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":5000,\"unit_id\":4,\"images\":[{\"img\":\"2025-10-22-68f8919e22f83.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8919e23e0a.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8919e23eb9.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"amul-butter-salted-pasteurised\",\"recommended\":0,\"organic\":1,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Super market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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\":\"g\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8919e24082.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8919e22f83.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8919e23e0a.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8919e23eb9.png\"],\"translations\":[{\"id\":189,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":54,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Amul Butter Salted Pasteurised\",\"created_at\":null,\"updated_at\":null},{\"id\":190,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":54,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Amul Butter\\r\\nAmul\\r\\nAmul Butter - Pasteurised\\r\\nAmul Butter\\r\\nAmul\\r\\nAmul Butter - Pasteurised\\r\\nFlavor Name: Salted; Material Features: Vegetarian; Item Form: Ba\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":235,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"54\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:11:10\",\"updated_at\":\"2025-10-22 03:11:10\"},{\"id\":236,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"54\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:11:10\",\"updated_at\":\"2025-10-22 03:11:10\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-16T04:31:17.000000Z\",\"updated_at\":\"2025-09-12T06:07:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":4,\"unit\":\"g\",\"created_at\":\"2025-09-12T07:16:28.000000Z\",\"updated_at\":\"2025-09-12T07:16:28.000000Z\",\"translations\":[]}}', '[]', '[]', 1.00, 'product_discount', 1, 0.00, '\"\"', '2025-10-22 05:45:01', '2025-10-22 05:45:01', NULL, 0.00, 3, 'product_discount', NULL, 1.00000000, 0.00000000),
(2, 82, 100002, 20.00, '{\"id\":82,\"name\":\"Biotique Papaya Deep Cleanse Face Wash\",\"description\":\"What it is: The gentle formula of this biotique face wash effectively removes makeup and excess oil, purifies your pores and eliminates flakes resulting in a polished and radiant complexion.\\r\\nKey ingredients: This exfoliating papaya face wash is infused with the goodness papaya juice for gentle exfoliation, along with neem for moisturizing and its antibacterial properties. Wild turmeric helps improve complexion.\\r\\nKey benefits: This nourishing face wash aids in the reduction of tan lines, unclogs pores for a deep cleansing effect, and enhances the complexion\'s brightness.\\r\\nIt is made with 100% natural botanical extracts and is free from harmful chemicals. It is dermatologically tested, recommended for all skin types, and safe for regular; MethoTo use this biotique face wash gently massage over wet face & neck with fingertips, lather & rinse, morning and evening.\\r\\nIngredients: Papita (Carica Papaya), Akhrot Chhal (Juglans Regia), Neem (Melia Azadirachta Indica), Banhaldi (Curcuma Aromatica), Ritha (Sapindus Mukorossi), Kikar Gaund (Acacia Arabica), Ground Nut Oil, Purified Himalayan Water Q.S.\",\"image\":\"2025-10-22-68f8964b2a61a.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Skin Care\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":20,\"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\":30,\"created_at\":\"2025-10-22T08:31:07.000000Z\",\"updated_at\":\"2025-10-22T08:31:07.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":2000,\"unit_id\":1,\"images\":[{\"img\":\"2025-10-22-68f8964b294e3.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8964b2a38f.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8964b2a466.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"biotique-papaya-deep-cleanse-face-wash\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Super market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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\":\"ltr\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8964b2a61a.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8964b294e3.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8964b2a38f.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8964b2a466.png\"],\"translations\":[{\"id\":245,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":82,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Biotique Papaya Deep Cleanse Face Wash\",\"created_at\":null,\"updated_at\":null},{\"id\":246,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":82,\"locale\":\"en\",\"key\":\"description\",\"value\":\"What it is: The gentle formula of this biotique face wash effectively removes makeup and excess oil, purifies your pores and eliminates flakes resulting in a polished and radiant complexion.\\r\\nKey ingredients: This exfoliating papaya face wash is infused with the goodness papaya juice for gentle exfoliation, along with neem for moisturizing and its antibacterial properties. Wild turmeric helps improve complexion.\\r\\nKey benefits: This nourishing face wash aids in the reduction of tan lines, unclogs pores for a deep cleansing effect, and enhances the complexion\'s brightness.\\r\\nIt is made with 100% natural botanical extracts and is free from harmful chemicals. It is dermatologically tested, recommended for all skin types, and safe for regular; MethoTo use this biotique face wash gently massage over wet face & neck with fingertips, lather & rinse, morning and evening.\\r\\nIngredients: Papita (Carica Papaya), Akhrot Chhal (Juglans Regia), Neem (Melia Azadirachta Indica), Banhaldi (Curcuma Aromatica), Ritha (Sapindus Mukorossi), Kikar Gaund (Acacia Arabica), Ground Nut Oil, Purified Himalayan Water Q.S.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":291,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"82\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:31:07\",\"updated_at\":\"2025-10-22 03:31:07\"},{\"id\":292,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"82\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:31:07\",\"updated_at\":\"2025-10-22 03:31:07\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-16T04:31:17.000000Z\",\"updated_at\":\"2025-09-12T06:07:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":1,\"unit\":\"ltr\",\"created_at\":\"2025-09-12T07:16:02.000000Z\",\"updated_at\":\"2025-09-12T07:16:48.000000Z\",\"translations\":[]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, '\"\"', '2025-10-22 07:01:54', '2025-10-22 07:01:54', NULL, 0.00, 6, 'product_discount', NULL, 0.00000000, 0.00000000),
(3, 20, 100003, 200.00, '{\"id\":20,\"name\":\"Fortune Premium Kachi Ghani Pure Mustard Oil, 1Litre PET Bottle\",\"description\":\"Fortune Premium Kachi Ghani Pure Mustard Oil, 1Litre PET Bottle\",\"image\":\"2025-10-22-68f87d361f109.png\",\"category_id\":4,\"category_ids\":[{\"id\":\"4\",\"position\":1,\"name\":\"Grocery\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"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\":34,\"created_at\":\"2025-10-21T20:14:06.000000Z\",\"updated_at\":\"2025-10-21T20:14:06.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":900,\"unit_id\":1,\"images\":[{\"img\":\"2025-10-22-68f87d361dc34.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f87d361ef6e.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"fortune-premium-kachi-ghani-pure-mustard-oil-1litre-pet-bottle\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fresh market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":20,\"max_delivery_time\":50,\"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\":\"ltr\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f87d361f109.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f87d361dc34.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f87d361ef6e.png\"],\"translations\":[{\"id\":113,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":20,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Fortune Premium Kachi Ghani Pure Mustard Oil, 1Litre PET Bottle\",\"created_at\":null,\"updated_at\":null},{\"id\":114,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":20,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Fortune Premium Kachi Ghani Pure Mustard Oil, 1Litre PET Bottle\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":158,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"20\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 01:44:06\",\"updated_at\":\"2025-10-22 01:44:06\"},{\"id\":159,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"20\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 01:44:06\",\"updated_at\":\"2025-10-22 01:44:06\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":1,\"unit\":\"ltr\",\"created_at\":\"2025-09-11T20:46:02.000000Z\",\"updated_at\":\"2025-09-11T20:46:48.000000Z\",\"translations\":[]}}', '[]', '[]', 20.00, 'product_discount', 1, 0.00, 'null', '2025-10-23 12:46:24', '2025-10-23 12:46:24', NULL, 0.00, 4, 'product_discount', NULL, 10.00000000, 0.00000000),
(4, 125, 100004, 3.00, '{\"id\":125,\"name\":\"Move Spray\",\"description\":\"100% Ayurvedic formula for pain relief\\r\\nEffective on back, joint, and muscle pain\\r\\nContains natural oils like Wintergreen, Eucalyptus, and Mint\\r\\nMay help provide fast and long-lasting relief\\r\\nSuitable for sports injuries and daily aches\\r\\nEasy-to-use spray application\",\"image\":\"2025-10-22-68f8a6afb6281.png\",\"category_id\":7,\"category_ids\":[{\"id\":\"7\",\"position\":1,\"name\":\"Health & Nutrition\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":3,\"tax\":0,\"tax_type\":\"percent\",\"discount\":50,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":50,\"created_at\":\"2025-10-21T23:11:03.000000Z\",\"updated_at\":\"2025-10-23T09:20:55.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":100,\"unit_id\":3,\"images\":[{\"img\":\"2025-10-22-68f8a6afb5376.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"move-spray\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":10,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"24\\/7 pharmacy\",\"is_campaign\":0,\"module_type\":\"pharmacy\",\"zone_id\":2,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":50,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":1,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"ml\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8a6afb6281.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8a6afb5376.png\"],\"translations\":[{\"id\":344,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":125,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Move Spray\",\"created_at\":null,\"updated_at\":null},{\"id\":345,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":125,\"locale\":\"en\",\"key\":\"description\",\"value\":\"100% Ayurvedic formula for pain relief\\r\\nEffective on back, joint, and muscle pain\\r\\nContains natural oils like Wintergreen, Eucalyptus, and Mint\\r\\nMay help provide fast and long-lasting relief\\r\\nSuitable for sports injuries and daily aches\\r\\nEasy-to-use spray application\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":389,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"125\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 04:41:03\",\"updated_at\":\"2025-10-22 04:41:03\"},{\"id\":390,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"125\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 04:41:03\",\"updated_at\":\"2025-10-22 04:41:03\"}],\"module\":{\"id\":2,\"module_name\":\"Pharmacy\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2025-09-12-68c3b95ad0c9c.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2025-09-11T19:40:34.000000Z\",\"updated_at\":\"2025-10-22T20:40:21.000000Z\",\"icon\":\"2025-09-12-68c3b95acfa87.png\",\"theme_id\":1,\"description\":\"<p>Welcome to MXLovo, your trusted online pharmacy for all your healthcare needs. Browse our wide selection of prescription medications, over-the-counter products, and health essentials, all available at your convenience. Our team of qualified pharmacists is here to provide expert advice and ensure you get the care you deserve. With secure ordering and fast delivery,&nbsp;MXLovo is your one-stop shop for all things health-related. Experience the convenience of online pharmacy shopping with&nbsp;MXLovo today!<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b95acfa87.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b95ad0c9c.png\",\"translations\":[],\"storage\":[]},\"ecommerce_item_details\":null,\"unit\":{\"id\":3,\"unit\":\"ml\",\"created_at\":\"2025-09-11T20:46:23.000000Z\",\"updated_at\":\"2025-09-11T20:46:23.000000Z\",\"translations\":[]}}', '[]', '[]', 1.50, 'product_discount', 1, 0.00, 'null', '2025-10-23 14:52:31', '2025-10-23 14:52:31', NULL, 0.00, 7, 'product_discount', NULL, 50.00000000, 0.00000000),
(5, 129, 100005, 11.00, '{\"id\":129,\"name\":\"Maria Cookie Icebox Cake\",\"description\":\"Toasty, slightly sweet Maria cookies were an after-school snack staple for pastry chef Paola Velez while growing up in the Bronx.\",\"image\":\"2025-10-22-68f8a7ab0dd4b.png\",\"category_id\":16,\"category_ids\":[{\"id\":\"16\",\"position\":1,\"name\":\"Cake\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":11,\"tax\":0,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"10:00:00\",\"available_time_ends\":\"19:00:00\",\"veg\":1,\"status\":1,\"store_id\":49,\"created_at\":\"2025-10-21T23:15:15.000000Z\",\"updated_at\":\"2025-10-21T23:15:15.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":3,\"stock\":0,\"unit_id\":null,\"images\":[],\"food_variations\":[],\"slug\":\"maria-cookie-icebox-cake\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":1,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Da Vittorio\",\"is_campaign\":0,\"module_type\":\"food\",\"zone_id\":2,\"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:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8a7ab0dd4b.png\",\"images_full_url\":[],\"translations\":[{\"id\":352,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":129,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Maria Cookie Icebox Cake\",\"created_at\":null,\"updated_at\":null},{\"id\":353,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":129,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Toasty, slightly sweet Maria cookies were an after-school snack staple for pastry chef Paola Velez while growing up in the Bronx.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":397,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"129\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 04:45:15\",\"updated_at\":\"2025-10-22 04:45:15\"},{\"id\":398,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"129\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 04:45:15\",\"updated_at\":\"2025-10-22 04:45:15\"}],\"module\":{\"id\":3,\"module_name\":\"Food\",\"module_type\":\"food\",\"thumbnail\":\"2025-09-12-68c3ba4b9ad2c.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2025-09-11T19:44:35.000000Z\",\"updated_at\":\"2025-09-11T19:44:35.000000Z\",\"icon\":\"2025-09-12-68c3ba4b99acf.png\",\"theme_id\":1,\"description\":\"<p>Welcome to MXLovo Food, your one-stop destination for ordering delicious food online! Browse through a diverse selection of restaurants and cuisines, conveniently order your favorite meals, and have them delivered straight to your doorstep. Whether you&#39;re craving pizza, sushi, or something exotic, we&#39;ve got you covered. With easy online ordering and secure payment options, enjoying great food has never been easier. Join the foodie revolution and experience the convenience of online food ordering with MXLovo today!&quot;<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3ba4b99acf.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3ba4b9ad2c.png\",\"translations\":[],\"storage\":[]},\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, 'null', '2025-10-23 15:31:10', '2025-10-23 15:31:10', NULL, 0.00, 16, 'product_discount', NULL, 0.00000000, 0.00000000),
(6, 161, 100006, 1200.00, '{\"id\":161,\"name\":\"Amul Ghee\",\"description\":\"Ghee\",\"image\":\"2025-10-23-68fa0600df1a4.png\",\"category_id\":3,\"category_ids\":[{\"id\":\"3\",\"position\":1,\"name\":\"Daily Needs\"}],\"variations\":[{\"type\":\"Amul\",\"price\":1200,\"stock\":100}],\"add_ons\":[],\"attributes\":[5],\"choice_options\":[{\"name\":\"choice_5\",\"title\":\"Brand\",\"options\":[\"Amul\"]}],\"price\":1200,\"tax\":0,\"tax_type\":\"percent\",\"discount\":10,\"discount_type\":\"percent\",\"available_time_starts\":null,\"available_time_ends\":null,\"veg\":0,\"status\":1,\"store_id\":34,\"created_at\":\"2025-10-23T10:40:00.000000Z\",\"updated_at\":\"2025-10-23T10:41:35.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":100,\"unit_id\":1,\"images\":[],\"food_variations\":[],\"slug\":\"ghee\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":5,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fresh market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":20,\"max_delivery_time\":50,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[\"100\"],\"allergies_name\":[\"NA\"],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"ltr\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-23-68fa0600df1a4.png\",\"images_full_url\":[],\"translations\":[{\"id\":444,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":161,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Amul Ghee\",\"created_at\":null,\"updated_at\":null},{\"id\":445,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":161,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Ghee\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":524,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"161\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-23 16:10:00\",\"updated_at\":\"2025-10-23 16:10:00\"},{\"id\":525,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"161\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-23 16:10:33\",\"updated_at\":\"2025-10-23 16:10:33\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":1,\"unit\":\"ltr\",\"created_at\":\"2025-09-11T20:46:02.000000Z\",\"updated_at\":\"2025-09-11T20:46:48.000000Z\",\"translations\":[]}}', '[{\"type\":\"Amul\",\"price\":1200,\"stock\":100}]', '[]', 120.00, 'product_discount', 1, 0.00, 'null', '2025-10-23 16:40:01', '2025-10-23 16:40:01', NULL, 0.00, 3, 'product_discount', NULL, 10.00000000, 0.00000000),
(7, 6, 100007, 65.00, '{\"id\":6,\"name\":\"Fortune Sugar, 1 kg\",\"description\":\"Fortune Sugar, 1 kg\",\"image\":\"2025-10-22-68f87ac9e617f.png\",\"category_id\":3,\"category_ids\":[{\"id\":\"3\",\"position\":1,\"name\":\"Daily Needs\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":65,\"tax\":0,\"tax_type\":\"percent\",\"discount\":3,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":34,\"created_at\":\"2025-10-21T20:03:45.000000Z\",\"updated_at\":\"2025-10-21T20:03:45.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":100,\"unit_id\":2,\"images\":[{\"img\":\"2025-10-22-68f87ac9e5242.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f87ac9e5fb0.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"fortune-sugar-1-kg\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fresh market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":20,\"max_delivery_time\":50,\"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:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f87ac9e617f.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f87ac9e5242.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f87ac9e5fb0.png\"],\"translations\":[{\"id\":85,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":6,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Fortune Sugar, 1 kg\",\"created_at\":null,\"updated_at\":null},{\"id\":86,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":6,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Fortune Sugar, 1 kg\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":130,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"6\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 01:33:45\",\"updated_at\":\"2025-10-22 01:33:45\"},{\"id\":131,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"6\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 01:33:45\",\"updated_at\":\"2025-10-22 01:33:45\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":2,\"unit\":\"kg\",\"created_at\":\"2025-09-11T20:46:16.000000Z\",\"updated_at\":\"2025-09-11T20:46:16.000000Z\",\"translations\":[]}}', '[]', '[]', 1.95, 'product_discount', 1, 0.00, 'null', '2025-10-23 16:57:49', '2025-10-23 16:57:49', NULL, 0.00, 3, 'product_discount', NULL, 3.00000000, 0.00000000),
(8, 85, 100008, 25.00, '{\"id\":85,\"name\":\"Plum Green Tea Renewed Clarity Night Gel Mini\",\"description\":\"Clear & Glowing Skin: This rejuvenating night gel works overnight to reduce blemishes and brighten your complexion, helping you wake up to smoother, clearer, and more radiant skin.\\r\\nGreen Tea for Acne Marks: The powerful antioxidant green tea extract targets acne and acne scars, helping to fade marks and promote an even skin tone for a healthier appearance.\\r\\nHydrating Argan Oil: Enriched with argan oil, this gel offers deep hydration without the greasy feel, restoring moisture to your skin while preventing clogged pores and breakouts.\\r\\nVegan & Chemical-Free: With a formula free from parabens, SLS, phthalates, and mineral oils, this product is perfect for sensitive skin, providing a gentle, non-toxic solution for oily and acne-prone skin.\\r\\nHow to Use: For best results, cleanse your face thoroughly, gently pat dry, and apply the pillow-proof night gel to your face and neck. Enjoy fresh, balanced, and non-greasy skin when you wake up.\",\"image\":\"2025-10-22-68f896ecf27fb.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Skin Care\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":25,\"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\":30,\"created_at\":\"2025-10-21T22:03:48.000000Z\",\"updated_at\":\"2025-10-21T22:03:48.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":3333,\"unit_id\":1,\"images\":[{\"img\":\"2025-10-22-68f896ecf1759.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f896ecf2522.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f896ecf25d9.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f896ecf2694.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"plum-green-tea-renewed-clarity-night-gel-mini\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Super market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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\":\"ltr\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf27fb.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf1759.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf2522.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf25d9.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf2694.png\"],\"translations\":[{\"id\":251,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":85,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Plum Green Tea Renewed Clarity Night Gel Mini\",\"created_at\":null,\"updated_at\":null},{\"id\":252,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":85,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Clear & Glowing Skin: This rejuvenating night gel works overnight to reduce blemishes and brighten your complexion, helping you wake up to smoother, clearer, and more radiant skin.\\r\\nGreen Tea for Acne Marks: The powerful antioxidant green tea extract targets acne and acne scars, helping to fade marks and promote an even skin tone for a healthier appearance.\\r\\nHydrating Argan Oil: Enriched with argan oil, this gel offers deep hydration without the greasy feel, restoring moisture to your skin while preventing clogged pores and breakouts.\\r\\nVegan & Chemical-Free: With a formula free from parabens, SLS, phthalates, and mineral oils, this product is perfect for sensitive skin, providing a gentle, non-toxic solution for oily and acne-prone skin.\\r\\nHow to Use: For best results, cleanse your face thoroughly, gently pat dry, and apply the pillow-proof night gel to your face and neck. Enjoy fresh, balanced, and non-greasy skin when you wake up.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":297,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"85\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:33:48\",\"updated_at\":\"2025-10-22 03:33:48\"},{\"id\":298,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"85\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:33:49\",\"updated_at\":\"2025-10-22 03:33:49\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":1,\"unit\":\"ltr\",\"created_at\":\"2025-09-11T20:46:02.000000Z\",\"updated_at\":\"2025-09-11T20:46:48.000000Z\",\"translations\":[]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, '\"\"', '2025-10-24 09:13:04', '2025-10-24 09:13:04', NULL, 0.00, 6, '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
(9, 75, 100009, 30.00, '{\"id\":75,\"name\":\"Biotique Natural Makeup Matte MagiCompact For All Skin Types\",\"description\":\"Biotique Magicompact is a skin lightening and whitening compact with multivitamins, minerals, and plant enriched tints\\r\\nThe Magicompact has an advanced brightening formula with sun protection and SPF 15 to protect your skin from the blazing heat\\r\\nBiotique Magicompact is skincare-infused. It is made up of all-natural colour pigments which nourish your skin with every application\\r\\nBMagicompact comes with a matte finish and smudge-proof formula, lasting throughout the day\\r\\n100% organic, silicon-free, cruelty-free\",\"image\":\"2025-10-22-68f895485bc37.png\",\"category_id\":5,\"category_ids\":[{\"id\":\"5\",\"position\":1,\"name\":\"Cosmatic\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":30,\"tax\":0,\"tax_type\":\"percent\",\"discount\":3,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":30,\"created_at\":\"2025-10-21T21:56:48.000000Z\",\"updated_at\":\"2025-10-21T21:56:48.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":4400,\"unit_id\":4,\"images\":[{\"img\":\"2025-10-22-68f895485a9f1.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f895485b8fd.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f895485b9a5.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f895485ba91.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"biotique-natural-makeup-matte-magicompact-for-all-skin-types\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Super market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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\":\"g\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f895485bc37.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f895485a9f1.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f895485b8fd.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f895485b9a5.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f895485ba91.png\"],\"translations\":[{\"id\":231,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":75,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Biotique Natural Makeup Matte MagiCompact For All Skin Types\",\"created_at\":null,\"updated_at\":null},{\"id\":232,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":75,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Biotique Magicompact is a skin lightening and whitening compact with multivitamins, minerals, and plant enriched tints\\r\\nThe Magicompact has an advanced brightening formula with sun protection and SPF 15 to protect your skin from the blazing heat\\r\\nBiotique Magicompact is skincare-infused. It is made up of all-natural colour pigments which nourish your skin with every application\\r\\nBMagicompact comes with a matte finish and smudge-proof formula, lasting throughout the day\\r\\n100% organic, silicon-free, cruelty-free\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":277,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"75\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:26:48\",\"updated_at\":\"2025-10-22 03:26:48\"},{\"id\":278,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"75\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:26:48\",\"updated_at\":\"2025-10-22 03:26:48\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":4,\"unit\":\"g\",\"created_at\":\"2025-09-11T20:46:28.000000Z\",\"updated_at\":\"2025-09-11T20:46:28.000000Z\",\"translations\":[]}}', '[]', '[]', 0.90, 'product_discount', 1, 0.00, '\"\"', '2025-10-24 09:15:05', '2025-10-24 09:15:05', NULL, 0.00, 5, 'product_discount', NULL, 3.00000000, 0.00000000),
(10, 16, 100010, 450.00, '{\"id\":16,\"name\":\"India Gate Basmati Rice Everyday 5 kg\",\"description\":\"India Gate Basmati Rice Everyday 5 kg\",\"image\":\"2025-10-22-68f87c90df569.png\",\"category_id\":4,\"category_ids\":[{\"id\":\"4\",\"position\":1,\"name\":\"Grocery\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":450,\"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\":34,\"created_at\":\"2025-10-21T20:11:20.000000Z\",\"updated_at\":\"2025-10-21T20:11:20.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":500,\"unit_id\":2,\"images\":[{\"img\":\"2025-10-22-68f87c90de376.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f87c90df392.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"india-gate-basmati-rice-everyday-5-kg\",\"recommended\":0,\"organic\":1,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fresh market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":20,\"max_delivery_time\":50,\"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:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f87c90df569.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f87c90de376.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f87c90df392.png\"],\"translations\":[{\"id\":105,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":16,\"locale\":\"en\",\"key\":\"name\",\"value\":\"India Gate Basmati Rice Everyday 5 kg\",\"created_at\":null,\"updated_at\":null},{\"id\":106,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":16,\"locale\":\"en\",\"key\":\"description\",\"value\":\"India Gate Basmati Rice Everyday 5 kg\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":150,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"16\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 01:41:20\",\"updated_at\":\"2025-10-22 01:41:20\"},{\"id\":151,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"16\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 01:41:20\",\"updated_at\":\"2025-10-22 01:41:20\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":2,\"unit\":\"kg\",\"created_at\":\"2025-09-11T20:46:16.000000Z\",\"updated_at\":\"2025-09-11T20:46:16.000000Z\",\"translations\":[]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, 'null', '2025-10-24 09:20:58', '2025-10-24 09:20:58', NULL, 0.00, 4, 'product_discount', NULL, 0.00000000, 0.00000000),
(11, 25, 100011, 10.00, '{\"id\":25,\"name\":\"Garnier Skin Naturals, Cleansing Water, Hydrating & Soothing, Micellar Cleansing Water, 125 ml\",\"description\":\"Cleansing water for light makeup\\r\\nThe formula gently hydrates your skin and removes makeup as well as dirt\\r\\nHow to use: Pour out on a cotton pad and wipe gently across the face, lips and eyes\\r\\nGentle formula which is suitable for sensitive skin, enriched with hydrating botanical glycerin\\r\\nContents: 1x Garnier Skin Naturals Micellar Cleansing Water, Volume: 125 ml\",\"image\":\"2025-10-22-68f87e85e3f6e.png\",\"category_id\":5,\"category_ids\":[{\"id\":\"5\",\"position\":1,\"name\":\"Cosmatic\"}],\"variations\":[{\"type\":\"125ml\",\"price\":10,\"stock\":1000},{\"type\":\"400ml\",\"price\":26,\"stock\":155}],\"add_ons\":[],\"attributes\":[\"1\"],\"choice_options\":[{\"name\":\"choice_1\",\"title\":\"Size\",\"options\":[\"125ml\",\"400ml\"]}],\"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\":34,\"created_at\":\"2025-10-21T20:19:41.000000Z\",\"updated_at\":\"2025-10-21T20:19:41.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":1155,\"unit_id\":3,\"images\":[{\"img\":\"2025-10-22-68f87e85e3104.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f87e85e3dfd.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"garnier-skin-naturals-cleansing-water-hydrating-soothing-micellar-cleansing-water-125-ml\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fresh market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":20,\"max_delivery_time\":50,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[\"Size\"],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"ml\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f87e85e3f6e.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f87e85e3104.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f87e85e3dfd.png\"],\"translations\":[{\"id\":123,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":25,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Garnier Skin Naturals, Cleansing Water, Hydrating & Soothing, Micellar Cleansing Water, 125 ml\",\"created_at\":null,\"updated_at\":null},{\"id\":124,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":25,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Cleansing water for light makeup\\r\\nThe formula gently hydrates your skin and removes makeup as well as dirt\\r\\nHow to use: Pour out on a cotton pad and wipe gently across the face, lips and eyes\\r\\nGentle formula which is suitable for sensitive skin, enriched with hydrating botanical glycerin\\r\\nContents: 1x Garnier Skin Naturals Micellar Cleansing Water, Volume: 125 ml\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":168,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"25\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 01:49:41\",\"updated_at\":\"2025-10-22 01:49:41\"},{\"id\":169,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"25\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 01:49:41\",\"updated_at\":\"2025-10-22 01:49:41\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":3,\"unit\":\"ml\",\"created_at\":\"2025-09-11T20:46:23.000000Z\",\"updated_at\":\"2025-09-11T20:46:23.000000Z\",\"translations\":[]}}', '{\"type\":\"125ml\",\"price\":10,\"stock\":1000}', '[]', 0.00, 'product_discount', 1, 0.00, '\"125ml\"', '2025-10-24 09:36:14', '2025-10-24 09:36:14', NULL, 0.00, 5, 'product_discount', NULL, 0.00000000, 0.00000000),
(12, 161, 100012, 1200.00, '{\"id\":161,\"name\":\"Amul Ghee\",\"description\":\"Ghee\",\"image\":\"2025-10-23-68fa0600df1a4.png\",\"category_id\":3,\"category_ids\":[{\"id\":\"3\",\"position\":1,\"name\":\"Daily Needs\"}],\"variations\":[{\"type\":\"Amul\",\"price\":1200,\"stock\":99}],\"add_ons\":[],\"attributes\":[5],\"choice_options\":[{\"name\":\"choice_5\",\"title\":\"Brand\",\"options\":[\"Amul\"]}],\"price\":1200,\"tax\":0,\"tax_type\":\"percent\",\"discount\":10,\"discount_type\":\"percent\",\"available_time_starts\":null,\"available_time_ends\":null,\"veg\":0,\"status\":1,\"store_id\":34,\"created_at\":\"2025-10-23T10:40:00.000000Z\",\"updated_at\":\"2025-10-23T11:24:00.000000Z\",\"order_count\":1,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":99,\"unit_id\":1,\"images\":[],\"food_variations\":[],\"slug\":\"ghee\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":5,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fresh market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":20,\"max_delivery_time\":50,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[\"100\"],\"allergies_name\":[\"NA\"],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"ltr\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-23-68fa0600df1a4.png\",\"images_full_url\":[],\"translations\":[{\"id\":444,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":161,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Amul Ghee\",\"created_at\":null,\"updated_at\":null},{\"id\":445,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":161,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Ghee\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":524,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"161\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-23 16:10:00\",\"updated_at\":\"2025-10-23 16:10:00\"},{\"id\":525,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"161\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-23 16:10:33\",\"updated_at\":\"2025-10-23 16:10:33\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":1,\"unit\":\"ltr\",\"created_at\":\"2025-09-11T20:46:02.000000Z\",\"updated_at\":\"2025-09-11T20:46:48.000000Z\",\"translations\":[]}}', '{\"type\":\"Amul\",\"price\":1200,\"stock\":99}', '[]', 120.00, 'product_discount', 1, 0.00, '\"Amul\"', '2025-10-24 09:38:53', '2025-10-24 09:38:53', NULL, 0.00, 3, 'product_discount', NULL, 10.00000000, 0.00000000),
(13, 3, 100013, 450.00, '{\"id\":3,\"name\":\"Dabur Chyawanprakash Sugarfree\",\"description\":\"Dabur Chyawanprakash Sugarfree - 900g | 3X Immunity Action | Clinically Tested Safe for Diabetics | With 40+ Ayurvedic Herbs | Boosts Immunity | Helps Build Strength & Stamina | Builds Overall Health\",\"image\":\"2025-10-22-68f879caf1f38.png\",\"category_id\":3,\"category_ids\":[{\"id\":\"3\",\"position\":1,\"name\":\"Daily Needs\"}],\"variations\":[{\"type\":\"900g\",\"price\":450,\"stock\":155},{\"type\":\"500g\",\"price\":350,\"stock\":1555},{\"type\":\"1.8kg\",\"price\":799,\"stock\":551}],\"add_ons\":[],\"attributes\":[\"1\"],\"choice_options\":[{\"name\":\"choice_1\",\"title\":\"Size\",\"options\":[\"900g \",\"500g \",\"1.8kg\"]}],\"price\":450,\"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\":34,\"created_at\":\"2025-10-21T19:59:30.000000Z\",\"updated_at\":\"2025-10-21T20:01:13.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":2261,\"unit_id\":4,\"images\":[{\"img\":\"2025-10-22-68f879caf0ea8.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f879caf1da3.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"dabur-chyawanprakash-sugarfree\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fresh market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":20,\"max_delivery_time\":50,\"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:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f879caf1f38.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f879caf0ea8.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f879caf1da3.png\"],\"translations\":[{\"id\":77,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Dabur Chyawanprakash Sugarfree\",\"created_at\":null,\"updated_at\":null},{\"id\":78,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Dabur Chyawanprakash Sugarfree - 900g | 3X Immunity Action | Clinically Tested Safe for Diabetics | With 40+ Ayurvedic Herbs | Boosts Immunity | Helps Build Strength & Stamina | Builds Overall Health\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":122,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"3\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 01:29:30\",\"updated_at\":\"2025-10-22 01:29:30\"},{\"id\":123,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"3\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 01:29:30\",\"updated_at\":\"2025-10-22 01:29:30\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":4,\"unit\":\"g\",\"created_at\":\"2025-09-11T20:46:28.000000Z\",\"updated_at\":\"2025-09-11T20:46:28.000000Z\",\"translations\":[]}}', '[{\"type\":\"900g\",\"price\":450,\"stock\":155}]', '[]', 22.50, 'product_discount', 1, 0.00, 'null', '2025-10-24 09:43:05', '2025-10-24 09:43:05', NULL, 0.00, 3, 'product_discount', NULL, 5.00000000, 0.00000000),
(14, 25, 100014, 3.00, '{\"id\":25,\"name\":\"Garnier Skin Naturals, Cleansing Water, Hydrating & Soothing, Micellar Cleansing Water, 125 ml\",\"description\":\"Cleansing water for light makeup\\r\\nThe formula gently hydrates your skin and removes makeup as well as dirt\\r\\nHow to use: Pour out on a cotton pad and wipe gently across the face, lips and eyes\\r\\nGentle formula which is suitable for sensitive skin, enriched with hydrating botanical glycerin\\r\\nContents: 1x Garnier Skin Naturals Micellar Cleansing Water, Volume: 125 ml\",\"image\":\"2025-10-22-68f87e85e3f6e.png\",\"category_id\":5,\"category_ids\":[{\"id\":\"5\",\"position\":1,\"name\":\"Cosmatic\"}],\"variations\":[{\"type\":\"125ml\",\"price\":3,\"stock\":999},{\"type\":\"400ml\",\"price\":3,\"stock\":155}],\"add_ons\":[],\"attributes\":[\"1\"],\"choice_options\":[{\"name\":\"choice_1\",\"title\":\"Size\",\"options\":[\"125ml\",\" 400ml\"]}],\"price\":3,\"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\":34,\"created_at\":\"2025-10-21T20:19:41.000000Z\",\"updated_at\":\"2025-10-24T04:20:02.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":1154,\"unit_id\":3,\"images\":[{\"img\":\"2025-10-22-68f87e85e3104.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f87e85e3dfd.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"garnier-skin-naturals-cleansing-water-hydrating-soothing-micellar-cleansing-water-125-ml\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fresh market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":20,\"max_delivery_time\":50,\"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\":\"ml\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f87e85e3f6e.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f87e85e3104.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f87e85e3dfd.png\"],\"translations\":[{\"id\":123,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":25,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Garnier Skin Naturals, Cleansing Water, Hydrating & Soothing, Micellar Cleansing Water, 125 ml\",\"created_at\":null,\"updated_at\":null},{\"id\":124,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":25,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Cleansing water for light makeup\\r\\nThe formula gently hydrates your skin and removes makeup as well as dirt\\r\\nHow to use: Pour out on a cotton pad and wipe gently across the face, lips and eyes\\r\\nGentle formula which is suitable for sensitive skin, enriched with hydrating botanical glycerin\\r\\nContents: 1x Garnier Skin Naturals Micellar Cleansing Water, Volume: 125 ml\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":168,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"25\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 01:49:41\",\"updated_at\":\"2025-10-22 01:49:41\"},{\"id\":169,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"25\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 01:49:41\",\"updated_at\":\"2025-10-22 01:49:41\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":3,\"unit\":\"ml\",\"created_at\":\"2025-09-11T20:46:23.000000Z\",\"updated_at\":\"2025-09-11T20:46:23.000000Z\",\"translations\":[]}}', '[{\"type\":\"125ml\",\"price\":3,\"stock\":999}]', '[]', 0.00, 'product_discount', 1, 0.00, 'null', '2025-10-24 09:52:16', '2025-10-24 09:52:16', NULL, 0.00, 5, 'product_discount', NULL, 0.00000000, 0.00000000),
(15, 31, 100015, 30.00, '{\"id\":31,\"name\":\"Deconstruct 10% Non-Irritating Vitamin C Face Serum For Glowing Skin\",\"description\":\"HIGHLY EFFECTIVE YET GENTLE: The optimum 10% of Vitamin C is gentler for skin & addition of 0.5% Ferulic Acid increases the effectiveness & stability of the Vitamin C face serum. Making it suitable for people who are beginning their skincare journey & those who want gentler formulations.\\r\\nVITAMIN C FACE SERUM WITH FERULIC ACID: Power combo of Vitamin C and Ferulic acid functions well together towards limiting the expression of tyrosinase which provides glowing & brightening effect & reducess dullness & tanning.\\r\\nWATER BASED VITAMIN C FACE SERUM: Spreads easily & leaves no sticky feeling on the face. Vitamin c serum for oily skin & all other skin types.\\r\\nSUN PROTECTION : 0.5 % Ferulic acid is a potent antioxidant that not only makes Vitamin C Face Serum formulation stable but also prevents sun damage and reduces dullness & tanning.\\r\\nVITAMIN C FACE SERUM FOR GLOWING SKIN: This Vitamin C face serum contains anti-inflammatory properties which clears pigmentation, helps in collagen biosynthesis, hence provides glowing skin.\",\"image\":\"2025-10-22-68f882223974f.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Skin Care\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":30,\"tax\":0,\"tax_type\":\"percent\",\"discount\":2,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":34,\"created_at\":\"2025-10-21T20:35:06.000000Z\",\"updated_at\":\"2025-10-21T20:35:06.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":100,\"unit_id\":1,\"images\":[{\"img\":\"2025-10-22-68f8822238603.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f882223950f.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f88222395d5.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"deconstruct-10-non-irritating-vitamin-c-face-serum-for-glowing-skin\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fresh market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":20,\"max_delivery_time\":50,\"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\":\"ltr\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f882223974f.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8822238603.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f882223950f.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f88222395d5.png\"],\"translations\":[{\"id\":135,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":31,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Deconstruct 10% Non-Irritating Vitamin C Face Serum For Glowing Skin\",\"created_at\":null,\"updated_at\":null},{\"id\":136,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":31,\"locale\":\"en\",\"key\":\"description\",\"value\":\"HIGHLY EFFECTIVE YET GENTLE: The optimum 10% of Vitamin C is gentler for skin & addition of 0.5% Ferulic Acid increases the effectiveness & stability of the Vitamin C face serum. Making it suitable for people who are beginning their skincare journey & those who want gentler formulations.\\r\\nVITAMIN C FACE SERUM WITH FERULIC ACID: Power combo of Vitamin C and Ferulic acid functions well together towards limiting the expression of tyrosinase which provides glowing & brightening effect & reducess dullness & tanning.\\r\\nWATER BASED VITAMIN C FACE SERUM: Spreads easily & leaves no sticky feeling on the face. Vitamin c serum for oily skin & all other skin types.\\r\\nSUN PROTECTION : 0.5 % Ferulic acid is a potent antioxidant that not only makes Vitamin C Face Serum formulation stable but also prevents sun damage and reduces dullness & tanning.\\r\\nVITAMIN C FACE SERUM FOR GLOWING SKIN: This Vitamin C face serum contains anti-inflammatory properties which clears pigmentation, helps in collagen biosynthesis, hence provides glowing skin.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":181,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"31\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 02:05:06\",\"updated_at\":\"2025-10-22 02:05:06\"},{\"id\":182,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"31\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 02:05:06\",\"updated_at\":\"2025-10-22 02:05:06\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":1,\"unit\":\"ltr\",\"created_at\":\"2025-09-11T20:46:02.000000Z\",\"updated_at\":\"2025-09-11T20:46:48.000000Z\",\"translations\":[]}}', '[]', '[]', 0.60, 'product_discount', 1, 0.00, 'null', '2025-10-24 10:49:23', '2025-10-24 10:49:23', NULL, 0.00, 6, 'product_discount', NULL, 2.00000000, 0.00000000),
(16, 125, 100016, 3.00, '{\"id\":125,\"name\":\"Move Spray\",\"description\":\"100% Ayurvedic formula for pain relief\\r\\nEffective on back, joint, and muscle pain\\r\\nContains natural oils like Wintergreen, Eucalyptus, and Mint\\r\\nMay help provide fast and long-lasting relief\\r\\nSuitable for sports injuries and daily aches\\r\\nEasy-to-use spray application\",\"image\":\"2025-10-22-68f8a6afb6281.png\",\"category_id\":7,\"category_ids\":[{\"id\":\"7\",\"position\":1,\"name\":\"Health & Nutrition\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":3,\"tax\":0,\"tax_type\":\"percent\",\"discount\":50,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":50,\"created_at\":\"2025-10-21T23:11:03.000000Z\",\"updated_at\":\"2025-10-23T09:22:31.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":99,\"unit_id\":3,\"images\":[{\"img\":\"2025-10-22-68f8a6afb5376.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"move-spray\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":10,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"24\\/7 pharmacy\",\"is_campaign\":0,\"module_type\":\"pharmacy\",\"zone_id\":2,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":50,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":1,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"ml\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8a6afb6281.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8a6afb5376.png\"],\"translations\":[{\"id\":344,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":125,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Move Spray\",\"created_at\":null,\"updated_at\":null},{\"id\":345,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":125,\"locale\":\"en\",\"key\":\"description\",\"value\":\"100% Ayurvedic formula for pain relief\\r\\nEffective on back, joint, and muscle pain\\r\\nContains natural oils like Wintergreen, Eucalyptus, and Mint\\r\\nMay help provide fast and long-lasting relief\\r\\nSuitable for sports injuries and daily aches\\r\\nEasy-to-use spray application\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":389,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"125\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 04:41:03\",\"updated_at\":\"2025-10-22 04:41:03\"},{\"id\":390,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"125\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 04:41:03\",\"updated_at\":\"2025-10-22 04:41:03\"}],\"module\":{\"id\":2,\"module_name\":\"Pharmacy\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2025-09-12-68c3b95ad0c9c.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2025-09-11T19:40:34.000000Z\",\"updated_at\":\"2025-10-22T20:40:21.000000Z\",\"icon\":\"2025-09-12-68c3b95acfa87.png\",\"theme_id\":1,\"description\":\"<p>Welcome to MXLovo, your trusted online pharmacy for all your healthcare needs. Browse our wide selection of prescription medications, over-the-counter products, and health essentials, all available at your convenience. Our team of qualified pharmacists is here to provide expert advice and ensure you get the care you deserve. With secure ordering and fast delivery,&nbsp;MXLovo is your one-stop shop for all things health-related. Experience the convenience of online pharmacy shopping with&nbsp;MXLovo today!<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b95acfa87.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b95ad0c9c.png\",\"translations\":[],\"storage\":[]},\"ecommerce_item_details\":null,\"unit\":{\"id\":3,\"unit\":\"ml\",\"created_at\":\"2025-09-11T20:46:23.000000Z\",\"updated_at\":\"2025-09-11T20:46:23.000000Z\",\"translations\":[]}}', '[]', '[]', 1.50, 'product_discount', 1, 0.00, 'null', '2025-10-24 11:15:04', '2025-10-24 11:15:04', NULL, 0.00, 7, 'product_discount', NULL, 50.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
(17, 2, 100017, 99.00, '{\"id\":2,\"name\":\"Milk\",\"description\":\"Fresh Cow MILK\",\"image\":\"2025-10-22-68f878d14f9e8.png\",\"category_id\":29,\"category_ids\":[{\"id\":\"3\",\"position\":1,\"name\":\"Daily Needs\"},{\"id\":\"29\",\"position\":2,\"name\":\"Milk\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":99,\"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\":34,\"created_at\":\"2025-10-21T19:55:21.000000Z\",\"updated_at\":\"2025-10-21T19:55:21.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":200,\"unit_id\":null,\"images\":[{\"img\":\"2025-10-22-68f878d14ebfa.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"milk\",\"recommended\":0,\"organic\":1,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":1,\"store_name\":\"Fresh market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":20,\"max_delivery_time\":50,\"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:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f878d14f9e8.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f878d14ebfa.png\"],\"translations\":[{\"id\":71,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Milk\",\"created_at\":null,\"updated_at\":null},{\"id\":72,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Fresh Cow MILK\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":116,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"2\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 01:25:21\",\"updated_at\":\"2025-10-22 01:25:21\"},{\"id\":117,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"2\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 01:25:21\",\"updated_at\":\"2025-10-22 01:25:21\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, 'null', '2025-10-24 11:46:01', '2025-10-24 11:46:01', NULL, 0.00, 3, 'product_discount', NULL, 0.00000000, 0.00000000),
(18, 40, 100018, 840.00, '{\"id\":40,\"name\":\"Yogabar Chia Seeds - Calcium, Iron & Zinc - Diet Food Healthy Snacks 1Kg (500g x Pack of 2)\",\"description\":\"Yogabar Chia Seeds - Calcium, Iron & Zinc - Diet Food Healthy Snacks 1Kg (500g x Pack of 2)\",\"image\":\"2025-10-22-68f885c1c0100.png\",\"category_id\":4,\"category_ids\":[{\"id\":\"4\",\"position\":1,\"name\":\"Grocery\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":840,\"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\":31,\"created_at\":\"2025-10-21T20:50:33.000000Z\",\"updated_at\":\"2025-10-21T20:50:33.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":350,\"unit_id\":4,\"images\":[{\"img\":\"2025-10-22-68f885c1bf084.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"yogabar-chia-seeds-calcium-iron-zinc-diet-food-healthy-snacks-1kg-500g-x-pack-of-2\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Organic Market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f885c1c0100.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f885c1bf084.png\"],\"translations\":[{\"id\":157,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":40,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Yogabar Chia Seeds - Calcium, Iron & Zinc - Diet Food Healthy Snacks 1Kg (500g x Pack of 2)\",\"created_at\":null,\"updated_at\":null},{\"id\":158,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":40,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Yogabar Chia Seeds - Calcium, Iron & Zinc - Diet Food Healthy Snacks 1Kg (500g x Pack of 2)\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":203,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"40\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 02:20:33\",\"updated_at\":\"2025-10-22 02:20:33\"},{\"id\":204,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"40\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 02:20:33\",\"updated_at\":\"2025-10-22 02:20:33\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":4,\"unit\":\"g\",\"created_at\":\"2025-09-11T20:46:28.000000Z\",\"updated_at\":\"2025-09-11T20:46:28.000000Z\",\"translations\":[]}}', '[]', '[]', 84.00, 'product_discount', 1, 0.00, 'null', '2025-10-24 12:13:48', '2025-10-24 12:13:48', NULL, 0.00, 4, 'product_discount', NULL, 10.00000000, 0.00000000),
(19, 29, 100019, 499.00, '{\"id\":29,\"name\":\"The Derma Co 1% Hyaluronic Sunscreen Aqua Gel SPF 50 PA\",\"description\":\"The Derma Co 1% Hyaluronic Sunscreen Aqua Gel SPF 50 PA++++ | For Oily, Dry, Acne-prone Skin | Ultra Lightweight Texture | Non-Greasy | No White Cast | Broad Spectrum Protection & Blue Light Protection | For Men & Women | 50 g\",\"image\":\"2025-10-22-68f881330b578.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Skin Care\"}],\"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\":34,\"created_at\":\"2025-10-21T20:31:07.000000Z\",\"updated_at\":\"2025-10-21T20:31:07.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":555,\"unit_id\":1,\"images\":[{\"img\":\"2025-10-22-68f881330a48f.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f881330b2b4.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f881330b360.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f881330b3ff.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"the-derma-co-1-hyaluronic-sunscreen-aqua-gel-spf-50-pa\",\"recommended\":0,\"organic\":1,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fresh market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":20,\"max_delivery_time\":50,\"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\":\"ltr\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f881330b578.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f881330a48f.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f881330b2b4.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f881330b360.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f881330b3ff.png\"],\"translations\":[{\"id\":131,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":29,\"locale\":\"en\",\"key\":\"name\",\"value\":\"The Derma Co 1% Hyaluronic Sunscreen Aqua Gel SPF 50 PA\",\"created_at\":null,\"updated_at\":null},{\"id\":132,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":29,\"locale\":\"en\",\"key\":\"description\",\"value\":\"The Derma Co 1% Hyaluronic Sunscreen Aqua Gel SPF 50 PA++++ | For Oily, Dry, Acne-prone Skin | Ultra Lightweight Texture | Non-Greasy | No White Cast | Broad Spectrum Protection & Blue Light Protection | For Men & Women | 50 g\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":177,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"29\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 02:01:07\",\"updated_at\":\"2025-10-22 02:01:07\"},{\"id\":178,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"29\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 02:01:07\",\"updated_at\":\"2025-10-22 02:01:07\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":1,\"unit\":\"ltr\",\"created_at\":\"2025-09-11T20:46:02.000000Z\",\"updated_at\":\"2025-09-11T20:46:48.000000Z\",\"translations\":[]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, 'null', '2025-10-24 12:16:42', '2025-10-24 12:16:42', NULL, 0.00, 6, 'product_discount', NULL, 0.00000000, 0.00000000),
(20, 16, 100020, 450.00, '{\"id\":16,\"name\":\"India Gate Basmati Rice Everyday 5 kg\",\"description\":\"India Gate Basmati Rice Everyday 5 kg\",\"image\":\"2025-10-22-68f87c90df569.png\",\"category_id\":4,\"category_ids\":[{\"id\":\"4\",\"position\":1,\"name\":\"Grocery\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":450,\"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\":34,\"created_at\":\"2025-10-21T20:11:20.000000Z\",\"updated_at\":\"2025-10-24T03:50:58.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":499,\"unit_id\":2,\"images\":[{\"img\":\"2025-10-22-68f87c90de376.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f87c90df392.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"india-gate-basmati-rice-everyday-5-kg\",\"recommended\":0,\"organic\":1,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fresh market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":20,\"max_delivery_time\":50,\"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:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f87c90df569.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f87c90de376.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f87c90df392.png\"],\"translations\":[{\"id\":105,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":16,\"locale\":\"en\",\"key\":\"name\",\"value\":\"India Gate Basmati Rice Everyday 5 kg\",\"created_at\":null,\"updated_at\":null},{\"id\":106,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":16,\"locale\":\"en\",\"key\":\"description\",\"value\":\"India Gate Basmati Rice Everyday 5 kg\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":150,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"16\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 01:41:20\",\"updated_at\":\"2025-10-22 01:41:20\"},{\"id\":151,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"16\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 01:41:20\",\"updated_at\":\"2025-10-22 01:41:20\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":2,\"unit\":\"kg\",\"created_at\":\"2025-09-11T20:46:16.000000Z\",\"updated_at\":\"2025-09-11T20:46:16.000000Z\",\"translations\":[]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, '\"\"', '2025-10-24 12:30:44', '2025-10-24 12:30:44', NULL, 0.00, 4, 'product_discount', NULL, 0.00000000, 0.00000000),
(21, 82, 100021, 20.00, '{\"id\":82,\"name\":\"Biotique Papaya Deep Cleanse Face Wash\",\"description\":\"What it is: The gentle formula of this biotique face wash effectively removes makeup and excess oil, purifies your pores and eliminates flakes resulting in a polished and radiant complexion.\\r\\nKey ingredients: This exfoliating papaya face wash is infused with the goodness papaya juice for gentle exfoliation, along with neem for moisturizing and its antibacterial properties. Wild turmeric helps improve complexion.\\r\\nKey benefits: This nourishing face wash aids in the reduction of tan lines, unclogs pores for a deep cleansing effect, and enhances the complexion\'s brightness.\\r\\nIt is made with 100% natural botanical extracts and is free from harmful chemicals. It is dermatologically tested, recommended for all skin types, and safe for regular; MethoTo use this biotique face wash gently massage over wet face & neck with fingertips, lather & rinse, morning and evening.\\r\\nIngredients: Papita (Carica Papaya), Akhrot Chhal (Juglans Regia), Neem (Melia Azadirachta Indica), Banhaldi (Curcuma Aromatica), Ritha (Sapindus Mukorossi), Kikar Gaund (Acacia Arabica), Ground Nut Oil, Purified Himalayan Water Q.S.\",\"image\":\"2025-10-22-68f8964b2a61a.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Skin Care\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":20,\"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\":30,\"created_at\":\"2025-10-21T22:01:07.000000Z\",\"updated_at\":\"2025-10-22T01:31:54.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":1999,\"unit_id\":1,\"images\":[{\"img\":\"2025-10-22-68f8964b294e3.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8964b2a38f.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8964b2a466.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"biotique-papaya-deep-cleanse-face-wash\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Super market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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\":\"ltr\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8964b2a61a.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8964b294e3.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8964b2a38f.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8964b2a466.png\"],\"translations\":[{\"id\":245,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":82,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Biotique Papaya Deep Cleanse Face Wash\",\"created_at\":null,\"updated_at\":null},{\"id\":246,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":82,\"locale\":\"en\",\"key\":\"description\",\"value\":\"What it is: The gentle formula of this biotique face wash effectively removes makeup and excess oil, purifies your pores and eliminates flakes resulting in a polished and radiant complexion.\\r\\nKey ingredients: This exfoliating papaya face wash is infused with the goodness papaya juice for gentle exfoliation, along with neem for moisturizing and its antibacterial properties. Wild turmeric helps improve complexion.\\r\\nKey benefits: This nourishing face wash aids in the reduction of tan lines, unclogs pores for a deep cleansing effect, and enhances the complexion\'s brightness.\\r\\nIt is made with 100% natural botanical extracts and is free from harmful chemicals. It is dermatologically tested, recommended for all skin types, and safe for regular; MethoTo use this biotique face wash gently massage over wet face & neck with fingertips, lather & rinse, morning and evening.\\r\\nIngredients: Papita (Carica Papaya), Akhrot Chhal (Juglans Regia), Neem (Melia Azadirachta Indica), Banhaldi (Curcuma Aromatica), Ritha (Sapindus Mukorossi), Kikar Gaund (Acacia Arabica), Ground Nut Oil, Purified Himalayan Water Q.S.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":291,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"82\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:31:07\",\"updated_at\":\"2025-10-22 03:31:07\"},{\"id\":292,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"82\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:31:07\",\"updated_at\":\"2025-10-22 03:31:07\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":1,\"unit\":\"ltr\",\"created_at\":\"2025-09-11T20:46:02.000000Z\",\"updated_at\":\"2025-09-11T20:46:48.000000Z\",\"translations\":[]}}', '[]', '[]', 0.00, 'product_discount', 2, 0.00, '\"\"', '2025-10-24 13:51:02', '2025-10-24 13:51:02', NULL, 0.00, 6, 'product_discount', NULL, 0.00000000, 0.00000000),
(22, 3, 100022, 350.00, '{\"id\":3,\"name\":\"Dabur Chyawanprakash Sugarfree\",\"description\":\"Dabur Chyawanprakash Sugarfree - 900g | 3X Immunity Action | Clinically Tested Safe for Diabetics | With 40+ Ayurvedic Herbs | Boosts Immunity | Helps Build Strength & Stamina | Builds Overall Health\",\"image\":\"2025-10-22-68f879caf1f38.png\",\"category_id\":3,\"category_ids\":[{\"id\":\"3\",\"position\":1,\"name\":\"Daily Needs\"}],\"variations\":[{\"type\":\"900g\",\"price\":450,\"stock\":154},{\"type\":\"500g\",\"price\":350,\"stock\":1555},{\"type\":\"1.8kg\",\"price\":799,\"stock\":551}],\"add_ons\":[],\"attributes\":[\"1\"],\"choice_options\":[{\"name\":\"choice_1\",\"title\":\"Size\",\"options\":[\"900g \",\"500g \",\"1.8kg\"]}],\"price\":450,\"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\":34,\"created_at\":\"2025-10-21T19:59:30.000000Z\",\"updated_at\":\"2025-10-24T04:13:05.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":2260,\"unit_id\":4,\"images\":[{\"img\":\"2025-10-22-68f879caf0ea8.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f879caf1da3.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"dabur-chyawanprakash-sugarfree\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fresh market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":20,\"max_delivery_time\":50,\"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:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f879caf1f38.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f879caf0ea8.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f879caf1da3.png\"],\"translations\":[{\"id\":77,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Dabur Chyawanprakash Sugarfree\",\"created_at\":null,\"updated_at\":null},{\"id\":78,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Dabur Chyawanprakash Sugarfree - 900g | 3X Immunity Action | Clinically Tested Safe for Diabetics | With 40+ Ayurvedic Herbs | Boosts Immunity | Helps Build Strength & Stamina | Builds Overall Health\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":122,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"3\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 01:29:30\",\"updated_at\":\"2025-10-22 01:29:30\"},{\"id\":123,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"3\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 01:29:30\",\"updated_at\":\"2025-10-22 01:29:30\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":4,\"unit\":\"g\",\"created_at\":\"2025-09-11T20:46:28.000000Z\",\"updated_at\":\"2025-09-11T20:46:28.000000Z\",\"translations\":[]}}', '{\"type\":\"500g\",\"price\":350,\"stock\":1555}', '[]', 17.50, 'product_discount', 1, 0.00, '\"500g\"', '2025-10-24 14:02:36', '2025-10-24 14:02:36', NULL, 0.00, 3, 'product_discount', NULL, 5.00000000, 0.00000000),
(23, 12, 100023, 1200.00, '{\"id\":12,\"name\":\"Wonderland Foods 1Kg (250g X 4) Dry Fruits Combo of NP Almonds\",\"description\":\"Wonderland Foods 1Kg (250g X 4) Dry Fruits Combo of NP Almonds, Cashews W320, Long Green Raisin, Roasted Salted Pistachios | Daily Needs Combo | Mix Dry Fruits | Mixed Dried Fruits | DNP Combo Pack\",\"image\":\"2025-10-22-68f87c108a7dc.png\",\"category_id\":4,\"category_ids\":[{\"id\":\"4\",\"position\":1,\"name\":\"Grocery\"}],\"variations\":[{\"type\":\"1kg\",\"price\":1200,\"stock\":100},{\"type\":\"250g(packof3)\",\"price\":999,\"stock\":1100},{\"type\":\"250g(packof4)\",\"price\":799,\"stock\":100}],\"add_ons\":[],\"attributes\":[\"1\"],\"choice_options\":[{\"name\":\"choice_1\",\"title\":\"Size\",\"options\":[\"1kg\",\"250g (pack of 3)\",\"250g (pack of 4)\"]}],\"price\":1200,\"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\":34,\"created_at\":\"2025-10-21T20:09:12.000000Z\",\"updated_at\":\"2025-10-21T20:09:12.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":1300,\"unit_id\":2,\"images\":[{\"img\":\"2025-10-22-68f87c1089896.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"wonderland-foods-1kg-250g-x-4-dry-fruits-combo-of-np-almonds\",\"recommended\":0,\"organic\":1,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fresh market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":20,\"max_delivery_time\":50,\"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:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f87c108a7dc.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f87c1089896.png\"],\"translations\":[{\"id\":97,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":12,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Wonderland Foods 1Kg (250g X 4) Dry Fruits Combo of NP Almonds\",\"created_at\":null,\"updated_at\":null},{\"id\":98,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":12,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Wonderland Foods 1Kg (250g X 4) Dry Fruits Combo of NP Almonds, Cashews W320, Long Green Raisin, Roasted Salted Pistachios | Daily Needs Combo | Mix Dry Fruits | Mixed Dried Fruits | DNP Combo Pack\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":142,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"12\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 01:39:12\",\"updated_at\":\"2025-10-22 01:39:12\"},{\"id\":143,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"12\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 01:39:12\",\"updated_at\":\"2025-10-22 01:39:12\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":2,\"unit\":\"kg\",\"created_at\":\"2025-09-11T20:46:16.000000Z\",\"updated_at\":\"2025-09-11T20:46:16.000000Z\",\"translations\":[]}}', '[{\"type\":\"1kg\",\"price\":1200,\"stock\":100}]', '[]', 60.00, 'product_discount', 1, 0.00, 'null', '2025-10-24 14:25:32', '2025-10-24 14:25:32', NULL, 0.00, 4, 'product_discount', NULL, 5.00000000, 0.00000000),
(24, 3, 100024, 450.00, '{\"id\":3,\"name\":\"Dabur Chyawanprakash Sugarfree\",\"description\":\"Dabur Chyawanprakash Sugarfree - 900g | 3X Immunity Action | Clinically Tested Safe for Diabetics | With 40+ Ayurvedic Herbs | Boosts Immunity | Helps Build Strength & Stamina | Builds Overall Health\",\"image\":\"2025-10-22-68f879caf1f38.png\",\"category_id\":3,\"category_ids\":[{\"id\":\"3\",\"position\":1,\"name\":\"Daily Needs\"}],\"variations\":[{\"type\":\"900g\",\"price\":450,\"stock\":154},{\"type\":\"500g\",\"price\":350,\"stock\":1554},{\"type\":\"1.8kg\",\"price\":799,\"stock\":551}],\"add_ons\":[],\"attributes\":[\"1\"],\"choice_options\":[{\"name\":\"choice_1\",\"title\":\"Size\",\"options\":[\"900g \",\"500g \",\"1.8kg\"]}],\"price\":450,\"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\":34,\"created_at\":\"2025-10-21T19:59:30.000000Z\",\"updated_at\":\"2025-10-24T08:32:36.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":10,\"unit_id\":4,\"images\":[{\"img\":\"2025-10-22-68f879caf0ea8.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f879caf1da3.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"dabur-chyawanprakash-sugarfree\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fresh market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"flash_sale\":1,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":20,\"max_delivery_time\":50,\"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:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f879caf1f38.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f879caf0ea8.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f879caf1da3.png\"],\"translations\":[{\"id\":77,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Dabur Chyawanprakash Sugarfree\",\"created_at\":null,\"updated_at\":null},{\"id\":78,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Dabur Chyawanprakash Sugarfree - 900g | 3X Immunity Action | Clinically Tested Safe for Diabetics | With 40+ Ayurvedic Herbs | Boosts Immunity | Helps Build Strength & Stamina | Builds Overall Health\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":122,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"3\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 01:29:30\",\"updated_at\":\"2025-10-22 01:29:30\"},{\"id\":123,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"3\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 01:29:30\",\"updated_at\":\"2025-10-22 01:29:30\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":4,\"unit\":\"g\",\"created_at\":\"2025-09-11T20:46:28.000000Z\",\"updated_at\":\"2025-09-11T20:46:28.000000Z\",\"translations\":[]}}', '[{\"type\":\"900g\",\"price\":450,\"stock\":154}]', '[]', 45.00, 'flash_sale', 1, 0.00, 'null', '2025-10-24 14:57:14', '2025-10-24 14:57:14', NULL, 0.00, 3, 'flash_sale', NULL, 10.00000000, 0.00000000),
(25, 159, 100025, 10.00, '{\"id\":159,\"name\":\"Paracetamol\",\"description\":\"Pain relief\",\"image\":\"2025-10-23-68f9f77377b12.png\",\"category_id\":7,\"category_ids\":[{\"id\":\"7\",\"position\":1,\"name\":\"Health & Nutrition\"}],\"variations\":[{\"type\":\"Paracetamol\",\"price\":10,\"stock\":100}],\"add_ons\":[],\"attributes\":[5],\"choice_options\":[{\"name\":\"choice_5\",\"title\":\"Brand\",\"options\":[\"Paracetamol\"]}],\"price\":150,\"tax\":0,\"tax_type\":\"percent\",\"discount\":10,\"discount_type\":\"percent\",\"available_time_starts\":null,\"available_time_ends\":null,\"veg\":0,\"status\":1,\"store_id\":50,\"created_at\":\"2025-10-23T09:37:55.000000Z\",\"updated_at\":\"2025-10-23T09:37:55.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":100,\"unit_id\":7,\"images\":[{\"img\":\"2025-10-23-68f9f77374604.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"paracetamol\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":20,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"24\\/7 pharmacy\",\"is_campaign\":0,\"module_type\":\"pharmacy\",\"zone_id\":2,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":50,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":1,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"pcs\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-23-68f9f77377b12.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-23-68f9f77374604.png\"],\"translations\":[{\"id\":433,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":159,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Paracetamol\",\"created_at\":null,\"updated_at\":null},{\"id\":434,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":159,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Pain relief\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":511,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"159\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-23 15:07:55\",\"updated_at\":\"2025-10-23 15:07:55\"},{\"id\":512,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"159\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-23 15:07:55\",\"updated_at\":\"2025-10-23 15:07:55\"}],\"module\":{\"id\":2,\"module_name\":\"Pharmacy\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2025-09-12-68c3b95ad0c9c.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2025-09-11T19:40:34.000000Z\",\"updated_at\":\"2025-10-22T20:40:21.000000Z\",\"icon\":\"2025-09-12-68c3b95acfa87.png\",\"theme_id\":1,\"description\":\"<p>Welcome to MXLovo, your trusted online pharmacy for all your healthcare needs. Browse our wide selection of prescription medications, over-the-counter products, and health essentials, all available at your convenience. Our team of qualified pharmacists is here to provide expert advice and ensure you get the care you deserve. With secure ordering and fast delivery,&nbsp;MXLovo is your one-stop shop for all things health-related. Experience the convenience of online pharmacy shopping with&nbsp;MXLovo today!<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b95acfa87.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b95ad0c9c.png\",\"translations\":[],\"storage\":[]},\"ecommerce_item_details\":null,\"unit\":{\"id\":7,\"unit\":\"pcs\",\"created_at\":\"2025-09-12T00:48:19.000000Z\",\"updated_at\":\"2025-09-12T00:48:19.000000Z\",\"translations\":[]}}', '[{\"type\":\"Paracetamol\",\"price\":10,\"stock\":100}]', '[]', 1.00, 'product_discount', 1, 0.00, 'null', '2025-10-24 16:20:16', '2025-10-24 16:20:16', NULL, 0.00, 7, 'product_discount', NULL, 10.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
(26, 160, 100026, 270.00, '{\"id\":160,\"name\":\"Dosa\",\"description\":\"Dosa\",\"image\":\"2025-10-23-68f9fd9571315.png\",\"category_id\":13,\"category_ids\":[{\"id\":\"13\",\"position\":1,\"name\":\"Indian\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":120,\"tax\":0,\"tax_type\":\"percent\",\"discount\":10,\"discount_type\":\"percent\",\"available_time_starts\":\"09:00:00\",\"available_time_ends\":\"21:00:00\",\"veg\":1,\"status\":1,\"store_id\":49,\"created_at\":\"2025-10-23T10:04:05.000000Z\",\"updated_at\":\"2025-10-23T10:32:37.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":3,\"stock\":null,\"unit_id\":null,\"images\":[{\"img\":\"2025-10-23-68f9fd956d85a.png\",\"storage\":\"public\"}],\"food_variations\":[{\"name\":\"spicey\",\"type\":\"single\",\"min\":\"\",\"max\":\"\",\"required\":\"on\",\"values\":[{\"label\":\"Masala dosa\",\"optionPrice\":\"150\"}]}],\"slug\":\"dosa\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":1,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Da Vittorio\",\"is_campaign\":0,\"module_type\":\"food\",\"zone_id\":2,\"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\":[\"12\"],\"allergies_name\":[\"no\"],\"generic_name\":[],\"tax_data\":[],\"unit_type\":null,\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-23-68f9fd9571315.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-23-68f9fd956d85a.png\"],\"translations\":[{\"id\":441,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":160,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Dosa\",\"created_at\":null,\"updated_at\":null},{\"id\":442,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":160,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Dosa\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":522,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"160\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-23 15:34:05\",\"updated_at\":\"2025-10-23 15:34:05\"},{\"id\":523,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"160\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-23 15:34:05\",\"updated_at\":\"2025-10-23 15:34:05\"}],\"module\":{\"id\":3,\"module_name\":\"Food\",\"module_type\":\"food\",\"thumbnail\":\"2025-09-12-68c3ba4b9ad2c.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2025-09-11T19:44:35.000000Z\",\"updated_at\":\"2025-09-11T19:44:35.000000Z\",\"icon\":\"2025-09-12-68c3ba4b99acf.png\",\"theme_id\":1,\"description\":\"<p>Welcome to MXLovo Food, your one-stop destination for ordering delicious food online! Browse through a diverse selection of restaurants and cuisines, conveniently order your favorite meals, and have them delivered straight to your doorstep. Whether you&#39;re craving pizza, sushi, or something exotic, we&#39;ve got you covered. With easy online ordering and secure payment options, enjoying great food has never been easier. Join the foodie revolution and experience the convenience of online food ordering with MXLovo today!&quot;<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3ba4b99acf.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3ba4b9ad2c.png\",\"translations\":[],\"storage\":[]},\"ecommerce_item_details\":null,\"unit\":null}', '[{\"name\":\"spicey\",\"type\":\"single\",\"min\":\"\",\"max\":\"\",\"required\":\"on\",\"values\":[{\"label\":\"Masala dosa\",\"optionPrice\":\"150\"}]}]', '[]', 27.00, 'product_discount', 1, 0.00, 'null', '2025-10-24 16:36:47', '2025-10-24 16:36:47', NULL, 0.00, 13, 'product_discount', NULL, 10.00000000, 0.00000000),
(27, 92, 100027, 440.00, '{\"id\":92,\"name\":\"Acer Aspire C22-1610-UA91 AIO Desktop | 21.5\\\" Full HD 1920 x 1080 IPS Display\",\"description\":\"ALL-IN-ONE SLIM DESIGN: One slice of metal to do it all. Finished in black and gold, the 7.5 mm, ultra-slim all-in-one promises space-saving features and cable-tidy management, keeping the family home clutter-free and looking sharp.\\r\\nSLIM. STYLISH. STUNNING: Enjoy the crisp colors that this cool, 21.5\\\" Full HD PC delivers. It features an Intel Core i3 processor, Intel UHD Graphics and fast Intel Wireless Wi-Fi 6 AX201 connectivity.\\r\\nOPTIMIZED PERFORMANCE: The Intel Core i3-N305 processor and Intel UHD graphics distribute performance where you need it most. From streaming to browsing to photo and video editing!\\r\\nDISPLAY AND COMFORT: The 21.5\\\" FHD IPS display is framed between a narrow bezel delivering a screen-to-body ratio of an incredible 90.71%. The tiltable screen (-5 to 25\\u00b0) utilizes BlueLightShield technology to lower exposure to blue light for your comfort\",\"image\":\"2025-10-22-68f8997c1f0c7.png\",\"category_id\":18,\"category_ids\":[{\"id\":\"18\",\"position\":1,\"name\":\"Tv & Home Appliances\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":440,\"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\":43,\"created_at\":\"2025-10-21T22:14:44.000000Z\",\"updated_at\":\"2025-10-21T22:14:44.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":4,\"stock\":300,\"unit_id\":7,\"images\":[{\"img\":\"2025-10-22-68f8997c1e2a2.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"acer-aspire-c22-1610-ua91-aio-desktop-215-full-hd-1920-x-1080-ips-display\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Art Apparel\",\"is_campaign\":0,\"module_type\":\"ecommerce\",\"zone_id\":2,\"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\":\"pcs\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8997c1f0c7.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8997c1e2a2.png\"],\"translations\":[{\"id\":266,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":92,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Acer Aspire C22-1610-UA91 AIO Desktop | 21.5\\\" Full HD 1920 x 1080 IPS Display\",\"created_at\":null,\"updated_at\":null},{\"id\":267,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":92,\"locale\":\"en\",\"key\":\"description\",\"value\":\"ALL-IN-ONE SLIM DESIGN: One slice of metal to do it all. Finished in black and gold, the 7.5 mm, ultra-slim all-in-one promises space-saving features and cable-tidy management, keeping the family home clutter-free and looking sharp.\\r\\nSLIM. STYLISH. STUNNING: Enjoy the crisp colors that this cool, 21.5\\\" Full HD PC delivers. It features an Intel Core i3 processor, Intel UHD Graphics and fast Intel Wireless Wi-Fi 6 AX201 connectivity.\\r\\nOPTIMIZED PERFORMANCE: The Intel Core i3-N305 processor and Intel UHD graphics distribute performance where you need it most. From streaming to browsing to photo and video editing!\\r\\nDISPLAY AND COMFORT: The 21.5\\\" FHD IPS display is framed between a narrow bezel delivering a screen-to-body ratio of an incredible 90.71%. The tiltable screen (-5 to 25\\u00b0) utilizes BlueLightShield technology to lower exposure to blue light for your comfort\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":311,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"92\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:44:44\",\"updated_at\":\"2025-10-22 03:44:44\"},{\"id\":312,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"92\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:44:44\",\"updated_at\":\"2025-10-22 03:44:44\"}],\"module\":{\"id\":4,\"module_name\":\"Ecommerce\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2025-09-12-68c3ba826e2c5.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2025-09-11T19:45:30.000000Z\",\"updated_at\":\"2025-09-11T19:45:30.000000Z\",\"icon\":\"2025-09-12-68c3ba826cdc2.png\",\"theme_id\":1,\"description\":\"<p>Welcome to MXLovo E-commerce , your ultimate destination for online shopping! Explore a vast collection of products from top brands, all available at your fingertips. From fashion and electronics to home goods and beyond, MXLovo offers a seamless shopping experience with secure transactions and reliable delivery. Whether you&#39;re shopping for yourself or looking for the perfect gift, MXLovo has something for everyone. Start browsing and discover the ease and convenience of online shopping with&nbsp;MXLovo today!<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3ba826cdc2.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3ba826e2c5.png\",\"translations\":[],\"storage\":[]},\"ecommerce_item_details\":{\"id\":19,\"item_id\":92,\"brand_id\":null,\"created_at\":\"2025-10-21T22:14:44.000000Z\",\"updated_at\":\"2025-10-21T22:14:44.000000Z\",\"temp_product_id\":null},\"unit\":{\"id\":7,\"unit\":\"pcs\",\"created_at\":\"2025-09-12T00:48:19.000000Z\",\"updated_at\":\"2025-09-12T00:48:19.000000Z\",\"translations\":[]}}', '[]', '[]', 22.00, 'product_discount', 1, 0.00, 'null', '2025-10-24 16:51:49', '2025-10-24 16:51:49', NULL, 0.00, 18, 'product_discount', NULL, 5.00000000, 0.00000000),
(28, 85, 100028, 25.00, '{\"id\":85,\"name\":\"Plum Green Tea Renewed Clarity Night Gel Mini\",\"description\":\"Clear & Glowing Skin: This rejuvenating night gel works overnight to reduce blemishes and brighten your complexion, helping you wake up to smoother, clearer, and more radiant skin.\\r\\nGreen Tea for Acne Marks: The powerful antioxidant green tea extract targets acne and acne scars, helping to fade marks and promote an even skin tone for a healthier appearance.\\r\\nHydrating Argan Oil: Enriched with argan oil, this gel offers deep hydration without the greasy feel, restoring moisture to your skin while preventing clogged pores and breakouts.\\r\\nVegan & Chemical-Free: With a formula free from parabens, SLS, phthalates, and mineral oils, this product is perfect for sensitive skin, providing a gentle, non-toxic solution for oily and acne-prone skin.\\r\\nHow to Use: For best results, cleanse your face thoroughly, gently pat dry, and apply the pillow-proof night gel to your face and neck. Enjoy fresh, balanced, and non-greasy skin when you wake up.\",\"image\":\"2025-10-22-68f896ecf27fb.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Skin Care\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":25,\"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\":30,\"created_at\":\"2025-10-21T22:03:48.000000Z\",\"updated_at\":\"2025-10-24T03:43:04.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":3332,\"unit_id\":1,\"images\":[{\"img\":\"2025-10-22-68f896ecf1759.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f896ecf2522.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f896ecf25d9.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f896ecf2694.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"plum-green-tea-renewed-clarity-night-gel-mini\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Super market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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\":\"ltr\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf27fb.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf1759.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf2522.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf25d9.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf2694.png\"],\"translations\":[{\"id\":251,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":85,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Plum Green Tea Renewed Clarity Night Gel Mini\",\"created_at\":null,\"updated_at\":null},{\"id\":252,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":85,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Clear & Glowing Skin: This rejuvenating night gel works overnight to reduce blemishes and brighten your complexion, helping you wake up to smoother, clearer, and more radiant skin.\\r\\nGreen Tea for Acne Marks: The powerful antioxidant green tea extract targets acne and acne scars, helping to fade marks and promote an even skin tone for a healthier appearance.\\r\\nHydrating Argan Oil: Enriched with argan oil, this gel offers deep hydration without the greasy feel, restoring moisture to your skin while preventing clogged pores and breakouts.\\r\\nVegan & Chemical-Free: With a formula free from parabens, SLS, phthalates, and mineral oils, this product is perfect for sensitive skin, providing a gentle, non-toxic solution for oily and acne-prone skin.\\r\\nHow to Use: For best results, cleanse your face thoroughly, gently pat dry, and apply the pillow-proof night gel to your face and neck. Enjoy fresh, balanced, and non-greasy skin when you wake up.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":297,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"85\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:33:48\",\"updated_at\":\"2025-10-22 03:33:48\"},{\"id\":298,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"85\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:33:49\",\"updated_at\":\"2025-10-22 03:33:49\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":1,\"unit\":\"ltr\",\"created_at\":\"2025-09-11T20:46:02.000000Z\",\"updated_at\":\"2025-09-11T20:46:48.000000Z\",\"translations\":[]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, 'null', '2025-10-24 17:17:46', '2025-10-24 17:17:46', NULL, 0.00, 6, 'product_discount', NULL, 0.00000000, 0.00000000),
(29, 60, 100029, 250.00, '{\"id\":60,\"name\":\"Vedaka Popular Moong Dal\",\"description\":\"Quantity: 1kg\\r\\nMoong Dal\\r\\nIt is durable and long lasting\",\"image\":\"2025-10-22-68f892c32c179.png\",\"category_id\":4,\"category_ids\":[{\"id\":\"4\",\"position\":1,\"name\":\"Grocery\"}],\"variations\":[{\"type\":\"5kg\",\"price\":1300,\"stock\":1000},{\"type\":\"1kg\",\"price\":250,\"stock\":1000}],\"add_ons\":[],\"attributes\":[\"1\"],\"choice_options\":[{\"name\":\"choice_1\",\"title\":\"Size\",\"options\":[\"5kg\",\"1kg\"]}],\"price\":250,\"tax\":0,\"tax_type\":\"percent\",\"discount\":25,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":30,\"created_at\":\"2025-10-21T21:46:03.000000Z\",\"updated_at\":\"2025-10-21T21:46:03.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":2000,\"unit_id\":1,\"images\":[{\"img\":\"2025-10-22-68f892c32b18a.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f892c32bfc1.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"vedaka-popular-moong-dal\",\"recommended\":0,\"organic\":1,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Super market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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\":\"ltr\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f892c32c179.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f892c32b18a.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f892c32bfc1.png\"],\"translations\":[{\"id\":201,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":60,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Vedaka Popular Moong Dal\",\"created_at\":null,\"updated_at\":null},{\"id\":202,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":60,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Quantity: 1kg\\r\\nMoong Dal\\r\\nIt is durable and long lasting\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":247,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"60\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:16:03\",\"updated_at\":\"2025-10-22 03:16:03\"},{\"id\":248,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"60\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:16:03\",\"updated_at\":\"2025-10-22 03:16:03\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":1,\"unit\":\"ltr\",\"created_at\":\"2025-09-11T20:46:02.000000Z\",\"updated_at\":\"2025-09-11T20:46:48.000000Z\",\"translations\":[]}}', '[{\"type\":\"1kg\",\"price\":250,\"stock\":1000}]', '[]', 62.50, 'product_discount', 1, 0.00, 'null', '2025-11-06 09:49:02', '2025-11-06 09:49:02', NULL, 0.00, 4, 'product_discount', NULL, 25.00000000, 0.00000000),
(30, 161, 100030, 1.00, '{\"id\":161,\"name\":\"Amul Ghee\",\"description\":\"Ghee\",\"image\":\"2025-10-23-68fa0600df1a4.png\",\"category_id\":3,\"category_ids\":[{\"id\":\"3\",\"position\":1,\"name\":\"Daily Needs\"}],\"variations\":[{\"type\":\"Amul\",\"price\":1,\"stock\":98}],\"add_ons\":[],\"attributes\":[\"5\"],\"choice_options\":[{\"name\":\"choice_5\",\"title\":\"Brand\",\"options\":[\"Amul\"]}],\"price\":1,\"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\":34,\"created_at\":\"2025-10-23T10:40:00.000000Z\",\"updated_at\":\"2025-10-24T04:30:10.000000Z\",\"order_count\":1,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":98,\"unit_id\":1,\"images\":[],\"food_variations\":[],\"slug\":\"ghee\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":5,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fresh market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":20,\"max_delivery_time\":50,\"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\":\"ltr\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-23-68fa0600df1a4.png\",\"images_full_url\":[],\"translations\":[{\"id\":444,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":161,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Amul Ghee\",\"created_at\":null,\"updated_at\":null},{\"id\":445,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":161,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Ghee\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":524,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"161\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-23 16:10:00\",\"updated_at\":\"2025-10-23 16:10:00\"},{\"id\":525,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"161\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-23 16:10:33\",\"updated_at\":\"2025-10-23 16:10:33\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":1,\"unit\":\"ltr\",\"created_at\":\"2025-09-11T20:46:02.000000Z\",\"updated_at\":\"2025-09-11T20:46:48.000000Z\",\"translations\":[]}}', '[{\"type\":\"Amul\",\"price\":1,\"stock\":98}]', '[]', 0.10, 'product_discount', 2, 0.00, 'null', '2025-11-06 10:04:41', '2025-11-06 10:04:41', NULL, 0.00, 3, 'product_discount', NULL, 10.00000000, 0.00000000),
(31, 31, 100030, 30.00, '{\"id\":31,\"name\":\"Deconstruct 10% Non-Irritating Vitamin C Face Serum For Glowing Skin\",\"description\":\"HIGHLY EFFECTIVE YET GENTLE: The optimum 10% of Vitamin C is gentler for skin & addition of 0.5% Ferulic Acid increases the effectiveness & stability of the Vitamin C face serum. Making it suitable for people who are beginning their skincare journey & those who want gentler formulations.\\r\\nVITAMIN C FACE SERUM WITH FERULIC ACID: Power combo of Vitamin C and Ferulic acid functions well together towards limiting the expression of tyrosinase which provides glowing & brightening effect & reducess dullness & tanning.\\r\\nWATER BASED VITAMIN C FACE SERUM: Spreads easily & leaves no sticky feeling on the face. Vitamin c serum for oily skin & all other skin types.\\r\\nSUN PROTECTION : 0.5 % Ferulic acid is a potent antioxidant that not only makes Vitamin C Face Serum formulation stable but also prevents sun damage and reduces dullness & tanning.\\r\\nVITAMIN C FACE SERUM FOR GLOWING SKIN: This Vitamin C face serum contains anti-inflammatory properties which clears pigmentation, helps in collagen biosynthesis, hence provides glowing skin.\",\"image\":\"2025-10-22-68f882223974f.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Skin Care\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":30,\"tax\":0,\"tax_type\":\"percent\",\"discount\":2,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":34,\"created_at\":\"2025-10-21T20:35:06.000000Z\",\"updated_at\":\"2025-10-24T05:19:23.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":99,\"unit_id\":1,\"images\":[{\"img\":\"2025-10-22-68f8822238603.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f882223950f.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f88222395d5.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"deconstruct-10-non-irritating-vitamin-c-face-serum-for-glowing-skin\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fresh market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":20,\"max_delivery_time\":50,\"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\":\"ltr\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f882223974f.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8822238603.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f882223950f.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f88222395d5.png\"],\"translations\":[{\"id\":135,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":31,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Deconstruct 10% Non-Irritating Vitamin C Face Serum For Glowing Skin\",\"created_at\":null,\"updated_at\":null},{\"id\":136,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":31,\"locale\":\"en\",\"key\":\"description\",\"value\":\"HIGHLY EFFECTIVE YET GENTLE: The optimum 10% of Vitamin C is gentler for skin & addition of 0.5% Ferulic Acid increases the effectiveness & stability of the Vitamin C face serum. Making it suitable for people who are beginning their skincare journey & those who want gentler formulations.\\r\\nVITAMIN C FACE SERUM WITH FERULIC ACID: Power combo of Vitamin C and Ferulic acid functions well together towards limiting the expression of tyrosinase which provides glowing & brightening effect & reducess dullness & tanning.\\r\\nWATER BASED VITAMIN C FACE SERUM: Spreads easily & leaves no sticky feeling on the face. Vitamin c serum for oily skin & all other skin types.\\r\\nSUN PROTECTION : 0.5 % Ferulic acid is a potent antioxidant that not only makes Vitamin C Face Serum formulation stable but also prevents sun damage and reduces dullness & tanning.\\r\\nVITAMIN C FACE SERUM FOR GLOWING SKIN: This Vitamin C face serum contains anti-inflammatory properties which clears pigmentation, helps in collagen biosynthesis, hence provides glowing skin.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":181,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"31\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 02:05:06\",\"updated_at\":\"2025-10-22 02:05:06\"},{\"id\":182,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"31\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 02:05:06\",\"updated_at\":\"2025-10-22 02:05:06\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":1,\"unit\":\"ltr\",\"created_at\":\"2025-09-11T20:46:02.000000Z\",\"updated_at\":\"2025-09-11T20:46:48.000000Z\",\"translations\":[]}}', '[]', '[]', 0.60, 'product_discount', 1, 0.00, 'null', '2025-11-06 10:04:41', '2025-11-06 10:04:41', NULL, 0.00, 6, 'product_discount', NULL, 2.00000000, 0.00000000),
(32, 132, 100031, 10.00, '{\"id\":132,\"name\":\"Medica Fibrex Non Woven Adhesive Dressing With Non Adherent Pad 10 cm x 10 cm 1\'s\",\"description\":\"Medica Fibrex Non-Woven Adhesive Dressing With Non-Adherent Pad is a non-woven adhesive dressing with a non-adherent pad which does not stick to the wound. It is latex free adhesive hence reducing trauma and discomfort. It is stretchable, making it more comfortable for the patient. It comes in various sizes to fit your needs.\",\"image\":\"2025-10-22-68f8a8553bd50.png\",\"category_id\":8,\"category_ids\":[{\"id\":\"8\",\"position\":1,\"name\":\"Surgical Instrument\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"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\":37,\"created_at\":\"2025-10-21T23:18:05.000000Z\",\"updated_at\":\"2025-10-21T23:18:05.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":200,\"unit_id\":7,\"images\":[{\"img\":\"2025-10-22-68f8a8553ab77.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"medica-fibrex-non-woven-adhesive-dressing-with-non-adherent-pad-10-cm-x-10-cm-1s\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":10,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Kr pharmacy\",\"is_campaign\":0,\"module_type\":\"pharmacy\",\"zone_id\":2,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":50,\"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\":\"pcs\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8a8553bd50.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8a8553ab77.png\"],\"translations\":[{\"id\":358,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":132,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Medica Fibrex Non Woven Adhesive Dressing With Non Adherent Pad 10 cm x 10 cm 1\'s\",\"created_at\":null,\"updated_at\":null},{\"id\":359,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":132,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Medica Fibrex Non-Woven Adhesive Dressing With Non-Adherent Pad is a non-woven adhesive dressing with a non-adherent pad which does not stick to the wound. It is latex free adhesive hence reducing trauma and discomfort. It is stretchable, making it more comfortable for the patient. It comes in various sizes to fit your needs.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":403,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"132\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 04:48:05\",\"updated_at\":\"2025-10-22 04:48:05\"},{\"id\":404,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"132\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 04:48:05\",\"updated_at\":\"2025-10-22 04:48:05\"}],\"module\":{\"id\":2,\"module_name\":\"Pharmacy\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2025-09-12-68c3b95ad0c9c.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2025-09-11T19:40:34.000000Z\",\"updated_at\":\"2025-10-22T20:40:21.000000Z\",\"icon\":\"2025-09-12-68c3b95acfa87.png\",\"theme_id\":1,\"description\":\"<p>Welcome to MXLovo, your trusted online pharmacy for all your healthcare needs. Browse our wide selection of prescription medications, over-the-counter products, and health essentials, all available at your convenience. Our team of qualified pharmacists is here to provide expert advice and ensure you get the care you deserve. With secure ordering and fast delivery,&nbsp;MXLovo is your one-stop shop for all things health-related. Experience the convenience of online pharmacy shopping with&nbsp;MXLovo today!<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b95acfa87.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b95ad0c9c.png\",\"translations\":[],\"storage\":[]},\"ecommerce_item_details\":null,\"unit\":{\"id\":7,\"unit\":\"pcs\",\"created_at\":\"2025-09-12T00:48:19.000000Z\",\"updated_at\":\"2025-09-12T00:48:19.000000Z\",\"translations\":[]}}', '[]', '[]', 0.50, 'product_discount', 1, 0.00, 'null', '2025-11-06 10:37:46', '2025-11-06 10:37:46', NULL, 0.00, 8, 'product_discount', NULL, 5.00000000, 0.00000000),
(33, 130, 100031, 20.00, '{\"id\":130,\"name\":\"Beurer Medical Nebuliser (IH 18) 1\'s\",\"description\":\"Beurer Medical Nebuliser (IH 18) 1\'s\",\"image\":\"2025-10-22-68f8a80b2dd52.png\",\"category_id\":8,\"category_ids\":[{\"id\":\"8\",\"position\":1,\"name\":\"Surgical Instrument\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":20,\"tax\":0,\"tax_type\":\"percent\",\"discount\":19,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":37,\"created_at\":\"2025-10-21T23:16:51.000000Z\",\"updated_at\":\"2025-10-21T23:16:51.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":290,\"unit_id\":7,\"images\":[{\"img\":\"2025-10-22-68f8a80b2c88a.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8a80b2db57.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"beurer-medical-nebuliser-ih-18-1s\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":2,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Kr pharmacy\",\"is_campaign\":0,\"module_type\":\"pharmacy\",\"zone_id\":2,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":50,\"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\":\"pcs\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8a80b2dd52.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8a80b2c88a.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8a80b2db57.png\"],\"translations\":[{\"id\":354,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":130,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Beurer Medical Nebuliser (IH 18) 1\'s\",\"created_at\":null,\"updated_at\":null},{\"id\":355,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":130,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Beurer Medical Nebuliser (IH 18) 1\'s\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":399,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"130\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 04:46:51\",\"updated_at\":\"2025-10-22 04:46:51\"},{\"id\":400,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"130\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 04:46:51\",\"updated_at\":\"2025-10-22 04:46:51\"}],\"module\":{\"id\":2,\"module_name\":\"Pharmacy\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2025-09-12-68c3b95ad0c9c.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2025-09-11T19:40:34.000000Z\",\"updated_at\":\"2025-10-22T20:40:21.000000Z\",\"icon\":\"2025-09-12-68c3b95acfa87.png\",\"theme_id\":1,\"description\":\"<p>Welcome to MXLovo, your trusted online pharmacy for all your healthcare needs. Browse our wide selection of prescription medications, over-the-counter products, and health essentials, all available at your convenience. Our team of qualified pharmacists is here to provide expert advice and ensure you get the care you deserve. With secure ordering and fast delivery,&nbsp;MXLovo is your one-stop shop for all things health-related. Experience the convenience of online pharmacy shopping with&nbsp;MXLovo today!<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b95acfa87.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b95ad0c9c.png\",\"translations\":[],\"storage\":[]},\"ecommerce_item_details\":null,\"unit\":{\"id\":7,\"unit\":\"pcs\",\"created_at\":\"2025-09-12T00:48:19.000000Z\",\"updated_at\":\"2025-09-12T00:48:19.000000Z\",\"translations\":[]}}', '[]', '[]', 3.80, 'product_discount', 1, 0.00, 'null', '2025-11-06 10:37:46', '2025-11-06 10:37:46', NULL, 0.00, 8, 'product_discount', NULL, 19.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
(34, 85, 100032, 25.00, '{\"id\":85,\"name\":\"Plum Green Tea Renewed Clarity Night Gel Mini\",\"description\":\"Clear & Glowing Skin: This rejuvenating night gel works overnight to reduce blemishes and brighten your complexion, helping you wake up to smoother, clearer, and more radiant skin.\\r\\nGreen Tea for Acne Marks: The powerful antioxidant green tea extract targets acne and acne scars, helping to fade marks and promote an even skin tone for a healthier appearance.\\r\\nHydrating Argan Oil: Enriched with argan oil, this gel offers deep hydration without the greasy feel, restoring moisture to your skin while preventing clogged pores and breakouts.\\r\\nVegan & Chemical-Free: With a formula free from parabens, SLS, phthalates, and mineral oils, this product is perfect for sensitive skin, providing a gentle, non-toxic solution for oily and acne-prone skin.\\r\\nHow to Use: For best results, cleanse your face thoroughly, gently pat dry, and apply the pillow-proof night gel to your face and neck. Enjoy fresh, balanced, and non-greasy skin when you wake up.\",\"image\":\"2025-10-22-68f896ecf27fb.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Skin Care\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":25,\"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\":30,\"created_at\":\"2025-10-21T22:03:48.000000Z\",\"updated_at\":\"2025-10-24T11:47:46.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":3331,\"unit_id\":1,\"images\":[{\"img\":\"2025-10-22-68f896ecf1759.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f896ecf2522.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f896ecf25d9.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f896ecf2694.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"plum-green-tea-renewed-clarity-night-gel-mini\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Super market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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\":\"ltr\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf27fb.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf1759.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf2522.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf25d9.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf2694.png\"],\"translations\":[{\"id\":251,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":85,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Plum Green Tea Renewed Clarity Night Gel Mini\",\"created_at\":null,\"updated_at\":null},{\"id\":252,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":85,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Clear & Glowing Skin: This rejuvenating night gel works overnight to reduce blemishes and brighten your complexion, helping you wake up to smoother, clearer, and more radiant skin.\\r\\nGreen Tea for Acne Marks: The powerful antioxidant green tea extract targets acne and acne scars, helping to fade marks and promote an even skin tone for a healthier appearance.\\r\\nHydrating Argan Oil: Enriched with argan oil, this gel offers deep hydration without the greasy feel, restoring moisture to your skin while preventing clogged pores and breakouts.\\r\\nVegan & Chemical-Free: With a formula free from parabens, SLS, phthalates, and mineral oils, this product is perfect for sensitive skin, providing a gentle, non-toxic solution for oily and acne-prone skin.\\r\\nHow to Use: For best results, cleanse your face thoroughly, gently pat dry, and apply the pillow-proof night gel to your face and neck. Enjoy fresh, balanced, and non-greasy skin when you wake up.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":297,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"85\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:33:48\",\"updated_at\":\"2025-10-22 03:33:48\"},{\"id\":298,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"85\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:33:49\",\"updated_at\":\"2025-10-22 03:33:49\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":1,\"unit\":\"ltr\",\"created_at\":\"2025-09-11T20:46:02.000000Z\",\"updated_at\":\"2025-09-11T20:46:48.000000Z\",\"translations\":[]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, '\"\"', '2025-11-06 10:43:26', '2025-11-06 10:43:26', NULL, 0.00, 6, 'product_discount', NULL, 0.00000000, 0.00000000),
(35, 82, 100032, 20.00, '{\"id\":82,\"name\":\"Biotique Papaya Deep Cleanse Face Wash\",\"description\":\"What it is: The gentle formula of this biotique face wash effectively removes makeup and excess oil, purifies your pores and eliminates flakes resulting in a polished and radiant complexion.\\r\\nKey ingredients: This exfoliating papaya face wash is infused with the goodness papaya juice for gentle exfoliation, along with neem for moisturizing and its antibacterial properties. Wild turmeric helps improve complexion.\\r\\nKey benefits: This nourishing face wash aids in the reduction of tan lines, unclogs pores for a deep cleansing effect, and enhances the complexion\'s brightness.\\r\\nIt is made with 100% natural botanical extracts and is free from harmful chemicals. It is dermatologically tested, recommended for all skin types, and safe for regular; MethoTo use this biotique face wash gently massage over wet face & neck with fingertips, lather & rinse, morning and evening.\\r\\nIngredients: Papita (Carica Papaya), Akhrot Chhal (Juglans Regia), Neem (Melia Azadirachta Indica), Banhaldi (Curcuma Aromatica), Ritha (Sapindus Mukorossi), Kikar Gaund (Acacia Arabica), Ground Nut Oil, Purified Himalayan Water Q.S.\",\"image\":\"2025-10-22-68f8964b2a61a.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Skin Care\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":20,\"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\":30,\"created_at\":\"2025-10-21T22:01:07.000000Z\",\"updated_at\":\"2025-10-24T08:21:02.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":1997,\"unit_id\":1,\"images\":[{\"img\":\"2025-10-22-68f8964b294e3.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8964b2a38f.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8964b2a466.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"biotique-papaya-deep-cleanse-face-wash\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Super market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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\":\"ltr\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8964b2a61a.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8964b294e3.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8964b2a38f.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8964b2a466.png\"],\"translations\":[{\"id\":245,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":82,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Biotique Papaya Deep Cleanse Face Wash\",\"created_at\":null,\"updated_at\":null},{\"id\":246,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":82,\"locale\":\"en\",\"key\":\"description\",\"value\":\"What it is: The gentle formula of this biotique face wash effectively removes makeup and excess oil, purifies your pores and eliminates flakes resulting in a polished and radiant complexion.\\r\\nKey ingredients: This exfoliating papaya face wash is infused with the goodness papaya juice for gentle exfoliation, along with neem for moisturizing and its antibacterial properties. Wild turmeric helps improve complexion.\\r\\nKey benefits: This nourishing face wash aids in the reduction of tan lines, unclogs pores for a deep cleansing effect, and enhances the complexion\'s brightness.\\r\\nIt is made with 100% natural botanical extracts and is free from harmful chemicals. It is dermatologically tested, recommended for all skin types, and safe for regular; MethoTo use this biotique face wash gently massage over wet face & neck with fingertips, lather & rinse, morning and evening.\\r\\nIngredients: Papita (Carica Papaya), Akhrot Chhal (Juglans Regia), Neem (Melia Azadirachta Indica), Banhaldi (Curcuma Aromatica), Ritha (Sapindus Mukorossi), Kikar Gaund (Acacia Arabica), Ground Nut Oil, Purified Himalayan Water Q.S.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":291,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"82\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:31:07\",\"updated_at\":\"2025-10-22 03:31:07\"},{\"id\":292,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"82\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:31:07\",\"updated_at\":\"2025-10-22 03:31:07\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":1,\"unit\":\"ltr\",\"created_at\":\"2025-09-11T20:46:02.000000Z\",\"updated_at\":\"2025-09-11T20:46:48.000000Z\",\"translations\":[]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, '\"\"', '2025-11-06 10:43:26', '2025-11-06 10:43:26', NULL, 0.00, 6, 'product_discount', NULL, 0.00000000, 0.00000000),
(36, 82, 100033, 20.00, '{\"id\":82,\"name\":\"Biotique Papaya Deep Cleanse Face Wash\",\"description\":\"What it is: The gentle formula of this biotique face wash effectively removes makeup and excess oil, purifies your pores and eliminates flakes resulting in a polished and radiant complexion.\\r\\nKey ingredients: This exfoliating papaya face wash is infused with the goodness papaya juice for gentle exfoliation, along with neem for moisturizing and its antibacterial properties. Wild turmeric helps improve complexion.\\r\\nKey benefits: This nourishing face wash aids in the reduction of tan lines, unclogs pores for a deep cleansing effect, and enhances the complexion\'s brightness.\\r\\nIt is made with 100% natural botanical extracts and is free from harmful chemicals. It is dermatologically tested, recommended for all skin types, and safe for regular; MethoTo use this biotique face wash gently massage over wet face & neck with fingertips, lather & rinse, morning and evening.\\r\\nIngredients: Papita (Carica Papaya), Akhrot Chhal (Juglans Regia), Neem (Melia Azadirachta Indica), Banhaldi (Curcuma Aromatica), Ritha (Sapindus Mukorossi), Kikar Gaund (Acacia Arabica), Ground Nut Oil, Purified Himalayan Water Q.S.\",\"image\":\"2025-10-22-68f8964b2a61a.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Skin Care\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":20,\"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\":30,\"created_at\":\"2025-10-21T22:01:07.000000Z\",\"updated_at\":\"2025-11-06T05:17:04.000000Z\",\"order_count\":1,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":1996,\"unit_id\":1,\"images\":[{\"img\":\"2025-10-22-68f8964b294e3.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8964b2a38f.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8964b2a466.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"biotique-papaya-deep-cleanse-face-wash\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Super market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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\":\"ltr\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8964b2a61a.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8964b294e3.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8964b2a38f.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8964b2a466.png\"],\"translations\":[{\"id\":245,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":82,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Biotique Papaya Deep Cleanse Face Wash\",\"created_at\":null,\"updated_at\":null},{\"id\":246,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":82,\"locale\":\"en\",\"key\":\"description\",\"value\":\"What it is: The gentle formula of this biotique face wash effectively removes makeup and excess oil, purifies your pores and eliminates flakes resulting in a polished and radiant complexion.\\r\\nKey ingredients: This exfoliating papaya face wash is infused with the goodness papaya juice for gentle exfoliation, along with neem for moisturizing and its antibacterial properties. Wild turmeric helps improve complexion.\\r\\nKey benefits: This nourishing face wash aids in the reduction of tan lines, unclogs pores for a deep cleansing effect, and enhances the complexion\'s brightness.\\r\\nIt is made with 100% natural botanical extracts and is free from harmful chemicals. It is dermatologically tested, recommended for all skin types, and safe for regular; MethoTo use this biotique face wash gently massage over wet face & neck with fingertips, lather & rinse, morning and evening.\\r\\nIngredients: Papita (Carica Papaya), Akhrot Chhal (Juglans Regia), Neem (Melia Azadirachta Indica), Banhaldi (Curcuma Aromatica), Ritha (Sapindus Mukorossi), Kikar Gaund (Acacia Arabica), Ground Nut Oil, Purified Himalayan Water Q.S.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":291,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"82\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:31:07\",\"updated_at\":\"2025-10-22 03:31:07\"},{\"id\":292,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"82\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:31:07\",\"updated_at\":\"2025-10-22 03:31:07\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":1,\"unit\":\"ltr\",\"created_at\":\"2025-09-11T20:46:02.000000Z\",\"updated_at\":\"2025-09-11T20:46:48.000000Z\",\"translations\":[]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, '\"\"', '2025-11-06 10:48:41', '2025-11-06 10:48:41', NULL, 0.00, 6, 'product_discount', NULL, 0.00000000, 0.00000000),
(37, 82, 100034, 20.00, '{\"id\":82,\"name\":\"Biotique Papaya Deep Cleanse Face Wash\",\"description\":\"What it is: The gentle formula of this biotique face wash effectively removes makeup and excess oil, purifies your pores and eliminates flakes resulting in a polished and radiant complexion.\\r\\nKey ingredients: This exfoliating papaya face wash is infused with the goodness papaya juice for gentle exfoliation, along with neem for moisturizing and its antibacterial properties. Wild turmeric helps improve complexion.\\r\\nKey benefits: This nourishing face wash aids in the reduction of tan lines, unclogs pores for a deep cleansing effect, and enhances the complexion\'s brightness.\\r\\nIt is made with 100% natural botanical extracts and is free from harmful chemicals. It is dermatologically tested, recommended for all skin types, and safe for regular; MethoTo use this biotique face wash gently massage over wet face & neck with fingertips, lather & rinse, morning and evening.\\r\\nIngredients: Papita (Carica Papaya), Akhrot Chhal (Juglans Regia), Neem (Melia Azadirachta Indica), Banhaldi (Curcuma Aromatica), Ritha (Sapindus Mukorossi), Kikar Gaund (Acacia Arabica), Ground Nut Oil, Purified Himalayan Water Q.S.\",\"image\":\"2025-10-22-68f8964b2a61a.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Skin Care\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":20,\"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\":30,\"created_at\":\"2025-10-21T22:01:07.000000Z\",\"updated_at\":\"2025-11-06T05:18:41.000000Z\",\"order_count\":1,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":1995,\"unit_id\":1,\"images\":[{\"img\":\"2025-10-22-68f8964b294e3.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8964b2a38f.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8964b2a466.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"biotique-papaya-deep-cleanse-face-wash\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Super market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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\":\"ltr\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8964b2a61a.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8964b294e3.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8964b2a38f.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8964b2a466.png\"],\"translations\":[{\"id\":245,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":82,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Biotique Papaya Deep Cleanse Face Wash\",\"created_at\":null,\"updated_at\":null},{\"id\":246,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":82,\"locale\":\"en\",\"key\":\"description\",\"value\":\"What it is: The gentle formula of this biotique face wash effectively removes makeup and excess oil, purifies your pores and eliminates flakes resulting in a polished and radiant complexion.\\r\\nKey ingredients: This exfoliating papaya face wash is infused with the goodness papaya juice for gentle exfoliation, along with neem for moisturizing and its antibacterial properties. Wild turmeric helps improve complexion.\\r\\nKey benefits: This nourishing face wash aids in the reduction of tan lines, unclogs pores for a deep cleansing effect, and enhances the complexion\'s brightness.\\r\\nIt is made with 100% natural botanical extracts and is free from harmful chemicals. It is dermatologically tested, recommended for all skin types, and safe for regular; MethoTo use this biotique face wash gently massage over wet face & neck with fingertips, lather & rinse, morning and evening.\\r\\nIngredients: Papita (Carica Papaya), Akhrot Chhal (Juglans Regia), Neem (Melia Azadirachta Indica), Banhaldi (Curcuma Aromatica), Ritha (Sapindus Mukorossi), Kikar Gaund (Acacia Arabica), Ground Nut Oil, Purified Himalayan Water Q.S.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":291,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"82\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:31:07\",\"updated_at\":\"2025-10-22 03:31:07\"},{\"id\":292,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"82\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:31:07\",\"updated_at\":\"2025-10-22 03:31:07\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":1,\"unit\":\"ltr\",\"created_at\":\"2025-09-11T20:46:02.000000Z\",\"updated_at\":\"2025-09-11T20:46:48.000000Z\",\"translations\":[]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, '\"\"', '2025-11-06 10:51:15', '2025-11-06 10:51:15', NULL, 0.00, 6, 'product_discount', NULL, 0.00000000, 0.00000000),
(38, 85, 100035, 25.00, '{\"id\":85,\"name\":\"Plum Green Tea Renewed Clarity Night Gel Mini\",\"description\":\"Clear & Glowing Skin: This rejuvenating night gel works overnight to reduce blemishes and brighten your complexion, helping you wake up to smoother, clearer, and more radiant skin.\\r\\nGreen Tea for Acne Marks: The powerful antioxidant green tea extract targets acne and acne scars, helping to fade marks and promote an even skin tone for a healthier appearance.\\r\\nHydrating Argan Oil: Enriched with argan oil, this gel offers deep hydration without the greasy feel, restoring moisture to your skin while preventing clogged pores and breakouts.\\r\\nVegan & Chemical-Free: With a formula free from parabens, SLS, phthalates, and mineral oils, this product is perfect for sensitive skin, providing a gentle, non-toxic solution for oily and acne-prone skin.\\r\\nHow to Use: For best results, cleanse your face thoroughly, gently pat dry, and apply the pillow-proof night gel to your face and neck. Enjoy fresh, balanced, and non-greasy skin when you wake up.\",\"image\":\"2025-10-22-68f896ecf27fb.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Skin Care\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":25,\"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\":30,\"created_at\":\"2025-10-21T22:03:48.000000Z\",\"updated_at\":\"2025-11-06T05:17:04.000000Z\",\"order_count\":1,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":3330,\"unit_id\":1,\"images\":[{\"img\":\"2025-10-22-68f896ecf1759.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f896ecf2522.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f896ecf25d9.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f896ecf2694.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"plum-green-tea-renewed-clarity-night-gel-mini\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Super market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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\":\"ltr\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf27fb.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf1759.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf2522.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf25d9.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf2694.png\"],\"translations\":[{\"id\":251,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":85,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Plum Green Tea Renewed Clarity Night Gel Mini\",\"created_at\":null,\"updated_at\":null},{\"id\":252,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":85,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Clear & Glowing Skin: This rejuvenating night gel works overnight to reduce blemishes and brighten your complexion, helping you wake up to smoother, clearer, and more radiant skin.\\r\\nGreen Tea for Acne Marks: The powerful antioxidant green tea extract targets acne and acne scars, helping to fade marks and promote an even skin tone for a healthier appearance.\\r\\nHydrating Argan Oil: Enriched with argan oil, this gel offers deep hydration without the greasy feel, restoring moisture to your skin while preventing clogged pores and breakouts.\\r\\nVegan & Chemical-Free: With a formula free from parabens, SLS, phthalates, and mineral oils, this product is perfect for sensitive skin, providing a gentle, non-toxic solution for oily and acne-prone skin.\\r\\nHow to Use: For best results, cleanse your face thoroughly, gently pat dry, and apply the pillow-proof night gel to your face and neck. Enjoy fresh, balanced, and non-greasy skin when you wake up.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":297,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"85\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:33:48\",\"updated_at\":\"2025-10-22 03:33:48\"},{\"id\":298,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"85\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:33:49\",\"updated_at\":\"2025-10-22 03:33:49\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":1,\"unit\":\"ltr\",\"created_at\":\"2025-09-11T20:46:02.000000Z\",\"updated_at\":\"2025-09-11T20:46:48.000000Z\",\"translations\":[]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, '\"\"', '2025-11-06 11:07:03', '2025-11-06 11:07:03', NULL, 0.00, 6, 'product_discount', NULL, 0.00000000, 0.00000000),
(39, 85, 100036, 25.00, '{\"id\":85,\"name\":\"Plum Green Tea Renewed Clarity Night Gel Mini\",\"description\":\"Clear & Glowing Skin: This rejuvenating night gel works overnight to reduce blemishes and brighten your complexion, helping you wake up to smoother, clearer, and more radiant skin.\\r\\nGreen Tea for Acne Marks: The powerful antioxidant green tea extract targets acne and acne scars, helping to fade marks and promote an even skin tone for a healthier appearance.\\r\\nHydrating Argan Oil: Enriched with argan oil, this gel offers deep hydration without the greasy feel, restoring moisture to your skin while preventing clogged pores and breakouts.\\r\\nVegan & Chemical-Free: With a formula free from parabens, SLS, phthalates, and mineral oils, this product is perfect for sensitive skin, providing a gentle, non-toxic solution for oily and acne-prone skin.\\r\\nHow to Use: For best results, cleanse your face thoroughly, gently pat dry, and apply the pillow-proof night gel to your face and neck. Enjoy fresh, balanced, and non-greasy skin when you wake up.\",\"image\":\"2025-10-22-68f896ecf27fb.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Skin Care\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":25,\"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\":30,\"created_at\":\"2025-10-21T22:03:48.000000Z\",\"updated_at\":\"2025-11-06T05:37:03.000000Z\",\"order_count\":1,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":3329,\"unit_id\":1,\"images\":[{\"img\":\"2025-10-22-68f896ecf1759.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f896ecf2522.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f896ecf25d9.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f896ecf2694.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"plum-green-tea-renewed-clarity-night-gel-mini\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Super market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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\":\"ltr\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf27fb.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf1759.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf2522.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf25d9.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf2694.png\"],\"translations\":[{\"id\":251,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":85,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Plum Green Tea Renewed Clarity Night Gel Mini\",\"created_at\":null,\"updated_at\":null},{\"id\":252,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":85,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Clear & Glowing Skin: This rejuvenating night gel works overnight to reduce blemishes and brighten your complexion, helping you wake up to smoother, clearer, and more radiant skin.\\r\\nGreen Tea for Acne Marks: The powerful antioxidant green tea extract targets acne and acne scars, helping to fade marks and promote an even skin tone for a healthier appearance.\\r\\nHydrating Argan Oil: Enriched with argan oil, this gel offers deep hydration without the greasy feel, restoring moisture to your skin while preventing clogged pores and breakouts.\\r\\nVegan & Chemical-Free: With a formula free from parabens, SLS, phthalates, and mineral oils, this product is perfect for sensitive skin, providing a gentle, non-toxic solution for oily and acne-prone skin.\\r\\nHow to Use: For best results, cleanse your face thoroughly, gently pat dry, and apply the pillow-proof night gel to your face and neck. Enjoy fresh, balanced, and non-greasy skin when you wake up.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":297,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"85\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:33:48\",\"updated_at\":\"2025-10-22 03:33:48\"},{\"id\":298,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"85\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:33:49\",\"updated_at\":\"2025-10-22 03:33:49\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":1,\"unit\":\"ltr\",\"created_at\":\"2025-09-11T20:46:02.000000Z\",\"updated_at\":\"2025-09-11T20:46:48.000000Z\",\"translations\":[]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, '\"\"', '2025-11-06 11:14:47', '2025-11-06 11:14:47', NULL, 0.00, 6, '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
(40, 82, 100037, 20.00, '{\"id\":82,\"name\":\"Biotique Papaya Deep Cleanse Face Wash\",\"description\":\"What it is: The gentle formula of this biotique face wash effectively removes makeup and excess oil, purifies your pores and eliminates flakes resulting in a polished and radiant complexion.\\r\\nKey ingredients: This exfoliating papaya face wash is infused with the goodness papaya juice for gentle exfoliation, along with neem for moisturizing and its antibacterial properties. Wild turmeric helps improve complexion.\\r\\nKey benefits: This nourishing face wash aids in the reduction of tan lines, unclogs pores for a deep cleansing effect, and enhances the complexion\'s brightness.\\r\\nIt is made with 100% natural botanical extracts and is free from harmful chemicals. It is dermatologically tested, recommended for all skin types, and safe for regular; MethoTo use this biotique face wash gently massage over wet face & neck with fingertips, lather & rinse, morning and evening.\\r\\nIngredients: Papita (Carica Papaya), Akhrot Chhal (Juglans Regia), Neem (Melia Azadirachta Indica), Banhaldi (Curcuma Aromatica), Ritha (Sapindus Mukorossi), Kikar Gaund (Acacia Arabica), Ground Nut Oil, Purified Himalayan Water Q.S.\",\"image\":\"2025-10-22-68f8964b2a61a.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Skin Care\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":20,\"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\":30,\"created_at\":\"2025-10-21T22:01:07.000000Z\",\"updated_at\":\"2025-11-06T05:45:19.000000Z\",\"order_count\":3,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":1994,\"unit_id\":1,\"images\":[{\"img\":\"2025-10-22-68f8964b294e3.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8964b2a38f.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8964b2a466.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"biotique-papaya-deep-cleanse-face-wash\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Super market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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\":\"ltr\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8964b2a61a.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8964b294e3.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8964b2a38f.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8964b2a466.png\"],\"translations\":[{\"id\":245,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":82,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Biotique Papaya Deep Cleanse Face Wash\",\"created_at\":null,\"updated_at\":null},{\"id\":246,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":82,\"locale\":\"en\",\"key\":\"description\",\"value\":\"What it is: The gentle formula of this biotique face wash effectively removes makeup and excess oil, purifies your pores and eliminates flakes resulting in a polished and radiant complexion.\\r\\nKey ingredients: This exfoliating papaya face wash is infused with the goodness papaya juice for gentle exfoliation, along with neem for moisturizing and its antibacterial properties. Wild turmeric helps improve complexion.\\r\\nKey benefits: This nourishing face wash aids in the reduction of tan lines, unclogs pores for a deep cleansing effect, and enhances the complexion\'s brightness.\\r\\nIt is made with 100% natural botanical extracts and is free from harmful chemicals. It is dermatologically tested, recommended for all skin types, and safe for regular; MethoTo use this biotique face wash gently massage over wet face & neck with fingertips, lather & rinse, morning and evening.\\r\\nIngredients: Papita (Carica Papaya), Akhrot Chhal (Juglans Regia), Neem (Melia Azadirachta Indica), Banhaldi (Curcuma Aromatica), Ritha (Sapindus Mukorossi), Kikar Gaund (Acacia Arabica), Ground Nut Oil, Purified Himalayan Water Q.S.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":291,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"82\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:31:07\",\"updated_at\":\"2025-10-22 03:31:07\"},{\"id\":292,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"82\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:31:07\",\"updated_at\":\"2025-10-22 03:31:07\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":1,\"unit\":\"ltr\",\"created_at\":\"2025-09-11T20:46:02.000000Z\",\"updated_at\":\"2025-09-11T20:46:48.000000Z\",\"translations\":[]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, '\"\"', '2025-11-06 11:22:47', '2025-11-06 11:22:47', NULL, 0.00, 6, 'product_discount', NULL, 0.00000000, 0.00000000),
(41, 161, 100038, 1.00, '{\"id\":161,\"name\":\"Amul Ghee\",\"description\":\"Ghee\",\"image\":\"2025-10-23-68fa0600df1a4.png\",\"category_id\":3,\"category_ids\":[{\"id\":\"3\",\"position\":1,\"name\":\"Daily Needs\"}],\"variations\":[{\"type\":\"Amul\",\"price\":1,\"stock\":96}],\"add_ons\":[],\"attributes\":[\"5\"],\"choice_options\":[{\"name\":\"choice_5\",\"title\":\"Brand\",\"options\":[\"Amul\"]}],\"price\":1,\"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\":34,\"created_at\":\"2025-10-23T10:40:00.000000Z\",\"updated_at\":\"2025-11-06T04:34:41.000000Z\",\"order_count\":1,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":96,\"unit_id\":1,\"images\":[],\"food_variations\":[],\"slug\":\"ghee\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":5,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fresh market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":20,\"max_delivery_time\":50,\"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\":\"ltr\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-23-68fa0600df1a4.png\",\"images_full_url\":[],\"translations\":[{\"id\":444,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":161,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Amul Ghee\",\"created_at\":null,\"updated_at\":null},{\"id\":445,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":161,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Ghee\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":524,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"161\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-23 16:10:00\",\"updated_at\":\"2025-10-23 16:10:00\"},{\"id\":525,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"161\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-23 16:10:33\",\"updated_at\":\"2025-10-23 16:10:33\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":1,\"unit\":\"ltr\",\"created_at\":\"2025-09-11T20:46:02.000000Z\",\"updated_at\":\"2025-09-11T20:46:48.000000Z\",\"translations\":[]}}', '[{\"type\":\"Amul\",\"price\":1,\"stock\":96}]', '[]', 0.10, 'product_discount', 1, 0.00, 'null', '2025-11-06 11:47:43', '2025-11-06 11:47:43', NULL, 0.00, 3, 'product_discount', NULL, 10.00000000, 0.00000000),
(42, 64, 100039, 50.00, '{\"id\":64,\"name\":\"Tata Sampann, High in Fibre Poha(Thick)\",\"description\":\"Nutritious Snack: Enjoy deliciously wholesome and healthy snack with Tata Sampann Thick Poha\\r\\nHigh in Fibre: Dietary Fibre promotes digestive health\\r\\nSource of Protein: Protein is generally known as an important building block for the body\\r\\nBest Sourced Paddy: Uses best-sourced paddy to bring you a great-tasting and nutritious snack\\r\\nAnytime Enjoyment: Can be enjoyed at any time of the day\\r\\nAlso Try: Tata Sampann Thin Poha and Red Poha\",\"image\":\"2025-10-22-68f8935706860.png\",\"category_id\":4,\"category_ids\":[{\"id\":\"4\",\"position\":1,\"name\":\"Grocery\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"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\":30,\"created_at\":\"2025-10-21T21:48:31.000000Z\",\"updated_at\":\"2025-10-21T21:48:31.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":550,\"unit_id\":2,\"images\":[{\"img\":\"2025-10-22-68f89357058d9.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f89357066e3.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"tata-sampann-high-in-fibre-pohathick\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Super market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8935706860.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f89357058d9.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f89357066e3.png\"],\"translations\":[{\"id\":209,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":64,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Tata Sampann, High in Fibre Poha(Thick)\",\"created_at\":null,\"updated_at\":null},{\"id\":210,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":64,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Nutritious Snack: Enjoy deliciously wholesome and healthy snack with Tata Sampann Thick Poha\\r\\nHigh in Fibre: Dietary Fibre promotes digestive health\\r\\nSource of Protein: Protein is generally known as an important building block for the body\\r\\nBest Sourced Paddy: Uses best-sourced paddy to bring you a great-tasting and nutritious snack\\r\\nAnytime Enjoyment: Can be enjoyed at any time of the day\\r\\nAlso Try: Tata Sampann Thin Poha and Red Poha\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":255,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"64\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:18:31\",\"updated_at\":\"2025-10-22 03:18:31\"},{\"id\":256,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"64\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:18:31\",\"updated_at\":\"2025-10-22 03:18:31\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":2,\"unit\":\"kg\",\"created_at\":\"2025-09-11T20:46:16.000000Z\",\"updated_at\":\"2025-09-11T20:46:16.000000Z\",\"translations\":[]}}', '[]', '[]', 2.50, 'product_discount', 1, 0.00, 'null', '2025-11-06 16:46:34', '2025-11-06 16:46:34', NULL, 0.00, 4, 'product_discount', NULL, 5.00000000, 0.00000000),
(43, 57, 100040, 30.00, '{\"id\":57,\"name\":\"Tata Salt 1 Kg\",\"description\":\"Tata Salt 1 Kg, Free Flowing and Iodised Namak, Vacuum Evaporated, Salt in Fresh\",\"image\":\"2025-10-22-68f892333a75e.png\",\"category_id\":4,\"category_ids\":[{\"id\":\"4\",\"position\":1,\"name\":\"Grocery\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":30,\"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\":30,\"created_at\":\"2025-10-21T21:43:39.000000Z\",\"updated_at\":\"2025-10-21T21:43:39.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":998,\"unit_id\":2,\"images\":[{\"img\":\"2025-10-22-68f89233397dd.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"tata-salt-1-kg\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Super market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f892333a75e.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f89233397dd.png\"],\"translations\":[{\"id\":195,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":57,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Tata Salt 1 Kg\",\"created_at\":null,\"updated_at\":null},{\"id\":196,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":57,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Tata Salt 1 Kg, Free Flowing and Iodised Namak, Vacuum Evaporated, Salt in Fresh\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":241,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"57\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:13:39\",\"updated_at\":\"2025-10-22 03:13:39\"},{\"id\":242,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"57\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:13:39\",\"updated_at\":\"2025-10-22 03:13:39\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":2,\"unit\":\"kg\",\"created_at\":\"2025-09-11T20:46:16.000000Z\",\"updated_at\":\"2025-09-11T20:46:16.000000Z\",\"translations\":[]}}', '[]', '[]', 1.50, 'product_discount', 1, 0.00, 'null', '2025-11-06 16:51:51', '2025-11-06 16:51:51', NULL, 0.00, 4, 'product_discount', NULL, 5.00000000, 0.00000000),
(44, 40, 100041, 840.00, '{\"id\":40,\"name\":\"Yogabar Chia Seeds - Calcium, Iron & Zinc - Diet Food Healthy Snacks 1Kg (500g x Pack of 2)\",\"description\":\"Yogabar Chia Seeds - Calcium, Iron & Zinc - Diet Food Healthy Snacks 1Kg (500g x Pack of 2)\",\"image\":\"2025-10-22-68f885c1c0100.png\",\"category_id\":4,\"category_ids\":[{\"id\":\"4\",\"position\":1,\"name\":\"Grocery\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":840,\"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\":31,\"created_at\":\"2025-10-21T20:50:33.000000Z\",\"updated_at\":\"2025-10-24T06:43:48.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":349,\"unit_id\":4,\"images\":[{\"img\":\"2025-10-22-68f885c1bf084.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"yogabar-chia-seeds-calcium-iron-zinc-diet-food-healthy-snacks-1kg-500g-x-pack-of-2\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Organic Market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f885c1c0100.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f885c1bf084.png\"],\"translations\":[{\"id\":157,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":40,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Yogabar Chia Seeds - Calcium, Iron & Zinc - Diet Food Healthy Snacks 1Kg (500g x Pack of 2)\",\"created_at\":null,\"updated_at\":null},{\"id\":158,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":40,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Yogabar Chia Seeds - Calcium, Iron & Zinc - Diet Food Healthy Snacks 1Kg (500g x Pack of 2)\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":203,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"40\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 02:20:33\",\"updated_at\":\"2025-10-22 02:20:33\"},{\"id\":204,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"40\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 02:20:33\",\"updated_at\":\"2025-10-22 02:20:33\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":4,\"unit\":\"g\",\"created_at\":\"2025-09-11T20:46:28.000000Z\",\"updated_at\":\"2025-09-11T20:46:28.000000Z\",\"translations\":[]}}', '[]', '[]', 84.00, 'product_discount', 1, 0.00, 'null', '2025-11-06 16:56:33', '2025-11-06 16:56:33', NULL, 0.00, 4, 'product_discount', NULL, 10.00000000, 0.00000000),
(45, 85, 100042, 25.00, '{\"id\":85,\"name\":\"Plum Green Tea Renewed Clarity Night Gel Mini\",\"description\":\"Clear & Glowing Skin: This rejuvenating night gel works overnight to reduce blemishes and brighten your complexion, helping you wake up to smoother, clearer, and more radiant skin.\\r\\nGreen Tea for Acne Marks: The powerful antioxidant green tea extract targets acne and acne scars, helping to fade marks and promote an even skin tone for a healthier appearance.\\r\\nHydrating Argan Oil: Enriched with argan oil, this gel offers deep hydration without the greasy feel, restoring moisture to your skin while preventing clogged pores and breakouts.\\r\\nVegan & Chemical-Free: With a formula free from parabens, SLS, phthalates, and mineral oils, this product is perfect for sensitive skin, providing a gentle, non-toxic solution for oily and acne-prone skin.\\r\\nHow to Use: For best results, cleanse your face thoroughly, gently pat dry, and apply the pillow-proof night gel to your face and neck. Enjoy fresh, balanced, and non-greasy skin when you wake up.\",\"image\":\"2025-10-22-68f896ecf27fb.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Skin Care\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":25,\"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\":30,\"created_at\":\"2025-10-21T22:03:48.000000Z\",\"updated_at\":\"2025-11-06T05:47:09.000000Z\",\"order_count\":2,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":3328,\"unit_id\":1,\"images\":[{\"img\":\"2025-10-22-68f896ecf1759.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f896ecf2522.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f896ecf25d9.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f896ecf2694.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"plum-green-tea-renewed-clarity-night-gel-mini\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Super market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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\":\"ltr\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf27fb.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf1759.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf2522.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf25d9.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf2694.png\"],\"translations\":[{\"id\":251,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":85,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Plum Green Tea Renewed Clarity Night Gel Mini\",\"created_at\":null,\"updated_at\":null},{\"id\":252,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":85,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Clear & Glowing Skin: This rejuvenating night gel works overnight to reduce blemishes and brighten your complexion, helping you wake up to smoother, clearer, and more radiant skin.\\r\\nGreen Tea for Acne Marks: The powerful antioxidant green tea extract targets acne and acne scars, helping to fade marks and promote an even skin tone for a healthier appearance.\\r\\nHydrating Argan Oil: Enriched with argan oil, this gel offers deep hydration without the greasy feel, restoring moisture to your skin while preventing clogged pores and breakouts.\\r\\nVegan & Chemical-Free: With a formula free from parabens, SLS, phthalates, and mineral oils, this product is perfect for sensitive skin, providing a gentle, non-toxic solution for oily and acne-prone skin.\\r\\nHow to Use: For best results, cleanse your face thoroughly, gently pat dry, and apply the pillow-proof night gel to your face and neck. Enjoy fresh, balanced, and non-greasy skin when you wake up.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":297,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"85\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:33:48\",\"updated_at\":\"2025-10-22 03:33:48\"},{\"id\":298,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"85\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:33:49\",\"updated_at\":\"2025-10-22 03:33:49\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":1,\"unit\":\"ltr\",\"created_at\":\"2025-09-11T20:46:02.000000Z\",\"updated_at\":\"2025-09-11T20:46:48.000000Z\",\"translations\":[]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, 'null', '2025-11-06 17:25:57', '2025-11-06 17:25:57', NULL, 0.00, 6, 'product_discount', NULL, 0.00000000, 0.00000000),
(46, 125, 100043, 3.00, '{\"id\":125,\"name\":\"Move Spray\",\"description\":\"100% Ayurvedic formula for pain relief\\r\\nEffective on back, joint, and muscle pain\\r\\nContains natural oils like Wintergreen, Eucalyptus, and Mint\\r\\nMay help provide fast and long-lasting relief\\r\\nSuitable for sports injuries and daily aches\\r\\nEasy-to-use spray application\",\"image\":\"2025-10-22-68f8a6afb6281.png\",\"category_id\":7,\"category_ids\":[{\"id\":\"7\",\"position\":1,\"name\":\"Health & Nutrition\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":3,\"tax\":0,\"tax_type\":\"percent\",\"discount\":50,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":50,\"created_at\":\"2025-10-21T23:11:03.000000Z\",\"updated_at\":\"2025-10-24T05:45:04.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":98,\"unit_id\":3,\"images\":[{\"img\":\"2025-10-22-68f8a6afb5376.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"move-spray\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":10,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"24\\/7 pharmacy\",\"is_campaign\":0,\"module_type\":\"pharmacy\",\"zone_id\":2,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":50,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":1,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"ml\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8a6afb6281.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8a6afb5376.png\"],\"translations\":[{\"id\":344,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":125,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Move Spray\",\"created_at\":null,\"updated_at\":null},{\"id\":345,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":125,\"locale\":\"en\",\"key\":\"description\",\"value\":\"100% Ayurvedic formula for pain relief\\r\\nEffective on back, joint, and muscle pain\\r\\nContains natural oils like Wintergreen, Eucalyptus, and Mint\\r\\nMay help provide fast and long-lasting relief\\r\\nSuitable for sports injuries and daily aches\\r\\nEasy-to-use spray application\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":389,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"125\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 04:41:03\",\"updated_at\":\"2025-10-22 04:41:03\"},{\"id\":390,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"125\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 04:41:03\",\"updated_at\":\"2025-10-22 04:41:03\"}],\"module\":{\"id\":2,\"module_name\":\"Pharmacy\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2025-09-12-68c3b95ad0c9c.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2025-09-11T19:40:34.000000Z\",\"updated_at\":\"2025-10-22T20:40:21.000000Z\",\"icon\":\"2025-09-12-68c3b95acfa87.png\",\"theme_id\":1,\"description\":\"<p>Welcome to MXLovo, your trusted online pharmacy for all your healthcare needs. Browse our wide selection of prescription medications, over-the-counter products, and health essentials, all available at your convenience. Our team of qualified pharmacists is here to provide expert advice and ensure you get the care you deserve. With secure ordering and fast delivery,&nbsp;MXLovo is your one-stop shop for all things health-related. Experience the convenience of online pharmacy shopping with&nbsp;MXLovo today!<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b95acfa87.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b95ad0c9c.png\",\"translations\":[],\"storage\":[]},\"ecommerce_item_details\":null,\"unit\":{\"id\":3,\"unit\":\"ml\",\"created_at\":\"2025-09-11T20:46:23.000000Z\",\"updated_at\":\"2025-09-11T20:46:23.000000Z\",\"translations\":[]}}', '[]', '[]', 1.50, 'product_discount', 1, 0.00, 'null', '2025-11-07 09:26:41', '2025-11-07 09:26:41', NULL, 0.00, 7, 'product_discount', NULL, 50.00000000, 0.00000000),
(47, 159, 100044, 10.00, '{\"id\":159,\"name\":\"Paracetamol\",\"description\":\"Pain relief\",\"image\":\"2025-10-23-68f9f77377b12.png\",\"category_id\":7,\"category_ids\":[{\"id\":\"7\",\"position\":1,\"name\":\"Health & Nutrition\"}],\"variations\":[{\"type\":\"Paracetamol\",\"price\":10,\"stock\":99}],\"add_ons\":[],\"attributes\":[5],\"choice_options\":[{\"name\":\"choice_5\",\"title\":\"Brand\",\"options\":[\"Paracetamol\"]}],\"price\":150,\"tax\":0,\"tax_type\":\"percent\",\"discount\":10,\"discount_type\":\"percent\",\"available_time_starts\":null,\"available_time_ends\":null,\"veg\":0,\"status\":1,\"store_id\":50,\"created_at\":\"2025-10-23T09:37:55.000000Z\",\"updated_at\":\"2025-10-24T10:50:16.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":99,\"unit_id\":7,\"images\":[{\"img\":\"2025-10-23-68f9f77374604.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"paracetamol\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":20,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"24\\/7 pharmacy\",\"is_campaign\":0,\"module_type\":\"pharmacy\",\"zone_id\":2,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":30,\"max_delivery_time\":50,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":1,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"tax_data\":[],\"unit_type\":\"pcs\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-23-68f9f77377b12.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-23-68f9f77374604.png\"],\"translations\":[{\"id\":433,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":159,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Paracetamol\",\"created_at\":null,\"updated_at\":null},{\"id\":434,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":159,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Pain relief\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":511,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"159\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-23 15:07:55\",\"updated_at\":\"2025-10-23 15:07:55\"},{\"id\":512,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"159\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-23 15:07:55\",\"updated_at\":\"2025-10-23 15:07:55\"}],\"module\":{\"id\":2,\"module_name\":\"Pharmacy\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2025-09-12-68c3b95ad0c9c.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2025-09-11T19:40:34.000000Z\",\"updated_at\":\"2025-10-22T20:40:21.000000Z\",\"icon\":\"2025-09-12-68c3b95acfa87.png\",\"theme_id\":1,\"description\":\"<p>Welcome to MXLovo, your trusted online pharmacy for all your healthcare needs. Browse our wide selection of prescription medications, over-the-counter products, and health essentials, all available at your convenience. Our team of qualified pharmacists is here to provide expert advice and ensure you get the care you deserve. With secure ordering and fast delivery,&nbsp;MXLovo is your one-stop shop for all things health-related. Experience the convenience of online pharmacy shopping with&nbsp;MXLovo today!<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b95acfa87.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b95ad0c9c.png\",\"translations\":[],\"storage\":[]},\"ecommerce_item_details\":null,\"unit\":{\"id\":7,\"unit\":\"pcs\",\"created_at\":\"2025-09-12T00:48:19.000000Z\",\"updated_at\":\"2025-09-12T00:48:19.000000Z\",\"translations\":[]}}', '[{\"type\":\"Paracetamol\",\"price\":10,\"stock\":99}]', '[]', 1.00, 'product_discount', 1, 0.00, 'null', '2025-11-07 09:42:12', '2025-11-07 09:42:12', NULL, 0.00, 7, 'product_discount', NULL, 10.00000000, 0.00000000),
(48, 54, 100045, 44.00, '{\"id\":54,\"name\":\"Amul Butter Salted Pasteurised\",\"description\":\"Amul Butter\\r\\nAmul\\r\\nAmul Butter - Pasteurised\\r\\nAmul Butter\\r\\nAmul\\r\\nAmul Butter - Pasteurised\\r\\nFlavor Name: Salted; Material Features: Vegetarian; Item Form: Ba\",\"image\":\"2025-10-22-68f8919e24082.png\",\"category_id\":3,\"category_ids\":[{\"id\":\"3\",\"position\":1,\"name\":\"Daily Needs\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":44,\"tax\":0,\"tax_type\":\"percent\",\"discount\":1,\"discount_type\":\"amount\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":30,\"created_at\":\"2025-10-21T21:41:10.000000Z\",\"updated_at\":\"2025-11-07T03:43:28.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":5000,\"unit_id\":4,\"images\":[{\"img\":\"2025-10-22-68f8919e22f83.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8919e23e0a.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8919e23eb9.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"amul-butter-salted-pasteurised\",\"recommended\":0,\"organic\":1,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Super market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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\":\"g\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8919e24082.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8919e22f83.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8919e23e0a.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8919e23eb9.png\"],\"translations\":[{\"id\":189,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":54,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Amul Butter Salted Pasteurised\",\"created_at\":null,\"updated_at\":null},{\"id\":190,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":54,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Amul Butter\\r\\nAmul\\r\\nAmul Butter - Pasteurised\\r\\nAmul Butter\\r\\nAmul\\r\\nAmul Butter - Pasteurised\\r\\nFlavor Name: Salted; Material Features: Vegetarian; Item Form: Ba\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":235,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"54\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:11:10\",\"updated_at\":\"2025-10-22 03:11:10\"},{\"id\":236,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"54\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:11:10\",\"updated_at\":\"2025-10-22 03:11:10\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":4,\"unit\":\"g\",\"created_at\":\"2025-09-11T20:46:28.000000Z\",\"updated_at\":\"2025-09-11T20:46:28.000000Z\",\"translations\":[]}}', '[]', '[]', 1.00, 'product_discount', 1, 0.00, 'null', '2025-11-07 09:49:12', '2025-11-07 09:49:12', NULL, 0.00, 3, 'product_discount', NULL, 1.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
(49, 72, 100046, 24.00, '{\"id\":72,\"name\":\"Swiss Beauty Natural Makeup Fixer\",\"description\":\"Swiss Beauty\'s Makeup Fixer is a weightless spray that effortlessly locks in your makeup without any melting, fading, or settling into fine lines.\\r\\nEnriched with Aloe & Vitamin E, this makeup fixer soothes and hydrates the skin from within, ensuring that your makeup looks fresh from AM to PM.\\r\\nThe non-sticky formula provides an instant burst of hydration, leaving your skin feeling revitalized and looking flawless.\\r\\nSwiss Beauty\'s Makeup Fixer works double-duty to set your makeup in place and provide your skin with the much-needed nourishment and hydration.\\r\\nWhether you\'re headed to work, a party, or a day out, this makeup fixer is the perfect addition to your makeup routine to keep your makeup in place all day long.\",\"image\":\"2025-10-22-68f894900d344.png\",\"category_id\":5,\"category_ids\":[{\"id\":\"5\",\"position\":1,\"name\":\"Cosmatic\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":24,\"tax\":0,\"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\":30,\"created_at\":\"2025-10-21T21:53:44.000000Z\",\"updated_at\":\"2025-10-21T21:53:44.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":399,\"unit_id\":3,\"images\":[{\"img\":\"2025-10-22-68f894900c1ad.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f894900d0f9.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f894900d1c8.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"swiss-beauty-natural-makeup-fixer\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Super market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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\":\"ml\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f894900d344.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f894900c1ad.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f894900d0f9.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f894900d1c8.png\"],\"translations\":[{\"id\":225,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":72,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Swiss Beauty Natural Makeup Fixer\",\"created_at\":null,\"updated_at\":null},{\"id\":226,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":72,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Swiss Beauty\'s Makeup Fixer is a weightless spray that effortlessly locks in your makeup without any melting, fading, or settling into fine lines.\\r\\nEnriched with Aloe & Vitamin E, this makeup fixer soothes and hydrates the skin from within, ensuring that your makeup looks fresh from AM to PM.\\r\\nThe non-sticky formula provides an instant burst of hydration, leaving your skin feeling revitalized and looking flawless.\\r\\nSwiss Beauty\'s Makeup Fixer works double-duty to set your makeup in place and provide your skin with the much-needed nourishment and hydration.\\r\\nWhether you\'re headed to work, a party, or a day out, this makeup fixer is the perfect addition to your makeup routine to keep your makeup in place all day long.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":271,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"72\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:23:44\",\"updated_at\":\"2025-10-22 03:23:44\"},{\"id\":272,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"72\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:23:44\",\"updated_at\":\"2025-10-22 03:23:44\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":3,\"unit\":\"ml\",\"created_at\":\"2025-09-11T20:46:23.000000Z\",\"updated_at\":\"2025-09-11T20:46:23.000000Z\",\"translations\":[]}}', '[]', '[]', 4.00, 'product_discount', 1, 0.00, 'null', '2025-11-07 10:23:39', '2025-11-07 10:23:39', NULL, 0.00, 5, 'product_discount', NULL, 4.00000000, 0.00000000),
(50, 53, 100047, 550.00, '{\"id\":53,\"name\":\"Alpro Strawberry\",\"description\":\"Alpro Strawberry, Plant-Based & Soya Yoghurt Alternative, Vegan & Dairy Free, Big Pot, 500g\",\"image\":\"2025-10-22-68f891222290f.png\",\"category_id\":3,\"category_ids\":[{\"id\":\"3\",\"position\":1,\"name\":\"Daily Needs\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":550,\"tax\":0,\"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\":30,\"created_at\":\"2025-10-21T21:39:06.000000Z\",\"updated_at\":\"2025-10-21T21:39:06.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":498,\"unit_id\":4,\"images\":[{\"img\":\"2025-10-22-68f8912221879.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"alpro-strawberry\",\"recommended\":0,\"organic\":1,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Super market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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\":\"g\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f891222290f.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8912221879.png\"],\"translations\":[{\"id\":185,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":53,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Alpro Strawberry\",\"created_at\":null,\"updated_at\":null},{\"id\":186,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":53,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Alpro Strawberry, Plant-Based & Soya Yoghurt Alternative, Vegan & Dairy Free, Big Pot, 500g\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":231,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"53\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:09:06\",\"updated_at\":\"2025-10-22 03:09:06\"},{\"id\":232,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"53\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:09:06\",\"updated_at\":\"2025-10-22 03:09:06\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":4,\"unit\":\"g\",\"created_at\":\"2025-09-11T20:46:28.000000Z\",\"updated_at\":\"2025-09-11T20:46:28.000000Z\",\"translations\":[]}}', '[]', '[]', 5.50, 'product_discount', 1, 0.00, 'null', '2025-11-07 10:42:41', '2025-11-07 10:42:41', NULL, 0.00, 3, 'product_discount', NULL, 1.00000000, 0.00000000),
(51, 82, 100048, 20.00, '{\"id\":82,\"name\":\"Biotique Papaya Deep Cleanse Face Wash\",\"description\":\"What it is: The gentle formula of this biotique face wash effectively removes makeup and excess oil, purifies your pores and eliminates flakes resulting in a polished and radiant complexion.\\r\\nKey ingredients: This exfoliating papaya face wash is infused with the goodness papaya juice for gentle exfoliation, along with neem for moisturizing and its antibacterial properties. Wild turmeric helps improve complexion.\\r\\nKey benefits: This nourishing face wash aids in the reduction of tan lines, unclogs pores for a deep cleansing effect, and enhances the complexion\'s brightness.\\r\\nIt is made with 100% natural botanical extracts and is free from harmful chemicals. It is dermatologically tested, recommended for all skin types, and safe for regular; MethoTo use this biotique face wash gently massage over wet face & neck with fingertips, lather & rinse, morning and evening.\\r\\nIngredients: Papita (Carica Papaya), Akhrot Chhal (Juglans Regia), Neem (Melia Azadirachta Indica), Banhaldi (Curcuma Aromatica), Ritha (Sapindus Mukorossi), Kikar Gaund (Acacia Arabica), Ground Nut Oil, Purified Himalayan Water Q.S.\",\"image\":\"2025-10-22-68f8964b2a61a.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Skin Care\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":20,\"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\":30,\"created_at\":\"2025-10-21T22:01:07.000000Z\",\"updated_at\":\"2025-11-07T03:44:05.000000Z\",\"order_count\":4,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":1994,\"unit_id\":1,\"images\":[{\"img\":\"2025-10-22-68f8964b294e3.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8964b2a38f.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8964b2a466.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"biotique-papaya-deep-cleanse-face-wash\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Super market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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\":\"ltr\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8964b2a61a.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8964b294e3.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8964b2a38f.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8964b2a466.png\"],\"translations\":[{\"id\":245,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":82,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Biotique Papaya Deep Cleanse Face Wash\",\"created_at\":null,\"updated_at\":null},{\"id\":246,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":82,\"locale\":\"en\",\"key\":\"description\",\"value\":\"What it is: The gentle formula of this biotique face wash effectively removes makeup and excess oil, purifies your pores and eliminates flakes resulting in a polished and radiant complexion.\\r\\nKey ingredients: This exfoliating papaya face wash is infused with the goodness papaya juice for gentle exfoliation, along with neem for moisturizing and its antibacterial properties. Wild turmeric helps improve complexion.\\r\\nKey benefits: This nourishing face wash aids in the reduction of tan lines, unclogs pores for a deep cleansing effect, and enhances the complexion\'s brightness.\\r\\nIt is made with 100% natural botanical extracts and is free from harmful chemicals. It is dermatologically tested, recommended for all skin types, and safe for regular; MethoTo use this biotique face wash gently massage over wet face & neck with fingertips, lather & rinse, morning and evening.\\r\\nIngredients: Papita (Carica Papaya), Akhrot Chhal (Juglans Regia), Neem (Melia Azadirachta Indica), Banhaldi (Curcuma Aromatica), Ritha (Sapindus Mukorossi), Kikar Gaund (Acacia Arabica), Ground Nut Oil, Purified Himalayan Water Q.S.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":291,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"82\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:31:07\",\"updated_at\":\"2025-10-22 03:31:07\"},{\"id\":292,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"82\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:31:07\",\"updated_at\":\"2025-10-22 03:31:07\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":1,\"unit\":\"ltr\",\"created_at\":\"2025-09-11T20:46:02.000000Z\",\"updated_at\":\"2025-09-11T20:46:48.000000Z\",\"translations\":[]}}', '[]', '[]', 0.00, 'product_discount', 2, 0.00, 'null', '2025-11-07 10:54:52', '2025-11-07 10:54:52', NULL, 0.00, 6, 'product_discount', NULL, 0.00000000, 0.00000000),
(52, 79, 100048, 20.00, '{\"id\":79,\"name\":\"Vaseline Cocoa Glow Serum In Lotion, 400 ml | 100% Pure Cocoa & Shea Butter\",\"description\":\"Glowing Soft Skin All Day Long: Specialized Formulation to Restore Glow to Dull Dry Skin.\\r\\n48 hours Moisturisation: For Soft, Smooth Skin\\r\\nIngredients: 100% Pure Cocoa and Shea Butter for Revealing Skin\'s Natural Glow\\r\\nSerum in Lotion: for a Nourished & Calming Sensation\\r\\nTexture: Rich Texture Non-Greasy Fast Absorbing\\r\\nTrustworthy: India\'s No.1 Body Lotion Brand* (MAT July, 2020)\",\"image\":\"2025-10-22-68f895c3d3aea.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Skin Care\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":20,\"tax\":0,\"tax_type\":\"percent\",\"discount\":2,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":30,\"created_at\":\"2025-10-21T21:58:51.000000Z\",\"updated_at\":\"2025-10-21T21:58:51.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":500,\"unit_id\":1,\"images\":[{\"img\":\"2025-10-22-68f895c3d2a52.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f895c3d396e.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"vaseline-cocoa-glow-serum-in-lotion-400-ml-100-pure-cocoa-shea-butter\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Super market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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\":\"ltr\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f895c3d3aea.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f895c3d2a52.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f895c3d396e.png\"],\"translations\":[{\"id\":239,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":79,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Vaseline Cocoa Glow Serum In Lotion, 400 ml | 100% Pure Cocoa & Shea Butter\",\"created_at\":null,\"updated_at\":null},{\"id\":240,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":79,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Glowing Soft Skin All Day Long: Specialized Formulation to Restore Glow to Dull Dry Skin.\\r\\n48 hours Moisturisation: For Soft, Smooth Skin\\r\\nIngredients: 100% Pure Cocoa and Shea Butter for Revealing Skin\'s Natural Glow\\r\\nSerum in Lotion: for a Nourished & Calming Sensation\\r\\nTexture: Rich Texture Non-Greasy Fast Absorbing\\r\\nTrustworthy: India\'s No.1 Body Lotion Brand* (MAT July, 2020)\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":285,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"79\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:28:51\",\"updated_at\":\"2025-10-22 03:28:51\"},{\"id\":286,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"79\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:28:51\",\"updated_at\":\"2025-10-22 03:28:51\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":1,\"unit\":\"ltr\",\"created_at\":\"2025-09-11T20:46:02.000000Z\",\"updated_at\":\"2025-09-11T20:46:48.000000Z\",\"translations\":[]}}', '[]', '[]', 0.40, 'product_discount', 2, 0.00, 'null', '2025-11-07 10:54:53', '2025-11-07 10:54:53', NULL, 0.00, 6, 'product_discount', NULL, 2.00000000, 0.00000000),
(53, 68, 100049, 20.00, '{\"id\":68,\"name\":\"FACESCANADA Strobe Cream\",\"description\":\"Instant illuminating Base: The FACESCANADA Strobe Cream is filled with brightening particles that provide an instant, dewy glow to your skin. It sets a beautiful, glowing make up base for that day to night glam look.\\r\\nInstant & Lasting Hydration: The Strobe Cream is curated with Hyaluronic acid which creates a protective layer of hydration on the skin. Enjoy younger-looking, hydrated skin all day long. Shea Butter is an emollient that thoroughly moisturizes the skin so that it looks soft, bouncy and naturally radiant.\\r\\nAll-in-1: This Strobe Cream is a multi-benefit wonder cream. It hydrates the skin intensely, conditions it from within and gives a dewy glow to the complexion. The brightening pigments give a glamorous yet natural sheen to the skin all day long. Enjoy the goodness of a moisturizer, highlighter and day cream in a single product.\\r\\nChoose your favourite Shade: The Strobe Cream comes in two beautiful, versatile shades that enhance all skin tones. Choose your pick between Rose gold and Silver.\\r\\nNo Nasties: We deeply care for your skin. The cream is free from all nasties. FACESCANADA Strobe Cream is Vegan, Animal Test - Free, Alcohol - Free and Paraben - Free.\",\"image\":\"2025-10-22-68f8941497dff.png\",\"category_id\":5,\"category_ids\":[{\"id\":\"5\",\"position\":1,\"name\":\"Cosmatic\"}],\"variations\":[{\"type\":\"Silver\",\"price\":20,\"stock\":155},{\"type\":\"RoseGold\",\"price\":25,\"stock\":155},{\"type\":\"Peach\",\"price\":20,\"stock\":155},{\"type\":\"Gold\",\"price\":20,\"stock\":155},{\"type\":\"Pink\",\"price\":20,\"stock\":155}],\"add_ons\":[],\"attributes\":[\"4\"],\"choice_options\":[{\"name\":\"choice_4\",\"title\":\"Color\",\"options\":[\"Silver\",\"Rose Gold\",\"Peach\",\"Gold\",\"Pink\"]}],\"price\":20,\"tax\":0,\"tax_type\":\"percent\",\"discount\":3,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":30,\"created_at\":\"2025-10-21T21:51:40.000000Z\",\"updated_at\":\"2025-10-21T21:51:40.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":775,\"unit_id\":3,\"images\":[{\"img\":\"2025-10-22-68f8941496996.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8941497a4a.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8941497b71.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8941497c64.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"facescanada-strobe-cream\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Super market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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\":\"ml\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8941497dff.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8941496996.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8941497a4a.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8941497b71.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8941497c64.png\"],\"translations\":[{\"id\":217,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":68,\"locale\":\"en\",\"key\":\"name\",\"value\":\"FACESCANADA Strobe Cream\",\"created_at\":null,\"updated_at\":null},{\"id\":218,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":68,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Instant illuminating Base: The FACESCANADA Strobe Cream is filled with brightening particles that provide an instant, dewy glow to your skin. It sets a beautiful, glowing make up base for that day to night glam look.\\r\\nInstant & Lasting Hydration: The Strobe Cream is curated with Hyaluronic acid which creates a protective layer of hydration on the skin. Enjoy younger-looking, hydrated skin all day long. Shea Butter is an emollient that thoroughly moisturizes the skin so that it looks soft, bouncy and naturally radiant.\\r\\nAll-in-1: This Strobe Cream is a multi-benefit wonder cream. It hydrates the skin intensely, conditions it from within and gives a dewy glow to the complexion. The brightening pigments give a glamorous yet natural sheen to the skin all day long. Enjoy the goodness of a moisturizer, highlighter and day cream in a single product.\\r\\nChoose your favourite Shade: The Strobe Cream comes in two beautiful, versatile shades that enhance all skin tones. Choose your pick between Rose gold and Silver.\\r\\nNo Nasties: We deeply care for your skin. The cream is free from all nasties. FACESCANADA Strobe Cream is Vegan, Animal Test - Free, Alcohol - Free and Paraben - Free.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":263,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"68\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:21:40\",\"updated_at\":\"2025-10-22 03:21:40\"},{\"id\":264,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"68\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:21:40\",\"updated_at\":\"2025-10-22 03:21:40\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":3,\"unit\":\"ml\",\"created_at\":\"2025-09-11T20:46:23.000000Z\",\"updated_at\":\"2025-09-11T20:46:23.000000Z\",\"translations\":[]}}', '[{\"type\":\"Silver\",\"price\":20,\"stock\":155}]', '[]', 0.60, 'product_discount', 1, 0.00, 'null', '2025-11-07 10:56:58', '2025-11-07 10:56:58', NULL, 0.00, 5, 'product_discount', NULL, 3.00000000, 0.00000000),
(54, 122, 100050, 13.00, '{\"id\":122,\"name\":\"Spinach Lasagna\",\"description\":\"There are many iterations of spinach lasagna, but this one is our favorite because of its simplicity and generous use of four cheeses: ricotta, Parmesan, Gruy\\u00e8re, and mozzarella. It\'s an incredibly delicious dish that even meat eaters will love.\",\"image\":\"2025-10-22-68f8a5a2779cf.png\",\"category_id\":15,\"category_ids\":[{\"id\":\"15\",\"position\":1,\"name\":\"Fast Food\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":13,\"tax\":0,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"08:30:00\",\"available_time_ends\":\"20:30:00\",\"veg\":0,\"status\":1,\"store_id\":49,\"created_at\":\"2025-10-21T23:06:34.000000Z\",\"updated_at\":\"2025-10-21T23:06:34.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":3,\"stock\":0,\"unit_id\":null,\"images\":[{\"img\":\"2025-10-22-68f8a5a276b81.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"spinach-lasagna\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":10,\"is_approved\":1,\"is_halal\":1,\"store_name\":\"Da Vittorio\",\"is_campaign\":0,\"module_type\":\"food\",\"zone_id\":2,\"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:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8a5a2779cf.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8a5a276b81.png\"],\"translations\":[{\"id\":334,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":122,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Spinach Lasagna\",\"created_at\":null,\"updated_at\":null},{\"id\":335,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":122,\"locale\":\"en\",\"key\":\"description\",\"value\":\"There are many iterations of spinach lasagna, but this one is our favorite because of its simplicity and generous use of four cheeses: ricotta, Parmesan, Gruy\\u00e8re, and mozzarella. It\'s an incredibly delicious dish that even meat eaters will love.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":379,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"122\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 04:36:34\",\"updated_at\":\"2025-10-22 04:36:34\"},{\"id\":380,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"122\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 04:36:34\",\"updated_at\":\"2025-10-22 04:36:34\"}],\"module\":{\"id\":3,\"module_name\":\"Food\",\"module_type\":\"food\",\"thumbnail\":\"2025-09-12-68c3ba4b9ad2c.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2025-09-11T19:44:35.000000Z\",\"updated_at\":\"2025-09-11T19:44:35.000000Z\",\"icon\":\"2025-09-12-68c3ba4b99acf.png\",\"theme_id\":1,\"description\":\"<p>Welcome to MXLovo Food, your one-stop destination for ordering delicious food online! Browse through a diverse selection of restaurants and cuisines, conveniently order your favorite meals, and have them delivered straight to your doorstep. Whether you&#39;re craving pizza, sushi, or something exotic, we&#39;ve got you covered. With easy online ordering and secure payment options, enjoying great food has never been easier. Join the foodie revolution and experience the convenience of online food ordering with MXLovo today!&quot;<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3ba4b99acf.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3ba4b9ad2c.png\",\"translations\":[],\"storage\":[]},\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, 'null', '2025-11-07 11:09:29', '2025-11-07 11:09:29', NULL, 0.00, 15, 'product_discount', NULL, 0.00000000, 0.00000000),
(55, 92, 100051, 440.00, '{\"id\":92,\"name\":\"Acer Aspire C22-1610-UA91 AIO Desktop | 21.5\\\" Full HD 1920 x 1080 IPS Display\",\"description\":\"ALL-IN-ONE SLIM DESIGN: One slice of metal to do it all. Finished in black and gold, the 7.5 mm, ultra-slim all-in-one promises space-saving features and cable-tidy management, keeping the family home clutter-free and looking sharp.\\r\\nSLIM. STYLISH. STUNNING: Enjoy the crisp colors that this cool, 21.5\\\" Full HD PC delivers. It features an Intel Core i3 processor, Intel UHD Graphics and fast Intel Wireless Wi-Fi 6 AX201 connectivity.\\r\\nOPTIMIZED PERFORMANCE: The Intel Core i3-N305 processor and Intel UHD graphics distribute performance where you need it most. From streaming to browsing to photo and video editing!\\r\\nDISPLAY AND COMFORT: The 21.5\\\" FHD IPS display is framed between a narrow bezel delivering a screen-to-body ratio of an incredible 90.71%. The tiltable screen (-5 to 25\\u00b0) utilizes BlueLightShield technology to lower exposure to blue light for your comfort\",\"image\":\"2025-10-22-68f8997c1f0c7.png\",\"category_id\":18,\"category_ids\":[{\"id\":\"18\",\"position\":1,\"name\":\"Tv & Home Appliances\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":440,\"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\":43,\"created_at\":\"2025-10-21T22:14:44.000000Z\",\"updated_at\":\"2025-10-24T11:24:12.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":4,\"stock\":300,\"unit_id\":7,\"images\":[{\"img\":\"2025-10-22-68f8997c1e2a2.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"acer-aspire-c22-1610-ua91-aio-desktop-215-full-hd-1920-x-1080-ips-display\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Art Apparel\",\"is_campaign\":0,\"module_type\":\"ecommerce\",\"zone_id\":2,\"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\":\"pcs\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8997c1f0c7.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8997c1e2a2.png\"],\"translations\":[{\"id\":266,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":92,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Acer Aspire C22-1610-UA91 AIO Desktop | 21.5\\\" Full HD 1920 x 1080 IPS Display\",\"created_at\":null,\"updated_at\":null},{\"id\":267,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":92,\"locale\":\"en\",\"key\":\"description\",\"value\":\"ALL-IN-ONE SLIM DESIGN: One slice of metal to do it all. Finished in black and gold, the 7.5 mm, ultra-slim all-in-one promises space-saving features and cable-tidy management, keeping the family home clutter-free and looking sharp.\\r\\nSLIM. STYLISH. STUNNING: Enjoy the crisp colors that this cool, 21.5\\\" Full HD PC delivers. It features an Intel Core i3 processor, Intel UHD Graphics and fast Intel Wireless Wi-Fi 6 AX201 connectivity.\\r\\nOPTIMIZED PERFORMANCE: The Intel Core i3-N305 processor and Intel UHD graphics distribute performance where you need it most. From streaming to browsing to photo and video editing!\\r\\nDISPLAY AND COMFORT: The 21.5\\\" FHD IPS display is framed between a narrow bezel delivering a screen-to-body ratio of an incredible 90.71%. The tiltable screen (-5 to 25\\u00b0) utilizes BlueLightShield technology to lower exposure to blue light for your comfort\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":311,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"92\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:44:44\",\"updated_at\":\"2025-10-22 03:44:44\"},{\"id\":312,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"92\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:44:44\",\"updated_at\":\"2025-10-22 03:44:44\"}],\"module\":{\"id\":4,\"module_name\":\"Ecommerce\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2025-09-12-68c3ba826e2c5.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2025-09-11T19:45:30.000000Z\",\"updated_at\":\"2025-09-11T19:45:30.000000Z\",\"icon\":\"2025-09-12-68c3ba826cdc2.png\",\"theme_id\":1,\"description\":\"<p>Welcome to MXLovo E-commerce , your ultimate destination for online shopping! Explore a vast collection of products from top brands, all available at your fingertips. From fashion and electronics to home goods and beyond, MXLovo offers a seamless shopping experience with secure transactions and reliable delivery. Whether you&#39;re shopping for yourself or looking for the perfect gift, MXLovo has something for everyone. Start browsing and discover the ease and convenience of online shopping with&nbsp;MXLovo today!<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3ba826cdc2.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3ba826e2c5.png\",\"translations\":[],\"storage\":[]},\"ecommerce_item_details\":{\"id\":19,\"item_id\":92,\"brand_id\":null,\"created_at\":\"2025-10-21T22:14:44.000000Z\",\"updated_at\":\"2025-10-21T22:14:44.000000Z\",\"temp_product_id\":null},\"unit\":{\"id\":7,\"unit\":\"pcs\",\"created_at\":\"2025-09-12T00:48:19.000000Z\",\"updated_at\":\"2025-09-12T00:48:19.000000Z\",\"translations\":[]}}', '[]', '[]', 22.00, 'product_discount', 1, 0.00, 'null', '2025-11-07 11:15:47', '2025-11-07 11:15:47', NULL, 0.00, 18, '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
(56, 85, 100052, 25.00, '{\"id\":85,\"name\":\"Plum Green Tea Renewed Clarity Night Gel Mini\",\"description\":\"Clear & Glowing Skin: This rejuvenating night gel works overnight to reduce blemishes and brighten your complexion, helping you wake up to smoother, clearer, and more radiant skin.\\r\\nGreen Tea for Acne Marks: The powerful antioxidant green tea extract targets acne and acne scars, helping to fade marks and promote an even skin tone for a healthier appearance.\\r\\nHydrating Argan Oil: Enriched with argan oil, this gel offers deep hydration without the greasy feel, restoring moisture to your skin while preventing clogged pores and breakouts.\\r\\nVegan & Chemical-Free: With a formula free from parabens, SLS, phthalates, and mineral oils, this product is perfect for sensitive skin, providing a gentle, non-toxic solution for oily and acne-prone skin.\\r\\nHow to Use: For best results, cleanse your face thoroughly, gently pat dry, and apply the pillow-proof night gel to your face and neck. Enjoy fresh, balanced, and non-greasy skin when you wake up.\",\"image\":\"2025-10-22-68f896ecf27fb.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Skin Care\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":25,\"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\":30,\"created_at\":\"2025-10-21T22:03:48.000000Z\",\"updated_at\":\"2025-11-06T11:55:58.000000Z\",\"order_count\":2,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":3327,\"unit_id\":1,\"images\":[{\"img\":\"2025-10-22-68f896ecf1759.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f896ecf2522.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f896ecf25d9.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f896ecf2694.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"plum-green-tea-renewed-clarity-night-gel-mini\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Super market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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\":\"ltr\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf27fb.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf1759.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf2522.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf25d9.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf2694.png\"],\"translations\":[{\"id\":251,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":85,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Plum Green Tea Renewed Clarity Night Gel Mini\",\"created_at\":null,\"updated_at\":null},{\"id\":252,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":85,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Clear & Glowing Skin: This rejuvenating night gel works overnight to reduce blemishes and brighten your complexion, helping you wake up to smoother, clearer, and more radiant skin.\\r\\nGreen Tea for Acne Marks: The powerful antioxidant green tea extract targets acne and acne scars, helping to fade marks and promote an even skin tone for a healthier appearance.\\r\\nHydrating Argan Oil: Enriched with argan oil, this gel offers deep hydration without the greasy feel, restoring moisture to your skin while preventing clogged pores and breakouts.\\r\\nVegan & Chemical-Free: With a formula free from parabens, SLS, phthalates, and mineral oils, this product is perfect for sensitive skin, providing a gentle, non-toxic solution for oily and acne-prone skin.\\r\\nHow to Use: For best results, cleanse your face thoroughly, gently pat dry, and apply the pillow-proof night gel to your face and neck. Enjoy fresh, balanced, and non-greasy skin when you wake up.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":297,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"85\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:33:48\",\"updated_at\":\"2025-10-22 03:33:48\"},{\"id\":298,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"85\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:33:49\",\"updated_at\":\"2025-10-22 03:33:49\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":1,\"unit\":\"ltr\",\"created_at\":\"2025-09-11T20:46:02.000000Z\",\"updated_at\":\"2025-09-11T20:46:48.000000Z\",\"translations\":[]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, 'null', '2025-11-07 11:19:28', '2025-11-07 11:19:28', NULL, 0.00, 6, 'product_discount', NULL, 0.00000000, 0.00000000),
(57, 20, 100053, 200.00, '{\"id\":20,\"name\":\"Fortune Premium Kachi Ghani Pure Mustard Oil, 1Litre PET Bottle\",\"description\":\"Fortune Premium Kachi Ghani Pure Mustard Oil, 1Litre PET Bottle\",\"image\":\"2025-10-22-68f87d361f109.png\",\"category_id\":4,\"category_ids\":[{\"id\":\"4\",\"position\":1,\"name\":\"Grocery\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"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\":34,\"created_at\":\"2025-10-21T20:14:06.000000Z\",\"updated_at\":\"2025-10-23T07:16:24.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":899,\"unit_id\":1,\"images\":[{\"img\":\"2025-10-22-68f87d361dc34.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f87d361ef6e.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"fortune-premium-kachi-ghani-pure-mustard-oil-1litre-pet-bottle\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fresh market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":20,\"max_delivery_time\":50,\"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\":\"ltr\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f87d361f109.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f87d361dc34.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f87d361ef6e.png\"],\"translations\":[{\"id\":113,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":20,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Fortune Premium Kachi Ghani Pure Mustard Oil, 1Litre PET Bottle\",\"created_at\":null,\"updated_at\":null},{\"id\":114,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":20,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Fortune Premium Kachi Ghani Pure Mustard Oil, 1Litre PET Bottle\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":158,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"20\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 01:44:06\",\"updated_at\":\"2025-10-22 01:44:06\"},{\"id\":159,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"20\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 01:44:06\",\"updated_at\":\"2025-10-22 01:44:06\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":1,\"unit\":\"ltr\",\"created_at\":\"2025-09-11T20:46:02.000000Z\",\"updated_at\":\"2025-09-11T20:46:48.000000Z\",\"translations\":[]}}', '[]', '[]', 20.00, 'product_discount', 1, 0.00, 'null', '2025-12-09 12:24:34', '2025-12-09 12:24:34', NULL, 0.00, 4, 'product_discount', NULL, 10.00000000, 0.00000000),
(58, 25, 100054, 0.50, '{\"id\":25,\"name\":\"Garnier Skin Naturals, Cleansing Water, Hydrating & Soothing, Micellar Cleansing Water, 125 ml\",\"description\":\"Cleansing water for light makeup\\r\\nThe formula gently hydrates your skin and removes makeup as well as dirt\\r\\nHow to use: Pour out on a cotton pad and wipe gently across the face, lips and eyes\\r\\nGentle formula which is suitable for sensitive skin, enriched with hydrating botanical glycerin\\r\\nContents: 1x Garnier Skin Naturals Micellar Cleansing Water, Volume: 125 ml\",\"image\":\"2025-10-22-68f87e85e3f6e.png\",\"category_id\":5,\"category_ids\":[{\"id\":\"5\",\"position\":1,\"name\":\"Cosmatic\"}],\"variations\":[{\"type\":\"125ml\",\"price\":0.5,\"stock\":999},{\"type\":\"400ml\",\"price\":0.5,\"stock\":155}],\"add_ons\":[],\"attributes\":[\"1\"],\"choice_options\":[{\"name\":\"choice_1\",\"title\":\"Size\",\"options\":[\"125ml\",\" 400ml\"]}],\"price\":0.5,\"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\":34,\"created_at\":\"2025-10-21T20:19:41.000000Z\",\"updated_at\":\"2025-11-06T05:00:57.000000Z\",\"order_count\":1,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":1154,\"unit_id\":3,\"images\":[{\"img\":\"2025-10-22-68f87e85e3104.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f87e85e3dfd.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"garnier-skin-naturals-cleansing-water-hydrating-soothing-micellar-cleansing-water-125-ml\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fresh market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":20,\"max_delivery_time\":50,\"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\":\"ml\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f87e85e3f6e.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f87e85e3104.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f87e85e3dfd.png\"],\"translations\":[{\"id\":123,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":25,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Garnier Skin Naturals, Cleansing Water, Hydrating & Soothing, Micellar Cleansing Water, 125 ml\",\"created_at\":null,\"updated_at\":null},{\"id\":124,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":25,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Cleansing water for light makeup\\r\\nThe formula gently hydrates your skin and removes makeup as well as dirt\\r\\nHow to use: Pour out on a cotton pad and wipe gently across the face, lips and eyes\\r\\nGentle formula which is suitable for sensitive skin, enriched with hydrating botanical glycerin\\r\\nContents: 1x Garnier Skin Naturals Micellar Cleansing Water, Volume: 125 ml\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":168,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"25\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 01:49:41\",\"updated_at\":\"2025-10-22 01:49:41\"},{\"id\":169,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"25\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 01:49:41\",\"updated_at\":\"2025-10-22 01:49:41\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":3,\"unit\":\"ml\",\"created_at\":\"2025-09-11T20:46:23.000000Z\",\"updated_at\":\"2025-09-11T20:46:23.000000Z\",\"translations\":[]}}', '[{\"type\":\"125ml\",\"price\":0.5,\"stock\":999}]', '[]', 0.00, 'product_discount', 2, 0.00, 'null', '2025-12-09 12:47:15', '2025-12-09 12:47:15', NULL, 0.00, 5, 'product_discount', NULL, 0.00000000, 0.00000000),
(59, 85, 100055, 25.00, '{\"id\":85,\"name\":\"Plum Green Tea Renewed Clarity Night Gel Mini\",\"description\":\"Clear & Glowing Skin: This rejuvenating night gel works overnight to reduce blemishes and brighten your complexion, helping you wake up to smoother, clearer, and more radiant skin.\\r\\nGreen Tea for Acne Marks: The powerful antioxidant green tea extract targets acne and acne scars, helping to fade marks and promote an even skin tone for a healthier appearance.\\r\\nHydrating Argan Oil: Enriched with argan oil, this gel offers deep hydration without the greasy feel, restoring moisture to your skin while preventing clogged pores and breakouts.\\r\\nVegan & Chemical-Free: With a formula free from parabens, SLS, phthalates, and mineral oils, this product is perfect for sensitive skin, providing a gentle, non-toxic solution for oily and acne-prone skin.\\r\\nHow to Use: For best results, cleanse your face thoroughly, gently pat dry, and apply the pillow-proof night gel to your face and neck. Enjoy fresh, balanced, and non-greasy skin when you wake up.\",\"image\":\"2025-10-22-68f896ecf27fb.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Skin Care\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":25,\"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\":30,\"created_at\":\"2025-10-21T22:03:48.000000Z\",\"updated_at\":\"2025-11-07T05:53:07.000000Z\",\"order_count\":3,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":3326,\"unit_id\":1,\"images\":[{\"img\":\"2025-10-22-68f896ecf1759.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f896ecf2522.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f896ecf25d9.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f896ecf2694.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"plum-green-tea-renewed-clarity-night-gel-mini\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Super market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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\":\"ltr\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf27fb.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf1759.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf2522.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf25d9.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f896ecf2694.png\"],\"translations\":[{\"id\":251,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":85,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Plum Green Tea Renewed Clarity Night Gel Mini\",\"created_at\":null,\"updated_at\":null},{\"id\":252,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":85,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Clear & Glowing Skin: This rejuvenating night gel works overnight to reduce blemishes and brighten your complexion, helping you wake up to smoother, clearer, and more radiant skin.\\r\\nGreen Tea for Acne Marks: The powerful antioxidant green tea extract targets acne and acne scars, helping to fade marks and promote an even skin tone for a healthier appearance.\\r\\nHydrating Argan Oil: Enriched with argan oil, this gel offers deep hydration without the greasy feel, restoring moisture to your skin while preventing clogged pores and breakouts.\\r\\nVegan & Chemical-Free: With a formula free from parabens, SLS, phthalates, and mineral oils, this product is perfect for sensitive skin, providing a gentle, non-toxic solution for oily and acne-prone skin.\\r\\nHow to Use: For best results, cleanse your face thoroughly, gently pat dry, and apply the pillow-proof night gel to your face and neck. Enjoy fresh, balanced, and non-greasy skin when you wake up.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":297,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"85\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:33:48\",\"updated_at\":\"2025-10-22 03:33:48\"},{\"id\":298,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"85\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:33:49\",\"updated_at\":\"2025-10-22 03:33:49\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":1,\"unit\":\"ltr\",\"created_at\":\"2025-09-11T20:46:02.000000Z\",\"updated_at\":\"2025-09-11T20:46:48.000000Z\",\"translations\":[]}}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, 'null', '2025-12-09 16:22:47', '2025-12-09 16:22:47', NULL, 0.00, 6, 'product_discount', NULL, 0.00000000, 0.00000000),
(60, 56, 100056, 30.00, '{\"id\":56,\"name\":\"Scepter of the Gods: The Rod of Truth\",\"description\":\"Heroes are not born. They are forged in the fires of relentless persistence on the brink of disaster.\\r\\n\\r\\nPhelia is a frustrated mage running away from an oppressive uncle to pursue fame and fortune. Mila is a wilderness-dwelling, spiritual healer tied to ancient ancestors. Alex is an orphaned, deeply spiritual warrior born to be the guardian of the Rod of Truth. Peter is a mysterious, questionable, and likable yet sketchy young man who skillfully weaves truth with deception. Each of them is certain of what they know, yet they are each about to have that certainty shattered.\\r\\n\\r\\n\\u27a1What if your reality turned out to be propaganda and fiction?\",\"image\":\"2025-10-22-68f892168fb82.png\",\"category_id\":19,\"category_ids\":[{\"id\":\"19\",\"position\":1,\"name\":\"Books & Stationary\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":30,\"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\":44,\"created_at\":\"2025-10-21T21:43:10.000000Z\",\"updated_at\":\"2025-10-21T21:43:10.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":4,\"stock\":500,\"unit_id\":7,\"images\":[{\"img\":\"2025-10-22-68f892168ec6d.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"scepter-of-the-gods-the-rod-of-truth\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Shoper\",\"is_campaign\":0,\"module_type\":\"ecommerce\",\"zone_id\":2,\"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\":\"pcs\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f892168fb82.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f892168ec6d.png\"],\"translations\":[{\"id\":193,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":56,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Scepter of the Gods: The Rod of Truth\",\"created_at\":null,\"updated_at\":null},{\"id\":194,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":56,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Heroes are not born. They are forged in the fires of relentless persistence on the brink of disaster.\\r\\n\\r\\nPhelia is a frustrated mage running away from an oppressive uncle to pursue fame and fortune. Mila is a wilderness-dwelling, spiritual healer tied to ancient ancestors. Alex is an orphaned, deeply spiritual warrior born to be the guardian of the Rod of Truth. Peter is a mysterious, questionable, and likable yet sketchy young man who skillfully weaves truth with deception. Each of them is certain of what they know, yet they are each about to have that certainty shattered.\\r\\n\\r\\n\\u27a1What if your reality turned out to be propaganda and fiction?\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":239,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"56\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:13:10\",\"updated_at\":\"2025-10-22 03:13:10\"},{\"id\":240,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"56\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:13:10\",\"updated_at\":\"2025-10-22 03:13:10\"}],\"module\":{\"id\":4,\"module_name\":\"Ecommerce\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2025-09-12-68c3ba826e2c5.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2025-09-11T19:45:30.000000Z\",\"updated_at\":\"2025-09-11T19:45:30.000000Z\",\"icon\":\"2025-09-12-68c3ba826cdc2.png\",\"theme_id\":1,\"description\":\"<p>Welcome to MXLovo E-commerce , your ultimate destination for online shopping! Explore a vast collection of products from top brands, all available at your fingertips. From fashion and electronics to home goods and beyond, MXLovo offers a seamless shopping experience with secure transactions and reliable delivery. Whether you&#39;re shopping for yourself or looking for the perfect gift, MXLovo has something for everyone. Start browsing and discover the ease and convenience of online shopping with&nbsp;MXLovo today!<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3ba826cdc2.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3ba826e2c5.png\",\"translations\":[],\"storage\":[]},\"ecommerce_item_details\":{\"id\":1,\"item_id\":56,\"brand_id\":null,\"created_at\":\"2025-10-21T21:43:10.000000Z\",\"updated_at\":\"2025-10-21T21:43:10.000000Z\",\"temp_product_id\":null},\"unit\":{\"id\":7,\"unit\":\"pcs\",\"created_at\":\"2025-09-12T00:48:19.000000Z\",\"updated_at\":\"2025-09-12T00:48:19.000000Z\",\"translations\":[]}}', '[]', '[]', 1.50, 'product_discount', 1, 0.00, 'null', '2025-12-10 12:59:56', '2025-12-10 12:59:56', NULL, 0.00, 19, 'product_discount', NULL, 5.00000000, 0.00000000),
(61, 54, 100057, 44.00, '{\"id\":54,\"name\":\"Amul Butter Salted Pasteurised\",\"description\":\"Amul Butter\\r\\nAmul\\r\\nAmul Butter - Pasteurised\\r\\nAmul Butter\\r\\nAmul\\r\\nAmul Butter - Pasteurised\\r\\nFlavor Name: Salted; Material Features: Vegetarian; Item Form: Ba\",\"image\":\"2025-10-22-68f8919e24082.png\",\"category_id\":3,\"category_ids\":[{\"id\":\"3\",\"position\":1,\"name\":\"Daily Needs\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":44,\"tax\":0,\"tax_type\":\"percent\",\"discount\":1,\"discount_type\":\"amount\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":30,\"created_at\":\"2025-10-21T21:41:10.000000Z\",\"updated_at\":\"2025-11-07T04:19:12.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":4999,\"unit_id\":4,\"images\":[{\"img\":\"2025-10-22-68f8919e22f83.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8919e23e0a.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f8919e23eb9.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"amul-butter-salted-pasteurised\",\"recommended\":0,\"organic\":1,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Super market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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\":\"g\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8919e24082.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8919e22f83.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8919e23e0a.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8919e23eb9.png\"],\"translations\":[{\"id\":189,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":54,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Amul Butter Salted Pasteurised\",\"created_at\":null,\"updated_at\":null},{\"id\":190,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":54,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Amul Butter\\r\\nAmul\\r\\nAmul Butter - Pasteurised\\r\\nAmul Butter\\r\\nAmul\\r\\nAmul Butter - Pasteurised\\r\\nFlavor Name: Salted; Material Features: Vegetarian; Item Form: Ba\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":235,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"54\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:11:10\",\"updated_at\":\"2025-10-22 03:11:10\"},{\"id\":236,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"54\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 03:11:10\",\"updated_at\":\"2025-10-22 03:11:10\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-09-11T19:37:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-18 19:00:57\",\"updated_at\":\"2024-11-18 19:00:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":4,\"unit\":\"g\",\"created_at\":\"2025-09-11T20:46:28.000000Z\",\"updated_at\":\"2025-09-11T20:46:28.000000Z\",\"translations\":[]}}', '[]', '[]', 1.00, 'product_discount', 1, 0.00, 'null', '2025-12-10 14:18:12', '2025-12-10 14:18:12', NULL, 0.00, 3, 'product_discount', NULL, 1.00000000, 0.00000000),
(62, 20, 100058, 200.00, '{\"id\":20,\"name\":\"Fortune Premium Kachi Ghani Pure Mustard Oil, 1Litre PET Bottle\",\"description\":\"Fortune Premium Kachi Ghani Pure Mustard Oil, 1Litre PET Bottle\",\"image\":\"2025-10-22-68f87d361f109.png\",\"category_id\":4,\"category_ids\":[{\"id\":\"4\",\"position\":1,\"name\":\"Grocery\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"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\":34,\"created_at\":\"2025-10-22T01:44:06.000000Z\",\"updated_at\":\"2025-12-09T12:24:34.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":898,\"unit_id\":1,\"images\":[{\"img\":\"2025-10-22-68f87d361dc34.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f87d361ef6e.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"fortune-premium-kachi-ghani-pure-mustard-oil-1litre-pet-bottle\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fresh market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":20,\"max_delivery_time\":50,\"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\":\"ltr\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f87d361f109.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f87d361dc34.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f87d361ef6e.png\"],\"translations\":[{\"id\":113,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":20,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Fortune Premium Kachi Ghani Pure Mustard Oil, 1Litre PET Bottle\",\"created_at\":null,\"updated_at\":null},{\"id\":114,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":20,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Fortune Premium Kachi Ghani Pure Mustard Oil, 1Litre PET Bottle\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":158,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"20\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 07:14:06\",\"updated_at\":\"2025-10-22 07:14:06\"},{\"id\":159,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"20\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 07:14:06\",\"updated_at\":\"2025-10-22 07:14:06\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T23:31:17.000000Z\",\"updated_at\":\"2025-09-12T01:07:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-19 00:30:57\",\"updated_at\":\"2024-11-19 00:30:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":1,\"unit\":\"ltr\",\"created_at\":\"2025-09-12T02:16:02.000000Z\",\"updated_at\":\"2025-09-12T02:16:48.000000Z\",\"translations\":[]}}', '[]', '[]', 20.00, 'product_discount', 2, 0.00, 'null', '2026-01-23 08:27:12', '2026-01-23 08:27:12', NULL, 0.00, 4, 'product_discount', NULL, 10.00000000, 0.00000000),
(63, 155, 100059, 15.00, '{\"id\":155,\"name\":\"Corn & Cheese\",\"description\":\"A combination of juicy Sweet Corn & 100% mozzarella cheese with flavourful signature pan sauce.\",\"image\":\"2025-10-22-68f8beae16426.png\",\"category_id\":14,\"category_ids\":[{\"id\":\"14\",\"position\":1,\"name\":\"Pizza\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":15,\"tax\":0,\"tax_type\":\"percent\",\"discount\":12,\"discount_type\":\"percent\",\"available_time_starts\":\"08:30:00\",\"available_time_ends\":\"22:30:00\",\"veg\":1,\"status\":1,\"store_id\":47,\"created_at\":\"2025-10-22T06:23:26.000000Z\",\"updated_at\":\"2025-10-22T06:23:26.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":3,\"stock\":0,\"unit_id\":null,\"images\":[{\"img\":\"2025-10-22-68f8beae15065.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"corn-cheese\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":1,\"store_name\":\"Tasty Takeaways\",\"is_campaign\":0,\"module_type\":\"food\",\"zone_id\":2,\"flash_sale\":0,\"store_discount\":0,\"schedule_order\":false,\"min_delivery_time\":20,\"max_delivery_time\":50,\"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:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8beae16426.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8beae15065.png\"],\"translations\":[{\"id\":408,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":155,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Corn & Cheese\",\"created_at\":null,\"updated_at\":null},{\"id\":409,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":155,\"locale\":\"en\",\"key\":\"description\",\"value\":\"A combination of juicy Sweet Corn & 100% mozzarella cheese with flavourful signature pan sauce.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":453,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"155\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 11:53:26\",\"updated_at\":\"2025-10-22 11:53:26\"},{\"id\":454,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"155\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 11:53:26\",\"updated_at\":\"2025-10-22 11:53:26\"}],\"module\":{\"id\":3,\"module_name\":\"Food\",\"module_type\":\"food\",\"thumbnail\":\"2025-09-12-68c3ba4b9ad2c.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2025-09-12T01:14:35.000000Z\",\"updated_at\":\"2025-09-12T01:14:35.000000Z\",\"icon\":\"2025-09-12-68c3ba4b99acf.png\",\"theme_id\":1,\"description\":\"<p>Welcome to MXLovo Food, your one-stop destination for ordering delicious food online! Browse through a diverse selection of restaurants and cuisines, conveniently order your favorite meals, and have them delivered straight to your doorstep. Whether you&#39;re craving pizza, sushi, or something exotic, we&#39;ve got you covered. With easy online ordering and secure payment options, enjoying great food has never been easier. Join the foodie revolution and experience the convenience of online food ordering with MXLovo today!&quot;<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3ba4b99acf.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3ba4b9ad2c.png\",\"translations\":[],\"storage\":[]},\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 1.80, 'product_discount', 1, 0.00, 'null', '2026-01-28 08:40:12', '2026-01-28 08:40:12', NULL, 0.00, 14, 'product_discount', NULL, 12.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
(64, 131, 100060, 16.00, '{\"id\":131,\"name\":\"Double-Chocolate Bundt Cake with Ganache Glaze\",\"description\":\"Many bundt cakes are dense and buttery, but this one is surprisingly light and incredibly moist under its silky chocolate glaze. Strong-brewed coffee in the batter intensifies the chocolate flavor while balancing the sweetness.\",\"image\":\"2025-10-22-68f8a82666dec.png\",\"category_id\":16,\"category_ids\":[{\"id\":\"16\",\"position\":1,\"name\":\"Cake\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":16,\"tax\":0,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"10:00:00\",\"available_time_ends\":\"20:00:00\",\"veg\":1,\"status\":1,\"store_id\":49,\"created_at\":\"2025-10-22T04:47:18.000000Z\",\"updated_at\":\"2025-10-22T04:47:18.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":3,\"stock\":0,\"unit_id\":null,\"images\":[{\"img\":\"2025-10-22-68f8a82665aac.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"double-chocolate-bundt-cake-with-ganache-glaze\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":1,\"is_approved\":1,\"is_halal\":1,\"store_name\":\"Da Vittorio\",\"is_campaign\":0,\"module_type\":\"food\",\"zone_id\":2,\"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:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8a82666dec.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8a82665aac.png\"],\"translations\":[{\"id\":356,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":131,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Double-Chocolate Bundt Cake with Ganache Glaze\",\"created_at\":null,\"updated_at\":null},{\"id\":357,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":131,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Many bundt cakes are dense and buttery, but this one is surprisingly light and incredibly moist under its silky chocolate glaze. Strong-brewed coffee in the batter intensifies the chocolate flavor while balancing the sweetness.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":401,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"131\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 10:17:18\",\"updated_at\":\"2025-10-22 10:17:18\"},{\"id\":402,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"131\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 10:17:18\",\"updated_at\":\"2025-10-22 10:17:18\"}],\"module\":{\"id\":3,\"module_name\":\"Food\",\"module_type\":\"food\",\"thumbnail\":\"2025-09-12-68c3ba4b9ad2c.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2025-09-12T01:14:35.000000Z\",\"updated_at\":\"2025-09-12T01:14:35.000000Z\",\"icon\":\"2025-09-12-68c3ba4b99acf.png\",\"theme_id\":1,\"description\":\"<p>Welcome to MXLovo Food, your one-stop destination for ordering delicious food online! Browse through a diverse selection of restaurants and cuisines, conveniently order your favorite meals, and have them delivered straight to your doorstep. Whether you&#39;re craving pizza, sushi, or something exotic, we&#39;ve got you covered. With easy online ordering and secure payment options, enjoying great food has never been easier. Join the foodie revolution and experience the convenience of online food ordering with MXLovo today!&quot;<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3ba4b99acf.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3ba4b9ad2c.png\",\"translations\":[],\"storage\":[]},\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, 'null', '2026-01-28 09:13:42', '2026-01-28 09:13:42', NULL, 0.00, 16, 'product_discount', NULL, 0.00000000, 0.00000000),
(65, 160, 100061, 270.00, '{\"id\":160,\"name\":\"Dosa\",\"description\":\"Dosa\",\"image\":\"2025-10-23-68f9fd9571315.png\",\"category_id\":13,\"category_ids\":[{\"id\":\"13\",\"position\":1,\"name\":\"Indian\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":120,\"tax\":0,\"tax_type\":\"percent\",\"discount\":10,\"discount_type\":\"percent\",\"available_time_starts\":\"09:00:00\",\"available_time_ends\":\"21:00:00\",\"veg\":1,\"status\":1,\"store_id\":49,\"created_at\":\"2025-10-23T15:34:05.000000Z\",\"updated_at\":\"2025-10-23T16:02:37.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":3,\"stock\":null,\"unit_id\":null,\"images\":[{\"img\":\"2025-10-23-68f9fd956d85a.png\",\"storage\":\"public\"}],\"food_variations\":[{\"name\":\"spicey\",\"type\":\"single\",\"min\":\"\",\"max\":\"\",\"required\":\"on\",\"values\":[{\"label\":\"Masala dosa\",\"optionPrice\":\"150\"}]}],\"slug\":\"dosa\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":1,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Da Vittorio\",\"is_campaign\":0,\"module_type\":\"food\",\"zone_id\":2,\"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\":[\"12\"],\"allergies_name\":[\"no\"],\"generic_name\":[],\"tax_data\":[],\"unit_type\":null,\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-23-68f9fd9571315.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-23-68f9fd956d85a.png\"],\"translations\":[{\"id\":441,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":160,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Dosa\",\"created_at\":null,\"updated_at\":null},{\"id\":442,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":160,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Dosa\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":522,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"160\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-23 21:04:05\",\"updated_at\":\"2025-10-23 21:04:05\"},{\"id\":523,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"160\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-23 21:04:05\",\"updated_at\":\"2025-10-23 21:04:05\"}],\"module\":{\"id\":3,\"module_name\":\"Food\",\"module_type\":\"food\",\"thumbnail\":\"2025-09-12-68c3ba4b9ad2c.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2025-09-12T01:14:35.000000Z\",\"updated_at\":\"2025-09-12T01:14:35.000000Z\",\"icon\":\"2025-09-12-68c3ba4b99acf.png\",\"theme_id\":1,\"description\":\"<p>Welcome to MXLovo Food, your one-stop destination for ordering delicious food online! Browse through a diverse selection of restaurants and cuisines, conveniently order your favorite meals, and have them delivered straight to your doorstep. Whether you&#39;re craving pizza, sushi, or something exotic, we&#39;ve got you covered. With easy online ordering and secure payment options, enjoying great food has never been easier. Join the foodie revolution and experience the convenience of online food ordering with MXLovo today!&quot;<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3ba4b99acf.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3ba4b9ad2c.png\",\"translations\":[],\"storage\":[]},\"ecommerce_item_details\":null,\"unit\":null}', '[{\"name\":\"spicey\",\"type\":\"single\",\"min\":\"\",\"max\":\"\",\"required\":\"on\",\"values\":[{\"label\":\"Masala dosa\",\"optionPrice\":\"150\"}]}]', '[]', 27.00, 'product_discount', 1, 0.00, 'null', '2026-01-28 09:19:48', '2026-01-28 09:19:48', NULL, 0.00, 13, 'product_discount', NULL, 10.00000000, 0.00000000),
(66, 129, 100062, 11.00, '{\"id\":129,\"name\":\"Maria Cookie Icebox Cake\",\"description\":\"Toasty, slightly sweet Maria cookies were an after-school snack staple for pastry chef Paola Velez while growing up in the Bronx.\",\"image\":\"2025-10-22-68f8a7ab0dd4b.png\",\"category_id\":16,\"category_ids\":[{\"id\":\"16\",\"position\":1,\"name\":\"Cake\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":11,\"tax\":0,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"10:00:00\",\"available_time_ends\":\"19:00:00\",\"veg\":1,\"status\":1,\"store_id\":49,\"created_at\":\"2025-10-22T04:45:15.000000Z\",\"updated_at\":\"2025-10-22T04:45:15.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":3,\"stock\":0,\"unit_id\":null,\"images\":[],\"food_variations\":[],\"slug\":\"maria-cookie-icebox-cake\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":1,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Da Vittorio\",\"is_campaign\":0,\"module_type\":\"food\",\"zone_id\":2,\"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:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8a7ab0dd4b.png\",\"images_full_url\":[],\"translations\":[{\"id\":352,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":129,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Maria Cookie Icebox Cake\",\"created_at\":null,\"updated_at\":null},{\"id\":353,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":129,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Toasty, slightly sweet Maria cookies were an after-school snack staple for pastry chef Paola Velez while growing up in the Bronx.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":397,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"129\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 10:15:15\",\"updated_at\":\"2025-10-22 10:15:15\"},{\"id\":398,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"129\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 10:15:15\",\"updated_at\":\"2025-10-22 10:15:15\"}],\"module\":{\"id\":3,\"module_name\":\"Food\",\"module_type\":\"food\",\"thumbnail\":\"2025-09-12-68c3ba4b9ad2c.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2025-09-12T01:14:35.000000Z\",\"updated_at\":\"2025-09-12T01:14:35.000000Z\",\"icon\":\"2025-09-12-68c3ba4b99acf.png\",\"theme_id\":1,\"description\":\"<p>Welcome to MXLovo Food, your one-stop destination for ordering delicious food online! Browse through a diverse selection of restaurants and cuisines, conveniently order your favorite meals, and have them delivered straight to your doorstep. Whether you&#39;re craving pizza, sushi, or something exotic, we&#39;ve got you covered. With easy online ordering and secure payment options, enjoying great food has never been easier. Join the foodie revolution and experience the convenience of online food ordering with MXLovo today!&quot;<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3ba4b99acf.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3ba4b9ad2c.png\",\"translations\":[],\"storage\":[]},\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, 'null', '2026-01-28 09:26:38', '2026-01-28 09:26:38', NULL, 0.00, 16, 'product_discount', NULL, 0.00000000, 0.00000000),
(67, 124, 100063, 12.00, '{\"id\":124,\"name\":\"Pasta Aglio e Olio\",\"description\":\"This simple, garlicky pasta from chef Roy Choi uses pantry ingredients \\u2014 its beauty comes from building out the flavor profile in the olive oil. Even better, the whole thing comes together in the time it takes for the water to boil, making it the perfect back-pocket pasta to add to your weeknight rotation.\",\"image\":\"2025-10-22-68f8a6967c972.png\",\"category_id\":15,\"category_ids\":[{\"id\":\"15\",\"position\":1,\"name\":\"Fast Food\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":12,\"tax\":0,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"08:30:00\",\"available_time_ends\":\"20:30:00\",\"veg\":1,\"status\":1,\"store_id\":49,\"created_at\":\"2025-10-22T04:40:38.000000Z\",\"updated_at\":\"2025-10-22T04:40:38.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":3,\"stock\":0,\"unit_id\":null,\"images\":[],\"food_variations\":[],\"slug\":\"pasta-aglio-e-olio\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":10,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Da Vittorio\",\"is_campaign\":0,\"module_type\":\"food\",\"zone_id\":2,\"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:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f8a6967c972.png\",\"images_full_url\":[],\"translations\":[{\"id\":342,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":124,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Pasta Aglio e Olio\",\"created_at\":null,\"updated_at\":null},{\"id\":343,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":124,\"locale\":\"en\",\"key\":\"description\",\"value\":\"This simple, garlicky pasta from chef Roy Choi uses pantry ingredients \\u2014 its beauty comes from building out the flavor profile in the olive oil. Even better, the whole thing comes together in the time it takes for the water to boil, making it the perfect back-pocket pasta to add to your weeknight rotation.\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":387,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"124\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 10:10:38\",\"updated_at\":\"2025-10-22 10:10:38\"},{\"id\":388,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"124\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 10:10:38\",\"updated_at\":\"2025-10-22 10:10:38\"}],\"module\":{\"id\":3,\"module_name\":\"Food\",\"module_type\":\"food\",\"thumbnail\":\"2025-09-12-68c3ba4b9ad2c.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2025-09-12T01:14:35.000000Z\",\"updated_at\":\"2025-09-12T01:14:35.000000Z\",\"icon\":\"2025-09-12-68c3ba4b99acf.png\",\"theme_id\":1,\"description\":\"<p>Welcome to MXLovo Food, your one-stop destination for ordering delicious food online! Browse through a diverse selection of restaurants and cuisines, conveniently order your favorite meals, and have them delivered straight to your doorstep. Whether you&#39;re craving pizza, sushi, or something exotic, we&#39;ve got you covered. With easy online ordering and secure payment options, enjoying great food has never been easier. Join the foodie revolution and experience the convenience of online food ordering with MXLovo today!&quot;<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3ba4b99acf.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3ba4b9ad2c.png\",\"translations\":[],\"storage\":[]},\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 0.00, 'product_discount', 1, 0.00, 'null', '2026-01-28 09:32:16', '2026-01-28 09:32:16', NULL, 0.00, 15, 'product_discount', NULL, 0.00000000, 0.00000000),
(68, 60, 100064, 1300.00, '{\"id\":60,\"name\":\"Vedaka Popular Moong Dal\",\"description\":\"Quantity: 1kg\\r\\nMoong Dal\\r\\nIt is durable and long lasting\",\"image\":\"2025-10-22-68f892c32c179.png\",\"category_id\":4,\"category_ids\":[{\"id\":\"4\",\"position\":1,\"name\":\"Grocery\"}],\"variations\":[{\"type\":\"5kg\",\"price\":1300,\"stock\":1000},{\"type\":\"1kg\",\"price\":250,\"stock\":999}],\"add_ons\":[],\"attributes\":[\"1\"],\"choice_options\":[{\"name\":\"choice_1\",\"title\":\"Size\",\"options\":[\"5kg\",\"1kg\"]}],\"price\":250,\"tax\":0,\"tax_type\":\"percent\",\"discount\":25,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":30,\"created_at\":\"2025-10-22T03:16:03.000000Z\",\"updated_at\":\"2025-11-06T09:49:02.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":1999,\"unit_id\":1,\"images\":[{\"img\":\"2025-10-22-68f892c32b18a.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f892c32bfc1.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"vedaka-popular-moong-dal\",\"recommended\":0,\"organic\":1,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Super market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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\":\"ltr\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f892c32c179.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f892c32b18a.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f892c32bfc1.png\"],\"translations\":[{\"id\":201,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":60,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Vedaka Popular Moong Dal\",\"created_at\":null,\"updated_at\":null},{\"id\":202,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":60,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Quantity: 1kg\\r\\nMoong Dal\\r\\nIt is durable and long lasting\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":247,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"60\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 08:46:03\",\"updated_at\":\"2025-10-22 08:46:03\"},{\"id\":248,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"60\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 08:46:03\",\"updated_at\":\"2025-10-22 08:46:03\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T23:31:17.000000Z\",\"updated_at\":\"2025-09-12T01:07:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-19 00:30:57\",\"updated_at\":\"2024-11-19 00:30:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":1,\"unit\":\"ltr\",\"created_at\":\"2025-09-12T02:16:02.000000Z\",\"updated_at\":\"2025-09-12T02:16:48.000000Z\",\"translations\":[]}}', '[{\"type\":\"5kg\",\"price\":1300,\"stock\":1000}]', '[]', 325.00, 'product_discount', 2, 0.00, 'null', '2026-01-30 10:24:31', '2026-01-30 10:24:31', NULL, 0.00, 4, 'product_discount', NULL, 25.00000000, 0.00000000),
(69, 75, 100064, 30.00, '{\"id\":75,\"name\":\"Biotique Natural Makeup Matte MagiCompact For All Skin Types\",\"description\":\"Biotique Magicompact is a skin lightening and whitening compact with multivitamins, minerals, and plant enriched tints\\r\\nThe Magicompact has an advanced brightening formula with sun protection and SPF 15 to protect your skin from the blazing heat\\r\\nBiotique Magicompact is skincare-infused. It is made up of all-natural colour pigments which nourish your skin with every application\\r\\nBMagicompact comes with a matte finish and smudge-proof formula, lasting throughout the day\\r\\n100% organic, silicon-free, cruelty-free\",\"image\":\"2025-10-22-68f895485bc37.png\",\"category_id\":5,\"category_ids\":[{\"id\":\"5\",\"position\":1,\"name\":\"Cosmatic\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":30,\"tax\":0,\"tax_type\":\"percent\",\"discount\":3,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":30,\"created_at\":\"2025-10-22T03:26:48.000000Z\",\"updated_at\":\"2025-10-24T11:18:38.000000Z\",\"order_count\":2,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":4399,\"unit_id\":4,\"images\":[{\"img\":\"2025-10-22-68f895485a9f1.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f895485b8fd.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f895485b9a5.png\",\"storage\":\"public\"},{\"img\":\"2025-10-22-68f895485ba91.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"biotique-natural-makeup-matte-magicompact-for-all-skin-types\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Super market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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\":\"g\",\"image_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f895485bc37.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f895485a9f1.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f895485b8fd.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f895485b9a5.png\",\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f895485ba91.png\"],\"translations\":[{\"id\":231,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":75,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Biotique Natural Makeup Matte MagiCompact For All Skin Types\",\"created_at\":null,\"updated_at\":null},{\"id\":232,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":75,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Biotique Magicompact is a skin lightening and whitening compact with multivitamins, minerals, and plant enriched tints\\r\\nThe Magicompact has an advanced brightening formula with sun protection and SPF 15 to protect your skin from the blazing heat\\r\\nBiotique Magicompact is skincare-infused. It is made up of all-natural colour pigments which nourish your skin with every application\\r\\nBMagicompact comes with a matte finish and smudge-proof formula, lasting throughout the day\\r\\n100% organic, silicon-free, cruelty-free\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":277,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"75\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 08:56:48\",\"updated_at\":\"2025-10-22 08:56:48\"},{\"id\":278,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"75\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 08:56:48\",\"updated_at\":\"2025-10-22 08:56:48\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T23:31:17.000000Z\",\"updated_at\":\"2025-09-12T01:07:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-19 00:30:57\",\"updated_at\":\"2024-11-19 00:30:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":4,\"unit\":\"g\",\"created_at\":\"2025-09-12T02:16:28.000000Z\",\"updated_at\":\"2025-09-12T02:16:28.000000Z\",\"translations\":[]}}', '[]', '[]', 0.90, 'product_discount', 1, 0.00, 'null', '2026-01-30 10:24:31', '2026-01-30 10:24:31', NULL, 0.00, 5, 'product_discount', NULL, 3.00000000, 0.00000000),
(70, 57, 100064, 30.00, '{\"id\":57,\"name\":\"Tata Salt 1 Kg\",\"description\":\"Tata Salt 1 Kg, Free Flowing and Iodised Namak, Vacuum Evaporated, Salt in Fresh\",\"image\":\"2025-10-22-68f892333a75e.png\",\"category_id\":4,\"category_ids\":[{\"id\":\"4\",\"position\":1,\"name\":\"Grocery\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":30,\"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\":30,\"created_at\":\"2025-10-22T03:13:39.000000Z\",\"updated_at\":\"2025-11-06T16:51:51.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":1,\"stock\":997,\"unit_id\":2,\"images\":[{\"img\":\"2025-10-22-68f89233397dd.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"tata-salt-1-kg\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Super market\",\"is_campaign\":0,\"module_type\":\"grocery\",\"zone_id\":2,\"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:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f892333a75e.png\",\"images_full_url\":[\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/product\\/2025-10-22-68f89233397dd.png\"],\"translations\":[{\"id\":195,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":57,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Tata Salt 1 Kg\",\"created_at\":null,\"updated_at\":null},{\"id\":196,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":57,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Tata Salt 1 Kg, Free Flowing and Iodised Namak, Vacuum Evaporated, Salt in Fresh\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":241,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"57\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2025-10-22 08:43:39\",\"updated_at\":\"2025-10-22 08:43:39\"},{\"id\":242,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"57\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2025-10-22 08:43:39\",\"updated_at\":\"2025-10-22 08:43:39\"}],\"module\":{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2025-09-12-68c3b8880f5df.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2023-08-15T23:31:17.000000Z\",\"updated_at\":\"2025-09-12T01:07:04.000000Z\",\"icon\":\"2025-09-12-68c3b8880f38a.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 MXLovo<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f38a.png\",\"thumbnail_full_url\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/module\\/2025-09-12-68c3b8880f5df.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 MXLovo<\\/p>\",\"created_at\":null,\"updated_at\":null}],\"storage\":[{\"id\":29,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"1\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-11-19 00:30:57\",\"updated_at\":\"2024-11-19 00:30:57\"}]},\"ecommerce_item_details\":null,\"unit\":{\"id\":2,\"unit\":\"kg\",\"created_at\":\"2025-09-12T02:16:16.000000Z\",\"updated_at\":\"2025-09-12T02:16:16.000000Z\",\"translations\":[]}}', '[]', '[]', 1.50, 'product_discount', 1, 0.00, 'null', '2026-01-30 10:24:31', '2026-01-30 10:24:31', NULL, 0.00, 4, 'product_discount', NULL, 5.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, '2025-10-22 05:45:01', '2025-10-22 05:45:01'),
(2, 100002, 0, 0, '2025-10-22 07:01:54', '2025-10-22 07:01:54'),
(3, 100003, 0, 0, '2025-10-23 12:46:24', '2025-10-23 12:46:24'),
(4, 100004, 0, 0, '2025-10-23 14:52:31', '2025-10-23 14:52:31'),
(5, 100005, 0, 0, '2025-10-23 15:31:10', '2025-10-23 15:31:10'),
(6, 100006, 0, 0, '2025-10-23 16:40:01', '2025-10-23 16:40:01'),
(7, 100007, 0, 0, '2025-10-23 16:57:49', '2025-10-23 16:57:49'),
(8, 100008, 0, 0, '2025-10-24 09:13:04', '2025-10-24 09:13:04'),
(9, 100009, 0, 0, '2025-10-24 09:15:05', '2025-10-24 09:15:05'),
(10, 100010, 0, 0, '2025-10-24 09:20:58', '2025-10-24 09:20:58'),
(11, 100011, 0, 0, '2025-10-24 09:36:14', '2025-10-24 09:36:14'),
(12, 100012, 0, 0, '2025-10-24 09:38:53', '2025-10-24 09:38:53'),
(13, 100013, 0, 0, '2025-10-24 09:43:05', '2025-10-24 09:43:05'),
(14, 100014, 0, 0, '2025-10-24 09:52:16', '2025-10-24 09:52:16'),
(15, 100015, 0, 0, '2025-10-24 10:49:23', '2025-10-24 10:49:23'),
(16, 100016, 0, 0, '2025-10-24 11:15:04', '2025-10-24 11:15:04'),
(17, 100017, 0, 0, '2025-10-24 11:46:01', '2025-10-24 11:46:01'),
(18, 100018, 0, 0, '2025-10-24 12:13:48', '2025-10-24 12:13:48'),
(19, 100019, 0, 0, '2025-10-24 12:16:42', '2025-10-24 12:16:42'),
(20, 100020, 1, 0, '2025-10-24 12:30:44', '2025-10-24 16:03:39'),
(21, 100021, 0, 0, '2025-10-24 13:51:02', '2025-10-24 13:51:02'),
(22, 100022, 0, 0, '2025-10-24 14:02:36', '2025-10-24 14:02:36'),
(23, 100023, 0, 0, '2025-10-24 14:25:32', '2025-10-24 14:25:32'),
(24, 100024, 0, 0, '2025-10-24 14:57:14', '2025-10-24 14:57:14'),
(25, 100025, 0, 0, '2025-10-24 16:20:16', '2025-10-24 16:20:16'),
(26, 100026, 0, 0, '2025-10-24 16:36:47', '2025-10-24 16:36:47'),
(27, 100027, 0, 0, '2025-10-24 16:51:49', '2025-10-24 16:51:49'),
(28, 100028, 0, 0, '2025-10-24 17:17:46', '2025-10-24 17:17:46'),
(29, 100029, 0, 0, '2025-11-06 09:49:02', '2025-11-06 09:49:02'),
(30, 100030, 0, 0, '2025-11-06 10:04:41', '2025-11-06 10:04:41'),
(31, 100031, 0, 0, '2025-11-06 10:37:46', '2025-11-06 10:37:46'),
(32, 100032, 0, 0, '2025-11-06 10:43:26', '2025-11-06 10:43:26'),
(33, 100033, 0, 0, '2025-11-06 10:48:41', '2025-11-06 10:48:41'),
(34, 100034, 0, 0, '2025-11-06 10:51:15', '2025-11-06 10:51:15'),
(35, 100035, 0, 0, '2025-11-06 11:07:03', '2025-11-06 11:07:03'),
(36, 100036, 0, 0, '2025-11-06 11:14:47', '2025-11-06 11:14:47'),
(37, 100037, 0, 0, '2025-11-06 11:22:47', '2025-11-06 11:22:47'),
(38, 100038, 0, 0, '2025-11-06 11:47:43', '2025-11-06 11:47:43'),
(39, 100039, 0, 0, '2025-11-06 16:46:34', '2025-11-06 16:46:34'),
(40, 100040, 0, 0, '2025-11-06 16:51:51', '2025-11-06 16:51:51'),
(41, 100041, 0, 0, '2025-11-06 16:56:33', '2025-11-06 16:56:33'),
(42, 100042, 0, 0, '2025-11-06 17:25:58', '2025-11-06 17:25:58'),
(43, 100043, 1, 0, '2025-11-07 09:26:41', '2025-11-07 09:33:58'),
(44, 100044, 0, 0, '2025-11-07 09:42:12', '2025-11-07 09:42:12'),
(45, 100045, 0, 0, '2025-11-07 09:49:12', '2025-11-07 09:49:12'),
(46, 100046, 0, 0, '2025-11-07 10:23:39', '2025-11-07 10:23:39'),
(47, 100047, 0, 0, '2025-11-07 10:42:41', '2025-11-07 10:42:41'),
(48, 100048, 0, 0, '2025-11-07 10:54:53', '2025-11-07 10:54:53'),
(49, 100049, 0, 0, '2025-11-07 10:56:58', '2025-11-07 10:56:58'),
(50, 100050, 0, 0, '2025-11-07 11:09:29', '2025-11-07 11:09:29'),
(51, 100051, 0, 0, '2025-11-07 11:15:47', '2025-11-07 11:15:47'),
(52, 100052, 0, 0, '2025-11-07 11:19:28', '2025-11-07 11:19:28'),
(53, 100053, 0, 0, '2025-12-09 12:24:34', '2025-12-09 12:24:34'),
(54, 100054, 0, 0, '2025-12-09 12:47:15', '2025-12-09 12:47:15'),
(55, 100055, 0, 0, '2025-12-09 16:22:47', '2025-12-09 16:22:47'),
(56, 100056, 0, 0, '2025-12-10 12:59:56', '2025-12-10 12:59:56'),
(57, 100057, 0, 0, '2025-12-10 14:18:12', '2025-12-10 14:18:12'),
(58, 100058, 0, 0, '2026-01-23 08:27:12', '2026-01-23 08:27:12'),
(59, 100059, 0, 0, '2026-01-28 08:40:12', '2026-01-28 08:40:12'),
(60, 100060, 0, 0, '2026-01-28 09:13:42', '2026-01-28 09:13:42'),
(61, 100061, 0, 0, '2026-01-28 09:19:48', '2026-01-28 09:19:48'),
(62, 100062, 0, 0, '2026-01-28 09:26:38', '2026-01-28 09:26:38'),
(63, 100063, 0, 0, '2026-01-28 09:32:16', '2026-01-28 09:32:16'),
(64, 100064, 0, 0, '2026-01-30 10:24:31', '2026-01-30 10:24:31');

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

--
-- 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, 6, NULL, 100006, 1080.00, 972.00, 103.00, 'admin', NULL, '2025-10-23 16:54:00', '2025-10-23 16:54:00', 0.00, 5.00, 0.00, 2, 1, NULL, 0.00, 0.00, 17.000, 0.000, 108.000, 0.000, 0.000, 0.000, 10.000, 0),
(2, 2, 4, 100009, 39.10, 26.19, 2.91, 'deliveryman', NULL, '2025-10-24 11:18:38', '2025-10-24 11:18:38', 10.00, 10.00, 0.00, 2, 1, NULL, 0.00, 0.00, 0.090, 0.000, 0.810, 0.000, 0.000, 0.000, 10.000, 0),
(3, 22, 4, 100016, 16.50, 1.35, 0.15, 'admin', NULL, '2025-10-24 11:32:23', '2025-10-24 11:32:23', 15.00, 15.00, 0.00, 2, 2, NULL, 0.00, 0.00, 0.150, 0.000, 1.350, 0.000, 0.000, 0.000, 10.000, 0),
(4, 6, 4, 100017, 99.00, 89.10, -5.10, 'admin', NULL, '2025-10-24 12:08:23', '2025-10-24 12:08:23', 0.00, 15.00, 0.00, 2, 1, NULL, 0.00, 0.00, 15.000, 0.000, 0.000, 0.000, 0.000, 0.000, 10.000, 0),
(5, 6, 4, 100019, 499.00, 449.10, 34.90, 'admin', NULL, '2025-10-24 12:21:43', '2025-10-24 12:21:43', 0.00, 15.00, 0.00, 2, 1, NULL, 0.00, 0.00, 15.000, 0.000, 0.000, 0.000, 0.000, 0.000, 10.000, 0),
(6, 6, 4, 100020, 460.00, 405.00, 45.00, 'deliveryman', NULL, '2025-10-24 12:32:35', '2025-10-24 12:32:35', 10.00, 10.00, 0.00, 2, 1, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 10.000, 0),
(7, 2, 4, 100021, 50.00, 36.00, 4.00, 'deliveryman', NULL, '2025-10-24 13:58:44', '2025-10-24 13:58:44', 10.00, 10.00, 0.00, 2, 1, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 10.000, 0),
(8, 6, 4, 100022, 342.50, 299.25, 33.25, 'deliveryman', NULL, '2025-10-24 16:25:19', '2025-10-24 16:25:19', 10.00, 10.00, 0.00, 2, 1, NULL, 0.00, 0.00, 1.750, 0.000, 15.750, 0.000, 0.000, 0.000, 10.000, 0),
(9, 22, 4, 100025, 24.00, 8.10, 0.90, 'admin', NULL, '2025-10-24 16:27:41', '2025-10-24 16:27:41', 15.00, 15.00, 0.00, 2, 2, NULL, 0.00, 0.00, 0.100, 0.000, 0.900, 0.000, 0.000, 0.000, 10.000, 0),
(10, 21, 4, 100026, 243.00, 218.70, 9.30, 'admin', NULL, '2025-10-24 16:43:12', '2025-10-24 16:43:12', 0.00, 15.00, 0.00, 2, 3, NULL, 0.00, 0.00, 17.700, 0.000, 24.300, 0.000, 0.000, 0.000, 10.000, 0),
(11, 6, 2, 100011, 20.00, 9.00, 1.00, 'deliveryman', NULL, '2025-11-06 10:30:57', '2025-11-06 10:30:57', 10.00, 10.00, 0.00, 2, 1, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 10.000, 0),
(12, 6, 2, 100015, 44.40, 26.46, 2.94, 'admin', NULL, '2025-11-06 10:32:14', '2025-11-06 10:32:14', 15.00, 15.00, 0.00, 2, 1, NULL, 0.00, 0.00, 0.060, 0.000, 0.540, 0.000, 0.000, 0.000, 10.000, 0),
(13, 2, 2, 100032, 55.00, 40.50, 4.50, 'deliveryman', NULL, '2025-11-06 10:47:04', '2025-11-06 10:47:04', 10.00, 10.00, 0.00, 2, 1, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 10.000, 0),
(14, 2, 2, 100033, 30.00, 18.00, 2.00, 'deliveryman', NULL, '2025-11-06 11:08:04', '2025-11-06 11:08:04', 10.00, 10.00, 0.00, 2, 1, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 10.000, 0),
(15, 2, 2, 100034, 30.00, 18.00, 2.00, 'deliveryman', NULL, '2025-11-06 11:15:19', '2025-11-06 11:15:19', 10.00, 10.00, 0.00, 2, 1, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 10.000, 0),
(16, 2, 2, 100036, 35.00, 22.50, 2.50, 'deliveryman', NULL, '2025-11-06 11:17:09', '2025-11-06 11:17:09', 10.00, 10.00, 0.00, 2, 1, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 10.000, 0),
(17, 2, 2, 100037, 30.00, 18.00, 2.00, 'deliveryman', NULL, '2025-11-06 11:23:44', '2025-11-06 11:23:44', 10.00, 10.00, 0.00, 2, 1, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 10.000, 0),
(18, 22, 1, 100043, 16.50, 1.35, 0.15, 'admin', NULL, '2025-11-07 09:33:41', '2025-11-07 09:33:41', 15.00, 15.00, 0.00, 2, 2, NULL, 0.00, 0.00, 0.150, 0.000, 1.350, 0.000, 0.000, 0.000, 10.000, 0),
(19, 2, 1, 100045, 58.00, 38.70, 4.30, 'admin', NULL, '2025-11-07 09:52:42', '2025-11-07 09:52:42', 15.00, 15.00, 0.00, 2, 1, NULL, 0.00, 0.00, 0.100, 0.000, 0.900, 0.000, 0.000, 0.000, 10.000, 0),
(20, 2, 1, 100049, 34.40, 17.46, 1.94, 'deliveryman', NULL, '2025-11-07 11:04:13', '2025-11-07 11:04:13', 15.00, 15.00, 0.00, 2, 1, NULL, 0.00, 0.00, 0.060, 0.000, 0.540, 0.000, 0.000, 0.000, 10.000, 0),
(21, 21, 1, 100050, 28.00, 11.70, 1.30, 'admin', NULL, '2025-11-07 11:13:31', '2025-11-07 11:13:31', 15.00, 15.00, 0.00, 2, 3, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 10.000, 0),
(22, 2, NULL, 100052, 25.00, 22.50, 2.50, 'admin', NULL, '2025-11-07 11:23:07', '2025-11-07 11:23:07', 0.00, 0.00, 0.00, 2, 1, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 10.000, 0),
(23, 21, 1, 100063, 27.00, 10.80, 1.20, 'admin', NULL, '2026-01-28 09:35:07', '2026-01-28 09:35:07', 15.00, 15.00, 0.00, 2, 3, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 10.000, 0),
(24, 21, NULL, 100005, 11.00, 9.90, 1.10, 'admin', NULL, '2026-01-29 10:04:09', '2026-01-29 10:04:09', 0.00, 0.00, 0.00, 2, 3, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 0.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, '2026-01-29-697b5b6ece5bb.png', 'Fresh market', 'Fresh Market is For Fresh Vegetable', 1, 0, 5, '2026-01-29 13:06:54', '2026-01-29 13:06:54', 5.00, 10.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;

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

--
-- 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
('shiwa2172000@gmail.com', '2887', '2025-12-02 12:29:00', 0, 0, 0, NULL, 'user', NULL),
('shiwa2172000@gmail.com', '2046', '2025-12-02 12:29:04', 0, 0, 0, NULL, 'user', NULL),
('mastermcx@miracuves.com', 'RHPVBVMVPD3OKXR', '2025-12-23 10:45:37', 0, 0, 0, NULL, 'admin', NULL),
('mastermcx@miracuves.com', 'TTUV0W73RH7WMI4', '2026-01-07 07:24:01', 0, 0, 0, NULL, 'admin', NULL),
('mastermcx@miracuves.com', 'JSG4QTQVGFJNSEP', '2026-01-16 23:46:59', 0, 0, 0, NULL, 'admin', NULL),
('mastermcx@miracuves.com', 'O8KBEAAU5DNITAY', '2026-01-22 22:57:24', 0, 0, 0, NULL, 'admin', NULL),
('admins@demo.com', 'PC6W1WHQEZDWTUR', '2026-01-30 07:49:43', 0, 0, 0, NULL, 'admin', 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
('4b51db85-0775-4d58-9b19-25bd8c8a3cb1', '2', '100', 180.00, NULL, 'order_place', 'order_failed', 'pi_3SLImUHTAHWwyrB61IJAOAsO', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-10-23 12:46:26', '2025-10-23 12:47:59', '{\"name\":\"user2 \",\"email\":\"user2@demo.com\",\"phone\":\"+12125550123\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100003', 'order', NULL),
('fa09e99b-6a8b-4faa-a447-309d77682757', '2', '100', 6.50, NULL, 'order_place', 'order_failed', 'pi_3SLKk3HTAHWwyrB60YjmI88e', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-10-23 14:52:33', '2025-10-23 14:53:36', '{\"name\":\"user2 \",\"email\":\"user2@demo.com\",\"phone\":\"+12125550123\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100004', 'order', NULL),
('3b5410d3-e291-404d-85c6-51280f8875a5', '2', '100', 11.00, NULL, 'order_place', 'order_failed', 'pi_3SLLLAHTAHWwyrB60KNDXIDD', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-10-23 15:31:13', '2025-10-23 15:31:56', '{\"name\":\"user2 \",\"email\":\"user2@demo.com\",\"phone\":\"+12125550123\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100005', 'order', NULL),
('874e8eef-aa3f-41f2-89c1-7e81744c36bc', '2', '100', 1080.00, NULL, 'order_place', 'order_failed', 'pi_3SLMQ6HTAHWwyrB61cpPnv93', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-10-23 16:40:03', '2025-10-23 16:41:06', '{\"name\":\"user2 \",\"email\":\"user2@demo.com\",\"phone\":\"+12125550123\",\"address\":\"\"}', 'https://mxlovo.mimeld.com/order-successful?id=100006', '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100006', 'order', 'web'),
('cda149c6-eaea-482c-bca5-2aa3b4b024cb', '2', '100', 63.05, NULL, 'order_place', 'order_failed', 'pi_3SLMgvHTAHWwyrB60wQnnAOz', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-10-23 16:57:50', '2025-10-23 16:58:29', '{\"name\":\"user2 \",\"email\":\"user2@demo.com\",\"phone\":\"+12125550123\",\"address\":\"\"}', 'https://mxlovo.mimeld.com/order-successful?id=100007', '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100007', 'order', 'web'),
('46624083-ac11-4d78-ad26-9badd33a0fa3', '2', '100', 450.00, NULL, 'order_place', 'order_failed', 'pi_3SLc2MHTAHWwyrB60g0djXFy', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-10-24 09:21:00', '2025-10-24 09:21:38', '{\"name\":\"user2 \",\"email\":\"user2@demo.com\",\"phone\":\"+12125550123\",\"address\":\"\"}', 'https://mxlovo.mimeld.com/order-successful?id=100010', '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100010', 'order', 'web'),
('92311e95-b674-45bb-b55e-5807e5421c29', '2', '100', 427.50, NULL, 'order_place', 'order_failed', 'pi_3SLcNsHTAHWwyrB61a0nLWSU', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-10-24 09:43:07', '2025-10-24 09:43:53', '{\"name\":\"user2 \",\"email\":\"user2@demo.com\",\"phone\":\"+12125550123\",\"address\":\"\"}', 'https://mxlovo.mimeld.com/order-successful?id=100013', '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100013', 'order', 'web'),
('0bdc2a9e-599a-493c-854c-9a9f72f49ee3', '2', '100', 44.40, NULL, 'order_place', 'order_failed', 'pi_3SLdPqHTAHWwyrB610ciCTwf', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-10-24 10:49:25', '2025-10-24 10:49:58', '{\"name\":\"user2 \",\"email\":\"user2@demo.com\",\"phone\":\"+12125550123\",\"address\":\"\"}', 'https://mxlovo.mimeld.com/order-successful?id=100015', '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100015', 'order', 'web'),
('2cfa21a3-281e-4106-a373-c09b83184a68', '2', '100', 16.50, NULL, 'order_place', 'order_failed', 'pi_3SLdorHTAHWwyrB61yULvnNH', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-10-24 11:15:05', '2025-10-24 11:15:50', '{\"name\":\"user2 \",\"email\":\"user2@demo.com\",\"phone\":\"+12125550123\",\"address\":\"\"}', 'https://mxlovo.mimeld.com/order-successful?id=100016', '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100016', 'order', 'web'),
('fa2f3f57-e9b6-420b-93d8-125ffc914140', '2', '100', 99.00, NULL, 'order_place', 'order_failed', 'pi_3SLeJ0HTAHWwyrB60FNDnSF5', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-10-24 11:46:03', '2025-10-24 11:46:59', '{\"name\":\"user2 \",\"email\":\"user2@demo.com\",\"phone\":\"+12125550123\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100017', 'order', NULL),
('db244a02-6517-41bb-ad84-0562c5be78ff', '2', '100', 756.00, NULL, 'order_place', 'order_failed', 'pi_3SLejZHTAHWwyrB612UQMwNZ', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-10-24 12:13:49', '2025-10-24 12:14:26', '{\"name\":\"user2 \",\"email\":\"user2@demo.com\",\"phone\":\"+12125550123\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100018', 'order', NULL),
('64087e3c-48e8-4e88-9169-db0c60ef771e', '2', '100', 499.00, NULL, 'order_place', 'order_failed', 'pi_3SLemLHTAHWwyrB613EIIHqO', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-10-24 12:16:44', '2025-10-24 12:17:17', '{\"name\":\"user2 \",\"email\":\"user2@demo.com\",\"phone\":\"+12125550123\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100019', 'order', NULL),
('0c20b615-bf67-471a-8b72-f612ee00a588', '4', '100', 39.10, NULL, 'collect_cash_success', 'collect_cash_fail', NULL, 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 0, '2025-10-24 12:28:32', '2025-10-24 12:28:32', '{\"name\":\"Pratik\",\"email\":\"pratik@demo.com\",\"phone\":\"+919876541230\",\"address\":\"\"}', '/success', '{\"name\":\"Admin\",\"image\":\"example.png\"}', '4', 'deliveryman_collect_cash_payments', 'app'),
('3b84b23a-0d41-472e-8049-6e98e21aa0a4', '4', '100', 499.10, NULL, 'collect_cash_success', 'collect_cash_fail', NULL, 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 0, '2025-10-24 12:34:13', '2025-10-24 12:34:13', '{\"name\":\"Pratik\",\"email\":\"pratik@demo.com\",\"phone\":\"+919876541230\",\"address\":\"\"}', '/success', '{\"name\":\"Admin\",\"image\":\"example.png\"}', '4', 'deliveryman_collect_cash_payments', 'app'),
('5bfdc4f1-41dc-4b99-8ec6-3b2281cb3ee7', '4', '100', 499.10, NULL, 'collect_cash_success', 'collect_cash_fail', 'pi_3SLf4jHTAHWwyrB61AIV8RcY', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-10-24 12:35:38', '2025-10-24 12:36:17', '{\"name\":\"Pratik\",\"email\":\"pratik@demo.com\",\"phone\":\"+919876541230\",\"address\":\"\"}', '/success', '{\"name\":\"Admin\",\"image\":\"example.png\"}', '4', 'deliveryman_collect_cash_payments', 'app'),
('b61f312d-9def-469d-9e60-987c64ca04d8', '2', '100', 1140.00, NULL, 'order_place', 'order_failed', 'pi_3SLgn8HTAHWwyrB60fauFOl8', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-10-24 14:25:33', '2025-10-24 14:26:14', '{\"name\":\"user2 \",\"email\":\"user2@demo.com\",\"phone\":\"+12125550123\",\"address\":\"\"}', 'https://mxlovo.mimeld.com/order-successful?id=100023', '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100023', 'order', 'web'),
('4abd72f7-6d69-44b3-afe5-7f95a5de55e4', '2', '100', 405.00, NULL, 'order_place', 'order_failed', 'pi_3SLhI6HTAHWwyrB61U6Ff4s6', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-10-24 14:57:16', '2025-10-24 14:58:16', '{\"name\":\"user2 \",\"email\":\"user2@demo.com\",\"phone\":\"+12125550123\",\"address\":\"\"}', 'https://mxlovo.mimeld.com/order-successful?id=100024', '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100024', 'order', 'web'),
('0d8c9a13-f149-4ac7-8398-c049a8b4fb13', '2', '100', 24.00, NULL, 'order_place', 'order_failed', 'pi_3SLiafHTAHWwyrB60cbbSmKB', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-10-24 16:20:17', '2025-10-24 16:21:30', '{\"name\":\"user2 \",\"email\":\"user2@demo.com\",\"phone\":\"+12125550123\",\"address\":\"\"}', 'https://mxlovo.mimeld.com/order-successful?id=100025', '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100025', 'order', 'web'),
('8c4f6fcb-dd4f-4d96-a2eb-3834793ef1eb', '2', '100', 243.00, NULL, 'order_place', 'order_failed', 'pi_3SLiq6HTAHWwyrB60MDFvn9n', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-10-24 16:36:48', '2025-10-24 16:37:26', '{\"name\":\"user2 \",\"email\":\"user2@demo.com\",\"phone\":\"+12125550123\",\"address\":\"\"}', 'https://mxlovo.mimeld.com/order-successful?id=100026', '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100026', 'order', 'web'),
('5336bc50-d0f1-4173-95a6-dbee41b1c436', '2', '100', 418.00, NULL, 'order_place', 'order_failed', 'pi_3SLj4iHTAHWwyrB61PclZ38D', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-10-24 16:51:51', '2025-10-24 16:52:32', '{\"name\":\"user2 \",\"email\":\"user2@demo.com\",\"phone\":\"+12125550123\",\"address\":\"\"}', 'https://mxlovo.mimeld.com/order-successful?id=100027', '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100027', 'order', 'web'),
('e581d871-7034-4544-b00f-47ab9388e2f3', '2', '100', 30.00, NULL, 'order_place', 'order_failed', NULL, 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 0, '2025-10-24 17:17:46', '2025-10-24 17:17:46', '{\"name\":\"user2 \",\"email\":\"user2@demo.com\",\"phone\":\"+12125550123\",\"address\":\"\"}', 'https://mxlovo.mimeld.com/order-successful?id=100028', '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100028', 'order', 'web'),
('ac7b8621-8e24-43a5-9780-2867b86aa166', '4', '100', 187.50, NULL, 'order_place', 'order_failed', 'pi_3SQKflHTAHWwyrB602n9gNk9', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-11-06 09:49:04', '2025-11-06 09:49:51', '{\"name\":\"User \",\"email\":\"user1@demo.com\",\"phone\":\"+19512149944\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100029', 'order', NULL),
('eff50153-66ba-4819-8a98-e455982be41e', '4', '100', 36.20, NULL, 'order_place', 'order_failed', 'pi_3SQKuaHTAHWwyrB60oYTkFrS', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-11-06 10:04:43', '2025-11-06 10:05:08', '{\"name\":\"User \",\"email\":\"user1@demo.com\",\"phone\":\"+19512149944\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100030', 'order', NULL),
('dea2a471-f1a2-45b6-a09b-2fc37a0fc997', '4', '100', 30.70, NULL, 'order_place', 'order_failed', 'pi_3SQLQdHTAHWwyrB60zp8Ai0v', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-11-06 10:37:48', '2025-11-06 10:38:15', '{\"name\":\"User \",\"email\":\"user1@demo.com\",\"phone\":\"+19512149944\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100031', 'order', NULL),
('cfbe5da1-6ae4-462d-b9bd-267d77a4eaa0', '4', '100', 5.90, NULL, 'order_place', 'order_failed', NULL, 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 0, '2025-11-06 11:47:45', '2025-11-06 11:47:45', '{\"name\":\"User \",\"email\":\"user1@demo.com\",\"phone\":\"+919512149944\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100038', 'order', NULL),
('6aa47f52-c130-414f-9694-926931837027', '4', '100', 52.50, NULL, 'order_place', 'order_failed', 'pi_3SQRBkHTAHWwyrB60J7630Vb', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-11-06 16:46:35', '2025-11-06 16:47:17', '{\"name\":\"User \",\"email\":\"user1@demo.com\",\"phone\":\"+919512149944\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100039', 'order', NULL),
('403e0cbd-d933-4e9b-b09d-14cc36c80e36', '4', '100', 33.50, NULL, 'order_place', 'order_failed', 'pi_3SQRGuHTAHWwyrB618T37cdH', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-11-06 16:51:53', '2025-11-06 16:52:37', '{\"name\":\"User \",\"email\":\"user1@demo.com\",\"phone\":\"+919512149944\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100040', 'order', NULL),
('01825ec6-0ca7-4e97-91eb-84f5e129344d', '4', '100', 756.00, NULL, 'order_place', 'order_failed', 'pi_3SQRLQHTAHWwyrB601XGSnEw', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-11-06 16:56:34', '2025-11-06 16:57:17', '{\"name\":\"User \",\"email\":\"user1@demo.com\",\"phone\":\"+919512149944\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100041', 'order', NULL),
('16bb9cba-fd5b-4027-8cf5-2766ae3518a7', '4', '100', 40.00, NULL, 'order_place', 'order_failed', 'pi_3SQRo5HTAHWwyrB605k04wl5', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-11-06 17:25:59', '2025-11-06 17:26:53', '{\"name\":\"User \",\"email\":\"user1@demo.com\",\"phone\":\"+919512149944\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100042', 'order', NULL),
('3b9ab04e-83ce-481c-b322-886aca750bc6', '4', '100', 16.50, NULL, 'order_place', 'order_failed', 'pi_3SQgnnHTAHWwyrB61g0VoH4B', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-11-07 09:26:43', '2025-11-07 09:27:35', '{\"name\":\"User \",\"email\":\"user1@demo.com\",\"phone\":\"+919512149944\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100043', 'order', NULL),
('3647ce60-9f0f-40df-84e7-9f43d26f00c7', '4', '100', 24.00, NULL, 'order_place', 'order_failed', 'pi_3SQh2UHTAHWwyrB60jELlCLi', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-11-07 09:42:14', '2025-11-07 09:42:47', '{\"name\":\"User \",\"email\":\"user1@demo.com\",\"phone\":\"+919512149944\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100044', 'order', NULL),
('6934ea01-0d35-4123-9cd3-74a0ab3d55db', '4', '100', 58.00, NULL, 'order_place', 'order_failed', 'pi_3SQh9JHTAHWwyrB605WJBCg9', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-11-07 09:49:14', '2025-11-07 09:49:50', '{\"name\":\"User \",\"email\":\"user1@demo.com\",\"phone\":\"+919512149944\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100045', 'order', NULL),
('b245920f-deed-425b-81d7-bedc98a89d70', '4', '100', 35.00, NULL, 'order_place', 'order_failed', 'pi_3SQhgaHTAHWwyrB60puUVtvZ', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-11-07 10:23:41', '2025-11-07 10:24:12', '{\"name\":\"User \",\"email\":\"user1@demo.com\",\"phone\":\"+919512149944\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100046', 'order', NULL),
('ed6589f9-2b6c-49d7-9dc0-7f5da80c63ad', '4', '100', 544.50, NULL, 'order_place', 'order_failed', 'pi_3SQhz9HTAHWwyrB618z5e408', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-11-07 10:42:43', '2025-11-07 10:43:23', '{\"name\":\"User \",\"email\":\"user1@demo.com\",\"phone\":\"+919512149944\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100047', 'order', NULL),
('43a522a0-7070-4e25-9c70-7edc8a70c35a', '4', '100', 94.20, NULL, 'order_place', 'order_failed', NULL, 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 0, '2025-11-07 10:54:55', '2025-11-07 10:54:55', '{\"name\":\"User \",\"email\":\"user1@demo.com\",\"phone\":\"+919512149944\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100048', 'order', NULL),
('02203e67-0d7b-4460-b417-21f05fa666d7', '4', '100', 34.40, NULL, 'order_place', 'order_failed', NULL, 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 0, '2025-11-07 10:57:01', '2025-11-07 10:57:01', '{\"name\":\"User \",\"email\":\"user1@demo.com\",\"phone\":\"+919512149944\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100049', 'order', NULL),
('ca822dc1-fc0d-4a78-ad90-a5baa9b53c54', '4', '100', 28.00, NULL, 'order_place', 'order_failed', 'pi_3SQiP1HTAHWwyrB60bhDMSvd', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-11-07 11:09:31', '2025-11-07 11:10:08', '{\"name\":\"User \",\"email\":\"user1@demo.com\",\"phone\":\"+919512149944\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100050', 'order', NULL),
('b2c4fea7-cb8d-408c-9d31-434797ff2274', '4', '100', 418.00, NULL, 'order_place', 'order_failed', 'pi_3SQiVHHTAHWwyrB61F9BkXg9', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-11-07 11:15:48', '2025-11-07 11:16:36', '{\"name\":\"User \",\"email\":\"user1@demo.com\",\"phone\":\"+919512149944\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100051', 'order', NULL),
('72621996-9408-4238-8099-49618a25ae75', '4', '100', 25.00, NULL, 'order_place', 'order_failed', 'pi_3SQiYfHTAHWwyrB61GWlRDhJ', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2025-11-07 11:19:31', '2025-11-07 11:20:05', '{\"name\":\"User \",\"email\":\"user1@demo.com\",\"phone\":\"+919512149944\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100052', 'order', NULL),
('dc8b81ba-71e6-4377-9a29-3465c615bc99', '2', '100', 125.00, NULL, 'collect_cash_success', 'collect_cash_fail', NULL, 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 0, '2025-12-02 12:16:42', '2025-12-02 12:16:42', '{\"name\":\"delivery boiii\",\"email\":\"delivery1@demo.com\",\"phone\":\"+919876543219\",\"address\":\"\"}', '/success', '{\"name\":\"Admin\",\"image\":\"example.png\"}', '2', 'deliveryman_collect_cash_payments', 'app'),
('bb0fa093-506f-42d4-bf4a-9a204d295e44', '2', '100', 125.00, NULL, 'collect_cash_success', 'collect_cash_fail', NULL, 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 0, '2025-12-02 12:16:42', '2025-12-02 12:16:42', '{\"name\":\"delivery boiii\",\"email\":\"delivery1@demo.com\",\"phone\":\"+919876543219\",\"address\":\"\"}', '/success', '{\"name\":\"Admin\",\"image\":\"example.png\"}', '2', 'deliveryman_collect_cash_payments', 'app'),
('fed7ae45-e8d6-4d58-9380-a55e56d710b9', '5', '100', 180.00, NULL, 'order_place', 'order_failed', NULL, 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 0, '2025-12-09 12:24:40', '2025-12-09 12:24:40', '{\"name\":\"user1 \",\"email\":\"user77@demo.com\",\"phone\":\"+919545467894\",\"address\":\"\"}', 'http://localhost/order-successful?id=100053', '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100053', 'order', 'web'),
('b28a388b-a007-4047-8e4c-240bd7e8e6a8', '5', '100', 30.00, NULL, 'order_place', 'order_failed', NULL, 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 0, '2025-12-09 16:22:48', '2025-12-09 16:22:48', '{\"name\":\"user1 \",\"email\":\"user77@demo.com\",\"phone\":\"+919545467894\",\"address\":\"\"}', 'http://localhost/order-successful?id=100055', '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100055', 'order', 'web'),
('33896fb9-5840-4fbb-ae9b-dcf65b587993', '2', '100', 48.00, NULL, 'order_place', 'order_failed', NULL, 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 0, '2025-12-10 14:18:14', '2025-12-10 14:18:14', '{\"name\":\"user2 \",\"email\":\"user2@demo.com\",\"phone\":\"+12125550123\",\"address\":\"\"}', 'http://localhost/order-successful?id=100057', '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100057', 'order', 'web'),
('5aef82d5-7cdf-48b4-84ef-4dedd95c6a32', '1', '100', 360.00, NULL, 'order_place', 'order_failed', 'pi_3SsfiPHTAHWwyrB60w4m6uQ5', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2026-01-23 08:27:13', '2026-01-23 08:27:40', '{\"name\":\"user demo\",\"email\":\"user@demo.com\",\"phone\":\"+919876543210\",\"address\":\"\"}', 'https://mxlovox.atharvatek.com/order-successful?id=100058', '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100058', 'order', 'web'),
('e99ec42c-9921-463e-afa4-243ddd521a76', '1', '100', 18.20, NULL, 'order_place', 'order_failed', 'pi_3SuUJvHTAHWwyrB60oxzXmxo', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2026-01-28 08:40:15', '2026-01-28 08:41:59', '{\"name\":\"user demo\",\"email\":\"user@demo.com\",\"phone\":\"+919876543210\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100059', 'order', NULL),
('fd3ec7cb-53d2-4231-9e2f-1f1807ac4260', '1', '100', 21.00, NULL, 'order_place', 'order_failed', 'pi_3SuUovHTAHWwyrB61XjpCFqn', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2026-01-28 09:13:45', '2026-01-28 09:13:59', '{\"name\":\"user demo\",\"email\":\"user@demo.com\",\"phone\":\"+919876543210\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100060', 'order', NULL),
('76993369-e7fe-4db4-8060-738a7a30d561', '1', '100', 243.00, NULL, 'order_place', 'order_failed', 'pi_3SuUupHTAHWwyrB603ObasQM', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2026-01-28 09:19:52', '2026-01-28 09:20:05', '{\"name\":\"user demo\",\"email\":\"user@demo.com\",\"phone\":\"+919876543210\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100061', 'order', NULL),
('34ef3633-75ff-4217-b6a4-b190c78070ca', '1', '100', 16.00, NULL, 'order_place', 'order_failed', 'pi_3SuV1UHTAHWwyrB60xZox9hW', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2026-01-28 09:26:41', '2026-01-28 09:26:58', '{\"name\":\"user demo\",\"email\":\"user@demo.com\",\"phone\":\"+919876543210\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100062', 'order', NULL),
('2daa2e35-7609-495e-ac46-1cc6f2a112be', '1', '100', 27.00, NULL, 'order_place', 'order_failed', 'pi_3SuV6vHTAHWwyrB61nGAdkzs', 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 1, '2026-01-28 09:32:20', '2026-01-28 09:32:35', '{\"name\":\"user demo\",\"email\":\"user@demo.com\",\"phone\":\"+919876543210\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100063', 'order', NULL),
('ebc28f20-ded7-48ed-aa7c-63335c18b0d3', '1', '100', 2007.60, NULL, 'order_place', 'order_failed', NULL, 'USD', 'stripe', '{\"business_name\":\"MXLovo\",\"business_logo\":\"https:\\/\\/admin.mxlovo.mimeld.com\\/storage\\/app\\/public\\/business\\/2025-10-22-68f86850e986b.png\"}', 0, '2026-01-30 10:24:36', '2026-01-30 10:24:36', '{\"name\":\"user demo\",\"email\":\"user@demo.com\",\"phone\":\"+919876543210\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100064', 'order', 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, 9, NULL, 1, NULL, '2025-10-22 01:36:00', '2025-10-22 01:36:00', 1),
(2, 14, NULL, 1, NULL, '2025-10-22 01:40:07', '2025-10-22 01:40:07', 1),
(3, 18, NULL, 1, NULL, '2025-10-22 01:42:39', '2025-10-22 01:42:39', 1),
(4, 28, NULL, 1, NULL, '2025-10-22 01:58:46', '2025-10-22 01:58:46', 1),
(5, 32, NULL, 1, NULL, '2025-10-22 02:05:45', '2025-10-22 02:05:45', 1),
(6, 33, NULL, 1, NULL, '2025-10-22 02:08:10', '2025-10-22 02:08:10', 1),
(7, 37, NULL, 1, NULL, '2025-10-22 02:12:25', '2025-10-22 02:12:25', 1),
(8, 39, NULL, 0, NULL, '2025-10-22 02:17:48', '2025-10-22 02:17:48', 0),
(9, 41, NULL, 1, NULL, '2025-10-22 02:22:35', '2025-10-22 02:22:35', 1),
(10, 44, NULL, 1, NULL, '2025-10-22 02:25:33', '2025-10-22 02:25:33', 1),
(11, 46, NULL, 1, NULL, '2025-10-22 02:28:53', '2025-10-22 02:28:53', 1),
(12, 50, NULL, 1, NULL, '2025-10-22 03:05:32', '2025-10-22 03:05:32', 1),
(13, 52, NULL, 1, NULL, '2025-10-22 03:08:24', '2025-10-22 03:08:24', 1),
(14, 55, NULL, 0, NULL, '2025-10-22 03:12:30', '2025-10-22 03:12:30', 0),
(15, 58, NULL, 1, NULL, '2025-10-22 03:14:12', '2025-10-22 03:14:12', 1),
(16, 62, NULL, 1, NULL, '2025-10-22 03:16:45', '2025-10-22 03:16:45', 1),
(17, 67, NULL, 1, NULL, '2025-10-22 03:21:11', '2025-10-22 03:21:11', 1),
(18, 70, NULL, 0, NULL, '2025-10-22 03:22:55', '2025-10-22 03:22:55', 0),
(19, 73, NULL, 1, NULL, '2025-10-22 03:24:27', '2025-10-22 03:24:27', 1),
(20, 77, NULL, 1, NULL, '2025-10-22 03:26:54', '2025-10-22 03:26:54', 1),
(21, 81, NULL, 1, NULL, '2025-10-22 03:30:54', '2025-10-22 03:30:54', 1),
(22, 86, NULL, 1, NULL, '2025-10-22 03:35:46', '2025-10-22 03:35:46', 1),
(23, 90, NULL, 1, NULL, '2025-10-22 03:42:44', '2025-10-22 03:42:44', 1),
(24, 93, NULL, 1, NULL, '2025-10-22 03:47:12', '2025-10-22 03:47:12', 1),
(25, 94, NULL, 1, NULL, '2025-10-22 03:49:23', '2025-10-22 03:49:23', 1),
(26, 98, NULL, 1, NULL, '2025-10-22 03:55:41', '2025-10-22 03:55:41', 1),
(27, 99, NULL, 1, NULL, '2025-10-22 03:57:25', '2025-10-22 03:57:25', 1),
(28, 101, NULL, 1, NULL, '2025-10-22 03:59:08', '2025-10-22 03:59:08', 1),
(29, 102, NULL, 1, NULL, '2025-10-22 04:00:41', '2025-10-22 04:00:41', 1),
(30, 104, NULL, 1, NULL, '2025-10-22 04:02:15', '2025-10-22 04:02:15', 1),
(31, 106, NULL, 1, NULL, '2025-10-22 04:04:15', '2025-10-22 04:04:15', 1),
(32, 107, NULL, 1, NULL, '2025-10-22 04:05:38', '2025-10-22 04:05:38', 1),
(33, 109, NULL, 1, NULL, '2025-10-22 04:07:56', '2025-10-22 04:07:56', 1),
(34, 111, NULL, 1, NULL, '2025-10-22 04:09:58', '2025-10-22 04:09:58', 1),
(35, 113, NULL, 1, NULL, '2025-10-22 04:12:58', '2025-10-22 04:12:58', 1),
(36, 115, NULL, 1, NULL, '2025-10-22 04:14:46', '2025-10-22 04:14:46', 1),
(37, 116, NULL, 1, NULL, '2025-10-22 04:18:56', '2025-10-22 04:18:56', 1),
(38, 117, NULL, 1, NULL, '2025-10-22 04:20:14', '2025-10-22 04:20:14', 1),
(39, 120, NULL, 1, NULL, '2025-10-22 04:23:36', '2025-10-22 04:23:36', 1),
(40, 125, NULL, 1, NULL, '2025-10-22 04:41:03', '2025-10-22 04:41:03', 0),
(41, 127, NULL, 1, NULL, '2025-10-22 04:43:14', '2025-10-22 04:43:14', 1),
(42, 128, NULL, 1, NULL, '2025-10-22 04:44:36', '2025-10-22 04:44:36', 1),
(43, 130, NULL, 1, NULL, '2025-10-22 04:46:51', '2025-10-22 04:46:51', 1),
(44, 132, NULL, 1, NULL, '2025-10-22 04:48:05', '2025-10-22 04:48:05', 1),
(45, 134, NULL, 1, NULL, '2025-10-22 05:05:12', '2025-10-22 05:05:12', 1),
(46, 136, NULL, 1, NULL, '2025-10-22 05:12:30', '2025-10-22 05:12:30', 1),
(47, 159, 0, 1, NULL, '2025-10-23 15:07:55', '2025-10-23 15:07:55', 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;

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

--
-- 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, 34.40, 'adjustment', 'delivery_man_wallet_adjustment_full', '2025-11-07 11:04:57', '2025-11-07 11:04:57'),
(2, 2, 75.00, 'adjustment', 'delivery_man_wallet_adjustment_partial', '2025-12-02 12:16:15', '2025-12-02 12:16:15');

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

--
-- 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-11-19-673c3d240ab31.png', 'def.png', 1, '2023-08-16 00:05:42', '2024-11-18 19:24:20');

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

--
-- 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, 1, NULL, 'admin', 'Delivery Man Withdraw List', 'admin/transactions/delivery-man/withdraw_list', 'https://admin.mxlovo.mimeld.com/admin/transactions/delivery-man/withdraw_list?keyword=with', 'with', '2025-10-24 14:50:31', '2025-10-24 14:50:31');

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

--
-- 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, 'I ordered the wrong food', 1, '2023-08-16 23:39:23', '2023-08-16 23:39:23');

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

--
-- 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;

--
-- Dumping data for table `reviews`
--

INSERT INTO `reviews` (`id`, `item_id`, `user_id`, `comment`, `attachment`, `rating`, `order_id`, `created_at`, `updated_at`, `item_campaign_id`, `status`, `module_id`, `store_id`, `reply`, `review_id`, `replied_at`) VALUES
(1, 16, 2, 'Best rice for Khichadi love it...', '[]', 3, 100020, '2025-10-24 16:03:39', '2025-10-24 16:03:39', NULL, 1, 1, NULL, NULL, '100020', NULL),
(2, 125, 4, 'Nice product', '[]', 2, 100043, '2025-11-07 09:33:58', '2025-11-07 09:33:58', NULL, 1, 2, NULL, NULL, '100043', NULL);

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

--
-- 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;

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

--
-- 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', '2025-10-23 02:11:18', '2025-10-23 02:11:18'),
(2, 'App\\Models\\BusinessSetting', '96', NULL, 'public', '2025-10-23 02:11:18', '2025-10-23 02:11:18'),
(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-01-30 04:27:59', '2026-01-30 04:27:59'),
(10, 'App\\Models\\DataSetting', '24', NULL, 'public', '2025-10-22 06:28:17', '2025-10-22 06:28:17'),
(11, 'App\\Models\\DataSetting', '25', NULL, 'public', '2025-10-22 06:28:17', '2025-10-22 06:28:17'),
(12, 'App\\Models\\DataSetting', '26', NULL, 'public', '2025-10-22 06:28:17', '2025-10-22 06:28:17'),
(13, 'App\\Models\\AdminFeature', '1', 'image', 'public', '2024-11-18 18:48:57', '2024-11-18 18:48:57'),
(14, 'App\\Models\\AdminFeature', '2', 'image', 'public', '2024-11-18 18:39:43', '2024-11-18 18:39:43'),
(15, 'App\\Models\\AdminFeature', '3', 'image', 'public', '2024-11-18 18:40:11', '2024-11-18 18:40:11'),
(16, 'App\\Models\\AdminFeature', '4', 'image', 'public', '2024-11-18 18:40:34', '2024-11-18 18:40:34'),
(17, 'App\\Models\\DataSetting', '18', NULL, 'public', '2024-11-18 18:44:03', '2024-11-18 18:44:03'),
(18, 'App\\Models\\DataSetting', '20', NULL, 'public', '2024-11-18 18:44:42', '2024-11-18 18:44:42'),
(19, 'App\\Models\\AdminPromotionalBanner', '1', 'image', 'public', '2025-10-23 00:36:16', '2025-10-23 00:36:16'),
(20, 'App\\Models\\AdminSpecialCriteria', '2', 'image', 'public', '2024-11-18 18:54:18', '2024-11-18 18:54:18'),
(21, 'App\\Models\\AdminSpecialCriteria', '3', 'image', 'public', '2024-11-18 18:54:44', '2024-11-18 18:54:44'),
(22, 'App\\Models\\AdminSpecialCriteria', '4', 'image', 'public', '2024-11-18 18:55:09', '2024-11-18 18:55:09'),
(23, 'App\\Models\\AdminSpecialCriteria', '5', 'image', 'public', '2024-11-18 18:55:34', '2024-11-18 18:55:34'),
(24, 'App\\Models\\AdminSpecialCriteria', '6', 'image', 'public', '2024-11-18 18:55:59', '2024-11-18 18:55:59'),
(25, 'App\\Models\\AdminSpecialCriteria', '7', 'image', 'public', '2024-11-18 18:57:27', '2024-11-18 18:57:27'),
(26, 'App\\Models\\DataSetting', '29', NULL, 'public', '2025-10-23 00:16:21', '2025-10-23 00:16:21'),
(27, 'App\\Models\\DataSetting', '30', NULL, 'public', '2025-10-23 00:16:21', '2025-10-23 00:16:21'),
(28, 'App\\Models\\DataSetting', '31', NULL, 'public', '2025-10-23 00:16:21', '2025-10-23 00:16:21'),
(29, 'App\\Models\\Module', '1', 'thumbnail', 'public', '2024-11-18 19:00:57', '2024-11-18 19:00:57'),
(30, 'App\\Models\\DataSetting', '34', NULL, 'public', '2024-11-18 23:59:56', '2024-11-18 23:59:56'),
(31, 'App\\Models\\DataSetting', '35', NULL, 'public', '2024-11-18 23:59:56', '2024-11-18 23:59:56'),
(32, 'App\\Models\\DataSetting', '36', NULL, 'public', '2024-11-18 23:59:56', '2024-11-18 23:59:56'),
(33, 'App\\Models\\DataSetting', '37', NULL, 'public', '2024-11-18 23:59:56', '2024-11-18 23:59:56'),
(34, 'App\\Models\\DataSetting', '38', NULL, 'public', '2024-11-18 23:59:56', '2024-11-18 23:59:56'),
(35, 'App\\Models\\DataSetting', '58', NULL, 'public', '2025-10-23 01:54:42', '2025-10-23 01:54:42'),
(36, 'App\\Models\\ReactTestimonial', '1', 'reviewer_image', 'public', '2024-11-18 19:24:20', '2024-11-18 19:24:20'),
(37, 'App\\Models\\DataSetting', '59', NULL, 'public', '2024-11-18 19:24:41', '2024-11-18 19:24:41'),
(38, 'App\\Models\\DataSetting', '60', NULL, 'public', '2024-11-18 19:24:41', '2024-11-18 19:24:41'),
(39, 'App\\Models\\DataSetting', '61', NULL, 'public', '2024-11-18 19:24:41', '2024-11-18 19:24:41'),
(40, 'App\\Models\\DataSetting', '64', NULL, 'public', '2024-11-18 19:27:23', '2024-11-18 19:27:23'),
(41, 'App\\Models\\DataSetting', '68', NULL, 'public', '2024-11-18 23:56:42', '2024-11-18 23:56:42'),
(42, 'App\\Models\\DataSetting', '69', NULL, 'public', '2024-11-18 23:56:42', '2024-11-18 23:56:42'),
(43, 'App\\Models\\DataSetting', '70', NULL, 'public', '2024-11-18 23:56:42', '2024-11-18 23:56:42'),
(44, 'App\\Models\\DataSetting', '82', NULL, 'public', '2024-11-18 19:34:56', '2024-11-18 19:34:56'),
(45, 'App\\Models\\DataSetting', '83', NULL, 'public', '2024-11-18 19:34:56', '2024-11-18 19:34:56'),
(46, 'App\\Models\\DataSetting', '84', NULL, 'public', '2024-11-18 19:34:56', '2024-11-18 19:34:56'),
(47, 'App\\Models\\Category', '1', 'image', 'public', '2024-11-18 19:36:27', '2024-11-18 19:36:27'),
(48, 'App\\Models\\Store', '1', 'logo', 'public', '2024-11-18 19:37:46', '2024-11-18 19:37:46'),
(49, 'App\\Models\\Store', '1', 'cover_photo', 'public', '2024-11-18 19:37:46', '2024-11-18 19:37:46'),
(50, 'App\\Models\\Item', '1', 'image', 'public', '2024-11-18 19:38:53', '2024-11-18 19:38:53'),
(51, 'App\\Models\\Item', '1', 'images', 'public', '2024-11-18 19:38:53', '2024-11-18 19:38:53'),
(52, 'App\\Models\\Banner', '1', 'image', 'public', '2024-11-18 19:45:54', '2024-11-18 19:45:54'),
(53, 'App\\Models\\BusinessSetting', '149', NULL, 'public', '2025-10-23 02:11:18', '2025-10-23 02:11:18'),
(54, 'App\\Models\\BusinessSetting', '16', NULL, 'public', '2025-10-23 02:11:18', '2025-10-23 02:11:18'),
(55, 'App\\Models\\BusinessSetting', '17', NULL, 'public', '2025-10-23 02:11:18', '2025-10-23 02:11:18'),
(56, 'App\\Models\\BusinessSetting', '37', NULL, 'public', '2025-10-23 02:11:18', '2025-10-23 02:11:18'),
(57, 'App\\Models\\BusinessSetting', '114', NULL, 'public', '2025-10-23 02:11:18', '2025-10-23 02:11:18'),
(58, 'App\\Models\\BusinessSetting', '19', NULL, 'public', '2025-10-23 02:11:18', '2025-10-23 02:11:18'),
(59, 'App\\Models\\BusinessSetting', '20', NULL, 'public', '2025-10-23 02:11:18', '2025-10-23 02:11:18'),
(60, 'App\\Models\\BusinessSetting', '21', NULL, 'public', '2025-10-23 02:11:18', '2025-10-23 02:11:18'),
(61, 'App\\Models\\BusinessSetting', '22', NULL, 'public', '2025-10-23 02:11:18', '2025-10-23 02:11:18'),
(62, 'App\\Models\\BusinessSetting', '115', NULL, 'public', '2025-10-23 02:11:18', '2025-10-23 02:11:18'),
(63, 'App\\Models\\BusinessSetting', '27', NULL, 'public', '2025-02-18 17:36:18', '2025-02-18 17:36:18'),
(64, 'App\\Models\\BusinessSetting', '28', NULL, 'public', '2025-02-18 17:36:18', '2025-02-18 17:36:18'),
(65, 'App\\Models\\BusinessSetting', '39', NULL, 'public', '2025-10-23 02:11:18', '2025-10-23 02:11:18'),
(66, 'App\\Models\\BusinessSetting', '116', NULL, 'public', '2025-02-18 17:36:18', '2025-02-18 17:36:18'),
(67, 'App\\Models\\BusinessSetting', '59', NULL, 'public', '2025-10-23 02:11:18', '2025-10-23 02:11:18'),
(68, 'App\\Models\\BusinessSetting', '117', NULL, 'public', '2025-10-23 02:11:18', '2025-10-23 02:11:18'),
(69, 'App\\Models\\BusinessSetting', '118', NULL, 'public', '2025-10-23 02:11:18', '2025-10-23 02:11:18'),
(70, 'App\\Models\\BusinessSetting', '42', NULL, 'public', '2025-02-18 17:36:18', '2025-02-18 17:36:18'),
(71, 'App\\Models\\BusinessSetting', '43', NULL, 'public', '2025-10-23 02:11:18', '2025-10-23 02:11:18'),
(72, 'App\\Models\\BusinessSetting', '44', NULL, 'public', '2025-10-23 02:11:18', '2025-10-23 02:11:18'),
(73, 'App\\Models\\BusinessSetting', '46', NULL, 'public', '2025-10-23 02:11:18', '2025-10-23 02:11:18'),
(74, 'App\\Models\\BusinessSetting', '73', NULL, 'public', '2025-10-23 02:11:18', '2025-10-23 02:11:18'),
(75, 'App\\Models\\BusinessSetting', '119', NULL, 'public', '2025-10-23 02:11:18', '2025-10-23 02:11:18'),
(76, 'App\\Models\\BusinessSetting', '120', NULL, 'public', '2025-10-23 02:11:18', '2025-10-23 02:11:18'),
(77, 'App\\Models\\BusinessSetting', '51', NULL, 'public', '2025-10-23 02:11:18', '2025-10-23 02:11:18'),
(78, 'App\\Models\\BusinessSetting', '121', NULL, 'public', '2025-10-23 02:11:18', '2025-10-23 02:11:18'),
(79, 'App\\Models\\BusinessSetting', '122', NULL, 'public', '2025-10-23 02:11:18', '2025-10-23 02:11:18'),
(80, 'App\\Models\\BusinessSetting', '123', NULL, 'public', '2025-10-23 02:11:19', '2025-10-23 02:11:19'),
(81, 'App\\Models\\BusinessSetting', '138', NULL, 'public', '2025-10-23 02:11:19', '2025-10-23 02:11:19'),
(82, 'App\\Models\\BusinessSetting', '79', NULL, 'public', '2025-10-23 02:11:19', '2025-10-23 02:11:19'),
(83, 'App\\Models\\BusinessSetting', '84', NULL, 'public', '2025-10-23 02:11:19', '2025-10-23 02:11:19'),
(84, 'App\\Models\\BusinessSetting', '95', NULL, 'public', '2025-10-23 02:11:19', '2025-10-23 02:11:19'),
(85, 'App\\Models\\BusinessSetting', '125', NULL, 'public', '2025-10-23 02:11:19', '2025-10-23 02:11:19'),
(86, 'App\\Models\\BusinessSetting', '140', NULL, 'public', '2025-10-23 02:11:19', '2025-10-23 02:11:19'),
(87, 'App\\Models\\BusinessSetting', '141', NULL, 'public', '2025-10-23 02:11:19', '2025-10-23 02:11:19'),
(88, 'App\\Models\\BusinessSetting', '151', NULL, 'public', '2025-10-22 00:09:06', '2025-10-22 00:09:06'),
(89, 'App\\Models\\BusinessSetting', '152', NULL, 'public', '2025-10-22 00:11:47', '2025-10-22 00:11:47'),
(90, 'App\\Models\\BusinessSetting', '153', NULL, 'public', '2025-10-22 00:11:47', '2025-10-22 00:11:47'),
(91, 'App\\Models\\BusinessSetting', '24', NULL, 'public', '2025-10-23 01:07:33', '2025-10-23 01:07:33'),
(92, 'App\\Models\\BusinessSetting', '64', NULL, 'public', '2025-10-23 01:07:33', '2025-10-23 01:07:33'),
(93, 'App\\Models\\BusinessSetting', '29', NULL, 'public', '2025-10-22 00:13:43', '2025-10-22 00:13:43'),
(94, 'App\\Models\\BusinessSetting', '154', NULL, 'public', '2025-10-23 02:11:18', '2025-10-23 02:11:18'),
(95, 'App\\Models\\Category', '43', 'image', 'public', '2025-10-22 00:56:57', '2025-10-22 00:56:57'),
(96, 'App\\Models\\Category', '44', 'image', 'public', '2025-10-22 00:57:20', '2025-10-22 00:57:20'),
(97, 'App\\Models\\Store', '30', 'logo', 'public', '2025-10-22 00:59:56', '2025-10-22 00:59:56'),
(98, 'App\\Models\\Store', '30', 'cover_photo', 'public', '2025-10-22 00:59:56', '2025-10-22 00:59:56'),
(99, 'App\\Models\\Store', '31', 'logo', 'public', '2025-10-22 01:03:38', '2025-10-22 01:03:38'),
(100, 'App\\Models\\Store', '31', 'cover_photo', 'public', '2025-10-23 01:13:37', '2025-10-23 01:13:37'),
(101, 'App\\Models\\Store', '32', 'logo', 'public', '2025-10-22 01:07:10', '2025-10-22 01:07:10'),
(102, 'App\\Models\\Store', '32', 'cover_photo', 'public', '2025-10-23 01:14:22', '2025-10-23 01:14:22'),
(103, 'App\\Models\\Store', '33', 'logo', 'public', '2025-10-22 01:09:37', '2025-10-22 01:09:37'),
(104, 'App\\Models\\Store', '33', 'cover_photo', 'public', '2025-10-23 01:23:58', '2025-10-23 01:23:58'),
(105, 'App\\Models\\Store', '34', 'logo', 'public', '2025-10-22 01:09:54', '2025-10-22 01:09:54'),
(106, 'App\\Models\\Store', '34', 'cover_photo', 'public', '2025-10-23 01:13:57', '2025-10-23 01:13:57'),
(107, 'App\\Models\\Store', '35', 'logo', 'public', '2025-10-22 01:12:49', '2025-10-22 01:12:49'),
(108, 'App\\Models\\Store', '35', 'cover_photo', 'public', '2025-10-22 01:12:49', '2025-10-22 01:12:49'),
(109, 'App\\Models\\DeliveryMan', '1', 'image', 'public', '2025-10-22 01:13:11', '2025-10-22 01:13:11'),
(110, 'App\\Models\\Store', '36', 'logo', 'public', '2025-10-22 01:21:08', '2025-10-22 01:21:08'),
(111, 'App\\Models\\Store', '36', 'cover_photo', 'public', '2025-10-22 01:21:08', '2025-10-22 01:21:08'),
(112, 'App\\Models\\Store', '37', 'logo', 'public', '2025-10-22 01:22:38', '2025-10-22 01:22:38'),
(113, 'App\\Models\\Store', '37', 'cover_photo', 'public', '2025-10-23 01:23:42', '2025-10-23 01:23:42'),
(114, 'App\\Models\\Store', '38', 'logo', 'public', '2025-10-22 01:24:59', '2025-10-22 01:24:59'),
(115, 'App\\Models\\Store', '38', 'cover_photo', 'public', '2025-10-22 01:24:59', '2025-10-22 01:24:59'),
(116, 'App\\Models\\Item', '2', 'image', 'public', '2025-10-22 01:25:21', '2025-10-22 01:25:21'),
(117, 'App\\Models\\Item', '2', 'images', 'public', '2025-10-22 01:25:21', '2025-10-22 01:25:21'),
(118, 'App\\Models\\Store', '39', 'logo', 'public', '2025-10-22 01:25:52', '2025-10-22 01:25:52'),
(119, 'App\\Models\\Store', '39', 'cover_photo', 'public', '2025-10-23 01:23:21', '2025-10-23 01:23:21'),
(120, 'App\\Models\\Store', '40', 'logo', 'public', '2025-10-22 01:27:41', '2025-10-22 01:27:41'),
(121, 'App\\Models\\Store', '40', 'cover_photo', 'public', '2025-10-22 01:27:41', '2025-10-22 01:27:41'),
(122, 'App\\Models\\Item', '3', 'image', 'public', '2025-10-22 01:29:30', '2025-10-22 01:29:30'),
(123, 'App\\Models\\Item', '3', 'images', 'public', '2025-10-22 01:29:30', '2025-10-22 01:29:30'),
(124, 'App\\Models\\Store', '41', 'logo', 'public', '2025-10-22 01:29:50', '2025-10-22 01:29:50'),
(125, 'App\\Models\\Store', '41', 'cover_photo', 'public', '2025-10-22 01:29:50', '2025-10-22 01:29:50'),
(126, 'App\\Models\\Item', '4', 'image', 'public', '2025-10-22 01:32:24', '2025-10-22 01:32:24'),
(127, 'App\\Models\\Item', '4', 'images', 'public', '2025-10-22 01:32:24', '2025-10-22 01:32:24'),
(128, 'App\\Models\\Item', '5', 'image', 'public', '2025-10-22 01:33:40', '2025-10-22 01:33:40'),
(129, 'App\\Models\\Item', '5', 'images', 'public', '2025-10-22 01:33:40', '2025-10-22 01:33:40'),
(130, 'App\\Models\\Item', '6', 'image', 'public', '2025-10-22 01:33:45', '2025-10-22 01:33:45'),
(131, 'App\\Models\\Item', '6', 'images', 'public', '2025-10-22 01:33:45', '2025-10-22 01:33:45'),
(132, 'App\\Models\\Item', '7', 'image', 'public', '2025-10-22 01:34:49', '2025-10-22 01:34:49'),
(133, 'App\\Models\\Item', '7', 'images', 'public', '2025-10-22 01:34:49', '2025-10-22 01:34:49'),
(134, 'App\\Models\\Item', '8', 'image', 'public', '2025-10-22 01:35:58', '2025-10-22 01:35:58'),
(135, 'App\\Models\\Item', '8', 'images', 'public', '2025-10-22 01:35:58', '2025-10-22 01:35:58'),
(136, 'App\\Models\\Item', '9', 'image', 'public', '2025-10-22 01:36:00', '2025-10-22 01:36:00'),
(137, 'App\\Models\\Item', '9', 'images', 'public', '2025-10-22 01:36:00', '2025-10-22 01:36:00'),
(138, 'App\\Models\\Item', '10', 'image', 'public', '2025-10-22 01:37:12', '2025-10-22 01:37:12'),
(139, 'App\\Models\\Item', '10', 'images', 'public', '2025-10-22 01:37:12', '2025-10-22 01:37:12'),
(140, 'App\\Models\\Item', '11', 'image', 'public', '2025-10-22 01:38:23', '2025-10-22 01:38:23'),
(141, 'App\\Models\\Item', '11', 'images', 'public', '2025-10-22 01:38:23', '2025-10-22 01:38:23'),
(142, 'App\\Models\\Item', '12', 'image', 'public', '2025-10-22 01:39:12', '2025-10-22 01:39:12'),
(143, 'App\\Models\\Item', '12', 'images', 'public', '2025-10-22 01:39:12', '2025-10-22 01:39:12'),
(144, 'App\\Models\\Item', '13', 'image', 'public', '2025-10-22 01:39:51', '2025-10-22 01:39:51'),
(145, 'App\\Models\\Item', '13', 'images', 'public', '2025-10-22 01:39:51', '2025-10-22 01:39:51'),
(146, 'App\\Models\\Item', '14', 'image', 'public', '2025-10-22 01:40:07', '2025-10-22 01:40:07'),
(147, 'App\\Models\\Item', '14', 'images', 'public', '2025-10-22 01:40:07', '2025-10-22 01:40:07'),
(148, 'App\\Models\\Item', '15', 'image', 'public', '2025-10-22 01:41:07', '2025-10-22 01:41:07'),
(149, 'App\\Models\\Item', '15', 'images', 'public', '2025-10-22 01:41:07', '2025-10-22 01:41:07'),
(150, 'App\\Models\\Item', '16', 'image', 'public', '2025-10-22 01:41:20', '2025-10-22 01:41:20'),
(151, 'App\\Models\\Item', '16', 'images', 'public', '2025-10-22 01:41:20', '2025-10-22 01:41:20'),
(152, 'App\\Models\\Item', '17', 'image', 'public', '2025-10-22 01:42:12', '2025-10-22 01:42:12'),
(153, 'App\\Models\\Item', '17', 'images', 'public', '2025-10-22 01:42:12', '2025-10-22 01:42:12'),
(154, 'App\\Models\\Item', '18', 'image', 'public', '2025-10-22 01:42:39', '2025-10-22 01:42:39'),
(155, 'App\\Models\\Item', '18', 'images', 'public', '2025-10-22 01:42:39', '2025-10-22 01:42:39'),
(156, 'App\\Models\\Item', '19', 'image', 'public', '2025-10-22 01:43:19', '2025-10-22 01:43:19'),
(157, 'App\\Models\\Item', '19', 'images', 'public', '2025-10-22 01:43:19', '2025-10-22 01:43:19'),
(158, 'App\\Models\\Item', '20', 'image', 'public', '2025-10-22 01:44:06', '2025-10-22 01:44:06'),
(159, 'App\\Models\\Item', '20', 'images', 'public', '2025-10-22 01:44:06', '2025-10-22 01:44:06'),
(160, 'App\\Models\\Item', '21', 'image', 'public', '2025-10-22 01:44:30', '2025-10-22 01:44:30'),
(161, 'App\\Models\\Item', '21', 'images', 'public', '2025-10-22 01:44:30', '2025-10-22 01:44:30'),
(162, 'App\\Models\\Item', '22', 'image', 'public', '2025-10-22 01:45:37', '2025-10-22 01:45:37'),
(163, 'App\\Models\\Item', '22', 'images', 'public', '2025-10-22 01:45:37', '2025-10-22 01:45:37'),
(164, 'App\\Models\\Item', '23', 'image', 'public', '2025-10-22 01:46:40', '2025-10-22 01:46:40'),
(165, 'App\\Models\\Item', '23', 'images', 'public', '2025-10-22 01:46:40', '2025-10-22 01:46:40'),
(166, 'App\\Models\\Item', '24', 'image', 'public', '2025-10-22 01:47:58', '2025-10-22 01:47:58'),
(167, 'App\\Models\\Item', '24', 'images', 'public', '2025-10-22 01:47:58', '2025-10-22 01:47:58'),
(168, 'App\\Models\\Item', '25', 'image', 'public', '2025-10-22 01:49:41', '2025-10-22 01:49:41'),
(169, 'App\\Models\\Item', '25', 'images', 'public', '2025-10-22 01:49:41', '2025-10-22 01:49:41'),
(170, 'App\\Models\\Item', '26', 'image', 'public', '2025-10-22 01:51:28', '2025-10-22 01:51:28'),
(171, 'App\\Models\\Item', '26', 'images', 'public', '2025-10-22 01:51:28', '2025-10-22 01:51:28'),
(172, 'App\\Models\\UserInfo', '1', 'image', 'public', '2025-10-22 01:54:02', '2025-10-22 01:54:02'),
(173, 'App\\Models\\Item', '27', 'image', 'public', '2025-10-22 01:58:25', '2025-10-22 01:58:25'),
(174, 'App\\Models\\Item', '27', 'images', 'public', '2025-10-22 01:58:25', '2025-10-22 01:58:25'),
(175, 'App\\Models\\Item', '28', 'image', 'public', '2025-10-22 01:58:46', '2025-10-22 01:58:46'),
(176, 'App\\Models\\Item', '28', 'images', 'public', '2025-10-22 01:58:46', '2025-10-22 01:58:46'),
(177, 'App\\Models\\Item', '29', 'image', 'public', '2025-10-22 02:01:07', '2025-10-22 02:01:07'),
(178, 'App\\Models\\Item', '29', 'images', 'public', '2025-10-22 02:01:07', '2025-10-22 02:01:07'),
(179, 'App\\Models\\Item', '30', 'image', 'public', '2025-10-22 02:03:12', '2025-10-22 02:03:12'),
(180, 'App\\Models\\Item', '30', 'images', 'public', '2025-10-22 02:03:12', '2025-10-22 02:03:12'),
(181, 'App\\Models\\Item', '31', 'image', 'public', '2025-10-22 02:05:06', '2025-10-22 02:05:06'),
(182, 'App\\Models\\Item', '31', 'images', 'public', '2025-10-22 02:05:06', '2025-10-22 02:05:06'),
(183, 'App\\Models\\Store', '42', 'logo', 'public', '2025-10-22 02:05:14', '2025-10-22 02:05:14'),
(184, 'App\\Models\\Store', '42', 'cover_photo', 'public', '2025-10-22 02:05:14', '2025-10-22 02:05:14'),
(185, 'App\\Models\\Item', '32', 'image', 'public', '2025-10-22 02:05:45', '2025-10-22 02:05:45'),
(186, 'App\\Models\\Item', '32', 'images', 'public', '2025-10-22 02:05:45', '2025-10-22 02:05:45'),
(187, 'App\\Models\\Store', '43', 'logo', 'public', '2025-10-22 02:07:38', '2025-10-22 02:07:38'),
(188, 'App\\Models\\Store', '43', 'cover_photo', 'public', '2025-10-22 02:07:38', '2025-10-22 02:07:38'),
(189, 'App\\Models\\Item', '33', 'image', 'public', '2025-10-22 02:08:10', '2025-10-22 02:08:10'),
(190, 'App\\Models\\Item', '33', 'images', 'public', '2025-10-22 02:08:10', '2025-10-22 02:08:10'),
(191, 'App\\Models\\Item', '34', 'image', 'public', '2025-10-22 02:08:32', '2025-10-22 02:08:32'),
(192, 'App\\Models\\Item', '34', 'images', 'public', '2025-10-22 02:08:32', '2025-10-22 02:08:32'),
(193, 'App\\Models\\Item', '35', 'image', 'public', '2025-10-22 02:10:06', '2025-10-22 02:10:06'),
(194, 'App\\Models\\Item', '35', 'images', 'public', '2025-10-22 02:10:06', '2025-10-22 02:10:06'),
(195, 'App\\Models\\Item', '36', 'image', 'public', '2025-10-22 02:12:20', '2025-10-22 02:12:20'),
(196, 'App\\Models\\Item', '36', 'images', 'public', '2025-10-22 02:12:20', '2025-10-22 02:12:20'),
(197, 'App\\Models\\Item', '37', 'image', 'public', '2025-10-22 02:12:25', '2025-10-22 02:12:25'),
(198, 'App\\Models\\Item', '37', 'images', 'public', '2025-10-22 02:12:25', '2025-10-22 02:12:25'),
(199, 'App\\Models\\Item', '38', 'image', 'public', '2025-10-22 02:17:47', '2025-10-22 02:17:47'),
(200, 'App\\Models\\Item', '38', 'images', 'public', '2025-10-22 02:17:47', '2025-10-22 02:17:47'),
(201, 'App\\Models\\Item', '39', 'image', 'public', '2025-10-22 02:17:48', '2025-10-22 02:17:48'),
(202, 'App\\Models\\Item', '39', 'images', 'public', '2025-10-22 02:17:48', '2025-10-22 02:17:48'),
(203, 'App\\Models\\Item', '40', 'image', 'public', '2025-10-22 02:20:33', '2025-10-22 02:20:33'),
(204, 'App\\Models\\Item', '40', 'images', 'public', '2025-10-22 02:20:33', '2025-10-22 02:20:33'),
(205, 'App\\Models\\Item', '41', 'image', 'public', '2025-10-22 02:22:35', '2025-10-22 02:22:35'),
(206, 'App\\Models\\Item', '41', 'images', 'public', '2025-10-22 02:22:35', '2025-10-22 02:22:35'),
(207, 'App\\Models\\Item', '42', 'image', 'public', '2025-10-22 02:23:11', '2025-10-22 02:23:11'),
(208, 'App\\Models\\Item', '42', 'images', 'public', '2025-10-22 02:23:11', '2025-10-22 02:23:11'),
(209, 'App\\Models\\Item', '43', 'image', 'public', '2025-10-22 02:25:13', '2025-10-22 02:25:13'),
(210, 'App\\Models\\Item', '43', 'images', 'public', '2025-10-22 02:25:13', '2025-10-22 02:25:13'),
(211, 'App\\Models\\Item', '44', 'image', 'public', '2025-10-22 02:25:33', '2025-10-22 02:25:33'),
(212, 'App\\Models\\Item', '44', 'images', 'public', '2025-10-22 02:25:33', '2025-10-22 02:25:33'),
(213, 'App\\Models\\Item', '45', 'image', 'public', '2025-10-22 02:27:07', '2025-10-22 02:27:07'),
(214, 'App\\Models\\Item', '45', 'images', 'public', '2025-10-22 02:27:07', '2025-10-22 02:27:07'),
(215, 'App\\Models\\Item', '46', 'image', 'public', '2025-10-22 02:28:53', '2025-10-22 02:28:53'),
(216, 'App\\Models\\Item', '46', 'images', 'public', '2025-10-22 02:28:53', '2025-10-22 02:28:53'),
(217, 'App\\Models\\Item', '47', 'image', 'public', '2025-10-22 02:29:34', '2025-10-22 02:29:34'),
(218, 'App\\Models\\Item', '47', 'images', 'public', '2025-10-22 02:29:34', '2025-10-22 02:29:34'),
(219, 'App\\Models\\Item', '48', 'image', 'public', '2025-10-22 03:00:40', '2025-10-22 03:00:40'),
(220, 'App\\Models\\Item', '48', 'images', 'public', '2025-10-22 03:00:40', '2025-10-22 03:00:40'),
(221, 'App\\Models\\Item', '49', 'image', 'public', '2025-10-22 03:03:53', '2025-10-22 03:03:53'),
(222, 'App\\Models\\Item', '49', 'images', 'public', '2025-10-22 03:03:53', '2025-10-22 03:03:53'),
(223, 'App\\Models\\Item', '50', 'image', 'public', '2025-10-22 03:05:32', '2025-10-22 03:05:32'),
(224, 'App\\Models\\Item', '50', 'images', 'public', '2025-10-22 03:05:32', '2025-10-22 03:05:32'),
(225, 'App\\Models\\Item', '51', 'image', 'public', '2025-10-22 03:06:08', '2025-10-22 03:06:08'),
(226, 'App\\Models\\Item', '51', 'images', 'public', '2025-10-22 03:06:08', '2025-10-22 03:06:08'),
(227, 'App\\Models\\Item', '52', 'image', 'public', '2025-10-22 03:08:24', '2025-10-22 03:08:24'),
(228, 'App\\Models\\Item', '52', 'images', 'public', '2025-10-22 03:08:24', '2025-10-22 03:08:24'),
(229, 'App\\Models\\Store', '44', 'logo', 'public', '2025-10-22 03:08:41', '2025-10-22 03:08:41'),
(230, 'App\\Models\\Store', '44', 'cover_photo', 'public', '2025-10-22 03:08:41', '2025-10-22 03:08:41'),
(231, 'App\\Models\\Item', '53', 'image', 'public', '2025-10-22 03:09:06', '2025-10-22 03:09:06'),
(232, 'App\\Models\\Item', '53', 'images', 'public', '2025-10-22 03:09:06', '2025-10-22 03:09:06'),
(233, 'App\\Models\\Store', '45', 'logo', 'public', '2025-10-22 03:10:42', '2025-10-22 03:10:42'),
(234, 'App\\Models\\Store', '45', 'cover_photo', 'public', '2025-10-22 03:10:42', '2025-10-22 03:10:42'),
(235, 'App\\Models\\Item', '54', 'image', 'public', '2025-10-22 03:11:10', '2025-10-22 03:11:10'),
(236, 'App\\Models\\Item', '54', 'images', 'public', '2025-10-22 03:11:10', '2025-10-22 03:11:10'),
(237, 'App\\Models\\Item', '55', 'image', 'public', '2025-10-22 03:12:30', '2025-10-22 03:12:30'),
(238, 'App\\Models\\Item', '55', 'images', 'public', '2025-10-22 03:12:30', '2025-10-22 03:12:30'),
(239, 'App\\Models\\Item', '56', 'image', 'public', '2025-10-22 03:13:10', '2025-10-22 03:13:10'),
(240, 'App\\Models\\Item', '56', 'images', 'public', '2025-10-22 03:13:10', '2025-10-22 03:13:10'),
(241, 'App\\Models\\Item', '57', 'image', 'public', '2025-10-22 03:13:39', '2025-10-22 03:13:39'),
(242, 'App\\Models\\Item', '57', 'images', 'public', '2025-10-22 03:13:39', '2025-10-22 03:13:39'),
(243, 'App\\Models\\Item', '58', 'image', 'public', '2025-10-22 03:14:12', '2025-10-22 03:14:12'),
(244, 'App\\Models\\Item', '58', 'images', 'public', '2025-10-22 03:14:12', '2025-10-22 03:14:12'),
(245, 'App\\Models\\Item', '59', 'image', 'public', '2025-10-22 03:15:13', '2025-10-22 03:15:13'),
(246, 'App\\Models\\Item', '59', 'images', 'public', '2025-10-22 03:15:13', '2025-10-22 03:15:13'),
(247, 'App\\Models\\Item', '60', 'image', 'public', '2025-10-22 03:16:03', '2025-10-22 03:16:03'),
(248, 'App\\Models\\Item', '60', 'images', 'public', '2025-10-22 03:16:03', '2025-10-22 03:16:03'),
(249, 'App\\Models\\Item', '61', 'image', 'public', '2025-10-22 03:16:38', '2025-10-22 03:16:38'),
(250, 'App\\Models\\Item', '61', 'images', 'public', '2025-10-22 03:16:38', '2025-10-22 03:16:38'),
(251, 'App\\Models\\Item', '62', 'image', 'public', '2025-10-22 03:16:45', '2025-10-22 03:16:45'),
(252, 'App\\Models\\Item', '62', 'images', 'public', '2025-10-22 03:16:45', '2025-10-22 03:16:45'),
(253, 'App\\Models\\Item', '63', 'image', 'public', '2025-10-22 03:18:02', '2025-10-22 03:18:02'),
(254, 'App\\Models\\Item', '63', 'images', 'public', '2025-10-22 03:18:02', '2025-10-22 03:18:02'),
(255, 'App\\Models\\Item', '64', 'image', 'public', '2025-10-22 03:18:31', '2025-10-22 03:18:31'),
(256, 'App\\Models\\Item', '64', 'images', 'public', '2025-10-22 03:18:31', '2025-10-22 03:18:31'),
(257, 'App\\Models\\Item', '65', 'image', 'public', '2025-10-22 03:19:32', '2025-10-22 03:19:32'),
(258, 'App\\Models\\Item', '65', 'images', 'public', '2025-10-22 03:19:32', '2025-10-22 03:19:32'),
(259, 'App\\Models\\Item', '66', 'image', 'public', '2025-10-22 03:20:40', '2025-10-22 03:20:40'),
(260, 'App\\Models\\Item', '66', 'images', 'public', '2025-10-22 03:20:40', '2025-10-22 03:20:40'),
(261, 'App\\Models\\Item', '67', 'image', 'public', '2025-10-22 03:21:11', '2025-10-22 03:21:11'),
(262, 'App\\Models\\Item', '67', 'images', 'public', '2025-10-22 03:21:11', '2025-10-22 03:21:11'),
(263, 'App\\Models\\Item', '68', 'image', 'public', '2025-10-22 03:21:40', '2025-10-22 03:21:40'),
(264, 'App\\Models\\Item', '68', 'images', 'public', '2025-10-22 03:21:40', '2025-10-22 03:21:40'),
(265, 'App\\Models\\Item', '69', 'image', 'public', '2025-10-22 03:21:47', '2025-10-22 03:21:47'),
(266, 'App\\Models\\Item', '69', 'images', 'public', '2025-10-22 03:21:47', '2025-10-22 03:21:47'),
(267, 'App\\Models\\Item', '70', 'image', 'public', '2025-10-22 03:22:55', '2025-10-22 03:22:55'),
(268, 'App\\Models\\Item', '70', 'images', 'public', '2025-10-22 03:22:55', '2025-10-22 03:22:55'),
(269, 'App\\Models\\Item', '71', 'image', 'public', '2025-10-22 03:23:34', '2025-10-22 03:23:34'),
(270, 'App\\Models\\Item', '71', 'images', 'public', '2025-10-22 03:23:34', '2025-10-22 03:23:34'),
(271, 'App\\Models\\Item', '72', 'image', 'public', '2025-10-22 03:23:44', '2025-10-22 03:23:44'),
(272, 'App\\Models\\Item', '72', 'images', 'public', '2025-10-22 03:23:44', '2025-10-22 03:23:44'),
(273, 'App\\Models\\Item', '73', 'image', 'public', '2025-10-22 03:24:27', '2025-10-22 03:24:27'),
(274, 'App\\Models\\Item', '73', 'images', 'public', '2025-10-22 03:24:27', '2025-10-22 03:24:27'),
(275, 'App\\Models\\Item', '74', 'image', 'public', '2025-10-22 03:25:33', '2025-10-22 03:25:33'),
(276, 'App\\Models\\Item', '74', 'images', 'public', '2025-10-22 03:25:33', '2025-10-22 03:25:33'),
(277, 'App\\Models\\Item', '75', 'image', 'public', '2025-10-22 03:26:48', '2025-10-22 03:26:48'),
(278, 'App\\Models\\Item', '75', 'images', 'public', '2025-10-22 03:26:48', '2025-10-22 03:26:48'),
(279, 'App\\Models\\Item', '76', 'image', 'public', '2025-10-22 03:26:51', '2025-10-22 03:26:51'),
(280, 'App\\Models\\Item', '76', 'images', 'public', '2025-10-22 03:26:51', '2025-10-22 03:26:51'),
(281, 'App\\Models\\Item', '77', 'image', 'public', '2025-10-22 03:26:54', '2025-10-22 03:26:54'),
(282, 'App\\Models\\Item', '77', 'images', 'public', '2025-10-22 03:26:54', '2025-10-22 03:26:54'),
(283, 'App\\Models\\Item', '78', 'image', 'public', '2025-10-22 03:28:19', '2025-10-22 03:28:19'),
(284, 'App\\Models\\Item', '78', 'images', 'public', '2025-10-22 03:28:19', '2025-10-22 03:28:19'),
(285, 'App\\Models\\Item', '79', 'image', 'public', '2025-10-22 03:28:51', '2025-10-22 03:28:51'),
(286, 'App\\Models\\Item', '79', 'images', 'public', '2025-10-22 03:28:51', '2025-10-22 03:28:51'),
(287, 'App\\Models\\Item', '80', 'image', 'public', '2025-10-22 03:30:22', '2025-10-22 03:30:22'),
(288, 'App\\Models\\Item', '80', 'images', 'public', '2025-10-22 03:30:22', '2025-10-22 03:30:22'),
(289, 'App\\Models\\Item', '81', 'image', 'public', '2025-10-22 03:30:54', '2025-10-22 03:30:54'),
(290, 'App\\Models\\Item', '81', 'images', 'public', '2025-10-22 03:30:54', '2025-10-22 03:30:54'),
(291, 'App\\Models\\Item', '82', 'image', 'public', '2025-10-22 03:31:07', '2025-10-22 03:31:07'),
(292, 'App\\Models\\Item', '82', 'images', 'public', '2025-10-22 03:31:07', '2025-10-22 03:31:07'),
(293, 'App\\Models\\Item', '83', 'image', 'public', '2025-10-22 03:31:53', '2025-10-22 03:31:53'),
(294, 'App\\Models\\Item', '83', 'images', 'public', '2025-10-22 03:31:53', '2025-10-22 03:31:53'),
(295, 'App\\Models\\Item', '84', 'image', 'public', '2025-10-22 03:33:13', '2025-10-22 03:33:13'),
(296, 'App\\Models\\Item', '84', 'images', 'public', '2025-10-22 03:33:13', '2025-10-22 03:33:13'),
(297, 'App\\Models\\Item', '85', 'image', 'public', '2025-10-22 03:33:48', '2025-10-22 03:33:48'),
(298, 'App\\Models\\Item', '85', 'images', 'public', '2025-10-22 03:33:49', '2025-10-22 03:33:49'),
(299, 'App\\Models\\Item', '86', 'image', 'public', '2025-10-22 03:35:46', '2025-10-22 03:35:46'),
(300, 'App\\Models\\Item', '86', 'images', 'public', '2025-10-22 03:35:46', '2025-10-22 03:35:46'),
(301, 'App\\Models\\Item', '87', 'image', 'public', '2025-10-22 03:35:54', '2025-10-22 03:35:54'),
(302, 'App\\Models\\Item', '87', 'images', 'public', '2025-10-22 03:35:54', '2025-10-22 03:35:54'),
(303, 'App\\Models\\Item', '88', 'image', 'public', '2025-10-22 03:39:36', '2025-10-22 03:39:36'),
(304, 'App\\Models\\Item', '88', 'images', 'public', '2025-10-22 03:39:36', '2025-10-22 03:39:36'),
(305, 'App\\Models\\Item', '89', 'image', 'public', '2025-10-22 03:42:00', '2025-10-22 03:42:00'),
(306, 'App\\Models\\Item', '89', 'images', 'public', '2025-10-22 03:42:00', '2025-10-22 03:42:00'),
(307, 'App\\Models\\Item', '90', 'image', 'public', '2025-10-22 03:42:44', '2025-10-22 03:42:44'),
(308, 'App\\Models\\Item', '90', 'images', 'public', '2025-10-22 03:42:44', '2025-10-22 03:42:44'),
(309, 'App\\Models\\Item', '91', 'image', 'public', '2025-10-22 03:43:20', '2025-10-22 03:43:20'),
(310, 'App\\Models\\Item', '91', 'images', 'public', '2025-10-22 03:43:20', '2025-10-22 03:43:20'),
(311, 'App\\Models\\Item', '92', 'image', 'public', '2025-10-22 03:44:44', '2025-10-22 03:44:44'),
(312, 'App\\Models\\Item', '92', 'images', 'public', '2025-10-22 03:44:44', '2025-10-22 03:44:44'),
(313, 'App\\Models\\Store', '46', 'logo', 'public', '2025-10-22 03:45:17', '2025-10-22 03:45:17'),
(314, 'App\\Models\\Store', '46', 'cover_photo', 'public', '2025-10-23 01:24:54', '2025-10-23 01:24:54'),
(315, 'App\\Models\\Item', '93', 'image', 'public', '2025-10-22 03:47:12', '2025-10-22 03:47:12'),
(316, 'App\\Models\\Item', '93', 'images', 'public', '2025-10-22 03:47:12', '2025-10-22 03:47:12'),
(317, 'App\\Models\\Store', '47', 'logo', 'public', '2025-10-22 03:48:35', '2025-10-22 03:48:35'),
(318, 'App\\Models\\Store', '47', 'cover_photo', 'public', '2025-10-23 01:24:37', '2025-10-23 01:24:37'),
(319, 'App\\Models\\Item', '94', 'image', 'public', '2025-10-22 03:49:23', '2025-10-22 03:49:23'),
(320, 'App\\Models\\Item', '94', 'images', 'public', '2025-10-22 03:49:23', '2025-10-22 03:49:23'),
(321, 'App\\Models\\Item', '95', 'image', 'public', '2025-10-22 03:51:13', '2025-10-22 03:51:13'),
(322, 'App\\Models\\Item', '95', 'images', 'public', '2025-10-22 03:51:13', '2025-10-22 03:51:13'),
(323, 'App\\Models\\Store', '48', 'logo', 'public', '2025-10-22 03:52:11', '2025-10-22 03:52:11'),
(324, 'App\\Models\\Store', '48', 'cover_photo', 'public', '2025-10-22 03:52:11', '2025-10-22 03:52:11'),
(325, 'App\\Models\\Item', '96', 'image', 'public', '2025-10-22 03:52:36', '2025-10-22 03:52:36'),
(326, 'App\\Models\\Item', '96', 'images', 'public', '2025-10-22 03:52:36', '2025-10-22 03:52:36'),
(327, 'App\\Models\\Item', '97', 'image', 'public', '2025-10-22 03:54:00', '2025-10-22 03:54:00'),
(328, 'App\\Models\\Item', '97', 'images', 'public', '2025-10-22 03:54:00', '2025-10-22 03:54:00'),
(329, 'App\\Models\\Item', '98', 'image', 'public', '2025-10-22 03:55:41', '2025-10-22 03:55:41'),
(330, 'App\\Models\\Item', '98', 'images', 'public', '2025-10-22 03:55:41', '2025-10-22 03:55:41'),
(331, 'App\\Models\\Store', '49', 'logo', 'public', '2025-10-22 03:56:06', '2025-10-22 03:56:06'),
(332, 'App\\Models\\Store', '49', 'cover_photo', 'public', '2025-10-22 03:56:06', '2025-10-22 03:56:06'),
(333, 'App\\Models\\Item', '99', 'image', 'public', '2025-10-22 03:57:25', '2025-10-22 03:57:25'),
(334, 'App\\Models\\Item', '99', 'images', 'public', '2025-10-22 03:57:25', '2025-10-22 03:57:25'),
(335, 'App\\Models\\Item', '100', 'image', 'public', '2025-10-22 03:58:01', '2025-10-22 03:58:01'),
(336, 'App\\Models\\Item', '100', 'images', 'public', '2025-10-22 03:58:01', '2025-10-22 03:58:01'),
(337, 'App\\Models\\Item', '101', 'image', 'public', '2025-10-22 03:59:08', '2025-10-22 03:59:08'),
(338, 'App\\Models\\Item', '101', 'images', 'public', '2025-10-22 03:59:08', '2025-10-22 03:59:08'),
(339, 'App\\Models\\Item', '102', 'image', 'public', '2025-10-22 04:00:41', '2025-10-22 04:00:41'),
(340, 'App\\Models\\Item', '102', 'images', 'public', '2025-10-22 04:00:41', '2025-10-22 04:00:41'),
(341, 'App\\Models\\Item', '103', 'image', 'public', '2025-10-22 04:01:17', '2025-10-22 04:01:17'),
(342, 'App\\Models\\Item', '103', 'images', 'public', '2025-10-22 04:01:17', '2025-10-22 04:01:17'),
(343, 'App\\Models\\Item', '104', 'image', 'public', '2025-10-22 04:02:15', '2025-10-22 04:02:15'),
(344, 'App\\Models\\Item', '104', 'images', 'public', '2025-10-22 04:02:15', '2025-10-22 04:02:15'),
(345, 'App\\Models\\Item', '105', 'image', 'public', '2025-10-22 04:03:30', '2025-10-22 04:03:30'),
(346, 'App\\Models\\Item', '105', 'images', 'public', '2025-10-22 04:03:30', '2025-10-22 04:03:30'),
(347, 'App\\Models\\Item', '106', 'image', 'public', '2025-10-22 04:04:15', '2025-10-22 04:04:15'),
(348, 'App\\Models\\Item', '106', 'images', 'public', '2025-10-22 04:04:15', '2025-10-22 04:04:15'),
(349, 'App\\Models\\Item', '107', 'image', 'public', '2025-10-22 04:05:38', '2025-10-22 04:05:38'),
(350, 'App\\Models\\Item', '107', 'images', 'public', '2025-10-22 04:05:38', '2025-10-22 04:05:38'),
(351, 'App\\Models\\Item', '108', 'image', 'public', '2025-10-22 04:05:48', '2025-10-22 04:05:48'),
(352, 'App\\Models\\Item', '108', 'images', 'public', '2025-10-22 04:05:48', '2025-10-22 04:05:48'),
(353, 'App\\Models\\Item', '109', 'image', 'public', '2025-10-22 04:07:56', '2025-10-22 04:07:56'),
(354, 'App\\Models\\Item', '109', 'images', 'public', '2025-10-22 04:07:56', '2025-10-22 04:07:56'),
(355, 'App\\Models\\Item', '110', 'image', 'public', '2025-10-22 04:09:37', '2025-10-22 04:09:37'),
(356, 'App\\Models\\Item', '110', 'images', 'public', '2025-10-22 04:09:37', '2025-10-22 04:09:37'),
(357, 'App\\Models\\Item', '111', 'image', 'public', '2025-10-22 04:09:58', '2025-10-22 04:09:58'),
(358, 'App\\Models\\Item', '111', 'images', 'public', '2025-10-22 04:09:58', '2025-10-22 04:09:58'),
(359, 'App\\Models\\Item', '112', 'image', 'public', '2025-10-22 04:11:30', '2025-10-22 04:11:30'),
(360, 'App\\Models\\Item', '112', 'images', 'public', '2025-10-22 04:11:30', '2025-10-22 04:11:30'),
(361, 'App\\Models\\Item', '113', 'image', 'public', '2025-10-22 04:12:58', '2025-10-22 04:12:58'),
(362, 'App\\Models\\Item', '113', 'images', 'public', '2025-10-22 04:12:58', '2025-10-22 04:12:58'),
(363, 'App\\Models\\Item', '114', 'image', 'public', '2025-10-22 04:14:38', '2025-10-22 04:14:38'),
(364, 'App\\Models\\Item', '114', 'images', 'public', '2025-10-22 04:14:38', '2025-10-22 04:14:38'),
(365, 'App\\Models\\Item', '115', 'image', 'public', '2025-10-22 04:14:46', '2025-10-22 04:14:46'),
(366, 'App\\Models\\Item', '115', 'images', 'public', '2025-10-22 04:14:46', '2025-10-22 04:14:46'),
(367, 'App\\Models\\Item', '116', 'image', 'public', '2025-10-22 04:18:56', '2025-10-22 04:18:56'),
(368, 'App\\Models\\Item', '116', 'images', 'public', '2025-10-22 04:18:56', '2025-10-22 04:18:56'),
(369, 'App\\Models\\Item', '117', 'image', 'public', '2025-10-22 04:20:14', '2025-10-22 04:20:14'),
(370, 'App\\Models\\Item', '117', 'images', 'public', '2025-10-22 04:20:14', '2025-10-22 04:20:14'),
(371, 'App\\Models\\Item', '118', 'image', 'public', '2025-10-22 04:20:15', '2025-10-22 04:20:15'),
(372, 'App\\Models\\Item', '118', 'images', 'public', '2025-10-22 04:20:15', '2025-10-22 04:20:15'),
(373, 'App\\Models\\Item', '119', 'image', 'public', '2025-10-22 04:23:06', '2025-10-22 04:23:06'),
(374, 'App\\Models\\Item', '119', 'images', 'public', '2025-10-22 04:23:06', '2025-10-22 04:23:06'),
(375, 'App\\Models\\Item', '120', 'image', 'public', '2025-10-22 04:23:36', '2025-10-22 04:23:36'),
(376, 'App\\Models\\Item', '120', 'images', 'public', '2025-10-22 04:23:36', '2025-10-22 04:23:36'),
(377, 'App\\Models\\Item', '121', 'image', 'public', '2025-10-22 04:33:39', '2025-10-22 04:33:39'),
(378, 'App\\Models\\Item', '121', 'images', 'public', '2025-10-22 04:33:39', '2025-10-22 04:33:39'),
(379, 'App\\Models\\Item', '122', 'image', 'public', '2025-10-22 04:36:34', '2025-10-22 04:36:34'),
(380, 'App\\Models\\Item', '122', 'images', 'public', '2025-10-22 04:36:34', '2025-10-22 04:36:34'),
(381, 'App\\Models\\Store', '50', 'logo', 'public', '2025-10-22 04:37:12', '2025-10-22 04:37:12'),
(382, 'App\\Models\\Store', '50', 'cover_photo', 'public', '2025-10-22 04:37:12', '2025-10-22 04:37:12'),
(383, 'App\\Models\\Item', '123', 'image', 'public', '2025-10-22 04:38:36', '2025-10-22 04:38:36'),
(384, 'App\\Models\\Item', '123', 'images', 'public', '2025-10-22 04:38:36', '2025-10-22 04:38:36'),
(385, 'App\\Models\\Store', '51', 'logo', 'public', '2025-10-22 04:39:31', '2025-10-22 04:39:31'),
(386, 'App\\Models\\Store', '51', 'cover_photo', 'public', '2025-10-22 04:39:31', '2025-10-22 04:39:31'),
(387, 'App\\Models\\Item', '124', 'image', 'public', '2025-10-22 04:40:38', '2025-10-22 04:40:38'),
(388, 'App\\Models\\Item', '124', 'images', 'public', '2025-10-22 04:40:38', '2025-10-22 04:40:38'),
(389, 'App\\Models\\Item', '125', 'image', 'public', '2025-10-22 04:41:03', '2025-10-22 04:41:03'),
(390, 'App\\Models\\Item', '125', 'images', 'public', '2025-10-22 04:41:03', '2025-10-22 04:41:03'),
(391, 'App\\Models\\Item', '126', 'image', 'public', '2025-10-22 04:42:46', '2025-10-22 04:42:46'),
(392, 'App\\Models\\Item', '126', 'images', 'public', '2025-10-22 04:42:46', '2025-10-22 04:42:46'),
(393, 'App\\Models\\Item', '127', 'image', 'public', '2025-10-22 04:43:14', '2025-10-22 04:43:14'),
(394, 'App\\Models\\Item', '127', 'images', 'public', '2025-10-22 04:43:14', '2025-10-22 04:43:14'),
(395, 'App\\Models\\Item', '128', 'image', 'public', '2025-10-22 04:44:36', '2025-10-22 04:44:36'),
(396, 'App\\Models\\Item', '128', 'images', 'public', '2025-10-22 04:44:36', '2025-10-22 04:44:36'),
(397, 'App\\Models\\Item', '129', 'image', 'public', '2025-10-22 04:45:15', '2025-10-22 04:45:15'),
(398, 'App\\Models\\Item', '129', 'images', 'public', '2025-10-22 04:45:15', '2025-10-22 04:45:15'),
(399, 'App\\Models\\Item', '130', 'image', 'public', '2025-10-22 04:46:51', '2025-10-22 04:46:51'),
(400, 'App\\Models\\Item', '130', 'images', 'public', '2025-10-22 04:46:51', '2025-10-22 04:46:51'),
(401, 'App\\Models\\Item', '131', 'image', 'public', '2025-10-22 04:47:18', '2025-10-22 04:47:18'),
(402, 'App\\Models\\Item', '131', 'images', 'public', '2025-10-22 04:47:18', '2025-10-22 04:47:18'),
(403, 'App\\Models\\Item', '132', 'image', 'public', '2025-10-22 04:48:05', '2025-10-22 04:48:05'),
(404, 'App\\Models\\Item', '132', 'images', 'public', '2025-10-22 04:48:05', '2025-10-22 04:48:05'),
(405, 'App\\Models\\Item', '133', 'image', 'public', '2025-10-22 05:01:58', '2025-10-22 05:01:58'),
(406, 'App\\Models\\Item', '133', 'images', 'public', '2025-10-22 05:01:58', '2025-10-22 05:01:58'),
(407, 'App\\Models\\Item', '134', 'image', 'public', '2025-10-22 05:05:12', '2025-10-22 05:05:12'),
(408, 'App\\Models\\Item', '134', 'images', 'public', '2025-10-22 05:05:12', '2025-10-22 05:05:12'),
(409, 'App\\Models\\Item', '135', 'image', 'public', '2025-10-22 05:09:13', '2025-10-22 05:09:13'),
(410, 'App\\Models\\Item', '135', 'images', 'public', '2025-10-22 05:09:13', '2025-10-22 05:09:13'),
(411, 'App\\Models\\Item', '136', 'image', 'public', '2025-10-22 05:12:30', '2025-10-22 05:12:30'),
(412, 'App\\Models\\Item', '136', 'images', 'public', '2025-10-22 05:12:30', '2025-10-22 05:12:30'),
(413, 'App\\Models\\Item', '137', 'image', 'public', '2025-10-22 05:17:15', '2025-10-22 05:17:15'),
(414, 'App\\Models\\Item', '137', 'images', 'public', '2025-10-22 05:17:15', '2025-10-22 05:17:15'),
(415, 'App\\Models\\UserInfo', '2', 'image', 'public', '2025-10-22 05:19:56', '2025-10-22 05:19:56'),
(416, 'App\\Models\\Item', '138', 'image', 'public', '2025-10-22 05:22:25', '2025-10-22 05:22:25'),
(417, 'App\\Models\\Item', '138', 'images', 'public', '2025-10-22 05:22:25', '2025-10-22 05:22:25'),
(418, 'App\\Models\\Item', '139', 'image', 'public', '2025-10-22 05:22:49', '2025-10-22 05:22:49'),
(419, 'App\\Models\\Item', '139', 'images', 'public', '2025-10-22 05:22:49', '2025-10-22 05:22:49'),
(420, 'App\\Models\\Item', '140', 'image', 'public', '2025-10-22 05:29:25', '2025-10-22 05:29:25'),
(421, 'App\\Models\\Item', '140', 'images', 'public', '2025-10-22 05:29:25', '2025-10-22 05:29:25'),
(422, 'App\\Models\\Item', '141', 'image', 'public', '2025-10-22 05:34:24', '2025-10-22 05:34:24'),
(423, 'App\\Models\\Item', '141', 'images', 'public', '2025-10-22 05:34:24', '2025-10-22 05:34:24'),
(424, 'App\\Models\\Item', '142', 'image', 'public', '2025-10-22 05:48:12', '2025-10-22 05:48:12'),
(425, 'App\\Models\\Item', '142', 'images', 'public', '2025-10-22 05:48:12', '2025-10-22 05:48:12'),
(426, 'App\\Models\\Item', '143', 'image', 'public', '2025-10-22 05:48:55', '2025-10-22 05:48:55'),
(427, 'App\\Models\\Item', '143', 'images', 'public', '2025-10-22 05:48:55', '2025-10-22 05:48:55'),
(428, 'App\\Models\\Item', '144', 'image', 'public', '2025-10-22 05:51:07', '2025-10-22 05:51:07'),
(429, 'App\\Models\\Item', '144', 'images', 'public', '2025-10-22 05:51:07', '2025-10-22 05:51:07'),
(430, 'App\\Models\\Item', '145', 'image', 'public', '2025-10-22 05:51:53', '2025-10-22 05:51:53'),
(431, 'App\\Models\\Item', '145', 'images', 'public', '2025-10-22 05:51:53', '2025-10-22 05:51:53'),
(432, 'App\\Models\\DeliveryMan', '2', 'image', 'public', '2025-10-22 05:52:47', '2025-10-22 05:52:47'),
(433, 'App\\Models\\Item', '146', 'image', 'public', '2025-10-22 05:54:04', '2025-10-22 05:54:04'),
(434, 'App\\Models\\Item', '146', 'images', 'public', '2025-10-22 05:54:04', '2025-10-22 05:54:04'),
(435, 'App\\Models\\DeliveryMan', '3', 'image', 'public', '2026-01-30 11:03:13', '2026-01-30 11:03:13'),
(436, 'App\\Models\\Item', '147', 'image', 'public', '2025-10-22 05:56:45', '2025-10-22 05:56:45'),
(437, 'App\\Models\\Item', '147', 'images', 'public', '2025-10-22 05:56:45', '2025-10-22 05:56:45'),
(438, 'App\\Models\\Item', '148', 'image', 'public', '2025-10-22 05:59:24', '2025-10-22 05:59:24'),
(439, 'App\\Models\\Item', '148', 'images', 'public', '2025-10-22 05:59:24', '2025-10-22 05:59:24'),
(440, 'App\\Models\\Item', '149', 'image', 'public', '2025-10-22 06:00:32', '2025-10-22 06:00:32'),
(441, 'App\\Models\\Item', '149', 'images', 'public', '2025-10-22 06:00:32', '2025-10-22 06:00:32'),
(442, 'App\\Models\\Item', '150', 'image', 'public', '2025-10-22 06:04:56', '2025-10-22 06:04:56'),
(443, 'App\\Models\\Item', '150', 'images', 'public', '2025-10-22 06:04:56', '2025-10-22 06:04:56'),
(444, 'App\\Models\\Item', '151', 'image', 'public', '2025-10-22 06:09:40', '2025-10-22 06:09:40'),
(445, 'App\\Models\\Item', '151', 'images', 'public', '2025-10-22 06:09:40', '2025-10-22 06:09:40'),
(446, 'App\\Models\\DataSetting', '27', NULL, 'public', '2025-10-22 06:28:17', '2025-10-22 06:28:17'),
(447, 'App\\Models\\Item', '152', 'image', 'public', '2025-10-22 06:12:50', '2025-10-22 06:12:50'),
(448, 'App\\Models\\Item', '152', 'images', 'public', '2025-10-22 06:12:50', '2025-10-22 06:12:50'),
(449, 'App\\Models\\Item', '153', 'image', 'public', '2025-10-22 06:16:01', '2025-10-22 06:16:01'),
(450, 'App\\Models\\Item', '153', 'images', 'public', '2025-10-22 06:16:01', '2025-10-22 06:16:01'),
(451, 'App\\Models\\Item', '154', 'image', 'public', '2025-10-22 06:18:25', '2025-10-22 06:18:25'),
(452, 'App\\Models\\Item', '154', 'images', 'public', '2025-10-22 06:18:25', '2025-10-22 06:18:25'),
(453, 'App\\Models\\Item', '155', 'image', 'public', '2025-10-22 06:23:26', '2025-10-22 06:23:26'),
(454, 'App\\Models\\Item', '155', 'images', 'public', '2025-10-22 06:23:26', '2025-10-22 06:23:26'),
(455, 'App\\Models\\Item', '156', 'image', 'public', '2025-10-22 06:26:00', '2025-10-22 06:26:00'),
(456, 'App\\Models\\Item', '156', 'images', 'public', '2025-10-22 06:26:00', '2025-10-22 06:26:00'),
(457, 'App\\Models\\Item', '157', 'image', 'public', '2025-10-22 06:26:18', '2025-10-22 06:26:18'),
(458, 'App\\Models\\Item', '157', 'images', 'public', '2025-10-22 06:26:18', '2025-10-22 06:26:18'),
(459, 'App\\Models\\Item', '158', 'image', 'public', '2025-10-22 06:28:05', '2025-10-22 06:28:05'),
(460, 'App\\Models\\Item', '158', 'images', 'public', '2025-10-22 06:28:05', '2025-10-22 06:28:05'),
(461, 'App\\Models\\BusinessSetting', '155', NULL, 'public', '2025-10-22 06:51:14', '2025-10-22 06:51:14'),
(462, 'App\\Models\\BusinessSetting', '156', NULL, 'public', '2025-10-22 06:51:14', '2025-10-22 06:51:14'),
(463, 'App\\Models\\BusinessSetting', '157', NULL, 'public', '2025-10-22 06:51:14', '2025-10-22 06:51:14'),
(464, 'App\\Models\\BusinessSetting', '112', NULL, 'public', '2025-10-22 06:51:14', '2025-10-22 06:51:14'),
(465, 'App\\Models\\BusinessSetting', '58', NULL, 'public', '2025-10-22 06:51:14', '2025-10-22 06:51:14'),
(466, 'App\\Models\\BusinessSetting', '81', NULL, 'public', '2025-10-22 06:51:14', '2025-10-22 06:51:14'),
(467, 'App\\Models\\BusinessSetting', '82', NULL, 'public', '2025-10-22 06:51:14', '2025-10-22 06:51:14'),
(468, 'App\\Models\\BusinessSetting', '85', NULL, 'public', '2025-10-22 06:51:14', '2025-10-22 06:51:14'),
(469, 'App\\Models\\BusinessSetting', '136', NULL, 'public', '2025-10-22 06:51:14', '2025-10-22 06:51:14'),
(470, 'App\\Models\\BusinessSetting', '158', NULL, 'public', '2025-10-22 06:51:35', '2025-10-22 06:51:35'),
(471, 'App\\Models\\BusinessSetting', '159', NULL, 'public', '2025-10-22 06:51:35', '2025-10-22 06:51:35'),
(472, 'App\\Models\\BusinessSetting', '160', NULL, 'public', '2025-10-22 06:51:35', '2025-10-22 06:51:35'),
(473, 'App\\Models\\BusinessSetting', '161', NULL, 'public', '2025-10-22 06:51:35', '2025-10-22 06:51:35'),
(474, 'App\\Models\\BusinessSetting', '98', NULL, 'public', '2025-10-22 06:51:35', '2025-10-22 06:51:35'),
(475, 'App\\Models\\BusinessSetting', '97', NULL, 'public', '2025-10-22 06:51:35', '2025-10-22 06:51:35'),
(476, 'App\\Models\\BusinessSetting', '162', NULL, 'public', '2025-10-22 06:51:35', '2025-10-22 06:51:35'),
(477, 'App\\Models\\BusinessSetting', '163', NULL, 'public', '2025-10-22 06:51:35', '2025-10-22 06:51:35'),
(478, 'App\\Models\\BusinessSetting', '164', NULL, 'public', '2025-10-22 06:51:35', '2025-10-22 06:51:35'),
(479, 'App\\Models\\BusinessSetting', '165', NULL, 'public', '2025-10-22 06:51:36', '2025-10-22 06:51:36'),
(480, 'App\\Models\\UserInfo', '3', 'image', 'public', '2025-10-22 07:53:47', '2025-10-22 07:53:47'),
(481, 'App\\Models\\DataSetting', '86', NULL, 'public', '2025-10-22 22:27:21', '2025-10-22 22:27:21'),
(482, 'App\\Models\\DataSetting', '87', NULL, 'public', '2025-10-22 22:27:21', '2025-10-22 22:27:21'),
(483, 'App\\Models\\DataSetting', '88', NULL, 'public', '2025-10-22 22:27:21', '2025-10-22 22:27:21'),
(484, 'App\\Models\\DataSetting', '89', NULL, 'public', '2025-10-22 22:27:21', '2025-10-22 22:27:21'),
(485, 'App\\Models\\DataSetting', '90', NULL, 'public', '2025-10-22 23:45:12', '2025-10-22 23:45:12'),
(486, 'App\\Models\\DataSetting', '91', NULL, 'public', '2025-10-23 00:27:51', '2025-10-23 00:27:51'),
(487, 'App\\Models\\DataSetting', '92', NULL, 'public', '2025-10-22 23:46:10', '2025-10-22 23:46:10'),
(488, 'App\\Models\\DataSetting', '93', NULL, 'public', '2025-10-22 23:46:10', '2025-10-22 23:46:10'),
(489, 'App\\Models\\DataSetting', '33', NULL, 'public', '2025-10-22 23:46:44', '2025-10-22 23:46:44'),
(490, 'App\\Models\\DataSetting', '94', NULL, 'public', '2025-10-22 23:47:39', '2025-10-22 23:47:39'),
(491, 'App\\Models\\DataSetting', '95', NULL, 'public', '2025-10-22 23:47:58', '2025-10-22 23:47:58'),
(492, 'App\\Models\\BusinessSetting', '126', NULL, 'public', '2025-10-23 00:16:21', '2025-10-23 00:16:21'),
(493, 'App\\Models\\BusinessSetting', '127', NULL, 'public', '2025-10-23 00:16:21', '2025-10-23 00:16:21'),
(494, 'App\\Models\\BusinessSetting', '166', NULL, 'public', '2025-10-23 00:16:21', '2025-10-23 00:16:21'),
(495, 'App\\Models\\BusinessSetting', '167', NULL, 'public', '2025-10-23 00:16:21', '2025-10-23 00:16:21'),
(496, 'App\\Models\\AdminPromotionalBanner', '2', 'image', 'public', '2025-10-23 00:38:41', '2025-10-23 00:38:41'),
(497, 'App\\Models\\AdminPromotionalBanner', '3', 'image', 'public', '2025-10-23 00:39:24', '2025-10-23 00:39:24'),
(498, 'App\\Models\\Vendor', '6', 'image', 'public', '2025-10-23 01:39:33', '2025-10-23 01:39:33'),
(499, 'App\\Models\\ModuleWiseBanner', '1', 'value', 'public', '2025-10-23 02:03:20', '2025-10-23 02:03:20'),
(500, 'App\\Models\\ModuleWiseBanner', '2', 'value', 'public', '2025-10-23 01:53:32', '2025-10-23 01:53:32');
INSERT INTO `storages` (`id`, `data_type`, `data_id`, `key`, `value`, `created_at`, `updated_at`) VALUES
(501, 'App\\Models\\ModuleWiseBanner', '3', 'value', 'public', '2025-10-23 13:53:15', '2025-10-23 13:53:15'),
(502, 'App\\Models\\ModuleWiseBanner', '4', 'value', 'public', '2025-10-23 02:02:24', '2025-10-23 02:02:24'),
(503, 'App\\Models\\ModuleWiseBanner', '5', 'value', 'public', '2025-10-23 13:55:32', '2025-10-23 13:55:32'),
(504, 'App\\Models\\DeliveryMan', '4', 'image', 'public', '2025-10-23 13:01:32', '2025-10-23 13:01:32'),
(505, 'App\\Models\\Module', '7', 'icon', 'public', '2025-10-23 13:01:40', '2025-10-23 13:01:40'),
(506, 'App\\Models\\Module', '7', 'thumbnail', 'public', '2025-10-23 13:01:40', '2025-10-23 13:01:40'),
(507, 'App\\Models\\UserInfo', '4', 'image', 'public', '2025-10-23 14:01:15', '2025-10-23 14:01:15'),
(508, 'App\\Models\\UserInfo', '5', 'image', 'public', '2025-10-23 14:01:15', '2025-10-23 14:01:15'),
(509, 'App\\Models\\DeliveryMan', '5', 'image', 'public', '2025-10-23 14:06:27', '2025-10-23 14:06:27'),
(510, 'App\\Models\\Vendor', '23', 'image', 'public', '2025-10-23 14:48:53', '2025-10-23 14:48:53'),
(511, 'App\\Models\\Item', '159', 'image', 'public', '2025-10-23 15:07:55', '2025-10-23 15:07:55'),
(512, 'App\\Models\\Item', '159', 'images', 'public', '2025-10-23 15:07:55', '2025-10-23 15:07:55'),
(513, 'App\\Models\\Banner', '2', 'image', 'public', '2025-10-23 15:09:58', '2025-10-23 15:09:58'),
(514, 'App\\Models\\Advertisement', '1000000', 'video_attachment', 'public', '2025-10-23 15:13:02', '2025-10-23 15:13:02'),
(515, 'App\\Models\\Advertisement', '1000000', 'cover_image', 'public', '2025-10-23 15:13:02', '2025-10-23 15:13:02'),
(516, 'App\\Models\\Advertisement', '1000000', 'profile_image', 'public', '2025-10-23 15:13:02', '2025-10-23 15:13:02'),
(517, 'App\\Models\\Advertisement', '1000001', 'video_attachment', 'public', '2025-10-23 15:13:22', '2025-10-23 15:13:22'),
(518, 'App\\Models\\Advertisement', '1000001', 'cover_image', 'public', '2025-10-23 15:13:22', '2025-10-23 15:13:22'),
(519, 'App\\Models\\Advertisement', '1000001', 'profile_image', 'public', '2025-10-23 15:13:22', '2025-10-23 15:13:22'),
(520, 'App\\Models\\UserInfo', '6', 'image', 'public', '2025-10-23 15:20:01', '2025-10-23 15:20:01'),
(521, 'App\\Models\\UserInfo', '7', 'image', 'public', '2025-10-23 15:32:46', '2025-10-23 15:32:46'),
(522, 'App\\Models\\Item', '160', 'image', 'public', '2025-10-23 15:34:05', '2025-10-23 15:34:05'),
(523, 'App\\Models\\Item', '160', 'images', 'public', '2025-10-23 15:34:05', '2025-10-23 15:34:05'),
(524, 'App\\Models\\Item', '161', 'image', 'public', '2025-10-23 16:10:00', '2025-10-23 16:10:00'),
(525, 'App\\Models\\Item', '161', 'images', 'public', '2025-10-23 16:10:33', '2025-10-23 16:10:33'),
(526, 'App\\Models\\UserInfo', '8', 'image', 'public', '2025-10-24 11:21:19', '2025-10-24 11:21:19'),
(527, 'App\\Models\\BusinessSetting', '113', NULL, 'public', '2025-10-24 14:32:00', '2025-10-24 14:32:00'),
(528, 'App\\Models\\BusinessSetting', '78', NULL, 'public', '2025-10-24 14:32:00', '2025-10-24 14:32:00'),
(529, 'App\\Models\\Campaign', '1', 'image', 'public', '2025-10-24 15:01:50', '2025-10-24 15:01:50'),
(530, 'App\\Models\\ItemCampaign', '1', 'image', 'public', '2025-10-24 15:10:52', '2025-10-24 15:10:52'),
(531, 'App\\Models\\Banner', '3', 'image', 'public', '2025-10-24 15:17:54', '2025-10-24 15:17:54'),
(532, 'App\\Models\\ModuleWiseBanner', '6', 'value', 'public', '2025-10-24 15:23:01', '2025-10-24 15:23:01'),
(533, 'App\\Models\\Notification', '1', 'image', 'public', '2025-10-24 15:27:38', '2025-10-24 15:27:38'),
(534, 'App\\Models\\Advertisement', '1000002', 'video_attachment', 'public', '2025-10-24 15:46:41', '2025-10-24 15:46:41'),
(535, 'App\\Models\\Advertisement', '1000002', 'cover_image', 'public', '2025-10-24 15:46:41', '2025-10-24 15:46:41'),
(536, 'App\\Models\\Advertisement', '1000002', 'profile_image', 'public', '2025-10-24 15:46:41', '2025-10-24 15:46:41'),
(537, 'App\\Models\\UserInfo', '9', 'image', 'public', '2025-11-06 10:16:07', '2025-11-06 10:16:07'),
(538, 'App\\Models\\UserInfo', '10', 'image', 'public', '2025-11-06 17:24:06', '2025-11-06 17:24:06'),
(539, 'App\\Models\\UserInfo', '11', 'image', 'public', '2025-11-06 10:53:10', '2025-11-06 10:53:10'),
(540, 'App\\Models\\BusinessSetting', '168', NULL, 'public', '2025-11-06 11:22:28', '2025-11-06 11:22:28'),
(541, 'App\\Models\\BusinessSetting', '5', NULL, 'public', '2025-11-06 11:22:28', '2025-11-06 11:22:28'),
(542, 'App\\Models\\BusinessSetting', '169', NULL, 'public', '2025-11-06 11:22:28', '2025-11-06 11:22:28'),
(543, 'App\\Models\\UserInfo', '12', 'image', 'public', '2025-11-06 16:58:37', '2025-11-06 16:58:37'),
(544, 'App\\Models\\DeliveryMan', '6', 'image', 'public', '2025-12-02 11:47:51', '2025-12-02 11:47:51'),
(545, 'App\\Models\\Store', '52', 'logo', 'public', '2025-12-02 13:43:30', '2025-12-02 13:43:30'),
(546, 'App\\Models\\Store', '52', 'cover_photo', 'public', '2025-12-02 13:43:30', '2025-12-02 13:43:30'),
(547, 'App\\Models\\UserInfo', '13', 'image', 'public', '2025-12-09 12:48:18', '2025-12-09 12:48:18'),
(548, 'App\\Models\\Store', '53', 'logo', 'public', '2025-12-23 09:42:30', '2025-12-23 09:42:30'),
(549, 'App\\Models\\Store', '53', 'cover_photo', 'public', '2025-12-23 09:42:30', '2025-12-23 09:42:30'),
(550, 'App\\Models\\DeliveryMan', '7', 'image', 'public', '2025-12-23 09:52:58', '2025-12-23 09:52:58'),
(551, 'App\\Models\\Admin', '3', 'image', 'public', '2025-12-23 06:11:32', '2025-12-23 06:11:32'),
(552, 'App\\Models\\DeliveryMan', '8', 'image', 'public', '2025-12-24 11:58:33', '2025-12-24 11:58:33'),
(553, 'App\\Models\\Store', '54', 'logo', 'public', '2025-12-24 12:55:49', '2025-12-24 12:55:49'),
(554, 'App\\Models\\Store', '54', 'cover_photo', 'public', '2025-12-24 12:55:49', '2025-12-24 12:55:49'),
(555, 'App\\Models\\UserInfo', '14', 'image', 'public', '2026-01-12 07:29:33', '2026-01-12 07:29:33'),
(556, 'App\\Models\\UserInfo', '15', 'image', 'public', '2026-01-12 07:29:33', '2026-01-12 07:29:33'),
(557, 'App\\Models\\Store', '55', 'logo', 'public', '2026-01-12 12:19:07', '2026-01-12 12:19:07'),
(558, 'App\\Models\\Store', '55', 'cover_photo', 'public', '2026-01-12 12:19:07', '2026-01-12 12:19:07'),
(559, 'App\\Models\\Store', '56', 'logo', 'public', '2026-01-12 12:20:32', '2026-01-12 12:20:32'),
(560, 'App\\Models\\Store', '56', 'cover_photo', 'public', '2026-01-12 12:20:32', '2026-01-12 12:20:32'),
(561, 'App\\Models\\UserInfo', '16', 'image', 'public', '2026-01-13 04:22:28', '2026-01-13 04:22:28'),
(562, 'App\\Models\\Item', '162', 'image', 'public', '2026-01-13 04:27:29', '2026-01-13 04:27:29'),
(563, 'App\\Models\\Item', '162', 'images', 'public', '2026-01-13 04:27:29', '2026-01-13 04:27:29'),
(564, 'App\\Models\\User', '1', 'image', 'public', '2026-01-23 07:27:10', '2026-01-23 07:27:10'),
(565, 'App\\Models\\Store', '57', 'logo', 'public', '2026-01-23 08:24:05', '2026-01-23 08:24:05'),
(566, 'App\\Models\\Store', '57', 'cover_photo', 'public', '2026-01-23 08:24:05', '2026-01-23 08:24:05'),
(567, 'App\\Models\\Store', '58', 'logo', 'public', '2026-01-23 09:21:25', '2026-01-23 09:21:25'),
(568, 'App\\Models\\Store', '58', 'cover_photo', 'public', '2026-01-23 09:21:25', '2026-01-23 09:21:25'),
(569, 'App\\Models\\DeliveryMan', '9', 'image', 'public', '2026-01-23 09:27:01', '2026-01-23 09:27:01'),
(570, 'App\\Models\\UserInfo', '17', 'image', 'public', '2026-01-23 09:30:24', '2026-01-23 09:30:24'),
(571, 'App\\Models\\Advertisement', '1000003', 'video_attachment', 'public', '2026-01-28 08:56:45', '2026-01-28 08:56:45'),
(572, 'App\\Models\\Advertisement', '1000003', 'cover_image', 'public', '2026-01-28 08:56:45', '2026-01-28 08:56:45'),
(573, 'App\\Models\\Advertisement', '1000003', 'profile_image', 'public', '2026-01-28 08:56:45', '2026-01-28 08:56:45'),
(574, 'App\\Models\\Item', '163', 'image', 'public', '2026-01-28 09:00:37', '2026-01-28 09:00:37'),
(575, 'App\\Models\\Item', '163', 'images', 'public', '2026-01-28 09:01:00', '2026-01-28 09:01:00'),
(576, 'App\\Models\\Banner', '4', 'image', 'public', '2026-01-28 09:03:21', '2026-01-28 09:03:21'),
(577, 'App\\Models\\Advertisement', '1000004', 'video_attachment', 'public', '2026-01-29 10:55:27', '2026-01-29 10:55:27'),
(578, 'App\\Models\\Advertisement', '1000004', 'cover_image', 'public', '2026-01-29 10:55:27', '2026-01-29 10:55:27'),
(579, 'App\\Models\\Advertisement', '1000004', 'profile_image', 'public', '2026-01-29 10:55:27', '2026-01-29 10:55:27'),
(580, 'App\\Models\\ParcelCategory', '1', 'image', 'public', '2026-01-29 13:06:54', '2026-01-29 13:06:54');

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

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

CREATE TABLE `stores` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `phone` varchar(20) NOT NULL,
  `email` varchar(100) DEFAULT NULL,
  `logo` varchar(255) DEFAULT NULL,
  `latitude` varchar(255) DEFAULT NULL,
  `longitude` varchar(255) DEFAULT NULL,
  `address` text DEFAULT NULL,
  `footer_text` text 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) DEFAULT NULL,
  `cover_photo` varchar(255) 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) NOT NULL DEFAULT ' ',
  `gst` varchar(191) 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) 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) DEFAULT NULL,
  `maximum_shipping_charge` double(23,3) DEFAULT NULL,
  `cutlery` tinyint(1) NOT NULL DEFAULT 0,
  `meta_title` varchar(100) DEFAULT NULL,
  `meta_description` text DEFAULT NULL,
  `meta_image` varchar(100) DEFAULT NULL,
  `announcement` tinyint(1) NOT NULL DEFAULT 0,
  `announcement_message` varchar(255) DEFAULT NULL,
  `store_business_model` enum('none','commission','subscription','unsubscribed') 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 DEFAULT NULL,
  `tin` varchar(255) DEFAULT NULL,
  `tin_expire_date` date DEFAULT NULL,
  `tin_certificate_image` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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
(30, 'Super market', '+1015111111111', 'supermart@demo.com', '2025-10-22-68f872dcdea6e.png', '20.8095714', '75.7787358', 'House, road', NULL, 0.00, NULL, 0, 1, 2, '2025-10-22 00:59:56', '2026-01-30 10:24:31', 0, NULL, '2025-10-22-68f872dcdfe06.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '30-60 min', 1, 1, 11, 25, 1, 0, 0, 0.000, 0, 'super-market', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '1234567890', '2025-10-31', '2025-10-22-68f872dce0079.jpg'),
(31, 'Organic Market', '+919876543210', 'organicstore@demo.com', '2025-10-22-68f873bae0f97.png', '51.45626049550984', '-83.22001125125456', 'House: 00, Road: 00, City-0000, Country', NULL, 0.00, NULL, 0, 1, 3, '2025-10-22 01:03:38', '2025-11-06 16:56:33', 0, NULL, '2025-10-23-68f9c791bd4b7.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '30-40 min', 1, 1, 0, 2, 1, 0, 0, 0.000, 0, 'organic-market', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '1234567890', '2025-10-24', '2025-10-22-68f873bae201d.jpg'),
(32, 'BIG BAZAR', '+911233333333', 'newstore@gmail.com', '2025-10-22-68f8748e85f3a.png', '48.8603961381978', '64.98845142154033', 'MUMBAI', NULL, 0.00, NULL, 0, 1, 4, '2025-10-22 01:07:10', '2025-10-23 02:11:19', 0, NULL, '2025-10-23-68f9c7be46539.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '20-30 min', 1, 1, 0, 0, 1, 0, 0, 0.000, 0, 'big-bazar', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '123454321', '2025-10-24', '2025-10-22-68f8748e86fe7.jpg'),
(33, 'Medicare', '+91898789890', 'pharmacy@demo.com', '2025-10-22-68f8752159787.png', '18.9581934', '72.8320729', 'Medicare', NULL, 0.00, NULL, 0, 1, 5, '2025-10-22 01:09:37', '2025-10-23 02:11:19', 0, NULL, '2025-10-23-68f9c9fead8af.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '20-40 min', 1, 1, 0, 0, 2, 0, 1, 0.000, 0, 'medicare', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '543212345', '2026-10-12', '2025-10-22-68f875215aa8d.png'),
(34, 'Fresh market', '+919876765656', 'freshmarket@demo.com', '2025-10-22-68f8753254049.png', '20.8095714', '75.7787358', 'Market no 86', NULL, 0.00, NULL, 0, 1, 6, '2025-10-22 01:09:54', '2026-01-23 08:27:12', 0, '{\"1\":0,\"2\":0,\"3\":1,\"4\":0,\"5\":0}', '2025-10-23-68f9c7a54dab7.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '20-50 min', 1, 1, 7, 20, 1, 0, 0, 0.000, 0, 'fresh-market', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '123454321', '2025-10-23', '2025-10-22-68f87532553ca.jpg'),
(36, 'Liquor Store', '+919494949494', 'liquor3@demo.com', '2025-10-22-68f877d4bb832.png', '69.30202862743384', '93.31124824313457', NULL, NULL, 0.00, NULL, 0, 1, 8, '2025-10-22 01:21:08', '2025-10-23 02:11:19', 0, NULL, '2025-10-22-68f877d4bc735.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '20-30 min', 1, 1, 0, 0, 6, 0, 0, 0.000, 0, 'liquor-store', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '123454321', '2026-05-28', '2025-10-22-68f877d4bc936.jpg'),
(37, 'Kr pharmacy', '+919878767890', 'krpharmacy@demo.com', '2025-10-22-68f8782e0651d.png', '19.0687893', '72.87026469999999', 'BKC, Mumbai', NULL, 0.00, NULL, 0, 1, 9, '2025-10-22 01:22:38', '2025-11-06 10:37:46', 0, NULL, '2025-10-23-68f9c9eeb3d02.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '30-50 min', 1, 1, 0, 1, 2, 0, 1, 0.000, 0, 'kr-pharmacy', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '1234554321', '2026-10-20', '2025-10-22-68f8782e07904.png'),
(38, 'Crafty Cocktails', '+919696969696', 'liquor2@demo.com', '2025-10-22-68f878bb2d1b2.png', '18.9581934', '72.8320729', 'BKC Mumbai', NULL, 0.00, NULL, 0, 1, 10, '2025-10-22 01:24:59', '2025-10-23 02:11:19', 0, NULL, '2025-10-22-68f878bb2e15d.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '30-40 min', 1, 1, 0, 0, 6, 0, 1, 0.000, 0, 'crafty-cocktails', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '123454321', '2026-08-31', '2025-10-22-68f878bb2e327.jpg'),
(39, 'Alpha Medicine Store', '+93894040044', 'alpha@demo.com', '2025-10-22-68f878f0b9f3c.png', '19.2812547', '73.0482912', 'House: 33, Road: 30, City-54666, Dubai', NULL, 0.00, NULL, 0, 1, 11, '2025-10-22 01:25:52', '2025-10-23 02:11:19', 0, NULL, '2025-10-23-68f9c9d98c278.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '20-60 min', 1, 1, 0, 0, 2, 0, 1, 0.000, 0, 'alpha-medicine-store', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '123456654321', '2026-06-16', '2025-10-22-68f878f0bb3e6.png'),
(40, 'Barrel & Vineyard', '+919797979797', 'liquor1@demo.com', '2025-10-22-68f8795d49e2e.png', '40.7127753', '-74.0059728', 'New York', NULL, 0.00, NULL, 0, 1, 12, '2025-10-22 01:27:41', '2025-10-23 02:11:19', 0, NULL, '2025-10-22-68f8795d4abc9.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '20-50 min', 1, 1, 0, 0, 6, 0, 0, 0.000, 0, 'barrel-vineyard', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '76543234567', '2026-12-31', '2025-10-22-68f8795d4ae19.jpg'),
(41, 'Barrels and Bottles', '+919898989898', 'liquor@demo.com', '2025-10-22-68f879def0736.png', '18.9581934', '72.8320729', 'BKC Mumbai', NULL, 0.00, NULL, 0, 1, 13, '2025-10-22 01:29:50', '2025-10-23 02:11:19', 0, NULL, '2025-10-22-68f879def1529.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '20-40 min', 1, 1, 0, 0, 6, 0, 0, 0.000, 0, 'barrels-and-bottles', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '65433456', '2026-09-30', '2025-10-22-68f879def170c.jpg'),
(42, 'Super bazar', '+9112345577899', 'mi@gmail.com', '2025-10-22-68f8822a4d93d.png', '18.9581934', '72.8320729', 'Mumbai', NULL, 0.00, NULL, 0, 1, 14, '2025-10-22 02:05:14', '2025-10-23 02:11:19', 0, NULL, '2025-10-22-68f8822a4e7d2.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '20-40 min', 1, 1, 0, 0, 4, 0, 0, 0.000, 0, 'super-bazar', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '65433456', '2026-08-26', '2025-10-22-68f8822a4eaa9.jpg'),
(43, 'Art Apparel', '+916969696969', 'ecommerce2@demo.com', '2025-10-22-68f882ba8de64.png', '20.8095714', '75.7787358', 'Nashik Road', NULL, 0.00, NULL, 0, 1, 15, '2025-10-22 02:07:38', '2025-11-07 11:15:47', 0, NULL, '2025-10-22-68f882ba8eedb.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '30-40 min', 1, 1, 0, 2, 4, 0, 0, 0.000, 0, 'art-apparel', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '654334563', '2026-05-27', '2025-10-22-68f882ba8f1ea.jpg'),
(44, 'Shoper', '+918989898989', 'ecommerce1@demo.com', '2025-10-22-68f89109913e9.png', '18.5527819', '73.7716159', '45 Mumbai, India', NULL, 0.00, NULL, 0, 1, 16, '2025-10-22 03:08:41', '2025-12-10 12:59:57', 0, NULL, '2025-10-22-68f89109922dd.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '30-40 min', 1, 1, 0, 1, 4, 0, 0, 0.000, 0, 'shoper', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '654334561', '2026-11-30', '2025-10-22-68f8910992543.jpg'),
(45, 'Opera Groc', '+917979797979', 'ecommerce@demo.com', '2025-10-22-68f89182abfac.png', '19.068789', '72.870265', 'FC-7041/42, Bandra Kurla Complex Rd, G Block BKC, Bandra Kurla Complex, Bandra East, Mumbai, Maharashtra 400051, India', NULL, 0.00, NULL, 0, 1, 17, '2025-10-22 03:10:42', '2025-10-23 02:11:19', 0, NULL, '2025-10-22-68f89182ad461.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '20-40 min', 1, 1, 0, 0, 4, 0, 0, 0.000, 0, 'opera-groc', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '6543345666', '2027-03-05', '2025-10-22-68f89182ad70f.jpg'),
(46, 'Berger Choice', '+9198989898980', 'bergerchoice@demo.com', '2025-10-22-68f8999db352b.png', '58.618649265270854', '94.51970142154033', 'Mumbai', NULL, 0.00, NULL, 0, 1, 18, '2025-10-22 03:45:17', '2025-10-23 02:11:19', 0, NULL, '2025-10-23-68f9ca36bf317.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '30-50 min', 1, 1, 0, 0, 3, 0, 0, 0.000, 0, 'berger-choice', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '12343256', '2025-10-24', '2025-10-22-68f8999db4707.jpg'),
(47, 'Tasty Takeaways', '+91967977977', 'tastytakeaways@demo.com', '2025-10-22-68f89a63be1ea.png', '50.498074477640365', '88.89470142154033', 'Mumbai', NULL, 0.00, NULL, 0, 1, 19, '2025-10-22 03:48:35', '2026-01-28 08:40:12', 0, NULL, '2025-10-23-68f9ca251590e.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '20-50 min', 1, 1, 0, 1, 3, 0, 0, 0.000, 0, 'tasty-takeaways', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '1232123', '2025-10-23', '2025-10-22-68f89a63bf524.jpeg'),
(48, 'Tasty Lunch', '+91987898787', 'tastylunch@demo.com', '2025-10-22-68f89b3b034ff.png', '57.123138454050675', '70.61345142154033', 'Nashik', NULL, 0.00, NULL, 0, 1, 20, '2025-10-22 03:52:11', '2025-10-23 02:11:19', 0, NULL, '2025-10-22-68f89b3b046c0.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '20-40 min', 1, 1, 0, 0, 3, 0, 0, 0.000, 0, 'tasty-lunch', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '12345654321', '2025-10-23', '2025-10-22-68f89b3b04b22.jpeg'),
(49, 'Da Vittorio', '+910123323232', 'newresto@gmail.com', '2025-10-22-68f89c267fc66.png', '20.8093875', '75.7742344', NULL, NULL, 0.00, NULL, 0, 1, 21, '2025-10-22 03:56:06', '2026-01-29 10:59:20', 0, NULL, '2025-10-22-68f89c2680c1f.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '30-60 min', 1, 1, 4, 7, 3, 0, 0, 0.000, 0, 'da-vittorio', NULL, 0, NULL, NULL, NULL, 0, 'Tommorow will be off', 'commission', NULL, NULL, NULL, '1234321', '2025-10-24', '2025-10-22-68f89c2680f8d.jpeg'),
(50, '24/7 pharmacy', '+919876556789', 'mis@demo.com', '2025-10-22-68f8a5c8b5f93.png', '20.8095714', '75.7787358', NULL, NULL, 0.00, NULL, 0, 1, 22, '2025-10-22 04:37:12', '2025-11-07 09:42:12', 0, '{\"1\":0,\"2\":1,\"3\":0,\"4\":0,\"5\":0}', '2025-10-22-68f8a5c8b71ed.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '30-50 min', 1, 1, 3, 5, 2, 0, 1, 0.000, 0, '247-pharmacy', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, NULL, NULL, '12345654321', NULL, '2025-10-22-68f8a5c8b7728.png'),
(51, 'Demo', '+919512149944', 'shiwa2172000@gmail.com', '2025-10-22-68f8a653b2a2b.png', '20.568693739499995', '-9.696896374225616', '7CGGH893+F6', NULL, 0.00, NULL, 0, 0, 23, '2025-10-22 04:39:31', '2026-01-23 08:49:14', 0, NULL, '2025-10-22-68f8a653b47d1.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '7-13 minute', 1, 1, 0, 0, 1, 0, 0, 0.000, 0, 'demo', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, '[]', NULL, '123456', '2025-10-22', '2025-10-22-68f8a653b4e81.jpg'),
(52, 'Vendor', '+919874563210', 'shivadattpuri2172000@gmail.com', '2025-12-02-692e9faa36025.png', '38.677462950906644', '3.077182061970234', '8FC5M3GG+XV', NULL, 0.00, NULL, 0, 0, 24, '2025-12-02 13:43:30', '2025-12-02 13:43:30', 0, NULL, '2025-12-02-692e9faa39862.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '10-15 minute', 1, 1, 0, 0, 1, 0, 0, 0.000, 0, 'vendor', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, '[]', NULL, '1234567890', '2025-12-02', '2025-12-02-692e9faa39b27.jpeg'),
(53, 'Demo', '+919876543255', 'store1@demo.com', '2025-12-23-694a16ae3c9d5.png', '28.964864059358923', '28.03655080497265', '7GWCX27P+WJ', NULL, 0.00, NULL, 0, 0, 25, '2025-12-23 09:42:30', '2025-12-23 09:42:30', 0, NULL, '2025-12-23-694a16ae400a4.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '10-13 minute', 1, 1, 0, 0, 1, 0, 0, 0.000, 0, 'demo-2', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, '[]', NULL, '123456789', '2025-12-23', '2025-12-23-694a16ae4032a.jpeg'),
(54, 'sdfsf', '+919632587410', 'vendor@demo.com', '2025-12-24-694be2d53ba3c.png', '38.6774628815532', '3.077181903230013', '8FC5M3GG+XV', NULL, 0.00, NULL, 0, 0, 26, '2025-12-24 12:55:49', '2025-12-24 12:55:49', 0, NULL, '2025-12-24-694be2d53cc69.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '12-49 minute', 1, 1, 0, 0, 2, 0, 0, 0.000, 0, 'sdfsf', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, '[]', NULL, '876456445', '2025-12-24', 'def.png'),
(55, 'Demo Vendor', '+919876541320', 'vendor@demomail.com', '2026-01-12-6964e6bb09fca.png', '11.061555899794609', '7.094713412225246', '336V+JV Gidan Adam, Nigeria', NULL, 0.00, NULL, 0, 0, 27, '2026-01-12 12:19:07', '2026-01-12 12:19:07', 0, NULL, '2026-01-12-6964e6bb0b1f5.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '10-20 minute', 1, 1, 0, 0, 1, 0, 0, 0.000, 0, 'demo-vendor', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, '[]', NULL, '54642452452', '2026-01-30', '2026-01-12-6964e6bb0b329.jpeg'),
(56, 'Nikhil Satpute', '+919382714560', 'racer@gmail.com', '2026-01-12-6964e7104913e.png', '18.514082813545762', '73.86942934244871', '807, Vasantrao Babulal Bhandari Rd, New Nana Peth, Ganesh Peth, Pune, Maharashtra 411002, India', NULL, 0.00, NULL, 0, 1, 28, '2026-01-12 12:20:32', '2026-01-13 04:09:29', 0, NULL, '2026-01-12-6964e7104a356.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '9-12 minute', 1, 1, 0, 0, 3, 0, 0, 0.000, 0, 'nikhil-satpute', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, '[]', NULL, '123456788096', '2026-01-12', '2026-01-12-6964e7104a3ea.jpg'),
(57, 'Test', '+112345654321', 'test12@demo.com', '2026-01-23-6973302554db7.png', '38.6774628815532', '3.077181903230013', '8FC5M3GG+XV', NULL, 0.00, NULL, 0, 0, 29, '2026-01-23 08:24:05', '2026-01-23 08:24:05', 0, NULL, '2026-01-23-6973302555f60.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '9-10 minute', 1, 1, 0, 0, 1, 0, 0, 0.000, 0, 'test', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, '[]', NULL, '123456', '2026-01-24', '2026-01-23-697330255606d.png'),
(58, 'Test V1', '+112345543211', 'test23@demo.com', '2026-01-23-69733d95decdc.png', '19.0687893', '72.8702647', 'FC-7041/42, Bandra Kurla Complex Rd, G Block BKC, Bandra Kurla Complex, Bandra East, Mumbai, Maharashtra 400098, India', NULL, 0.00, NULL, 0, 0, 30, '2026-01-23 09:21:25', '2026-01-23 09:21:25', 0, NULL, '2026-01-23-69733d95dfdda.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '10-15 minute', 1, 1, 0, 0, 1, 0, 0, 0.000, 0, 'test-v1', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL, '[]', NULL, '123456', '2026-01-23', '2026-01-23-69733d95dfe7f.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;

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

--
-- 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
(81, 'account_block', 'Get_notification_on_account_block', 'store_account_block', 30, 'active', 'disable', 'active', '2025-10-22 05:45:01', '2025-10-22 05:45:01', 'all'),
(82, 'account_unblock', 'Get_notification_on_account_unblock', 'store_account_unblock', 30, 'active', 'disable', 'active', '2025-10-22 05:45:01', '2025-10-22 05:45:01', 'all'),
(83, 'withdraw_approve', 'Get_notification_on_withdraw_approve', 'store_withdraw_approve', 30, 'active', 'disable', 'active', '2025-10-22 05:45:01', '2025-10-22 05:45:01', 'all'),
(84, 'withdraw_rejaction', 'Get_notification_on_withdraw_rejaction', 'store_withdraw_rejaction', 30, 'active', 'disable', 'active', '2025-10-22 05:45:01', '2025-10-22 05:45:01', 'all'),
(85, 'campaign_join_request', 'Get_notification_on_campaign_join_request', 'store_campaign_join_request', 30, 'active', 'disable', 'disable', '2025-10-22 05:45:01', '2025-10-22 05:45:01', 'all'),
(86, 'campaign_join_rejaction', 'Get_notification_on_campaign_join_rejaction', 'store_campaign_join_rejaction', 30, 'active', 'disable', 'active', '2025-10-22 05:45:01', '2025-10-22 05:45:01', 'all'),
(87, 'campaign_join_approval', 'Get_notification_on_campaign_join_approval', 'store_campaign_join_approval', 30, 'active', 'disable', 'active', '2025-10-22 05:45:01', '2025-10-22 05:45:01', 'all'),
(88, 'order_notification', 'Get_notification_on_order_notification', 'store_order_notification', 30, 'disable', 'disable', 'active', '2025-10-22 05:45:01', '2025-10-22 05:45:01', 'all'),
(89, 'advertisement_create_by_admin', 'Get_notification_on_advertisement_create_by_admin', 'store_advertisement_create_by_admin', 30, 'active', 'disable', 'active', '2025-10-22 05:45:01', '2025-10-22 05:45:01', 'all'),
(90, 'advertisement_approval', 'Get_notification_on_advertisement_approval', 'store_advertisement_approval', 30, 'active', 'disable', 'active', '2025-10-22 05:45:01', '2025-10-22 05:45:01', 'all'),
(91, 'advertisement_deny', 'Get_notification_on_advertisement_deny', 'store_advertisement_deny', 30, 'active', 'disable', 'active', '2025-10-22 05:45:01', '2025-10-22 05:45:01', 'all'),
(92, 'advertisement_resume', 'Get_notification_on_advertisement_resume', 'store_advertisement_resume', 30, 'active', 'disable', 'active', '2025-10-22 05:45:01', '2025-10-22 05:45:01', 'all'),
(93, 'advertisement_pause', 'Get_notification_on_advertisement_pause', 'store_advertisement_pause', 30, 'active', 'disable', 'active', '2025-10-22 05:45:01', '2025-10-22 05:45:01', 'all'),
(94, 'product_approve', 'Get_notification_on_product_approve', 'store_product_approve', 30, 'active', 'disable', 'active', '2025-10-22 05:45:01', '2025-10-22 05:45:01', 'all'),
(95, 'product_reject', 'Get_notification_on_product_reject', 'store_product_reject', 30, 'active', 'disable', 'active', '2025-10-22 05:45:01', '2025-10-22 05:45:01', 'all'),
(96, 'subscription_success', 'Get_notification_on_subscription_success', 'store_subscription_success', 30, 'active', 'disable', 'active', '2025-10-22 05:45:01', '2025-10-22 05:45:01', 'all'),
(97, 'subscription_renew', 'Get_notification_on_subscription_renew', 'store_subscription_renew', 30, 'active', 'disable', 'active', '2025-10-22 05:45:01', '2025-10-22 05:45:01', 'all'),
(98, 'subscription_shift', 'Get_notification_on_subscription_shift', 'store_subscription_shift', 30, 'active', 'disable', 'active', '2025-10-22 05:45:01', '2025-10-22 05:45:01', 'all'),
(99, 'subscription_cancel', 'Get_notification_on_subscription_cancel', 'store_subscription_cancel', 30, 'active', 'disable', 'active', '2025-10-22 05:45:01', '2025-10-22 05:45:01', 'all'),
(100, 'subscription_plan_update', 'Get_notification_on_subscription_plan_update', 'store_subscription_plan_update', 30, 'active', 'disable', 'active', '2025-10-22 05:45:01', '2025-10-22 05:45:01', 'all'),
(101, 'account_block', 'Get_notification_on_account_block', 'store_account_block', 34, 'active', 'disable', 'active', '2025-10-23 12:47:59', '2025-10-23 12:47:59', 'all'),
(102, 'account_unblock', 'Get_notification_on_account_unblock', 'store_account_unblock', 34, 'active', 'disable', 'active', '2025-10-23 12:47:59', '2025-10-23 12:47:59', 'all'),
(103, 'withdraw_approve', 'Get_notification_on_withdraw_approve', 'store_withdraw_approve', 34, 'active', 'disable', 'active', '2025-10-23 12:47:59', '2025-10-23 12:47:59', 'all'),
(104, 'withdraw_rejaction', 'Get_notification_on_withdraw_rejaction', 'store_withdraw_rejaction', 34, 'active', 'disable', 'active', '2025-10-23 12:47:59', '2025-10-23 12:47:59', 'all'),
(105, 'campaign_join_request', 'Get_notification_on_campaign_join_request', 'store_campaign_join_request', 34, 'active', 'disable', 'disable', '2025-10-23 12:47:59', '2025-10-23 12:47:59', 'all'),
(106, 'campaign_join_rejaction', 'Get_notification_on_campaign_join_rejaction', 'store_campaign_join_rejaction', 34, 'active', 'disable', 'active', '2025-10-23 12:47:59', '2025-10-23 12:47:59', 'all'),
(107, 'campaign_join_approval', 'Get_notification_on_campaign_join_approval', 'store_campaign_join_approval', 34, 'active', 'disable', 'active', '2025-10-23 12:47:59', '2025-10-23 12:47:59', 'all'),
(108, 'order_notification', 'Get_notification_on_order_notification', 'store_order_notification', 34, 'disable', 'disable', 'active', '2025-10-23 12:47:59', '2025-10-23 12:47:59', 'all'),
(109, 'advertisement_create_by_admin', 'Get_notification_on_advertisement_create_by_admin', 'store_advertisement_create_by_admin', 34, 'active', 'disable', 'active', '2025-10-23 12:47:59', '2025-10-23 12:47:59', 'all'),
(110, 'advertisement_approval', 'Get_notification_on_advertisement_approval', 'store_advertisement_approval', 34, 'active', 'disable', 'active', '2025-10-23 12:47:59', '2025-10-23 12:47:59', 'all'),
(111, 'advertisement_deny', 'Get_notification_on_advertisement_deny', 'store_advertisement_deny', 34, 'active', 'disable', 'active', '2025-10-23 12:47:59', '2025-10-23 12:47:59', 'all'),
(112, 'advertisement_resume', 'Get_notification_on_advertisement_resume', 'store_advertisement_resume', 34, 'active', 'disable', 'active', '2025-10-23 12:47:59', '2025-10-23 12:47:59', 'all'),
(113, 'advertisement_pause', 'Get_notification_on_advertisement_pause', 'store_advertisement_pause', 34, 'active', 'disable', 'active', '2025-10-23 12:47:59', '2025-10-23 12:47:59', 'all'),
(114, 'product_approve', 'Get_notification_on_product_approve', 'store_product_approve', 34, 'active', 'disable', 'active', '2025-10-23 12:47:59', '2025-10-23 12:47:59', 'all'),
(115, 'product_reject', 'Get_notification_on_product_reject', 'store_product_reject', 34, 'active', 'disable', 'active', '2025-10-23 12:47:59', '2025-10-23 12:47:59', 'all'),
(116, 'subscription_success', 'Get_notification_on_subscription_success', 'store_subscription_success', 34, 'active', 'disable', 'active', '2025-10-23 12:47:59', '2025-10-23 12:47:59', 'all'),
(117, 'subscription_renew', 'Get_notification_on_subscription_renew', 'store_subscription_renew', 34, 'active', 'disable', 'active', '2025-10-23 12:47:59', '2025-10-23 12:47:59', 'all'),
(118, 'subscription_shift', 'Get_notification_on_subscription_shift', 'store_subscription_shift', 34, 'active', 'disable', 'active', '2025-10-23 12:47:59', '2025-10-23 12:47:59', 'all'),
(119, 'subscription_cancel', 'Get_notification_on_subscription_cancel', 'store_subscription_cancel', 34, 'active', 'disable', 'active', '2025-10-23 12:47:59', '2025-10-23 12:47:59', 'all'),
(120, 'subscription_plan_update', 'Get_notification_on_subscription_plan_update', 'store_subscription_plan_update', 34, 'active', 'disable', 'active', '2025-10-23 12:47:59', '2025-10-23 12:47:59', 'all'),
(121, 'account_block', 'Get_notification_on_account_block', 'store_account_block', 50, 'active', 'disable', 'active', '2025-10-23 14:53:36', '2025-10-23 14:53:36', 'all'),
(122, 'account_unblock', 'Get_notification_on_account_unblock', 'store_account_unblock', 50, 'active', 'disable', 'active', '2025-10-23 14:53:36', '2025-10-23 14:53:36', 'all'),
(123, 'withdraw_approve', 'Get_notification_on_withdraw_approve', 'store_withdraw_approve', 50, 'active', 'disable', 'active', '2025-10-23 14:53:36', '2025-10-23 14:53:36', 'all'),
(124, 'withdraw_rejaction', 'Get_notification_on_withdraw_rejaction', 'store_withdraw_rejaction', 50, 'active', 'disable', 'active', '2025-10-23 14:53:36', '2025-10-23 14:53:36', 'all'),
(125, 'campaign_join_request', 'Get_notification_on_campaign_join_request', 'store_campaign_join_request', 50, 'active', 'disable', 'disable', '2025-10-23 14:53:36', '2025-10-23 14:53:36', 'all'),
(126, 'campaign_join_rejaction', 'Get_notification_on_campaign_join_rejaction', 'store_campaign_join_rejaction', 50, 'active', 'disable', 'active', '2025-10-23 14:53:36', '2025-10-23 14:53:36', 'all'),
(127, 'campaign_join_approval', 'Get_notification_on_campaign_join_approval', 'store_campaign_join_approval', 50, 'active', 'disable', 'active', '2025-10-23 14:53:36', '2025-10-23 14:53:36', 'all'),
(128, 'order_notification', 'Get_notification_on_order_notification', 'store_order_notification', 50, 'disable', 'disable', 'active', '2025-10-23 14:53:36', '2025-10-23 14:53:36', 'all'),
(129, 'advertisement_create_by_admin', 'Get_notification_on_advertisement_create_by_admin', 'store_advertisement_create_by_admin', 50, 'active', 'disable', 'active', '2025-10-23 14:53:36', '2025-10-23 14:53:36', 'all'),
(130, 'advertisement_approval', 'Get_notification_on_advertisement_approval', 'store_advertisement_approval', 50, 'active', 'disable', 'active', '2025-10-23 14:53:36', '2025-10-23 14:53:36', 'all'),
(131, 'advertisement_deny', 'Get_notification_on_advertisement_deny', 'store_advertisement_deny', 50, 'active', 'disable', 'active', '2025-10-23 14:53:36', '2025-10-23 14:53:36', 'all'),
(132, 'advertisement_resume', 'Get_notification_on_advertisement_resume', 'store_advertisement_resume', 50, 'active', 'disable', 'active', '2025-10-23 14:53:36', '2025-10-23 14:53:36', 'all'),
(133, 'advertisement_pause', 'Get_notification_on_advertisement_pause', 'store_advertisement_pause', 50, 'active', 'disable', 'active', '2025-10-23 14:53:36', '2025-10-23 14:53:36', 'all'),
(134, 'product_approve', 'Get_notification_on_product_approve', 'store_product_approve', 50, 'active', 'disable', 'active', '2025-10-23 14:53:36', '2025-10-23 14:53:36', 'all'),
(135, 'product_reject', 'Get_notification_on_product_reject', 'store_product_reject', 50, 'active', 'disable', 'active', '2025-10-23 14:53:36', '2025-10-23 14:53:36', 'all'),
(136, 'subscription_success', 'Get_notification_on_subscription_success', 'store_subscription_success', 50, 'active', 'disable', 'active', '2025-10-23 14:53:36', '2025-10-23 14:53:36', 'all'),
(137, 'subscription_renew', 'Get_notification_on_subscription_renew', 'store_subscription_renew', 50, 'active', 'disable', 'active', '2025-10-23 14:53:36', '2025-10-23 14:53:36', 'all'),
(138, 'subscription_shift', 'Get_notification_on_subscription_shift', 'store_subscription_shift', 50, 'active', 'disable', 'active', '2025-10-23 14:53:36', '2025-10-23 14:53:36', 'all'),
(139, 'subscription_cancel', 'Get_notification_on_subscription_cancel', 'store_subscription_cancel', 50, 'active', 'disable', 'active', '2025-10-23 14:53:36', '2025-10-23 14:53:36', 'all'),
(140, 'subscription_plan_update', 'Get_notification_on_subscription_plan_update', 'store_subscription_plan_update', 50, 'active', 'disable', 'active', '2025-10-23 14:53:36', '2025-10-23 14:53:36', 'all'),
(141, 'account_block', 'Get_notification_on_account_block', 'store_account_block', 49, 'active', 'disable', 'active', '2025-10-23 15:31:56', '2025-10-23 15:31:56', 'all'),
(142, 'account_unblock', 'Get_notification_on_account_unblock', 'store_account_unblock', 49, 'active', 'disable', 'active', '2025-10-23 15:31:56', '2025-10-23 15:31:56', 'all'),
(143, 'withdraw_approve', 'Get_notification_on_withdraw_approve', 'store_withdraw_approve', 49, 'active', 'disable', 'active', '2025-10-23 15:31:56', '2025-10-23 15:31:56', 'all'),
(144, 'withdraw_rejaction', 'Get_notification_on_withdraw_rejaction', 'store_withdraw_rejaction', 49, 'active', 'disable', 'active', '2025-10-23 15:31:56', '2025-10-23 15:31:56', 'all'),
(145, 'campaign_join_request', 'Get_notification_on_campaign_join_request', 'store_campaign_join_request', 49, 'active', 'disable', 'disable', '2025-10-23 15:31:56', '2025-10-23 15:31:56', 'all'),
(146, 'campaign_join_rejaction', 'Get_notification_on_campaign_join_rejaction', 'store_campaign_join_rejaction', 49, 'active', 'disable', 'active', '2025-10-23 15:31:56', '2025-10-23 15:31:56', 'all'),
(147, 'campaign_join_approval', 'Get_notification_on_campaign_join_approval', 'store_campaign_join_approval', 49, 'active', 'disable', 'active', '2025-10-23 15:31:56', '2025-10-23 15:31:56', 'all'),
(148, 'order_notification', 'Get_notification_on_order_notification', 'store_order_notification', 49, 'disable', 'disable', 'active', '2025-10-23 15:31:56', '2025-10-23 15:31:56', 'all'),
(149, 'advertisement_create_by_admin', 'Get_notification_on_advertisement_create_by_admin', 'store_advertisement_create_by_admin', 49, 'active', 'disable', 'active', '2025-10-23 15:31:56', '2025-10-23 15:31:56', 'all'),
(150, 'advertisement_approval', 'Get_notification_on_advertisement_approval', 'store_advertisement_approval', 49, 'active', 'disable', 'active', '2025-10-23 15:31:56', '2025-10-23 15:31:56', 'all'),
(151, 'advertisement_deny', 'Get_notification_on_advertisement_deny', 'store_advertisement_deny', 49, 'active', 'disable', 'active', '2025-10-23 15:31:56', '2025-10-23 15:31:56', 'all'),
(152, 'advertisement_resume', 'Get_notification_on_advertisement_resume', 'store_advertisement_resume', 49, 'active', 'disable', 'active', '2025-10-23 15:31:56', '2025-10-23 15:31:56', 'all'),
(153, 'advertisement_pause', 'Get_notification_on_advertisement_pause', 'store_advertisement_pause', 49, 'active', 'disable', 'active', '2025-10-23 15:31:56', '2025-10-23 15:31:56', 'all'),
(154, 'product_approve', 'Get_notification_on_product_approve', 'store_product_approve', 49, 'active', 'disable', 'active', '2025-10-23 15:31:56', '2025-10-23 15:31:56', 'all'),
(155, 'product_reject', 'Get_notification_on_product_reject', 'store_product_reject', 49, 'active', 'disable', 'active', '2025-10-23 15:31:56', '2025-10-23 15:31:56', 'all'),
(156, 'subscription_success', 'Get_notification_on_subscription_success', 'store_subscription_success', 49, 'active', 'disable', 'active', '2025-10-23 15:31:56', '2025-10-23 15:31:56', 'all'),
(157, 'subscription_renew', 'Get_notification_on_subscription_renew', 'store_subscription_renew', 49, 'active', 'disable', 'active', '2025-10-23 15:31:56', '2025-10-23 15:31:56', 'all'),
(158, 'subscription_shift', 'Get_notification_on_subscription_shift', 'store_subscription_shift', 49, 'active', 'disable', 'active', '2025-10-23 15:31:56', '2025-10-23 15:31:56', 'all'),
(159, 'subscription_cancel', 'Get_notification_on_subscription_cancel', 'store_subscription_cancel', 49, 'active', 'disable', 'active', '2025-10-23 15:31:56', '2025-10-23 15:31:56', 'all'),
(160, 'subscription_plan_update', 'Get_notification_on_subscription_plan_update', 'store_subscription_plan_update', 49, 'active', 'disable', 'active', '2025-10-23 15:31:56', '2025-10-23 15:31:56', 'all'),
(161, 'account_block', 'Get_notification_on_account_block', 'store_account_block', 31, 'active', 'disable', 'active', '2025-10-24 12:14:26', '2025-10-24 12:14:26', 'all'),
(162, 'account_unblock', 'Get_notification_on_account_unblock', 'store_account_unblock', 31, 'active', 'disable', 'active', '2025-10-24 12:14:26', '2025-10-24 12:14:26', 'all'),
(163, 'withdraw_approve', 'Get_notification_on_withdraw_approve', 'store_withdraw_approve', 31, 'active', 'disable', 'active', '2025-10-24 12:14:26', '2025-10-24 12:14:26', 'all'),
(164, 'withdraw_rejaction', 'Get_notification_on_withdraw_rejaction', 'store_withdraw_rejaction', 31, 'active', 'disable', 'active', '2025-10-24 12:14:26', '2025-10-24 12:14:26', 'all'),
(165, 'campaign_join_request', 'Get_notification_on_campaign_join_request', 'store_campaign_join_request', 31, 'active', 'disable', 'disable', '2025-10-24 12:14:26', '2025-10-24 12:14:26', 'all'),
(166, 'campaign_join_rejaction', 'Get_notification_on_campaign_join_rejaction', 'store_campaign_join_rejaction', 31, 'active', 'disable', 'active', '2025-10-24 12:14:26', '2025-10-24 12:14:26', 'all'),
(167, 'campaign_join_approval', 'Get_notification_on_campaign_join_approval', 'store_campaign_join_approval', 31, 'active', 'disable', 'active', '2025-10-24 12:14:26', '2025-10-24 12:14:26', 'all'),
(168, 'order_notification', 'Get_notification_on_order_notification', 'store_order_notification', 31, 'disable', 'disable', 'active', '2025-10-24 12:14:26', '2025-10-24 12:14:26', 'all'),
(169, 'advertisement_create_by_admin', 'Get_notification_on_advertisement_create_by_admin', 'store_advertisement_create_by_admin', 31, 'active', 'disable', 'active', '2025-10-24 12:14:26', '2025-10-24 12:14:26', 'all'),
(170, 'advertisement_approval', 'Get_notification_on_advertisement_approval', 'store_advertisement_approval', 31, 'active', 'disable', 'active', '2025-10-24 12:14:26', '2025-10-24 12:14:26', 'all'),
(171, 'advertisement_deny', 'Get_notification_on_advertisement_deny', 'store_advertisement_deny', 31, 'active', 'disable', 'active', '2025-10-24 12:14:26', '2025-10-24 12:14:26', 'all'),
(172, 'advertisement_resume', 'Get_notification_on_advertisement_resume', 'store_advertisement_resume', 31, 'active', 'disable', 'active', '2025-10-24 12:14:26', '2025-10-24 12:14:26', 'all'),
(173, 'advertisement_pause', 'Get_notification_on_advertisement_pause', 'store_advertisement_pause', 31, 'active', 'disable', 'active', '2025-10-24 12:14:26', '2025-10-24 12:14:26', 'all'),
(174, 'product_approve', 'Get_notification_on_product_approve', 'store_product_approve', 31, 'active', 'disable', 'active', '2025-10-24 12:14:26', '2025-10-24 12:14:26', 'all'),
(175, 'product_reject', 'Get_notification_on_product_reject', 'store_product_reject', 31, 'active', 'disable', 'active', '2025-10-24 12:14:26', '2025-10-24 12:14:26', 'all'),
(176, 'subscription_success', 'Get_notification_on_subscription_success', 'store_subscription_success', 31, 'active', 'disable', 'active', '2025-10-24 12:14:26', '2025-10-24 12:14:26', 'all'),
(177, 'subscription_renew', 'Get_notification_on_subscription_renew', 'store_subscription_renew', 31, 'active', 'disable', 'active', '2025-10-24 12:14:26', '2025-10-24 12:14:26', 'all'),
(178, 'subscription_shift', 'Get_notification_on_subscription_shift', 'store_subscription_shift', 31, 'active', 'disable', 'active', '2025-10-24 12:14:26', '2025-10-24 12:14:26', 'all'),
(179, 'subscription_cancel', 'Get_notification_on_subscription_cancel', 'store_subscription_cancel', 31, 'active', 'disable', 'active', '2025-10-24 12:14:26', '2025-10-24 12:14:26', 'all'),
(180, 'subscription_plan_update', 'Get_notification_on_subscription_plan_update', 'store_subscription_plan_update', 31, 'active', 'disable', 'active', '2025-10-24 12:14:26', '2025-10-24 12:14:26', 'all'),
(181, 'account_block', 'Get_notification_on_account_block', 'store_account_block', 43, 'active', 'disable', 'active', '2025-10-24 16:52:32', '2025-10-24 16:52:32', 'all'),
(182, 'account_unblock', 'Get_notification_on_account_unblock', 'store_account_unblock', 43, 'active', 'disable', 'active', '2025-10-24 16:52:32', '2025-10-24 16:52:32', 'all'),
(183, 'withdraw_approve', 'Get_notification_on_withdraw_approve', 'store_withdraw_approve', 43, 'active', 'disable', 'active', '2025-10-24 16:52:32', '2025-10-24 16:52:32', 'all'),
(184, 'withdraw_rejaction', 'Get_notification_on_withdraw_rejaction', 'store_withdraw_rejaction', 43, 'active', 'disable', 'active', '2025-10-24 16:52:32', '2025-10-24 16:52:32', 'all'),
(185, 'campaign_join_request', 'Get_notification_on_campaign_join_request', 'store_campaign_join_request', 43, 'active', 'disable', 'disable', '2025-10-24 16:52:32', '2025-10-24 16:52:32', 'all'),
(186, 'campaign_join_rejaction', 'Get_notification_on_campaign_join_rejaction', 'store_campaign_join_rejaction', 43, 'active', 'disable', 'active', '2025-10-24 16:52:32', '2025-10-24 16:52:32', 'all'),
(187, 'campaign_join_approval', 'Get_notification_on_campaign_join_approval', 'store_campaign_join_approval', 43, 'active', 'disable', 'active', '2025-10-24 16:52:32', '2025-10-24 16:52:32', 'all'),
(188, 'order_notification', 'Get_notification_on_order_notification', 'store_order_notification', 43, 'disable', 'disable', 'active', '2025-10-24 16:52:32', '2025-10-24 16:52:32', 'all'),
(189, 'advertisement_create_by_admin', 'Get_notification_on_advertisement_create_by_admin', 'store_advertisement_create_by_admin', 43, 'active', 'disable', 'active', '2025-10-24 16:52:32', '2025-10-24 16:52:32', 'all'),
(190, 'advertisement_approval', 'Get_notification_on_advertisement_approval', 'store_advertisement_approval', 43, 'active', 'disable', 'active', '2025-10-24 16:52:32', '2025-10-24 16:52:32', 'all'),
(191, 'advertisement_deny', 'Get_notification_on_advertisement_deny', 'store_advertisement_deny', 43, 'active', 'disable', 'active', '2025-10-24 16:52:32', '2025-10-24 16:52:32', 'all'),
(192, 'advertisement_resume', 'Get_notification_on_advertisement_resume', 'store_advertisement_resume', 43, 'active', 'disable', 'active', '2025-10-24 16:52:32', '2025-10-24 16:52:32', 'all'),
(193, 'advertisement_pause', 'Get_notification_on_advertisement_pause', 'store_advertisement_pause', 43, 'active', 'disable', 'active', '2025-10-24 16:52:32', '2025-10-24 16:52:32', 'all'),
(194, 'product_approve', 'Get_notification_on_product_approve', 'store_product_approve', 43, 'active', 'disable', 'active', '2025-10-24 16:52:32', '2025-10-24 16:52:32', 'all'),
(195, 'product_reject', 'Get_notification_on_product_reject', 'store_product_reject', 43, 'active', 'disable', 'active', '2025-10-24 16:52:32', '2025-10-24 16:52:32', 'all'),
(196, 'subscription_success', 'Get_notification_on_subscription_success', 'store_subscription_success', 43, 'active', 'disable', 'active', '2025-10-24 16:52:32', '2025-10-24 16:52:32', 'all'),
(197, 'subscription_renew', 'Get_notification_on_subscription_renew', 'store_subscription_renew', 43, 'active', 'disable', 'active', '2025-10-24 16:52:32', '2025-10-24 16:52:32', 'all'),
(198, 'subscription_shift', 'Get_notification_on_subscription_shift', 'store_subscription_shift', 43, 'active', 'disable', 'active', '2025-10-24 16:52:32', '2025-10-24 16:52:32', 'all'),
(199, 'subscription_cancel', 'Get_notification_on_subscription_cancel', 'store_subscription_cancel', 43, 'active', 'disable', 'active', '2025-10-24 16:52:32', '2025-10-24 16:52:32', 'all'),
(200, 'subscription_plan_update', 'Get_notification_on_subscription_plan_update', 'store_subscription_plan_update', 43, 'active', 'disable', 'active', '2025-10-24 16:52:32', '2025-10-24 16:52:32', 'all'),
(201, 'account_block', 'Get_notification_on_account_block', 'store_account_block', 37, 'active', 'disable', 'active', '2025-11-06 10:38:15', '2025-11-06 10:38:15', 'all'),
(202, 'account_unblock', 'Get_notification_on_account_unblock', 'store_account_unblock', 37, 'active', 'disable', 'active', '2025-11-06 10:38:15', '2025-11-06 10:38:15', 'all'),
(203, 'withdraw_approve', 'Get_notification_on_withdraw_approve', 'store_withdraw_approve', 37, 'active', 'disable', 'active', '2025-11-06 10:38:15', '2025-11-06 10:38:15', 'all'),
(204, 'withdraw_rejaction', 'Get_notification_on_withdraw_rejaction', 'store_withdraw_rejaction', 37, 'active', 'disable', 'active', '2025-11-06 10:38:15', '2025-11-06 10:38:15', 'all'),
(205, 'campaign_join_request', 'Get_notification_on_campaign_join_request', 'store_campaign_join_request', 37, 'active', 'disable', 'disable', '2025-11-06 10:38:15', '2025-11-06 10:38:15', 'all'),
(206, 'campaign_join_rejaction', 'Get_notification_on_campaign_join_rejaction', 'store_campaign_join_rejaction', 37, 'active', 'disable', 'active', '2025-11-06 10:38:15', '2025-11-06 10:38:15', 'all'),
(207, 'campaign_join_approval', 'Get_notification_on_campaign_join_approval', 'store_campaign_join_approval', 37, 'active', 'disable', 'active', '2025-11-06 10:38:15', '2025-11-06 10:38:15', 'all'),
(208, 'order_notification', 'Get_notification_on_order_notification', 'store_order_notification', 37, 'disable', 'disable', 'active', '2025-11-06 10:38:15', '2025-11-06 10:38:15', 'all'),
(209, 'advertisement_create_by_admin', 'Get_notification_on_advertisement_create_by_admin', 'store_advertisement_create_by_admin', 37, 'active', 'disable', 'active', '2025-11-06 10:38:15', '2025-11-06 10:38:15', 'all'),
(210, 'advertisement_approval', 'Get_notification_on_advertisement_approval', 'store_advertisement_approval', 37, 'active', 'disable', 'active', '2025-11-06 10:38:15', '2025-11-06 10:38:15', 'all'),
(211, 'advertisement_deny', 'Get_notification_on_advertisement_deny', 'store_advertisement_deny', 37, 'active', 'disable', 'active', '2025-11-06 10:38:15', '2025-11-06 10:38:15', 'all'),
(212, 'advertisement_resume', 'Get_notification_on_advertisement_resume', 'store_advertisement_resume', 37, 'active', 'disable', 'active', '2025-11-06 10:38:15', '2025-11-06 10:38:15', 'all'),
(213, 'advertisement_pause', 'Get_notification_on_advertisement_pause', 'store_advertisement_pause', 37, 'active', 'disable', 'active', '2025-11-06 10:38:15', '2025-11-06 10:38:15', 'all'),
(214, 'product_approve', 'Get_notification_on_product_approve', 'store_product_approve', 37, 'active', 'disable', 'active', '2025-11-06 10:38:15', '2025-11-06 10:38:15', 'all'),
(215, 'product_reject', 'Get_notification_on_product_reject', 'store_product_reject', 37, 'active', 'disable', 'active', '2025-11-06 10:38:15', '2025-11-06 10:38:15', 'all'),
(216, 'subscription_success', 'Get_notification_on_subscription_success', 'store_subscription_success', 37, 'active', 'disable', 'active', '2025-11-06 10:38:15', '2025-11-06 10:38:15', 'all'),
(217, 'subscription_renew', 'Get_notification_on_subscription_renew', 'store_subscription_renew', 37, 'active', 'disable', 'active', '2025-11-06 10:38:15', '2025-11-06 10:38:15', 'all'),
(218, 'subscription_shift', 'Get_notification_on_subscription_shift', 'store_subscription_shift', 37, 'active', 'disable', 'active', '2025-11-06 10:38:15', '2025-11-06 10:38:15', 'all'),
(219, 'subscription_cancel', 'Get_notification_on_subscription_cancel', 'store_subscription_cancel', 37, 'active', 'disable', 'active', '2025-11-06 10:38:15', '2025-11-06 10:38:15', 'all'),
(220, 'subscription_plan_update', 'Get_notification_on_subscription_plan_update', 'store_subscription_plan_update', 37, 'active', 'disable', 'active', '2025-11-06 10:38:15', '2025-11-06 10:38:15', 'all'),
(221, 'account_block', 'Get_notification_on_account_block', 'store_account_block', 44, 'active', 'disable', 'active', '2025-12-10 12:59:57', '2025-12-10 12:59:57', 'all'),
(222, 'account_unblock', 'Get_notification_on_account_unblock', 'store_account_unblock', 44, 'active', 'disable', 'active', '2025-12-10 12:59:57', '2025-12-10 12:59:57', 'all'),
(223, 'withdraw_approve', 'Get_notification_on_withdraw_approve', 'store_withdraw_approve', 44, 'active', 'disable', 'active', '2025-12-10 12:59:57', '2025-12-10 12:59:57', 'all'),
(224, 'withdraw_rejaction', 'Get_notification_on_withdraw_rejaction', 'store_withdraw_rejaction', 44, 'active', 'disable', 'active', '2025-12-10 12:59:57', '2025-12-10 12:59:57', 'all'),
(225, 'campaign_join_request', 'Get_notification_on_campaign_join_request', 'store_campaign_join_request', 44, 'active', 'disable', 'disable', '2025-12-10 12:59:57', '2025-12-10 12:59:57', 'all'),
(226, 'campaign_join_rejaction', 'Get_notification_on_campaign_join_rejaction', 'store_campaign_join_rejaction', 44, 'active', 'disable', 'active', '2025-12-10 12:59:57', '2025-12-10 12:59:57', 'all'),
(227, 'campaign_join_approval', 'Get_notification_on_campaign_join_approval', 'store_campaign_join_approval', 44, 'active', 'disable', 'active', '2025-12-10 12:59:57', '2025-12-10 12:59:57', 'all'),
(228, 'order_notification', 'Get_notification_on_order_notification', 'store_order_notification', 44, 'disable', 'disable', 'active', '2025-12-10 12:59:57', '2025-12-10 12:59:57', 'all'),
(229, 'advertisement_create_by_admin', 'Get_notification_on_advertisement_create_by_admin', 'store_advertisement_create_by_admin', 44, 'active', 'disable', 'active', '2025-12-10 12:59:57', '2025-12-10 12:59:57', 'all'),
(230, 'advertisement_approval', 'Get_notification_on_advertisement_approval', 'store_advertisement_approval', 44, 'active', 'disable', 'active', '2025-12-10 12:59:57', '2025-12-10 12:59:57', 'all'),
(231, 'advertisement_deny', 'Get_notification_on_advertisement_deny', 'store_advertisement_deny', 44, 'active', 'disable', 'active', '2025-12-10 12:59:57', '2025-12-10 12:59:57', 'all'),
(232, 'advertisement_resume', 'Get_notification_on_advertisement_resume', 'store_advertisement_resume', 44, 'active', 'disable', 'active', '2025-12-10 12:59:57', '2025-12-10 12:59:57', 'all'),
(233, 'advertisement_pause', 'Get_notification_on_advertisement_pause', 'store_advertisement_pause', 44, 'active', 'disable', 'active', '2025-12-10 12:59:57', '2025-12-10 12:59:57', 'all'),
(234, 'product_approve', 'Get_notification_on_product_approve', 'store_product_approve', 44, 'active', 'disable', 'active', '2025-12-10 12:59:57', '2025-12-10 12:59:57', 'all'),
(235, 'product_reject', 'Get_notification_on_product_reject', 'store_product_reject', 44, 'active', 'disable', 'active', '2025-12-10 12:59:57', '2025-12-10 12:59:57', 'all'),
(236, 'subscription_success', 'Get_notification_on_subscription_success', 'store_subscription_success', 44, 'active', 'disable', 'active', '2025-12-10 12:59:57', '2025-12-10 12:59:57', 'all'),
(237, 'subscription_renew', 'Get_notification_on_subscription_renew', 'store_subscription_renew', 44, 'active', 'disable', 'active', '2025-12-10 12:59:57', '2025-12-10 12:59:57', 'all'),
(238, 'subscription_shift', 'Get_notification_on_subscription_shift', 'store_subscription_shift', 44, 'active', 'disable', 'active', '2025-12-10 12:59:57', '2025-12-10 12:59:57', 'all'),
(239, 'subscription_cancel', 'Get_notification_on_subscription_cancel', 'store_subscription_cancel', 44, 'active', 'disable', 'active', '2025-12-10 12:59:57', '2025-12-10 12:59:57', 'all'),
(240, 'subscription_plan_update', 'Get_notification_on_subscription_plan_update', 'store_subscription_plan_update', 44, 'active', 'disable', 'active', '2025-12-10 12:59:57', '2025-12-10 12:59:57', 'all'),
(241, 'account_block', 'Get_notification_on_account_block', 'store_account_block', 51, 'active', 'disable', 'active', '2026-01-23 08:49:14', '2026-01-23 08:49:14', 'all'),
(242, 'account_unblock', 'Get_notification_on_account_unblock', 'store_account_unblock', 51, 'active', 'disable', 'active', '2026-01-23 08:49:14', '2026-01-23 08:49:14', 'all'),
(243, 'withdraw_approve', 'Get_notification_on_withdraw_approve', 'store_withdraw_approve', 51, 'active', 'disable', 'active', '2026-01-23 08:49:14', '2026-01-23 08:49:14', 'all'),
(244, 'withdraw_rejaction', 'Get_notification_on_withdraw_rejaction', 'store_withdraw_rejaction', 51, 'active', 'disable', 'active', '2026-01-23 08:49:14', '2026-01-23 08:49:14', 'all'),
(245, 'campaign_join_request', 'Get_notification_on_campaign_join_request', 'store_campaign_join_request', 51, 'active', 'disable', 'disable', '2026-01-23 08:49:14', '2026-01-23 08:49:14', 'all'),
(246, 'campaign_join_rejaction', 'Get_notification_on_campaign_join_rejaction', 'store_campaign_join_rejaction', 51, 'active', 'disable', 'active', '2026-01-23 08:49:14', '2026-01-23 08:49:14', 'all'),
(247, 'campaign_join_approval', 'Get_notification_on_campaign_join_approval', 'store_campaign_join_approval', 51, 'active', 'disable', 'active', '2026-01-23 08:49:14', '2026-01-23 08:49:14', 'all'),
(248, 'order_notification', 'Get_notification_on_order_notification', 'store_order_notification', 51, 'disable', 'disable', 'active', '2026-01-23 08:49:14', '2026-01-23 08:49:14', 'all'),
(249, 'advertisement_create_by_admin', 'Get_notification_on_advertisement_create_by_admin', 'store_advertisement_create_by_admin', 51, 'active', 'disable', 'active', '2026-01-23 08:49:14', '2026-01-23 08:49:14', 'all'),
(250, 'advertisement_approval', 'Get_notification_on_advertisement_approval', 'store_advertisement_approval', 51, 'active', 'disable', 'active', '2026-01-23 08:49:14', '2026-01-23 08:49:14', 'all'),
(251, 'advertisement_deny', 'Get_notification_on_advertisement_deny', 'store_advertisement_deny', 51, 'active', 'disable', 'active', '2026-01-23 08:49:14', '2026-01-23 08:49:14', 'all'),
(252, 'advertisement_resume', 'Get_notification_on_advertisement_resume', 'store_advertisement_resume', 51, 'active', 'disable', 'active', '2026-01-23 08:49:14', '2026-01-23 08:49:14', 'all'),
(253, 'advertisement_pause', 'Get_notification_on_advertisement_pause', 'store_advertisement_pause', 51, 'active', 'disable', 'active', '2026-01-23 08:49:14', '2026-01-23 08:49:14', 'all'),
(254, 'product_approve', 'Get_notification_on_product_approve', 'store_product_approve', 51, 'active', 'disable', 'active', '2026-01-23 08:49:14', '2026-01-23 08:49:14', 'all'),
(255, 'product_reject', 'Get_notification_on_product_reject', 'store_product_reject', 51, 'active', 'disable', 'active', '2026-01-23 08:49:14', '2026-01-23 08:49:14', 'all'),
(256, 'subscription_success', 'Get_notification_on_subscription_success', 'store_subscription_success', 51, 'active', 'disable', 'active', '2026-01-23 08:49:14', '2026-01-23 08:49:14', 'all'),
(257, 'subscription_renew', 'Get_notification_on_subscription_renew', 'store_subscription_renew', 51, 'active', 'disable', 'active', '2026-01-23 08:49:14', '2026-01-23 08:49:14', 'all'),
(258, 'subscription_shift', 'Get_notification_on_subscription_shift', 'store_subscription_shift', 51, 'active', 'disable', 'active', '2026-01-23 08:49:14', '2026-01-23 08:49:14', 'all'),
(259, 'subscription_cancel', 'Get_notification_on_subscription_cancel', 'store_subscription_cancel', 51, 'active', 'disable', 'active', '2026-01-23 08:49:14', '2026-01-23 08:49:14', 'all'),
(260, 'subscription_plan_update', 'Get_notification_on_subscription_plan_update', 'store_subscription_plan_update', 51, 'active', 'disable', 'active', '2026-01-23 08:49:14', '2026-01-23 08:49:14', 'all'),
(261, 'account_block', 'Get_notification_on_account_block', 'store_account_block', 47, 'active', 'disable', 'active', '2026-01-28 08:41:59', '2026-01-28 08:41:59', 'all'),
(262, 'account_unblock', 'Get_notification_on_account_unblock', 'store_account_unblock', 47, 'active', 'disable', 'active', '2026-01-28 08:41:59', '2026-01-28 08:41:59', 'all'),
(263, 'withdraw_approve', 'Get_notification_on_withdraw_approve', 'store_withdraw_approve', 47, 'active', 'disable', 'active', '2026-01-28 08:41:59', '2026-01-28 08:41:59', 'all'),
(264, 'withdraw_rejaction', 'Get_notification_on_withdraw_rejaction', 'store_withdraw_rejaction', 47, 'active', 'disable', 'active', '2026-01-28 08:41:59', '2026-01-28 08:41:59', 'all'),
(265, 'campaign_join_request', 'Get_notification_on_campaign_join_request', 'store_campaign_join_request', 47, 'active', 'disable', 'disable', '2026-01-28 08:41:59', '2026-01-28 08:41:59', 'all'),
(266, 'campaign_join_rejaction', 'Get_notification_on_campaign_join_rejaction', 'store_campaign_join_rejaction', 47, 'active', 'disable', 'active', '2026-01-28 08:41:59', '2026-01-28 08:41:59', 'all'),
(267, 'campaign_join_approval', 'Get_notification_on_campaign_join_approval', 'store_campaign_join_approval', 47, 'active', 'disable', 'active', '2026-01-28 08:41:59', '2026-01-28 08:41:59', 'all'),
(268, 'order_notification', 'Get_notification_on_order_notification', 'store_order_notification', 47, 'disable', 'disable', 'active', '2026-01-28 08:41:59', '2026-01-28 08:41:59', 'all'),
(269, 'advertisement_create_by_admin', 'Get_notification_on_advertisement_create_by_admin', 'store_advertisement_create_by_admin', 47, 'active', 'disable', 'active', '2026-01-28 08:41:59', '2026-01-28 08:41:59', 'all'),
(270, 'advertisement_approval', 'Get_notification_on_advertisement_approval', 'store_advertisement_approval', 47, 'active', 'disable', 'active', '2026-01-28 08:41:59', '2026-01-28 08:41:59', 'all'),
(271, 'advertisement_deny', 'Get_notification_on_advertisement_deny', 'store_advertisement_deny', 47, 'active', 'disable', 'active', '2026-01-28 08:41:59', '2026-01-28 08:41:59', 'all'),
(272, 'advertisement_resume', 'Get_notification_on_advertisement_resume', 'store_advertisement_resume', 47, 'active', 'disable', 'active', '2026-01-28 08:41:59', '2026-01-28 08:41:59', 'all'),
(273, 'advertisement_pause', 'Get_notification_on_advertisement_pause', 'store_advertisement_pause', 47, 'active', 'disable', 'active', '2026-01-28 08:41:59', '2026-01-28 08:41:59', 'all'),
(274, 'product_approve', 'Get_notification_on_product_approve', 'store_product_approve', 47, 'active', 'disable', 'active', '2026-01-28 08:41:59', '2026-01-28 08:41:59', 'all'),
(275, 'product_reject', 'Get_notification_on_product_reject', 'store_product_reject', 47, 'active', 'disable', 'active', '2026-01-28 08:41:59', '2026-01-28 08:41:59', 'all'),
(276, 'subscription_success', 'Get_notification_on_subscription_success', 'store_subscription_success', 47, 'active', 'disable', 'active', '2026-01-28 08:41:59', '2026-01-28 08:41:59', 'all'),
(277, 'subscription_renew', 'Get_notification_on_subscription_renew', 'store_subscription_renew', 47, 'active', 'disable', 'active', '2026-01-28 08:41:59', '2026-01-28 08:41:59', 'all'),
(278, 'subscription_shift', 'Get_notification_on_subscription_shift', 'store_subscription_shift', 47, 'active', 'disable', 'active', '2026-01-28 08:41:59', '2026-01-28 08:41:59', 'all'),
(279, 'subscription_cancel', 'Get_notification_on_subscription_cancel', 'store_subscription_cancel', 47, 'active', 'disable', 'active', '2026-01-28 08:41:59', '2026-01-28 08:41:59', 'all'),
(280, 'subscription_plan_update', 'Get_notification_on_subscription_plan_update', 'store_subscription_plan_update', 47, 'active', 'disable', 'active', '2026-01-28 08:41:59', '2026-01-28 08:41:59', '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
(42, 42, 0, '00:00:00', '23:59:59', '2025-10-22 02:05:14', '2025-10-22 02:05:14'),
(43, 42, 1, '00:00:00', '23:59:59', '2025-10-22 02:05:14', '2025-10-22 02:05:14'),
(44, 42, 2, '00:00:00', '23:59:59', '2025-10-22 02:05:14', '2025-10-22 02:05:14'),
(45, 42, 3, '00:00:00', '23:59:59', '2025-10-22 02:05:14', '2025-10-22 02:05:14'),
(46, 42, 4, '00:00:00', '23:59:59', '2025-10-22 02:05:14', '2025-10-22 02:05:14'),
(47, 42, 5, '00:00:00', '23:59:59', '2025-10-22 02:05:14', '2025-10-22 02:05:14'),
(48, 42, 6, '00:00:00', '23:59:59', '2025-10-22 02:05:14', '2025-10-22 02:05:14'),
(49, 43, 0, '00:00:00', '23:59:59', '2025-10-22 02:07:38', '2025-10-22 02:07:38'),
(50, 43, 1, '00:00:00', '23:59:59', '2025-10-22 02:07:38', '2025-10-22 02:07:38'),
(51, 43, 2, '00:00:00', '23:59:59', '2025-10-22 02:07:38', '2025-10-22 02:07:38'),
(52, 43, 3, '00:00:00', '23:59:59', '2025-10-22 02:07:38', '2025-10-22 02:07:38'),
(53, 43, 4, '00:00:00', '23:59:59', '2025-10-22 02:07:38', '2025-10-22 02:07:38'),
(54, 43, 5, '00:00:00', '23:59:59', '2025-10-22 02:07:38', '2025-10-22 02:07:38'),
(55, 43, 6, '00:00:00', '23:59:59', '2025-10-22 02:07:38', '2025-10-22 02:07:38'),
(56, 44, 0, '00:00:00', '23:59:59', '2025-10-22 03:08:41', '2025-10-22 03:08:41'),
(57, 44, 1, '00:00:00', '23:59:59', '2025-10-22 03:08:41', '2025-10-22 03:08:41'),
(58, 44, 2, '00:00:00', '23:59:59', '2025-10-22 03:08:41', '2025-10-22 03:08:41'),
(59, 44, 3, '00:00:00', '23:59:59', '2025-10-22 03:08:41', '2025-10-22 03:08:41'),
(60, 44, 4, '00:00:00', '23:59:59', '2025-10-22 03:08:41', '2025-10-22 03:08:41'),
(61, 44, 5, '00:00:00', '23:59:59', '2025-10-22 03:08:41', '2025-10-22 03:08:41'),
(62, 44, 6, '00:00:00', '23:59:59', '2025-10-22 03:08:41', '2025-10-22 03:08:41'),
(63, 45, 0, '00:00:00', '23:59:59', '2025-10-22 03:10:42', '2025-10-22 03:10:42'),
(64, 45, 1, '00:00:00', '23:59:59', '2025-10-22 03:10:42', '2025-10-22 03:10:42'),
(65, 45, 2, '00:00:00', '23:59:59', '2025-10-22 03:10:42', '2025-10-22 03:10:42'),
(66, 45, 3, '00:00:00', '23:59:59', '2025-10-22 03:10:42', '2025-10-22 03:10:42'),
(67, 45, 4, '00:00:00', '23:59:59', '2025-10-22 03:10:42', '2025-10-22 03:10:42'),
(68, 45, 5, '00:00:00', '23:59:59', '2025-10-22 03:10:42', '2025-10-22 03:10:42'),
(69, 45, 6, '00:00:00', '23:59:59', '2025-10-22 03:10:42', '2025-10-22 03:10:42'),
(71, 34, 4, '09:00:00', '18:00:00', NULL, NULL),
(72, 34, 1, '09:00:00', '18:00:00', NULL, NULL),
(73, 34, 2, '09:00:00', '18:00:00', NULL, NULL),
(74, 34, 3, '09:00:00', '18:00:00', NULL, NULL),
(75, 34, 5, '09:00:00', '18:00:00', NULL, NULL),
(76, 34, 6, '09:00:00', '18:00:00', NULL, NULL),
(78, 34, 0, '09:00:00', '18:30:00', NULL, NULL),
(79, 51, 3, '09:30:00', '18:30:00', NULL, NULL),
(80, 50, 4, '08:00:00', '23:59:00', NULL, NULL),
(81, 33, 1, '08:00:00', '20:00:00', NULL, NULL),
(82, 33, 2, '08:00:00', '23:59:00', NULL, NULL),
(83, 33, 3, '08:00:00', '23:59:00', NULL, NULL),
(84, 33, 4, '08:00:00', '23:59:00', NULL, NULL),
(85, 33, 5, '08:00:00', '23:59:00', NULL, NULL),
(88, 50, 3, '08:00:00', '23:59:00', NULL, NULL),
(89, 50, 2, '08:00:00', '23:59:00', NULL, NULL),
(90, 50, 1, '08:00:00', '23:59:00', NULL, NULL),
(91, 50, 5, '08:00:00', '23:59:00', NULL, NULL),
(92, 50, 6, '08:00:00', '23:59:00', NULL, NULL),
(93, 50, 0, '08:00:00', '23:59:00', NULL, NULL),
(94, 33, 6, '08:00:00', '23:59:00', NULL, NULL),
(95, 33, 0, '08:00:00', '23:59:00', NULL, NULL),
(96, 39, 1, '08:30:00', '23:30:00', NULL, NULL),
(97, 39, 2, '08:30:00', '23:30:00', NULL, NULL),
(98, 39, 3, '08:30:00', '23:30:00', NULL, NULL),
(99, 39, 4, '08:30:00', '23:30:00', NULL, NULL),
(100, 37, 1, '08:00:00', '23:59:00', NULL, NULL),
(101, 37, 2, '08:00:00', '23:59:00', NULL, NULL),
(102, 37, 3, '08:00:00', '23:59:00', NULL, NULL),
(103, 37, 4, '08:00:00', '23:59:00', NULL, NULL),
(104, 37, 5, '08:00:00', '23:59:00', NULL, NULL),
(105, 39, 5, '08:30:00', '23:30:00', NULL, NULL),
(106, 37, 6, '08:00:00', '23:59:00', NULL, NULL),
(107, 37, 0, '08:00:00', '23:59:00', NULL, NULL),
(108, 39, 6, '08:30:00', '23:30:00', NULL, NULL),
(109, 39, 0, '08:30:00', '23:30:00', NULL, NULL),
(110, 46, 1, '08:00:00', '23:59:00', NULL, NULL),
(111, 46, 2, '08:00:00', '23:59:00', NULL, NULL),
(112, 46, 3, '08:00:00', '23:59:00', NULL, NULL),
(113, 46, 4, '08:00:00', '23:59:00', NULL, NULL),
(114, 46, 5, '08:00:00', '23:59:00', NULL, NULL),
(115, 46, 6, '08:00:00', '23:59:00', NULL, NULL),
(116, 46, 0, '08:00:00', '23:59:00', NULL, NULL),
(117, 49, 1, '08:30:00', '22:00:00', NULL, NULL),
(118, 49, 2, '08:30:00', '22:00:00', NULL, NULL),
(119, 47, 1, '08:00:00', '23:59:00', NULL, NULL),
(120, 49, 3, '08:30:00', '22:00:00', NULL, NULL),
(121, 49, 4, '08:30:00', '22:00:00', NULL, NULL),
(122, 47, 2, '08:00:00', '23:59:00', NULL, NULL),
(123, 49, 5, '08:30:00', '22:00:00', NULL, NULL),
(124, 47, 3, '08:00:00', '23:59:00', NULL, NULL),
(125, 49, 6, '08:30:00', '22:00:00', NULL, NULL),
(126, 47, 4, '08:00:00', '23:59:00', NULL, NULL),
(127, 49, 0, '08:30:00', '22:00:00', NULL, NULL),
(128, 47, 5, '08:00:00', '23:59:00', NULL, NULL),
(129, 47, 6, '08:00:00', '23:59:00', NULL, NULL),
(130, 47, 0, '08:00:00', '23:59:00', NULL, NULL),
(131, 48, 1, '08:00:00', '22:30:00', NULL, NULL),
(132, 48, 2, '08:00:00', '22:30:00', NULL, NULL),
(133, 48, 3, '08:00:00', '22:30:00', NULL, NULL),
(134, 48, 4, '08:00:00', '22:30:00', NULL, NULL),
(135, 48, 5, '08:00:00', '22:30:00', NULL, NULL),
(136, 48, 6, '08:00:00', '22:30:00', NULL, NULL),
(137, 48, 0, '08:00:00', '22:30:00', NULL, NULL),
(138, 31, 1, '08:00:00', '22:30:00', NULL, NULL),
(139, 31, 2, '08:00:00', '22:30:00', NULL, NULL),
(140, 31, 3, '08:00:00', '22:30:00', NULL, NULL),
(141, 31, 4, '08:00:00', '22:30:00', NULL, NULL),
(142, 31, 5, '08:00:00', '22:30:00', NULL, NULL),
(143, 31, 6, '08:00:00', '22:30:00', NULL, NULL),
(144, 31, 0, '08:00:00', '22:30:00', NULL, NULL),
(145, 32, 1, '08:00:00', '22:30:00', NULL, NULL),
(146, 32, 2, '08:00:00', '22:30:00', NULL, NULL),
(147, 32, 3, '08:00:00', '22:30:00', NULL, NULL),
(148, 32, 4, '08:00:00', '22:30:00', NULL, NULL),
(149, 32, 5, '08:00:00', '22:30:00', NULL, NULL),
(150, 32, 6, '08:00:00', '22:30:00', NULL, NULL),
(151, 32, 0, '08:00:00', '22:30:00', NULL, NULL),
(152, 41, 1, '15:00:00', '23:59:00', NULL, NULL),
(153, 41, 2, '15:00:00', '23:59:00', NULL, NULL),
(154, 41, 3, '15:00:00', '23:59:00', NULL, NULL),
(155, 41, 4, '15:00:00', '23:59:00', NULL, NULL),
(156, 41, 5, '15:00:00', '23:59:00', NULL, NULL),
(157, 41, 6, '15:00:00', '23:59:00', NULL, NULL),
(158, 41, 0, '15:00:00', '23:59:00', NULL, NULL),
(159, 30, 1, '08:00:00', '22:30:00', NULL, NULL),
(160, 30, 2, '08:00:00', '22:30:00', NULL, NULL),
(161, 30, 3, '08:00:00', '22:30:00', NULL, NULL),
(162, 30, 4, '08:00:00', '22:30:00', NULL, NULL),
(163, 30, 5, '08:00:00', '22:30:00', NULL, NULL),
(164, 30, 6, '08:00:00', '22:30:00', NULL, NULL),
(165, 30, 0, '08:00:00', '22:30:00', NULL, NULL),
(166, 40, 1, '15:00:00', '23:59:00', NULL, NULL),
(167, 40, 2, '15:00:00', '23:59:00', NULL, NULL),
(168, 40, 3, '15:00:00', '23:59:00', NULL, NULL),
(169, 40, 4, '15:00:00', '23:59:00', NULL, NULL),
(170, 40, 5, '15:00:00', '23:59:00', NULL, NULL),
(171, 40, 6, '15:00:00', '23:59:00', NULL, NULL),
(172, 40, 0, '15:00:00', '23:59:00', NULL, NULL),
(173, 38, 1, '15:00:00', '23:59:00', NULL, NULL),
(174, 38, 2, '15:00:00', '23:59:00', NULL, NULL),
(175, 38, 3, '15:00:00', '23:59:00', NULL, NULL),
(176, 38, 4, '15:00:00', '23:59:00', NULL, NULL),
(177, 38, 5, '15:00:00', '23:59:00', NULL, NULL),
(178, 38, 6, '15:00:00', '23:59:00', NULL, NULL),
(179, 38, 0, '15:00:00', '23:59:00', NULL, NULL),
(180, 36, 1, '15:00:00', '23:59:00', NULL, NULL),
(181, 36, 2, '15:00:00', '23:59:00', NULL, NULL),
(182, 36, 3, '15:00:00', '23:59:00', NULL, NULL),
(183, 36, 4, '15:00:00', '23:59:00', NULL, NULL),
(184, 36, 5, '15:00:00', '23:59:00', NULL, NULL),
(185, 36, 6, '15:00:00', '23:59:00', NULL, NULL),
(186, 36, 0, '15:00:00', '23:59:00', NULL, NULL);

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

--
-- 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, 0.00, 0.00, 0.00, 0.00, '2024-06-05 20:16:11', '2024-06-05 20:16:11'),
(2, 5, 0.00, 0.00, 0.00, 0.00, '2025-10-22 01:28:52', '2025-10-22 01:28:52'),
(3, 6, 2249.91, 0.00, 1925.20, 0.00, '2025-10-23 01:51:12', '2026-01-28 08:57:17'),
(4, 2, 257.85, 0.00, 0.00, 0.00, '2025-10-23 16:46:12', '2025-11-07 11:23:07'),
(5, 22, 10.80, 0.00, 0.00, 0.00, '2025-10-24 11:32:23', '2025-11-07 09:33:41'),
(6, 21, 251.10, 0.00, 0.00, 0.00, '2025-10-24 16:35:26', '2026-01-29 10:04:09'),
(7, 28, 0.00, 0.00, 0.00, 0.00, '2026-01-30 10:56:16', '2026-01-30 10:56:16'),
(8, 20, 0.00, 0.00, 0.00, 0.00, '2026-01-30 10:56:26', '2026-01-30 10:56:26'),
(9, 3, 0.00, 0.00, 0.00, 0.00, '2026-01-30 11:00:46', '2026-01-30 11:00:46');

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

--
-- 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) NOT NULL,
  `payment_status` varchar(191) NOT NULL,
  `reference` varchar(191) 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) 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') NOT NULL DEFAULT 'first_purchased',
  `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 `surge_prices`
--

CREATE TABLE `surge_prices` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `surge_price_name` varchar(255) NOT NULL,
  `customer_note` text DEFAULT NULL,
  `customer_note_status` tinyint(1) NOT NULL DEFAULT 1,
  `module_ids` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`module_ids`)),
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `price` decimal(10,2) NOT NULL DEFAULT 0.00,
  `price_type` enum('amount','percent') 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') NOT NULL DEFAULT 'daily',
  `weekly_days` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`weekly_days`)),
  `custom_days` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`custom_days`)),
  `custom_times` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`custom_times`)),
  `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_unicode_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, 'Sugar', '2025-10-22 01:33:45', '2025-10-22 01:33:45'),
(2, 'Dry Fruits', '2025-10-22 01:39:12', '2025-10-22 01:39:12'),
(3, 'Salt', '2025-10-22 03:13:39', '2025-10-22 03:13:39'),
(4, 'Dal', '2025-10-22 03:16:03', '2025-10-22 03:16:03'),
(5, 'Poha', '2025-10-22 03:18:31', '2025-10-22 03:18:31'),
(6, 'Beans Patty', '2025-10-22 05:01:58', '2025-10-22 05:01:58'),
(7, 'Korean Spicy Veg Burger', '2025-10-22 05:01:58', '2025-10-22 05:01:58'),
(8, 'Korean Fried Chicken Burger or Wrap Combo', '2025-10-22 05:09:13', '2025-10-22 05:09:13'),
(9, 'Chicken n Cheese Slims Burger', '2025-10-22 05:17:15', '2025-10-22 05:17:15'),
(10, 'Pav', '2025-10-22 05:22:25', '2025-10-22 05:22:25'),
(11, 'Misal Pav', '2025-10-22 05:22:25', '2025-10-22 05:22:25'),
(12, 'Misal', '2025-10-22 05:22:25', '2025-10-22 05:22:25'),
(13, 'Paneer Masala', '2025-10-22 05:29:25', '2025-10-22 05:29:25'),
(14, 'Baingan Bharta', '2025-10-22 05:34:24', '2025-10-22 05:34:24'),
(15, 'Paneer Farmhouse', '2025-10-22 05:48:12', '2025-10-22 05:48:12'),
(16, 'Classic Onion Capsicum', '2025-10-22 05:51:07', '2025-10-22 05:51:07'),
(17, 'Veggie Feast', '2025-10-22 05:56:45', '2025-10-22 05:56:45'),
(18, 'Schezwan Margherita', '2025-10-22 06:00:32', '2025-10-22 06:00:32'),
(19, 'Chicken Box', '2025-10-22 06:09:40', '2025-10-22 06:09:40'),
(20, 'Bbq Chicken Shawarma', '2025-10-22 06:12:50', '2025-10-22 06:12:50'),
(21, 'Paneer', '2025-10-22 06:18:25', '2025-10-22 06:18:25'),
(22, 'Corn & Cheese', '2025-10-22 06:23:26', '2025-10-22 06:23:26'),
(23, 'Chilli Paneer Sizzle', '2025-10-22 06:26:00', '2025-10-22 06:26:00'),
(24, 'painrelief', '2025-10-23 15:07:55', '2025-10-23 15:07:55'),
(25, 'ghee', '2025-10-23 16:10:00', '2025-10-23 16:10:00'),
(26, 'cheesecake', '2026-01-13 04:27:29', '2026-01-13 04:27:29'),
(27, 'cravings', '2026-01-13 04:27:29', '2026-01-13 04:27:29');

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

--
-- 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 &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 MXLovo</p>', NULL, NULL),
(3, 'App\\Models\\Zone', 1, 'en', 'name', 'Demo Zone', NULL, NULL),
(6, 'App\\Models\\Store', 1, 'en', 'name', 'Demo 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', 'MXLovo', 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', 'I ordered the wrong food', 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\\AdminSpecialCriteria', 7, 'en', 'title', 'Easy to Get Help & Support', NULL, NULL),
(44, 'App\\Models\\Banner', 1, 'en', 'title', 'Demo Banner', NULL, NULL),
(47, 'App\\Models\\Store', 30, 'en', 'name', 'Super market', NULL, NULL),
(48, 'App\\Models\\Store', 30, 'en', 'address', 'House, road', NULL, NULL),
(49, 'App\\Models\\Store', 31, 'en', 'name', 'Organic Market', NULL, NULL),
(50, 'App\\Models\\Store', 31, 'en', 'address', 'House: 00, Road: 00, City-0000, Country', NULL, NULL),
(51, 'App\\Models\\Zone', 2, 'en', 'name', 'Global Zone', NULL, NULL),
(52, 'App\\Models\\Zone', 2, 'en', 'display_name', 'Global Zone', NULL, NULL),
(53, 'App\\Models\\Store', 32, 'en', 'name', 'BIG BAZAR', NULL, NULL),
(54, 'App\\Models\\Store', 32, 'en', 'address', 'MUMBAI', NULL, NULL),
(55, 'App\\Models\\Store', 33, 'en', 'name', 'Medicare', NULL, NULL),
(56, 'App\\Models\\Store', 33, 'en', 'address', 'Medicare', NULL, NULL),
(57, 'App\\Models\\Store', 34, 'en', 'name', 'Fresh market', NULL, NULL),
(58, 'App\\Models\\Store', 34, 'en', 'address', 'Market no 86', NULL, NULL),
(59, 'App\\Models\\DMVehicle', 1, 'en', 'type', 'Bike', NULL, NULL),
(62, 'App\\Models\\Category', 31, 'en', 'name', 'Kids', NULL, NULL),
(63, 'App\\Models\\Category', 3, 'en', 'name', 'Daily Needs', NULL, NULL),
(64, 'App\\Models\\Store', 36, 'en', 'name', 'Liquor Store', NULL, NULL),
(65, 'App\\Models\\Store', 36, 'en', 'address', NULL, NULL, NULL),
(66, 'App\\Models\\Category', 29, 'en', 'name', 'Milk', NULL, NULL),
(67, 'App\\Models\\Store', 37, 'en', 'name', 'Kr pharmacy', NULL, NULL),
(68, 'App\\Models\\Store', 37, 'en', 'address', 'BKC, Mumbai', NULL, NULL),
(69, 'App\\Models\\Store', 38, 'en', 'name', 'Crafty Cocktails', NULL, NULL),
(70, 'App\\Models\\Store', 38, 'en', 'address', 'BKC Mumbai', NULL, NULL),
(71, 'App\\Models\\Item', 2, 'en', 'name', 'Milk', NULL, NULL),
(72, 'App\\Models\\Item', 2, 'en', 'description', 'Fresh Cow MILK', NULL, NULL),
(73, 'App\\Models\\Store', 39, 'en', 'name', 'Alpha Medicine Store', NULL, NULL),
(74, 'App\\Models\\Store', 39, 'en', 'address', 'House: 33, Road: 30, City-54666, Dubai', NULL, NULL),
(75, 'App\\Models\\Store', 40, 'en', 'name', 'Barrel & Vineyard', NULL, NULL),
(76, 'App\\Models\\Store', 40, 'en', 'address', 'New York', NULL, NULL),
(77, 'App\\Models\\Item', 3, 'en', 'name', 'Dabur Chyawanprakash Sugarfree', NULL, NULL),
(78, 'App\\Models\\Item', 3, 'en', 'description', 'Dabur Chyawanprakash Sugarfree - 900g | 3X Immunity Action | Clinically Tested Safe for Diabetics | With 40+ Ayurvedic Herbs | Boosts Immunity | Helps Build Strength & Stamina | Builds Overall Health', NULL, NULL),
(79, 'App\\Models\\Store', 41, 'en', 'name', 'Barrels and Bottles', NULL, NULL),
(80, 'App\\Models\\Store', 41, 'en', 'address', 'BKC Mumbai', NULL, NULL),
(81, 'App\\Models\\Item', 4, 'en', 'name', '19 Crimes Cabernet Sauvignon', NULL, NULL),
(82, 'App\\Models\\Item', 4, 'en', 'description', '19 Crimes Cabernet Sauvignon', NULL, NULL),
(83, 'App\\Models\\Item', 5, 'en', 'name', 'Josh Cellars Cabernet Sauvignon 2016', NULL, NULL),
(84, 'App\\Models\\Item', 5, 'en', 'description', 'Josh Cellars Cabernet Sauvignon 2016', NULL, NULL),
(85, 'App\\Models\\Item', 6, 'en', 'name', 'Fortune Sugar, 1 kg', NULL, NULL),
(86, 'App\\Models\\Item', 6, 'en', 'description', 'Fortune Sugar, 1 kg', NULL, NULL),
(87, 'App\\Models\\Item', 7, 'en', 'name', 'Meiomi Pinot Noir', NULL, NULL),
(88, 'App\\Models\\Item', 7, 'en', 'description', 'Meiomi Pinot Noir', NULL, NULL),
(89, 'App\\Models\\Item', 8, 'en', 'name', 'Taaka Vodka', NULL, NULL),
(90, 'App\\Models\\Item', 8, 'en', 'description', 'Taaka Vodka', NULL, NULL),
(91, 'App\\Models\\Item', 9, 'en', 'name', 'SBL Homeodent Toothpaste - Saunf 100 gm', NULL, NULL),
(92, 'App\\Models\\Item', 9, 'en', 'description', 'SBL homeodent toothpaste provides protection to gums and teeth. It acts as a prevention and formation of Caries and tartar. Saunf flavor also helps to fight bad breath.', NULL, NULL),
(93, 'App\\Models\\Item', 10, 'en', 'name', 'Svedka Vodka', NULL, NULL),
(94, 'App\\Models\\Item', 10, 'en', 'description', 'Svedka Vodka', NULL, NULL),
(95, 'App\\Models\\Item', 11, 'en', 'name', 'Smirnoff Pink Lemonade Vodka', NULL, NULL),
(96, 'App\\Models\\Item', 11, 'en', 'description', 'Smirnoff Pink Lemonade Vodka', NULL, NULL),
(97, 'App\\Models\\Item', 12, 'en', 'name', 'Wonderland Foods 1Kg (250g X 4) Dry Fruits Combo of NP Almonds', NULL, NULL),
(98, 'App\\Models\\Item', 12, 'en', 'description', 'Wonderland Foods 1Kg (250g X 4) Dry Fruits Combo of NP Almonds, Cashews W320, Long Green Raisin, Roasted Salted Pistachios | Daily Needs Combo | Mix Dry Fruits | Mixed Dried Fruits | DNP Combo Pack', NULL, NULL),
(99, 'App\\Models\\Item', 13, 'en', 'name', 'Tanqueray London Dry Gin (750 ml)', NULL, NULL),
(100, 'App\\Models\\Item', 13, 'en', 'description', 'Tanqueray Imported London Dry Gin is a balanced, multi-layered combination of botanicals. It has made with a time-tested recipe that has meant to entertain. The expertly crafted recipe blends the four distinct botanicals of juniper, coriander, angelica, and licorice into a perfectly balanced spirit with a unique herbal quality and dry finish.\r\n\r\nA four-step distillation process is involved in the making of this Gin. The only flavors you will get after the distillation are those of the botanicals, and you should get no taste from the neutral spirit, only strength. Back in the 1830\'s Charles Tanqueray wasn\'t afraid to mix his bold ideas. His artistic pursuit for perfection paid off, creating Tanqueray London Dry Gin, a perfectly balanced gin and one of the most awarded gins in the world.\r\n\r\nTanqueray Gin has a flavor that shines through sophisticated cocktails and the bartender\'s choice for the perfect Gin & Tonic. The perfect mix of ingenuity, heritage, and hard work, Tanqueray is a dry, crisp gin with a rich juniper flavor that makes the most refreshing tasting gin and tonics driest of martini cocktails. It is best to savor with tonic and a wedge of lime. Enjoy!', NULL, NULL),
(101, 'App\\Models\\Item', 14, 'en', 'name', 'Spraymintt Mouth Freshener - Saunf Shiver 15 gm', NULL, NULL),
(102, 'App\\Models\\Item', 14, 'en', 'description', 'Spraymintt Mouth Freshener - Saunf Shiver 15 gm', NULL, NULL),
(103, 'App\\Models\\Item', 15, 'en', 'name', 'Hendrick\'s Gin 1 Lr', NULL, NULL),
(104, 'App\\Models\\Item', 15, 'en', 'description', 'Based at our Gin Palace in Girvan, Scotland Ms Lesley Gracie is our Master Distiller — and the inventor of Hendrick\'s Gin. Hendrick\'s is an unusual gin created from eleven fine botanicals. This handcrafted gin is distilled from a proprietary recipe which includes traditional botanicals such as juniper, coriander and citrus peel. The curious, yet marvellous, infusions of rose & cucumber imbue our spirit with its uniquely balanced flavor resulting in an unimpeachably smooth and distinct gin. Hendrick\'s is the result of combining two different spirits from rare and unusual stills: the Bennet still and the Carter-Head still. The exceptionally smooth gin features a nice balance of subtle flavors, which include wonderful notes of flowers, fruits, roots and seeds from across the world. In fact, the Wall Street Journal has described Hendrick\'s as the \"Best Gin in the World\". William Grant & Sons suggests serving the gin over ice with tonic water. Garnish with a cucumber slice instead of the traditional lemon wedge. Another great option is to serve the gin with soda water and a bit of elderflower. Enjoy!', NULL, NULL),
(105, 'App\\Models\\Item', 16, 'en', 'name', 'India Gate Basmati Rice Everyday 5 kg', NULL, NULL),
(106, 'App\\Models\\Item', 16, 'en', 'description', 'India Gate Basmati Rice Everyday 5 kg', NULL, NULL),
(107, 'App\\Models\\Item', 17, 'en', 'name', 'Dingle Original Irish Gin', NULL, NULL),
(108, 'App\\Models\\Item', 17, 'en', 'description', 'Dingle Original Irish Gin', NULL, NULL),
(109, 'App\\Models\\Item', 18, 'en', 'name', 'Colgate Plax Complete Care Mouthwash 250 ml', NULL, NULL),
(110, 'App\\Models\\Item', 18, 'en', 'description', 'Protect your mouth from germs and get fresh, clean breath every morning with Colgate Plax Complete Care Mouthwash.\r\n\r\nColgate Plax Complete Care Mouthwash also removes over 99% of bad breath causing germs in your mouth, for a fresher and cleaner mouth than brushing alone. It gives a 10x longer cooling sensation than brushing alone providing cleaner mouth and is alcohol-free so you experience no burning sensation, just fresher smiles between brushings!\r\n\r\nMake Colgate Plax a part of your daily oral hygiene.', NULL, NULL),
(111, 'App\\Models\\Item', 19, 'en', 'name', 'Old Monk XXX 7 Year Old Rum (1L)', NULL, NULL),
(112, 'App\\Models\\Item', 19, 'en', 'description', 'Old Monk XXX 7 Year Old Rum (1L)', NULL, NULL),
(113, 'App\\Models\\Item', 20, 'en', 'name', 'Fortune Premium Kachi Ghani Pure Mustard Oil, 1Litre PET Bottle', NULL, NULL),
(114, 'App\\Models\\Item', 20, 'en', 'description', 'Fortune Premium Kachi Ghani Pure Mustard Oil, 1Litre PET Bottle', NULL, NULL),
(115, 'App\\Models\\Item', 21, 'en', 'name', 'Ron Zacapa Centenario Sistema Solera 23 Year Old Rum (750ml)', NULL, NULL),
(116, 'App\\Models\\Item', 21, 'en', 'description', 'Ron Zacapa Centenario Sistema Solera 23 Year Old Rum is well-balanced and a smooth blend aged up to 23 years, smooth and brilliant straight from the bottle. It is wonderfully intricate with honeyed butterscotch, spiced oak, and raisined fruit, showcasing the complexity of the sistema solera aging process. Experience the celebrations of life with the taste and quality that comes from Ron Zacapa Centenario Sistema Solera 23 Year Old Rum. Light mahogany, with the tones of long barrel aging at the rim and long, slow legs clinging to the glass. Made with the first pressing of virgin sugar cane, it is rich and dark with a pleasantly complex flavor profile. Our wonderfully complex, 80 proof rum is a generous and full-bodied spirit. The complex craft creates exciting intricacies with sweet honey and vanilla flavors that create a pleasantly astringent finish balanced with a spicy touch of cinnamon and ginger. Our rum is distilled from virgin sugar cane honey, not molasses and aged using an adapted Sistema Solera process that is truly a work of art. Ron Zacapa Centenario Sistema Solera 23 Year Old Rum provides an elegantly smooth beverage with robust and complex flavors that are best enjoyed', NULL, NULL),
(117, 'App\\Models\\Item', 22, 'en', 'name', 'Mike\'s Harder Lemonade', NULL, NULL),
(118, 'App\\Models\\Item', 22, 'en', 'description', 'The OG. The Legend. The Boss. You get the idea.', NULL, NULL),
(119, 'App\\Models\\Item', 23, 'en', 'name', 'Michelob Ultra', NULL, NULL),
(120, 'App\\Models\\Item', 23, 'en', 'description', 'Michelob ULTRA is the superior light beer with no artificial colors or flavors. With just 2.6 carbs and 95 calories, you can enjoy the crisp, clean taste of Michelob ULTRA without compromising your active lifestyle.', NULL, NULL),
(121, 'App\\Models\\Item', 24, 'en', 'name', 'Modelo Especial (150ml/ 6 bottle )', NULL, NULL),
(122, 'App\\Models\\Item', 24, 'en', 'description', 'Brewed as a model of what good beer should be, Modelo Especial Mexican Beer is rich, full-flavored Pilsner-style Lager that delivers a crisp, refreshing taste. It has a well-balanced flavor and light hop character with a crisp, clean finish. It has characterized by an orange blossom honey aroma with a hint of herb. It contains Water, Barley Malt, Non-malted Cereals, and Hops.\r\n\r\nModelo Especial Cerveza is born with the Fighting Spirit. It has brewed with time, effort, and determination to create the model Mexican lager. Everyone knows that hard work deserves a fitting reward – a Pilsner-style Lager with a clean, crisp taste.\r\n\r\nModelo Especial\'s Mexican culture is a large part of who they are. Since the first bottle came off the assembly line in 1925, this Especial Lager Imported Beer has been a part of Mexican culture. It\'s a fixture at major holidays, family celebrations, and friendly get-togethers from Sonora to Chiapas.\r\n\r\nIt is perfect for enjoying at your next barbecue or sharing with friends while watching the game. Pair this 145 calorie, easy-drinking beer with Mexican dishes, pasta, or pizza for a perfect match. Enjoy!', NULL, NULL),
(123, 'App\\Models\\Item', 25, 'en', 'name', 'Garnier Skin Naturals, Cleansing Water, Hydrating & Soothing, Micellar Cleansing Water, 125 ml', NULL, NULL),
(124, 'App\\Models\\Item', 25, 'en', 'description', 'Cleansing water for light makeup\r\nThe formula gently hydrates your skin and removes makeup as well as dirt\r\nHow to use: Pour out on a cotton pad and wipe gently across the face, lips and eyes\r\nGentle formula which is suitable for sensitive skin, enriched with hydrating botanical glycerin\r\nContents: 1x Garnier Skin Naturals Micellar Cleansing Water, Volume: 125 ml', NULL, NULL),
(125, 'App\\Models\\Item', 26, 'en', 'name', 'Pilgrim Korean Beauty White Lotus Refreshing Face Mist & Toner', NULL, NULL),
(126, 'App\\Models\\Item', 26, 'en', 'description', '✅ 100% ALCOHOL FREE & pH-BALANCED FACE TONER: An essential step (to be applied after your favorite face cleanser) in your skin care regimen; this Natural Face Toner & Mist rejuvenates your skin while restoring its pH balance and absorbs excess oil (without causing any dryness). It provides a glowing skin and tightens pores. Its refreshing & revitalizing properties gets straight to the work and hydrates, nourishes and helps improve skin elasticity\r\n✅ GLOWING SKIN & TIGHTER PORES ANYTIME, ANYWHERE: Toss one in your bag for a burst of refreshing hydration anytime and get a little pick-me-up whenever your skin feels parched or looks dull. Its premium & soothing fragrance lifts up your mood and alleviate stress. Its just your ticket for a quick boost of clear glowing skin & tighter pores anytime during the day!\r\n✅ NATURAL INGREDIENTS, NO TOXINS: Crafted following strict guidelines of THE PILGRIM CODE, this toner & face mist is FDA approved, Contains No Paraben, No Sulphate, No Mineral Oils as well as other harsh chemicals and is Cruelty free. HOW TO USE: Spray on clean face, neck & décolleté with eyes & lips closed from 15cm away. Let it sit & dry. Spray morning and night or anytime in be', NULL, NULL),
(127, 'App\\Models\\Item', 27, 'en', 'name', 'Insight Cosmetics Glitter Makeup Highlighter', NULL, NULL),
(128, 'App\\Models\\Item', 27, 'en', 'description', 'Unique texture that is buildable and blends flawlessly to leave the cheeks\r\nIt brings instant glow all day long\r\nIt\'s buildable, blendable, and so buttery soft.\r\nThe smooth texture blends effortlessly\r\nGives the perfect luminous finish', NULL, NULL),
(129, 'App\\Models\\Item', 28, 'en', 'name', 'Sri Sri Tattva Shishu Taila 100 ml', NULL, NULL),
(130, 'App\\Models\\Item', 28, 'en', 'description', 'Massaging infants has various health benefits and it is a beautiful way of expressing your love and care to them. It is necessary to protect, hydrate and moisturise baby\'s skin since beginning. Sri Sri Tattva Shishu Taila is a wonderful blend of exquisite herbs prepared by restoring the essence of Traditional Ayurvedic oil. Suitable for a newborn\'s skin, this oil helps to protect and nourish it effectively. It also helps strengthen infant\'s bones. Keep the delicate skin of your baby healthy and soft with Sri Sri Tattva Shishu Taila.', NULL, NULL),
(131, 'App\\Models\\Item', 29, 'en', 'name', 'The Derma Co 1% Hyaluronic Sunscreen Aqua Gel SPF 50 PA', NULL, NULL),
(132, 'App\\Models\\Item', 29, 'en', 'description', 'The Derma Co 1% Hyaluronic Sunscreen Aqua Gel SPF 50 PA++++ | For Oily, Dry, Acne-prone Skin | Ultra Lightweight Texture | Non-Greasy | No White Cast | Broad Spectrum Protection & Blue Light Protection | For Men & Women | 50 g', NULL, NULL),
(133, 'App\\Models\\Item', 30, 'en', 'name', 'Biotique Cucumber Pore Tightening Toner| Ayurvedic And Organically Pure', NULL, NULL),
(134, 'App\\Models\\Item', 30, 'en', 'description', 'What it is: This is a cooling and purifying toner made from the natural ingredients and fresh waters found in the foothills of the Himalayas. It targets the enlarged pores and tightens them to restore the skin\'s pH level to its purest state.\r\nKey Benefit: The Biotique toner minimizes the appearance of the pores giving a healthy skin complexion and balancing the oil production. It reduces the risks of skin ageing and refreshes the face while working its magic.\r\nKey Ingredients: This pore-tightening toner is infused with the goodness of cucumbers, coriander, and peppermint that helps reduce the dead skin cells, cleanses the skin from within and acts as a natural astringent to tighten the pores.\r\nOrganically Pure: Cucumber Pore Tightening Toner is made with 100% natural botanical extracts and is free from harmful chemicals. It is dermatologically tested, recommended for people with normal to oily skin, and safe for regular use.\r\nMethod of Application: This refreshing toner is all you need. Apply it to the cotton pads and swipe over cleansed face and neck every morning and evening for the best results.', NULL, NULL),
(135, 'App\\Models\\Item', 31, 'en', 'name', 'Deconstruct 10% Non-Irritating Vitamin C Face Serum For Glowing Skin', NULL, NULL),
(136, 'App\\Models\\Item', 31, 'en', 'description', 'HIGHLY EFFECTIVE YET GENTLE: The optimum 10% of Vitamin C is gentler for skin & addition of 0.5% Ferulic Acid increases the effectiveness & stability of the Vitamin C face serum. Making it suitable for people who are beginning their skincare journey & those who want gentler formulations.\r\nVITAMIN C FACE SERUM WITH FERULIC ACID: Power combo of Vitamin C and Ferulic acid functions well together towards limiting the expression of tyrosinase which provides glowing & brightening effect & reducess dullness & tanning.\r\nWATER BASED VITAMIN C FACE SERUM: Spreads easily & leaves no sticky feeling on the face. Vitamin c serum for oily skin & all other skin types.\r\nSUN PROTECTION : 0.5 % Ferulic acid is a potent antioxidant that not only makes Vitamin C Face Serum formulation stable but also prevents sun damage and reduces dullness & tanning.\r\nVITAMIN C FACE SERUM FOR GLOWING SKIN: This Vitamin C face serum contains anti-inflammatory properties which clears pigmentation, helps in collagen biosynthesis, hence provides glowing skin.', NULL, NULL),
(137, 'App\\Models\\Store', 42, 'en', 'name', 'Super bazar', NULL, NULL),
(138, 'App\\Models\\Store', 42, 'en', 'address', 'Mumbai', NULL, NULL),
(139, 'App\\Models\\Item', 32, 'en', 'name', 'Johnson\'s Baby Skincare Wipes 72\'s', NULL, NULL),
(140, 'App\\Models\\Item', 32, 'en', 'description', 'Johnson\'s Baby Skincare Wipes 72\'s are gentle and soft wipes designed to keep your baby\'s delicate skin clean and moisturized. These wipes are infused with Johnson\'s special formula that is as mild as pure water on the skin. With these wipes, you can easily clean your baby\'s bottom, face, and hands, leaving behind a pleasant fragrance.', NULL, NULL),
(141, 'App\\Models\\Store', 43, 'en', 'name', 'Art Apparel', NULL, NULL),
(142, 'App\\Models\\Store', 43, 'en', 'address', 'Nashik Road', NULL, NULL),
(143, 'App\\Models\\Item', 33, 'en', 'name', 'Vicks Baby Rub 25 ml', NULL, NULL),
(144, 'App\\Models\\Item', 33, 'en', 'description', 'Vicks BabyRub – specially developed to gently moisturize, soothe and relax your baby. Specially developed in association with baby and skin experts. It has a long history in the US, Canada, Australia, and New Zealand. With millions of packs sold, moms worldwide have trusted Vicks BabyRub for their babies.', NULL, NULL),
(145, 'App\\Models\\Item', 34, 'en', 'name', 'Dragon Fruit', NULL, NULL),
(146, 'App\\Models\\Item', 34, 'en', 'description', 'Dragon Fruit', NULL, NULL),
(147, 'App\\Models\\Item', 35, 'en', 'name', 'Mother Dairy Classic Curd', NULL, NULL),
(148, 'App\\Models\\Item', 35, 'en', 'description', 'Made using pure milk\r\nA healthy, nutritious and delicious experience', NULL, NULL),
(149, 'App\\Models\\Item', 36, 'en', 'name', 'Sunfeast Dark Fantasy Yumfills Whoopie Pie, Chocolate Chip', NULL, NULL),
(150, 'App\\Models\\Item', 36, 'en', 'description', 'Excellent Product\r\nChocolate Chip\r\nIt is durable and long lasting', NULL, NULL),
(151, 'App\\Models\\Item', 37, 'en', 'name', 'Airwell 5-Layer N95 Face Mask - Yellow', NULL, NULL),
(152, 'App\\Models\\Item', 37, 'en', 'description', 'Airwell 5-Layer N95 Face Mask - Yellow', NULL, NULL),
(153, 'App\\Models\\Item', 38, 'en', 'name', 'AFEERA SPICES CASHEW NUT 100g | W180 GRADE | KING OF CASHEWS | GROCERIES | Rich in Protein | Zero Cholesterol | Premium Whole Kernels | 100% Organic | Fresh & Crunchy | Handpicked Luxury Nuts', NULL, NULL),
(154, 'App\\Models\\Item', 38, 'en', 'description', 'AFEERA SPICES CASHEW NUT 100g | W180 GRADE | KING OF CASHEWS | GROCERIES | Rich in Protein | Zero Cholesterol | Premium Whole Kernels | 100% Organic | Fresh & Crunchy | Handpicked Luxury Nuts', NULL, NULL),
(155, 'App\\Models\\Item', 39, 'en', 'name', 'Hi Life Virocare Hand Sanitizer 1\'s', NULL, NULL),
(156, 'App\\Models\\Item', 39, 'en', 'description', 'Hi Life Virocare Hand Sanitizer 1\'s', NULL, NULL),
(157, 'App\\Models\\Item', 40, 'en', 'name', 'Yogabar Chia Seeds - Calcium, Iron & Zinc - Diet Food Healthy Snacks 1Kg (500g x Pack of 2)', NULL, NULL),
(158, 'App\\Models\\Item', 40, 'en', 'description', 'Yogabar Chia Seeds - Calcium, Iron & Zinc - Diet Food Healthy Snacks 1Kg (500g x Pack of 2)', NULL, NULL),
(159, 'App\\Models\\Item', 41, 'en', 'name', 'Dettol Instant Hand Sanitizer - Original 52 ml', NULL, NULL),
(160, 'App\\Models\\Item', 41, 'en', 'description', 'Dettol Instant Hand Sanitizer - Original 52 ml', NULL, NULL),
(161, 'App\\Models\\Item', 42, 'en', 'name', 'Maybelline New York Liquid Foundation, Matte & Poreless, Full Coverage Blendable Normal to Oily Skin', NULL, NULL),
(162, 'App\\Models\\Item', 42, 'en', 'description', 'Lightweight matte liquid foundation, Oil Free, Perfect for normal, combination and oily skin\r\nNatural finish skin looks fresh not cakey or dry\r\nSimply apply foundation onto skin and blend with fingertips, foundation brush, or makeup sponge\r\nFlexible Micro-Powders help blur the appearance of pores, Available in several shades, Suitable for all skin tones and shades\r\nContents: 1x Maybelline New York Fit Me Foundation, Matte & Poreless, Full Coverage Blendable Normal to Oily Skin, Shade: Ivory, 30 ml', NULL, NULL),
(163, 'App\\Models\\Item', 43, 'en', 'name', 'POND\'S Bb+ Cream For All Skin Types,Ivory Lightweight Natural Foundation,18G,For Even Skin Tone,With Vitamin Enriched Cream&Light Foundation,Spf 30 Pa++,Instant Spot Coverage,Pack Of 1', NULL, NULL),
(164, 'App\\Models\\Item', 43, 'en', 'description', 'LIGHTWEIGHT FOUNDATION: The Pond\'s BB+ foundation cream has a lightweight formula that gives you the dual benefits of instant spot coverage and a light makeup glow. This Ponds bright beauty cream is not oily and will not clog your pores, making it suitable for all skin types.\r\nINSTANT SPOT COVERAGE: This Ponds cream for women covers spots and dark circles, giving you an even skin tone with natural coverage and finish. This Ponds cream hides blemishes and minimizes the size of pores, leaving you with smooth-looking skin instantly.\r\nEVENS SKIN TONE: The Pond\'s brightening cream is designed to improve the appearance of your skin and provide a skin-finish and natural glow. This Ponds BB+ foundation cream ensures that your skin looks even-toned and visibly brighter, leaving you with a soft glow that lasts for the entire day.\r\nSUN PROTECTION: The Ponds cream for women provides sun protection with SPF 30 PA++. This Ponds light moisturizer cream helps protect your skin from the harsh effects of the sun, preventing damage and keeping it looking youthful and radiant.\r\nAVAILABLE IN 2 SHADES: The Pond\'s BB+ foundation cream comes in two different shades: Ivory and Natural. Ivory caters to light an', NULL, NULL),
(165, 'App\\Models\\Item', 44, 'en', 'name', 'Polymed Photofusion I.V. Set 1\'s', NULL, NULL),
(166, 'App\\Models\\Item', 44, 'en', 'description', 'The Polymed Photofusion I.V. Set 1\'s is a cutting-edge intravenous set designed for efficient and safe administration of fluids and medications. Crafted with the highest quality materials, this I.V. set ensures optimal flow rates and minimal resistance during infusion, providing a seamless experience for healthcare professionals and patients alike. With its innovative Photofusion technology, this set offers enhanced visibility, making it easier to monitor the infusion process accurately.', NULL, NULL),
(167, 'App\\Models\\Item', 45, 'en', 'name', 'HUDA GIRL Beauty Rose Gold Remastered + Nude Edition Eyeshadow Palette Combo Kit - 36 Matte and Shimmer Finishes, Includes Black Eyeshadow - Complete Eye Shadow Palette Set', NULL, NULL),
(168, 'App\\Models\\Item', 45, 'en', 'description', 'Elevate Your Eye Game: Unleash your creativity with the HUDA GIRL Beauty Rose Gold Remastered + Nude Edition Eyeshadow Palette Combo Kit, featuring 36 matte and shimmer finishes that encompass all colors and styles.\r\nGlamour in Every Shade: Transform your look with the mesmerizing glitter eyeshadow and shimmer eyeshadow palette options, including the iconic Rose Gold hue that adds a touch of elegance to your gaze.\r\nTimeless Neutrals: Achieve versatile beauty with the Nude Edition\'s neutral shades, perfect for both day and night. Complete your look with the rich intensity of the included black eyeshadow for added depth and drama.\r\nProfessional-Grade Mastery: Each shade in this eyeshadow palette combo boasts impeccable pigmentation and seamless blendability, ensuring you effortlessly create captivating eye shadow plattete effects.\r\nAll-in-One Elegance: Bid farewell to the search for the perfect eyeshadow palette all colors inclusive. This kit encompasses the ultimate eye palette eyeshadow collection, simplifying your routine and allowing your creativity to shine. Discover the transformative power of HUDA GIRL Beauty today.', NULL, NULL),
(169, 'App\\Models\\Item', 46, 'en', 'name', 'Polymed Transvol Blood Transfusion Set (70140) 1\'s', NULL, NULL),
(170, 'App\\Models\\Item', 46, 'en', 'description', 'Polymed Transvol Blood Transfusion Set (70140) 1\'s', NULL, NULL),
(171, 'App\\Models\\Item', 47, 'en', 'name', 'Clarin', NULL, NULL),
(172, 'App\\Models\\Item', 47, 'en', 'description', 'Clarin', NULL, NULL),
(173, 'App\\Models\\Item', 48, 'en', 'name', 'vaseline', NULL, NULL),
(174, 'App\\Models\\Item', 48, 'en', 'description', 'vaseline body cream', NULL, NULL),
(175, 'App\\Models\\Item', 49, 'en', 'name', 'Foxtale De-Tan Face Mask for Glowing Skin', NULL, NULL),
(176, 'App\\Models\\Item', 49, 'en', 'description', 'REMOVES TAN & BLACKHEADS: This detan pack for tan removal is the new-age ubtan your skin needs. It gently removes dead skin cells to brighten skin and removes tan without drying skin.\r\nBRIGHTENS SKIN: This face mask for glowing skin removes excess oil, dirt, and other impurities and gives you bright, radiant skin.\r\nWITH ANTI - DEHYDRATION SHIELD: Unlike other detan packs for tan removal, this does not dry your skin. It contains hydrating ingredients that form an Anti-Dehydration Shield on the skin. This shield locks in moisture and keeps the skin hydrated.\r\nSUITABLE FOR ALL SKIN TYPES: This detan mask for tan removal is extremely hydrating, making it ideal for anyone with oily skin, combination skin and dry skin.\r\nSAFE & EFFECTIVE USE: This face mask for glowing skin is dermatologically tested, vegan, cruelty free, sulfate free and paraben free.', NULL, NULL),
(177, 'App\\Models\\Item', 50, 'en', 'name', 'Polymed Oncofusion I.V. Set 1\'s', NULL, NULL),
(178, 'App\\Models\\Item', 50, 'en', 'description', 'Polymed Oncofusion I.V. Set 1\'s', NULL, NULL),
(179, 'App\\Models\\Item', 51, 'en', 'name', 'Mother Dairy Paneer', NULL, NULL),
(180, 'App\\Models\\Item', 51, 'en', 'description', 'Soft & Creamy Paneer\r\nMother Dairy paneer makes your curries rich & delicious.', NULL, NULL),
(181, 'App\\Models\\Item', 52, 'en', 'name', 'The Tea Ark Tea For Her Tea Powder- Organic Spearmint 100 gm (Pouch)', NULL, NULL),
(182, 'App\\Models\\Item', 52, 'en', 'description', 'The Tea Ark Tea For Her Tea Powder- Organic Spearmint 100 gm (Pouch)', NULL, NULL),
(183, 'App\\Models\\Store', 44, 'en', 'name', 'Shoper', NULL, NULL),
(184, 'App\\Models\\Store', 44, 'en', 'address', '45 Mumbai, India', NULL, NULL),
(185, 'App\\Models\\Item', 53, 'en', 'name', 'Alpro Strawberry', NULL, NULL),
(186, 'App\\Models\\Item', 53, 'en', 'description', 'Alpro Strawberry, Plant-Based & Soya Yoghurt Alternative, Vegan & Dairy Free, Big Pot, 500g', NULL, NULL),
(187, 'App\\Models\\Store', 45, 'en', 'name', 'Opera Groc', NULL, NULL),
(188, 'App\\Models\\Store', 45, 'en', 'address', 'FC-7041/42, Bandra Kurla Complex Rd, G Block BKC, Bandra Kurla Complex, Bandra East, Mumbai, Maharashtra 400051, India', NULL, NULL),
(189, 'App\\Models\\Item', 54, 'en', 'name', 'Amul Butter Salted Pasteurised', NULL, NULL),
(190, 'App\\Models\\Item', 54, 'en', 'description', 'Amul Butter\r\nAmul\r\nAmul Butter - Pasteurised\r\nAmul Butter\r\nAmul\r\nAmul Butter - Pasteurised\r\nFlavor Name: Salted; Material Features: Vegetarian; Item Form: Ba', NULL, NULL),
(191, 'App\\Models\\Item', 55, 'en', 'name', 'Nutriorg Gluten Free Instant Oats 500 gm', NULL, NULL),
(192, 'App\\Models\\Item', 55, 'en', 'description', 'Nutriorg Gluten Free Instant Oats 500 gm', NULL, NULL),
(193, 'App\\Models\\Item', 56, 'en', 'name', 'Scepter of the Gods: The Rod of Truth', NULL, NULL),
(194, 'App\\Models\\Item', 56, 'en', 'description', 'Heroes are not born. They are forged in the fires of relentless persistence on the brink of disaster.\r\n\r\nPhelia is a frustrated mage running away from an oppressive uncle to pursue fame and fortune. Mila is a wilderness-dwelling, spiritual healer tied to ancient ancestors. Alex is an orphaned, deeply spiritual warrior born to be the guardian of the Rod of Truth. Peter is a mysterious, questionable, and likable yet sketchy young man who skillfully weaves truth with deception. Each of them is certain of what they know, yet they are each about to have that certainty shattered.\r\n\r\n➡What if your reality turned out to be propaganda and fiction?', NULL, NULL),
(195, 'App\\Models\\Item', 57, 'en', 'name', 'Tata Salt 1 Kg', NULL, NULL),
(196, 'App\\Models\\Item', 57, 'en', 'description', 'Tata Salt 1 Kg, Free Flowing and Iodised Namak, Vacuum Evaporated, Salt in Fresh', NULL, NULL),
(197, 'App\\Models\\Item', 58, 'en', 'name', 'Inlife Super Greens Powder 200 g', NULL, NULL),
(198, 'App\\Models\\Item', 58, 'en', 'description', 'Inlife Super Greens Powder 200 g', NULL, NULL),
(199, 'App\\Models\\Item', 59, 'en', 'name', 'HP Portable Laptop, Student and Business', NULL, NULL),
(200, 'App\\Models\\Item', 59, 'en', 'description', '【Memory & Storage】The PC memory has been upgraded to 8GB DDR4 SDRAM for enhanced high bandwidth to easily switch back and forth between open applications; Hard drive has been upgraded to 64GB eMMC for fast boot up and speedy data transfer\r\n【Processor】Intel Celeron N4120 Processor (4 Cores, 4 Threads, Base Frequency at 1.1GHz, Up to 2.6GHz at Max Turbo Frequency)\r\n【Screen】14\" diagonal, HD (1366 x 768), micro-edge, BrightView, 220 nits, 45% NTSC\r\n【Tech Specs】1 x USB Type-C, 2 x USB 3.1 Type-A, 1 x HDMI, 1 x Headphone/Mic Combo, 1 x AC smart pin, 1 x RJ-45; Wi-Fi & Bluetooth; 1 Year Office 365\r\n【Operating System】Windows 11 Home', NULL, NULL),
(201, 'App\\Models\\Item', 60, 'en', 'name', 'Vedaka Popular Moong Dal', NULL, NULL),
(202, 'App\\Models\\Item', 60, 'en', 'description', 'Quantity: 1kg\r\nMoong Dal\r\nIt is durable and long lasting', NULL, NULL),
(203, 'App\\Models\\Item', 61, 'en', 'name', 'HP 15.6\" HD Touchscreen Laptop', NULL, NULL),
(204, 'App\\Models\\Item', 61, 'en', 'description', '[High Speed RAM And Enormous Space] 16GB high-bandwidth RAM to smoothly run multiple applications and browser tabs all at once; 1TB PCIe NVMe M.2 Solid State Drive allows to fast bootup and data transfer\r\n[Processor] Intel Core i5-1235U Processor (10 Cores, 12 Threads, 12MB L3 Cache, Base Frequency at 0.9 GHz, Up to 4.4 GHz at Max Turbo Frequency)\r\n[Display] 15.6-inch diagonal, HD (1366 x 768), touch, micro-edge, BrightView, 250nits, 45% NTS\r\n[Tech Specs] 1 x USB Type-C 5Gbps signaling rate, 2 x USB Type-A 5Gbps signaling rate, 1 x Headphone/microphone combo, 1 x AC smart pin, 1 x HDMI 1.4b, Webcam, Wi-Fi 6, Numeric Keypad, Windows 11 Home\r\n[Additional Accessory Bundle] Thunderobot ML101 Green Wireless Mouse, featuring wireless technology, long battery life, silent buttons, ergonomic design, high-precision sensor, and portable size. Perfect for work or play!', NULL, NULL),
(205, 'App\\Models\\Item', 62, 'en', 'name', 'Thermoseal Proxa NS Interdental Brush 5\'S', NULL, NULL),
(206, 'App\\Models\\Item', 62, 'en', 'description', 'Thermoseal Proxa NS Interdental Brush is a dental brush for cleaning tartar in between dental bridges, braces, and spaces between the teeth. It helps in managing gum disease.\r\n\r\nThermoseal Proxa NS Interdental Brush is specially designed to clean between your teeth in both wide space and narrow spaces where a regular toothbrush cannot reach. This empowers you with an effective way to fight gum disease.\r\n\r\nUse Thermoseal Proxa NS Interdental Brush as advised by your doctor. Insert it carefully between your teeth. Do not force the brush into small openings. Start from the back of your mouth and on the outside row of teeth. Use repeated in and out motions in each interdental space. Do not use twisting motion. Repeat the procedure from the inner row of teeth, wherever the space permits. Rinse your mouth vigorously after use and then brush with your regular toothbrush. Wash your Thermoseal Proxa Interdental Brush after use and change it every week', NULL, NULL),
(207, 'App\\Models\\Item', 63, 'en', 'name', 'HP 14 Laptop, Intel Celeron N4020, 4 GB RAM, 64 GB Storage, 14-inch Micro-edge HD Display', NULL, NULL),
(208, 'App\\Models\\Item', 63, 'en', 'description', 'READY FOR ANYWHERE – With its thin and light design, 6.5 mm micro-edge bezel display, and 79% screen-to-body ratio, you’ll take this PC anywhere while you see and do more of what you love (1)\r\nMORE SCREEN, MORE FUN – With virtually no bezel encircling the screen, you’ll enjoy every bit of detail on this 14-inch HD (1366 x 768) display (2)\r\nALL-DAY PERFORMANCE – Tackle your busiest days with the dual-core, Intel Celeron N4020—the perfect processor for performance, power consumption, and value (3)\r\n4K READY – Smoothly stream 4K content and play your favorite next-gen games with Intel UHD Graphics 600 (4) (5)', NULL, NULL),
(209, 'App\\Models\\Item', 64, 'en', 'name', 'Tata Sampann, High in Fibre Poha(Thick)', NULL, NULL),
(210, 'App\\Models\\Item', 64, 'en', 'description', 'Nutritious Snack: Enjoy deliciously wholesome and healthy snack with Tata Sampann Thick Poha\r\nHigh in Fibre: Dietary Fibre promotes digestive health\r\nSource of Protein: Protein is generally known as an important building block for the body\r\nBest Sourced Paddy: Uses best-sourced paddy to bring you a great-tasting and nutritious snack\r\nAnytime Enjoyment: Can be enjoyed at any time of the day\r\nAlso Try: Tata Sampann Thin Poha and Red Poha', NULL, NULL),
(211, 'App\\Models\\Item', 65, 'en', 'name', 'MEROKEETY Women\'s 2025 Summer Puff Sleeve Smocked Floral Dress', NULL, NULL),
(212, 'App\\Models\\Item', 65, 'en', 'description', 'US SIZE, Small=(US 4-6), Medium=(US 8-10), Large=(US 12-14), X-Large=(US 16-18). This flower dress is made soft fabric to provide you with comfortable wearing experience. It is breathable and comfortable, with good drape, and the lining will not penetrate.\r\nFeature: Crewneck, floral textured chiffon fabric, solid color, semi-sheer short puff sleeve, smocked shirred bodice, flowy tiered, elastic high waist, back button keyhole closure, swing a-line style long dress, with lining.', NULL, NULL),
(213, 'App\\Models\\Item', 66, 'en', 'name', 'Women’s Summer Loose Boho Flowy Wrap V Neck 3/4 Sleeve Floral Print', NULL, NULL),
(214, 'App\\Models\\Item', 66, 'en', 'description', 'Size：S=US(4-6), M=US(8-10), L=US(12-14), XL=US(16-18), XXL=US(20-22)\r\nLined - lined length to mid thigh. The dress length to floor. All colors have lined，not see through.\r\nFeatures - this kimono maxi dress features wrap v neck top，3/4 oversized sleeves，elastic waist with a belt，high slit to lined，maxi length，loose fit，floral printed.', NULL, NULL),
(215, 'App\\Models\\Item', 67, 'en', 'name', 'Sensodyne Expert Soft Toothbrush 1\'s', NULL, NULL),
(216, 'App\\Models\\Item', 67, 'en', 'description', 'Sensodyne Expert Soft Toothbrush 1\'s', NULL, NULL),
(217, 'App\\Models\\Item', 68, 'en', 'name', 'FACESCANADA Strobe Cream', NULL, NULL),
(218, 'App\\Models\\Item', 68, 'en', 'description', 'Instant illuminating Base: The FACESCANADA Strobe Cream is filled with brightening particles that provide an instant, dewy glow to your skin. It sets a beautiful, glowing make up base for that day to night glam look.\r\nInstant & Lasting Hydration: The Strobe Cream is curated with Hyaluronic acid which creates a protective layer of hydration on the skin. Enjoy younger-looking, hydrated skin all day long. Shea Butter is an emollient that thoroughly moisturizes the skin so that it looks soft, bouncy and naturally radiant.\r\nAll-in-1: This Strobe Cream is a multi-benefit wonder cream. It hydrates the skin intensely, conditions it from within and gives a dewy glow to the complexion. The brightening pigments give a glamorous yet natural sheen to the skin all day long. Enjoy the goodness of a moisturizer, highlighter and day cream in a single product.\r\nChoose your favourite Shade: The Strobe Cream comes in two beautiful, versatile shades that enhance all skin tones. Choose your pick between Rose gold and Silver.\r\nNo Nasties: We deeply care for your skin. The cream is free from all nasties. FACESCANADA Strobe Cream is Vegan, Animal Test - Free, Alcohol - Free and Paraben - Free.', NULL, NULL),
(219, 'App\\Models\\Item', 69, 'en', 'name', 'WEACZZY Women\'s Summer Short Sleeve Casual Dresses V-Neck Floral Party Dress', NULL, NULL),
(220, 'App\\Models\\Item', 69, 'en', 'description', '【Material】 This womens dresses is made of soft, stretchy and lightweight material, comfortable to touch and wear. The Floral Print is vibrant but random. The floral print on each dress may be different, but they are definitely made of same pattern fabric\r\n【Features】 Short sleeve dress, wrap v neck, a-line, floral patterned, summer dress with pockets, casual swing dress, floral sundress, knee length dress, empire waist dress', NULL, NULL),
(221, 'App\\Models\\Item', 70, 'en', 'name', 'Listerine Coolmint Mouthwash 500 ml', NULL, NULL),
(222, 'App\\Models\\Item', 70, 'en', 'description', 'Step into a world of invigorating freshness with Listerine Coolmint Mouthwash, where the cool breeze of mint meets robust oral care. Listerine Coolmint is more than just a mouthwash; it\'s a daily ritual that transforms your oral hygiene routine.', NULL, NULL),
(223, 'App\\Models\\Item', 71, 'en', 'name', 'TACVASEN Men\'s Bomber Jacket', NULL, NULL),
(224, 'App\\Models\\Item', 71, 'en', 'description', 'Material: Polyester; Lightweight, Windbreaker, Breathable\r\nFull zipper stand collar bomber jacket, The zipper head is on the left\r\nFEATURE: Rib Knit Cuffs, Waistband, Collar for comfort, Dual pen pockets on sleeve\r\nMULTI-POCKETS: 1 zipper sleeve pocket, 2 slant hand pockets, 1 inner pocket\r\nSuitable for: Outdoor, Casual, Sportwear, Working, Daily life, Hiking, Clubwear, Sports, Spring, Fall or other outdoor activities.', NULL, NULL),
(225, 'App\\Models\\Item', 72, 'en', 'name', 'Swiss Beauty Natural Makeup Fixer', NULL, NULL),
(226, 'App\\Models\\Item', 72, 'en', 'description', 'Swiss Beauty\'s Makeup Fixer is a weightless spray that effortlessly locks in your makeup without any melting, fading, or settling into fine lines.\r\nEnriched with Aloe & Vitamin E, this makeup fixer soothes and hydrates the skin from within, ensuring that your makeup looks fresh from AM to PM.\r\nThe non-sticky formula provides an instant burst of hydration, leaving your skin feeling revitalized and looking flawless.\r\nSwiss Beauty\'s Makeup Fixer works double-duty to set your makeup in place and provide your skin with the much-needed nourishment and hydration.\r\nWhether you\'re headed to work, a party, or a day out, this makeup fixer is the perfect addition to your makeup routine to keep your makeup in place all day long.', NULL, NULL),
(227, 'App\\Models\\Item', 73, 'en', 'name', 'Chicco Liquid Cleanser 500 ML', NULL, NULL),
(228, 'App\\Models\\Item', 73, 'en', 'description', 'Chicco Liquid Cleanser 500 ML', NULL, NULL),
(229, 'App\\Models\\Item', 74, 'en', 'name', 'Men\'s Bomber Jacket', NULL, NULL),
(230, 'App\\Models\\Item', 74, 'en', 'description', 'XiaoYouYu Fabric: polyester; Lightweight, soft fabric for your comfort\r\nXiaoYouYu Design: 2 side pockets, 1 deep inner pocket\r\nXiaoYouYu Feature: ribbed collar, hem and cuffs, full zip, long sleeves for warmth and style\r\nXiaoYouYu Style: classic lightweight bomber jacket for men, easy to match, suitable for winter, autumn, spring.\r\nXiaoYouYu Occassion: not only suitable for daily wear, but also for work, street fashion, party and golf', NULL, NULL),
(231, 'App\\Models\\Item', 75, 'en', 'name', 'Biotique Natural Makeup Matte MagiCompact For All Skin Types', NULL, NULL),
(232, 'App\\Models\\Item', 75, 'en', 'description', 'Biotique Magicompact is a skin lightening and whitening compact with multivitamins, minerals, and plant enriched tints\r\nThe Magicompact has an advanced brightening formula with sun protection and SPF 15 to protect your skin from the blazing heat\r\nBiotique Magicompact is skincare-infused. It is made up of all-natural colour pigments which nourish your skin with every application\r\nBMagicompact comes with a matte finish and smudge-proof formula, lasting throughout the day\r\n100% organic, silicon-free, cruelty-free', NULL, NULL),
(233, 'App\\Models\\Item', 76, 'en', 'name', 'Mens Shirts Short Sleeve Jacquard Henley', NULL, NULL),
(234, 'App\\Models\\Item', 76, 'en', 'description', '[UNIQUE JACQUARD FABRIC]:Crafted from a distinctive jacquard material,these mens shirts offer a soft,textured feel that enhances comfort while ensuring a sophisticated look.\r\n\r\n[DURABLE AND LONG-LASTING]:Designed for everyday wear, our short sleeve henley shirts for men are wash-resistant, maintaining their shape and vibrant color without fading even after multiple washes.\r\n\r\n[PERFECT FOR ANY OCCASION]:Perfect for casual outings, weekend adventures, or laid-back office days, these short sleeve henley shirts for men are versatile enough to wear anywhere!', NULL, NULL),
(235, 'App\\Models\\Item', 77, 'en', 'name', 'Mother Sparsh Baby Laundry Liquid Detergent- Enzymes And Eucalyptus Oil, Refill Pack (500Ml X 2) 2\'s', NULL, NULL),
(236, 'App\\Models\\Item', 77, 'en', 'description', 'Doing a pile of laundry can be a tough task. But, we have come up with a great way to make it easy yet fun with Mother Sparsh Plant Powered Laundry Detergent for babies. It is formulated with a botanical blend of organic herbs, plant extracts, and essential oils with antibacterial properties that are effective yet gentle on the clothes. Enriched with Bio enzymes, it breaks down dirt and oil easily with effective cleaning along with Eucalyptus oil which has antibacterial properties that sanitize the clothes. The laundry detergent proficiently cleanses up the clothes and maintains the softness of the fabric, and has an allergen-free fragrance. Our laundry detergent is free from harmful toxins such as SLS/SLES, phosphate, parabens, sulfates and bleach making it super safe to use for washing up your little one\'s clothes.', NULL, NULL),
(237, 'App\\Models\\Item', 78, 'en', 'name', 'Standard 3ft 10 Amps 125 Volts Black 3 Prong AC Power Cord Cable for Electronics', NULL, NULL),
(238, 'App\\Models\\Item', 78, 'en', 'description', 'LENGHT: Use this versatile 3ft (1m) power cable to reach your gear & deliver safe reliable power Perfect for Monitors computers and other gadgets\r\nSTURDY AND FLEXIBLE: Features a fully molded design that provides maximum durability and long life.\r\nPLUG: Replaces lost or worn-out power cords Universal design works with your PC monitor TV printer or other devices with a 3 pin power connection', NULL, NULL),
(239, 'App\\Models\\Item', 79, 'en', 'name', 'Vaseline Cocoa Glow Serum In Lotion, 400 ml | 100% Pure Cocoa & Shea Butter', NULL, NULL),
(240, 'App\\Models\\Item', 79, 'en', 'description', 'Glowing Soft Skin All Day Long: Specialized Formulation to Restore Glow to Dull Dry Skin.\r\n48 hours Moisturisation: For Soft, Smooth Skin\r\nIngredients: 100% Pure Cocoa and Shea Butter for Revealing Skin\'s Natural Glow\r\nSerum in Lotion: for a Nourished & Calming Sensation\r\nTexture: Rich Texture Non-Greasy Fast Absorbing\r\nTrustworthy: India\'s No.1 Body Lotion Brand* (MAT July, 2020)', NULL, NULL),
(241, 'App\\Models\\Item', 80, 'en', 'name', 'PERLESMITH Swivel Universal TV Stand/Base - Table Top TV Stand', NULL, NULL);
INSERT INTO `translations` (`id`, `translationable_type`, `translationable_id`, `locale`, `key`, `value`, `created_at`, `updated_at`) VALUES
(242, 'App\\Models\\Item', 80, 'en', 'description', 'WIDE COMPATIBILITY:Universal TV mounting bracket fits most 43\'\'-60\'\' (including 43\'\'48\'\'49\'\'50\'\'55\'\'60\'\') flat-panel LCD,LED,plasma,curved TVs up to 88lbs with VESA mounting hole patterns 100x100mm (4\'\'x4\'\') - 400x400mm (16\'\'x16\'\'). Our universal TV stand is compatible with Samsung, Sony, LG, Sharp, Insignia, Vizio, Haier, Toshiba, Sharp, Element, and TCL TVs in living room,bedroom,school,office and so on.\r\n60° SWIVEL RANGE: This swivel TV stand is designed to swivel up to 30° left or right to direct the screen toward your position in the room. Allows for an improved viewing angle and a more comfortable experience. Great solution for rooms with multiple seating areas.', NULL, NULL),
(243, 'App\\Models\\Item', 81, 'en', 'name', 'SEBAMED BABY FACE & BODY WASH Foam 400ml', NULL, NULL),
(244, 'App\\Models\\Item', 81, 'en', 'description', 'SEBAMED BABY FACE & BODY WASH Foam 400ml is specially formulated to gently cleanse and moisturize your baby\'s delicate skin. With a pH-balanced formula that supports the skin\'s natural protective barrier, this foam wash is ideal for daily use. It contains gentle ingredients that help to prevent dryness and irritation, keeping your baby\'s skin soft and smooth. Free from soap and alkali, this mild wash is suitable for babies with sensitive skin.', NULL, NULL),
(245, 'App\\Models\\Item', 82, 'en', 'name', 'Biotique Papaya Deep Cleanse Face Wash', NULL, NULL),
(246, 'App\\Models\\Item', 82, 'en', 'description', 'What it is: The gentle formula of this biotique face wash effectively removes makeup and excess oil, purifies your pores and eliminates flakes resulting in a polished and radiant complexion.\r\nKey ingredients: This exfoliating papaya face wash is infused with the goodness papaya juice for gentle exfoliation, along with neem for moisturizing and its antibacterial properties. Wild turmeric helps improve complexion.\r\nKey benefits: This nourishing face wash aids in the reduction of tan lines, unclogs pores for a deep cleansing effect, and enhances the complexion\'s brightness.\r\nIt is made with 100% natural botanical extracts and is free from harmful chemicals. It is dermatologically tested, recommended for all skin types, and safe for regular; MethoTo use this biotique face wash gently massage over wet face & neck with fingertips, lather & rinse, morning and evening.\r\nIngredients: Papita (Carica Papaya), Akhrot Chhal (Juglans Regia), Neem (Melia Azadirachta Indica), Banhaldi (Curcuma Aromatica), Ritha (Sapindus Mukorossi), Kikar Gaund (Acacia Arabica), Ground Nut Oil, Purified Himalayan Water Q.S.', NULL, NULL),
(247, 'App\\Models\\Item', 83, 'en', 'name', 'Voltage Converters 220v to 110v Step Down Transformer 3000w', NULL, NULL),
(248, 'App\\Models\\Item', 83, 'en', 'description', 'Notice——High-Power Step Down Transformer: Our 3000W transformer allows you to use your US appliances in Europe (220V) with ease. If you need to use 220V appliances in the US, choose the \"step up\" option.\r\nSafe and Versatile Voltage Transformer:To prevent damage to both the transformer and your appliances, we recommend using appliances not exceeding 2400W. Our transformer is perfect for coffee makers, air fryers, hair dryers, grills, toasters, and more.\r\nUpgraded 220 to 110 Voltage Converter：Unlike bulky and noisy converters, our newly designed 220V to 110V converter is quieter, more efficient, and thinner. It even has suction cups on the bottom for added safety. You can place it in your living room or on your kitchen countertop with ease.', NULL, NULL),
(249, 'App\\Models\\Item', 84, 'en', 'name', 'FIOVER Gel Pens, 5pcs 0.5mm Quick Dry Black Ink Fine Point Smooth Writing Pens', NULL, NULL),
(250, 'App\\Models\\Item', 84, 'en', 'description', 'Fashion & Practical Design： FIOVER 5pcs Gel Pens with sleek, stylish barrels give the pen a modern, professional look. This pen is a good tool for back-to-school supplies and a very nice pen for work, and everyday life\r\n0.5mm Quick-Drying Ink Pens：0.5mm Retractable Rolling Ball Gel Pens with fade-resistant ink, there’s no need to worry about getting ink on your hands or desk, as it won’t fade, bleed, or smudge. Note: After using the gel pen, it is suggested to lay the pen flat or the nib face up. This helps protect the pen tip', NULL, NULL),
(251, 'App\\Models\\Item', 85, 'en', 'name', 'Plum Green Tea Renewed Clarity Night Gel Mini', NULL, NULL),
(252, 'App\\Models\\Item', 85, 'en', 'description', 'Clear & Glowing Skin: This rejuvenating night gel works overnight to reduce blemishes and brighten your complexion, helping you wake up to smoother, clearer, and more radiant skin.\r\nGreen Tea for Acne Marks: The powerful antioxidant green tea extract targets acne and acne scars, helping to fade marks and promote an even skin tone for a healthier appearance.\r\nHydrating Argan Oil: Enriched with argan oil, this gel offers deep hydration without the greasy feel, restoring moisture to your skin while preventing clogged pores and breakouts.\r\nVegan & Chemical-Free: With a formula free from parabens, SLS, phthalates, and mineral oils, this product is perfect for sensitive skin, providing a gentle, non-toxic solution for oily and acne-prone skin.\r\nHow to Use: For best results, cleanse your face thoroughly, gently pat dry, and apply the pillow-proof night gel to your face and neck. Enjoy fresh, balanced, and non-greasy skin when you wake up.', NULL, NULL),
(253, 'App\\Models\\Item', 86, 'en', 'name', 'Shake HandZ-E Alcohol Hand Rub 5 litre', NULL, NULL),
(254, 'App\\Models\\Item', 86, 'en', 'description', 'Shake HandZ-E Alcohol Hand Rub 5 litre', NULL, NULL),
(255, 'App\\Models\\Item', 87, 'en', 'name', 'Four Candies Cute Mechanical Pencil Set', NULL, NULL),
(256, 'App\\Models\\Item', 87, 'en', 'description', 'Exquisite Set: You will get a cute mechanical pencil set, including 3pcs 0.5 mm mechanical pencils, 3pcs 0.7 mm mechanical pencils, 3 tubes of 0.5 mm lead refills, 3 tubes of 0.7 mm pencil lead, 3pcs erasers and 9pcs cap eraser refills\r\nTriangular Grip: The triangular grip design of the mechanical pencil can guide the comfortable holding posture and avoid slipping; And the smooth barrel and light weight provides relaxing and efficient writing experience\r\n360pcs Upgraded Resin Lead: The pencil lead is made of resin and graphite which is stronger, elastic and smooth; 6 tubes of lead refill, 360pcs in total, enable you to use for a long time', NULL, NULL),
(257, 'App\\Models\\Item', 88, 'en', 'name', 'PAPERAGE Lined Legal Pads,', NULL, NULL),
(258, 'App\\Models\\Item', 88, 'en', 'description', 'LINED LEGAL PADS: These letter-size 8.5 in. by 11 in. legal note pads with 50 sheets per pad are perfect for writing notes, letters, thoughts and lists. Comes in a set of 6 writing pads, each with a different vibrant color binding.\r\nPREMIUM PAPER: Made with high-quality, white, wide-ruled (legal-ruled) acid-free paper with a left side double-line margin. Our legal pad paper is thicker than average writing pads for smooth writing with less ghosting.\r\nSTURDY THICK BACKING: Each writing pad has colorful top bindings and features a thick and strong cardboard backing for extra support when writing.', NULL, NULL),
(259, 'App\\Models\\Category', 13, 'en', 'name', 'Indian', NULL, NULL),
(260, 'App\\Models\\Item', 89, 'en', 'name', 'HP ProDesk 600 G4 Desktop Computer PC', NULL, NULL),
(261, 'App\\Models\\Item', 89, 'en', 'description', '[INTEL POWERED MULTI-TASKING] - Built with a 8th Generation Hexa-Core Intel i5 and 16GB of DDR4 RAM; Modern, Windows 11 ready, with 4K support, Executive multitasking, media streaming and smooth, multi-tab web browsing; Perfect as an all-purpose home or office computer, remote learning, work from home computer or HTPC streaming media center.\r\n[LATEST WIRELESS TECH] - This HP Desktop Computer easily connects to the internet through the included Wi-Fi adapter.\r\n[SOLID STATE STORAGE] - This HP Computer setup comes with an ultra-fast 500GB Solid State Drive (SSD); Setup as the primary boot device; Boot and load programs with lightning speed ; Additional expansion available', NULL, NULL),
(262, 'App\\Models\\Item', 90, 'en', 'name', 'Omron Compressor Nebulizer (NE-C101)', NULL, NULL),
(263, 'App\\Models\\Item', 90, 'en', 'description', 'Are you looking for a medical device that provides fast, effective, and safe relief from respiratory ailments? The Omron Compressor Nebulizer (NE-C101), is the perfect choice. With its powerful jet nebulizer, this product offers fast, efficient relief to those suffering from asthma, bronchitis, and other respiratory conditions.', NULL, NULL),
(264, 'App\\Models\\Item', 91, 'en', 'name', 'STGSivir All in One Desktop Computer, 21.5\'\' FHD Display', NULL, NULL),
(265, 'App\\Models\\Item', 91, 'en', 'description', 'This All in One desktop computer adopts an integrated design. This All in One desktop computer is well-suited for a variety of tasks including study, home, business, photo and video editing, streaming, day trading, crypto trading, and more.\r\nSTGSivir All in One Computer comes with a 21.5\" large screen with 1920*1080P full HD LED, clear and natural picture quality, fully retains picture details, and presents high-definition images, Built-in webcam makes it freely to share.\r\nAll in One desktop computer System: Core i5 up to 3.6GHz | 16GB Memory | 512 GB Solid State Drive | Genuine Windows 10 Home 64-bit', NULL, NULL),
(266, 'App\\Models\\Item', 92, 'en', 'name', 'Acer Aspire C22-1610-UA91 AIO Desktop | 21.5\" Full HD 1920 x 1080 IPS Display', NULL, NULL),
(267, 'App\\Models\\Item', 92, 'en', 'description', 'ALL-IN-ONE SLIM DESIGN: One slice of metal to do it all. Finished in black and gold, the 7.5 mm, ultra-slim all-in-one promises space-saving features and cable-tidy management, keeping the family home clutter-free and looking sharp.\r\nSLIM. STYLISH. STUNNING: Enjoy the crisp colors that this cool, 21.5\" Full HD PC delivers. It features an Intel Core i3 processor, Intel UHD Graphics and fast Intel Wireless Wi-Fi 6 AX201 connectivity.\r\nOPTIMIZED PERFORMANCE: The Intel Core i3-N305 processor and Intel UHD graphics distribute performance where you need it most. From streaming to browsing to photo and video editing!\r\nDISPLAY AND COMFORT: The 21.5\" FHD IPS display is framed between a narrow bezel delivering a screen-to-body ratio of an incredible 90.71%. The tiltable screen (-5 to 25°) utilizes BlueLightShield technology to lower exposure to blue light for your comfort', NULL, NULL),
(268, 'App\\Models\\Store', 46, 'en', 'name', 'Berger Choice', NULL, NULL),
(269, 'App\\Models\\Store', 46, 'en', 'address', 'Mumbai', NULL, NULL),
(270, 'App\\Models\\Item', 93, 'en', 'name', 'Dr.Morepen Breathefree Vaporizer (VP 06)', NULL, NULL),
(271, 'App\\Models\\Item', 93, 'en', 'description', 'Discover the ultimate solution to respiratory wellness with the Dr. Morepen Breathefree Vaporizer (VP 06). Elevate your self-care routine with this cutting-edge vaporizer designed to provide unparalleled benefits for your respiratory health.\r\n\r\nImmerse yourself in the quick and effective relief offered by this state-of-the-art vaporizer. Engineered for optimal performance, the Dr. Morepen Breathefree Vaporizer (VP 06) delivers a soothing steam experience that effortlessly eases respiratory discomfort. Say goodbye to congestion and embrace the revitalizing power of steam therapy in the comfort of your home.', NULL, NULL),
(272, 'App\\Models\\Store', 47, 'en', 'name', 'Tasty Takeaways', NULL, NULL),
(273, 'App\\Models\\Store', 47, 'en', 'address', 'Mumbai', NULL, NULL),
(274, 'App\\Models\\Item', 94, 'en', 'name', 'SHELCAL 500 Tablet 40\'s', NULL, NULL),
(275, 'App\\Models\\Item', 94, 'en', 'description', 'SHELCAL 500 Tablet 40\'s is a trusted calcium supplement that aids in maintaining healthy bones and teeth. Each tablet is formulated with a balanced blend of calcium and vitamin D3 to support bone strength and density. It helps in preventing calcium deficiency and promoting overall bone health.', NULL, NULL),
(276, 'App\\Models\\Item', 95, 'en', 'name', 'Chrisuno Women\'s Double Breasted Trench Coats', NULL, NULL),
(277, 'App\\Models\\Item', 95, 'en', 'description', '❤ Anti-wrinkle & Lightweight fabric: Adopts breathable and water-repellent fabric, combined with densely woven twill structure, made special anti-static and anti-pilling treatments, makes this ladies dresscoat lightweight and breathable, soft, anti-wrinkle and skin-friendly, bringing great comfort.\r\n\r\n❤ Classic versatile style: As a classic women\'s double-breasted trench coat, it can be matched with T-shirts or hoodies at will, comfortable and casual. The mid-length design can also be used as a casual business wear, with a tear-resistant lining, which highlights the sense of luxury.\r\n\r\n❤ Removable hood & Practical pockets: Specially designed detachable hood, which can be used as a Practical raincoat. 2 side hand pockets can hold small objects, such as keys, cards, etc., and the inner pocket can hold a wallet.', NULL, NULL),
(278, 'App\\Models\\Store', 48, 'en', 'name', 'Tasty Lunch', NULL, NULL),
(279, 'App\\Models\\Store', 48, 'en', 'address', 'Nashik', NULL, NULL),
(280, 'App\\Models\\Item', 96, 'en', 'name', 'CREATMO US Women\'s Lightweight Softshell Vest Outerwear Windbreaker Sleeveless Jacket', NULL, NULL),
(281, 'App\\Models\\Item', 96, 'en', 'description', '⭐Cozy Micro-elasticity Soft Shell Vest: This womens running vest is crafted of 95% ultra soft polyester&5% Spandex（ 11-way stretch fabric).High density,breathable,durable and stretchy.Keep Your Arms Free,allows a wide range of motion or layer beneath.The soft fabric is smooth and stretchy,wipes off easily and washes well\r\n\r\n⭐Windproof Outdoor Vest Jacket: The hooded sleeveless vest outerwear is well made,gorgeous color and lightweight but heavy enough to keep out the wind.This outdoor recreation vest peculiar outer shell is a highly wind-resistant fabric.Elastic cuffs and drawcord hems help seal out the elements.Provides good protection in windy or wet cold weather\r\n\r\n⭐Keeps Core Warm: The outer is a lightweight soft shell material.Double layered for insulation.Its a great thin layer to help trap core heat and block the biting wind.Well made garment &durable（not boxy）Great layer under a coat great to keep your core warm in cold climates.You can be worn as a mid layer on frigid days or an outer layer in mild cool weather', NULL, NULL),
(282, 'App\\Models\\Item', 97, 'en', 'name', 'DJT Womens Soft Stretchy Knit Plaid Shirts', NULL, NULL),
(283, 'App\\Models\\Item', 97, 'en', 'description', 'Features boyfriend style, double chest pockets, button down front, long sleeves with roll up sleeves detail\r\nSuper soft and stretchy fabric will not cling your skin and lightweight and form fitting\r\nEasy plaid, Easy time. Load up your wardrobe with classic shirts, suitable for casual, dating, work, party as you can dress it up or down, it perfectly matches with leggings, shorts, skirts, jeans etc\r\nVersatile ways to wear the plaid for spring, fall, winter, tied at the waist, wrapped around waist, makes any look seem instantly more fashion forward and hipster', NULL, NULL),
(284, 'App\\Models\\Item', 98, 'en', 'name', 'Colgate Visible White Sparkling Mint Toothpaste 100 gm', NULL, NULL),
(285, 'App\\Models\\Item', 98, 'en', 'description', 'Experience the brilliance of a radiant smile with Colgate Visible White Sparkling Mint Toothpaste 100 gm. This advanced formula is designed to gently remove surface stains from your teeth, revealing their natural whiteness. Say goodbye to yellowing and dullness as you embrace a brighter, more confident smile.', NULL, NULL),
(286, 'App\\Models\\Store', 49, 'en', 'name', 'Da Vittorio', NULL, NULL),
(287, 'App\\Models\\Store', 49, 'en', 'address', NULL, NULL, NULL),
(288, 'App\\Models\\Item', 99, 'en', 'name', 'SEBAMED BABY GENTLE Wash 400ml', NULL, NULL),
(289, 'App\\Models\\Item', 99, 'en', 'description', 'SEBAMED BABY GENTLE Wash 400ml is specifically formulated to gently cleanse and nourish your baby\'s delicate skin. With a soap-free formula that helps maintain the pH balance of the skin, this wash is ideal for daily use. Enriched with natural botanical extracts, it provides mild yet effective cleansing without causing dryness or irritation. Dermatologist-tested and recommended, this gentle wash is suitable for newborns and infants, keeping their skin soft and healthy.', NULL, NULL),
(290, 'App\\Models\\Item', 100, 'en', 'name', 'Laptop', NULL, NULL),
(291, 'App\\Models\\Item', 100, 'en', 'description', 'Lenovo IdeaPad Slim 5 Snapdragon X Plus X1P-42-100 (16GB RAM/1TB SSD/Integrated Qualcomm Adreno/Copilot+ PC/WUXGA IPS Display/14 (35.5cm)/Windows 11/MS Office 2021/Grey/1.89Kg), 83HL0035IN AI Laptop', NULL, NULL),
(292, 'App\\Models\\Item', 101, 'en', 'name', 'Romsons Kare N95 Face Mask 1\'s', NULL, NULL),
(293, 'App\\Models\\Item', 101, 'en', 'description', 'Romsons Kare N95 Face Mask 1\'s', NULL, NULL),
(294, 'App\\Models\\Item', 102, 'en', 'name', 'BPL Cardiart Viewplus 3 Channel Electrocardiograph Machine (6208)', NULL, NULL),
(295, 'App\\Models\\Item', 102, 'en', 'description', 'BPL Cardiart Viewplus 3 Channel Electrocardiograph Machine (6208)', NULL, NULL),
(296, 'App\\Models\\Item', 103, 'en', 'name', 'Turkey Burgers with Lemon Aioli', NULL, NULL),
(297, 'App\\Models\\Item', 103, 'en', 'description', 'The secret to chef Dan Kluger\'s super-moist turkey burgers? A quick brown sugar brine. Add a sofrito of onion, garlic, and jalapeño and top with a zingy lemon aioli and sweet barbecue sauce, and you\'ve got a next-level turkey burger.', NULL, NULL),
(298, 'App\\Models\\Item', 104, 'en', 'name', 'Optimum Nutrition (ON) 100% Whey Gold Standard Powder - Double Rich Chocolate 5 lb', NULL, NULL),
(299, 'App\\Models\\Item', 104, 'en', 'description', 'Optimum Nutrition (ON) 100% Whey Gold Standard Powder 5 lb in Double Rich Chocolate flavor is a premium-quality, widely trusted protein supplement for fitness enthusiasts. Made with whey protein isolates, the purest form of whey available, this product supports muscle growth and recovery post-workout. With each serving, you get 24 grams of high-quality protein, 5.5 grams of naturally occurring BCAAs, and only 1 gram of fat, making it an excellent choice for your daily protein needs', NULL, NULL),
(300, 'App\\Models\\Item', 105, 'en', 'name', 'Rajma (Kidney Bean Curry) Veggie Burgers', NULL, NULL),
(301, 'App\\Models\\Item', 105, 'en', 'description', 'Your quest for the perfect veggie burger is over. Mashed rajma (curried kidney beans) or canned beans get an umami burst with the addition of grated Parmesan and a melty slice of sharp cheddar cheese — and don\'t skimp on the piles of toppings. They make this already wonderful burger even more special.', NULL, NULL),
(302, 'App\\Models\\Item', 106, 'en', 'name', 'Himalaya Hiora K Mouthwash 150 ml', NULL, NULL),
(303, 'App\\Models\\Item', 106, 'en', 'description', 'Himalaya Hiora K Mouthwash 150 ml', NULL, NULL),
(304, 'App\\Models\\Item', 107, 'en', 'name', 'Aptamil Gold Stage 1 (Upto 6 Months) Powder 400 gm (Tin)', NULL, NULL),
(305, 'App\\Models\\Item', 107, 'en', 'description', 'Aptamil Gold Stage 1 Powder is a premium formulation tailored to support the nutritional needs of infants up to 6 months of age. Enriched with essential vitamins and minerals, this powdered formula is designed to mimic the composition of breast milk, providing vital nutrients for your baby\'s healthy growth and development. Aptamil Gold Stage 1 is easy to prepare and can be conveniently stored in its 400g tin for quick access whenever needed.', NULL, NULL),
(306, 'App\\Models\\Item', 108, 'en', 'name', 'Tavern Burgers with Drunken Mushrooms', NULL, NULL),
(307, 'App\\Models\\Item', 108, 'en', 'description', 'We love these thick, pub-style burgers, topped with sautéed mushrooms, white cheddar cheese, and a smear of garlicky mayonnaise, served alongside a frosty beer. Keep the patties chilled, and season them just before they hit the grill for the most tender texture and juiciest bite.', NULL, NULL),
(308, 'App\\Models\\Item', 109, 'en', 'name', 'Status N95 Cup Face Mask - White (Pack of 10)', NULL, NULL),
(309, 'App\\Models\\Item', 109, 'en', 'description', 'Status N95 Cup Face Mask - White (Pack of 10)', NULL, NULL),
(310, 'App\\Models\\Item', 110, 'en', 'name', 'Cambodian Black Pepper Beef (Lok Lak)', NULL, NULL),
(311, 'App\\Models\\Item', 110, 'en', 'description', 'Wok cooking happens quickly, so prepare each ingredient beforehand. 2019 F&W Best New Chef Nite Yun not only tenderizes the flank steak with an intensely flavorful marinade but also adds punchy flavor in just a few minutes of cooking.', NULL, NULL),
(312, 'App\\Models\\Item', 111, 'en', 'name', 'Fast&Up Charge Natural Vitamin C From Amla Extract & Zinc Tablets - Fizzy Blast Orange Flavour 20\'s', NULL, NULL),
(313, 'App\\Models\\Item', 111, 'en', 'description', 'Fast&Up charge is a completely natural vitamin c supplement which delivers immunity-boosting ingredients like 1000 mg amla extract and 10 mg zinc to help boost immune activity, support a robust immune response and increase resistance to immune challenges. It is a well-known fact that vitamin c is vital to maintain daily immunity. FastandUp charge supplement offers natural vitamin c derived from amla extract which is a well-known natural and rich source of vitamin c with natural antioxidant properties. Amla, also known as Indian gooseberry originates in India and contains a high concentration of vitamin c along with a full-spectrum of immune-enhancing benefits, popularly known for supporting immunity, energy and optimal health. Addition of key mineral zinc with natural vitamin c provides a complete synergistic immune therapy to the body. Zinc is important to body in many ways and helps to keep our immune system in check. Presence of zinc in vitamin c supplement helps fight infections more effectively. Basically, our immune system just can’t function without zinc. Our immune system decides how healthy or unhealthy we are and hence, it needs to be speedy and efficient. Fast&Up charge,', NULL, NULL),
(314, 'App\\Models\\Item', 112, 'en', 'name', 'Khao Soi', NULL, NULL),
(315, 'App\\Models\\Item', 112, 'en', 'description', 'An aromatic mixture made of shallot, garlic, and radish is the base of this riff on the Northern Thai classic from chef Donny Sirisavath. He amps up the flavor with soybean paste, cherry tomatoes, and ground pork to create a deeply savory pork sauce.', NULL, NULL),
(316, 'App\\Models\\Item', 113, 'en', 'name', 'Revital H Tablet - Women 30\'s', NULL, NULL),
(317, 'App\\Models\\Item', 113, 'en', 'description', 'Revital H Tablets for Women 30\'s are specially formulated to address the unique nutritional needs of women. These tablets are enriched with essential vitamins, minerals, and antioxidants that help support overall well-being. Each tablet is designed to boost energy levels, improve immunity, and promote healthy skin and hair. With regular consumption, these tablets can contribute to maintaining a healthy lifestyle for women of all ages.', NULL, NULL),
(318, 'App\\Models\\Item', 114, 'en', 'name', 'Som Tam (Thai-Style Green Papaya Salad)', NULL, NULL),
(319, 'App\\Models\\Item', 114, 'en', 'description', 'The Thai salad Som Tam demonstrates the mortar and pestle’s power. The Thai word som means “sour,” and tam means “to pound,” the action that sets the foundation for the distinct aromatic, tangy flavors in chef Nooror Somany Steppe’s recipe.', NULL, NULL),
(320, 'App\\Models\\Item', 115, 'en', 'name', 'Romsons Feeding Bag (GS-4028)', NULL, NULL),
(321, 'App\\Models\\Item', 115, 'en', 'description', 'Romsons Feeding Bag (GS-4028)', NULL, NULL),
(322, 'App\\Models\\Item', 116, 'en', 'name', 'Sensodyne Fresh Mint Toothpaste 150 gm', NULL, NULL),
(323, 'App\\Models\\Item', 116, 'en', 'description', 'Sensodyne Fresh Mint Toothpaste 150 gm', NULL, NULL),
(324, 'App\\Models\\Item', 117, 'en', 'name', 'Himalaya Baby Powder 200 gm + Free Refreshing Baby Soap 75 gm', NULL, NULL),
(325, 'App\\Models\\Item', 117, 'en', 'description', 'Pamper your little one with the Himalaya Baby Powder 200 gm and Soap 75 gm combo pack. The baby powder, enriched with herbal ingredients like Khus Grass and natural Zinc, helps keep your baby\'s delicate skin cool and fresh. The gentle baby soap, with the goodness of oils like Almond and Olive, nourishes and moisturizes the skin, leaving it soft and supple. This combo offers a soothing and refreshing experience for your baby\'s daily skincare routine.', NULL, NULL),
(326, 'App\\Models\\Item', 118, 'en', 'name', 'Margherita Pizza', NULL, NULL),
(327, 'App\\Models\\Item', 118, 'en', 'description', 'This classic pizza is easy to pull off at home with fresh ingredients. Miriam Weiskind\'s flavorful dough comes together through careful kneading before slowly rising in the refrigerator for one — and up to five — days, making it the perfect, make-ahead pizza base. Paired with creamy mozzarella, the freshly snipped basil and uncooked sauce deliver big flavor.', NULL, NULL),
(328, 'App\\Models\\Item', 119, 'en', 'name', 'Tavern-Style Sausage and Giardiniera Pizza', NULL, NULL),
(329, 'App\\Models\\Item', 119, 'en', 'description', 'This square-cut, cracker-thin pie is the Chicago style that originated when tavern owners and bartenders would leave out free pizza for customers to entice them to stay for another round of beers. The small pieces can fit on a bar napkin and shouldn\'t spoil one\'s dinner.', NULL, NULL),
(330, 'App\\Models\\Item', 120, 'en', 'name', '1Mile Latex Examination Gloves (M) 100\'s', NULL, NULL),
(331, 'App\\Models\\Item', 120, 'en', 'description', 'Product Qualities: 1Mile examination gloves are water resistant and mould perfectly to hands for increased comfort. It consists of superior materials and unique construction that allow dexterity while still being a tough durable glove that will not tear during medical treatment.', NULL, NULL),
(332, 'App\\Models\\Item', 121, 'en', 'name', 'Potato Pizza with Crème Fraîche and Bacon', NULL, NULL),
(333, 'App\\Models\\Item', 121, 'en', 'description', 'This pizza starts with the flavors of the classic Alsatian pizza, made with crème fraîche, caramelized onion, and bacon, and adds soft confit garlic cloves and thin slices of potatoes. Add a little greenery from kale and chives, and you\'ve got an exceptional pizza to both look at and eat.', NULL, NULL),
(334, 'App\\Models\\Item', 122, 'en', 'name', 'Spinach Lasagna', NULL, NULL),
(335, 'App\\Models\\Item', 122, 'en', 'description', 'There are many iterations of spinach lasagna, but this one is our favorite because of its simplicity and generous use of four cheeses: ricotta, Parmesan, Gruyère, and mozzarella. It\'s an incredibly delicious dish that even meat eaters will love.', NULL, NULL),
(336, 'App\\Models\\Store', 50, 'en', 'name', '24/7 pharmacy', NULL, NULL),
(337, 'App\\Models\\Store', 50, 'en', 'address', NULL, NULL, NULL),
(338, 'App\\Models\\Item', 123, 'en', 'name', 'Creamy Tomato Rigatoni', NULL, NULL),
(339, 'App\\Models\\Item', 123, 'en', 'description', 'A judicious amount of heavy cream enriches this simple tomato sauce, producing a lush texture that clings to the pasta without blanketing richness. This recipe is inspired by sommelier Derrick C. Westbrook of 1340 Beer Wine Spirits in Chicago, who named it his ideal dish for pairing with wine.', NULL, NULL),
(340, 'App\\Models\\Store', 51, 'en', 'name', 'Demo', NULL, NULL),
(341, 'App\\Models\\Store', 51, 'en', 'address', '7CGGH893+F6', NULL, NULL),
(342, 'App\\Models\\Item', 124, 'en', 'name', 'Pasta Aglio e Olio', NULL, NULL),
(343, 'App\\Models\\Item', 124, 'en', 'description', 'This simple, garlicky pasta from chef Roy Choi uses pantry ingredients — its beauty comes from building out the flavor profile in the olive oil. Even better, the whole thing comes together in the time it takes for the water to boil, making it the perfect back-pocket pasta to add to your weeknight rotation.', NULL, NULL),
(344, 'App\\Models\\Item', 125, 'en', 'name', 'Move Spray', NULL, NULL),
(345, 'App\\Models\\Item', 125, 'en', 'description', '100% Ayurvedic formula for pain relief\r\nEffective on back, joint, and muscle pain\r\nContains natural oils like Wintergreen, Eucalyptus, and Mint\r\nMay help provide fast and long-lasting relief\r\nSuitable for sports injuries and daily aches\r\nEasy-to-use spray application', NULL, NULL),
(346, 'App\\Models\\Item', 126, 'en', 'name', 'Classic Carrot Cake with Fluffy Cream Cheese Frosting', NULL, NULL),
(347, 'App\\Models\\Item', 126, 'en', 'description', 'A classic carrot cake is a crowd-pleaser and can work in traditional layers, in a loaf pan, or even as cupcakes. Pastry chef Jodi Elliot prepares the ultimate version of the 1970s favorite: moist and not too sweet.', NULL, NULL),
(348, 'App\\Models\\Item', 127, 'en', 'name', 'INLIFE Apple Cider Vinegar with Garlic Ginger Lemon Honey & Mother of Vinegar 500 ml', NULL, NULL),
(349, 'App\\Models\\Item', 127, 'en', 'description', 'INLIFE Apple Cider Vinegar 500 ml with Garlic Ginger Lemon Honey & Mother of Vinegar is a natural health tonic that combines the goodness of apple cider vinegar with the benefits of garlic, ginger, lemon, honey, and mother of vinegar. This unique blend is rich in essential nutrients and antioxidants that support overall well-being. The apple cider vinegar is raw, unfiltered, and unpasteurized, ensuring maximum potency and benefits for the body.', NULL, NULL),
(350, 'App\\Models\\Item', 128, 'en', 'name', 'Pediasure Zero Sucrose Nutrition Powder - Vanilla Flavour 400 gm (Refill Pack)', NULL, NULL),
(351, 'App\\Models\\Item', 128, 'en', 'description', 'Pediasure Zero Sucrose Nutrition Powder in Vanilla Flavor is a specially formulated dietary supplement designed to provide essential nutrition for children. This refill pack contains 400g of powder, ensuring a convenient and cost-effective way to stock up on your child\'s favorite nutritional supplement. Enriched with vital vitamins, minerals, protein, and carbohydrates, this product helps support overall growth, immunity, and development in kids.', NULL, NULL),
(352, 'App\\Models\\Item', 129, 'en', 'name', 'Maria Cookie Icebox Cake', NULL, NULL),
(353, 'App\\Models\\Item', 129, 'en', 'description', 'Toasty, slightly sweet Maria cookies were an after-school snack staple for pastry chef Paola Velez while growing up in the Bronx.', NULL, NULL),
(354, 'App\\Models\\Item', 130, 'en', 'name', 'Beurer Medical Nebuliser (IH 18) 1\'s', NULL, NULL),
(355, 'App\\Models\\Item', 130, 'en', 'description', 'Beurer Medical Nebuliser (IH 18) 1\'s', NULL, NULL),
(356, 'App\\Models\\Item', 131, 'en', 'name', 'Double-Chocolate Bundt Cake with Ganache Glaze', NULL, NULL),
(357, 'App\\Models\\Item', 131, 'en', 'description', 'Many bundt cakes are dense and buttery, but this one is surprisingly light and incredibly moist under its silky chocolate glaze. Strong-brewed coffee in the batter intensifies the chocolate flavor while balancing the sweetness.', NULL, NULL),
(358, 'App\\Models\\Item', 132, 'en', 'name', 'Medica Fibrex Non Woven Adhesive Dressing With Non Adherent Pad 10 cm x 10 cm 1\'s', NULL, NULL),
(359, 'App\\Models\\Item', 132, 'en', 'description', 'Medica Fibrex Non-Woven Adhesive Dressing With Non-Adherent Pad is a non-woven adhesive dressing with a non-adherent pad which does not stick to the wound. It is latex free adhesive hence reducing trauma and discomfort. It is stretchable, making it more comfortable for the patient. It comes in various sizes to fit your needs.', NULL, NULL),
(360, 'App\\Models\\Item', 133, 'en', 'name', 'Korean Spicy Veg Burger', NULL, NULL),
(361, 'App\\Models\\Item', 133, 'en', 'description', 'A beans patty dripping in hot Buldak sauce, balanced with smoky chipotle and creamy layers. Spicy, bold, and absolutely not for the weak. (Energy: 466KCal, Carbohydrates: 63gm, Proteins: 19gm, Fats: 18gm, Sodium: 1287mg)', NULL, NULL),
(362, 'App\\Models\\Item', 134, 'en', 'name', 'Equinox Pulse Oximeter LCD (EQ-OP-106)', NULL, NULL),
(363, 'App\\Models\\Item', 134, 'en', 'description', 'The Equinox Pulse Oximeter LCD (EQ-OP-106) is a reliable and accurate device designed to measure your blood oxygen saturation levels and pulse rate quickly and efficiently. With its easy-to-read LCD display, this pulse oximeter provides instant readings, making it ideal for monitoring your health at home or on the go.', NULL, NULL),
(364, 'App\\Models\\Item', 135, 'en', 'name', 'Korean Fried Chicken Burger or Wrap Combo.', NULL, NULL),
(365, 'App\\Models\\Item', 135, 'en', 'description', 'Save Rs. 90 for this value meal for 1', NULL, NULL),
(366, 'App\\Models\\Item', 136, 'en', 'name', 'Dettol Multi-Purpose Disinfectant Spray For Hard & Soft Surfaces - Orchard Bloom 225 ml', NULL, NULL),
(367, 'App\\Models\\Item', 136, 'en', 'description', 'Dettol Multi-Purpose Disinfectant Spray 225 ml in Orchard Bloom fragrance is a versatile solution for keeping your home clean and germ-free. This disinfectant spray effectively kills 99.9% of germs on hard and soft surfaces like countertops, sofas, and fabrics. With a refreshing Orchard Bloom scent, this spray not only sanitizes but also leaves behind a pleasant fragrance in your living spaces.\r\n\r\nThis disinfectant spray is a convenient and effective way to disinfect frequently-touched surfaces, eliminating harmful bacteria and viruses. Its easy-to-use format makes it ideal for quick clean-ups and regular sanitization routines, providing added protection for you and your family.', NULL, NULL),
(368, 'App\\Models\\Item', 137, 'en', 'name', 'Chicken n Cheese Slims Burger x 2', NULL, NULL),
(369, 'App\\Models\\Item', 137, 'en', 'description', 'House Made Spicy Chicken Patty, Melto Cheese, Animal Sauce & Honey Mustard Pack of 2', NULL, NULL),
(370, 'App\\Models\\Item', 138, 'en', 'name', 'Misal Pav', NULL, NULL),
(371, 'App\\Models\\Item', 138, 'en', 'description', 'Popular maharashtrian spicy curry with sprouts, served with chopped onions, lemon, savoury mixture & 2 paos', NULL, NULL),
(372, 'App\\Models\\Item', 139, 'en', 'name', 'Cheese berger', NULL, NULL),
(373, 'App\\Models\\Item', 139, 'en', 'description', 'Cheese berger', NULL, NULL),
(374, 'App\\Models\\Item', 140, 'en', 'name', 'Paneer Masala', NULL, NULL),
(375, 'App\\Models\\Item', 140, 'en', 'description', 'A flavorful and aromatic North Indian delicacy that perfectly combines tender paneer with a rich and luscious gravy.', NULL, NULL),
(376, 'App\\Models\\Item', 141, 'en', 'name', 'Baingan Bharta', NULL, NULL),
(377, 'App\\Models\\Item', 141, 'en', 'description', 'A flavorful and aromatic vegetable dish that is sure to tantalize your taste buds.', NULL, NULL),
(378, 'App\\Models\\AddonCategory', 1, 'en', 'name', 'Beverages', NULL, NULL),
(379, 'App\\Models\\AddonCategory', 2, 'en', 'name', 'Paneer', NULL, NULL),
(380, 'App\\Models\\AddOn', 1, 'en', 'name', 'Coca-Cola', NULL, NULL),
(381, 'App\\Models\\AddOn', 2, 'en', 'name', 'Paneer', NULL, NULL),
(382, 'App\\Models\\Item', 142, 'en', 'name', 'Paneer Farmhouse', NULL, NULL),
(383, 'App\\Models\\Item', 142, 'en', 'description', 'Delightful combination of onion, capsicum, tomato & grilled mushroom', NULL, NULL),
(384, 'App\\Models\\Item', 143, 'en', 'name', 'Ketel One Vodka (750ml)', NULL, NULL),
(385, 'App\\Models\\Item', 143, 'en', 'description', 'When Carolus Nolet Senior first envisioned Ketel One Vodka, it was a unique, super-premium vodka for the modern palate. And with crispness, clarity, and silky softness all of its own, you could be forgiven for thinking this 80 Proof Vodka is purely a feat of modern liquid engineering. But at its heart is the unique combination of traditional copper pot stills and advanced distilling techniques. Fragrance, flavor, feel, and finish helps to define what makes Ketel 1 Vodka so unique.\r\n\r\nThis vodka offers a crisp, unique character and intense finish distilled in coal-fired copper pot stills, filtered over loose charcoal, and stored in lined tanks. Using carefully selected European wheat and a combination of modern and traditional distilling techniques, they produce an exceptional product, both crisp to taste and soft on finish. Nosing the aroma of Ketel One, you\'ll immediately detect freshness with hints of citrus and honey. Savor the fresh, lively tingle flavor. Let the signature silky softness coat your tongue. A long finish with subtle flavors reminds you of its quality.\r\n\r\nPerfect on its own or added with your favorite cocktail, mix with club soda, a cucumber ribbon and garnish with a', NULL, NULL),
(386, 'App\\Models\\Item', 144, 'en', 'name', 'Classic Onion Capsicum', NULL, NULL),
(387, 'App\\Models\\Item', 144, 'en', 'description', 'Pizza topped with our classic pan sauce, crunchy onion & capsicum and a flavourful dressing.', NULL, NULL),
(388, 'App\\Models\\Item', 145, 'en', 'name', 'Old Monk XXX 7 Year Old Rum (1L)', NULL, NULL),
(389, 'App\\Models\\Item', 145, 'en', 'description', 'Old Monk XXX 7 Year Old Rum', NULL, NULL),
(390, 'App\\Models\\Item', 146, 'en', 'name', 'Absolut Vodka (750ml)', NULL, NULL),
(391, 'App\\Models\\Item', 146, 'en', 'description', 'Absolut Vodka was first launched in New York in 1979. It soon became the talk of the town, in the US and eventually of the world. But the recipe behind the clean and natural taste of Absolut is older than 30 years. So is the 18th-century medicine bottle found in an antique store in Stockholm, Sweden, that inspired the iconic Absolut Vodka bottle.\r\n\r\nThe main ingredients in Absolut Vodka are water and winter wheat. The water has been drawn from a deep well in Ahus, where it has protected from impurities. With minimal fertilizer use, winter wheat is sown in autumn and harvested in autumn of the following year. Throughout the year, the wheat grows under the Swedish snow and sun, developing its robust husk.\r\n\r\nDistilled over a hundred times, Absolut Swedish Vodka is exceptionally pure, containing only natural ingredients, and unlike some other vodkas, it doesn’t contain any added sugar. Absolut is as clean as vodka can be. Still, it has a specific taste: Rich, full-bodied and complex, yet smooth and mellow with a distinct character of grain, followed by a hint of dried fruit.\r\n\r\nThis Absolut Vodka Original has bottled at 40% alcohol by volume. The ways to experience it are almost as many as', NULL, NULL),
(392, 'App\\Models\\Item', 147, 'en', 'name', 'Veggie Feast', NULL, NULL),
(393, 'App\\Models\\Item', 147, 'en', 'description', 'Herbed onion and Green Capsicum, juicy Sweet Corn & 100% mozzarella cheese with flavourful pan sauce.', NULL, NULL),
(394, 'App\\Models\\Item', 148, 'en', 'name', 'Crown Royal Fine Deluxe Blended Canadian Whiskey', NULL, NULL),
(395, 'App\\Models\\Item', 148, 'en', 'description', 'Unwind in luxury with a glass of Crown Royal Fine De Luxe Blended Canadian Whiskey. With a silky texture and hints of oak and sweet vanilla, this 80 proof whiskey provides a refined flavor that enhances any cocktail party or celebration. Matured to perfection, it is the standard of excellence for Canadian whiskey. The nose is rich and robust, with slight hints of vanilla and fruit. The palate is delicately smooth and creamy with hints of oak and the sweet flavor of vanilla. The finish is long and lingering.\r\n\r\nFirst created in 1939 as a gift for the king and queen of England, a Canadian entrepreneur, created a blend of 50 whiskeys and wrapped a bottle in a regal purple bag with gold stitching. Affectionately named \"Crown Royal,\" this whiskey maintains the integrity and quality of their process today as it was first presented to English royalty.\r\n\r\nBlended with 50 distinct whiskeys, Crown Royal assures decadence in every bottle of their signature whiskeys. Mix this Deluxe Whiskey with cola and pour over ice for a classic, refreshing tasting cocktail. Please drink responsibly. Enjoy!', NULL, NULL),
(396, 'App\\Models\\Item', 149, 'en', 'name', 'Schezwan Margherita', NULL, NULL),
(397, 'App\\Models\\Item', 149, 'en', 'description', 'Your very own Margherita, now with a spicy twist! Loaded with our signature spicy schezwan sauce & 100% mozzarella cheese.', NULL, NULL),
(398, 'App\\Models\\Item', 150, 'en', 'name', '5pc Smoky Red Chicken', NULL, NULL),
(399, 'App\\Models\\Item', 150, 'en', 'description', 'Grab 5 pc Smoky Red Chicken - grilled to perfection', NULL, NULL),
(400, 'App\\Models\\Item', 151, 'en', 'name', 'All Chicken Box', NULL, NULL),
(401, 'App\\Models\\Item', 151, 'en', 'description', 'A Box with your favorites! Get 1 pc Hot & Crispy, 2 Hot Wings & 1 Chicken Strip at a deal price', NULL, NULL),
(402, 'App\\Models\\Item', 152, 'en', 'name', 'Bbq Chicken Shawarma', NULL, NULL),
(403, 'App\\Models\\Item', 152, 'en', 'description', 'Grilled chicken in smokey barbeque sauce with garlic mayo, red chutney, hummus, lettuce, pickle & french fries', NULL, NULL),
(404, 'App\\Models\\Item', 153, 'en', 'name', 'BBQ Paneer Shawarma', NULL, NULL),
(405, 'App\\Models\\Item', 153, 'en', 'description', 'Tender paneer in smokey barbeque sauce with garlic mayo, red chutney, hummus, lettuce, pickle & french fries', NULL, NULL),
(406, 'App\\Models\\Item', 154, 'en', 'name', 'Paneer Tikka Whole Bowl [55g Protein]', NULL, NULL),
(407, 'App\\Models\\Item', 154, 'en', 'description', 'Paneer Tikka 200 gms, Lettuce, Kale & Red Cabbage, Barley, Bell Peppers, Cucumber, Jalapeno, Olive, Garlic Yogurt dressing topped with Super Seed mix. [High Protein, Antioxidant, Grilled]', NULL, NULL),
(408, 'App\\Models\\Item', 155, 'en', 'name', 'Corn & Cheese', NULL, NULL),
(409, 'App\\Models\\Item', 155, 'en', 'description', 'A combination of juicy Sweet Corn & 100% mozzarella cheese with flavourful signature pan sauce.', NULL, NULL),
(410, 'App\\Models\\Item', 156, 'en', 'name', 'Chilli Paneer Sizzle', NULL, NULL),
(411, 'App\\Models\\Item', 156, 'en', 'description', 'Pizza topped with spiced paneer, a spicy Schezwan sauce, juicy tomato, crunchy onion & capsicum and a flavourful dressing.', NULL, NULL),
(412, 'App\\Models\\Item', 157, 'en', 'name', 'Crown Royal Regal Apple Whiskey (500ml)', NULL, NULL),
(413, 'App\\Models\\Item', 157, 'en', 'description', 'Unwind in luxury with a glass of Crown Royal Regal Apple Whiskey. To create this extraordinary blend, Crown Royal whiskies are hand-selected by our master whiskey blenders and infused with Regal Gala Apples and apple flavors. The result is a delicious Canadian whiskey balanced with notes of crisp apple flavor. Made with the signature smoothness of traditional Crown Royal and matured to perfection, our apple flavored whiskey will enhance any cocktail party or celebration. Please drink responsibly.', NULL, NULL),
(414, 'App\\Models\\Item', 158, 'en', 'name', 'Cheesy Spicy Delight', NULL, NULL),
(415, 'App\\Models\\Item', 158, 'en', 'description', 'Pizza topped with 100% mozzarella cheese, a flavourful dressing, onion and spicy green chilli, sprinkled with our signature spiced seasoning.', NULL, NULL),
(416, 'App\\Models\\DataSetting', 86, 'en', 'available_zone_title', 'Global', NULL, NULL),
(417, 'App\\Models\\DataSetting', 87, 'en', 'available_zone_short_description', 'Global', NULL, NULL),
(418, 'App\\Models\\DataSetting', 90, 'en', 'terms_and_conditions', '<p>Welcome to MxLovo! These Terms and Conditions govern your use of our platform and services. By accessing or using MxLovo, you agree to be bound by these Terms.</p>\r\n\r\n<h3><strong>Introduction</strong></h3>\r\n\r\n<p>MxLovo is a delivery service platform that connects users with couriers to facilitate the pickup and delivery of various items. These Terms apply to all users, including customers, couriers, and merchants.</p>\r\n\r\n<h3><strong>1.&nbsp; User Accounts</strong></h3>\r\n\r\n<ul>\r\n	<li>\r\n	<p>To access our services, you must create an account with accurate and complete information.</p>\r\n	</li>\r\n	<li>\r\n	<p>You are responsible for maintaining the security of your account and any activities under it.</p>\r\n	</li>\r\n	<li>\r\n	<p>MxLovo reserves the right to suspend or terminate accounts for any violation of these Terms.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h3><br />\r\n<strong>3. Service Usage</strong></h3>\r\n\r\n<ul>\r\n	<li>\r\n	<p>You agree to use MxLovo for lawful purposes only.</p>\r\n	</li>\r\n	<li>\r\n	<p>You shall not use the platform for illegal deliveries, including but not limited to drugs, weapons, or any prohibited items.</p>\r\n	</li>\r\n	<li>\r\n	<p>MxLovo reserves the right to refuse service at its discretion.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h3><br />\r\n<strong>4. Payments and Fees</strong></h3>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Users agree to pay the applicable service fees for deliveries.</p>\r\n	</li>\r\n	<li>\r\n	<p>Payments are processed through our integrated payment system, and all transactions are final.</p>\r\n	</li>\r\n	<li>\r\n	<p>MxLovo may update pricing at any time, with changes reflected in the app.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h3><br />\r\n<strong>5. Delivery Policy</strong></h3>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Estimated delivery times are not guaranteed and may vary.</p>\r\n	</li>\r\n	<li>\r\n	<p>Couriers are independent contractors and are responsible for handling items carefully.</p>\r\n	</li>\r\n	<li>\r\n	<p>If a delivery cannot be completed due to incorrect information or recipient unavailability, additional fees may apply.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h3><br />\r\n<strong>6. Cancellation and Refund Policy</strong></h3>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Users may cancel an order before dispatch; once dispatched, cancellation fees may apply.</p>\r\n	</li>\r\n	<li>\r\n	<p>Refunds, if applicable, will be processed as per MxLovo&rsquo;s refund policy.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h3><br />\r\n<strong>7. Liability and Disclaimer</strong></h3>\r\n\r\n<ul>\r\n	<li>\r\n	<p>MxLovo is a platform that connects users and couriers and is not responsible for loss, damage, or delays.</p>\r\n	</li>\r\n	<li>\r\n	<p>We do not provide insurance coverage for lost or damaged items unless explicitly stated.</p>\r\n	</li>\r\n	<li>\r\n	<p>Users acknowledge that couriers operate independently and are not employees of MxLovo.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h3><br />\r\n<strong>8. User Conduct</strong></h3>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Users must not abuse, harass, or discriminate against couriers, merchants, or other users.</p>\r\n	</li>\r\n	<li>\r\n	<p>Any fraudulent activity or misuse of the platform will result in account termination.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h3><br />\r\n<strong>9. Privacy Policy</strong></h3>\r\n\r\n<ul>\r\n	<li>\r\n	<p>By using MxLovo, you agree to our data collection and usage practices as outlined in our Privacy Policy.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h3><br />\r\n<strong>10. Amendments</strong></h3>\r\n\r\n<ul>\r\n	<li>\r\n	<p>MxLovo reserves the right to modify these Terms at any time. Continued use of the platform after changes constitutes acceptance of the revised Terms.</p>\r\n	</li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>', NULL, NULL);
INSERT INTO `translations` (`id`, `translationable_type`, `translationable_id`, `locale`, `key`, `value`, `created_at`, `updated_at`) VALUES
(419, 'App\\Models\\DataSetting', 91, 'en', 'privacy_policy', '<h3><strong>1. Information We Collect</strong></h3>\r\n\r\n<p>We collect the following types of information:</p>\r\n\r\n<ul>\r\n	<li><strong>Personal Information</strong>: Name, phone number, email, address, and payment details.</li>\r\n	<li><strong>Device Information</strong>: IP address, device type, operating system, and browser type.</li>\r\n	<li><strong>Location Data</strong>: Real-time GPS location when using our delivery services.</li>\r\n	<li><strong>Transaction Data</strong>: Order details, payment history, and service usage.</li>\r\n	<li><strong>User-Generated Content</strong>: Reviews, feedback, and communication with support.</li>\r\n</ul>\r\n\r\n<h3><br />\r\n<strong>2. How We Use Your Information</strong></h3>\r\n\r\n<p>We use your data for the following purposes:</p>\r\n\r\n<ul>\r\n	<li>\r\n	<p>To provide, maintain, and improve our services.</p>\r\n	</li>\r\n	<li>\r\n	<p>To process transactions and facilitate payments.</p>\r\n	</li>\r\n	<li>\r\n	<p>To match users with couriers for efficient deliveries.</p>\r\n	</li>\r\n	<li>\r\n	<p>To personalize user experiences and provide relevant recommendations.</p>\r\n	</li>\r\n	<li>\r\n	<p>To enhance security, prevent fraud, and comply with legal obligations.</p>\r\n	</li>\r\n	<li>\r\n	<p>To communicate with users regarding updates, promotions, and customer support.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h3><br />\r\n<strong>3. Sharing of Information</strong></h3>\r\n\r\n<p>We may share your data with:</p>\r\n\r\n<ul>\r\n	<li>\r\n	<p><strong>Couriers</strong>: To facilitate delivery services.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Merchants</strong>: For order processing and fulfillment.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Payment Processors</strong>: To handle transactions securely.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Third-Party Service Providers</strong>: For analytics, marketing, and technical support.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Legal Authorities</strong>: If required by law or to protect rights and safety.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h3><br />\r\n<strong>4. Data Security</strong></h3>\r\n\r\n<p>We implement appropriate security measures to protect your personal information from unauthorized access, disclosure, or misuse. However, no system is completely secure, and we encourage users to take precautions when sharing sensitive data.</p>\r\n\r\n<h3><strong>5. Data Retention</strong></h3>\r\n\r\n<p>We retain user information for as long as necessary to fulfill the purposes outlined in this policy, comply with legal requirements, and resolve disputes.</p>\r\n\r\n<h3><strong>6. User Rights</strong></h3>\r\n\r\n<p>Users have the right to:</p>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Access, update, or delete their personal data.</p>\r\n	</li>\r\n	<li>\r\n	<p>Withdraw consent for data processing.</p>\r\n	</li>\r\n	<li>\r\n	<p>Opt out of marketing communications.</p>\r\n	</li>\r\n	<li>\r\n	<p>Request a copy of stored personal information.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h3><br />\r\n<strong>7. Cookies and Tracking Technologies</strong></h3>\r\n\r\n<p>We use cookies and similar technologies to enhance user experience, analyze traffic, and improve services. Users can manage cookie preferences through their browser settings.</p>\r\n\r\n<h3><br />\r\n<strong>8. Third-Party Links</strong></h3>\r\n\r\n<p>Our platform may contain links to third-party websites. We are not responsible for their privacy practices and encourage users to review their policies.</p>\r\n\r\n<h3><br />\r\n<strong>9. Changes to This Privacy Policy</strong></h3>\r\n\r\n<p>MxLovo reserves the right to update this Privacy Policy at any time. Continued use of our services after changes implies acceptance of the revised policy.</p>\r\n\r\n<h3><br />\r\n<strong>10. Contact Us</strong></h3>\r\n\r\n<p>For any questions or concerns regarding this Privacy Policy, please contact us at <strong>demo@demo.com</strong>&nbsp;or visit our website.</p>\r\n\r\n<p>By using MxLovo, you acknowledge that you have read, understood, and agreed to this Privacy Policy.</p>', NULL, NULL),
(420, 'App\\Models\\DataSetting', 92, 'en', 'about_us', '<p>Welcome to <strong>MxLovo</strong>, your go-to on-demand delivery platform designed to make life easier! We connect users with couriers to deliver anything from food, groceries, and packages to essential everyday items&mdash;quickly and efficiently. Whether you&#39;re a customer looking for fast deliveries, a business wanting to reach more customers, or a courier seeking flexible earning opportunities, MxLovo has got you covered.</p>\r\n\r\n<p>Our mission is to provide a reliable, efficient, and hassle-free delivery experience by leveraging technology and a vast network of couriers. With real-time tracking, multiple delivery options, and secure payment systems, we ensure that every order is handled with speed and convenience. Our dedicated 24/7 support team is always ready to assist, making sure your experience is seamless and stress-free.</p>\r\n\r\n<p>Why choose MxLovo? We offer competitive pricing, a trusted community of couriers, and a commitment to innovation, constantly expanding our services to bring you more features and benefits. Whether you&rsquo;re a customer, merchant, or courier, MxLovo is here to make deliveries simple, efficient, and hassle-free. Download our app and experience the future of on-demand delivery today!</p>', NULL, NULL),
(421, 'App\\Models\\DataSetting', 93, 'en', 'about_title', 'About MXLovo', NULL, NULL),
(422, 'App\\Models\\DataSetting', 33, 'en', 'refund_policy', '<h2><strong>1. Introduction</strong></h2>\r\n\r\n<p>At <strong>MxLovo</strong>, we strive to provide a seamless and reliable delivery experience. However, we understand that certain situations may require a refund. This policy outlines the conditions under which refunds are applicable and the process for requesting one.</p>\r\n\r\n<h2><strong>2. Eligibility for Refunds</strong></h2>\r\n\r\n<p>Refunds may be issued under the following circumstances:</p>\r\n\r\n<ul>\r\n	<li><strong>Order Cancellation by MxLovo</strong>: If an order is canceled due to unavailability of items or lack of courier availability, a full refund will be processed.</li>\r\n	<li><strong>Failed or Duplicate Transactions</strong>: If a user is charged multiple times for the same order due to a system error, the excess amount will be refunded.</li>\r\n	<li><strong>Incorrect or Missing Items</strong>: If an order is delivered with missing or incorrect items, a partial or full refund may be issued upon review.</li>\r\n	<li><strong>Undelivered Orders</strong>: If an order is not delivered within the estimated time due to issues beyond the customer&#39;s control, a refund may be considered.</li>\r\n</ul>\r\n\r\n<h2><strong>3. Non-Refundable Situations</strong></h2>\r\n\r\n<p>Refunds will not be issued in the following cases:</p>\r\n\r\n<ul>\r\n	<li>If the customer provides an incorrect address, leading to delivery failure.</li>\r\n	<li>If the customer refuses to accept the order without a valid reason.</li>\r\n	<li>If the order has been successfully delivered but the customer changes their mind.</li>\r\n	<li>If the issue is due to dissatisfaction with food taste or personal preference (for food orders).</li>\r\n</ul>\r\n\r\n<h2><strong>4. Refund Request Process</strong></h2>\r\n\r\n<p>To request a refund, users must:</p>\r\n\r\n<ol>\r\n	<li>Contact <strong>MxLovo Customer Support</strong> via the app or email within <strong>24 hours</strong> of order completion.</li>\r\n	<li>Provide the <strong>order ID</strong>, <strong>proof of issue</strong> (photo, receipt, or description), and a valid reason for the refund request.</li>\r\n	<li>Allow <strong>MxLovo</strong> up to <strong>5-7 business days</strong> to review and process the request.</li>\r\n</ol>\r\n\r\n<h2><strong>5. Refund Processing Time</strong></h2>\r\n\r\n<ul>\r\n	<li>Refunds will be processed to the original payment method within <strong>7-10 business days</strong> after approval.</li>\r\n	<li>For wallet-based refunds, the amount will be credited instantly to the <strong>MxLovo Wallet</strong> for future use.</li>\r\n</ul>\r\n\r\n<h2><strong>6. Changes to Refund Policy</strong></h2>\r\n\r\n<p>MxLovo reserves the right to modify this refund policy at any time. Users will be notified of any changes through the app or official communication channels.</p>\r\n\r\n<p>For any refund-related inquiries, please contact our <strong>customer support team</strong> via the MxLovo app.</p>', NULL, NULL),
(423, 'App\\Models\\DataSetting', 94, 'en', 'cancellation_policy', '<h2><strong>1. Introduction</strong></h2>\r\n\r\n<p>At <strong>MxLovo</strong>, we aim to provide a smooth and reliable delivery experience for our customers, couriers, and merchants. However, we understand that cancellations may sometimes be necessary. This policy outlines the conditions under which cancellations are allowed and any applicable charges.</p>\r\n\r\n<h2><strong>2. Order Cancellation by Customers</strong></h2>\r\n\r\n<p>Customers can cancel their orders under the following conditions:</p>\r\n\r\n<ul>\r\n	<li><strong>Before Order Confirmation</strong>: Orders can be canceled without any charges before they are confirmed by the merchant or assigned to a courier.</li>\r\n	<li><strong>After Order Confirmation but Before Dispatch</strong>: Orders canceled after confirmation but before dispatch may incur a cancellation fee to compensate for preparation or operational costs.</li>\r\n	<li><strong>After Dispatch</strong>: Orders that have already been picked up by the courier cannot be canceled, and no refund will be issued.</li>\r\n</ul>\r\n\r\n<h2><strong>3. Order Cancellation by Merchants or MxLovo</strong></h2>\r\n\r\n<p>Orders may be canceled by the merchant or <strong>MxLovo</strong> under the following circumstances:</p>\r\n\r\n<ul>\r\n	<li>The ordered item is <strong>out of stock</strong> or unavailable.</li>\r\n	<li>The <strong>merchant is unable to fulfill the order</strong> due to unforeseen circumstances.</li>\r\n	<li>A <strong>courier is unavailable</strong> for delivery within a reasonable timeframe.</li>\r\n	<li>The order violates <strong>MxLovo&#39;s policies</strong> or local regulations.</li>\r\n</ul>\r\n\r\n<p>In such cases, customers will receive a <strong>full refund</strong> to the original payment method or MxLovo wallet.</p>\r\n\r\n<h2><strong>4. Order Cancellation by Couriers</strong></h2>\r\n\r\n<p>Couriers may cancel an assigned delivery due to:</p>\r\n\r\n<ul>\r\n	<li>Technical issues or <strong>vehicle breakdowns</strong>.</li>\r\n	<li>Safety concerns or inability to <strong>reach the delivery location</strong>.</li>\r\n	<li>Customer <strong>unresponsiveness</strong> (e.g., incorrect contact details or address).</li>\r\n</ul>\r\n\r\n<p>If a courier cancels an order, MxLovo will attempt to reassign a new courier. If reassignment is unsuccessful, a refund may be issued based on the order status.</p>\r\n\r\n<h2><strong>5. Cancellation Charges</strong></h2>\r\n\r\n<p>Cancellation fees may apply based on the timing of the cancellation:</p>\r\n\r\n<ul>\r\n	<li><strong>Free Cancellation</strong>: Orders canceled before confirmation.</li>\r\n	<li><strong>Partial Refund</strong>: If cancellation occurs after merchant preparation but before dispatch.</li>\r\n	<li><strong>No Refund</strong>: If the order has already been picked up for delivery.</li>\r\n</ul>\r\n\r\n<h2><strong>6. Refund Process for Canceled Orders</strong></h2>\r\n\r\n<ul>\r\n	<li>Refunds (if applicable) will be processed to the <strong>original payment method</strong> or credited to the <strong>MxLovo wallet</strong> within <strong>7-10 business days</strong>.</li>\r\n	<li>Customers will be notified of the refund status via the MxLovo app or email.</li>\r\n</ul>\r\n\r\n<h2><strong>7. Policy Updates</strong></h2>\r\n\r\n<p>MxLovo reserves the right to update or modify this cancellation policy at any time. Changes will be communicated via the app or official channels.</p>\r\n\r\n<p>For any cancellation-related issues, please contact <strong>MxLovo Customer Support</strong>.</p>', NULL, NULL),
(424, 'App\\Models\\DataSetting', 95, 'en', 'shipping_policy', '<h2><strong>1. Introduction</strong></h2>\r\n\r\n<p>At <strong>MxLovo</strong>, we are committed to providing fast, reliable, and efficient delivery services. Our platform connects customers with couriers to ensure seamless shipping of food, groceries, parcels, and essential items. This shipping policy outlines our delivery process, estimated timeframes, and important guidelines.</p>\r\n\r\n<h2><strong>2. Delivery Coverage</strong></h2>\r\n\r\n<p>MxLovo operates in multiple locations, ensuring that customers receive their orders promptly. However, delivery availability may vary based on the serviceable areas covered by our partnered merchants and couriers. Customers can check service availability by entering their location in the MxLovo app.</p>\r\n\r\n<h2><strong>3. Delivery Timeframes</strong></h2>\r\n\r\n<p>The estimated delivery time depends on various factors such as item type, distance, traffic conditions, and merchant preparation time. Below are the general guidelines:</p>\r\n\r\n<ul>\r\n	<li><strong>Food &amp; Grocery Orders</strong>: Typically delivered within <strong>30 to 60 minutes</strong>.</li>\r\n	<li><strong>Parcel Deliveries</strong>: Estimated delivery times vary based on distance but usually range from <strong>1 to 3 hours</strong> for local deliveries.</li>\r\n	<li><strong>Express Deliveries</strong>: For urgent orders, customers can opt for <strong>priority delivery</strong> with a faster turnaround time.</li>\r\n	<li><strong>Scheduled Deliveries</strong>: Customers can pre-schedule deliveries for a specific time slot.</li>\r\n</ul>\r\n\r\n<p>Delivery times are <strong>estimates</strong> and may be affected by unforeseen factors such as weather, traffic, or high demand.</p>\r\n\r\n<h2><strong>4. Shipping Fees</strong></h2>\r\n\r\n<p>Delivery charges are calculated based on distance, order size, and service type. MxLovo provides transparent pricing, and customers will see the shipping fee before confirming their order. Additional fees may apply for:</p>\r\n\r\n<ul>\r\n	<li><strong>Long-distance deliveries</strong>.</li>\r\n	<li><strong>High-demand hours</strong>.</li>\r\n	<li><strong>Special handling requirements</strong> for fragile or oversized items.</li>\r\n</ul>\r\n\r\n<h2><strong>5. Order Tracking</strong></h2>\r\n\r\n<p>Customers can track their order in real time through the <strong>MxLovo app</strong>. Updates on order status, courier location, and estimated arrival time will be available. Notifications will be sent at key stages of the delivery process.</p>\r\n\r\n<h2><strong>6. Delivery Attempts &amp; Failed Deliveries</strong></h2>\r\n\r\n<ul>\r\n	<li><strong>Recipient Unavailable</strong>: If the customer is unavailable at the delivery location, the courier will attempt to contact them. If the delivery fails after multiple attempts, the order may be canceled, and a <strong>partial refund</strong> may be issued (excluding delivery charges).</li>\r\n	<li><strong>Incorrect Address</strong>: Customers must provide accurate delivery details. If an incorrect address is provided, additional charges may apply for redelivery.</li>\r\n	<li><strong>Perishable Items</strong>: Orders containing perishable items (e.g., food and groceries) cannot be rescheduled and are <strong>non-refundable</strong> if delivery fails.</li>\r\n</ul>\r\n\r\n<h2><strong>7. Restricted &amp; Prohibited Items</strong></h2>\r\n\r\n<p>Certain items cannot be shipped via MxLovo, including but not limited to:</p>\r\n\r\n<ul>\r\n	<li>Illegal substances and hazardous materials.</li>\r\n	<li>Firearms, explosives, and flammable goods.</li>\r\n	<li>Perishable items beyond safe transport conditions.</li>\r\n	<li>High-value items requiring special security handling.</li>\r\n</ul>\r\n\r\n<h2><strong>8. Policy Updates</strong></h2>\r\n\r\n<p>MxLovo reserves the right to modify this shipping policy as needed. Any changes will be communicated through the app or official channels.</p>\r\n\r\n<p>For any questions or concerns, please contact <strong>MxLovo Customer Support</strong>.</p>', NULL, NULL),
(425, 'App\\Models\\AdminPromotionalBanner', 2, 'en', 'title', 'Today’s Hot Deals 🔥', NULL, NULL),
(426, 'App\\Models\\AdminPromotionalBanner', 2, 'en', 'sub_title', 'Up to 50% off on daily essentials. Limited time only!', NULL, NULL),
(427, 'App\\Models\\AdminPromotionalBanner', 3, 'en', 'title', 'New Products Just In', NULL, NULL),
(428, 'App\\Models\\AdminPromotionalBanner', 3, 'en', 'sub_title', 'Get exclusive discounts & priority delivery every month.', NULL, NULL),
(429, 'App\\Models\\Module', 6, 'en', 'module_name', 'Liquor', NULL, NULL),
(430, 'App\\Models\\Module', 6, 'en', 'description', '<p>A liquor business module encompasses the entire supply chain and operational framework for running a liquor enterprise. Key components include procurement and sourcing of raw materials, production and distillation processes, quality control, and compliance with legal regulations. It covers distribution channels, marketing strategies, and retail operations. Financial management, including pricing strategies, inventory control, and sales forecasting, is crucial. The module also addresses customer service, branding, and promotional activities. Understanding market trends, consumer preferences, and competitive landscape is essential for strategic planning and growth. Training and development for staff and adherence to health and safety standards are also integral parts of the module.</p>', NULL, NULL),
(431, 'App\\Models\\Module', 7, 'en', 'module_name', 'tetes', NULL, NULL),
(432, 'App\\Models\\Module', 7, 'en', 'description', '<p>tet</p>', NULL, NULL),
(433, 'App\\Models\\Item', 159, 'en', 'name', 'Paracetamol', NULL, NULL),
(434, 'App\\Models\\Item', 159, 'en', 'description', 'Pain relief', NULL, NULL),
(435, 'App\\Models\\Banner', 2, 'en', 'name', 'MedPlus Care', NULL, NULL),
(436, 'App\\Models\\Advertisement', 1000000, 'en', 'title', 'Medicare', NULL, NULL),
(437, 'App\\Models\\Advertisement', 1000000, 'en', 'description', 'Paracetamol', NULL, NULL),
(440, 'App\\Models\\Coupon', 1, 'en', 'title', 'Medicine coupon', NULL, NULL),
(441, 'App\\Models\\Item', 160, 'en', 'name', 'Dosa', NULL, NULL),
(442, 'App\\Models\\Item', 160, 'en', 'description', 'Dosa', NULL, NULL),
(443, 'App\\Models\\AddOn', 3, 'en', 'name', 'Paneer Butter', NULL, NULL),
(444, 'App\\Models\\Item', 161, 'en', 'name', 'Amul Ghee', NULL, NULL),
(445, 'App\\Models\\Item', 161, 'en', 'description', 'Ghee', NULL, NULL),
(447, 'App\\Models\\FlashSale', 2, 'en', 'title', 'Flash sell', NULL, NULL),
(448, 'App\\Models\\Campaign', 1, 'en', 'title', 'Diwali Sale Campaign', NULL, NULL),
(449, 'App\\Models\\Campaign', 1, 'en', 'description', 'Diwali Sale Campaign', NULL, NULL),
(450, 'App\\Models\\ItemCampaign', 1, 'en', 'title', 'Diwali Sale Campaign', NULL, NULL),
(451, 'App\\Models\\ItemCampaign', 1, 'en', 'description', 'Diwali Sale Campaign', NULL, NULL),
(452, 'App\\Models\\Coupon', 2, 'en', 'title', 'Diwali offer', NULL, NULL),
(453, 'App\\Models\\Banner', 3, 'en', 'title', 'Big sale', NULL, NULL),
(454, 'App\\Models\\Advertisement', 1000002, 'en', 'title', 'Diwali offer', NULL, NULL),
(455, 'App\\Models\\Advertisement', 1000002, 'en', 'description', '10', NULL, NULL),
(456, 'App\\Models\\CashBack', 1, 'en', 'title', 'diwali dhamaka', NULL, NULL),
(457, 'App\\Models\\Store', 52, 'en', 'name', 'Vendor', NULL, NULL),
(458, 'App\\Models\\Store', 52, 'en', 'address', '8FC5M3GG+XV', NULL, NULL),
(459, 'App\\Models\\Store', 52, 'fr', 'name', 'Vendor', NULL, NULL),
(460, 'App\\Models\\Store', 52, 'fr', 'address', '8FC5M3GG+XV', NULL, NULL),
(461, 'App\\Models\\Store', 52, 'ar', 'name', 'Vendor', NULL, NULL),
(462, 'App\\Models\\Store', 52, 'ar', 'address', '8FC5M3GG+XV', NULL, NULL),
(463, 'App\\Models\\Store', 53, 'en', 'name', 'Demo', NULL, NULL),
(464, 'App\\Models\\Store', 53, 'en', 'address', '7GWCX27P+WJ', NULL, NULL),
(465, 'App\\Models\\Store', 53, 'fr', 'name', 'Demo', NULL, NULL),
(466, 'App\\Models\\Store', 53, 'fr', 'address', '7GWCX27P+WJ', NULL, NULL),
(467, 'App\\Models\\Store', 53, 'ar', 'name', 'Demo', NULL, NULL),
(468, 'App\\Models\\Store', 53, 'ar', 'address', '7GWCX27P+WJ', NULL, NULL),
(469, 'App\\Models\\AdminRole', 2, 'en', 'name', 'Demo Admin', NULL, NULL),
(470, 'App\\Models\\Store', 54, 'en', 'name', 'sdfsf', NULL, NULL),
(471, 'App\\Models\\Store', 54, 'en', 'address', '8FC5M3GG+XV', NULL, NULL),
(472, 'App\\Models\\Store', 54, 'fr', 'name', 'sdfsf', NULL, NULL),
(473, 'App\\Models\\Store', 54, 'fr', 'address', '8FC5M3GG+XV', NULL, NULL),
(474, 'App\\Models\\Store', 54, 'ar', 'name', 'sdfsf', NULL, NULL),
(475, 'App\\Models\\Store', 54, 'ar', 'address', '8FC5M3GG+XV', NULL, NULL),
(476, 'App\\Models\\Store', 55, 'en', 'name', 'Demo Vendor', NULL, NULL),
(477, 'App\\Models\\Store', 55, 'en', 'address', '336V+JV Gidan Adam, Nigeria', NULL, NULL),
(478, 'App\\Models\\Store', 55, 'fr', 'name', 'Demo Vendor', NULL, NULL),
(479, 'App\\Models\\Store', 55, 'fr', 'address', '336V+JV Gidan Adam, Nigeria', NULL, NULL),
(480, 'App\\Models\\Store', 55, 'ar', 'name', 'Demo Vendor', NULL, NULL),
(481, 'App\\Models\\Store', 55, 'ar', 'address', '336V+JV Gidan Adam, Nigeria', NULL, NULL),
(482, 'App\\Models\\Store', 56, 'en', 'name', 'Nikhil Satpute', NULL, NULL),
(483, 'App\\Models\\Store', 56, 'en', 'address', '807, Vasantrao Babulal Bhandari Rd, New Nana Peth, Ganesh Peth, Pune, Maharashtra 411002, India', NULL, NULL),
(484, 'App\\Models\\Store', 56, 'fr', 'name', 'Nikhil Satpute', NULL, NULL),
(485, 'App\\Models\\Store', 56, 'fr', 'address', '807, Vasantrao Babulal Bhandari Rd, New Nana Peth, Ganesh Peth, Pune, Maharashtra 411002, India', NULL, NULL),
(486, 'App\\Models\\Store', 56, 'ar', 'name', 'Nikhil Satpute', NULL, NULL),
(487, 'App\\Models\\Store', 56, 'ar', 'address', '807, Vasantrao Babulal Bhandari Rd, New Nana Peth, Ganesh Peth, Pune, Maharashtra 411002, India', NULL, NULL),
(488, 'App\\Models\\Item', 162, 'en', 'name', 'Cheese cake', NULL, NULL),
(489, 'App\\Models\\Item', 162, 'en', 'description', 'It is an mouth craving and delicious which is also bestseller in our cafe.', NULL, NULL),
(490, 'App\\Models\\Item', 162, 'fr', 'name', 'Cheese cake', NULL, NULL),
(491, 'App\\Models\\Item', 162, 'fr', 'description', 'It is an mouth craving and delicious which is also bestseller in our cafe.', NULL, NULL),
(492, 'App\\Models\\Item', 162, 'ar', 'name', 'Cheese cake', NULL, NULL),
(493, 'App\\Models\\Item', 162, 'ar', 'description', 'It is an mouth craving and delicious which is also bestseller in our cafe.', NULL, NULL),
(494, 'App\\Models\\Store', 57, 'en', 'name', 'Test', NULL, NULL),
(495, 'App\\Models\\Store', 57, 'en', 'address', '8FC5M3GG+XV', NULL, NULL),
(496, 'App\\Models\\Store', 57, 'fr', 'name', 'Test', NULL, NULL),
(497, 'App\\Models\\Store', 57, 'fr', 'address', '8FC5M3GG+XV', NULL, NULL),
(498, 'App\\Models\\Store', 57, 'ar', 'name', 'Test', NULL, NULL),
(499, 'App\\Models\\Store', 57, 'ar', 'address', '8FC5M3GG+XV', NULL, NULL),
(500, 'App\\Models\\Store', 58, 'en', 'name', 'Test V1', NULL, NULL),
(501, 'App\\Models\\Store', 58, 'en', 'address', 'FC-7041/42, Bandra Kurla Complex Rd, G Block BKC, Bandra Kurla Complex, Bandra East, Mumbai, Maharashtra 400098, India', NULL, NULL),
(502, 'App\\Models\\Store', 58, 'fr', 'name', 'Test V1', NULL, NULL),
(503, 'App\\Models\\Store', 58, 'fr', 'address', 'FC-7041/42, Bandra Kurla Complex Rd, G Block BKC, Bandra Kurla Complex, Bandra East, Mumbai, Maharashtra 400098, India', NULL, NULL),
(504, 'App\\Models\\Store', 58, 'ar', 'name', 'Test V1', NULL, NULL),
(505, 'App\\Models\\Store', 58, 'ar', 'address', 'FC-7041/42, Bandra Kurla Complex Rd, G Block BKC, Bandra Kurla Complex, Bandra East, Mumbai, Maharashtra 400098, India', NULL, NULL),
(506, 'App\\Models\\Advertisement', 1000003, 'en', 'title', 'Academixstore', NULL, NULL),
(507, 'App\\Models\\Advertisement', 1000003, 'en', 'description', 'Our store stands out in many of stores.', NULL, NULL),
(508, 'App\\Models\\Advertisement', 1000003, 'fr', 'title', 'Academixstore', NULL, NULL),
(509, 'App\\Models\\Advertisement', 1000003, 'fr', 'description', 'Our store stands out in many of stores.', NULL, NULL),
(510, 'App\\Models\\Advertisement', 1000003, 'ar', 'title', 'Academixstore', NULL, NULL),
(511, 'App\\Models\\Advertisement', 1000003, 'ar', 'description', 'Our store stands out in many of stores.', NULL, NULL),
(512, 'App\\Models\\Item', 163, 'en', 'name', 'Salisia Shampoo', NULL, NULL),
(513, 'App\\Models\\Item', 163, 'en', 'description', 'Best for hair and hair growth.', NULL, NULL),
(514, 'App\\Models\\Item', 163, 'fr', 'name', 'Salisia Shampoo', NULL, NULL),
(515, 'App\\Models\\Item', 163, 'fr', 'description', 'Best for hair', NULL, NULL),
(516, 'App\\Models\\Item', 163, 'ar', 'name', 'Salisia Shampoo', NULL, NULL),
(517, 'App\\Models\\Item', 163, 'ar', 'description', 'Best for hair', NULL, NULL),
(521, 'App\\Models\\Coupon', 3, 'en', 'title', 'Discount coupon', NULL, NULL),
(522, 'App\\Models\\Coupon', 3, 'fr', 'title', 'discount', NULL, NULL),
(523, 'App\\Models\\Coupon', 3, 'ar', 'title', 'discount', NULL, NULL),
(524, 'App\\Models\\Advertisement', 1000004, 'en', 'title', 'Store', NULL, NULL),
(525, 'App\\Models\\Advertisement', 1000004, 'en', 'description', 'Promo', NULL, NULL),
(526, 'App\\Models\\Advertisement', 1000004, 'fr', 'title', 'Store', NULL, NULL),
(527, 'App\\Models\\Advertisement', 1000004, 'fr', 'description', 'Promo', NULL, NULL),
(528, 'App\\Models\\Advertisement', 1000004, 'ar', 'title', 'Store', NULL, NULL),
(529, 'App\\Models\\Advertisement', 1000004, 'ar', 'description', 'Promo', NULL, NULL),
(530, 'App\\Models\\ParcelCategory', 1, 'en', 'name', 'Fresh market', NULL, NULL),
(531, 'App\\Models\\ParcelCategory', 1, 'en', 'description', 'Fresh Market is For Fresh Vegetable', NULL, NULL);

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

--
-- 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
(1, 'ltr', '2025-09-12 02:16:02', '2025-09-12 02:16:48'),
(2, 'kg', '2025-09-12 02:16:16', '2025-09-12 02:16:16'),
(3, 'ml', '2025-09-12 02:16:23', '2025-09-12 02:16:23'),
(4, 'g', '2025-09-12 02:16:28', '2025-09-12 02:16:28'),
(5, 'mg', '2025-09-12 02:16:34', '2025-09-12 02:16:34'),
(6, 'bottle', '2025-09-12 05:59:22', '2025-09-12 05:59:22'),
(7, 'pcs', '2025-09-12 06:18:19', '2025-09-12 06:18:19'),
(9, 'cm', '2025-10-01 06:32:31', '2025-10-01 06:32:31'),
(10, 'pieces', '2025-10-06 01:13:19', '2025-10-06 01:13:19');

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

--
-- 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, 'user', 'demo', '+919876543210', 'user@demo.com', '2026-01-23-697322cecaccf.png', 0, NULL, '$2a$12$ySIEnFxM6fufRHlb7pMH4OpHjl7WpVodRoJgplJldIrpWcqKG0tBG', NULL, '2025-10-22 03:10:02', '2026-01-30 10:24:31', '[3,4,17,18,19,12,13,14]', '@', 1, 5, 'manual', NULL, 2, 0.000, 0.000, 'FXYL1TNVI3', 'en', NULL, NULL, '[\"1\",\"4\",\"3\"]', 0, 0),
(2, 'user2', '', '+12125550123', 'user2@demo.com', NULL, 0, NULL, '$2y$10$QXlK5HPx5sGw85RVAkodsugfff1l5nHLvf85DaxEqq7zVX58Jhxdi', NULL, '2025-10-23 01:03:07', '2026-01-29 10:04:09', '[3,4,5,6,13,18]', 'fxi47JpGSnGW0jpUxW7Dx6:APA91bElMGN-hMzChLsCRF4msPc9D0u4Hqst4UHh0AfGMNqyTsjdH9-qcy14Q4ueSzE1y0OZ1x__PeozpONbLro7jFG9hkucUvw-R1M-BM0tZMPfIEirczQ', 1, 12, 'manual', NULL, 0, 0.000, 0.000, 'XZNNFYA9AW', 'en', NULL, NULL, '[\"1\",\"3\",\"4\"]', 0, 0),
(3, 'Jay', '', '+917894561230', 'jay@demo.com', NULL, 0, NULL, '$2y$10$jWP3hfz581nmjh0R9mX.o.sBQ9Yxh/FSSlzeGl9Ely24G1YZxwxzy', NULL, '2025-10-23 01:13:29', '2025-10-23 01:13:32', NULL, '@', 1, 0, NULL, NULL, 0, 0.000, 0.000, '75MIZVXEBS', 'en', NULL, NULL, NULL, 0, 0),
(4, 'User', '', '+919512149944', 'user1@demo.com', NULL, 0, NULL, '$2y$10$hDJekOY5ddXauLAwpzm.o.MUjBV5cFOsJ.A.AYhk7jVGt3plI0QO.', NULL, '2025-11-05 15:34:53', '2025-12-02 14:04:24', '[3,4,5,6,12,13,14,15,16]', 'cLuGPtJUSS-E0cmfvYB__0:APA91bHoLr5LY-bdr4APwNKJ_020AzohfbniLUYHKNE_jmc0iu3SgHVnb09X-qFYZcfSiDbombg3kde9DvapaS_-WBATe2LrVay2JvLhqKibQeDB31pp7bA', 1, 8, 'manual', NULL, 0, 0.000, 0.000, 'XCKSRQRDUW', 'en', NULL, NULL, '[\"1\",\"3\"]', 0, 0),
(5, 'user1', '', '+919545467894', 'user77@demo.com', NULL, 0, NULL, '$2y$10$isHfXgRfJpUbWZZ.vk2pTeUySLq.QbHuKP0koeGyhIr8ZqlXwWhPm', NULL, '2025-12-09 09:11:25', '2025-12-09 16:52:32', '[4,14,15,18,19]', '@', 1, 0, 'manual', NULL, 0, 0.000, 0.000, 'FMES2CNXHI', 'en', NULL, NULL, '[\"1\",\"3\",\"4\"]', 0, 0),
(6, 'Nikhil.Test', '', '+919123567288', 'nikhil.text@zoom.com', NULL, 0, NULL, '$2y$10$DQL/d078D88Tf9nviIScNuOF/xeBrwjlEHidNbibjYfK.hLlSU80W', NULL, '2026-01-12 04:58:34', '2026-01-12 04:58:37', NULL, '@', 1, 0, NULL, NULL, 0, 0.000, 0.000, '72WRIPUMJU', 'en', NULL, NULL, NULL, 0, 0),
(7, 'Tester', '', '+919511664511', 'nikhil@gmail.com', NULL, 0, NULL, '$2y$10$1oMUmv2FxepYWvPI6qrggOHVV/YWYk6XorzH/iEb5pA1n.wsQdEQu', NULL, '2026-01-12 05:37:03', '2026-01-12 09:08:12', NULL, 'dips6MLtT3Wbtpj_e8xqFL:APA91bF-kqBSIvvS7bgRsaBLKwjkyS0mZftKSPhQeZ9o9o6QCWouTRo2NZ_XdQlwUJQ0Q_vAxcX103zvVZdKooBG1JGxrXX-4wHE438dqgUdHSyGocMDdLo', 1, 0, 'manual', NULL, 0, 0.000, 0.000, '8Q3TAS9QWG', '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, 'Demo', 'Deliveryman', '+919876543210', 'delivery@demo.com', '2025-10-22-68f875f77c7b7.png', NULL, NULL, NULL, 1, '2025-10-22 01:54:02', '2025-10-22 01:54:02'),
(2, 'user', 'demo', '+919876543210', 'user@demo.com', '2026-01-23-697322cecaccf.png', NULL, 1, NULL, NULL, '2025-10-22 05:19:56', '2026-01-23 07:27:10'),
(3, 'Demo', '', '+919512149944', 'shiwa2172000@gmail.com', '2025-10-22-68f8a653b2a2b.png', NULL, NULL, 23, NULL, '2025-10-22 07:53:47', '2025-10-22 07:53:47'),
(4, 'Fresh market', '', '+919876765656', 'freshmarket@demo.com', '2025-10-22-68f8753254049.png', NULL, NULL, 6, NULL, '2025-10-23 14:01:15', '2025-10-23 14:01:15'),
(5, 'user2', '', '+12125550123', 'user2@demo.com', NULL, NULL, 2, NULL, NULL, '2025-10-23 14:01:15', '2025-10-23 14:01:15'),
(6, '24/7 pharmacy', '', '+919876556789', 'mis@demo.com', '2025-10-22-68f8a5c8b5f93.png', NULL, NULL, 22, NULL, '2025-10-23 15:20:01', '2025-10-23 15:20:01'),
(7, 'Da Vittorio', '', '+910123323232', 'newresto@gmail.com', '2025-10-22-68f89c267fc66.png', NULL, NULL, 21, NULL, '2025-10-23 15:32:46', '2025-10-23 15:32:46'),
(8, 'Pratik', 'Patil', '+919876541230', 'pratik@demo.com', '2025-10-23-68f9d9d3e9c9a.png', NULL, NULL, NULL, 4, '2025-10-24 11:21:19', '2025-10-24 11:21:19'),
(9, 'delivery boiii', 'Adi', '+919876543219', 'delivery1@demo.com', '2025-10-22-68f8b77ec85d4.png', NULL, NULL, NULL, 2, '2025-11-06 10:16:07', '2025-11-06 10:16:07'),
(10, 'Super market', '', '+1015111111111', 'supermart@demo.com', '2025-10-22-68f872dcdea6e.png', NULL, NULL, 2, NULL, '2025-11-06 10:36:02', '2025-11-06 17:24:06'),
(11, 'User', '', '+19512149944', 'user1@demo.com', NULL, NULL, 4, NULL, NULL, '2025-11-06 10:53:10', '2025-11-06 11:04:44'),
(12, 'Organic Market', '', '+919876543210', 'organicstore@demo.com', '2025-10-22-68f873bae0f97.png', NULL, NULL, 3, NULL, '2025-11-06 16:58:37', '2025-11-06 16:58:37'),
(13, 'user1', '', '+919545467894', 'user77@demo.com', NULL, NULL, 5, NULL, NULL, '2025-12-09 12:48:18', '2025-12-09 12:48:18'),
(14, 'Tester', '', '+919511664511', 'nikhil@gmail.com', NULL, NULL, 7, NULL, NULL, '2026-01-12 07:29:33', '2026-01-12 07:29:33'),
(15, 'Tester', '', '+919511664511', 'nikhil@gmail.com', NULL, NULL, 7, NULL, NULL, '2026-01-12 07:29:33', '2026-01-12 07:29:33'),
(16, 'Nikhil Satpute', '', '+919382714560', 'racer@gmail.com', '2026-01-12-6964e7104913e.png', NULL, NULL, 28, NULL, '2026-01-13 04:22:28', '2026-01-13 04:22:28'),
(17, 'Master', 'Admin', '9999993333', 'mastermcx@miracuves.com', NULL, 1, NULL, NULL, NULL, '2026-01-23 09:30:24', '2026-01-23 09:30:24');

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

--
-- 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\":\"user demo, Your  order 100001 is successfully placed\",\"order_id\":100001,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2025-10-22 05:45:01', '2025-10-22 05:45:01'),
(2, '{\"title\":\"Order Notification\",\"description\":\"user demo, Your  order 100002 is successfully placed\",\"order_id\":100002,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2025-10-22 07:01:54', '2025-10-22 07:01:54'),
(3, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100003 is confirmed\",\"order_id\":100003,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-23 12:47:59', '2025-10-23 12:47:59'),
(4, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100003,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 6, NULL, '2025-10-23 12:47:59', '2025-10-23 12:47:59'),
(5, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order is Processing by Fresh market\",\"order_id\":100003,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-23 12:49:21', '2025-10-23 12:49:21'),
(6, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100003\",\"order_id\":100003,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-23 12:49:35', '2025-10-23 12:49:35'),
(7, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order is Processing by Fresh market\",\"order_id\":100003,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-23 13:47:54', '2025-10-23 13:47:54'),
(8, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100003 is confirmed\",\"order_id\":100003,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-23 13:50:37', '2025-10-23 13:50:37'),
(9, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100003,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 6, NULL, '2025-10-23 13:50:37', '2025-10-23 13:50:37'),
(10, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order is Processing by Fresh market\",\"order_id\":100003,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-23 14:01:00', '2025-10-23 14:01:00'),
(11, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100003\",\"order_id\":100003,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-23 14:24:17', '2025-10-23 14:24:17'),
(12, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100004 is confirmed\",\"order_id\":100004,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-23 14:53:36', '2025-10-23 14:53:36'),
(13, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100004,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 22, NULL, '2025-10-23 14:53:36', '2025-10-23 14:53:36'),
(14, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order is Processing by 24\\/7 pharmacy\",\"order_id\":100004,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-23 15:03:01', '2025-10-23 15:03:01'),
(15, '{\"title\":\"Advertisement Approved\",\"description\":\"Admin has approved your advertisement\",\"order_id\":\"\",\"image\":\"\",\"type\":\"advertisement\",\"advertisement_id\":1000000,\"order_status\":\"\"}', 1, NULL, 22, NULL, '2025-10-23 15:14:45', '2025-10-23 15:14:45'),
(16, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100005 is confirmed\",\"order_id\":100005,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-23 15:31:56', '2025-10-23 15:31:56'),
(17, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100005,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 21, NULL, '2025-10-23 15:31:56', '2025-10-23 15:31:56'),
(18, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100006 is confirmed\",\"order_id\":100006,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-23 16:41:07', '2025-10-23 16:41:07'),
(19, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100006,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 6, NULL, '2025-10-23 16:41:07', '2025-10-23 16:41:07'),
(20, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order is Processing by Fresh market\",\"order_id\":100006,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-23 16:44:16', '2025-10-23 16:44:16'),
(21, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100006\",\"order_id\":100006,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-23 16:44:26', '2025-10-23 16:44:26'),
(22, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100006 is ready for delivery\",\"order_id\":100006,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-23 16:44:39', '2025-10-23 16:44:39'),
(23, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100006 is ready for delivery\",\"order_id\":100006,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, 6, NULL, '2025-10-23 16:44:39', '2025-10-23 16:44:39'),
(24, '{\"title\":\"Order Notification\",\"description\":\"Your order 100006 is delivered\",\"order_id\":100006,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-23 16:54:00', '2025-10-23 16:54:00'),
(25, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100007 is confirmed\",\"order_id\":100007,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-23 16:58:29', '2025-10-23 16:58:29'),
(26, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100007,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 6, NULL, '2025-10-23 16:58:29', '2025-10-23 16:58:29'),
(27, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100007 is confirmed\",\"order_id\":100007,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-23 16:58:44', '2025-10-23 16:58:44'),
(28, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100007,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 6, NULL, '2025-10-23 16:58:44', '2025-10-23 16:58:44'),
(29, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order is Processing by Fresh market\",\"order_id\":100007,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-23 16:58:56', '2025-10-23 16:58:56'),
(30, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100007\",\"order_id\":100007,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-23 17:12:11', '2025-10-23 17:12:11'),
(31, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100007 is ready for delivery\",\"order_id\":100007,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-23 17:17:53', '2025-10-23 17:17:53'),
(32, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100007 is ready for delivery\",\"order_id\":100007,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, 6, NULL, '2025-10-23 17:17:53', '2025-10-23 17:17:53'),
(33, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100004\",\"order_id\":100004,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-23 17:18:58', '2025-10-23 17:18:58'),
(34, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100004 is ready for delivery\",\"order_id\":100004,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-23 17:19:37', '2025-10-23 17:19:37'),
(35, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100004 is ready for delivery\",\"order_id\":100004,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, 22, NULL, '2025-10-23 17:19:37', '2025-10-23 17:19:37'),
(36, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order is Processing by 24\\/7 pharmacy\",\"order_id\":100004,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-23 17:19:41', '2025-10-23 17:19:41'),
(37, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100004 is ready for delivery\",\"order_id\":100004,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-23 17:43:29', '2025-10-23 17:43:29'),
(38, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100004 is ready for delivery\",\"order_id\":100004,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, 22, NULL, '2025-10-23 17:43:29', '2025-10-23 17:43:29'),
(39, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your  order 100007 is successfully placed\",\"order_id\":100007,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 09:11:50', '2025-10-24 09:11:50'),
(40, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100007,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 6, NULL, '2025-10-24 09:11:50', '2025-10-24 09:11:50'),
(41, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100007\",\"order_id\":100007,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 09:12:01', '2025-10-24 09:12:01'),
(42, '{\"title\":\"Order Notification\",\"description\":\"user demo, Your  order 100008 is successfully placed\",\"order_id\":100008,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2025-10-24 09:13:04', '2025-10-24 09:13:04'),
(43, '{\"title\":\"Order Notification\",\"description\":\"Your order 100008 has been assigned to a delivery man\",\"order_id\":100008,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2025-10-24 09:13:41', '2025-10-24 09:13:41'),
(44, '{\"title\":\"Order Notification\",\"description\":\"You are assigned to a order\",\"order_id\":100008,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, NULL, 3, '2025-10-24 09:13:41', '2025-10-24 09:13:41'),
(45, '{\"title\":\"Order Notification\",\"description\":\"user demo, Your  order 100009 is successfully placed\",\"order_id\":100009,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2025-10-24 09:15:05', '2025-10-24 09:15:05'),
(46, '{\"title\":\"Order Notification\",\"description\":\"Your order 100009 has been assigned to a delivery man\",\"order_id\":100009,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2025-10-24 09:15:31', '2025-10-24 09:15:31'),
(47, '{\"title\":\"Order Notification\",\"description\":\"You are assigned to a order\",\"order_id\":100009,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, NULL, 4, '2025-10-24 09:15:31', '2025-10-24 09:15:31'),
(48, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order is Processing by Fresh market\",\"order_id\":100007,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 09:18:18', '2025-10-24 09:18:18'),
(49, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100010 is confirmed\",\"order_id\":100010,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 09:21:38', '2025-10-24 09:21:38'),
(50, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100010,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 6, NULL, '2025-10-24 09:21:38', '2025-10-24 09:21:38'),
(51, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order is Processing by Fresh market\",\"order_id\":100010,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 09:22:12', '2025-10-24 09:22:12'),
(52, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100007 is confirmed\",\"order_id\":100007,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 09:24:41', '2025-10-24 09:24:41'),
(53, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100007,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 6, NULL, '2025-10-24 09:24:41', '2025-10-24 09:24:41'),
(54, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your  order 100011 is successfully placed\",\"order_id\":100011,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 09:36:14', '2025-10-24 09:36:14'),
(55, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your  order 100012 is successfully placed\",\"order_id\":100012,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 09:38:53', '2025-10-24 09:38:53'),
(56, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100012 is confirmed\",\"order_id\":100012,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 09:39:39', '2025-10-24 09:39:39'),
(57, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100012,\"module_id\":1,\"order_type\":\"delivery\",\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 6, NULL, '2025-10-24 09:39:39', '2025-10-24 09:39:39'),
(58, '{\"title\":\"Order Notification\",\"description\":\"Your order 100012 has been assigned to a delivery man\",\"order_id\":100012,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 09:39:42', '2025-10-24 09:39:42'),
(59, '{\"title\":\"Order Notification\",\"description\":\"You are assigned to a order\",\"order_id\":100012,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, NULL, 4, '2025-10-24 09:39:42', '2025-10-24 09:39:42'),
(60, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100013 is confirmed\",\"order_id\":100013,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 09:43:53', '2025-10-24 09:43:53'),
(61, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100013,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 6, NULL, '2025-10-24 09:43:53', '2025-10-24 09:43:53'),
(62, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your  order 100014 is successfully placed\",\"order_id\":100014,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 09:52:16', '2025-10-24 09:52:16'),
(63, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100014,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 6, NULL, '2025-10-24 09:52:16', '2025-10-24 09:52:16'),
(64, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100014 is confirmed\",\"order_id\":100014,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 09:52:44', '2025-10-24 09:52:44'),
(65, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100014 is confirmed\",\"order_id\":100014,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 09:52:54', '2025-10-24 09:52:54'),
(66, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100015 is confirmed\",\"order_id\":100015,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 10:49:59', '2025-10-24 10:49:59'),
(67, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100015,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 6, NULL, '2025-10-24 10:49:59', '2025-10-24 10:49:59'),
(68, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100016 is confirmed\",\"order_id\":100016,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 11:15:50', '2025-10-24 11:15:50'),
(69, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100016,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 22, NULL, '2025-10-24 11:15:50', '2025-10-24 11:15:50'),
(70, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order is Processing by 24\\/7 pharmacy\",\"order_id\":100016,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 11:16:09', '2025-10-24 11:16:09'),
(71, '{\"title\":\"Order Notification\",\"description\":\"Order 100009 delivered successfully\",\"order_id\":100009,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2025-10-24 11:18:38', '2025-10-24 11:18:38'),
(72, '{\"title\":\"Order Notification\",\"description\":\"Order 100009 delivered successfully\",\"order_id\":100009,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2025-10-24 11:18:38', '2025-10-24 11:18:38'),
(73, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100016\",\"order_id\":100016,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 11:20:40', '2025-10-24 11:20:40'),
(74, '{\"title\":\"Order Notification\",\"description\":\"Ready for delivery\",\"order_id\":100016,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, NULL, 4, '2025-10-24 11:20:40', '2025-10-24 11:20:40'),
(75, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100016 is ready for delivery\",\"order_id\":100016,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 11:20:50', '2025-10-24 11:20:50'),
(76, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100016 is ready for delivery\",\"order_id\":100016,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, 22, NULL, '2025-10-24 11:20:50', '2025-10-24 11:20:50'),
(77, '{\"title\":\"Order Notification\",\"description\":\"Order 100016 delivered successfully\",\"order_id\":100016,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 11:32:23', '2025-10-24 11:32:23'),
(78, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100017 is confirmed\",\"order_id\":100017,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 11:46:59', '2025-10-24 11:46:59'),
(79, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100017,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 6, NULL, '2025-10-24 11:46:59', '2025-10-24 11:46:59'),
(80, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order is Processing by Fresh market\",\"order_id\":100017,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 11:53:48', '2025-10-24 11:53:48'),
(81, '{\"title\":\"Order Notification\",\"description\":\"Proceed for cooking\",\"order_id\":100017,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, NULL, 4, '2025-10-24 11:53:48', '2025-10-24 11:53:48'),
(82, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100017\",\"order_id\":100017,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 11:54:23', '2025-10-24 11:54:23'),
(83, '{\"title\":\"Order Notification\",\"description\":\"Ready for delivery\",\"order_id\":100017,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, NULL, 4, '2025-10-24 11:54:23', '2025-10-24 11:54:23'),
(84, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100017 is ready for delivery\",\"order_id\":100017,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 11:54:30', '2025-10-24 11:54:30'),
(85, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100017 is ready for delivery\",\"order_id\":100017,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, 6, NULL, '2025-10-24 11:54:30', '2025-10-24 11:54:30'),
(86, '{\"title\":\"Order Notification\",\"description\":\"Order 100017 delivered successfully\",\"order_id\":100017,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 12:08:23', '2025-10-24 12:08:23'),
(87, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100018 is confirmed\",\"order_id\":100018,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 12:14:26', '2025-10-24 12:14:26'),
(88, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100018,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 3, NULL, '2025-10-24 12:14:26', '2025-10-24 12:14:26'),
(89, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100019 is confirmed\",\"order_id\":100019,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 12:17:17', '2025-10-24 12:17:17'),
(90, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100019,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 6, NULL, '2025-10-24 12:17:17', '2025-10-24 12:17:17'),
(91, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100019\",\"order_id\":100019,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 12:20:45', '2025-10-24 12:20:45'),
(92, '{\"title\":\"Order Notification\",\"description\":\"Ready for delivery\",\"order_id\":100019,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, NULL, 4, '2025-10-24 12:20:45', '2025-10-24 12:20:45'),
(93, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100019 is ready for delivery\",\"order_id\":100019,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 12:21:04', '2025-10-24 12:21:04'),
(94, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100019 is ready for delivery\",\"order_id\":100019,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, 6, NULL, '2025-10-24 12:21:04', '2025-10-24 12:21:04'),
(95, '{\"title\":\"Order Notification\",\"description\":\"Order 100019 delivered successfully\",\"order_id\":100019,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 12:21:43', '2025-10-24 12:21:43'),
(96, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your  order 100020 is successfully placed\",\"order_id\":100020,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 12:30:44', '2025-10-24 12:30:44'),
(97, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100020\",\"order_id\":100020,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 12:31:57', '2025-10-24 12:31:57'),
(98, '{\"title\":\"Order Notification\",\"description\":\"Ready for delivery\",\"order_id\":100020,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, NULL, 4, '2025-10-24 12:31:57', '2025-10-24 12:31:57'),
(99, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100020 is ready for delivery\",\"order_id\":100020,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 12:32:06', '2025-10-24 12:32:06'),
(100, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100020 is ready for delivery\",\"order_id\":100020,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, 6, NULL, '2025-10-24 12:32:06', '2025-10-24 12:32:06'),
(101, '{\"title\":\"Order Notification\",\"description\":\"Order 100020 delivered successfully\",\"order_id\":100020,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 12:32:35', '2025-10-24 12:32:35'),
(102, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100012\",\"order_id\":100012,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 12:37:49', '2025-10-24 12:37:49'),
(103, '{\"title\":\"Order Notification\",\"description\":\"Ready for delivery\",\"order_id\":100012,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, NULL, 4, '2025-10-24 12:37:49', '2025-10-24 12:37:49'),
(104, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your  order 100021 is successfully placed\",\"order_id\":100021,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 13:51:02', '2025-10-24 13:51:02'),
(105, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order is Processing by Super market\",\"order_id\":100021,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 13:53:00', '2025-10-24 13:53:00'),
(106, '{\"title\":\"Order Notification\",\"description\":\"Proceed for cooking\",\"order_id\":100021,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, NULL, 4, '2025-10-24 13:53:00', '2025-10-24 13:53:00'),
(107, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100021\",\"order_id\":100021,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 13:53:31', '2025-10-24 13:53:31'),
(108, '{\"title\":\"Order Notification\",\"description\":\"Ready for delivery\",\"order_id\":100021,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, NULL, 4, '2025-10-24 13:53:31', '2025-10-24 13:53:31'),
(109, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100021 is ready for delivery\",\"order_id\":100021,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 13:58:30', '2025-10-24 13:58:30'),
(110, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100021 is ready for delivery\",\"order_id\":100021,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, 2, NULL, '2025-10-24 13:58:30', '2025-10-24 13:58:30'),
(111, '{\"title\":\"Order Notification\",\"description\":\"Order 100021 delivered successfully\",\"order_id\":100021,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 13:58:44', '2025-10-24 13:58:44'),
(112, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your  order 100022 is successfully placed\",\"order_id\":100022,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 14:02:36', '2025-10-24 14:02:36'),
(113, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100023 is confirmed\",\"order_id\":100023,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 14:26:14', '2025-10-24 14:26:14'),
(114, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100023,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 6, NULL, '2025-10-24 14:26:14', '2025-10-24 14:26:14'),
(115, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order is Processing by Fresh market\",\"order_id\":100023,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 14:27:16', '2025-10-24 14:27:16'),
(116, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100023\",\"order_id\":100023,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 14:27:31', '2025-10-24 14:27:31'),
(117, '{\"title\":\"Order Notification\",\"description\":\"Order 100023 is canceled by your request\",\"order_id\":100023,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 14:35:01', '2025-10-24 14:35:01'),
(118, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100024 is confirmed\",\"order_id\":100024,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 14:58:16', '2025-10-24 14:58:16'),
(119, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100024,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 6, NULL, '2025-10-24 14:58:16', '2025-10-24 14:58:16'),
(120, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order is Processing by Fresh market\",\"order_id\":100024,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 14:58:37', '2025-10-24 14:58:37'),
(121, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100024\",\"order_id\":100024,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 14:58:44', '2025-10-24 14:58:44'),
(122, '{\"title\":\"New Advertisement\",\"description\":\"Admin has added a new advertisement for your store\",\"order_id\":\"\",\"image\":\"\",\"type\":\"advertisement\",\"advertisement_id\":1000002,\"order_status\":\"\"}', 1, NULL, 6, NULL, '2025-10-24 15:46:41', '2025-10-24 15:46:41'),
(123, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100025 is confirmed\",\"order_id\":100025,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 16:21:30', '2025-10-24 16:21:30'),
(124, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100025,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 22, NULL, '2025-10-24 16:21:30', '2025-10-24 16:21:30'),
(125, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order is Processing by 24\\/7 pharmacy\",\"order_id\":100025,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 16:22:42', '2025-10-24 16:22:42'),
(126, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100022 is confirmed\",\"order_id\":100022,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 16:25:02', '2025-10-24 16:25:02'),
(127, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100022,\"module_id\":1,\"order_type\":\"delivery\",\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 6, NULL, '2025-10-24 16:25:02', '2025-10-24 16:25:02'),
(128, '{\"title\":\"Order Notification\",\"description\":\"Order 100022 delivered successfully\",\"order_id\":100022,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 16:25:19', '2025-10-24 16:25:19'),
(129, '{\"title\":\"Order Notification\",\"description\":\"Order 100024 is canceled by your request\",\"order_id\":100024,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 16:25:54', '2025-10-24 16:25:54'),
(130, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100025\",\"order_id\":100025,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 16:26:41', '2025-10-24 16:26:41'),
(131, '{\"title\":\"Order Notification\",\"description\":\"Ready for delivery\",\"order_id\":100025,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, NULL, 4, '2025-10-24 16:26:42', '2025-10-24 16:26:42'),
(132, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100025 is ready for delivery\",\"order_id\":100025,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 16:27:00', '2025-10-24 16:27:00'),
(133, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100025 is ready for delivery\",\"order_id\":100025,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, 22, NULL, '2025-10-24 16:27:00', '2025-10-24 16:27:00'),
(134, '{\"title\":\"Order Notification\",\"description\":\"Order 100025 delivered successfully\",\"order_id\":100025,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 16:27:41', '2025-10-24 16:27:41'),
(135, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100026 is confirmed\",\"order_id\":100026,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 16:37:26', '2025-10-24 16:37:26'),
(136, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100026,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 21, NULL, '2025-10-24 16:37:26', '2025-10-24 16:37:26'),
(137, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your food is started for cooking by Da Vittorio\",\"order_id\":100026,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 16:38:37', '2025-10-24 16:38:37'),
(138, '{\"title\":\"Order Notification\",\"description\":\"Proceed for cooking\",\"order_id\":100026,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, NULL, 4, '2025-10-24 16:38:37', '2025-10-24 16:38:37'),
(139, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100026\",\"order_id\":100026,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 16:39:33', '2025-10-24 16:39:33'),
(140, '{\"title\":\"Order Notification\",\"description\":\"Ready for delivery\",\"order_id\":100026,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, NULL, 4, '2025-10-24 16:39:33', '2025-10-24 16:39:33'),
(141, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100026  is ready for delivery\",\"order_id\":100026,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 16:39:53', '2025-10-24 16:39:53'),
(142, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100026  is ready for delivery\",\"order_id\":100026,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, 21, NULL, '2025-10-24 16:39:53', '2025-10-24 16:39:53'),
(143, '{\"title\":\"Order Notification\",\"description\":\"Order 100026 delivered successfully\",\"order_id\":100026,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 16:43:12', '2025-10-24 16:43:12'),
(144, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100027 is confirmed\",\"order_id\":100027,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 16:52:32', '2025-10-24 16:52:32'),
(145, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100027,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 15, NULL, '2025-10-24 16:52:32', '2025-10-24 16:52:32'),
(146, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order is Processing by Art Apparel\",\"order_id\":100027,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 16:52:56', '2025-10-24 16:52:56'),
(147, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100027\",\"order_id\":100027,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 16:53:31', '2025-10-24 16:53:31'),
(148, '{\"title\":\"Order Notification\",\"description\":\"Ready for delivery\",\"order_id\":100027,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, NULL, 4, '2025-10-24 16:53:31', '2025-10-24 16:53:31'),
(149, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100027 is ready for delivery\",\"order_id\":100027,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 16:53:42', '2025-10-24 16:53:42'),
(150, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100027 is ready for delivery\",\"order_id\":100027,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, 15, NULL, '2025-10-24 16:53:42', '2025-10-24 16:53:42'),
(151, '{\"title\":\"Order Notification\",\"description\":\"Order 100027 is canceled by your request\",\"order_id\":100027,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-10-24 16:54:12', '2025-10-24 16:54:12'),
(152, '{\"title\":\"Order Notification\",\"description\":\"User , Your order 100029 is confirmed\",\"order_id\":100029,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-06 09:49:51', '2025-11-06 09:49:51'),
(153, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100029,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 2, NULL, '2025-11-06 09:49:51', '2025-11-06 09:49:51'),
(154, '{\"title\":\"Order Notification\",\"description\":\"User , Your order 100029 is ready for delivery\",\"order_id\":100029,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-06 10:03:12', '2025-11-06 10:03:12'),
(155, '{\"title\":\"Order Notification\",\"description\":\"User , Your order 100029 is ready for delivery\",\"order_id\":100029,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, 2, NULL, '2025-11-06 10:03:12', '2025-11-06 10:03:12'),
(156, '{\"title\":\"Order Notification\",\"description\":\"User , Your order 100030 is confirmed\",\"order_id\":100030,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-06 10:05:08', '2025-11-06 10:05:08'),
(157, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100030,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 6, NULL, '2025-11-06 10:05:08', '2025-11-06 10:05:08'),
(158, '{\"title\":\"Order Notification\",\"description\":\"Order 100011 delivered successfully\",\"order_id\":100011,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-11-06 10:30:57', '2025-11-06 10:30:57'),
(159, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100015 is ready for delivery\",\"order_id\":100015,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-11-06 10:32:03', '2025-11-06 10:32:03'),
(160, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your order 100015 is ready for delivery\",\"order_id\":100015,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, 6, NULL, '2025-11-06 10:32:03', '2025-11-06 10:32:03'),
(161, '{\"title\":\"Order Notification\",\"description\":\"Order 100015 delivered successfully\",\"order_id\":100015,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-11-06 10:32:14', '2025-11-06 10:32:14'),
(162, '{\"title\":\"Order Notification\",\"description\":\"User , Your order 100031 is confirmed\",\"order_id\":100031,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-06 10:38:15', '2025-11-06 10:38:15'),
(163, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100031,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 9, NULL, '2025-11-06 10:38:15', '2025-11-06 10:38:15'),
(164, '{\"title\":\"Order Notification\",\"description\":\"user demo, Your  order 100032 is successfully placed\",\"order_id\":100032,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2025-11-06 10:43:26', '2025-11-06 10:43:26'),
(165, '{\"title\":\"Order Notification\",\"description\":\"Your order 100032 has been assigned to a delivery man\",\"order_id\":100032,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2025-11-06 10:44:49', '2025-11-06 10:44:49'),
(166, '{\"title\":\"Order Notification\",\"description\":\"You are assigned to a order\",\"order_id\":100032,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, NULL, 2, '2025-11-06 10:44:49', '2025-11-06 10:44:49'),
(167, '{\"title\":\"Order Notification\",\"description\":\"Order 100032 delivered successfully\",\"order_id\":100032,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2025-11-06 10:47:04', '2025-11-06 10:47:04'),
(168, '{\"title\":\"Order Notification\",\"description\":\"user demo, Your  order 100033 is successfully placed\",\"order_id\":100033,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2025-11-06 10:48:41', '2025-11-06 10:48:41'),
(169, '{\"title\":\"Order Notification\",\"description\":\"Your order 100033 has been assigned to a delivery man\",\"order_id\":100033,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2025-11-06 10:49:04', '2025-11-06 10:49:04'),
(170, '{\"title\":\"Order Notification\",\"description\":\"You are assigned to a order\",\"order_id\":100033,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, NULL, 2, '2025-11-06 10:49:04', '2025-11-06 10:49:04'),
(171, '{\"title\":\"Order Notification\",\"description\":\"user demo, Your  order 100033 is successfully placed\",\"order_id\":100033,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2025-11-06 10:49:57', '2025-11-06 10:49:57'),
(172, '{\"title\":\"Order Notification\",\"description\":\"User , Your  order 100034 is successfully placed\",\"order_id\":100034,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-06 10:51:15', '2025-11-06 10:51:15'),
(173, '{\"title\":\"Order Notification\",\"description\":\"Your order 100034 has been assigned to a delivery man\",\"order_id\":100034,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-06 10:52:45', '2025-11-06 10:52:45'),
(174, '{\"title\":\"Order Notification\",\"description\":\"You are assigned to a order\",\"order_id\":100034,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, NULL, 2, '2025-11-06 10:52:45', '2025-11-06 10:52:45'),
(175, '{\"title\":\"Order Notification\",\"description\":\"User , Your  order 100035 is successfully placed\",\"order_id\":100035,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-06 11:07:03', '2025-11-06 11:07:03'),
(176, '{\"title\":\"Order Notification\",\"description\":\"Order 100033 delivered successfully\",\"order_id\":100033,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2025-11-06 11:08:04', '2025-11-06 11:08:04'),
(177, '{\"title\":\"Order Notification\",\"description\":\"User , Your  order 100036 is successfully placed\",\"order_id\":100036,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-06 11:14:47', '2025-11-06 11:14:47'),
(178, '{\"title\":\"Order Notification\",\"description\":\"Order 100034 delivered successfully\",\"order_id\":100034,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-06 11:15:20', '2025-11-06 11:15:20'),
(179, '{\"title\":\"Order Notification\",\"description\":\"Order 100036 delivered successfully\",\"order_id\":100036,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-06 11:17:09', '2025-11-06 11:17:09'),
(180, '{\"title\":\"Order Notification\",\"description\":\"User , Your  order 100037 is successfully placed\",\"order_id\":100037,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-06 11:22:47', '2025-11-06 11:22:47'),
(181, '{\"title\":\"Order Notification\",\"description\":\"Your order 100037 has been assigned to a delivery man\",\"order_id\":100037,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-06 11:23:33', '2025-11-06 11:23:33'),
(182, '{\"title\":\"Order Notification\",\"description\":\"You are assigned to a order\",\"order_id\":100037,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, NULL, 2, '2025-11-06 11:23:33', '2025-11-06 11:23:33'),
(183, '{\"title\":\"Order Notification\",\"description\":\"Order 100037 delivered successfully\",\"order_id\":100037,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-06 11:23:44', '2025-11-06 11:23:44'),
(184, '{\"title\":\"Order Notification\",\"description\":\"Order 100038 is canceled by your request\",\"order_id\":100038,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-06 11:48:37', '2025-11-06 11:48:37'),
(185, '{\"title\":\"Order Notification\",\"description\":\"User , Your order 100039 is confirmed\",\"order_id\":100039,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-06 16:47:17', '2025-11-06 16:47:17'),
(186, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100039,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 2, NULL, '2025-11-06 16:47:18', '2025-11-06 16:47:18'),
(187, '{\"title\":\"Order Notification\",\"description\":\"User , Your order 100040 is confirmed\",\"order_id\":100040,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-06 16:52:38', '2025-11-06 16:52:38'),
(188, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100040,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 2, NULL, '2025-11-06 16:52:38', '2025-11-06 16:52:38'),
(189, '{\"title\":\"Order Notification\",\"description\":\"User , Your order 100041 is confirmed\",\"order_id\":100041,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-06 16:57:17', '2025-11-06 16:57:17'),
(190, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100041,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 3, NULL, '2025-11-06 16:57:18', '2025-11-06 16:57:18'),
(191, '{\"title\":\"Order Notification\",\"description\":\"User , Your order is Processing by Organic Market\",\"order_id\":100041,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-06 17:11:25', '2025-11-06 17:11:25'),
(192, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100041\",\"order_id\":100041,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-06 17:16:19', '2025-11-06 17:16:19'),
(193, '{\"title\":\"Order Notification\",\"description\":\"User , Your order is Processing by Super market\",\"order_id\":100040,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-06 17:22:50', '2025-11-06 17:22:50'),
(194, '{\"title\":\"Order Notification\",\"description\":\"User , Your order 100042 is confirmed\",\"order_id\":100042,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-06 17:26:54', '2025-11-06 17:26:54'),
(195, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100042,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 2, NULL, '2025-11-06 17:26:54', '2025-11-06 17:26:54'),
(196, '{\"title\":\"Order Notification\",\"description\":\"Order 100001 is canceled by your request\",\"order_id\":100001,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2025-11-07 09:13:28', '2025-11-07 09:13:28'),
(197, '{\"title\":\"Order Notification\",\"description\":\"Order 100002 is canceled by your request\",\"order_id\":100002,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2025-11-07 09:14:05', '2025-11-07 09:14:05'),
(198, '{\"title\":\"Order Notification\",\"description\":\"User , Your order 100043 is confirmed\",\"order_id\":100043,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 09:27:36', '2025-11-07 09:27:36'),
(199, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100043,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 22, NULL, '2025-11-07 09:27:36', '2025-11-07 09:27:36'),
(200, '{\"title\":\"Order Notification\",\"description\":\"User , Your order is Processing by 24\\/7 pharmacy\",\"order_id\":100043,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 09:32:02', '2025-11-07 09:32:02'),
(201, '{\"title\":\"Order Notification\",\"description\":\"Proceed for cooking\",\"order_id\":100043,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, NULL, 1, '2025-11-07 09:32:03', '2025-11-07 09:32:03'),
(202, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100043\",\"order_id\":100043,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 09:32:43', '2025-11-07 09:32:43'),
(203, '{\"title\":\"Order Notification\",\"description\":\"Ready for delivery\",\"order_id\":100043,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, NULL, 1, '2025-11-07 09:32:43', '2025-11-07 09:32:43'),
(204, '{\"title\":\"Order Notification\",\"description\":\"User , Your order 100043 is ready for delivery\",\"order_id\":100043,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 09:32:58', '2025-11-07 09:32:58'),
(205, '{\"title\":\"Order Notification\",\"description\":\"User , Your order 100043 is ready for delivery\",\"order_id\":100043,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, 22, NULL, '2025-11-07 09:32:58', '2025-11-07 09:32:58'),
(206, '{\"title\":\"Order Notification\",\"description\":\"Order 100043 delivered successfully\",\"order_id\":100043,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 09:33:42', '2025-11-07 09:33:42'),
(207, '{\"title\":\"Order Notification\",\"description\":\"User , Your order 100044 is confirmed\",\"order_id\":100044,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 09:42:47', '2025-11-07 09:42:47'),
(208, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100044,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 22, NULL, '2025-11-07 09:42:48', '2025-11-07 09:42:48'),
(209, '{\"title\":\"Order Notification\",\"description\":\"Order 100044 is canceled by your request\",\"order_id\":100044,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 09:44:16', '2025-11-07 09:44:16'),
(210, '{\"title\":\"Order Notification\",\"description\":\"User , Your order 100045 is confirmed\",\"order_id\":100045,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 09:49:50', '2025-11-07 09:49:50'),
(211, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100045,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 2, NULL, '2025-11-07 09:49:51', '2025-11-07 09:49:51'),
(212, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100045\",\"order_id\":100045,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 09:50:51', '2025-11-07 09:50:51'),
(213, '{\"title\":\"Order Notification\",\"description\":\"Ready for delivery\",\"order_id\":100045,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, NULL, 1, '2025-11-07 09:50:52', '2025-11-07 09:50:52'),
(214, '{\"title\":\"Order Notification\",\"description\":\"User , Your order 100045 is ready for delivery\",\"order_id\":100045,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 09:50:59', '2025-11-07 09:50:59'),
(215, '{\"title\":\"Order Notification\",\"description\":\"User , Your order 100045 is ready for delivery\",\"order_id\":100045,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, 2, NULL, '2025-11-07 09:50:59', '2025-11-07 09:50:59'),
(216, '{\"title\":\"Order Notification\",\"description\":\"Order 100045 delivered successfully\",\"order_id\":100045,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 09:52:42', '2025-11-07 09:52:42'),
(217, '{\"title\":\"Order Notification\",\"description\":\"User , Your order 100046 is confirmed\",\"order_id\":100046,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 10:24:13', '2025-11-07 10:24:13'),
(218, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100046,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 2, NULL, '2025-11-07 10:24:13', '2025-11-07 10:24:13');
INSERT INTO `user_notifications` (`id`, `data`, `status`, `user_id`, `vendor_id`, `delivery_man_id`, `created_at`, `updated_at`) VALUES
(219, '{\"title\":\"Order Notification\",\"description\":\"User , Your order 100047 is confirmed\",\"order_id\":100047,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 10:43:24', '2025-11-07 10:43:24'),
(220, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100047,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 2, NULL, '2025-11-07 10:43:24', '2025-11-07 10:43:24'),
(221, '{\"title\":\"Order Notification\",\"description\":\"User , Your  order 100048 is successfully placed\",\"order_id\":100048,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 10:55:18', '2025-11-07 10:55:18'),
(222, '{\"title\":\"Order Notification\",\"description\":\"User , Your  order 100049 is successfully placed\",\"order_id\":100049,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 10:57:28', '2025-11-07 10:57:28'),
(223, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100049\",\"order_id\":100049,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 11:02:52', '2025-11-07 11:02:52'),
(224, '{\"title\":\"Order Notification\",\"description\":\"Ready for delivery\",\"order_id\":100049,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, NULL, 1, '2025-11-07 11:02:52', '2025-11-07 11:02:52'),
(225, '{\"title\":\"Order Notification\",\"description\":\"User , Your order 100049 is ready for delivery\",\"order_id\":100049,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 11:03:07', '2025-11-07 11:03:07'),
(226, '{\"title\":\"Order Notification\",\"description\":\"User , Your order 100049 is ready for delivery\",\"order_id\":100049,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, 2, NULL, '2025-11-07 11:03:07', '2025-11-07 11:03:07'),
(227, '{\"title\":\"Order Notification\",\"description\":\"Order 100049 delivered successfully\",\"order_id\":100049,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 11:04:13', '2025-11-07 11:04:13'),
(228, '{\"title\":\"Order Notification\",\"description\":\"User , Your order 100050 is confirmed\",\"order_id\":100050,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 11:10:08', '2025-11-07 11:10:08'),
(229, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100050,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 21, NULL, '2025-11-07 11:10:08', '2025-11-07 11:10:08'),
(230, '{\"title\":\"Order Notification\",\"description\":\"User , Your food is started for cooking by Da Vittorio\",\"order_id\":100050,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 11:11:37', '2025-11-07 11:11:37'),
(231, '{\"title\":\"Order Notification\",\"description\":\"Proceed for cooking\",\"order_id\":100050,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, NULL, 1, '2025-11-07 11:11:37', '2025-11-07 11:11:37'),
(232, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100050\",\"order_id\":100050,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 11:12:25', '2025-11-07 11:12:25'),
(233, '{\"title\":\"Order Notification\",\"description\":\"Ready for delivery\",\"order_id\":100050,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, NULL, 1, '2025-11-07 11:12:25', '2025-11-07 11:12:25'),
(234, '{\"title\":\"Order Notification\",\"description\":\"User , Your order 100050  is ready for delivery\",\"order_id\":100050,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 11:12:57', '2025-11-07 11:12:57'),
(235, '{\"title\":\"Order Notification\",\"description\":\"User , Your order 100050  is ready for delivery\",\"order_id\":100050,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, 21, NULL, '2025-11-07 11:12:58', '2025-11-07 11:12:58'),
(236, '{\"title\":\"Order Notification\",\"description\":\"Order 100050 delivered successfully\",\"order_id\":100050,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 11:13:31', '2025-11-07 11:13:31'),
(237, '{\"title\":\"Order Notification\",\"description\":\"User , Your order 100051 is confirmed\",\"order_id\":100051,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 11:16:37', '2025-11-07 11:16:37'),
(238, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100051,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 15, NULL, '2025-11-07 11:16:37', '2025-11-07 11:16:37'),
(239, '{\"title\":\"Order Notification\",\"description\":\"User , Your order is Processing by Art Apparel\",\"order_id\":100051,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 11:17:09', '2025-11-07 11:17:09'),
(240, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100051\",\"order_id\":100051,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 11:17:20', '2025-11-07 11:17:20'),
(241, '{\"title\":\"Order Notification\",\"description\":\"User , Your order 100051 is ready for delivery\",\"order_id\":100051,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 11:17:57', '2025-11-07 11:17:57'),
(242, '{\"title\":\"Order Notification\",\"description\":\"User , Your order 100051 is ready for delivery\",\"order_id\":100051,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, 15, NULL, '2025-11-07 11:17:57', '2025-11-07 11:17:57'),
(243, '{\"title\":\"Order Notification\",\"description\":\"Order 100051 is canceled by your request\",\"order_id\":100051,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 11:18:38', '2025-11-07 11:18:38'),
(244, '{\"title\":\"Order Notification\",\"description\":\"User , Your order 100052 is confirmed\",\"order_id\":100052,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 11:20:06', '2025-11-07 11:20:06'),
(245, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100052,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 2, NULL, '2025-11-07 11:20:06', '2025-11-07 11:20:06'),
(246, '{\"title\":\"Order Notification\",\"description\":\"User , Your order is Processing by Super market\",\"order_id\":100052,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 11:20:30', '2025-11-07 11:20:30'),
(247, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100052\",\"order_id\":100052,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 11:20:42', '2025-11-07 11:20:42'),
(248, '{\"title\":\"Order Notification\",\"description\":\"User , Your order 100052 is ready for delivery\",\"order_id\":100052,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 11:21:25', '2025-11-07 11:21:25'),
(249, '{\"title\":\"Order Notification\",\"description\":\"User , Your order 100052 is ready for delivery\",\"order_id\":100052,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, 2, NULL, '2025-11-07 11:21:26', '2025-11-07 11:21:26'),
(250, '{\"title\":\"Order Notification\",\"description\":\"Your order 100052 is delivered\",\"order_id\":100052,\"image\":\"\",\"type\":\"order_status\"}', 1, 4, NULL, NULL, '2025-11-07 11:23:07', '2025-11-07 11:23:07'),
(251, '{\"title\":\"Order Notification\",\"description\":\"user1 , Your  order 100054 is successfully placed\",\"order_id\":100054,\"image\":\"\",\"type\":\"order_status\"}', 1, 5, NULL, NULL, '2025-12-09 12:47:15', '2025-12-09 12:47:15'),
(252, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100054,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 6, NULL, '2025-12-09 12:47:16', '2025-12-09 12:47:16'),
(253, '{\"title\":\"Order Notification\",\"description\":\"Order 100054 is canceled by your request\",\"order_id\":100054,\"image\":\"\",\"type\":\"order_status\"}', 1, 5, NULL, NULL, '2025-12-09 13:00:06', '2025-12-09 13:00:06'),
(254, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your  order 100056 is successfully placed\",\"order_id\":100056,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-12-10 12:59:57', '2025-12-10 12:59:57'),
(255, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your  order 100057 is successfully placed\",\"order_id\":100057,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2025-12-16 09:48:58', '2025-12-16 09:48:58'),
(256, '{\"title\":\"Order Notification\",\"description\":\"user demo, Your order 100058 is confirmed\",\"order_id\":100058,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2026-01-23 08:27:41', '2026-01-23 08:27:41'),
(257, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100058,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 6, NULL, '2026-01-23 08:27:41', '2026-01-23 08:27:41'),
(258, '{\"title\":\"Suspended\",\"description\":\"Your account has been suspended\",\"order_id\":\"\",\"image\":\"\",\"type\":\"block\"}', 1, NULL, 23, NULL, '2026-01-23 08:49:15', '2026-01-23 08:49:15'),
(259, '{\"title\":\"Order Notification\",\"description\":\"user demo, Your order 100059 is confirmed\",\"order_id\":100059,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2026-01-28 08:42:00', '2026-01-28 08:42:00'),
(260, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100059,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 19, NULL, '2026-01-28 08:42:00', '2026-01-28 08:42:00'),
(261, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100010\",\"order_id\":100010,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2026-01-28 08:57:31', '2026-01-28 08:57:31'),
(262, '{\"title\":\"Order Notification\",\"description\":\"user demo, Your order 100060 is confirmed\",\"order_id\":100060,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2026-01-28 09:14:00', '2026-01-28 09:14:00'),
(263, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100060,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 21, NULL, '2026-01-28 09:14:01', '2026-01-28 09:14:01'),
(264, '{\"title\":\"Order Notification\",\"description\":\"user demo, Your food is started for cooking by Da Vittorio\",\"order_id\":100060,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2026-01-28 09:17:04', '2026-01-28 09:17:04'),
(265, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100060\",\"order_id\":100060,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2026-01-28 09:17:12', '2026-01-28 09:17:12'),
(266, '{\"title\":\"Order Notification\",\"description\":\"user demo, Your order 100061 is confirmed\",\"order_id\":100061,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2026-01-28 09:20:05', '2026-01-28 09:20:05'),
(267, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100061,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 21, NULL, '2026-01-28 09:20:06', '2026-01-28 09:20:06'),
(268, '{\"title\":\"Order Notification\",\"description\":\"user demo, Your food is started for cooking by Da Vittorio\",\"order_id\":100061,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2026-01-28 09:20:52', '2026-01-28 09:20:52'),
(269, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100061\",\"order_id\":100061,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2026-01-28 09:25:06', '2026-01-28 09:25:06'),
(270, '{\"title\":\"Order Notification\",\"description\":\"user demo, Your order 100062 is confirmed\",\"order_id\":100062,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2026-01-28 09:26:59', '2026-01-28 09:26:59'),
(271, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100062,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 21, NULL, '2026-01-28 09:26:59', '2026-01-28 09:26:59'),
(272, '{\"title\":\"Order Notification\",\"description\":\"user demo, Your food is started for cooking by Da Vittorio\",\"order_id\":100062,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2026-01-28 09:28:45', '2026-01-28 09:28:45'),
(273, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100062\",\"order_id\":100062,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2026-01-28 09:29:27', '2026-01-28 09:29:27'),
(274, '{\"title\":\"Order Notification\",\"description\":\"user demo, Your order 100062  is ready for delivery\",\"order_id\":100062,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2026-01-28 09:29:52', '2026-01-28 09:29:52'),
(275, '{\"title\":\"Order Notification\",\"description\":\"user demo, Your order 100062  is ready for delivery\",\"order_id\":100062,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, 21, NULL, '2026-01-28 09:29:52', '2026-01-28 09:29:52'),
(276, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100062\",\"order_id\":100062,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2026-01-28 09:30:13', '2026-01-28 09:30:13'),
(277, '{\"title\":\"Order Notification\",\"description\":\"user demo, Your order 100063 is confirmed\",\"order_id\":100063,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2026-01-28 09:32:36', '2026-01-28 09:32:36'),
(278, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100063,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 21, NULL, '2026-01-28 09:32:36', '2026-01-28 09:32:36'),
(279, '{\"title\":\"Order Notification\",\"description\":\"user demo, Your food is started for cooking by Da Vittorio\",\"order_id\":100063,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2026-01-28 09:32:55', '2026-01-28 09:32:55'),
(280, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100063\",\"order_id\":100063,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2026-01-28 09:33:54', '2026-01-28 09:33:54'),
(281, '{\"title\":\"Order Notification\",\"description\":\"Ready for delivery\",\"order_id\":100063,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, NULL, 1, '2026-01-28 09:33:55', '2026-01-28 09:33:55'),
(282, '{\"title\":\"Order Notification\",\"description\":\"user demo, Your order 100063  is ready for delivery\",\"order_id\":100063,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2026-01-28 09:34:11', '2026-01-28 09:34:11'),
(283, '{\"title\":\"Order Notification\",\"description\":\"user demo, Your order 100063  is ready for delivery\",\"order_id\":100063,\"image\":\"\",\"type\":\"order_status\"}', 1, NULL, 21, NULL, '2026-01-28 09:34:11', '2026-01-28 09:34:11'),
(284, '{\"title\":\"Order Notification\",\"description\":\"Order 100063 delivered successfully\",\"order_id\":100063,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2026-01-28 09:35:07', '2026-01-28 09:35:07'),
(285, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your food is started for cooking by Da Vittorio\",\"order_id\":100005,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2026-01-29 09:51:09', '2026-01-29 09:51:09'),
(286, '{\"title\":\"Order Notification\",\"description\":\"user2 , Your food is started for cooking by Da Vittorio\",\"order_id\":100005,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2026-01-29 09:51:22', '2026-01-29 09:51:22'),
(287, '{\"title\":\"Order Notification\",\"description\":\"Delivery man is on the way. For this order 100005\",\"order_id\":100005,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2026-01-29 09:51:44', '2026-01-29 09:51:44'),
(288, '{\"title\":\"Order Notification\",\"description\":\"Your order 100005 is delivered\",\"order_id\":100005,\"image\":\"\",\"type\":\"order_status\"}', 1, 2, NULL, NULL, '2026-01-29 10:04:10', '2026-01-29 10:04:10'),
(289, '{\"title\":\"Order Notification\",\"description\":\"Order 100064 is canceled by your request\",\"order_id\":100064,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2026-01-30 10:25:14', '2026-01-30 10:25:14');

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

--
-- 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
(2, 'Super', 'Mart', '+1015111111111', 'supermart@demo.com', NULL, '$2y$10$vZK6bjaNuMD7JNtbHE/e8.kCphqFYQE/Yg/POL7Ir/y/WKEuiztwy', NULL, '2025-10-22 00:59:56', '2025-10-23 12:57:05', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, 'BCjC6ut40W2nDag0i3nrfaqEVYLfflUCZR9sLzafnsxqwAgMstU1bU4fJizl'),
(3, 'Jone', 'Doe', '+919876543210', 'organicstore@demo.com', NULL, '$2y$10$fA76RbtQnCCgFH7BjZxLo.BCFzS4ipo7ro/yS.SkdOnVBpB3nHzC.', NULL, '2025-10-22 01:03:38', '2026-01-30 11:00:57', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, 'v0dxgnY26sGtdaoGhOjPXDrWKj5D634Bdnmk2zGqHq77SZrIFM6d0kVQJYVN'),
(4, 'mischelle', 'tanner', '+911233333333', 'newstore@gmail.com', NULL, '$2y$10$4YzTZvxU3Ai0aCUB/KidiO3/a4oiiR.vyqetQv7oFjpOo5CvrWv6S', NULL, '2025-10-22 01:07:10', '2025-10-23 12:54:49', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, 'DfRTrddQ89zsg2u59RRdHsLdRQc6hGJKufF06ppSHncyqWVpxbPCK0pXpMq8'),
(5, 'Kate', 'Bishope', '+91898789890', 'pharmacy@demo.com', NULL, '$2y$10$vu928Fzx8NDal/FCaLae4eTb6vaSPLNOF2so1pN1H/1Y0TM7rCDtS', NULL, '2025-10-22 01:09:37', '2026-01-30 10:57:19', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, '3UdRrRNyW9htrQ7hjhQ47ERjfBiC1vapQyjXSYAan7tbMw1GRvdTkAVddgfn'),
(6, 'Amit', 'Khanna', '+919876765656', 'freshmarket@demo.com', NULL, '$2y$10$.4yoMK0oOI3n13YO0KSLJ.uGpCVLdXG51i5HNT4UDlAfBfCjv78t6', 'wbY8a96we9CkKutEMms9DZXArc81whjWzXwdz0Hwo9rJTzfPRhFOimljzxla', '2025-10-22 01:09:54', '2026-01-28 09:11:23', NULL, NULL, NULL, NULL, '2025-10-23-68f9cda5ed13b.png', 1, '@', 'fxPyFXmap8ff1J8KwDh8iH9lSg96xs5DmNBWAPlvo4n2L1MIIwZv7W23abfgAy6R1GAqR5iRIkiinBxNFhF1kYIAwr9wUAchTzOm7clX32CLczZtmb7BGLrP', '6cxOggdM0ISYakeHXam48u6GgqHDHfLQVXkAmK89k1g4NIUMmGmCWhnuGewz'),
(8, 'Liquor', 'Store', '+919494949494', 'liquor3@demo.com', NULL, '$2y$10$gAdfrhoWSdMyVhXZqrZRFeMjfKYltrFVtcijoiZ64C2/eHLIK.KFq', NULL, '2025-10-22 01:21:08', '2025-10-23 13:01:40', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, 'sLLNOxFPHpeb6oOUF085IObKFCjBOOehhE32YVrNc1egVwGxG3E9ML1z81rf'),
(9, 'Aman', 'Rautt', '+919878767890', 'krpharmacy@demo.com', NULL, '$2y$10$uMkR4FPBZ61vMni54peSUO/RKAZnUsPLusFnO8KQHUFSaWSYW8ZDq', NULL, '2025-10-22 01:22:38', '2025-10-23 12:43:34', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, '64rENNqSbDJF8NNK5czi820QRdG8GLovvdPjJnxWsL2QpUA7Kc4vcuftoub3'),
(10, 'Crafty', 'Cocktails', '+919696969696', 'liquor2@demo.com', NULL, '$2y$10$vv5EgVYMwevmLobwpLNBo.V3r1GYlHiOrWzFrJiVKQw0QL8BKvwgm', NULL, '2025-10-22 01:24:59', '2025-10-23 12:59:58', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, 'ia8TL7jfjbPYQGZdjKirl4tUCLRhYl6akDKXlGmsUh2cCe8kmoMQEbrcxGjx'),
(11, 'Washim', 'Khan', '+93894040044', 'alpha@demo.com', NULL, '$2y$10$3.HCosyCGE3j6qNHYjrF5eRadsZNn0VgEQAjrZJPNWgPGPUA.IblS', NULL, '2025-10-22 01:25:52', '2025-10-23 02:08:06', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, '8v0jkW9SX2eGJmy3UPnTp1CAxZZJuClOPTteLP5usprJjdmgwsrWyh2MZqgC'),
(12, 'Barrel', '& Vineyard', '+919797979797', 'liquor1@demo.com', NULL, '$2y$10$sH.UfMD35c6Fw9jHNKBoTevRkRIfC6dxEUYNz4af2qM72JyL4I0um', NULL, '2025-10-22 01:27:41', '2025-10-23 12:58:19', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, 'gQRi0rDhhNHGv56jZyG9qIXbcKdw4kTwYEjbw6lrfWagkc7AtJ4o7ZjPbHb0'),
(13, 'Barrels', 'and Bottles', '+919898989898', 'liquor@demo.com', NULL, '$2y$10$CFL9rNRWnmzBNwNKM9l4kusfSGYhcDQd1BEKxSXyq9f59jA.2DKGa', 'EoJd0DoTO2A5k5VTW4UG1dlAMcjnbYG5c8LsHM0Dgr8ALU1dgRMOj9q3B8XE', '2025-10-22 01:29:50', '2026-01-30 10:58:13', NULL, NULL, NULL, NULL, NULL, 1, '@', 'vS8BFMFiheOnLeDSsajB6UWe6IwZ0qFnn6A6kUe6aRhWK2usdHxp4vMlOKtCWW9ybP1O2sF0TpnYBGmZflZS3ysUHzhDQlxr5TGHAvcu1wSJ1FSddbc8G2Bu', 'MO9OXHJQCKKSJfHljbSKOnkDdY0o4tR5XaVLUnr5xMaTNuPLbvusHqcDoJLP'),
(14, 'Super', 'bazar', '+9112345577899', 'mi@gmail.com', NULL, '$2y$10$ISUOchfawy4kwNIyiywyGOrVUC/yCpnqrdyunsCe3KLGfQoJ/m6lm', NULL, '2025-10-22 02:05:14', '2025-10-22 02:05:14', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(15, 'Art', 'Apparel', '+916969696969', 'ecommerce2@demo.com', NULL, '$2y$10$b/2MT7FcXHvdJ4/mxt9BoOQHlj4cV1GdZv9aYi294NbMuCTeYqCYe', 'kk1w28gJepZDldc7inhs8Tsq10jso4mc8iCIqajtvW3NJEE7ETYJJq6Rd9Ih', '2025-10-22 02:07:38', '2026-01-12 12:17:07', NULL, NULL, NULL, NULL, NULL, 1, '@', 'PrPZV0o5RECDyKDUDRfpnDVwyXzwYJ2Hrb23jJCrf9c4Kjd7PhXrByKXYZ8FeXgkb8wJkvujRtpt7BUaHZUuMESONgp1QjJ2FivqLI3nR0JQnkKTQZJdqH7Z', '15iO4bODKKxHE27ASc9Z80LhNKNdXEMfyswqWiYgMBK8o1TJDyCCuap5LyVH'),
(16, 'Shoper', 'Shoper', '+918989898989', 'ecommerce1@demo.com', NULL, '$2y$10$maEqpvkFHYCs.LesRZlvHO3.t6vaS3CxR41EqMhNCSMmqMzyGF6pC', NULL, '2025-10-22 03:08:41', '2025-10-22 03:08:41', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(17, 'Opera', 'Groc', '+917979797979', 'ecommerce@demo.com', NULL, '$2y$10$pKa.fHFn/9KYe7.UIMobA.51RH1b6wf2Y8l4ORLhQxw44Js2wq6b6', NULL, '2025-10-22 03:10:42', '2025-10-23 12:53:08', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, 'fB16vpoikaSTt0vL4TiPdy2CJCFlpAfT0JNU7RN9MQVGqbpya2z9chvO1uk9'),
(18, 'Aman', 'Gupta', '+9198989898980', 'bergerchoice@demo.com', NULL, '$2y$10$YX9Qq9GdeMoxZkLcr/yJu./t8pjVS56M9T.GkaNaeJRK5KAJrbgQ6', NULL, '2025-10-22 03:45:17', '2025-10-23 12:48:08', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, 'S8nPNbThcnTHSwzaj0PpRwLMgRDFZUeP6bNITzZcvJIg2XDNS2LJXmbWE5Qw'),
(19, 'John', 'Koit', '+91967977977', 'tastytakeaways@demo.com', NULL, '$2y$10$UVcjEblQg83dSLqahC3PseFcc8S1J.U4/fQxZjoFsV6GLjy9TFMoi', NULL, '2025-10-22 03:48:35', '2025-10-23 12:49:35', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, 'AWkb1CE66Avy59Sqf8Da1Zb6WwoYF8afr1YW0GGUuWFp9TCdgUb7CPt7kh7w'),
(20, 'Amit', 'Singh', '+91987898787', 'tastylunch@demo.com', NULL, '$2y$10$CkZOEGn4.BE3izPd.NMCSeUQoAGz3P.jhmglmqXV7iGZiv3mTmJ9e', NULL, '2025-10-22 03:52:11', '2026-01-30 11:00:16', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, '32Vja1lrm7zLzyv2bfEtl2D2sSW4UHJhMUr28OgfrJpKWtu77TtagyYdVJFz'),
(21, 'mischelle Demo', 'tanner', '+910123323232', 'newresto@gmail.com', NULL, '$2y$10$03Hon55Eo9mF6T9QUIVoeOR7sHMehnZ7SskD09v9WHVLNfB7w/4Hu', '2nMKu0GcpC0sqioajWOmzmsllOcrZZPtrV12rTCoveowezNehwFuf5Fvdhu0', '2025-10-22 03:56:06', '2026-01-30 10:34:15', NULL, NULL, NULL, NULL, NULL, 1, '@', '2oQrpRi2X3keFsCel3JFXAohZf0u7Au2KOvUnuyGdbituPrBfIwr2dseHEehJOmX0ygxjzG8HkFrThIg4D7Bp6HVZWpbt0devIFQpoMnq9vPYDgvGha8v172', 'ZvkABuqbOM8BKcyHSEaLCAwmHLwpYIou9MYrxAtVpauQndhQdAoOG1ONVQsa'),
(22, 'mischelle', 'tanner', '+919876556789', 'mis@demo.com', NULL, '$2y$10$ysDQiHxVhCGaT.Hq.3CmEeNb9dmjUvuWRsrXaJH04aeiuMZc8ToUy', '5aMc0eOyRjjvDfVPbLyzO9txAcJ7J5YVMt3PC2dT1F2U98oE55UDRZxrPssR', '2025-10-22 04:37:12', '2025-10-23 15:27:31', NULL, NULL, NULL, NULL, NULL, 1, '@', 'AjRfYW65vplskZi9DciwE7ZDoAkK7e60Y1TKimLHVViH88FRa1oLoC1sa5pDbh9RB5DmOAhWEAvo9xgzBZ52BKrvr67eWPFD0ndkd0JsdJmarm8KzuUjSBi9', 'm84skcw8SnRxcPdH3DJ0SVahBTbez5NUV0VdnxCOR6PInosRtebGEN9FlHuR'),
(23, 'Demo', 'Demo', '+919512149944', 'shiwa2172000@gmail.com', NULL, '$2y$10$deoZkRynWFf8uEevxRN4gOMGxgQYWFH37.4HRu1zGmpw1vtKj3km6', '8CKX6vBItqUdJ2RqRN95cOuzncrj20CNUW8J5gIgBlzwfihgDNKDhvkijjO1', '2025-10-22 04:39:31', '2025-10-23 14:50:03', NULL, NULL, NULL, NULL, '2025-10-23-68f9f2fd55ee4.png', 1, '@', '92Uy3qhoWFI1i9nVHAh614WtGcTCqf8xoeod16vlKQVQlmH5cXuijb9nStMbaaBVwPmcSyYev9mkEQaAIzNxdOmBQdOMUuJOKsH3H6KIgnk1sevfy0TM2Gus', 'S28rOxHekstQpjhJmqmHEeBloWINn5exRFDYTPqzLaAMxfg3qH2s0lToJOMS'),
(24, 'User', 'Demo', '+919874563210', 'shivadattpuri2172000@gmail.com', NULL, '$2y$10$9jmJgEfhgSNlJenknziJ/OfhBwtsx9z019cqeWHMzGpsdGLcTlHe6', NULL, '2025-12-02 13:43:30', '2025-12-02 13:43:30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(25, 'Demo', 'Store', '+919876543255', 'store1@demo.com', NULL, '$2y$10$fxTPPtBbCQZDyXNYJ85vjup9.CIoImCMqRbe6lIFejVbla3qDEFM2', NULL, '2025-12-23 09:42:30', '2025-12-23 09:42:30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(26, 'ghjg', 'gjgj', '+919632587410', 'vendor@demo.com', NULL, '$2y$10$XKF76RaezlX/shE1bPpUJ.hq9p8RSbdTldBpUF.uYo2AuBK.YUxW.', NULL, '2025-12-24 12:55:49', '2025-12-24 12:55:49', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(27, 'vendor', 'demo', '+919876541320', 'vendor@demomail.com', NULL, '$2y$10$1t4loxxT.AWCfL0vpIn28OrYBgLiH0R1Pyd4rXcNWi7ktgC/.iKIS', NULL, '2026-01-12 12:19:07', '2026-01-12 12:19:07', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(28, 'Lucky', 'Racer', '+919382714560', 'racer@gmail.com', NULL, '$2y$10$GgOLOf6n.9FJ.7n..qrWk.u5OfsukEOMLySXO8a1FAih2fXK6m8J6', NULL, '2026-01-12 12:20:32', '2026-01-13 04:57:20', NULL, NULL, NULL, NULL, NULL, 1, 'fgdBZ4XJRCa6JBHFt7yYHA:APA91bGk0bH0-JZ9TNCFF8kV9ENi0jcMbGkE1k4YaqWt7GEwKXmvbsitJXFLHCZo4JKD455Cy2xOztkxmKM9LIuZ7ROJTlFCo6DRUJ2RGBRagXSjyDyKICI', 'mKWJ6R9wkoI5NQrhSxtbIEu7XgQcyqxIm7VjT52LmseNNSD7W1NDEwVJ3ix25BbidyKSUBWWFu8JKs4U5VJ0BNc1Lhy8A7FivfUxBYKZU4vL9yaBeor5baN1', NULL),
(29, 'testt', 'et', '+112345654321', 'test12@demo.com', NULL, '$2y$10$RIQ3quMvXwaeNfYYSMby7uiN0ybnwimFDhbVE7MaAb7D4Yt1w.p7C', NULL, '2026-01-23 08:24:05', '2026-01-23 08:24:05', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(30, 'Test', 'test dsf', '+112345543211', 'test23@demo.com', NULL, '$2y$10$M7U4Nt1e37WMg3KafWkn6ejB1UIy4.hP59EXyulnFRiDSaM4e.wNi', NULL, '2026-01-23 09:21:25', '2026-01-23 09:21:25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 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;

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

--
-- 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;

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

--
-- 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;

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

--
-- 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
(1, 1, 79, '2025-10-22 04:53:22', '2025-10-22 04:53:22', NULL),
(2, 1, 75, '2025-10-22 04:53:23', '2025-10-22 04:53:23', NULL),
(3, 1, NULL, '2025-10-22 05:22:36', '2025-10-22 05:22:36', 51),
(4, 1, 78, '2025-10-22 06:15:05', '2025-10-22 06:15:05', NULL),
(5, 1, 139, '2025-10-22 07:21:41', '2025-10-22 07:21:41', NULL),
(6, 1, 60, '2025-10-22 22:59:37', '2025-10-22 22:59:37', NULL),
(11, 2, NULL, '2025-10-23 14:01:08', '2025-10-23 14:01:08', 34),
(12, 2, NULL, '2025-10-23 15:25:44', '2025-10-23 15:25:44', 50),
(14, 2, 40, '2025-10-23 15:47:35', '2025-10-23 15:47:35', NULL),
(15, 2, 2, '2025-10-24 11:45:17', '2025-10-24 11:45:17', NULL),
(16, 4, 161, '2025-11-06 09:32:14', '2025-11-06 09:32:14', NULL),
(17, 4, NULL, '2025-11-06 15:26:01', '2025-11-06 15:26:01', 49),
(18, 4, NULL, '2025-11-06 15:26:03', '2025-11-06 15:26:03', 47),
(19, 4, NULL, '2025-11-06 15:26:05', '2025-11-06 15:26:05', 48),
(20, 4, 64, '2025-11-06 16:36:20', '2025-11-06 16:36:20', NULL),
(21, 4, NULL, '2025-11-06 17:53:43', '2025-11-06 17:53:43', 30),
(22, 4, NULL, '2025-11-07 10:44:35', '2025-11-07 10:44:35', 31),
(23, 4, NULL, '2025-11-07 10:52:15', '2025-11-07 10:52:15', 34),
(25, 5, 140, '2025-12-09 12:21:23', '2025-12-09 12:21:23', NULL),
(26, 5, 155, '2025-12-09 12:21:24', '2025-12-09 12:21:24', NULL),
(27, 5, 103, '2025-12-09 12:21:30', '2025-12-09 12:21:30', NULL),
(28, 5, NULL, '2025-12-09 12:21:34', '2025-12-09 12:21:34', 49),
(29, 5, NULL, '2025-12-09 16:42:22', '2025-12-09 16:42:22', 30),
(30, 5, NULL, '2025-12-09 16:42:23', '2025-12-09 16:42:23', 34),
(31, 5, 60, '2025-12-09 16:42:26', '2025-12-09 16:42:26', NULL),
(32, 5, NULL, '2025-12-10 10:23:59', '2025-12-10 10:23:59', 51),
(33, 5, 16, '2025-12-10 10:24:03', '2025-12-10 10:24:03', NULL),
(34, 5, 82, '2025-12-10 10:24:05', '2025-12-10 10:24:05', NULL),
(35, 5, 85, '2025-12-10 10:24:07', '2025-12-10 10:24:07', NULL),
(36, 5, 75, '2025-12-10 10:24:09', '2025-12-10 10:24:09', NULL),
(38, 2, NULL, '2025-12-10 13:00:43', '2025-12-10 13:00:43', 45),
(39, 2, NULL, '2025-12-10 13:00:47', '2025-12-10 13:00:47', 42),
(42, 2, 59, '2025-12-13 11:11:52', '2025-12-13 11:11:52', NULL),
(43, 2, 61, '2025-12-13 11:11:55', '2025-12-13 11:11:55', NULL),
(44, 2, 60, '2025-12-15 17:53:59', '2025-12-15 17:53:59', NULL),
(51, 2, NULL, '2025-12-22 14:15:38', '2025-12-22 14:15:38', 30),
(52, 2, NULL, '2025-12-22 14:16:09', '2025-12-22 14:16:09', 31),
(54, 2, 48, '2025-12-22 14:16:23', '2025-12-22 14:16:23', NULL),
(55, 2, 72, '2025-12-22 14:16:26', '2025-12-22 14:16:26', NULL),
(59, 7, NULL, '2026-01-12 09:36:02', '2026-01-12 09:36:02', 50),
(60, 1, 140, '2026-01-28 08:58:46', '2026-01-28 08:58:46', NULL),
(61, 1, NULL, '2026-01-28 08:58:59', '2026-01-28 08:58:59', 49),
(62, 1, NULL, '2026-01-29 06:22:51', '2026-01-29 06:22:51', 33),
(63, 1, NULL, '2026-01-29 06:29:17', '2026-01-29 06:29:17', 34),
(67, 1, NULL, '2026-01-29 09:07:22', '2026-01-29 09:07:22', 50);

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

--
-- 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;

--
-- Dumping data for table `withdrawal_methods`
--

INSERT INTO `withdrawal_methods` (`id`, `method_name`, `method_fields`, `is_default`, `is_active`, `created_at`, `updated_at`) VALUES
(1, 'Bank', '[{\"input_type\":\"number\",\"input_name\":\"acc_number\",\"placeholder\":\"Enter acc Number\",\"is_required\":1}]', 1, 1, '2025-10-24 14:51:39', '2025-10-24 14:51:39');

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

--
-- 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;

--
-- Dumping data for table `withdraw_requests`
--

INSERT INTO `withdraw_requests` (`id`, `vendor_id`, `admin_id`, `transaction_note`, `amount`, `approved`, `created_at`, `updated_at`, `delivery_man_id`, `withdrawal_method_id`, `withdrawal_method_fields`, `type`, `sender_note`) VALUES
(1, 6, NULL, NULL, 1915.200, 0, '2025-10-24 15:58:04', '2025-10-24 15:58:04', NULL, 1, '[]', 'manual', NULL),
(2, 6, NULL, NULL, 10.000, 0, '2026-01-28 08:57:17', '2026-01-28 08:57:17', NULL, 1, '{\"acc_number\":\"997856463615\"}', 'manual', NULL);

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

--
-- 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, 'Demo Zone', 0x0000000001030000000100000006000000d8b95578f0965640804b97f820d6374014ba5508809556403a236f336ed2374017ba55d83696564031240701bacd3740d5b95598ce985640f47608c3f7cd374015ba55f87c995640ce86cbe863d23740d8b95578f0965640804b97f820d63740, 0, '2023-08-15 23:35:04', '2025-10-22 00:54:13', 'zone_1_store', 'zone_1_customer', 'zone_1_delivery_man', 1, 1, 0.00, 0, NULL, 0, NULL),
(2, 'Global Zone', 0x000000000103000000010000000b0000000273a2730fe558c0eb5386ca3ac054401739d1b9873c65c0ed05a862ee8451401739d1b9876965c0f677cf1a5bfd4c400273a2730fdd51c075399ca0802a4ec0fc19bb18e1bd484011729c81484c4ac0e9c62e46787d6240d6a119d6a10e48c0e9c62e46784d6540c46f2334e4744740e9c62e46782e66401be64f67f3c55240d18d5d8cf05a5f4038d0f6671e445440fc19bb18e14d4040eb5386ca3ac054400273a2730fe558c0eb5386ca3ac05440, 1, '2025-09-12 01:57:37', '2025-10-22 01:04:44', 'zone_2_store', 'zone_2_customer', 'zone_2_delivery_man', 1, 1, 0.00, 0, NULL, 0, 'Global Zone');

--
-- 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 `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 `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 `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_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 `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 `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 `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=13;

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

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

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

--
-- 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=4;

--
-- 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=2;

--
-- 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=1000005;

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

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

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

--
-- 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=6;

--
-- 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=5;

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

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

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

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

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

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

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

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

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

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

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

--
-- 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=12;

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

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

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

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

--
-- 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=4;

--
-- 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=24;

--
-- 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 for table `expenses`
--
ALTER TABLE `expenses`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;

--
-- 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=3;

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

--
-- 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 `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=1610;

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

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

--
-- 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=2;

--
-- 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=18;

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

--
-- 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 for table `messages`
--
ALTER TABLE `messages`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=42;

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

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

--
-- 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=7;

--
-- 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 for table `module_zone`
--
ALTER TABLE `module_zone`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

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

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

--
-- 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=64;

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

--
-- 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=100065;

--
-- 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=71;

--
-- 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=65;

--
-- 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=25;

--
-- 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=2;

--
-- AUTO_INCREMENT for table `parcel_delivery_instructions`
--
ALTER TABLE `parcel_delivery_instructions`
  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=48;

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

--
-- 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=3;

--
-- 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=2;

--
-- 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 `reviews`
--
ALTER TABLE `reviews`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

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

--
-- 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=581;

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

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

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

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

--
-- 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=10;

--
-- 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=1000000;

--
-- 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=28;

--
-- 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=532;

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

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

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

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

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

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

--
-- 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 for table `wallet_transactions`
--
ALTER TABLE `wallet_transactions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- 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=68;

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

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

--
-- 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 */;
