-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Feb 13, 2026 at 12:28 AM
-- Server version: 10.11.9-MariaDB-cll-lve
-- PHP Version: 8.4.10

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

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

--
-- 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', 1, 140.00, 140.00, 'cash_collection', '100019', '2025-01-03 14:50:29', '2025-01-03 14:50:29', 'cash_in', 'deliveryman'),
(2, 'deliveryman', 9, 199.00, 199.00, 'cash_collection', '100084', '2025-01-29 16:16:42', '2025-01-29 16:16:42', 'cash_in', 'deliveryman'),
(3, 'deliveryman', 9, 408.00, 209.00, 'cash_collection', '100077', '2025-01-29 16:16:55', '2025-01-29 16:16:55', 'cash_in', 'deliveryman'),
(4, 'deliveryman', 9, 607.00, 199.00, 'cash_collection', '100096', '2025-01-31 17:57:48', '2025-01-31 17:57:48', 'cash_in', 'deliveryman'),
(5, 'deliveryman', 9, 806.00, 199.00, 'cash_collection', '100093', '2025-01-31 17:58:05', '2025-01-31 17:58:05', 'cash_in', 'deliveryman'),
(6, 'deliveryman', 12, 342.00, 342.00, 'cash_collection', '100101', '2025-01-31 19:01:29', '2025-01-31 19:01:29', 'cash_in', 'deliveryman'),
(7, 'deliveryman', 12, 335.80, 199.00, 'cash_collection', '100100', '2025-01-31 19:03:49', '2025-01-31 19:03:49', 'cash_in', 'deliveryman'),
(8, 'deliveryman', 12, 875.80, 540.00, 'cash_collection', '100078', '2025-01-31 19:06:35', '2025-01-31 19:06:35', 'cash_in', 'deliveryman'),
(9, 'deliveryman', 12, 1393.80, 518.00, 'cash_collection', '100094', '2025-01-31 19:06:56', '2025-01-31 19:06:56', 'cash_in', 'deliveryman'),
(10, 'deliveryman', 14, 199.00, 199.00, 'cash_collection', '100102', '2025-02-01 09:37:29', '2025-02-01 09:37:29', 'cash_in', 'deliveryman'),
(11, 'deliveryman', 14, 398.00, 199.00, 'cash_collection', '100103', '2025-02-01 16:40:28', '2025-02-01 16:40:28', 'cash_in', 'deliveryman'),
(12, 'deliveryman', 14, 597.00, 199.00, 'cash_collection', '100106', '2025-02-02 17:01:28', '2025-02-02 17:01:28', 'cash_in', 'deliveryman'),
(13, 'deliveryman', 14, 796.00, 199.00, 'cash_collection', '100114', '2025-02-02 17:58:52', '2025-02-02 17:58:52', 'cash_in', 'deliveryman'),
(14, 'deliveryman', 15, 199.00, 199.00, 'cash_collection', '100109', '2025-02-02 18:03:49', '2025-02-02 18:03:49', 'cash_in', 'deliveryman'),
(15, 'deliveryman', 14, 1328.00, 532.00, 'cash_collection', '100141', '2025-02-04 20:26:27', '2025-02-04 20:26:27', 'cash_in', 'deliveryman'),
(16, 'deliveryman', 16, 233.00, 233.00, 'cash_collection', '100149', '2025-02-05 11:49:43', '2025-02-05 11:49:43', 'cash_in', 'deliveryman'),
(17, 'deliveryman', 14, 1328.00, 500.00, 'upi', 'pop', '2025-02-05 11:54:16', '2025-02-05 11:54:16', 'collected', 'admin'),
(18, 'deliveryman', 14, 828.00, 500.00, 'pui', 'ww', '2025-02-05 11:55:18', '2025-02-05 11:55:18', 'collected', 'admin'),
(19, 'deliveryman', 16, 302.20, 213.00, 'cash_collection', '100153', '2025-02-07 16:52:22', '2025-02-07 16:52:22', 'cash_in', 'deliveryman'),
(20, 'deliveryman', 19, 194.00, 194.00, 'cash_collection', '100146', '2025-02-07 18:37:19', '2025-02-07 18:37:19', 'cash_in', 'deliveryman'),
(21, 'deliveryman', 19, 301.60, 230.00, 'cash_collection', '100167', '2025-02-09 17:38:39', '2025-02-09 17:38:39', 'cash_in', 'deliveryman'),
(22, 'deliveryman', 19, 375.60, 212.00, 'cash_collection', '100166', '2025-02-09 18:09:04', '2025-02-09 18:09:04', 'cash_in', 'deliveryman'),
(23, 'deliveryman', 19, 587.60, 212.00, 'cash_collection', '100164', '2025-02-09 18:09:19', '2025-02-09 18:09:19', 'cash_in', 'deliveryman'),
(24, 'deliveryman', 19, 774.60, 187.00, 'cash_collection', '100160', '2025-02-09 18:09:35', '2025-02-09 18:09:35', 'cash_in', 'deliveryman'),
(25, 'deliveryman', 19, 888.60, 114.00, 'cash_collection', '100163', '2025-02-09 18:10:11', '2025-02-09 18:10:11', 'cash_in', 'deliveryman'),
(26, 'deliveryman', 19, 1097.60, 209.00, 'cash_collection', '100154', '2025-02-09 18:10:48', '2025-02-09 18:10:48', 'cash_in', 'deliveryman'),
(27, 'deliveryman', 19, 1097.60, 1000.00, 'Cod', NULL, '2025-02-09 18:22:02', '2025-02-09 18:22:02', 'collected', 'admin'),
(28, 'deliveryman', 18, 179.00, 179.00, 'cash_collection', '100147', '2025-02-10 13:37:37', '2025-02-10 13:37:37', 'cash_in', 'deliveryman'),
(29, 'deliveryman', 18, 368.00, 189.00, 'cash_collection', '100174', '2025-02-10 13:40:14', '2025-02-10 13:40:14', 'cash_in', 'deliveryman'),
(30, 'deliveryman', 18, 467.00, 99.00, 'cash_collection', '100173', '2025-02-10 13:41:20', '2025-02-10 13:41:20', 'cash_in', 'deliveryman'),
(31, 'deliveryman', 18, 666.00, 199.00, 'cash_collection', '100098', '2025-02-10 13:41:57', '2025-02-10 13:41:57', 'cash_in', 'deliveryman'),
(32, 'deliveryman', 18, 817.00, 151.00, 'cash_collection', '100172', '2025-02-10 13:42:25', '2025-02-10 13:42:25', 'cash_in', 'deliveryman'),
(33, 'deliveryman', 18, 989.00, 172.00, 'cash_collection', '100165', '2025-02-10 13:42:59', '2025-02-10 13:42:59', 'cash_in', 'deliveryman'),
(34, 'deliveryman', 18, 1176.00, 187.00, 'cash_collection', '100161', '2025-02-10 13:45:12', '2025-02-10 13:45:12', 'cash_in', 'deliveryman'),
(35, 'deliveryman', 18, 1363.00, 187.00, 'cash_collection', '100159', '2025-02-19 10:26:39', '2025-02-19 10:26:39', 'cash_in', 'deliveryman'),
(36, 'deliveryman', 18, 1467.00, 104.00, 'cash_collection', '100181', '2025-02-19 10:30:13', '2025-02-19 10:30:13', 'cash_in', 'deliveryman'),
(37, 'deliveryman', 18, 1505.00, 38.00, 'cash_collection', '100157', '2025-02-19 10:34:25', '2025-02-19 10:34:25', 'cash_in', 'deliveryman'),
(38, 'deliveryman', 18, 1704.00, 199.00, 'cash_collection', '100143', '2025-02-19 10:36:04', '2025-02-19 10:36:04', 'cash_in', 'deliveryman');

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

--
-- 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\":\"\",\"otp_template\":\"OTP1\"}', '{\"gateway\":\"2factor\",\"mode\":\"live\",\"status\":\"0\",\"api_key\":\"\",\"otp_template\":\"OTP1\"}', 'sms_config', 'live', 0, NULL, '2025-02-19 16:47:43', 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\":0,\"app_key\":\"5tunt4masn6pv2hnvte1sb5n3j\",\"app_secret\":\"1vggbqd4hqk9g96o9rrrp2jftvek578v7d2bnerim12a87dbrrka\",\"username\":\"sandboxTestUser\",\"password\":\"hWD@8vtzw0\"}', '{\"gateway\":\"bkash\",\"mode\":\"live\",\"status\":0,\"app_key\":\"5tunt4masn6pv2hnvte1sb5n3j\",\"app_secret\":\"1vggbqd4hqk9g96o9rrrp2jftvek578v7d2bnerim12a87dbrrka\",\"username\":\"sandboxTestUser\",\"password\":\"hWD@8vtzw0\"}', 'payment_config', 'live', 0, NULL, '2025-01-15 17:51:41', '{\"gateway_title\":\"Bkash\",\"gateway_image\":null,\"storage\":\"public\"}'),
('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\":\"\",\"merchant_secret\":\"\"}', '{\"gateway\":\"esewa\",\"mode\":\"test\",\"status\":\"0\",\"merchantCode\":\"EPAYTEST\",\"merchant_secret\":\"\"}', 'payment_config', 'test', 0, NULL, '2025-02-19 16:47:43', 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\":0,\"api_key\":\"sk_test_tR3PYbcVNZZ796tH88S4VQ2u\",\"published_key\":\"pk_test_51BTUDGJAJfZb9HEBwDg86TN1KNprHjkfipXmEDMb0gSCassK5T3ZfxsAbcgKVmAIXF7oZ6ItlZZbXO6idTHE67IM007EwQ4uN3\"}', '{\"gateway\":\"stripe\",\"mode\":\"test\",\"status\":0,\"api_key\":\"sk_test_tR3PYbcVNZZ796tH88S4VQ2u\",\"published_key\":\"pk_test_51BTUDGJAJfZb9HEBwDg86TN1KNprHjkfipXmEDMb0gSCassK5T3ZfxsAbcgKVmAIXF7oZ6ItlZZbXO6idTHE67IM007EwQ4uN3\"}', 'payment_config', 'test', 0, NULL, '2025-02-19 16:54:30', '{\"gateway_title\":\"Stripe\",\"gateway_image\":null}'),
('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\":\"\",\"target_environment\":\"\"}', '{\"gateway\":\"momo\",\"mode\":\"live\",\"status\":\"0\",\"api_key\":\"\",\"api_user\":\"\",\"subscription_key\":\"\",\"target_environment\":\"\"}', 'payment_config', 'test', 0, NULL, '2025-02-19 16:47:43', 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\":\"test\",\"status\":1,\"api_key\":\"rzp_test_9AFetjsp6FFy5k\",\"api_secret\":\"9wQFwqYsL6O5MRWeufK7NTQt\"}', '{\"gateway\":\"razor_pay\",\"mode\":\"test\",\"status\":1,\"api_key\":\"rzp_test_9AFetjsp6FFy5k\",\"api_secret\":\"9wQFwqYsL6O5MRWeufK7NTQt\"}', 'payment_config', 'test', 1, NULL, '2025-02-19 16:57:15', '{\"gateway_title\":\"Online Pay\",\"gateway_image\":\"2025-02-19-67b5be35d6a94.png\"}'),
('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}'),
('b2b09dcd-e3f3-4385-95fb-6177f032c688', 'instamojo', '{\"gateway\":\"instamojo\",\"mode\":\"test\",\"status\":\"0\",\"client_id\":\"\",\"client_secret\":\"\"}', '{\"gateway\":\"instamojo\",\"mode\":\"test\",\"status\":\"0\",\"client_id\":\"\",\"client_secret\":\"\"}', 'payment_config', 'test', 0, '2025-02-19 16:47:42', '2025-02-19 16:47:43', 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,\"supported_country\":\"\",\"public_key\":\"\",\"secret_key\":\"\"}', '{\"gateway\":\"paymob_accept\",\"mode\":\"live\",\"status\":\"0\",\"callback_url\":null,\"api_key\":null,\"iframe_id\":null,\"integration_id\":null,\"hmac\":null,\"supported_country\":\"\",\"public_key\":\"\",\"secret_key\":\"\"}', 'payment_config', 'live', 0, NULL, '2025-02-19 16:47:43', '{\"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),
('c696da90-ac4a-4203-b96f-ac1b86ae5909', 'phonepe', '{\"gateway\":\"phonepe\",\"mode\":\"test\",\"status\":0,\"merchant_id\":\"\",\"salt_Key\":\"\",\"salt_index\":\"\"}', '{\"gateway\":\"phonepe\",\"mode\":\"test\",\"status\":0,\"merchant_id\":\"\",\"salt_Key\":\"\",\"salt_index\":\"\"}', 'payment_config', 'test', 0, '2025-02-19 16:47:43', '2025-02-19 16:47:43', NULL),
('c9249d17-cd60-11ed-b879-0c7a158e4469', 'pvit', '{\"gateway\":\"pvit\",\"mode\":\"test\",\"status\":\"0\",\"mc_tel_merchant\":\"\",\"access_token\":\"\",\"mc_merchant_code\":\"\",\"am_merchant_code\":\"\"}', '{\"gateway\":\"pvit\",\"mode\":\"test\",\"status\":\"0\",\"mc_tel_merchant\":\"\",\"access_token\":\"\",\"mc_merchant_code\":\"\",\"am_merchant_code\":\"\"}', 'payment_config', 'test', 0, NULL, '2025-02-19 16:47:43', 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\":0,\"secret_key\":\"FLWSECK_TEST-ec27426eb062491500a9eb95723b5436-X\",\"public_key\":\"FLWPUBK_TEST-3f6a0b6c3d621c4ecbb9beeff516c92b-X\",\"hash\":\"FLWSECK_TEST951e36220f66\"}', '{\"gateway\":\"flutterwave\",\"mode\":\"live\",\"status\":0,\"secret_key\":\"FLWSECK_TEST-ec27426eb062491500a9eb95723b5436-X\",\"public_key\":\"FLWPUBK_TEST-3f6a0b6c3d621c4ecbb9beeff516c92b-X\",\"hash\":\"FLWSECK_TEST951e36220f66\"}', 'payment_config', 'live', 0, NULL, '2025-02-19 17:00:25', '{\"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),
('e7445171-721e-44b4-9ec5-49f9012d13a8', 'cashfree', '{\"gateway\":\"cashfree\",\"mode\":\"test\",\"status\":0,\"client_id\":\"\",\"client_secret\":\"\"}', '{\"gateway\":\"cashfree\",\"mode\":\"test\",\"status\":0,\"client_id\":\"\",\"client_secret\":\"\"}', 'payment_config', 'test', 0, '2025-02-19 16:47:43', '2025-02-19 16:47:43', 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
) 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`) VALUES
(1, 'Mayonnaise', 25.00, '2024-12-09 10:01:15', '2024-12-09 10:01:15', 3, 1),
(2, 'Tomato Ketchup', 2.00, '2024-12-09 10:01:54', '2024-12-09 10:01:54', 3, 1),
(3, 'Whole Wheat', 15.00, '2024-12-09 10:32:16', '2024-12-09 10:32:16', 4, 1),
(4, 'Tomato Ketchup', 5.00, '2024-12-09 10:42:31', '2024-12-09 10:42:31', 4, 1),
(5, 'Mayonnaise', 15.00, '2024-12-09 10:42:46', '2024-12-09 10:42:46', 4, 1),
(6, 'Regular', 0.00, '2024-12-09 10:49:27', '2024-12-09 10:50:49', 4, 1),
(7, 'Jumbo', 0.00, '2024-12-09 10:49:55', '2024-12-09 10:50:37', 4, 1),
(8, 'Spicy', 0.00, '2024-12-09 10:50:18', '2024-12-09 10:50:18', 4, 1),
(9, 'Less Spicy', 0.00, '2024-12-09 10:50:30', '2024-12-09 10:50:30', 4, 1),
(10, 'biryani', 50.00, '2025-03-08 15:35:36', '2025-03-08 15:35:36', 4, 1),
(11, 'tomato', 45.00, '2025-05-23 15:50:08', '2025-05-23 15:50:08', 21, 1);

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

--
-- 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,
  `commission` int(11) NOT NULL DEFAULT 0
) 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`, `commission`) VALUES
(3, 'webkoon', 'cloud', '7989272149', 'webkooncloud@gmail.com', NULL, '$2y$10$u.wr7GOS3DH8Rvq/lbA8OewOdeAdtXYTRsyDUfsbjGNKU1XIlX.Ai', 'L1nyzbWHp3hvBKemCboEoA7eScrZGcPDjCW5G66jNbId7cQYfuCw3Qstc2FJ', '2024-11-23 08:14:24', '2025-09-06 06:43:02', 1, NULL, 1, 0),
(8, 'Y ABRAR AHMED', 'AHMED', '6304226510', 'abrarasrar12@gmail.com', '2025-03-05-67c84617630b4.png', '$2y$10$QBlASVmzilnFVPq0JQrq6.rMd56EwiaCjORU1Y7QmxeAnmJ0f0NDG', 'HywlTWppJu0aqtp5sqGAgjVMHeJPc6sYQKC8HsuV7jBZmAoHKjtZ56ARibkj', '2025-03-05 18:09:51', '2025-03-08 15:16:13', 2, NULL, 1, 0);

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

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

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

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

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

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

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

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

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

INSERT INTO `admin_promotional_banners` (`id`, `title`, `sub_title`, `image`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Find', 'Your daily grocery item', '2024-04-20-66239166962bd.png', 1, '2023-08-15 23:49:59', '2024-04-20 04:56:54');

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

--
-- 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),
(3, 'abrar', '[\"account\",\"collect_cash\",\"attribute\",\"banner\",\"campaign\",\"category\",\"coupon\",\"cashback\",\"customer_management\",\"deliveryman\",\"provide_dm_earning\",\"employee\",\"item\",\"notification\",\"order\",\"store\",\"report\",\"settings\",\"withdraw_list\",\"zone\",\"module\",\"parcel\",\"pos\",\"unit\",\"subscription\"]', 1, '2025-03-05 18:25:23', '2025-03-08 15:24:12');

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

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

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

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

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

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

--
-- 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, 3, 2542.20, 869.00, 3375.00, '2024-12-22 09:54:48', '2025-05-03 06:44:38', 0.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, 3, 2, 'food', 'store_promotion', 'test', 'test', '2024-12-16', '2024-12-31', NULL, NULL, '2024-12-16-67601e088c447.png', '2024-12-12-675a53794d564.jpg', NULL, 1, 1, 1, 1, 0, 3, 'App\\Models\\Admin', 'approved', '2024-12-12 08:37:37', '2024-12-16 18:03:12'),
(1000001, 9, 1, 'grocery', 'store_promotion', '50% off', '50% off', '2024-12-22', '2025-01-01', NULL, NULL, '2024-12-22-67678e4f4d278.png', '2024-12-22-67678e4f4f1a2.png', NULL, NULL, 1, 1, 1, 0, 3, 'App\\Models\\Admin', 'approved', '2024-12-22 09:28:07', '2024-12-22 09:28:07'),
(1000002, 9, 1, 'grocery', 'video_promotion', '50% off', '50% off', '2024-12-22', '2025-01-01', NULL, NULL, NULL, NULL, '2024-12-22-67678e9458838.mp4', NULL, 0, 0, 1, 0, 3, 'App\\Models\\Admin', 'approved', '2024-12-22 09:29:16', '2024-12-22 09:29:16');

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

--
-- 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, 'vitaminc', '2025-01-27 16:51:46', '2025-01-27 16:51:46');

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

--
-- 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, 470, 1),
(2, 473, 1),
(3, 474, 1);

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

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

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

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

--
-- Table structure for table `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, 'Grams', '2024-12-09 12:28:07', '2024-12-09 12:37:12'),
(2, 'Liters', '2024-12-09 12:28:16', '2024-12-09 12:37:32'),
(3, 'Color', '2024-12-09 12:28:29', '2024-12-09 12:28:29'),
(4, 'Size', '2024-12-09 12:29:12', '2024-12-09 12:29:12'),
(5, 'Quantity', '2024-12-09 12:29:44', '2024-12-09 12:29:56'),
(6, 'Capacity', '2024-12-09 13:29:31', '2024-12-09 13:29:31');

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

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

--
-- Dumping data for table `automated_messages`
--

INSERT INTO `automated_messages` (`id`, `message`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Hi', 1, '2025-02-07 17:38:47', '2025-02-07 17:38:47');

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

--
-- 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, 'test', 'default', '2024-12-16-6760181f6e7e3.png', 1, '', '2024-12-12 08:01:04', '2024-12-16 17:37:59', 2, 1, 1, NULL, 'admin'),
(2, 'test', 'store_wise', '2024-12-16-6760180e25a5b.png', 1, '2', '2024-12-12 08:01:59', '2024-12-16 17:37:42', 2, 1, 1, NULL, 'admin'),
(3, 'test', 'item_wise', '2024-12-16-67601b4741c0c.png', 1, '24', '2024-12-12 08:29:46', '2024-12-16 17:57:55', 2, 5, 1, NULL, 'admin'),
(4, 'test', 'store_wise', '2024-12-16-676018f7e98ab.png', 1, '3', '2024-12-12 08:32:12', '2024-12-16 17:43:57', 2, 2, 1, NULL, 'admin'),
(5, 'test', 'default', '2024-12-16-67601913e32d7.png', 1, '', '2024-12-12 08:33:12', '2024-12-16 17:43:59', 2, 2, 1, NULL, 'admin'),
(6, 'yyyy', 'item_wise', '2024-12-16-67601926dd236.png', 1, '3', '2024-12-12 09:04:05', '2024-12-16 17:44:01', 2, 2, 1, NULL, 'admin'),
(7, 'test', 'default', '2024-12-16-6760183326699.png', 1, '', '2024-12-16 17:38:19', '2024-12-16 17:38:53', 2, 1, 1, NULL, 'admin'),
(8, 'test', 'store_wise', '2024-12-16-67601b5ec4fee.png', 1, '5', '2024-12-16 17:51:50', '2024-12-16 18:00:25', 2, 5, 1, NULL, 'admin'),
(9, 'test', 'store_wise', '2024-12-16-67601b6ee07e8.png', 1, '5', '2024-12-16 17:52:06', '2024-12-16 18:00:10', 2, 5, 1, NULL, 'admin'),
(10, 'bajaj 1', 'default', '2024-12-29-677124c367540.png', 1, '', '2024-12-29 16:00:27', '2024-12-29 16:00:27', 2, 1, 0, NULL, 'admin'),
(11, 'bajaj 2', 'default', '2024-12-29-67712556bf123.png', 1, '', '2024-12-29 16:02:54', '2024-12-29 16:02:54', 2, 1, 0, NULL, 'admin'),
(12, 'bajaj 3', 'default', '2024-12-29-6771259b6bc44.png', 1, '', '2024-12-29 16:04:03', '2024-12-29 16:04:03', 2, 1, 0, NULL, 'admin'),
(13, 'bajaj 4', 'default', '2024-12-29-677125b25f334.png', 1, '', '2024-12-29 16:04:26', '2024-12-29 16:04:26', 2, 1, 0, NULL, 'admin'),
(14, 'pharmasy banner 1', 'default', '2024-12-29-677129731dde8.png', 1, '', '2024-12-29 16:20:27', '2024-12-29 16:20:27', 2, 1, 0, NULL, 'admin'),
(15, 'pharmasy banner 2', 'default', '2024-12-29-677129ff1d3e3.png', 1, '', '2024-12-29 16:22:47', '2024-12-29 16:22:47', 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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `brands` (`id`, `name`, `slug`, `image`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Xiaomi', 'xiaomi', '2024-12-09-6756a5d9af18d.png', 1, '2024-12-09 13:40:01', '2024-12-09 13:40:01'),
(2, 'Butterfly', 'butterfly', '2024-12-09-6756a5e7a5d34.png', 1, '2024-12-09 13:40:15', '2024-12-09 13:40:15'),
(3, 'Samsung', 'samsung', '2024-12-24-676a8d717efc3.png', 1, '2024-12-24 16:01:13', '2024-12-24 16:01:13'),
(4, 'APPLE', 'apple', '2024-12-24-676a8e413ae36.png', 1, '2024-12-24 16:04:41', '2024-12-24 16:04:41'),
(5, 'One Plus', 'one-plus', '2024-12-24-676a8fb004953.png', 1, '2024-12-24 16:10:48', '2024-12-24 16:10:48'),
(6, 'OPPO', 'oppo', '2024-12-24-676a904a1b1fe.png', 1, '2024-12-24 16:13:22', '2024-12-24 16:13:22'),
(7, 'Boat', 'boat', '2024-12-24-676a92e75a353.png', 1, '2024-12-24 16:24:31', '2024-12-24 16:24:31'),
(8, 'Sony', 'sony', '2024-12-24-676a930cb1bad.png', 1, '2024-12-24 16:25:08', '2024-12-24 16:25:08'),
(9, 'Moosh', 'moosh', '2024-12-24-676a95c34fe7c.png', 1, '2024-12-24 16:36:43', '2024-12-24 16:36:43'),
(10, 'Fastrack', 'fastrack', '2024-12-24-676a97429f7da.png', 1, '2024-12-24 16:43:06', '2024-12-24 16:43:06'),
(11, 'Boult', 'boult', '2024-12-24-676a97538aea3.png', 1, '2024-12-24 16:43:23', '2024-12-24 16:43:23'),
(12, 'Lenovo', 'lenovo', '2024-12-24-676a9a9919cdc.png', 1, '2024-12-24 16:57:21', '2024-12-24 16:57:21'),
(13, 'HP', 'hp', '2024-12-24-676a9ae493ae7.png', 1, '2024-12-24 16:58:36', '2024-12-24 16:58:36'),
(14, 'Kreo', 'kreo', '2024-12-24-676a9c45810c9.png', 1, '2024-12-24 17:04:29', '2024-12-24 17:04:29'),
(15, 'DSelect', 'dselect', '2024-12-24-676a9cbb1a369.png', 1, '2024-12-24 17:06:27', '2024-12-24 17:06:27'),
(16, 'Portronics', 'portronics', '2024-12-24-676a9d47a54ca.png', 1, '2024-12-24 17:08:47', '2024-12-24 17:08:47'),
(17, 'QUICLEAN', 'quiclean', '2024-12-24-676a9e188b22c.png', 1, '2024-12-24 17:12:16', '2024-12-24 17:12:16'),
(18, 'LG', 'lg', '2024-12-24-676a9ef164ca7.png', 1, '2024-12-24 17:15:53', '2024-12-24 17:15:53'),
(19, 'Havells', 'havells', '2024-12-24-676aa278d0979.png', 1, '2024-12-24 17:30:56', '2024-12-24 17:30:56'),
(20, 'IFB', 'ifb', '2024-12-24-676aa650de9a7.png', 1, '2024-12-24 17:47:20', '2024-12-24 17:47:20'),
(21, 'Google', 'google', '2024-12-28-676fd01c3a6a5.png', 1, '2024-12-28 15:47:00', '2024-12-28 15:47:00'),
(22, 'Preethi', 'preethi', '2024-12-28-676fe795899c3.png', 1, '2024-12-28 17:27:09', '2024-12-28 17:27:09'),
(23, 'Philips', 'philips', '2024-12-28-676fe8a79cb75.png', 1, '2024-12-28 17:31:43', '2024-12-28 17:31:43');

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

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

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

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

INSERT INTO `business_settings` (`id`, `key`, `value`, `created_at`, `updated_at`) VALUES
(1, 'cash_on_delivery', '{\"status\":\"1\"}', '2021-07-01 15:51:17', '2021-07-01 15:51:17'),
(2, 'stripe', '{\"status\":\"0\",\"api_key\":null,\"published_key\":null}', '2021-05-11 03:57:02', '2022-03-23 04:22:00'),
(4, 'mail_config', '{\"status\":\"1\",\"name\":\"6am Mart\",\"host\":\"mail.6amtech.com\",\"driver\":\"smtp\",\"port\":\"587\",\"username\":\"info@6amtech.com\",\"email_id\":\"info@6amtech.com\",\"encryption\":\"tls\",\"password\":\"password\"}', NULL, '2024-12-03 00:40:17'),
(5, 'fcm_project_id', 'homekart-a1a71', NULL, '2025-04-24 08:28:06'),
(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', 'webkoon', NULL, NULL),
(17, 'currency', 'INR', NULL, NULL),
(18, 'logo', '2023-08-16-64dca5f543996.png', NULL, NULL),
(19, 'phone', '+917989272149', NULL, NULL),
(20, 'email_address', 'admin@admin.com', NULL, NULL),
(21, 'address', 'pendurthi', NULL, '2025-01-31 16:33:22'),
(22, 'footer_text', 'Demo footer text @ 2024', NULL, NULL),
(23, 'customer_verification', '0', NULL, NULL),
(24, 'map_api_key', 'AIzaSyCK-Hx1E1oRZuK_Xw18RxcsWVU3OmdKcjw', NULL, '2025-02-17 15:52:39'),
(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-01-27 20:07:52'),
(30, 'ssl_commerz_payment', '{\"status\":\"0\",\"store_id\":null,\"store_password\":null}', '2021-07-04 15:41:24', '2022-03-23 04:21:28'),
(31, 'razor_pay', '{\"status\":\"0\",\"razor_key\":null,\"razor_secret\":null}', '2021-07-04 15:41:28', '2022-03-23 04:21:38'),
(32, 'paypal', '{\"status\":\"0\",\"paypal_client_id\":null,\"paypal_secret\":null}', '2021-07-04 15:41:34', '2022-03-23 04:21:49'),
(33, 'paystack', '{\"status\":\"0\",\"publicKey\":null,\"secretKey\":null,\"paymentUrl\":null,\"merchantEmail\":null}', '2021-07-04 15:41:42', '2022-03-23 04:22:15'),
(34, 'senang_pay', '{\"status\":\"1\",\"secret_key\":null,\"published_key\":null,\"merchant_id\":null}', '2021-07-04 15:41:48', '2022-03-23 04:22:25'),
(35, 'order_handover_message', '{\"status\":1,\"message\":\"Delivery man is on the way\"}', NULL, NULL),
(36, 'order_cancled_message', '{\"status\":1,\"message\":\"Order is canceled by your request\"}', NULL, NULL),
(37, 'timezone', 'Asia/Calcutta', NULL, '2024-12-06 04:11:41'),
(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', '6', NULL, '2025-02-09 17:35:23'),
(44, 'country', 'IN', NULL, '2024-12-06 04:11:41'),
(45, 'app_url', 'https://www.google.com', NULL, NULL),
(46, 'default_location', '{\"lat\":\"17.80552\",\"lng\":\"83.20891259999999\"}', NULL, '2025-01-31 16:33:22'),
(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', '500', NULL, '2025-03-05 12:12:32'),
(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', '10', '2021-09-24 17:46:13', '2025-01-28 17:34:51'),
(59, 'order_confirmation_model', 'store', '2021-10-17 00:05:08', '2025-03-05 12:12:32'),
(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', 'AIzaSyCK-Hx1E1oRZuK_Xw18RxcsWVU3OmdKcjw', NULL, '2025-02-17 15:52:39'),
(66, 'most_reviewed_foods', '1', '2021-11-15 15:55:37', '2021-11-15 15:55:37'),
(67, 'landing_page_text', '{\"header_title_1\":\"Food App\",\"header_title_2\":\"Why stay hungry when you can order from StackFood\",\"header_title_3\":\"Get 10% OFF on your first order\",\"about_title\":\"StackFood is Best Delivery Service Near You\",\"why_choose_us\":\"Why Choose Us?\",\"why_choose_us_title\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\"testimonial_title\":\"Trusted by Customer & Restaurant Owner\",\"footer_article\":\"Suspendisse ultrices at diam lectus nullam. Nisl, sagittis viverra enim erat tortor ultricies massa turpis. Arcu pulvinar.\"}', '2021-11-15 15:55:37', '2021-11-15 15:55:37'),
(68, 'landing_page_links', '{\"app_url_android_status\":\"1\",\"app_url_android\":\"https:\\/\\/play.google.com\",\"app_url_ios_status\":\"1\",\"app_url_ios\":\"https:\\/\\/www.apple.com\\/app-store\",\"web_app_url_status\":\"1\",\"web_app_url\":\"https:\\/\\/stackfood.6amtech.com\\/\"}', '2021-11-15 15:55:37', '2021-11-15 15:55:37'),
(69, 'speciality', '[{\"img\":\"clean_&_cheap_icon.png\",\"title\":\"Clean & Cheap Price\"},{\"img\":\"best_dishes_icon.png\",\"title\":\"Best Dishes Near You\"},{\"img\":\"virtual_restaurant_icon.png\",\"title\":\"Your Own Virtual Restaurant\"}]', '2021-11-15 15:55:37', '2021-11-15 15:55:37'),
(70, 'testimonial', '[{\"img\":\"img-1.png\",\"name\":\"Barry Allen\",\"position\":\"Web Designer\",\"detail\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. A\\r\\n                    aliquam amet animi blanditiis consequatur debitis dicta\\r\\n                    distinctio, enim error eum iste libero modi nam natus\\r\\n                    perferendis possimus quasi sint sit tempora voluptatem. Est,\\r\\n                    exercitationem id ipsa ipsum laboriosam perferendis temporibus!\"},{\"img\":\"img-2.png\",\"name\":\"Sophia Martino\",\"position\":\"Web Designer\",\"detail\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. A aliquam amet animi blanditiis consequatur debitis dicta distinctio, enim error eum iste libero modi nam natus perferendis possimus quasi sint sit tempora voluptatem. Est, exercitationem id ipsa ipsum laboriosam perferendis temporibus!\"},{\"img\":\"img-3.png\",\"name\":\"Alan Turing\",\"position\":\"Web Designer\",\"detail\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. A aliquam amet animi blanditiis consequatur debitis dicta distinctio, enim error eum iste libero modi nam natus perferendis possimus quasi sint sit tempora voluptatem. Est, exercitationem id ipsa ipsum laboriosam perferendis temporibus!\"},{\"img\":\"img-4.png\",\"name\":\"Ann Marie\",\"position\":\"Web Designer\",\"detail\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit. A aliquam amet animi blanditiis consequatur debitis dicta distinctio, enim error eum iste libero modi nam natus perferendis possimus quasi sint sit tempora voluptatem. Est, exercitationem id ipsa ipsum laboriosam perferendis temporibus!\"}]', '2021-11-15 15:55:37', '2021-11-15 15:55:37'),
(71, 'landing_page_images', '{\"top_content_image\":\"double_screen_image.png\",\"about_us_image\":\"about_us_image.png\"}', '2021-11-15 15:55:37', '2021-11-15 15:55:37'),
(72, 'paymob_accept', '{\"status\":\"0\",\"api_key\":null,\"iframe_id\":null,\"integration_id\":null,\"hmac\":null}', '2021-11-15 15:55:37', '2021-11-15 15:55:37'),
(73, 'admin_order_notification', '1', NULL, '2024-12-06 04:11:41'),
(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\"]', NULL, NULL),
(79, 'timeformat', '12', NULL, '2025-08-08 06:28:04'),
(80, 'canceled_by_restaurant', '0', NULL, NULL),
(81, 'canceled_by_deliveryman', '1', NULL, '2025-02-07 17:31:36'),
(82, 'show_dm_earning', '1', NULL, '2024-12-22 16:16:15'),
(83, 'recaptcha', '{\"status\":null,\"site_key\":\"6Led7YcqAAAAAHFhRgGe7Vga4uPPhG0BchX-6GpB\",\"secret_key\":\"6Led7YcqAAAAAH62FotbYQFVSXeDcgM242iHhzB1\"}', '2024-11-23 08:16:31', '2024-12-03 08:37:57'),
(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', '0', NULL, NULL),
(96, 'icon', '2023-08-16-64dca5f544de1.png', NULL, NULL),
(97, 'toggle_store_registration', '1', NULL, NULL),
(98, 'canceled_by_store', '1', NULL, '2025-03-08 15:37:21'),
(99, 'parcel_per_km_shipping_charge', '20', NULL, '2025-01-31 16:17:24'),
(100, 'parcel_minimum_shipping_charge', '50', NULL, '2025-01-31 16:17:24'),
(101, 'parcel_commission_dm', '60', NULL, '2025-01-31 16:17:24'),
(102, 'landing_page_links', '{\"app_url_android_status\":\"1\",\"app_url_android\":\"https:\\/\\/play.google.com\",\"app_url_ios_status\":\"1\",\"app_url_ios\":\"https:\\/\\/www.apple.com\\/app-store\",\"web_app_url_status\":\"1\",\"web_app_url\":\"https:\\/\\/stackfood.6amtech.com\\/\"}', NULL, NULL),
(103, 'wallet_status', '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', '1', '2022-07-05 03:26:20', '2024-12-22 16:16:15'),
(113, 'system_language', '[{\"id\":1,\"direction\":\"ltr\",\"code\":\"en\",\"status\":1,\"default\":true}]', '2023-08-15 23:29:41', '2023-08-15 23:29: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', 'firebase', NULL, '2025-03-05 12:12:32'),
(120, 'free_delivery_over_status', '1', NULL, '2024-12-06 04:11:41'),
(121, 'additional_charge_status', NULL, NULL, '2025-01-28 17:34:28'),
(122, 'additional_charge_name', 'Additional Charge', NULL, NULL),
(123, 'additional_charge', '10', NULL, '2024-12-22 16:15:04'),
(124, 'prescription_order_status', NULL, NULL, NULL),
(125, 'delivery_charge_comission', '6', NULL, '2025-02-09 17:35:23'),
(126, 'opening_time', NULL, NULL, NULL),
(127, 'closing_time', NULL, NULL, NULL),
(128, 'landing_page', '1', '2023-08-15 23:56:24', '2023-08-15 23:56:24'),
(129, 'landing_integration_type', 'file_upload', '2023-08-15 23:56:24', '2023-08-15 23:56:24'),
(130, 'mobile_app_section_heading', 'Download the App for Enjoy Best Restaurant Test', '2023-08-17 00:26:56', '2023-08-17 00:26:56'),
(131, 'mobile_app_section_text', 'Default Text Mobile App Section', '2023-08-17 00:26:56', '2023-08-17 00:26:56'),
(132, 'feature_section_description', 'Feature section description', '2023-08-17 00:26:56', '2023-08-17 00:26:56'),
(133, 'Feature section description', '{\"app_url_android_status\":\"0\",\"app_url_android\":\"https:\\/\\/play.google.com\",\"app_url_ios_status\":\"0\",\"app_url_ios\":\"https:\\/\\/www.apple.com\\/app-store\",\"web_app_url_status\":\"0\",\"web_app_url\":\"https:\\/\\/6ammart-web.6amtech.com\\/\"}', '2023-08-17 00:26:56', '2023-08-17 00:26:56'),
(134, 'home_delivery_status', '1', '2023-08-17 00:26:56', '2023-08-17 00:26:56'),
(135, 'takeaway_status', '1', '2023-08-17 00:26:56', '2023-08-17 00:26:56'),
(136, 'dm_picture_upload_status', '1', NULL, NULL),
(137, 'offline_payment_status', '1', NULL, '2025-01-15 18:01:06'),
(138, 'guest_checkout_status', '0', NULL, NULL),
(139, 'check_daily_subscription_validity_check', '2026-02-11', '2024-06-05 20:15:07', '2026-02-11 14:04:23'),
(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-23 08:14:24', '2024-11-23 08:14:24'),
(151, 'dm_max_cash_in_hand', '5000', '2024-12-03 08:37:57', '2024-12-03 08:37:57'),
(152, 'min_amount_to_pay_dm', '1000', '2024-12-22 16:16:15', '2025-01-31 16:29:46'),
(153, 'cash_in_hand_overflow_delivery_man', '0', '2024-12-22 16:16:15', '2025-01-31 16:30:16'),
(155, 'bottom_image', '2025-02-16-67b17d484f187.png', '2025-02-07 16:26:48', '2025-02-16 11:23:12'),
(156, 'cash_in_hand_overflow_store', '0', '2025-03-08 15:37:20', '2025-03-08 15:37:20'),
(157, 'cash_in_hand_overflow_store_amount', NULL, '2025-03-08 15:37:21', '2025-03-08 15:37:21'),
(158, 'min_amount_to_pay_store', NULL, '2025-03-08 15:37:21', '2025-03-08 15:37:21'),
(159, 'store_review_reply', NULL, '2025-03-08 15:37:21', '2025-03-08 15:37:21'),
(160, 'product_approval', '1', '2025-03-08 15:37:21', '2025-03-08 15:37:21'),
(161, 'product_approval_datas', '{\"Update_product_price\":\"1\",\"Add_new_product\":\"1\",\"Update_product_variation\":\"1\",\"Update_anything_in_product_details\":\"1\"}', '2025-03-08 15:37:21', '2025-03-08 15:37:21'),
(162, 'access_all_products', NULL, '2025-03-08 15:37:21', '2025-03-08 15:37:21'),
(163, 'product_gallery', NULL, '2025-03-08 15:37:21', '2025-03-08 15:37:21'),
(164, 'push_notification_service_file_content', '{\r\n  \"type\": \"service_account\",\r\n  \"project_id\": \"homekart-a1a71\",\r\n  \"private_key_id\": \"a96718c74db458056d646228aa519688768a2d73\",\r\n  \"private_key\": \"-----BEGIN PRIVATE KEY-----\\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQCNr8ozjfnJZ1rS\\njGKlcLVfYNU852BR+2g0GbN5Q6mVTHdb1buXRX0xYRVhqPdsbXPCz0ZCwK14bHgZ\\ns1Nyc6lxyV7yWQf8XBVab+X1lhSR9cVqzS4GOWUC05QKBLyjMftYdURpPhCfN79R\\nMynwox1RSW8r0GOYdABECpc2liVTffKLROKD+UPJ8LjcIG15JXvSY1/RTeUZ8f/n\\noJwdrvMHB+ot60Gq6vaTpNbXuzGya+modbd+IjsTN2aZgDU++zhT4CKezl8ZGGJ5\\n4mmoH9MgGVp4AJ9bvQLhTO8m5EqRNTGakwYfOXww6Svrt8QvHbKi+uHRLuXJatIc\\nM3J19np3AgMBAAECggEAB0a+20pFngqZHHT/NUCGNVa+Eg75NbHz67EM3tkTDXV2\\n2m2DNm/oJQViWWNEXvokAXOER+ConVBHaV0kl50fAkFK3KamhVbz9cgHXEcP2WBw\\nz1z9fxkAJKwET0YSVfiMJZfSzUDVuQeI42eoQLvFFqvvHKXqvM/q75Oc/mhUPxGw\\n34t5dU+eslMHJCqRwrszqtgBt1yho+bU3Mkwrqbgr67kjfEaU6lRD2bV3pGabFlz\\nnNnXdIwzE2J2RYn57Ou6gL4gq/CCIy5WqwVch38tJhhFBfoTWz43j9xpjsQhZG3u\\n3EqS41Oh7sYBkTg+bBKeLMjwazbJckUoAMVbqjT+GQKBgQDE2wEJADNIvB+9yGqS\\nHLtl424rK/WkeiIp2xBNWd4dpTerav67xcjD3M8pju1ZwMB+PAaSGqeDxHEyu2sB\\nczLmdiEa14Kel068It2y7XqIiBGuoX2sg+qMBD4zvJH5NNfzp+tBE2NoFdQVh2C8\\nNrrJRXygdqMDD6t+dl1oEHXRNQKBgQC4QYRzm5MrqXXmHqj1DBH5r3783T/WGL1/\\nawDrkQOrBgNXRBqFLX7waM2EgnlWy0SJJBCAWs8l/AdDDfUyDe6l9IRUXjcIJ+WM\\n+95JL1jzr1Lpwlj2V9EIsbQ8qCIVE7M4jkVbYMiSCK4SxkWQZtnaoRQVEufR6VeB\\npUa0zxPeewKBgDtSF6TDt7CSaCpDi8HOALa6a0d9Lr/KwiLEzcvRafqbAASa8Hpb\\nJp3HG3JVjLbAPAGOSxiaCaLOfqIgEiXUtiD2thEloknyJJrTEuXJZGRiRJnQNlPX\\nSMW6vZfPmllzkCPvlRf+JLWH5mo6am8tOupOEzkzpvnULgSk3I7wbuCFAoGAHiXC\\nKTREUTmJ69wKYwXVjxfy3CbLQhmML+PvI5v3kK0MMOQYvr+h7G4Jamv6tIPPs+yt\\nsoKpMBrbiVIoU0dKS+cFG9TKhlAY1AeF6E2R7VU7aLn+2lemARkqV15fLTmq8k78\\n9CWSy6oV6UZ9rVHWxVnjsksEmSjnw3OqbP0Q0C8CgYBUO1+aqsm5lZhzjtHUgzDp\\ng8WpJK/xC+O84tg2x4LJ8ocF0Mz9pj4ko6RVHWH+OJnKcSbg94vfK2DdO8RbTzIL\\nF34FBs2/g0WqhSysvJ02+1HnELFrw/h0oyJKqoKEfuSTc0zUkZLRoOMxaust0xXp\\nw2z4WY04Hfvktna43vWLLA==\\n-----END PRIVATE KEY-----\\n\",\r\n  \"client_email\": \"firebase-adminsdk-fbsvc@homekart-a1a71.iam.gserviceaccount.com\",\r\n  \"client_id\": \"108594175053176028884\",\r\n  \"auth_uri\": \"https://accounts.google.com/o/oauth2/auth\",\r\n  \"token_uri\": \"https://oauth2.googleapis.com/token\",\r\n  \"auth_provider_x509_cert_url\": \"https://www.googleapis.com/oauth2/v1/certs\",\r\n  \"client_x509_cert_url\": \"https://www.googleapis.com/robot/v1/metadata/x509/firebase-adminsdk-fbsvc%40homekart-a1a71.iam.gserviceaccount.com\",\r\n  \"universe_domain\": \"googleapis.com\"\r\n}', '2025-04-24 08:28:06', '2025-04-24 08:28:06'),
(165, 'fcm_credentials', '{\"apiKey\":\"AIzaSyBnKS1m69QP0o7BPeL5flNA4_GAtgZDYc8\",\"authDomain\":\"homekart-a1a71.firebaseapp.com\",\"projectId\":\"homekart-a1a71\",\"storageBucket\":\"homekart-a1a71.firebasestorage.app\",\"messagingSenderId\":\"380696368807\",\"appId\":\"1:380696368807:web:36bae35cb55f9632452d82\",\"measurementId\":\"G-9S2F6HPRZ8\"}', '2025-04-24 08:28:06', '2025-04-24 08:28:06');

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

--
-- 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
('6ammart1735959278_cache0009e2f9d550e743753206d7f5067d97', 'i:5;', 1757067840),
('6ammart1735959278_cache0009e2f9d550e743753206d7f5067d97:timer', 'i:1757067840;', 1757067840),
('6ammart1735959278_cache002d87496401675d0a2d116923b025a0', 'i:3;', 1749973207),
('6ammart1735959278_cache002d87496401675d0a2d116923b025a0:timer', 'i:1749973207;', 1749973207),
('6ammart1735959278_cache0031ad33fc758b518384b0751d4cb5b2', 'i:2;', 1761977132),
('6ammart1735959278_cache0031ad33fc758b518384b0751d4cb5b2:timer', 'i:1761977132;', 1761977132),
('6ammart1735959278_cache006af70a659668ac6e8953ec433a83ae', 'i:20;', 1748505307),
('6ammart1735959278_cache006af70a659668ac6e8953ec433a83ae:timer', 'i:1748505307;', 1748505307),
('6ammart1735959278_cache00ec244e06f374c03410c71dbb6d025c', 'i:3;', 1741512779),
('6ammart1735959278_cache00ec244e06f374c03410c71dbb6d025c:timer', 'i:1741512779;', 1741512779),
('6ammart1735959278_cache011fe0517db278e16dda4a760e0f28d6', 'i:3;', 1739941479),
('6ammart1735959278_cache011fe0517db278e16dda4a760e0f28d6:timer', 'i:1739941479;', 1739941479),
('6ammart1735959278_cache0122b6636e9ca73e6d6a30a4c42760f3', 'i:9;', 1761659684),
('6ammart1735959278_cache0122b6636e9ca73e6d6a30a4c42760f3:timer', 'i:1761659684;', 1761659684),
('6ammart1735959278_cache01ebc674918ec20685b973ca12669b08', 'i:7;', 1739844336),
('6ammart1735959278_cache01ebc674918ec20685b973ca12669b08:timer', 'i:1739844336;', 1739844336),
('6ammart1735959278_cache02150909c7f8c6514f8c52870b4b7cb0', 'i:2;', 1753447300),
('6ammart1735959278_cache02150909c7f8c6514f8c52870b4b7cb0:timer', 'i:1753447300;', 1753447300),
('6ammart1735959278_cache0219287b81bbacc6e4b9c916931d3459', 'i:1;', 1740083740),
('6ammart1735959278_cache0219287b81bbacc6e4b9c916931d3459:timer', 'i:1740083740;', 1740083740),
('6ammart1735959278_cache0237d7c0bddef106654553e2162e5524', 'i:3;', 1759997463),
('6ammart1735959278_cache0237d7c0bddef106654553e2162e5524:timer', 'i:1759997463;', 1759997463),
('6ammart1735959278_cache0248fd124453e3c1a36a8e9b6c70017d', 'i:2;', 1761659455),
('6ammart1735959278_cache0248fd124453e3c1a36a8e9b6c70017d:timer', 'i:1761659455;', 1761659455),
('6ammart1735959278_cache028b7c3a6f67ef6e43b0eaf3f1d2ea95', 'i:3;', 1740794653),
('6ammart1735959278_cache028b7c3a6f67ef6e43b0eaf3f1d2ea95:timer', 'i:1740794653;', 1740794653),
('6ammart1735959278_cache029e487e1626069f9e7fe786c3300891', 'i:18;', 1740961904),
('6ammart1735959278_cache029e487e1626069f9e7fe786c3300891:timer', 'i:1740961904;', 1740961904),
('6ammart1735959278_cache02cf471088a8a464ba089182b16f9d5e', 'i:1;', 1760545128),
('6ammart1735959278_cache02cf471088a8a464ba089182b16f9d5e:timer', 'i:1760545128;', 1760545128),
('6ammart1735959278_cache02ebc4630e17b6632b7d14498ade0a28', 'i:1;', 1755935495),
('6ammart1735959278_cache02ebc4630e17b6632b7d14498ade0a28:timer', 'i:1755935495;', 1755935495),
('6ammart1735959278_cache031237ba27f7e15e384f375d8fb9ed1c', 'i:1;', 1760229939),
('6ammart1735959278_cache031237ba27f7e15e384f375d8fb9ed1c:timer', 'i:1760229939;', 1760229939),
('6ammart1735959278_cache032dbe2ab0da2978ed62ac9137a04683', 'i:3;', 1739941624),
('6ammart1735959278_cache032dbe2ab0da2978ed62ac9137a04683:timer', 'i:1739941624;', 1739941624),
('6ammart1735959278_cache0335a78fc53e7ba7518805d64d4cf28a', 'i:15;', 1745730512),
('6ammart1735959278_cache0335a78fc53e7ba7518805d64d4cf28a:timer', 'i:1745730512;', 1745730512),
('6ammart1735959278_cache03808a91cd88d5e2d46b050142129b35', 'i:33;', 1758092673),
('6ammart1735959278_cache03808a91cd88d5e2d46b050142129b35:timer', 'i:1758092672;', 1758092672),
('6ammart1735959278_cache038ac0ab260c7aea11b644ce6510a9c8', 'i:37;', 1753504560),
('6ammart1735959278_cache038ac0ab260c7aea11b644ce6510a9c8:timer', 'i:1753504560;', 1753504560),
('6ammart1735959278_cache03cb5d7571d89fbd0a1195f62af6e6cc', 'i:2;', 1760096955),
('6ammart1735959278_cache03cb5d7571d89fbd0a1195f62af6e6cc:timer', 'i:1760096955;', 1760096955),
('6ammart1735959278_cache0444f76ae582ed0ea93312772f17abb4', 'i:39;', 1761659121),
('6ammart1735959278_cache0444f76ae582ed0ea93312772f17abb4:timer', 'i:1761659121;', 1761659121),
('6ammart1735959278_cache04b710fe624e9dce0dc88689eba853ee', 'i:1;', 1753436574),
('6ammart1735959278_cache04b710fe624e9dce0dc88689eba853ee:timer', 'i:1753436574;', 1753436574),
('6ammart1735959278_cache04de1ede980b64dfde8277bd5688fded', 'i:1;', 1739815832),
('6ammart1735959278_cache04de1ede980b64dfde8277bd5688fded:timer', 'i:1739815832;', 1739815832),
('6ammart1735959278_cache05024ac0cdde7b71d51892f5a34401af', 'i:12;', 1739810990),
('6ammart1735959278_cache05024ac0cdde7b71d51892f5a34401af:timer', 'i:1739810990;', 1739810990),
('6ammart1735959278_cache0519e48d876718d2edbc14f7cbd09593', 'i:21;', 1746087923),
('6ammart1735959278_cache0519e48d876718d2edbc14f7cbd09593:timer', 'i:1746087923;', 1746087923),
('6ammart1735959278_cache053cb6cb820b2572c1b1d9314461810d', 'i:4;', 1761254297),
('6ammart1735959278_cache053cb6cb820b2572c1b1d9314461810d:timer', 'i:1761254297;', 1761254297),
('6ammart1735959278_cache054075236804c9258957c1e509ba5534', 'i:20;', 1757302264),
('6ammart1735959278_cache054075236804c9258957c1e509ba5534:timer', 'i:1757302264;', 1757302264),
('6ammart1735959278_cache05c8121b306e7500804964d121fe360f', 'i:1;', 1746093548),
('6ammart1735959278_cache05c8121b306e7500804964d121fe360f:timer', 'i:1746093548;', 1746093548),
('6ammart1735959278_cache06303eeee30e7dcfd55430212b90be93', 'i:3;', 1746087595),
('6ammart1735959278_cache06303eeee30e7dcfd55430212b90be93:timer', 'i:1746087595;', 1746087595),
('6ammart1735959278_cache064ac6fde2aea413ed3cba1ef4c5af2c', 'i:18;', 1752946414),
('6ammart1735959278_cache064ac6fde2aea413ed3cba1ef4c5af2c:timer', 'i:1752946414;', 1752946414),
('6ammart1735959278_cache06528fd0a2e9c856a42b499620105e2b', 'i:6;', 1749376497),
('6ammart1735959278_cache06528fd0a2e9c856a42b499620105e2b:timer', 'i:1749376497;', 1749376497),
('6ammart1735959278_cache066b749dc836bf9da7ef4718b18c1673', 'i:10;', 1759689291),
('6ammart1735959278_cache066b749dc836bf9da7ef4718b18c1673:timer', 'i:1759689291;', 1759689291),
('6ammart1735959278_cache06727bc5a1da3a67130264c120b2d818', 'i:17;', 1746075547),
('6ammart1735959278_cache06727bc5a1da3a67130264c120b2d818:timer', 'i:1746075547;', 1746075547),
('6ammart1735959278_cache067f41ed9de256834d6b1932ad816c2d', 'i:15;', 1753557007),
('6ammart1735959278_cache067f41ed9de256834d6b1932ad816c2d:timer', 'i:1753557007;', 1753557007),
('6ammart1735959278_cache06adf7a3155d451ec7002edee51ebc16', 'i:16;', 1741420924),
('6ammart1735959278_cache06adf7a3155d451ec7002edee51ebc16:timer', 'i:1741420924;', 1741420924),
('6ammart1735959278_cache06ae68559d953a3517ffee3ad6b8a770', 'i:1;', 1756905570),
('6ammart1735959278_cache06ae68559d953a3517ffee3ad6b8a770:timer', 'i:1756905570;', 1756905570),
('6ammart1735959278_cache06fc94b7c4ea64738c81eee99780c5c4', 'i:1;', 1758540345),
('6ammart1735959278_cache06fc94b7c4ea64738c81eee99780c5c4:timer', 'i:1758540345;', 1758540345),
('6ammart1735959278_cache0733427300a739b418a8000700330355', 'i:8;', 1760579928),
('6ammart1735959278_cache0733427300a739b418a8000700330355:timer', 'i:1760579928;', 1760579928),
('6ammart1735959278_cache07348fa47ba63f624c47b37c7c820d33', 'i:3;', 1746461302),
('6ammart1735959278_cache07348fa47ba63f624c47b37c7c820d33:timer', 'i:1746461302;', 1746461302),
('6ammart1735959278_cache07bc5284bde6b305524f3a89c0341e87', 'i:2;', 1747835309),
('6ammart1735959278_cache07bc5284bde6b305524f3a89c0341e87:timer', 'i:1747835309;', 1747835309),
('6ammart1735959278_cache080da909ee7b803cb03bde18e6bf1bf8', 'i:1;', 1757988408),
('6ammart1735959278_cache080da909ee7b803cb03bde18e6bf1bf8:timer', 'i:1757988408;', 1757988408),
('6ammart1735959278_cache082f271308cdf1368ed34478ee9949e5', 'i:3;', 1759666473),
('6ammart1735959278_cache082f271308cdf1368ed34478ee9949e5:timer', 'i:1759666473;', 1759666473),
('6ammart1735959278_cache0846802099429b213d4e54eb8ee1a4ab', 'i:17;', 1762620645),
('6ammart1735959278_cache0846802099429b213d4e54eb8ee1a4ab:timer', 'i:1762620645;', 1762620645),
('6ammart1735959278_cache0847c7c1790284f2306e7a114a59c06c', 'i:5;', 1753459239),
('6ammart1735959278_cache0847c7c1790284f2306e7a114a59c06c:timer', 'i:1753459239;', 1753459239),
('6ammart1735959278_cache093403b06aa820be4bbfe3f6038bddf5', 'i:18;', 1740044177),
('6ammart1735959278_cache093403b06aa820be4bbfe3f6038bddf5:timer', 'i:1740044177;', 1740044177),
('6ammart1735959278_cache096e3f7a605446e970aeb861bc299e11', 'i:4;', 1754461223),
('6ammart1735959278_cache096e3f7a605446e970aeb861bc299e11:timer', 'i:1754461223;', 1754461223),
('6ammart1735959278_cache09e4882e63447be612451380fcf3e6f3', 'i:4;', 1759367277),
('6ammart1735959278_cache09e4882e63447be612451380fcf3e6f3:timer', 'i:1759367277;', 1759367277),
('6ammart1735959278_cache0a0a83f4f4ea1e5f0b77a7ef3d3f0b0b', 'i:30;', 1739864712),
('6ammart1735959278_cache0a0a83f4f4ea1e5f0b77a7ef3d3f0b0b:timer', 'i:1739864712;', 1739864712),
('6ammart1735959278_cache0a2c5dd557035071e3303950d8bc8508', 'i:16;', 1761659468),
('6ammart1735959278_cache0a2c5dd557035071e3303950d8bc8508:timer', 'i:1761659468;', 1761659468),
('6ammart1735959278_cache0a355b98f8eb83e2ad6bf27f0c238b56', 'i:7;', 1759925510),
('6ammart1735959278_cache0a355b98f8eb83e2ad6bf27f0c238b56:timer', 'i:1759925510;', 1759925510),
('6ammart1735959278_cache0a6b313f936d06443e148a77979f7852', 'i:1;', 1745999952),
('6ammart1735959278_cache0a6b313f936d06443e148a77979f7852:timer', 'i:1745999952;', 1745999952),
('6ammart1735959278_cache0aa99c47a0bc17f07aacb1e6f2dc138f', 'i:32;', 1740213857),
('6ammart1735959278_cache0aa99c47a0bc17f07aacb1e6f2dc138f:timer', 'i:1740213857;', 1740213857),
('6ammart1735959278_cache0ab0d48807acf62fa8e843fb66df19d2', 'i:1;', 1762770275),
('6ammart1735959278_cache0ab0d48807acf62fa8e843fb66df19d2:timer', 'i:1762770275;', 1762770275),
('6ammart1735959278_cache0b22308e37e3e6c527cedcf75f0652c1', 'i:6;', 1740050134),
('6ammart1735959278_cache0b22308e37e3e6c527cedcf75f0652c1:timer', 'i:1740050134;', 1740050134),
('6ammart1735959278_cache0b34cba8e363c05aa1b56271a1d7268b', 'i:14;', 1746087521),
('6ammart1735959278_cache0b34cba8e363c05aa1b56271a1d7268b:timer', 'i:1746087521;', 1746087521),
('6ammart1735959278_cache0b52d19170d3c16f1eb85251dcb8771d', 'i:10;', 1754580588),
('6ammart1735959278_cache0b52d19170d3c16f1eb85251dcb8771d:timer', 'i:1754580588;', 1754580588),
('6ammart1735959278_cache0b83086c9e1bfef56b8bb4fd1260e64b', 'i:3;', 1739812089),
('6ammart1735959278_cache0b83086c9e1bfef56b8bb4fd1260e64b:timer', 'i:1739812089;', 1739812089),
('6ammart1735959278_cache0b9883bbf2a35e5c290a2e4629a55f21', 'i:1;', 1753436416),
('6ammart1735959278_cache0b9883bbf2a35e5c290a2e4629a55f21:timer', 'i:1753436416;', 1753436416),
('6ammart1735959278_cache0bec86a3b055b4cbcd15227f7c6c81a6', 'i:1;', 1746245355),
('6ammart1735959278_cache0bec86a3b055b4cbcd15227f7c6c81a6:timer', 'i:1746245355;', 1746245355),
('6ammart1735959278_cache0c61a6c068b692a3c87935b99f25bc98', 'i:5;', 1753016767),
('6ammart1735959278_cache0c61a6c068b692a3c87935b99f25bc98:timer', 'i:1753016767;', 1753016767),
('6ammart1735959278_cache0c76bd32ea404cecb9eb9155c3cf42c2', 'i:13;', 1755683320),
('6ammart1735959278_cache0c76bd32ea404cecb9eb9155c3cf42c2:timer', 'i:1755683320;', 1755683320),
('6ammart1735959278_cache0c8a518a715046b604d39cc8be47e767', 'i:6;', 1746544997),
('6ammart1735959278_cache0c8a518a715046b604d39cc8be47e767:timer', 'i:1746544997;', 1746544997),
('6ammart1735959278_cache0cb5f04fa06dc61f49dfeea547af07c3', 'i:1;', 1758345145),
('6ammart1735959278_cache0cb5f04fa06dc61f49dfeea547af07c3:timer', 'i:1758345145;', 1758345145),
('6ammart1735959278_cache0cca02f8882c26792ade2f727fef9709', 'i:1;', 1748370064),
('6ammart1735959278_cache0cca02f8882c26792ade2f727fef9709:timer', 'i:1748370064;', 1748370064),
('6ammart1735959278_cache0d5577247459c6f496d53a6301428087', 'i:3;', 1746098506),
('6ammart1735959278_cache0d5577247459c6f496d53a6301428087:timer', 'i:1746098506;', 1746098506),
('6ammart1735959278_cache0d5dc6b067a4b3cb5e21ae40e668733e', 'i:3;', 1760229772),
('6ammart1735959278_cache0d5dc6b067a4b3cb5e21ae40e668733e:timer', 'i:1760229772;', 1760229772),
('6ammart1735959278_cache0d6de8aa3c3179af3e7c55a5ab2407e6', 'i:11;', 1740404871),
('6ammart1735959278_cache0d6de8aa3c3179af3e7c55a5ab2407e6:timer', 'i:1740404871;', 1740404871),
('6ammart1735959278_cache0d7c34732000c597a8290c1477e00c7a', 'i:2;', 1761118580),
('6ammart1735959278_cache0d7c34732000c597a8290c1477e00c7a:timer', 'i:1761118580;', 1761118580),
('6ammart1735959278_cache0dd55b8be0c3a0c6015faa34c8f71466', 'i:7;', 1741611948),
('6ammart1735959278_cache0dd55b8be0c3a0c6015faa34c8f71466:timer', 'i:1741611948;', 1741611948),
('6ammart1735959278_cache0def66181ed0e7edfc7fa30c47ed4f87', 'i:1;', 1748175594),
('6ammart1735959278_cache0def66181ed0e7edfc7fa30c47ed4f87:timer', 'i:1748175594;', 1748175594),
('6ammart1735959278_cache0e1c5f63a70aa9cde1c8839cf9066b05', 'i:4;', 1761711550),
('6ammart1735959278_cache0e1c5f63a70aa9cde1c8839cf9066b05:timer', 'i:1761711550;', 1761711550),
('6ammart1735959278_cache0e45aec0436eaf079db6266d50d16a1d', 'i:2;', 1739861659),
('6ammart1735959278_cache0e45aec0436eaf079db6266d50d16a1d:timer', 'i:1739861659;', 1739861659),
('6ammart1735959278_cache0e79bbef9d971114aa36ca1a4a2353f0', 'i:2;', 1754643454),
('6ammart1735959278_cache0e79bbef9d971114aa36ca1a4a2353f0:timer', 'i:1754643454;', 1754643454),
('6ammart1735959278_cache0e7b0469f8ff1b4493b7ca324718f431', 'i:11;', 1757099498),
('6ammart1735959278_cache0e7b0469f8ff1b4493b7ca324718f431:timer', 'i:1757099498;', 1757099498),
('6ammart1735959278_cache0efab897fa90f6720098640f4e07351b', 'i:6;', 1754067728),
('6ammart1735959278_cache0efab897fa90f6720098640f4e07351b:timer', 'i:1754067728;', 1754067728),
('6ammart1735959278_cache0f2988e003c49cfa8c7cdda05963b73c', 'i:10;', 1741169593),
('6ammart1735959278_cache0f2988e003c49cfa8c7cdda05963b73c:timer', 'i:1741169593;', 1741169593),
('6ammart1735959278_cache0f576e13ab299b4a26e7bb2b140120ab', 'i:5;', 1761226809),
('6ammart1735959278_cache0f576e13ab299b4a26e7bb2b140120ab:timer', 'i:1761226809;', 1761226809),
('6ammart1735959278_cache0f8f955ec4f8552469ead2fa6cce2d39', 'i:28;', 1740039745),
('6ammart1735959278_cache0f8f955ec4f8552469ead2fa6cce2d39:timer', 'i:1740039745;', 1740039745),
('6ammart1735959278_cache0fb6b555495ab8959dcf8014a66f0bc0', 'i:1;', 1753436370),
('6ammart1735959278_cache0fb6b555495ab8959dcf8014a66f0bc0:timer', 'i:1753436370;', 1753436370),
('6ammart1735959278_cache1098e27847e4b962e01711a836880c2b', 'i:1;', 1750930640),
('6ammart1735959278_cache1098e27847e4b962e01711a836880c2b:timer', 'i:1750930640;', 1750930640),
('6ammart1735959278_cache10c652afea4ec50ff5f3cf7b0a33a613', 'i:23;', 1759674077),
('6ammart1735959278_cache10c652afea4ec50ff5f3cf7b0a33a613:timer', 'i:1759674077;', 1759674077),
('6ammart1735959278_cache10eddbc75e37ca8848ba4156f8bc0395', 'i:5;', 1753436692),
('6ammart1735959278_cache10eddbc75e37ca8848ba4156f8bc0395:timer', 'i:1753436692;', 1753436692),
('6ammart1735959278_cache110882c1e2cd3806d59ecd8384e7cda6', 'i:1;', 1750163927),
('6ammart1735959278_cache110882c1e2cd3806d59ecd8384e7cda6:timer', 'i:1750163927;', 1750163927),
('6ammart1735959278_cache11512e8bd44ca808eee845df6433225a', 'i:2;', 1756018148),
('6ammart1735959278_cache11512e8bd44ca808eee845df6433225a:timer', 'i:1756018148;', 1756018148),
('6ammart1735959278_cache116b6dd5d9d1aa8459d888bc49fca321', 'i:1;', 1746245398),
('6ammart1735959278_cache116b6dd5d9d1aa8459d888bc49fca321:timer', 'i:1746245398;', 1746245398),
('6ammart1735959278_cache119a9181c71d0b854ba35861e807dfed', 'i:15;', 1752456150),
('6ammart1735959278_cache119a9181c71d0b854ba35861e807dfed:timer', 'i:1752456150;', 1752456150),
('6ammart1735959278_cache119ec3df1ba12c45b321bcd8880300e3', 'i:3;', 1761994756),
('6ammart1735959278_cache119ec3df1ba12c45b321bcd8880300e3:timer', 'i:1761994756;', 1761994756),
('6ammart1735959278_cache11e29e02351e1e26f0a796ba947fcf0a', 'i:1;', 1760786232),
('6ammart1735959278_cache11e29e02351e1e26f0a796ba947fcf0a:timer', 'i:1760786232;', 1760786232),
('6ammart1735959278_cache11e475e545488ba7ac692d233e397a96', 'i:1;', 1746245384),
('6ammart1735959278_cache11e475e545488ba7ac692d233e397a96:timer', 'i:1746245384;', 1746245384),
('6ammart1735959278_cache11f32cd1dd85c2cc0b883ad67b7fb5bb', 'i:78;', 1741417040),
('6ammart1735959278_cache11f32cd1dd85c2cc0b883ad67b7fb5bb:timer', 'i:1741417040;', 1741417040),
('6ammart1735959278_cache1239a31dd61e25d206c1b0c4c8681a79', 'i:2;', 1758092709),
('6ammart1735959278_cache1239a31dd61e25d206c1b0c4c8681a79:timer', 'i:1758092709;', 1758092709),
('6ammart1735959278_cache126aaf23c7e91b62a31694e21ffe33c6', 'i:22;', 1740289946),
('6ammart1735959278_cache126aaf23c7e91b62a31694e21ffe33c6:timer', 'i:1740289946;', 1740289946),
('6ammart1735959278_cache12859c1b3d7329808abfbd8ad60a0805', 'i:11;', 1746212892),
('6ammart1735959278_cache12859c1b3d7329808abfbd8ad60a0805:timer', 'i:1746212892;', 1746212892),
('6ammart1735959278_cache129a72dd00345b520ecffb0d9ab1e244', 'i:5;', 1759908214),
('6ammart1735959278_cache129a72dd00345b520ecffb0d9ab1e244:timer', 'i:1759908214;', 1759908214),
('6ammart1735959278_cache129d4d3b568d3c13f75b44d39139f790', 'i:1;', 1747835301),
('6ammart1735959278_cache129d4d3b568d3c13f75b44d39139f790:timer', 'i:1747835301;', 1747835301),
('6ammart1735959278_cache12faec9f411e1e1618f106f9cdb46446', 'i:6;', 1739941273),
('6ammart1735959278_cache12faec9f411e1e1618f106f9cdb46446:timer', 'i:1739941273;', 1739941273),
('6ammart1735959278_cache1394ea3ad509b5ba598b3e45db77666a', 'i:2;', 1746090872),
('6ammart1735959278_cache1394ea3ad509b5ba598b3e45db77666a:timer', 'i:1746090872;', 1746090872),
('6ammart1735959278_cache13b87145fa3e482827971786c5f29e4c', 'i:15;', 1740709735),
('6ammart1735959278_cache13b87145fa3e482827971786c5f29e4c:timer', 'i:1740709735;', 1740709735),
('6ammart1735959278_cache13cbe8e8d8a29f7652b30480e9564ee3', 'i:15;', 1740961922),
('6ammart1735959278_cache13cbe8e8d8a29f7652b30480e9564ee3:timer', 'i:1740961922;', 1740961922),
('6ammart1735959278_cache13fa4f82328387039065aa2d64b41af7', 'i:28;', 1756967676),
('6ammart1735959278_cache13fa4f82328387039065aa2d64b41af7:timer', 'i:1756967676;', 1756967676),
('6ammart1735959278_cache14408a5431d3af34633fa076863d7264', 'i:2;', 1746094017),
('6ammart1735959278_cache14408a5431d3af34633fa076863d7264:timer', 'i:1746094017;', 1746094017),
('6ammart1735959278_cache14c781820226e980d52df5409cf05f20', 'i:1;', 1740323373),
('6ammart1735959278_cache14c781820226e980d52df5409cf05f20:timer', 'i:1740323373;', 1740323373),
('6ammart1735959278_cache14cc75e6624b1b3b21d10d5e28386345', 'i:2;', 1753177908),
('6ammart1735959278_cache14cc75e6624b1b3b21d10d5e28386345:timer', 'i:1753177908;', 1753177908),
('6ammart1735959278_cache14d2817e19c0a44589d9f489e78e3add', 'i:8;', 1741510164),
('6ammart1735959278_cache14d2817e19c0a44589d9f489e78e3add:timer', 'i:1741510164;', 1741510164),
('6ammart1735959278_cache14f1f265dc15cece8905f0a1317965ce', 'i:4;', 1740550781),
('6ammart1735959278_cache14f1f265dc15cece8905f0a1317965ce:timer', 'i:1740550781;', 1740550781),
('6ammart1735959278_cache1520b762fc825b65a76ea2ce4f9c1a17', 'i:3;', 1760862114),
('6ammart1735959278_cache1520b762fc825b65a76ea2ce4f9c1a17:timer', 'i:1760862114;', 1760862114),
('6ammart1735959278_cache15b1805d94c51f5dea400cc23ecde849', 'i:1;', 1758725739),
('6ammart1735959278_cache15b1805d94c51f5dea400cc23ecde849:timer', 'i:1758725739;', 1758725739),
('6ammart1735959278_cache160d43f8025e41a07c0f3ca50a07225e', 'i:1;', 1748401192),
('6ammart1735959278_cache160d43f8025e41a07c0f3ca50a07225e:timer', 'i:1748401192;', 1748401192),
('6ammart1735959278_cache16251592b1af8fbf4fefd1c26a9ec8a8', 'i:13;', 1753178322),
('6ammart1735959278_cache16251592b1af8fbf4fefd1c26a9ec8a8:timer', 'i:1753178322;', 1753178322),
('6ammart1735959278_cache16359fb140a9b4a9ba89607df495ee3d', 'i:20;', 1746255032),
('6ammart1735959278_cache16359fb140a9b4a9ba89607df495ee3d:timer', 'i:1746255032;', 1746255032),
('6ammart1735959278_cache165bf02abeada962bf633923b8b98a2d', 'i:1;', 1739941329),
('6ammart1735959278_cache165bf02abeada962bf633923b8b98a2d:timer', 'i:1739941329;', 1739941329),
('6ammart1735959278_cache165c9366d00a0555cb88d838f1c4e94f', 'i:5;', 1753968706),
('6ammart1735959278_cache165c9366d00a0555cb88d838f1c4e94f:timer', 'i:1753968706;', 1753968706),
('6ammart1735959278_cache169632cfc691ff953ee6cb161a67db6d', 'i:13;', 1762792023),
('6ammart1735959278_cache169632cfc691ff953ee6cb161a67db6d:timer', 'i:1762792023;', 1762792023),
('6ammart1735959278_cache16b867f27b8971d4911c93f2e449f38d', 'i:13;', 1759043083),
('6ammart1735959278_cache16b867f27b8971d4911c93f2e449f38d:timer', 'i:1759043083;', 1759043083),
('6ammart1735959278_cache16bed723c7c079490115533d3219db44', 'i:5;', 1759578398),
('6ammart1735959278_cache16bed723c7c079490115533d3219db44:timer', 'i:1759578398;', 1759578398),
('6ammart1735959278_cache16d9ef9ea71dc8019e926aa429962330', 'i:6;', 1739950293),
('6ammart1735959278_cache16d9ef9ea71dc8019e926aa429962330:timer', 'i:1739950293;', 1739950293),
('6ammart1735959278_cache16f267be81ff36aba0877a5d2f553d20', 'i:7;', 1739941492),
('6ammart1735959278_cache16f267be81ff36aba0877a5d2f553d20:timer', 'i:1739941492;', 1739941492),
('6ammart1735959278_cache16f79c5046693b6fdad02b808f56ae17', 'i:1;', 1740401323),
('6ammart1735959278_cache16f79c5046693b6fdad02b808f56ae17:timer', 'i:1740401323;', 1740401323),
('6ammart1735959278_cache17d45aac0fbbabe9a3d3b5b271da2095', 'i:2;', 1760521621),
('6ammart1735959278_cache17d45aac0fbbabe9a3d3b5b271da2095:timer', 'i:1760521621;', 1760521621),
('6ammart1735959278_cache17e51f93a5ea34ce27094cffda2c2b85', 'i:9;', 1753436595),
('6ammart1735959278_cache17e51f93a5ea34ce27094cffda2c2b85:timer', 'i:1753436595;', 1753436595),
('6ammart1735959278_cache180c23b8a630ae7ffec1dca12582f301', 'i:23;', 1754052273),
('6ammart1735959278_cache180c23b8a630ae7ffec1dca12582f301:timer', 'i:1754052273;', 1754052273),
('6ammart1735959278_cache180d053e6fd4de386eba23188eedadb8', 'i:1;', 1746259395),
('6ammart1735959278_cache180d053e6fd4de386eba23188eedadb8:timer', 'i:1746259395;', 1746259395),
('6ammart1735959278_cache183ba646dca852a34e627cc7afd827a4', 'i:9;', 1759925536),
('6ammart1735959278_cache183ba646dca852a34e627cc7afd827a4:timer', 'i:1759925536;', 1759925536),
('6ammart1735959278_cache188b0c6f25b70659970c42c452a83dae', 'i:1;', 1761941597),
('6ammart1735959278_cache188b0c6f25b70659970c42c452a83dae:timer', 'i:1761941597;', 1761941597),
('6ammart1735959278_cache18f7b38f907602cf89f9c62a389a7cfb', 'i:1;', 1748842649),
('6ammart1735959278_cache18f7b38f907602cf89f9c62a389a7cfb:timer', 'i:1748842649;', 1748842649),
('6ammart1735959278_cache190416fe53349279adb3158d7e2cc2b4', 'i:5;', 1754067664),
('6ammart1735959278_cache190416fe53349279adb3158d7e2cc2b4:timer', 'i:1754067664;', 1754067664),
('6ammart1735959278_cache190d85dab1199a7b755e2f4e22750693', 'i:4;', 1746259393),
('6ammart1735959278_cache190d85dab1199a7b755e2f4e22750693:timer', 'i:1746259393;', 1746259393),
('6ammart1735959278_cache190e53561d59a29d554686bc1c88f15c', 'i:1;', 1753438048),
('6ammart1735959278_cache190e53561d59a29d554686bc1c88f15c:timer', 'i:1753438048;', 1753438048),
('6ammart1735959278_cache1967fde07cdc5e7e3cb68e6354dcb2b5', 'i:1;', 1762770293),
('6ammart1735959278_cache1967fde07cdc5e7e3cb68e6354dcb2b5:timer', 'i:1762770293;', 1762770293),
('6ammart1735959278_cache19b9b974dc3ec4dd49b4b8b0945b4817', 'i:5;', 1750163281),
('6ammart1735959278_cache19b9b974dc3ec4dd49b4b8b0945b4817:timer', 'i:1750163281;', 1750163281),
('6ammart1735959278_cache1a136233a2cb3dc37362c2b50a167e32', 'i:6;', 1754664600),
('6ammart1735959278_cache1a136233a2cb3dc37362c2b50a167e32:timer', 'i:1754664600;', 1754664600),
('6ammart1735959278_cache1a2277fd6d81745debc77844ecda563e', 'i:5;', 1746107333),
('6ammart1735959278_cache1a2277fd6d81745debc77844ecda563e:timer', 'i:1746107333;', 1746107333),
('6ammart1735959278_cache1a6ad674da810d658e7459b87b2b1b38', 'i:3;', 1750175393),
('6ammart1735959278_cache1a6ad674da810d658e7459b87b2b1b38:timer', 'i:1750175393;', 1750175393),
('6ammart1735959278_cache1ab106a2c7c6990604b2296b052ee30e', 'i:38;', 1752400240),
('6ammart1735959278_cache1ab106a2c7c6990604b2296b052ee30e:timer', 'i:1752400240;', 1752400240),
('6ammart1735959278_cache1ac8b48a1f4b52f047c32a03321f13a7', 'i:1;', 1740400261),
('6ammart1735959278_cache1ac8b48a1f4b52f047c32a03321f13a7:timer', 'i:1740400261;', 1740400261),
('6ammart1735959278_cache1aca5dc4c8bb7ef547e8befe5631a301', 'i:1;', 1746261039),
('6ammart1735959278_cache1aca5dc4c8bb7ef547e8befe5631a301:timer', 'i:1746261039;', 1746261039),
('6ammart1735959278_cache1b00869271127488ee3b60efc39542c5', 'i:10;', 1746094442),
('6ammart1735959278_cache1b00869271127488ee3b60efc39542c5:timer', 'i:1746094442;', 1746094442),
('6ammart1735959278_cache1b1fcd277b175653771dfa9f18045ba3', 'i:1;', 1754555644),
('6ammart1735959278_cache1b1fcd277b175653771dfa9f18045ba3:timer', 'i:1754555644;', 1754555644),
('6ammart1735959278_cache1bbcb795b211bdc7b1828d537f2c6118', 'i:15;', 1757561600),
('6ammart1735959278_cache1bbcb795b211bdc7b1828d537f2c6118:timer', 'i:1757561600;', 1757561600),
('6ammart1735959278_cache1bfb89a9ba450c763d6ab80d83423007', 'i:5;', 1758822917),
('6ammart1735959278_cache1bfb89a9ba450c763d6ab80d83423007:timer', 'i:1758822917;', 1758822917),
('6ammart1735959278_cache1c39a98237639ff42c9c65ab3c7895ec', 'i:30;', 1748661291),
('6ammart1735959278_cache1c39a98237639ff42c9c65ab3c7895ec:timer', 'i:1748661291;', 1748661291),
('6ammart1735959278_cache1c52ab654f7027be2727ee01bec03a1d', 'i:14;', 1740874853),
('6ammart1735959278_cache1c52ab654f7027be2727ee01bec03a1d:timer', 'i:1740874853;', 1740874853),
('6ammart1735959278_cache1d1963c3829b23ab24f817ec96036498', 'i:22;', 1756906732),
('6ammart1735959278_cache1d1963c3829b23ab24f817ec96036498:timer', 'i:1756906732;', 1756906732),
('6ammart1735959278_cache1d5c1edae7c1414475a19849a3a5d224', 'i:6;', 1746876632),
('6ammart1735959278_cache1d5c1edae7c1414475a19849a3a5d224:timer', 'i:1746876632;', 1746876632),
('6ammart1735959278_cache1d6f03e3ccc7815b92afdaa5cb6f9c95', 'i:7;', 1753271980),
('6ammart1735959278_cache1d6f03e3ccc7815b92afdaa5cb6f9c95:timer', 'i:1753271980;', 1753271980),
('6ammart1735959278_cache1defbfa70a70f37c6891d858f3c1e15e', 'i:1;', 1746196577),
('6ammart1735959278_cache1defbfa70a70f37c6891d858f3c1e15e:timer', 'i:1746196577;', 1746196577),
('6ammart1735959278_cache1e08933a7c1eb135866a1007655c7ec9', 'i:12;', 1756103514),
('6ammart1735959278_cache1e08933a7c1eb135866a1007655c7ec9:timer', 'i:1756103514;', 1756103514),
('6ammart1735959278_cache1e35fd6d2973c634594e39986ad27160', 'i:25;', 1745644699),
('6ammart1735959278_cache1e35fd6d2973c634594e39986ad27160:timer', 'i:1745644699;', 1745644699),
('6ammart1735959278_cache1e43153f8b5468e814bc91f4ee41b03f', 'i:6;', 1753438072),
('6ammart1735959278_cache1e43153f8b5468e814bc91f4ee41b03f:timer', 'i:1753438072;', 1753438072),
('6ammart1735959278_cache1e48c513ff16854afc016cd30b400bc2', 'i:1;', 1748369906),
('6ammart1735959278_cache1e48c513ff16854afc016cd30b400bc2:timer', 'i:1748369906;', 1748369906),
('6ammart1735959278_cache1e57e265d646bad7fd5714f9b8ef660d', 'i:28;', 1753176909),
('6ammart1735959278_cache1e57e265d646bad7fd5714f9b8ef660d:timer', 'i:1753176909;', 1753176909),
('6ammart1735959278_cache1e5f4f3cd611cc2fb9dd948b63613866', 'i:1;', 1746087404),
('6ammart1735959278_cache1e5f4f3cd611cc2fb9dd948b63613866:timer', 'i:1746087404;', 1746087404),
('6ammart1735959278_cache1e6ef655d958fcb86a745546aa9a9176', 'i:2;', 1741186241),
('6ammart1735959278_cache1e6ef655d958fcb86a745546aa9a9176:timer', 'i:1741186241;', 1741186241),
('6ammart1735959278_cache1ef1e9756486162b0c32ffdae9feead1', 'i:17;', 1761659702),
('6ammart1735959278_cache1ef1e9756486162b0c32ffdae9feead1:timer', 'i:1761659702;', 1761659702),
('6ammart1735959278_cache1f0f8237380af6241002d322a0e09b0a', 'i:1;', 1758527209),
('6ammart1735959278_cache1f0f8237380af6241002d322a0e09b0a:timer', 'i:1758527209;', 1758527209),
('6ammart1735959278_cache1f2b65675039952778df15a1986abe5b', 'i:81;', 1747753761),
('6ammart1735959278_cache1f2b65675039952778df15a1986abe5b:timer', 'i:1747753761;', 1747753761),
('6ammart1735959278_cache1f45e09dc216fe4580dc0dcb065ff624', 'i:10;', 1739792713),
('6ammart1735959278_cache1f45e09dc216fe4580dc0dcb065ff624:timer', 'i:1739792713;', 1739792713),
('6ammart1735959278_cache1f780b920b39343c67efce8089b632b4', 'i:14;', 1758988838),
('6ammart1735959278_cache1f780b920b39343c67efce8089b632b4:timer', 'i:1758988838;', 1758988838),
('6ammart1735959278_cache1f990f7afa01dc9ac05c096f9399792a', 'i:1;', 1758783320),
('6ammart1735959278_cache1f990f7afa01dc9ac05c096f9399792a:timer', 'i:1758783320;', 1758783320),
('6ammart1735959278_cache1fb19f4c445e7bee59330ffcb661b668', 'i:1;', 1759426238),
('6ammart1735959278_cache1fb19f4c445e7bee59330ffcb661b668:timer', 'i:1759426238;', 1759426238),
('6ammart1735959278_cache1fe857842cb1e2758855b750e59e1647', 'i:32;', 1739797327),
('6ammart1735959278_cache1fe857842cb1e2758855b750e59e1647:timer', 'i:1739797327;', 1739797327),
('6ammart1735959278_cache1ff8230ac3b9ddff296c5557dbbc47d5', 'i:14;', 1748175719),
('6ammart1735959278_cache1ff8230ac3b9ddff296c5557dbbc47d5:timer', 'i:1748175719;', 1748175719),
('6ammart1735959278_cache1ffb226ae19c9d0b7a3802c784fd55a4', 'i:6;', 1762770333),
('6ammart1735959278_cache1ffb226ae19c9d0b7a3802c784fd55a4:timer', 'i:1762770333;', 1762770333),
('6ammart1735959278_cache20007f5c657964b393120e1b8235b08b', 'i:2;', 1757560367),
('6ammart1735959278_cache20007f5c657964b393120e1b8235b08b:timer', 'i:1757560367;', 1757560367),
('6ammart1735959278_cache200087b844e59198cb88489fb807ebe0', 'i:1;', 1745993375),
('6ammart1735959278_cache200087b844e59198cb88489fb807ebe0:timer', 'i:1745993375;', 1745993375),
('6ammart1735959278_cache2057ecf94a13452550fd425142aa4102', 'i:2;', 1746260927),
('6ammart1735959278_cache2057ecf94a13452550fd425142aa4102:timer', 'i:1746260927;', 1746260927),
('6ammart1735959278_cache2065be798780c5948e8f03883d135503', 'i:8;', 1754643449),
('6ammart1735959278_cache2065be798780c5948e8f03883d135503:timer', 'i:1754643449;', 1754643449),
('6ammart1735959278_cache209e3b8830792314524e0dde751f617d', 'i:4;', 1740874854),
('6ammart1735959278_cache209e3b8830792314524e0dde751f617d:timer', 'i:1740874854;', 1740874854),
('6ammart1735959278_cache20be9c98cda68497e8bb9793b1fd0bbc', 'i:12;', 1740647589),
('6ammart1735959278_cache20be9c98cda68497e8bb9793b1fd0bbc:timer', 'i:1740647589;', 1740647589),
('6ammart1735959278_cache215e232319ac4c978ebaeede264264cc', 'i:17;', 1753176641),
('6ammart1735959278_cache215e232319ac4c978ebaeede264264cc:timer', 'i:1753176641;', 1753176641),
('6ammart1735959278_cache2162fa66ff483202256c52a211cd1a70', 'i:7;', 1759559469),
('6ammart1735959278_cache2162fa66ff483202256c52a211cd1a70:timer', 'i:1759559469;', 1759559469),
('6ammart1735959278_cache216e7392ee11b8bee5db5a467073ab3f', 'i:13;', 1758049611),
('6ammart1735959278_cache216e7392ee11b8bee5db5a467073ab3f:timer', 'i:1758049611;', 1758049611),
('6ammart1735959278_cache2236308d8fef66c4b7fdcc5bb15b60d8', 'i:15;', 1757269163),
('6ammart1735959278_cache2236308d8fef66c4b7fdcc5bb15b60d8:timer', 'i:1757269163;', 1757269163),
('6ammart1735959278_cache225c03a3e6663b1bf788cc80ae796cc4', 'i:3;', 1755163624),
('6ammart1735959278_cache225c03a3e6663b1bf788cc80ae796cc4:timer', 'i:1755163624;', 1755163624),
('6ammart1735959278_cache2269b132f3801f1a180e045470ecf11a', 'i:6;', 1757592008),
('6ammart1735959278_cache2269b132f3801f1a180e045470ecf11a:timer', 'i:1757592008;', 1757592008),
('6ammart1735959278_cache22d878c41ec9c42d28b618a348343862', 'i:15;', 1756906602),
('6ammart1735959278_cache22d878c41ec9c42d28b618a348343862:timer', 'i:1756906602;', 1756906602),
('6ammart1735959278_cache22ddf50a6647305552df5cc3e7845f78', 'i:15;', 1757836154),
('6ammart1735959278_cache22ddf50a6647305552df5cc3e7845f78:timer', 'i:1757836154;', 1757836154),
('6ammart1735959278_cache22e5175ac359ad72256ccb66ee85156f', 'i:5;', 1753885441),
('6ammart1735959278_cache22e5175ac359ad72256ccb66ee85156f:timer', 'i:1753885441;', 1753885441),
('6ammart1735959278_cache231de796daa597784fc534df5a6c1279', 'i:9;', 1746262850),
('6ammart1735959278_cache231de796daa597784fc534df5a6c1279:timer', 'i:1746262850;', 1746262850),
('6ammart1735959278_cache232747cce3ac827678897ff6c31e6a03', 'i:4;', 1740852677),
('6ammart1735959278_cache232747cce3ac827678897ff6c31e6a03:timer', 'i:1740852677;', 1740852677),
('6ammart1735959278_cache23993f0dc39b7555e92e7fc14c4808b6', 'i:39;', 1746264082),
('6ammart1735959278_cache23993f0dc39b7555e92e7fc14c4808b6:timer', 'i:1746264082;', 1746264082),
('6ammart1735959278_cache23c3ab8939332507bec3c1b7929a77bf', 'i:5;', 1751333356),
('6ammart1735959278_cache23c3ab8939332507bec3c1b7929a77bf:timer', 'i:1751333356;', 1751333356),
('6ammart1735959278_cache23cc956ae7d0bf25636ae00f65055cf8', 'i:1;', 1760322345),
('6ammart1735959278_cache23cc956ae7d0bf25636ae00f65055cf8:timer', 'i:1760322345;', 1760322345),
('6ammart1735959278_cache23d7c172959b2f920bc4b2aad3823a28', 'i:1;', 1745548110),
('6ammart1735959278_cache23d7c172959b2f920bc4b2aad3823a28:timer', 'i:1745548110;', 1745548110),
('6ammart1735959278_cache23da7e9f44e1de2f4947703b160c1bb1', 'i:9;', 1753021599),
('6ammart1735959278_cache23da7e9f44e1de2f4947703b160c1bb1:timer', 'i:1753021599;', 1753021599),
('6ammart1735959278_cache2421bd3c26c31f57ceb5644e2f170775', 'i:1;', 1760541824),
('6ammart1735959278_cache2421bd3c26c31f57ceb5644e2f170775:timer', 'i:1760541824;', 1760541824),
('6ammart1735959278_cache24260c98f9e5f040ccff1c8b8b7b54d6', 'i:6;', 1739941360),
('6ammart1735959278_cache24260c98f9e5f040ccff1c8b8b7b54d6:timer', 'i:1739941360;', 1739941360),
('6ammart1735959278_cache243c559ed8d8c3a3478c5c82bbdc733f', 'i:1;', 1747835293),
('6ammart1735959278_cache243c559ed8d8c3a3478c5c82bbdc733f:timer', 'i:1747835293;', 1747835293),
('6ammart1735959278_cache246914c98469fb995c693baa5bab492b', 'i:2;', 1746245321),
('6ammart1735959278_cache246914c98469fb995c693baa5bab492b:timer', 'i:1746245321;', 1746245321),
('6ammart1735959278_cache24c66c7ffb2ed0d349f28e5aae14c1f6', 'i:1;', 1758437517),
('6ammart1735959278_cache24c66c7ffb2ed0d349f28e5aae14c1f6:timer', 'i:1758437517;', 1758437517),
('6ammart1735959278_cache24e9258731e28a4c07ab83221d26ba22', 'i:10;', 1758601196),
('6ammart1735959278_cache24e9258731e28a4c07ab83221d26ba22:timer', 'i:1758601196;', 1758601196),
('6ammart1735959278_cache2598d3380aae1c4840624fab0b23befd', 'i:9;', 1752210433),
('6ammart1735959278_cache2598d3380aae1c4840624fab0b23befd:timer', 'i:1752210433;', 1752210433),
('6ammart1735959278_cache25b473ea5813cf47d0c98096258b52d6', 'i:35;', 1748183981),
('6ammart1735959278_cache25b473ea5813cf47d0c98096258b52d6:timer', 'i:1748183981;', 1748183981),
('6ammart1735959278_cache25e7f475d2777b7fff6729ad5806d5a7', 'i:15;', 1740649550),
('6ammart1735959278_cache25e7f475d2777b7fff6729ad5806d5a7:timer', 'i:1740649550;', 1740649550),
('6ammart1735959278_cache263f89566646fa14bfdc664a96f350a0', 'i:1;', 1746714827),
('6ammart1735959278_cache263f89566646fa14bfdc664a96f350a0:timer', 'i:1746714827;', 1746714827),
('6ammart1735959278_cache26dcc93e9dcd318fe1fb0932ca5c488a', 'i:23;', 1753073798),
('6ammart1735959278_cache26dcc93e9dcd318fe1fb0932ca5c488a:timer', 'i:1753073798;', 1753073798),
('6ammart1735959278_cache26e626926836a795568c686ad2345645', 'i:3;', 1740051330),
('6ammart1735959278_cache26e626926836a795568c686ad2345645:timer', 'i:1740051330;', 1740051330),
('6ammart1735959278_cache273278a45a2063be26ff5aaa8d1bbac5', 'i:5;', 1752137758),
('6ammart1735959278_cache273278a45a2063be26ff5aaa8d1bbac5:timer', 'i:1752137758;', 1752137758),
('6ammart1735959278_cache273e31a2a280c198d512a9fad53190d7', 'i:9;', 1762855491),
('6ammart1735959278_cache273e31a2a280c198d512a9fad53190d7:timer', 'i:1762855491;', 1762855491),
('6ammart1735959278_cache278a0ab73dddb593a85d295dbc149cee', 'i:28;', 1740051225),
('6ammart1735959278_cache278a0ab73dddb593a85d295dbc149cee:timer', 'i:1740051225;', 1740051225),
('6ammart1735959278_cache27a55f9b30871e61ef765f76cad6e197', 'i:1;', 1761313499),
('6ammart1735959278_cache27a55f9b30871e61ef765f76cad6e197:timer', 'i:1761313499;', 1761313499),
('6ammart1735959278_cache27ea368cd83496e4610eaba348ce9dff', 'i:6;', 1740035433),
('6ammart1735959278_cache27ea368cd83496e4610eaba348ce9dff:timer', 'i:1740035433;', 1740035433),
('6ammart1735959278_cache2819b055adb3706b8d2999e395e239f8', 'i:23;', 1746268195),
('6ammart1735959278_cache2819b055adb3706b8d2999e395e239f8:timer', 'i:1746268195;', 1746268195),
('6ammart1735959278_cache284f9c2855bf68a84ba1b265598dac84', 'i:1;', 1753436337),
('6ammart1735959278_cache284f9c2855bf68a84ba1b265598dac84:timer', 'i:1753436337;', 1753436337),
('6ammart1735959278_cache28528e3dd59b9a6821705d11a8f7c538', 'i:2;', 1758182714),
('6ammart1735959278_cache28528e3dd59b9a6821705d11a8f7c538:timer', 'i:1758182714;', 1758182714),
('6ammart1735959278_cache2853df4d42ae44cd9adfb173d4522d59', 'i:4;', 1740404877),
('6ammart1735959278_cache2853df4d42ae44cd9adfb173d4522d59:timer', 'i:1740404877;', 1740404877),
('6ammart1735959278_cache286644fa7a7e617261f6e39338bf3ce7', 'i:1;', 1746245388),
('6ammart1735959278_cache286644fa7a7e617261f6e39338bf3ce7:timer', 'i:1746245388;', 1746245388),
('6ammart1735959278_cache28abf7fa9d8ca72b763a8af79de62c64', 'i:3;', 1757053875),
('6ammart1735959278_cache28abf7fa9d8ca72b763a8af79de62c64:timer', 'i:1757053875;', 1757053875),
('6ammart1735959278_cache28e3eae55aaafcbb0b9048f144a5158e', 'i:6;', 1746089498),
('6ammart1735959278_cache28e3eae55aaafcbb0b9048f144a5158e:timer', 'i:1746089498;', 1746089498),
('6ammart1735959278_cache2909d3342b29caa31be5d52b8197a438', 'i:3;', 1755780401),
('6ammart1735959278_cache2909d3342b29caa31be5d52b8197a438:timer', 'i:1755780401;', 1755780401),
('6ammart1735959278_cache29475328935aa645833dcdd6f6f30cbe', 'i:4;', 1760521608),
('6ammart1735959278_cache29475328935aa645833dcdd6f6f30cbe:timer', 'i:1760521608;', 1760521608),
('6ammart1735959278_cache299ae4c39b3489d858c5819ff7adc537', 'i:15;', 1744936889),
('6ammart1735959278_cache299ae4c39b3489d858c5819ff7adc537:timer', 'i:1744936889;', 1744936889),
('6ammart1735959278_cache29be4fe3ab7c4963c015f1803def0f0e', 'i:7;', 1747191858),
('6ammart1735959278_cache29be4fe3ab7c4963c015f1803def0f0e:timer', 'i:1747191858;', 1747191858),
('6ammart1735959278_cache29d042f8ed444f761e9eff791c3f6d86', 'i:4;', 1761226808),
('6ammart1735959278_cache29d042f8ed444f761e9eff791c3f6d86:timer', 'i:1761226808;', 1761226808),
('6ammart1735959278_cache29f4a7a98f40000516c000f4bcd633f3', 'i:1;', 1740590227),
('6ammart1735959278_cache29f4a7a98f40000516c000f4bcd633f3:timer', 'i:1740590227;', 1740590227),
('6ammart1735959278_cache2a3c59989a75eab6ad227a43525b995b', 'i:1;', 1746258640),
('6ammart1735959278_cache2a3c59989a75eab6ad227a43525b995b:timer', 'i:1746258640;', 1746258640),
('6ammart1735959278_cache2a5b202f0dc42a6ae9258cb0f647f322', 'i:21;', 1746097929),
('6ammart1735959278_cache2a5b202f0dc42a6ae9258cb0f647f322:timer', 'i:1746097929;', 1746097929),
('6ammart1735959278_cache2a716719db2954dea8ec16422f1e55ab', 'i:2;', 1762684507),
('6ammart1735959278_cache2a716719db2954dea8ec16422f1e55ab:timer', 'i:1762684507;', 1762684507),
('6ammart1735959278_cache2a762147337b0ed59cbacc1c3e072270', 'i:1;', 1758526784),
('6ammart1735959278_cache2a762147337b0ed59cbacc1c3e072270:timer', 'i:1758526784;', 1758526784),
('6ammart1735959278_cache2a7b1062eb6cc61c1a94f044a7be2ab2', 'i:2;', 1758525603),
('6ammart1735959278_cache2a7b1062eb6cc61c1a94f044a7be2ab2:timer', 'i:1758525603;', 1758525603),
('6ammart1735959278_cache2ab3cd0120f319e75f90025833b5e152', 'i:15;', 1747836403),
('6ammart1735959278_cache2ab3cd0120f319e75f90025833b5e152:timer', 'i:1747836403;', 1747836403),
('6ammart1735959278_cache2b32bbbf546352b1e5dcaa9806850c1f', 'i:41;', 1747037958),
('6ammart1735959278_cache2b32bbbf546352b1e5dcaa9806850c1f:timer', 'i:1747037958;', 1747037958),
('6ammart1735959278_cache2b5396c3fdf3d89324a968ffe1243503', 'i:10;', 1758645343),
('6ammart1735959278_cache2b5396c3fdf3d89324a968ffe1243503:timer', 'i:1758645343;', 1758645343),
('6ammart1735959278_cache2b6af1322190c7fd1b643ed8f492ae62', 'i:6;', 1740133100),
('6ammart1735959278_cache2b6af1322190c7fd1b643ed8f492ae62:timer', 'i:1740133100;', 1740133100),
('6ammart1735959278_cache2b98113c6426fd3ed77bf205a9f22f11', 'i:3;', 1740384994),
('6ammart1735959278_cache2b98113c6426fd3ed77bf205a9f22f11:timer', 'i:1740384994;', 1740384994),
('6ammart1735959278_cache2b98ab8a5f33fc37e9857a249002eb8c', 'i:1;', 1752210436),
('6ammart1735959278_cache2b98ab8a5f33fc37e9857a249002eb8c:timer', 'i:1752210436;', 1752210436),
('6ammart1735959278_cache2ba0ccc0400d14dad71b5f0adc0455ff', 'i:6;', 1740210928),
('6ammart1735959278_cache2ba0ccc0400d14dad71b5f0adc0455ff:timer', 'i:1740210928;', 1740210928),
('6ammart1735959278_cache2ba4423480e58d377b56f5cb69eb56fd', 'i:6;', 1757680489),
('6ammart1735959278_cache2ba4423480e58d377b56f5cb69eb56fd:timer', 'i:1757680489;', 1757680489),
('6ammart1735959278_cache2bb9a8ee6b73e705aca2ae73c36312b0', 'i:5;', 1749867160),
('6ammart1735959278_cache2bb9a8ee6b73e705aca2ae73c36312b0:timer', 'i:1749867160;', 1749867160),
('6ammart1735959278_cache2bba8a75fcdaa2603fc4e9829a5a4509', 'i:4;', 1739941603),
('6ammart1735959278_cache2bba8a75fcdaa2603fc4e9829a5a4509:timer', 'i:1739941603;', 1739941603),
('6ammart1735959278_cache2bc272d56d27d905f34f73f9d47d9b5a', 'i:5;', 1746520853),
('6ammart1735959278_cache2bc272d56d27d905f34f73f9d47d9b5a:timer', 'i:1746520853;', 1746520853),
('6ammart1735959278_cache2bcc03acdaa46a843f7952e1dc62b4f7', 'i:2;', 1754067902),
('6ammart1735959278_cache2bcc03acdaa46a843f7952e1dc62b4f7:timer', 'i:1754067902;', 1754067902),
('6ammart1735959278_cache2be584880a3de7aa4aa4aa246310a6c6', 'i:1;', 1760096871),
('6ammart1735959278_cache2be584880a3de7aa4aa4aa246310a6c6:timer', 'i:1760096871;', 1760096871),
('6ammart1735959278_cache2be9987210a0900fa951c3ea5cb96c31', 'i:2;', 1746553048),
('6ammart1735959278_cache2be9987210a0900fa951c3ea5cb96c31:timer', 'i:1746553048;', 1746553048),
('6ammart1735959278_cache2c1628b398ad50ed4f4adf6c07f3cbaf', 'i:12;', 1759666602),
('6ammart1735959278_cache2c1628b398ad50ed4f4adf6c07f3cbaf:timer', 'i:1759666602;', 1759666602),
('6ammart1735959278_cache2c4c88dd499f19af7c15f9442caacb42', 'i:1;', 1740794657),
('6ammart1735959278_cache2c4c88dd499f19af7c15f9442caacb42:timer', 'i:1740794657;', 1740794657),
('6ammart1735959278_cache2c584644d2a9d217c0002127d1d52e22', 'i:2;', 1746245275),
('6ammart1735959278_cache2c584644d2a9d217c0002127d1d52e22:timer', 'i:1746245275;', 1746245275),
('6ammart1735959278_cache2cfcafe5ee8eeeeccd0f656a24c8da42', 'i:12;', 1746460703),
('6ammart1735959278_cache2cfcafe5ee8eeeeccd0f656a24c8da42:timer', 'i:1746460703;', 1746460703),
('6ammart1735959278_cache2d202a2c3c9b56381a9f546b6f7193c3', 'i:17;', 1746120265),
('6ammart1735959278_cache2d202a2c3c9b56381a9f546b6f7193c3:timer', 'i:1746120265;', 1746120265),
('6ammart1735959278_cache2d5a68cf426815592a7354c93f5d39d3', 'i:17;', 1754461080),
('6ammart1735959278_cache2d5a68cf426815592a7354c93f5d39d3:timer', 'i:1754461080;', 1754461080),
('6ammart1735959278_cache2d9c92ea5a33bc449083934e9aef6869', 'i:1;', 1740039797),
('6ammart1735959278_cache2d9c92ea5a33bc449083934e9aef6869:timer', 'i:1740039797;', 1740039797),
('6ammart1735959278_cache2de357e9ea54e4d21394a50a01fa60de', 'i:6;', 1760229872),
('6ammart1735959278_cache2de357e9ea54e4d21394a50a01fa60de:timer', 'i:1760229872;', 1760229872),
('6ammart1735959278_cache2dec285b48361ed7319e0a5191975181', 'i:10;', 1753479886),
('6ammart1735959278_cache2dec285b48361ed7319e0a5191975181:timer', 'i:1753479886;', 1753479886),
('6ammart1735959278_cache2df4ec3bdf443471a34e5e1ebf107f35', 'i:5;', 1740226655),
('6ammart1735959278_cache2df4ec3bdf443471a34e5e1ebf107f35:timer', 'i:1740226655;', 1740226655),
('6ammart1735959278_cache2df8a028241bcd1cf221388dd6ed407d', 'i:28;', 1746097928),
('6ammart1735959278_cache2df8a028241bcd1cf221388dd6ed407d:timer', 'i:1746097928;', 1746097928),
('6ammart1735959278_cache2e2a8ee50a7178a4f6b428882834edc4', 'i:6;', 1753438176),
('6ammart1735959278_cache2e2a8ee50a7178a4f6b428882834edc4:timer', 'i:1753438175;', 1753438175),
('6ammart1735959278_cache2e7f3396404adbfe1cf6b040e51c97d9', 'i:1;', 1760092428),
('6ammart1735959278_cache2e7f3396404adbfe1cf6b040e51c97d9:timer', 'i:1760092428;', 1760092428),
('6ammart1735959278_cache2ea6978c472ea0153b40c133122f51b7', 'i:2;', 1747138101),
('6ammart1735959278_cache2ea6978c472ea0153b40c133122f51b7:timer', 'i:1747138101;', 1747138101),
('6ammart1735959278_cache2f10e1844fb98f20430b57c1fbbf8863', 'i:2;', 1757694256),
('6ammart1735959278_cache2f10e1844fb98f20430b57c1fbbf8863:timer', 'i:1757694256;', 1757694256),
('6ammart1735959278_cache2f4b255b828a8a8829ddbc3a9fd5f5c7', 'i:6;', 1741566021),
('6ammart1735959278_cache2f4b255b828a8a8829ddbc3a9fd5f5c7:timer', 'i:1741566021;', 1741566021),
('6ammart1735959278_cache2f920f3ce9a9ca40ec6c663caf4d5330', 'i:1;', 1747975785),
('6ammart1735959278_cache2f920f3ce9a9ca40ec6c663caf4d5330:timer', 'i:1747975785;', 1747975785),
('6ammart1735959278_cache2faf74da34f92e29eab309eaf2ceae71', 'i:4;', 1759974348),
('6ammart1735959278_cache2faf74da34f92e29eab309eaf2ceae71:timer', 'i:1759974348;', 1759974348),
('6ammart1735959278_cache2fd7991ebeaaa99d8a2acbca7e64a917', 'i:4;', 1761251517),
('6ammart1735959278_cache2fd7991ebeaaa99d8a2acbca7e64a917:timer', 'i:1761251517;', 1761251517),
('6ammart1735959278_cache3012aca68e8b6bbc491b22f97936b612', 'i:10;', 1761949627),
('6ammart1735959278_cache3012aca68e8b6bbc491b22f97936b612:timer', 'i:1761949627;', 1761949627),
('6ammart1735959278_cache3027f0e1351e5d86ee64030cc3a064d0', 'i:18;', 1746428431),
('6ammart1735959278_cache3027f0e1351e5d86ee64030cc3a064d0:timer', 'i:1746428431;', 1746428431),
('6ammart1735959278_cache308a052f893d27a6350a4ed05242bf5e', 'i:1;', 1762431313),
('6ammart1735959278_cache308a052f893d27a6350a4ed05242bf5e:timer', 'i:1762431313;', 1762431313),
('6ammart1735959278_cache308c55f8d7825e9d357465a8deb154f1', 'i:1;', 1746097431),
('6ammart1735959278_cache308c55f8d7825e9d357465a8deb154f1:timer', 'i:1746097431;', 1746097431),
('6ammart1735959278_cache309f744c280201c1be9e41f9f515db73', 'i:2;', 1760230383),
('6ammart1735959278_cache309f744c280201c1be9e41f9f515db73:timer', 'i:1760230383;', 1760230383),
('6ammart1735959278_cache30ee607631f1b65f849e8f3a4f3fee9d', 'i:4;', 1741064080),
('6ammart1735959278_cache30ee607631f1b65f849e8f3a4f3fee9d:timer', 'i:1741064080;', 1741064080),
('6ammart1735959278_cache3112fd106fa484ec04131062b1fa885a', 'i:2;', 1759674063),
('6ammart1735959278_cache3112fd106fa484ec04131062b1fa885a:timer', 'i:1759674063;', 1759674063),
('6ammart1735959278_cache313ed9995f2c36294529091fca0dc7aa', 'i:4;', 1753617442),
('6ammart1735959278_cache313ed9995f2c36294529091fca0dc7aa:timer', 'i:1753617442;', 1753617442),
('6ammart1735959278_cache314dc8cdfa3c1397301bbf4c5d87e3b7', 'i:14;', 1761973709),
('6ammart1735959278_cache314dc8cdfa3c1397301bbf4c5d87e3b7:timer', 'i:1761973709;', 1761973709),
('6ammart1735959278_cache3157dbb388a118d9b836a66f51273353', 'i:6;', 1749114653),
('6ammart1735959278_cache3157dbb388a118d9b836a66f51273353:timer', 'i:1749114653;', 1749114653),
('6ammart1735959278_cache316d36a102c05509d2190762d417ce99', 'i:1;', 1753680420),
('6ammart1735959278_cache316d36a102c05509d2190762d417ce99:timer', 'i:1753680420;', 1753680420),
('6ammart1735959278_cache318e86bf44337709f6b613e5aee66f23', 'i:3;', 1740709749),
('6ammart1735959278_cache318e86bf44337709f6b613e5aee66f23:timer', 'i:1740709749;', 1740709749),
('6ammart1735959278_cache319a7103553ec1853acb95e9c7d2b164', 'i:2;', 1755236138),
('6ammart1735959278_cache319a7103553ec1853acb95e9c7d2b164:timer', 'i:1755236138;', 1755236138),
('6ammart1735959278_cache31a8ddcad84e064c7fa1853a4945d9af', 'i:6;', 1749989974),
('6ammart1735959278_cache31a8ddcad84e064c7fa1853a4945d9af:timer', 'i:1749989974;', 1749989974),
('6ammart1735959278_cache31bb4fd404e25a63773f91b6a92f6977', 'i:29;', 1751699527),
('6ammart1735959278_cache31bb4fd404e25a63773f91b6a92f6977:timer', 'i:1751699527;', 1751699527),
('6ammart1735959278_cache31be14e0d5160157c2b7fa6f62e9a608', 'i:26;', 1746260902),
('6ammart1735959278_cache31be14e0d5160157c2b7fa6f62e9a608:timer', 'i:1746260902;', 1746260902),
('6ammart1735959278_cache3233c9c5068b8ff405881150997681d6', 'i:3;', 1740769233),
('6ammart1735959278_cache3233c9c5068b8ff405881150997681d6:timer', 'i:1740769233;', 1740769233),
('6ammart1735959278_cache323e0fccbb388e78675f92d4d64e6455', 'i:14;', 1759996153),
('6ammart1735959278_cache323e0fccbb388e78675f92d4d64e6455:timer', 'i:1759996153;', 1759996153),
('6ammart1735959278_cache32612ef932cc01fde0263b1222dac1d3', 'i:1;', 1753436386),
('6ammart1735959278_cache32612ef932cc01fde0263b1222dac1d3:timer', 'i:1753436386;', 1753436386),
('6ammart1735959278_cache326186f921fc9f0de155ea04cc4523be', 'i:3;', 1758530003),
('6ammart1735959278_cache326186f921fc9f0de155ea04cc4523be:timer', 'i:1758530003;', 1758530003),
('6ammart1735959278_cache328d934e7402186e8885e4f1cbcf3436', 'i:30;', 1752332277),
('6ammart1735959278_cache328d934e7402186e8885e4f1cbcf3436:timer', 'i:1752332277;', 1752332277),
('6ammart1735959278_cache32b6f34f0198105186c04deacb0d21c7', 'i:39;', 1739812054),
('6ammart1735959278_cache32b6f34f0198105186c04deacb0d21c7:timer', 'i:1739812054;', 1739812054),
('6ammart1735959278_cache32e93ec48aeaadb69308b81683ac7e50', 'i:13;', 1757564434),
('6ammart1735959278_cache32e93ec48aeaadb69308b81683ac7e50:timer', 'i:1757564434;', 1757564434),
('6ammart1735959278_cache32fd4e9be2cdfbc6ed7b7853df929853', 'i:11;', 1746261085),
('6ammart1735959278_cache32fd4e9be2cdfbc6ed7b7853df929853:timer', 'i:1746261085;', 1746261085),
('6ammart1735959278_cache3311425eb302d3ec03fd3568d52e98cd', 'i:1;', 1739941463),
('6ammart1735959278_cache3311425eb302d3ec03fd3568d52e98cd:timer', 'i:1739941463;', 1739941463),
('6ammart1735959278_cache3325d3ca0c5bd5d69152727bfca3c939', 'i:13;', 1739967154),
('6ammart1735959278_cache3325d3ca0c5bd5d69152727bfca3c939:timer', 'i:1739967154;', 1739967154),
('6ammart1735959278_cache3329e13829cd74e0c418cae33aedc7fa', 'i:13;', 1756906716),
('6ammart1735959278_cache3329e13829cd74e0c418cae33aedc7fa:timer', 'i:1756906716;', 1756906716),
('6ammart1735959278_cache3335929ed68b89e6fca2a6b187b83eb9', 'i:5;', 1746374775),
('6ammart1735959278_cache3335929ed68b89e6fca2a6b187b83eb9:timer', 'i:1746374775;', 1746374775),
('6ammart1735959278_cache3335dd16a37f52ee491b2db7260b38b9', 'i:15;', 1753557010),
('6ammart1735959278_cache3335dd16a37f52ee491b2db7260b38b9:timer', 'i:1753557010;', 1753557010),
('6ammart1735959278_cache3361c6192d530fb4322d4060eed956e3', 'i:2;', 1739941318),
('6ammart1735959278_cache3361c6192d530fb4322d4060eed956e3:timer', 'i:1739941318;', 1739941318),
('6ammart1735959278_cache33772603704caf4042c75c4acca036ab', 'i:17;', 1759043028),
('6ammart1735959278_cache33772603704caf4042c75c4acca036ab:timer', 'i:1759043028;', 1759043028),
('6ammart1735959278_cache339d358aa954efdac4cf5307fdf22eab', 'i:1;', 1746087536),
('6ammart1735959278_cache339d358aa954efdac4cf5307fdf22eab:timer', 'i:1746087536;', 1746087536),
('6ammart1735959278_cache33b9f3082b4a7827b88ee15802bb4273', 'i:4;', 1746094240),
('6ammart1735959278_cache33b9f3082b4a7827b88ee15802bb4273:timer', 'i:1746094240;', 1746094240);
INSERT INTO `cache` (`key`, `value`, `expiration`) VALUES
('6ammart1735959278_cache33db5f13538779c8c55285e596847c82', 'i:1;', 1759157609),
('6ammart1735959278_cache33db5f13538779c8c55285e596847c82:timer', 'i:1759157609;', 1759157609),
('6ammart1735959278_cache33ecefd0f21deef19a6e1d180189a36e', 'i:14;', 1759775579),
('6ammart1735959278_cache33ecefd0f21deef19a6e1d180189a36e:timer', 'i:1759775579;', 1759775579),
('6ammart1735959278_cache33f9b93899c1a13a1d0ee7a28062be74', 'i:8;', 1747221052),
('6ammart1735959278_cache33f9b93899c1a13a1d0ee7a28062be74:timer', 'i:1747221052;', 1747221052),
('6ammart1735959278_cache34191529bbac1e548c1d722af193ddaf', 'i:4;', 1748932251),
('6ammart1735959278_cache34191529bbac1e548c1d722af193ddaf:timer', 'i:1748932251;', 1748932251),
('6ammart1735959278_cache342c6fbb73a18839f1bdabefedbb5490', 'i:16;', 1741413222),
('6ammart1735959278_cache342c6fbb73a18839f1bdabefedbb5490:timer', 'i:1741413222;', 1741413222),
('6ammart1735959278_cache343b25253dfe91be52c06c3d5c54089a', 'i:5;', 1752078366),
('6ammart1735959278_cache343b25253dfe91be52c06c3d5c54089a:timer', 'i:1752078366;', 1752078366),
('6ammart1735959278_cache345820c740e7a378ca20bfcf37c019dd', 'i:1;', 1745975975),
('6ammart1735959278_cache345820c740e7a378ca20bfcf37c019dd:timer', 'i:1745975975;', 1745975975),
('6ammart1735959278_cache34af3d521b84a92365e9fd797f07ca65', 'i:80;', 1746260427),
('6ammart1735959278_cache34af3d521b84a92365e9fd797f07ca65:timer', 'i:1746260427;', 1746260427),
('6ammart1735959278_cache34bf8852d4353935b08e39c69e710fae', 'i:7;', 1749120088),
('6ammart1735959278_cache34bf8852d4353935b08e39c69e710fae:timer', 'i:1749120088;', 1749120088),
('6ammart1735959278_cache34e45543b9e6d0285d6b9596f0a0d381', 'i:14;', 1741417065),
('6ammart1735959278_cache34e45543b9e6d0285d6b9596f0a0d381:timer', 'i:1741417065;', 1741417065),
('6ammart1735959278_cache34f7598ad34ded54da73b3a2c17ed4f2', 'i:26;', 1741241245),
('6ammart1735959278_cache34f7598ad34ded54da73b3a2c17ed4f2:timer', 'i:1741241245;', 1741241245),
('6ammart1735959278_cache35070cfe6d0341f08f7f51ca82d569b0', 'i:4;', 1753757547),
('6ammart1735959278_cache35070cfe6d0341f08f7f51ca82d569b0:timer', 'i:1753757547;', 1753757547),
('6ammart1735959278_cache35115c36c1a5681f82c95ab922b33b32', 'i:1;', 1740066907),
('6ammart1735959278_cache35115c36c1a5681f82c95ab922b33b32:timer', 'i:1740066907;', 1740066907),
('6ammart1735959278_cache352d3a545110afe4b273b12739793cdf', 'i:3;', 1748176351),
('6ammart1735959278_cache352d3a545110afe4b273b12739793cdf:timer', 'i:1748176351;', 1748176351),
('6ammart1735959278_cache3569176fd19e3858d22053dda6c5b240', 'i:1;', 1745745646),
('6ammart1735959278_cache3569176fd19e3858d22053dda6c5b240:timer', 'i:1745745646;', 1745745646),
('6ammart1735959278_cache35b1b002df2a95a585e7298292168274', 'i:3;', 1746245343),
('6ammart1735959278_cache35b1b002df2a95a585e7298292168274:timer', 'i:1746245343;', 1746245343),
('6ammart1735959278_cache35fdd353e4073f4f0c9677ee47dc7d97', 'i:9;', 1745329604),
('6ammart1735959278_cache35fdd353e4073f4f0c9677ee47dc7d97:timer', 'i:1745329604;', 1745329604),
('6ammart1735959278_cache3616b92346a31baa5267c81135101da0', 'i:10;', 1740464456),
('6ammart1735959278_cache3616b92346a31baa5267c81135101da0:timer', 'i:1740464456;', 1740464456),
('6ammart1735959278_cache362473cc4759e3fb9b2d84b7c80cc7c5', 'i:1;', 1757228701),
('6ammart1735959278_cache362473cc4759e3fb9b2d84b7c80cc7c5:timer', 'i:1757228701;', 1757228701),
('6ammart1735959278_cache364c7491cdde31e94d143a24cd98b2f9', 'i:27;', 1752571870),
('6ammart1735959278_cache364c7491cdde31e94d143a24cd98b2f9:timer', 'i:1752571870;', 1752571870),
('6ammart1735959278_cache36fafafd2a7a24f1d908b3692a4e9526', 'i:7;', 1746373524),
('6ammart1735959278_cache36fafafd2a7a24f1d908b3692a4e9526:timer', 'i:1746373524;', 1746373524),
('6ammart1735959278_cache36fcd326104eb1438bf9e22bf9abcf9a', 'i:50;', 1739929069),
('6ammart1735959278_cache36fcd326104eb1438bf9e22bf9abcf9a:timer', 'i:1739929069;', 1739929069),
('6ammart1735959278_cache36fdeef31a4b07640d3f05291c844bd9', 'i:1;', 1761387153),
('6ammart1735959278_cache36fdeef31a4b07640d3f05291c844bd9:timer', 'i:1761387153;', 1761387153),
('6ammart1735959278_cache370da55cafa00a04da8d613fdd932f33', 'i:5;', 1753693181),
('6ammart1735959278_cache370da55cafa00a04da8d613fdd932f33:timer', 'i:1753693181;', 1753693181),
('6ammart1735959278_cache371223a8edf7d52cb8fe43b7c822c735', 'i:2;', 1746260957),
('6ammart1735959278_cache371223a8edf7d52cb8fe43b7c822c735:timer', 'i:1746260957;', 1746260957),
('6ammart1735959278_cache3774fffc06932a7f582b070409859a3f', 'i:2;', 1746245376),
('6ammart1735959278_cache3774fffc06932a7f582b070409859a3f:timer', 'i:1746245376;', 1746245376),
('6ammart1735959278_cache37833dffa6fecb52bda01925f1526f7b', 'i:2;', 1740038768),
('6ammart1735959278_cache37833dffa6fecb52bda01925f1526f7b:timer', 'i:1740038768;', 1740038768),
('6ammart1735959278_cache3796d9955421db10d78e80ceac5ae524', 'i:22;', 1746095718),
('6ammart1735959278_cache3796d9955421db10d78e80ceac5ae524:timer', 'i:1746095718;', 1746095718),
('6ammart1735959278_cache37d48545daa53af37c7584c3a755bbb9', 'i:1;', 1755401329),
('6ammart1735959278_cache37d48545daa53af37c7584c3a755bbb9:timer', 'i:1755401329;', 1755401329),
('6ammart1735959278_cache37f789b95e7d6159fde065a6d6a9756a', 'i:2;', 1761118287),
('6ammart1735959278_cache37f789b95e7d6159fde065a6d6a9756a:timer', 'i:1761118287;', 1761118287),
('6ammart1735959278_cache3816ffe792837fdf556069b59e6e5533', 'i:5;', 1754554884),
('6ammart1735959278_cache3816ffe792837fdf556069b59e6e5533:timer', 'i:1754554884;', 1754554884),
('6ammart1735959278_cache381b347d5393eccd05efa6f59ce51b8a', 'i:13;', 1757211643),
('6ammart1735959278_cache381b347d5393eccd05efa6f59ce51b8a:timer', 'i:1757211643;', 1757211643),
('6ammart1735959278_cache382a10aa2659cd6099a432f644b80d29', 'i:4;', 1751905169),
('6ammart1735959278_cache382a10aa2659cd6099a432f644b80d29:timer', 'i:1751905169;', 1751905169),
('6ammart1735959278_cache382b58431b2a2bf0984fb0481739aabe', 'i:13;', 1753885442),
('6ammart1735959278_cache382b58431b2a2bf0984fb0481739aabe:timer', 'i:1753885442;', 1753885442),
('6ammart1735959278_cache385c3674f72aa636f8f297104a4d0985', 'i:2;', 1758530041),
('6ammart1735959278_cache385c3674f72aa636f8f297104a4d0985:timer', 'i:1758530041;', 1758530041),
('6ammart1735959278_cache385e00bc955660801b971f8e492c56a8', 'i:1;', 1759677843),
('6ammart1735959278_cache385e00bc955660801b971f8e492c56a8:timer', 'i:1759677843;', 1759677843),
('6ammart1735959278_cache3860fb49502b048dc6215107a1cab726', 'i:6;', 1762261554),
('6ammart1735959278_cache3860fb49502b048dc6215107a1cab726:timer', 'i:1762261554;', 1762261554),
('6ammart1735959278_cache389ad038294482b1e53054358fb841c4', 'i:33;', 1739899063),
('6ammart1735959278_cache389ad038294482b1e53054358fb841c4:timer', 'i:1739899063;', 1739899063),
('6ammart1735959278_cache38a3ca8cec82add39a8b166d63d5ad55', 'i:14;', 1761566818),
('6ammart1735959278_cache38a3ca8cec82add39a8b166d63d5ad55:timer', 'i:1761566818;', 1761566818),
('6ammart1735959278_cache38b85faee4ea833fb2f1eeb9febd6628', 'i:3;', 1746091286),
('6ammart1735959278_cache38b85faee4ea833fb2f1eeb9febd6628:timer', 'i:1746091286;', 1746091286),
('6ammart1735959278_cache38bb2c102085f1816546b3b11b9d5c11', 'i:2;', 1747358579),
('6ammart1735959278_cache38bb2c102085f1816546b3b11b9d5c11:timer', 'i:1747358579;', 1747358579),
('6ammart1735959278_cache38e67a5590c4d0045229e3d0083b3214', 'i:2;', 1759925548),
('6ammart1735959278_cache38e67a5590c4d0045229e3d0083b3214:timer', 'i:1759925548;', 1759925548),
('6ammart1735959278_cache391de65f81c90e84c969841007d542af', 'i:2;', 1741252757),
('6ammart1735959278_cache391de65f81c90e84c969841007d542af:timer', 'i:1741252757;', 1741252757),
('6ammart1735959278_cache39317b88f9b6d55e9fede5abecb4f63d', 'i:1;', 1753178065),
('6ammart1735959278_cache39317b88f9b6d55e9fede5abecb4f63d:timer', 'i:1753178065;', 1753178065),
('6ammart1735959278_cache39395f740134d21e77a8cda8ff99d672', 'i:1;', 1739940259),
('6ammart1735959278_cache39395f740134d21e77a8cda8ff99d672:timer', 'i:1739940259;', 1739940259),
('6ammart1735959278_cache3957df2bee5fb2f11c707296f8f8a406', 'i:1;', 1753178051),
('6ammart1735959278_cache3957df2bee5fb2f11c707296f8f8a406:timer', 'i:1753178051;', 1753178051),
('6ammart1735959278_cache395bf34f18e5bbe39770898bab0ff80c', 'i:7;', 1739811050),
('6ammart1735959278_cache395bf34f18e5bbe39770898bab0ff80c:timer', 'i:1739811050;', 1739811050),
('6ammart1735959278_cache39af2abc7874c0ae61a880cf2be1426e', 'i:2;', 1758527050),
('6ammart1735959278_cache39af2abc7874c0ae61a880cf2be1426e:timer', 'i:1758527050;', 1758527050),
('6ammart1735959278_cache39fa004befd5e1c51f3d7e59a3c48754', 'i:1;', 1747062638),
('6ammart1735959278_cache39fa004befd5e1c51f3d7e59a3c48754:timer', 'i:1747062638;', 1747062638),
('6ammart1735959278_cache39fe50eafcbd886882a725dca23a9692', 'i:1;', 1740046179),
('6ammart1735959278_cache39fe50eafcbd886882a725dca23a9692:timer', 'i:1740046179;', 1740046179),
('6ammart1735959278_cache3a01dec6892c66eb1769256b3eeb438b', 'i:3;', 1740563239),
('6ammart1735959278_cache3a01dec6892c66eb1769256b3eeb438b:timer', 'i:1740563239;', 1740563239),
('6ammart1735959278_cache3a0f2022c832e6cc5e8d05b519755449', 'i:1;', 1746245391),
('6ammart1735959278_cache3a0f2022c832e6cc5e8d05b519755449:timer', 'i:1746245391;', 1746245391),
('6ammart1735959278_cache3a13179145d78fb284f40b261306831b', 'i:5;', 1740290603),
('6ammart1735959278_cache3a13179145d78fb284f40b261306831b:timer', 'i:1740290603;', 1740290603),
('6ammart1735959278_cache3a4831c951dbf3eb1de2a4d748d03146', 'i:2;', 1746973985),
('6ammart1735959278_cache3a4831c951dbf3eb1de2a4d748d03146:timer', 'i:1746973985;', 1746973985),
('6ammart1735959278_cache3a68962e844aeda6b65394894c542b39', 'i:7;', 1739941448),
('6ammart1735959278_cache3a68962e844aeda6b65394894c542b39:timer', 'i:1739941448;', 1739941448),
('6ammart1735959278_cache3abb8452ba1ba1e6ee548ed2858b9b15', 'i:7;', 1746161858),
('6ammart1735959278_cache3abb8452ba1ba1e6ee548ed2858b9b15:timer', 'i:1746161858;', 1746161858),
('6ammart1735959278_cache3b331bc3084bba8a0e1f3546a036673f', 'i:2;', 1760950351),
('6ammart1735959278_cache3b331bc3084bba8a0e1f3546a036673f:timer', 'i:1760950351;', 1760950351),
('6ammart1735959278_cache3b4cc66527c1d0560fd6069b5f0405f1', 'i:11;', 1739950667),
('6ammart1735959278_cache3b4cc66527c1d0560fd6069b5f0405f1:timer', 'i:1739950667;', 1739950667),
('6ammart1735959278_cache3b89b19129fabe3143d33aee4b911b74', 'i:1;', 1761162512),
('6ammart1735959278_cache3b89b19129fabe3143d33aee4b911b74:timer', 'i:1761162512;', 1761162512),
('6ammart1735959278_cache3bb6ac0cd6fb5d15a5d1158ab3af7355', 'i:7;', 1759996204),
('6ammart1735959278_cache3bb6ac0cd6fb5d15a5d1158ab3af7355:timer', 'i:1759996204;', 1759996204),
('6ammart1735959278_cache3bc6760b61671c8480fd4047cb766806', 'i:3;', 1740672006),
('6ammart1735959278_cache3bc6760b61671c8480fd4047cb766806:timer', 'i:1740672006;', 1740672006),
('6ammart1735959278_cache3bd3b37a18bbc08c302dc5ae866da51f', 'i:3;', 1760949775),
('6ammart1735959278_cache3bd3b37a18bbc08c302dc5ae866da51f:timer', 'i:1760949775;', 1760949775),
('6ammart1735959278_cache3c02eecce6bd02807265d495ef4d6eee', 'i:1;', 1753436567),
('6ammart1735959278_cache3c02eecce6bd02807265d495ef4d6eee:timer', 'i:1753436567;', 1753436567),
('6ammart1735959278_cache3c098f8f2e2e8663dae27d1bf78190d2', 'i:6;', 1759560563),
('6ammart1735959278_cache3c098f8f2e2e8663dae27d1bf78190d2:timer', 'i:1759560563;', 1759560563),
('6ammart1735959278_cache3c1eae180d0984a668a60f6baf3c404c', 'i:3;', 1755927536),
('6ammart1735959278_cache3c1eae180d0984a668a60f6baf3c404c:timer', 'i:1755927536;', 1755927536),
('6ammart1735959278_cache3c488db60e413b73a0bb20089ecf78ac', 'i:6;', 1758768683),
('6ammart1735959278_cache3c488db60e413b73a0bb20089ecf78ac:timer', 'i:1758768683;', 1758768683),
('6ammart1735959278_cache3c48d1c0c32722b73a4506a40723fd00', 'i:3;', 1746207326),
('6ammart1735959278_cache3c48d1c0c32722b73a4506a40723fd00:timer', 'i:1746207326;', 1746207326),
('6ammart1735959278_cache3c560330cdc5c2c8861fa0d4762ee214', 'i:4;', 1759140912),
('6ammart1735959278_cache3c560330cdc5c2c8861fa0d4762ee214:timer', 'i:1759140912;', 1759140912),
('6ammart1735959278_cache3cad55d8523092646d31cca20d02b8a3', 'i:2;', 1740488044),
('6ammart1735959278_cache3cad55d8523092646d31cca20d02b8a3:timer', 'i:1740488044;', 1740488044),
('6ammart1735959278_cache3d34de272507bd3ee836cfce5eb96dab', 'i:11;', 1756300950),
('6ammart1735959278_cache3d34de272507bd3ee836cfce5eb96dab:timer', 'i:1756300950;', 1756300950),
('6ammart1735959278_cache3d68c388a8c71bdcf7e83dfad8a2548a', 'i:4;', 1753905807),
('6ammart1735959278_cache3d68c388a8c71bdcf7e83dfad8a2548a:timer', 'i:1753905807;', 1753905807),
('6ammart1735959278_cache3d6a755b997255e715ade96a4cdcded1', 'i:14;', 1762230546),
('6ammart1735959278_cache3d6a755b997255e715ade96a4cdcded1:timer', 'i:1762230546;', 1762230546),
('6ammart1735959278_cache3db7bed7863f3a1a8324ba4cb23655fa', 'i:41;', 1757218516),
('6ammart1735959278_cache3db7bed7863f3a1a8324ba4cb23655fa:timer', 'i:1757218509;', 1757218509),
('6ammart1735959278_cache3e5c08b05dae2da54cc11ba07648965b', 'i:6;', 1747045737),
('6ammart1735959278_cache3e5c08b05dae2da54cc11ba07648965b:timer', 'i:1747045737;', 1747045737),
('6ammart1735959278_cache3eb02985558083dd6869465e19c4ead1', 'i:1;', 1760512540),
('6ammart1735959278_cache3eb02985558083dd6869465e19c4ead1:timer', 'i:1760512540;', 1760512540),
('6ammart1735959278_cache3ed2149a5574e0538928e71bc91575e0', 'i:78;', 1740387487),
('6ammart1735959278_cache3ed2149a5574e0538928e71bc91575e0:timer', 'i:1740387487;', 1740387487),
('6ammart1735959278_cache3ed55b098bc1103860f459137fce36d2', 'i:15;', 1745992387),
('6ammart1735959278_cache3ed55b098bc1103860f459137fce36d2:timer', 'i:1745992387;', 1745992387),
('6ammart1735959278_cache3eff95ff3a896ff1bf69ad5bfcf8194e', 'i:4;', 1757068470),
('6ammart1735959278_cache3eff95ff3a896ff1bf69ad5bfcf8194e:timer', 'i:1757068470;', 1757068470),
('6ammart1735959278_cache3f0c141539445ae7da664d01eee5c877', 'i:1;', 1757431619),
('6ammart1735959278_cache3f0c141539445ae7da664d01eee5c877:timer', 'i:1757431619;', 1757431619),
('6ammart1735959278_cache3f2572bfe11653d56306e64bcc04ea82', 'i:1;', 1740401476),
('6ammart1735959278_cache3f2572bfe11653d56306e64bcc04ea82:timer', 'i:1740401476;', 1740401476),
('6ammart1735959278_cache3f45acde369bf2939e3b72cd2086379a', 'i:4;', 1740635970),
('6ammart1735959278_cache3f45acde369bf2939e3b72cd2086379a:timer', 'i:1740635970;', 1740635970),
('6ammart1735959278_cache405a67ce03a6bd481a20340460c55261', 'i:1;', 1747737632),
('6ammart1735959278_cache405a67ce03a6bd481a20340460c55261:timer', 'i:1747737632;', 1747737632),
('6ammart1735959278_cache412fa9182b432638894f54d072fcd52f', 'i:4;', 1760083687),
('6ammart1735959278_cache412fa9182b432638894f54d072fcd52f:timer', 'i:1760083687;', 1760083687),
('6ammart1735959278_cache4150b0645c19669f936162f6e5e990ed', 'i:1;', 1740051306),
('6ammart1735959278_cache4150b0645c19669f936162f6e5e990ed:timer', 'i:1740051306;', 1740051306),
('6ammart1735959278_cache417457fe282cc33db13c56e05718a6c1', 'i:33;', 1745931386),
('6ammart1735959278_cache417457fe282cc33db13c56e05718a6c1:timer', 'i:1745931386;', 1745931386),
('6ammart1735959278_cache42039571796d09b69c01a66be0ce2e8a', 'i:3;', 1747737685),
('6ammart1735959278_cache42039571796d09b69c01a66be0ce2e8a:timer', 'i:1747737685;', 1747737685),
('6ammart1735959278_cache4250daaa1b87098c189f0050c654c286', 'i:18;', 1757577743),
('6ammart1735959278_cache4250daaa1b87098c189f0050c654c286:timer', 'i:1757577743;', 1757577743),
('6ammart1735959278_cache428d9e7d3a0f6cae47e04cd80522dd5d', 'i:9;', 1746090876),
('6ammart1735959278_cache428d9e7d3a0f6cae47e04cd80522dd5d:timer', 'i:1746090876;', 1746090876),
('6ammart1735959278_cache429723a7d7bee594735061d260ba74ba', 'i:1;', 1758260233),
('6ammart1735959278_cache429723a7d7bee594735061d260ba74ba:timer', 'i:1758260233;', 1758260233),
('6ammart1735959278_cache429904fc64a99067302bb0b4db185830', 'i:7;', 1740222998),
('6ammart1735959278_cache429904fc64a99067302bb0b4db185830:timer', 'i:1740222998;', 1740222998),
('6ammart1735959278_cache42ae65ddcbe105c757f798aab40334fa', 'i:5;', 1758240137),
('6ammart1735959278_cache42ae65ddcbe105c757f798aab40334fa:timer', 'i:1758240137;', 1758240137),
('6ammart1735959278_cache42c1f57248c9c27b791fcaa1416d2750', 'i:1;', 1740226814),
('6ammart1735959278_cache42c1f57248c9c27b791fcaa1416d2750:timer', 'i:1740226814;', 1740226814),
('6ammart1735959278_cache42d87e9152cb2a80bf6f93da08bfdad3', 'i:7;', 1760592693),
('6ammart1735959278_cache42d87e9152cb2a80bf6f93da08bfdad3:timer', 'i:1760592693;', 1760592693),
('6ammart1735959278_cache433cfbadfbf5f516594c88a4650b9a63', 'i:1;', 1741509602),
('6ammart1735959278_cache433cfbadfbf5f516594c88a4650b9a63:timer', 'i:1741509602;', 1741509602),
('6ammart1735959278_cache439a2e6a99ebde27e24fc31bc6a462e0', 'i:1;', 1749714684),
('6ammart1735959278_cache439a2e6a99ebde27e24fc31bc6a462e0:timer', 'i:1749714684;', 1749714684),
('6ammart1735959278_cache43eae03d26629e69bc01c9a9f575745b', 'i:6;', 1758692707),
('6ammart1735959278_cache43eae03d26629e69bc01c9a9f575745b:timer', 'i:1758692707;', 1758692707),
('6ammart1735959278_cache43edcd93858675250c58b7fbea1718dc', 'i:1;', 1739941489),
('6ammart1735959278_cache43edcd93858675250c58b7fbea1718dc:timer', 'i:1739941489;', 1739941489),
('6ammart1735959278_cache43ee5ce4730a50c576caaefff5a5519c', 'i:4;', 1745539739),
('6ammart1735959278_cache43ee5ce4730a50c576caaefff5a5519c:timer', 'i:1745539739;', 1745539739),
('6ammart1735959278_cache4427922c53a414db47d483a04cce99da', 'i:10;', 1758076552),
('6ammart1735959278_cache4427922c53a414db47d483a04cce99da:timer', 'i:1758076552;', 1758076552),
('6ammart1735959278_cache442bcb749d481a7a3bfce84fe3c48cc9', 'i:3;', 1740051361),
('6ammart1735959278_cache442bcb749d481a7a3bfce84fe3c48cc9:timer', 'i:1740051361;', 1740051361),
('6ammart1735959278_cache445ba20f14a34114a0661b77712300cf', 'i:4;', 1761118550),
('6ammart1735959278_cache445ba20f14a34114a0661b77712300cf:timer', 'i:1761118550;', 1761118550),
('6ammart1735959278_cache4478bb1cbaa097ccf946240c22ced48f', 'i:1;', 1758527079),
('6ammart1735959278_cache4478bb1cbaa097ccf946240c22ced48f:timer', 'i:1758527079;', 1758527079),
('6ammart1735959278_cache4481527c3fa00a2e974644a1e666d4d2', 'i:30;', 1740217473),
('6ammart1735959278_cache4481527c3fa00a2e974644a1e666d4d2:timer', 'i:1740217473;', 1740217473),
('6ammart1735959278_cache44829c33ec36e7378aec72d9e6897bfd', 'i:3;', 1762832909),
('6ammart1735959278_cache44829c33ec36e7378aec72d9e6897bfd:timer', 'i:1762832909;', 1762832909),
('6ammart1735959278_cache4493be41308b7dff0879c4926fd7b800', 'i:1;', 1748369965),
('6ammart1735959278_cache4493be41308b7dff0879c4926fd7b800:timer', 'i:1748369965;', 1748369965),
('6ammart1735959278_cache44ba8cd41f1df0589fc5e87e4370deb3', 'i:7;', 1754461224),
('6ammart1735959278_cache44ba8cd41f1df0589fc5e87e4370deb3:timer', 'i:1754461224;', 1754461224),
('6ammart1735959278_cache44e7dda4f213028f4b386ad2005f6a61', 'i:12;', 1754747467),
('6ammart1735959278_cache44e7dda4f213028f4b386ad2005f6a61:timer', 'i:1754747467;', 1754747467),
('6ammart1735959278_cache450493bd4b4bdf717df4fbbeb4393eaa', 'i:1;', 1740401504),
('6ammart1735959278_cache450493bd4b4bdf717df4fbbeb4393eaa:timer', 'i:1740401504;', 1740401504),
('6ammart1735959278_cache4562e9c996e4f16f1cbc0284f214cd98', 'i:4;', 1740291730),
('6ammart1735959278_cache4562e9c996e4f16f1cbc0284f214cd98:timer', 'i:1740291730;', 1740291730),
('6ammart1735959278_cache457617cb17935216a3d784b21770e211', 'i:20;', 1746097620),
('6ammart1735959278_cache457617cb17935216a3d784b21770e211:timer', 'i:1746097620;', 1746097620),
('6ammart1735959278_cache45ceee70d22c6cb80ad4029ecc4da451', 'i:1;', 1746268053),
('6ammart1735959278_cache45ceee70d22c6cb80ad4029ecc4da451:timer', 'i:1746268053;', 1746268053),
('6ammart1735959278_cache45d22c4d4de93ce05064909330095ef1', 'i:1;', 1747117653),
('6ammart1735959278_cache45d22c4d4de93ce05064909330095ef1:timer', 'i:1747117652;', 1747117652),
('6ammart1735959278_cache45f6dbd45ae3d9669ec5e1613e78ed12', 'i:3;', 1747743691),
('6ammart1735959278_cache45f6dbd45ae3d9669ec5e1613e78ed12:timer', 'i:1747743691;', 1747743691),
('6ammart1735959278_cache45fe3a158091738bae0c330f6631c19e', 'i:6;', 1752216735),
('6ammart1735959278_cache45fe3a158091738bae0c330f6631c19e:timer', 'i:1752216735;', 1752216735),
('6ammart1735959278_cache4699020abaf396f91f18e529a41d0940', 'i:1;', 1741198862),
('6ammart1735959278_cache4699020abaf396f91f18e529a41d0940:timer', 'i:1741198862;', 1741198862),
('6ammart1735959278_cache46ac3574c5ef4773115da10d4809b3ee', 'i:9;', 1746183873),
('6ammart1735959278_cache46ac3574c5ef4773115da10d4809b3ee:timer', 'i:1746183873;', 1746183873),
('6ammart1735959278_cache46ce80755146c4face10a23be0870b98', 'i:1;', 1756905462),
('6ammart1735959278_cache46ce80755146c4face10a23be0870b98:timer', 'i:1756905462;', 1756905462),
('6ammart1735959278_cache46fb2e93c53e29d7260954c463bb153b', 'i:2;', 1740488059),
('6ammart1735959278_cache46fb2e93c53e29d7260954c463bb153b:timer', 'i:1740488059;', 1740488059),
('6ammart1735959278_cache4739d5b02ee5696a00392ba02d79ff07', 'i:1;', 1746262284),
('6ammart1735959278_cache4739d5b02ee5696a00392ba02d79ff07:timer', 'i:1746262284;', 1746262284),
('6ammart1735959278_cache475e75ab4f8e4fce1d988bf3bbae43c7', 'i:50;', 1748780827),
('6ammart1735959278_cache475e75ab4f8e4fce1d988bf3bbae43c7:timer', 'i:1748780827;', 1748780827),
('6ammart1735959278_cache477a76a1d7857048ba673e613144f16e', 'i:31;', 1754376419),
('6ammart1735959278_cache477a76a1d7857048ba673e613144f16e:timer', 'i:1754376419;', 1754376419),
('6ammart1735959278_cache4821132663f72b20ba1d69accb7673f2', 'i:9;', 1759996245),
('6ammart1735959278_cache4821132663f72b20ba1d69accb7673f2:timer', 'i:1759996245;', 1759996245),
('6ammart1735959278_cache4913e5b7c8db5c8d7cc7c7e57cdcb545', 'i:6;', 1751536144),
('6ammart1735959278_cache4913e5b7c8db5c8d7cc7c7e57cdcb545:timer', 'i:1751536144;', 1751536144),
('6ammart1735959278_cache4935495710a347ad7af9dd96f3b9069b', 'i:1;', 1739948423),
('6ammart1735959278_cache4935495710a347ad7af9dd96f3b9069b:timer', 'i:1739948423;', 1739948423),
('6ammart1735959278_cache4944acc48825a935919402f73d433135', 'i:1;', 1761870223),
('6ammart1735959278_cache4944acc48825a935919402f73d433135:timer', 'i:1761870223;', 1761870223),
('6ammart1735959278_cache498c80c326cd5430b9eb963a84b92070', 'i:5;', 1745813620),
('6ammart1735959278_cache498c80c326cd5430b9eb963a84b92070:timer', 'i:1745813620;', 1745813620),
('6ammart1735959278_cache49eff436b61d4bc08d53f1ec466ff813', 'i:3;', 1740293388),
('6ammart1735959278_cache49eff436b61d4bc08d53f1ec466ff813:timer', 'i:1740293388;', 1740293388),
('6ammart1735959278_cache4a035304d88aec15225b01ed2a999f86', 'i:12;', 1748175456),
('6ammart1735959278_cache4a035304d88aec15225b01ed2a999f86:timer', 'i:1748175456;', 1748175456),
('6ammart1735959278_cache4a254d3b0f9441b0d0227dfc6f06c9be', 'i:12;', 1759666608),
('6ammart1735959278_cache4a254d3b0f9441b0d0227dfc6f06c9be:timer', 'i:1759666608;', 1759666608),
('6ammart1735959278_cache4a2a22cf3440387e959cce2fb086c8ee', 'i:9;', 1739792295),
('6ammart1735959278_cache4a2a22cf3440387e959cce2fb086c8ee:timer', 'i:1739792295;', 1739792295),
('6ammart1735959278_cache4a3b520aeee7b7e9040e521295f7945e', 'i:5;', 1741509649),
('6ammart1735959278_cache4a3b520aeee7b7e9040e521295f7945e:timer', 'i:1741509649;', 1741509649),
('6ammart1735959278_cache4a41e800f770e81a92a51587382de18a', 'i:6;', 1760096670),
('6ammart1735959278_cache4a41e800f770e81a92a51587382de18a:timer', 'i:1760096670;', 1760096670),
('6ammart1735959278_cache4a5e9ea88cc4d6cf97dcaf06337e34e0', 'i:5;', 1741509588),
('6ammart1735959278_cache4a5e9ea88cc4d6cf97dcaf06337e34e0:timer', 'i:1741509588;', 1741509588),
('6ammart1735959278_cache4a840aa7ff9dbbd1ff222d7c379829fe', 'i:13;', 1757218509),
('6ammart1735959278_cache4a840aa7ff9dbbd1ff222d7c379829fe:timer', 'i:1757218509;', 1757218509),
('6ammart1735959278_cache4a9f16cf727738533ca4132e1b673088', 'i:1;', 1757744338),
('6ammart1735959278_cache4a9f16cf727738533ca4132e1b673088:timer', 'i:1757744338;', 1757744338),
('6ammart1735959278_cache4b242771e66ee19798baac2f3188c65d', 'i:22;', 1759666535),
('6ammart1735959278_cache4b242771e66ee19798baac2f3188c65d:timer', 'i:1759666535;', 1759666535),
('6ammart1735959278_cache4b6b1f533841bf2beeba50d0f59c33c3', 'i:1;', 1754923151),
('6ammart1735959278_cache4b6b1f533841bf2beeba50d0f59c33c3:timer', 'i:1754923151;', 1754923151),
('6ammart1735959278_cache4b6e9b4baaf25a58fbc185c06720e39c', 'i:40;', 1745237920),
('6ammart1735959278_cache4b6e9b4baaf25a58fbc185c06720e39c:timer', 'i:1745237920;', 1745237920),
('6ammart1735959278_cache4b7d208a22a64c128e6b9a5be4d7b336', 'i:6;', 1755163616),
('6ammart1735959278_cache4b7d208a22a64c128e6b9a5be4d7b336:timer', 'i:1755163616;', 1755163616),
('6ammart1735959278_cache4b8497917879d04e5633ae3b0390efed', 'i:14;', 1760514043),
('6ammart1735959278_cache4b8497917879d04e5633ae3b0390efed:timer', 'i:1760514043;', 1760514043),
('6ammart1735959278_cache4b84b7541cc3c750ae8cd90e9b61f78a', 'i:15;', 1746299060),
('6ammart1735959278_cache4b84b7541cc3c750ae8cd90e9b61f78a:timer', 'i:1746299060;', 1746299060),
('6ammart1735959278_cache4be8fb980ba824a3db81b6179a3a7cfb', 'i:1;', 1748369463),
('6ammart1735959278_cache4be8fb980ba824a3db81b6179a3a7cfb:timer', 'i:1748369463;', 1748369463),
('6ammart1735959278_cache4c5528609a9a8c6ccd0cfa89f2694bb9', 'i:2;', 1746150835),
('6ammart1735959278_cache4c5528609a9a8c6ccd0cfa89f2694bb9:timer', 'i:1746150835;', 1746150835),
('6ammart1735959278_cache4c6bb51aa4130cf121e36235d3ce623b', 'i:57;', 1745893289),
('6ammart1735959278_cache4c6bb51aa4130cf121e36235d3ce623b:timer', 'i:1745893289;', 1745893289),
('6ammart1735959278_cache4c9efd53601a76ffc5140b6eadb16c7b', 'i:6;', 1746278309),
('6ammart1735959278_cache4c9efd53601a76ffc5140b6eadb16c7b:timer', 'i:1746278309;', 1746278309),
('6ammart1735959278_cache4cb96f4db599d6e3247db8d879d7bd5d', 'i:2;', 1762105347),
('6ammart1735959278_cache4cb96f4db599d6e3247db8d879d7bd5d:timer', 'i:1762105347;', 1762105347),
('6ammart1735959278_cache4cf917088435119a01a21f394a230567', 'i:2;', 1746260967),
('6ammart1735959278_cache4cf917088435119a01a21f394a230567:timer', 'i:1746260967;', 1746260967),
('6ammart1735959278_cache4d215222097316358861e1866540b29e', 'i:2;', 1760322254),
('6ammart1735959278_cache4d215222097316358861e1866540b29e:timer', 'i:1760322254;', 1760322254),
('6ammart1735959278_cache4d5fd683225868eb39de3758c5a8bc5c', 'i:1;', 1753459242),
('6ammart1735959278_cache4d5fd683225868eb39de3758c5a8bc5c:timer', 'i:1753459242;', 1753459242),
('6ammart1735959278_cache4df64fb2f9fa8dbe4e8c1d2cff041d17', 'i:32;', 1739940217),
('6ammart1735959278_cache4df64fb2f9fa8dbe4e8c1d2cff041d17:timer', 'i:1739940217;', 1739940217),
('6ammart1735959278_cache4dfeefa5e3fe48c8a15e882c7b4c1d5e', 'i:2;', 1756226214),
('6ammart1735959278_cache4dfeefa5e3fe48c8a15e882c7b4c1d5e:timer', 'i:1756226214;', 1756226214),
('6ammart1735959278_cache4e02647438d174159cec4c77a04428d9', 'i:2;', 1748179359),
('6ammart1735959278_cache4e02647438d174159cec4c77a04428d9:timer', 'i:1748179359;', 1748179359),
('6ammart1735959278_cache4e0e846cc68c790b56ec43a78d1b3e42', 'i:5;', 1739791519),
('6ammart1735959278_cache4e0e846cc68c790b56ec43a78d1b3e42:timer', 'i:1739791519;', 1739791519),
('6ammart1735959278_cache4e1549d6b0ed4ad34e4431cde010290b', 'i:11;', 1756179767),
('6ammart1735959278_cache4e1549d6b0ed4ad34e4431cde010290b:timer', 'i:1756179767;', 1756179767),
('6ammart1735959278_cache4e5818bea204f3bb051229cc17f0db2c', 'i:1;', 1759665298),
('6ammart1735959278_cache4e5818bea204f3bb051229cc17f0db2c:timer', 'i:1759665298;', 1759665298),
('6ammart1735959278_cache4e61ad152c57df2a18369987a426002c', 'i:17;', 1754221920),
('6ammart1735959278_cache4e61ad152c57df2a18369987a426002c:timer', 'i:1754221920;', 1754221920),
('6ammart1735959278_cache4e7453a2ca2e0b980817335fad110dd7', 'i:3;', 1754664602),
('6ammart1735959278_cache4e7453a2ca2e0b980817335fad110dd7:timer', 'i:1754664602;', 1754664602),
('6ammart1735959278_cache4e7ab9729f409cea885e9ebe619381a6', 'i:12;', 1753885297),
('6ammart1735959278_cache4e7ab9729f409cea885e9ebe619381a6:timer', 'i:1753885297;', 1753885297),
('6ammart1735959278_cache4e9c1765a110c01e62eb44dd983007c0', 'i:8;', 1746278312),
('6ammart1735959278_cache4e9c1765a110c01e62eb44dd983007c0:timer', 'i:1746278312;', 1746278312),
('6ammart1735959278_cache4eae61c0c1e59bb8e46232fcbf50e301', 'i:29;', 1748661791),
('6ammart1735959278_cache4eae61c0c1e59bb8e46232fcbf50e301:timer', 'i:1748661791;', 1748661791),
('6ammart1735959278_cache4ec9369ebe19ac3f1516c6b0401fd1c4', 'i:1;', 1758822897),
('6ammart1735959278_cache4ec9369ebe19ac3f1516c6b0401fd1c4:timer', 'i:1758822897;', 1758822897),
('6ammart1735959278_cache4ee8d749a4b27651e79ed5c217f1b336', 'i:8;', 1760095954),
('6ammart1735959278_cache4ee8d749a4b27651e79ed5c217f1b336:timer', 'i:1760095954;', 1760095954),
('6ammart1735959278_cache4eecd6675be4116ae62359e18240bc8e', 'i:4;', 1747107260),
('6ammart1735959278_cache4eecd6675be4116ae62359e18240bc8e:timer', 'i:1747107260;', 1747107260),
('6ammart1735959278_cache4f1b60910fa13757b81316bc18995bcf', 'i:11;', 1746214057),
('6ammart1735959278_cache4f1b60910fa13757b81316bc18995bcf:timer', 'i:1746214057;', 1746214057),
('6ammart1735959278_cache4f429d1d67c596d33d67b5b63a5d8edc', 'i:32;', 1746100973),
('6ammart1735959278_cache4f429d1d67c596d33d67b5b63a5d8edc:timer', 'i:1746100973;', 1746100973),
('6ammart1735959278_cache4f83c1ab1f8239411005fd15001452de', 'i:11;', 1753447907),
('6ammart1735959278_cache4f83c1ab1f8239411005fd15001452de:timer', 'i:1753447907;', 1753447907),
('6ammart1735959278_cache4f88e51988b091d81b692d483b4eb21c', 'i:1;', 1740197127),
('6ammart1735959278_cache4f88e51988b091d81b692d483b4eb21c:timer', 'i:1740197127;', 1740197127),
('6ammart1735959278_cache4f9cbf3156842fbec16e3f8dd55eb499', 'i:1;', 1747203047),
('6ammart1735959278_cache4f9cbf3156842fbec16e3f8dd55eb499:timer', 'i:1747203047;', 1747203047),
('6ammart1735959278_cache4fae118dc73fa8522e934ec463f96f28', 'i:15;', 1746094442),
('6ammart1735959278_cache4fae118dc73fa8522e934ec463f96f28:timer', 'i:1746094442;', 1746094442),
('6ammart1735959278_cache4fe4061af918bba722911ac90b4e3807', 'i:2;', 1740356983),
('6ammart1735959278_cache4fe4061af918bba722911ac90b4e3807:timer', 'i:1740356983;', 1740356983),
('6ammart1735959278_cache502cabaf57d093113d6938bb14750987', 'i:16;', 1740739495),
('6ammart1735959278_cache502cabaf57d093113d6938bb14750987:timer', 'i:1740739495;', 1740739495),
('6ammart1735959278_cache506dadd5862b15a82963f42bdcc2457b', 'i:14;', 1760100220),
('6ammart1735959278_cache506dadd5862b15a82963f42bdcc2457b:timer', 'i:1760100220;', 1760100220),
('6ammart1735959278_cache508f1e1b569315379c9e26f70bdf5155', 'i:6;', 1752997855),
('6ammart1735959278_cache508f1e1b569315379c9e26f70bdf5155:timer', 'i:1752997855;', 1752997855),
('6ammart1735959278_cache50a526b32fd8e87bfdd8072ef6755ecd', 'i:28;', 1746089956),
('6ammart1735959278_cache50a526b32fd8e87bfdd8072ef6755ecd:timer', 'i:1746089956;', 1746089956),
('6ammart1735959278_cache50d99f92fce62032b69f81bc7f66aa92', 'i:17;', 1758469090),
('6ammart1735959278_cache50d99f92fce62032b69f81bc7f66aa92:timer', 'i:1758469090;', 1758469090),
('6ammart1735959278_cache50ec58e5cc4fc88c78280b9379abe953', 'i:5;', 1740401478),
('6ammart1735959278_cache50ec58e5cc4fc88c78280b9379abe953:timer', 'i:1740401478;', 1740401478),
('6ammart1735959278_cache50f25a4d800cc61ff877603fec4ca56e', 'i:19;', 1761448760),
('6ammart1735959278_cache50f25a4d800cc61ff877603fec4ca56e:timer', 'i:1761448760;', 1761448760),
('6ammart1735959278_cache515011013b591563dbc7beafb9da92d4', 'i:2;', 1759160519),
('6ammart1735959278_cache515011013b591563dbc7beafb9da92d4:timer', 'i:1759160519;', 1759160519),
('6ammart1735959278_cache5161f2ca6c9219b5dae74c6dbf5f06a0', 'i:21;', 1756730291),
('6ammart1735959278_cache5161f2ca6c9219b5dae74c6dbf5f06a0:timer', 'i:1756730291;', 1756730291),
('6ammart1735959278_cache517079138e7187099146ce5cca6c2c08', 'i:3;', 1753178318),
('6ammart1735959278_cache517079138e7187099146ce5cca6c2c08:timer', 'i:1753178318;', 1753178318),
('6ammart1735959278_cache51729bc769e7ecca78972f71d1c7f709', 'i:4;', 1761950130),
('6ammart1735959278_cache51729bc769e7ecca78972f71d1c7f709:timer', 'i:1761950130;', 1761950130),
('6ammart1735959278_cache517306dd7dd0c5860663cc5c2d4317d2', 'i:6;', 1739941548),
('6ammart1735959278_cache517306dd7dd0c5860663cc5c2d4317d2:timer', 'i:1739941548;', 1739941548),
('6ammart1735959278_cache517f8e2a4a537ff23e5175d56018f2fb', 'i:2;', 1753178106),
('6ammart1735959278_cache517f8e2a4a537ff23e5175d56018f2fb:timer', 'i:1753178106;', 1753178106),
('6ammart1735959278_cache519217f25a0df74065a6784c465b23b5', 'i:1;', 1759838992),
('6ammart1735959278_cache519217f25a0df74065a6784c465b23b5:timer', 'i:1759838992;', 1759838992),
('6ammart1735959278_cache51af00e91db860cdc5652179bb616f4f', 'i:2;', 1753436635),
('6ammart1735959278_cache51af00e91db860cdc5652179bb616f4f:timer', 'i:1753436635;', 1753436635),
('6ammart1735959278_cache51b681ae48d8673a5bb3fdb4418484f8', 'i:1;', 1757523051),
('6ammart1735959278_cache51b681ae48d8673a5bb3fdb4418484f8:timer', 'i:1757523051;', 1757523051),
('6ammart1735959278_cache51d5cf50bd864f95e0588b7e0d79a5f0', 'i:1;', 1758526756),
('6ammart1735959278_cache51d5cf50bd864f95e0588b7e0d79a5f0:timer', 'i:1758526756;', 1758526756),
('6ammart1735959278_cache51e22ef11b54ddf10babc1cbd7c51756', 'i:15;', 1754933769),
('6ammart1735959278_cache51e22ef11b54ddf10babc1cbd7c51756:timer', 'i:1754933769;', 1754933769),
('6ammart1735959278_cache51e331c8866e23cab0d39d2b17735cfd', 'i:2;', 1739950306),
('6ammart1735959278_cache51e331c8866e23cab0d39d2b17735cfd:timer', 'i:1739950306;', 1739950306),
('6ammart1735959278_cache5221399f3e13c8cbac22e47ac5c467fd', 'i:15;', 1740635405),
('6ammart1735959278_cache5221399f3e13c8cbac22e47ac5c467fd:timer', 'i:1740635405;', 1740635405),
('6ammart1735959278_cache5225be986af0ed4922212f8efb43f2bf', 'i:9;', 1760586720),
('6ammart1735959278_cache5225be986af0ed4922212f8efb43f2bf:timer', 'i:1760586720;', 1760586720),
('6ammart1735959278_cache526f566e9d533d1e6c0c00f5779ac8b3', 'i:1;', 1757517440),
('6ammart1735959278_cache526f566e9d533d1e6c0c00f5779ac8b3:timer', 'i:1757517440;', 1757517440),
('6ammart1735959278_cache528ba4a9a9f5a16723ccd1816067fdc5', 'i:22;', 1746180898),
('6ammart1735959278_cache528ba4a9a9f5a16723ccd1816067fdc5:timer', 'i:1746180898;', 1746180898),
('6ammart1735959278_cache5295c802343b2a730e294ccc3e7f22c4', 'i:1;', 1758540387),
('6ammart1735959278_cache5295c802343b2a730e294ccc3e7f22c4:timer', 'i:1758540387;', 1758540387),
('6ammart1735959278_cache5295eab034ef06c462263b0eb74d91b7', 'i:36;', 1746802575),
('6ammart1735959278_cache5295eab034ef06c462263b0eb74d91b7:timer', 'i:1746802575;', 1746802575),
('6ammart1735959278_cache529dbd9ef2ff6035cabc9690a7324ab7', 'i:2;', 1751290914),
('6ammart1735959278_cache529dbd9ef2ff6035cabc9690a7324ab7:timer', 'i:1751290914;', 1751290914),
('6ammart1735959278_cache52c3a366ca35ae00b383fa09121a9874', 'i:32;', 1740386117),
('6ammart1735959278_cache52c3a366ca35ae00b383fa09121a9874:timer', 'i:1740386117;', 1740386117),
('6ammart1735959278_cache532b84c3e2a1f7a38a525dde80646737', 'i:1;', 1748252946),
('6ammart1735959278_cache532b84c3e2a1f7a38a525dde80646737:timer', 'i:1748252946;', 1748252946),
('6ammart1735959278_cache536a5e3e18f18561ee5df01889b90e3c', 'i:16;', 1740206954),
('6ammart1735959278_cache536a5e3e18f18561ee5df01889b90e3c:timer', 'i:1740206954;', 1740206954),
('6ammart1735959278_cache536cbe96c13f8c4f1ca6e02d34e6d06e', 'i:6;', 1758117977),
('6ammart1735959278_cache536cbe96c13f8c4f1ca6e02d34e6d06e:timer', 'i:1758117977;', 1758117977),
('6ammart1735959278_cache53890228d531c457f301703ac83bf865', 'i:1;', 1748367063),
('6ammart1735959278_cache53890228d531c457f301703ac83bf865:timer', 'i:1748367063;', 1748367063),
('6ammart1735959278_cache53b57229e3ed9e38c3221d229a687070', 'i:6;', 1760097056),
('6ammart1735959278_cache53b57229e3ed9e38c3221d229a687070:timer', 'i:1760097056;', 1760097056),
('6ammart1735959278_cache53ba4f95b074886b2df295596dc9813e', 'i:1;', 1754934463),
('6ammart1735959278_cache53ba4f95b074886b2df295596dc9813e:timer', 'i:1754934463;', 1754934463),
('6ammart1735959278_cache53eaddc3ae644da7ec61ba483b14acd9', 'i:5;', 1745281039),
('6ammart1735959278_cache53eaddc3ae644da7ec61ba483b14acd9:timer', 'i:1745281039;', 1745281039),
('6ammart1735959278_cache543381397297db4d9c165af57fde635a', 'i:20;', 1747835191),
('6ammart1735959278_cache543381397297db4d9c165af57fde635a:timer', 'i:1747835191;', 1747835191),
('6ammart1735959278_cache5440fc65515edffa5ed23c49e4e81394', 'i:13;', 1753680409),
('6ammart1735959278_cache5440fc65515edffa5ed23c49e4e81394:timer', 'i:1753680409;', 1753680409),
('6ammart1735959278_cache547a829138488c7343fd5a620f5749cb', 'i:1;', 1739941339),
('6ammart1735959278_cache547a829138488c7343fd5a620f5749cb:timer', 'i:1739941339;', 1739941339),
('6ammart1735959278_cache547b6c5b29b1bde262819fd26607acd9', 'i:3;', 1754067827),
('6ammart1735959278_cache547b6c5b29b1bde262819fd26607acd9:timer', 'i:1754067827;', 1754067827),
('6ammart1735959278_cache548f03239ea9746ca23e92990c9db408', 'i:7;', 1746264084),
('6ammart1735959278_cache548f03239ea9746ca23e92990c9db408:timer', 'i:1746264084;', 1746264084),
('6ammart1735959278_cache5496391ad110819cafed40fe7f47609f', 'i:7;', 1747289248),
('6ammart1735959278_cache5496391ad110819cafed40fe7f47609f:timer', 'i:1747289248;', 1747289248),
('6ammart1735959278_cache54efb344b9a03735b8c2014b6c73356b', 'i:9;', 1758692698),
('6ammart1735959278_cache54efb344b9a03735b8c2014b6c73356b:timer', 'i:1758692698;', 1758692698),
('6ammart1735959278_cache54f0765534767ad1065a550a86cb40c5', 'i:1;', 1748369987),
('6ammart1735959278_cache54f0765534767ad1065a550a86cb40c5:timer', 'i:1748369987;', 1748369987),
('6ammart1735959278_cache54fff0aec81e8154a72f34692f021312', 'i:3;', 1739941378),
('6ammart1735959278_cache54fff0aec81e8154a72f34692f021312:timer', 'i:1739941378;', 1739941378),
('6ammart1735959278_cache5569676f443caa7030678870e680cd35', 'i:4;', 1754463819),
('6ammart1735959278_cache5569676f443caa7030678870e680cd35:timer', 'i:1754463819;', 1754463819),
('6ammart1735959278_cache557bb1ffc55961dfe2f3fd5a6620cafa', 'i:1;', 1739941438),
('6ammart1735959278_cache557bb1ffc55961dfe2f3fd5a6620cafa:timer', 'i:1739941438;', 1739941438),
('6ammart1735959278_cache55ce8e65b6b2522eeffc24b2836837ab', 'i:2;', 1740158624),
('6ammart1735959278_cache55ce8e65b6b2522eeffc24b2836837ab:timer', 'i:1740158624;', 1740158624),
('6ammart1735959278_cache55fee202692f6c77ce5dfb235a6a8232', 'i:4;', 1760814531),
('6ammart1735959278_cache55fee202692f6c77ce5dfb235a6a8232:timer', 'i:1760814531;', 1760814531),
('6ammart1735959278_cache560863b128229f079c6187f4a1b70203', 'i:6;', 1745872713),
('6ammart1735959278_cache560863b128229f079c6187f4a1b70203:timer', 'i:1745872713;', 1745872713),
('6ammart1735959278_cache56702078e861ca292f0ccab13093278e', 'i:7;', 1754899888),
('6ammart1735959278_cache56702078e861ca292f0ccab13093278e:timer', 'i:1754899888;', 1754899888),
('6ammart1735959278_cache568991033ba7761cb5dc877c2f52c536', 'i:1;', 1740053670),
('6ammart1735959278_cache568991033ba7761cb5dc877c2f52c536:timer', 'i:1740053669;', 1740053669),
('6ammart1735959278_cache568d90f5ca1e0a679b7b537a9f6511a2', 'i:1;', 1760229909),
('6ammart1735959278_cache568d90f5ca1e0a679b7b537a9f6511a2:timer', 'i:1760229909;', 1760229909),
('6ammart1735959278_cache56953469936a6fb85f2838a8b893ff30', 'i:1;', 1748968470),
('6ammart1735959278_cache56953469936a6fb85f2838a8b893ff30:timer', 'i:1748968470;', 1748968470),
('6ammart1735959278_cache56aef697ae38f1ae68fed2d6c796e7d3', 'i:3;', 1758540364),
('6ammart1735959278_cache56aef697ae38f1ae68fed2d6c796e7d3:timer', 'i:1758540364;', 1758540364),
('6ammart1735959278_cache56c4a075f9e4037085f43e1c2bbf6ec9', 'i:5;', 1753885321),
('6ammart1735959278_cache56c4a075f9e4037085f43e1c2bbf6ec9:timer', 'i:1753885321;', 1753885321),
('6ammart1735959278_cache56e71281b338f2aa7bb51526cb288d8c', 'i:11;', 1757302271),
('6ammart1735959278_cache56e71281b338f2aa7bb51526cb288d8c:timer', 'i:1757302271;', 1757302271),
('6ammart1735959278_cache578e2bc223698ce6e6062b427df42160', 'i:7;', 1753436448),
('6ammart1735959278_cache578e2bc223698ce6e6062b427df42160:timer', 'i:1753436448;', 1753436448),
('6ammart1735959278_cache57cb419c7a17b0b38a26c940129d137f', 'i:1;', 1740401376),
('6ammart1735959278_cache57cb419c7a17b0b38a26c940129d137f:timer', 'i:1740401376;', 1740401376),
('6ammart1735959278_cache57ef5e858566c3a6957c555724a75d5f', 'i:1;', 1747048606),
('6ammart1735959278_cache57ef5e858566c3a6957c555724a75d5f:timer', 'i:1747048606;', 1747048606),
('6ammart1735959278_cache57fe8eeffb3de2ccdf81908cdd6316b7', 'i:2;', 1746597294),
('6ammart1735959278_cache57fe8eeffb3de2ccdf81908cdd6316b7:timer', 'i:1746597294;', 1746597294),
('6ammart1735959278_cache58b996714d458bdfdcfef680fd939269', 'i:8;', 1760229706),
('6ammart1735959278_cache58b996714d458bdfdcfef680fd939269:timer', 'i:1760229706;', 1760229706),
('6ammart1735959278_cache58d2165e07031b452299d2226eb5e317', 'i:53;', 1746093463),
('6ammart1735959278_cache58d2165e07031b452299d2226eb5e317:timer', 'i:1746093463;', 1746093463),
('6ammart1735959278_cache58d757f06f48d0b4650781c1cedf8699', 'i:1;', 1748631998),
('6ammart1735959278_cache58d757f06f48d0b4650781c1cedf8699:timer', 'i:1748631998;', 1748631998),
('6ammart1735959278_cache593c4f07b43cf7a3b8cd55c692754851', 'i:2;', 1751341642),
('6ammart1735959278_cache593c4f07b43cf7a3b8cd55c692754851:timer', 'i:1751341642;', 1751341642),
('6ammart1735959278_cache598e07f0522bd5e3cfb55e32ba514c7f', 'i:8;', 1761438640),
('6ammart1735959278_cache598e07f0522bd5e3cfb55e32ba514c7f:timer', 'i:1761438640;', 1761438640),
('6ammart1735959278_cache5a30a1f6415a8939de170c53e984fbdf', 'i:2;', 1740840498),
('6ammart1735959278_cache5a30a1f6415a8939de170c53e984fbdf:timer', 'i:1740840498;', 1740840498),
('6ammart1735959278_cache5a4f7128c0645f0478b67b01fb3e0437', 'i:15;', 1740812468),
('6ammart1735959278_cache5a4f7128c0645f0478b67b01fb3e0437:timer', 'i:1740812468;', 1740812468),
('6ammart1735959278_cache5a5165ec41083a3157668b747c893218', 'i:15;', 1759502761),
('6ammart1735959278_cache5a5165ec41083a3157668b747c893218:timer', 'i:1759502761;', 1759502761),
('6ammart1735959278_cache5a9a0bb409771219d06b0a86d3cae6e9', 'i:22;', 1741503374),
('6ammart1735959278_cache5a9a0bb409771219d06b0a86d3cae6e9:timer', 'i:1741503374;', 1741503374),
('6ammart1735959278_cache5aa6e05bd0ebf161b941aa8162d56a5a', 'i:4;', 1760533120),
('6ammart1735959278_cache5aa6e05bd0ebf161b941aa8162d56a5a:timer', 'i:1760533120;', 1760533120),
('6ammart1735959278_cache5aaa8d2dfe13be4006de1b8e285c5051', 'i:1;', 1753437867),
('6ammart1735959278_cache5aaa8d2dfe13be4006de1b8e285c5051:timer', 'i:1753437867;', 1753437867),
('6ammart1735959278_cache5abb60118334e9f17700f12d1af1f8f4', 'i:16;', 1760592560),
('6ammart1735959278_cache5abb60118334e9f17700f12d1af1f8f4:timer', 'i:1760592560;', 1760592560),
('6ammart1735959278_cache5ac89016fae23014a7645cb589d04e1c', 'i:2;', 1751248890),
('6ammart1735959278_cache5ac89016fae23014a7645cb589d04e1c:timer', 'i:1751248890;', 1751248890),
('6ammart1735959278_cache5aee8418fb8ab93d94c084403791be78', 'i:1;', 1762686123),
('6ammart1735959278_cache5aee8418fb8ab93d94c084403791be78:timer', 'i:1762686123;', 1762686123),
('6ammart1735959278_cache5af8462ac0247420619285c89b13a9b7', 'i:13;', 1756114808),
('6ammart1735959278_cache5af8462ac0247420619285c89b13a9b7:timer', 'i:1756114808;', 1756114808),
('6ammart1735959278_cache5b07bcad9c1017f5652def60ffc4fcae', 'i:1;', 1746268276),
('6ammart1735959278_cache5b07bcad9c1017f5652def60ffc4fcae:timer', 'i:1746268276;', 1746268276),
('6ammart1735959278_cache5b1c7a36ebea2a9aad91a5d87c569f94', 'i:3;', 1739811005),
('6ammart1735959278_cache5b1c7a36ebea2a9aad91a5d87c569f94:timer', 'i:1739811005;', 1739811005),
('6ammart1735959278_cache5b2cd9a9363e8df19be182623bea69c5', 'i:1;', 1745512133),
('6ammart1735959278_cache5b2cd9a9363e8df19be182623bea69c5:timer', 'i:1745512133;', 1745512133),
('6ammart1735959278_cache5b3fad34521a582db1b06783b3111236', 'i:1;', 1758469703),
('6ammart1735959278_cache5b3fad34521a582db1b06783b3111236:timer', 'i:1758469703;', 1758469703),
('6ammart1735959278_cache5b457df4d1a3b098bc5b913a3f43aa4a', 'i:4;', 1757611619),
('6ammart1735959278_cache5b457df4d1a3b098bc5b913a3f43aa4a:timer', 'i:1757611619;', 1757611619),
('6ammart1735959278_cache5b5d63b8146fad7116879a274e11fa1c', 'i:1;', 1761438653),
('6ammart1735959278_cache5b5d63b8146fad7116879a274e11fa1c:timer', 'i:1761438653;', 1761438653),
('6ammart1735959278_cache5bbe452a16672a7b2261dd63fc1c34f7', 'i:4;', 1758373563),
('6ammart1735959278_cache5bbe452a16672a7b2261dd63fc1c34f7:timer', 'i:1758373563;', 1758373563),
('6ammart1735959278_cache5bed9f79a3a8a98c2f961c177a1ed02a', 'i:5;', 1760095996),
('6ammart1735959278_cache5bed9f79a3a8a98c2f961c177a1ed02a:timer', 'i:1760095996;', 1760095996),
('6ammart1735959278_cache5bfd1080d23a0ffb724c66c2cc1aa9e2', 'i:2;', 1739797341),
('6ammart1735959278_cache5bfd1080d23a0ffb724c66c2cc1aa9e2:timer', 'i:1739797341;', 1739797341),
('6ammart1735959278_cache5c8d2f4caa233a4ff07e643feba29b8e', 'i:7;', 1746520853),
('6ammart1735959278_cache5c8d2f4caa233a4ff07e643feba29b8e:timer', 'i:1746520853;', 1746520853),
('6ammart1735959278_cache5c989344bff3005aeeb1014a4d223928', 'i:20;', 1759828279),
('6ammart1735959278_cache5c989344bff3005aeeb1014a4d223928:timer', 'i:1759828279;', 1759828279),
('6ammart1735959278_cache5ca49bd8dedf3ea31ff9401bc268e074', 'i:1;', 1758437567),
('6ammart1735959278_cache5ca49bd8dedf3ea31ff9401bc268e074:timer', 'i:1758437567;', 1758437567),
('6ammart1735959278_cache5cf524d97f1f9389fc44c00f90df60f3', 'i:49;', 1745295174),
('6ammart1735959278_cache5cf524d97f1f9389fc44c00f90df60f3:timer', 'i:1745295174;', 1745295174),
('6ammart1735959278_cache5d396d6b73ea7db1ec8d93ba5377c00e', 'i:1;', 1739956736),
('6ammart1735959278_cache5d396d6b73ea7db1ec8d93ba5377c00e:timer', 'i:1739956736;', 1739956736),
('6ammart1735959278_cache5e5c2339545acea25e5d1f1aa37454cc', 'i:8;', 1758530001),
('6ammart1735959278_cache5e5c2339545acea25e5d1f1aa37454cc:timer', 'i:1758530001;', 1758530001),
('6ammart1735959278_cache5e6e02289b91ce8077a969aaadc27e9d', 'i:5;', 1753506179),
('6ammart1735959278_cache5e6e02289b91ce8077a969aaadc27e9d:timer', 'i:1753506179;', 1753506179),
('6ammart1735959278_cache5e6f1b9e8fdd196539103ad9933c97f6', 'i:6;', 1751093819),
('6ammart1735959278_cache5e6f1b9e8fdd196539103ad9933c97f6:timer', 'i:1751093819;', 1751093819),
('6ammart1735959278_cache5e8e4cd21a4aad386765a85fdbd1362a', 'i:1;', 1755072393),
('6ammart1735959278_cache5e8e4cd21a4aad386765a85fdbd1362a:timer', 'i:1755072393;', 1755072393),
('6ammart1735959278_cache5ed66134eb9409211d3a247cff334475', 'i:1;', 1758285017),
('6ammart1735959278_cache5ed66134eb9409211d3a247cff334475:timer', 'i:1758285017;', 1758285017),
('6ammart1735959278_cache5f13c90ca885547e587e20542222256e', 'i:14;', 1754813804),
('6ammart1735959278_cache5f13c90ca885547e587e20542222256e:timer', 'i:1754813804;', 1754813804),
('6ammart1735959278_cache5f319dfa3783970d1af0f2124033a78a', 'i:9;', 1740717141),
('6ammart1735959278_cache5f319dfa3783970d1af0f2124033a78a:timer', 'i:1740717141;', 1740717141),
('6ammart1735959278_cache5f76a9a729dbb47df27712f025bb1f70', 'i:1;', 1761655024),
('6ammart1735959278_cache5f76a9a729dbb47df27712f025bb1f70:timer', 'i:1761655024;', 1761655024),
('6ammart1735959278_cache5f84c8688110e8f75155f25a29f870c6', 'i:9;', 1739964626),
('6ammart1735959278_cache5f84c8688110e8f75155f25a29f870c6:timer', 'i:1739964626;', 1739964626),
('6ammart1735959278_cache5f89cb8480bd6c6d75b7173d56574763', 'i:1;', 1761994778),
('6ammart1735959278_cache5f89cb8480bd6c6d75b7173d56574763:timer', 'i:1761994778;', 1761994778),
('6ammart1735959278_cache5f9302488c0e50100927aece7b21da63', 'i:27;', 1746091605),
('6ammart1735959278_cache5f9302488c0e50100927aece7b21da63:timer', 'i:1746091605;', 1746091605),
('6ammart1735959278_cache5fdd305fbf7443b13d3d21583e071262', 'i:1;', 1755780397),
('6ammart1735959278_cache5fdd305fbf7443b13d3d21583e071262:timer', 'i:1755780397;', 1755780397),
('6ammart1735959278_cache5fdef9cfbaf407fa8e0a7f4513204951', 'i:35;', 1745778611),
('6ammart1735959278_cache5fdef9cfbaf407fa8e0a7f4513204951:timer', 'i:1745778611;', 1745778611),
('6ammart1735959278_cache5fe2509dbe7c181d62d65ab49c493422', 'i:1;', 1747835309),
('6ammart1735959278_cache5fe2509dbe7c181d62d65ab49c493422:timer', 'i:1747835309;', 1747835309),
('6ammart1735959278_cache6013795d37f6f201e48f1ed80d3b8ade', 'i:21;', 1757048088),
('6ammart1735959278_cache6013795d37f6f201e48f1ed80d3b8ade:timer', 'i:1757048088;', 1757048088),
('6ammart1735959278_cache60261f6ba820f9b96c13a7685f05ec2b', 'i:3;', 1760646176),
('6ammart1735959278_cache60261f6ba820f9b96c13a7685f05ec2b:timer', 'i:1760646176;', 1760646176),
('6ammart1735959278_cache602dcf30c967322317d657402c940ffc', 'i:1;', 1753885434),
('6ammart1735959278_cache602dcf30c967322317d657402c940ffc:timer', 'i:1753885434;', 1753885434),
('6ammart1735959278_cache603b307073a2965fec59dd938ad8e819', 'i:2;', 1762354304),
('6ammart1735959278_cache603b307073a2965fec59dd938ad8e819:timer', 'i:1762354304;', 1762354304),
('6ammart1735959278_cache60491753eb8947391635a0c084744ef3', 'i:6;', 1746100958),
('6ammart1735959278_cache60491753eb8947391635a0c084744ef3:timer', 'i:1746100958;', 1746100958),
('6ammart1735959278_cache60503b6bd665aa439f2398ec3e003f9e', 'i:4;', 1748163512),
('6ammart1735959278_cache60503b6bd665aa439f2398ec3e003f9e:timer', 'i:1748163512;', 1748163512),
('6ammart1735959278_cache605c57363aebd318c1573b5588ab818b', 'i:6;', 1746523367),
('6ammart1735959278_cache605c57363aebd318c1573b5588ab818b:timer', 'i:1746523367;', 1746523367),
('6ammart1735959278_cache60611c1287a37805b4ffa162f9200588', 'i:2;', 1750647755),
('6ammart1735959278_cache60611c1287a37805b4ffa162f9200588:timer', 'i:1750647755;', 1750647755),
('6ammart1735959278_cache606e0a47fb0c582d2048c852abc04e19', 'i:11;', 1760174135),
('6ammart1735959278_cache606e0a47fb0c582d2048c852abc04e19:timer', 'i:1760174135;', 1760174135),
('6ammart1735959278_cache60f17833563d54c113981c550c1852f6', 'i:1;', 1746261073),
('6ammart1735959278_cache60f17833563d54c113981c550c1852f6:timer', 'i:1746261073;', 1746261073),
('6ammart1735959278_cache6133e66de79c3d3bea9f7e6839755af6', 'i:16;', 1752650530),
('6ammart1735959278_cache6133e66de79c3d3bea9f7e6839755af6:timer', 'i:1752650530;', 1752650530),
('6ammart1735959278_cache6164b0a1cd829f24c685a89cedcbf8c2', 'i:1;', 1762791570),
('6ammart1735959278_cache6164b0a1cd829f24c685a89cedcbf8c2:timer', 'i:1762791570;', 1762791570),
('6ammart1735959278_cache621631129d1e5513906f600f6e0c51f3', 'i:1;', 1760229995),
('6ammart1735959278_cache621631129d1e5513906f600f6e0c51f3:timer', 'i:1760229995;', 1760229995),
('6ammart1735959278_cache62478febe353b16136ad8e78a023dadb', 'i:33;', 1739791855),
('6ammart1735959278_cache62478febe353b16136ad8e78a023dadb:timer', 'i:1739791855;', 1739791855),
('6ammart1735959278_cache62939258a93ce7ed7d33b69f50321192', 'i:8;', 1740671227),
('6ammart1735959278_cache62939258a93ce7ed7d33b69f50321192:timer', 'i:1740671227;', 1740671227),
('6ammart1735959278_cache62b4675f36871dea184046ce50823b54', 'i:3;', 1757680479),
('6ammart1735959278_cache62b4675f36871dea184046ce50823b54:timer', 'i:1757680479;', 1757680479);
INSERT INTO `cache` (`key`, `value`, `expiration`) VALUES
('6ammart1735959278_cache62b4b9a9e08be7093db672ca5f0daa3c', 'i:1;', 1753885425),
('6ammart1735959278_cache62b4b9a9e08be7093db672ca5f0daa3c:timer', 'i:1753885425;', 1753885425),
('6ammart1735959278_cache631633734def22826a6e779b9d2dfef6', 'i:8;', 1754934419),
('6ammart1735959278_cache631633734def22826a6e779b9d2dfef6:timer', 'i:1754934419;', 1754934419),
('6ammart1735959278_cache63312f390e739e1b53676391afa81f98', 'i:6;', 1746259076),
('6ammart1735959278_cache63312f390e739e1b53676391afa81f98:timer', 'i:1746259076;', 1746259076),
('6ammart1735959278_cache63690bfd07bbe97bf17a02159630827f', 'i:19;', 1751962386),
('6ammart1735959278_cache63690bfd07bbe97bf17a02159630827f:timer', 'i:1751962386;', 1751962386),
('6ammart1735959278_cache63a25bb0caa59997c8312d1beac3f477', 'i:1;', 1739899010),
('6ammart1735959278_cache63a25bb0caa59997c8312d1beac3f477:timer', 'i:1739899010;', 1739899010),
('6ammart1735959278_cache63d125c7de0014f2df7403d212334df1', 'i:10;', 1740722471),
('6ammart1735959278_cache63d125c7de0014f2df7403d212334df1:timer', 'i:1740722471;', 1740722471),
('6ammart1735959278_cache6453f67197df1e8dc183230d9ed06562', 'i:10;', 1755078245),
('6ammart1735959278_cache6453f67197df1e8dc183230d9ed06562:timer', 'i:1755078245;', 1755078245),
('6ammart1735959278_cache646c72b8db405142835a290cc3f9fe26', 'i:1;', 1761963620),
('6ammart1735959278_cache646c72b8db405142835a290cc3f9fe26:timer', 'i:1761963620;', 1761963620),
('6ammart1735959278_cache647b24ed69812f5bc0ad5362640b6c3b', 'i:4;', 1762054492),
('6ammart1735959278_cache647b24ed69812f5bc0ad5362640b6c3b:timer', 'i:1762054492;', 1762054492),
('6ammart1735959278_cache64bbb9bf76c47cd0cf11eb52abbcb271', 'i:1;', 1746087545),
('6ammart1735959278_cache64bbb9bf76c47cd0cf11eb52abbcb271:timer', 'i:1746087545;', 1746087545),
('6ammart1735959278_cache64cabfa79c62521e22d5b085c6493d19', 'i:24;', 1751647413),
('6ammart1735959278_cache64cabfa79c62521e22d5b085c6493d19:timer', 'i:1751647413;', 1751647413),
('6ammart1735959278_cache64d56fba3ebb723035b43a960202b708', 'i:1;', 1746265088),
('6ammart1735959278_cache64d56fba3ebb723035b43a960202b708:timer', 'i:1746265088;', 1746265088),
('6ammart1735959278_cache64f977d19b621c67b824f7d55208fbb0', 'i:7;', 1753504567),
('6ammart1735959278_cache64f977d19b621c67b824f7d55208fbb0:timer', 'i:1753504567;', 1753504567),
('6ammart1735959278_cache656f071ffb1982a1e013e6aa52fc91a4', 'i:2;', 1740401499),
('6ammart1735959278_cache656f071ffb1982a1e013e6aa52fc91a4:timer', 'i:1740401499;', 1740401499),
('6ammart1735959278_cache659e3b747384da55f74e195c3dc421a3', 'i:21;', 1740289280),
('6ammart1735959278_cache659e3b747384da55f74e195c3dc421a3:timer', 'i:1740289280;', 1740289280),
('6ammart1735959278_cache66263dc327d45ceed41623887646bfcc', 'i:1;', 1746075557),
('6ammart1735959278_cache66263dc327d45ceed41623887646bfcc:timer', 'i:1746075557;', 1746075557),
('6ammart1735959278_cache66442b274750e437b9d2e0778ffccbdb', 'i:2;', 1760100305),
('6ammart1735959278_cache66442b274750e437b9d2e0778ffccbdb:timer', 'i:1760100305;', 1760100305),
('6ammart1735959278_cache666290961526af370817039793f5781b', 'i:5;', 1740967274),
('6ammart1735959278_cache666290961526af370817039793f5781b:timer', 'i:1740967274;', 1740967274),
('6ammart1735959278_cache6676a21528356f9226edddf0efbe4c1a', 'i:3;', 1751905169),
('6ammart1735959278_cache6676a21528356f9226edddf0efbe4c1a:timer', 'i:1751905169;', 1751905169),
('6ammart1735959278_cache66a40ed614324d03679eec1550fcf2b6', 'i:8;', 1741512777),
('6ammart1735959278_cache66a40ed614324d03679eec1550fcf2b6:timer', 'i:1741512777;', 1741512777),
('6ammart1735959278_cache66cbc16dde9fd31bd30c6d5ff9313caf', 'i:1;', 1760230440),
('6ammart1735959278_cache66cbc16dde9fd31bd30c6d5ff9313caf:timer', 'i:1760230440;', 1760230440),
('6ammart1735959278_cache67112af949411ceb974d91f099d3e954', 'i:1;', 1746245344),
('6ammart1735959278_cache67112af949411ceb974d91f099d3e954:timer', 'i:1746245344;', 1746245344),
('6ammart1735959278_cache67393b6c2a264cc44cc1e458fc6d653f', 'i:27;', 1759666487),
('6ammart1735959278_cache67393b6c2a264cc44cc1e458fc6d653f:timer', 'i:1759666487;', 1759666487),
('6ammart1735959278_cache6746b968d12a5fbb2be526970e8590f8', 'i:1;', 1740755984),
('6ammart1735959278_cache6746b968d12a5fbb2be526970e8590f8:timer', 'i:1740755984;', 1740755984),
('6ammart1735959278_cache674b64d22925509a396fde8b5413e18f', 'i:6;', 1740054965),
('6ammart1735959278_cache674b64d22925509a396fde8b5413e18f:timer', 'i:1740054965;', 1740054965),
('6ammart1735959278_cache6756ddb6ed1806eaeb714b9dbb147462', 'i:4;', 1758239723),
('6ammart1735959278_cache6756ddb6ed1806eaeb714b9dbb147462:timer', 'i:1758239723;', 1758239723),
('6ammart1735959278_cache678d21294a113dac9012c4f3acf9426c', 'i:31;', 1761808742),
('6ammart1735959278_cache678d21294a113dac9012c4f3acf9426c:timer', 'i:1761808742;', 1761808742),
('6ammart1735959278_cache67cacb2be6bfe62815be42b71b9bc1bf', 'i:1;', 1740401321),
('6ammart1735959278_cache67cacb2be6bfe62815be42b71b9bc1bf:timer', 'i:1740401321;', 1740401321),
('6ammart1735959278_cache67d68ca3b288d1ee0f17a8fb9660a007', 'i:2;', 1761031233),
('6ammart1735959278_cache67d68ca3b288d1ee0f17a8fb9660a007:timer', 'i:1761031233;', 1761031233),
('6ammart1735959278_cache67e4e9387063dd9da5cda179cd381a95', 'i:1;', 1753436627),
('6ammart1735959278_cache67e4e9387063dd9da5cda179cd381a95:timer', 'i:1753436627;', 1753436627),
('6ammart1735959278_cache67efef3d2c635f51a7b1edd5b9a788e0', 'i:21;', 1747921049),
('6ammart1735959278_cache67efef3d2c635f51a7b1edd5b9a788e0:timer', 'i:1747921049;', 1747921049),
('6ammart1735959278_cache680ae01c1dd6395a1e255ee4cfc11582', 'i:17;', 1760065755),
('6ammart1735959278_cache680ae01c1dd6395a1e255ee4cfc11582:timer', 'i:1760065755;', 1760065755),
('6ammart1735959278_cache683fb031de19fd63821e03601f3c020c', 'i:70;', 1744990420),
('6ammart1735959278_cache683fb031de19fd63821e03601f3c020c:timer', 'i:1744990420;', 1744990420),
('6ammart1735959278_cache686b0efac40b299c52e2e49d287bb352', 'i:3;', 1739967151),
('6ammart1735959278_cache686b0efac40b299c52e2e49d287bb352:timer', 'i:1739967151;', 1739967151),
('6ammart1735959278_cache688438df81e95f0c5056119b29637d4c', 'i:15;', 1740242413),
('6ammart1735959278_cache688438df81e95f0c5056119b29637d4c:timer', 'i:1740242413;', 1740242413),
('6ammart1735959278_cache68846daf6df2967501760f9f23b0682c', 'i:6;', 1741316377),
('6ammart1735959278_cache68846daf6df2967501760f9f23b0682c:timer', 'i:1741316377;', 1741316377),
('6ammart1735959278_cache68863cea7e30e26d207fdff9d27b09ea', 'i:3;', 1761543859),
('6ammart1735959278_cache68863cea7e30e26d207fdff9d27b09ea:timer', 'i:1761543859;', 1761543859),
('6ammart1735959278_cache68b0086ee86dad05f86bd91a94972fcc', 'i:14;', 1747499884),
('6ammart1735959278_cache68b0086ee86dad05f86bd91a94972fcc:timer', 'i:1747499884;', 1747499884),
('6ammart1735959278_cache68d19f4e60da279fa80673d69e2b29c5', 'i:1;', 1746541316),
('6ammart1735959278_cache68d19f4e60da279fa80673d69e2b29c5:timer', 'i:1746541316;', 1746541316),
('6ammart1735959278_cache68f1f2bc451fa759d91b9c98f4ff40b3', 'i:17;', 1760351630),
('6ammart1735959278_cache68f1f2bc451fa759d91b9c98f4ff40b3:timer', 'i:1760351630;', 1760351630),
('6ammart1735959278_cache695701c77f9c3c67a8a20a10b600e164', 'i:15;', 1739947015),
('6ammart1735959278_cache695701c77f9c3c67a8a20a10b600e164:timer', 'i:1739947015;', 1739947015),
('6ammart1735959278_cache69a2bd7d0b95fbd613fc937fa54fc37a', 'i:1;', 1746185480),
('6ammart1735959278_cache69a2bd7d0b95fbd613fc937fa54fc37a:timer', 'i:1746185480;', 1746185480),
('6ammart1735959278_cache69bbdd3eb837c6031dcbfe9307dfb1b3', 'i:1;', 1746245387),
('6ammart1735959278_cache69bbdd3eb837c6031dcbfe9307dfb1b3:timer', 'i:1746245387;', 1746245387),
('6ammart1735959278_cache69ff462704af36bafcd633aeddc13b1b', 'i:6;', 1739793828),
('6ammart1735959278_cache69ff462704af36bafcd633aeddc13b1b:timer', 'i:1739793828;', 1739793828),
('6ammart1735959278_cache6a16f654bb226603101a40bd6a61293f', 'i:15;', 1740038653),
('6ammart1735959278_cache6a16f654bb226603101a40bd6a61293f:timer', 'i:1740038653;', 1740038653),
('6ammart1735959278_cache6a1ec88b4c99cc35b80a9e73e0ced60b', 'i:7;', 1757048058),
('6ammart1735959278_cache6a1ec88b4c99cc35b80a9e73e0ced60b:timer', 'i:1757048058;', 1757048058),
('6ammart1735959278_cache6a458035ace733cecfaede3af053a462', 'i:6;', 1746094143),
('6ammart1735959278_cache6a458035ace733cecfaede3af053a462:timer', 'i:1746094143;', 1746094143),
('6ammart1735959278_cache6af6d4e4da7392b1b641ca4507ab5219', 'i:1;', 1741101950),
('6ammart1735959278_cache6af6d4e4da7392b1b641ca4507ab5219:timer', 'i:1741101950;', 1741101950),
('6ammart1735959278_cache6b04159b365214f1db0e1caeaa7153cb', 'i:1;', 1741509270),
('6ammart1735959278_cache6b04159b365214f1db0e1caeaa7153cb:timer', 'i:1741509270;', 1741509270),
('6ammart1735959278_cache6b80f38d262502a0df5da4f29d0e1d7b', 'i:11;', 1753447320),
('6ammart1735959278_cache6b80f38d262502a0df5da4f29d0e1d7b:timer', 'i:1753447320;', 1753447320),
('6ammart1735959278_cache6ba65aa85bec00dc6f61b8612f949f5b', 'i:1;', 1753680430),
('6ammart1735959278_cache6ba65aa85bec00dc6f61b8612f949f5b:timer', 'i:1753680430;', 1753680430),
('6ammart1735959278_cache6bb63c7852a52f35eff9333f2e061763', 'i:27;', 1746087585),
('6ammart1735959278_cache6bb63c7852a52f35eff9333f2e061763:timer', 'i:1746087585;', 1746087585),
('6ammart1735959278_cache6c250fa13499668f8b3de93fc7ad2ff6', 'i:1;', 1752024857),
('6ammart1735959278_cache6c250fa13499668f8b3de93fc7ad2ff6:timer', 'i:1752024857;', 1752024857),
('6ammart1735959278_cache6c5b450e103f71dafff92a25c725a018', 'i:1;', 1740706217),
('6ammart1735959278_cache6c5b450e103f71dafff92a25c725a018:timer', 'i:1740706217;', 1740706217),
('6ammart1735959278_cache6c6c57ec34e5420846d7ff8041ce82ff', 'i:3;', 1758526987),
('6ammart1735959278_cache6c6c57ec34e5420846d7ff8041ce82ff:timer', 'i:1758526987;', 1758526987),
('6ammart1735959278_cache6c6fb14b317e84e49e25a8745548dd0b', 'i:28;', 1747737194),
('6ammart1735959278_cache6c6fb14b317e84e49e25a8745548dd0b:timer', 'i:1747737194;', 1747737194),
('6ammart1735959278_cache6c82b5b7aa395511629e05fa7c95f070', 'i:3;', 1761651866),
('6ammart1735959278_cache6c82b5b7aa395511629e05fa7c95f070:timer', 'i:1761651866;', 1761651866),
('6ammart1735959278_cache6d1d91e70a00421dd3f66c5624f8744b', 'i:16;', 1746165880),
('6ammart1735959278_cache6d1d91e70a00421dd3f66c5624f8744b:timer', 'i:1746165880;', 1746165880),
('6ammart1735959278_cache6d20f593c0467c9fa4fa6b1ffa8ecc82', 'i:1;', 1759496699),
('6ammart1735959278_cache6d20f593c0467c9fa4fa6b1ffa8ecc82:timer', 'i:1759496699;', 1759496699),
('6ammart1735959278_cache6e30e9c308688bc8ad0b6df94bb8fce2', 'i:11;', 1758280984),
('6ammart1735959278_cache6e30e9c308688bc8ad0b6df94bb8fce2:timer', 'i:1758280984;', 1758280984),
('6ammart1735959278_cache6e46c80d9477f6ba8b8d8a60fea518af', 'i:1;', 1740356983),
('6ammart1735959278_cache6e46c80d9477f6ba8b8d8a60fea518af:timer', 'i:1740356983;', 1740356983),
('6ammart1735959278_cache6e48ce97d2d9c2153a3febdf0eb6ad49', 'i:14;', 1760641055),
('6ammart1735959278_cache6e48ce97d2d9c2153a3febdf0eb6ad49:timer', 'i:1760641055;', 1760641055),
('6ammart1735959278_cache6e86c1c38eec67de16930e18070aa5b3', 'i:10;', 1740290547),
('6ammart1735959278_cache6e86c1c38eec67de16930e18070aa5b3:timer', 'i:1740290547;', 1740290547),
('6ammart1735959278_cache6e8def002ff78a19b9e7846714c3f3e6', 'i:1;', 1759160531),
('6ammart1735959278_cache6e8def002ff78a19b9e7846714c3f3e6:timer', 'i:1759160531;', 1759160531),
('6ammart1735959278_cache6ebab13b818fb33b00561432a9d124a2', 'i:1;', 1739864774),
('6ammart1735959278_cache6ebab13b818fb33b00561432a9d124a2:timer', 'i:1739864774;', 1739864774),
('6ammart1735959278_cache6eeeb6eed35522c74f474a71a1540bfd', 'i:1;', 1754067690),
('6ammart1735959278_cache6eeeb6eed35522c74f474a71a1540bfd:timer', 'i:1754067690;', 1754067690),
('6ammart1735959278_cache6ef39b1325ff0cb7fc1a7ef2112c6332', 'i:45;', 1745204558),
('6ammart1735959278_cache6ef39b1325ff0cb7fc1a7ef2112c6332:timer', 'i:1745204558;', 1745204558),
('6ammart1735959278_cache6f16096f94c7633825f4adfe4cfe32aa', 'i:2;', 1745992407),
('6ammart1735959278_cache6f16096f94c7633825f4adfe4cfe32aa:timer', 'i:1745992407;', 1745992407),
('6ammart1735959278_cache6f499cba1321ec37c6f8fdf0f6f75a4c', 'i:11;', 1741244086),
('6ammart1735959278_cache6f499cba1321ec37c6f8fdf0f6f75a4c:timer', 'i:1741244086;', 1741244086),
('6ammart1735959278_cache6f949e20365e91d7d57779631aa04d12', 'i:3;', 1757517439),
('6ammart1735959278_cache6f949e20365e91d7d57779631aa04d12:timer', 'i:1757517439;', 1757517439),
('6ammart1735959278_cache6fd47324929c2083051596e655a69692', 'i:1;', 1760521605),
('6ammart1735959278_cache6fd47324929c2083051596e655a69692:timer', 'i:1760521605;', 1760521605),
('6ammart1735959278_cache6fd690cad214e3b86aff78de7c06c49e', 'i:1;', 1746245370),
('6ammart1735959278_cache6fd690cad214e3b86aff78de7c06c49e:timer', 'i:1746245370;', 1746245370),
('6ammart1735959278_cache6fd7c418d8f714f7c8472db6004f8cfa', 'i:16;', 1740048022),
('6ammart1735959278_cache6fd7c418d8f714f7c8472db6004f8cfa:timer', 'i:1740048022;', 1740048022),
('6ammart1735959278_cache6fd82be7f297755f3d6e9faa31fe36f0', 'i:20;', 1739861649),
('6ammart1735959278_cache6fd82be7f297755f3d6e9faa31fe36f0:timer', 'i:1739861649;', 1739861649),
('6ammart1735959278_cache6feb33fb27e82e504f330dce780e25dd', 'i:2;', 1740401480),
('6ammart1735959278_cache6feb33fb27e82e504f330dce780e25dd:timer', 'i:1740401480;', 1740401480),
('6ammart1735959278_cache70419e59165531d2066d8e71d40d091a', 'i:9;', 1739794256),
('6ammart1735959278_cache70419e59165531d2066d8e71d40d091a:timer', 'i:1739794256;', 1739794256),
('6ammart1735959278_cache7080dd5d627fc1aaf9614e0f60ebef9d', 'i:5;', 1740083695),
('6ammart1735959278_cache7080dd5d627fc1aaf9614e0f60ebef9d:timer', 'i:1740083695;', 1740083695),
('6ammart1735959278_cache70976b907d62d6b38f51ae6c8f8a66d1', 'i:6;', 1746097683),
('6ammart1735959278_cache70976b907d62d6b38f51ae6c8f8a66d1:timer', 'i:1746097683;', 1746097683),
('6ammart1735959278_cache70998cfb2a91e979e72f5c16fc09d0a0', 'i:2;', 1746261020),
('6ammart1735959278_cache70998cfb2a91e979e72f5c16fc09d0a0:timer', 'i:1746261020;', 1746261020),
('6ammart1735959278_cache70a2a0781c2855d499707dd22b3de712', 'i:1;', 1741509811),
('6ammart1735959278_cache70a2a0781c2855d499707dd22b3de712:timer', 'i:1741509811;', 1741509811),
('6ammart1735959278_cache70b661b8cad946c4e4fc2ee3ae234c78', 'i:21;', 1746094909),
('6ammart1735959278_cache70b661b8cad946c4e4fc2ee3ae234c78:timer', 'i:1746094909;', 1746094909),
('6ammart1735959278_cache70d537b28a1bd5123989ed8b511b8a76', 'i:1;', 1762770281),
('6ammart1735959278_cache70d537b28a1bd5123989ed8b511b8a76:timer', 'i:1762770281;', 1762770281),
('6ammart1735959278_cache70e302bf74a7086e06c086f6bd6228ba', 'i:22;', 1750163267),
('6ammart1735959278_cache70e302bf74a7086e06c086f6bd6228ba:timer', 'i:1750163267;', 1750163267),
('6ammart1735959278_cache70e4d7957d4ebcdc911fbdaa3ea58867', 'i:4;', 1740647592),
('6ammart1735959278_cache70e4d7957d4ebcdc911fbdaa3ea58867:timer', 'i:1740647592;', 1740647592),
('6ammart1735959278_cache710b528b2f4bc66e6ec415703fee20dd', 'i:20;', 1758697928),
('6ammart1735959278_cache710b528b2f4bc66e6ec415703fee20dd:timer', 'i:1758697928;', 1758697928),
('6ammart1735959278_cache711aef5089394eb3189d8e22826552fb', 'i:3;', 1746245281),
('6ammart1735959278_cache711aef5089394eb3189d8e22826552fb:timer', 'i:1746245281;', 1746245281),
('6ammart1735959278_cache717d139ff32159db2e4d17be603cbfb2', 'i:17;', 1740038550),
('6ammart1735959278_cache717d139ff32159db2e4d17be603cbfb2:timer', 'i:1740038550;', 1740038550),
('6ammart1735959278_cache7183472f1b25658652e3ffe45ba6415a', 'i:15;', 1758277679),
('6ammart1735959278_cache7183472f1b25658652e3ffe45ba6415a:timer', 'i:1758277679;', 1758277679),
('6ammart1735959278_cache721ffbc788100854afabf161adcdfe5c', 'i:1;', 1748175668),
('6ammart1735959278_cache721ffbc788100854afabf161adcdfe5c:timer', 'i:1748175668;', 1748175668),
('6ammart1735959278_cache7253a23a378a62793a213ba1f9e1b837', 'i:25;', 1745644279),
('6ammart1735959278_cache7253a23a378a62793a213ba1f9e1b837:timer', 'i:1745644279;', 1745644279),
('6ammart1735959278_cache72711e4d1a3027a8d971082224b9495b', 'i:9;', 1761560000),
('6ammart1735959278_cache72711e4d1a3027a8d971082224b9495b:timer', 'i:1761560000;', 1761560000),
('6ammart1735959278_cache72c17aad0e76f9d81c95cadbc8958b67', 'i:2;', 1753373278),
('6ammart1735959278_cache72c17aad0e76f9d81c95cadbc8958b67:timer', 'i:1753373278;', 1753373278),
('6ammart1735959278_cache72eb15c95546c5e87e0384dabb594372', 'i:9;', 1739848676),
('6ammart1735959278_cache72eb15c95546c5e87e0384dabb594372:timer', 'i:1739848676;', 1739848676),
('6ammart1735959278_cache7326602f7e3f3d9094a374997aa0e9ae', 'i:14;', 1739948417),
('6ammart1735959278_cache7326602f7e3f3d9094a374997aa0e9ae:timer', 'i:1739948417;', 1739948417),
('6ammart1735959278_cache733744bdc869e586aec525ce215b1f02', 'i:2;', 1760229909),
('6ammart1735959278_cache733744bdc869e586aec525ce215b1f02:timer', 'i:1760229909;', 1760229909),
('6ammart1735959278_cache734575076f9bb007ea79a37fb937bd31', 'i:27;', 1739965539),
('6ammart1735959278_cache734575076f9bb007ea79a37fb937bd31:timer', 'i:1739965539;', 1739965539),
('6ammart1735959278_cache734dee706660209fa5e2eaaba1688d9b', 'i:21;', 1746258956),
('6ammart1735959278_cache734dee706660209fa5e2eaaba1688d9b:timer', 'i:1746258956;', 1746258956),
('6ammart1735959278_cache73651a8e661cbf3b5a812bc846be2b2d', 'i:7;', 1746087522),
('6ammart1735959278_cache73651a8e661cbf3b5a812bc846be2b2d:timer', 'i:1746087522;', 1746087522),
('6ammart1735959278_cache736b1737a13f0025ee970696d47c23aa', 'i:15;', 1747835079),
('6ammart1735959278_cache736b1737a13f0025ee970696d47c23aa:timer', 'i:1747835079;', 1747835079),
('6ammart1735959278_cache736c6786134d5a36ab65733666b59796', 'i:6;', 1756906734),
('6ammart1735959278_cache736c6786134d5a36ab65733666b59796:timer', 'i:1756906734;', 1756906734),
('6ammart1735959278_cache73803448023ff810831cef50e1c3f4e3', 'i:2;', 1740672006),
('6ammart1735959278_cache73803448023ff810831cef50e1c3f4e3:timer', 'i:1740672006;', 1740672006),
('6ammart1735959278_cache73c5812b0cf6a036ad11588927d51573', 'i:8;', 1748862951),
('6ammart1735959278_cache73c5812b0cf6a036ad11588927d51573:timer', 'i:1748862951;', 1748862951),
('6ammart1735959278_cache74534409691689ef50bbfb12768070aa', 'i:7;', 1750266570),
('6ammart1735959278_cache74534409691689ef50bbfb12768070aa:timer', 'i:1750266570;', 1750266570),
('6ammart1735959278_cache74e39be3000abcbde0b6d937bbac66d8', 'i:6;', 1746989851),
('6ammart1735959278_cache74e39be3000abcbde0b6d937bbac66d8:timer', 'i:1746989851;', 1746989851),
('6ammart1735959278_cache74fdbdd6785864a9d0efd66373f7c31c', 'i:6;', 1748862952),
('6ammart1735959278_cache74fdbdd6785864a9d0efd66373f7c31c:timer', 'i:1748862952;', 1748862952),
('6ammart1735959278_cache7510fbb5ef907c8db55a853df7d03344', 'i:18;', 1757300522),
('6ammart1735959278_cache7510fbb5ef907c8db55a853df7d03344:timer', 'i:1757300522;', 1757300522),
('6ammart1735959278_cache7560c392144b554f4ebab36917517fd1', 'i:2;', 1746207757),
('6ammart1735959278_cache7560c392144b554f4ebab36917517fd1:timer', 'i:1746207757;', 1746207757),
('6ammart1735959278_cache75a63cf9a6f29e0a7eeee70a12054468', 'i:3;', 1739844502),
('6ammart1735959278_cache75a63cf9a6f29e0a7eeee70a12054468:timer', 'i:1739844502;', 1739844502),
('6ammart1735959278_cache75bd2982afcd92a13cc37e2e6b1ab44f', 'i:7;', 1756273230),
('6ammart1735959278_cache75bd2982afcd92a13cc37e2e6b1ab44f:timer', 'i:1756273230;', 1756273230),
('6ammart1735959278_cache766a5a952704ce00dedf7189a83ade2e', 'i:25;', 1740563245),
('6ammart1735959278_cache766a5a952704ce00dedf7189a83ade2e:timer', 'i:1740563245;', 1740563245),
('6ammart1735959278_cache769b2f215ad3fc2b7107770c0c2d8762', 'i:1;', 1740703742),
('6ammart1735959278_cache769b2f215ad3fc2b7107770c0c2d8762:timer', 'i:1740703742;', 1740703742),
('6ammart1735959278_cache76a263d330ca23b0a5d422322e87adfc', 'i:3;', 1741318556),
('6ammart1735959278_cache76a263d330ca23b0a5d422322e87adfc:timer', 'i:1741318556;', 1741318556),
('6ammart1735959278_cache76cfc1d2909727870e2f53026b4a4f93', 'i:11;', 1740213857),
('6ammart1735959278_cache76cfc1d2909727870e2f53026b4a4f93:timer', 'i:1740213857;', 1740213857),
('6ammart1735959278_cache76e45f334dcd2f4f561b7e6decc29a5e', 'i:8;', 1761973711),
('6ammart1735959278_cache76e45f334dcd2f4f561b7e6decc29a5e:timer', 'i:1761973711;', 1761973711),
('6ammart1735959278_cache76e471a3fc74a8a2f6913fb3b6f01d9d', 'i:10;', 1741509619),
('6ammart1735959278_cache76e471a3fc74a8a2f6913fb3b6f01d9d:timer', 'i:1741509619;', 1741509619),
('6ammart1735959278_cache76f402c24d5c2f3d6625a95bda1a79d7', 'i:3;', 1753436669),
('6ammart1735959278_cache76f402c24d5c2f3d6625a95bda1a79d7:timer', 'i:1753436669;', 1753436669),
('6ammart1735959278_cache772f9ba4c3b1d4612d2c548efb6411ca', 'i:26;', 1760431364),
('6ammart1735959278_cache772f9ba4c3b1d4612d2c548efb6411ca:timer', 'i:1760431364;', 1760431364),
('6ammart1735959278_cache77a48555bf9deb76eea76f69363bcb62', 'i:5;', 1759924144),
('6ammart1735959278_cache77a48555bf9deb76eea76f69363bcb62:timer', 'i:1759924144;', 1759924144),
('6ammart1735959278_cache77c88de7d32f4a51fbbfd8fe3c65d056', 'i:1;', 1757304247),
('6ammart1735959278_cache77c88de7d32f4a51fbbfd8fe3c65d056:timer', 'i:1757304247;', 1757304247),
('6ammart1735959278_cache77e8c04e0ae6851ab20d4fe1f0e5797b', 'i:16;', 1755942746),
('6ammart1735959278_cache77e8c04e0ae6851ab20d4fe1f0e5797b:timer', 'i:1755942746;', 1755942746),
('6ammart1735959278_cache77fed9115356a84469ddf170558fb01f', 'i:10;', 1739962212),
('6ammart1735959278_cache77fed9115356a84469ddf170558fb01f:timer', 'i:1739962212;', 1739962212),
('6ammart1735959278_cache782689a4ff95027316cabdd9c7566c47', 'i:6;', 1744990426),
('6ammart1735959278_cache782689a4ff95027316cabdd9c7566c47:timer', 'i:1744990426;', 1744990426),
('6ammart1735959278_cache783664302fc89cc2d9c82ed4e91c2e46', 'i:28;', 1739807011),
('6ammart1735959278_cache783664302fc89cc2d9c82ed4e91c2e46:timer', 'i:1739807011;', 1739807011),
('6ammart1735959278_cache78445c68b9b04d4a9770ffb46ade22ed', 'i:5;', 1757694227),
('6ammart1735959278_cache78445c68b9b04d4a9770ffb46ade22ed:timer', 'i:1757694227;', 1757694227),
('6ammart1735959278_cache785aed55ade89fab114702d9f4abfe28', 'i:24;', 1745077227),
('6ammart1735959278_cache785aed55ade89fab114702d9f4abfe28:timer', 'i:1745077227;', 1745077227),
('6ammart1735959278_cache7882f937334db1fc48890c71d4ba3125', 'i:1;', 1758421520),
('6ammart1735959278_cache7882f937334db1fc48890c71d4ba3125:timer', 'i:1758421520;', 1758421520),
('6ammart1735959278_cache789a4b1054b977b0ebfb96166137bfab', 'i:1;', 1760863958),
('6ammart1735959278_cache789a4b1054b977b0ebfb96166137bfab:timer', 'i:1760863958;', 1760863958),
('6ammart1735959278_cache78cbd686cf54b6bb2bbe59c846920d8d', 'i:12;', 1760166890),
('6ammart1735959278_cache78cbd686cf54b6bb2bbe59c846920d8d:timer', 'i:1760166890;', 1760166890),
('6ammart1735959278_cache78cc42d2d791b4f4106a29fc561e4516', 'i:2;', 1754454020),
('6ammart1735959278_cache78cc42d2d791b4f4106a29fc561e4516:timer', 'i:1754454020;', 1754454020),
('6ammart1735959278_cache791efbd4bc74680ae491ffe86296d843', 'i:2;', 1755780402),
('6ammart1735959278_cache791efbd4bc74680ae491ffe86296d843:timer', 'i:1755780402;', 1755780402),
('6ammart1735959278_cache7924157f3e7b2b757f7ed274e8944b7f', 'i:15;', 1740066907),
('6ammart1735959278_cache7924157f3e7b2b757f7ed274e8944b7f:timer', 'i:1740066907;', 1740066907),
('6ammart1735959278_cache792574c00f298331b64f6b9c77ac6926', 'i:1;', 1761994791),
('6ammart1735959278_cache792574c00f298331b64f6b9c77ac6926:timer', 'i:1761994791;', 1761994791),
('6ammart1735959278_cache792ae69afea74d89d2e575aecdfafd8b', 'i:1;', 1760579932),
('6ammart1735959278_cache792ae69afea74d89d2e575aecdfafd8b:timer', 'i:1760579932;', 1760579932),
('6ammart1735959278_cache79fdeb6b4441d521b044ece76c0033ef', 'i:6;', 1745816822),
('6ammart1735959278_cache79fdeb6b4441d521b044ece76c0033ef:timer', 'i:1745816822;', 1745816822),
('6ammart1735959278_cache7a3ee734028fea34999e75a8be0192cf', 'i:1;', 1739941575),
('6ammart1735959278_cache7a3ee734028fea34999e75a8be0192cf:timer', 'i:1739941575;', 1739941575),
('6ammart1735959278_cache7a801b7831c184959730819ed5a433e9', 'i:1;', 1740717145),
('6ammart1735959278_cache7a801b7831c184959730819ed5a433e9:timer', 'i:1740717145;', 1740717145),
('6ammart1735959278_cache7abd439cb843a0ef7ce50facf6639028', 'i:10;', 1760895212),
('6ammart1735959278_cache7abd439cb843a0ef7ce50facf6639028:timer', 'i:1760895212;', 1760895212),
('6ammart1735959278_cache7ac83611abe5e1b6607d847b8d4f7af4', 'i:3;', 1760193020),
('6ammart1735959278_cache7ac83611abe5e1b6607d847b8d4f7af4:timer', 'i:1760193020;', 1760193020),
('6ammart1735959278_cache7af93869fe3fbe949841b57c029303b1', 'i:1;', 1747574068),
('6ammart1735959278_cache7af93869fe3fbe949841b57c029303b1:timer', 'i:1747574068;', 1747574068),
('6ammart1735959278_cache7b5ec4a4b99804a0715d0b95f88eddf4', 'i:1;', 1740487982),
('6ammart1735959278_cache7b5ec4a4b99804a0715d0b95f88eddf4:timer', 'i:1740487982;', 1740487982),
('6ammart1735959278_cache7baba4a6eefbccb5586f1e3d2a38cd70', 'i:1;', 1745994660),
('6ammart1735959278_cache7baba4a6eefbccb5586f1e3d2a38cd70:timer', 'i:1745994660;', 1745994660),
('6ammart1735959278_cache7bb3ae6b01652128643ee029977f8604', 'i:6;', 1760174890),
('6ammart1735959278_cache7bb3ae6b01652128643ee029977f8604:timer', 'i:1760174890;', 1760174890),
('6ammart1735959278_cache7bc67437bc50fd38a884e220b25038e1', 'i:28;', 1739812055),
('6ammart1735959278_cache7bc67437bc50fd38a884e220b25038e1:timer', 'i:1739812055;', 1739812055),
('6ammart1735959278_cache7bc7baeb8e3ba772d8291f4efec36f24', 'i:40;', 1752124848),
('6ammart1735959278_cache7bc7baeb8e3ba772d8291f4efec36f24:timer', 'i:1752124848;', 1752124848),
('6ammart1735959278_cache7c2fb62c72c85264922f7ea5d664d475', 'i:2;', 1746260690),
('6ammart1735959278_cache7c2fb62c72c85264922f7ea5d664d475:timer', 'i:1746260690;', 1746260690),
('6ammart1735959278_cache7c4d3a2f0ef44d43d5eaf2e12c3a7a7d', 'i:3;', 1760100335),
('6ammart1735959278_cache7c4d3a2f0ef44d43d5eaf2e12c3a7a7d:timer', 'i:1760100335;', 1760100335),
('6ammart1735959278_cache7c654d86a2699f96b174507208488c6e', 'i:1;', 1759560567),
('6ammart1735959278_cache7c654d86a2699f96b174507208488c6e:timer', 'i:1759560567;', 1759560567),
('6ammart1735959278_cache7c863c54631c10c36a35e430b2d5d475', 'i:2;', 1762101523),
('6ammart1735959278_cache7c863c54631c10c36a35e430b2d5d475:timer', 'i:1762101523;', 1762101523),
('6ammart1735959278_cache7cc0ba479cfd8405f67501ff3389ab5a', 'i:8;', 1759996182),
('6ammart1735959278_cache7cc0ba479cfd8405f67501ff3389ab5a:timer', 'i:1759996182;', 1759996182),
('6ammart1735959278_cache7cc93f115fb8d728019799c17d74d1d5', 'i:14;', 1758822896),
('6ammart1735959278_cache7cc93f115fb8d728019799c17d74d1d5:timer', 'i:1758822896;', 1758822896),
('6ammart1735959278_cache7ce855b84aaa7ebdbb89026fb35aafc7', 'i:4;', 1740741933),
('6ammart1735959278_cache7ce855b84aaa7ebdbb89026fb35aafc7:timer', 'i:1740741933;', 1740741933),
('6ammart1735959278_cache7d310d28f89abb9338bc2ca39d276dbc', 'i:1;', 1758526778),
('6ammart1735959278_cache7d310d28f89abb9338bc2ca39d276dbc:timer', 'i:1758526778;', 1758526778),
('6ammart1735959278_cache7d4b5106dd8bdd43d2fc1a6d6978179b', 'i:10;', 1739939658),
('6ammart1735959278_cache7d4b5106dd8bdd43d2fc1a6d6978179b:timer', 'i:1739939658;', 1739939658),
('6ammart1735959278_cache7d4dbfe06b85668c0e3eed1dd17860c0', 'i:7;', 1746428292),
('6ammart1735959278_cache7d4dbfe06b85668c0e3eed1dd17860c0:timer', 'i:1746428291;', 1746428291),
('6ammart1735959278_cache7d90f5d29a219b8c606684b72e7bf157', 'i:1;', 1741509279),
('6ammart1735959278_cache7d90f5d29a219b8c606684b72e7bf157:timer', 'i:1741509279;', 1741509279),
('6ammart1735959278_cache7d9665d288fa9f0cc3e315be22f43250', 'i:1;', 1746268040),
('6ammart1735959278_cache7d9665d288fa9f0cc3e315be22f43250:timer', 'i:1746268040;', 1746268040),
('6ammart1735959278_cache7dcc3a5643064ec7ab6e5d2927482ebc', 'i:1;', 1758080431),
('6ammart1735959278_cache7dcc3a5643064ec7ab6e5d2927482ebc:timer', 'i:1758080431;', 1758080431),
('6ammart1735959278_cache7de3bf80d1493dd4b7847fb18677e7c8', 'i:4;', 1741316377),
('6ammart1735959278_cache7de3bf80d1493dd4b7847fb18677e7c8:timer', 'i:1741316377;', 1741316377),
('6ammart1735959278_cache7e12789d06a331e8120acfb29981da18', 'i:1;', 1753436606),
('6ammart1735959278_cache7e12789d06a331e8120acfb29981da18:timer', 'i:1753436606;', 1753436606),
('6ammart1735959278_cache7e2133f61081ae317f034e901edd90e5', 'i:8;', 1740051312),
('6ammart1735959278_cache7e2133f61081ae317f034e901edd90e5:timer', 'i:1740051312;', 1740051312),
('6ammart1735959278_cache7e37cb0c86be71d7519f880f89779767', 'i:5;', 1760097064),
('6ammart1735959278_cache7e37cb0c86be71d7519f880f89779767:timer', 'i:1760097064;', 1760097064),
('6ammart1735959278_cache7e7d33c662db60d523bdb978d4fcb05b', 'i:3;', 1761299765),
('6ammart1735959278_cache7e7d33c662db60d523bdb978d4fcb05b:timer', 'i:1761299765;', 1761299765),
('6ammart1735959278_cache7e8fbc6bb5f25af0d626a6e8cbf86467', 'i:5;', 1753437895),
('6ammart1735959278_cache7e8fbc6bb5f25af0d626a6e8cbf86467:timer', 'i:1753437895;', 1753437895),
('6ammart1735959278_cache7eb52cb41ea79b555c07b237d82d3510', 'i:1;', 1756152851),
('6ammart1735959278_cache7eb52cb41ea79b555c07b237d82d3510:timer', 'i:1756152851;', 1756152851),
('6ammart1735959278_cache7f03e53fcf30635013e94dc10c4c5209', 'i:10;', 1746089493),
('6ammart1735959278_cache7f03e53fcf30635013e94dc10c4c5209:timer', 'i:1746089493;', 1746089493),
('6ammart1735959278_cache7f097bb012146146329c73c949b19e5d', 'i:6;', 1746098332),
('6ammart1735959278_cache7f097bb012146146329c73c949b19e5d:timer', 'i:1746098332;', 1746098332),
('6ammart1735959278_cache7f4ada6fc370512b85e08dff5f8e6945', 'i:5;', 1759908205),
('6ammart1735959278_cache7f4ada6fc370512b85e08dff5f8e6945:timer', 'i:1759908205;', 1759908205),
('6ammart1735959278_cache7f7966aa08678d8c1516f96991bb8402', 'i:17;', 1739873348),
('6ammart1735959278_cache7f7966aa08678d8c1516f96991bb8402:timer', 'i:1739873347;', 1739873348),
('6ammart1735959278_cache7f876ab80b2ff384bf21df30a6ded786', 'i:2;', 1751672534),
('6ammart1735959278_cache7f876ab80b2ff384bf21df30a6ded786:timer', 'i:1751672534;', 1751672534),
('6ammart1735959278_cache7fd5003d5f3a8a65cc9cc5b19318fb10', 'i:2;', 1746245379),
('6ammart1735959278_cache7fd5003d5f3a8a65cc9cc5b19318fb10:timer', 'i:1746245379;', 1746245379),
('6ammart1735959278_cache7ffae31c02cd079ae27f004ef2f3a4ac', 'i:3;', 1760096979),
('6ammart1735959278_cache7ffae31c02cd079ae27f004ef2f3a4ac:timer', 'i:1760096979;', 1760096979),
('6ammart1735959278_cache80137cdfed9b9b3dbbb32e494c6a5088', 'i:9;', 1749055721),
('6ammart1735959278_cache80137cdfed9b9b3dbbb32e494c6a5088:timer', 'i:1749055721;', 1749055721),
('6ammart1735959278_cache8025726c2f2a34aac3b91a15b1b76f4a', 'i:2;', 1757126701),
('6ammart1735959278_cache8025726c2f2a34aac3b91a15b1b76f4a:timer', 'i:1757126701;', 1757126701),
('6ammart1735959278_cache808ec3c3b4c427d188d168cb9a14610e', 'i:4;', 1751333863),
('6ammart1735959278_cache808ec3c3b4c427d188d168cb9a14610e:timer', 'i:1751333863;', 1751333863),
('6ammart1735959278_cache80a039a9ea373e8e0350536887e0a0c5', 'i:3;', 1747835293),
('6ammart1735959278_cache80a039a9ea373e8e0350536887e0a0c5:timer', 'i:1747835293;', 1747835293),
('6ammart1735959278_cache80b7bd208855495aec89544f7dc3d20b', 'i:6;', 1746260897),
('6ammart1735959278_cache80b7bd208855495aec89544f7dc3d20b:timer', 'i:1746260897;', 1746260897),
('6ammart1735959278_cache80bcda93396f3aff3430dcbfd553b32b', 'i:10;', 1741509810),
('6ammart1735959278_cache80bcda93396f3aff3430dcbfd553b32b:timer', 'i:1741509810;', 1741509810),
('6ammart1735959278_cache80e2e03b792e114af958839d2cb486ab', 'i:19;', 1757068475),
('6ammart1735959278_cache80e2e03b792e114af958839d2cb486ab:timer', 'i:1757068475;', 1757068475),
('6ammart1735959278_cache810519f19700e2af60717c00ac4cfdac', 'i:5;', 1756273236),
('6ammart1735959278_cache810519f19700e2af60717c00ac4cfdac:timer', 'i:1756273236;', 1756273236),
('6ammart1735959278_cache811b9eb8020fec18291158422deb1a59', 'i:4;', 1761254753),
('6ammart1735959278_cache811b9eb8020fec18291158422deb1a59:timer', 'i:1761254753;', 1761254753),
('6ammart1735959278_cache81299ce5b0ac68be0d351b78616a81bc', 'i:14;', 1758200903),
('6ammart1735959278_cache81299ce5b0ac68be0d351b78616a81bc:timer', 'i:1758200903;', 1758200903),
('6ammart1735959278_cache812f10a4fba305bed62a7ddd32f9c372', 'i:2;', 1760230087),
('6ammart1735959278_cache812f10a4fba305bed62a7ddd32f9c372:timer', 'i:1760230087;', 1760230087),
('6ammart1735959278_cache8157174f219e4803596b459800319ef5', 'i:1;', 1739941616),
('6ammart1735959278_cache8157174f219e4803596b459800319ef5:timer', 'i:1739941616;', 1739941616),
('6ammart1735959278_cache815e6995517dd4aee2f06d589beaf832', 'i:4;', 1756346601),
('6ammart1735959278_cache815e6995517dd4aee2f06d589beaf832:timer', 'i:1756346601;', 1756346601),
('6ammart1735959278_cache815fe16b3bc76a36b15aa530fa6ef5e0', 'i:3;', 1754909296),
('6ammart1735959278_cache815fe16b3bc76a36b15aa530fa6ef5e0:timer', 'i:1754909296;', 1754909296),
('6ammart1735959278_cache816258f0387438e749a5f791985895b6', 'i:5;', 1753437919),
('6ammart1735959278_cache816258f0387438e749a5f791985895b6:timer', 'i:1753437919;', 1753437919),
('6ammart1735959278_cache816f2f2e9fb656287241c0ff035c9431', 'i:2;', 1746530135),
('6ammart1735959278_cache816f2f2e9fb656287241c0ff035c9431:timer', 'i:1746530135;', 1746530135),
('6ammart1735959278_cache81ccccd3cfc1bf59e93a3d4f298e77e3', 'i:6;', 1752721400),
('6ammart1735959278_cache81ccccd3cfc1bf59e93a3d4f298e77e3:timer', 'i:1752721400;', 1752721400),
('6ammart1735959278_cache8216a4b457737a991e6d8ac4d370c415', 'i:4;', 1760947322),
('6ammart1735959278_cache8216a4b457737a991e6d8ac4d370c415:timer', 'i:1760947322;', 1760947322),
('6ammart1735959278_cache822963cfa4cbaf70d3aad00822756f1e', 'i:1;', 1746245276),
('6ammart1735959278_cache822963cfa4cbaf70d3aad00822756f1e:timer', 'i:1746245276;', 1746245276),
('6ammart1735959278_cache825123cb430905c156d4f08793b41fb8', 'i:4;', 1751334340),
('6ammart1735959278_cache825123cb430905c156d4f08793b41fb8:timer', 'i:1751334340;', 1751334340),
('6ammart1735959278_cache829e893eef1dd10eeb7c8f57a80547a6', 'i:25;', 1751962524),
('6ammart1735959278_cache829e893eef1dd10eeb7c8f57a80547a6:timer', 'i:1751962524;', 1751962524),
('6ammart1735959278_cache82c8341db450442b17cb0e6fbd7a1bbe', 'i:17;', 1760260371),
('6ammart1735959278_cache82c8341db450442b17cb0e6fbd7a1bbe:timer', 'i:1760260371;', 1760260371),
('6ammart1735959278_cache82f0a3075ee50424f58dd37927dba399', 'i:7;', 1740636073),
('6ammart1735959278_cache82f0a3075ee50424f58dd37927dba399:timer', 'i:1740636073;', 1740636073),
('6ammart1735959278_cache830a97cb5f7587ea8dec205e378fc214', 'i:12;', 1747045794),
('6ammart1735959278_cache830a97cb5f7587ea8dec205e378fc214:timer', 'i:1747045794;', 1747045794),
('6ammart1735959278_cache8355f65f29e15c39db6cbae0dce50e1d', 'i:1;', 1759408120),
('6ammart1735959278_cache8355f65f29e15c39db6cbae0dce50e1d:timer', 'i:1759408120;', 1759408120),
('6ammart1735959278_cache8363d48de7cd91c939910ec036e07716', 'i:24;', 1740755934),
('6ammart1735959278_cache8363d48de7cd91c939910ec036e07716:timer', 'i:1740755934;', 1740755934),
('6ammart1735959278_cache839479d6eb60138777bcbe91d7ad4450', 'i:4;', 1739964622),
('6ammart1735959278_cache839479d6eb60138777bcbe91d7ad4450:timer', 'i:1739964622;', 1739964622),
('6ammart1735959278_cache83caf161c825ccfc433cdb8737a5400f', 'i:3;', 1740291257),
('6ammart1735959278_cache83caf161c825ccfc433cdb8737a5400f:timer', 'i:1740291257;', 1740291257),
('6ammart1735959278_cache8403d1ae05c82eeeefa8e32b0bc2d886', 'i:6;', 1747737863),
('6ammart1735959278_cache8403d1ae05c82eeeefa8e32b0bc2d886:timer', 'i:1747737863;', 1747737863),
('6ammart1735959278_cache844c8cd0806c566628e0a10205576ba9', 'i:7;', 1753176717),
('6ammart1735959278_cache844c8cd0806c566628e0a10205576ba9:timer', 'i:1753176717;', 1753176717),
('6ammart1735959278_cache8476738fd2e37d8d86770165bead747e', 'i:2;', 1758298113),
('6ammart1735959278_cache8476738fd2e37d8d86770165bead747e:timer', 'i:1758298113;', 1758298113),
('6ammart1735959278_cache847db1d7bb0444b89010d89e999be8d3', 'i:2;', 1754722068),
('6ammart1735959278_cache847db1d7bb0444b89010d89e999be8d3:timer', 'i:1754722068;', 1754722068),
('6ammart1735959278_cache84985293c222b9e1dfff74275baf4880', 'i:2;', 1747580429),
('6ammart1735959278_cache84985293c222b9e1dfff74275baf4880:timer', 'i:1747580429;', 1747580429),
('6ammart1735959278_cache84b924da550259fe9a3fafb344f8a99d', 'i:7;', 1752754541),
('6ammart1735959278_cache84b924da550259fe9a3fafb344f8a99d:timer', 'i:1752754541;', 1752754541),
('6ammart1735959278_cache84d7ff0f04840719ea285077afd4bb66', 'i:2;', 1760230008),
('6ammart1735959278_cache84d7ff0f04840719ea285077afd4bb66:timer', 'i:1760230008;', 1760230008),
('6ammart1735959278_cache84f9679c9b43ea9eb772f7a40bdc784a', 'i:1;', 1762188461),
('6ammart1735959278_cache84f9679c9b43ea9eb772f7a40bdc784a:timer', 'i:1762188461;', 1762188461),
('6ammart1735959278_cache851e0a44988b0468a6a1b09b06e076f2', 'i:4;', 1754067710),
('6ammart1735959278_cache851e0a44988b0468a6a1b09b06e076f2:timer', 'i:1754067710;', 1754067710),
('6ammart1735959278_cache8535fd1c8c4b0a26aafceedf6f208e02', 'i:6;', 1746029767),
('6ammart1735959278_cache8535fd1c8c4b0a26aafceedf6f208e02:timer', 'i:1746029767;', 1746029767),
('6ammart1735959278_cache85446b38847268eb47c0b1cd7834a839', 'i:1;', 1761737790),
('6ammart1735959278_cache85446b38847268eb47c0b1cd7834a839:timer', 'i:1761737790;', 1761737790),
('6ammart1735959278_cache85521c495dd79ad7a944a60141452a2d', 'i:15;', 1758045139),
('6ammart1735959278_cache85521c495dd79ad7a944a60141452a2d:timer', 'i:1758045139;', 1758045139),
('6ammart1735959278_cache855ad17d60ec87fb62eb92e566e2f1c2', 'i:5;', 1762684506),
('6ammart1735959278_cache855ad17d60ec87fb62eb92e566e2f1c2:timer', 'i:1762684506;', 1762684506),
('6ammart1735959278_cache85ae2b819562ee477f4feaf4ec3efe5a', 'i:1;', 1757559504),
('6ammart1735959278_cache85ae2b819562ee477f4feaf4ec3efe5a:timer', 'i:1757559504;', 1757559504),
('6ammart1735959278_cache85ca591c34f15d85016dbd86b8910d76', 'i:6;', 1753436291),
('6ammart1735959278_cache85ca591c34f15d85016dbd86b8910d76:timer', 'i:1753436291;', 1753436291),
('6ammart1735959278_cache8619a818be5d385bcfb8dff860d9b4e9', 'i:30;', 1741257240),
('6ammart1735959278_cache8619a818be5d385bcfb8dff860d9b4e9:timer', 'i:1741257240;', 1741257240),
('6ammart1735959278_cache861c9f72509b907480bef09efaff3e18', 'i:8;', 1746099483),
('6ammart1735959278_cache861c9f72509b907480bef09efaff3e18:timer', 'i:1746099483;', 1746099483),
('6ammart1735959278_cache864896c738accc3d7c7bf9e6374ae223', 'i:1;', 1758526682),
('6ammart1735959278_cache864896c738accc3d7c7bf9e6374ae223:timer', 'i:1758526682;', 1758526682),
('6ammart1735959278_cache86661923a619c56d32390f6520b52426', 'i:5;', 1740048023),
('6ammart1735959278_cache86661923a619c56d32390f6520b52426:timer', 'i:1740048023;', 1740048023),
('6ammart1735959278_cache86e17b4702613cbb0865e6ac4686fad5', 'i:1;', 1746182692),
('6ammart1735959278_cache86e17b4702613cbb0865e6ac4686fad5:timer', 'i:1746182692;', 1746182692),
('6ammart1735959278_cache876a44d9908bba5706cd33214e8aaff9', 'i:1;', 1753436658),
('6ammart1735959278_cache876a44d9908bba5706cd33214e8aaff9:timer', 'i:1753436658;', 1753436658),
('6ammart1735959278_cache878ed0b69b6672de8d8addce69f01eab', 'i:6;', 1740051605),
('6ammart1735959278_cache878ed0b69b6672de8d8addce69f01eab:timer', 'i:1740051605;', 1740051605),
('6ammart1735959278_cache87b126cf4977b3eda138798fd43610a7', 'i:15;', 1749908883),
('6ammart1735959278_cache87b126cf4977b3eda138798fd43610a7:timer', 'i:1749908883;', 1749908883),
('6ammart1735959278_cache87cb1e736c4611800f747da8b5dfb1de', 'i:22;', 1746087414),
('6ammart1735959278_cache87cb1e736c4611800f747da8b5dfb1de:timer', 'i:1746087414;', 1746087414),
('6ammart1735959278_cache8813e74ef9a110888326690ba92b8fb0', 'i:4;', 1746114707),
('6ammart1735959278_cache8813e74ef9a110888326690ba92b8fb0:timer', 'i:1746114707;', 1746114707),
('6ammart1735959278_cache8840556ec57f5fc72084547fed2a8903', 'i:11;', 1760534247),
('6ammart1735959278_cache8840556ec57f5fc72084547fed2a8903:timer', 'i:1760534247;', 1760534247),
('6ammart1735959278_cache8847d8e0f8a368371df120fbbbe81793', 'i:10;', 1744936888),
('6ammart1735959278_cache8847d8e0f8a368371df120fbbbe81793:timer', 'i:1744936888;', 1744936888),
('6ammart1735959278_cache88672b5925e5c42ab9fe76b2c4b3ae0c', 'i:4;', 1756566335),
('6ammart1735959278_cache88672b5925e5c42ab9fe76b2c4b3ae0c:timer', 'i:1756566335;', 1756566335),
('6ammart1735959278_cache88977e314c0bc90d0062abe19265f282', 'i:3;', 1747835224),
('6ammart1735959278_cache88977e314c0bc90d0062abe19265f282:timer', 'i:1747835224;', 1747835224),
('6ammart1735959278_cache88ac07bff909d9dacd9715aa5f30c8ac', 'i:3;', 1739941630),
('6ammart1735959278_cache88ac07bff909d9dacd9715aa5f30c8ac:timer', 'i:1739941630;', 1739941630),
('6ammart1735959278_cache88af7983a0427055ea3f7a34d1bb33f3', 'i:22;', 1756781037),
('6ammart1735959278_cache88af7983a0427055ea3f7a34d1bb33f3:timer', 'i:1756781037;', 1756781037),
('6ammart1735959278_cache894b31b09e9756e2dccaebb2a5b5fb7c', 'i:4;', 1757230665),
('6ammart1735959278_cache894b31b09e9756e2dccaebb2a5b5fb7c:timer', 'i:1757230665;', 1757230665),
('6ammart1735959278_cache89a0d52db3a35c79a5b63ef00278b923', 'i:11;', 1739905945),
('6ammart1735959278_cache89a0d52db3a35c79a5b63ef00278b923:timer', 'i:1739905945;', 1739905945),
('6ammart1735959278_cache89bdea7055d09d1bc5faea19380b3fde', 'i:9;', 1745490757),
('6ammart1735959278_cache89bdea7055d09d1bc5faea19380b3fde:timer', 'i:1745490757;', 1745490757),
('6ammart1735959278_cache8a0169a57caeda77fb74ceae273e9897', 'i:6;', 1762094000),
('6ammart1735959278_cache8a0169a57caeda77fb74ceae273e9897:timer', 'i:1762094000;', 1762094000),
('6ammart1735959278_cache8a01df011f633d11295bfb600ae8c9bf', 'i:2;', 1740048026),
('6ammart1735959278_cache8a01df011f633d11295bfb600ae8c9bf:timer', 'i:1740048026;', 1740048026),
('6ammart1735959278_cache8a0b4718abcf8bd84cc814ebba0e457c', 'i:2;', 1750734194),
('6ammart1735959278_cache8a0b4718abcf8bd84cc814ebba0e457c:timer', 'i:1750734194;', 1750734194),
('6ammart1735959278_cache8a258ff5ebd193c24b707020036a0cc6', 'i:1;', 1746087395),
('6ammart1735959278_cache8a258ff5ebd193c24b707020036a0cc6:timer', 'i:1746087395;', 1746087395),
('6ammart1735959278_cache8a534c14a254df51a70179191a2b4448', 'i:4;', 1761719660),
('6ammart1735959278_cache8a534c14a254df51a70179191a2b4448:timer', 'i:1761719660;', 1761719660),
('6ammart1735959278_cache8a56548645af3fd9e9a87ddaf8833746', 'i:13;', 1757733041),
('6ammart1735959278_cache8a56548645af3fd9e9a87ddaf8833746:timer', 'i:1757733041;', 1757733041),
('6ammart1735959278_cache8a5e41ca32b48fc3103f18ec45894f2b', 'i:1;', 1758589151),
('6ammart1735959278_cache8a5e41ca32b48fc3103f18ec45894f2b:timer', 'i:1758589151;', 1758589151),
('6ammart1735959278_cache8a7812fffaaabe7a9bc1ec37c1b4fb7d', 'i:1;', 1760230352),
('6ammart1735959278_cache8a7812fffaaabe7a9bc1ec37c1b4fb7d:timer', 'i:1760230352;', 1760230352),
('6ammart1735959278_cache8a8ea4216dc60f63ec363011385595f8', 'i:16;', 1759996202),
('6ammart1735959278_cache8a8ea4216dc60f63ec363011385595f8:timer', 'i:1759996202;', 1759996202),
('6ammart1735959278_cache8ac6d8c3ae7710e272243d0820b4714c', 'i:2;', 1740226831),
('6ammart1735959278_cache8ac6d8c3ae7710e272243d0820b4714c:timer', 'i:1740226831;', 1740226831),
('6ammart1735959278_cache8b0833d93ed7f5ed637b2ec97bf7b0fa', 'i:15;', 1755966225),
('6ammart1735959278_cache8b0833d93ed7f5ed637b2ec97bf7b0fa:timer', 'i:1755966225;', 1755966225),
('6ammart1735959278_cache8b2f0ce9548d85377401f779e92526ed', 'i:1;', 1759860246),
('6ammart1735959278_cache8b2f0ce9548d85377401f779e92526ed:timer', 'i:1759860246;', 1759860246),
('6ammart1735959278_cache8b68464b03118d5a4652da2efd1ac8b4', 'i:6;', 1762770332),
('6ammart1735959278_cache8b68464b03118d5a4652da2efd1ac8b4:timer', 'i:1762770332;', 1762770332),
('6ammart1735959278_cache8b7961645996cd13a4171910b0d41689', 'i:7;', 1761736095),
('6ammart1735959278_cache8b7961645996cd13a4171910b0d41689:timer', 'i:1761736095;', 1761736095),
('6ammart1735959278_cache8b8dcf4c8aeb0529604be8f99424187c', 'i:1;', 1755938246),
('6ammart1735959278_cache8b8dcf4c8aeb0529604be8f99424187c:timer', 'i:1755938246;', 1755938246),
('6ammart1735959278_cache8b9e841ed7c0e537575bc9e96f6a5913', 'i:2;', 1758527228),
('6ammart1735959278_cache8b9e841ed7c0e537575bc9e96f6a5913:timer', 'i:1758527228;', 1758527228),
('6ammart1735959278_cache8bc09b341a1d48f8ade0b3a1aac764df', 'i:5;', 1752232702),
('6ammart1735959278_cache8bc09b341a1d48f8ade0b3a1aac764df:timer', 'i:1752232702;', 1752232702),
('6ammart1735959278_cache8bcceaf1f02ce29f99d1969eee5cb208', 'i:4;', 1740206963),
('6ammart1735959278_cache8bcceaf1f02ce29f99d1969eee5cb208:timer', 'i:1740206963;', 1740206963),
('6ammart1735959278_cache8c2c245f5b17571ed11ecf4c7b042101', 'i:5;', 1759678446),
('6ammart1735959278_cache8c2c245f5b17571ed11ecf4c7b042101:timer', 'i:1759678446;', 1759678446),
('6ammart1735959278_cache8c2d197f25e0a1548db0c140036804b9', 'i:21;', 1746097439),
('6ammart1735959278_cache8c2d197f25e0a1548db0c140036804b9:timer', 'i:1746097439;', 1746097439),
('6ammart1735959278_cache8c36cfc10c6abab7cc5051b0d452adcf', 'i:16;', 1739858042),
('6ammart1735959278_cache8c36cfc10c6abab7cc5051b0d452adcf:timer', 'i:1739858042;', 1739858042),
('6ammart1735959278_cache8c4e3afffd2f06c3be258f0f1dbbe04f', 'i:14;', 1761755526),
('6ammart1735959278_cache8c4e3afffd2f06c3be258f0f1dbbe04f:timer', 'i:1761755526;', 1761755526),
('6ammart1735959278_cache8d376b518709e8d751e9f1f97600efc9', 'i:5;', 1753176819),
('6ammart1735959278_cache8d376b518709e8d751e9f1f97600efc9:timer', 'i:1753176819;', 1753176819),
('6ammart1735959278_cache8da365850564606d9fe417c991ae82fe', 'i:6;', 1751962378),
('6ammart1735959278_cache8da365850564606d9fe417c991ae82fe:timer', 'i:1751962378;', 1751962378),
('6ammart1735959278_cache8dc27672c9915289574b1b8535ffffe4', 'i:33;', 1745894239),
('6ammart1735959278_cache8dc27672c9915289574b1b8535ffffe4:timer', 'i:1745894238;', 1745894239),
('6ammart1735959278_cache8dff94401ff134b486ab582405079dac', 'i:2;', 1741509811),
('6ammart1735959278_cache8dff94401ff134b486ab582405079dac:timer', 'i:1741509811;', 1741509811),
('6ammart1735959278_cache8e00e811184ce867070d8767ca758c0c', 'i:1;', 1761127589),
('6ammart1735959278_cache8e00e811184ce867070d8767ca758c0c:timer', 'i:1761127589;', 1761127589),
('6ammart1735959278_cache8e8fac949fb6e36ed26192ec6839cd9f', 'i:1;', 1753436401),
('6ammart1735959278_cache8e8fac949fb6e36ed26192ec6839cd9f:timer', 'i:1753436401;', 1753436401),
('6ammart1735959278_cache8e9fb75b8f2c19baae955feecd2cf267', 'i:3;', 1761567169),
('6ammart1735959278_cache8e9fb75b8f2c19baae955feecd2cf267:timer', 'i:1761567169;', 1761567169),
('6ammart1735959278_cache8ea33c7e3b67aeec4669e387f28527e6', 'i:2;', 1748401182),
('6ammart1735959278_cache8ea33c7e3b67aeec4669e387f28527e6:timer', 'i:1748401182;', 1748401182),
('6ammart1735959278_cache8ec5ced7c673ef374be62e66e7a03e63', 'i:4;', 1739941604),
('6ammart1735959278_cache8ec5ced7c673ef374be62e66e7a03e63:timer', 'i:1739941604;', 1739941604),
('6ammart1735959278_cache8eca8b86360ca9b1bd7eb5325ac0549d', 'i:7;', 1748840161),
('6ammart1735959278_cache8eca8b86360ca9b1bd7eb5325ac0549d:timer', 'i:1748840161;', 1748840161),
('6ammart1735959278_cache8eff41f43d343b57a5dabc85b7e4c03a', 'i:7;', 1740389922),
('6ammart1735959278_cache8eff41f43d343b57a5dabc85b7e4c03a:timer', 'i:1740389922;', 1740389922),
('6ammart1735959278_cache8f140c05e8ed03929ecfda4ce6bb92d5', 'i:4;', 1754454007),
('6ammart1735959278_cache8f140c05e8ed03929ecfda4ce6bb92d5:timer', 'i:1754454007;', 1754454007),
('6ammart1735959278_cache8f1a2a8ddbc76d4e9203b7217dc3b954', 'i:2;', 1760083717),
('6ammart1735959278_cache8f1a2a8ddbc76d4e9203b7217dc3b954:timer', 'i:1760083717;', 1760083717),
('6ammart1735959278_cache8f29b80c5ac2ec905e85537b3f8dd26f', 'i:12;', 1748850030),
('6ammart1735959278_cache8f29b80c5ac2ec905e85537b3f8dd26f:timer', 'i:1748850030;', 1748850030),
('6ammart1735959278_cache8f2ac0fb06a7db8c1944454885f30729', 'i:29;', 1741611963),
('6ammart1735959278_cache8f2ac0fb06a7db8c1944454885f30729:timer', 'i:1741611963;', 1741611963),
('6ammart1735959278_cache8f86de65ac9674a07d2a1f823804feb7', 'i:16;', 1752576798),
('6ammart1735959278_cache8f86de65ac9674a07d2a1f823804feb7:timer', 'i:1752576798;', 1752576798),
('6ammart1735959278_cache8f8cd37a513640c23f80939fe4214c8b', 'i:5;', 1747221052),
('6ammart1735959278_cache8f8cd37a513640c23f80939fe4214c8b:timer', 'i:1747221052;', 1747221052),
('6ammart1735959278_cache8f96e77a54454e5e1adeb9631f1d3f16', 'i:16;', 1740671196),
('6ammart1735959278_cache8f96e77a54454e5e1adeb9631f1d3f16:timer', 'i:1740671196;', 1740671196),
('6ammart1735959278_cache8f99c5754868f053fac20af4c250c95a', 'i:1;', 1747233551),
('6ammart1735959278_cache8f99c5754868f053fac20af4c250c95a:timer', 'i:1747233551;', 1747233551),
('6ammart1735959278_cache8fafc9d04046ece097e21901c7f3dc28', 'i:3;', 1746876684),
('6ammart1735959278_cache8fafc9d04046ece097e21901c7f3dc28:timer', 'i:1746876684;', 1746876684),
('6ammart1735959278_cache8fc3098472a7bd74674eccc04b011e26', 'i:11;', 1758469063),
('6ammart1735959278_cache8fc3098472a7bd74674eccc04b011e26:timer', 'i:1758469063;', 1758469063),
('6ammart1735959278_cache8fd3d4cd173193c872877890818a3712', 'i:8;', 1739854603),
('6ammart1735959278_cache8fd3d4cd173193c872877890818a3712:timer', 'i:1739854603;', 1739854603),
('6ammart1735959278_cache9034faa102ad7b81d79b8219c6e2629f', 'i:36;', 1755438328),
('6ammart1735959278_cache9034faa102ad7b81d79b8219c6e2629f:timer', 'i:1755438328;', 1755438328),
('6ammart1735959278_cache9059d4013900f6c54774790635dbf2b1', 'i:17;', 1746075552),
('6ammart1735959278_cache9059d4013900f6c54774790635dbf2b1:timer', 'i:1746075552;', 1746075552),
('6ammart1735959278_cache906ba62ec4953b58a5931be29fd2ea0a', 'i:5;', 1758527068),
('6ammart1735959278_cache906ba62ec4953b58a5931be29fd2ea0a:timer', 'i:1758527068;', 1758527068),
('6ammart1735959278_cache9092b2df3e1dc3a46c75a5aef5365b89', 'i:1;', 1739941594),
('6ammart1735959278_cache9092b2df3e1dc3a46c75a5aef5365b89:timer', 'i:1739941594;', 1739941594),
('6ammart1735959278_cache90be5da431f85b8db73189fa865e915a', 'i:11;', 1758345507),
('6ammart1735959278_cache90be5da431f85b8db73189fa865e915a:timer', 'i:1758345507;', 1758345507),
('6ammart1735959278_cache90cd51535121826f438ea4ba29ca4be7', 'i:5;', 1751301102),
('6ammart1735959278_cache90cd51535121826f438ea4ba29ca4be7:timer', 'i:1751301102;', 1751301102),
('6ammart1735959278_cache90d67d38d46084c0df30feaa669eb638', 'i:7;', 1750175613),
('6ammart1735959278_cache90d67d38d46084c0df30feaa669eb638:timer', 'i:1750175613;', 1750175613),
('6ammart1735959278_cache910eb5c1269539da7f21d2474f0d5e0f', 'i:4;', 1757319464),
('6ammart1735959278_cache910eb5c1269539da7f21d2474f0d5e0f:timer', 'i:1757319464;', 1757319464),
('6ammart1735959278_cache9124f96e0f76c19dc7ca6b5fb37ab7e6', 'i:1;', 1739791876),
('6ammart1735959278_cache9124f96e0f76c19dc7ca6b5fb37ab7e6:timer', 'i:1739791876;', 1739791876),
('6ammart1735959278_cache914548af0f47c2168535b7aeb465f1d5', 'i:7;', 1752780215),
('6ammart1735959278_cache914548af0f47c2168535b7aeb465f1d5:timer', 'i:1752780215;', 1752780215),
('6ammart1735959278_cache91b1d79bf7d3400346c0bf13ef0397d9', 'i:17;', 1748163806),
('6ammart1735959278_cache91b1d79bf7d3400346c0bf13ef0397d9:timer', 'i:1748163806;', 1748163806);
INSERT INTO `cache` (`key`, `value`, `expiration`) VALUES
('6ammart1735959278_cache91bd3880a8057cd067fd3e9c0b46d081', 'i:2;', 1739962219),
('6ammart1735959278_cache91bd3880a8057cd067fd3e9c0b46d081:timer', 'i:1739962219;', 1739962219),
('6ammart1735959278_cache924e2b7234fc210964d2fe811608e782', 'i:3;', 1741059707),
('6ammart1735959278_cache924e2b7234fc210964d2fe811608e782:timer', 'i:1741059707;', 1741059707),
('6ammart1735959278_cache928610650ed0a617d056ef6272704f56', 'i:2;', 1761387117),
('6ammart1735959278_cache928610650ed0a617d056ef6272704f56:timer', 'i:1761387117;', 1761387117),
('6ammart1735959278_cache928788b36542724d0412fa51fa728b02', 'i:3;', 1746260862),
('6ammart1735959278_cache928788b36542724d0412fa51fa728b02:timer', 'i:1746260862;', 1746260862),
('6ammart1735959278_cache92c0772483c0ee382be85840e9f369d4', 'i:1;', 1756222564),
('6ammart1735959278_cache92c0772483c0ee382be85840e9f369d4:timer', 'i:1756222564;', 1756222564),
('6ammart1735959278_cache92fc529337bb017ad81a7457c2698893', 'i:12;', 1760869643),
('6ammart1735959278_cache92fc529337bb017ad81a7457c2698893:timer', 'i:1760869643;', 1760869643),
('6ammart1735959278_cache930a5aebcbb4e0633efd65d9a90dfe84', 'i:1;', 1753436643),
('6ammart1735959278_cache930a5aebcbb4e0633efd65d9a90dfe84:timer', 'i:1753436643;', 1753436643),
('6ammart1735959278_cache93355ce3c930cf0957315d1838a35327', 'i:1;', 1760230407),
('6ammart1735959278_cache93355ce3c930cf0957315d1838a35327:timer', 'i:1760230407;', 1760230407),
('6ammart1735959278_cache934ca4c14a396329deaefd2511b6441a', 'i:1;', 1755248908),
('6ammart1735959278_cache934ca4c14a396329deaefd2511b6441a:timer', 'i:1755248908;', 1755248908),
('6ammart1735959278_cache93b5fd0db67eeace38652a07ef0f0225', 'i:2;', 1754722016),
('6ammart1735959278_cache93b5fd0db67eeace38652a07ef0f0225:timer', 'i:1754722016;', 1754722016),
('6ammart1735959278_cache93d58b9c00b88014d3caab2b6dd2f7a6', 'i:28;', 1762399432),
('6ammart1735959278_cache93d58b9c00b88014d3caab2b6dd2f7a6:timer', 'i:1762399432;', 1762399432),
('6ammart1735959278_cache93f5f51adb74c80ca1fc22b9eb818641', 'i:1;', 1747835016),
('6ammart1735959278_cache93f5f51adb74c80ca1fc22b9eb818641:timer', 'i:1747835016;', 1747835016),
('6ammart1735959278_cache93fff4603670e76bb1f8fcacb7d4e771', 'i:1;', 1746261102),
('6ammart1735959278_cache93fff4603670e76bb1f8fcacb7d4e771:timer', 'i:1746261102;', 1746261102),
('6ammart1735959278_cache942a260ff944263cca1f302a6c9deb28', 'i:1;', 1762183769),
('6ammart1735959278_cache942a260ff944263cca1f302a6c9deb28:timer', 'i:1762183769;', 1762183769),
('6ammart1735959278_cache9446f37b02d96ff13c790dfb90c6130d', 'i:1;', 1759664840),
('6ammart1735959278_cache9446f37b02d96ff13c790dfb90c6130d:timer', 'i:1759664840;', 1759664840),
('6ammart1735959278_cache9454fc432a764f8534d588c057c1dd30', 'i:4;', 1739800852),
('6ammart1735959278_cache9454fc432a764f8534d588c057c1dd30:timer', 'i:1739800852;', 1739800852),
('6ammart1735959278_cache947df91856296ebb7c2dd4d7650fe60f', 'i:10;', 1753167563),
('6ammart1735959278_cache947df91856296ebb7c2dd4d7650fe60f:timer', 'i:1753167563;', 1753167563),
('6ammart1735959278_cache948975ebf739d5e1bedbcbae036dd045', 'i:10;', 1739956802),
('6ammart1735959278_cache948975ebf739d5e1bedbcbae036dd045:timer', 'i:1739956802;', 1739956802),
('6ammart1735959278_cache949a9e4d2d561da330192307c7ca172d', 'i:3;', 1762770299),
('6ammart1735959278_cache949a9e4d2d561da330192307c7ca172d:timer', 'i:1762770299;', 1762770299),
('6ammart1735959278_cache949b26816a2b4303fedf82024d40f252', 'i:22;', 1757562555),
('6ammart1735959278_cache949b26816a2b4303fedf82024d40f252:timer', 'i:1757562555;', 1757562555),
('6ammart1735959278_cache94a80de11ebe83dc8cb41ce904a20bb1', 'i:1;', 1761633777),
('6ammart1735959278_cache94a80de11ebe83dc8cb41ce904a20bb1:timer', 'i:1761633777;', 1761633777),
('6ammart1735959278_cache94cf42bf53b245a04055048c791a80dc', 'i:5;', 1740379647),
('6ammart1735959278_cache94cf42bf53b245a04055048c791a80dc:timer', 'i:1740379647;', 1740379647),
('6ammart1735959278_cache94e597f7bb9cdaace004dd08c9891645', 'i:6;', 1740158624),
('6ammart1735959278_cache94e597f7bb9cdaace004dd08c9891645:timer', 'i:1740158624;', 1740158624),
('6ammart1735959278_cache9519e068a751ce30ab78e656100d7599', 'i:38;', 1747981743),
('6ammart1735959278_cache9519e068a751ce30ab78e656100d7599:timer', 'i:1747981743;', 1747981743),
('6ammart1735959278_cache9526b1b13586cba465c65470c23417b8', 'i:1;', 1759860231),
('6ammart1735959278_cache9526b1b13586cba465c65470c23417b8:timer', 'i:1759860231;', 1759860231),
('6ammart1735959278_cache9541111e1f3f3bc58b36c329a7334bd6', 'i:1;', 1755248822),
('6ammart1735959278_cache9541111e1f3f3bc58b36c329a7334bd6:timer', 'i:1755248822;', 1755248822),
('6ammart1735959278_cache9545e7a31777e0f7147a57350e1f232a', 'i:15;', 1754927254),
('6ammart1735959278_cache9545e7a31777e0f7147a57350e1f232a:timer', 'i:1754927254;', 1754927254),
('6ammart1735959278_cache9582927a378677eb482c7835c566e341', 'i:13;', 1762451063),
('6ammart1735959278_cache9582927a378677eb482c7835c566e341:timer', 'i:1762451063;', 1762451063),
('6ammart1735959278_cache95e1eadd8744a39156fd743518f0e17e', 'i:2;', 1747835248),
('6ammart1735959278_cache95e1eadd8744a39156fd743518f0e17e:timer', 'i:1747835248;', 1747835248),
('6ammart1735959278_cache95f2ca7afb4ef5aff811c41244f3716d', 'i:5;', 1745743520),
('6ammart1735959278_cache95f2ca7afb4ef5aff811c41244f3716d:timer', 'i:1745743520;', 1745743520),
('6ammart1735959278_cache95f9c097672935d8f168150932e33c2d', 'i:22;', 1741199451),
('6ammart1735959278_cache95f9c097672935d8f168150932e33c2d:timer', 'i:1741199451;', 1741199451),
('6ammart1735959278_cache961688f4d2216f292e5eee258adcfa19', 'i:1;', 1751255627),
('6ammart1735959278_cache961688f4d2216f292e5eee258adcfa19:timer', 'i:1751255627;', 1751255627),
('6ammart1735959278_cache966260f23cbf406ecd022f64cd85ffc9', 'i:3;', 1746261116),
('6ammart1735959278_cache966260f23cbf406ecd022f64cd85ffc9:timer', 'i:1746261116;', 1746261116),
('6ammart1735959278_cache96a06cef2795e7a2044bbf58175e9e01', 'i:44;', 1741169588),
('6ammart1735959278_cache96a06cef2795e7a2044bbf58175e9e01:timer', 'i:1741169588;', 1741169588),
('6ammart1735959278_cache96df2ba2755b8b11e416efbb217bcd02', 'i:2;', 1739807056),
('6ammart1735959278_cache96df2ba2755b8b11e416efbb217bcd02:timer', 'i:1739807056;', 1739807056),
('6ammart1735959278_cache976f70e2d8d937c5add31088a58488e8', 'i:9;', 1746104467),
('6ammart1735959278_cache976f70e2d8d937c5add31088a58488e8:timer', 'i:1746104467;', 1746104467),
('6ammart1735959278_cache9794381ddcb69f9aaf2f1a2c50d1a31e', 'i:1;', 1746541283),
('6ammart1735959278_cache9794381ddcb69f9aaf2f1a2c50d1a31e:timer', 'i:1746541283;', 1746541283),
('6ammart1735959278_cache97b4499c7ac5a6b7247cdc732c2a52c9', 'i:27;', 1746101084),
('6ammart1735959278_cache97b4499c7ac5a6b7247cdc732c2a52c9:timer', 'i:1746101084;', 1746101084),
('6ammart1735959278_cache97d8225f7318f7cf2146ae85d94ed2fa', 'i:7;', 1756615369),
('6ammart1735959278_cache97d8225f7318f7cf2146ae85d94ed2fa:timer', 'i:1756615369;', 1756615369),
('6ammart1735959278_cache9800171f4f89b22095c2271810119b52', 'i:1;', 1739941505),
('6ammart1735959278_cache9800171f4f89b22095c2271810119b52:timer', 'i:1739941505;', 1739941505),
('6ammart1735959278_cache980b599806087df48b1a19d733ead185', 'i:25;', 1739942691),
('6ammart1735959278_cache980b599806087df48b1a19d733ead185:timer', 'i:1739942691;', 1739942691),
('6ammart1735959278_cache9811a23e60e43944bb529306fc2bb9d3', 'i:1;', 1746094017),
('6ammart1735959278_cache9811a23e60e43944bb529306fc2bb9d3:timer', 'i:1746094017;', 1746094017),
('6ammart1735959278_cache9819b9611f540d02a3be3ec582305caf', 'i:2;', 1739941582),
('6ammart1735959278_cache9819b9611f540d02a3be3ec582305caf:timer', 'i:1739941582;', 1739941582),
('6ammart1735959278_cache987b3b32d729467b4e0b74b1ec3d3211', 'i:7;', 1749991446),
('6ammart1735959278_cache987b3b32d729467b4e0b74b1ec3d3211:timer', 'i:1749991446;', 1749991446),
('6ammart1735959278_cache98d0c2c731ecbbd95f7bafd83edcde10', 'i:1;', 1758786102),
('6ammart1735959278_cache98d0c2c731ecbbd95f7bafd83edcde10:timer', 'i:1758786102;', 1758786102),
('6ammart1735959278_cache9960448260bc281879ad817a89de4928', 'i:7;', 1748769334),
('6ammart1735959278_cache9960448260bc281879ad817a89de4928:timer', 'i:1748769334;', 1748769334),
('6ammart1735959278_cache99768f8aaaa051e115be3886944a2d07', 'i:10;', 1752219199),
('6ammart1735959278_cache99768f8aaaa051e115be3886944a2d07:timer', 'i:1752219199;', 1752219199),
('6ammart1735959278_cache99a7837aef6c92dd463f44d13c640d9b', 'i:4;', 1756318340),
('6ammart1735959278_cache99a7837aef6c92dd463f44d13c640d9b:timer', 'i:1756318340;', 1756318340),
('6ammart1735959278_cache99bcb588f348efc48d5069b9ffe7dd2e', 'i:5;', 1758361068),
('6ammart1735959278_cache99bcb588f348efc48d5069b9ffe7dd2e:timer', 'i:1758361068;', 1758361068),
('6ammart1735959278_cache99c392b2a28607601a4791c1ead0c8fa', 'i:1;', 1748661431),
('6ammart1735959278_cache99c392b2a28607601a4791c1ead0c8fa:timer', 'i:1748661431;', 1748661431),
('6ammart1735959278_cache99d917458668732359d53d73ddccbb0a', 'i:25;', 1744902231),
('6ammart1735959278_cache99d917458668732359d53d73ddccbb0a:timer', 'i:1744902231;', 1744902231),
('6ammart1735959278_cache99e780c26e30c0842d552f75430dba3d', 'i:5;', 1759996233),
('6ammart1735959278_cache99e780c26e30c0842d552f75430dba3d:timer', 'i:1759996233;', 1759996233),
('6ammart1735959278_cache9a10719cd567c6c25c37bcf3e0e11cac', 'i:8;', 1755111823),
('6ammart1735959278_cache9a10719cd567c6c25c37bcf3e0e11cac:timer', 'i:1755111823;', 1755111823),
('6ammart1735959278_cache9a1112c73b1470ae7f2ed9cebe413937', 'i:1;', 1748788994),
('6ammart1735959278_cache9a1112c73b1470ae7f2ed9cebe413937:timer', 'i:1748788994;', 1748788994),
('6ammart1735959278_cache9a2eb0f3204a52ce2570a81ee82284ca', 'i:1;', 1754067721),
('6ammart1735959278_cache9a2eb0f3204a52ce2570a81ee82284ca:timer', 'i:1754067721;', 1754067721),
('6ammart1735959278_cache9a3f1924823157c0e0bfd0f92cd05bc8', 'i:1;', 1762599095),
('6ammart1735959278_cache9a3f1924823157c0e0bfd0f92cd05bc8:timer', 'i:1762599095;', 1762599095),
('6ammart1735959278_cache9a5f5c35779faf47304373a5f31ba888', 'i:1;', 1757527469),
('6ammart1735959278_cache9a5f5c35779faf47304373a5f31ba888:timer', 'i:1757527469;', 1757527469),
('6ammart1735959278_cache9a68b03d7cb8b57c22ef63d629c5b3fc', 'i:6;', 1757834968),
('6ammart1735959278_cache9a68b03d7cb8b57c22ef63d629c5b3fc:timer', 'i:1757834968;', 1757834968),
('6ammart1735959278_cache9aebccd698003778759f78d1b5c6c590', 'i:3;', 1753438191),
('6ammart1735959278_cache9aebccd698003778759f78d1b5c6c590:timer', 'i:1753438191;', 1753438191),
('6ammart1735959278_cache9b26abc75110d3b88e807cf4bf39a83a', 'i:14;', 1762354302),
('6ammart1735959278_cache9b26abc75110d3b88e807cf4bf39a83a:timer', 'i:1762354302;', 1762354302),
('6ammart1735959278_cache9b55ad4502b8d4582d2701f9fc977209', 'i:4;', 1759759497),
('6ammart1735959278_cache9b55ad4502b8d4582d2701f9fc977209:timer', 'i:1759759497;', 1759759497),
('6ammart1735959278_cache9b6689cc5b5b5720bb13ff770ba38ab8', 'i:9;', 1741509630),
('6ammart1735959278_cache9b6689cc5b5b5720bb13ff770ba38ab8:timer', 'i:1741509630;', 1741509630),
('6ammart1735959278_cache9b868db61ac40a84a9bd23667836978c', 'i:6;', 1757519693),
('6ammart1735959278_cache9b868db61ac40a84a9bd23667836978c:timer', 'i:1757519693;', 1757519693),
('6ammart1735959278_cache9b8c7e40f740eed71ea8869ed2814b8a', 'i:4;', 1741067759),
('6ammart1735959278_cache9b8c7e40f740eed71ea8869ed2814b8a:timer', 'i:1741067759;', 1741067759),
('6ammart1735959278_cache9b912ff9d638eca021c633a526fdc8ca', 'i:13;', 1755422865),
('6ammart1735959278_cache9b912ff9d638eca021c633a526fdc8ca:timer', 'i:1755422865;', 1755422865),
('6ammart1735959278_cache9b9581fe9d3d0be853330c0cfe3885a0', 'i:1;', 1759480134),
('6ammart1735959278_cache9b9581fe9d3d0be853330c0cfe3885a0:timer', 'i:1759480134;', 1759480134),
('6ammart1735959278_cache9bc54a5b3af56eb38a8b30e2a39f7ac4', 'i:11;', 1740550785),
('6ammart1735959278_cache9bc54a5b3af56eb38a8b30e2a39f7ac4:timer', 'i:1740550785;', 1740550785),
('6ammart1735959278_cache9c122c89ef9f460d8d4a77925e721070', 'i:8;', 1740726958),
('6ammart1735959278_cache9c122c89ef9f460d8d4a77925e721070:timer', 'i:1740726958;', 1740726958),
('6ammart1735959278_cache9c48e8d0f595152cb9fdc2cbf8a3164e', 'i:6;', 1760538864),
('6ammart1735959278_cache9c48e8d0f595152cb9fdc2cbf8a3164e:timer', 'i:1760538864;', 1760538864),
('6ammart1735959278_cache9c7fd4ba5798dd608aa755cf24e8ea32', 'i:17;', 1746095325),
('6ammart1735959278_cache9c7fd4ba5798dd608aa755cf24e8ea32:timer', 'i:1746095325;', 1746095325),
('6ammart1735959278_cache9cab710880088589f2af669ac9ee8d11', 'i:5;', 1748175724),
('6ammart1735959278_cache9cab710880088589f2af669ac9ee8d11:timer', 'i:1748175724;', 1748175724),
('6ammart1735959278_cache9d13143dcea063a252276faac5ad70cc', 'i:3;', 1759974348),
('6ammart1735959278_cache9d13143dcea063a252276faac5ad70cc:timer', 'i:1759974348;', 1759974348),
('6ammart1735959278_cache9d6356de1066ea8d5d9321e22992a3fd', 'i:21;', 1759827661),
('6ammart1735959278_cache9d6356de1066ea8d5d9321e22992a3fd:timer', 'i:1759827661;', 1759827661),
('6ammart1735959278_cache9dcdb831fac8b8c88de2464d0b7ef3c3', 'i:1;', 1746098561),
('6ammart1735959278_cache9dcdb831fac8b8c88de2464d0b7ef3c3:timer', 'i:1746098561;', 1746098561),
('6ammart1735959278_cache9e00af9e386c8266b471a8813f851c58', 'i:4;', 1753756261),
('6ammart1735959278_cache9e00af9e386c8266b471a8813f851c58:timer', 'i:1753756261;', 1753756261),
('6ammart1735959278_cache9e5c9370ded2b115000a67232cf44698', 'i:6;', 1756300953),
('6ammart1735959278_cache9e5c9370ded2b115000a67232cf44698:timer', 'i:1756300953;', 1756300953),
('6ammart1735959278_cache9eadb84ab49e43e479d353ea02483300', 'i:13;', 1753979972),
('6ammart1735959278_cache9eadb84ab49e43e479d353ea02483300:timer', 'i:1753979972;', 1753979972),
('6ammart1735959278_cache9eb9399320d8f1422bb732831da38e3b', 'i:21;', 1746077018),
('6ammart1735959278_cache9eb9399320d8f1422bb732831da38e3b:timer', 'i:1746077018;', 1746077018),
('6ammart1735959278_cache9eba4dbc15347e3c8f457637b9e8e984', 'i:11;', 1745539765),
('6ammart1735959278_cache9eba4dbc15347e3c8f457637b9e8e984:timer', 'i:1745539765;', 1745539765),
('6ammart1735959278_cache9f1e5aa61e3c1333c0a19b5365729243', 'i:7;', 1748626296),
('6ammart1735959278_cache9f1e5aa61e3c1333c0a19b5365729243:timer', 'i:1748626296;', 1748626296),
('6ammart1735959278_cache9f21ee1dc6ac5ca8a5b0bc3be0d389ad', 'i:3;', 1746245323),
('6ammart1735959278_cache9f21ee1dc6ac5ca8a5b0bc3be0d389ad:timer', 'i:1746245323;', 1746245323),
('6ammart1735959278_cache9f44e1c9b685cda8b65d5ef85081f858', 'i:14;', 1760229872),
('6ammart1735959278_cache9f44e1c9b685cda8b65d5ef85081f858:timer', 'i:1760229871;', 1760229872),
('6ammart1735959278_cache9fab7f6909352cd96fec6a84d0d588fe', 'i:1;', 1753167549),
('6ammart1735959278_cache9fab7f6909352cd96fec6a84d0d588fe:timer', 'i:1753167549;', 1753167549),
('6ammart1735959278_cachea018c3d32fe7e9add376d71db8e8e31a', 'i:56;', 1739791421),
('6ammart1735959278_cachea018c3d32fe7e9add376d71db8e8e31a:timer', 'i:1739791421;', 1739791421),
('6ammart1735959278_cachea02075ee16737b760f5eca62c6f68955', 'i:5;', 1754722011),
('6ammart1735959278_cachea02075ee16737b760f5eca62c6f68955:timer', 'i:1754722011;', 1754722011),
('6ammart1735959278_cachea04a5dd66bf7e17db6d10be03d0c998c', 'i:9;', 1753373287),
('6ammart1735959278_cachea04a5dd66bf7e17db6d10be03d0c998c:timer', 'i:1753373287;', 1753373287),
('6ammart1735959278_cachea09143f356c37bba30bf178643576d49', 'i:14;', 1754909288),
('6ammart1735959278_cachea09143f356c37bba30bf178643576d49:timer', 'i:1754909288;', 1754909288),
('6ammart1735959278_cachea0c111ba67f0ecd29c6488ca54777fa0', 'i:5;', 1740671817),
('6ammart1735959278_cachea0c111ba67f0ecd29c6488ca54777fa0:timer', 'i:1740671817;', 1740671817),
('6ammart1735959278_cachea0d1f71b7060a02bd04dec9ce86a73e2', 'i:2;', 1746259232),
('6ammart1735959278_cachea0d1f71b7060a02bd04dec9ce86a73e2:timer', 'i:1746259232;', 1746259232),
('6ammart1735959278_cachea0d8dc67076fbafa0d7dd98b704b2db7', 'i:3;', 1761805320),
('6ammart1735959278_cachea0d8dc67076fbafa0d7dd98b704b2db7:timer', 'i:1761805320;', 1761805320),
('6ammart1735959278_cachea187d9026048b16e0e381b5b7898ec8e', 'i:30;', 1748932250),
('6ammart1735959278_cachea187d9026048b16e0e381b5b7898ec8e:timer', 'i:1748932250;', 1748932250),
('6ammart1735959278_cachea1a381dfefb850d0dce1156e05d01866', 'i:2;', 1761118514),
('6ammart1735959278_cachea1a381dfefb850d0dce1156e05d01866:timer', 'i:1761118514;', 1761118514),
('6ammart1735959278_cachea1b46bcd407ae3ca09752281db316f13', 'i:1;', 1761373137),
('6ammart1735959278_cachea1b46bcd407ae3ca09752281db316f13:timer', 'i:1761373137;', 1761373137),
('6ammart1735959278_cachea2a927355b1751946bdd53a18e90e04e', 'i:3;', 1755549735),
('6ammart1735959278_cachea2a927355b1751946bdd53a18e90e04e:timer', 'i:1755549735;', 1755549735),
('6ammart1735959278_cachea2ebc7a2542f609624e776996d7ac63b', 'i:32;', 1746374775),
('6ammart1735959278_cachea2ebc7a2542f609624e776996d7ac63b:timer', 'i:1746374775;', 1746374775),
('6ammart1735959278_cachea3240dfa1906e978c92735edc29274c4', 'i:1;', 1746245379),
('6ammart1735959278_cachea3240dfa1906e978c92735edc29274c4:timer', 'i:1746245379;', 1746245379),
('6ammart1735959278_cachea32543047dbfa5ecb783c5271f6742dd', 'i:1;', 1748661638),
('6ammart1735959278_cachea32543047dbfa5ecb783c5271f6742dd:timer', 'i:1748661638;', 1748661638),
('6ammart1735959278_cachea32938cb05e983ab97c94f690c39767a', 'i:6;', 1751377636),
('6ammart1735959278_cachea32938cb05e983ab97c94f690c39767a:timer', 'i:1751377636;', 1751377636),
('6ammart1735959278_cachea32b1fe8639e8fcda107e008dd17ebf3', 'i:13;', 1753979982),
('6ammart1735959278_cachea32b1fe8639e8fcda107e008dd17ebf3:timer', 'i:1753979982;', 1753979982),
('6ammart1735959278_cachea333f5e40612525fff1365313c53f081', 'i:5;', 1754453995),
('6ammart1735959278_cachea333f5e40612525fff1365313c53f081:timer', 'i:1754453995;', 1754453995),
('6ammart1735959278_cachea355b020943094cefabbf928edb3c410', 'i:10;', 1762702846),
('6ammart1735959278_cachea355b020943094cefabbf928edb3c410:timer', 'i:1762702846;', 1762702846),
('6ammart1735959278_cachea3a922ab6dc873adea3786dde8752329', 'i:6;', 1746107730),
('6ammart1735959278_cachea3a922ab6dc873adea3786dde8752329:timer', 'i:1746107730;', 1746107730),
('6ammart1735959278_cachea3ac7c543298b15d8c632fa5fe67e0ce', 'i:63;', 1750442194),
('6ammart1735959278_cachea3ac7c543298b15d8c632fa5fe67e0ce:timer', 'i:1750442194;', 1750442194),
('6ammart1735959278_cachea3c2cda10b67ea15f5a6f925c9d20f86', 'i:1;', 1762744203),
('6ammart1735959278_cachea3c2cda10b67ea15f5a6f925c9d20f86:timer', 'i:1762744203;', 1762744203),
('6ammart1735959278_cachea3c4e955e38af6bbf6e05bbdafbd94f9', 'i:1;', 1741516693),
('6ammart1735959278_cachea3c4e955e38af6bbf6e05bbdafbd94f9:timer', 'i:1741516693;', 1741516693),
('6ammart1735959278_cachea400cf9f8bbac91fae9d311f1d482ad5', 'i:1;', 1761223921),
('6ammart1735959278_cachea400cf9f8bbac91fae9d311f1d482ad5:timer', 'i:1761223921;', 1761223921),
('6ammart1735959278_cachea410e08e45ebb39a7cbc0627598a3a3a', 'i:3;', 1759160543),
('6ammart1735959278_cachea410e08e45ebb39a7cbc0627598a3a3a:timer', 'i:1759160543;', 1759160543),
('6ammart1735959278_cachea4493564a456d64df2ba44f990f74dda', 'i:25;', 1758280979),
('6ammart1735959278_cachea4493564a456d64df2ba44f990f74dda:timer', 'i:1758280979;', 1758280979),
('6ammart1735959278_cachea48c01fe212d37aa9d95dd52a8f1919b', 'i:2;', 1745515636),
('6ammart1735959278_cachea48c01fe212d37aa9d95dd52a8f1919b:timer', 'i:1745515636;', 1745515636),
('6ammart1735959278_cachea499e6a3d12cf76b7104e9cdfb3c210e', 'i:18;', 1759814461),
('6ammart1735959278_cachea499e6a3d12cf76b7104e9cdfb3c210e:timer', 'i:1759814461;', 1759814461),
('6ammart1735959278_cachea4b7f747f0d9f4b0978754e585e1b594', 'i:2;', 1748370056),
('6ammart1735959278_cachea4b7f747f0d9f4b0978754e585e1b594:timer', 'i:1748370056;', 1748370056),
('6ammart1735959278_cachea5158b4b99f7a5c2b7e7a81ced2738b0', 'i:1;', 1739790765),
('6ammart1735959278_cachea5158b4b99f7a5c2b7e7a81ced2738b0:timer', 'i:1739790765;', 1739790765),
('6ammart1735959278_cachea55198acaf39bc284f6fa9fe533d8346', 'i:1;', 1751289928),
('6ammart1735959278_cachea55198acaf39bc284f6fa9fe533d8346:timer', 'i:1751289928;', 1751289928),
('6ammart1735959278_cachea581ba096dd124b687af09f3df40b3d3', 'i:2;', 1741186241),
('6ammart1735959278_cachea581ba096dd124b687af09f3df40b3d3:timer', 'i:1741186241;', 1741186241),
('6ammart1735959278_cachea5f8311e366e52e35e69850da742eebc', 'i:2;', 1739797524),
('6ammart1735959278_cachea5f8311e366e52e35e69850da742eebc:timer', 'i:1739797524;', 1739797524),
('6ammart1735959278_cachea5fb4b7622d2b12c8cb1d240729eea20', 'i:49;', 1753505737),
('6ammart1735959278_cachea5fb4b7622d2b12c8cb1d240729eea20:timer', 'i:1753505737;', 1753505737),
('6ammart1735959278_cachea6236320ad635ffb27284ae2fb11ba77', 'i:22;', 1756707135),
('6ammart1735959278_cachea6236320ad635ffb27284ae2fb11ba77:timer', 'i:1756707135;', 1756707135),
('6ammart1735959278_cachea637c2220cd0d7e85f6f576646a8411f', 'i:6;', 1739799129),
('6ammart1735959278_cachea637c2220cd0d7e85f6f576646a8411f:timer', 'i:1739799129;', 1739799129),
('6ammart1735959278_cachea63f852393490d9b68eb37a388391938', 'i:1;', 1758639767),
('6ammart1735959278_cachea63f852393490d9b68eb37a388391938:timer', 'i:1758639767;', 1758639767),
('6ammart1735959278_cachea64bc046fa984bee483cdbd70ada2439', 'i:2;', 1758525590),
('6ammart1735959278_cachea64bc046fa984bee483cdbd70ada2439:timer', 'i:1758525590;', 1758525590),
('6ammart1735959278_cachea65d1d0be02d330f551c79708eae84b2', 'i:2;', 1759759495),
('6ammart1735959278_cachea65d1d0be02d330f551c79708eae84b2:timer', 'i:1759759495;', 1759759495),
('6ammart1735959278_cachea6ac22367948e26450eb2f80ccfa24ec', 'i:5;', 1753885428),
('6ammart1735959278_cachea6ac22367948e26450eb2f80ccfa24ec:timer', 'i:1753885428;', 1753885428),
('6ammart1735959278_cachea721a19852c0be59b673e4a7e7247e7f', 'i:4;', 1761794479),
('6ammart1735959278_cachea721a19852c0be59b673e4a7e7247e7f:timer', 'i:1761794479;', 1761794479),
('6ammart1735959278_cachea79076ed6e0c7e119dc2821b66956fc5', 'i:1;', 1747835174),
('6ammart1735959278_cachea79076ed6e0c7e119dc2821b66956fc5:timer', 'i:1747835174;', 1747835174),
('6ammart1735959278_cachea7933ec008f0392aa6f1a13676158189', 'i:6;', 1757517388),
('6ammart1735959278_cachea7933ec008f0392aa6f1a13676158189:timer', 'i:1757517388;', 1757517388),
('6ammart1735959278_cachea79f6c747a444e77ebe50f851542c365', 'i:7;', 1746093546),
('6ammart1735959278_cachea79f6c747a444e77ebe50f851542c365:timer', 'i:1746093546;', 1746093546),
('6ammart1735959278_cachea7a7c8c586d1005dbaac768b2e4d74bf', 'i:3;', 1755295613),
('6ammart1735959278_cachea7a7c8c586d1005dbaac768b2e4d74bf:timer', 'i:1755295613;', 1755295613),
('6ammart1735959278_cachea84356e4b46691ade77a66b4c65997dc', 'i:3;', 1739941562),
('6ammart1735959278_cachea84356e4b46691ade77a66b4c65997dc:timer', 'i:1739941562;', 1739941562),
('6ammart1735959278_cachea8581423e74fb42151ca30cda1bb46f8', 'i:1;', 1757828394),
('6ammart1735959278_cachea8581423e74fb42151ca30cda1bb46f8:timer', 'i:1757828394;', 1757828394),
('6ammart1735959278_cachea85b9a1a9f933b1c2c91c532f46e2268', 'i:1;', 1746260937),
('6ammart1735959278_cachea85b9a1a9f933b1c2c91c532f46e2268:timer', 'i:1746260937;', 1746260937),
('6ammart1735959278_cachea85c0ee042fb75e9a805b44ca493085c', 'i:26;', 1758657236),
('6ammart1735959278_cachea85c0ee042fb75e9a805b44ca493085c:timer', 'i:1758657236;', 1758657236),
('6ammart1735959278_cachea8660fd269a26151fada39283d546dc3', 'i:5;', 1758093339),
('6ammart1735959278_cachea8660fd269a26151fada39283d546dc3:timer', 'i:1758093339;', 1758093339),
('6ammart1735959278_cachea87f4082cfc82034a694c40b6dd5f20e', 'i:47;', 1745258445),
('6ammart1735959278_cachea87f4082cfc82034a694c40b6dd5f20e:timer', 'i:1745258445;', 1745258445),
('6ammart1735959278_cachea8e70e727682de3d80b1a1ef866c8e6f', 'i:1;', 1759925503),
('6ammart1735959278_cachea8e70e727682de3d80b1a1ef866c8e6f:timer', 'i:1759925503;', 1759925503),
('6ammart1735959278_cachea8ffafd9eaa595b8802ef68ca8e7d6e0', 'i:25;', 1739953270),
('6ammart1735959278_cachea8ffafd9eaa595b8802ef68ca8e7d6e0:timer', 'i:1739953270;', 1739953270),
('6ammart1735959278_cachea995a10f5f43650711054cadaa2f569e', 'i:1;', 1754067845),
('6ammart1735959278_cachea995a10f5f43650711054cadaa2f569e:timer', 'i:1754067845;', 1754067845),
('6ammart1735959278_cachea9b90ce7e806a5ff24df4e5600210655', 'i:1;', 1759925474),
('6ammart1735959278_cachea9b90ce7e806a5ff24df4e5600210655:timer', 'i:1759925474;', 1759925474),
('6ammart1735959278_cachea9c1ca2d1b1cb44937dbac53245cd754', 'i:2;', 1754067747),
('6ammart1735959278_cachea9c1ca2d1b1cb44937dbac53245cd754:timer', 'i:1754067747;', 1754067747),
('6ammart1735959278_cacheaa0ccb875944cdf9bed785e2e5d9bb2d', 'i:1;', 1746924633),
('6ammart1735959278_cacheaa0ccb875944cdf9bed785e2e5d9bb2d:timer', 'i:1746924633;', 1746924633),
('6ammart1735959278_cacheaa0cff9894ed1eb3643030bc9df47fc0', 'i:5;', 1760631627),
('6ammart1735959278_cacheaa0cff9894ed1eb3643030bc9df47fc0:timer', 'i:1760631627;', 1760631627),
('6ammart1735959278_cacheaa1685276a83bcac36c2d42df6a9a68a', 'i:16;', 1759737094),
('6ammart1735959278_cacheaa1685276a83bcac36c2d42df6a9a68a:timer', 'i:1759737094;', 1759737094),
('6ammart1735959278_cacheaa1a297f2d57778dad020bb0b1769023', 'i:2;', 1759160545),
('6ammart1735959278_cacheaa1a297f2d57778dad020bb0b1769023:timer', 'i:1759160545;', 1759160545),
('6ammart1735959278_cacheaa385b331c30cf90b338f03065021055', 'i:2;', 1747981748),
('6ammart1735959278_cacheaa385b331c30cf90b338f03065021055:timer', 'i:1747981748;', 1747981748),
('6ammart1735959278_cacheaa800d11730319d313b4c7533f6e57fa', 'i:2;', 1745828387),
('6ammart1735959278_cacheaa800d11730319d313b4c7533f6e57fa:timer', 'i:1745828387;', 1745828387),
('6ammart1735959278_cacheaaeb1504c607df88c1626e6bd093030e', 'i:38;', 1762765647),
('6ammart1735959278_cacheaaeb1504c607df88c1626e6bd093030e:timer', 'i:1762765647;', 1762765647),
('6ammart1735959278_cacheab5fd14a847738b889b327b1d837a95c', 'i:1;', 1739941428),
('6ammart1735959278_cacheab5fd14a847738b889b327b1d837a95c:timer', 'i:1739941428;', 1739941428),
('6ammart1735959278_cacheab701ca9a058a9c304a74d74a3c59bba', 'i:4;', 1758192437),
('6ammart1735959278_cacheab701ca9a058a9c304a74d74a3c59bba:timer', 'i:1758192437;', 1758192437),
('6ammart1735959278_cacheab8040b888b0dbdf430cb47d4e35d7f8', 'i:1;', 1760413969),
('6ammart1735959278_cacheab8040b888b0dbdf430cb47d4e35d7f8:timer', 'i:1760413969;', 1760413969),
('6ammart1735959278_cacheaba4baae8af45e5ec95f8bb890555bab', 'i:13;', 1758817593),
('6ammart1735959278_cacheaba4baae8af45e5ec95f8bb890555bab:timer', 'i:1758817593;', 1758817593),
('6ammart1735959278_cacheabc4fe6d0a1346e8c7cf1579c99472a6', 'i:1;', 1757830093),
('6ammart1735959278_cacheabc4fe6d0a1346e8c7cf1579c99472a6:timer', 'i:1757830093;', 1757830093),
('6ammart1735959278_cacheabe8f971188c89245ecc6e118a12becd', 'i:13;', 1756801624),
('6ammart1735959278_cacheabe8f971188c89245ecc6e118a12becd:timer', 'i:1756801624;', 1756801624),
('6ammart1735959278_cacheac03621d64ce1bf7397ba8f5c35c1ff8', 'i:2;', 1747835301),
('6ammart1735959278_cacheac03621d64ce1bf7397ba8f5c35c1ff8:timer', 'i:1747835301;', 1747835301),
('6ammart1735959278_cacheaca40fab791877628e03ef729558c9bb', 'i:2;', 1753176700),
('6ammart1735959278_cacheaca40fab791877628e03ef729558c9bb:timer', 'i:1753176700;', 1753176700),
('6ammart1735959278_cacheacae075921b268f92665ae844d0e54f1', 'i:1;', 1739829684),
('6ammart1735959278_cacheacae075921b268f92665ae844d0e54f1:timer', 'i:1739829684;', 1739829684),
('6ammart1735959278_cacheacae72e1ffafe96c233a5cdb80a52649', 'i:2;', 1754067910),
('6ammart1735959278_cacheacae72e1ffafe96c233a5cdb80a52649:timer', 'i:1754067910;', 1754067910),
('6ammart1735959278_cachead60a7a17657d5f6170bd3856cc5a068', 'i:2;', 1747737629),
('6ammart1735959278_cachead60a7a17657d5f6170bd3856cc5a068:timer', 'i:1747737629;', 1747737629),
('6ammart1735959278_cachead8ac087c353fd0cad5d19ba10da6909', 'i:17;', 1757217614),
('6ammart1735959278_cachead8ac087c353fd0cad5d19ba10da6909:timer', 'i:1757217614;', 1757217614),
('6ammart1735959278_cacheadb6b19c88106efccc2fa977b8c2cfad', 'i:11;', 1740557662),
('6ammart1735959278_cacheadb6b19c88106efccc2fa977b8c2cfad:timer', 'i:1740557661;', 1740557661),
('6ammart1735959278_cacheadb9a730683ddcbc137e051bb3e43beb', 'i:2;', 1754747477),
('6ammart1735959278_cacheadb9a730683ddcbc137e051bb3e43beb:timer', 'i:1754747477;', 1754747477),
('6ammart1735959278_cacheadd9dfab3f7913ac98b08f5e64cde0bc', 'i:13;', 1739792851),
('6ammart1735959278_cacheadd9dfab3f7913ac98b08f5e64cde0bc:timer', 'i:1739792851;', 1739792851),
('6ammart1735959278_cacheadvertisement_044c4c5d9ce270eb4f4ff886c4b9a13c', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1739941977),
('6ammart1735959278_cacheadvertisement_1a09c8eee65b4e701079e2794a5cdc9a', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1739947471),
('6ammart1735959278_cacheadvertisement_363dfb4519db514274e835748f922071', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1752333438),
('6ammart1735959278_cacheadvertisement_41b8715e23b025351b6afae160ae0729', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1753364674),
('6ammart1735959278_cacheadvertisement_448c35022cf1676a3d09c74c1630c8ee', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1761567982),
('6ammart1735959278_cacheadvertisement_458a9767abdfd6473634ba1d770da54c', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1761497459),
('6ammart1735959278_cacheadvertisement_627734931eca49d2115ce534dd8677d2', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1753179298),
('6ammart1735959278_cacheadvertisement_645a776baa968c35f294c3d333b1bf49', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1746123742),
('6ammart1735959278_cacheadvertisement_64d5be2340ba88ee4b00ccbe9e0a4485', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1753505707),
('6ammart1735959278_cacheadvertisement_7127aa4d3b4a3314e9b293a619edfc45', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1760533630),
('6ammart1735959278_cacheadvertisement_854201a27cd99a9210489a722f2460e6', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1761497480),
('6ammart1735959278_cacheadvertisement_99e8c2d10a7e392795ec2cd3d4c1e7b8', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1753374458),
('6ammart1735959278_cacheadvertisement_ba377ed94eee9bb93aa38cd8f25a4042', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1752649047),
('6ammart1735959278_cacheadvertisement_d05bdf586a4ad7bfdd70b9803245afe0', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1751700623),
('6ammart1735959278_cacheadvertisement_ed5ba35893572fdbfface55d8703f308', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1752947555),
('6ammart1735959278_cacheadvertisement_fa1b12e27fc6fc441233b38960f6ea87', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1739942008),
('6ammart1735959278_cacheae05aa6b6573bdeaf8db0c8cff2b84fe', 'i:2;', 1755356823),
('6ammart1735959278_cacheae05aa6b6573bdeaf8db0c8cff2b84fe:timer', 'i:1755356823;', 1755356823),
('6ammart1735959278_cacheae09ec68a0d6a7c4e5e75f793404b797', 'i:29;', 1753690094),
('6ammart1735959278_cacheae09ec68a0d6a7c4e5e75f793404b797:timer', 'i:1753690094;', 1753690094),
('6ammart1735959278_cacheae2b1057894a62aeb8d11b8b2baa15cb', 'i:1;', 1740291730),
('6ammart1735959278_cacheae2b1057894a62aeb8d11b8b2baa15cb:timer', 'i:1740291730;', 1740291730),
('6ammart1735959278_cacheae341ac8e747de53fec1d8cc5f54f73a', 'i:25;', 1757608991),
('6ammart1735959278_cacheae341ac8e747de53fec1d8cc5f54f73a:timer', 'i:1757608991;', 1757608991),
('6ammart1735959278_cacheae7a9a9f6b7c32bd54664efccca18c2a', 'i:1;', 1759050177),
('6ammart1735959278_cacheae7a9a9f6b7c32bd54664efccca18c2a:timer', 'i:1759050177;', 1759050177),
('6ammart1735959278_cacheaec1cc01a20b29ad6d5a824bd106580f', 'i:15;', 1745989205),
('6ammart1735959278_cacheaec1cc01a20b29ad6d5a824bd106580f:timer', 'i:1745989205;', 1745989205),
('6ammart1735959278_cacheaef4eb88dcba0651a36b1f5dd35a47f0', 'i:5;', 1739941368),
('6ammart1735959278_cacheaef4eb88dcba0651a36b1f5dd35a47f0:timer', 'i:1739941368;', 1739941368),
('6ammart1735959278_cacheaf7e5a91a6e2e8f846a36c59dcf5884a', 'i:1;', 1748369025),
('6ammart1735959278_cacheaf7e5a91a6e2e8f846a36c59dcf5884a:timer', 'i:1748369025;', 1748369025),
('6ammart1735959278_cacheafef1f6488c22daa124c7b9281dc4126', 'i:39;', 1740291253),
('6ammart1735959278_cacheafef1f6488c22daa124c7b9281dc4126:timer', 'i:1740291253;', 1740291253),
('6ammart1735959278_cacheaff8f6ce4abbc82fc4d6251954fef4dc', 'i:2;', 1739858645),
('6ammart1735959278_cacheaff8f6ce4abbc82fc4d6251954fef4dc:timer', 'i:1739858645;', 1739858645),
('6ammart1735959278_cacheb03a2983144ad17a81e3e21f5ab59a2e', 'i:9;', 1748167723),
('6ammart1735959278_cacheb03a2983144ad17a81e3e21f5ab59a2e:timer', 'i:1748167723;', 1748167723),
('6ammart1735959278_cacheb0afe2be7575ce63f28fdb3b4e1a1a0d', 'i:4;', 1751674925),
('6ammart1735959278_cacheb0afe2be7575ce63f28fdb3b4e1a1a0d:timer', 'i:1751674925;', 1751674925),
('6ammart1735959278_cacheb0bdd410596402efba20102c772883fd', 'i:2;', 1740289302),
('6ammart1735959278_cacheb0bdd410596402efba20102c772883fd:timer', 'i:1740289302;', 1740289302),
('6ammart1735959278_cacheb0e91f7e87caa94066ed36a8f6176890', 'i:9;', 1741064113),
('6ammart1735959278_cacheb0e91f7e87caa94066ed36a8f6176890:timer', 'i:1741064113;', 1741064113),
('6ammart1735959278_cacheb10da3bc98492180eefdf60ec473dd51', 'i:2;', 1746260716),
('6ammart1735959278_cacheb10da3bc98492180eefdf60ec473dd51:timer', 'i:1746260716;', 1746260716),
('6ammart1735959278_cacheb1243392db9c98121b3f47ee0ca13682', 'i:84;', 1747835136),
('6ammart1735959278_cacheb1243392db9c98121b3f47ee0ca13682:timer', 'i:1747835136;', 1747835136),
('6ammart1735959278_cacheb135248645b961bb115fb67420fa2e61', 'i:5;', 1760604480),
('6ammart1735959278_cacheb135248645b961bb115fb67420fa2e61:timer', 'i:1760604480;', 1760604480),
('6ammart1735959278_cacheb17128c2456b02b6b8da070970ef9e1c', 'i:46;', 1758983865),
('6ammart1735959278_cacheb17128c2456b02b6b8da070970ef9e1c:timer', 'i:1758983865;', 1758983865),
('6ammart1735959278_cacheb175cf20296e91fa9e3dab624e52bf4f', 'i:1;', 1740401325),
('6ammart1735959278_cacheb175cf20296e91fa9e3dab624e52bf4f:timer', 'i:1740401325;', 1740401325),
('6ammart1735959278_cacheb17bf2d011fdb4ffb515a4d2ea935540', 'i:6;', 1761203474),
('6ammart1735959278_cacheb17bf2d011fdb4ffb515a4d2ea935540:timer', 'i:1761203474;', 1761203474),
('6ammart1735959278_cacheb193a51eff9af7dc43f7a8c1566c63a1', 'i:7;', 1748780870),
('6ammart1735959278_cacheb193a51eff9af7dc43f7a8c1566c63a1:timer', 'i:1748780870;', 1748780870),
('6ammart1735959278_cacheb1b30007afb217998e2740054dff1d99', 'i:3;', 1753445006),
('6ammart1735959278_cacheb1b30007afb217998e2740054dff1d99:timer', 'i:1753445006;', 1753445006),
('6ammart1735959278_cacheb1b58b4fe6a118773608a0a24a36056e', 'i:12;', 1753436682),
('6ammart1735959278_cacheb1b58b4fe6a118773608a0a24a36056e:timer', 'i:1753436682;', 1753436682),
('6ammart1735959278_cacheb1bec42870d81185237279da25f39247', 'i:12;', 1746099485),
('6ammart1735959278_cacheb1bec42870d81185237279da25f39247:timer', 'i:1746099485;', 1746099485),
('6ammart1735959278_cacheb1e6a6df3b926f457a9b4b7ee4901d51', 'i:1;', 1759078947),
('6ammart1735959278_cacheb1e6a6df3b926f457a9b4b7ee4901d51:timer', 'i:1759078947;', 1759078947),
('6ammart1735959278_cacheb206aea6bdb1c042b4478b599d89339b', 'i:14;', 1759284993),
('6ammart1735959278_cacheb206aea6bdb1c042b4478b599d89339b:timer', 'i:1759284993;', 1759284993),
('6ammart1735959278_cacheb215d53775823ea4da415d97fd6d325a', 'i:2;', 1740051320),
('6ammart1735959278_cacheb215d53775823ea4da415d97fd6d325a:timer', 'i:1740051320;', 1740051320),
('6ammart1735959278_cacheb221a1e05aa51606f6d33df6abed4929', 'i:1;', 1760512449),
('6ammart1735959278_cacheb221a1e05aa51606f6d33df6abed4929:timer', 'i:1760512449;', 1760512449),
('6ammart1735959278_cacheb296989540e53417e0659824a8b94738', 'i:9;', 1758264928),
('6ammart1735959278_cacheb296989540e53417e0659824a8b94738:timer', 'i:1758264928;', 1758264928),
('6ammart1735959278_cacheb2a12dd94f866ed5f9c58e89c9e17724', 'i:7;', 1740145281),
('6ammart1735959278_cacheb2a12dd94f866ed5f9c58e89c9e17724:timer', 'i:1740145281;', 1740145281),
('6ammart1735959278_cacheb2d73c651f51dea484ce95d96d806c58', 'i:52;', 1744993121),
('6ammart1735959278_cacheb2d73c651f51dea484ce95d96d806c58:timer', 'i:1744993121;', 1744993121),
('6ammart1735959278_cacheb31f2dc02dd4f08939d07640ffc5c8eb', 'i:1;', 1741070742),
('6ammart1735959278_cacheb31f2dc02dd4f08939d07640ffc5c8eb:timer', 'i:1741070742;', 1741070742),
('6ammart1735959278_cacheb3398b5d01cf97a9717ffb284406ef1f', 'i:1;', 1756018290),
('6ammart1735959278_cacheb3398b5d01cf97a9717ffb284406ef1f:timer', 'i:1756018290;', 1756018290),
('6ammart1735959278_cacheb349996addded765feff8cf109684154', 'i:1;', 1746261015),
('6ammart1735959278_cacheb349996addded765feff8cf109684154:timer', 'i:1746261015;', 1746261015),
('6ammart1735959278_cacheb37e2b0b86a8368405df02e0b66d0b39', 'i:2;', 1746874813),
('6ammart1735959278_cacheb37e2b0b86a8368405df02e0b66d0b39:timer', 'i:1746874813;', 1746874813),
('6ammart1735959278_cacheb4379d2753e141d1178d3d23905c397e', 'i:1;', 1760230394),
('6ammart1735959278_cacheb4379d2753e141d1178d3d23905c397e:timer', 'i:1760230394;', 1760230394),
('6ammart1735959278_cacheb4729f19df37655510446e55f291994a', 'i:21;', 1756268529),
('6ammart1735959278_cacheb4729f19df37655510446e55f291994a:timer', 'i:1756268529;', 1756268529),
('6ammart1735959278_cacheb489750dda52fbab37f1b8bcfc4849c0', 'i:8;', 1746097683),
('6ammart1735959278_cacheb489750dda52fbab37f1b8bcfc4849c0:timer', 'i:1746097683;', 1746097683),
('6ammart1735959278_cacheb49c105d84693d84897c7091c259af04', 'i:7;', 1748788993),
('6ammart1735959278_cacheb49c105d84693d84897c7091c259af04:timer', 'i:1748788993;', 1748788993),
('6ammart1735959278_cacheb4b0d2792a29a1a3aeab3eefb2d702ff', 'i:5;', 1756222563),
('6ammart1735959278_cacheb4b0d2792a29a1a3aeab3eefb2d702ff:timer', 'i:1756222563;', 1756222563),
('6ammart1735959278_cacheb4b47249169bf27c675316e80379888c', 'i:9;', 1754917666),
('6ammart1735959278_cacheb4b47249169bf27c675316e80379888c:timer', 'i:1754917666;', 1754917666),
('6ammart1735959278_cacheb4c2473bba188dcf20f3807c5e784ace', 'i:24;', 1746262271),
('6ammart1735959278_cacheb4c2473bba188dcf20f3807c5e784ace:timer', 'i:1746262271;', 1746262271),
('6ammart1735959278_cacheb508e7512e71faf577c09bd5c7ecfe38', 'i:7;', 1746107730),
('6ammart1735959278_cacheb508e7512e71faf577c09bd5c7ecfe38:timer', 'i:1746107730;', 1746107730),
('6ammart1735959278_cacheb540a2936303c7b6aa25be354e6eb830', 'i:6;', 1761496377),
('6ammart1735959278_cacheb540a2936303c7b6aa25be354e6eb830:timer', 'i:1761496377;', 1761496377),
('6ammart1735959278_cacheb5885e778aa60179f3ab34e07a8c7786', 'i:2;', 1762684509),
('6ammart1735959278_cacheb5885e778aa60179f3ab34e07a8c7786:timer', 'i:1762684509;', 1762684509),
('6ammart1735959278_cacheb5a48527042cff60d5baf7ba37fe92ef', 'i:19;', 1739797005),
('6ammart1735959278_cacheb5a48527042cff60d5baf7ba37fe92ef:timer', 'i:1739797005;', 1739797005),
('6ammart1735959278_cacheb5b0b2a5bd40138faaaddbaddf0d7ca1', 'i:1;', 1751290966),
('6ammart1735959278_cacheb5b0b2a5bd40138faaaddbaddf0d7ca1:timer', 'i:1751290966;', 1751290966),
('6ammart1735959278_cacheb5e23c4b98a4de19d55f13ac509c3d33', 'i:5;', 1759321515),
('6ammart1735959278_cacheb5e23c4b98a4de19d55f13ac509c3d33:timer', 'i:1759321515;', 1759321515),
('6ammart1735959278_cacheb6216c8f9b5459050419e4d02f23c9d4', 'i:1;', 1739941513),
('6ammart1735959278_cacheb6216c8f9b5459050419e4d02f23c9d4:timer', 'i:1739941513;', 1739941513),
('6ammart1735959278_cacheb67208bcee543a841e7a71bf1d0cf143', 'i:3;', 1747835197),
('6ammart1735959278_cacheb67208bcee543a841e7a71bf1d0cf143:timer', 'i:1747835197;', 1747835197),
('6ammart1735959278_cacheb679d6a3769737622f18fd0cd35e51ca', 'i:2;', 1757318126),
('6ammart1735959278_cacheb679d6a3769737622f18fd0cd35e51ca:timer', 'i:1757318126;', 1757318126),
('6ammart1735959278_cacheb6a9a48d2b7692af85f2c1adfb522493', 'i:6;', 1754376455),
('6ammart1735959278_cacheb6a9a48d2b7692af85f2c1adfb522493:timer', 'i:1754376455;', 1754376455),
('6ammart1735959278_cacheb6abf90ae0f53645fa4fe745d8ace3f4', 'i:1;', 1746122649),
('6ammart1735959278_cacheb6abf90ae0f53645fa4fe745d8ace3f4:timer', 'i:1746122649;', 1746122649),
('6ammart1735959278_cacheb6e06de5b9d96f885d38d72c113be221', 'i:17;', 1740702441),
('6ammart1735959278_cacheb6e06de5b9d96f885d38d72c113be221:timer', 'i:1740702441;', 1740702441),
('6ammart1735959278_cacheb710b7d664b89f91eb24d2c850021a71', 'i:5;', 1761466460),
('6ammart1735959278_cacheb710b7d664b89f91eb24d2c850021a71:timer', 'i:1761466460;', 1761466460),
('6ammart1735959278_cacheb72108f1ae133422f736dbaa89b3d20c', 'i:8;', 1740389889),
('6ammart1735959278_cacheb72108f1ae133422f736dbaa89b3d20c:timer', 'i:1740389889;', 1740389889),
('6ammart1735959278_cacheb752969132b3a8ef23b117073b16ecaf', 'i:9;', 1741413222),
('6ammart1735959278_cacheb752969132b3a8ef23b117073b16ecaf:timer', 'i:1741413222;', 1741413222),
('6ammart1735959278_cacheb756fa5a32b4c4a4c68f293a5e94165d', 'i:28;', 1746095716),
('6ammart1735959278_cacheb756fa5a32b4c4a4c68f293a5e94165d:timer', 'i:1746095716;', 1746095716),
('6ammart1735959278_cacheb7582d771d08a9b261f73980a53ad47e', 'i:1;', 1758527099),
('6ammart1735959278_cacheb7582d771d08a9b261f73980a53ad47e:timer', 'i:1758527099;', 1758527099),
('6ammart1735959278_cacheb7a1399a3b6b7887641d4aab27ab6955', 'i:3;', 1746087607),
('6ammart1735959278_cacheb7a1399a3b6b7887641d4aab27ab6955:timer', 'i:1746087607;', 1746087607),
('6ammart1735959278_cacheb7b5d16826b6e3c1dddbfac244f143f2', 'i:19;', 1760486589),
('6ammart1735959278_cacheb7b5d16826b6e3c1dddbfac244f143f2:timer', 'i:1760486589;', 1760486589),
('6ammart1735959278_cacheb7b82bcf20916af183c1bf3357914a85', 'i:7;', 1756995475),
('6ammart1735959278_cacheb7b82bcf20916af183c1bf3357914a85:timer', 'i:1756995475;', 1756995475),
('6ammart1735959278_cacheb8295a58986f54610cc672d672542fef', 'i:9;', 1753506175),
('6ammart1735959278_cacheb8295a58986f54610cc672d672542fef:timer', 'i:1753506175;', 1753506175),
('6ammart1735959278_cacheb867c16f6a60ab1654ba35e032f57b5e', 'i:4;', 1746114866),
('6ammart1735959278_cacheb867c16f6a60ab1654ba35e032f57b5e:timer', 'i:1746114866;', 1746114866),
('6ammart1735959278_cacheb86c91f584fa62b5b2699d04ad82e7a3', 'i:2;', 1746261026),
('6ammart1735959278_cacheb86c91f584fa62b5b2699d04ad82e7a3:timer', 'i:1746261026;', 1746261026),
('6ammart1735959278_cacheb881f5a22630d3f97850123592b5a287', 'i:3;', 1746122668),
('6ammart1735959278_cacheb881f5a22630d3f97850123592b5a287:timer', 'i:1746122668;', 1746122668),
('6ammart1735959278_cacheb8dfc14e24a4f2e4c4b02468cff3d275', 'i:2;', 1753436378),
('6ammart1735959278_cacheb8dfc14e24a4f2e4c4b02468cff3d275:timer', 'i:1753436378;', 1753436378),
('6ammart1735959278_cacheb8e442e7c132229cdc2039d0a0cab48b', 'i:2;', 1753449433),
('6ammart1735959278_cacheb8e442e7c132229cdc2039d0a0cab48b:timer', 'i:1753449433;', 1753449433),
('6ammart1735959278_cacheb8fc5ba0cbde651c429ca3f3792cdfeb', 'i:1;', 1739797528),
('6ammart1735959278_cacheb8fc5ba0cbde651c429ca3f3792cdfeb:timer', 'i:1739797528;', 1739797528),
('6ammart1735959278_cacheb8fd60dec89efda1b8ead1333fc811a8', 'i:14;', 1757063402),
('6ammart1735959278_cacheb8fd60dec89efda1b8ead1333fc811a8:timer', 'i:1757063402;', 1757063402),
('6ammart1735959278_cacheb9122fb6a8867565cf1b0d742d27bb1d', 'i:6;', 1762791548),
('6ammart1735959278_cacheb9122fb6a8867565cf1b0d742d27bb1d:timer', 'i:1762791548;', 1762791548),
('6ammart1735959278_cacheb9298a4861bae8f457347234b6e4e5b6', 'i:1;', 1761725630),
('6ammart1735959278_cacheb9298a4861bae8f457347234b6e4e5b6:timer', 'i:1761725630;', 1761725630),
('6ammart1735959278_cacheb943bc476e860d583d3e5dd84358a43b', 'i:1;', 1739854603),
('6ammart1735959278_cacheb943bc476e860d583d3e5dd84358a43b:timer', 'i:1739854603;', 1739854603),
('6ammart1735959278_cacheb9cc1e2243f07b75e59cdc3889c1df25', 'i:4;', 1753167553),
('6ammart1735959278_cacheb9cc1e2243f07b75e59cdc3889c1df25:timer', 'i:1753167553;', 1753167553),
('6ammart1735959278_cacheba0d68aaca50e1ddf7199d0c3927c481', 'i:1;', 1748370079),
('6ammart1735959278_cacheba0d68aaca50e1ddf7199d0c3927c481:timer', 'i:1748370079;', 1748370079),
('6ammart1735959278_cacheba355ad79ff49b1363cd8422e887bb66', 'i:15;', 1760021403),
('6ammart1735959278_cacheba355ad79ff49b1363cd8422e887bb66:timer', 'i:1760021403;', 1760021403),
('6ammart1735959278_cacheba5076bf9420e79f6eba4b5a2442d7bd', 'i:6;', 1752213961),
('6ammart1735959278_cacheba5076bf9420e79f6eba4b5a2442d7bd:timer', 'i:1752213961;', 1752213961),
('6ammart1735959278_cacheba6bdccc7bd6c0e32d2364ac1a1956ce', 'i:5;', 1759996190),
('6ammart1735959278_cacheba6bdccc7bd6c0e32d2364ac1a1956ce:timer', 'i:1759996190;', 1759996190),
('6ammart1735959278_cacheba91706e694f33d9ee702f38a71da9dc', 'i:18;', 1755145273),
('6ammart1735959278_cacheba91706e694f33d9ee702f38a71da9dc:timer', 'i:1755145273;', 1755145273),
('6ammart1735959278_cachebab1d7583f2706abca32aaeb3f0845c6', 'i:1;', 1752671901),
('6ammart1735959278_cachebab1d7583f2706abca32aaeb3f0845c6:timer', 'i:1752671901;', 1752671901),
('6ammart1735959278_cachebaf64a05a027a39ed286d52a2c5c2e63', 'i:2;', 1759285043),
('6ammart1735959278_cachebaf64a05a027a39ed286d52a2c5c2e63:timer', 'i:1759285043;', 1759285043),
('6ammart1735959278_cachebafda54ad4e24e7cbce495569de33b33', 'i:2;', 1761466113),
('6ammart1735959278_cachebafda54ad4e24e7cbce495569de33b33:timer', 'i:1761466113;', 1761466113),
('6ammart1735959278_cachebanners_087267491ce1c90330293d02e3b15693', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1761567960),
('6ammart1735959278_cachebanners_09845b0705e8e1e5b08d151dd120b50a', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1751700623);
INSERT INTO `cache` (`key`, `value`, `expiration`) VALUES
('6ammart1735959278_cachebanners_2470ed1f2bff963c19c751b6fa4a849f', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:9:{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\";s:1:\"1\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-6760181f6e7e3.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-12 13:31:04\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:59\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-6760181f6e7e3.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-12 13:31:04\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:59\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"184\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"1\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:07:59\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:59\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"184\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"1\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:07:59\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:59\";}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\";s:3:\"200\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"1\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"200\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"1\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:1;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\";s:1:\"2\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-6760180e25a5b.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"2\";s:10:\"created_at\";s:19:\"2024-12-12 13:31:59\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:42\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-6760180e25a5b.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"2\";s:10:\"created_at\";s:19:\"2024-12-12 13:31:59\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:42\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"185\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"2\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:07:42\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:42\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"185\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"2\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:07:42\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:42\";}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\";s:3:\"201\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"2\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"201\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"2\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:2;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\";s:1:\"3\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:9:\"item_wise\";s:5:\"image\";s:28:\"2024-12-16-67601b4741c0c.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:2:\"24\";s:10:\"created_at\";s:19:\"2024-12-12 13:59:46\";s:10:\"updated_at\";s:19:\"2024-12-16 23:27:55\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"5\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:9:\"item_wise\";s:5:\"image\";s:28:\"2024-12-16-67601b4741c0c.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:2:\"24\";s:10:\"created_at\";s:19:\"2024-12-12 13:59:46\";s:10:\"updated_at\";s:19:\"2024-12-16 23:27:55\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"5\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"188\";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:\"2024-12-16 23:21:27\";s:10:\"updated_at\";s:19:\"2024-12-16 23:21:27\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"188\";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:\"2024-12-16 23:21:27\";s:10:\"updated_at\";s:19:\"2024-12-16 23:21:27\";}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\";s:3:\"202\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"3\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"202\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"3\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:3;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\";s:1:\"4\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-676018f7e98ab.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"3\";s:10:\"created_at\";s:19:\"2024-12-12 14:02:12\";s:10:\"updated_at\";s:19:\"2024-12-16 23:13:57\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-676018f7e98ab.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"3\";s:10:\"created_at\";s:19:\"2024-12-12 14:02:12\";s:10:\"updated_at\";s:19:\"2024-12-16 23:13:57\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"190\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"4\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:11:35\";s:10:\"updated_at\";s:19:\"2024-12-16 23:11:35\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"190\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"4\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:11:35\";s:10:\"updated_at\";s:19:\"2024-12-16 23:11:35\";}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\";s:3:\"203\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"4\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"203\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"4\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:4;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\";s:1:\"5\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-67601913e32d7.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-12 14:03:12\";s:10:\"updated_at\";s:19:\"2024-12-16 23:13:59\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-67601913e32d7.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-12 14:03:12\";s:10:\"updated_at\";s:19:\"2024-12-16 23:13:59\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"191\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"5\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:12:03\";s:10:\"updated_at\";s:19:\"2024-12-16 23:12:03\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"191\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"5\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:12:03\";s:10:\"updated_at\";s:19:\"2024-12-16 23:12:03\";}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\";s:3:\"204\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"5\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"204\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"5\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:5;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\";s:1:\"6\";s:5:\"title\";s:4:\"yyyy\";s:4:\"type\";s:9:\"item_wise\";s:5:\"image\";s:28:\"2024-12-16-67601926dd236.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"3\";s:10:\"created_at\";s:19:\"2024-12-12 14:34:05\";s:10:\"updated_at\";s:19:\"2024-12-16 23:14:01\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:4:\"yyyy\";s:4:\"type\";s:9:\"item_wise\";s:5:\"image\";s:28:\"2024-12-16-67601926dd236.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"3\";s:10:\"created_at\";s:19:\"2024-12-12 14:34:05\";s:10:\"updated_at\";s:19:\"2024-12-16 23:14:01\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"197\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"6\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:12:22\";s:10:\"updated_at\";s:19:\"2024-12-16 23:12:22\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"197\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"6\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:12:22\";s:10:\"updated_at\";s:19:\"2024-12-16 23:12:22\";}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\";s:3:\"211\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"6\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"yyyy\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"211\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"6\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"yyyy\";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:\"*\";}}i:6;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\";s:1:\"7\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-6760183326699.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-16 23:08:19\";s:10:\"updated_at\";s:19:\"2024-12-16 23:08:53\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-6760183326699.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-16 23:08:19\";s:10:\"updated_at\";s:19:\"2024-12-16 23:08:53\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"198\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"7\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:08:19\";s:10:\"updated_at\";s:19:\"2024-12-16 23:08:19\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"198\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"7\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:08:19\";s:10:\"updated_at\";s:19:\"2024-12-16 23:08:19\";}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\";s:3:\"212\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"7\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"212\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"7\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:7;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\";s:1:\"8\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-67601b5ec4fee.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"5\";s:10:\"created_at\";s:19:\"2024-12-16 23:21:50\";s:10:\"updated_at\";s:19:\"2024-12-16 23:30:25\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"5\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-67601b5ec4fee.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"5\";s:10:\"created_at\";s:19:\"2024-12-16 23:21:50\";s:10:\"updated_at\";s:19:\"2024-12-16 23:30:25\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"5\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"199\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"8\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:21:50\";s:10:\"updated_at\";s:19:\"2024-12-16 23:21:50\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"199\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"8\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:21:50\";s:10:\"updated_at\";s:19:\"2024-12-16 23:21:50\";}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\";s:3:\"213\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"8\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"213\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"8\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:8;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\";s:1:\"9\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-67601b6ee07e8.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"5\";s:10:\"created_at\";s:19:\"2024-12-16 23:22:06\";s:10:\"updated_at\";s:19:\"2024-12-16 23:30:10\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"5\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-67601b6ee07e8.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"5\";s:10:\"created_at\";s:19:\"2024-12-16 23:22:06\";s:10:\"updated_at\";s:19:\"2024-12-16 23:30:10\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"5\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"200\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"9\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:22:06\";s:10:\"updated_at\";s:19:\"2024-12-16 23:22:06\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"200\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"9\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:22:06\";s:10:\"updated_at\";s:19:\"2024-12-16 23:22:06\";}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\";s:3:\"214\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"9\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"214\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"9\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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;}', 1753505700);
INSERT INTO `cache` (`key`, `value`, `expiration`) VALUES
('6ammart1735959278_cachebanners_3d03e4b9b9b25774b200298589494600', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1761567983),
('6ammart1735959278_cachebanners_3e6194eafc62a3ec994f8ae1dc7bd91e', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:3:{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\";s:1:\"4\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-676018f7e98ab.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"3\";s:10:\"created_at\";s:19:\"2024-12-12 14:02:12\";s:10:\"updated_at\";s:19:\"2024-12-16 23:13:57\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-676018f7e98ab.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"3\";s:10:\"created_at\";s:19:\"2024-12-12 14:02:12\";s:10:\"updated_at\";s:19:\"2024-12-16 23:13:57\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"190\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"4\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:11:35\";s:10:\"updated_at\";s:19:\"2024-12-16 23:11:35\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"190\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"4\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:11:35\";s:10:\"updated_at\";s:19:\"2024-12-16 23:11:35\";}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\";s:3:\"203\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"4\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"203\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"4\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:1;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\";s:1:\"5\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-67601913e32d7.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-12 14:03:12\";s:10:\"updated_at\";s:19:\"2024-12-16 23:13:59\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-67601913e32d7.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-12 14:03:12\";s:10:\"updated_at\";s:19:\"2024-12-16 23:13:59\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"191\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"5\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:12:03\";s:10:\"updated_at\";s:19:\"2024-12-16 23:12:03\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"191\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"5\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:12:03\";s:10:\"updated_at\";s:19:\"2024-12-16 23:12:03\";}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\";s:3:\"204\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"5\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"204\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"5\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:2;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\";s:1:\"6\";s:5:\"title\";s:4:\"yyyy\";s:4:\"type\";s:9:\"item_wise\";s:5:\"image\";s:28:\"2024-12-16-67601926dd236.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"3\";s:10:\"created_at\";s:19:\"2024-12-12 14:34:05\";s:10:\"updated_at\";s:19:\"2024-12-16 23:14:01\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:4:\"yyyy\";s:4:\"type\";s:9:\"item_wise\";s:5:\"image\";s:28:\"2024-12-16-67601926dd236.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"3\";s:10:\"created_at\";s:19:\"2024-12-12 14:34:05\";s:10:\"updated_at\";s:19:\"2024-12-16 23:14:01\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"197\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"6\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:12:22\";s:10:\"updated_at\";s:19:\"2024-12-16 23:12:22\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"197\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"6\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:12:22\";s:10:\"updated_at\";s:19:\"2024-12-16 23:12:22\";}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\";s:3:\"211\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"6\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"yyyy\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"211\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"6\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"yyyy\";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;}', 1753364675);
INSERT INTO `cache` (`key`, `value`, `expiration`) VALUES
('6ammart1735959278_cachebanners_46460a81cf33383641dd68ad4f2e8cb6', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:9:{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\";s:1:\"1\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-6760181f6e7e3.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-12 13:31:04\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:59\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-6760181f6e7e3.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-12 13:31:04\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:59\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"184\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"1\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:07:59\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:59\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"184\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"1\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:07:59\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:59\";}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\";s:3:\"200\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"1\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"200\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"1\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:1;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\";s:1:\"2\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-6760180e25a5b.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"2\";s:10:\"created_at\";s:19:\"2024-12-12 13:31:59\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:42\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-6760180e25a5b.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"2\";s:10:\"created_at\";s:19:\"2024-12-12 13:31:59\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:42\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"185\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"2\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:07:42\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:42\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"185\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"2\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:07:42\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:42\";}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\";s:3:\"201\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"2\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"201\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"2\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:2;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\";s:1:\"7\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-6760183326699.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-16 23:08:19\";s:10:\"updated_at\";s:19:\"2024-12-16 23:08:53\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-6760183326699.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-16 23:08:19\";s:10:\"updated_at\";s:19:\"2024-12-16 23:08:53\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"198\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"7\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:08:19\";s:10:\"updated_at\";s:19:\"2024-12-16 23:08:19\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"198\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"7\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:08:19\";s:10:\"updated_at\";s:19:\"2024-12-16 23:08:19\";}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\";s:3:\"212\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"7\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"212\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"7\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:3;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\";s:2:\"10\";s:5:\"title\";s:7:\"bajaj 1\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-29-677124c367540.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-29 21:30:27\";s:10:\"updated_at\";s:19:\"2024-12-29 21:30:27\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"0\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:7:\"bajaj 1\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-29-677124c367540.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-29 21:30:27\";s:10:\"updated_at\";s:19:\"2024-12-29 21:30:27\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"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\";s:4:\"1192\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:2:\"10\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-29 21:30:27\";s:10:\"updated_at\";s:19:\"2024-12-29 21:30:27\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1192\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:2:\"10\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-29 21:30:27\";s:10:\"updated_at\";s:19:\"2024-12-29 21:30:27\";}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\";s:4:\"1196\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:2:\"10\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:7:\"bajaj 1\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:4:\"1196\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:2:\"10\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:7:\"bajaj 1\";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:\"*\";}}i:4;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\";s:2:\"11\";s:5:\"title\";s:7:\"bajaj 2\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-29-67712556bf123.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-29 21:32:54\";s:10:\"updated_at\";s:19:\"2024-12-29 21:32:54\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"0\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:7:\"bajaj 2\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-29-67712556bf123.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-29 21:32:54\";s:10:\"updated_at\";s:19:\"2024-12-29 21:32:54\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"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\";s:4:\"1193\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:2:\"11\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-29 21:32:54\";s:10:\"updated_at\";s:19:\"2024-12-29 21:32:54\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1193\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:2:\"11\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-29 21:32:54\";s:10:\"updated_at\";s:19:\"2024-12-29 21:32: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\";s:4:\"1197\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:2:\"11\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:7:\"bajaj 2\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:4:\"1197\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:2:\"11\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:7:\"bajaj 2\";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:\"*\";}}i:5;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\";s:2:\"12\";s:5:\"title\";s:7:\"bajaj 3\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-29-6771259b6bc44.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-29 21:34:03\";s:10:\"updated_at\";s:19:\"2024-12-29 21:34:03\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"0\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:7:\"bajaj 3\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-29-6771259b6bc44.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-29 21:34:03\";s:10:\"updated_at\";s:19:\"2024-12-29 21:34:03\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"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\";s:4:\"1194\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:2:\"12\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-29 21:34:03\";s:10:\"updated_at\";s:19:\"2024-12-29 21:34:03\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1194\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:2:\"12\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-29 21:34:03\";s:10:\"updated_at\";s:19:\"2024-12-29 21:34:03\";}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\";s:4:\"1198\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:2:\"12\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:7:\"bajaj 3\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:4:\"1198\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:2:\"12\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:7:\"bajaj 3\";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:\"*\";}}i:6;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\";s:2:\"13\";s:5:\"title\";s:7:\"bajaj 4\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-29-677125b25f334.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-29 21:34:26\";s:10:\"updated_at\";s:19:\"2024-12-29 21:34:26\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"0\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:7:\"bajaj 4\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-29-677125b25f334.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-29 21:34:26\";s:10:\"updated_at\";s:19:\"2024-12-29 21:34:26\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"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\";s:4:\"1195\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:2:\"13\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-29 21:34:26\";s:10:\"updated_at\";s:19:\"2024-12-29 21:34:26\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1195\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:2:\"13\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-29 21:34:26\";s:10:\"updated_at\";s:19:\"2024-12-29 21:34:26\";}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\";s:4:\"1199\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:2:\"13\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:7:\"bajaj 4\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:4:\"1199\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:2:\"13\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:7:\"bajaj 4\";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:\"*\";}}i:7;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\";s:2:\"14\";s:5:\"title\";s:17:\"pharmasy banner 1\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-29-677129731dde8.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-29 21:50:27\";s:10:\"updated_at\";s:19:\"2024-12-29 21:50:27\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"0\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"pharmasy banner 1\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-29-677129731dde8.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-29 21:50:27\";s:10:\"updated_at\";s:19:\"2024-12-29 21:50:27\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"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\";s:4:\"1196\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:2:\"14\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-29 21:50:27\";s:10:\"updated_at\";s:19:\"2024-12-29 21:50:27\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1196\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:2:\"14\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-29 21:50:27\";s:10:\"updated_at\";s:19:\"2024-12-29 21:50:27\";}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\";s:4:\"1200\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:2:\"14\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:17:\"pharmasy banner 1\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:4:\"1200\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:2:\"14\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:17:\"pharmasy banner 1\";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:\"*\";}}i:8;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\";s:2:\"15\";s:5:\"title\";s:17:\"pharmasy banner 2\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-29-677129ff1d3e3.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-29 21:52:47\";s:10:\"updated_at\";s:19:\"2024-12-29 21:52:47\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"0\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:17:\"pharmasy banner 2\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-29-677129ff1d3e3.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-29 21:52:47\";s:10:\"updated_at\";s:19:\"2024-12-29 21:52:47\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"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\";s:4:\"1197\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:2:\"15\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-29 21:52:47\";s:10:\"updated_at\";s:19:\"2024-12-29 21:52:47\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1197\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:2:\"15\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-29 21:52:47\";s:10:\"updated_at\";s:19:\"2024-12-29 21:52:47\";}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\";s:4:\"1201\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:2:\"15\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:17:\"pharmasy banner 2\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:4:\"1201\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:2:\"15\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:17:\"pharmasy banner 2\";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;}', 1753179288);
INSERT INTO `cache` (`key`, `value`, `expiration`) VALUES
('6ammart1735959278_cachebanners_5ce562e19badd4e1cadd2acca8e1421b', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1752947555),
('6ammart1735959278_cachebanners_5d77ca4242999febe89395d0dbb1e70a', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:3:{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\";s:1:\"4\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-676018f7e98ab.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"3\";s:10:\"created_at\";s:19:\"2024-12-12 14:02:12\";s:10:\"updated_at\";s:19:\"2024-12-16 23:13:57\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-676018f7e98ab.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"3\";s:10:\"created_at\";s:19:\"2024-12-12 14:02:12\";s:10:\"updated_at\";s:19:\"2024-12-16 23:13:57\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"190\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"4\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:11:35\";s:10:\"updated_at\";s:19:\"2024-12-16 23:11:35\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"190\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"4\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:11:35\";s:10:\"updated_at\";s:19:\"2024-12-16 23:11:35\";}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\";s:3:\"203\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"4\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"203\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"4\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:1;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\";s:1:\"5\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-67601913e32d7.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-12 14:03:12\";s:10:\"updated_at\";s:19:\"2024-12-16 23:13:59\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-67601913e32d7.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-12 14:03:12\";s:10:\"updated_at\";s:19:\"2024-12-16 23:13:59\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"191\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"5\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:12:03\";s:10:\"updated_at\";s:19:\"2024-12-16 23:12:03\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"191\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"5\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:12:03\";s:10:\"updated_at\";s:19:\"2024-12-16 23:12:03\";}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\";s:3:\"204\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"5\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"204\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"5\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:2;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\";s:1:\"6\";s:5:\"title\";s:4:\"yyyy\";s:4:\"type\";s:9:\"item_wise\";s:5:\"image\";s:28:\"2024-12-16-67601926dd236.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"3\";s:10:\"created_at\";s:19:\"2024-12-12 14:34:05\";s:10:\"updated_at\";s:19:\"2024-12-16 23:14:01\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:4:\"yyyy\";s:4:\"type\";s:9:\"item_wise\";s:5:\"image\";s:28:\"2024-12-16-67601926dd236.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"3\";s:10:\"created_at\";s:19:\"2024-12-12 14:34:05\";s:10:\"updated_at\";s:19:\"2024-12-16 23:14:01\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"197\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"6\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:12:22\";s:10:\"updated_at\";s:19:\"2024-12-16 23:12:22\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"197\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"6\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:12:22\";s:10:\"updated_at\";s:19:\"2024-12-16 23:12:22\";}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\";s:3:\"211\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"6\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"yyyy\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"211\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"6\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"yyyy\";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;}', 1753505707),
('6ammart1735959278_cachebanners_73f128131181f32b528b7b72fb294758', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1761497484),
('6ammart1735959278_cachebanners_7604e5602d4a34cd3917e223206fc1aa', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1752333435),
('6ammart1735959278_cachebanners_80e142823e4a01f6e0112ac0f3782938', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:3:{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\";s:1:\"3\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:9:\"item_wise\";s:5:\"image\";s:28:\"2024-12-16-67601b4741c0c.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:2:\"24\";s:10:\"created_at\";s:19:\"2024-12-12 13:59:46\";s:10:\"updated_at\";s:19:\"2024-12-16 23:27:55\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"5\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:9:\"item_wise\";s:5:\"image\";s:28:\"2024-12-16-67601b4741c0c.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:2:\"24\";s:10:\"created_at\";s:19:\"2024-12-12 13:59:46\";s:10:\"updated_at\";s:19:\"2024-12-16 23:27:55\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"5\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"188\";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:\"2024-12-16 23:21:27\";s:10:\"updated_at\";s:19:\"2024-12-16 23:21:27\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"188\";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:\"2024-12-16 23:21:27\";s:10:\"updated_at\";s:19:\"2024-12-16 23:21:27\";}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\";s:3:\"202\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"3\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"202\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"3\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:1;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\";s:1:\"8\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-67601b5ec4fee.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"5\";s:10:\"created_at\";s:19:\"2024-12-16 23:21:50\";s:10:\"updated_at\";s:19:\"2024-12-16 23:30:25\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"5\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-67601b5ec4fee.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"5\";s:10:\"created_at\";s:19:\"2024-12-16 23:21:50\";s:10:\"updated_at\";s:19:\"2024-12-16 23:30:25\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"5\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"199\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"8\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:21:50\";s:10:\"updated_at\";s:19:\"2024-12-16 23:21:50\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"199\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"8\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:21:50\";s:10:\"updated_at\";s:19:\"2024-12-16 23:21:50\";}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\";s:3:\"213\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"8\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"213\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"8\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:2;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\";s:1:\"9\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-67601b6ee07e8.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"5\";s:10:\"created_at\";s:19:\"2024-12-16 23:22:06\";s:10:\"updated_at\";s:19:\"2024-12-16 23:30:10\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"5\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-67601b6ee07e8.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"5\";s:10:\"created_at\";s:19:\"2024-12-16 23:22:06\";s:10:\"updated_at\";s:19:\"2024-12-16 23:30:10\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"5\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"200\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"9\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:22:06\";s:10:\"updated_at\";s:19:\"2024-12-16 23:22:06\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"200\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"9\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:22:06\";s:10:\"updated_at\";s:19:\"2024-12-16 23:22:06\";}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\";s:3:\"214\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"9\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"214\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"9\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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;}', 1752649041);
INSERT INTO `cache` (`key`, `value`, `expiration`) VALUES
('6ammart1735959278_cachebanners_810007284040718a0bb204787d11a5d7', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:9:{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\";s:1:\"1\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-6760181f6e7e3.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-12 13:31:04\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:59\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-6760181f6e7e3.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-12 13:31:04\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:59\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"184\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"1\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:07:59\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:59\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"184\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"1\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:07:59\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:59\";}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\";s:3:\"200\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"1\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"200\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"1\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:1;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\";s:1:\"2\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-6760180e25a5b.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"2\";s:10:\"created_at\";s:19:\"2024-12-12 13:31:59\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:42\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-6760180e25a5b.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"2\";s:10:\"created_at\";s:19:\"2024-12-12 13:31:59\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:42\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"185\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"2\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:07:42\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:42\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"185\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"2\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:07:42\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:42\";}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\";s:3:\"201\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"2\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"201\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"2\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:2;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\";s:1:\"3\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:9:\"item_wise\";s:5:\"image\";s:28:\"2024-12-16-67601b4741c0c.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:2:\"24\";s:10:\"created_at\";s:19:\"2024-12-12 13:59:46\";s:10:\"updated_at\";s:19:\"2024-12-16 23:27:55\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"5\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:9:\"item_wise\";s:5:\"image\";s:28:\"2024-12-16-67601b4741c0c.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:2:\"24\";s:10:\"created_at\";s:19:\"2024-12-12 13:59:46\";s:10:\"updated_at\";s:19:\"2024-12-16 23:27:55\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"5\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"188\";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:\"2024-12-16 23:21:27\";s:10:\"updated_at\";s:19:\"2024-12-16 23:21:27\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"188\";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:\"2024-12-16 23:21:27\";s:10:\"updated_at\";s:19:\"2024-12-16 23:21:27\";}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\";s:3:\"202\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"3\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"202\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"3\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:3;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\";s:1:\"4\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-676018f7e98ab.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"3\";s:10:\"created_at\";s:19:\"2024-12-12 14:02:12\";s:10:\"updated_at\";s:19:\"2024-12-16 23:13:57\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-676018f7e98ab.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"3\";s:10:\"created_at\";s:19:\"2024-12-12 14:02:12\";s:10:\"updated_at\";s:19:\"2024-12-16 23:13:57\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"190\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"4\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:11:35\";s:10:\"updated_at\";s:19:\"2024-12-16 23:11:35\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"190\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"4\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:11:35\";s:10:\"updated_at\";s:19:\"2024-12-16 23:11:35\";}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\";s:3:\"203\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"4\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"203\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"4\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:4;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\";s:1:\"5\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-67601913e32d7.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-12 14:03:12\";s:10:\"updated_at\";s:19:\"2024-12-16 23:13:59\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-67601913e32d7.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-12 14:03:12\";s:10:\"updated_at\";s:19:\"2024-12-16 23:13:59\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"191\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"5\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:12:03\";s:10:\"updated_at\";s:19:\"2024-12-16 23:12:03\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"191\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"5\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:12:03\";s:10:\"updated_at\";s:19:\"2024-12-16 23:12:03\";}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\";s:3:\"204\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"5\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"204\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"5\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:5;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\";s:1:\"6\";s:5:\"title\";s:4:\"yyyy\";s:4:\"type\";s:9:\"item_wise\";s:5:\"image\";s:28:\"2024-12-16-67601926dd236.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"3\";s:10:\"created_at\";s:19:\"2024-12-12 14:34:05\";s:10:\"updated_at\";s:19:\"2024-12-16 23:14:01\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:4:\"yyyy\";s:4:\"type\";s:9:\"item_wise\";s:5:\"image\";s:28:\"2024-12-16-67601926dd236.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"3\";s:10:\"created_at\";s:19:\"2024-12-12 14:34:05\";s:10:\"updated_at\";s:19:\"2024-12-16 23:14:01\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"197\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"6\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:12:22\";s:10:\"updated_at\";s:19:\"2024-12-16 23:12:22\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"197\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"6\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:12:22\";s:10:\"updated_at\";s:19:\"2024-12-16 23:12:22\";}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\";s:3:\"211\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"6\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"yyyy\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"211\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"6\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"yyyy\";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:\"*\";}}i:6;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\";s:1:\"7\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-6760183326699.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-16 23:08:19\";s:10:\"updated_at\";s:19:\"2024-12-16 23:08:53\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-6760183326699.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-16 23:08:19\";s:10:\"updated_at\";s:19:\"2024-12-16 23:08:53\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"198\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"7\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:08:19\";s:10:\"updated_at\";s:19:\"2024-12-16 23:08:19\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"198\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"7\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:08:19\";s:10:\"updated_at\";s:19:\"2024-12-16 23:08:19\";}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\";s:3:\"212\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"7\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"212\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"7\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:7;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\";s:1:\"8\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-67601b5ec4fee.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"5\";s:10:\"created_at\";s:19:\"2024-12-16 23:21:50\";s:10:\"updated_at\";s:19:\"2024-12-16 23:30:25\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"5\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-67601b5ec4fee.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"5\";s:10:\"created_at\";s:19:\"2024-12-16 23:21:50\";s:10:\"updated_at\";s:19:\"2024-12-16 23:30:25\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"5\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"199\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"8\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:21:50\";s:10:\"updated_at\";s:19:\"2024-12-16 23:21:50\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"199\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"8\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:21:50\";s:10:\"updated_at\";s:19:\"2024-12-16 23:21:50\";}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\";s:3:\"213\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"8\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"213\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"8\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:8;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\";s:1:\"9\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-67601b6ee07e8.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"5\";s:10:\"created_at\";s:19:\"2024-12-16 23:22:06\";s:10:\"updated_at\";s:19:\"2024-12-16 23:30:10\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"5\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-67601b6ee07e8.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"5\";s:10:\"created_at\";s:19:\"2024-12-16 23:22:06\";s:10:\"updated_at\";s:19:\"2024-12-16 23:30:10\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"5\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"200\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"9\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:22:06\";s:10:\"updated_at\";s:19:\"2024-12-16 23:22:06\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"200\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"9\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:22:06\";s:10:\"updated_at\";s:19:\"2024-12-16 23:22:06\";}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\";s:3:\"214\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"9\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"214\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"9\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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;}', 1761225059);
INSERT INTO `cache` (`key`, `value`, `expiration`) VALUES
('6ammart1735959278_cachebanners_ab33257eedf741da035f41da44e9949b', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:9:{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\";s:1:\"1\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-6760181f6e7e3.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-12 13:31:04\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:59\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-6760181f6e7e3.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-12 13:31:04\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:59\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"184\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"1\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:07:59\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:59\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"184\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"1\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:07:59\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:59\";}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\";s:3:\"200\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"1\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"200\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"1\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:1;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\";s:1:\"2\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-6760180e25a5b.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"2\";s:10:\"created_at\";s:19:\"2024-12-12 13:31:59\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:42\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-6760180e25a5b.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"2\";s:10:\"created_at\";s:19:\"2024-12-12 13:31:59\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:42\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"185\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"2\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:07:42\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:42\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"185\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"2\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:07:42\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:42\";}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\";s:3:\"201\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"2\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"201\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"2\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:2;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\";s:1:\"7\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-6760183326699.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-16 23:08:19\";s:10:\"updated_at\";s:19:\"2024-12-16 23:08:53\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-6760183326699.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-16 23:08:19\";s:10:\"updated_at\";s:19:\"2024-12-16 23:08:53\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"198\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"7\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:08:19\";s:10:\"updated_at\";s:19:\"2024-12-16 23:08:19\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"198\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"7\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:08:19\";s:10:\"updated_at\";s:19:\"2024-12-16 23:08:19\";}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\";s:3:\"212\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"7\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"212\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"7\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:3;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\";s:2:\"10\";s:5:\"title\";s:7:\"bajaj 1\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-29-677124c367540.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-29 21:30:27\";s:10:\"updated_at\";s:19:\"2024-12-29 21:30:27\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"0\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:7:\"bajaj 1\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-29-677124c367540.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-29 21:30:27\";s:10:\"updated_at\";s:19:\"2024-12-29 21:30:27\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"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\";s:4:\"1192\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:2:\"10\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-29 21:30:27\";s:10:\"updated_at\";s:19:\"2024-12-29 21:30:27\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1192\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:2:\"10\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-29 21:30:27\";s:10:\"updated_at\";s:19:\"2024-12-29 21:30:27\";}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\";s:4:\"1196\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:2:\"10\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:7:\"bajaj 1\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:4:\"1196\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:2:\"10\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:7:\"bajaj 1\";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:\"*\";}}i:4;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\";s:2:\"11\";s:5:\"title\";s:7:\"bajaj 2\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-29-67712556bf123.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-29 21:32:54\";s:10:\"updated_at\";s:19:\"2024-12-29 21:32:54\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"0\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:7:\"bajaj 2\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-29-67712556bf123.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-29 21:32:54\";s:10:\"updated_at\";s:19:\"2024-12-29 21:32:54\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"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\";s:4:\"1193\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:2:\"11\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-29 21:32:54\";s:10:\"updated_at\";s:19:\"2024-12-29 21:32:54\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1193\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:2:\"11\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-29 21:32:54\";s:10:\"updated_at\";s:19:\"2024-12-29 21:32: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\";s:4:\"1197\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:2:\"11\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:7:\"bajaj 2\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:4:\"1197\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:2:\"11\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:7:\"bajaj 2\";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:\"*\";}}i:5;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\";s:2:\"12\";s:5:\"title\";s:7:\"bajaj 3\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-29-6771259b6bc44.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-29 21:34:03\";s:10:\"updated_at\";s:19:\"2024-12-29 21:34:03\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"0\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:7:\"bajaj 3\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-29-6771259b6bc44.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-29 21:34:03\";s:10:\"updated_at\";s:19:\"2024-12-29 21:34:03\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"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\";s:4:\"1194\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:2:\"12\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-29 21:34:03\";s:10:\"updated_at\";s:19:\"2024-12-29 21:34:03\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1194\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:2:\"12\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-29 21:34:03\";s:10:\"updated_at\";s:19:\"2024-12-29 21:34:03\";}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\";s:4:\"1198\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:2:\"12\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:7:\"bajaj 3\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:4:\"1198\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:2:\"12\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:7:\"bajaj 3\";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:\"*\";}}i:6;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\";s:2:\"13\";s:5:\"title\";s:7:\"bajaj 4\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-29-677125b25f334.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-29 21:34:26\";s:10:\"updated_at\";s:19:\"2024-12-29 21:34:26\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"0\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:7:\"bajaj 4\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-29-677125b25f334.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-29 21:34:26\";s:10:\"updated_at\";s:19:\"2024-12-29 21:34:26\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"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\";s:4:\"1195\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:2:\"13\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-29 21:34:26\";s:10:\"updated_at\";s:19:\"2024-12-29 21:34:26\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1195\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:2:\"13\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-29 21:34:26\";s:10:\"updated_at\";s:19:\"2024-12-29 21:34:26\";}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\";s:4:\"1199\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:2:\"13\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:7:\"bajaj 4\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:4:\"1199\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:2:\"13\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:7:\"bajaj 4\";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:\"*\";}}i:7;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\";s:2:\"14\";s:5:\"title\";s:17:\"pharmasy banner 1\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-29-677129731dde8.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-29 21:50:27\";s:10:\"updated_at\";s:19:\"2024-12-29 21:50:27\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"0\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"pharmasy banner 1\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-29-677129731dde8.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-29 21:50:27\";s:10:\"updated_at\";s:19:\"2024-12-29 21:50:27\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"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\";s:4:\"1196\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:2:\"14\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-29 21:50:27\";s:10:\"updated_at\";s:19:\"2024-12-29 21:50:27\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1196\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:2:\"14\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-29 21:50:27\";s:10:\"updated_at\";s:19:\"2024-12-29 21:50:27\";}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\";s:4:\"1200\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:2:\"14\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:17:\"pharmasy banner 1\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:4:\"1200\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:2:\"14\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:17:\"pharmasy banner 1\";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:\"*\";}}i:8;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\";s:2:\"15\";s:5:\"title\";s:17:\"pharmasy banner 2\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-29-677129ff1d3e3.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-29 21:52:47\";s:10:\"updated_at\";s:19:\"2024-12-29 21:52:47\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"0\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:17:\"pharmasy banner 2\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-29-677129ff1d3e3.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-29 21:52:47\";s:10:\"updated_at\";s:19:\"2024-12-29 21:52:47\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"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\";s:4:\"1197\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:2:\"15\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-29 21:52:47\";s:10:\"updated_at\";s:19:\"2024-12-29 21:52:47\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1197\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:2:\"15\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-29 21:52:47\";s:10:\"updated_at\";s:19:\"2024-12-29 21:52:47\";}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\";s:4:\"1201\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:2:\"15\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:17:\"pharmasy banner 2\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:4:\"1201\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:2:\"15\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:17:\"pharmasy banner 2\";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;}', 1753374457);
INSERT INTO `cache` (`key`, `value`, `expiration`) VALUES
('6ammart1735959278_cachebanners_e03eb3a521992edb3ea0cd4c0247aafd', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:9:{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\";s:1:\"1\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-6760181f6e7e3.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-12 13:31:04\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:59\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-6760181f6e7e3.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-12 13:31:04\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:59\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"184\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"1\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:07:59\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:59\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"184\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"1\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:07:59\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:59\";}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\";s:3:\"200\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"1\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"200\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"1\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:1;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\";s:1:\"2\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-6760180e25a5b.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"2\";s:10:\"created_at\";s:19:\"2024-12-12 13:31:59\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:42\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-6760180e25a5b.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"2\";s:10:\"created_at\";s:19:\"2024-12-12 13:31:59\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:42\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"185\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"2\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:07:42\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:42\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"185\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"2\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:07:42\";s:10:\"updated_at\";s:19:\"2024-12-16 23:07:42\";}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\";s:3:\"201\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"2\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"201\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"2\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:2;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\";s:1:\"3\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:9:\"item_wise\";s:5:\"image\";s:28:\"2024-12-16-67601b4741c0c.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:2:\"24\";s:10:\"created_at\";s:19:\"2024-12-12 13:59:46\";s:10:\"updated_at\";s:19:\"2024-12-16 23:27:55\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"5\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:9:\"item_wise\";s:5:\"image\";s:28:\"2024-12-16-67601b4741c0c.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:2:\"24\";s:10:\"created_at\";s:19:\"2024-12-12 13:59:46\";s:10:\"updated_at\";s:19:\"2024-12-16 23:27:55\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"5\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"188\";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:\"2024-12-16 23:21:27\";s:10:\"updated_at\";s:19:\"2024-12-16 23:21:27\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"188\";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:\"2024-12-16 23:21:27\";s:10:\"updated_at\";s:19:\"2024-12-16 23:21:27\";}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\";s:3:\"202\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"3\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"202\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"3\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:3;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\";s:1:\"4\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-676018f7e98ab.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"3\";s:10:\"created_at\";s:19:\"2024-12-12 14:02:12\";s:10:\"updated_at\";s:19:\"2024-12-16 23:13:57\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-676018f7e98ab.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"3\";s:10:\"created_at\";s:19:\"2024-12-12 14:02:12\";s:10:\"updated_at\";s:19:\"2024-12-16 23:13:57\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"190\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"4\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:11:35\";s:10:\"updated_at\";s:19:\"2024-12-16 23:11:35\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"190\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"4\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:11:35\";s:10:\"updated_at\";s:19:\"2024-12-16 23:11:35\";}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\";s:3:\"203\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"4\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"203\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"4\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:4;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\";s:1:\"5\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-67601913e32d7.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-12 14:03:12\";s:10:\"updated_at\";s:19:\"2024-12-16 23:13:59\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-67601913e32d7.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-12 14:03:12\";s:10:\"updated_at\";s:19:\"2024-12-16 23:13:59\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"191\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"5\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:12:03\";s:10:\"updated_at\";s:19:\"2024-12-16 23:12:03\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"191\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"5\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:12:03\";s:10:\"updated_at\";s:19:\"2024-12-16 23:12:03\";}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\";s:3:\"204\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"5\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"204\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"5\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:5;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\";s:1:\"6\";s:5:\"title\";s:4:\"yyyy\";s:4:\"type\";s:9:\"item_wise\";s:5:\"image\";s:28:\"2024-12-16-67601926dd236.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"3\";s:10:\"created_at\";s:19:\"2024-12-12 14:34:05\";s:10:\"updated_at\";s:19:\"2024-12-16 23:14:01\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:4:\"yyyy\";s:4:\"type\";s:9:\"item_wise\";s:5:\"image\";s:28:\"2024-12-16-67601926dd236.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"3\";s:10:\"created_at\";s:19:\"2024-12-12 14:34:05\";s:10:\"updated_at\";s:19:\"2024-12-16 23:14:01\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"2\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"197\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"6\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:12:22\";s:10:\"updated_at\";s:19:\"2024-12-16 23:12:22\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"197\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"6\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:12:22\";s:10:\"updated_at\";s:19:\"2024-12-16 23:12:22\";}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\";s:3:\"211\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"6\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"yyyy\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"211\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"6\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"yyyy\";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:\"*\";}}i:6;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\";s:1:\"7\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-6760183326699.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-16 23:08:19\";s:10:\"updated_at\";s:19:\"2024-12-16 23:08:53\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:7:\"default\";s:5:\"image\";s:28:\"2024-12-16-6760183326699.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-12-16 23:08:19\";s:10:\"updated_at\";s:19:\"2024-12-16 23:08:53\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"1\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"198\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"7\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:08:19\";s:10:\"updated_at\";s:19:\"2024-12-16 23:08:19\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"198\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"7\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:08:19\";s:10:\"updated_at\";s:19:\"2024-12-16 23:08:19\";}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\";s:3:\"212\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"7\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"212\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"7\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:7;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\";s:1:\"8\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-67601b5ec4fee.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"5\";s:10:\"created_at\";s:19:\"2024-12-16 23:21:50\";s:10:\"updated_at\";s:19:\"2024-12-16 23:30:25\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"5\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-67601b5ec4fee.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"5\";s:10:\"created_at\";s:19:\"2024-12-16 23:21:50\";s:10:\"updated_at\";s:19:\"2024-12-16 23:30:25\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"5\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"199\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"8\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:21:50\";s:10:\"updated_at\";s:19:\"2024-12-16 23:21:50\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"199\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"8\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:21:50\";s:10:\"updated_at\";s:19:\"2024-12-16 23:21:50\";}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\";s:3:\"213\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"8\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"213\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"8\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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:\"*\";}}i:8;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\";s:1:\"9\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-67601b6ee07e8.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"5\";s:10:\"created_at\";s:19:\"2024-12-16 23:22:06\";s:10:\"updated_at\";s:19:\"2024-12-16 23:30:10\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"5\";s:8:\"featured\";s:1:\"1\";s:12:\"default_link\";N;s:10:\"created_by\";s:5:\"admin\";}s:11:\"\0*\0original\";a:13:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:4:\"test\";s:4:\"type\";s:10:\"store_wise\";s:5:\"image\";s:28:\"2024-12-16-67601b6ee07e8.png\";s:6:\"status\";s:1:\"1\";s:4:\"data\";s:1:\"5\";s:10:\"created_at\";s:19:\"2024-12-16 23:22:06\";s:10:\"updated_at\";s:19:\"2024-12-16 23:30:10\";s:7:\"zone_id\";s:1:\"2\";s:9:\"module_id\";s:1:\"5\";s:8:\"featured\";s:1:\"1\";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\";s:3:\"200\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"9\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:22:06\";s:10:\"updated_at\";s:19:\"2024-12-16 23:22:06\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"200\";s:9:\"data_type\";s:17:\"App\\Models\\Banner\";s:7:\"data_id\";s:1:\"9\";s:3:\"key\";s:5:\"image\";s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-16 23:22:06\";s:10:\"updated_at\";s:19:\"2024-12-16 23:22:06\";}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\";s:3:\"214\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"9\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:8:{s:2:\"id\";s:3:\"214\";s:20:\"translationable_type\";s:17:\"App\\Models\\Banner\";s:18:\"translationable_id\";s:1:\"9\";s:6:\"locale\";s:2:\"en\";s:3:\"key\";s:5:\"title\";s:5:\"value\";s:4:\"test\";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;}', 1752233842);
INSERT INTO `cache` (`key`, `value`, `expiration`) VALUES
('6ammart1735959278_cachebanners_f574c5696036b960029f12202058bbdc', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1761497459),
('6ammart1735959278_cachebb111e61a9ba57429187fb60520e701d', 'i:1;', 1756615373),
('6ammart1735959278_cachebb111e61a9ba57429187fb60520e701d:timer', 'i:1756615373;', 1756615373),
('6ammart1735959278_cachebb1485ac7a4e91b92ed6c7c1fccc8f8e', 'i:4;', 1752647981),
('6ammart1735959278_cachebb1485ac7a4e91b92ed6c7c1fccc8f8e:timer', 'i:1752647981;', 1752647981),
('6ammart1735959278_cachebc9d0f306b83ad34b7e3bdd3bf02a5ce', 'i:5;', 1756905568),
('6ammart1735959278_cachebc9d0f306b83ad34b7e3bdd3bf02a5ce:timer', 'i:1756905568;', 1756905568),
('6ammart1735959278_cachebd9517f98cb4042f5792e7a96286af23', 'i:4;', 1754899851),
('6ammart1735959278_cachebd9517f98cb4042f5792e7a96286af23:timer', 'i:1754899851;', 1754899851),
('6ammart1735959278_cachebd9ee3bfdc3c90f0e5b5c3c1f3679fcd', 'i:15;', 1762684759),
('6ammart1735959278_cachebd9ee3bfdc3c90f0e5b5c3c1f3679fcd:timer', 'i:1762684759;', 1762684759),
('6ammart1735959278_cachebe057ccf5bac6d20f4c6fa1f2882b1f7', 'i:27;', 1744967151),
('6ammart1735959278_cachebe057ccf5bac6d20f4c6fa1f2882b1f7:timer', 'i:1744967151;', 1744967151),
('6ammart1735959278_cachebe07b914e91d01b7b1c266b4933aba66', 'i:8;', 1741510425),
('6ammart1735959278_cachebe07b914e91d01b7b1c266b4933aba66:timer', 'i:1741510425;', 1741510425),
('6ammart1735959278_cachebe20bcdc288610ad1f5a9915df07b8a1', 'i:10;', 1760604434),
('6ammart1735959278_cachebe20bcdc288610ad1f5a9915df07b8a1:timer', 'i:1760604434;', 1760604434),
('6ammart1735959278_cachebe5cf69b358e06f12dae529b40dacb0a', 'i:9;', 1749376483),
('6ammart1735959278_cachebe5cf69b358e06f12dae529b40dacb0a:timer', 'i:1749376483;', 1749376483),
('6ammart1735959278_cachebe699c2fa8b9f0d01d0f882d08037f64', 'i:1;', 1748368044),
('6ammart1735959278_cachebe699c2fa8b9f0d01d0f882d08037f64:timer', 'i:1748368044;', 1748368044),
('6ammart1735959278_cachebebeca8b798c0ca12b982c8ef77e014b', 'i:1;', 1740590228),
('6ammart1735959278_cachebebeca8b798c0ca12b982c8ef77e014b:timer', 'i:1740590228;', 1740590228),
('6ammart1735959278_cachebef89f0022d134e777bfc022d3ba5baa', 'i:7;', 1746165873),
('6ammart1735959278_cachebef89f0022d134e777bfc022d3ba5baa:timer', 'i:1746165873;', 1746165873),
('6ammart1735959278_cachebefd95858f2135a73824472ef8109dd0', 'i:3;', 1748661564),
('6ammart1735959278_cachebefd95858f2135a73824472ef8109dd0:timer', 'i:1748661564;', 1748661564),
('6ammart1735959278_cachebf20608b670731692ad2f1ec979b7603', 'i:1;', 1760512552),
('6ammart1735959278_cachebf20608b670731692ad2f1ec979b7603:timer', 'i:1760512552;', 1760512552),
('6ammart1735959278_cachebf8ee43cf3c75ab9bc5164a9c060b04a', 'i:1;', 1759925487),
('6ammart1735959278_cachebf8ee43cf3c75ab9bc5164a9c060b04a:timer', 'i:1759925487;', 1759925487),
('6ammart1735959278_cachebfa48a140c1129277232d8e74d8b4776', 'i:5;', 1746093546),
('6ammart1735959278_cachebfa48a140c1129277232d8e74d8b4776:timer', 'i:1746093546;', 1746093546),
('6ammart1735959278_cachebfe282c7970a95f26d7229fa726b3765', 'i:21;', 1745895510),
('6ammart1735959278_cachebfe282c7970a95f26d7229fa726b3765:timer', 'i:1745895510;', 1745895510),
('6ammart1735959278_cachebffb6687551ea361d35feb6880c0373d', 'i:2;', 1754067917),
('6ammart1735959278_cachebffb6687551ea361d35feb6880c0373d:timer', 'i:1754067917;', 1754067917),
('6ammart1735959278_cachebffd73e6ca12f9ffb931acda50cabd13', 'i:13;', 1761997111),
('6ammart1735959278_cachebffd73e6ca12f9ffb931acda50cabd13:timer', 'i:1761997111;', 1761997111);
INSERT INTO `cache` (`key`, `value`, `expiration`) VALUES
('6ammart1735959278_cachebusiness_settings_all_data', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:161:{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:5:{s:2:\"id\";s:1:\"1\";s:3:\"key\";s:16:\"cash_on_delivery\";s:5:\"value\";s:14:\"{\"status\":\"1\"}\";s:10:\"created_at\";s:19:\"2021-07-01 21:21:17\";s:10:\"updated_at\";s:19:\"2021-07-01 21:21:17\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:1:\"1\";s:3:\"key\";s:16:\"cash_on_delivery\";s:5:\"value\";s:14:\"{\"status\":\"1\"}\";s:10:\"created_at\";s:19:\"2021-07-01 21:21:17\";s:10:\"updated_at\";s:19:\"2021-07-01 21:21:17\";}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:5:{s:2:\"id\";s:1:\"2\";s:3:\"key\";s:6:\"stripe\";s:5:\"value\";s:50:\"{\"status\":\"0\",\"api_key\":null,\"published_key\":null}\";s:10:\"created_at\";s:19:\"2021-05-11 09:27:02\";s:10:\"updated_at\";s:19:\"2022-03-23 09:52:00\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:1:\"2\";s:3:\"key\";s:6:\"stripe\";s:5:\"value\";s:50:\"{\"status\":\"0\",\"api_key\":null,\"published_key\":null}\";s:10:\"created_at\";s:19:\"2021-05-11 09:27:02\";s:10:\"updated_at\";s:19:\"2022-03-23 09:52:00\";}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:5:{s:2:\"id\";s:1:\"4\";s:3:\"key\";s:11:\"mail_config\";s:5:\"value\";s:188:\"{\"status\":\"1\",\"name\":\"6am Mart\",\"host\":\"mail.6amtech.com\",\"driver\":\"smtp\",\"port\":\"587\",\"username\":\"info@6amtech.com\",\"email_id\":\"info@6amtech.com\",\"encryption\":\"tls\",\"password\":\"password\"}\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2024-12-03 06:10:17\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:1:\"4\";s:3:\"key\";s:11:\"mail_config\";s:5:\"value\";s:188:\"{\"status\":\"1\",\"name\":\"6am Mart\",\"host\":\"mail.6amtech.com\",\"driver\":\"smtp\",\"port\":\"587\",\"username\":\"info@6amtech.com\",\"email_id\":\"info@6amtech.com\",\"encryption\":\"tls\",\"password\":\"password\"}\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2024-12-03 06:10:17\";}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:5:{s:2:\"id\";s:1:\"5\";s:3:\"key\";s:14:\"fcm_project_id\";s:5:\"value\";s:14:\"homekart-a1a71\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-04-24 13:58:06\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:1:\"5\";s:3:\"key\";s:14:\"fcm_project_id\";s:5:\"value\";s:14:\"homekart-a1a71\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-04-24 13:58:06\";}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: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\";s:4:\"1276\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:1:\"5\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-04-24 13:58:06\";s:10:\"updated_at\";s:19:\"2025-04-24 13:58:06\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1276\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:1:\"5\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-04-24 13:58:06\";s:10:\"updated_at\";s:19:\"2025-04-24 13:58:06\";}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: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:5:{s:2:\"id\";s:1:\"6\";s:3:\"key\";s:21:\"push_notification_key\";s:5:\"value\";N;s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:1:\"6\";s:3:\"key\";s:21:\"push_notification_key\";s:5:\"value\";N;s:10:\"created_at\";N;s:10:\"updated_at\";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:5:{s:2:\"id\";s:1:\"7\";s:3:\"key\";s:21:\"order_pending_message\";s:5:\"value\";s:58:\"{\"status\":1,\"message\":\"Your order is successfully placed\"}\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:1:\"7\";s:3:\"key\";s:21:\"order_pending_message\";s:5:\"value\";s:58:\"{\"status\":1,\"message\":\"Your order is successfully placed\"}\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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:5:{s:2:\"id\";s:1:\"8\";s:3:\"key\";s:22:\"order_confirmation_msg\";s:5:\"value\";s:48:\"{\"status\":1,\"message\":\"Your order is confirmed\"}\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:1:\"8\";s:3:\"key\";s:22:\"order_confirmation_msg\";s:5:\"value\";s:48:\"{\"status\":1,\"message\":\"Your order is confirmed\"}\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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:5:{s:2:\"id\";s:1:\"9\";s:3:\"key\";s:24:\"order_processing_message\";s:5:\"value\";s:58:\"{\"status\":1,\"message\":\"Your order is started for cooking\"}\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:1:\"9\";s:3:\"key\";s:24:\"order_processing_message\";s:5:\"value\";s:58:\"{\"status\":1,\"message\":\"Your order is started for cooking\"}\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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:5:{s:2:\"id\";s:2:\"10\";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:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"10\";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:\"created_at\";N;s:10:\"updated_at\";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: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:5:{s:2:\"id\";s:2:\"11\";s:3:\"key\";s:23:\"order_delivered_message\";s:5:\"value\";s:48:\"{\"status\":1,\"message\":\"Your order is delivered\"}\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"11\";s:3:\"key\";s:23:\"order_delivered_message\";s:5:\"value\";s:48:\"{\"status\":1,\"message\":\"Your order is delivered\"}\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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:5:{s:2:\"id\";s:2:\"12\";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:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"12\";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:\"created_at\";N;s:10:\"updated_at\";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: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:5:{s:2:\"id\";s:2:\"13\";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:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"13\";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:\"created_at\";N;s:10:\"updated_at\";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: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:5:{s:2:\"id\";s:2:\"14\";s:3:\"key\";s:30:\"delivery_boy_delivered_message\";s:5:\"value\";s:53:\"{\"status\":1,\"message\":\"Order delivered successfully\"}\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"14\";s:3:\"key\";s:30:\"delivery_boy_delivered_message\";s:5:\"value\";s:53:\"{\"status\":1,\"message\":\"Order delivered successfully\"}\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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:5:{s:2:\"id\";s:2:\"15\";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:\"created_at\";N;s:10:\"updated_at\";s:19:\"2021-08-22 07:18:01\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"15\";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:\"created_at\";N;s:10:\"updated_at\";s:19:\"2021-08-22 07:18:01\";}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:5:{s:2:\"id\";s:2:\"16\";s:3:\"key\";s:13:\"business_name\";s:5:\"value\";s:7:\"webkoon\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"16\";s:3:\"key\";s:13:\"business_name\";s:5:\"value\";s:7:\"webkoon\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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\";s:2:\"52\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"16\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"52\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"16\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:2:\"17\";s:3:\"key\";s:8:\"currency\";s:5:\"value\";s:3:\"INR\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"17\";s:3:\"key\";s:8:\"currency\";s:5:\"value\";s:3:\"INR\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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\";s:2:\"53\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"17\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"53\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"17\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:2:\"18\";s:3:\"key\";s:4:\"logo\";s:5:\"value\";s:28:\"2023-08-16-64dca5f543996.png\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"18\";s:3:\"key\";s:4:\"logo\";s:5:\"value\";s:28:\"2023-08-16-64dca5f543996.png\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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\";s:1:\"1\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"18\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:1:\"1\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"18\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:2:\"19\";s:3:\"key\";s:5:\"phone\";s:5:\"value\";s:13:\"+917989272149\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"19\";s:3:\"key\";s:5:\"phone\";s:5:\"value\";s:13:\"+917989272149\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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\";s:2:\"56\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"19\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"56\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"19\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:2:\"20\";s:3:\"key\";s:13:\"email_address\";s:5:\"value\";s:15:\"admin@admin.com\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"20\";s:3:\"key\";s:13:\"email_address\";s:5:\"value\";s:15:\"admin@admin.com\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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\";s:2:\"57\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"20\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"57\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"20\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:2:\"21\";s:3:\"key\";s:7:\"address\";s:5:\"value\";s:9:\"pendurthi\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-01-31 22:03:22\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"21\";s:3:\"key\";s:7:\"address\";s:5:\"value\";s:9:\"pendurthi\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-01-31 22:03:22\";}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: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\";s:2:\"58\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"21\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"58\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"21\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:2:\"22\";s:3:\"key\";s:11:\"footer_text\";s:5:\"value\";s:23:\"Demo footer text @ 2024\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"22\";s:3:\"key\";s:11:\"footer_text\";s:5:\"value\";s:23:\"Demo footer text @ 2024\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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\";s:2:\"59\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"22\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"59\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"22\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:2:\"23\";s:3:\"key\";s:21:\"customer_verification\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"23\";s:3:\"key\";s:21:\"customer_verification\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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:5:{s:2:\"id\";s:2:\"24\";s:3:\"key\";s:11:\"map_api_key\";s:5:\"value\";s:39:\"AIzaSyCK-Hx1E1oRZuK_Xw18RxcsWVU3OmdKcjw\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-02-17 21:22:39\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"24\";s:3:\"key\";s:11:\"map_api_key\";s:5:\"value\";s:39:\"AIzaSyCK-Hx1E1oRZuK_Xw18RxcsWVU3OmdKcjw\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-02-17 21:22:39\";}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: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\";s:4:\"1203\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"24\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-02-17 21:23:00\";s:10:\"updated_at\";s:19:\"2025-02-17 21:23:00\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1203\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"24\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-02-17 21:23:00\";s:10:\"updated_at\";s:19:\"2025-02-17 21:23:00\";}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: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:5:{s:2:\"id\";s:2:\"25\";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:\"created_at\";N;s:10:\"updated_at\";s:19:\"2021-07-28 12:39:19\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"25\";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:\"created_at\";N;s:10:\"updated_at\";s:19:\"2021-07-28 12:39:19\";}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:5:{s:2:\"id\";s:2:\"26\";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:\"created_at\";N;s:10:\"updated_at\";s:19:\"2021-08-22 07:19:58\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"26\";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:\"created_at\";N;s:10:\"updated_at\";s:19:\"2021-08-22 07:19:58\";}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:5:{s:2:\"id\";s:2:\"27\";s:3:\"key\";s:23:\"minimum_shipping_charge\";s:5:\"value\";s:2:\"10\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"27\";s:3:\"key\";s:23:\"minimum_shipping_charge\";s:5:\"value\";s:2:\"10\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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\";s:2:\"61\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"27\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"61\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"27\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:2:\"28\";s:3:\"key\";s:22:\"per_km_shipping_charge\";s:5:\"value\";s:1:\"2\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"28\";s:3:\"key\";s:22:\"per_km_shipping_charge\";s:5:\"value\";s:1:\"2\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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\";s:2:\"62\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"28\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"62\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"28\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:2:\"29\";s:3:\"key\";s:15:\"digital_payment\";s:5:\"value\";s:14:\"{\"status\":\"1\"}\";s:10:\"created_at\";s:19:\"2021-07-01 19:57:38\";s:10:\"updated_at\";s:19:\"2025-01-28 01:37:52\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"29\";s:3:\"key\";s:15:\"digital_payment\";s:5:\"value\";s:14:\"{\"status\":\"1\"}\";s:10:\"created_at\";s:19:\"2021-07-01 19:57:38\";s:10:\"updated_at\";s:19:\"2025-01-28 01:37:52\";}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: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\";s:4:\"1202\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"29\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-01-28 01:37:52\";s:10:\"updated_at\";s:19:\"2025-01-28 01:37:52\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1202\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"29\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-01-28 01:37:52\";s:10:\"updated_at\";s:19:\"2025-01-28 01:37:52\";}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: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:5:{s:2:\"id\";s:2:\"30\";s:3:\"key\";s:19:\"ssl_commerz_payment\";s:5:\"value\";s:52:\"{\"status\":\"0\",\"store_id\":null,\"store_password\":null}\";s:10:\"created_at\";s:19:\"2021-07-04 21:11:24\";s:10:\"updated_at\";s:19:\"2022-03-23 09:51:28\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"30\";s:3:\"key\";s:19:\"ssl_commerz_payment\";s:5:\"value\";s:52:\"{\"status\":\"0\",\"store_id\":null,\"store_password\":null}\";s:10:\"created_at\";s:19:\"2021-07-04 21:11:24\";s:10:\"updated_at\";s:19:\"2022-03-23 09:51:28\";}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:5:{s:2:\"id\";s:2:\"31\";s:3:\"key\";s:9:\"razor_pay\";s:5:\"value\";s:51:\"{\"status\":\"0\",\"razor_key\":null,\"razor_secret\":null}\";s:10:\"created_at\";s:19:\"2021-07-04 21:11:28\";s:10:\"updated_at\";s:19:\"2022-03-23 09:51:38\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"31\";s:3:\"key\";s:9:\"razor_pay\";s:5:\"value\";s:51:\"{\"status\":\"0\",\"razor_key\":null,\"razor_secret\":null}\";s:10:\"created_at\";s:19:\"2021-07-04 21:11:28\";s:10:\"updated_at\";s:19:\"2022-03-23 09:51:38\";}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:5:{s:2:\"id\";s:2:\"32\";s:3:\"key\";s:6:\"paypal\";s:5:\"value\";s:59:\"{\"status\":\"0\",\"paypal_client_id\":null,\"paypal_secret\":null}\";s:10:\"created_at\";s:19:\"2021-07-04 21:11:34\";s:10:\"updated_at\";s:19:\"2022-03-23 09:51:49\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"32\";s:3:\"key\";s:6:\"paypal\";s:5:\"value\";s:59:\"{\"status\":\"0\",\"paypal_client_id\":null,\"paypal_secret\":null}\";s:10:\"created_at\";s:19:\"2021-07-04 21:11:34\";s:10:\"updated_at\";s:19:\"2022-03-23 09:51: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: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:5:{s:2:\"id\";s:2:\"33\";s:3:\"key\";s:8:\"paystack\";s:5:\"value\";s:87:\"{\"status\":\"0\",\"publicKey\":null,\"secretKey\":null,\"paymentUrl\":null,\"merchantEmail\":null}\";s:10:\"created_at\";s:19:\"2021-07-04 21:11:42\";s:10:\"updated_at\";s:19:\"2022-03-23 09:52:15\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"33\";s:3:\"key\";s:8:\"paystack\";s:5:\"value\";s:87:\"{\"status\":\"0\",\"publicKey\":null,\"secretKey\":null,\"paymentUrl\":null,\"merchantEmail\":null}\";s:10:\"created_at\";s:19:\"2021-07-04 21:11:42\";s:10:\"updated_at\";s:19:\"2022-03-23 09:52:15\";}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:5:{s:2:\"id\";s:2:\"34\";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:\"created_at\";s:19:\"2021-07-04 21:11:48\";s:10:\"updated_at\";s:19:\"2022-03-23 09:52:25\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"34\";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:\"created_at\";s:19:\"2021-07-04 21:11:48\";s:10:\"updated_at\";s:19:\"2022-03-23 09:52:25\";}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:5:{s:2:\"id\";s:2:\"35\";s:3:\"key\";s:22:\"order_handover_message\";s:5:\"value\";s:51:\"{\"status\":1,\"message\":\"Delivery man is on the way\"}\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"35\";s:3:\"key\";s:22:\"order_handover_message\";s:5:\"value\";s:51:\"{\"status\":1,\"message\":\"Delivery man is on the way\"}\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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:5:{s:2:\"id\";s:2:\"36\";s:3:\"key\";s:21:\"order_cancled_message\";s:5:\"value\";s:58:\"{\"status\":1,\"message\":\"Order is canceled by your request\"}\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"36\";s:3:\"key\";s:21:\"order_cancled_message\";s:5:\"value\";s:58:\"{\"status\":1,\"message\":\"Order is canceled by your request\"}\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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:5:{s:2:\"id\";s:2:\"37\";s:3:\"key\";s:8:\"timezone\";s:5:\"value\";s:13:\"Asia/Calcutta\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2024-12-06 09:41:41\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"37\";s:3:\"key\";s:8:\"timezone\";s:5:\"value\";s:13:\"Asia/Calcutta\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2024-12-06 09:41:41\";}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: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\";s:2:\"54\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"37\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"54\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"37\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:2:\"38\";s:3:\"key\";s:27:\"order_delivery_verification\";s:5:\"value\";N;s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"38\";s:3:\"key\";s:27:\"order_delivery_verification\";s:5:\"value\";N;s:10:\"created_at\";N;s:10:\"updated_at\";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:5:{s:2:\"id\";s:2:\"39\";s:3:\"key\";s:24:\"currency_symbol_position\";s:5:\"value\";s:4:\"left\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"39\";s:3:\"key\";s:24:\"currency_symbol_position\";s:5:\"value\";s:4:\"left\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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\";s:2:\"63\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"39\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"63\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"39\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:2:\"40\";s:3:\"key\";s:14:\"schedule_order\";s:5:\"value\";N;s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"40\";s:3:\"key\";s:14:\"schedule_order\";s:5:\"value\";N;s:10:\"created_at\";N;s:10:\"updated_at\";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:5:{s:2:\"id\";s:2:\"41\";s:3:\"key\";s:19:\"app_minimum_version\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"41\";s:3:\"key\";s:19:\"app_minimum_version\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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:5:{s:2:\"id\";s:2:\"42\";s:3:\"key\";s:3:\"tax\";s:5:\"value\";N;s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"42\";s:3:\"key\";s:3:\"tax\";s:5:\"value\";N;s:10:\"created_at\";N;s:10:\"updated_at\";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: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\";s:2:\"68\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"42\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"68\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"42\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:2:\"43\";s:3:\"key\";s:16:\"admin_commission\";s:5:\"value\";s:1:\"6\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-02-09 23:05:23\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"43\";s:3:\"key\";s:16:\"admin_commission\";s:5:\"value\";s:1:\"6\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-02-09 23:05:23\";}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: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\";s:2:\"69\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"43\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"69\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"43\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:2:\"44\";s:3:\"key\";s:7:\"country\";s:5:\"value\";s:2:\"IN\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2024-12-06 09:41:41\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"44\";s:3:\"key\";s:7:\"country\";s:5:\"value\";s:2:\"IN\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2024-12-06 09:41:41\";}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: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\";s:2:\"70\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"44\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"70\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"44\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:2:\"45\";s:3:\"key\";s:7:\"app_url\";s:5:\"value\";s:22:\"https://www.google.com\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"45\";s:3:\"key\";s:7:\"app_url\";s:5:\"value\";s:22:\"https://www.google.com\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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:5:{s:2:\"id\";s:2:\"46\";s:3:\"key\";s:16:\"default_location\";s:5:\"value\";s:44:\"{\"lat\":\"17.80552\",\"lng\":\"83.20891259999999\"}\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-01-31 22:03:22\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"46\";s:3:\"key\";s:16:\"default_location\";s:5:\"value\";s:44:\"{\"lat\":\"17.80552\",\"lng\":\"83.20891259999999\"}\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-01-31 22:03:22\";}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: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\";s:2:\"71\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"46\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"71\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"46\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:2:\"47\";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:\"created_at\";s:19:\"2022-03-23 20:46:08\";s:10:\"updated_at\";s:19:\"2022-03-23 20:46:08\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"47\";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:\"created_at\";s:19:\"2022-03-23 20:46:08\";s:10:\"updated_at\";s:19:\"2022-03-23 20:46:08\";}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:5:{s:2:\"id\";s:2:\"48\";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:\"created_at\";s:19:\"2022-03-23 20:46:18\";s:10:\"updated_at\";s:19:\"2022-03-23 20:46:18\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"48\";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:\"created_at\";s:19:\"2022-03-23 20:46:18\";s:10:\"updated_at\";s:19:\"2022-03-23 20:46:18\";}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:5:{s:2:\"id\";s:2:\"49\";s:3:\"key\";s:11:\"2factor_sms\";s:5:\"value\";s:29:\"{\"status\":\"0\",\"api_key\":null}\";s:10:\"created_at\";s:19:\"2022-03-23 20:46:26\";s:10:\"updated_at\";s:19:\"2022-03-23 20:46:26\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"49\";s:3:\"key\";s:11:\"2factor_sms\";s:5:\"value\";s:29:\"{\"status\":\"0\",\"api_key\":null}\";s:10:\"created_at\";s:19:\"2022-03-23 20:46:26\";s:10:\"updated_at\";s:19:\"2022-03-23 20:46:26\";}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:5:{s:2:\"id\";s:2:\"50\";s:3:\"key\";s:9:\"msg91_sms\";s:5:\"value\";s:48:\"{\"status\":\"0\",\"template_id\":null,\"authkey\":null}\";s:10:\"created_at\";s:19:\"2022-03-23 20:46:33\";s:10:\"updated_at\";s:19:\"2022-03-23 20:46:33\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"50\";s:3:\"key\";s:9:\"msg91_sms\";s:5:\"value\";s:48:\"{\"status\":\"0\",\"template_id\":null,\"authkey\":null}\";s:10:\"created_at\";s:19:\"2022-03-23 20:46:33\";s:10:\"updated_at\";s:19:\"2022-03-23 20:46:33\";}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:5:{s:2:\"id\";s:2:\"51\";s:3:\"key\";s:18:\"free_delivery_over\";s:5:\"value\";s:3:\"500\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-03-05 17:42:32\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"51\";s:3:\"key\";s:18:\"free_delivery_over\";s:5:\"value\";s:3:\"500\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-03-05 17:42:32\";}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: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\";s:2:\"75\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"51\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"75\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"51\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:2:\"52\";s:3:\"key\";s:16:\"maintenance_mode\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";s:19:\"2021-09-08 21:14:28\";s:10:\"updated_at\";s:19:\"2021-09-08 21:14:28\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"52\";s:3:\"key\";s:16:\"maintenance_mode\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";s:19:\"2021-09-08 21:14:28\";s:10:\"updated_at\";s:19:\"2021-09-08 21:14:28\";}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:5:{s:2:\"id\";s:2:\"53\";s:3:\"key\";s:23:\"app_minimum_version_ios\";s:5:\"value\";N;s:10:\"created_at\";s:19:\"2021-09-22 04:24:10\";s:10:\"updated_at\";s:19:\"2021-09-22 04:24:10\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"53\";s:3:\"key\";s:23:\"app_minimum_version_ios\";s:5:\"value\";N;s:10:\"created_at\";s:19:\"2021-09-22 04:24:10\";s:10:\"updated_at\";s:19:\"2021-09-22 04:24: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: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:5:{s:2:\"id\";s:2:\"54\";s:3:\"key\";s:27:\"app_minimum_version_android\";s:5:\"value\";N;s:10:\"created_at\";s:19:\"2021-09-22 04:24:10\";s:10:\"updated_at\";s:19:\"2021-09-22 04:24:10\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"54\";s:3:\"key\";s:27:\"app_minimum_version_android\";s:5:\"value\";N;s:10:\"created_at\";s:19:\"2021-09-22 04:24:10\";s:10:\"updated_at\";s:19:\"2021-09-22 04:24: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: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:5:{s:2:\"id\";s:2:\"55\";s:3:\"key\";s:11:\"app_url_ios\";s:5:\"value\";N;s:10:\"created_at\";s:19:\"2021-09-22 04:24:10\";s:10:\"updated_at\";s:19:\"2021-09-22 04:24:10\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"55\";s:3:\"key\";s:11:\"app_url_ios\";s:5:\"value\";N;s:10:\"created_at\";s:19:\"2021-09-22 04:24:10\";s:10:\"updated_at\";s:19:\"2021-09-22 04:24: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: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:5:{s:2:\"id\";s:2:\"56\";s:3:\"key\";s:15:\"app_url_android\";s:5:\"value\";N;s:10:\"created_at\";s:19:\"2021-09-22 04:24:10\";s:10:\"updated_at\";s:19:\"2021-09-22 04:24:10\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"56\";s:3:\"key\";s:15:\"app_url_android\";s:5:\"value\";N;s:10:\"created_at\";s:19:\"2021-09-22 04:24:10\";s:10:\"updated_at\";s:19:\"2021-09-22 04:24: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: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:5:{s:2:\"id\";s:2:\"57\";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:\"created_at\";s:19:\"2021-09-22 04:24:10\";s:10:\"updated_at\";s:19:\"2021-09-22 04:24:10\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"57\";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:\"created_at\";s:19:\"2021-09-22 04:24:10\";s:10:\"updated_at\";s:19:\"2021-09-22 04:24: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: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:5:{s:2:\"id\";s:2:\"58\";s:3:\"key\";s:17:\"dm_maximum_orders\";s:5:\"value\";s:2:\"10\";s:10:\"created_at\";s:19:\"2021-09-24 23:16:13\";s:10:\"updated_at\";s:19:\"2025-01-28 23:04:51\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"58\";s:3:\"key\";s:17:\"dm_maximum_orders\";s:5:\"value\";s:2:\"10\";s:10:\"created_at\";s:19:\"2021-09-24 23:16:13\";s:10:\"updated_at\";s:19:\"2025-01-28 23:04:51\";}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: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\";s:3:\"513\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"58\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-02-07 23:01:36\";s:10:\"updated_at\";s:19:\"2025-02-07 23:01:36\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"513\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"58\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-02-07 23:01:36\";s:10:\"updated_at\";s:19:\"2025-02-07 23:01:36\";}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: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:5:{s:2:\"id\";s:2:\"59\";s:3:\"key\";s:24:\"order_confirmation_model\";s:5:\"value\";s:5:\"store\";s:10:\"created_at\";s:19:\"2021-10-17 05:35:08\";s:10:\"updated_at\";s:19:\"2025-03-05 17:42:32\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"59\";s:3:\"key\";s:24:\"order_confirmation_model\";s:5:\"value\";s:5:\"store\";s:10:\"created_at\";s:19:\"2021-10-17 05:35:08\";s:10:\"updated_at\";s:19:\"2025-03-05 17:42:32\";}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: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\";s:2:\"65\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"59\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"65\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"59\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:2:\"60\";s:3:\"key\";s:12:\"popular_food\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";s:19:\"2021-10-17 05:35:08\";s:10:\"updated_at\";s:19:\"2021-10-17 05:35:08\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"60\";s:3:\"key\";s:12:\"popular_food\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";s:19:\"2021-10-17 05:35:08\";s:10:\"updated_at\";s:19:\"2021-10-17 05:35:08\";}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:5:{s:2:\"id\";s:2:\"61\";s:3:\"key\";s:18:\"popular_restaurant\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";s:19:\"2021-10-17 05:35:08\";s:10:\"updated_at\";s:19:\"2021-10-17 05:35:08\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"61\";s:3:\"key\";s:18:\"popular_restaurant\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";s:19:\"2021-10-17 05:35:08\";s:10:\"updated_at\";s:19:\"2021-10-17 05:35:08\";}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:5:{s:2:\"id\";s:2:\"62\";s:3:\"key\";s:14:\"new_restaurant\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";s:19:\"2021-10-17 05:35:08\";s:10:\"updated_at\";s:19:\"2021-10-17 05:35:08\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"62\";s:3:\"key\";s:14:\"new_restaurant\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";s:19:\"2021-10-17 05:35:08\";s:10:\"updated_at\";s:19:\"2021-10-17 05:35:08\";}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:5:{s:2:\"id\";s:2:\"63\";s:3:\"key\";s:11:\"mercadopago\";s:5:\"value\";s:46:\"{\"status\":1,\"public_key\":\"\",\"access_token\":\"\"}\";s:10:\"created_at\";s:19:\"2021-10-17 05:35:08\";s:10:\"updated_at\";s:19:\"2021-10-17 05:35:08\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"63\";s:3:\"key\";s:11:\"mercadopago\";s:5:\"value\";s:46:\"{\"status\":1,\"public_key\":\"\",\"access_token\":\"\"}\";s:10:\"created_at\";s:19:\"2021-10-17 05:35:08\";s:10:\"updated_at\";s:19:\"2021-10-17 05:35:08\";}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:5:{s:2:\"id\";s:2:\"64\";s:3:\"key\";s:18:\"map_api_key_server\";s:5:\"value\";s:39:\"AIzaSyCK-Hx1E1oRZuK_Xw18RxcsWVU3OmdKcjw\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-02-17 21:22:39\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"64\";s:3:\"key\";s:18:\"map_api_key_server\";s:5:\"value\";s:39:\"AIzaSyCK-Hx1E1oRZuK_Xw18RxcsWVU3OmdKcjw\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-02-17 21:22:39\";}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: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\";s:4:\"1204\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"64\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-02-17 21:23:00\";s:10:\"updated_at\";s:19:\"2025-02-17 21:23:00\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1204\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"64\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-02-17 21:23:00\";s:10:\"updated_at\";s:19:\"2025-02-17 21:23:00\";}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: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:5:{s:2:\"id\";s:2:\"66\";s:3:\"key\";s:19:\"most_reviewed_foods\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";s:19:\"2021-11-15 21:25:37\";s:10:\"updated_at\";s:19:\"2021-11-15 21:25:37\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"66\";s:3:\"key\";s:19:\"most_reviewed_foods\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";s:19:\"2021-11-15 21:25:37\";s:10:\"updated_at\";s:19:\"2021-11-15 21:25:37\";}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:5:{s:2:\"id\";s:2:\"67\";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:\"created_at\";s:19:\"2021-11-15 21:25:37\";s:10:\"updated_at\";s:19:\"2021-11-15 21:25:37\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"67\";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:\"created_at\";s:19:\"2021-11-15 21:25:37\";s:10:\"updated_at\";s:19:\"2021-11-15 21:25:37\";}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:5:{s:2:\"id\";s:2:\"68\";s:3:\"key\";s:18:\"landing_page_links\";s:5:\"value\";s:227:\"{\"app_url_android_status\":\"1\",\"app_url_android\":\"https:\\/\\/play.google.com\",\"app_url_ios_status\":\"1\",\"app_url_ios\":\"https:\\/\\/www.apple.com\\/app-store\",\"web_app_url_status\":\"1\",\"web_app_url\":\"https:\\/\\/stackfood.6amtech.com\\/\"}\";s:10:\"created_at\";s:19:\"2021-11-15 21:25:37\";s:10:\"updated_at\";s:19:\"2021-11-15 21:25:37\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"68\";s:3:\"key\";s:18:\"landing_page_links\";s:5:\"value\";s:227:\"{\"app_url_android_status\":\"1\",\"app_url_android\":\"https:\\/\\/play.google.com\",\"app_url_ios_status\":\"1\",\"app_url_ios\":\"https:\\/\\/www.apple.com\\/app-store\",\"web_app_url_status\":\"1\",\"web_app_url\":\"https:\\/\\/stackfood.6amtech.com\\/\"}\";s:10:\"created_at\";s:19:\"2021-11-15 21:25:37\";s:10:\"updated_at\";s:19:\"2021-11-15 21:25:37\";}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:5:{s:2:\"id\";s:2:\"69\";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:\"created_at\";s:19:\"2021-11-15 21:25:37\";s:10:\"updated_at\";s:19:\"2021-11-15 21:25:37\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"69\";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:\"created_at\";s:19:\"2021-11-15 21:25:37\";s:10:\"updated_at\";s:19:\"2021-11-15 21:25:37\";}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:5:{s:2:\"id\";s:2:\"70\";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:\"created_at\";s:19:\"2021-11-15 21:25:37\";s:10:\"updated_at\";s:19:\"2021-11-15 21:25:37\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"70\";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:\"created_at\";s:19:\"2021-11-15 21:25:37\";s:10:\"updated_at\";s:19:\"2021-11-15 21:25:37\";}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:5:{s:2:\"id\";s:2:\"71\";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:\"created_at\";s:19:\"2021-11-15 21:25:37\";s:10:\"updated_at\";s:19:\"2021-11-15 21:25:37\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"71\";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:\"created_at\";s:19:\"2021-11-15 21:25:37\";s:10:\"updated_at\";s:19:\"2021-11-15 21:25:37\";}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:5:{s:2:\"id\";s:2:\"72\";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:\"created_at\";s:19:\"2021-11-15 21:25:37\";s:10:\"updated_at\";s:19:\"2021-11-15 21:25:37\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"72\";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:\"created_at\";s:19:\"2021-11-15 21:25:37\";s:10:\"updated_at\";s:19:\"2021-11-15 21:25:37\";}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:5:{s:2:\"id\";s:2:\"73\";s:3:\"key\";s:24:\"admin_order_notification\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2024-12-06 09:41:41\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"73\";s:3:\"key\";s:24:\"admin_order_notification\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2024-12-06 09:41:41\";}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: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\";s:2:\"72\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"73\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"72\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"73\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:2:\"74\";s:3:\"key\";s:13:\"swish_payment\";s:5:\"value\";s:14:\"{\"status\":\"1\"}\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2021-12-28 17:32:40\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"74\";s:3:\"key\";s:13:\"swish_payment\";s:5:\"value\";s:14:\"{\"status\":\"1\"}\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2021-12-28 17:32:40\";}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:5:{s:2:\"id\";s:2:\"76\";s:3:\"key\";s:14:\"service_charge\";s:5:\"value\";s:2:\"12\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"76\";s:3:\"key\";s:14:\"service_charge\";s:5:\"value\";s:2:\"12\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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:5:{s:2:\"id\";s:2:\"77\";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:\"created_at\";N;s:10:\"updated_at\";s:19:\"2022-01-04 18:39:23\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"77\";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:\"created_at\";N;s:10:\"updated_at\";s:19:\"2022-01-04 18:39:23\";}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:5:{s:2:\"id\";s:2:\"78\";s:3:\"key\";s:8:\"language\";s:5:\"value\";s:6:\"[\"en\"]\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"78\";s:3:\"key\";s:8:\"language\";s:5:\"value\";s:6:\"[\"en\"]\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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:5:{s:2:\"id\";s:2:\"79\";s:3:\"key\";s:10:\"timeformat\";s:5:\"value\";s:2:\"12\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"79\";s:3:\"key\";s:10:\"timeformat\";s:5:\"value\";s:2:\"12\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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\";s:2:\"80\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"79\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"80\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"79\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:2:\"80\";s:3:\"key\";s:22:\"canceled_by_restaurant\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"80\";s:3:\"key\";s:22:\"canceled_by_restaurant\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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:5:{s:2:\"id\";s:2:\"81\";s:3:\"key\";s:23:\"canceled_by_deliveryman\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-02-07 23:01:36\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"81\";s:3:\"key\";s:23:\"canceled_by_deliveryman\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-02-07 23:01:36\";}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: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\";s:3:\"514\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"81\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-02-07 23:01:36\";s:10:\"updated_at\";s:19:\"2025-02-07 23:01:36\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"514\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"81\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-02-07 23:01:36\";s:10:\"updated_at\";s:19:\"2025-02-07 23:01:36\";}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: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:5:{s:2:\"id\";s:2:\"82\";s:3:\"key\";s:15:\"show_dm_earning\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2024-12-22 21:46:15\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"82\";s:3:\"key\";s:15:\"show_dm_earning\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2024-12-22 21:46:15\";}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: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\";s:3:\"515\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"82\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-02-07 23:01:36\";s:10:\"updated_at\";s:19:\"2025-02-07 23:01:36\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"515\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"82\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-02-07 23:01:36\";s:10:\"updated_at\";s:19:\"2025-02-07 23:01:36\";}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: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:5:{s:2:\"id\";s:2:\"83\";s:3:\"key\";s:9:\"recaptcha\";s:5:\"value\";s:125:\"{\"status\":null,\"site_key\":\"6Led7YcqAAAAAHFhRgGe7Vga4uPPhG0BchX-6GpB\",\"secret_key\":\"6Led7YcqAAAAAH62FotbYQFVSXeDcgM242iHhzB1\"}\";s:10:\"created_at\";s:19:\"2024-11-23 13:46:31\";s:10:\"updated_at\";s:19:\"2024-12-03 14:07:57\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"83\";s:3:\"key\";s:9:\"recaptcha\";s:5:\"value\";s:125:\"{\"status\":null,\"site_key\":\"6Led7YcqAAAAAHFhRgGe7Vga4uPPhG0BchX-6GpB\",\"secret_key\":\"6Led7YcqAAAAAH62FotbYQFVSXeDcgM242iHhzB1\"}\";s:10:\"created_at\";s:19:\"2024-11-23 13:46:31\";s:10:\"updated_at\";s:19:\"2024-12-03 14:07:57\";}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: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\";s:2:\"40\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"83\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-03 14:08:00\";s:10:\"updated_at\";s:19:\"2024-12-03 14:08:00\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"40\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"83\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-12-03 14:08:00\";s:10:\"updated_at\";s:19:\"2024-12-03 14:08:00\";}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: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:5:{s:2:\"id\";s:2:\"84\";s:3:\"key\";s:18:\"toggle_veg_non_veg\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"84\";s:3:\"key\";s:18:\"toggle_veg_non_veg\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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\";s:2:\"81\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"84\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"81\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"84\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:2:\"85\";s:3:\"key\";s:22:\"toggle_dm_registration\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"85\";s:3:\"key\";s:22:\"toggle_dm_registration\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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\";s:3:\"516\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"85\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-02-07 23:01:36\";s:10:\"updated_at\";s:19:\"2025-02-07 23:01:36\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"516\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"85\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-02-07 23:01:36\";s:10:\"updated_at\";s:19:\"2025-02-07 23:01:36\";}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: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:5:{s:2:\"id\";s:2:\"86\";s:3:\"key\";s:30:\"toggle_restaurant_registration\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"86\";s:3:\"key\";s:30:\"toggle_restaurant_registration\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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:5:{s:2:\"id\";s:2:\"87\";s:3:\"key\";s:22:\"order_refunded_message\";s:5:\"value\";s:55:\"{\"status\":1,\"message\":\"Order is refunded successfully\"}\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"87\";s:3:\"key\";s:22:\"order_refunded_message\";s:5:\"value\";s:55:\"{\"status\":1,\"message\":\"Order is refunded successfully\"}\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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:5:{s:2:\"id\";s:2:\"88\";s:3:\"key\";s:6:\"liqpay\";s:5:\"value\";s:51:\"{\"status\":\"1\",\"public_key\":null,\"private_key\":null}\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2022-02-27 10:45:40\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"88\";s:3:\"key\";s:6:\"liqpay\";s:5:\"value\";s:51:\"{\"status\":\"1\",\"public_key\":null,\"private_key\":null}\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2022-02-27 10:45:40\";}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:5:{s:2:\"id\";s:2:\"89\";s:3:\"key\";s:6:\"klarna\";s:5:\"value\";s:97:\"{\"status\":\"1\",\"region\":\"america\",\"username\":\"PN06804_1a368db08f6d\",\"password\":\"6ljrP6BDJNKT6F2y\"}\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2022-01-26 14:00:51\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"89\";s:3:\"key\";s:6:\"klarna\";s:5:\"value\";s:97:\"{\"status\":\"1\",\"region\":\"america\",\"username\":\"PN06804_1a368db08f6d\",\"password\":\"6ljrP6BDJNKT6F2y\"}\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2022-01-26 14:00:51\";}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:5:{s:2:\"id\";s:2:\"90\";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:\"created_at\";N;s:10:\"updated_at\";s:19:\"2022-02-20 16:35:26\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"90\";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:\"created_at\";N;s:10:\"updated_at\";s:19:\"2022-02-20 16:35:26\";}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:5:{s:2:\"id\";s:2:\"91\";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:\"created_at\";N;s:10:\"updated_at\";s:19:\"2022-02-27 10:07:26\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"91\";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:\"created_at\";N;s:10:\"updated_at\";s:19:\"2022-02-27 10:07:26\";}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:5:{s:2:\"id\";s:2:\"92\";s:3:\"key\";s:7:\"paytabs\";s:5:\"value\";s:66:\"{\"status\":\"1\",\"profile_id\":null,\"server_key\":null,\"base_url\":null}\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2022-02-27 11:36:19\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"92\";s:3:\"key\";s:7:\"paytabs\";s:5:\"value\";s:66:\"{\"status\":\"1\",\"profile_id\":null,\"server_key\":null,\"base_url\":null}\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2022-02-27 11:36:19\";}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:5:{s:2:\"id\";s:2:\"93\";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:\"created_at\";N;s:10:\"updated_at\";s:19:\"2022-02-27 11:36:37\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"93\";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:\"created_at\";N;s:10:\"updated_at\";s:19:\"2022-02-27 11:36:37\";}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:5:{s:2:\"id\";s:2:\"94\";s:3:\"key\";s:28:\"schedule_order_slot_duration\";s:5:\"value\";N;s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"94\";s:3:\"key\";s:28:\"schedule_order_slot_duration\";s:5:\"value\";N;s:10:\"created_at\";N;s:10:\"updated_at\";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:5:{s:2:\"id\";s:2:\"95\";s:3:\"key\";s:25:\"digit_after_decimal_point\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"95\";s:3:\"key\";s:25:\"digit_after_decimal_point\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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\";s:2:\"82\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"95\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"82\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"95\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:2:\"96\";s:3:\"key\";s:4:\"icon\";s:5:\"value\";s:28:\"2023-08-16-64dca5f544de1.png\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"96\";s:3:\"key\";s:4:\"icon\";s:5:\"value\";s:28:\"2023-08-16-64dca5f544de1.png\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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\";s:1:\"2\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"96\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:1:\"2\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"96\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:2:\"97\";s:3:\"key\";s:25:\"toggle_store_registration\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"97\";s:3:\"key\";s:25:\"toggle_store_registration\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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\";s:4:\"1270\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"97\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:43:14\";s:10:\"updated_at\";s:19:\"2025-08-08 11:43:14\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1270\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"97\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:43:14\";s:10:\"updated_at\";s:19:\"2025-08-08 11:43:14\";}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: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:5:{s:2:\"id\";s:2:\"98\";s:3:\"key\";s:17:\"canceled_by_store\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-03-08 21:07:21\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"98\";s:3:\"key\";s:17:\"canceled_by_store\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-03-08 21:07:21\";}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: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\";s:4:\"1269\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"98\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:43:14\";s:10:\"updated_at\";s:19:\"2025-08-08 11:43:14\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1269\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"98\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:43:14\";s:10:\"updated_at\";s:19:\"2025-08-08 11:43:14\";}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: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:5:{s:2:\"id\";s:2:\"99\";s:3:\"key\";s:29:\"parcel_per_km_shipping_charge\";s:5:\"value\";s:2:\"20\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-01-31 21:47:24\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:2:\"99\";s:3:\"key\";s:29:\"parcel_per_km_shipping_charge\";s:5:\"value\";s:2:\"20\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-01-31 21:47: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: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\";s:4:\"1205\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"99\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-01-31 21:47:24\";s:10:\"updated_at\";s:19:\"2025-01-31 21:47:24\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1205\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:2:\"99\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-01-31 21:47:24\";s:10:\"updated_at\";s:19:\"2025-01-31 21:47: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: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: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:5:{s:2:\"id\";s:3:\"100\";s:3:\"key\";s:30:\"parcel_minimum_shipping_charge\";s:5:\"value\";s:2:\"50\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-01-31 21:47:24\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"100\";s:3:\"key\";s:30:\"parcel_minimum_shipping_charge\";s:5:\"value\";s:2:\"50\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-01-31 21:47: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: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\";s:4:\"1206\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"100\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-01-31 21:47:24\";s:10:\"updated_at\";s:19:\"2025-01-31 21:47:24\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1206\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"100\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-01-31 21:47:24\";s:10:\"updated_at\";s:19:\"2025-01-31 21:47: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: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: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:5:{s:2:\"id\";s:3:\"101\";s:3:\"key\";s:20:\"parcel_commission_dm\";s:5:\"value\";s:2:\"60\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-01-31 21:47:24\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"101\";s:3:\"key\";s:20:\"parcel_commission_dm\";s:5:\"value\";s:2:\"60\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-01-31 21:47: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: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\";s:4:\"1207\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"101\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-01-31 21:47:24\";s:10:\"updated_at\";s:19:\"2025-01-31 21:47:24\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1207\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"101\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-01-31 21:47:24\";s:10:\"updated_at\";s:19:\"2025-01-31 21:47: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: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: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:5:{s:2:\"id\";s:3:\"102\";s:3:\"key\";s:18:\"landing_page_links\";s:5:\"value\";s:227:\"{\"app_url_android_status\":\"1\",\"app_url_android\":\"https:\\/\\/play.google.com\",\"app_url_ios_status\":\"1\",\"app_url_ios\":\"https:\\/\\/www.apple.com\\/app-store\",\"web_app_url_status\":\"1\",\"web_app_url\":\"https:\\/\\/stackfood.6amtech.com\\/\"}\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"102\";s:3:\"key\";s:18:\"landing_page_links\";s:5:\"value\";s:227:\"{\"app_url_android_status\":\"1\",\"app_url_android\":\"https:\\/\\/play.google.com\",\"app_url_ios_status\":\"1\",\"app_url_ios\":\"https:\\/\\/www.apple.com\\/app-store\",\"web_app_url_status\":\"1\",\"web_app_url\":\"https:\\/\\/stackfood.6amtech.com\\/\"}\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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:5:{s:2:\"id\";s:3:\"103\";s:3:\"key\";s:13:\"wallet_status\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";s:19:\"2022-07-05 08:56:19\";s:10:\"updated_at\";s:19:\"2022-07-05 08:56:19\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"103\";s:3:\"key\";s:13:\"wallet_status\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";s:19:\"2022-07-05 08:56:19\";s:10:\"updated_at\";s:19:\"2022-07-05 08:56:19\";}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:5:{s:2:\"id\";s:3:\"104\";s:3:\"key\";s:20:\"loyalty_point_status\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";s:19:\"2022-07-05 08:56:19\";s:10:\"updated_at\";s:19:\"2022-07-05 08:56:19\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"104\";s:3:\"key\";s:20:\"loyalty_point_status\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";s:19:\"2022-07-05 08:56:19\";s:10:\"updated_at\";s:19:\"2022-07-05 08:56:19\";}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:5:{s:2:\"id\";s:3:\"105\";s:3:\"key\";s:18:\"ref_earning_status\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";s:19:\"2022-07-05 08:56:19\";s:10:\"updated_at\";s:19:\"2022-07-05 08:56:19\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"105\";s:3:\"key\";s:18:\"ref_earning_status\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";s:19:\"2022-07-05 08:56:19\";s:10:\"updated_at\";s:19:\"2022-07-05 08:56:19\";}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:5:{s:2:\"id\";s:3:\"106\";s:3:\"key\";s:17:\"wallet_add_refund\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";s:19:\"2022-07-05 08:56:19\";s:10:\"updated_at\";s:19:\"2022-07-05 08:56:19\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"106\";s:3:\"key\";s:17:\"wallet_add_refund\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";s:19:\"2022-07-05 08:56:19\";s:10:\"updated_at\";s:19:\"2022-07-05 08:56:19\";}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:5:{s:2:\"id\";s:3:\"107\";s:3:\"key\";s:27:\"loyalty_point_exchange_rate\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";s:19:\"2022-07-05 08:56:20\";s:10:\"updated_at\";s:19:\"2022-07-05 08:56:20\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"107\";s:3:\"key\";s:27:\"loyalty_point_exchange_rate\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";s:19:\"2022-07-05 08:56:20\";s:10:\"updated_at\";s:19:\"2022-07-05 08:56:20\";}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:5:{s:2:\"id\";s:3:\"108\";s:3:\"key\";s:25:\"ref_earning_exchange_rate\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";s:19:\"2022-07-05 08:56:20\";s:10:\"updated_at\";s:19:\"2022-07-05 08:56:20\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"108\";s:3:\"key\";s:25:\"ref_earning_exchange_rate\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";s:19:\"2022-07-05 08:56:20\";s:10:\"updated_at\";s:19:\"2022-07-05 08:56:20\";}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:5:{s:2:\"id\";s:3:\"109\";s:3:\"key\";s:33:\"loyalty_point_item_purchase_point\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";s:19:\"2022-07-05 08:56:20\";s:10:\"updated_at\";s:19:\"2022-07-05 08:56:20\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"109\";s:3:\"key\";s:33:\"loyalty_point_item_purchase_point\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";s:19:\"2022-07-05 08:56:20\";s:10:\"updated_at\";s:19:\"2022-07-05 08:56:20\";}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:5:{s:2:\"id\";s:3:\"110\";s:3:\"key\";s:27:\"loyalty_point_minimum_point\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";s:19:\"2022-07-05 08:56:20\";s:10:\"updated_at\";s:19:\"2022-07-05 08:56:20\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"110\";s:3:\"key\";s:27:\"loyalty_point_minimum_point\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";s:19:\"2022-07-05 08:56:20\";s:10:\"updated_at\";s:19:\"2022-07-05 08:56:20\";}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:5:{s:2:\"id\";s:3:\"111\";s:3:\"key\";s:20:\"refund_active_status\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";s:19:\"2022-07-05 08:56:20\";s:10:\"updated_at\";s:19:\"2022-07-05 08:56:20\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"111\";s:3:\"key\";s:20:\"refund_active_status\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";s:19:\"2022-07-05 08:56:20\";s:10:\"updated_at\";s:19:\"2022-07-05 08:56:20\";}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:5:{s:2:\"id\";s:3:\"112\";s:3:\"key\";s:14:\"dm_tips_status\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";s:19:\"2022-07-05 08:56:20\";s:10:\"updated_at\";s:19:\"2024-12-22 21:46:15\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"112\";s:3:\"key\";s:14:\"dm_tips_status\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";s:19:\"2022-07-05 08:56:20\";s:10:\"updated_at\";s:19:\"2024-12-22 21:46:15\";}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: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\";s:3:\"512\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"112\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-02-07 23:01:36\";s:10:\"updated_at\";s:19:\"2025-02-07 23:01:36\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"512\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"112\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-02-07 23:01:36\";s:10:\"updated_at\";s:19:\"2025-02-07 23:01:36\";}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: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:5:{s:2:\"id\";s:3:\"113\";s:3:\"key\";s:15:\"system_language\";s:5:\"value\";s:66:\"[{\"id\":1,\"direction\":\"ltr\",\"code\":\"en\",\"status\":1,\"default\":true}]\";s:10:\"created_at\";s:19:\"2023-08-16 04:59:41\";s:10:\"updated_at\";s:19:\"2023-08-16 04:59:41\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"113\";s:3:\"key\";s:15:\"system_language\";s:5:\"value\";s:66:\"[{\"id\":1,\"direction\":\"ltr\",\"code\":\"en\",\"status\":1,\"default\":true}]\";s:10:\"created_at\";s:19:\"2023-08-16 04:59:41\";s:10:\"updated_at\";s:19:\"2023-08-16 04:59:41\";}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:5:{s:2:\"id\";s:3:\"114\";s:3:\"key\";s:14:\"site_direction\";s:5:\"value\";N;s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"114\";s:3:\"key\";s:14:\"site_direction\";s:5:\"value\";N;s:10:\"created_at\";N;s:10:\"updated_at\";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: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\";s:2:\"55\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"114\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"55\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"114\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:3:\"115\";s:3:\"key\";s:12:\"cookies_text\";s:5:\"value\";s:16:\"Demo cookie text\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"115\";s:3:\"key\";s:12:\"cookies_text\";s:5:\"value\";s:16:\"Demo cookie text\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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\";s:2:\"60\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"115\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"60\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"115\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:3:\"116\";s:3:\"key\";s:12:\"tax_included\";s:5:\"value\";N;s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"116\";s:3:\"key\";s:12:\"tax_included\";s:5:\"value\";N;s:10:\"created_at\";N;s:10:\"updated_at\";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: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\";s:2:\"64\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"116\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"64\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"116\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:3:\"117\";s:3:\"key\";s:22:\"partial_payment_status\";s:5:\"value\";N;s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"117\";s:3:\"key\";s:22:\"partial_payment_status\";s:5:\"value\";N;s:10:\"created_at\";N;s:10:\"updated_at\";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: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\";s:2:\"66\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"117\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"66\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"117\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:3:\"118\";s:3:\"key\";s:22:\"partial_payment_method\";s:5:\"value\";s:4:\"both\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"118\";s:3:\"key\";s:22:\"partial_payment_method\";s:5:\"value\";s:4:\"both\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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\";s:2:\"67\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"118\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"67\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"118\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:3:\"119\";s:3:\"key\";s:23:\"order_notification_type\";s:5:\"value\";s:8:\"firebase\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-03-05 17:42:32\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"119\";s:3:\"key\";s:23:\"order_notification_type\";s:5:\"value\";s:8:\"firebase\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-03-05 17:42:32\";}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: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\";s:2:\"73\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"119\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"73\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"119\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:3:\"120\";s:3:\"key\";s:25:\"free_delivery_over_status\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2024-12-06 09:41:41\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"120\";s:3:\"key\";s:25:\"free_delivery_over_status\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2024-12-06 09:41:41\";}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: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\";s:2:\"74\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"120\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"74\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"120\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:3:\"121\";s:3:\"key\";s:24:\"additional_charge_status\";s:5:\"value\";N;s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-01-28 23:04:28\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"121\";s:3:\"key\";s:24:\"additional_charge_status\";s:5:\"value\";N;s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-01-28 23:04:28\";}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: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\";s:2:\"76\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"121\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"76\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"121\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:3:\"122\";s:3:\"key\";s:22:\"additional_charge_name\";s:5:\"value\";s:17:\"Additional Charge\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"122\";s:3:\"key\";s:22:\"additional_charge_name\";s:5:\"value\";s:17:\"Additional Charge\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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\";s:2:\"77\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"122\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"77\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"122\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:3:\"123\";s:3:\"key\";s:17:\"additional_charge\";s:5:\"value\";s:2:\"10\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2024-12-22 21:45:04\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"123\";s:3:\"key\";s:17:\"additional_charge\";s:5:\"value\";s:2:\"10\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2024-12-22 21:45:04\";}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: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\";s:2:\"78\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"123\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"78\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"123\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:3:\"124\";s:3:\"key\";s:25:\"prescription_order_status\";s:5:\"value\";N;s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"124\";s:3:\"key\";s:25:\"prescription_order_status\";s:5:\"value\";N;s:10:\"created_at\";N;s:10:\"updated_at\";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:5:{s:2:\"id\";s:3:\"125\";s:3:\"key\";s:25:\"delivery_charge_comission\";s:5:\"value\";s:1:\"6\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-02-09 23:05:23\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"125\";s:3:\"key\";s:25:\"delivery_charge_comission\";s:5:\"value\";s:1:\"6\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-02-09 23:05:23\";}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: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\";s:2:\"83\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"125\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"83\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"125\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:3:\"126\";s:3:\"key\";s:12:\"opening_time\";s:5:\"value\";N;s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"126\";s:3:\"key\";s:12:\"opening_time\";s:5:\"value\";N;s:10:\"created_at\";N;s:10:\"updated_at\";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: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:5:{s:2:\"id\";s:3:\"127\";s:3:\"key\";s:12:\"closing_time\";s:5:\"value\";N;s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"127\";s:3:\"key\";s:12:\"closing_time\";s:5:\"value\";N;s:10:\"created_at\";N;s:10:\"updated_at\";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: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:5:{s:2:\"id\";s:3:\"128\";s:3:\"key\";s:12:\"landing_page\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";s:19:\"2023-08-16 05:26:24\";s:10:\"updated_at\";s:19:\"2023-08-16 05:26:24\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"128\";s:3:\"key\";s:12:\"landing_page\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";s:19:\"2023-08-16 05:26:24\";s:10:\"updated_at\";s:19:\"2023-08-16 05:26: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: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:5:{s:2:\"id\";s:3:\"129\";s:3:\"key\";s:24:\"landing_integration_type\";s:5:\"value\";s:11:\"file_upload\";s:10:\"created_at\";s:19:\"2023-08-16 05:26:24\";s:10:\"updated_at\";s:19:\"2023-08-16 05:26:24\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"129\";s:3:\"key\";s:24:\"landing_integration_type\";s:5:\"value\";s:11:\"file_upload\";s:10:\"created_at\";s:19:\"2023-08-16 05:26:24\";s:10:\"updated_at\";s:19:\"2023-08-16 05:26: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: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:5:{s:2:\"id\";s:3:\"130\";s:3:\"key\";s:26:\"mobile_app_section_heading\";s:5:\"value\";s:47:\"Download the App for Enjoy Best Restaurant Test\";s:10:\"created_at\";s:19:\"2023-08-17 05:56:56\";s:10:\"updated_at\";s:19:\"2023-08-17 05:56:56\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"130\";s:3:\"key\";s:26:\"mobile_app_section_heading\";s:5:\"value\";s:47:\"Download the App for Enjoy Best Restaurant Test\";s:10:\"created_at\";s:19:\"2023-08-17 05:56:56\";s:10:\"updated_at\";s:19:\"2023-08-17 05:56:56\";}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:5:{s:2:\"id\";s:3:\"131\";s:3:\"key\";s:23:\"mobile_app_section_text\";s:5:\"value\";s:31:\"Default Text Mobile App Section\";s:10:\"created_at\";s:19:\"2023-08-17 05:56:56\";s:10:\"updated_at\";s:19:\"2023-08-17 05:56:56\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"131\";s:3:\"key\";s:23:\"mobile_app_section_text\";s:5:\"value\";s:31:\"Default Text Mobile App Section\";s:10:\"created_at\";s:19:\"2023-08-17 05:56:56\";s:10:\"updated_at\";s:19:\"2023-08-17 05:56:56\";}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:5:{s:2:\"id\";s:3:\"132\";s:3:\"key\";s:27:\"feature_section_description\";s:5:\"value\";s:27:\"Feature section description\";s:10:\"created_at\";s:19:\"2023-08-17 05:56:56\";s:10:\"updated_at\";s:19:\"2023-08-17 05:56:56\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"132\";s:3:\"key\";s:27:\"feature_section_description\";s:5:\"value\";s:27:\"Feature section description\";s:10:\"created_at\";s:19:\"2023-08-17 05:56:56\";s:10:\"updated_at\";s:19:\"2023-08-17 05:56:56\";}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:5:{s:2:\"id\";s:3:\"133\";s:3:\"key\";s:27:\"Feature section description\";s:5:\"value\";s:229:\"{\"app_url_android_status\":\"0\",\"app_url_android\":\"https:\\/\\/play.google.com\",\"app_url_ios_status\":\"0\",\"app_url_ios\":\"https:\\/\\/www.apple.com\\/app-store\",\"web_app_url_status\":\"0\",\"web_app_url\":\"https:\\/\\/6ammart-web.6amtech.com\\/\"}\";s:10:\"created_at\";s:19:\"2023-08-17 05:56:56\";s:10:\"updated_at\";s:19:\"2023-08-17 05:56:56\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"133\";s:3:\"key\";s:27:\"Feature section description\";s:5:\"value\";s:229:\"{\"app_url_android_status\":\"0\",\"app_url_android\":\"https:\\/\\/play.google.com\",\"app_url_ios_status\":\"0\",\"app_url_ios\":\"https:\\/\\/www.apple.com\\/app-store\",\"web_app_url_status\":\"0\",\"web_app_url\":\"https:\\/\\/6ammart-web.6amtech.com\\/\"}\";s:10:\"created_at\";s:19:\"2023-08-17 05:56:56\";s:10:\"updated_at\";s:19:\"2023-08-17 05:56:56\";}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:5:{s:2:\"id\";s:3:\"134\";s:3:\"key\";s:20:\"home_delivery_status\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";s:19:\"2023-08-17 05:56:56\";s:10:\"updated_at\";s:19:\"2023-08-17 05:56:56\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"134\";s:3:\"key\";s:20:\"home_delivery_status\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";s:19:\"2023-08-17 05:56:56\";s:10:\"updated_at\";s:19:\"2023-08-17 05:56:56\";}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:5:{s:2:\"id\";s:3:\"135\";s:3:\"key\";s:15:\"takeaway_status\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";s:19:\"2023-08-17 05:56:56\";s:10:\"updated_at\";s:19:\"2023-08-17 05:56:56\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"135\";s:3:\"key\";s:15:\"takeaway_status\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";s:19:\"2023-08-17 05:56:56\";s:10:\"updated_at\";s:19:\"2023-08-17 05:56:56\";}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:5:{s:2:\"id\";s:3:\"136\";s:3:\"key\";s:24:\"dm_picture_upload_status\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"136\";s:3:\"key\";s:24:\"dm_picture_upload_status\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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\";s:3:\"517\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"136\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-02-07 23:01:36\";s:10:\"updated_at\";s:19:\"2025-02-07 23:01:36\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"517\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"136\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-02-07 23:01:36\";s:10:\"updated_at\";s:19:\"2025-02-07 23:01:36\";}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: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:5:{s:2:\"id\";s:3:\"137\";s:3:\"key\";s:22:\"offline_payment_status\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-01-15 23:31:06\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"137\";s:3:\"key\";s:22:\"offline_payment_status\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";N;s:10:\"updated_at\";s:19:\"2025-01-15 23:31:06\";}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: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\";s:4:\"1208\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"137\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-01-15 23:31:06\";s:10:\"updated_at\";s:19:\"2025-01-15 23:31:06\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1208\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"137\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-01-15 23:31:06\";s:10:\"updated_at\";s:19:\"2025-01-15 23:31:06\";}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: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:5:{s:2:\"id\";s:3:\"138\";s:3:\"key\";s:21:\"guest_checkout_status\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"138\";s:3:\"key\";s:21:\"guest_checkout_status\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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\";s:2:\"79\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"138\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"79\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"138\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:3:\"139\";s:3:\"key\";s:39:\"check_daily_subscription_validity_check\";s:5:\"value\";s:10:\"2026-02-11\";s:10:\"created_at\";s:19:\"2024-06-06 01:45:07\";s:10:\"updated_at\";s:19:\"2026-02-11 19:34:23\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"139\";s:3:\"key\";s:39:\"check_daily_subscription_validity_check\";s:5:\"value\";s:10:\"2026-02-11\";s:10:\"created_at\";s:19:\"2024-06-06 01:45:07\";s:10:\"updated_at\";s:19:\"2026-02-11 19:34:23\";}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: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\";s:1:\"9\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"139\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-11-09 16:04:07\";s:10:\"updated_at\";s:19:\"2025-11-09 16:04:07\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:1:\"9\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"139\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-11-09 16:04:07\";s:10:\"updated_at\";s:19:\"2025-11-09 16:04:07\";}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: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:5:{s:2:\"id\";s:3:\"140\";s:3:\"key\";s:25:\"commission_business_model\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";s:19:\"2024-06-06 01:46:14\";s:10:\"updated_at\";s:19:\"2024-06-06 01:46:14\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"140\";s:3:\"key\";s:25:\"commission_business_model\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";s:19:\"2024-06-06 01:46:14\";s:10:\"updated_at\";s:19:\"2024-06-06 01:46:14\";}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: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\";s:2:\"84\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"140\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"84\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"140\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:3:\"141\";s:3:\"key\";s:27:\"subscription_business_model\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";s:19:\"2024-06-06 01:46:14\";s:10:\"updated_at\";s:19:\"2024-06-06 01:46:14\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"141\";s:3:\"key\";s:27:\"subscription_business_model\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";s:19:\"2024-06-06 01:46:14\";s:10:\"updated_at\";s:19:\"2024-06-06 01:46:14\";}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: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\";s:2:\"85\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"141\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"85\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"141\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:3:\"142\";s:3:\"key\";s:28:\"subscription_free_trial_days\";s:5:\"value\";s:1:\"7\";s:10:\"created_at\";s:19:\"2024-06-06 04:53:50\";s:10:\"updated_at\";s:19:\"2024-06-06 04:53:50\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"142\";s:3:\"key\";s:28:\"subscription_free_trial_days\";s:5:\"value\";s:1:\"7\";s:10:\"created_at\";s:19:\"2024-06-06 04:53:50\";s:10:\"updated_at\";s:19:\"2024-06-06 04:53:50\";}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: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\";s:1:\"3\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"142\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-06-06 04:53:50\";s:10:\"updated_at\";s:19:\"2024-06-06 04:53:50\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:1:\"3\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"142\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-06-06 04:53:50\";s:10:\"updated_at\";s:19:\"2024-06-06 04:53:50\";}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: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:5:{s:2:\"id\";s:3:\"143\";s:3:\"key\";s:28:\"subscription_free_trial_type\";s:5:\"value\";s:3:\"day\";s:10:\"created_at\";s:19:\"2024-06-06 04:53:50\";s:10:\"updated_at\";s:19:\"2024-06-06 04:53:50\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"143\";s:3:\"key\";s:28:\"subscription_free_trial_type\";s:5:\"value\";s:3:\"day\";s:10:\"created_at\";s:19:\"2024-06-06 04:53:50\";s:10:\"updated_at\";s:19:\"2024-06-06 04:53:50\";}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: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\";s:1:\"4\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"143\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-06-06 04:53:50\";s:10:\"updated_at\";s:19:\"2024-06-06 04:53:50\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:1:\"4\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"143\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-06-06 04:53:50\";s:10:\"updated_at\";s:19:\"2024-06-06 04:53:50\";}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: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:5:{s:2:\"id\";s:3:\"144\";s:3:\"key\";s:30:\"subscription_free_trial_status\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";s:19:\"2024-06-06 04:53:55\";s:10:\"updated_at\";s:19:\"2024-06-06 04:53:55\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"144\";s:3:\"key\";s:30:\"subscription_free_trial_status\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";s:19:\"2024-06-06 04:53:55\";s:10:\"updated_at\";s:19:\"2024-06-06 04:53:55\";}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: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\";s:1:\"5\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"144\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-06-06 04:53:55\";s:10:\"updated_at\";s:19:\"2024-06-06 04:53:55\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:1:\"5\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"144\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-06-06 04:53:55\";s:10:\"updated_at\";s:19:\"2024-06-06 04:53:55\";}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: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:5:{s:2:\"id\";s:3:\"145\";s:3:\"key\";s:34:\"subscription_deadline_warning_days\";s:5:\"value\";s:1:\"7\";s:10:\"created_at\";s:19:\"2024-06-06 04:54:02\";s:10:\"updated_at\";s:19:\"2024-06-06 04:54:02\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"145\";s:3:\"key\";s:34:\"subscription_deadline_warning_days\";s:5:\"value\";s:1:\"7\";s:10:\"created_at\";s:19:\"2024-06-06 04:54:02\";s:10:\"updated_at\";s:19:\"2024-06-06 04:54:02\";}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: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\";s:1:\"6\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"145\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-06-06 04:57:22\";s:10:\"updated_at\";s:19:\"2024-06-06 04:57:22\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:1:\"6\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"145\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-06-06 04:57:22\";s:10:\"updated_at\";s:19:\"2024-06-06 04:57:22\";}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: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:5:{s:2:\"id\";s:3:\"146\";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:\"created_at\";s:19:\"2024-06-06 04:54:02\";s:10:\"updated_at\";s:19:\"2024-06-06 04:57:22\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"146\";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:\"created_at\";s:19:\"2024-06-06 04:54:02\";s:10:\"updated_at\";s:19:\"2024-06-06 04:57:22\";}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: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\";s:1:\"7\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"146\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-06-06 04:57:22\";s:10:\"updated_at\";s:19:\"2024-06-06 04:57:22\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:1:\"7\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"146\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-06-06 04:57:22\";s:10:\"updated_at\";s:19:\"2024-06-06 04:57:22\";}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: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:5:{s:2:\"id\";s:3:\"147\";s:3:\"key\";s:27:\"subscription_usage_max_time\";s:5:\"value\";s:2:\"80\";s:10:\"created_at\";s:19:\"2024-06-06 04:54:14\";s:10:\"updated_at\";s:19:\"2024-06-06 04:54:14\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"147\";s:3:\"key\";s:27:\"subscription_usage_max_time\";s:5:\"value\";s:2:\"80\";s:10:\"created_at\";s:19:\"2024-06-06 04:54:14\";s:10:\"updated_at\";s:19:\"2024-06-06 04:54:14\";}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: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\";s:1:\"8\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"147\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-06-06 04:54:14\";s:10:\"updated_at\";s:19:\"2024-06-06 04:54:14\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:1:\"8\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"147\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2024-06-06 04:54:14\";s:10:\"updated_at\";s:19:\"2024-06-06 04:54:14\";}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: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:5:{s:2:\"id\";s:3:\"148\";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:\"created_at\";s:19:\"2024-06-06 05:09:00\";s:10:\"updated_at\";s:19:\"2024-06-06 05:09:00\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"148\";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:\"created_at\";s:19:\"2024-06-06 05:09:00\";s:10:\"updated_at\";s:19:\"2024-06-06 05:09:00\";}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:5:{s:2:\"id\";s:3:\"149\";s:3:\"key\";s:21:\"country_picker_status\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";N;s:10:\"updated_at\";N;}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"149\";s:3:\"key\";s:21:\"country_picker_status\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";N;s:10:\"updated_at\";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: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\";s:2:\"51\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"149\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"51\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"149\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:3:\"150\";s:3:\"key\";s:19:\"manual_login_status\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";s:19:\"2024-11-23 13:44:24\";s:10:\"updated_at\";s:19:\"2024-11-23 13:44:24\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"150\";s:3:\"key\";s:19:\"manual_login_status\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";s:19:\"2024-11-23 13:44:24\";s:10:\"updated_at\";s:19:\"2024-11-23 13:44: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: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:5:{s:2:\"id\";s:3:\"151\";s:3:\"key\";s:19:\"dm_max_cash_in_hand\";s:5:\"value\";s:4:\"5000\";s:10:\"created_at\";s:19:\"2024-12-03 14:07:57\";s:10:\"updated_at\";s:19:\"2024-12-03 14:07:57\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"151\";s:3:\"key\";s:19:\"dm_max_cash_in_hand\";s:5:\"value\";s:4:\"5000\";s:10:\"created_at\";s:19:\"2024-12-03 14:07:57\";s:10:\"updated_at\";s:19:\"2024-12-03 14:07:57\";}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: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\";s:2:\"39\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"151\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-02-07 23:01:36\";s:10:\"updated_at\";s:19:\"2025-02-07 23:01:36\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:2:\"39\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"151\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-02-07 23:01:36\";s:10:\"updated_at\";s:19:\"2025-02-07 23:01:36\";}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: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:5:{s:2:\"id\";s:3:\"152\";s:3:\"key\";s:20:\"min_amount_to_pay_dm\";s:5:\"value\";s:4:\"1000\";s:10:\"created_at\";s:19:\"2024-12-22 21:46:15\";s:10:\"updated_at\";s:19:\"2025-01-31 21:59:46\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"152\";s:3:\"key\";s:20:\"min_amount_to_pay_dm\";s:5:\"value\";s:4:\"1000\";s:10:\"created_at\";s:19:\"2024-12-22 21:46:15\";s:10:\"updated_at\";s:19:\"2025-01-31 21:59:46\";}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: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\";s:3:\"510\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"152\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-02-07 23:01:36\";s:10:\"updated_at\";s:19:\"2025-02-07 23:01:36\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"510\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"152\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-02-07 23:01:36\";s:10:\"updated_at\";s:19:\"2025-02-07 23:01:36\";}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: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:5:{s:2:\"id\";s:3:\"153\";s:3:\"key\";s:34:\"cash_in_hand_overflow_delivery_man\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";s:19:\"2024-12-22 21:46:15\";s:10:\"updated_at\";s:19:\"2025-01-31 22:00:16\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"153\";s:3:\"key\";s:34:\"cash_in_hand_overflow_delivery_man\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";s:19:\"2024-12-22 21:46:15\";s:10:\"updated_at\";s:19:\"2025-01-31 22:00:16\";}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: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\";s:3:\"511\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"153\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-02-07 23:01:36\";s:10:\"updated_at\";s:19:\"2025-02-07 23:01:36\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:3:\"511\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"153\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-02-07 23:01:36\";s:10:\"updated_at\";s:19:\"2025-02-07 23:01:36\";}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: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:5:{s:2:\"id\";s:3:\"155\";s:3:\"key\";s:12:\"bottom_image\";s:5:\"value\";s:28:\"2025-02-16-67b17d484f187.png\";s:10:\"created_at\";s:19:\"2025-02-07 21:56:48\";s:10:\"updated_at\";s:19:\"2025-02-16 16:53:12\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"155\";s:3:\"key\";s:12:\"bottom_image\";s:5:\"value\";s:28:\"2025-02-16-67b17d484f187.png\";s:10:\"created_at\";s:19:\"2025-02-07 21:56:48\";s:10:\"updated_at\";s:19:\"2025-02-16 16:53: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: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\";s:4:\"1251\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"155\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1251\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"155\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:58:04\";s:10:\"updated_at\";s:19:\"2025-08-08 11:58:04\";}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: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:5:{s:2:\"id\";s:3:\"156\";s:3:\"key\";s:27:\"cash_in_hand_overflow_store\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";s:19:\"2025-03-08 21:07:20\";s:10:\"updated_at\";s:19:\"2025-03-08 21:07:20\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"156\";s:3:\"key\";s:27:\"cash_in_hand_overflow_store\";s:5:\"value\";s:1:\"0\";s:10:\"created_at\";s:19:\"2025-03-08 21:07:20\";s:10:\"updated_at\";s:19:\"2025-03-08 21:07:20\";}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: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\";s:4:\"1265\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"156\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:43:14\";s:10:\"updated_at\";s:19:\"2025-08-08 11:43:14\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1265\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"156\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:43:14\";s:10:\"updated_at\";s:19:\"2025-08-08 11:43:14\";}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: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:5:{s:2:\"id\";s:3:\"157\";s:3:\"key\";s:34:\"cash_in_hand_overflow_store_amount\";s:5:\"value\";N;s:10:\"created_at\";s:19:\"2025-03-08 21:07:21\";s:10:\"updated_at\";s:19:\"2025-03-08 21:07:21\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"157\";s:3:\"key\";s:34:\"cash_in_hand_overflow_store_amount\";s:5:\"value\";N;s:10:\"created_at\";s:19:\"2025-03-08 21:07:21\";s:10:\"updated_at\";s:19:\"2025-03-08 21:07:21\";}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: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\";s:4:\"1266\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"157\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:43:14\";s:10:\"updated_at\";s:19:\"2025-08-08 11:43:14\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1266\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"157\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:43:14\";s:10:\"updated_at\";s:19:\"2025-08-08 11:43:14\";}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: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:5:{s:2:\"id\";s:3:\"158\";s:3:\"key\";s:23:\"min_amount_to_pay_store\";s:5:\"value\";N;s:10:\"created_at\";s:19:\"2025-03-08 21:07:21\";s:10:\"updated_at\";s:19:\"2025-03-08 21:07:21\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"158\";s:3:\"key\";s:23:\"min_amount_to_pay_store\";s:5:\"value\";N;s:10:\"created_at\";s:19:\"2025-03-08 21:07:21\";s:10:\"updated_at\";s:19:\"2025-03-08 21:07:21\";}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: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\";s:4:\"1267\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"158\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:43:14\";s:10:\"updated_at\";s:19:\"2025-08-08 11:43:14\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1267\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"158\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:43:14\";s:10:\"updated_at\";s:19:\"2025-08-08 11:43:14\";}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: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:5:{s:2:\"id\";s:3:\"159\";s:3:\"key\";s:18:\"store_review_reply\";s:5:\"value\";N;s:10:\"created_at\";s:19:\"2025-03-08 21:07:21\";s:10:\"updated_at\";s:19:\"2025-03-08 21:07:21\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"159\";s:3:\"key\";s:18:\"store_review_reply\";s:5:\"value\";N;s:10:\"created_at\";s:19:\"2025-03-08 21:07:21\";s:10:\"updated_at\";s:19:\"2025-03-08 21:07:21\";}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: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\";s:4:\"1268\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"159\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:43:14\";s:10:\"updated_at\";s:19:\"2025-08-08 11:43:14\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1268\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"159\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:43:14\";s:10:\"updated_at\";s:19:\"2025-08-08 11:43:14\";}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: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:5:{s:2:\"id\";s:3:\"160\";s:3:\"key\";s:16:\"product_approval\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";s:19:\"2025-03-08 21:07:21\";s:10:\"updated_at\";s:19:\"2025-03-08 21:07:21\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"160\";s:3:\"key\";s:16:\"product_approval\";s:5:\"value\";s:1:\"1\";s:10:\"created_at\";s:19:\"2025-03-08 21:07:21\";s:10:\"updated_at\";s:19:\"2025-03-08 21:07:21\";}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: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\";s:4:\"1271\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"160\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:43:14\";s:10:\"updated_at\";s:19:\"2025-08-08 11:43:14\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1271\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"160\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:43:14\";s:10:\"updated_at\";s:19:\"2025-08-08 11:43:14\";}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: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:5:{s:2:\"id\";s:3:\"161\";s:3:\"key\";s:22:\"product_approval_datas\";s:5:\"value\";s:122:\"{\"Update_product_price\":\"1\",\"Add_new_product\":\"1\",\"Update_product_variation\":\"1\",\"Update_anything_in_product_details\":\"1\"}\";s:10:\"created_at\";s:19:\"2025-03-08 21:07:21\";s:10:\"updated_at\";s:19:\"2025-03-08 21:07:21\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"161\";s:3:\"key\";s:22:\"product_approval_datas\";s:5:\"value\";s:122:\"{\"Update_product_price\":\"1\",\"Add_new_product\":\"1\",\"Update_product_variation\":\"1\",\"Update_anything_in_product_details\":\"1\"}\";s:10:\"created_at\";s:19:\"2025-03-08 21:07:21\";s:10:\"updated_at\";s:19:\"2025-03-08 21:07:21\";}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: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\";s:4:\"1272\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"161\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:43:14\";s:10:\"updated_at\";s:19:\"2025-08-08 11:43:14\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1272\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"161\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:43:14\";s:10:\"updated_at\";s:19:\"2025-08-08 11:43:14\";}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: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:5:{s:2:\"id\";s:3:\"162\";s:3:\"key\";s:19:\"access_all_products\";s:5:\"value\";N;s:10:\"created_at\";s:19:\"2025-03-08 21:07:21\";s:10:\"updated_at\";s:19:\"2025-03-08 21:07:21\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"162\";s:3:\"key\";s:19:\"access_all_products\";s:5:\"value\";N;s:10:\"created_at\";s:19:\"2025-03-08 21:07:21\";s:10:\"updated_at\";s:19:\"2025-03-08 21:07:21\";}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: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\";s:4:\"1273\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"162\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:43:14\";s:10:\"updated_at\";s:19:\"2025-08-08 11:43:14\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1273\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"162\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:43:14\";s:10:\"updated_at\";s:19:\"2025-08-08 11:43:14\";}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: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:5:{s:2:\"id\";s:3:\"163\";s:3:\"key\";s:15:\"product_gallery\";s:5:\"value\";N;s:10:\"created_at\";s:19:\"2025-03-08 21:07:21\";s:10:\"updated_at\";s:19:\"2025-03-08 21:07:21\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"163\";s:3:\"key\";s:15:\"product_gallery\";s:5:\"value\";N;s:10:\"created_at\";s:19:\"2025-03-08 21:07:21\";s:10:\"updated_at\";s:19:\"2025-03-08 21:07:21\";}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: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\";s:4:\"1274\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"163\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:43:14\";s:10:\"updated_at\";s:19:\"2025-08-08 11:43:14\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1274\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"163\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-08-08 11:43:14\";s:10:\"updated_at\";s:19:\"2025-08-08 11:43:14\";}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: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:5:{s:2:\"id\";s:3:\"164\";s:3:\"key\";s:38:\"push_notification_service_file_content\";s:5:\"value\";s:2393:\"{\r\n  \"type\": \"service_account\",\r\n  \"project_id\": \"homekart-a1a71\",\r\n  \"private_key_id\": \"a96718c74db458056d646228aa519688768a2d73\",\r\n  \"private_key\": \"-----BEGIN PRIVATE KEY-----\\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQCNr8ozjfnJZ1rS\\njGKlcLVfYNU852BR+2g0GbN5Q6mVTHdb1buXRX0xYRVhqPdsbXPCz0ZCwK14bHgZ\\ns1Nyc6lxyV7yWQf8XBVab+X1lhSR9cVqzS4GOWUC05QKBLyjMftYdURpPhCfN79R\\nMynwox1RSW8r0GOYdABECpc2liVTffKLROKD+UPJ8LjcIG15JXvSY1/RTeUZ8f/n\\noJwdrvMHB+ot60Gq6vaTpNbXuzGya+modbd+IjsTN2aZgDU++zhT4CKezl8ZGGJ5\\n4mmoH9MgGVp4AJ9bvQLhTO8m5EqRNTGakwYfOXww6Svrt8QvHbKi+uHRLuXJatIc\\nM3J19np3AgMBAAECggEAB0a+20pFngqZHHT/NUCGNVa+Eg75NbHz67EM3tkTDXV2\\n2m2DNm/oJQViWWNEXvokAXOER+ConVBHaV0kl50fAkFK3KamhVbz9cgHXEcP2WBw\\nz1z9fxkAJKwET0YSVfiMJZfSzUDVuQeI42eoQLvFFqvvHKXqvM/q75Oc/mhUPxGw\\n34t5dU+eslMHJCqRwrszqtgBt1yho+bU3Mkwrqbgr67kjfEaU6lRD2bV3pGabFlz\\nnNnXdIwzE2J2RYn57Ou6gL4gq/CCIy5WqwVch38tJhhFBfoTWz43j9xpjsQhZG3u\\n3EqS41Oh7sYBkTg+bBKeLMjwazbJckUoAMVbqjT+GQKBgQDE2wEJADNIvB+9yGqS\\nHLtl424rK/WkeiIp2xBNWd4dpTerav67xcjD3M8pju1ZwMB+PAaSGqeDxHEyu2sB\\nczLmdiEa14Kel068It2y7XqIiBGuoX2sg+qMBD4zvJH5NNfzp+tBE2NoFdQVh2C8\\nNrrJRXygdqMDD6t+dl1oEHXRNQKBgQC4QYRzm5MrqXXmHqj1DBH5r3783T/WGL1/\\nawDrkQOrBgNXRBqFLX7waM2EgnlWy0SJJBCAWs8l/AdDDfUyDe6l9IRUXjcIJ+WM\\n+95JL1jzr1Lpwlj2V9EIsbQ8qCIVE7M4jkVbYMiSCK4SxkWQZtnaoRQVEufR6VeB\\npUa0zxPeewKBgDtSF6TDt7CSaCpDi8HOALa6a0d9Lr/KwiLEzcvRafqbAASa8Hpb\\nJp3HG3JVjLbAPAGOSxiaCaLOfqIgEiXUtiD2thEloknyJJrTEuXJZGRiRJnQNlPX\\nSMW6vZfPmllzkCPvlRf+JLWH5mo6am8tOupOEzkzpvnULgSk3I7wbuCFAoGAHiXC\\nKTREUTmJ69wKYwXVjxfy3CbLQhmML+PvI5v3kK0MMOQYvr+h7G4Jamv6tIPPs+yt\\nsoKpMBrbiVIoU0dKS+cFG9TKhlAY1AeF6E2R7VU7aLn+2lemARkqV15fLTmq8k78\\n9CWSy6oV6UZ9rVHWxVnjsksEmSjnw3OqbP0Q0C8CgYBUO1+aqsm5lZhzjtHUgzDp\\ng8WpJK/xC+O84tg2x4LJ8ocF0Mz9pj4ko6RVHWH+OJnKcSbg94vfK2DdO8RbTzIL\\nF34FBs2/g0WqhSysvJ02+1HnELFrw/h0oyJKqoKEfuSTc0zUkZLRoOMxaust0xXp\\nw2z4WY04Hfvktna43vWLLA==\\n-----END PRIVATE KEY-----\\n\",\r\n  \"client_email\": \"firebase-adminsdk-fbsvc@homekart-a1a71.iam.gserviceaccount.com\",\r\n  \"client_id\": \"108594175053176028884\",\r\n  \"auth_uri\": \"https://accounts.google.com/o/oauth2/auth\",\r\n  \"token_uri\": \"https://oauth2.googleapis.com/token\",\r\n  \"auth_provider_x509_cert_url\": \"https://www.googleapis.com/oauth2/v1/certs\",\r\n  \"client_x509_cert_url\": \"https://www.googleapis.com/robot/v1/metadata/x509/firebase-adminsdk-fbsvc%40homekart-a1a71.iam.gserviceaccount.com\",\r\n  \"universe_domain\": \"googleapis.com\"\r\n}\";s:10:\"created_at\";s:19:\"2025-04-24 13:58:06\";s:10:\"updated_at\";s:19:\"2025-04-24 13:58:06\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"164\";s:3:\"key\";s:38:\"push_notification_service_file_content\";s:5:\"value\";s:2393:\"{\r\n  \"type\": \"service_account\",\r\n  \"project_id\": \"homekart-a1a71\",\r\n  \"private_key_id\": \"a96718c74db458056d646228aa519688768a2d73\",\r\n  \"private_key\": \"-----BEGIN PRIVATE KEY-----\\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQCNr8ozjfnJZ1rS\\njGKlcLVfYNU852BR+2g0GbN5Q6mVTHdb1buXRX0xYRVhqPdsbXPCz0ZCwK14bHgZ\\ns1Nyc6lxyV7yWQf8XBVab+X1lhSR9cVqzS4GOWUC05QKBLyjMftYdURpPhCfN79R\\nMynwox1RSW8r0GOYdABECpc2liVTffKLROKD+UPJ8LjcIG15JXvSY1/RTeUZ8f/n\\noJwdrvMHB+ot60Gq6vaTpNbXuzGya+modbd+IjsTN2aZgDU++zhT4CKezl8ZGGJ5\\n4mmoH9MgGVp4AJ9bvQLhTO8m5EqRNTGakwYfOXww6Svrt8QvHbKi+uHRLuXJatIc\\nM3J19np3AgMBAAECggEAB0a+20pFngqZHHT/NUCGNVa+Eg75NbHz67EM3tkTDXV2\\n2m2DNm/oJQViWWNEXvokAXOER+ConVBHaV0kl50fAkFK3KamhVbz9cgHXEcP2WBw\\nz1z9fxkAJKwET0YSVfiMJZfSzUDVuQeI42eoQLvFFqvvHKXqvM/q75Oc/mhUPxGw\\n34t5dU+eslMHJCqRwrszqtgBt1yho+bU3Mkwrqbgr67kjfEaU6lRD2bV3pGabFlz\\nnNnXdIwzE2J2RYn57Ou6gL4gq/CCIy5WqwVch38tJhhFBfoTWz43j9xpjsQhZG3u\\n3EqS41Oh7sYBkTg+bBKeLMjwazbJckUoAMVbqjT+GQKBgQDE2wEJADNIvB+9yGqS\\nHLtl424rK/WkeiIp2xBNWd4dpTerav67xcjD3M8pju1ZwMB+PAaSGqeDxHEyu2sB\\nczLmdiEa14Kel068It2y7XqIiBGuoX2sg+qMBD4zvJH5NNfzp+tBE2NoFdQVh2C8\\nNrrJRXygdqMDD6t+dl1oEHXRNQKBgQC4QYRzm5MrqXXmHqj1DBH5r3783T/WGL1/\\nawDrkQOrBgNXRBqFLX7waM2EgnlWy0SJJBCAWs8l/AdDDfUyDe6l9IRUXjcIJ+WM\\n+95JL1jzr1Lpwlj2V9EIsbQ8qCIVE7M4jkVbYMiSCK4SxkWQZtnaoRQVEufR6VeB\\npUa0zxPeewKBgDtSF6TDt7CSaCpDi8HOALa6a0d9Lr/KwiLEzcvRafqbAASa8Hpb\\nJp3HG3JVjLbAPAGOSxiaCaLOfqIgEiXUtiD2thEloknyJJrTEuXJZGRiRJnQNlPX\\nSMW6vZfPmllzkCPvlRf+JLWH5mo6am8tOupOEzkzpvnULgSk3I7wbuCFAoGAHiXC\\nKTREUTmJ69wKYwXVjxfy3CbLQhmML+PvI5v3kK0MMOQYvr+h7G4Jamv6tIPPs+yt\\nsoKpMBrbiVIoU0dKS+cFG9TKhlAY1AeF6E2R7VU7aLn+2lemARkqV15fLTmq8k78\\n9CWSy6oV6UZ9rVHWxVnjsksEmSjnw3OqbP0Q0C8CgYBUO1+aqsm5lZhzjtHUgzDp\\ng8WpJK/xC+O84tg2x4LJ8ocF0Mz9pj4ko6RVHWH+OJnKcSbg94vfK2DdO8RbTzIL\\nF34FBs2/g0WqhSysvJ02+1HnELFrw/h0oyJKqoKEfuSTc0zUkZLRoOMxaust0xXp\\nw2z4WY04Hfvktna43vWLLA==\\n-----END PRIVATE KEY-----\\n\",\r\n  \"client_email\": \"firebase-adminsdk-fbsvc@homekart-a1a71.iam.gserviceaccount.com\",\r\n  \"client_id\": \"108594175053176028884\",\r\n  \"auth_uri\": \"https://accounts.google.com/o/oauth2/auth\",\r\n  \"token_uri\": \"https://oauth2.googleapis.com/token\",\r\n  \"auth_provider_x509_cert_url\": \"https://www.googleapis.com/oauth2/v1/certs\",\r\n  \"client_x509_cert_url\": \"https://www.googleapis.com/robot/v1/metadata/x509/firebase-adminsdk-fbsvc%40homekart-a1a71.iam.gserviceaccount.com\",\r\n  \"universe_domain\": \"googleapis.com\"\r\n}\";s:10:\"created_at\";s:19:\"2025-04-24 13:58:06\";s:10:\"updated_at\";s:19:\"2025-04-24 13:58:06\";}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: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\";s:4:\"1275\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"164\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-04-24 13:58:06\";s:10:\"updated_at\";s:19:\"2025-04-24 13:58:06\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1275\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"164\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-04-24 13:58:06\";s:10:\"updated_at\";s:19:\"2025-04-24 13:58:06\";}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: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:5:{s:2:\"id\";s:3:\"165\";s:3:\"key\";s:15:\"fcm_credentials\";s:5:\"value\";s:298:\"{\"apiKey\":\"AIzaSyBnKS1m69QP0o7BPeL5flNA4_GAtgZDYc8\",\"authDomain\":\"homekart-a1a71.firebaseapp.com\",\"projectId\":\"homekart-a1a71\",\"storageBucket\":\"homekart-a1a71.firebasestorage.app\",\"messagingSenderId\":\"380696368807\",\"appId\":\"1:380696368807:web:36bae35cb55f9632452d82\",\"measurementId\":\"G-9S2F6HPRZ8\"}\";s:10:\"created_at\";s:19:\"2025-04-24 13:58:06\";s:10:\"updated_at\";s:19:\"2025-04-24 13:58:06\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";s:3:\"165\";s:3:\"key\";s:15:\"fcm_credentials\";s:5:\"value\";s:298:\"{\"apiKey\":\"AIzaSyBnKS1m69QP0o7BPeL5flNA4_GAtgZDYc8\",\"authDomain\":\"homekart-a1a71.firebaseapp.com\",\"projectId\":\"homekart-a1a71\",\"storageBucket\":\"homekart-a1a71.firebasestorage.app\",\"messagingSenderId\":\"380696368807\",\"appId\":\"1:380696368807:web:36bae35cb55f9632452d82\",\"measurementId\":\"G-9S2F6HPRZ8\"}\";s:10:\"created_at\";s:19:\"2025-04-24 13:58:06\";s:10:\"updated_at\";s:19:\"2025-04-24 13:58:06\";}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: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\";s:4:\"1277\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"165\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-04-24 13:58:06\";s:10:\"updated_at\";s:19:\"2025-04-24 13:58:06\";}s:11:\"\0*\0original\";a:7:{s:2:\"id\";s:4:\"1277\";s:9:\"data_type\";s:26:\"App\\Models\\BusinessSetting\";s:7:\"data_id\";s:3:\"165\";s:3:\"key\";N;s:5:\"value\";s:6:\"public\";s:10:\"created_at\";s:19:\"2025-04-24 13:58:06\";s:10:\"updated_at\";s:19:\"2025-04-24 13:58:06\";}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: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;}', 2086178663);
INSERT INTO `cache` (`key`, `value`, `expiration`) VALUES
('6ammart1735959278_cachec0495f295e34ded9a7e549235f2caaa2', 'i:3;', 1746245360),
('6ammart1735959278_cachec0495f295e34ded9a7e549235f2caaa2:timer', 'i:1746245360;', 1746245360),
('6ammart1735959278_cachec05ad13c64e87e63257527c0a9924b3a', 'i:17;', 1757300488),
('6ammart1735959278_cachec05ad13c64e87e63257527c0a9924b3a:timer', 'i:1757300488;', 1757300488),
('6ammart1735959278_cachec088cf9dc65e3e61f682e46dc8c71058', 'i:3;', 1747720635),
('6ammart1735959278_cachec088cf9dc65e3e61f682e46dc8c71058:timer', 'i:1747720635;', 1747720635),
('6ammart1735959278_cachec09f27a8a961e9889ebd8102e81c1294', 'i:17;', 1748175511),
('6ammart1735959278_cachec09f27a8a961e9889ebd8102e81c1294:timer', 'i:1748175511;', 1748175511),
('6ammart1735959278_cachec0c62dcd398b0b3bd2bc92b597fe2e6b', 'i:15;', 1758092742),
('6ammart1735959278_cachec0c62dcd398b0b3bd2bc92b597fe2e6b:timer', 'i:1758092742;', 1758092742),
('6ammart1735959278_cachec0e64daddec257b12fc87fe22f0f0dba', 'i:2;', 1740044061),
('6ammart1735959278_cachec0e64daddec257b12fc87fe22f0f0dba:timer', 'i:1740044061;', 1740044061),
('6ammart1735959278_cachec0f794c7a1ceb4325368b80a03511130', 'i:7;', 1741252757),
('6ammart1735959278_cachec0f794c7a1ceb4325368b80a03511130:timer', 'i:1741252757;', 1741252757),
('6ammart1735959278_cachec142f711ddde696e1316345429738154', 'i:27;', 1760156807),
('6ammart1735959278_cachec142f711ddde696e1316345429738154:timer', 'i:1760156807;', 1760156807),
('6ammart1735959278_cachec14a0cba45194a38524f637be9b476e2', 'i:1;', 1760230581),
('6ammart1735959278_cachec14a0cba45194a38524f637be9b476e2:timer', 'i:1760230581;', 1760230581),
('6ammart1735959278_cachec160f5dbf1dc5b6446fd590679005050', 'i:4;', 1739941522),
('6ammart1735959278_cachec160f5dbf1dc5b6446fd590679005050:timer', 'i:1739941522;', 1739941522),
('6ammart1735959278_cachec18194a8d75b4394d39fc86f87f23ece', 'i:48;', 1740636339),
('6ammart1735959278_cachec18194a8d75b4394d39fc86f87f23ece:timer', 'i:1740636339;', 1740636339),
('6ammart1735959278_cachec1ac62dd720cad0c608a911a81d78443', 'i:3;', 1753438177),
('6ammart1735959278_cachec1ac62dd720cad0c608a911a81d78443:timer', 'i:1753438177;', 1753438177),
('6ammart1735959278_cachec1af20039bafaff6d8a1015c3f0ec4fb', 'i:6;', 1745643846),
('6ammart1735959278_cachec1af20039bafaff6d8a1015c3f0ec4fb:timer', 'i:1745643846;', 1745643846),
('6ammart1735959278_cachec1e178f8cbd53333bc49e3e46de9a8e4', 'i:6;', 1740195060),
('6ammart1735959278_cachec1e178f8cbd53333bc49e3e46de9a8e4:timer', 'i:1740195060;', 1740195060),
('6ammart1735959278_cachec28e0d34a1949c2e987a000ecd7b9919', 'i:2;', 1741525553),
('6ammart1735959278_cachec28e0d34a1949c2e987a000ecd7b9919:timer', 'i:1741525553;', 1741525553),
('6ammart1735959278_cachec297ac24804853753191cb16d2c96d31', 'i:2;', 1760876006),
('6ammart1735959278_cachec297ac24804853753191cb16d2c96d31:timer', 'i:1760876006;', 1760876006),
('6ammart1735959278_cachec2ab5056127a6f32321868617b624675', 'i:2;', 1746260983),
('6ammart1735959278_cachec2ab5056127a6f32321868617b624675:timer', 'i:1746260983;', 1746260983),
('6ammart1735959278_cachec2c8b73c0d4aa11be3d857b71006daff', 'i:1;', 1754309353),
('6ammart1735959278_cachec2c8b73c0d4aa11be3d857b71006daff:timer', 'i:1754309353;', 1754309353),
('6ammart1735959278_cachec31d122ff71383764768ddff7c9d59b0', 'i:33;', 1747743684),
('6ammart1735959278_cachec31d122ff71383764768ddff7c9d59b0:timer', 'i:1747743684;', 1747743684),
('6ammart1735959278_cachec36373d7f9198db5eb3273e3da6e6979', 'i:16;', 1752064320),
('6ammart1735959278_cachec36373d7f9198db5eb3273e3da6e6979:timer', 'i:1752064320;', 1752064320),
('6ammart1735959278_cachec36ae42c4db8be491698998131809248', 'i:4;', 1749007258),
('6ammart1735959278_cachec36ae42c4db8be491698998131809248:timer', 'i:1749007258;', 1749007258),
('6ammart1735959278_cachec3be3726188ec2d09494b013c1e02ff6', 'i:1;', 1746260963),
('6ammart1735959278_cachec3be3726188ec2d09494b013c1e02ff6:timer', 'i:1746260963;', 1746260963),
('6ammart1735959278_cachec3cad11e2d95e8cb14b0f1712e14e4da', 'i:2;', 1750734202),
('6ammart1735959278_cachec3cad11e2d95e8cb14b0f1712e14e4da:timer', 'i:1750734202;', 1750734202),
('6ammart1735959278_cachec42776b3651af044c676627a3f4f51a9', 'i:28;', 1753373292),
('6ammart1735959278_cachec42776b3651af044c676627a3f4f51a9:timer', 'i:1753373292;', 1753373292),
('6ammart1735959278_cachec4551416f6e7025f27a7e4efb932075a', 'i:3;', 1758527071),
('6ammart1735959278_cachec4551416f6e7025f27a7e4efb932075a:timer', 'i:1758527071;', 1758527071),
('6ammart1735959278_cachec482e9452742a6fdbc8c93d97dd15b4b', 'i:1;', 1750861574),
('6ammart1735959278_cachec482e9452742a6fdbc8c93d97dd15b4b:timer', 'i:1750861574;', 1750861574),
('6ammart1735959278_cachec5195330125a7e2e262923fc25b51470', 'i:5;', 1740726409),
('6ammart1735959278_cachec5195330125a7e2e262923fc25b51470:timer', 'i:1740726409;', 1740726409),
('6ammart1735959278_cachec58a5c0a127c1a817ea807dcaf800858', 'i:2;', 1760096760),
('6ammart1735959278_cachec58a5c0a127c1a817ea807dcaf800858:timer', 'i:1760096760;', 1760096760),
('6ammart1735959278_cachec5b195e5e513383153118ff2462b21db', 'i:1;', 1746261005),
('6ammart1735959278_cachec5b195e5e513383153118ff2462b21db:timer', 'i:1746261005;', 1746261005),
('6ammart1735959278_cachec5b6f557829b1699766b7a3dd4a1e594', 'i:10;', 1761655011),
('6ammart1735959278_cachec5b6f557829b1699766b7a3dd4a1e594:timer', 'i:1761655011;', 1761655011),
('6ammart1735959278_cachec61abf4537c62e2b3d6461ffdab0d88e', 'i:1;', 1741420864),
('6ammart1735959278_cachec61abf4537c62e2b3d6461ffdab0d88e:timer', 'i:1741420864;', 1741420864),
('6ammart1735959278_cachec642a0f2ee28009a2551adcbe711ae78', 'i:14;', 1753687448),
('6ammart1735959278_cachec642a0f2ee28009a2551adcbe711ae78:timer', 'i:1753687448;', 1753687448),
('6ammart1735959278_cachec64973d5965466d8d27ab78f683c80a9', 'i:7;', 1761668704),
('6ammart1735959278_cachec64973d5965466d8d27ab78f683c80a9:timer', 'i:1761668704;', 1761668704),
('6ammart1735959278_cachec6a97360b91352e8fe82714c1ac31dc9', 'i:17;', 1754633704),
('6ammart1735959278_cachec6a97360b91352e8fe82714c1ac31dc9:timer', 'i:1754633704;', 1754633704),
('6ammart1735959278_cachec6d89842d7285c36a8ba6d356fb3ae7f', 'i:6;', 1746090279),
('6ammart1735959278_cachec6d89842d7285c36a8ba6d356fb3ae7f:timer', 'i:1746090279;', 1746090279),
('6ammart1735959278_cachec6ef650726689365415926dd7e8223e8', 'i:1;', 1746087542),
('6ammart1735959278_cachec6ef650726689365415926dd7e8223e8:timer', 'i:1746087542;', 1746087542),
('6ammart1735959278_cachec711d14c25a923130b5dd55e41840119', 'i:5;', 1758822932),
('6ammart1735959278_cachec711d14c25a923130b5dd55e41840119:timer', 'i:1758822932;', 1758822932),
('6ammart1735959278_cachec724c78c4746f59822aeb95d79e079c5', 'i:8;', 1761470726),
('6ammart1735959278_cachec724c78c4746f59822aeb95d79e079c5:timer', 'i:1761470726;', 1761470726),
('6ammart1735959278_cachec739c99569bede532c5177490577b2cb', 'i:4;', 1754980358),
('6ammart1735959278_cachec739c99569bede532c5177490577b2cb:timer', 'i:1754980358;', 1754980358),
('6ammart1735959278_cachec7696d3744ae9f5411205b56a3428a10', 'i:15;', 1745730952),
('6ammart1735959278_cachec7696d3744ae9f5411205b56a3428a10:timer', 'i:1745730952;', 1745730952),
('6ammart1735959278_cachec76dfedb23d1fa4e068de9222186d922', 'i:1;', 1761491988),
('6ammart1735959278_cachec76dfedb23d1fa4e068de9222186d922:timer', 'i:1761491988;', 1761491988),
('6ammart1735959278_cachec78f27b8203da07630dc7f9fbd507f21', 'i:11;', 1761118551),
('6ammart1735959278_cachec78f27b8203da07630dc7f9fbd507f21:timer', 'i:1761118551;', 1761118551),
('6ammart1735959278_cachec796fcf0a89184d6a78882520fc4709e', 'i:2;', 1755248666),
('6ammart1735959278_cachec796fcf0a89184d6a78882520fc4709e:timer', 'i:1755248666;', 1755248666),
('6ammart1735959278_cachec7a2176998da21443e4439ba929822b0', 'i:32;', 1753012331),
('6ammart1735959278_cachec7a2176998da21443e4439ba929822b0:timer', 'i:1753012331;', 1753012331),
('6ammart1735959278_cachec7b34b6c5ab39defa954f4dd1bdfcfc3', 'i:8;', 1755138665),
('6ammart1735959278_cachec7b34b6c5ab39defa954f4dd1bdfcfc3:timer', 'i:1755138665;', 1755138665),
('6ammart1735959278_cachec8082a805405a1560dd22372fcc1a4ad', 'i:5;', 1739797012),
('6ammart1735959278_cachec8082a805405a1560dd22372fcc1a4ad:timer', 'i:1739797012;', 1739797012),
('6ammart1735959278_cachec8cc96aee392ee36addf39e583c1f286', 'i:25;', 1761491961),
('6ammart1735959278_cachec8cc96aee392ee36addf39e583c1f286:timer', 'i:1761491961;', 1761491961),
('6ammart1735959278_cachec91a75584552b3c9466eedfbddf925e9', 'i:5;', 1755078256),
('6ammart1735959278_cachec91a75584552b3c9466eedfbddf925e9:timer', 'i:1755078256;', 1755078256),
('6ammart1735959278_cachec91dcb309fb3e026bd4f26b295d7dcb7', 'i:1;', 1751699356),
('6ammart1735959278_cachec91dcb309fb3e026bd4f26b295d7dcb7:timer', 'i:1751699356;', 1751699356),
('6ammart1735959278_cachec91fa8e5f96b22c9b681ee853d7d2160', 'i:1;', 1748661616),
('6ammart1735959278_cachec91fa8e5f96b22c9b681ee853d7d2160:timer', 'i:1748661616;', 1748661616),
('6ammart1735959278_cachec9777992488f4ec9bae5535cf5db6508', 'i:15;', 1740821193),
('6ammart1735959278_cachec9777992488f4ec9bae5535cf5db6508:timer', 'i:1740821193;', 1740821193),
('6ammart1735959278_cachec978e7bc82fd60121f25fd2a103d0d78', 'i:2;', 1761633730),
('6ammart1735959278_cachec978e7bc82fd60121f25fd2a103d0d78:timer', 'i:1761633730;', 1761633730),
('6ammart1735959278_cachec9a046b92eb4e3c6395f3dc239aa41e2', 'i:1;', 1751889632),
('6ammart1735959278_cachec9a046b92eb4e3c6395f3dc239aa41e2:timer', 'i:1751889632;', 1751889632),
('6ammart1735959278_cachec9c5c19994d579ad31188aad86dc5e36', 'i:14;', 1751981066),
('6ammart1735959278_cachec9c5c19994d579ad31188aad86dc5e36:timer', 'i:1751981066;', 1751981066),
('6ammart1735959278_cachec9f9038b0d7c6176dee22e31a712fda7', 'i:1;', 1739941538),
('6ammart1735959278_cachec9f9038b0d7c6176dee22e31a712fda7:timer', 'i:1739941538;', 1739941538),
('6ammart1735959278_cacheca1742c7e7961be70b4e7c4198b66203', 'i:12;', 1757742608),
('6ammart1735959278_cacheca1742c7e7961be70b4e7c4198b66203:timer', 'i:1757742608;', 1757742608),
('6ammart1735959278_cacheca2fe2b0f6b58d2c502ad7e86daf31a1', 'i:5;', 1740204548),
('6ammart1735959278_cacheca2fe2b0f6b58d2c502ad7e86daf31a1:timer', 'i:1740204548;', 1740204548),
('6ammart1735959278_cacheca538ded0c6f0240f1ed953aa662be5f', 'i:9;', 1761293367),
('6ammart1735959278_cacheca538ded0c6f0240f1ed953aa662be5f:timer', 'i:1761293367;', 1761293367),
('6ammart1735959278_cacheca78b0f6dd2d93b2318532f4ca4b9591', 'i:23;', 1747835213),
('6ammart1735959278_cacheca78b0f6dd2d93b2318532f4ca4b9591:timer', 'i:1747835213;', 1747835213),
('6ammart1735959278_cacheca987a50ae6eb3af2699ef4339f6b5d6', 'i:5;', 1756539256),
('6ammart1735959278_cacheca987a50ae6eb3af2699ef4339f6b5d6:timer', 'i:1756539256;', 1756539256),
('6ammart1735959278_cachecab995e2c0b510de88df0e2f5f116573', 'i:4;', 1761818249),
('6ammart1735959278_cachecab995e2c0b510de88df0e2f5f116573:timer', 'i:1761818249;', 1761818249),
('6ammart1735959278_cachecabc556fb2888ad3f5a8858d07dbd8d2', 'i:1;', 1755247596),
('6ammart1735959278_cachecabc556fb2888ad3f5a8858d07dbd8d2:timer', 'i:1755247596;', 1755247596),
('6ammart1735959278_cachecabfaafc1604e938325a49c57798d1e6', 'i:5;', 1760486700),
('6ammart1735959278_cachecabfaafc1604e938325a49c57798d1e6:timer', 'i:1760486700;', 1760486700),
('6ammart1735959278_cachecampaigns_363dfb4519db514274e835748f922071', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1752333435),
('6ammart1735959278_cachecampaigns_41b8715e23b025351b6afae160ae0729', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1753364676),
('6ammart1735959278_cachecampaigns_448c35022cf1676a3d09c74c1630c8ee', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1761567983),
('6ammart1735959278_cachecampaigns_458a9767abdfd6473634ba1d770da54c', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1761497459),
('6ammart1735959278_cachecampaigns_64d5be2340ba88ee4b00ccbe9e0a4485', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1753505708),
('6ammart1735959278_cachecampaigns_854201a27cd99a9210489a722f2460e6', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1761497485),
('6ammart1735959278_cachecampaigns_99e8c2d10a7e392795ec2cd3d4c1e7b8', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1753374458),
('6ammart1735959278_cachecampaigns_ba377ed94eee9bb93aa38cd8f25a4042', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1752649042),
('6ammart1735959278_cachecampaigns_d05bdf586a4ad7bfdd70b9803245afe0', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1751700624),
('6ammart1735959278_cachecampaigns_ed5ba35893572fdbfface55d8703f308', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1752947555),
('6ammart1735959278_cachecb264dd9738978e980b6fa71fa68c076', 'i:2;', 1741503379),
('6ammart1735959278_cachecb264dd9738978e980b6fa71fa68c076:timer', 'i:1741503379;', 1741503379),
('6ammart1735959278_cachecb5ca39aedade70529a677ff54f0b2ea', 'i:1;', 1759674056),
('6ammart1735959278_cachecb5ca39aedade70529a677ff54f0b2ea:timer', 'i:1759674056;', 1759674056),
('6ammart1735959278_cachecb6eb3725a80bb54be18539787af94f3', 'i:1;', 1740046178),
('6ammart1735959278_cachecb6eb3725a80bb54be18539787af94f3:timer', 'i:1740046178;', 1740046178),
('6ammart1735959278_cachecbb79062af662dad74c3446a8bc5c724', 'i:1;', 1757137215),
('6ammart1735959278_cachecbb79062af662dad74c3446a8bc5c724:timer', 'i:1757137215;', 1757137215),
('6ammart1735959278_cachecbc1242cfd8e4a15b458c728ed069f4f', 'i:9;', 1739794326),
('6ammart1735959278_cachecbc1242cfd8e4a15b458c728ed069f4f:timer', 'i:1739794326;', 1739794326),
('6ammart1735959278_cachecbdef96224693829bb9a5e6fec1f2d7d', 'i:1;', 1748269775),
('6ammart1735959278_cachecbdef96224693829bb9a5e6fec1f2d7d:timer', 'i:1748269775;', 1748269775),
('6ammart1735959278_cachecbdf70ceb223a852efe917c74b9c417d', 'i:1;', 1761797937),
('6ammart1735959278_cachecbdf70ceb223a852efe917c74b9c417d:timer', 'i:1761797937;', 1761797937),
('6ammart1735959278_cachecbefc737dfdfd2ccf58beb7ab3fbc025', 'i:1;', 1760036179),
('6ammart1735959278_cachecbefc737dfdfd2ccf58beb7ab3fbc025:timer', 'i:1760036179;', 1760036179),
('6ammart1735959278_cachecbf9dc5b1df186490f11f8228670a52a', 'i:1;', 1755050106),
('6ammart1735959278_cachecbf9dc5b1df186490f11f8228670a52a:timer', 'i:1755050106;', 1755050106),
('6ammart1735959278_cachecc085d7ac4a71e5e69e3ecaaecef24bb', 'i:4;', 1754067788),
('6ammart1735959278_cachecc085d7ac4a71e5e69e3ecaaecef24bb:timer', 'i:1754067788;', 1754067788),
('6ammart1735959278_cacheccc54f68ef9094fe72c05035fbe0704a', 'i:33;', 1756055010),
('6ammart1735959278_cacheccc54f68ef9094fe72c05035fbe0704a:timer', 'i:1756055010;', 1756055010),
('6ammart1735959278_cacheccd7d594f38088ea10126469bebaa63b', 'i:13;', 1755661539),
('6ammart1735959278_cacheccd7d594f38088ea10126469bebaa63b:timer', 'i:1755661539;', 1755661539),
('6ammart1735959278_cacheccf58a1b98b5d04e37db70c0633bb579', 'i:13;', 1754286309),
('6ammart1735959278_cacheccf58a1b98b5d04e37db70c0633bb579:timer', 'i:1754286309;', 1754286309),
('6ammart1735959278_cachecd2ee61d9343c137caaadf15d357c754', 'i:1;', 1746260705),
('6ammart1735959278_cachecd2ee61d9343c137caaadf15d357c754:timer', 'i:1746260705;', 1746260705),
('6ammart1735959278_cachecd3f49687eea908ded02e50f688606f9', 'i:2;', 1761994798),
('6ammart1735959278_cachecd3f49687eea908ded02e50f688606f9:timer', 'i:1761994798;', 1761994798),
('6ammart1735959278_cachecd58a35a7adacc45b220d4750308641d', 'i:39;', 1761566818),
('6ammart1735959278_cachecd58a35a7adacc45b220d4750308641d:timer', 'i:1761566818;', 1761566818),
('6ammart1735959278_cachecd5f89216d64981cffc66404ce6716c1', 'i:1;', 1760924480),
('6ammart1735959278_cachecd5f89216d64981cffc66404ce6716c1:timer', 'i:1760924480;', 1760924480),
('6ammart1735959278_cachecd610ceb4e910524868b400aefb0221f', 'i:1;', 1760352423),
('6ammart1735959278_cachecd610ceb4e910524868b400aefb0221f:timer', 'i:1760352423;', 1760352423),
('6ammart1735959278_cachecd612b8888f6f4accde90572bb2645e1', 'i:8;', 1759996158),
('6ammart1735959278_cachecd612b8888f6f4accde90572bb2645e1:timer', 'i:1759996158;', 1759996158),
('6ammart1735959278_cachecd6cd66b9bba5d3ba52bc9da555bddf0', 'i:13;', 1755592071),
('6ammart1735959278_cachecd6cd66b9bba5d3ba52bc9da555bddf0:timer', 'i:1755592071;', 1755592071),
('6ammart1735959278_cachecdf195e477f0205be2a9a68ac1b25b1e', 'i:7;', 1741510418),
('6ammart1735959278_cachecdf195e477f0205be2a9a68ac1b25b1e:timer', 'i:1741510418;', 1741510418),
('6ammart1735959278_cachece04dd68d84a70c71f3b9212ac8515a0', 'i:12;', 1746091277),
('6ammart1735959278_cachece04dd68d84a70c71f3b9212ac8515a0:timer', 'i:1746091277;', 1746091277),
('6ammart1735959278_cachece5169f0abc57f1f11820419d7b98a4a', 'i:6;', 1746802584),
('6ammart1735959278_cachece5169f0abc57f1f11820419d7b98a4a:timer', 'i:1746802584;', 1746802584),
('6ammart1735959278_cachece67ee1047b81bef5e7a9a1d92d48850', 'i:2;', 1739793963),
('6ammart1735959278_cachece67ee1047b81bef5e7a9a1d92d48850:timer', 'i:1739793963;', 1739793963),
('6ammart1735959278_cachecebfea582a2d68aebacc1b4645fe8c96', 'i:5;', 1746114866),
('6ammart1735959278_cachecebfea582a2d68aebacc1b4645fe8c96:timer', 'i:1746114866;', 1746114866),
('6ammart1735959278_cachecedbd4c31923aef84f186403e344a244', 'i:5;', 1739791876),
('6ammart1735959278_cachecedbd4c31923aef84f186403e344a244:timer', 'i:1739791876;', 1739791876),
('6ammart1735959278_cachecee8ff858baf3fbe152f0c2fe12a71ee', 'i:1;', 1746260932),
('6ammart1735959278_cachecee8ff858baf3fbe152f0c2fe12a71ee:timer', 'i:1746260932;', 1746260932),
('6ammart1735959278_cachecef88588d351fc4504c6c17049a5873f', 'i:1;', 1751290914),
('6ammart1735959278_cachecef88588d351fc4504c6c17049a5873f:timer', 'i:1751290914;', 1751290914),
('6ammart1735959278_cachecf05178033ccd480faedbb811215e9d8', 'i:4;', 1761659690),
('6ammart1735959278_cachecf05178033ccd480faedbb811215e9d8:timer', 'i:1761659690;', 1761659690),
('6ammart1735959278_cachecf1e80ed099995b60aa066c24d092c46', 'i:10;', 1747921049),
('6ammart1735959278_cachecf1e80ed099995b60aa066c24d092c46:timer', 'i:1747921049;', 1747921049),
('6ammart1735959278_cachecf3034aafd6ae516103ce1ba75e7db7f', 'i:2;', 1739946591),
('6ammart1735959278_cachecf3034aafd6ae516103ce1ba75e7db7f:timer', 'i:1739946591;', 1739946591),
('6ammart1735959278_cachecf8b35555c43b48243b119bb791a0f18', 'i:2;', 1740038814),
('6ammart1735959278_cachecf8b35555c43b48243b119bb791a0f18:timer', 'i:1740038814;', 1740038814),
('6ammart1735959278_cachecf8eea3cabd0104433e7fa771cd070fe', 'i:6;', 1749368081),
('6ammart1735959278_cachecf8eea3cabd0104433e7fa771cd070fe:timer', 'i:1749368081;', 1749368081),
('6ammart1735959278_cachecf9a1dffa3a2de61e0063cfe5865c992', 'i:18;', 1739858631),
('6ammart1735959278_cachecf9a1dffa3a2de61e0063cfe5865c992:timer', 'i:1739858631;', 1739858631),
('6ammart1735959278_cachecf9b0ecc9b78f810aa625409edad8f9e', 'i:1;', 1746245273),
('6ammart1735959278_cachecf9b0ecc9b78f810aa625409edad8f9e:timer', 'i:1746245273;', 1746245273),
('6ammart1735959278_cachecfc9daf5ad2ef42111e750d0bbee32c8', 'i:14;', 1753885407),
('6ammart1735959278_cachecfc9daf5ad2ef42111e750d0bbee32c8:timer', 'i:1753885407;', 1753885407),
('6ammart1735959278_cachecfdf762b7b9ad783a0d36ee05062d619', 'i:11;', 1745827039),
('6ammart1735959278_cachecfdf762b7b9ad783a0d36ee05062d619:timer', 'i:1745827039;', 1745827039),
('6ammart1735959278_cachecff7a5a4eb29d72619040c91a7f18678', 'i:7;', 1758270590),
('6ammart1735959278_cachecff7a5a4eb29d72619040c91a7f18678:timer', 'i:1758270590;', 1758270590),
('6ammart1735959278_cachecff8b0ce76fbf62423cdf9255365c6b8', 'i:4;', 1746880478),
('6ammart1735959278_cachecff8b0ce76fbf62423cdf9255365c6b8:timer', 'i:1746880478;', 1746880478),
('6ammart1735959278_cached019fb0ebbef1f77d0da0c85bfddc948', 'i:7;', 1760100659),
('6ammart1735959278_cached019fb0ebbef1f77d0da0c85bfddc948:timer', 'i:1760100659;', 1760100659),
('6ammart1735959278_cached07b9d9e291aa644ffd589885212e66b', 'i:8;', 1746100869),
('6ammart1735959278_cached07b9d9e291aa644ffd589885212e66b:timer', 'i:1746100869;', 1746100869),
('6ammart1735959278_cached085a70ee08b85dff4f888b5da07d741', 'i:8;', 1746122585),
('6ammart1735959278_cached085a70ee08b85dff4f888b5da07d741:timer', 'i:1746122585;', 1746122585),
('6ammart1735959278_cached0ab8cda20cd13727a0d0ca02cc14ee2', 'i:1;', 1762101441),
('6ammart1735959278_cached0ab8cda20cd13727a0d0ca02cc14ee2:timer', 'i:1762101441;', 1762101441),
('6ammart1735959278_cached0e374c06774f9a2f6c523ed44156105', 'i:1;', 1756823847),
('6ammart1735959278_cached0e374c06774f9a2f6c523ed44156105:timer', 'i:1756823847;', 1756823847),
('6ammart1735959278_cached0ef5cdb7c06724c51588ab37161db5a', 'i:4;', 1758822880),
('6ammart1735959278_cached0ef5cdb7c06724c51588ab37161db5a:timer', 'i:1758822880;', 1758822880),
('6ammart1735959278_cached1575e3014711faf4397517ac75f3d4a', 'i:2;', 1759996264),
('6ammart1735959278_cached1575e3014711faf4397517ac75f3d4a:timer', 'i:1759996264;', 1759996264),
('6ammart1735959278_cached1a9f25b525949280b5931f8af7c7b1d', 'i:7;', 1758525574),
('6ammart1735959278_cached1a9f25b525949280b5931f8af7c7b1d:timer', 'i:1758525574;', 1758525574),
('6ammart1735959278_cached1c572804526826e36b2fe6e326d7b39', 'i:8;', 1748768133),
('6ammart1735959278_cached1c572804526826e36b2fe6e326d7b39:timer', 'i:1748768133;', 1748768133),
('6ammart1735959278_cached1f4c8e9afac13944ee2ce7ff42bc866', 'i:3;', 1760419451),
('6ammart1735959278_cached1f4c8e9afac13944ee2ce7ff42bc866:timer', 'i:1760419451;', 1760419451),
('6ammart1735959278_cached1fda5e3735740eb176da9fa6e2af714', 'i:1;', 1760096829),
('6ammart1735959278_cached1fda5e3735740eb176da9fa6e2af714:timer', 'i:1760096829;', 1760096829),
('6ammart1735959278_cached214fe1984339083b01a7a6b8ceb29bb', 'i:5;', 1759664007),
('6ammart1735959278_cached214fe1984339083b01a7a6b8ceb29bb:timer', 'i:1759664007;', 1759664007),
('6ammart1735959278_cached2398847195a00802b4db13be6bb8a71', 'i:1;', 1751861892),
('6ammart1735959278_cached2398847195a00802b4db13be6bb8a71:timer', 'i:1751861892;', 1751861892),
('6ammart1735959278_cached24b60bec0e8d3cdcb310847940c22a0', 'i:2;', 1756967718),
('6ammart1735959278_cached24b60bec0e8d3cdcb310847940c22a0:timer', 'i:1756967718;', 1756967718),
('6ammart1735959278_cached25bfcb5cfec0809e36c98b1362d1fac', 'i:2;', 1761543860),
('6ammart1735959278_cached25bfcb5cfec0809e36c98b1362d1fac:timer', 'i:1761543860;', 1761543860),
('6ammart1735959278_cached26d631f2f1227144b33f75c625a2d70', 'i:1;', 1762101501),
('6ammart1735959278_cached26d631f2f1227144b33f75c625a2d70:timer', 'i:1762101501;', 1762101501),
('6ammart1735959278_cached28664acfd0bee3c503c21df81062695', 'i:1;', 1740852794),
('6ammart1735959278_cached28664acfd0bee3c503c21df81062695:timer', 'i:1740852794;', 1740852794),
('6ammart1735959278_cached2bfa8e8b749d2772a21edee7b70a2b3', 'i:1;', 1741525553),
('6ammart1735959278_cached2bfa8e8b749d2772a21edee7b70a2b3:timer', 'i:1741525553;', 1741525553),
('6ammart1735959278_cached2ed294ed53b681fbd23f33a072eca9a', 'i:4;', 1751173350),
('6ammart1735959278_cached2ed294ed53b681fbd23f33a072eca9a:timer', 'i:1751173350;', 1751173350),
('6ammart1735959278_cached2f7cc3d33156c924ab304e6821dcc46', 'i:18;', 1749714625),
('6ammart1735959278_cached2f7cc3d33156c924ab304e6821dcc46:timer', 'i:1749714625;', 1749714625),
('6ammart1735959278_cached2ffe6645ce3aa38bd9b498b9b3164dc', 'i:11;', 1740036473),
('6ammart1735959278_cached2ffe6645ce3aa38bd9b498b9b3164dc:timer', 'i:1740036473;', 1740036473),
('6ammart1735959278_cached3043fef5f08760dd7e85b624b873840', 'i:5;', 1754220042),
('6ammart1735959278_cached3043fef5f08760dd7e85b624b873840:timer', 'i:1754220042;', 1754220042),
('6ammart1735959278_cached30e6a88e0bf1ba6a9d5b2ca649770ac', 'i:3;', 1746114731),
('6ammart1735959278_cached30e6a88e0bf1ba6a9d5b2ca649770ac:timer', 'i:1746114731;', 1746114731),
('6ammart1735959278_cached332d05b7e86cefeab67cdd4010f0fb3', 'i:12;', 1740226825),
('6ammart1735959278_cached332d05b7e86cefeab67cdd4010f0fb3:timer', 'i:1740226825;', 1740226825),
('6ammart1735959278_cached33acaaf7ada08478902d0e15d1d3b2a', 'i:9;', 1747835134),
('6ammart1735959278_cached33acaaf7ada08478902d0e15d1d3b2a:timer', 'i:1747835134;', 1747835134),
('6ammart1735959278_cached3754177b32cbd04d7acb75b7701c3e5', 'i:1;', 1761710798),
('6ammart1735959278_cached3754177b32cbd04d7acb75b7701c3e5:timer', 'i:1761710798;', 1761710798),
('6ammart1735959278_cached3777cfb3534e96e4ff3f1aadf8fb2fc', 'i:2;', 1760096939),
('6ammart1735959278_cached3777cfb3534e96e4ff3f1aadf8fb2fc:timer', 'i:1760096939;', 1760096939),
('6ammart1735959278_cached397d938a3e2a0d391ced25e9d37f8d9', 'i:1;', 1746094241),
('6ammart1735959278_cached397d938a3e2a0d391ced25e9d37f8d9:timer', 'i:1746094241;', 1746094241),
('6ammart1735959278_cached397f087d0ae130193f074371e25d367', 'i:7;', 1739945826),
('6ammart1735959278_cached397f087d0ae130193f074371e25d367:timer', 'i:1739945826;', 1739945826),
('6ammart1735959278_cached3ab5ee325d1b8375635b31710f02de2', 'i:19;', 1740384989),
('6ammart1735959278_cached3ab5ee325d1b8375635b31710f02de2:timer', 'i:1740384989;', 1740384989),
('6ammart1735959278_cached3dbb86e217a6e26c521f2e67c63d72f', 'i:20;', 1753855449),
('6ammart1735959278_cached3dbb86e217a6e26c521f2e67c63d72f:timer', 'i:1753855449;', 1753855449),
('6ammart1735959278_cached3e6621effbcab94f32d5585dbcf55d6', 'i:1;', 1740467938),
('6ammart1735959278_cached3e6621effbcab94f32d5585dbcf55d6:timer', 'i:1740467938;', 1740467938),
('6ammart1735959278_cached3ecc3334cd07a2743af104f11489d4d', 'i:2;', 1746259166),
('6ammart1735959278_cached3ecc3334cd07a2743af104f11489d4d:timer', 'i:1746259166;', 1746259166),
('6ammart1735959278_cached3f5fd8d4ebf5a6df09e0d73b3e3336b', 'i:3;', 1760174121),
('6ammart1735959278_cached3f5fd8d4ebf5a6df09e0d73b3e3336b:timer', 'i:1760174121;', 1760174121),
('6ammart1735959278_cached40ec0a433f65222ce1aff05be6c3e16', 'i:9;', 1741070742),
('6ammart1735959278_cached40ec0a433f65222ce1aff05be6c3e16:timer', 'i:1741070742;', 1741070742),
('6ammart1735959278_cached40f087fe9d42d379cf5f47264c32b53', 'i:1;', 1746260980),
('6ammart1735959278_cached40f087fe9d42d379cf5f47264c32b53:timer', 'i:1746260980;', 1746260980),
('6ammart1735959278_cached45663feea26393c279a24de4119cf83', 'i:6;', 1739950306),
('6ammart1735959278_cached45663feea26393c279a24de4119cf83:timer', 'i:1739950306;', 1739950306),
('6ammart1735959278_cached470c3585c0e119818e1e90e84dbc8d0', 'i:8;', 1761223919),
('6ammart1735959278_cached470c3585c0e119818e1e90e84dbc8d0:timer', 'i:1761223919;', 1761223919),
('6ammart1735959278_cached4efc7569ab31763a9136543c06069a9', 'i:1;', 1760230531),
('6ammart1735959278_cached4efc7569ab31763a9136543c06069a9:timer', 'i:1760230531;', 1760230531),
('6ammart1735959278_cached5070710798f79df81de38b121203d53', 'i:15;', 1758349905),
('6ammart1735959278_cached5070710798f79df81de38b121203d53:timer', 'i:1758349905;', 1758349905),
('6ammart1735959278_cached5ad9107f8eef9c650cb313795a6cb44', 'i:45;', 1748175623),
('6ammart1735959278_cached5ad9107f8eef9c650cb313795a6cb44:timer', 'i:1748175623;', 1748175623),
('6ammart1735959278_cached602f9b32a10ed0d8fc48fb3200ded83', 'i:7;', 1762054486),
('6ammart1735959278_cached602f9b32a10ed0d8fc48fb3200ded83:timer', 'i:1762054486;', 1762054486),
('6ammart1735959278_cached60c057c49f8a70c28cd9c8e844ea73a', 'i:7;', 1758540362),
('6ammart1735959278_cached60c057c49f8a70c28cd9c8e844ea73a:timer', 'i:1758540362;', 1758540362),
('6ammart1735959278_cached63b0ce8572ed16357b4d40a9009af1f', 'i:11;', 1746261059),
('6ammart1735959278_cached63b0ce8572ed16357b4d40a9009af1f:timer', 'i:1746261059;', 1746261059),
('6ammart1735959278_cached65084382834811c83f6b604b3903a19', 'i:1;', 1745931397),
('6ammart1735959278_cached65084382834811c83f6b604b3903a19:timer', 'i:1745931397;', 1745931397),
('6ammart1735959278_cached662a689ff8526e3faecda40b66ba696', 'i:12;', 1752481137),
('6ammart1735959278_cached662a689ff8526e3faecda40b66ba696:timer', 'i:1752481137;', 1752481137),
('6ammart1735959278_cached68032245c6772eec1f76ec4796dced9', 'i:5;', 1754067813),
('6ammart1735959278_cached68032245c6772eec1f76ec4796dced9:timer', 'i:1754067813;', 1754067813),
('6ammart1735959278_cached6a0f98bad1090206bacc38eb0493c86', 'i:5;', 1745993374),
('6ammart1735959278_cached6a0f98bad1090206bacc38eb0493c86:timer', 'i:1745993374;', 1745993374),
('6ammart1735959278_cached6e08586f447689ed9eeb73c0f27357c', 'i:2;', 1749973207),
('6ammart1735959278_cached6e08586f447689ed9eeb73c0f27357c:timer', 'i:1749973207;', 1749973207),
('6ammart1735959278_cached734807fb7dbf26ce55e4d1f986cd6ef', 'i:1;', 1751852310),
('6ammart1735959278_cached734807fb7dbf26ce55e4d1f986cd6ef:timer', 'i:1751852310;', 1751852310),
('6ammart1735959278_cached73495af279f149a2e4cf861fe9d667f', 'i:3;', 1746260865),
('6ammart1735959278_cached73495af279f149a2e4cf861fe9d667f:timer', 'i:1746260865;', 1746260865),
('6ammart1735959278_cached73aeb142a19d97e742d1d24502da192', 'i:10;', 1758983876),
('6ammart1735959278_cached73aeb142a19d97e742d1d24502da192:timer', 'i:1758983876;', 1758983876),
('6ammart1735959278_cached7567a6c8cbb95d8415a318ec20b8784', 'i:6;', 1757680491),
('6ammart1735959278_cached7567a6c8cbb95d8415a318ec20b8784:timer', 'i:1757680491;', 1757680491),
('6ammart1735959278_cached76a536919e47ebeba5aa8e59153f530', 'i:3;', 1746261026),
('6ammart1735959278_cached76a536919e47ebeba5aa8e59153f530:timer', 'i:1746261026;', 1746261026),
('6ammart1735959278_cached78818d8230fe6aff441b8826471ab5f', 'i:22;', 1760869408),
('6ammart1735959278_cached78818d8230fe6aff441b8826471ab5f:timer', 'i:1760869408;', 1760869408),
('6ammart1735959278_cached78c2451b89b4bc25dc05d89deb27194', 'i:2;', 1762236576),
('6ammart1735959278_cached78c2451b89b4bc25dc05d89deb27194:timer', 'i:1762236576;', 1762236576),
('6ammart1735959278_cached7b7696250e962a284dc1a376b6168db', 'i:2;', 1758983802),
('6ammart1735959278_cached7b7696250e962a284dc1a376b6168db:timer', 'i:1758983802;', 1758983802),
('6ammart1735959278_cached7ddaa469418e4fd0ce594b5d358b3b7', 'i:12;', 1746185090),
('6ammart1735959278_cached7ddaa469418e4fd0ce594b5d358b3b7:timer', 'i:1746185090;', 1746185090),
('6ammart1735959278_cached7f8800f8d465b83083c4dcec9b92557', 'i:6;', 1759676807),
('6ammart1735959278_cached7f8800f8d465b83083c4dcec9b92557:timer', 'i:1759676807;', 1759676807),
('6ammart1735959278_cached80960a8dec54a19ee42354b4cb22ecd', 'i:4;', 1761805317),
('6ammart1735959278_cached80960a8dec54a19ee42354b4cb22ecd:timer', 'i:1761805317;', 1761805317),
('6ammart1735959278_cached820d11478bf3a0eaf8914437dca5460', 'i:1;', 1758777119),
('6ammart1735959278_cached820d11478bf3a0eaf8914437dca5460:timer', 'i:1758777119;', 1758777119),
('6ammart1735959278_cached84d8b88ee87b65ad45558f6e17822e8', 'i:2;', 1746887623),
('6ammart1735959278_cached84d8b88ee87b65ad45558f6e17822e8:timer', 'i:1746887623;', 1746887623),
('6ammart1735959278_cached879c41e7c21149f32cece1a399275f8', 'i:13;', 1748175561),
('6ammart1735959278_cached879c41e7c21149f32cece1a399275f8:timer', 'i:1748175561;', 1748175561),
('6ammart1735959278_cached89afad65cdd8236e0da3554e42b56c5', 'i:4;', 1759367730),
('6ammart1735959278_cached89afad65cdd8236e0da3554e42b56c5:timer', 'i:1759367730;', 1759367730),
('6ammart1735959278_cached89e02ce1888c6504591e625c8802b6c', 'i:3;', 1761970017),
('6ammart1735959278_cached89e02ce1888c6504591e625c8802b6c:timer', 'i:1761970017;', 1761970017),
('6ammart1735959278_cached8ad7addedab0523c505243ecb312f1c', 'i:1;', 1759919579),
('6ammart1735959278_cached8ad7addedab0523c505243ecb312f1c:timer', 'i:1759919579;', 1759919579),
('6ammart1735959278_cached8b213c2a57d1067cfcda7322cc485e3', 'i:3;', 1759733008),
('6ammart1735959278_cached8b213c2a57d1067cfcda7322cc485e3:timer', 'i:1759733008;', 1759733008),
('6ammart1735959278_cached8bc065bbcb7868f6566035308728c14', 'i:5;', 1745736134),
('6ammart1735959278_cached8bc065bbcb7868f6566035308728c14:timer', 'i:1745736134;', 1745736134),
('6ammart1735959278_cached8c35df5a38ded8c5506299787d729e9', 'i:22;', 1757750690),
('6ammart1735959278_cached8c35df5a38ded8c5506299787d729e9:timer', 'i:1757750690;', 1757750690),
('6ammart1735959278_cached931663e9288871ee01e00ce5a5ebf83', 'i:8;', 1746096315),
('6ammart1735959278_cached931663e9288871ee01e00ce5a5ebf83:timer', 'i:1746096315;', 1746096315),
('6ammart1735959278_cached951a0396d80aeae4d73da0285ab53b0', 'i:18;', 1748768133),
('6ammart1735959278_cached951a0396d80aeae4d73da0285ab53b0:timer', 'i:1748768133;', 1748768133),
('6ammart1735959278_cached97db6d822908f7ec4e0791b611a0f1e', 'i:16;', 1753885456),
('6ammart1735959278_cached97db6d822908f7ec4e0791b611a0f1e:timer', 'i:1753885456;', 1753885456),
('6ammart1735959278_cached9852330b33d0da30f490b3dd6907061', 'i:1;', 1741427188),
('6ammart1735959278_cached9852330b33d0da30f490b3dd6907061:timer', 'i:1741427188;', 1741427188),
('6ammart1735959278_cacheda02455df0a9e68240524227f7deec2a', 'i:18;', 1762792018),
('6ammart1735959278_cacheda02455df0a9e68240524227f7deec2a:timer', 'i:1762792018;', 1762792018),
('6ammart1735959278_cacheda475277390e88945887776e92327f2a', 'i:9;', 1758345940),
('6ammart1735959278_cacheda475277390e88945887776e92327f2a:timer', 'i:1758345940;', 1758345940),
('6ammart1735959278_cacheda71e72b1ec5f24baa43e7173b0071fe', 'i:15;', 1739956735),
('6ammart1735959278_cacheda71e72b1ec5f24baa43e7173b0071fe:timer', 'i:1739956735;', 1739956735),
('6ammart1735959278_cacheda79df0ed5ebc363936cff636ec30d9a', 'i:5;', 1741525122),
('6ammart1735959278_cacheda79df0ed5ebc363936cff636ec30d9a:timer', 'i:1741525122;', 1741525122),
('6ammart1735959278_cachedaca42a03697d26fae1a837c1a25e800', 'i:12;', 1753622798),
('6ammart1735959278_cachedaca42a03697d26fae1a837c1a25e800:timer', 'i:1753622798;', 1753622798),
('6ammart1735959278_cachedata_settings_cancellation_policy_status', 'N;', 2078215154),
('6ammart1735959278_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\\/\"}\";}', 2061138551),
('6ammart1735959278_cachedata_settings_refund_policy_status', 's:1:\"1\";', 2061138551),
('6ammart1735959278_cachedata_settings_shipping_policy_status', 'N;', 2078215154),
('6ammart1735959278_cachedb0cf90a80feeff6f4cfb4e0a482f2b3', 'i:3;', 1760028544),
('6ammart1735959278_cachedb0cf90a80feeff6f4cfb4e0a482f2b3:timer', 'i:1760028544;', 1760028544),
('6ammart1735959278_cachedb75341b20eba1f7a2c960a9ae67df73', 'i:1;', 1739941499),
('6ammart1735959278_cachedb75341b20eba1f7a2c960a9ae67df73:timer', 'i:1739941499;', 1739941499),
('6ammart1735959278_cachedbbf8c4a32eb513c22de616690ae31ce', 'i:25;', 1739873217),
('6ammart1735959278_cachedbbf8c4a32eb513c22de616690ae31ce:timer', 'i:1739873217;', 1739873217),
('6ammart1735959278_cachedbcc79aadfd9dd6aa78a5157294288ea', 'i:6;', 1753437874),
('6ammart1735959278_cachedbcc79aadfd9dd6aa78a5157294288ea:timer', 'i:1753437874;', 1753437874),
('6ammart1735959278_cachedc112d2d1a0f4bb303af8b2412a245c0', 'i:4;', 1754980843),
('6ammart1735959278_cachedc112d2d1a0f4bb303af8b2412a245c0:timer', 'i:1754980843;', 1754980843),
('6ammart1735959278_cachedc7f65878678686004bea3d2bde3d36b', 'i:14;', 1745976465),
('6ammart1735959278_cachedc7f65878678686004bea3d2bde3d36b:timer', 'i:1745976465;', 1745976465),
('6ammart1735959278_cachedc873af2fafa02f5417a0d17c07b4213', 'i:1;', 1740947398),
('6ammart1735959278_cachedc873af2fafa02f5417a0d17c07b4213:timer', 'i:1740947398;', 1740947398),
('6ammart1735959278_cachedcb9598ada335f3ca7ead317b4940221', 'i:1;', 1739941472),
('6ammart1735959278_cachedcb9598ada335f3ca7ead317b4940221:timer', 'i:1739941472;', 1739941472),
('6ammart1735959278_cachedcdbda746c5c7af82096edb6e1697205', 'i:10;', 1739791855),
('6ammart1735959278_cachedcdbda746c5c7af82096edb6e1697205:timer', 'i:1739791855;', 1739791855),
('6ammart1735959278_cachedceb352385f358f9f63fb7e84c846cd9', 'i:3;', 1760420118),
('6ammart1735959278_cachedceb352385f358f9f63fb7e84c846cd9:timer', 'i:1760420118;', 1760420118),
('6ammart1735959278_cachedcf87459556e8795e0b4db380eceb90f', 'i:15;', 1758653048),
('6ammart1735959278_cachedcf87459556e8795e0b4db380eceb90f:timer', 'i:1758653048;', 1758653048),
('6ammart1735959278_cachedd0c80ea9939b1eea5b28abf3c8d4700', 'i:13;', 1740636111),
('6ammart1735959278_cachedd0c80ea9939b1eea5b28abf3c8d4700:timer', 'i:1740636111;', 1740636111),
('6ammart1735959278_cachedd2fdbe34d209a86ee3b6241cbf6f2c4', 'i:10;', 1761994750),
('6ammart1735959278_cachedd2fdbe34d209a86ee3b6241cbf6f2c4:timer', 'i:1761994750;', 1761994750),
('6ammart1735959278_cachedd3c5fd2c49993d7db70c079877e6ada', 'i:1;', 1747472981),
('6ammart1735959278_cachedd3c5fd2c49993d7db70c079877e6ada:timer', 'i:1747472981;', 1747472981),
('6ammart1735959278_cachedd4c9d911271e65d670e8b387a65670f', 'i:6;', 1740385280),
('6ammart1735959278_cachedd4c9d911271e65d670e8b387a65670f:timer', 'i:1740385280;', 1740385280),
('6ammart1735959278_cachedd6a56efbe30d7a28d78d206123580ec', 'i:9;', 1761797930),
('6ammart1735959278_cachedd6a56efbe30d7a28d78d206123580ec:timer', 'i:1761797930;', 1761797930),
('6ammart1735959278_cachedd6aae5be4d90c8b2fe591c8a2c74fb4', 'i:16;', 1758373557),
('6ammart1735959278_cachedd6aae5be4d90c8b2fe591c8a2c74fb4:timer', 'i:1758373557;', 1758373557),
('6ammart1735959278_cacheddaebee540dd63eaa5479c4bf547c38e', 'i:1;', 1759860213),
('6ammart1735959278_cacheddaebee540dd63eaa5479c4bf547c38e:timer', 'i:1759860213;', 1759860213),
('6ammart1735959278_cacheddbdc199daeba3ce8cc1b59cf81b1055', 'i:13;', 1747743699),
('6ammart1735959278_cacheddbdc199daeba3ce8cc1b59cf81b1055:timer', 'i:1747743699;', 1747743699),
('6ammart1735959278_cacheddd414e3d7d37223014eea4dc82a1ab6', 'i:8;', 1746265088),
('6ammart1735959278_cacheddd414e3d7d37223014eea4dc82a1ab6:timer', 'i:1746265088;', 1746265088),
('6ammart1735959278_cachede386b4acd7a13f6034b91028a6e01fd', 'i:15;', 1753436426),
('6ammart1735959278_cachede386b4acd7a13f6034b91028a6e01fd:timer', 'i:1753436426;', 1753436426),
('6ammart1735959278_cachedf1172a014fd9d33f3bf7e495a617365', 'i:3;', 1748357504),
('6ammart1735959278_cachedf1172a014fd9d33f3bf7e495a617365:timer', 'i:1748357504;', 1748357504),
('6ammart1735959278_cachedf3c6ff02812e14c48f2db5f88d70ec8', 'i:3;', 1740401500),
('6ammart1735959278_cachedf3c6ff02812e14c48f2db5f88d70ec8:timer', 'i:1740401500;', 1740401500),
('6ammart1735959278_cachedf4deea8006c6c95a9927fcc9216169b', 'i:17;', 1746098755),
('6ammart1735959278_cachedf4deea8006c6c95a9927fcc9216169b:timer', 'i:1746098755;', 1746098755),
('6ammart1735959278_cachedf617fbb55da88624815194d69da0dac', 'i:1;', 1759631259),
('6ammart1735959278_cachedf617fbb55da88624815194d69da0dac:timer', 'i:1759631259;', 1759631259),
('6ammart1735959278_cachedf9915e1c62accc2fdb08a60583047a0', 'i:3;', 1746260947),
('6ammart1735959278_cachedf9915e1c62accc2fdb08a60583047a0:timer', 'i:1746260947;', 1746260947),
('6ammart1735959278_cachedff40c950beae60d1a93986fbba9ccd2', 'i:1;', 1757527436),
('6ammart1735959278_cachedff40c950beae60d1a93986fbba9ccd2:timer', 'i:1757527436;', 1757527436),
('6ammart1735959278_cachee06e32688c561d985d5fa1d721bfd8bb', 'i:1;', 1762438245),
('6ammart1735959278_cachee06e32688c561d985d5fa1d721bfd8bb:timer', 'i:1762438245;', 1762438245),
('6ammart1735959278_cachee0928657eb03a81e2ad245be62f16d3f', 'i:4;', 1760646182),
('6ammart1735959278_cachee0928657eb03a81e2ad245be62f16d3f:timer', 'i:1760646182;', 1760646182),
('6ammart1735959278_cachee0b2355900d89e2469a3bab7e63b37a1', 'i:10;', 1753902662),
('6ammart1735959278_cachee0b2355900d89e2469a3bab7e63b37a1:timer', 'i:1753902662;', 1753902662),
('6ammart1735959278_cachee0e6953dcec8c7bf4c72c100c57c8f4a', 'i:2;', 1759996183),
('6ammart1735959278_cachee0e6953dcec8c7bf4c72c100c57c8f4a:timer', 'i:1759996183;', 1759996183),
('6ammart1735959278_cachee0ec9bd2f22f6d3694b5cb1486747a26', 'i:3;', 1758526804),
('6ammart1735959278_cachee0ec9bd2f22f6d3694b5cb1486747a26:timer', 'i:1758526804;', 1758526804),
('6ammart1735959278_cachee18e902df846ec21c3723d3ca755ec06', 'i:3;', 1761734659),
('6ammart1735959278_cachee18e902df846ec21c3723d3ca755ec06:timer', 'i:1761734659;', 1761734659),
('6ammart1735959278_cachee1aefdc2eb91cb25e0cf904d9e200acc', 'i:1;', 1759426234),
('6ammart1735959278_cachee1aefdc2eb91cb25e0cf904d9e200acc:timer', 'i:1759426234;', 1759426234),
('6ammart1735959278_cachee1b26a85b4005832cf009107dd5def88', 'i:1;', 1753506163),
('6ammart1735959278_cachee1b26a85b4005832cf009107dd5def88:timer', 'i:1753506163;', 1753506163),
('6ammart1735959278_cachee1d3bc7b06e35624bd51cf0501e5b7ce', 'i:2;', 1760229772),
('6ammart1735959278_cachee1d3bc7b06e35624bd51cf0501e5b7ce:timer', 'i:1760229772;', 1760229772),
('6ammart1735959278_cachee1f71a8920a22e267615a857168dc561', 'i:1;', 1760469066),
('6ammart1735959278_cachee1f71a8920a22e267615a857168dc561:timer', 'i:1760469066;', 1760469066),
('6ammart1735959278_cachee1ff293bed79e551fd86eab52a34e3a7', 'i:19;', 1739844503),
('6ammart1735959278_cachee1ff293bed79e551fd86eab52a34e3a7:timer', 'i:1739844503;', 1739844503),
('6ammart1735959278_cachee228006efa9c2ab45d7a488ea34908ce', 'i:1;', 1740576423),
('6ammart1735959278_cachee228006efa9c2ab45d7a488ea34908ce:timer', 'i:1740576423;', 1740576423),
('6ammart1735959278_cachee2838123a27db4ce86e2004f6f4b4c98', 'i:20;', 1757319454),
('6ammart1735959278_cachee2838123a27db4ce86e2004f6f4b4c98:timer', 'i:1757319454;', 1757319454),
('6ammart1735959278_cachee2a107e4b47f072419591370d1788712', 'i:1;', 1739940269),
('6ammart1735959278_cachee2a107e4b47f072419591370d1788712:timer', 'i:1739940269;', 1739940269),
('6ammart1735959278_cachee3009f6791fddb94f1d59b953432e15d', 'i:10;', 1754238869),
('6ammart1735959278_cachee3009f6791fddb94f1d59b953432e15d:timer', 'i:1754238869;', 1754238869),
('6ammart1735959278_cachee333771a941b82e54f3551c79e40015f', 'i:2;', 1760100706),
('6ammart1735959278_cachee333771a941b82e54f3551c79e40015f:timer', 'i:1760100706;', 1760100706),
('6ammart1735959278_cachee3a87c41c0626660f2bda585b77aef34', 'i:8;', 1751130713),
('6ammart1735959278_cachee3a87c41c0626660f2bda585b77aef34:timer', 'i:1751130713;', 1751130713),
('6ammart1735959278_cachee409fa8403efb946e22f48a9482a89a8', 'i:2;', 1761466060),
('6ammart1735959278_cachee409fa8403efb946e22f48a9482a89a8:timer', 'i:1761466060;', 1761466060),
('6ammart1735959278_cachee40c5862f5c714b43be8bd02819ed320', 'i:1;', 1758526716),
('6ammart1735959278_cachee40c5862f5c714b43be8bd02819ed320:timer', 'i:1758526716;', 1758526716),
('6ammart1735959278_cachee40cae7d7ac4e7d4672fc1d8a20828be', 'i:7;', 1761232742),
('6ammart1735959278_cachee40cae7d7ac4e7d4672fc1d8a20828be:timer', 'i:1761232742;', 1761232742),
('6ammart1735959278_cachee43aca446e30d3205c7e605059f856f4', 'i:4;', 1759666593),
('6ammart1735959278_cachee43aca446e30d3205c7e605059f856f4:timer', 'i:1759666593;', 1759666593),
('6ammart1735959278_cachee44d723207c2125b85198958cb125543', 'i:1;', 1758200948),
('6ammart1735959278_cachee44d723207c2125b85198958cb125543:timer', 'i:1758200948;', 1758200948),
('6ammart1735959278_cachee4fbcf1f4af0daf1672281b6e0791767', 'i:1;', 1758361533),
('6ammart1735959278_cachee4fbcf1f4af0daf1672281b6e0791767:timer', 'i:1758361533;', 1758361533),
('6ammart1735959278_cachee516e88131477ac2603ed0f35bbb89a6', 'i:1;', 1760069501),
('6ammart1735959278_cachee516e88131477ac2603ed0f35bbb89a6:timer', 'i:1760069501;', 1760069501),
('6ammart1735959278_cachee54d3efd8f086751f88c13c0d24ceda6', 'i:17;', 1746627754),
('6ammart1735959278_cachee54d3efd8f086751f88c13c0d24ceda6:timer', 'i:1746627753;', 1746627753),
('6ammart1735959278_cachee5821d5c530def42d4fbc2cc26b7fbd5', 'i:6;', 1758766624),
('6ammart1735959278_cachee5821d5c530def42d4fbc2cc26b7fbd5:timer', 'i:1758766624;', 1758766624),
('6ammart1735959278_cachee598c8f33b04d0b3d5d4dfa1cff91510', 'i:5;', 1746874813),
('6ammart1735959278_cachee598c8f33b04d0b3d5d4dfa1cff91510:timer', 'i:1746874813;', 1746874813),
('6ammart1735959278_cachee5ea336d22b0fe1acb3b88049f1cb549', 'i:1;', 1760230235),
('6ammart1735959278_cachee5ea336d22b0fe1acb3b88049f1cb549:timer', 'i:1760230235;', 1760230235),
('6ammart1735959278_cachee62dc2e3daf4801ebb03897cabce442d', 'i:4;', 1755248676),
('6ammart1735959278_cachee62dc2e3daf4801ebb03897cabce442d:timer', 'i:1755248676;', 1755248676),
('6ammart1735959278_cachee644fb9095806cebd70f818eb0ff2406', 'i:3;', 1760100280),
('6ammart1735959278_cachee644fb9095806cebd70f818eb0ff2406:timer', 'i:1760100280;', 1760100280),
('6ammart1735959278_cachee67cb76fd52f7d62a850080c359ae6c2', 'i:13;', 1758691502),
('6ammart1735959278_cachee67cb76fd52f7d62a850080c359ae6c2:timer', 'i:1758691502;', 1758691502),
('6ammart1735959278_cachee682a25b9608d102493d301959e29f0a', 'i:3;', 1739873348),
('6ammart1735959278_cachee682a25b9608d102493d301959e29f0a:timer', 'i:1739873348;', 1739873348),
('6ammart1735959278_cachee693932a054f455f81d453690bb4085e', 'i:1;', 1762705863),
('6ammart1735959278_cachee693932a054f455f81d453690bb4085e:timer', 'i:1762705863;', 1762705863),
('6ammart1735959278_cachee6ad8a34bdf48a2e2d5421bd2fe843fd', 'i:4;', 1759337878),
('6ammart1735959278_cachee6ad8a34bdf48a2e2d5421bd2fe843fd:timer', 'i:1759337878;', 1759337878),
('6ammart1735959278_cachee6b2eafd39f897a779b270d12dcf59f8', 'i:7;', 1754309350),
('6ammart1735959278_cachee6b2eafd39f897a779b270d12dcf59f8:timer', 'i:1754309350;', 1754309350),
('6ammart1735959278_cachee6cdebb41ac51b9d87d4bece6cf87f16', 'i:30;', 1754207393),
('6ammart1735959278_cachee6cdebb41ac51b9d87d4bece6cf87f16:timer', 'i:1754207393;', 1754207393),
('6ammart1735959278_cachee6d5be8e698e635ec835c790e0bb2abf', 'i:1;', 1762770323),
('6ammart1735959278_cachee6d5be8e698e635ec835c790e0bb2abf:timer', 'i:1762770323;', 1762770323),
('6ammart1735959278_cachee6da77ac75d16e57e80537173c0703ab', 'i:1;', 1746245373),
('6ammart1735959278_cachee6da77ac75d16e57e80537173c0703ab:timer', 'i:1746245373;', 1746245373),
('6ammart1735959278_cachee7036a3f690a0c965159891756a4ab46', 'i:14;', 1740054961),
('6ammart1735959278_cachee7036a3f690a0c965159891756a4ab46:timer', 'i:1740054961;', 1740054961),
('6ammart1735959278_cachee70e9c367d204dba93fbefd276298a26', 'i:3;', 1754554885),
('6ammart1735959278_cachee70e9c367d204dba93fbefd276298a26:timer', 'i:1754554885;', 1754554885),
('6ammart1735959278_cachee71bbee354de62a6fc746096a3627914', 'i:7;', 1758526923),
('6ammart1735959278_cachee71bbee354de62a6fc746096a3627914:timer', 'i:1758526923;', 1758526923),
('6ammart1735959278_cachee71ca641fd417bb1515508a236bf7bae', 'i:5;', 1758540386),
('6ammart1735959278_cachee71ca641fd417bb1515508a236bf7bae:timer', 'i:1758540386;', 1758540386),
('6ammart1735959278_cachee730177c8aadfb15a2da793428300c75', 'i:13;', 1754711499),
('6ammart1735959278_cachee730177c8aadfb15a2da793428300c75:timer', 'i:1754711499;', 1754711499),
('6ammart1735959278_cachee7304c293c007b41d5dc9eccb8dcb70c', 'i:3;', 1740083738),
('6ammart1735959278_cachee7304c293c007b41d5dc9eccb8dcb70c:timer', 'i:1740083738;', 1740083738),
('6ammart1735959278_cachee7533b0d39c47152fd4337cf045adbac', 'i:60;', 1740412487),
('6ammart1735959278_cachee7533b0d39c47152fd4337cf045adbac:timer', 'i:1740412487;', 1740412487),
('6ammart1735959278_cachee763a691284ba8765ee84fabcdd58308', 'i:6;', 1749215276),
('6ammart1735959278_cachee763a691284ba8765ee84fabcdd58308:timer', 'i:1749215276;', 1749215276),
('6ammart1735959278_cachee7741a949c9765732a8b37f258cb8fe4', 'i:1;', 1745490786),
('6ammart1735959278_cachee7741a949c9765732a8b37f258cb8fe4:timer', 'i:1745490786;', 1745490786),
('6ammart1735959278_cachee7aaf1b31234818dd97d3f65e018c33b', 'i:8;', 1759906138),
('6ammart1735959278_cachee7aaf1b31234818dd97d3f65e018c33b:timer', 'i:1759906138;', 1759906138),
('6ammart1735959278_cachee8423974821fe95738370e2fbdedfeb5', 'i:4;', 1751673908),
('6ammart1735959278_cachee8423974821fe95738370e2fbdedfeb5:timer', 'i:1751673908;', 1751673908),
('6ammart1735959278_cachee89397536aabbe5d4d3a877d75e7946a', 'i:3;', 1744990651),
('6ammart1735959278_cachee89397536aabbe5d4d3a877d75e7946a:timer', 'i:1744990651;', 1744990651),
('6ammart1735959278_cachee8d7ee6eb2c03274395282f36c5c027c', 'i:5;', 1741257254),
('6ammart1735959278_cachee8d7ee6eb2c03274395282f36c5c027c:timer', 'i:1741257254;', 1741257254),
('6ammart1735959278_cachee8da045fc1a363db0d85bca7881b25ee', 'i:25;', 1753452102),
('6ammart1735959278_cachee8da045fc1a363db0d85bca7881b25ee:timer', 'i:1753452102;', 1753452102),
('6ammart1735959278_cachee90d033c3e06e83d404d3946a53d6f54', 'i:2;', 1746245307),
('6ammart1735959278_cachee90d033c3e06e83d404d3946a53d6f54:timer', 'i:1746245307;', 1746245307),
('6ammart1735959278_cachee93d3fd3da3904de20fddc7909c49425', 'i:2;', 1758526779),
('6ammart1735959278_cachee93d3fd3da3904de20fddc7909c49425:timer', 'i:1758526779;', 1758526779),
('6ammart1735959278_cachee9969c64de9b157a1bf4f03c43dbd6af', 'i:5;', 1746114916),
('6ammart1735959278_cachee9969c64de9b157a1bf4f03c43dbd6af:timer', 'i:1746114916;', 1746114916),
('6ammart1735959278_cachee9a42046b2dbf0c0d915041e407c974e', 'i:1;', 1739941641),
('6ammart1735959278_cachee9a42046b2dbf0c0d915041e407c974e:timer', 'i:1739941641;', 1739941641),
('6ammart1735959278_cachee9b6cc1432541b9ceebf113eee05eeba', 'i:10;', 1740217473),
('6ammart1735959278_cachee9b6cc1432541b9ceebf113eee05eeba:timer', 'i:1740217473;', 1740217473),
('6ammart1735959278_cachee9c534d23107c96dbd6c9a576879e69a', 'i:1;', 1762503203),
('6ammart1735959278_cachee9c534d23107c96dbd6c9a576879e69a:timer', 'i:1762503203;', 1762503203),
('6ammart1735959278_cacheea2207b1793221d9af006d87177bb73d', 'i:4;', 1746097431),
('6ammart1735959278_cacheea2207b1793221d9af006d87177bb73d:timer', 'i:1746097431;', 1746097431),
('6ammart1735959278_cacheea3fcc6d3acedbb7674221fe1ac02206', 'i:8;', 1756920542),
('6ammart1735959278_cacheea3fcc6d3acedbb7674221fe1ac02206:timer', 'i:1756920542;', 1756920542),
('6ammart1735959278_cacheeadbeab948c5fa56bf62aae9470ce9e8', 'i:1;', 1748368052),
('6ammart1735959278_cacheeadbeab948c5fa56bf62aae9470ce9e8:timer', 'i:1748368052;', 1748368052),
('6ammart1735959278_cacheeadd91b1e85f945b38278732121e1c3c', 'i:26;', 1748661453),
('6ammart1735959278_cacheeadd91b1e85f945b38278732121e1c3c:timer', 'i:1748661453;', 1748661453),
('6ammart1735959278_cacheeb111efde3ca5f2a6ae74d81c7552d44', 'i:1;', 1757828379),
('6ammart1735959278_cacheeb111efde3ca5f2a6ae74d81c7552d44:timer', 'i:1757828379;', 1757828379),
('6ammart1735959278_cacheebdbed3e91df069514ac04b822f56aaa', 'i:11;', 1745644701),
('6ammart1735959278_cacheebdbed3e91df069514ac04b822f56aaa:timer', 'i:1745644701;', 1745644701),
('6ammart1735959278_cacheebe3c7833a525ff7e4aa5d91f5e5c2b9', 'i:2;', 1739941419),
('6ammart1735959278_cacheebe3c7833a525ff7e4aa5d91f5e5c2b9:timer', 'i:1739941419;', 1739941419),
('6ammart1735959278_cacheebeb90444915535b48371a98a2cf4798', 'i:4;', 1759925537);
INSERT INTO `cache` (`key`, `value`, `expiration`) VALUES
('6ammart1735959278_cacheebeb90444915535b48371a98a2cf4798:timer', 'i:1759925537;', 1759925537),
('6ammart1735959278_cacheec04e17b992467f8e02244a519fc1ef3', 'i:2;', 1740636359),
('6ammart1735959278_cacheec04e17b992467f8e02244a519fc1ef3:timer', 'i:1740636359;', 1740636359),
('6ammart1735959278_cacheec27e2ded34feb41e0d509701a8e9324', 'i:2;', 1752671886),
('6ammart1735959278_cacheec27e2ded34feb41e0d509701a8e9324:timer', 'i:1752671886;', 1752671886),
('6ammart1735959278_cacheec306e2b0895973621db9ad8330065fe', 'i:12;', 1753073792),
('6ammart1735959278_cacheec306e2b0895973621db9ad8330065fe:timer', 'i:1753073792;', 1753073792),
('6ammart1735959278_cacheec8976ae5d6033a9bd042aaf6d3362d9', 'i:8;', 1746627754),
('6ammart1735959278_cacheec8976ae5d6033a9bd042aaf6d3362d9:timer', 'i:1746627754;', 1746627754),
('6ammart1735959278_cacheecb7bd8d5f7a2488f62d013f371ba3c9', 'i:10;', 1755236135),
('6ammart1735959278_cacheecb7bd8d5f7a2488f62d013f371ba3c9:timer', 'i:1755236135;', 1755236135),
('6ammart1735959278_cacheece788a97ecfafcd6eca0b0f306cbccd', 'i:1;', 1747835194),
('6ammart1735959278_cacheece788a97ecfafcd6eca0b0f306cbccd:timer', 'i:1747835194;', 1747835194),
('6ammart1735959278_cacheecee47978bfef3acfb3072725b23c61e', 'i:3;', 1757923757),
('6ammart1735959278_cacheecee47978bfef3acfb3072725b23c61e:timer', 'i:1757923757;', 1757923757),
('6ammart1735959278_cacheed1a3e6ce360de7339178336d36d801e', 'i:1;', 1757774965),
('6ammart1735959278_cacheed1a3e6ce360de7339178336d36d801e:timer', 'i:1757774965;', 1757774965),
('6ammart1735959278_cacheed2b9f3f03dd89482c8785bce7a5bd65', 'i:3;', 1753438219),
('6ammart1735959278_cacheed2b9f3f03dd89482c8785bce7a5bd65:timer', 'i:1753438219;', 1753438219),
('6ammart1735959278_cacheed9b8bf8ec117705fce72a58ce96d9c6', 'i:1;', 1740051387),
('6ammart1735959278_cacheed9b8bf8ec117705fce72a58ce96d9c6:timer', 'i:1740051387;', 1740051387),
('6ammart1735959278_cacheedc60681de55d6959c8868d8a987065e', 'i:5;', 1740769249),
('6ammart1735959278_cacheedc60681de55d6959c8868d8a987065e:timer', 'i:1740769249;', 1740769249),
('6ammart1735959278_cacheee03819db311598ca2fef184e38bc05e', 'i:13;', 1758548244),
('6ammart1735959278_cacheee03819db311598ca2fef184e38bc05e:timer', 'i:1758548244;', 1758548244),
('6ammart1735959278_cacheee25159979fd986dd90c9d74dde38aab', 'i:24;', 1746097619),
('6ammart1735959278_cacheee25159979fd986dd90c9d74dde38aab:timer', 'i:1746097619;', 1746097619),
('6ammart1735959278_cacheee80458d3da7475fdcb0a201c631f06b', 'i:6;', 1755248909),
('6ammart1735959278_cacheee80458d3da7475fdcb0a201c631f06b:timer', 'i:1755248909;', 1755248909),
('6ammart1735959278_cacheee8baa514162f32d539197ad2202269c', 'i:7;', 1740669986),
('6ammart1735959278_cacheee8baa514162f32d539197ad2202269c:timer', 'i:1740669986;', 1740669986),
('6ammart1735959278_cacheee8dc554a8633ab3af9f933485ba95fc', 'i:1;', 1739791855),
('6ammart1735959278_cacheee8dc554a8633ab3af9f933485ba95fc:timer', 'i:1739791855;', 1739791855),
('6ammart1735959278_cacheef3cd7c5e64dfcf31bd1bf1aa5a36099', 'i:2;', 1758989108),
('6ammart1735959278_cacheef3cd7c5e64dfcf31bd1bf1aa5a36099:timer', 'i:1758989108;', 1758989108),
('6ammart1735959278_cacheefcb9e373acac6bad9d64ce10269933a', 'i:4;', 1761870210),
('6ammart1735959278_cacheefcb9e373acac6bad9d64ce10269933a:timer', 'i:1761870210;', 1761870210),
('6ammart1735959278_cacheefef19263156828d0b087f4abc3acecc', 'i:14;', 1757599890),
('6ammart1735959278_cacheefef19263156828d0b087f4abc3acecc:timer', 'i:1757599890;', 1757599890),
('6ammart1735959278_cachef01e2a2da5ec3472427baa5672f27ea8', 'i:9;', 1754711482),
('6ammart1735959278_cachef01e2a2da5ec3472427baa5672f27ea8:timer', 'i:1754711482;', 1754711482),
('6ammart1735959278_cachef04c2c0c14255b2eee5e5332df4ec06c', 'i:3;', 1740038547),
('6ammart1735959278_cachef04c2c0c14255b2eee5e5332df4ec06c:timer', 'i:1740038547;', 1740038547),
('6ammart1735959278_cachef0cc839ab5c361bda87636658f77f4d6', 'i:4;', 1756088378),
('6ammart1735959278_cachef0cc839ab5c361bda87636658f77f4d6:timer', 'i:1756088378;', 1756088378),
('6ammart1735959278_cachef0e07c87d41f1b3800a338976267770a', 'i:4;', 1757217614),
('6ammart1735959278_cachef0e07c87d41f1b3800a338976267770a:timer', 'i:1757217614;', 1757217614),
('6ammart1735959278_cachef1308595619beb88018f50373a7ddab7', 'i:6;', 1755229240),
('6ammart1735959278_cachef1308595619beb88018f50373a7ddab7:timer', 'i:1755229240;', 1755229240),
('6ammart1735959278_cachef133194ba8deba4810a7d19aedf80e36', 'i:4;', 1746260722),
('6ammart1735959278_cachef133194ba8deba4810a7d19aedf80e36:timer', 'i:1746260722;', 1746260722),
('6ammart1735959278_cachef190ad6ad9c1b68c53ea9c4964a34d2b', 'i:1;', 1746770629),
('6ammart1735959278_cachef190ad6ad9c1b68c53ea9c4964a34d2b:timer', 'i:1746770629;', 1746770629),
('6ammart1735959278_cachef19db5f5038e67c5ef24d6eac905126f', 'i:3;', 1761659522),
('6ammart1735959278_cachef19db5f5038e67c5ef24d6eac905126f:timer', 'i:1761659522;', 1761659522),
('6ammart1735959278_cachef1b657a719df72d71112fa6b5d374cd0', 'i:2;', 1760229920),
('6ammart1735959278_cachef1b657a719df72d71112fa6b5d374cd0:timer', 'i:1760229920;', 1760229920),
('6ammart1735959278_cachef1d9ce10e51141cafe32989aa28b31c0', 'i:5;', 1740702431),
('6ammart1735959278_cachef1d9ce10e51141cafe32989aa28b31c0:timer', 'i:1740702431;', 1740702431),
('6ammart1735959278_cachef1ef65c7939beabef7c5441d6968eeb1', 'i:14;', 1747835045),
('6ammart1735959278_cachef1ef65c7939beabef7c5441d6968eeb1:timer', 'i:1747835045;', 1747835045),
('6ammart1735959278_cachef1f70ec40aaa556905d4a030501c0ba4', 'i:4;', 1748179357),
('6ammart1735959278_cachef1f70ec40aaa556905d4a030501c0ba4:timer', 'i:1748179357;', 1748179357),
('6ammart1735959278_cachef21585b4a72575b87a9ce0c00d89583e', 'i:6;', 1746261059),
('6ammart1735959278_cachef21585b4a72575b87a9ce0c00d89583e:timer', 'i:1746261059;', 1746261059),
('6ammart1735959278_cachef21e349f2ba8b902717bf001bf726999', 'i:4;', 1757988319),
('6ammart1735959278_cachef21e349f2ba8b902717bf001bf726999:timer', 'i:1757988319;', 1757988319),
('6ammart1735959278_cachef229b5eaaf42731cf22225e995e24209', 'i:11;', 1739950671),
('6ammart1735959278_cachef229b5eaaf42731cf22225e995e24209:timer', 'i:1739950671;', 1739950671),
('6ammart1735959278_cachef23776c17e8bf140fdcd6e7de852a3c7', 'i:1;', 1746374741),
('6ammart1735959278_cachef23776c17e8bf140fdcd6e7de852a3c7:timer', 'i:1746374741;', 1746374741),
('6ammart1735959278_cachef28433f6d3cba3370a6936b5cbfadba4', 'i:1;', 1746245334),
('6ammart1735959278_cachef28433f6d3cba3370a6936b5cbfadba4:timer', 'i:1746245334;', 1746245334),
('6ammart1735959278_cachef28867fd502b56d3b2119f75168aff0e', 'i:1;', 1753839594),
('6ammart1735959278_cachef28867fd502b56d3b2119f75168aff0e:timer', 'i:1753839594;', 1753839594),
('6ammart1735959278_cachef2a66810b1929074048ee6a32e09fecb', 'i:1;', 1759461953),
('6ammart1735959278_cachef2a66810b1929074048ee6a32e09fecb:timer', 'i:1759461953;', 1759461953),
('6ammart1735959278_cachef2b4e873a41822967e074311a71e7c03', 'i:9;', 1753177525),
('6ammart1735959278_cachef2b4e873a41822967e074311a71e7c03:timer', 'i:1753177525;', 1753177525),
('6ammart1735959278_cachef2c3ac738717ecc96595e78a9524db2d', 'i:15;', 1740706222),
('6ammart1735959278_cachef2c3ac738717ecc96595e78a9524db2d:timer', 'i:1740706222;', 1740706222),
('6ammart1735959278_cachef2c83c30dbd055e843d1bd4da4922375', 'i:1;', 1748439451),
('6ammart1735959278_cachef2c83c30dbd055e843d1bd4da4922375:timer', 'i:1748439451;', 1748439451),
('6ammart1735959278_cachef30718d8237afef00a0c8e0669524fea', 'i:10;', 1740576420),
('6ammart1735959278_cachef30718d8237afef00a0c8e0669524fea:timer', 'i:1740576420;', 1740576420),
('6ammart1735959278_cachef329276e09c999780782e225325f082e', 'i:5;', 1752124864),
('6ammart1735959278_cachef329276e09c999780782e225325f082e:timer', 'i:1752124864;', 1752124864),
('6ammart1735959278_cachef368dcb475e3b0d7b0871ba80609689b', 'i:10;', 1758633933),
('6ammart1735959278_cachef368dcb475e3b0d7b0871ba80609689b:timer', 'i:1758633933;', 1758633933),
('6ammart1735959278_cachef386467ac25358d15cabd705373bbfc9', 'i:1;', 1741510228),
('6ammart1735959278_cachef386467ac25358d15cabd705373bbfc9:timer', 'i:1741510228;', 1741510228),
('6ammart1735959278_cachef3bee9ec46d215202ca5dfa81b4a33d5', 'i:6;', 1753185392),
('6ammart1735959278_cachef3bee9ec46d215202ca5dfa81b4a33d5:timer', 'i:1753185392;', 1753185392),
('6ammart1735959278_cachef3ca81466f4f9c702b75056d75b0a588', 'i:4;', 1753449433),
('6ammart1735959278_cachef3ca81466f4f9c702b75056d75b0a588:timer', 'i:1753449433;', 1753449433),
('6ammart1735959278_cachef44dd43b2162f12cdbae4f9897b7572f', 'i:10;', 1751907306),
('6ammart1735959278_cachef44dd43b2162f12cdbae4f9897b7572f:timer', 'i:1751907306;', 1751907306),
('6ammart1735959278_cachef49357c572f679206f7491cf11031159', 'i:1;', 1740213883),
('6ammart1735959278_cachef49357c572f679206f7491cf11031159:timer', 'i:1740213883;', 1740213883),
('6ammart1735959278_cachef4c61ad356e4dbfee33a3928ae1f9a04', 'i:3;', 1759919560),
('6ammart1735959278_cachef4c61ad356e4dbfee33a3928ae1f9a04:timer', 'i:1759919560;', 1759919560),
('6ammart1735959278_cachef4d6ca67c1733b374e1e17a59c1e1083', 'i:4;', 1762834748),
('6ammart1735959278_cachef4d6ca67c1733b374e1e17a59c1e1083:timer', 'i:1762834748;', 1762834748),
('6ammart1735959278_cachef5288f9882432e86f961270c9a66ef40', 'i:10;', 1753271990),
('6ammart1735959278_cachef5288f9882432e86f961270c9a66ef40:timer', 'i:1753271990;', 1753271990),
('6ammart1735959278_cachef52ec0885d2ff6b37e5a6039a371fef2', 'i:11;', 1757053869),
('6ammart1735959278_cachef52ec0885d2ff6b37e5a6039a371fef2:timer', 'i:1757053869;', 1757053869),
('6ammart1735959278_cachef567a90b8b043fbc461b201e1a5323b6', 'i:4;', 1739941404),
('6ammart1735959278_cachef567a90b8b043fbc461b201e1a5323b6:timer', 'i:1739941404;', 1739941404),
('6ammart1735959278_cachef56a04632ef926920a568ded02535cbc', 'i:1;', 1758122011),
('6ammart1735959278_cachef56a04632ef926920a568ded02535cbc:timer', 'i:1758122011;', 1758122011),
('6ammart1735959278_cachef5b51701e8055db2b4174822f8f7a8f8', 'i:8;', 1739793750),
('6ammart1735959278_cachef5b51701e8055db2b4174822f8f7a8f8:timer', 'i:1739793750;', 1739793750),
('6ammart1735959278_cachef5baf2bde2bf3dee85f8db2a3f87a88b', 'i:6;', 1746876591),
('6ammart1735959278_cachef5baf2bde2bf3dee85f8db2a3f87a88b:timer', 'i:1746876591;', 1746876591),
('6ammart1735959278_cachef5d31b21f250994a0d3713d8e07c0891', 'i:3;', 1760086847),
('6ammart1735959278_cachef5d31b21f250994a0d3713d8e07c0891:timer', 'i:1760086847;', 1760086847),
('6ammart1735959278_cachef5ec1e9d105beb402161a3f1dd5ad48f', 'i:1;', 1746261108),
('6ammart1735959278_cachef5ec1e9d105beb402161a3f1dd5ad48f:timer', 'i:1746261108;', 1746261108),
('6ammart1735959278_cachef61e124c8a7b215f683a0b2ce78632f4', 'i:12;', 1739791481),
('6ammart1735959278_cachef61e124c8a7b215f683a0b2ce78632f4:timer', 'i:1739791481;', 1739791481),
('6ammart1735959278_cachef62e4916e2aae9972129a79d0ee936fd', 'i:3;', 1760592584),
('6ammart1735959278_cachef62e4916e2aae9972129a79d0ee936fd:timer', 'i:1760592584;', 1760592584),
('6ammart1735959278_cachef647a2e392f0974d57efbc44379f7b85', 'i:15;', 1757099487),
('6ammart1735959278_cachef647a2e392f0974d57efbc44379f7b85:timer', 'i:1757099487;', 1757099487),
('6ammart1735959278_cachef65e034fea4d67ae4bcba66cdc8c72ce', 'i:45;', 1739942714),
('6ammart1735959278_cachef65e034fea4d67ae4bcba66cdc8c72ce:timer', 'i:1739942714;', 1739942714),
('6ammart1735959278_cachef6a9cff88546f8b2c6ae4b700ec51c61', 'i:2;', 1746260973),
('6ammart1735959278_cachef6a9cff88546f8b2c6ae4b700ec51c61:timer', 'i:1746260973;', 1746260973),
('6ammart1735959278_cachef6c865fac6800687b1aa7798dd975fe7', 'i:1;', 1746520856),
('6ammart1735959278_cachef6c865fac6800687b1aa7798dd975fe7:timer', 'i:1746520856;', 1746520856),
('6ammart1735959278_cachef6dfe5ad4b431c644d319f1b4a7e27b7', 'i:2;', 1739941389),
('6ammart1735959278_cachef6dfe5ad4b431c644d319f1b4a7e27b7:timer', 'i:1739941389;', 1739941389),
('6ammart1735959278_cachef70510fd96ffd85a4c7aed470bad78a4', 'i:18;', 1752496180),
('6ammart1735959278_cachef70510fd96ffd85a4c7aed470bad78a4:timer', 'i:1752496180;', 1752496180),
('6ammart1735959278_cachef758735181c57fe3b92f85f34fb11282', 'i:21;', 1740197127),
('6ammart1735959278_cachef758735181c57fe3b92f85f34fb11282:timer', 'i:1740197127;', 1740197127),
('6ammart1735959278_cachef778191799a294039ed397cf91c6ec9d', 'i:23;', 1747358579),
('6ammart1735959278_cachef778191799a294039ed397cf91c6ec9d:timer', 'i:1747358579;', 1747358579),
('6ammart1735959278_cachef7a16c79554dca8b2ac6418543e26e73', 'i:11;', 1756465828),
('6ammart1735959278_cachef7a16c79554dca8b2ac6418543e26e73:timer', 'i:1756465828;', 1756465828),
('6ammart1735959278_cachef7af72184ecda949e006f33adf8f994d', 'i:13;', 1757063407),
('6ammart1735959278_cachef7af72184ecda949e006f33adf8f994d:timer', 'i:1757063407;', 1757063407),
('6ammart1735959278_cachef7bf8617ef6233bab3da3fd031829e43', 'i:5;', 1740722458),
('6ammart1735959278_cachef7bf8617ef6233bab3da3fd031829e43:timer', 'i:1740722458;', 1740722458),
('6ammart1735959278_cachef806d0b5947e9870dbe818fb3e1254e0', 'i:1;', 1748175607),
('6ammart1735959278_cachef806d0b5947e9870dbe818fb3e1254e0:timer', 'i:1748175607;', 1748175607),
('6ammart1735959278_cachef87bfb1bc37f36e6b3dc7a7b6f7076eb', 'i:2;', 1748581274),
('6ammart1735959278_cachef87bfb1bc37f36e6b3dc7a7b6f7076eb:timer', 'i:1748581274;', 1748581274),
('6ammart1735959278_cachef8c3c0f920a6e4118dd151181e4ec2bb', 'i:2;', 1739793765),
('6ammart1735959278_cachef8c3c0f920a6e4118dd151181e4ec2bb:timer', 'i:1739793765;', 1739793765),
('6ammart1735959278_cachef8ff01bb214490b1152b569a515aab49', 'i:9;', 1746544996),
('6ammart1735959278_cachef8ff01bb214490b1152b569a515aab49:timer', 'i:1746544996;', 1746544996),
('6ammart1735959278_cachef92cfd9f6234fae42c246dc81618e8fd', 'i:2;', 1740665502),
('6ammart1735959278_cachef92cfd9f6234fae42c246dc81618e8fd:timer', 'i:1740665502;', 1740665502),
('6ammart1735959278_cachef93b2d7912aa9cdf9600f9c312ab956f', 'i:1;', 1745828747),
('6ammart1735959278_cachef93b2d7912aa9cdf9600f9c312ab956f:timer', 'i:1745828747;', 1745828747),
('6ammart1735959278_cachef94bfab2633dce10dbaa4303d2b80e80', 'i:3;', 1760533122),
('6ammart1735959278_cachef94bfab2633dce10dbaa4303d2b80e80:timer', 'i:1760533122;', 1760533122),
('6ammart1735959278_cachef94ef303a2b88a0683ccdd023d65e283', 'i:5;', 1761031231),
('6ammart1735959278_cachef94ef303a2b88a0683ccdd023d65e283:timer', 'i:1761031231;', 1761031231),
('6ammart1735959278_cachef98a87e79032b2ec22480f73bfd0f6b8', 'i:1;', 1746702947),
('6ammart1735959278_cachef98a87e79032b2ec22480f73bfd0f6b8:timer', 'i:1746702947;', 1746702947),
('6ammart1735959278_cachef99ddd027fe82deb178d7a5676c64635', 'i:14;', 1758173918),
('6ammart1735959278_cachef99ddd027fe82deb178d7a5676c64635:timer', 'i:1758173918;', 1758173918),
('6ammart1735959278_cachef9b9d539dcdfd991f06d6730369ae01b', 'i:6;', 1740217473),
('6ammart1735959278_cachef9b9d539dcdfd991f06d6730369ae01b:timer', 'i:1740217473;', 1740217473),
('6ammart1735959278_cachefaae6f29c0aee6aa8b8e7e341a4c6bd2', 'i:8;', 1746182688),
('6ammart1735959278_cachefaae6f29c0aee6aa8b8e7e341a4c6bd2:timer', 'i:1746182688;', 1746182688),
('6ammart1735959278_cachefabc9c63457805688622761ef67d73d3', 'i:1;', 1751173348),
('6ammart1735959278_cachefabc9c63457805688622761ef67d73d3:timer', 'i:1751173348;', 1751173348),
('6ammart1735959278_cachefadf71685bbd1d2a099db7ce54dff9d2', 'i:3;', 1739793937),
('6ammart1735959278_cachefadf71685bbd1d2a099db7ce54dff9d2:timer', 'i:1739793937;', 1739793937),
('6ammart1735959278_cachefb95c22f5afcee3005b7f6f565b9713c', 'i:2;', 1760534249),
('6ammart1735959278_cachefb95c22f5afcee3005b7f6f565b9713c:timer', 'i:1760534249;', 1760534249),
('6ammart1735959278_cachefbd2c25d5c5818c666375d4f8b12edfc', 'i:13;', 1741509569),
('6ammart1735959278_cachefbd2c25d5c5818c666375d4f8b12edfc:timer', 'i:1741509569;', 1741509569),
('6ammart1735959278_cachefbf9dabb7442a6f8dec8f0c2bc4940a6', 'i:1;', 1747835248),
('6ammart1735959278_cachefbf9dabb7442a6f8dec8f0c2bc4940a6:timer', 'i:1747835248;', 1747835248),
('6ammart1735959278_cachefc189ce74afb392bb58da69b73e35554', 'i:4;', 1749215276),
('6ammart1735959278_cachefc189ce74afb392bb58da69b73e35554:timer', 'i:1749215276;', 1749215276),
('6ammart1735959278_cachefc1ff60d831cf7b1ef2f33450ebe01da', 'i:5;', 1749377090),
('6ammart1735959278_cachefc1ff60d831cf7b1ef2f33450ebe01da:timer', 'i:1749377090;', 1749377090),
('6ammart1735959278_cachefc417c604f79efa50507016738804656', 'i:3;', 1747835205),
('6ammart1735959278_cachefc417c604f79efa50507016738804656:timer', 'i:1747835205;', 1747835205),
('6ammart1735959278_cachefc728d28ece36362e238775d0ca61525', 'i:1;', 1746245338),
('6ammart1735959278_cachefc728d28ece36362e238775d0ca61525:timer', 'i:1746245338;', 1746245338),
('6ammart1735959278_cachefc796343e0a4219e842092b2a59b833a', 'i:11;', 1760193024),
('6ammart1735959278_cachefc796343e0a4219e842092b2a59b833a:timer', 'i:1760193024;', 1760193024),
('6ammart1735959278_cachefca8cc7524075ec6e13df12bf27ce45a', 'i:5;', 1757066218),
('6ammart1735959278_cachefca8cc7524075ec6e13df12bf27ce45a:timer', 'i:1757066218;', 1757066218),
('6ammart1735959278_cachefcc4880087d3b1ce4d6e19e447db625a', 'i:6;', 1762236554),
('6ammart1735959278_cachefcc4880087d3b1ce4d6e19e447db625a:timer', 'i:1762236554;', 1762236554),
('6ammart1735959278_cachefcdd398aa49afacd801a981c7e2919f1', 'i:62;', 1747556697),
('6ammart1735959278_cachefcdd398aa49afacd801a981c7e2919f1:timer', 'i:1747556697;', 1747556697),
('6ammart1735959278_cachefceb7a93be67e5b0231e4efe94426184', 'i:9;', 1740385279),
('6ammart1735959278_cachefceb7a93be67e5b0231e4efe94426184:timer', 'i:1740385279;', 1740385279),
('6ammart1735959278_cachefd32c01d53c6e6221ea7c39521182dfd', 'i:21;', 1754463786),
('6ammart1735959278_cachefd32c01d53c6e6221ea7c39521182dfd:timer', 'i:1754463786;', 1754463786),
('6ammart1735959278_cachefd3982cd932fa355ffc370316d6e804f', 'i:6;', 1759502816),
('6ammart1735959278_cachefd3982cd932fa355ffc370316d6e804f:timer', 'i:1759502816;', 1759502816),
('6ammart1735959278_cachefdd85f018ed846d43e3267ed242a753d', 'i:1;', 1756567921),
('6ammart1735959278_cachefdd85f018ed846d43e3267ed242a753d:timer', 'i:1756567921;', 1756567921),
('6ammart1735959278_cachefddf560565ee230e1ccbea71429f5eeb', 'i:2;', 1759860245),
('6ammart1735959278_cachefddf560565ee230e1ccbea71429f5eeb:timer', 'i:1759860245;', 1759860245),
('6ammart1735959278_cachefdfb3bfb9090d6df53a743ea49f90ce3', 'i:1;', 1754067852),
('6ammart1735959278_cachefdfb3bfb9090d6df53a743ea49f90ce3:timer', 'i:1754067852;', 1754067852),
('6ammart1735959278_cachefdffbd88742061cbe4be03341c199abd', 'i:41;', 1745780295),
('6ammart1735959278_cachefdffbd88742061cbe4be03341c199abd:timer', 'i:1745780295;', 1745780295),
('6ammart1735959278_cachefe09e11d21c4d59ee93a61b18abd9e9a', 'i:7;', 1759906135),
('6ammart1735959278_cachefe09e11d21c4d59ee93a61b18abd9e9a:timer', 'i:1759906135;', 1759906135),
('6ammart1735959278_cachefe750e883adbabf0255281b83ef95cd1', 'i:5;', 1760069482),
('6ammart1735959278_cachefe750e883adbabf0255281b83ef95cd1:timer', 'i:1760069482;', 1760069482),
('6ammart1735959278_cachefe9bd7821f013d221d8a4f636bbf3e1d', 'i:1;', 1746260995),
('6ammart1735959278_cachefe9bd7821f013d221d8a4f636bbf3e1d:timer', 'i:1746260995;', 1746260995),
('6ammart1735959278_cachefeddc525b85478ec719eae9c595d27a9', 'i:25;', 1740412488),
('6ammart1735959278_cachefeddc525b85478ec719eae9c595d27a9:timer', 'i:1740412488;', 1740412488),
('6ammart1735959278_cacheff1d8189dc9d4393961611b6d15103fe', 'i:1;', 1758527227),
('6ammart1735959278_cacheff1d8189dc9d4393961611b6d15103fe:timer', 'i:1758527227;', 1758527227),
('6ammart1735959278_cacheff2fb6c9caefca1bba992584a107c708', 'i:29;', 1741509487),
('6ammart1735959278_cacheff2fb6c9caefca1bba992584a107c708:timer', 'i:1741509487;', 1741509487),
('6ammart1735959278_cacheff32eca5a112c5ef7a67f6a3042837c2', 'i:1;', 1747098254),
('6ammart1735959278_cacheff32eca5a112c5ef7a67f6a3042837c2:timer', 'i:1747098254;', 1747098254),
('6ammart1735959278_cacheff6aaba38be902154eb968d9d5083bee', 'i:11;', 1762105298),
('6ammart1735959278_cacheff6aaba38be902154eb968d9d5083bee:timer', 'i:1762105298;', 1762105298),
('6ammart1735959278_cacheff841a9655f166470e6c7138d93e86b1', 'i:2;', 1753438032),
('6ammart1735959278_cacheff841a9655f166470e6c7138d93e86b1:timer', 'i:1753438032;', 1753438032),
('6ammart1735959278_cacheff8e5614c02a267738c317a94379537a', 'i:1;', 1760538869),
('6ammart1735959278_cacheff8e5614c02a267738c317a94379537a:timer', 'i:1760538869;', 1760538869),
('6ammart1735959278_cacheffbd78a9833383c348b56249e12d89fd', 'i:36;', 1740210928),
('6ammart1735959278_cacheffbd78a9833383c348b56249e12d89fd:timer', 'i:1740210928;', 1740210928),
('6ammart1735959278_cacheffc1ee79277b922e72c4882d297dbe74', 'i:11;', 1757604546),
('6ammart1735959278_cacheffc1ee79277b922e72c4882d297dbe74:timer', 'i:1757604546;', 1757604546),
('6ammart1735959278_cacheffcf42e27d219a035f1cfbe3a646d29a', 'i:4;', 1740386127),
('6ammart1735959278_cacheffcf42e27d219a035f1cfbe3a646d29a:timer', 'i:1740386127;', 1740386127),
('6ammart1735959278_cachemodule_config', 'N;', 2078215154),
('6ammart1735959278_cachestore_banners_02b7a07a873353727086c5b89530d62d', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1757518543),
('6ammart1735959278_cachestore_banners_0c0020eceb2f0dec83956eb27acc9649', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1756907887),
('6ammart1735959278_cachestore_banners_114ef5c03ede044d98268665b744aefc', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1753178125),
('6ammart1735959278_cachestore_banners_11d7c1340164f904da34b95093d5d7c4', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1751291948),
('6ammart1735959278_cachestore_banners_201bde39dfa1a16c3017a07a1d043568', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1751700525),
('6ammart1735959278_cachestore_banners_22f2aea8b14d148eb2ccc626d04f9206', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1752649041),
('6ammart1735959278_cachestore_banners_6216e1d37e7ddbbe20df22b6240743ce', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1757518570),
('6ammart1735959278_cachestore_banners_6a541cce6350c1e0aa1f533270550ad2', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1751292059),
('6ammart1735959278_cachestore_banners_708b72d4097154fc22c2fc982d5d4bed', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1751979948),
('6ammart1735959278_cachestore_banners_7b25a500c227074a8846c00096ebb257', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1757610122),
('6ammart1735959278_cachestore_banners_831ea3d155a33c244634fe01e864b43a', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1740061529),
('6ammart1735959278_cachestore_banners_841ce841b86b3a29b3843280309fc9cd', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1757518579),
('6ammart1735959278_cachestore_banners_84a7a17ea05c99f127a4caaab51e7edd', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1752649007),
('6ammart1735959278_cachestore_banners_8a691bbe4e850606b8623ac7468e7d80', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1757518577),
('6ammart1735959278_cachestore_banners_8cf04a1d9eda3e2403c9745038436f6d', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1758093884),
('6ammart1735959278_cachestore_banners_9b120be272ba55648d2307e510aa1097', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1758094365),
('6ammart1735959278_cachestore_banners_a53ffebe427f507e6a46855d5c9a69ce', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1751980428),
('6ammart1735959278_cachestore_banners_a75d12db913805009fc38d89a86434ab', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1758093854),
('6ammart1735959278_cachestore_banners_a9976f358c5b437ee24cdba807c25b62', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1753178675),
('6ammart1735959278_cachestore_banners_b085e88ece70aaf6d2b1f22a12443944', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1752643665),
('6ammart1735959278_cachestore_banners_b2f8a6d3e29e876cccc06400b0431cd0', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1748662805),
('6ammart1735959278_cachestore_banners_d92e5ff3ca1a8eb04814b640c20a8774', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1757610050),
('6ammart1735959278_cachestore_banners_ea4249d849131e91f199af60383a0222', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1757518530),
('6ammart1735959278_cachestore_banners_fde4a1d3eb217ee12be4de6c1f191224', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:0:{}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 1753178121);

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

--
-- 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, 'test', '2024-12-12-675a53dab69ec.png', 'test', 1, NULL, '2024-12-12 08:39:14', '2024-12-12 08:39:14', '2024-12-12', '2024-12-29', '08:38:00', '14:39:00', 2),
(2, '50% off', '2024-12-22-67678f2d63359.png', '50% off', 1, NULL, '2024-12-22 09:31:49', '2024-12-22 09:31:49', '2024-12-22', '2024-12-31', '09:31:00', '09:31: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
(28, 4, 2, 21, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 199.000, 1, '\"[]\"', '2024-12-17 16:50:38', '2024-12-17 16:50:38'),
(29, 34, 2, 3, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 120.000, 1, '\"[]\"', '2024-12-17 17:08:15', '2024-12-17 17:08:15'),
(33, 47, 2, 21, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 199.000, 1, '\"[]\"', '2024-12-18 10:13:18', '2024-12-18 10:13:18'),
(42, 54, 5, 23, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 36.000, 1, '\"[{\\\"type\\\":\\\"100g\\\",\\\"price\\\":40,\\\"stock\\\":10}]\"', '2024-12-19 18:14:38', '2024-12-19 18:14:38'),
(66, 25, 2, 21, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 169.150, 1, '\"[]\"', '2024-12-24 09:37:10', '2024-12-24 09:37:10'),
(77, 10, 5, 26, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 15.000, 1, '\"[{\\\"type\\\":\\\"70g\\\",\\\"price\\\":15,\\\"stock\\\":10}]\"', '2024-12-27 23:39:24', '2024-12-27 23:39:24'),
(79, 14, 1, 38, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 119.000, 1, '\"[]\"', '2024-12-28 01:21:23', '2024-12-28 01:21:23'),
(80, 14, 2, 11, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 59.000, 1, '\"[]\"', '2024-12-28 01:22:36', '2024-12-28 01:22:36'),
(81, 14, 2, 12, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 297.000, 3, '\"[]\"', '2024-12-28 01:22:38', '2024-12-28 01:22:40'),
(82, 14, 1, 2, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 500.000, 1, '\"[]\"', '2024-12-28 09:41:43', '2024-12-28 09:41:43'),
(83, 14, 5, 25, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 1123.200, 3, '\"[]\"', '2024-12-28 09:42:22', '2024-12-28 09:42:36'),
(84, 14, 5, 23, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 36.000, 2, '\"[{\\\"type\\\":\\\"100g\\\",\\\"price\\\":40,\\\"stock\\\":10}]\"', '2024-12-28 09:42:40', '2024-12-28 09:42:40'),
(85, 94, 2, 12, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 99.000, 1, '\"[]\"', '2024-12-29 21:49:44', '2024-12-29 21:49:44'),
(90, 116, 1, 38, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 107.100, 2, '\"[]\"', '2025-01-01 13:43:39', '2025-01-01 13:43:39'),
(96, 125, 2, 16, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 714.000, 6, '\"[]\"', '2025-01-03 00:28:38', '2025-01-03 00:29:01'),
(97, 125, 2, 15, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 199.000, 1, '\"[]\"', '2025-01-03 00:29:02', '2025-01-03 00:29:02'),
(98, 125, 1, 38, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 321.300, 3, '\"[]\"', '2025-01-03 00:30:45', '2025-01-03 00:30:52'),
(100, 119, 2, 21, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 199.000, 1, '\"[]\"', '2025-01-04 06:40:50', '2025-01-04 06:40:50'),
(114, 170, 5, 26, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 15.000, 1, '\"[{\\\"type\\\":\\\"70g\\\",\\\"price\\\":15,\\\"stock\\\":10}]\"', '2025-01-21 15:40:27', '2025-01-21 15:40:27'),
(115, 170, 5, 25, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 374.400, 1, '\"[]\"', '2025-01-21 15:40:35', '2025-01-21 15:40:35'),
(125, 198, 5, 24, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 190.000, 1, '\"[{\\\"type\\\":\\\"1kg\\\",\\\"price\\\":230,\\\"stock\\\":10}]\"', '2025-02-07 17:40:57', '2025-02-07 17:40:57'),
(126, 198, 1, 470, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 54.000, 1, '\"[{\\\"type\\\":\\\"200Gram-Yellow-200-3\\\",\\\"price\\\":60,\\\"stock\\\":5}]\"', '2025-02-08 15:38:04', '2025-02-08 15:38:04'),
(130, 16, 2, 22, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 67.000, 1, '\"[]\"', '2025-02-16 19:39:09', '2025-02-16 19:39:09'),
(132, 264, 2, 21, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 199.000, 1, '\"[]\"', '2025-02-17 11:47:17', '2025-02-17 11:47:17'),
(133, 264, 2, 20, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 199.000, 1, '\"[]\"', '2025-02-17 11:47:21', '2025-02-17 11:47:21'),
(137, 23, 2, 14, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 199.000, 1, '\"[]\"', '2025-02-19 10:54:42', '2025-02-19 10:54:42'),
(140, 330, 3, 230, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 149.000, 1, '\"[{\\\"type\\\":\\\"500g\\\",\\\"price\\\":149,\\\"stock\\\":15}]\"', '2025-02-22 13:24:43', '2025-02-22 13:24:43'),
(149, 640, 1, 470, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 45.000, 1, '\"[{\\\"type\\\":\\\"200-Yellow-200-3\\\",\\\"price\\\":50,\\\"stock\\\":3}]\"', '2025-05-23 06:25:23', '2025-05-23 06:25:23'),
(153, 700, 1, 470, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 90.000, 2, '\"[{\\\"type\\\":\\\"200-Yellow-200-3\\\",\\\"price\\\":50,\\\"stock\\\":3}]\"', '2025-07-16 06:36:04', '2025-07-16 06:36:33'),
(154, 700, 5, 23, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 36.000, 3, '\"[{\\\"type\\\":\\\"100g\\\",\\\"price\\\":40,\\\"stock\\\":10}]\"', '2025-07-16 06:37:42', '2025-07-16 06:37:51'),
(155, 636, 2, 472, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 100.000, 1, '\"[]\"', '2025-07-22 09:44:38', '2025-07-22 09:44:38'),
(156, 651, 2, 474, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 100.000, 1, '\"[]\"', '2025-07-25 13:40:35', '2025-07-25 13:40:35'),
(157, 55, 2, 474, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 200.000, 2, '\"[]\"', '2025-07-25 14:00:48', '2025-07-25 14:00:54'),
(158, 636, 2, 475, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 130.000, 1, '\"[]\"', '2025-09-03 13:35:54', '2025-09-03 13:35:54'),
(159, 958, 2, 720, 1, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 400.000, 1, '\"[]\"', '2025-09-17 07:12:57', '2025-09-17 07:12:57'),
(160, 21, 2, 475, 0, '\"[]\"', '\"[]\"', 'App\\Models\\Item', 130.000, 1, '\"[]\"', '2025-10-26 16:31:45', '2025-10-26 16:31:45');

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

--
-- 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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

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

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

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

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

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

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

INSERT INTO `categories` (`id`, `name`, `image`, `parent_id`, `position`, `status`, `created_at`, `updated_at`, `priority`, `module_id`, `slug`, `featured`) VALUES
(3, 'Wraps', '2024-12-06-6752a50e565ad.png', 0, 0, 1, '2024-12-06 01:17:34', '2024-12-19 13:33:49', 0, 2, 'wraps', 1),
(4, 'Rice Bowls', '2024-12-06-6752a522e8252.png', 0, 0, 1, '2024-12-06 01:17:54', '2024-12-19 13:33:51', 0, 2, 'rice-bowls', 1),
(5, 'Combos', '2024-12-06-6752a7b9868d8.png', 0, 0, 1, '2024-12-06 01:28:57', '2024-12-19 13:33:53', 0, 2, 'combos', 1),
(6, 'Desserts & Beverages', '2024-12-06-6752a7dd34ac4.png', 0, 0, 1, '2024-12-06 01:29:33', '2024-12-19 13:33:57', 0, 2, 'desserts-beverages', 1),
(7, 'Burgers', '2024-12-06-6752a8174b83d.png', 0, 0, 1, '2024-12-06 01:30:31', '2024-12-19 13:33:54', 0, 2, 'burgers', 1),
(9, 'Vegetables', '2024-12-06-6752b629bbbe7.png', 0, 0, 1, '2024-12-06 02:30:33', '2024-12-06 02:30:33', 0, 5, 'vegetables', 0),
(10, 'Fruits', '2024-12-06-6752b64206d2c.png', 0, 0, 1, '2024-12-06 02:30:58', '2024-12-06 02:30:58', 0, 5, 'fruits', 0),
(11, 'Atta, Rice, Dals', '2024-12-06-6752b6a42a31f.png', 0, 0, 1, '2024-12-06 02:32:36', '2024-12-09 11:05:08', 0, 5, 'atta-oils-dals', 0),
(12, 'Kitchen Appliances', '2024-12-06-6752d6e139316.png', 0, 0, 1, '2024-12-06 16:11:51', '2024-12-06 16:20:09', 0, 4, 'kitchen-appliances', 0),
(13, 'Electronics', '2024-12-06-6752d8a74b357.png', 0, 0, 1, '2024-12-06 16:27:43', '2024-12-06 16:27:43', 0, 4, 'electronics', 0),
(14, 'Rice & Masalas', '2024-12-09-67568fde5ff90.png', 0, 0, 1, '2024-12-09 12:06:14', '2024-12-09 12:06:14', 0, 5, 'rice-masalas', 0),
(15, 'Breakfast & Instant Food', '2024-12-09-67569002b7397.png', 0, 0, 1, '2024-12-09 12:06:50', '2024-12-09 12:06:50', 0, 5, 'breakfast-instant-food', 0),
(16, 'Snacks & Biscuits', '2024-12-09-6756902dae2e9.png', 0, 0, 1, '2024-12-09 12:07:33', '2024-12-09 12:07:33', 0, 5, 'snacks-biscuits', 0),
(17, 'Tea, Coffee & Health Drinks', '2024-12-09-6756937c0147f.png', 0, 0, 1, '2024-12-09 12:21:40', '2024-12-09 12:21:40', 0, 5, 'tea-coffee-health-drinks', 0),
(18, 'Cleaning & Household', '2024-12-09-6756a1e25c989.png', 0, 0, 1, '2024-12-09 13:23:06', '2024-12-09 13:23:06', 0, 5, 'cleaning-household', 0),
(19, 'Televisions', '2024-12-09-6756a4f6a3214.png', 0, 0, 1, '2024-12-09 13:36:14', '2024-12-09 13:36:14', 0, 4, 'televisions', 0),
(20, 'Chicken', '2024-12-11-6759aab642248.png', 0, 0, 1, '2024-12-11 20:37:34', '2024-12-11 20:37:34', 0, 3, 'chicken', 0),
(21, 'Sea Food', '2024-12-11-6759aae1cfdfd.png', 0, 0, 1, '2024-12-11 20:38:17', '2024-12-11 20:38:17', 0, 3, 'sea-food', 0),
(22, 'Biryani', '2024-12-19-6763d495bcb05.png', 0, 0, 1, '2024-12-19 13:38:53', '2024-12-19 13:38:58', 0, 2, 'biryani', 1),
(23, 'Fried Rice', '2024-12-19-6763d4e082dfa.png', 0, 0, 1, '2024-12-19 13:40:08', '2024-12-19 13:40:08', 0, 2, 'fried-rice', 0),
(24, 'Chicken', '2024-12-19-6763d5c090c89.png', 0, 0, 1, '2024-12-19 13:43:52', '2024-12-19 13:43:52', 0, 2, 'chicken-2', 0),
(25, 'Paneer', '2024-12-19-6763d5f425cca.png', 0, 0, 1, '2024-12-19 13:44:44', '2024-12-19 13:44:44', 0, 2, 'paneer', 0),
(26, 'Pizza', '2024-12-19-6763d62245af8.png', 0, 0, 1, '2024-12-19 13:45:30', '2024-12-19 13:45:30', 0, 2, 'pizza', 0),
(27, 'Thali', '2024-12-19-6763d68f4f9a8.png', 0, 0, 1, '2024-12-19 13:47:19', '2024-12-19 13:47:19', 0, 2, 'thali', 0),
(28, 'Cake', '2024-12-19-6763d6d58167e.png', 0, 0, 1, '2024-12-19 13:48:29', '2024-12-19 13:48:29', 0, 2, 'cake', 0),
(29, 'Veg Meal', '2024-12-19-6763d706296c4.png', 0, 0, 1, '2024-12-19 13:49:18', '2024-12-19 13:49:18', 0, 2, 'veg-meal', 0),
(30, 'North Indian', '2024-12-19-6763d75d5b3c0.png', 0, 0, 1, '2024-12-19 13:50:45', '2024-12-19 13:50:45', 0, 2, 'north-indian', 0),
(31, 'Paratha', '2024-12-19-6763d7c36846a.png', 0, 0, 1, '2024-12-19 13:52:27', '2024-12-19 13:52:27', 0, 2, 'paratha', 0),
(32, 'Dosa', '2024-12-19-6763d8103d4a4.png', 0, 0, 1, '2024-12-19 13:53:44', '2024-12-19 13:53:44', 0, 2, 'dosa', 0),
(33, 'Rolls', '2024-12-19-6763d83bcd16e.png', 0, 0, 1, '2024-12-19 13:54:27', '2024-12-19 13:54:27', 0, 2, 'rolls', 0),
(34, 'Chinese', '2024-12-19-6763d88199389.png', 0, 0, 1, '2024-12-19 13:55:37', '2024-12-19 13:55:37', 0, 2, 'chinese', 0),
(35, 'Chowmein', '2024-12-19-6763d8c50d62f.png', 0, 0, 1, '2024-12-19 13:56:45', '2024-12-19 13:56:45', 0, 2, 'chowmein', 0),
(36, 'Sweets', '2024-12-19-6763d8fc3d404.png', 0, 0, 1, '2024-12-19 13:57:40', '2024-12-19 13:57:40', 0, 2, 'sweets', 0),
(37, 'Momos', '2024-12-19-6763d933be1a5.png', 0, 0, 1, '2024-12-19 13:58:35', '2024-12-19 13:58:35', 0, 2, 'momos', 0),
(38, 'Sandwich', '2024-12-19-6763d962d5fe4.png', 0, 0, 1, '2024-12-19 13:59:22', '2024-12-19 13:59:22', 0, 2, 'sandwich', 0),
(39, 'South Indian', '2024-12-19-6763d996b8254.png', 0, 0, 1, '2024-12-19 14:00:14', '2024-12-19 14:00:14', 0, 2, 'south-indian', 0),
(40, 'Shawarma', '2024-12-19-6763d9f5c60a6.png', 0, 0, 1, '2024-12-19 14:01:49', '2024-12-19 14:01:49', 0, 2, 'shawarma', 0),
(41, 'Ice Cream', '2024-12-19-6763da3c6e3e3.png', 0, 0, 1, '2024-12-19 14:03:00', '2024-12-19 14:03:00', 0, 2, 'ice-cream', 0),
(42, 'Idli', '2024-12-19-6763da7e521d8.png', 0, 0, 1, '2024-12-19 14:04:06', '2024-12-19 14:04:06', 0, 2, 'idli', 0),
(43, 'Manchurian', '2024-12-19-6763dabcaadcd.png', 0, 0, 1, '2024-12-19 14:05:08', '2024-12-19 14:05:08', 0, 2, 'manchurian', 0),
(44, 'Chilli Chicken', '2024-12-19-6763daf30f5b9.png', 0, 0, 1, '2024-12-19 14:06:03', '2024-12-19 14:06:03', 0, 2, 'chilli-chicken', 0),
(45, 'Milkshake', '2024-12-19-6763db499521e.png', 0, 0, 1, '2024-12-19 14:07:29', '2024-12-19 14:07:29', 0, 2, 'milkshake', 0),
(46, 'Pastry', '2024-12-19-6763dba22e421.png', 0, 0, 1, '2024-12-19 14:08:58', '2024-12-19 14:08:58', 0, 2, 'pastry', 0),
(47, 'Tiffin', '2024-12-19-6763dc022c4d3.png', 0, 0, 1, '2024-12-19 14:10:34', '2024-12-19 14:10:34', 0, 2, 'tiffin', 0),
(48, 'Fries', '2024-12-19-6763dc5743542.png', 0, 0, 1, '2024-12-19 14:11:59', '2024-12-19 14:11:59', 0, 2, 'fries', 0),
(49, 'Desserts', '2024-12-19-6763ddfa2f31f.png', 0, 0, 1, '2024-12-19 14:18:58', '2024-12-19 14:18:58', 0, 2, 'desserts', 0),
(50, 'Dal', '2024-12-19-6763de2165f82.png', 0, 0, 1, '2024-12-19 14:19:37', '2024-12-19 14:19:37', 0, 2, 'dal', 0),
(51, 'Soup', '2024-12-19-6763de70ad13a.png', 0, 0, 1, '2024-12-19 14:20:56', '2024-12-19 14:20:56', 0, 2, 'soup', 0),
(52, 'Juice', '2024-12-19-6763decb8535f.png', 0, 0, 1, '2024-12-19 14:22:27', '2024-12-19 14:22:27', 0, 2, 'juice', 0),
(53, 'Cold Coffee', '2024-12-19-6763df057f0c7.png', 0, 0, 1, '2024-12-19 14:23:25', '2024-12-19 14:23:25', 0, 2, 'cold-coffee', 0),
(54, 'Kulche', '2024-12-19-6763df417832e.png', 0, 0, 1, '2024-12-19 14:24:25', '2024-12-19 14:24:25', 0, 2, 'kulche', 0),
(55, 'Samosa', '2024-12-19-6763df69d6149.png', 0, 0, 1, '2024-12-19 14:25:05', '2024-12-19 14:25:05', 0, 2, 'samosa', 0),
(56, 'Cupcake', '2024-12-19-6763dfa336eaf.png', 0, 0, 1, '2024-12-19 14:26:03', '2024-12-19 14:26:03', 0, 2, 'cupcake', 0),
(57, 'Pulao', '2024-12-19-6763dfe7cd95d.png', 0, 0, 1, '2024-12-19 14:27:11', '2024-12-19 14:27:11', 0, 2, 'pulao', 0),
(58, 'Curd Rice', '2024-12-19-6763e02a17c92.png', 0, 0, 1, '2024-12-19 14:28:18', '2024-12-19 14:28:18', 0, 2, 'curd-rice', 0),
(59, 'Fish', '2024-12-19-6763e09dbaaa6.png', 0, 0, 1, '2024-12-19 14:30:13', '2024-12-19 14:30:13', 0, 2, 'fish', 0),
(60, 'Pasta', '2024-12-19-6763e0d4df832.png', 0, 0, 1, '2024-12-19 14:31:08', '2024-12-19 14:31:08', 0, 2, 'pasta', 0),
(61, 'Doughnut', '2024-12-19-6763e122b78bc.png', 0, 0, 1, '2024-12-19 14:32:26', '2024-12-19 14:32:26', 0, 2, 'doughnut', 0),
(62, 'Namkeen', '2024-12-19-6763e16617606.png', 0, 0, 1, '2024-12-19 14:33:34', '2024-12-19 14:33:34', 0, 2, 'namkeen', 0),
(63, 'Gulab Jamun', '2024-12-19-6763e1979afa9.png', 0, 0, 1, '2024-12-19 14:34:23', '2024-12-19 14:34:23', 0, 2, 'gulab-jamun', 0),
(64, 'Lassi', '2024-12-19-6763e286dd806.png', 0, 0, 1, '2024-12-19 14:38:22', '2024-12-19 14:38:22', 0, 2, 'lassi', 0),
(65, 'Cheesecake', '2024-12-19-6763e2f878b0a.png', 0, 0, 1, '2024-12-19 14:40:16', '2024-12-19 14:40:16', 0, 2, 'cheesecake', 0),
(66, 'Pakoda', '2024-12-19-6763e33baf113.png', 0, 0, 1, '2024-12-19 14:41:23', '2024-12-19 14:41:23', 0, 2, 'pakoda', 0),
(67, 'Brownie', '2024-12-19-6763e385c44ad.png', 0, 0, 1, '2024-12-19 14:42:37', '2024-12-19 14:42:37', 0, 2, 'brownie', 0),
(68, 'Chicken Mandi', '2024-12-19-6763e3cda1102.png', 0, 0, 1, '2024-12-19 14:43:49', '2024-12-19 14:43:49', 0, 2, 'chicken-mandi', 0),
(69, 'Muffin', '2024-12-19-6763e3fb77192.png', 0, 0, 1, '2024-12-19 14:44:35', '2024-12-19 14:44:35', 0, 2, 'muffin', 0),
(70, 'Mousse', '2024-12-19-6763e4374011d.png', 0, 0, 1, '2024-12-19 14:45:35', '2024-12-19 14:45:35', 0, 2, 'mousse', 0),
(71, 'Uttapam', '2024-12-19-6763e464ddbd4.png', 0, 0, 1, '2024-12-19 14:46:20', '2024-12-19 14:46:20', 0, 2, 'uttapam', 0),
(72, 'Butter Chicken', '2024-12-19-6763e4a9d8a67.png', 0, 0, 1, '2024-12-19 14:47:29', '2024-12-19 14:47:29', 0, 2, 'butter-chicken', 0),
(73, 'Cookies', '2024-12-19-6763e4d025f08.png', 0, 0, 1, '2024-12-19 14:48:08', '2024-12-19 14:48:08', 0, 2, 'cookies', 0),
(74, 'Chaach', '2024-12-19-6763e55ecf082.png', 0, 0, 1, '2024-12-19 14:50:30', '2024-12-19 14:50:30', 0, 2, 'chaach', 0),
(75, 'Mutton', '2024-12-19-6763e58c7c607.png', 0, 0, 1, '2024-12-19 14:51:16', '2024-12-19 14:51:16', 0, 2, 'mutton', 0),
(76, 'Vada', '2024-12-19-6763e618bef5f.png', 0, 0, 1, '2024-12-19 14:53:36', '2024-12-19 14:53:36', 0, 2, 'vada', 0),
(77, 'Bhurji', '2024-12-19-6763e6a0c461c.png', 0, 0, 1, '2024-12-19 14:55:52', '2024-12-19 14:55:52', 0, 2, 'bhurji', 0),
(78, 'Mushrooms', '2024-12-19-6763e7017aab4.png', 0, 0, 1, '2024-12-19 14:57:29', '2024-12-19 14:57:29', 0, 2, 'mushrooms', 0),
(79, 'Wings', '2024-12-19-6763e75be8b6c.png', 0, 0, 1, '2024-12-19 14:59:00', '2024-12-19 14:59:00', 0, 2, 'wings', 0),
(80, 'Poori', '2024-12-19-6763e7a096d99.png', 0, 0, 1, '2024-12-19 15:00:08', '2024-12-19 15:00:08', 0, 2, 'poori', 0),
(81, 'Halwa', '2024-12-19-6763e7d83ee7c.png', 0, 0, 1, '2024-12-19 15:01:04', '2024-12-19 15:01:04', 0, 2, 'halwa', 0),
(82, 'Keema', '2024-12-19-6763e83717238.png', 0, 0, 1, '2024-12-19 15:02:39', '2024-12-19 15:02:39', 0, 2, 'keema', 0),
(83, 'Kebabs', '2024-12-19-6763e86f6ad77.png', 0, 0, 1, '2024-12-19 15:03:35', '2024-12-19 15:03:35', 0, 2, 'kebabs', 0),
(84, 'Salad', '2024-12-19-6763e8b0023f3.png', 0, 0, 1, '2024-12-19 15:04:40', '2024-12-19 15:04:40', 0, 2, 'salad', 0),
(85, 'Upma', '2024-12-19-6763e8ec17865.png', 0, 0, 1, '2024-12-19 15:05:40', '2024-12-19 15:05:40', 0, 2, 'upma', 0),
(86, 'Omelette', '2024-12-19-6763e9396ff03.png', 0, 0, 1, '2024-12-19 15:06:57', '2024-12-19 15:06:57', 0, 2, 'omelette', 0),
(87, 'Prawns', '2024-12-19-6763e96312c94.png', 0, 0, 1, '2024-12-19 15:07:39', '2024-12-19 15:07:39', 0, 2, 'prawns', 0),
(88, 'Tart', '2024-12-19-6763e99221276.png', 0, 0, 1, '2024-12-19 15:08:26', '2024-12-19 15:08:26', 0, 2, 'tart', 0),
(89, 'Kofta', '2024-12-19-6763e9f12ed2f.png', 0, 0, 1, '2024-12-19 15:10:01', '2024-12-19 15:10:01', 0, 2, 'kofta', 0),
(90, 'Coffee', '2024-12-19-6763eabd11a73.png', 0, 0, 1, '2024-12-19 15:13:25', '2024-12-19 15:13:25', 0, 2, 'coffee', 0),
(91, 'Fish Fry', '2024-12-19-6763eae63cb69.png', 0, 0, 1, '2024-12-19 15:14:06', '2024-12-19 15:14:06', 0, 2, 'fish-fry', 0),
(92, 'Pulusu', '2024-12-19-6763eb71bc79c.png', 0, 0, 1, '2024-12-19 15:16:25', '2024-12-19 15:16:25', 0, 2, 'pulusu', 0),
(93, 'Korma', '2024-12-19-6763ebc36f4fb.png', 0, 0, 1, '2024-12-19 15:17:47', '2024-12-19 15:17:47', 0, 2, 'korma', 0),
(94, 'Pesarattu', '2024-12-19-6763ebef55dc2.png', 0, 0, 1, '2024-12-19 15:18:31', '2024-12-19 15:18:31', 0, 2, 'pesarattu', 0),
(95, 'Fish Fingers', '2024-12-19-6763ec27cebaf.png', 0, 0, 1, '2024-12-19 15:19:27', '2024-12-19 15:19:27', 0, 2, 'fish-fingers', 0),
(96, 'Rajma Rice', '2024-12-19-6763ec6b67a84.png', 0, 0, 1, '2024-12-19 15:20:35', '2024-12-19 15:20:35', 0, 2, 'rajma-rice', 0),
(97, 'Malai Kofta', '2024-12-19-6763eca98652c.png', 0, 0, 1, '2024-12-19 15:21:37', '2024-12-19 15:21:37', 0, 2, 'malai-kofta', 0),
(98, 'Bajji', '2024-12-19-6763ecf46a3c5.png', 0, 0, 1, '2024-12-19 15:22:52', '2024-12-19 15:22:52', 0, 2, 'bajji', 0),
(99, 'Chaat', '2024-12-19-6763ed1cdf7f7.png', 0, 0, 1, '2024-12-19 15:23:32', '2024-12-19 15:23:32', 0, 2, 'chaat', 0),
(100, 'Bonda', '2024-12-19-6763ed750cdbf.png', 0, 0, 1, '2024-12-19 15:25:01', '2024-12-19 15:25:01', 0, 2, 'bonda', 0),
(101, 'Kachori', '2024-12-19-6763edbb216b3.png', 0, 0, 1, '2024-12-19 15:26:11', '2024-12-19 15:26:11', 0, 2, 'kachori', 0),
(102, 'Chocolate', '2024-12-19-6763ee0a94558.png', 0, 0, 1, '2024-12-19 15:27:30', '2024-12-19 15:27:30', 0, 2, 'chocolate', 0),
(103, 'Waffles', '2024-12-19-6763ee3114713.png', 0, 0, 1, '2024-12-19 15:28:09', '2024-12-19 15:28:09', 0, 2, 'waffles', 0),
(104, 'Tiramisu', '2024-12-19-6763ee67b5b4d.png', 0, 0, 1, '2024-12-19 15:29:03', '2024-12-19 15:29:03', 0, 2, 'tiramisu', 0),
(105, 'Puff Pastry', '2024-12-19-6763eea02488e.png', 0, 0, 1, '2024-12-19 15:30:00', '2024-12-19 15:30:00', 0, 2, 'puff-pastry', 0),
(106, 'Tacos', '2024-12-19-6763eec711382.png', 0, 0, 1, '2024-12-19 15:30:39', '2024-12-19 15:30:39', 0, 2, 'tacos', 0),
(107, 'Tempura', '2024-12-19-6763ef02014f8.png', 0, 0, 1, '2024-12-19 15:31:38', '2024-12-19 15:31:38', 0, 2, 'tempura', 0),
(108, 'Risotto', '2024-12-19-6763ef2fea5dd.png', 0, 0, 1, '2024-12-19 15:32:23', '2024-12-19 15:32:23', 0, 2, 'risotto', 0),
(109, 'Custard', '2024-12-19-6763ef58d2927.png', 0, 0, 1, '2024-12-19 15:33:04', '2024-12-19 15:33:04', 0, 2, 'custard', 0),
(110, 'Vada Pav', '2024-12-19-6763ef7d422b8.png', 0, 0, 1, '2024-12-19 15:33:41', '2024-12-19 15:33:41', 0, 2, 'vada-pav', 0),
(111, 'Nachos', '2024-12-19-6763efe355776.png', 0, 0, 1, '2024-12-19 15:35:23', '2024-12-19 15:35:23', 0, 2, 'nachos', 0),
(112, 'Falafel', '2024-12-19-6763f00bd8a2f.png', 0, 0, 1, '2024-12-19 15:36:03', '2024-12-19 15:36:03', 0, 2, 'falafel', 0),
(113, 'Pudding', '2024-12-19-6763f02e641df.png', 0, 0, 1, '2024-12-19 15:36:38', '2024-12-19 15:36:38', 0, 2, 'pudding', 0),
(114, 'Croissant', '2024-12-19-6763f06048d85.png', 0, 0, 1, '2024-12-19 15:37:28', '2024-12-19 15:37:28', 0, 2, 'croissant', 0),
(115, 'Pongal', '2024-12-19-6763f096507e7.png', 0, 0, 1, '2024-12-19 15:38:22', '2024-12-19 15:38:22', 0, 2, 'pongal', 0),
(116, 'Pie', '2024-12-19-6763f0be2cefe.png', 0, 0, 1, '2024-12-19 15:39:02', '2024-12-19 15:39:02', 0, 2, 'pie', 0),
(117, 'Pancake', '2024-12-19-6763f0ef5af40.png', 0, 0, 1, '2024-12-19 15:39:51', '2024-12-19 15:39:51', 0, 2, 'pancake', 0),
(118, 'Chop Suey', '2024-12-19-6763f1312115b.png', 0, 0, 1, '2024-12-19 15:40:57', '2024-12-19 15:40:57', 0, 2, 'chop-suey', 0),
(119, 'Tea', '2024-12-19-6763f16755f59.png', 0, 0, 1, '2024-12-19 15:41:51', '2024-12-19 15:41:51', 0, 2, 'tea', 0),
(120, 'Sundae', '2024-12-19-6763f1a73758e.png', 0, 0, 1, '2024-12-19 15:42:55', '2024-12-19 15:42:55', 0, 2, 'sundae', 0),
(121, 'Khichdi', '2024-12-19-6763f1d5138c4.png', 0, 0, 1, '2024-12-19 15:43:41', '2024-12-19 15:43:41', 0, 2, 'khichdi', 0),
(122, 'Hot Dog', '2024-12-19-6763f211da0b3.png', 0, 0, 1, '2024-12-19 15:44:41', '2024-12-19 15:44:41', 0, 2, 'hot-dog', 0),
(123, 'Poha', '2024-12-19-6763f236de938.png', 0, 0, 1, '2024-12-19 15:45:18', '2024-12-19 15:45:18', 0, 2, 'poha', 0),
(124, 'Steak', '2024-12-19-6763f26473ddf.png', 0, 0, 1, '2024-12-19 15:46:04', '2024-12-19 15:46:04', 0, 2, 'steak', 0),
(125, 'Chaap', '2024-12-19-6763f2912e270.png', 0, 0, 1, '2024-12-19 15:46:49', '2024-12-19 15:46:49', 0, 2, 'chaap', 0),
(126, 'Chole Bhature', '2024-12-19-6763f34b97c36.png', 0, 0, 1, '2024-12-19 15:49:55', '2024-12-19 15:49:55', 0, 2, 'chole-bhature', 0),
(127, 'Jalebi', '2024-12-19-6763f370d417c.png', 0, 0, 1, '2024-12-19 15:50:32', '2024-12-19 15:50:32', 0, 2, 'jalebi', 0),
(128, 'Rasmalai', '2024-12-19-6763f3dbdd444.png', 0, 0, 1, '2024-12-19 15:52:19', '2024-12-19 15:52:19', 0, 2, 'rasmalai', 0),
(129, 'Egg Tadka', '2024-12-19-6763f40e6ad1a.png', 0, 0, 1, '2024-12-19 15:53:10', '2024-12-19 15:53:10', 0, 2, 'egg-tadka', 0),
(130, 'Masala Poori', '2024-12-19-6763f45d3ed8d.png', 0, 0, 1, '2024-12-19 15:54:29', '2024-12-19 15:54:29', 0, 2, 'masala-poori', 0),
(131, 'Bread Pakoda', '2024-12-19-6763f4940c365.png', 0, 0, 1, '2024-12-19 15:55:24', '2024-12-19 15:55:24', 0, 2, 'bread-pakoda', 0),
(132, 'Sambar Rice', '2024-12-19-6763f524e3c8a.png', 0, 0, 1, '2024-12-19 15:57:48', '2024-12-19 15:57:48', 0, 2, 'sambar-rice', 0),
(133, 'Aloo Tikki', '2024-12-19-6763f55369b50.png', 0, 0, 1, '2024-12-19 15:58:35', '2024-12-19 15:58:35', 0, 2, 'aloo-tikki', 0),
(134, 'Bhel', '2024-12-19-6763f57fddd31.png', 0, 0, 1, '2024-12-19 15:59:19', '2024-12-19 15:59:19', 0, 2, 'bhel', 0),
(135, 'Poori Bhaji', '2024-12-19-6763f5bb4966b.png', 0, 0, 1, '2024-12-19 16:00:19', '2024-12-19 16:00:19', 0, 2, 'poori-bhaji', 0),
(136, 'Paneer Pakoda', '2024-12-19-6763f5f0bc48c.png', 0, 0, 1, '2024-12-19 16:01:12', '2024-12-19 16:01:12', 0, 2, 'paneer-pakoda', 0),
(137, 'Mirch Bajji', '2024-12-19-6763f61f8eefe.png', 0, 0, 1, '2024-12-19 16:01:59', '2024-12-19 16:01:59', 0, 2, 'mirch-bajji', 0),
(138, 'Payasam', '2024-12-19-6763f6456ce38.png', 0, 0, 1, '2024-12-19 16:02:37', '2024-12-19 16:02:37', 0, 2, 'payasam', 0),
(139, 'Rasgulla', '2024-12-19-6763f67121e89.png', 0, 0, 1, '2024-12-19 16:03:21', '2024-12-19 16:03:21', 0, 2, 'rasgulla', 0),
(142, 'Grocery & Kitchen', '2024-12-21-6766a574b9a26.png', 0, 0, 1, '2024-12-21 16:54:36', '2024-12-22 09:33:34', 0, 1, 'grocery-kitchen', 1),
(143, 'Snacks & Drinks', '2024-12-21-6766a5873abf7.png', 0, 0, 1, '2024-12-21 16:54:55', '2024-12-22 09:33:36', 0, 1, 'snacks-drinks', 1),
(144, 'Beauty & Personal Care', '2024-12-21-6766a5a5bb65d.png', 0, 0, 1, '2024-12-21 16:55:25', '2024-12-22 09:33:37', 0, 1, 'beauty-personal-care', 1),
(145, 'vegetabels & fruits', 'def.png', 142, 1, 1, '2024-12-21 16:56:10', '2024-12-21 16:56:10', 0, 1, 'vegetabels-fruits', 0),
(146, 'Fresh Fruits', 'def.png', 142, 1, 1, '2024-12-21 16:56:48', '2024-12-21 16:56:48', 0, 1, 'fresh-fruits', 0),
(147, 'Fresh Vegetables', 'def.png', 142, 1, 1, '2024-12-21 16:57:04', '2024-12-21 16:57:04', 0, 1, 'fresh-vegetables', 0),
(148, 'Leafy, Herbs & Seasonings', 'def.png', 142, 1, 1, '2024-12-21 16:57:19', '2024-12-21 16:57:19', 0, 1, 'leafy-herbs-seasonings', 0),
(149, 'Atta,Rice & Dal', 'def.png', 142, 1, 1, '2024-12-21 16:57:51', '2024-12-21 16:57:51', 0, 1, 'attarice-dal', 0),
(150, 'oil,Ghee & Masala', 'def.png', 142, 1, 1, '2024-12-21 16:58:07', '2024-12-21 16:58:07', 0, 1, 'oilghee-masala', 0),
(151, 'Dairy,Bread & Eggs', 'def.png', 142, 1, 1, '2024-12-21 16:58:22', '2024-12-21 16:58:22', 0, 1, 'dairybread-eggs', 0),
(152, 'Bakery & Biscuits', 'def.png', 142, 1, 1, '2024-12-21 16:58:36', '2024-12-21 16:58:36', 0, 1, 'bakery-biscuits', 0),
(153, 'Dry Fruits & Cereals', 'def.png', 142, 1, 1, '2024-12-21 16:58:54', '2024-12-21 16:58:54', 0, 1, 'dry-fruits-cereals', 0),
(154, 'Drinks & Juices', 'def.png', 143, 1, 1, '2024-12-21 16:59:16', '2024-12-21 16:59:16', 0, 1, 'drinks-juices', 0),
(155, 'Ice Creams & more', 'def.png', 143, 1, 1, '2024-12-21 16:59:51', '2024-12-21 16:59:51', 0, 1, 'ice-creams-more', 0),
(156, 'Instant Food', 'def.png', 143, 1, 1, '2024-12-21 17:00:06', '2024-12-21 17:00:06', 0, 1, 'instant-food', 0),
(157, 'Tea, Coffee & Milk Drinks', 'def.png', 143, 1, 1, '2024-12-21 17:01:03', '2024-12-21 17:01:03', 0, 1, 'tea-coffee-milk-drinks', 0),
(158, 'Chips & Namkeen', 'def.png', 143, 1, 1, '2024-12-21 17:01:17', '2024-12-21 17:01:17', 0, 1, 'chips-namkeen', 0),
(159, 'sweets & Chocolates', 'def.png', 143, 1, 1, '2024-12-21 17:01:32', '2024-12-21 17:01:32', 0, 1, 'sweets-chocolates', 0),
(160, 'Baby Care', 'def.png', 144, 1, 1, '2024-12-21 17:01:52', '2024-12-21 17:01:52', 0, 1, 'baby-care', 0),
(161, 'Cleaning & House Hold', 'def.png', 144, 1, 1, '2024-12-21 17:02:08', '2024-12-21 17:02:08', 0, 1, 'cleaning-house-hold', 0),
(162, 'Femail Hygiene', 'def.png', 144, 1, 1, '2024-12-21 17:02:20', '2024-12-21 17:02:20', 0, 1, 'femail-hygiene', 0),
(163, 'Bath & Body', 'def.png', 144, 1, 1, '2024-12-21 17:02:32', '2024-12-21 17:02:32', 0, 1, 'bath-body', 0),
(164, 'Hair', 'def.png', 144, 1, 1, '2024-12-21 17:02:45', '2024-12-21 17:02:45', 0, 1, 'hair', 0),
(165, 'Skin & Face', 'def.png', 144, 1, 1, '2024-12-21 17:02:59', '2024-12-21 17:02:59', 0, 1, 'skin-face', 0),
(166, 'Chicken', '2024-12-22-6767fbf5d61de.png', 0, 0, 1, '2024-12-22 17:15:57', '2024-12-22 18:22:06', 0, 1, 'chicken', 1),
(167, 'Curry Cuts', 'def.png', 166, 1, 1, '2024-12-22 17:16:34', '2024-12-22 17:16:34', 0, 1, 'curry-cuts', 0),
(168, 'Boneless', 'def.png', 166, 1, 1, '2024-12-22 17:17:02', '2024-12-22 17:17:02', 0, 1, 'boneless', 0),
(169, 'Speciality Cuts', 'def.png', 166, 1, 1, '2024-12-22 17:17:43', '2024-12-22 17:17:43', 0, 1, 'speciality-cuts', 0),
(170, 'Fish & Seafood', '2024-12-22-6768055442e51.png', 0, 0, 1, '2024-12-22 17:55:56', '2024-12-22 18:22:08', 0, 1, 'fish-seafood', 1),
(171, 'Freshwater', 'def.png', 170, 1, 1, '2024-12-22 17:56:16', '2024-12-22 17:56:16', 0, 1, 'freshwater', 0),
(172, 'Seawater', 'def.png', 170, 1, 1, '2024-12-22 17:56:29', '2024-12-22 17:56:29', 0, 1, 'seawater', 0),
(173, 'Prawns & Crab', 'def.png', 170, 1, 1, '2024-12-22 17:56:42', '2024-12-22 17:56:42', 0, 1, 'prawns-crab', 0),
(174, 'Mutton', '2024-12-22-67680b7063971.png', 0, 0, 1, '2024-12-22 18:22:00', '2024-12-22 18:22:04', 0, 1, 'mutton-2', 1),
(175, 'Curry Cuts', 'def.png', 174, 1, 1, '2024-12-22 18:22:49', '2024-12-22 18:22:49', 0, 1, 'curry-cuts-2', 0),
(176, 'Liver & More', 'def.png', 174, 1, 1, '2024-12-22 18:22:58', '2024-12-22 18:22:58', 0, 1, 'liver-more', 0),
(177, 'Boneless & Mince', 'def.png', 174, 1, 1, '2024-12-22 18:23:13', '2024-12-22 18:23:13', 0, 1, 'boneless-mince', 0),
(178, 'Mobiles', '2024-12-24-676a8be401b98.png', 0, 0, 1, '2024-12-24 15:54:36', '2024-12-24 15:54:36', 0, 4, 'mobiles', 0),
(179, 'Smartphones', 'def.png', 178, 1, 1, '2024-12-24 15:55:32', '2024-12-24 15:55:32', 0, 4, 'smartphones', 0),
(180, 'Mobile Accessories', 'def.png', 178, 1, 1, '2024-12-24 15:55:54', '2024-12-24 15:55:54', 0, 4, 'mobile-accessories', 0),
(181, 'Smart Watches', 'def.png', 178, 1, 1, '2024-12-24 15:56:18', '2024-12-24 15:56:18', 0, 4, 'smart-watches', 0),
(182, 'Laptops', '2024-12-24-676a99437ebb5.png', 0, 0, 1, '2024-12-24 16:51:39', '2024-12-24 16:51:39', 0, 4, 'laptops', 0),
(183, 'Laptops', 'def.png', 182, 1, 1, '2024-12-24 16:53:14', '2024-12-24 16:53:14', 0, 4, 'laptops-2', 0),
(184, 'Laptop Accessories', 'def.png', 182, 1, 1, '2024-12-24 17:02:38', '2024-12-24 17:02:38', 0, 4, 'laptop-accessories', 0),
(185, 'OLED', 'def.png', 19, 1, 1, '2024-12-24 17:13:51', '2024-12-24 17:13:51', 0, 4, 'oled', 0),
(186, 'QLED', 'def.png', 19, 1, 1, '2024-12-24 17:14:03', '2024-12-24 17:14:03', 0, 4, 'qled', 0),
(187, 'Home Appliances', '2024-12-24-676aa1b4cdcb1.png', 0, 0, 1, '2024-12-24 17:27:40', '2024-12-24 17:27:40', 0, 4, 'home-appliances', 0),
(188, 'Fans', 'def.png', 187, 1, 1, '2024-12-24 17:28:34', '2024-12-24 17:28:34', 0, 4, 'fans', 0),
(189, 'Refrigerators', 'def.png', 187, 1, 1, '2024-12-24 17:28:50', '2024-12-24 17:28:50', 0, 4, 'refrigerators', 0),
(190, 'Washing Machine', 'def.png', 187, 1, 1, '2024-12-24 17:29:04', '2024-12-24 17:29:04', 0, 4, 'washing-machine', 0),
(191, 'Air conditioner', 'def.png', 187, 1, 1, '2024-12-24 17:29:17', '2024-12-24 17:29:17', 0, 4, 'air-conditioner', 0),
(192, 'Personal Care', '2024-12-26-676d3c636fd99.png', 0, 0, 1, '2024-12-26 16:52:11', '2024-12-26 16:52:11', 0, 7, 'personal-care', 0),
(193, 'Skin Care', 'def.png', 192, 1, 1, '2024-12-26 16:52:30', '2024-12-26 16:52:30', 0, 7, 'skin-care', 0),
(194, 'Oral Care', 'def.png', 192, 1, 1, '2024-12-26 16:52:48', '2024-12-26 16:52:48', 0, 7, 'oral-care', 0),
(195, 'Adult Diapers', 'def.png', 192, 1, 1, '2024-12-26 16:53:05', '2024-12-26 16:53:05', 0, 7, 'adult-diapers', 0),
(196, 'Vitamins & Supplements', '2024-12-26-676d42020702c.png', 0, 0, 1, '2024-12-26 17:16:10', '2024-12-26 17:16:10', 0, 7, 'vitamins-supplements', 0),
(197, 'Vitamin C', 'def.png', 196, 1, 1, '2024-12-26 17:17:27', '2024-12-26 17:17:27', 0, 7, 'vitamin-c', 0),
(198, 'Vitamin D', 'def.png', 196, 1, 1, '2024-12-26 17:17:41', '2024-12-26 17:17:41', 0, 7, 'vitamin-d', 0),
(199, 'Multivitamins', 'def.png', 196, 1, 1, '2024-12-26 17:17:54', '2024-12-26 17:17:54', 0, 7, 'multivitamins', 0),
(200, 'Nutritional Drinks', 'def.png', 196, 1, 1, '2024-12-26 17:35:05', '2024-12-26 17:35:05', 0, 7, 'nutritional-drinks', 0),
(201, 'Nutritional Drinks & Supplements', '2024-12-26-676d47d7a4e7e.png', 0, 0, 1, '2024-12-26 17:41:03', '2024-12-26 17:41:03', 0, 7, 'nutritional-drinks-supplements', 0),
(202, 'Kids Nutrition', 'def.png', 201, 1, 1, '2024-12-26 17:41:34', '2024-12-26 17:41:34', 0, 7, 'kids-nutrition', 0),
(203, 'Peanut Butter', 'def.png', 201, 1, 1, '2024-12-26 17:47:07', '2024-12-26 17:47:07', 0, 7, 'peanut-butter', 0),
(204, 'Muscle Mass Builders', 'def.png', 201, 1, 1, '2024-12-26 17:51:50', '2024-12-26 17:51:50', 0, 7, 'muscle-mass-builders', 0),
(205, 'Mixer', 'def.png', 12, 1, 1, '2024-12-28 17:23:11', '2024-12-28 17:23:11', 0, 4, 'mixer', 0),
(206, 'Water Purifiers', 'def.png', 12, 1, 1, '2024-12-28 17:35:45', '2024-12-28 17:35:45', 0, 4, 'water-purifiers', 0),
(207, 'NIGT CAFE', '2025-05-20-682c58bfbf767.png', 0, 0, 1, '2025-05-20 10:26:07', '2025-05-20 10:26:07', 0, 2, 'nigt-cafe', 0),
(208, 'Test 2', '2021-08-20-611fbe0e334c5.png', 0, 0, 1, '2025-05-20 10:36:01', '2025-05-20 10:36:01', 0, 2, NULL, 0),
(209, 'Pizza', '2025-05-23-683098e45d833.png', 0, 0, 1, '2025-05-23 15:48:52', '2025-05-23 15:48:52', 0, 2, 'pizza-2', 0),
(210, 'Nonveg Pizza', 'def.png', 209, 1, 1, '2025-05-23 15:49:28', '2025-05-23 15:49:28', 0, 2, 'nonveg-pizza', 0),
(211, 'Veg Soups', 'def.png', 51, 1, 1, '2025-08-08 09:07:02', '2025-08-08 09:07:02', 0, 2, 'veg-soups', 0),
(212, 'Non Veg Soups', 'def.png', 51, 1, 1, '2025-08-08 09:11:58', '2025-08-08 09:11:58', 0, 2, 'non-veg-soups', 0),
(213, 'Veg Family Pack\'s', '2025-08-08-6895cbf445fec.png', 0, 0, 1, '2025-08-08 10:05:40', '2025-08-08 10:05:40', 0, 2, 'veg-family-packs', 0),
(214, 'Non Veg Family Pack\'s', '2025-08-08-6895cce64ca02.png', 0, 0, 1, '2025-08-08 10:09:42', '2025-08-08 10:09:42', 0, 2, 'non-veg-family-packs', 0),
(215, 'Arabian Starters', '2025-08-08-6895cd6e673fd.png', 0, 0, 1, '2025-08-08 10:11:58', '2025-08-08 10:11:58', 0, 2, 'arabian-starters', 0),
(216, 'Mandy\'s', '2025-08-08-6895cdc4863d9.png', 0, 0, 1, '2025-08-08 10:13:24', '2025-08-08 10:13:24', 0, 2, 'mandys', 0),
(217, 'Beverages', '2025-08-08-6895ce2f95757.png', 0, 0, 1, '2025-08-08 10:15:11', '2025-08-08 10:15:11', 0, 2, 'beverages', 0),
(218, 'Veg Fried Rice', '2025-08-08-6895ce8fc8b76.png', 0, 0, 1, '2025-08-08 10:16:47', '2025-08-08 10:16:47', 0, 2, 'veg-fried-rice', 0),
(219, 'Non Veg Fried Rice', '2025-08-08-6895cedcc4bfc.png', 0, 0, 1, '2025-08-08 10:18:04', '2025-08-08 10:18:04', 0, 2, 'non-veg-fried-rice', 0),
(220, 'Veg Biryani', '2025-08-08-6895cf160a812.png', 0, 0, 1, '2025-08-08 10:19:02', '2025-08-08 10:19:02', 0, 2, 'veg-biryani', 0),
(221, 'Non Veg Biryani', '2025-08-08-6895cfa03a055.png', 0, 0, 1, '2025-08-08 10:21:20', '2025-08-08 10:21:20', 0, 2, 'non-veg-biryani', 0),
(222, 'Non Veg Starters', '2025-08-08-6895d033424d4.png', 0, 0, 1, '2025-08-08 10:23:47', '2025-08-08 10:23:47', 0, 2, 'non-veg-starters', 0),
(224, 'Veg Thandoori\'s', '2025-08-08-6895d08a622f0.png', 0, 0, 1, '2025-08-08 10:25:14', '2025-08-08 10:25:14', 0, 2, 'veg-thandooris', 0),
(225, 'Non Veg Thandoori\'s', '2025-08-08-6895d0bfb20f0.png', 0, 0, 1, '2025-08-08 10:26:07', '2025-08-08 10:26:07', 0, 2, 'non-veg-thandooris', 0),
(226, 'Sea Food\'s', '2025-08-08-6895d0ef539b3.png', 0, 0, 1, '2025-08-08 10:26:55', '2025-08-08 10:26:55', 0, 2, 'sea-foods', 0),
(227, 'Veg Bread\'s', '2025-08-08-6895d1211c5bb.png', 0, 0, 1, '2025-08-08 10:27:45', '2025-08-08 10:27:45', 0, 2, 'veg-breads', 0),
(228, 'Non Veg Bread\'s', '2025-08-08-6895d15bb01b8.png', 0, 0, 1, '2025-08-08 10:28:43', '2025-08-08 10:28:43', 0, 2, 'non-veg-breads', 0),
(229, 'Veg Curry\'s', '2025-08-08-6895d1ba73f0f.png', 0, 0, 1, '2025-08-08 10:30:18', '2025-08-08 10:30:18', 0, 2, 'veg-currys', 0),
(230, 'Non Veg Curry\'s', '2025-08-08-6895d1c75a149.png', 0, 0, 1, '2025-08-08 10:30:31', '2025-08-08 10:30:31', 0, 2, 'non-veg-currys', 0),
(231, 'Veg Family Pack', 'def.png', 213, 1, 1, '2025-08-08 10:31:48', '2025-08-08 10:31:48', 0, 2, 'veg-family-pack', 0),
(232, 'Non Veg Family Pack', 'def.png', 214, 1, 1, '2025-08-08 10:32:23', '2025-08-08 10:32:23', 0, 2, 'non-veg-family-pack', 0),
(233, 'Arabian Starters', 'def.png', 215, 1, 1, '2025-08-08 10:33:27', '2025-08-08 10:33:27', 0, 2, 'arabian-starters-2', 0),
(234, 'Mandy\'s', 'def.png', 216, 1, 1, '2025-08-08 10:33:56', '2025-08-08 10:33:56', 0, 2, 'mandys-2', 0),
(235, 'Beverages', 'def.png', 217, 1, 1, '2025-08-08 10:34:32', '2025-08-08 10:34:32', 0, 2, 'beverages-2', 0),
(236, 'Veg Fried Rice', 'def.png', 218, 1, 1, '2025-08-08 10:36:22', '2025-08-08 10:36:22', 0, 2, 'veg-fried-rice-2', 0),
(237, 'Non Veg Fried Rice', 'def.png', 219, 1, 1, '2025-08-08 10:37:11', '2025-08-08 10:37:11', 0, 2, 'non-veg-fried-rice-2', 0),
(238, 'Veg Biryani', 'def.png', 220, 1, 1, '2025-08-08 10:37:34', '2025-08-08 10:37:34', 0, 2, 'veg-biryani-2', 0),
(239, 'Non Veg Biryani', 'def.png', 221, 1, 1, '2025-08-08 10:37:58', '2025-08-08 10:37:58', 0, 2, 'non-veg-biryani-2', 0),
(241, 'Veg Tandoori', 'def.png', 224, 1, 1, '2025-08-08 10:40:33', '2025-08-08 10:40:33', 0, 2, 'veg-tandoori', 0),
(242, 'Non Veg Tandoori', 'def.png', 225, 1, 1, '2025-08-08 10:40:59', '2025-08-08 10:40:59', 0, 2, 'non-veg-tandoori', 0),
(243, 'Sea Foods', 'def.png', 226, 1, 1, '2025-08-08 10:41:30', '2025-08-08 10:41:30', 0, 2, 'sea-foods-2', 0),
(244, 'Veg Breads', 'def.png', 227, 1, 1, '2025-08-08 10:42:00', '2025-08-08 10:42:00', 0, 2, 'veg-breads-2', 0),
(245, 'Non Veg Breads', 'def.png', 228, 1, 1, '2025-08-08 10:42:23', '2025-08-08 10:42:23', 0, 2, 'non-veg-breads-2', 0),
(246, 'Veg Curry\'s', 'def.png', 229, 1, 1, '2025-08-08 10:43:48', '2025-08-08 10:43:48', 0, 2, 'veg-currys-2', 0),
(247, 'Non Veg Curry\'s', 'def.png', 230, 1, 1, '2025-08-08 10:44:15', '2025-08-08 10:44:15', 0, 2, 'non-veg-currys-2', 0),
(248, 'Veg Manchurian', '2025-08-08-6895ed4a79d8f.png', 0, 0, 1, '2025-08-08 12:27:54', '2025-08-08 12:27:54', 0, 2, 'veg-manchurian', 0),
(249, 'Veg Manchurian', 'def.png', 248, 1, 1, '2025-08-08 12:28:13', '2025-08-08 12:28:13', 0, 2, 'veg-manchurian-2', 0),
(250, 'Veg Starters', '2025-08-09-689701c83b9e0.png', 0, 0, 1, '2025-08-09 08:07:36', '2025-08-09 08:07:36', 0, 2, 'veg-starters', 0),
(251, 'Veg Starters', 'def.png', 250, 1, 1, '2025-08-09 08:07:56', '2025-08-09 08:07:56', 0, 2, 'veg-starters-2', 0),
(252, 'Platters & Combos', '2025-08-16-68a02d220fb9c.png', 0, 0, 1, '2025-08-16 07:02:58', '2025-08-16 07:02:58', 0, 2, 'platters-combos', 0),
(253, 'Platters & Combos', 'def.png', 252, 1, 1, '2025-08-16 07:03:14', '2025-08-16 07:03:14', 0, 2, 'platters-combos-2', 0),
(254, 'Veg Meal', 'def.png', 29, 1, 1, '2025-09-04 06:46:13', '2025-09-04 06:46:13', 0, 2, 'veg-meal-2', 0),
(255, 'Roti\'s', '2025-09-04-68b947062cb65.png', 0, 0, 1, '2025-09-04 08:00:06', '2025-09-04 08:00:06', 0, 2, 'rotis', 0),
(256, 'roti\'s', 'def.png', 255, 1, 1, '2025-09-04 08:00:34', '2025-09-04 08:00:34', 0, 2, 'rotis-2', 0),
(257, 'Veg Rice\'s', '2025-09-04-68b948c78db44.png', 0, 0, 1, '2025-09-04 08:07:35', '2025-09-04 08:07:35', 0, 2, 'veg-rices', 0),
(258, 'Non Veg Rice\'s', '2025-09-04-68b9496e68ad9.png', 0, 0, 1, '2025-09-04 08:10:22', '2025-09-04 08:10:22', 0, 2, 'non-veg-rices', 0),
(259, 'veg Rice\'s', 'def.png', 257, 1, 1, '2025-09-04 08:10:45', '2025-09-04 08:10:45', 0, 2, 'veg-rices-2', 0),
(260, 'Non Veg Rice\'s', 'def.png', 258, 1, 1, '2025-09-04 08:11:17', '2025-09-04 08:11:17', 0, 2, 'non-veg-rices-2', 0),
(261, 'tiffin', 'def.png', 47, 1, 1, '2025-09-04 08:42:12', '2025-09-04 08:42:12', 0, 2, 'tiffin-2', 0),
(262, 'Sweet\'s', '2025-09-04-68b9511e164d0.png', 0, 0, 1, '2025-09-04 08:43:10', '2025-09-04 08:43:10', 0, 2, 'sweets', 0),
(263, 'Sweet', 'def.png', 262, 1, 1, '2025-09-04 08:43:34', '2025-09-04 08:43:34', 0, 2, 'sweet', 0),
(265, 'Drinks', '2025-09-05-68baa23306e13.png', 0, 0, 1, '2025-09-05 08:41:23', '2025-09-05 08:41:23', 0, 2, 'drinks', 0),
(266, 'Drinks', 'def.png', 265, 1, 1, '2025-09-05 08:41:45', '2025-09-05 08:41:45', 0, 2, 'drinks-2', 0),
(267, 'Cold Drinks', '2025-09-05-68baa27d1f4a9.png', 0, 0, 1, '2025-09-05 08:42:37', '2025-09-05 08:42:37', 0, 2, 'cold-drinks', 0),
(268, 'Cold Drinks', 'def.png', 267, 1, 1, '2025-09-05 08:43:10', '2025-09-05 08:43:10', 0, 2, 'cold-drinks-2', 0),
(269, 'ice cream', 'def.png', 41, 1, 1, '2025-09-05 10:03:27', '2025-09-05 10:03:27', 0, 2, 'ice-cream', 0),
(270, 'veg Noodles', '2025-09-07-68bdb73258850.png', 0, 0, 1, '2025-09-07 16:47:46', '2025-09-07 16:47:46', 0, 2, 'veg-noodles', 0),
(271, 'non veg Noodles', '2025-09-07-68bdb76c64602.png', 0, 0, 1, '2025-09-07 16:48:44', '2025-09-07 16:48:44', 0, 2, 'non-veg-noodles', 0),
(272, 'veg Noodles', 'def.png', 270, 1, 1, '2025-09-07 16:49:32', '2025-09-07 16:49:32', 0, 2, 'veg-noodles-2', 0),
(273, 'Non Veg Noodles', 'def.png', 271, 1, 1, '2025-09-07 16:50:09', '2025-09-07 16:50:09', 0, 2, 'non-veg-noodles-2', 0),
(274, 'non veg starters', 'def.png', 222, 1, 1, '2025-09-07 17:14:01', '2025-09-07 17:14:01', 0, 2, 'non-veg-starters-3', 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;

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

INSERT INTO `contacts` (`id`, `name`, `email`, `subject`, `message`, `seen`, `feedback`, `reply`, `created_at`, `updated_at`) VALUES
(1, 'Brianna Belton', 'briannawebsolution@gmail.com', 'Re: Increase traffic to your website', '\"Hello,\r\n \r\nI came across your Website, when searching on Google and noticed that you do not show in the organic listings.\r\n\r\nOur main focus will be to help generate more sales & online traffic.\r\n\r\nWe can place your website on Google\'s 1st page. We will improve your website’s position on Google and get more traffic.\r\n\r\nIf interested, kindly provide me your name, phone number, and email.\r\n \r\nThank you,\r\nBrianna Belton\"', 0, '0', NULL, '2024-11-24 06:11:35', '2024-11-24 06:11:35'),
(2, 'Daniel Edwards', 'daniel.websolution1@gmail.com', 'Question about your website.', '\"Hello,\r\n\r\nWe have recently detected several SEO (Search Engine Optimization) errors in your website because of which it is currently not showing up in any of the major search engine platforms such as Google, Bing, Safari and others.\r\n\r\nWe strongly recommend to get these errors fixed at your earliest convenience to ensure your website becomes visible to your target audience. If you require any assistance in this matter and would like to know the next steps in order to resolve this, kindly reply with your phone number and time availability for a call to discuss in detail.\r\n\r\nThanks\r\nDaniel Edwards\"', 0, '0', NULL, '2024-11-26 08:24:30', '2024-11-26 08:24:30'),
(3, 'Sud A', 'info@letsoptimizeweb.com', 'Re: homekart.tech -  - SEO', 'Hey there,\r\n\r\nhttp://www.homekart.tech\r\n\r\nI am SEO/Digital Marketing Consultant and I work with 30+experienced IT professionals.\r\n\r\nWe can increase targeted traffic to your website so that it appears on Google\'s first page. Bing, Yahoo, AOL, etc.\r\n\r\nDo you want to appear on the front page, then?\r\n\r\nNote: I’d love to have a quick chat or call to find out if you are interested to know more about our SEO service and price.\r\n\r\nKind Regards,\r\nSud A | Digital marketing manager\r\n\r\n\r\n\r\n\r\n\r\n If you don’t want me to contact you again about this, reply with “no thanks”', 0, '0', NULL, '2024-12-02 18:40:03', '2024-12-02 18:40:03');

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

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

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

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

INSERT INTO `conversations` (`id`, `sender_id`, `sender_type`, `receiver_id`, `receiver_type`, `last_message_id`, `last_message_time`, `unread_message_count`, `created_at`, `updated_at`) VALUES
(1, 1, 'customer', 0, 'admin', 6, '2024-12-23 23:44:56', 0, '2024-12-16 20:11:40', '2024-12-26 11:05:55'),
(2, 4, 'customer', 0, 'admin', 3, '2024-12-17 20:14:37', 0, '2024-12-17 20:14:37', '2025-01-27 19:47:44'),
(3, 6, 'customer', 0, 'admin', 5, '2024-12-23 20:51:34', 0, '2024-12-23 20:51:34', '2025-01-02 22:05:26'),
(4, 7, 'customer', 0, 'admin', 8, '2024-12-29 22:33:24', 0, '2024-12-29 22:33:10', '2025-01-27 19:48:14'),
(5, 2, 'customer', 9, 'delivery_man', 9, '2025-02-02 17:58:15', 0, '2025-02-02 17:58:15', '2025-02-04 20:27:39'),
(6, 2, 'customer', 10, 'delivery_man', 11, '2025-02-02 18:02:39', 0, '2025-02-02 18:01:17', '2025-02-02 18:02:44'),
(7, 14, 'customer', 0, 'admin', 12, '2025-02-20 12:55:36', 1, '2025-02-20 12:55:36', '2025-02-20 12:55:36'),
(8, 15, 'customer', 0, 'admin', 13, '2025-05-01 09:03:15', 1, '2025-05-01 09:03:15', '2025-05-01 09:03:15'),
(9, 17, 'customer', 0, 'admin', 14, '2025-05-03 08:30:56', 1, '2025-05-03 08:30:56', '2025-05-03 08:30:56');

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

--
-- 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, '50% off', 'sgsbxdf', '2024-12-22', '2024-12-31', 1000.00, 200.00, 50.00, 'percent', 'zone_wise', 10, 1, '2024-12-22 09:36:45', '2024-12-22 09:36:45', '[\"2\"]', 0, 1, 'admin', '[\"all\"]', NULL, NULL),
(2, 'Pickup Coupon 1', 'PARCEL10', '2025-01-13', '2025-02-28', 0.00, 0.00, 10.00, 'percent', 'zone_wise', NULL, 1, '2025-01-13 15:28:55', '2025-02-02 13:29:03', '[\"2\"]', 0, 6, 'admin', '[\"all\"]', NULL, NULL),
(3, 'Pickup Flat Coupon', 'PARCEL100', '2025-01-13', '2025-02-28', 0.00, 0.00, 100.00, 'amount', 'zone_wise', NULL, 1, '2025-01-13 15:30:17', '2025-01-21 19:55:21', '[\"2\",\"3\",\"4\"]', 0, 6, 'admin', '[\"all\"]', NULL, NULL),
(4, 'Test 10%', '10test', '2025-01-13', '2025-01-31', 0.00, 0.00, 10.00, 'amount', 'default', NULL, 1, '2025-01-13 16:12:55', '2025-01-13 16:13:05', '\"\"', 0, 1, 'admin', '[\"all\"]', NULL, NULL),
(5, 'New40', 'New50', '2025-02-02', '2025-02-28', 0.00, 500.00, 50.00, 'percent', 'zone_wise', NULL, 1, '2025-02-02 11:13:36', '2025-02-02 13:27:07', '[\"2\"]', 0, 6, 'admin', '[\"all\"]', NULL, NULL);

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

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

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

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

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

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

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

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

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

INSERT INTO `customer_addresses` (`id`, `address_type`, `contact_person_number`, `address`, `latitude`, `longitude`, `user_id`, `contact_person_name`, `created_at`, `updated_at`, `zone_id`, `floor`, `road`, `house`) VALUES
(1, 'home', '+917989272149', 'oxygen conly, 1-7/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India', '17.803213047861096', '83.21740720421076', 1, 'dinesh', '2024-12-22 10:01:26', '2024-12-22 10:01:26', 2, NULL, 'webkoon street', NULL),
(3, 'home', '+919182648101', 'vemulawada', '17.686815790879052', '83.21848142892122', 3, 'Mani', '2025-01-16 05:02:34', '2025-01-16 05:02:34', 2, NULL, NULL, NULL),
(7, 'home', '+919908795240', '4/141-F-1, P&T Colony, Bhagya Nagar, Shanti Nagar, Guntakal, Andhra Pradesh 515801, India', '15.16838432047112', '77.37074006348848', 17, 'Rajesh S', '2025-02-16 19:35:02', '2025-02-16 19:35:02', 2, NULL, NULL, NULL),
(8, 'home', '+919005186263', '5C5P+6WC, Bhdsen, Uttar Pradesh 241204, India', '27.158156071691995', '80.43714165687561', 53, 'RAM PAL VERMA', '2025-06-30 13:33:14', '2025-06-30 13:33:14', 2, NULL, 'House no -162', 'House'),
(9, 'home', '+919005186263', '5C5P+6WC, Bhdsen, Uttar Pradesh 241204, India', '27.158156071691995', '80.43714165687561', 53, 'RAM PAL VERMA', '2025-06-30 13:33:17', '2025-06-30 13:33:17', 2, NULL, 'House no -162', 'House'),
(10, 'home', '+919005186263', '5C5P+6WC, Bhdsen, Uttar Pradesh 241204, India', '17.805520039549506', '83.2089126482606', 53, 'RAM PAL VERMA', '2025-06-30 13:34:04', '2025-06-30 13:34:04', 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', 'store', 'login_store', '2023-06-11 14:34:59', '2023-06-11 14:34:59'),
(4, 'store_employee_login_url', 'store-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', '6amMart 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 6amMart\'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-04-20-66239442684d3.png', 'admin_landing_page', '2023-06-11 15:27:29', '2024-04-20 05:09:06'),
(19, 'seller_app_earning_links', '{\"playstore_url_status\":null,\"playstore_url\":null,\"apple_store_url_status\":null,\"apple_store_url\":null}', 'admin_landing_page', NULL, NULL),
(20, 'earning_delivery_image', '2024-04-20-66239451975d2.png', 'admin_landing_page', '2023-06-11 15:28:48', '2024-04-20 05:09:21'),
(21, 'dm_app_earning_links', '{\"playstore_url_status\":null,\"playstore_url\":null,\"apple_store_url_status\":null,\"apple_store_url\":null}', 'admin_landing_page', NULL, NULL),
(22, 'why_choose_title', 'What so Special About 6amMart ?', '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', '2023-08-16-64dcaab460ac2.png', 'admin_landing_page', '2023-06-11 15:38:17', '2023-08-15 23:53:40'),
(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', '2023-08-16-64dcab0c7b434.png', 'admin_landing_page', '2023-06-11 15:53:23', '2023-08-15 23:55:08'),
(32, 'refund_policy_status', '1', 'admin_landing_page', '2023-06-11 20:10:58', '2023-06-11 20:10:58'),
(33, 'refund_policy', NULL, 'admin_landing_page', '2023-06-11 20:10:59', '2023-06-11 20:10:59'),
(34, 'header_title', '$Your e-Commerce!$', 'react_landing_page', '2023-06-12 16:30:53', '2023-06-12 19:41:19'),
(35, 'header_sub_title', 'Venture Starts Here', 'react_landing_page', '2023-06-12 16:30:53', '2023-06-12 17:55:14'),
(36, 'header_tag_line', 'More than just a reliable $eCommerce$ platform', 'react_landing_page', '2023-06-12 16:30:53', '2023-06-12 17:45:24'),
(37, 'header_icon', '2024-04-20-66239402e2913.png', 'react_landing_page', '2023-06-12 16:30:53', '2024-04-20 05:08:02'),
(38, 'header_banner', '2024-04-20-66239402e5470.png', 'react_landing_page', '2023-06-12 16:30:53', '2024-04-20 05:08:02'),
(39, 'company_title', '$6amMart$', 'react_landing_page', '2023-06-12 16:35:07', '2023-06-12 17:46:19'),
(40, 'company_sub_title', 'is Best Delivery Service Near You', 'react_landing_page', '2023-06-12 16:35:07', '2023-06-12 16:35:07'),
(41, 'company_description', '6amMart is a one-stop shop for all your daily necessities. You can shop for groceries, and pharmacy items, order food, and send important parcels from one place to another from the comfort of your home.', 'react_landing_page', '2023-06-12 16:35:07', '2023-06-12 16:35:07'),
(42, 'company_button_name', 'Order Now', 'react_landing_page', '2023-06-12 16:35:07', '2023-06-12 17:46:52'),
(43, 'company_button_url', 'https://6ammart-react.6amtech.com/', 'react_landing_page', '2023-06-12 16:35:07', '2023-06-12 16:35:07'),
(44, 'download_user_app_title', 'Complete Multipurpose eBusiness Solution', 'react_landing_page', '2023-06-12 16:40:30', '2023-06-12 16:40:30'),
(45, 'download_user_app_sub_title', '6amMart is a Laravel and Flutter Framework-based multi-vendor food, grocery, eCommerce, parcel, and pharmacy delivery system. It has six modules to cover all your business function', 'react_landing_page', '2023-06-12 16:40:30', '2023-06-12 16:40:30'),
(46, 'download_user_app_image', NULL, 'react_landing_page', '2023-06-12 16:40:30', '2023-06-12 16:40:30'),
(47, 'download_user_app_links', '{\"playstore_url_status\":\"1\",\"playstore_url\":\"https:\\/\\/play.google.com\\/store\\/\",\"apple_store_url_status\":\"1\",\"apple_store_url\":\"https:\\/\\/www.apple.com\\/app-store\\/\"}', 'react_landing_page', NULL, NULL),
(48, 'earning_title', 'Let’s Start Earning with $6amMart$', 'react_landing_page', '2023-06-12 16:43:22', '2023-06-12 16:43:22'),
(49, 'earning_sub_title', 'Join our online marketplace revolution and boost your income.', 'react_landing_page', '2023-06-12 16:43:22', '2023-06-12 16:43:22'),
(50, 'earning_seller_title', 'Become a Seller', 'react_landing_page', '2023-06-12 16:45:07', '2023-06-12 16:45:07'),
(51, 'earning_seller_sub_title', 'Register as seller & open shop in 6amMart to start your business', 'react_landing_page', '2023-06-12 16:45:07', '2023-06-12 16:45:07'),
(52, 'earning_seller_button_name', 'Register', 'react_landing_page', '2023-06-12 16:45:07', '2023-06-12 16:45:07'),
(53, 'earning_seller_button_url', 'https://6ammart-admin.6amtech.com/store/apply', 'react_landing_page', '2023-06-12 16:45:07', '2023-06-12 16:45:07'),
(54, 'earning_dm_title', 'Become a $Delivery Man$', 'react_landing_page', '2023-06-12 16:45:55', '2023-06-12 17:53:01'),
(55, 'earning_dm_sub_title', 'Register as delivery man and earn money', 'react_landing_page', '2023-06-12 16:45:55', '2023-06-12 16:45:55'),
(56, 'earning_dm_button_name', 'Register', 'react_landing_page', '2023-06-12 16:45:55', '2023-06-12 16:45:55'),
(57, 'earning_dm_button_url', 'https://6ammart-admin.6amtech.com/deliveryman/apply', 'react_landing_page', '2023-06-12 16:45:55', '2023-06-12 16:45:55'),
(58, 'promotion_banner', '[{\"img\":\"2023-08-16-64dcac89cd0fa.png\"},{\"img\":\"2023-08-16-64dcac93a324a.png\"},{\"img\":\"2023-08-16-64dcad5a24940.png\"},{\"img\":\"2024-04-20-6623944c31c97.png\"}]', 'react_landing_page', NULL, '2023-08-16 00:01:02'),
(59, 'business_title', '$Let’s$', 'react_landing_page', '2023-06-12 16:52:29', '2023-06-12 16:52:29'),
(60, 'business_sub_title', 'Manage your business  Smartly', 'react_landing_page', '2023-06-12 16:52:29', '2023-06-12 17:54:18'),
(61, 'business_image', '2023-08-16-64dcad66585e9.png', 'react_landing_page', '2023-06-12 16:52:29', '2023-08-16 00:05:10'),
(62, 'download_business_app_links', '{\"seller_playstore_url_status\":\"1\",\"seller_playstore_url\":\"https:\\/\\/play.google.com\\/store\",\"seller_appstore_url_status\":\"1\",\"seller_appstore_url\":\"https:\\/\\/www.apple.com\\/app-store\\/\",\"dm_playstore_url_status\":\"1\",\"dm_playstore_url\":\"https:\\/\\/play.google.com\\/store\",\"dm_appstore_url_status\":\"1\",\"dm_appstore_url\":\"https:\\/\\/www.apple.com\\/app-store\\/\"}', 'react_landing_page', NULL, NULL),
(63, 'testimonial_title', 'We $satisfied$ some Customer & Restaurant Owners', 'react_landing_page', '2023-06-12 16:53:04', '2023-06-12 16:53:04'),
(64, 'fixed_promotional_banner', '2024-04-20-662394ec1e6b7.png', 'react_landing_page', '2023-06-12 17:18:24', '2024-04-20 05:11:56'),
(65, 'fixed_footer_description', 'Connect with our social media and other sites to keep up to date', 'react_landing_page', '2023-06-12 17:21:12', '2023-06-12 17:21:12'),
(66, 'fixed_newsletter_title', 'Join Us!', 'react_landing_page', '2023-06-12 17:23:45', '2023-06-12 17:23:45'),
(67, 'fixed_newsletter_sub_title', 'Subscribe to our weekly newsletter and be a part of our journey to self discovery and love.', 'react_landing_page', '2023-06-12 17:23:45', '2023-06-12 17:23:45'),
(68, 'fixed_header_title', '6amMart', '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-04-20-6623929a88ded.png', 'flutter_landing_page', '2023-06-12 17:31:35', '2024-04-20 05:02:02'),
(71, 'fixed_location_title', 'Choose your location', 'flutter_landing_page', '2023-06-12 17:35:02', '2023-06-12 17:35:02'),
(72, 'fixed_module_title', 'Your eCommerce venture starts here !', 'flutter_landing_page', '2023-06-12 17:37:29', '2023-06-12 17:37:29'),
(73, 'fixed_module_sub_title', 'Enjoy all services in one platform', 'flutter_landing_page', '2023-06-12 17:37:29', '2023-06-12 17:37:29'),
(74, 'join_seller_title', 'Become a Seller', 'flutter_landing_page', '2023-06-12 18:12:56', '2023-06-12 18:12:56'),
(75, 'join_seller_sub_title', 'Registered as a seller and open shop for start your business', 'flutter_landing_page', '2023-06-12 18:12:56', '2023-06-12 18:12:56'),
(76, 'join_seller_button_name', 'Register', 'flutter_landing_page', '2023-06-12 18:12:56', '2023-06-12 18:12:56'),
(77, 'join_seller_button_url', 'https://6ammart-admin.6amtech.com/store/apply', 'flutter_landing_page', '2023-06-12 18:12:56', '2023-06-12 18:12:56'),
(78, 'join_delivery_man_title', 'Join as  Deliveryman', 'flutter_landing_page', '2023-06-12 18:16:03', '2023-06-12 18:16:03'),
(79, 'join_delivery_man_sub_title', 'Registered as a deliveryman and earn money', 'flutter_landing_page', '2023-06-12 18:16:03', '2023-06-12 18:16:03'),
(80, 'join_delivery_man_button_name', 'Register', 'flutter_landing_page', '2023-06-12 18:16:03', '2023-06-12 18:16:03'),
(81, 'join_delivery_man_button_url', 'https://6ammart-admin.6amtech.com/deliveryman/apply', 'flutter_landing_page', '2023-06-12 18:16:03', '2023-06-12 18:16:03'),
(82, 'download_user_app_title', 'Download app and enjoy more!', 'flutter_landing_page', '2023-06-12 18:17:56', '2023-06-12 18:17:56'),
(83, 'download_user_app_sub_title', 'Download app from', 'flutter_landing_page', '2023-06-12 18:17:56', '2023-06-12 18:17:56'),
(84, 'download_user_app_image', '2024-04-20-6623936184033.png', 'flutter_landing_page', '2023-06-12 18:17:56', '2024-04-20 05:05:21'),
(85, 'download_user_app_links', '{\"playstore_url_status\":\"1\",\"playstore_url\":\"https:\\/\\/play.google.com\\/store\\/\",\"apple_store_url_status\":\"1\",\"apple_store_url\":\"https:\\/\\/www.apple.com\\/app-store\\/\"}', 'flutter_landing_page', NULL, NULL),
(86, 'privacy_policy', '<h1>Privacy Policy for Homekart</h1>\r\n\r\n<p><strong>Effective Date:</strong> [27-04-2025]</p>\r\n\r\n<p>Welcome to Homekart!<br />\r\nYour privacy is important to us. This Privacy Policy explains how we collect, use, and protect your information when you use our app and services.</p>\r\n\r\n<h2>1. Information We Collect</h2>\r\n\r\n<ul>\r\n	<li>\r\n	<p><strong>Personal Information:</strong><br />\r\n	Name, phone number, email address, delivery address, payment information.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Location Information:</strong><br />\r\n	Real-time GPS location (for delivery tracking and service improvements).</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Device Information:</strong><br />\r\n	Device type, operating system, app version, and crash logs.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Usage Information:</strong><br />\r\n	Interaction with the app, orders history, feedback, etc.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h2>2. How We Use Your Information</h2>\r\n\r\n<ul>\r\n	<li>\r\n	<p>To process your orders and deliver food and parcels.</p>\r\n	</li>\r\n	<li>\r\n	<p>To improve and personalize your user experience.</p>\r\n	</li>\r\n	<li>\r\n	<p>To provide customer support.</p>\r\n	</li>\r\n	<li>\r\n	<p>To send important updates (such as order status, app updates, and promotions).</p>\r\n	</li>\r\n	<li>\r\n	<p>To ensure safety, security, and compliance with the law.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h2>3. Sharing of Information</h2>\r\n\r\n<p>We <strong>do not sell</strong> your information.<br />\r\nWe may share your data with:</p>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Delivery partners (for fulfilling orders).</p>\r\n	</li>\r\n	<li>\r\n	<p>Payment gateways (for processing transactions).</p>\r\n	</li>\r\n	<li>\r\n	<p>Service providers (like SMS/email services) who help us run Homekart.</p>\r\n	</li>\r\n</ul>\r\n\r\n<p>All partners are required to protect your data.</p>\r\n\r\n<h2>4. Data Retention</h2>\r\n\r\n<p>We retain your information for as long as necessary to provide our services and comply with legal obligations.</p>\r\n\r\n<h2>5. Your Rights</h2>\r\n\r\n<p>You can:</p>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Access your personal information.</p>\r\n	</li>\r\n	<li>\r\n	<p>Request corrections or deletion.</p>\r\n	</li>\r\n	<li>\r\n	<p>Withdraw consent for future data use (may affect app functionality).</p>\r\n	</li>\r\n</ul>\r\n\r\n<p>To exercise your rights, please contact us at:<br />\r\n📧 <strong>[support@homekart.tech]</strong></p>\r\n\r\n<h2>6. Security</h2>\r\n\r\n<p>We implement strong technical and organizational measures to protect your data.<br />\r\nHowever, no method of transmission over the internet is 100% secure.</p>\r\n\r\n<h2>7. Children&#39;s Privacy</h2>\r\n\r\n<p>Homekart is not intended for use by individuals under the age of 13.<br />\r\nWe do not knowingly collect information from children.</p>\r\n\r\n<h2>8. Changes to This Privacy Policy</h2>\r\n\r\n<p>We may update this Privacy Policy from time to time.<br />\r\nWe will notify you of significant changes by posting the new policy in the app.</p>\r\n\r\n<h2>9. Contact Us</h2>\r\n\r\n<p>If you have any questions or concerns about this Privacy Policy, please contact us at:<br />\r\n📧 <strong>[support@homekart.tech]</strong></p>', 'admin_landing_page', '2025-02-12 21:11:42', '2025-04-27 12:58:10'),
(87, 'terms_and_conditions', '<p>**Local Ride &ndash; User Terms and Conditions** &nbsp;</p>\r\n\r\n<p>**Introduction** &nbsp;</p>\r\n\r\n<p>Please read the terms and conditions carefully before using Local Ride. &nbsp;</p>\r\n\r\n<p>These terms are legally binding between the user and Local Ride (referred to as &quot;Local Ride&quot; hereafter). &nbsp;</p>\r\n\r\n<p>This agreement is governed by the Indian Contract Act, 1872. &nbsp;</p>\r\n\r\n<p>By using Local Ride, you agree to these terms and conditions. &nbsp;</p>\r\n\r\n<p>Local Ride reserves the right to modify these terms at any time. Continued use of the platform implies consent to the updated terms. &nbsp;</p>\r\n\r\n<p>Users may disagree with changes by discontinuing access to the platform. &nbsp;</p>\r\n\r\n<p>**Local Ride as a Venue** &nbsp;</p>\r\n\r\n<p>Local Ride acts as a platform for users to access ride-related services. &nbsp;</p>\r\n\r\n<p>Local Ride is not directly involved in transactions between users and service providers. &nbsp;</p>\r\n\r\n<p>All service listings are provided in an &quot;as is, where is&quot; format. &nbsp;</p>\r\n\r\n<p>Local Ride does not guarantee the quality, safety, legality, or accuracy of listings. &nbsp;</p>\r\n\r\n<p>Local Ride does not pre-screen users or content and cannot ensure service completion. &nbsp;</p>\r\n\r\n<p>Local Ride is not responsible for delays, cancellations, or unsatisfactory services. &nbsp;</p>\r\n\r\n<p>**Warranty, Guarantee, and Liability** &nbsp;</p>\r\n\r\n<p>Local Ride does not guarantee the quality, worth, or reliability of listed services. &nbsp;</p>\r\n\r\n<p>Local Ride does not endorse any services listed on the platform. &nbsp;</p>\r\n\r\n<p>Local Ride is not liable for errors, omissions, or misrepresentations by users. &nbsp;</p>\r\n\r\n<p>Users must independently verify the credentials of other users before transacting. &nbsp;</p>\r\n\r\n<p>Local Ride is not responsible for user-generated content or third-party actions. &nbsp;</p>\r\n\r\n<p>Users access the platform at their own risk. &nbsp;</p>\r\n\r\n<p>**Registration** &nbsp;</p>\r\n\r\n<p>Users must provide accurate and up-to-date information during registration. &nbsp;</p>\r\n\r\n<p>Local Ride reserves the right to suspend accounts for violations of these terms. &nbsp;</p>\r\n\r\n<p>Users are solely responsible for maintaining the confidentiality of their account information. &nbsp;</p>\r\n\r\n<p>**Financial Terms** &nbsp;</p>\r\n\r\n<p>All payments must be made in Indian Rupees (INR). &nbsp;</p>\r\n\r\n<p>Payment methods include credit/debit cards, net banking, or other RBI-approved methods. &nbsp;</p>\r\n\r\n<p>Local Ride acts as a payment facilitator and is not a banking or financial service provider. &nbsp;</p>\r\n\r\n<p>Refunds for canceled services may take 2-7 days. &nbsp;</p>\r\n\r\n<p>Users are liable for any charges arising from errors in following Local Ride&rsquo;s guidelines. &nbsp;</p>\r\n\r\n<p>**Taxes** &nbsp;</p>\r\n\r\n<p>Users are responsible for complying with applicable tax regulations, including GST and withholding taxes. &nbsp;</p>\r\n\r\n<p>**Delivery** &nbsp;</p>\r\n\r\n<p>Local Ride connects users with third-party service providers for ride-related services. &nbsp;</p>\r\n\r\n<p>Service providers are independent contractors, and Local Ride does not control their operations. &nbsp;</p>\r\n\r\n<p>Service fees are determined based on factors like distance, time, and demand. &nbsp;</p>\r\n\r\n<p>Local Ride is not liable for delays or damages during service provision. &nbsp;</p>\r\n\r\n<p>**Terms &amp; Conditions for Service Providers** &nbsp;<br />\r\n**General** &nbsp;</p>\r\n\r\n<p>Local Ride is an online platform governed by Indian laws. &nbsp;</p>\r\n\r\n<p>Local Ride reserves the right to modify terms without prior notice. &nbsp;</p>\r\n\r\n<p>Service providers are not agents, employees, or representatives of Local Ride. &nbsp;</p>\r\n\r\n<p>Accounts may be terminated after one year of inactivity. &nbsp;</p>\r\n\r\n<p>By using the platform, service providers agree to Local Ride&rsquo;s terms and policies. &nbsp;</p>\r\n\r\n<p>**Registration &amp; Information** &nbsp;</p>\r\n\r\n<p>Service providers must provide accurate and updated information during registration. &nbsp;</p>\r\n\r\n<p>Local Ride may suspend accounts for violations of these terms. &nbsp;</p>\r\n\r\n<p>**Account Security** &nbsp;</p>\r\n\r\n<p>Service providers are responsible for maintaining account security and confidentiality. &nbsp;</p>\r\n\r\n<p>Local Ride is not liable for losses due to unauthorized account access. &nbsp;</p>\r\n\r\n<p>**Representations and Warranties** &nbsp;</p>\r\n\r\n<p>Service providers must comply with all applicable laws and regulations. &nbsp;</p>\r\n\r\n<p>Service providers must not engage in activities that harm the platform or other users. &nbsp;</p>\r\n\r\n<p>Service providers must ensure that their services do not infringe on third-party rights. &nbsp;</p>\r\n\r\n<p>**Service Information** &nbsp;</p>\r\n\r\n<p>Service providers must provide accurate service information, including descriptions and legal warnings. &nbsp;</p>\r\n\r\n<p>Service providers grant Local Ride a license to use service information for promotional purposes. &nbsp;</p>\r\n\r\n<p>**Disclaimer of Warranties &amp; Liabilities** &nbsp;</p>\r\n\r\n<p>Local Ride provides services on an &quot;as is&quot; basis without warranties. &nbsp;</p>\r\n\r\n<p>Local Ride is not liable for user-generated content, platform downtime, or third-party actions. &nbsp;</p>\r\n\r\n<p>**Indemnification and Limitation of Liability** &nbsp;</p>\r\n\r\n<p>Service providers agree to indemnify Local Ride against any claims arising from their use of the platform. &nbsp;</p>\r\n\r\n<p>Local Ride is not liable for indirect, incidental, or consequential damages. &nbsp;</p>\r\n\r\n<p>**Cancellation Policy** &nbsp;</p>\r\n\r\n<p>Service providers must specify cancellation policies for their services. &nbsp;</p>\r\n\r\n<p>Service providers must accept cancellations if the service does not match the description. &nbsp;</p>\r\n\r\n<p>**Refund** &nbsp;</p>\r\n\r\n<p>Service providers are responsible for refund-related charges. &nbsp;</p>\r\n\r\n<p>**Settlement** &nbsp;</p>\r\n\r\n<p>Payments for successful services are settled within 24-48 hours, minus applicable charges. &nbsp;</p>\r\n\r\n<p>Service providers must ensure their bank account details are accurate. &nbsp;</p>\r\n\r\n<p>**Taxes** &nbsp;</p>\r\n\r\n<p>Service providers are responsible for complying with tax regulations, including GST. &nbsp;</p>\r\n\r\n<p>**Service Provision** &nbsp;</p>\r\n\r\n<p>Service providers can use their own personnel or Local Ride&rsquo;s partners for service fulfillment. &nbsp;</p>\r\n\r\n<p>Service providers must ensure compliance with safety and legal standards. &nbsp;</p>\r\n\r\n<p>Local Ride is not liable for damages during service provision if handled by the service provider. &nbsp;</p>\r\n\r\n<p>**Delivery Partner Terms and Conditions** &nbsp;<br />\r\n**Agreement** &nbsp;</p>\r\n\r\n<p>Delivery partners must comply with Local Ride&rsquo;s terms and guidelines. &nbsp;</p>\r\n\r\n<p>Local Ride reserves the right to modify terms and terminate agreements. &nbsp;</p>\r\n\r\n<p>**Representations and Warranties** &nbsp;</p>\r\n\r\n<p>Delivery partners must have valid licenses, vehicles, and expertise. &nbsp;</p>\r\n\r\n<p>Delivery partners must comply with all applicable laws. &nbsp;</p>\r\n\r\n<p>**Indemnification** &nbsp;</p>\r\n\r\n<p>Delivery partners must indemnify Local Ride against any claims arising from their services. &nbsp;</p>\r\n\r\n<p>**Compensation** &nbsp;</p>\r\n\r\n<p>Delivery partners are compensated based on Local Ride&rsquo;s payout scheme. &nbsp;</p>\r\n\r\n<p>Local Ride may revise payout rates at any time. &nbsp;</p>\r\n\r\n<p>**Termination** &nbsp;</p>\r\n\r\n<p>Local Ride may terminate agreements for breaches of terms or guidelines. &nbsp;</p>\r\n\r\n<p>**Cancellation and Refund Policy** &nbsp;<br />\r\n**General** &nbsp;</p>\r\n\r\n<p>Users and service providers can cancel services, subject to Local Ride&rsquo;s approval. &nbsp;</p>\r\n\r\n<p>Refunds are processed within 2-7 working days. &nbsp;</p>\r\n\r\n<p>Cancellations are accepted only if services are not utilized as per the agreement. &nbsp;</p>\r\n\r\n<p>Non-refundable services may not be eligible for refunds. &nbsp;</p>\r\n\r\n<p>**Liability** &nbsp;</p>\r\n\r\n<p>Local Ride is not responsible for issues related to services provided by third parties. &nbsp;</p>\r\n\r\n<p>Users may be liable for charges related to cancellations or disputes. &nbsp;</p>\r\n\r\n<p>**Shipping Policy** &nbsp;<br />\r\n**General** &nbsp;</p>\r\n\r\n<p>Local Ride acts as an interface between users and service providers. &nbsp;</p>\r\n\r\n<p>Services are typically provided within the agreed timeframe. &nbsp;</p>\r\n\r\n<p>Service providers can use their own personnel or Local Ride&rsquo;s partners. &nbsp;</p>\r\n\r\n<p>Service providers are responsible for compliance with safety and legal standards during service provision.</p>', 'admin_landing_page', '2025-02-12 21:40:17', '2025-02-12 21:40:17');

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

--
-- 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, '2025-01-03 15:56:33', '77.5026388', '14.8265136', 'RGG2+CRF, , IN', '2025-01-03 15:56:33', '2025-01-03 15:56:33'),
(2, NULL, 2, '2025-01-28 10:39:36', '78.8547614', '18.5160725', 'GV84+62C, Vemulawada, IN', '2025-01-28 10:39:36', '2025-01-28 10:39:36'),
(3, NULL, 3, '2025-01-28 11:10:53', '78.8547712', '18.5160598', 'GV84+62C, Vemulawada, IN', '2025-01-28 11:10:53', '2025-01-28 11:10:53'),
(4, NULL, 5, '2025-01-28 11:21:04', '78.8547751', '18.5161095', 'GV84+62C, Vemulawada, IN', '2025-01-28 11:21:04', '2025-01-28 11:21:04'),
(5, NULL, 6, '2025-01-28 14:08:36', '78.8546611', '18.516111', 'GV84+62C, Vemulawada, IN', '2025-01-28 14:08:36', '2025-01-28 14:08:36'),
(6, NULL, 7, '2025-01-29 18:07:28', '78.854385', '18.51596', 'GV84+62C, Vemulawada, IN', '2025-01-29 18:07:28', '2025-01-29 18:07:28'),
(7, NULL, 8, '2025-01-29 18:24:53', '78.8546594', '18.5159782', 'GV84+62C, Vemulawada, IN', '2025-01-29 18:24:53', '2025-01-29 18:24:53'),
(8, NULL, 9, '2025-05-05 12:30:07', '77.6969063', '12.986052', '14, Bangalore Division, IN', '2025-05-05 07:00:07', '2025-05-05 07:00:07'),
(9, NULL, 10, '2025-01-31 18:53:10', '78.8548265', '18.5159133', 'GV84+62C, Vemulawada, IN', '2025-01-31 18:53:10', '2025-01-31 18:53:10'),
(10, NULL, 11, '2025-01-31 18:55:56', '78.8547644', '18.5158765', 'GV84+62C, Vemulawada, IN', '2025-01-31 18:55:56', '2025-01-31 18:55:56'),
(11, NULL, 12, '2025-01-31 19:15:49', '78.8547418', '18.5160029', 'GV84+62C, Vemulawada, IN', '2025-01-31 19:15:49', '2025-01-31 19:15:49'),
(12, NULL, 13, '2025-01-31 20:37:12', '78.85475', '18.5160018', 'GV84+62C, Vemulawada, IN', '2025-01-31 20:37:12', '2025-01-31 20:37:12'),
(13, NULL, 14, '2025-02-05 14:42:17', '78.8547267', '18.51611', 'GV84+62C, Vemulawada, IN', '2025-02-05 14:42:17', '2025-02-05 14:42:17'),
(14, NULL, 15, '2025-02-02 18:04:35', '78.8546512', '18.5160911', 'GV84+62C, Vemulawada, IN', '2025-02-02 18:04:35', '2025-02-02 18:04:35'),
(15, NULL, 15, '2025-02-02 18:00:37', '78.8547338', '18.5160174', 'GV84+62C, Vemulawada, IN', '2025-02-02 18:00:37', '2025-02-02 18:00:37'),
(16, NULL, 16, '2025-02-07 18:26:21', '78.8564891', '18.5151629', 'GV84+62C, Vemulawada, IN', '2025-02-07 18:26:21', '2025-02-07 18:26:21'),
(17, NULL, 18, '2025-02-19 10:36:21', '78.8547117', '18.5161067', 'GV84+62C, Vemulawada, IN', '2025-02-19 10:36:21', '2025-02-19 10:36:21'),
(18, NULL, 19, '2025-02-09 18:27:26', '78.854712', '18.5160613', 'GV84+62C, Vemulawada, IN', '2025-02-09 18:27:26', '2025-02-09 18:27:26');

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

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

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

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

INSERT INTO `delivery_man_wallets` (`id`, `delivery_man_id`, `collected_cash`, `created_at`, `updated_at`, `total_earning`, `total_withdrawn`, `pending_withdraw`) VALUES
(1, 1, 140.00, '2025-01-03 14:50:29', '2025-01-03 14:50:29', 0.00, 0.00, 0.00),
(2, 9, 567.20, '2025-01-29 16:16:42', '2025-05-03 06:44:38', 443.40, 238.80, 0.00),
(3, 12, 1393.80, '2025-01-31 19:01:29', '2025-01-31 19:06:56', 1264.20, 205.20, 0.00),
(4, 14, 0.00, '2025-02-01 09:37:29', '2025-02-05 11:59:19', 802.80, 328.00, 0.00),
(5, 15, 199.00, '2025-02-02 18:03:49', '2025-02-02 18:03:49', 119.40, 0.00, 0.00),
(6, 16, 174.40, '2025-02-05 11:49:43', '2025-02-07 16:52:42', 271.60, 271.60, 0.00),
(7, 19, 97.60, '2025-02-07 18:37:19', '2025-02-09 18:22:02', 868.80, 260.40, 0.00),
(8, 18, 1704.00, '2025-02-10 13:37:37', '2025-02-19 10:36:04', 1056.40, 0.00, 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
(9, 'Dinesh', 'Saragadam', '+918186053422', 'webkoonalgo@gmail.com', 'hxbdhsbs', 'passport', '[{\"img\":\"2025-01-29-6799eaca415b2.png\",\"storage\":\"public\"},{\"img\":\"2025-01-29-6799eaca436eb.png\",\"storage\":\"public\"}]', '2025-01-31-679ceaef20842.png', '$2y$10$ITBGLzpqjrnz9R0kXWeY8uSMDtrKYD4az6VyzKhzegZZLxAAPnPM2', '5i8Ezc8CcKeyDyJmGCWaliGCGUdSzduOoNqXg2b8myAQMffkQx2qiKsZcLGtaKy4THWY1GDRrmYlPK3fbXXPlAISVFUyH7fXQzMzG1OH5PBoZGo87HCjqrbu', 'doTakEi5RUyxCG6ECcnc9R:APA91bFqrcMmgZjsnnVpjNegPmJ7FwZ0AcJlABr-EZlxGi2R2KquNH-MZ6dejPtwONi5rTHZyJ1cmIZkfDzHv9_H78AAP6ydwtORisHXdw9ygK5c-w-72Zg', 2, '2025-01-29 14:16:02', '2025-11-01 04:05:57', 1, 1, 1, 2, 'zone_wise', NULL, 'approved', 5, 8, 2),
(17, 'No', 'Hello', '+919618864101', 'localtrip369@gmail.com', 'hsheh', 'passport', '[{\"img\":\"2025-02-04-67a22ca417f28.png\",\"storage\":\"public\"}]', '2025-02-04-67a22ca4155a8.png', '$2y$10$FD03ZZvLsXhwtUDAgj8Jp.TGCs4upBAgrDkWIeJUGKFkHgKEV7mje', NULL, NULL, 2, '2025-02-04 20:35:08', '2025-02-04 20:36:16', 0, 0, 1, 0, 'zone_wise', NULL, 'denied', 0, 0, 2),
(18, 'Mani', 'N', '+919182648101', 'Manikrishna@gmail.com', '5377838282628', 'passport', '[{\"img\":\"2025-02-07-67a5c715714aa.png\",\"storage\":\"public\"}]', '2025-02-07-67a5c7156eb66.png', '$2y$10$rgmYUSFeccU8m0ALoatsSuL6HCtYBKtL.WGwRQ2AMLeVX/FNLliGa', 'QDhaGWCN3eUk8yMrdT4WRdrUvH7NpXsbGwtjUQPfajfqH92xP3LNm6CEv2nJmryytg48ChQZNRbR5lQgMgUXhhDyfAOaTgQimki03d23HRlklKX6etxjDiAL', 'cyl3DGvOTcyITQKVb0aejC:APA91bEOv-Xnh3zNY_sEpE-0-FSeTDGWD-wnXdSgoYFRa_jJR4He2xIlP2w42BitdIVXHGIfz1qZ8u5Zp16thUhcyU6zPkuqaUZfvkKoQ2HGqwTb7hoddt8', 2, '2025-02-07 14:10:53', '2025-03-06 14:18:19', 1, 1, 1, 1, 'zone_wise', NULL, 'approved', 11, 12, 2),
(19, 'N', 'Gangareddy', '+919347791341', 'maninaredla218@gmail.com', 'ghgggf', 'driving_license', '[{\"img\":\"2025-02-07-67a6035a12921.png\",\"storage\":\"public\"}]', '2025-02-07-67a6035a0fa97.png', '$2y$10$X3Cv21Sy.00/uN1RSdVntO0OPM3QGD6zZUYtmv4.1oXUVo80syJVa', 'Moo7Was2DqjepmbXBXyzHIZMmZwDzBPExxhuHhtbhuqWTxUELx0yuhFnU8Oqy35hPhqFkGyvd4VJUOcam9adYkMu1u4YuV59zwBIOVae66VTGgMrJuPFuwTD', 'ea4faPJoSu-aUqn4tBsPLv:APA91bGs9I5w9MLRc_mtJqJOak2LJHjLa5zv5XS7sNkyAhTitNIQr_CAAlcXApXayh3Galqsx_S7ZMtqZG4PYm-6bUsNjx5LtiikaxtaB7lzncb6OsuYqDw', 2, '2025-02-07 18:28:02', '2025-02-09 18:16:58', 1, 1, 1, 0, 'zone_wise', NULL, 'approved', 10, 8, 2),
(20, 'Pillalamarri', 'Narasimha', '+918297097332', 'pillalamarrinarsi06@gmail.com', 'TG305202500071', 'driving_license', '[{\"img\":\"2025-05-06-681a1a6ab240c.png\",\"storage\":\"public\"},{\"img\":\"2025-05-06-681a1a6ab39a7.png\",\"storage\":\"public\"}]', '2025-05-06-681a1a6aaf2fe.png', '$2y$10$jc.eCsl5wcw.hcseebXpCO9iXN4RtBqJhxcjWGQUtGGgpP05.PvOm', NULL, NULL, 2, '2025-05-06 14:19:22', '2025-05-06 14:19:22', 0, 0, 1, 0, 'zone_wise', NULL, 'pending', 0, 0, 2);

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

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

--
-- Dumping data for table `disbursements`
--

INSERT INTO `disbursements` (`id`, `title`, `description`, `total_amount`, `status`, `created_for`, `created_at`, `updated_at`) VALUES
(1, 'test', 'test', 10.000, 'pending', 'franchise', NULL, NULL),
(1002, 'Disbursement # 1002', NULL, 59.700, 'pending', 'franchise', '2025-02-03 19:22:28', '2025-02-03 19:22:28');

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

--
-- 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,
  `admin_id` bigint(20) 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;

--
-- Dumping data for table `disbursement_details`
--

INSERT INTO `disbursement_details` (`id`, `disbursement_id`, `store_id`, `delivery_man_id`, `admin_id`, `disbursement_amount`, `payment_method`, `status`, `created_at`, `updated_at`) VALUES
(1, 1, NULL, NULL, 3, 5.000, 0, 'pending', NULL, NULL),
(3, 1002, NULL, NULL, 5, 59.700, 0, 'pending', '2025-02-03 19:22:28', '2025-02-03 19:22:28');

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

--
-- 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, 14, 3, 100141, 'Nice', '[]', 4, '2025-02-04 20:27:02', '2025-02-04 20:27:02', 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, 'car', 60.00, 1000.00, 50.00, 1, '2025-01-03 13:39:24', '2025-01-31 16:35:08'),
(2, 'two weller', 0.00, 50.00, 10.00, 1, '2025-01-28 10:45:31', '2025-01-28 11:20:07');

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

--
-- 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
) 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`) VALUES
(1, 32, 1, '2024-12-09 13:42:56', '2024-12-09 13:42:56'),
(2, 33, NULL, '2024-12-09 13:51:58', '2024-12-09 13:51:58'),
(3, 34, 2, '2024-12-09 13:54:46', '2024-12-09 13:54:46'),
(4, 293, 3, '2024-12-24 16:01:50', '2024-12-24 16:01:50'),
(5, 294, 4, '2024-12-24 16:05:09', '2024-12-24 16:05:09'),
(6, 295, 4, '2024-12-24 16:06:58', '2024-12-24 16:06:58'),
(7, 296, 4, '2024-12-24 16:08:56', '2024-12-24 16:08:56'),
(8, 297, 5, '2024-12-24 16:12:02', '2024-12-24 16:12:02'),
(9, 298, 6, '2024-12-24 16:14:08', '2024-12-24 16:14:08'),
(10, 299, 4, '2024-12-24 16:16:02', '2024-12-24 16:16:02'),
(11, 300, 7, '2024-12-24 16:26:18', '2024-12-24 16:26:18'),
(12, 301, 7, '2024-12-24 16:27:15', '2024-12-24 16:27:15'),
(13, 302, 7, '2024-12-24 16:28:15', '2024-12-24 16:28:15'),
(14, 303, 7, '2024-12-24 16:29:18', '2024-12-24 16:29:18'),
(15, 304, 7, '2024-12-24 16:30:19', '2024-12-24 16:30:19'),
(16, 305, 8, '2024-12-24 16:31:20', '2024-12-24 16:31:20'),
(17, 306, 4, '2024-12-24 16:32:18', '2024-12-24 16:32:18'),
(18, 307, 4, '2024-12-24 16:33:30', '2024-12-24 16:33:30'),
(19, 308, 8, '2024-12-24 16:34:48', '2024-12-24 16:34:48'),
(20, 309, 9, '2024-12-24 16:37:41', '2024-12-24 16:37:41'),
(21, 310, 3, '2024-12-24 16:40:44', '2024-12-24 16:40:44'),
(22, 311, 7, '2024-12-24 16:42:01', '2024-12-24 16:42:01'),
(23, 312, 11, '2024-12-24 16:44:57', '2024-12-24 16:44:57'),
(24, 313, 11, '2024-12-24 16:47:33', '2024-12-24 16:47:33'),
(25, 314, 10, '2024-12-24 16:48:50', '2024-12-24 16:48:50'),
(26, 315, 4, '2024-12-24 16:54:23', '2024-12-24 16:54:23'),
(27, 316, 12, '2024-12-24 16:57:53', '2024-12-24 16:57:53'),
(28, 317, 13, '2024-12-24 16:59:41', '2024-12-24 16:59:41'),
(29, 318, 12, '2024-12-24 17:00:52', '2024-12-24 17:00:52'),
(30, 319, 13, '2024-12-24 17:02:05', '2024-12-24 17:02:05'),
(31, 320, 14, '2024-12-24 17:05:46', '2024-12-24 17:05:46'),
(32, 321, 15, '2024-12-24 17:07:44', '2024-12-24 17:07:44'),
(33, 322, 16, '2024-12-24 17:09:53', '2024-12-24 17:09:53'),
(34, 323, 16, '2024-12-24 17:11:30', '2024-12-24 17:11:30'),
(35, 324, 17, '2024-12-24 17:13:17', '2024-12-24 17:13:17'),
(36, 325, 18, '2024-12-24 17:17:04', '2024-12-24 17:17:04'),
(37, 326, 18, '2024-12-24 17:18:00', '2024-12-24 17:18:00'),
(38, 327, 18, '2024-12-24 17:19:02', '2024-12-24 17:19:02'),
(39, 328, 8, '2024-12-24 17:20:30', '2024-12-24 17:20:30'),
(40, 329, 3, '2024-12-24 17:23:00', '2024-12-24 17:23:00'),
(41, 330, 3, '2024-12-24 17:24:12', '2024-12-24 17:24:12'),
(42, 331, 3, '2024-12-24 17:25:04', '2024-12-24 17:25:04'),
(43, 332, 3, '2024-12-24 17:25:56', '2024-12-24 17:25:56'),
(44, 333, 19, '2024-12-24 17:32:05', '2024-12-24 17:32:05'),
(45, 334, 19, '2024-12-24 17:33:05', '2024-12-24 17:33:05'),
(46, 335, 19, '2024-12-24 17:34:30', '2024-12-24 17:34:30'),
(47, 336, 19, '2024-12-24 17:35:27', '2024-12-24 17:35:27'),
(48, 337, 18, '2024-12-24 17:37:45', '2024-12-24 17:37:45'),
(49, 338, 18, '2024-12-24 17:39:17', '2024-12-24 17:39:17'),
(50, 339, 18, '2024-12-24 17:40:31', '2024-12-24 17:40:31'),
(51, 340, 3, '2024-12-24 17:41:28', '2024-12-24 17:41:28'),
(52, 341, 3, '2024-12-24 17:42:36', '2024-12-24 17:42:36'),
(53, 342, 3, '2024-12-24 17:44:30', '2024-12-24 17:44:30'),
(54, 343, 3, '2024-12-24 17:45:21', '2024-12-24 17:45:21'),
(55, 344, 3, '2024-12-24 17:46:15', '2024-12-24 17:46:15'),
(56, 345, 20, '2024-12-24 17:47:40', '2024-12-24 17:47:40'),
(57, 346, 3, '2024-12-24 17:48:38', '2024-12-24 17:48:38'),
(58, 347, 18, '2024-12-24 17:50:15', '2024-12-24 17:50:15'),
(59, 348, 18, '2024-12-24 17:51:15', '2024-12-24 17:51:15'),
(60, 349, 3, '2024-12-24 17:51:58', '2024-12-24 17:51:58'),
(61, 350, 3, '2024-12-24 17:52:59', '2024-12-24 17:52:59'),
(62, 413, 4, '2024-12-28 15:39:47', '2024-12-28 15:39:47'),
(63, 414, 4, '2024-12-28 15:41:10', '2024-12-28 15:41:10'),
(64, 415, 4, '2024-12-28 15:42:29', '2024-12-28 15:42:29'),
(65, 416, 4, '2024-12-28 15:44:27', '2024-12-28 15:44:27'),
(66, 417, 21, '2024-12-28 15:47:45', '2024-12-28 15:47:45'),
(67, 418, 21, '2024-12-28 15:50:27', '2024-12-28 15:50:27'),
(68, 419, 5, '2024-12-28 15:55:02', '2024-12-28 15:55:02'),
(69, 420, 5, '2024-12-28 15:57:04', '2024-12-28 15:57:04'),
(70, 421, 4, '2024-12-28 16:00:47', '2024-12-28 16:00:47'),
(71, 422, 4, '2024-12-28 16:03:23', '2024-12-28 16:03:23'),
(72, 423, NULL, '2024-12-28 16:04:43', '2024-12-28 16:04:43'),
(73, 424, NULL, '2024-12-28 16:06:08', '2024-12-28 16:06:08'),
(74, 425, NULL, '2024-12-28 16:07:17', '2024-12-28 16:07:17'),
(75, 426, NULL, '2024-12-28 16:08:24', '2024-12-28 16:08:24'),
(76, 427, 4, '2024-12-28 16:11:58', '2024-12-28 16:11:58'),
(77, 428, 4, '2024-12-28 16:13:46', '2024-12-28 16:13:46'),
(78, 429, 4, '2024-12-28 16:15:07', '2024-12-28 16:15:07'),
(79, 430, 4, '2024-12-28 16:16:45', '2024-12-28 16:16:45'),
(80, 431, 3, '2024-12-28 16:18:53', '2024-12-28 16:18:53'),
(81, 432, 3, '2024-12-28 16:22:40', '2024-12-28 16:22:40'),
(82, 433, 3, '2024-12-28 16:24:14', '2024-12-28 16:24:14'),
(83, 434, 18, '2024-12-28 16:27:53', '2024-12-28 16:27:53'),
(84, 435, 18, '2024-12-28 16:30:43', '2024-12-28 16:30:43'),
(85, 436, 18, '2024-12-28 16:34:57', '2024-12-28 16:34:57'),
(86, 437, 3, '2024-12-28 16:39:06', '2024-12-28 16:39:06'),
(87, 438, 3, '2024-12-28 16:40:09', '2024-12-28 16:40:09'),
(88, 439, 3, '2024-12-28 16:40:54', '2024-12-28 16:40:54'),
(89, 440, 4, '2024-12-28 16:44:01', '2024-12-28 16:44:01'),
(90, 441, 13, '2024-12-28 16:45:16', '2024-12-28 16:45:16'),
(91, 442, 3, '2024-12-28 16:46:14', '2024-12-28 16:46:14'),
(92, 443, 13, '2024-12-28 16:47:09', '2024-12-28 16:47:09'),
(93, 444, 13, '2024-12-28 16:48:49', '2024-12-28 16:48:49'),
(94, 445, NULL, '2024-12-28 17:02:59', '2024-12-28 17:02:59'),
(95, 446, NULL, '2024-12-28 17:03:53', '2024-12-28 17:03:53'),
(96, 447, NULL, '2024-12-28 17:04:47', '2024-12-28 17:04:47'),
(97, 448, NULL, '2024-12-28 17:06:49', '2024-12-28 17:06:49'),
(98, 449, NULL, '2024-12-28 17:08:01', '2024-12-28 17:08:01'),
(99, 450, 3, '2024-12-28 17:09:24', '2024-12-28 17:09:24'),
(100, 451, 18, '2024-12-28 17:11:00', '2024-12-28 17:11:00'),
(101, 452, 18, '2024-12-28 17:12:27', '2024-12-28 17:12:27'),
(102, 453, 20, '2024-12-28 17:13:26', '2024-12-28 17:13:26'),
(103, 454, 3, '2024-12-28 17:14:30', '2024-12-28 17:14:30'),
(104, 455, 18, '2024-12-28 17:16:34', '2024-12-28 17:16:34'),
(105, 456, 18, '2024-12-28 17:17:35', '2024-12-28 17:17:35'),
(106, 457, 3, '2024-12-28 17:18:35', '2024-12-28 17:18:35'),
(107, 458, 22, '2024-12-28 17:28:23', '2024-12-28 17:28:23'),
(108, 459, 22, '2024-12-28 17:30:24', '2024-12-28 17:30:24'),
(109, 460, 23, '2024-12-28 17:32:58', '2024-12-28 17:32:58'),
(110, 461, 23, '2024-12-28 17:34:03', '2024-12-28 17:34:03'),
(111, 462, 18, '2024-12-28 17:36:53', '2024-12-28 17:36:53'),
(112, 463, 18, '2024-12-28 17:37:53', '2024-12-28 17:37:53'),
(113, 464, 18, '2024-12-28 17:39:02', '2024-12-28 17:39:02'),
(114, 465, 18, '2024-12-28 17:40:08', '2024-12-28 17:40:08'),
(115, 466, NULL, '2024-12-28 17:42:46', '2024-12-28 17:42:46'),
(116, 467, NULL, '2024-12-28 17:43:44', '2024-12-28 17:43:44'),
(117, 468, NULL, '2024-12-28 17:44:45', '2024-12-28 17:44:45'),
(118, 469, NULL, '2024-12-28 17:45:59', '2024-12-28 17:45:59');

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

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

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

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

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

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

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

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

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

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

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

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

--
-- 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
) 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`) VALUES
(1, 'free_delivery', 22.000, 100009, '2024-12-22 10:02:17', '2024-12-22 10:02:17', '', 'admin', NULL, NULL, NULL),
(2, 'discount_on_product', 81.000, 100009, '2024-12-22 10:02:17', '2024-12-22 10:02:17', '', 'vendor', 4, NULL, NULL),
(3, 'discount_on_product', 9.000, 100009, '2024-12-22 10:02:17', '2024-12-22 10:02:17', '', 'admin', NULL, NULL, NULL),
(4, 'free_delivery', 22.000, 100010, '2025-01-31 16:47:02', '2025-01-31 16:47:02', '', 'admin', NULL, NULL, NULL),
(5, 'free_delivery', 22.000, 100014, '2025-01-31 16:47:17', '2025-01-31 16:47:17', '', 'admin', NULL, NULL, NULL),
(6, 'coupon_discount', 100.000, 100141, '2025-02-04 20:26:27', '2025-02-04 20:26:27', '', 'admin', NULL, NULL, NULL),
(7, 'coupon_discount', 223.000, 100149, '2025-02-05 11:49:43', '2025-02-05 11:49:43', '', 'admin', NULL, NULL, NULL),
(8, 'coupon_discount', 213.000, 100153, '2025-02-07 16:52:22', '2025-02-07 16:52:22', '', 'admin', NULL, NULL, NULL),
(9, 'coupon_discount', 20.000, 100146, '2025-02-07 18:37:19', '2025-02-07 18:37:19', '', 'admin', NULL, NULL, NULL),
(10, 'coupon_discount', 100.000, 100166, '2025-02-09 18:09:04', '2025-02-09 18:09:04', '', 'admin', NULL, NULL, NULL),
(11, 'coupon_discount', 100.000, 100164, '2025-02-09 18:09:19', '2025-02-09 18:09:19', '', 'admin', NULL, NULL, NULL),
(12, 'coupon_discount', 100.000, 100160, '2025-02-09 18:09:35', '2025-02-09 18:09:35', '', 'admin', NULL, NULL, NULL),
(13, 'coupon_discount', 20.000, 100147, '2025-02-10 13:37:37', '2025-02-10 13:37:37', '', 'admin', NULL, NULL, NULL),
(14, 'coupon_discount', 20.000, 100174, '2025-02-10 13:40:14', '2025-02-10 13:40:14', '', 'admin', NULL, NULL, NULL),
(15, 'coupon_discount', 136.000, 100172, '2025-02-10 13:42:25', '2025-02-10 13:42:25', '', 'admin', NULL, NULL, NULL),
(16, 'coupon_discount', 100.000, 100165, '2025-02-10 13:42:59', '2025-02-10 13:42:59', '', 'admin', NULL, NULL, NULL),
(17, 'coupon_discount', 100.000, 100161, '2025-02-10 13:45:12', '2025-02-10 13:45:12', '', 'admin', NULL, NULL, NULL),
(18, 'coupon_discount', 100.000, 100159, '2025-02-19 10:26:39', '2025-02-19 10:26:39', '', 'admin', NULL, NULL, NULL),
(19, 'coupon_discount', 10.000, 100181, '2025-02-19 10:30:13', '2025-02-19 10:30:13', '', 'admin', NULL, NULL, NULL),
(20, 'coupon_discount', 23.000, 100157, '2025-02-19 10:34:25', '2025-02-19 10:34:25', '', 'admin', 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;

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

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

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

--
-- 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, '49.37.153.179', 'dFeFVcF8SR2V8ZsGJCSZ0H:APA91bEfdQZ8kIPe2A3JXEA19rrEzy-dCya4BBwUrsFRRzw9lhz7jLyJy3TQNRdCIz7uHm1SgOxqn3LQHFf1E4r58rO4XQo0_5SE23A9kSOXQu384o54fxU', '2024-11-29 05:29:26', '2024-11-29 05:29:26'),
(11, '49.36.81.125', 'cIGPTg1Y1EXIpzb1-qull_:APA91bFhUwhY4jdhswkX8cZRJrBKr7e58VFvZQqIpE5QcpEZT0N6-X4fkdZQoypDqbRpwMtyPpsjoRVCS4ymELv7cXKDgo2MkIkC_K9HmcuFeLWOd-fsnDo', '2024-12-01 10:17:27', '2024-12-01 10:17:27'),
(12, '49.36.81.125', 'cIGPTg1Y1EXIpzb1-qull_:APA91bFhUwhY4jdhswkX8cZRJrBKr7e58VFvZQqIpE5QcpEZT0N6-X4fkdZQoypDqbRpwMtyPpsjoRVCS4ymELv7cXKDgo2MkIkC_K9HmcuFeLWOd-fsnDo', '2024-12-01 10:17:28', '2024-12-01 10:17:28'),
(13, '2405:201:c01e:3924:4c05:e85a:bde3:44bc', 'dYL-vvEQRruJBN_S2kxRIM:APA91bH-45k8kgXgXTjvyJ7RxuMY8L13mMuYtys2OrGgO9FG00e-tQRvQY32aX5hm1n67DhljxumscHLHgja5VyvNTTGgjaOd9uvMAGlwxt-apE7wufwPX4', '2024-12-02 19:02:33', '2024-12-02 19:02:33'),
(14, '49.37.152.62', 'd5lFYYDHRfGYLrO7RVb4K4:APA91bF_CaQv6F60G9Bd7yH0o4T-9wEGZNSpcY4SjG0pxw85kE5yYRNtPxtVKfoNMJopFiNaHRrlKER_lLc_o_2PcwnDbiuFNdTrYbYRqgHI8OIn7nrs9V0', '2024-12-05 01:38:04', '2024-12-05 01:38:04'),
(15, '106.215.168.157', 'd1tnmQeyTOa36N_dk1h0cE:APA91bG-R-ph9x-TxJp8hzI3PpjnJIDx7kfMsR96U-zZX_979wO6jOLxQjBVn1gxNfMwtBm2N9rQweIzmzbin_0qKcr7iAeZqkh0gO9gspFDOfBWkjeCQOo', '2024-12-16 17:10:50', '2024-12-16 17:10:50'),
(16, '106.215.168.157', 'fcvujlYARaaJ39jCJMTsJZ:APA91bGzBMiWpkKNu3-dLEHJCxs7CHMcjQ-z3jU3UjFoH7WLVnDcFe0vIz4CljNQPvJNb-kYt2dty3zDFjOLnFOwKpp_poFglI_rDj0FFQDU4_34xaDuQWw', '2024-12-16 17:59:05', '2024-12-16 17:59:05'),
(17, '2409:408c:3e1f:7867::a749:1309', 'fuvyu4s-R-aY6Tpa4ilzTE:APA91bHlCZd6mOmeQR0xotDUrV9wMP6cKZbvyIVb3qhZBDMfQJFpBGgZslO4RapSuAgFWO_BcLd-KaFdumP2ZslVwuooermQ0i5CZTKTCTJvZmKu6OhF4D4', '2024-12-16 19:38:05', '2024-12-16 19:38:05'),
(18, '106.221.178.89', 'd4DXOxcbRNO2J4mBL1qBGQ:APA91bH94qb2PKcAGA2Czf3jtKcQnmf3jchjIM382bWFPmlFj9gLDvrA-qU4tiVxruhvIX_tiMr_QUeygmxYrokGdrIxQjgw-0-9GscJOHB-pHGtFumdIcc', '2024-12-16 19:51:03', '2024-12-16 19:51:03'),
(19, '223.185.77.46', 'dPgx8B0dRAiWH_mowVtVGU:APA91bEaKw9U7zRY6iZqbkCTQZv9sxEwi_mYlVFqIehfhEnr8oIYk6OC4w5amaIOHAQaqXB52mhKyzpCZc0n_phot2vkxbvD-n2kJeO37NbFtgNRzZyO6NQ', '2024-12-16 19:54:33', '2024-12-16 19:54:33'),
(20, '223.182.14.8', 'd2cvm4UWTQeTj37Dr37ya6:APA91bEYoYaDboTtKgKWxiNFs0uOZJprbR3xHlY2BUqqFoN81yFeAyRPaDXrBpoU4Z5eINmtMLhgklcNSbylfemuZGcXuOtPlEDg6dVG8gnf37CVL6zU8ds', '2024-12-16 19:56:42', '2024-12-16 19:56:42'),
(21, '223.182.14.8', 'd2cvm4UWTQeTj37Dr37ya6:APA91bEYoYaDboTtKgKWxiNFs0uOZJprbR3xHlY2BUqqFoN81yFeAyRPaDXrBpoU4Z5eINmtMLhgklcNSbylfemuZGcXuOtPlEDg6dVG8gnf37CVL6zU8ds', '2024-12-16 19:58:39', '2024-12-16 19:58:39'),
(22, '223.182.14.8', 'd2cvm4UWTQeTj37Dr37ya6:APA91bEYoYaDboTtKgKWxiNFs0uOZJprbR3xHlY2BUqqFoN81yFeAyRPaDXrBpoU4Z5eINmtMLhgklcNSbylfemuZGcXuOtPlEDg6dVG8gnf37CVL6zU8ds', '2024-12-16 19:58:39', '2024-12-16 19:58:39'),
(23, '223.182.14.8', 'f2P3Q8DMT-2l1iIby7IjQr:APA91bE4Jfeh88JVRDDsJG3LpoMwJbQ8fGlhkyCCJ-6qsA5gadnQKmT5aWx3BFNltwei2KYFJc9_qP6ZgEIUZkzb4vObMrGjXF9NdV3weULwH5IQPA5VEk4', '2024-12-16 20:00:44', '2024-12-16 20:00:44'),
(24, '223.185.77.46', 'ed5P7E5zQn-c8mkOEO-5o6:APA91bGffhxgCcArPJqF-7cLrsnOrvLPAEuOPd6PVZSKdt8E5C4Zj_V_3iiGgzpgK5Rp4kAdmmb_YW2DIUS8Awk_mFPUe5n8D3SfpQ9KC-GjJFM2CdDbq-Q', '2024-12-16 20:02:55', '2024-12-16 20:02:55'),
(25, '223.185.45.182', 'fWfyWmAoTvSIRPj3YF6BzN:APA91bHOKPAXhi1_2ZFuAOFsXgiNfPNFrFS8LEHT3rn74TJaUUQUcbKVPkNvIyPi4fuJ1WWVQdHnWCF-SkYC5wpd5iXQF9ZQqBL9UscX3SmM4Lifb-Sw3No', '2024-12-16 21:04:08', '2024-12-16 21:04:08'),
(26, '49.15.214.200', 'eqm0yJi8SKWK2796ZDXZAa:APA91bES56HW2S7jHLM_UGN42Yj2VebAXELQgr4QVuJvNIU0T2SM-UQqywWkW0pqzigJkB4AHQL1R3jV2NmOKl6euOxpAQkDRGuuLaZgiTesskmjmy57E5s', '2024-12-17 01:16:44', '2024-12-17 01:16:44'),
(27, '66.249.84.66', 'cnHZlA17RA-Y4XhjFE1Uy3:APA91bFl7EpqWuP-XGIx6-4TzlrCUKBaxADhnR9IEYadW2CsJNyZB99tn7FfSsh_OuZYk_aiCmxLDmCM_tB-vd0d9sY44QQx7_Lhs0Md_33EA5eJUzUSiNw', '2024-12-17 03:45:14', '2024-12-17 03:45:14'),
(28, '66.249.84.66', 'cnHZlA17RA-Y4XhjFE1Uy3:APA91bFl7EpqWuP-XGIx6-4TzlrCUKBaxADhnR9IEYadW2CsJNyZB99tn7FfSsh_OuZYk_aiCmxLDmCM_tB-vd0d9sY44QQx7_Lhs0Md_33EA5eJUzUSiNw', '2024-12-17 03:46:04', '2024-12-17 03:46:04'),
(29, '106.215.168.32', 'cDa_fh4NR5ySEaDkvDgqm6:APA91bHjQ-zTJDKxA7vVEOfYgD83s_rjedyVUVvJllLcf1glREjTK-IkwwewOYQuZISdHBXBKLveyb4opweLNso730BAxLIbfYoY876r7ltPMsor7pCG61E', '2024-12-17 11:56:26', '2024-12-17 11:56:26'),
(30, '152.59.199.163', 'frCCVrVHRQSP8yJ6JBmUbM:APA91bETUk02UbWvRUP11of2K-wRxXCgDwqVSap_iRdmgkohvuXimrEzyKpUp4wghUbx_hxDcd6R8EPMQwZYs2JWck2dlPGbYj2AEM0Oms5WBqQlVwyjLYA', '2024-12-17 16:44:36', '2024-12-17 16:44:36'),
(31, '152.59.199.163', 'frCCVrVHRQSP8yJ6JBmUbM:APA91bETUk02UbWvRUP11of2K-wRxXCgDwqVSap_iRdmgkohvuXimrEzyKpUp4wghUbx_hxDcd6R8EPMQwZYs2JWck2dlPGbYj2AEM0Oms5WBqQlVwyjLYA', '2024-12-17 16:45:01', '2024-12-17 16:45:01'),
(32, '152.59.199.163', 'frCCVrVHRQSP8yJ6JBmUbM:APA91bETUk02UbWvRUP11of2K-wRxXCgDwqVSap_iRdmgkohvuXimrEzyKpUp4wghUbx_hxDcd6R8EPMQwZYs2JWck2dlPGbYj2AEM0Oms5WBqQlVwyjLYA', '2024-12-17 16:45:07', '2024-12-17 16:45:07'),
(33, '152.59.199.163', 'frCCVrVHRQSP8yJ6JBmUbM:APA91bETUk02UbWvRUP11of2K-wRxXCgDwqVSap_iRdmgkohvuXimrEzyKpUp4wghUbx_hxDcd6R8EPMQwZYs2JWck2dlPGbYj2AEM0Oms5WBqQlVwyjLYA', '2024-12-17 16:45:12', '2024-12-17 16:45:12'),
(34, '152.59.199.163', 'frCCVrVHRQSP8yJ6JBmUbM:APA91bETUk02UbWvRUP11of2K-wRxXCgDwqVSap_iRdmgkohvuXimrEzyKpUp4wghUbx_hxDcd6R8EPMQwZYs2JWck2dlPGbYj2AEM0Oms5WBqQlVwyjLYA', '2024-12-17 16:45:25', '2024-12-17 16:45:25'),
(35, '152.59.193.117', 'dSXvCZYBStWwaLTB6LiU7Y:APA91bHO_ax6CMdNDtACvn977UF1wTlrpCJPOIknKsTYG5Sqq2kWV_gv_HpmzZtqj8YvBFM-4cYAUqnJXQan2O4IYLRqjz3RW50alaatq75sV-qPa8ASyuc', '2024-12-17 17:11:04', '2024-12-17 17:11:04'),
(36, '152.59.193.117', 'dSXvCZYBStWwaLTB6LiU7Y:APA91bHO_ax6CMdNDtACvn977UF1wTlrpCJPOIknKsTYG5Sqq2kWV_gv_HpmzZtqj8YvBFM-4cYAUqnJXQan2O4IYLRqjz3RW50alaatq75sV-qPa8ASyuc', '2024-12-17 17:11:53', '2024-12-17 17:11:53'),
(37, '2401:4900:3681:5a1b:4b9b:61c9:c0d0:2543', 'efOlxCWFTe6ATf_w4LFizu:APA91bHyyrMimwPuJIB39Y6QauMZqCSDx7l32qxLy7c8AJl5BqpxYEuPZS3-S65913EgR770JDAifndPOPDfkSKr68OYh1LxVNp5LVR5_Xnt_WllHB-jbeY', '2024-12-17 17:15:11', '2024-12-17 17:15:11'),
(38, '106.200.176.27', 'efOlxCWFTe6ATf_w4LFizu:APA91bHyyrMimwPuJIB39Y6QauMZqCSDx7l32qxLy7c8AJl5BqpxYEuPZS3-S65913EgR770JDAifndPOPDfkSKr68OYh1LxVNp5LVR5_Xnt_WllHB-jbeY', '2024-12-17 17:15:11', '2024-12-17 17:15:11'),
(39, '106.200.176.27', 'efOlxCWFTe6ATf_w4LFizu:APA91bHyyrMimwPuJIB39Y6QauMZqCSDx7l32qxLy7c8AJl5BqpxYEuPZS3-S65913EgR770JDAifndPOPDfkSKr68OYh1LxVNp5LVR5_Xnt_WllHB-jbeY', '2024-12-17 17:15:13', '2024-12-17 17:15:13'),
(40, '106.200.176.27', 'efOlxCWFTe6ATf_w4LFizu:APA91bHyyrMimwPuJIB39Y6QauMZqCSDx7l32qxLy7c8AJl5BqpxYEuPZS3-S65913EgR770JDAifndPOPDfkSKr68OYh1LxVNp5LVR5_Xnt_WllHB-jbeY', '2024-12-17 17:15:15', '2024-12-17 17:15:15'),
(41, '2401:4900:3681:5a1b:4b9b:61c9:c0d0:2543', 'efOlxCWFTe6ATf_w4LFizu:APA91bHyyrMimwPuJIB39Y6QauMZqCSDx7l32qxLy7c8AJl5BqpxYEuPZS3-S65913EgR770JDAifndPOPDfkSKr68OYh1LxVNp5LVR5_Xnt_WllHB-jbeY', '2024-12-17 17:15:16', '2024-12-17 17:15:16'),
(42, '152.59.193.121', 'eeM6g28WTF6d5iSp_oU8n4:APA91bGXbsGyP1KU_vb4MhRHj2XTdMc7N3U53aFU3gYw5HKZXK_kHMuRepGuTeO2fXoutLfSvaJxufFaVjVstqM_aDmdo5jaLarHtcvAPn99JJq_MeWhwDs', '2024-12-17 17:20:12', '2024-12-17 17:20:12'),
(43, '152.59.193.121', 'eeM6g28WTF6d5iSp_oU8n4:APA91bGXbsGyP1KU_vb4MhRHj2XTdMc7N3U53aFU3gYw5HKZXK_kHMuRepGuTeO2fXoutLfSvaJxufFaVjVstqM_aDmdo5jaLarHtcvAPn99JJq_MeWhwDs', '2024-12-17 17:21:09', '2024-12-17 17:21:09'),
(44, '157.48.138.161', 'd2cvm4UWTQeTj37Dr37ya6:APA91bEYoYaDboTtKgKWxiNFs0uOZJprbR3xHlY2BUqqFoN81yFeAyRPaDXrBpoU4Z5eINmtMLhgklcNSbylfemuZGcXuOtPlEDg6dVG8gnf37CVL6zU8ds', '2024-12-18 07:45:29', '2024-12-18 07:45:29'),
(45, '2401:4900:35f9:9122:63e:a437:63cf:57a1', 'eyXGrObrS2WwVOtaaXcWwz:APA91bEPLZYyWCueRbpdZiodJjJWrvVbdbAiWZGyMV3K0M4hKvHCmrgS9odL6KxFHBujC0YSEFdi6f4wafgHC3UYqiH1XKVpXLDaI5wWZmhdAe9lZoGSWCk', '2024-12-18 09:34:18', '2024-12-18 09:34:18'),
(46, '223.238.86.100', 'eyXGrObrS2WwVOtaaXcWwz:APA91bEPLZYyWCueRbpdZiodJjJWrvVbdbAiWZGyMV3K0M4hKvHCmrgS9odL6KxFHBujC0YSEFdi6f4wafgHC3UYqiH1XKVpXLDaI5wWZmhdAe9lZoGSWCk', '2024-12-18 09:34:20', '2024-12-18 09:34:20'),
(47, '2409:40f0:1c:7cc3:2422:8cff:feaa:290e', 'ehN-McUtRp-sAOFFfaH_JG:APA91bEhJFy2JRSa6uiNpU0IR01GRksOPICfYsyWe-L4OFSV26Xezjv1ZQDKoz4wMdyy_3wykLjj1IXa3St81Ur7z9wHKeBP0dOkeg9VPRdoHKk9FtHbGZA', '2024-12-18 10:12:10', '2024-12-18 10:12:10'),
(48, '106.216.207.234', 'eg6bUjcvQC-ebC49Ss4nqE:APA91bG-O9qkvrcfCwsaEmfZ7TVIeepUrLsyszNiAuokYNwgv_P0yw_HQD5CIdaNDfXYCx-LMLDIWfqbSQxA5bizYL0OCJ0gEySqhs1R70L8Zxo--_s7aEs', '2024-12-18 13:56:10', '2024-12-18 13:56:10'),
(49, '2401:4900:60df:db2:a080:89ff:fe75:157b', 'cgIRQ3vAR8qcDOEibXDvuU:APA91bH5ivrzez62YWXn04yTa9QOUqRkKcejFe8GtW0ArTHICUeOI6ja6Y_dkuuI6MlZo_mNZXx4djQrOBAhce5ZBxxeTWsFSMgUec8vkHA2GDfIYnoZPkc', '2024-12-18 17:24:11', '2024-12-18 17:24:11'),
(50, '2401:4900:1c0f:6a79:ecb6:3dcd:2fda:95b1', 'dszez4PgSSOAo_gC0pqXcx:APA91bEa-fdVK9hNaMXMQcNogzYlvcM-nH5mb3HwwIe2DUj4NLrS45zGTFq9ykquaHIRl-Su9AOTbcFBxx2UkcMEsy4V4Tsx4p215cP7fGqu18RMfCvbGts', '2024-12-19 10:19:04', '2024-12-19 10:19:04'),
(51, '49.36.83.99', 'cR8uE2Wep0qxlL1qLJdr2C:APA91bHUgOMvrG76dL0zcLyFyuPJO_Jjn3pKL16Y183TsJZz8H4LSeHx_cEYAimlSLPpZKfaCCgtCEpd7RBolPadlwImmqdHd33PGJHE8tc736hZACK4rx8', '2024-12-19 12:43:23', '2024-12-19 12:43:23'),
(52, '49.36.83.99', 'cR8uE2Wep0qxlL1qLJdr2C:APA91bHUgOMvrG76dL0zcLyFyuPJO_Jjn3pKL16Y183TsJZz8H4LSeHx_cEYAimlSLPpZKfaCCgtCEpd7RBolPadlwImmqdHd33PGJHE8tc736hZACK4rx8', '2024-12-19 12:43:25', '2024-12-19 12:43:25'),
(53, '49.36.83.99', 'cR8uE2Wep0qxlL1qLJdr2C:APA91bHUgOMvrG76dL0zcLyFyuPJO_Jjn3pKL16Y183TsJZz8H4LSeHx_cEYAimlSLPpZKfaCCgtCEpd7RBolPadlwImmqdHd33PGJHE8tc736hZACK4rx8', '2024-12-19 12:43:28', '2024-12-19 12:43:28'),
(54, '106.216.201.243', 'fRIif75IRNyQkTP9W17S1f:APA91bGZWCo57usznSoCu_6wwKlqr7iCYjGq5NlIG4598ZwJTKY1RiXT5AGLe98_J6KKMrDS0oBU0lIoH5213cqp1Vjpqc9TqJPAF7KDaPr9aWtR3MjIFLQ', '2024-12-19 18:05:28', '2024-12-19 18:05:28'),
(55, '106.221.190.157', 'egYcUuiyThSTtvpih6Y3WY:APA91bEbxGwSmy7hpRe77eO-3NFtCMeRMV8y39TKchZDM4oT5bSKGoA3Qyh-tviBvyiBEDbu5nNXr8-f913Dn_vBHeXwrPQB-fzqKjJ-4jbLC-PRpuPJKeE', '2024-12-20 09:21:02', '2024-12-20 09:21:02'),
(56, '183.82.125.238', 'cK5huENwQni4OvX7S4oo_r:APA91bG51wPholG9nVu67TABqSL3YUoqNxhtuR4Jibl7dacYyGNVDCusUITmyKj1zJuC2Q1xFshZ9YlJDJg4tfytbrRu4cbWqrRLUadMkmtHsLNQi0bx3Q0', '2024-12-20 11:31:04', '2024-12-20 11:31:04'),
(57, '183.82.125.238', 'cK5huENwQni4OvX7S4oo_r:APA91bG51wPholG9nVu67TABqSL3YUoqNxhtuR4Jibl7dacYyGNVDCusUITmyKj1zJuC2Q1xFshZ9YlJDJg4tfytbrRu4cbWqrRLUadMkmtHsLNQi0bx3Q0', '2024-12-20 11:31:04', '2024-12-20 11:31:04'),
(58, '183.82.125.238', 'cK5huENwQni4OvX7S4oo_r:APA91bG51wPholG9nVu67TABqSL3YUoqNxhtuR4Jibl7dacYyGNVDCusUITmyKj1zJuC2Q1xFshZ9YlJDJg4tfytbrRu4cbWqrRLUadMkmtHsLNQi0bx3Q0', '2024-12-20 11:31:05', '2024-12-20 11:31:05'),
(59, '2401:4900:6589:103a:90e3:f6ff:fe41:f8b2', 'ceQI9TOvQf6smxc3L8iaNL:APA91bHce_v2be2XAKyx5Mb_THokTjccqaK6frMoIK_7tfcq8AlMeJwc77WaIw8GHCnMcqr6LQl1PfPrfHyFQXuNX09Mm63t3RzS_6E8LjviNLmDk8WTr0E', '2024-12-22 10:06:00', '2024-12-22 10:06:00'),
(60, '223.187.13.62', 'dqipQ7aqQwGNaZJVT68B7A:APA91bHnKC-8F86vY81sNAmbrK65NOrhmnxbsDzp72psGrXcwdfJq-r8pH67XqY95K8TG8UOu3reVNJ4fSJ5vqMNOqIytqjhsbQ7IkuW8S1zV4qk7KLlnP0', '2024-12-22 10:14:06', '2024-12-22 10:14:06'),
(61, '106.219.4.220', 'f2P3Q8DMT-2l1iIby7IjQr:APA91bE4Jfeh88JVRDDsJG3LpoMwJbQ8fGlhkyCCJ-6qsA5gadnQKmT5aWx3BFNltwei2KYFJc9_qP6ZgEIUZkzb4vObMrGjXF9NdV3weULwH5IQPA5VEk4', '2024-12-23 19:09:17', '2024-12-23 19:09:17'),
(62, '66.102.8.70', 'eIEtdo2hRxGJKYS_ZPGOVv:APA91bHHBW2cZAyJHnlgLzTmSx1qwrlYSsn2bh9LuRm-d1Tw16qP278MK_-BjzHn-f8hYMoypI17cnINXhrorEGmVKM681Lmo3cSaWjtgdAQsCrTiUdzzCo', '2024-12-24 06:06:11', '2024-12-24 06:06:11'),
(63, '66.102.8.71', 'eIEtdo2hRxGJKYS_ZPGOVv:APA91bHHBW2cZAyJHnlgLzTmSx1qwrlYSsn2bh9LuRm-d1Tw16qP278MK_-BjzHn-f8hYMoypI17cnINXhrorEGmVKM681Lmo3cSaWjtgdAQsCrTiUdzzCo', '2024-12-24 06:06:50', '2024-12-24 06:06:50'),
(64, '66.102.8.70', 'eIEtdo2hRxGJKYS_ZPGOVv:APA91bHHBW2cZAyJHnlgLzTmSx1qwrlYSsn2bh9LuRm-d1Tw16qP278MK_-BjzHn-f8hYMoypI17cnINXhrorEGmVKM681Lmo3cSaWjtgdAQsCrTiUdzzCo', '2024-12-24 06:07:22', '2024-12-24 06:07:22'),
(65, '66.102.8.72', 'eIEtdo2hRxGJKYS_ZPGOVv:APA91bHHBW2cZAyJHnlgLzTmSx1qwrlYSsn2bh9LuRm-d1Tw16qP278MK_-BjzHn-f8hYMoypI17cnINXhrorEGmVKM681Lmo3cSaWjtgdAQsCrTiUdzzCo', '2024-12-24 06:07:53', '2024-12-24 06:07:53'),
(66, '66.102.8.72', 'eIEtdo2hRxGJKYS_ZPGOVv:APA91bHHBW2cZAyJHnlgLzTmSx1qwrlYSsn2bh9LuRm-d1Tw16qP278MK_-BjzHn-f8hYMoypI17cnINXhrorEGmVKM681Lmo3cSaWjtgdAQsCrTiUdzzCo', '2024-12-24 06:08:15', '2024-12-24 06:08:15'),
(67, '66.102.8.70', 'eIEtdo2hRxGJKYS_ZPGOVv:APA91bHHBW2cZAyJHnlgLzTmSx1qwrlYSsn2bh9LuRm-d1Tw16qP278MK_-BjzHn-f8hYMoypI17cnINXhrorEGmVKM681Lmo3cSaWjtgdAQsCrTiUdzzCo', '2024-12-24 06:09:18', '2024-12-24 06:09:18'),
(68, '106.216.192.130', 'dQEm0kfzQxmcFgJAMBm7d9:APA91bFURhJOgggDpgKE6Yvgt_mAtBQsAT8pTNmj2CKJkQc_WLQSf0PfFiU9nubusYcJRikb91iNu3EoZKBtfmLNJXMH-yYdo-t61C0CP_92lULuHhHtVnQ', '2024-12-24 09:07:59', '2024-12-24 09:07:59'),
(69, '223.185.97.7', 'exhrnW_nSJegN75qHILiRh:APA91bE0AOLtooc1B4hoqwL7SjPSJHFaShk9hWy8evkxtZj0-951SN_u-VpM_0HED8_06HHJgvl3VkIOvgtyBUz4NcQ5sH30z3FsquhG8_Jo37dx9bXkb9w', '2024-12-24 11:05:50', '2024-12-24 11:05:50'),
(70, '223.185.97.7', 'exhrnW_nSJegN75qHILiRh:APA91bE0AOLtooc1B4hoqwL7SjPSJHFaShk9hWy8evkxtZj0-951SN_u-VpM_0HED8_06HHJgvl3VkIOvgtyBUz4NcQ5sH30z3FsquhG8_Jo37dx9bXkb9w', '2024-12-24 11:05:57', '2024-12-24 11:05:57'),
(71, '152.59.217.4', 'dvH_xKmgQ9GxzQOKU6B7gy:APA91bGaaw7LNxKStJaBZsA2u27C4woVKhgzNiNmrhOcVVX_LIbZ-TOGoqPmI-RLM0pMdheJwxi92AptqV54QdKxv8hSbr-MiLPH3o65hwdSe4_2X7JsQBM', '2024-12-24 16:19:12', '2024-12-24 16:19:12'),
(72, '74.125.213.8', 'dZxLpQjkSi2fL_vqqmBOSV:APA91bGXF0CWlfS-hBQoi1ef7xaszQpF_xB33k7Qb8l5hfb7kZJyY_82nRFjLdsVQ5P7rY2Wi8DYxm1qkoTcnJCwKGQ9bguf6mEnQm-YGgB1ueJ5P93k8tk', '2024-12-25 09:42:52', '2024-12-25 09:42:52'),
(73, '152.59.193.207', 'duNaLHfMSN2zVBSzPuti7v:APA91bEEvZtFaTNp4hzUQcAPR0EDj0r4h1Y6kGCK3XRJ2egFu-z9B7lcsJMlvvM8OhPBS5uz3DcBZnWeaX0XP0i62otweLT1AkQ8j1bu3_wCTk584KU5vQY', '2024-12-25 15:13:55', '2024-12-25 15:13:55'),
(74, '152.59.193.207', 'duNaLHfMSN2zVBSzPuti7v:APA91bEEvZtFaTNp4hzUQcAPR0EDj0r4h1Y6kGCK3XRJ2egFu-z9B7lcsJMlvvM8OhPBS5uz3DcBZnWeaX0XP0i62otweLT1AkQ8j1bu3_wCTk584KU5vQY', '2024-12-25 15:14:06', '2024-12-25 15:14:06'),
(75, '152.59.193.207', 'duNaLHfMSN2zVBSzPuti7v:APA91bEEvZtFaTNp4hzUQcAPR0EDj0r4h1Y6kGCK3XRJ2egFu-z9B7lcsJMlvvM8OhPBS5uz3DcBZnWeaX0XP0i62otweLT1AkQ8j1bu3_wCTk584KU5vQY', '2024-12-25 15:14:06', '2024-12-25 15:14:06'),
(76, '152.59.193.207', 'duNaLHfMSN2zVBSzPuti7v:APA91bEEvZtFaTNp4hzUQcAPR0EDj0r4h1Y6kGCK3XRJ2egFu-z9B7lcsJMlvvM8OhPBS5uz3DcBZnWeaX0XP0i62otweLT1AkQ8j1bu3_wCTk584KU5vQY', '2024-12-25 15:14:11', '2024-12-25 15:14:11'),
(77, '223.182.12.11', 'eY5e1SY5SF2qyJ_r1_O5_y:APA91bHdR4nIKoqkh2_gmIOhzdXEX_ilPsx9-x-o3BNLMwMx9xGXHBOQEl0bFH4TUKTiEsm3yMUS6Xma-InmPCfkj1CeLQsRq3A7qoQAHOF9yhz1QIwWonM', '2024-12-26 11:21:38', '2024-12-26 11:21:38'),
(78, '157.47.119.203', 'd2cvm4UWTQeTj37Dr37ya6:APA91bEYoYaDboTtKgKWxiNFs0uOZJprbR3xHlY2BUqqFoN81yFeAyRPaDXrBpoU4Z5eINmtMLhgklcNSbylfemuZGcXuOtPlEDg6dVG8gnf37CVL6zU8ds', '2024-12-26 15:23:30', '2024-12-26 15:23:30'),
(79, '49.36.83.47', 'cjUNjjWLSuuaJNa2I77WGy:APA91bFjhnufNz_0i9tzGTkYbta4voJek6C4Xs8H2EGi902tQV3UtQeQzmBHMzyGEJO5I4W5YtY7r4S7vohlYcOADPA0DfOVINXBgCr0LG9hB0wsJ0hz4bo', '2024-12-27 22:31:49', '2024-12-27 22:31:49'),
(80, '49.36.83.47', 'cjUNjjWLSuuaJNa2I77WGy:APA91bFjhnufNz_0i9tzGTkYbta4voJek6C4Xs8H2EGi902tQV3UtQeQzmBHMzyGEJO5I4W5YtY7r4S7vohlYcOADPA0DfOVINXBgCr0LG9hB0wsJ0hz4bo', '2024-12-28 00:36:06', '2024-12-28 00:36:06'),
(81, '183.83.147.202', 'f9zV8m1QRWW9AeCympoxHD:APA91bHY5qYzhuK6BxENofeqgyBqlRVB0TmYQ0YsgRL7iMJOJm--9edRUCcdQHmItuNy3dL601tgF4VYpEJzrmBzr8JQP7m-lh9t2hnGm3UkFMyFyOFKZI8', '2024-12-29 13:46:59', '2024-12-29 13:46:59'),
(82, '183.83.147.202', 'fmJ1YrYtSwaP88gB_1hHIi:APA91bGNlWRIV9Mh020VMfQon_ZYAK9YgqvAdTb4WqvzvH8Qe7nRFb0-9UsxESx42xzwKE3V5DeP7g9YhPQMROZQkX-jknf1S18-JB7WM7UD6A4NHEXba7s', '2024-12-29 14:06:14', '2024-12-29 14:06:14'),
(83, '183.83.147.202', 'fhvhLrrkSR2SOENIMRwNwP:APA91bGFzofrtBXrS5OVD5apF-EaspXVK9YcbsnMXeTPdpxQnhzjRdLWgni1-gramGqXyoYgrW5wlQ7k9nO4RzltzJqy3lcjQ9RXLf6Ti7tJZDCZ69bNECY', '2024-12-29 14:26:53', '2024-12-29 14:26:53'),
(84, '183.83.147.202', 'fhvhLrrkSR2SOENIMRwNwP:APA91bGFzofrtBXrS5OVD5apF-EaspXVK9YcbsnMXeTPdpxQnhzjRdLWgni1-gramGqXyoYgrW5wlQ7k9nO4RzltzJqy3lcjQ9RXLf6Ti7tJZDCZ69bNECY', '2024-12-29 14:28:24', '2024-12-29 14:28:24'),
(85, '157.32.92.130', 'd2h8UscrRzCYULLe1TKbzn:APA91bF-C4jYVSgInBfmFSJrn6m1y6IV8mGQ3lINiDBY5yUqZjFy-olwTsJfRqYmIhF2HKs7GmJ0cM4v2Pp73iYC-eylx-uY-kn2Z1FL55Er53PBQk4Mk_k', '2024-12-29 16:14:14', '2024-12-29 16:14:14'),
(86, '157.32.92.130', 'fmmErpxIRoeERgrXeKd9yn:APA91bFEyExapR_btyatHSZhgHQYh_ykX7-pvshD0LMpap0K0vyOjeTfQaM4WAzp7SsgvufplwabCleVCs_nj8TPETeIJPbqXvhn-oBo6Ls__6UWNSyzf_M', '2024-12-29 16:48:53', '2024-12-29 16:48:53'),
(87, '49.43.216.48', 'fmVY7Mn1Sy-6Ezu-0jQzFN:APA91bF60iDkcShsKE3KSt0p4zlzOLcncFSoJpFJ-9OWKPxYyYIJSHS4LXIrBEXuvpk_4uW_nGT3QBwu_glrSs0vNnZeU9ncCaF2AqdWOk56k941QxMbcX4', '2024-12-29 20:26:17', '2024-12-29 20:26:17'),
(88, '49.43.216.48', 'eFvXhNe8RLyE9lEbnWXnP3:APA91bG8P7WhB3Qk2_8VGQ0yMwmLyNfoB1IYDe974GwKP57xLJNPtqUSorO_sftyCkh-VSH-LBtgHIL56ro1rZf33eCSPAcEYLI6WT1fQnDtOKJQbF_1qkg', '2024-12-29 20:30:56', '2024-12-29 20:30:56'),
(89, '152.59.196.211', 'clCsgLR1RImjLAdvzQr90s:APA91bG8siSvhRpzVnqFZbhTvDuz5HV4QbHqkO_50LW620qcGprS4QOYHqnPK-GUKaCNAvHzL0vwkvEYAFjGwMMfh1Nvqw5yDtgxBkDQoeE14yztbIBVjaY', '2024-12-29 21:45:44', '2024-12-29 21:45:44'),
(90, '152.59.196.211', 'clCsgLR1RImjLAdvzQr90s:APA91bG8siSvhRpzVnqFZbhTvDuz5HV4QbHqkO_50LW620qcGprS4QOYHqnPK-GUKaCNAvHzL0vwkvEYAFjGwMMfh1Nvqw5yDtgxBkDQoeE14yztbIBVjaY', '2024-12-29 21:45:51', '2024-12-29 21:45:51'),
(91, '152.59.196.211', 'clCsgLR1RImjLAdvzQr90s:APA91bG8siSvhRpzVnqFZbhTvDuz5HV4QbHqkO_50LW620qcGprS4QOYHqnPK-GUKaCNAvHzL0vwkvEYAFjGwMMfh1Nvqw5yDtgxBkDQoeE14yztbIBVjaY', '2024-12-29 21:46:02', '2024-12-29 21:46:02'),
(92, '152.59.196.211', 'clCsgLR1RImjLAdvzQr90s:APA91bG8siSvhRpzVnqFZbhTvDuz5HV4QbHqkO_50LW620qcGprS4QOYHqnPK-GUKaCNAvHzL0vwkvEYAFjGwMMfh1Nvqw5yDtgxBkDQoeE14yztbIBVjaY', '2024-12-29 21:46:10', '2024-12-29 21:46:10'),
(93, '2409:40f0:2a:119a:3816:40ff:feec:ba3b', 'clCsgLR1RImjLAdvzQr90s:APA91bG8siSvhRpzVnqFZbhTvDuz5HV4QbHqkO_50LW620qcGprS4QOYHqnPK-GUKaCNAvHzL0vwkvEYAFjGwMMfh1Nvqw5yDtgxBkDQoeE14yztbIBVjaY', '2024-12-29 21:46:21', '2024-12-29 21:46:21'),
(94, '152.59.196.211', 'clCsgLR1RImjLAdvzQr90s:APA91bG8siSvhRpzVnqFZbhTvDuz5HV4QbHqkO_50LW620qcGprS4QOYHqnPK-GUKaCNAvHzL0vwkvEYAFjGwMMfh1Nvqw5yDtgxBkDQoeE14yztbIBVjaY', '2024-12-29 21:46:25', '2024-12-29 21:46:25'),
(95, '106.219.0.123', 'e2tXhCyuRLSJCWpXuJyiOl:APA91bEEzYTC9qEyWIg-txPuIs5F_-IY7K1kuEFLpAfefs3YZWWIS1sg9PAZ0ncNdimhvYQw51hICVMn35YnKYU0J1wQKSQ8HEY0xt3NCWDe5NeVH0lxA7M', '2024-12-29 21:48:06', '2024-12-29 21:48:06'),
(96, '157.48.162.164', 'eUqtztM6RICKmKY3Kn8b0M:APA91bEWm9-yscwoahhBvnFE88DWz8wTjDkQ4OUksHhwGCFYqhRFByGbKkRIj_nZLaYZ1nKz4WvGCWIM4dW6w0TCDe0Y9UQ1S6aAofxwQ7qSHOUdG0YlofI', '2024-12-29 21:50:27', '2024-12-29 21:50:27'),
(97, '152.59.196.211', 'f5f20RV9QMOHlKMWI0XpTc:APA91bFDj22bEI6i0r-AXYm32A8nQocw5luVFbSgfOHeVajUvZ1QMyKXMXz6Sd9P1v9GF_P4mqu42T7KVHVeZiuNwKhkMxcJUQ2SiVtUrK79XKBROF_8DNE', '2024-12-29 22:17:55', '2024-12-29 22:17:55'),
(98, '152.59.196.211', 'f5f20RV9QMOHlKMWI0XpTc:APA91bFDj22bEI6i0r-AXYm32A8nQocw5luVFbSgfOHeVajUvZ1QMyKXMXz6Sd9P1v9GF_P4mqu42T7KVHVeZiuNwKhkMxcJUQ2SiVtUrK79XKBROF_8DNE', '2024-12-29 22:17:58', '2024-12-29 22:17:58'),
(99, '152.59.196.211', 'f5f20RV9QMOHlKMWI0XpTc:APA91bFDj22bEI6i0r-AXYm32A8nQocw5luVFbSgfOHeVajUvZ1QMyKXMXz6Sd9P1v9GF_P4mqu42T7KVHVeZiuNwKhkMxcJUQ2SiVtUrK79XKBROF_8DNE', '2024-12-29 22:18:04', '2024-12-29 22:18:04'),
(100, '152.59.196.211', 'f5f20RV9QMOHlKMWI0XpTc:APA91bFDj22bEI6i0r-AXYm32A8nQocw5luVFbSgfOHeVajUvZ1QMyKXMXz6Sd9P1v9GF_P4mqu42T7KVHVeZiuNwKhkMxcJUQ2SiVtUrK79XKBROF_8DNE', '2024-12-29 22:18:47', '2024-12-29 22:18:47'),
(101, '152.59.196.211', 'f5f20RV9QMOHlKMWI0XpTc:APA91bFDj22bEI6i0r-AXYm32A8nQocw5luVFbSgfOHeVajUvZ1QMyKXMXz6Sd9P1v9GF_P4mqu42T7KVHVeZiuNwKhkMxcJUQ2SiVtUrK79XKBROF_8DNE', '2024-12-29 22:18:51', '2024-12-29 22:18:51'),
(102, '152.59.196.211', 'fZ-AVL9BQJSwvRYEpkxPxX:APA91bFINmXEplc4XVgQRdwzwOv4KH9GT0rTJV18ymn-be1tjvdUan8Qe0yMcp4OgRUcslo18JAnDwRGhkmdNtMavjD-vIm_K38xV8hiVLqdSLSxSNAuHZU', '2024-12-29 22:22:53', '2024-12-29 22:22:53'),
(103, '152.59.196.211', 'fZ-AVL9BQJSwvRYEpkxPxX:APA91bFINmXEplc4XVgQRdwzwOv4KH9GT0rTJV18ymn-be1tjvdUan8Qe0yMcp4OgRUcslo18JAnDwRGhkmdNtMavjD-vIm_K38xV8hiVLqdSLSxSNAuHZU', '2024-12-29 22:22:53', '2024-12-29 22:22:53'),
(104, '152.59.196.211', 'fZ-AVL9BQJSwvRYEpkxPxX:APA91bFINmXEplc4XVgQRdwzwOv4KH9GT0rTJV18ymn-be1tjvdUan8Qe0yMcp4OgRUcslo18JAnDwRGhkmdNtMavjD-vIm_K38xV8hiVLqdSLSxSNAuHZU', '2024-12-29 22:23:09', '2024-12-29 22:23:09'),
(105, '2409:40f0:2a:119a:3816:40ff:feec:ba3b', 'fZ-AVL9BQJSwvRYEpkxPxX:APA91bFINmXEplc4XVgQRdwzwOv4KH9GT0rTJV18ymn-be1tjvdUan8Qe0yMcp4OgRUcslo18JAnDwRGhkmdNtMavjD-vIm_K38xV8hiVLqdSLSxSNAuHZU', '2024-12-29 22:23:22', '2024-12-29 22:23:22'),
(106, '152.59.196.211', 'fZ-AVL9BQJSwvRYEpkxPxX:APA91bFINmXEplc4XVgQRdwzwOv4KH9GT0rTJV18ymn-be1tjvdUan8Qe0yMcp4OgRUcslo18JAnDwRGhkmdNtMavjD-vIm_K38xV8hiVLqdSLSxSNAuHZU', '2024-12-29 22:23:29', '2024-12-29 22:23:29'),
(107, '157.32.79.121', 'cGZiPYu_R-C1agPz-rittX:APA91bHerC4tJ81LXMjEFgp9C1zXuuIWA8708myIA9NnLgRgMgzvtzZ8aJTlRt7vIMCFoET3NIseo7gX1kWT6UY8alC10Pacu7uhkCmYzUM-GKF0i-dJB4I', '2024-12-29 22:25:36', '2024-12-29 22:25:36'),
(108, '106.215.175.230', 'eElR-pcOT12L7EoNYfRS2S:APA91bED-BdZEfXFtFng7WvebYSa_QJ2ZRySdygNgjXG9mxBo7OZznm5T9wXaS4Be96V6Kv7gy8I2coOJo2qN5GXBamto6ADauJAhycwGE7Es1fyMuD3IW0', '2024-12-30 00:18:06', '2024-12-30 00:18:06'),
(109, '106.215.175.230', 'eElR-pcOT12L7EoNYfRS2S:APA91bED-BdZEfXFtFng7WvebYSa_QJ2ZRySdygNgjXG9mxBo7OZznm5T9wXaS4Be96V6Kv7gy8I2coOJo2qN5GXBamto6ADauJAhycwGE7Es1fyMuD3IW0', '2024-12-30 00:18:07', '2024-12-30 00:18:07'),
(110, '106.215.175.230', 'eROszdneRQizdgqzrB6FR1:APA91bGBadrf9iPGMxdGqtEe1wQL1yLIVDaskr9jWtOU7RErVeEyXFiI2eNqCEhZQomLktV61jVAlo3yXRnaaxUuHqUzuQqzsx4tNoGDeYDbgeg7O5-qKVc', '2024-12-30 00:23:44', '2024-12-30 00:23:44'),
(111, '106.215.175.230', 'eROszdneRQizdgqzrB6FR1:APA91bGBadrf9iPGMxdGqtEe1wQL1yLIVDaskr9jWtOU7RErVeEyXFiI2eNqCEhZQomLktV61jVAlo3yXRnaaxUuHqUzuQqzsx4tNoGDeYDbgeg7O5-qKVc', '2024-12-30 00:23:45', '2024-12-30 00:23:45'),
(112, '106.215.175.230', 'eROszdneRQizdgqzrB6FR1:APA91bGBadrf9iPGMxdGqtEe1wQL1yLIVDaskr9jWtOU7RErVeEyXFiI2eNqCEhZQomLktV61jVAlo3yXRnaaxUuHqUzuQqzsx4tNoGDeYDbgeg7O5-qKVc', '2024-12-30 00:23:46', '2024-12-30 00:23:46'),
(113, '106.215.175.230', 'dirZKKP5SaC7qhb9hJy9Dv:APA91bH83mcCUycmQvTJPo1_GPvXey94FVP5JDVthG227pXaLK35XptdrgUdZ43GEL6jdcA7oslHZbwSehbUjidxn8Cvz_MfKwu0bJkjCrE9eFvpXowMCVs', '2024-12-30 08:10:25', '2024-12-30 08:10:25'),
(114, '2409:408c:3e31:159d::a789:b511', 'ck37bZoDSGOMqZqiT3_ecw:APA91bEmhZgdKJuhCm42XsZAVHuKKP7JhH8QwANmV3aOGvM_N8_Q8VxMMV0M1u_Q01Tqh3lRBZmxXE43V112SbBUcb-UGi4axqXW6jUi-2FRbj-hR4FfJzc', '2024-12-30 19:06:38', '2024-12-30 19:06:38'),
(115, '49.43.218.243', 'eZmUQUgBQ2yRr3QRRcEW5o:APA91bF4fMfZZoU2ymdPjwbRIWHNRd7CGywOK-z7UmKtvDpRCm6zWDmnFBA9Ll8WgZeld2ZwmYPa_eyAPFhaEvWFs6KIjNoLWivf2suuybbyVkACAE7zUH4', '2024-12-31 08:41:17', '2024-12-31 08:41:17'),
(116, '106.221.182.33', 'dst2QubbQM-LY7qIP0fsce:APA91bEJjvEPBGMrnpGcShzUcaYhPW8r9aTzq4XL8gmAbCa7QAv1KXgadgQZPkQwj1v79KU2Ur16BC0fe6urqrrWKJ6Yl8o3T_5UmpkEtzUQpF9HdIVrMxs', '2024-12-31 09:49:38', '2024-12-31 09:49:38'),
(117, '106.215.170.136', 'dp9Kb-GfRTW4mfNfScE8XQ:APA91bGGOV-blKOi3v5-PQQAbheuMQp8Dm62JDdriPCgO4omZe-7RTGv7zP-tEUQOa2CrtV6wsbGd4V7DibvQoAM5wCS2uZ5vGHkitjFdU3AjB_Jww0cLPU', '2024-12-31 11:29:37', '2024-12-31 11:29:37'),
(118, '49.43.218.243', 'euoiUyaFQLu4BfqDXHsc76:APA91bH2DbphfmH8KOcA6RUV4jtK7_ZfnttHQ59HrHxrV03XJ2rlYpIuVpxuJzRGlmrepA6wMa-LonhL_fpI_DhIr89H5qaQBAQoECtvEEBZx8seeu07T3Y', '2024-12-31 11:37:15', '2024-12-31 11:37:15'),
(119, '223.186.88.9', 'd55puCQgTDesRPlPwICVc8:APA91bEl23mz4OBBeUKTxrEYRHdyKo6ssQIzEvzTKhwEiDH8OtNTvA8ZdF8aipun7B_7MYyv3f9e0NVld4aclQONItEZJ0gdE97qF7xawr3YLtVoh1eitLI', '2024-12-31 15:06:24', '2024-12-31 15:06:24'),
(120, '2405:201:c01e:3012:5041:fb39:571c:f45a', 'dXqYwcNDT8aNAja_fN4Q_8:APA91bFeRQ6cc2zXz1_7gjqNzQb1KuPwX41JIoHYH9SPYXzlFhmXUEtajnRJ1QkB9X0yvsXOA0zsKQZSzfLVZMtgMtx_XvCyy8mKXtA6zx8Pa0cYbUjC50I', '2025-01-01 17:31:01', '2025-01-01 17:31:01'),
(121, '157.48.115.140', 'e99ACZMmTiqxPANOp_2BrK:APA91bFSfp-j-eGEmBFsxbNTaKSmqkFo3YnwXf_h4s69EoBZKqDMs-4dPg8YDPzWdlnQXO1BX41mLT9OSkdwwFfWI-IoN_Q6rddX8Eu8XsuCch-L6XeZhHg', '2025-01-01 17:33:17', '2025-01-01 17:33:17'),
(122, '106.221.186.89', 'fgj6dDApSZSj01ZrIDlh2q:APA91bHsfBlEDuKJLpHoyqhCCF2vOcpNi0j6fazrRKRuYBJRLwdhnHR_mnD52kA5kdY7-8EH70QzG95nbgKE9wsuFLOZFQciEuvx9aNlVNIjFuJgV7FANwU', '2025-01-01 17:38:14', '2025-01-01 17:38:14'),
(123, '106.221.186.89', 'fgj6dDApSZSj01ZrIDlh2q:APA91bHsfBlEDuKJLpHoyqhCCF2vOcpNi0j6fazrRKRuYBJRLwdhnHR_mnD52kA5kdY7-8EH70QzG95nbgKE9wsuFLOZFQciEuvx9aNlVNIjFuJgV7FANwU', '2025-01-01 17:38:19', '2025-01-01 17:38:19'),
(124, '106.215.173.220', 'dyfvXSTfRF-V2KtxOrEMdd:APA91bFdVnqYQFJJ-6_BErZE11SVP3iQa8_pGogy-_JouL_ckp-T8ruaueOB4elftZLRRlEzPRc14AQHv7sBZZ7cnWIc7t6KrlsDjJn8e5naqN2ZyWzkYSY', '2025-01-02 15:06:05', '2025-01-02 15:06:05'),
(125, '183.83.147.235', 'eN1TjvW6T-q-z-yAo23SgF:APA91bHwGwcz5W7n2tEhvh4c8ygOMXzPsuIs5Yxgl-M2B0dbteXTnWatKMGIlXX1diQVo_47mlU7Si8Kwyzx9hB0fR9L-vn8okk2KO3iN9Cn0XnUELQvJb0', '2025-01-03 00:18:25', '2025-01-03 00:18:25'),
(126, '2401:4900:2161:6bde:b47e:324b:5f45:75a8', 'dpxyTEo7QhGZ4-iCKn-6pb:APA91bGEZ8E6rL42tK4PwtQWn6XdnTOQDWs0a12iiOuRpovT8h6GlDlkBmtgM8MG5Co9iZ560GYCyi1gvldzfaYvApSOPdM-Yvev5DyhZ1HzSAMk72miF2A', '2025-01-05 15:38:32', '2025-01-05 15:38:32'),
(127, '223.238.66.115', 'dpxyTEo7QhGZ4-iCKn-6pb:APA91bGEZ8E6rL42tK4PwtQWn6XdnTOQDWs0a12iiOuRpovT8h6GlDlkBmtgM8MG5Co9iZ560GYCyi1gvldzfaYvApSOPdM-Yvev5DyhZ1HzSAMk72miF2A', '2025-01-05 15:38:32', '2025-01-05 15:38:32'),
(128, '223.238.66.115', 'dpxyTEo7QhGZ4-iCKn-6pb:APA91bGEZ8E6rL42tK4PwtQWn6XdnTOQDWs0a12iiOuRpovT8h6GlDlkBmtgM8MG5Co9iZ560GYCyi1gvldzfaYvApSOPdM-Yvev5DyhZ1HzSAMk72miF2A', '2025-01-05 15:38:33', '2025-01-05 15:38:33'),
(129, '223.238.66.115', 'dpxyTEo7QhGZ4-iCKn-6pb:APA91bGEZ8E6rL42tK4PwtQWn6XdnTOQDWs0a12iiOuRpovT8h6GlDlkBmtgM8MG5Co9iZ560GYCyi1gvldzfaYvApSOPdM-Yvev5DyhZ1HzSAMk72miF2A', '2025-01-05 15:38:33', '2025-01-05 15:38:33'),
(130, '2401:4900:2161:6bde:b47e:324b:5f45:75a8', 'dpxyTEo7QhGZ4-iCKn-6pb:APA91bGEZ8E6rL42tK4PwtQWn6XdnTOQDWs0a12iiOuRpovT8h6GlDlkBmtgM8MG5Co9iZ560GYCyi1gvldzfaYvApSOPdM-Yvev5DyhZ1HzSAMk72miF2A', '2025-01-05 15:38:33', '2025-01-05 15:38:33'),
(131, '223.238.66.115', 'dpxyTEo7QhGZ4-iCKn-6pb:APA91bGEZ8E6rL42tK4PwtQWn6XdnTOQDWs0a12iiOuRpovT8h6GlDlkBmtgM8MG5Co9iZ560GYCyi1gvldzfaYvApSOPdM-Yvev5DyhZ1HzSAMk72miF2A', '2025-01-05 15:38:33', '2025-01-05 15:38:33'),
(132, '2401:4900:2161:6bde:b47e:324b:5f45:75a8', 'dpxyTEo7QhGZ4-iCKn-6pb:APA91bGEZ8E6rL42tK4PwtQWn6XdnTOQDWs0a12iiOuRpovT8h6GlDlkBmtgM8MG5Co9iZ560GYCyi1gvldzfaYvApSOPdM-Yvev5DyhZ1HzSAMk72miF2A', '2025-01-05 15:38:34', '2025-01-05 15:38:34'),
(133, '223.238.66.115', 'dpxyTEo7QhGZ4-iCKn-6pb:APA91bGEZ8E6rL42tK4PwtQWn6XdnTOQDWs0a12iiOuRpovT8h6GlDlkBmtgM8MG5Co9iZ560GYCyi1gvldzfaYvApSOPdM-Yvev5DyhZ1HzSAMk72miF2A', '2025-01-05 15:38:35', '2025-01-05 15:38:35'),
(134, '223.238.66.115', 'dpxyTEo7QhGZ4-iCKn-6pb:APA91bGEZ8E6rL42tK4PwtQWn6XdnTOQDWs0a12iiOuRpovT8h6GlDlkBmtgM8MG5Co9iZ560GYCyi1gvldzfaYvApSOPdM-Yvev5DyhZ1HzSAMk72miF2A', '2025-01-05 15:38:35', '2025-01-05 15:38:35'),
(135, '223.238.66.115', 'dpxyTEo7QhGZ4-iCKn-6pb:APA91bGEZ8E6rL42tK4PwtQWn6XdnTOQDWs0a12iiOuRpovT8h6GlDlkBmtgM8MG5Co9iZ560GYCyi1gvldzfaYvApSOPdM-Yvev5DyhZ1HzSAMk72miF2A', '2025-01-05 15:38:35', '2025-01-05 15:38:35'),
(136, '223.238.66.115', 'dpxyTEo7QhGZ4-iCKn-6pb:APA91bGEZ8E6rL42tK4PwtQWn6XdnTOQDWs0a12iiOuRpovT8h6GlDlkBmtgM8MG5Co9iZ560GYCyi1gvldzfaYvApSOPdM-Yvev5DyhZ1HzSAMk72miF2A', '2025-01-05 15:38:38', '2025-01-05 15:38:38'),
(137, '49.43.218.130', 'fIsFSWt7REe3Yk9MAQzR-p:APA91bEhj3BwabJAx5zgQCbBnVGsWXkxifyla0McI5ZYPqsB_tS3hf0iZrjW75WZPX4Oe--8e1teA0gah1X34BH-PzacJ7SMcEhDqPOictFqcp28rwemP10', '2025-01-09 07:40:04', '2025-01-09 07:40:04'),
(138, '2401:4900:35f4:b3be:1:2:903d:9708', 'etO6QpGUSCyRuH7N2ih2o3:APA91bHZorllyh-IQ3jghqkdcyYOM1oxewvZFixLu7ZpxPN1mFERHrOA8Ticy52JcFRg4NHQ-ctpYR_p9rMrr2Fhp9ulh-LVX5YIoM-6tQm2zpbaLrdbKG4', '2025-01-09 13:34:00', '2025-01-09 13:34:00'),
(139, '223.238.63.237', 'etO6QpGUSCyRuH7N2ih2o3:APA91bHZorllyh-IQ3jghqkdcyYOM1oxewvZFixLu7ZpxPN1mFERHrOA8Ticy52JcFRg4NHQ-ctpYR_p9rMrr2Fhp9ulh-LVX5YIoM-6tQm2zpbaLrdbKG4', '2025-01-09 13:34:00', '2025-01-09 13:34:00'),
(140, '223.238.63.237', 'etO6QpGUSCyRuH7N2ih2o3:APA91bHZorllyh-IQ3jghqkdcyYOM1oxewvZFixLu7ZpxPN1mFERHrOA8Ticy52JcFRg4NHQ-ctpYR_p9rMrr2Fhp9ulh-LVX5YIoM-6tQm2zpbaLrdbKG4', '2025-01-09 13:34:00', '2025-01-09 13:34:00'),
(141, '223.238.63.237', 'etO6QpGUSCyRuH7N2ih2o3:APA91bHZorllyh-IQ3jghqkdcyYOM1oxewvZFixLu7ZpxPN1mFERHrOA8Ticy52JcFRg4NHQ-ctpYR_p9rMrr2Fhp9ulh-LVX5YIoM-6tQm2zpbaLrdbKG4', '2025-01-09 13:34:00', '2025-01-09 13:34:00'),
(142, '223.238.63.237', 'etO6QpGUSCyRuH7N2ih2o3:APA91bHZorllyh-IQ3jghqkdcyYOM1oxewvZFixLu7ZpxPN1mFERHrOA8Ticy52JcFRg4NHQ-ctpYR_p9rMrr2Fhp9ulh-LVX5YIoM-6tQm2zpbaLrdbKG4', '2025-01-09 13:34:00', '2025-01-09 13:34:00'),
(143, '223.238.63.237', 'etO6QpGUSCyRuH7N2ih2o3:APA91bHZorllyh-IQ3jghqkdcyYOM1oxewvZFixLu7ZpxPN1mFERHrOA8Ticy52JcFRg4NHQ-ctpYR_p9rMrr2Fhp9ulh-LVX5YIoM-6tQm2zpbaLrdbKG4', '2025-01-09 13:34:01', '2025-01-09 13:34:01'),
(144, '223.238.63.237', 'etO6QpGUSCyRuH7N2ih2o3:APA91bHZorllyh-IQ3jghqkdcyYOM1oxewvZFixLu7ZpxPN1mFERHrOA8Ticy52JcFRg4NHQ-ctpYR_p9rMrr2Fhp9ulh-LVX5YIoM-6tQm2zpbaLrdbKG4', '2025-01-09 13:34:01', '2025-01-09 13:34:01'),
(145, '223.238.63.237', 'etO6QpGUSCyRuH7N2ih2o3:APA91bHZorllyh-IQ3jghqkdcyYOM1oxewvZFixLu7ZpxPN1mFERHrOA8Ticy52JcFRg4NHQ-ctpYR_p9rMrr2Fhp9ulh-LVX5YIoM-6tQm2zpbaLrdbKG4', '2025-01-09 13:34:03', '2025-01-09 13:34:03'),
(146, '223.238.63.237', 'etO6QpGUSCyRuH7N2ih2o3:APA91bHZorllyh-IQ3jghqkdcyYOM1oxewvZFixLu7ZpxPN1mFERHrOA8Ticy52JcFRg4NHQ-ctpYR_p9rMrr2Fhp9ulh-LVX5YIoM-6tQm2zpbaLrdbKG4', '2025-01-09 13:34:03', '2025-01-09 13:34:03'),
(147, '223.238.63.237', 'etO6QpGUSCyRuH7N2ih2o3:APA91bHZorllyh-IQ3jghqkdcyYOM1oxewvZFixLu7ZpxPN1mFERHrOA8Ticy52JcFRg4NHQ-ctpYR_p9rMrr2Fhp9ulh-LVX5YIoM-6tQm2zpbaLrdbKG4', '2025-01-09 13:34:03', '2025-01-09 13:34:03'),
(148, '223.182.61.119', 'dpxyTEo7QhGZ4-iCKn-6pb:APA91bGEZ8E6rL42tK4PwtQWn6XdnTOQDWs0a12iiOuRpovT8h6GlDlkBmtgM8MG5Co9iZ560GYCyi1gvldzfaYvApSOPdM-Yvev5DyhZ1HzSAMk72miF2A', '2025-01-10 09:32:22', '2025-01-10 09:32:22'),
(149, '106.215.174.131', 'dFNRqFLQSfCiCnAB6HMxcP:APA91bFqZSgAvl-7p1-cnn4599yf1t6rWRi8639avljGD5nu4PyXEr81uqedYLSiJX9jrUo36LppFblKiKuGjd1BJryqNOOi6naL74rgvMWKjXNz0ofpUA0', '2025-01-10 13:57:33', '2025-01-10 13:57:33'),
(150, '103.84.198.101', 'emrj4KsDR62HiDlQS4glon:APA91bE68nOxvg1u6fSrD3QLH_XJ47uwUrqBL1XkL7OjfamFbGYIeH9ZbuGPJTn5a0KD3Swb_RaZeibyDidHWfyoxmIuifO2YVMSVsN3Ljf8J1gIyqy7c9I', '2025-01-11 12:40:24', '2025-01-11 12:40:24'),
(151, '103.84.198.101', 'emrj4KsDR62HiDlQS4glon:APA91bE68nOxvg1u6fSrD3QLH_XJ47uwUrqBL1XkL7OjfamFbGYIeH9ZbuGPJTn5a0KD3Swb_RaZeibyDidHWfyoxmIuifO2YVMSVsN3Ljf8J1gIyqy7c9I', '2025-01-11 12:40:26', '2025-01-11 12:40:26'),
(152, '103.84.198.101', 'emrj4KsDR62HiDlQS4glon:APA91bE68nOxvg1u6fSrD3QLH_XJ47uwUrqBL1XkL7OjfamFbGYIeH9ZbuGPJTn5a0KD3Swb_RaZeibyDidHWfyoxmIuifO2YVMSVsN3Ljf8J1gIyqy7c9I', '2025-01-11 12:40:28', '2025-01-11 12:40:28'),
(153, '49.37.145.85', 'etC0fD6BQ32FsqLhyK3ant:APA91bGyaRLPuPPDfZBiShw6rye2Ro21YaNvliwkRmBALweTlYMnv21ssvQPXTjtGf-iF3jqUL4VWEKZlUz9oTTMGoIixHP7hX3284hVrZLa0Xl99Q-DFMk', '2025-01-11 13:04:24', '2025-01-11 13:04:24'),
(154, '152.59.215.67', 'cHdBSM92TSWf-3iiDHXupC:APA91bGpCjdO3ForiINk0kZuAaW1VgnSLthei3FlCfUbwzgUcqqOE7Ho2kxXJNEanVeAEvZALeWjs_axCBUxQjRkgof_6MAiFpMemvFwFjBRl3IRxpepOyM', '2025-01-11 23:22:35', '2025-01-11 23:22:35'),
(155, '49.43.216.182', 'fjiU6mGxSZm6RVU0hRXPYk:APA91bGHIZbBfQsVqbZ-gKVEQH2beO1DErbxXjuv86LBgRlX_7W8eV9Gt3XMZ0Y8kihcJap2qZrBuEe98nAKiULlkSSnvtWO4RQnfsFxYDlKCE-hp7IrB90', '2025-01-13 19:47:05', '2025-01-13 19:47:05'),
(156, '49.43.216.182', 'fjiU6mGxSZm6RVU0hRXPYk:APA91bGHIZbBfQsVqbZ-gKVEQH2beO1DErbxXjuv86LBgRlX_7W8eV9Gt3XMZ0Y8kihcJap2qZrBuEe98nAKiULlkSSnvtWO4RQnfsFxYDlKCE-hp7IrB90', '2025-01-13 19:47:06', '2025-01-13 19:47:06'),
(157, '223.238.15.222', 'c7rUU8V_SmudX-Jh6EQKGt:APA91bFjfYNhKcgsKwxkGXZ_Amk591MSYColc44nW2O2zB59cMTiJNzcKRWS0Beg1g_DP4gE0_oTQcZRFJhkYSO_SoRnNd4RlypBb3MZxfmOPJn9Ojr7rSo', '2025-01-13 20:12:43', '2025-01-13 20:12:43'),
(158, '106.219.0.105', 'dj1MUgQ0QVy1fgStmkAW6G:APA91bH4Vt1xJUK5ccj7SewRZgkkdCRRwQszLVGCarHfKOacUdX255ZUEQEha4uFpkoW3TpJ8Fbr5EB6btTN-054FkYWYpmbXqgql1piomsySuL-ji7APqs', '2025-01-13 20:29:48', '2025-01-13 20:29:48'),
(159, '106.215.169.203', 'doy211wPTW6YSnMI348Mfy:APA91bF884uurzZDMkdekUQt2iIggHclQGRzMezcgGvCxBQxPvMY4LLfllRoewdWx0RhGSOnsLwiWtbz9zPf9bMeeDMYDVaBFg5-oAcDOFRQfigMlUuTgrA', '2025-01-14 07:19:13', '2025-01-14 07:19:13'),
(160, '106.200.149.25', 'fRBmvjxwSk2F_uirNhSD6v:APA91bGEZWTzEM7_wmVrNbPXZw0_XBjYeCK7yITxJmM-0bMTkJvkNXnSmZEzzrM4XDc_IZrYXcKz_VS9Z5QoeSTEZJUGjkXfZMm7dgQD7wfGR_rVq0ehetc', '2025-01-14 07:44:39', '2025-01-14 07:44:39'),
(161, '223.185.48.160', 'fSfac0yaQAO1gTCyHS3gAj:APA91bEhu6_JAtDX78mT9Rd7-S_x-v5b0q_TNC8tEu4d33vI1x2VHveIbuMTb_QrKuIQVejNMria4xClYjk6D6a3P9NdmXtzPK1_tv96hHtOHRhvOCAillc', '2025-01-17 21:54:34', '2025-01-17 21:54:34'),
(162, '223.185.48.160', 'cvTVCdG7TQ-nZyjWqll42j:APA91bHt_Sspz31rL2rRAAWu9iaOwh_woQa06pOxYpVO2CwZvlWpJpYISlJ3tONFL4v-zfa22XRCCcXrQZJBhEmlga61inKAK8AEs12SEk_pAX38SUxas-Y', '2025-01-17 22:02:09', '2025-01-17 22:02:09'),
(163, '223.185.48.160', 'd7Dxw4-tRhmf_cU24g5mXs:APA91bHzQ-RdFjAyBx6t6nqr1j8p9y5FpJ4EE1RmHKedyHkyE3aKhi_AVDIkZVbyEpaXgRS6AwVXrAEdvcQ3VHwEwRy_vuY5Rf7o11wTtSZ_1jgHorBv2J4', '2025-01-17 22:25:57', '2025-01-17 22:25:57'),
(164, '223.185.48.160', 'd7Dxw4-tRhmf_cU24g5mXs:APA91bHzQ-RdFjAyBx6t6nqr1j8p9y5FpJ4EE1RmHKedyHkyE3aKhi_AVDIkZVbyEpaXgRS6AwVXrAEdvcQ3VHwEwRy_vuY5Rf7o11wTtSZ_1jgHorBv2J4', '2025-01-17 22:27:21', '2025-01-17 22:27:21'),
(165, '74.125.210.132', '@', '2025-01-18 00:45:20', '2025-01-18 00:45:20'),
(166, '49.43.217.78', 'cB1eelnmRSaGJKqGjBeW1A:APA91bG8KsgTePD8pfy7alxejxpKGXesI1EikIKTKgR9j19k_sCoW1n6f0Ucw_QzsbCtRBXsXHBfsBEH1MnvfuKzOgfM_gszPofdZEz47nF7uvh3Q9fZs_g', '2025-01-21 00:35:35', '2025-01-21 00:35:35'),
(167, '49.34.201.39', 'fPv0Td3EQXmiPhrdaXAuKD:APA91bFc5XN6FZl5PfPbwmvXuiUuP5W6ercOJUa7Nc7wHxxhMem0WXeMCuLNQLvneo-Y5EzWPnYXn0aZISl-7KstaZ9JGq_370I_8Gl8pRIqIgbSsDieNvk', '2025-01-21 11:25:22', '2025-01-21 11:25:22'),
(168, '49.34.194.235', 'fXXfGWlfQXKliDcz71BVcj:APA91bErRHVVtZeUi3GzaKN0-0C4yBC_OYgE1_GKUqM6fNJizjMTVU9Pll639U7sRak881EEYL-FPrK684OIWmM96k6pNlgn5QtVy4_jkZuMHmTHeT2H2IU', '2025-01-21 12:48:37', '2025-01-21 12:48:37'),
(169, '223.185.50.242', 'coaP8NE7Tj2Oo281t0zPGw:APA91bEP9KUQWC2c3bTGpkBwCDXKxJfDmuQN36Jk8l8ZRJ74FrjbFLeEaU2mKgVGkU6zh_75LF4s5pgyR5ozVbujeoRQvo3YZyJxZLNRk3GYXg-LKbMFsi4', '2025-01-21 15:17:03', '2025-01-21 15:17:03'),
(170, '223.185.50.242', 'coaP8NE7Tj2Oo281t0zPGw:APA91bEP9KUQWC2c3bTGpkBwCDXKxJfDmuQN36Jk8l8ZRJ74FrjbFLeEaU2mKgVGkU6zh_75LF4s5pgyR5ozVbujeoRQvo3YZyJxZLNRk3GYXg-LKbMFsi4', '2025-01-21 15:18:02', '2025-01-21 15:18:02'),
(171, '27.59.61.50', 'eA-9mxu8Syy01q4eE_oZc0:APA91bFgY69NpvKw5LZRw1en_oqUac112MRuB_AY7zcOr-r790J4yGKYi_NJFzSCzMaZEo1WjKwRqoc3l8sUlmxsJZ258WKKtQWZop2wUVzCIEUUVpCBi04', '2025-01-21 19:27:04', '2025-01-21 19:27:04'),
(172, '27.59.53.206', 'dQ19d9LzS46tri1nDwyjjG:APA91bGXAVsRINFMOB4KyYeSQnVH82NPyQe5w90ZOHPaljyKMC6upn1bqfMDtxZiNnyjZ2YNJXjCXFcclExdWv4xZDnUZnDePR2g0oC8ASGPnRRSGdBL7QA', '2025-01-21 19:46:18', '2025-01-21 19:46:18'),
(173, '27.59.53.206', 'dQ19d9LzS46tri1nDwyjjG:APA91bGXAVsRINFMOB4KyYeSQnVH82NPyQe5w90ZOHPaljyKMC6upn1bqfMDtxZiNnyjZ2YNJXjCXFcclExdWv4xZDnUZnDePR2g0oC8ASGPnRRSGdBL7QA', '2025-01-21 19:46:19', '2025-01-21 19:46:19'),
(174, '152.58.197.214', 'd-bjKBbsROSGIF-Doc--5S:APA91bFl5vRwqZNrVp53wjJuTWyF10UpUycnpzcQLPih3qDqIwQxF-PMYZ_Ifcu5tXvNHAU2i-kw45X6pPqUcGq4iAAcQnVhYCYLbS_BrrMxItGSMSQSv10', '2025-01-21 20:20:20', '2025-01-21 20:20:20'),
(175, '27.59.63.206', 'd-FgzjXeSbiPVOsC2izwO2:APA91bGF3fFlnwpoecRZ9HlpCpUC_Ofx0Flx4iG0m34LUfFJI4M4B7VWa_q9ZE2mDHed89w9i7JoW0U1YLtodhuaQRxFGcNpDQSOdPx8fg2nIn4JPkUwmHE', '2025-01-21 21:28:03', '2025-01-21 21:28:03'),
(176, '27.59.63.206', 'd-FgzjXeSbiPVOsC2izwO2:APA91bGF3fFlnwpoecRZ9HlpCpUC_Ofx0Flx4iG0m34LUfFJI4M4B7VWa_q9ZE2mDHed89w9i7JoW0U1YLtodhuaQRxFGcNpDQSOdPx8fg2nIn4JPkUwmHE', '2025-01-21 21:28:04', '2025-01-21 21:28:04'),
(177, '223.238.56.22', 'eADw_zXhQ6yPy0jqikg9jN:APA91bG2fLtGzax0f5q_WEr6Jk1NF-W5u2YP9nGoMD0qiO1RCuDuCbhneeRQEOpMJuJYltKcFWOJEwfoK-LsYsqStlZgX3MSY5wV8gT54EoMcPeSGeNirEE', '2025-01-22 11:19:18', '2025-01-22 11:19:18'),
(178, '49.15.207.7', 'eDALjJsPQoyTNoUHII0tTc:APA91bEuz4VHJ_FuU0WadNp9Ak9A71yr0DsIMPz3bzr3Bfg-rwNg1gLbnUWF12k4JAPVAdY4nz3bVDhoqhhOpwCi_IEEOmaVUoMhAVojH7oigmSwvx6DOJw', '2025-01-23 00:24:57', '2025-01-23 00:24:57'),
(179, '223.185.95.244', 'dWGbhJBXRGShbBfKA7PxTK:APA91bGvlr6fn0PkIjMrB_qwDek6VDRbEEYeguZgk9NbY0G6vrSM0EjlAgaoWh3-SMbqqV6vuxeUKfG5W81on5JMymmXPaT67-Ps38DcGmZehhyiP9lpqLc', '2025-01-23 17:56:25', '2025-01-23 17:56:25'),
(180, '2409:4070:2cb9:f356::c689:5502', 'frSL2twHT4SKPcD3mhoeyJ:APA91bGAi_cwsilN3tqWOp60yiq0lwUlETVwU0KN8wqr3Je97bGjCZSyiFKjuMJGIvmRNvVOS-WZlLmwvIiM9Pz3Auj3FcFBGsy8O5392XJ31uf2jzpKzts', '2025-01-26 16:25:42', '2025-01-26 16:25:42'),
(181, '157.48.131.93', 'frSL2twHT4SKPcD3mhoeyJ:APA91bGAi_cwsilN3tqWOp60yiq0lwUlETVwU0KN8wqr3Je97bGjCZSyiFKjuMJGIvmRNvVOS-WZlLmwvIiM9Pz3Auj3FcFBGsy8O5392XJ31uf2jzpKzts', '2025-01-26 16:25:43', '2025-01-26 16:25:43'),
(182, '157.48.131.93', 'frSL2twHT4SKPcD3mhoeyJ:APA91bGAi_cwsilN3tqWOp60yiq0lwUlETVwU0KN8wqr3Je97bGjCZSyiFKjuMJGIvmRNvVOS-WZlLmwvIiM9Pz3Auj3FcFBGsy8O5392XJ31uf2jzpKzts', '2025-01-26 16:25:50', '2025-01-26 16:25:50'),
(183, '106.219.7.66', 'dM-sXoLURTm0huPujuUcvu:APA91bFOB64x2dzMo2K4h-4xgmwu6_0gzMzH4WCRugM9Q4D1PjgjQLAhxbP9sWk41unndeUH8Lmt0FO8gbsHYLI2rZrZqk4bpgG3oK-6ejv32u4nTwrhHRE', '2025-01-26 17:28:30', '2025-01-26 17:28:30'),
(184, '103.85.9.154', 'dE4N2DueTqW-W__ylxSBxx:APA91bFnwaH_YgQx26D5uzr-fXUvpRAUWKP-_-dPSiJeOuh-GQxjK6uNg_LHr-rirxhy12KuSDWZZCT5plad1b7slazjlQ3aYPpAMQI3FryVmdimneKHnno', '2025-01-26 20:26:40', '2025-01-26 20:26:40'),
(185, '103.85.9.154', 'dkmfvBcRQQaix4v0O3YTwt:APA91bH6A_RLhyG3Y4g2sSMqe0GxRqGcOG1hhxTvMqOzq1uTwgwWY1yXtLwQ_Yxv5zI-9SHSL1FrLTf7W0W_T37ax3jp4iyhcB51Zk4AoUlH0OwrtgWJFr4', '2025-01-26 20:27:36', '2025-01-26 20:27:36'),
(186, '103.249.233.163', 'dww-r4yXTu2FXi_eGhMzYP:APA91bHPTulm8W1FpO9K-2-TvFd8yrBRZcostGRRnO6NwXBa7Ymq9QW43wtuuz8ZFHElvPg7zsH-Tvbjwa0r8F_fVH5-rkqfjH56ZDFZ23Hhqp8y-Wv2KcM', '2025-01-26 20:48:55', '2025-01-26 20:48:55'),
(187, '2409:40f2:48:c244:ac47:2eda:f7ad:39d4', 'f9KeoJopQqmiqr5ne2RZm-:APA91bFcG27qLCv3fCb5CFtHWYfd34rei1JQR_IQSyj6xDjOFZL5hurw8zRW9FNdPvFhyKKhNUlHRjc2B9YetMf3b6apE1OHfB_gHQADfnj5L9ADNk7tLhw', '2025-01-27 15:20:05', '2025-01-27 15:20:05'),
(188, '2409:4070:8ec2:4542::c6c9:b902', 'cbtVEE1_S4C2h2BKRJVK-_:APA91bHHPDT8BYjRtqRtXHD0u7eoXpzsuq-bj86zHmCptsXd6S0fdEb9E7Ui9s3kbDj3E8DvRav0Zt9XCh01z8QLOUFUR6nUhcXqIcwZvCy3m4fDCkfX6MA', '2025-02-02 16:40:05', '2025-02-02 16:40:05'),
(189, '49.34.164.243', 'cBfu5zIyT3uj6a2SMmgAzr:APA91bFgqjx50B5QgqOaHVRuCX7RZB-HjM7uL64lFIEwo2AKzz3_04hh3clJYSCmTjH4LQVa4UCbogJIBuVpKGLwS00W8cN0cZJpHjKN8b6KS96gxNOnIaU', '2025-02-03 10:18:21', '2025-02-03 10:18:21'),
(190, '49.34.164.243', 'cBfu5zIyT3uj6a2SMmgAzr:APA91bFgqjx50B5QgqOaHVRuCX7RZB-HjM7uL64lFIEwo2AKzz3_04hh3clJYSCmTjH4LQVa4UCbogJIBuVpKGLwS00W8cN0cZJpHjKN8b6KS96gxNOnIaU', '2025-02-03 10:18:22', '2025-02-03 10:18:22'),
(191, '2405:201:c01e:3012:95b5:9ec2:7fe5:3bbb', 'cdZYBCAiSc-lBWK97ZGqdQ:APA91bE4MAF6-IZDLsBBKvQWDxfR72g6I4BILco6_wCjton2AYBtM_82cqo4XcZCWHUQ4ykuSQlvCUriFNZ6ERdsBGxPm8XGGhheh-fJHpna5wTMaa4N7K8', '2025-02-04 18:45:38', '2025-02-04 18:45:38'),
(192, '157.48.178.1', 'czcsfJQZR32PyjJmRhtKB-:APA91bGAWU2-xW5wU2bJWmsBa5gtyO6hP1WedLyW3vcQKOdjkgk3okIpy5BdX2LK2VrK8mMwPyycCUPpB6TICQyH8eNTxJUHddSGMWq7aQwM3KLUE99yTFc', '2025-02-04 19:13:10', '2025-02-04 19:13:10'),
(193, '2401:4900:3682:a8f2:641a:e1ff:fedb:257a', 'dt5gljbxTbyd8YRe-TJkYv:APA91bEJIVtMvE3a4f8Ric8HdzPWYJk9r1V-VCqysocdkVZ7eA8yyEB9lHCcoenv6O24Ryhf19uu7Hh0guMOomDs7oeXa_5BXd_lJF892NAcJp_iNDvMqZQ', '2025-02-04 20:11:38', '2025-02-04 20:11:38'),
(194, '2401:4900:3682:a8f2:641a:e1ff:fedb:257a', 'dt5gljbxTbyd8YRe-TJkYv:APA91bEJIVtMvE3a4f8Ric8HdzPWYJk9r1V-VCqysocdkVZ7eA8yyEB9lHCcoenv6O24Ryhf19uu7Hh0guMOomDs7oeXa_5BXd_lJF892NAcJp_iNDvMqZQ', '2025-02-04 20:11:44', '2025-02-04 20:11:44'),
(195, '152.59.198.120', 'fdYICmtNRdS0mrfu_zK8ef:APA91bFaJfNxpnW9LL4-u-1QabrJs7cbZaLm2tmELwtusdvLlGVZZuIrzLysGLK6fRUUQl_AHq0JM-sTkvSIVeEqI9FUiQXKR8ej8AP0PF5f9Jzla1i8O1A', '2025-02-07 14:40:08', '2025-02-07 14:40:08'),
(196, '152.59.198.120', 'fdYICmtNRdS0mrfu_zK8ef:APA91bFaJfNxpnW9LL4-u-1QabrJs7cbZaLm2tmELwtusdvLlGVZZuIrzLysGLK6fRUUQl_AHq0JM-sTkvSIVeEqI9FUiQXKR8ej8AP0PF5f9Jzla1i8O1A', '2025-02-07 14:40:15', '2025-02-07 14:40:15'),
(197, '27.4.22.22', 'ffCzVBl_TLWImb6oDM5GTS:APA91bHLBriXCuWSFbz4QQ2tFqqsVs21mQx-Qs3BYpxVIEy5QRHWlgqkWZNCAvG7Jxmmiqfk7N2BpBTEr5EPQgCzBPfpeTOQ-wRFo8KkxuX_z9O4et7HYFY', '2025-02-07 17:16:29', '2025-02-07 17:16:29'),
(198, '27.4.22.22', 'ffCzVBl_TLWImb6oDM5GTS:APA91bHLBriXCuWSFbz4QQ2tFqqsVs21mQx-Qs3BYpxVIEy5QRHWlgqkWZNCAvG7Jxmmiqfk7N2BpBTEr5EPQgCzBPfpeTOQ-wRFo8KkxuX_z9O4et7HYFY', '2025-02-07 17:16:30', '2025-02-07 17:16:30'),
(199, '66.249.88.5', '@', '2025-02-07 19:04:45', '2025-02-07 19:04:45'),
(200, '103.161.99.25', 'e2PWbtgtRyOO2Wcy01RTot:APA91bGkawl0bQV8Sqn46lfC12fGxJaFiNT6feVDfiOQIWliO90-3nHEuORQI1sb9GFBRZaRI4ggxvJoK8YzkG2ImPbzcSLQhc_c0ft_bAiTmFQ3rbwgcYw', '2025-02-08 11:01:01', '2025-02-08 11:01:01'),
(201, '110.224.87.123', 'ffCzVBl_TLWImb6oDM5GTS:APA91bHLBriXCuWSFbz4QQ2tFqqsVs21mQx-Qs3BYpxVIEy5QRHWlgqkWZNCAvG7Jxmmiqfk7N2BpBTEr5EPQgCzBPfpeTOQ-wRFo8KkxuX_z9O4et7HYFY', '2025-02-08 15:40:09', '2025-02-08 15:40:09'),
(202, '49.37.159.106', 'epEBpdWvRNOPgIUKawy5O_:APA91bHQ7eAF9n2rE6xGi3S7-vT3WuCOdAgvnbPYkx_7O8c3ECmlBLruRJSrYmnHBZ1XSwBclhTI4eJmC5T6zvDcyczElbQpsWOHeUa7fD7Xkv-CpRL1MiU', '2025-02-08 18:48:10', '2025-02-08 18:48:10'),
(203, '2409:4080:9d09:98ed:4637:3c7:30f3:5955', 'ckyTgoeLR5GG4MM5coG3J0:APA91bH8rAUT6OA4XlWyF9knY68rEalpJBpKLCB5y0MHQJFzTskP9XJ3lV62-AzW_kc2G3K1AJX-wfMkQe_dk2eugYD4G9mFJ1pY6UGHu1kKAzU3G9Wgb0A', '2025-02-09 10:20:22', '2025-02-09 10:20:22'),
(204, '157.32.77.124', 'dYAN4wdASHuW5W4tFPKaGO:APA91bFDLzxUTA7Wt-CO4vi3-dZpwVGJ8fuvTH0alZtTUpgb_LVggxi9hkMvcoosJP_E-pmiN-sde4yEtdCNMlyEF8VprDBkVN9w4nGH1VDOul_RhEPB83Y', '2025-02-09 11:39:15', '2025-02-09 11:39:15'),
(205, '157.32.77.124', 'eKKq9yNzSBu_mIi-N-C55k:APA91bHQcEsfghGed23m095yktr8H96xKM9emKVrYBxADfcCW8MF62_48LD74VLtsGSBcHpzABrcktM4JxLUGFdRJa0aJf1P-lHBYy7Cp17RZxPVJ_RVwiE', '2025-02-09 11:52:57', '2025-02-09 11:52:57'),
(206, '157.32.77.124', 'eKKq9yNzSBu_mIi-N-C55k:APA91bHQcEsfghGed23m095yktr8H96xKM9emKVrYBxADfcCW8MF62_48LD74VLtsGSBcHpzABrcktM4JxLUGFdRJa0aJf1P-lHBYy7Cp17RZxPVJ_RVwiE', '2025-02-09 11:53:01', '2025-02-09 11:53:01'),
(207, '157.32.77.124', 'e4iwKIldR-q93NqFPPbCKF:APA91bFw10lMI1J3tcKC1EB5gVVMHGYSfHVux68-U7sfDNGtsbYx57Kmms-8gHwnhWbeMhOEjLX4m96u7k9dG0MULcOi4EktQfh40Dk-EXf6IkdSmdevcm8', '2025-02-09 12:12:04', '2025-02-09 12:12:04'),
(208, '157.32.77.124', 'fbxgii-4SO6j3oPy7W3zXs:APA91bELTAg_YiRpbnkvsVhZgGPwA18vUAFQ_-2ELh9JwaHH3eER4K_wuWUiBj7NytwqQ5gKLzKgBeBjHjHTby7JabU8ai4vDbaGMvdUikaeZTaU-SpNCBs', '2025-02-09 12:51:25', '2025-02-09 12:51:25'),
(209, '157.32.77.124', 'fbxgii-4SO6j3oPy7W3zXs:APA91bELTAg_YiRpbnkvsVhZgGPwA18vUAFQ_-2ELh9JwaHH3eER4K_wuWUiBj7NytwqQ5gKLzKgBeBjHjHTby7JabU8ai4vDbaGMvdUikaeZTaU-SpNCBs', '2025-02-09 12:51:31', '2025-02-09 12:51:31'),
(210, '2405:201:c01e:38b8:541f:4a84:7499:872e', 'fKSudC9eS8KgGtTpCM7QF2:APA91bFqLs186IkvLbxYFd6qkNQCN0PJ0LuidaKWgLRv9SP76XLFRKv2QLYatcEFl1BHJL5CIr69rEauvwcuE9xwozIihNW0EcacbXXhx9m-9efbRZ2aDHY', '2025-02-09 13:02:57', '2025-02-09 13:02:57'),
(211, '2405:201:c01e:38b8:541f:4a84:7499:872e', 'fKSudC9eS8KgGtTpCM7QF2:APA91bFqLs186IkvLbxYFd6qkNQCN0PJ0LuidaKWgLRv9SP76XLFRKv2QLYatcEFl1BHJL5CIr69rEauvwcuE9xwozIihNW0EcacbXXhx9m-9efbRZ2aDHY', '2025-02-09 13:02:58', '2025-02-09 13:02:58'),
(212, '103.98.4.163', 'deODRS75TC225J7hxi5W12:APA91bFoZQgrnCZk7K9pgDPt_zib-VOtb306byySb7bo1hJ-B6h1gf4ouyPqtF-eCVs4h0cUndYGWKRS8sRuMLcM6Ioan4GvmJvp51BQIQKkyvpYzW5TAE8', '2025-02-09 13:42:42', '2025-02-09 13:42:42'),
(213, '103.98.4.163', 'fZ4mJ7p5RoK1Wo1iJW0yNu:APA91bFN7K6B6BjVwddYAQmI7T_-AyGZNdr1PQ5J1FbolOxMoADJvjNRNIVQy9qpsZhvLP0YMz2vKSOrnUO9et567Kn_i9di4nWBD3w328Z7m4oX_HdYjNs', '2025-02-09 13:52:40', '2025-02-09 13:52:40'),
(214, '103.98.4.163', 'epJptf_VQXSavYqPQ6tSVZ:APA91bEjQB17AInahfyLtwOPMHtPp8ZKQl7tIjaP6P5onVkX0697XbNVMpA2UEL0uchDg-ka-qpSbX7rRHGeWZRBJZ1GwsRjPeVsr-wTkNXx-Niv9o9SC9E', '2025-02-09 14:20:27', '2025-02-09 14:20:27'),
(215, '49.37.159.106', 'fXi3sLFsSjGbm5cVYVhW2R:APA91bHA2aC7pNP-c5IocFbsVNRK9wJ4Pv0qvxuviSd8YxeFICvltRkFlu5bbXr8eFeiM0emsDfu3jNXUgc29ZaekE7yW1mGhSD2oss6HVd9BA8Qb_R5aHQ', '2025-02-09 15:19:39', '2025-02-09 15:19:39'),
(216, '103.98.4.163', 'edtaVhDQRuStHz7iu1ItLY:APA91bEe2LhhzIjgEtcpiDIGgdoPNbIOFRLcgSVaYQJxItQNb43FpUs-MJjqyUzF4qgjEphtdtURlEPzQ-kKMasz___uS_awd7BoFCfBMmAgMxrN4xF39gg', '2025-02-09 15:27:44', '2025-02-09 15:27:44'),
(217, '103.98.4.163', 'cYilH8iMRP6JI2N0T8YahX:APA91bEID3b14brLnXdxd05kX9HwNoPdM0pKRjVu4z9JAuje-g5OUEXSQGtkphW0ybW9Zz848uxW-wP48EEUr3vIyvahroNeKDcOUuOaNOwtedv7V0P3KXg', '2025-02-09 15:39:23', '2025-02-09 15:39:23'),
(218, '103.98.4.163', 'cYilH8iMRP6JI2N0T8YahX:APA91bEID3b14brLnXdxd05kX9HwNoPdM0pKRjVu4z9JAuje-g5OUEXSQGtkphW0ybW9Zz848uxW-wP48EEUr3vIyvahroNeKDcOUuOaNOwtedv7V0P3KXg', '2025-02-09 15:39:28', '2025-02-09 15:39:28'),
(219, '49.37.159.106', 'f6n48RwSSNe7zZ3KFSpLRp:APA91bEGyyxyWVZdZ3DOBXekSIE8HyxnawTj9DxoTPFOM8seemNll2ll4rdQcB6YVtDkneXvFfIEJCjYe2vR69Gq5a8jzncx-i7zA7jWKKRIhPAPKetEYQk', '2025-02-09 16:02:02', '2025-02-09 16:02:02'),
(220, '49.37.159.106', 'f6n48RwSSNe7zZ3KFSpLRp:APA91bEGyyxyWVZdZ3DOBXekSIE8HyxnawTj9DxoTPFOM8seemNll2ll4rdQcB6YVtDkneXvFfIEJCjYe2vR69Gq5a8jzncx-i7zA7jWKKRIhPAPKetEYQk', '2025-02-09 16:02:03', '2025-02-09 16:02:03'),
(221, '103.98.4.163', 'daVvmSi6QW67j0prbOvXH_:APA91bFRFyvsHfBznAvyImjDf_-c6he_FQxYTlxDEb5EF_ILP-BVXhCs1ZAny10CRldOx3RS7e_rB4fXe9AUf5_7rNxjYBaaSYE4gcnfiW6QwTLk1gvgP34', '2025-02-09 16:55:01', '2025-02-09 16:55:01'),
(222, '2401:4900:3672:99f:1:2:d588:d92a', 'fN_aMNUORtaBLWYPho2V0c:APA91bGJUtvYqAOe2sCm2Mx0mFnAW64e4kSds2iNuONU1h5zagHfg4zilM6T-axFYA41DFeM6AGG_NMJBT4FFYDpvlk8GD95UuIrGbswy7EtqgW1uvk-0Z8', '2025-02-09 19:15:19', '2025-02-09 19:15:19'),
(223, '2405:201:c01e:38b8:541f:4a84:7499:872e', 'dBuSILqsRHatigMRUUruvi:APA91bGGiSauqkSjYP9Uui762G2FRbTztXWawX3Gxk9osc18KN0-J06heGKs6Y6rLtIxeBPIDvrHlb3rLyKX07Vcf9Re4W3fWVnrdOQOQjPXhQjK8UbY0yA', '2025-02-09 19:27:58', '2025-02-09 19:27:58'),
(224, '49.37.159.106', 'dBuSILqsRHatigMRUUruvi:APA91bGGiSauqkSjYP9Uui762G2FRbTztXWawX3Gxk9osc18KN0-J06heGKs6Y6rLtIxeBPIDvrHlb3rLyKX07Vcf9Re4W3fWVnrdOQOQjPXhQjK8UbY0yA', '2025-02-09 19:27:58', '2025-02-09 19:27:58'),
(225, '103.98.4.163', 'c8awmzBHRrOT6LKRo0sxOE:APA91bGFpJiGMIWO1y8sNivyUHzrED3_BYbB2iu3T50WJZHtk-DePf09C7rabaI4hbEivd_V5jQ_PaXQHP2Q5XbOTbWFMTfUYEM2rRlBX09SUceCmwrBMH0', '2025-02-11 21:32:12', '2025-02-11 21:32:12'),
(226, '103.161.99.25', '@', '2025-02-14 11:13:22', '2025-02-14 11:13:22'),
(227, '103.161.99.25', '@', '2025-02-14 11:13:25', '2025-02-14 11:13:25'),
(228, '103.161.99.25', '@', '2025-02-14 11:32:30', '2025-02-14 11:32:30'),
(229, '103.161.99.25', '@', '2025-02-14 12:47:57', '2025-02-14 12:47:57'),
(230, '103.161.99.25', '@', '2025-02-14 12:47:57', '2025-02-14 12:47:57'),
(231, '103.161.99.25', '@', '2025-02-14 12:48:32', '2025-02-14 12:48:32'),
(232, '106.200.188.207', 'dt5gljbxTbyd8YRe-TJkYv:APA91bEJIVtMvE3a4f8Ric8HdzPWYJk9r1V-VCqysocdkVZ7eA8yyEB9lHCcoenv6O24Ryhf19uu7Hh0guMOomDs7oeXa_5BXd_lJF892NAcJp_iNDvMqZQ', '2025-02-14 14:38:08', '2025-02-14 14:38:08'),
(233, '49.34.243.73', 'eg_2Dl9qTpKP9D-npC07zb:APA91bG1x2ZEcj4AAyIg-ZNFvh6CCrItsp69UKZ2UY_oyBjzZLq-lE8kVLooW4E8v7iWsqrtJzG8gIWAvXnNQaFKhK10B98_iVKcEtBGWcjxb-e8kF6m9xk', '2025-02-15 11:41:22', '2025-02-15 11:41:22'),
(234, '106.215.169.2', 'cOOKQsGmQlOr_wGbcSM3cq:APA91bFtP76SkJp5oRuRHMt2-hacWyfBmGbmuSWakqNA0JqqaxZqe-rsLC2FICtXqTmJqmP0MRJnm1AKONRvNqM7amgWPGvnzh8IDpPa6QqOr-iJlPqO6II', '2025-02-16 08:13:54', '2025-02-16 08:13:54'),
(235, '2401:4900:8fcf:1e32:c8f5:30df:6ebc:d8ae', 'd-JT9IYiSkayzJU2MEuA7T:APA91bH2XN7Bo7yxRA8tALpU5-1cPKYiK5GilELde6dHuBimNmWLYZK0OBQnspk2APVpfmphCFt-uFDWf74ZGIN_ilMsEm8yEIrNpINB5oRj_BJYe_DV63o', '2025-02-16 09:44:43', '2025-02-16 09:44:43'),
(236, '106.215.173.98', 'caKgCcz3SJ-zitlMgXvc5m:APA91bFIwNedNrE5DZmDlQ4R90uE1lI6kSdyIzsc-9SzizMb9mdJyKPnvRxcv4F_KSNUne5HnAGbck8iEWvF7kc6VWyO-PVXb2h9F0lYI1_3BendK2IhxI4', '2025-02-16 11:12:09', '2025-02-16 11:12:09'),
(237, '106.215.170.106', 'eDskp-SkQaSsunqi3CZCLz:APA91bFKyz4TjeRS8b5ZICJHtUSzctQ5T7pPd6LolXFoTSe12qU1jltHdGH27E20otVOsj-rXTQqlP4E9ODPYRVnGL-fqGqrkjK75aid3udAckVJ-oXuWy8', '2025-02-16 12:05:35', '2025-02-16 12:05:35'),
(238, '106.215.170.106', 'eDskp-SkQaSsunqi3CZCLz:APA91bFKyz4TjeRS8b5ZICJHtUSzctQ5T7pPd6LolXFoTSe12qU1jltHdGH27E20otVOsj-rXTQqlP4E9ODPYRVnGL-fqGqrkjK75aid3udAckVJ-oXuWy8', '2025-02-16 12:05:35', '2025-02-16 12:05:35'),
(239, '183.83.147.152', 'd06kURy6RmGCqXzjR2FmRf:APA91bGCMp6l2Ss4Ir6iylV2r2uoAGpQrYiA864xVrvaXgsNsPrpcjT4uIid23VMR8b3Fa4051fLyhaIWtqdNO83S9kQnCKLy9RJFI1u3Z_rt14Um4RVvmw', '2025-02-16 14:17:25', '2025-02-16 14:17:25'),
(240, '2a00:79e1:abe:1502:2525:ee0a:92fd:8f4d', 'etodYThTQB6r-NqEMWEcQe:APA91bFQPZM_CtIU6bWmc1t0fQgw2ialf04nYw1nkxoACKjl6kQZRmoLB1XZYs7WqK9chojnXYFPrgDickbbVE5JsqSyp7ATRkRjJDmcl48ounMNa7KEVBE', '2025-02-16 16:21:23', '2025-02-16 16:21:23'),
(241, '106.195.71.130', 'e8kwmNJyTreXOi_TKI_9Xm:APA91bGkyNXRbn5QM_KuTd1mAmHLiXthiaY2OAQ4GRdB4CH7l6skmcQQnOazbx5GszInKtdb0TFo2Etz0f0p6tLdKFsH6pt4rfEnjNW27Kz53TdGWeB1l2A', '2025-02-16 17:02:02', '2025-02-16 17:02:02');
INSERT INTO `guests` (`id`, `ip_address`, `fcm_token`, `created_at`, `updated_at`) VALUES
(242, '157.48.115.31', 'c9mnsyO-Sqq0HMdRW_JOw5:APA91bEIHA-ftBw9BwlGEWYd7L5oLui-8x0hkFFTKd_ZaxiH_QtHNHBc25DHJ2RHAwFcr_DhXUUy_ajImyIe_qOwzuO1fjAYfreO5dVsH-MJeQwagynxfzg', '2025-02-16 17:05:38', '2025-02-16 17:05:38'),
(243, '70.32.142.244', 'f07jzjAUSueA_eakGvF_Hf:APA91bEJOhwSrpe5EMycBADfoi9CwSUVWr6EjmSXKIOpiwfB8KGBpTpujTHnWtVsfQ00ZPEYfBHdiZus3FBuTiZTnTwju8EIY_e_JCoXlN1pomgLfTZDF0c', '2025-02-16 17:18:52', '2025-02-16 17:18:52'),
(244, '49.43.202.105', 'c8_uzQdhSQ-2vs14sN-Qle:APA91bFimcQOiZQrX7ErFf2iGQ1vWMhY9s9MTdQsDR2bYsqltD4re-DGt5VyMCyi0d5-GOuHNg2soYxA2f0mtqlU_pvG9u5-FprY6QH-N1oTGLeekHKUsVo', '2025-02-16 18:20:30', '2025-02-16 18:20:30'),
(245, '223.187.18.92', 'dIOEZR9RTZC80Nz4YSILlc:APA91bE0nGLZjE6R4TMpHXbt_236S4RlYE7kQO5eNm8gQs6Y3VlTZ6IoIMkHNmS4-uqWVSERF6VgEazkEIL2KgIXeWar0MBhH45d3AVGR08eSEZZYegVQtU', '2025-02-16 18:21:02', '2025-02-16 18:21:02'),
(246, '49.43.200.123', 'eBugJfubS6KEDeHS6mQhtf:APA91bHskmvS8nrxHElE1mXH4npttHqEYjtoM0wlIMjMqvXZdwZUOfSryZCdbr-EvsWm7cMOdZ4AH6odufALlRMRS0T1V20xIMU8GGMFrshmH0fOrsxX2iM', '2025-02-16 18:26:10', '2025-02-16 18:26:10'),
(247, '152.58.213.119', 'dT_vR1a4Sludqe-Bcd5xcf:APA91bEkMKr5uSPNNhkqcm6oJnfJJA9RtNARmyVHcIuLR1bo05MHa2FmwCmf24R6xhdeMleG38ECfLvuO3Hjm_jc74gJ6a8J4tMxiout6BrflSUQe40VTF8', '2025-02-16 18:47:55', '2025-02-16 18:47:55'),
(248, '157.48.114.61', 'e0UpdwalSRuuL5A_CSf4yx:APA91bEgoA4HUPAhvWFAxlkPrZs3WA3GRp4c-hDyZz52kAWVXtxDiorortFeuL2_HndekOR2DpR04k4-f8cADyEpToBMcdEjc6rxAXHe67sDlWzAw9jGsUw', '2025-02-16 19:00:20', '2025-02-16 19:00:20'),
(249, '152.59.211.22', 'e3exrjM6RwOFPzuSooU_KW:APA91bEVZ4H2UOqnwLsShVQqA4oIs6GxuNRrxdBjMpGYNyyXpPAXpSN8nSk9SZfTgWP5jwaz4_-XyTjLan0E03JzXLNPXYlXpKr5vrHPT2WqriLMEgPtS-g', '2025-02-16 19:18:31', '2025-02-16 19:18:31'),
(250, '103.155.131.133', 'dNL8CWHfRVCvImKmXB_4xC:APA91bHSPBUANqZvdvWTgyJ4_-ZT5brlCIXcAHoZabi-Iq4MpzJO982zVgrTwvPcbXiNjdpRnbVefOVPYtQRAU-kX_wITFHMOFpLVdSJA6xiXymcqb1c0pg', '2025-02-16 19:22:51', '2025-02-16 19:22:51'),
(251, '106.195.66.49', 'epI51hbsSqClRlDZIKI4Uz:APA91bF6hlx-uxNMcExh22UOFL8Ryz6VnbWYwm_W5WiS83m43iTH-K-VbMUFr8nqkeyn8PRbr-MCkp7ElgoZSHOxdHDHwM5IsmbEh5bvRGVFCAchRX757N8', '2025-02-16 19:43:48', '2025-02-16 19:43:48'),
(252, '152.59.212.153', 'feIPniD1QUqgDLR9UbAmAr:APA91bF82c_pyP-tTVIm3PjaXnbMGg0IOmf7-9x8Hd8RQHGNiwRS8B47wxw3XsLHw2TtR9GFl_5I2mZA5Z5wvZ5kig0S6sO4nVHwutG5ucV3CTJKDoKNg6I', '2025-02-16 19:53:21', '2025-02-16 19:53:21'),
(253, '157.48.155.135', 'dnmqnl7sQGeATlb8TFsQim:APA91bE5geZ8Bnxgbi_tIGP4uwm7u7r_TPhpZCFDlF1zhCOybB6benj7vOQKXdBxE4ClKw8x5HSQ6M__L_qCkg_s9Nv_yMQ-KeTpoFWuxzOBzoaUslDdDCU', '2025-02-16 20:17:16', '2025-02-16 20:17:16'),
(254, '49.43.202.105', 'dSKSo0FsSJarRxSwizx9SZ:APA91bH0DUTX39hNqGQS7ejRiAUw2yU4BLRE4DxWgjx-SgaUsjNsR3J_T4jtnxCw-tngJ6s2cznIq5r2Gdog0M8Hsglgm7Q2YUxbh1UvYIB2fTdLPKy7O-0', '2025-02-16 21:17:58', '2025-02-16 21:17:58'),
(255, '152.59.209.150', 'fywMI7RfQdSn6gw_0ox892:APA91bEXRYZIjQY4wsZun7T36wqjGuKq-uixIkBHvh7thCtELndw5cYAvlcDZcHEqiNN87dfp4JIcjWwf3O7bSEE9bgoPge5EkzBr2R6Sdq-xIS4un-0sJc', '2025-02-16 21:49:10', '2025-02-16 21:49:10'),
(256, '152.59.209.190', 'ecoTt3n2TzyO_QsUNhnzMo:APA91bFsKg5G0zwu3C2aJesVnBXQApybkI00yQ1LpSV52-jHE-niPIV85K1Iku1hLp8EoNysLSIsCI0T40MO03xWlV-vPabdgUXvQUtMsuNnlpedMN-px9Q', '2025-02-16 22:21:27', '2025-02-16 22:21:27'),
(257, '152.59.209.190', 'ecoTt3n2TzyO_QsUNhnzMo:APA91bFsKg5G0zwu3C2aJesVnBXQApybkI00yQ1LpSV52-jHE-niPIV85K1Iku1hLp8EoNysLSIsCI0T40MO03xWlV-vPabdgUXvQUtMsuNnlpedMN-px9Q', '2025-02-16 22:21:27', '2025-02-16 22:21:27'),
(258, '152.59.186.77', 'fZuYLWnES2K-eqOOZ3TKCI:APA91bFhn88lmhFpVeIKjIL2y7uQsRZcC-sASzUcKRMjXJ9rg1ZehrBtSCjdyHNlewcoU7N4kxgD9B5LFNqUdAguA8qyKR-A476V-LyT8d-Qd37WGitgQRQ', '2025-02-16 22:33:25', '2025-02-16 22:33:25'),
(259, '152.59.189.46', 'd5L7Z1L-S7O9MWkxOfR5dQ:APA91bE3Me4sYLX_P3-CEsWFgMNSfuOEBiF8leYxnJVvgmXrOYjBpjqtCGvLvfNZEufR0HLlpgrtWYNUN0y4R-EDCGvxfFzB0RO7Wingup7uTZtF7p_1c60', '2025-02-16 22:33:57', '2025-02-16 22:33:57'),
(260, '152.58.128.179', 'c7S9zjN_SN2sNMxhttuuNW:APA91bHnA0qhUhrVEw4YiId-Q0pEC1oIBzW3HbNFeHRtQ2M960iEBDU64xE1UTu47pVhOnnjxYa8dVCTGBWu8R9aTVlRpeDbaQZGQX6kY9AbXaZIX067Uws', '2025-02-16 23:04:37', '2025-02-16 23:04:37'),
(261, '152.58.236.198', 'fTof995xRH-933hlQvog4_:APA91bFdG_wsXaTTWXqAS9clI6oBklgNiVTAaq0yhn_-kqu8Yrk6nxgyiFcijNMXF11pZybOc-z33ZZ-XBa4sRp0fpPLphUKH0PLFvdjeCiR8MdPgRVrq7M', '2025-02-16 23:44:24', '2025-02-16 23:44:24'),
(262, '152.59.242.201', 'fuwN_xKCSzu1Dw9-ntT0pZ:APA91bGgKfqpHR3ecy0C0XWxdn88nB97-plV_gVjKJc7p15xm2TKsk83AQfGmOtsatLeJCsDcvr6fxV_qPM2NEcyoAIlqbDj-NaYubBXbH9Qt7QxX60ZdVk', '2025-02-17 08:02:22', '2025-02-17 08:02:22'),
(263, '171.61.97.200', 'e72EXKmwRHuxB-sVf7db8N:APA91bEEGLmXwQMMXUQEPB8MOR-6YEoxiM4Iyki-CL3CKhd0J_eHcEJR4IOavXsx5Kb3GUsFMv5_FJ1hqxPqwHOoCxszGiX9bA4c7_ADBqlYuzDylGrwmIE', '2025-02-17 10:33:30', '2025-02-17 10:33:30'),
(264, '157.47.76.136', 'd27ZQeF6QyqWxTFXqaw-Q_:APA91bFHrras1FRUZ0Kr1FgWJ_XNy96VMOLhQ-pKP0Mi4ta-ucPIth-XTsx3RgIlMw4iDin42mRk0pvGgoiTdEHAl0fT_v2GJUZdkF_fH7C84eREjrv1Y9w', '2025-02-17 11:42:11', '2025-02-17 11:42:11'),
(265, '2409:40f0:101b:d2a0:b296:553d:9010:81c1', 'cnL51ApOQkenX0Xkekdu7w:APA91bEgL4QxG1BqF8EEfZ8JEmL-utqT4k9vZ-RZdir0Qlg8ibIxPrfV7_tLLNGeE5CGS5F84o9IiKxnZa0ar2LJkFfKpLi3a9vd9u49WMY7Je-P4SfiUeA', '2025-02-17 11:43:15', '2025-02-17 11:43:15'),
(266, '106.217.245.201', 'fIUcFZT3T9mfiXJYQd70MU:APA91bHPXXg0MOM-yug_RGkVbMcObxVWsxJJohVdjaJxN-H5NwJyJ_PY5xHUVk4BYSW1CeMh8eWIT4dJdXDXKnpFokY3KUlYSbR7MRa_IRC1iGF_8agLses', '2025-02-17 11:43:41', '2025-02-17 11:43:41'),
(267, '2409:40f0:101b:d2a0:b296:553d:9010:81c1', 'ezjTD4fdRKeJB-c2yrodKu:APA91bG9ZDC7dJ0J8rtcwMvaLoeks8XMdqz_2kpbbquVYsux9zGdUZWceBm8n5hdDPHMaEZSNb0j87Zx1rdslhSbvVMipzW5tjKghbP8XYLiIgK4rLk-xmE', '2025-02-17 11:43:55', '2025-02-17 11:43:55'),
(268, '49.204.21.141', 'fruhq3kYR3KGTrVnDZ38Fg:APA91bEZUhnmuxWQfVWrL0a-HYk5g3ikcPLCl2Cc8FP3mRY3uHl5nv3-2NYbQl-xDiMPfAQrCdtDS9kehOZDq92rMi3u6atASz5vRiUL9fns1vbf0LBr4j0', '2025-02-17 11:49:10', '2025-02-17 11:49:10'),
(269, '152.59.198.40', 'eAGV5i8YRqWIav5xO965im:APA91bH0UfK410QiMz9U529xyOCbNbYc7eQCbOKyVsi0Wj4bBf3Z6IfS9lqnqQVWyAnSh47qhM3YBOblzgeOaUVkx7lz862Vrnd0RDSN_tSeeeK4HddqKWo', '2025-02-17 11:51:01', '2025-02-17 11:51:01'),
(270, '103.161.99.25', 'dr5ivW0tQVeQj6DJUr9SD1:APA91bFWjmpP_evj28sgYhCdIyOUrVYL2GZvfZ2zxXlm3H1vskoP85rKKm5oVkG7z-CHPM7U5yV0c9H1huhi7vt5qne5h7gn6EgwX7lKFhQu8DGVLzXSe68', '2025-02-17 12:22:30', '2025-02-17 12:22:30'),
(271, '2409:40f0:2024:eae1:8000::', 'f1XvK0Z-SauZIucsmO7awX:APA91bGkTAAFk4--LdBpxzTNlfI6kA_r7Y97GxiarqiZP8cr1tmlg10TPI1AA4fVNsqpl2S2XIFdIBWYyamdn1Y49e4cfr1o6Lrl6fNOvGM0PlMt4MDAEB8', '2025-02-17 12:55:33', '2025-02-17 12:55:33'),
(272, '152.59.209.106', 'f1XvK0Z-SauZIucsmO7awX:APA91bGkTAAFk4--LdBpxzTNlfI6kA_r7Y97GxiarqiZP8cr1tmlg10TPI1AA4fVNsqpl2S2XIFdIBWYyamdn1Y49e4cfr1o6Lrl6fNOvGM0PlMt4MDAEB8', '2025-02-17 12:55:34', '2025-02-17 12:55:34'),
(273, '152.59.236.218', 'fx8iAucgR3eTCVTSzpuod-:APA91bFsjU60M90mV5fDhPKcoKv-IHwW6BenPRifYpiKyEuI03feurtJLUpmVUvDhHnX6_7R-iO2NLVvumE7smgd0RVqVpRwzch_UC2Ra9NFzp4iJPPY1R0', '2025-02-17 13:03:43', '2025-02-17 13:03:43'),
(274, '152.59.236.137', 'cZc1mvrYTue3YKiDgn86f_:APA91bFAFGs1al5crm4oDRhKY0E3psJ0HShytQHqHAYHtwt0758vpreXiis7ct5obK_bEmx6hoyXJ_R3JOYACeSzxwAmaSQLh7Gxm86XBsmJYTCMO9qWFnk', '2025-02-17 15:08:17', '2025-02-17 15:08:17'),
(275, '2409:4070:2085:b59c::8ab:d8a0', 'eVNIp939RYKtotLevqdoKF:APA91bFFjA8j7XQbCI1u1pG6YNTKgX0Y3znuoFLW597ob4Eq6UYSMyUNbcF4UUm3F5aCHGDaXqibTGYpsBYZfARI2cwYqkD9sVDPrpgnqP_tkcQMapjiumo', '2025-02-17 16:45:20', '2025-02-17 16:45:20'),
(276, '27.59.61.178', 'eOVwpKFWR8KNzIicX6Ls_t:APA91bF7QT6cNvtppQAFPFkfNT3V-4vvf-dz6ly0pw_aKX4jfHFMRjqqcpEMmPyB_nWkKzfEXX7-LKT-LYSXh53SWy07w_zpihpsr1j_aYzAyhcUsfBSDQM', '2025-02-17 16:46:28', '2025-02-17 16:46:28'),
(277, '223.238.23.118', 'dXB6rP_4RLaintsdEwO-F6:APA91bEmsyXsMhcaPYeXfRVF3VUk7NVnq8gxxzau3LLhBNxmFD68qnrMAZttgEUnQ_X50niCIMyKswbH5XMBtkcofl10b6nYOuvjuUVsIVXskCwKdFejcIs', '2025-02-17 16:46:47', '2025-02-17 16:46:47'),
(278, '157.48.112.165', 'elbVaOfUTnaM5ZS5Z-02EV:APA91bHlPDfkfLyvldta3yo_YVUUhPXONygLzB8okX-p5wD_gBL1H0_xOJYyHpDcePGDySfbCEdH6cfvWKgMsosL4_lqBluIrkIVrlteSVwtijB4QicAiZg', '2025-02-17 18:24:46', '2025-02-17 18:24:46'),
(279, '2409:408c:3e17:c7f9::a7c9:c30e', 'elbVaOfUTnaM5ZS5Z-02EV:APA91bHlPDfkfLyvldta3yo_YVUUhPXONygLzB8okX-p5wD_gBL1H0_xOJYyHpDcePGDySfbCEdH6cfvWKgMsosL4_lqBluIrkIVrlteSVwtijB4QicAiZg', '2025-02-17 18:24:47', '2025-02-17 18:24:47'),
(280, '223.238.19.223', 'cgqvm0UMTByYE59bA8UfKe:APA91bF5Kedg4FmF3jjLMPgnPpFrAIkaj-UIaLP07CqataWlvk5PtqIqmai2QJ7tM4cQIGZEZWXdr4feHTg-6G45ESDVbVTff6MfXNYrb06V5DGz6DFyxpQ', '2025-02-17 18:31:21', '2025-02-17 18:31:21'),
(281, '223.238.19.223', 'cgqvm0UMTByYE59bA8UfKe:APA91bF5Kedg4FmF3jjLMPgnPpFrAIkaj-UIaLP07CqataWlvk5PtqIqmai2QJ7tM4cQIGZEZWXdr4feHTg-6G45ESDVbVTff6MfXNYrb06V5DGz6DFyxpQ', '2025-02-17 18:31:24', '2025-02-17 18:31:24'),
(282, '152.59.208.85', 'dBKoTsnHSki55kxmbjEmM8:APA91bFFyS4a2IXgnYn7RachNvOn42i5S27Qsebe132LUbtfEexzEQ6m80ty9cNgMMQv8Lapj7R2pd8wVSwRgkM0hMsVHDVtQjJM9ZkJWQDl4ZTKz6ck9nY', '2025-02-17 18:34:30', '2025-02-17 18:34:30'),
(283, '66.102.7.36', '@', '2025-02-17 18:59:45', '2025-02-17 18:59:45'),
(284, '66.102.7.35', '@', '2025-02-17 19:37:20', '2025-02-17 19:37:20'),
(285, '157.48.113.243', 'egx7qnjWTnK7ARzNlP5b4Z:APA91bGBfTef8w_9tYHLcQLUIHF9pluwwp54PgsNkeZi8Mai5H95UFFwO3JFzJWMg8XuNMWD-lPkvybrqdejGdnNKjlSrhLk7_KCKf4NwwrfkW60aYMNodY', '2025-02-17 21:10:25', '2025-02-17 21:10:25'),
(286, '2409:4070:6e01:feaa:2080:d242:8580:1f71', 'egx7qnjWTnK7ARzNlP5b4Z:APA91bGBfTef8w_9tYHLcQLUIHF9pluwwp54PgsNkeZi8Mai5H95UFFwO3JFzJWMg8XuNMWD-lPkvybrqdejGdnNKjlSrhLk7_KCKf4NwwrfkW60aYMNodY', '2025-02-17 21:10:25', '2025-02-17 21:10:25'),
(287, '2409:4070:6e01:feaa:2080:d242:8580:1f71', 'egx7qnjWTnK7ARzNlP5b4Z:APA91bGBfTef8w_9tYHLcQLUIHF9pluwwp54PgsNkeZi8Mai5H95UFFwO3JFzJWMg8XuNMWD-lPkvybrqdejGdnNKjlSrhLk7_KCKf4NwwrfkW60aYMNodY', '2025-02-17 21:10:25', '2025-02-17 21:10:25'),
(288, '2409:40e5:101f:913c:8000::', 'famyGge_QKGfetE77H3ILI:APA91bFWu0HKLtOIPFMRUjAMoo0FwWtGq_KEeAwqAbcara-hO86TMinXo0eun3G9HEG50dYwQWr0SswUeylz545PAyO3msV9jiIpbjZS1Z4KgDON99Pe2E8', '2025-02-17 22:15:37', '2025-02-17 22:15:37'),
(289, '223.182.26.177', 'c-WxOhZGTnawL10WcZsUiK:APA91bESq_mHovFskARdGePFEx8pfYuZtgWcWvnrP5F1NNx1MU03X3F5xUN6EsZTodd4_3Qhw8aKC4ZLNjjcqnjp8ub2R2W4sY7CICPKCQnHO5tX5jhd9Tc', '2025-02-17 22:18:57', '2025-02-17 22:18:57'),
(290, '152.59.133.153', 'fFfpBGVyQMiPfel3SBxc7u:APA91bH44XUCmjFtBXyqoDrXSKwpwAMgzHp2OlybEOgVYGa62a6JmCDVW6r7T8FIk-LFmvk89m4VMk-nC2oLvrGdgWSXiaZ-sxXUzzGkOJt6qF3VleFJAiA', '2025-02-17 22:32:35', '2025-02-17 22:32:35'),
(291, '152.59.133.153', 'fFfpBGVyQMiPfel3SBxc7u:APA91bH44XUCmjFtBXyqoDrXSKwpwAMgzHp2OlybEOgVYGa62a6JmCDVW6r7T8FIk-LFmvk89m4VMk-nC2oLvrGdgWSXiaZ-sxXUzzGkOJt6qF3VleFJAiA', '2025-02-17 22:32:36', '2025-02-17 22:32:36'),
(292, '106.216.197.96', 'd8YLf2bHSP-cqccxhD3iii:APA91bHUjv4DFuI8MStNUdA3anOUSwhf3EJeULXo5Sh6hnRCA3M2s--FN5KYsrOPeT4By8Klix6rPYq8KV4Ge5hyGE4EUZ36QV079dWI2ROEoRzrBgu4IoA', '2025-02-18 07:36:25', '2025-02-18 07:36:25'),
(293, '223.187.37.97', 'drhFSTYLTi6u5fM0mZbxy8:APA91bFvLJYZpMTVSMl2R_96CH27Zm69kxa3PD1AMI2_vp7tc4HarVz2a4_SUHpBbU3CXnIQQTnfmuGkt_Qiq3I7UuH6gRN7jNbqKMATqm7cwvCM95gKdko', '2025-02-18 11:23:07', '2025-02-18 11:23:07'),
(294, '223.187.37.97', 'drhFSTYLTi6u5fM0mZbxy8:APA91bFvLJYZpMTVSMl2R_96CH27Zm69kxa3PD1AMI2_vp7tc4HarVz2a4_SUHpBbU3CXnIQQTnfmuGkt_Qiq3I7UuH6gRN7jNbqKMATqm7cwvCM95gKdko', '2025-02-18 11:23:08', '2025-02-18 11:23:08'),
(295, '223.227.35.231', 'f4wVcsHTR4aqoTKdE6AnM3:APA91bFN465gEuQlXQ8dy407-_S4H5rSYzjhghS_PCTOCjny3IV9gqma21q5lt1yEyilMzcdfAMktCj4U3B1CSA7j2uxQAEGdQ3odfoT2HkUGU1a4xz1f2M', '2025-02-18 11:32:59', '2025-02-18 11:32:59'),
(296, '106.195.77.143', 'dQbnKr1DQsuFemfvBoqi0F:APA91bFzW-m5RvJPVtazfYvLIvCScUsH56GzhgxD8S-1I5yuaXaM7_J9Ra_WQK9LRzgpKKEU7boiEOPHMcEhHq7qymZGp4e3Sh-lD5LTvCBOI-GHHl84-9A', '2025-02-18 12:22:04', '2025-02-18 12:22:04'),
(297, '124.123.178.77', 'dWFGfG23QAamRM08dKmite:APA91bEJGzMPb5Mb7e5dJJw2LZV5L80wFAxrtbAhR4kExwm1FhsyHM44pghZQuia6ro_8K5lQaiNrN26WeaLDtwAxXWGT5DDLS5WiY5XCcy6UVhY2LdmFz4', '2025-02-18 21:07:40', '2025-02-18 21:07:40'),
(298, '106.78.85.123', 'fKhsJFrEQsG6QnlrJKSJKC:APA91bEpCFytW1sg2Fo8PzVc8MAkifiudDFEiNBDqgEixRmXZRV6KrZXN7euAJ7TlpA1sJMYNIBNP4NNx3VDjmFxsHSTJH2LeQ4085HyB30O1Ro2GAwK5DM', '2025-02-18 22:45:44', '2025-02-18 22:45:44'),
(299, '106.78.85.123', 'fKhsJFrEQsG6QnlrJKSJKC:APA91bEpCFytW1sg2Fo8PzVc8MAkifiudDFEiNBDqgEixRmXZRV6KrZXN7euAJ7TlpA1sJMYNIBNP4NNx3VDjmFxsHSTJH2LeQ4085HyB30O1Ro2GAwK5DM', '2025-02-18 22:45:45', '2025-02-18 22:45:45'),
(300, '49.204.22.7', 'e8f2b8WZQnuJfNqIHFukfa:APA91bHkxznxNCElvf_gE6vuoEPz4jAY14IGEvSjZ7pnJzvyFHYYWsQrI_8g2zddz9iuIpZU4pq1ZbsJnM6P3-Og4mC1lnJcDIqLdDrs-uVKCVWwU0NgqjA', '2025-02-19 10:02:13', '2025-02-19 10:02:13'),
(301, '49.204.22.7', 'e8f2b8WZQnuJfNqIHFukfa:APA91bHkxznxNCElvf_gE6vuoEPz4jAY14IGEvSjZ7pnJzvyFHYYWsQrI_8g2zddz9iuIpZU4pq1ZbsJnM6P3-Og4mC1lnJcDIqLdDrs-uVKCVWwU0NgqjA', '2025-02-19 10:02:20', '2025-02-19 10:02:20'),
(302, '45.112.50.195', 'ce-Z9jWiT7iJIfU09iKwgY:APA91bH9CEZZuVuR3VvLDsUKmaVMEOG22kiPFEazWzilAxkv2-cpk5Rbml4Bfv8dlzX_C7zKSNoZxRChFtDHs_yLgWuYxqfPdcOFX8xfCqPq8wex-M1tO48', '2025-02-19 10:53:13', '2025-02-19 10:53:13'),
(303, '45.112.50.195', 'ce-Z9jWiT7iJIfU09iKwgY:APA91bH9CEZZuVuR3VvLDsUKmaVMEOG22kiPFEazWzilAxkv2-cpk5Rbml4Bfv8dlzX_C7zKSNoZxRChFtDHs_yLgWuYxqfPdcOFX8xfCqPq8wex-M1tO48', '2025-02-19 10:53:14', '2025-02-19 10:53:14'),
(304, '2409:40f0:112b:fd3d:8000::', 'cxOUcL3DR8mRt9UjS6JEc3:APA91bHHtY5h654U5WrMYHsl6Q6un6xp1qYrDsJ8Vs-vEOopTcoBfSMkeIxmzgWrTKPF00QMWC2bhRFsv0Uo9gRIsdxM6PFLSWqN5wxb9wygCbZOsBz7GL4', '2025-02-19 11:54:25', '2025-02-19 11:54:25'),
(305, '2409:4072:6e14:6fda:f9d9:aacf:ddbb:646b', 'eUL-XgflSJqnEO_IL86Hbi:APA91bEIIOFi6ExtJ4zWsytWpcjiFabcv-3hdA4IZyrRqH7siHmUdpwAp7BNFN476CDwqh09aR5YPW-6oRq8MnCsl_6jpuAvksYyt4UJUe-X8t9rWagDQ38', '2025-02-19 12:06:05', '2025-02-19 12:06:05'),
(306, '106.51.219.77', 'fot3fGAKSiOiLoGS75SXtI:APA91bHwE8c5m9pj6mFVn4ajWO4bLEFY0ghXGrpAAoXwhiqMS0Lykosn5_Gk9A7QxeUYZXtlozst4yfA5mL995qwnu8BY-ZjnJUFkfeZ4Ws34AGr0Vxuiko', '2025-02-19 12:29:30', '2025-02-19 12:29:30'),
(307, '152.59.221.72', 'fQWbtrwVTLSz5km7aBvZeW:APA91bHnJFpVm5blFrs8ddBtmcGQ96mBQovxPfu__AypGtPElm5U32Fu3NeSZBDO52tgMdmfGR0VhNwVV-SRK9pKZeZlTIwgnkkCqiw_yGoMWe54fJAwMF8', '2025-02-19 12:56:57', '2025-02-19 12:56:57'),
(308, '152.59.221.72', 'fQWbtrwVTLSz5km7aBvZeW:APA91bHnJFpVm5blFrs8ddBtmcGQ96mBQovxPfu__AypGtPElm5U32Fu3NeSZBDO52tgMdmfGR0VhNwVV-SRK9pKZeZlTIwgnkkCqiw_yGoMWe54fJAwMF8', '2025-02-19 12:56:57', '2025-02-19 12:56:57'),
(309, '152.59.221.72', 'fQWbtrwVTLSz5km7aBvZeW:APA91bHnJFpVm5blFrs8ddBtmcGQ96mBQovxPfu__AypGtPElm5U32Fu3NeSZBDO52tgMdmfGR0VhNwVV-SRK9pKZeZlTIwgnkkCqiw_yGoMWe54fJAwMF8', '2025-02-19 12:57:14', '2025-02-19 12:57:14'),
(310, '152.59.221.72', 'fQWbtrwVTLSz5km7aBvZeW:APA91bHnJFpVm5blFrs8ddBtmcGQ96mBQovxPfu__AypGtPElm5U32Fu3NeSZBDO52tgMdmfGR0VhNwVV-SRK9pKZeZlTIwgnkkCqiw_yGoMWe54fJAwMF8', '2025-02-19 12:57:15', '2025-02-19 12:57:15'),
(311, '152.58.215.165', 'exZV6m4RSWyREqNH0MSe6Y:APA91bHF5QxGaWa6TFHeUcvsaWF-JcDOa6tQQGb_KfkgIXQ9gvjS3xSCdRACTnqM3lT-w7hgXybnKDctO4AIcHB8UPIS6XSYdh7Enbjw_muIBaZ78GGRihU', '2025-02-19 13:06:55', '2025-02-19 13:06:55'),
(312, '2406:b400:b1:9a9e:88e8:2d27:481c:c63d', 'c-2S7eL5T4-tbMv_7SV9ul:APA91bGofP7BccM3zLshOR8vf25OwfPibHrco07kOwA7-WK65auXUb7R_W3zRWNKvWDmBZwOxbLYpGKhvQ8WQv9FfaJRDg-t-tnI6i-m520JxDnWNIsBbkQ', '2025-02-19 16:19:19', '2025-02-19 16:19:19'),
(313, '124.123.166.52', 'dcfxfobnTaStwohsNShTes:APA91bFjDZGR5G0mjhvzHsUTU43wklmrYA4Jzn5NfcUBsMA3-_V3h1UsPYUOvPsRmylE7pT0GkqljpXIon57-SfLYLXvZk_qmuHVubiWYOeMUltrwu4lO4c', '2025-02-19 17:14:47', '2025-02-19 17:14:47'),
(314, '106.206.239.178', 'f-QkOl9bQqKiAqLfYGLCmt:APA91bHZ12WeB1LCDu7w48PxgqdE1Kk6Gqk1-LzMXqWghZn3Kbaf2JIkCwMxRDYHrzXcKqaZL880cqgZ4B0Q8dZar2UxQmlGBawEgJlWNakA-4uHFjnHtwg', '2025-02-19 17:41:39', '2025-02-19 17:41:39'),
(315, '106.206.239.178', 'f-QkOl9bQqKiAqLfYGLCmt:APA91bHZ12WeB1LCDu7w48PxgqdE1Kk6Gqk1-LzMXqWghZn3Kbaf2JIkCwMxRDYHrzXcKqaZL880cqgZ4B0Q8dZar2UxQmlGBawEgJlWNakA-4uHFjnHtwg', '2025-02-19 17:41:39', '2025-02-19 17:41:39'),
(316, '122.164.227.170', 'cJOXVB4LR1W0fmi1pkIY4h:APA91bGrcf8NI2A5g_CAKlhcU06Nhbl85odWC8U6M-zQ1JHXd8bcRqtzwtDlr_iW7mbXlXBHFICCTkXc_APRvBRp9Zj3yizb5Iq2ZCDTuDLHbSaHZRhTM-A', '2025-02-20 12:51:43', '2025-02-20 12:51:43'),
(317, '152.59.133.254', 'eeqHFdaATc-fb4vLYJyZ4p:APA91bEA6P9Qe-J8NuGzg9vMzKHUeuKEewZEXNR-rNcAegUkZZlmLo5xTzBeCln1swGNcPrTzM7f-xcYfgsUJ-yC42WA0cCnmIh5TZbe2ZSRTLudNAyddjM', '2025-02-20 13:31:34', '2025-02-20 13:31:34'),
(318, '2409:4061:8e82:7082:1449:80ff:fe79:7e7e', 'cuWX5De9TKKCCoyvHP-dHM:APA91bFp0vEMlQ9Gc63WvuJgzsm2Xx7Rhg9MpWjeOzcSUP8ggHvBkOEhmQFiq71ujC5kza4BMWuVJ1UfjdjoLesjyyhdNPob5hnYcQL0rsTb244Wn6tmJi0', '2025-02-20 13:33:23', '2025-02-20 13:33:23'),
(319, '49.47.156.235', 'eNjK6UteRJCc0Ys_H1rdgl:APA91bE8poGo7ugyH4XUWx5IVbhN4hEGz8l197Rk1_Nv2wVNrTJd-i4VCPpQ86zyD61LR_KenKK_Ss-nKsEnt7QushEXD-8dmmmZYTk4aujKrzTK9T5TEFQ', '2025-02-20 13:34:04', '2025-02-20 13:34:04'),
(320, '49.47.249.64', 'fH-ThGc1Qd6veKm_oudWUl:APA91bGgaJGljvBm0d3BnwKoQNVYjm4WSqdULc0m0AHoCniPssql560dQOQjYaHkNKOQ7fOfG0nIz4tnWgFnh6v5Ggr2isPdUe8mKtAFQxjk4fq4ksGIj18', '2025-02-20 13:44:43', '2025-02-20 13:44:43'),
(321, '2405:201:c00c:403c:3d0e:fb3a:8f35:4a2d', '@', '2025-02-20 15:02:21', '2025-02-20 15:02:21'),
(322, '117.99.197.55', 'ei0gEDCtQVmgfhZYTj5HTS:APA91bGSrZIIrVnRyLkrZGvlSfd88Tqr5_kscHz02lB-Ji5E28YEGMBwSB64D-9xYiWQB_hnda61qg4Yncb0coVbBgC66wofF9uoxvMaRtZgA8_CIceNAvU', '2025-02-20 15:28:40', '2025-02-20 15:28:40'),
(323, '2401:4900:60d7:ee6a:5c3a:6dff:fef9:5b0a', 'ei0gEDCtQVmgfhZYTj5HTS:APA91bGSrZIIrVnRyLkrZGvlSfd88Tqr5_kscHz02lB-Ji5E28YEGMBwSB64D-9xYiWQB_hnda61qg4Yncb0coVbBgC66wofF9uoxvMaRtZgA8_CIceNAvU', '2025-02-20 15:28:53', '2025-02-20 15:28:53'),
(324, '2401:4900:1908:3324:cedc:615c:c7fb:5aa9', 'eJjft4sjRYu7GwavO5-YbO:APA91bHgAkf9zmuql9DVPU2O_zzXyMFxHMoP389Kqk3Rh5Sb1513a-ZL1S8pZhxtiwO3eYUKEfLjvHjrvnquQRKztaOa5JgQpLPO2ugqnbfjqcEMWOSDonk', '2025-02-20 18:05:14', '2025-02-20 18:05:14'),
(325, '2405:205:85:1d38::282d:80b1', 'e8j3nF50TeKIjIJFQQwGzc:APA91bEstqlTjEwca1nNBcSy5RZl9fdTkhZ06CTIjv7sIsqx-Q6zcovfIX5RTX4oxeehn4UISoq344ErTpR-a30IN789KRcEWwKXssayOJO4N2hk692XWAY', '2025-02-20 19:29:14', '2025-02-20 19:29:14'),
(326, '2405:205:85:1d38::282d:80b1', 'e8j3nF50TeKIjIJFQQwGzc:APA91bEstqlTjEwca1nNBcSy5RZl9fdTkhZ06CTIjv7sIsqx-Q6zcovfIX5RTX4oxeehn4UISoq344ErTpR-a30IN789KRcEWwKXssayOJO4N2hk692XWAY', '2025-02-20 19:29:15', '2025-02-20 19:29:15'),
(327, '66.102.7.36', 'df-4B03AS-SGsvlp6Q5Jtp:APA91bEM4W4n4GiHbe0porMtBdrUVVtR-de10QG_4QtmZMCFyCEpjv28SH71TXoGkHXqzXXEYXIdn0bGxYoAt4nisvnPc5Erb6i4zZ-nL43nqXvSX4NtnAo', '2025-02-21 02:04:26', '2025-02-21 02:04:26'),
(328, '66.102.7.35', 'df-4B03AS-SGsvlp6Q5Jtp:APA91bEM4W4n4GiHbe0porMtBdrUVVtR-de10QG_4QtmZMCFyCEpjv28SH71TXoGkHXqzXXEYXIdn0bGxYoAt4nisvnPc5Erb6i4zZ-nL43nqXvSX4NtnAo', '2025-02-21 02:04:40', '2025-02-21 02:04:40'),
(329, '106.215.173.113', 'e5xDS4KMQh-c8LQjKt06hX:APA91bE-_rxilTV0Ra5KIVJUH2M-KL0SY_DCIwhwRdR99mNB6ldqOWSxl007qOi6avefxcdpRM2nUdNLtGqZs_E68RhdRRQ6RqKpe8XO69_1ZcURCAKClaI', '2025-02-22 07:06:17', '2025-02-22 07:06:17'),
(330, '103.54.179.90', 'dY33t-q-RcG3BLF53W6h26:APA91bHsXFNr7F9vwAprp9sXF9YXuODfoilb_f1VrwQK3iAuZANR5J8h7HBlGX8LNaEkAEBZgghfLV3Yj48uGjSVZ74I58QxoHL3-7KkeWyDSl1xnlYbZek', '2025-02-22 11:36:50', '2025-02-22 11:36:50'),
(331, '2401:4900:35fc:4999:1:2:5cb7:833b', 'ddYe-EvISq2jpAXcIVj3jm:APA91bGiPCuSxNbW_ifafoncuugPZ34sOADA3ixsywxZFp9a8mAaabhDBlbn-ZQs8Z6vjmVC3PcTrwYknyKshAFu9rwD68E-1mRay0CPvudpFkgMVvFCS-s', '2025-02-22 12:18:23', '2025-02-22 12:18:23'),
(332, '106.215.173.113', 'ewOtOas8Ql-UY3JkjmUY43:APA91bHp66erx_XNIYNfT_WRRHGyHfz8bzkK4JVA6V_571m0e0t5OmktcUjnAexTz9zXaixn30-5OfIFbRy-FNqqjSSBahmX2eMjgpovOsabkvD_A_ELNXI', '2025-02-22 16:45:38', '2025-02-22 16:45:38'),
(333, '106.215.173.113', 'ewOtOas8Ql-UY3JkjmUY43:APA91bHp66erx_XNIYNfT_WRRHGyHfz8bzkK4JVA6V_571m0e0t5OmktcUjnAexTz9zXaixn30-5OfIFbRy-FNqqjSSBahmX2eMjgpovOsabkvD_A_ELNXI', '2025-02-22 16:45:38', '2025-02-22 16:45:38'),
(334, '106.215.173.113', 'ewOtOas8Ql-UY3JkjmUY43:APA91bHp66erx_XNIYNfT_WRRHGyHfz8bzkK4JVA6V_571m0e0t5OmktcUjnAexTz9zXaixn30-5OfIFbRy-FNqqjSSBahmX2eMjgpovOsabkvD_A_ELNXI', '2025-02-22 16:45:38', '2025-02-22 16:45:38'),
(335, '106.215.173.113', 'ewOtOas8Ql-UY3JkjmUY43:APA91bHp66erx_XNIYNfT_WRRHGyHfz8bzkK4JVA6V_571m0e0t5OmktcUjnAexTz9zXaixn30-5OfIFbRy-FNqqjSSBahmX2eMjgpovOsabkvD_A_ELNXI', '2025-02-22 16:45:39', '2025-02-22 16:45:39'),
(336, '106.215.173.113', 'ewOtOas8Ql-UY3JkjmUY43:APA91bHp66erx_XNIYNfT_WRRHGyHfz8bzkK4JVA6V_571m0e0t5OmktcUjnAexTz9zXaixn30-5OfIFbRy-FNqqjSSBahmX2eMjgpovOsabkvD_A_ELNXI', '2025-02-22 16:45:39', '2025-02-22 16:45:39'),
(337, '106.215.173.113', 'ewOtOas8Ql-UY3JkjmUY43:APA91bHp66erx_XNIYNfT_WRRHGyHfz8bzkK4JVA6V_571m0e0t5OmktcUjnAexTz9zXaixn30-5OfIFbRy-FNqqjSSBahmX2eMjgpovOsabkvD_A_ELNXI', '2025-02-22 16:45:39', '2025-02-22 16:45:39'),
(338, '106.215.173.113', 'ewOtOas8Ql-UY3JkjmUY43:APA91bHp66erx_XNIYNfT_WRRHGyHfz8bzkK4JVA6V_571m0e0t5OmktcUjnAexTz9zXaixn30-5OfIFbRy-FNqqjSSBahmX2eMjgpovOsabkvD_A_ELNXI', '2025-02-22 16:45:40', '2025-02-22 16:45:40'),
(339, '106.215.173.113', 'ewOtOas8Ql-UY3JkjmUY43:APA91bHp66erx_XNIYNfT_WRRHGyHfz8bzkK4JVA6V_571m0e0t5OmktcUjnAexTz9zXaixn30-5OfIFbRy-FNqqjSSBahmX2eMjgpovOsabkvD_A_ELNXI', '2025-02-22 16:45:40', '2025-02-22 16:45:40'),
(340, '106.215.173.113', 'ewOtOas8Ql-UY3JkjmUY43:APA91bHp66erx_XNIYNfT_WRRHGyHfz8bzkK4JVA6V_571m0e0t5OmktcUjnAexTz9zXaixn30-5OfIFbRy-FNqqjSSBahmX2eMjgpovOsabkvD_A_ELNXI', '2025-02-22 16:45:40', '2025-02-22 16:45:40'),
(341, '106.215.173.113', 'ewOtOas8Ql-UY3JkjmUY43:APA91bHp66erx_XNIYNfT_WRRHGyHfz8bzkK4JVA6V_571m0e0t5OmktcUjnAexTz9zXaixn30-5OfIFbRy-FNqqjSSBahmX2eMjgpovOsabkvD_A_ELNXI', '2025-02-22 16:45:40', '2025-02-22 16:45:40'),
(342, '106.51.220.189', 'czGCyGWlQcOGHxRO3UQpTt:APA91bH5JT91l7aePmJ_ZIo8zKoYiZtckWx5FtrrgH0kYFXzEmPTzinIL55m6piywyV-LZlD_x9UsuID7PFVXYv-QZr9x4cwIvAz2e3QZZl0rDbEICofv7w', '2025-02-22 22:09:27', '2025-02-22 22:09:27'),
(343, '106.195.66.2', 'evtmzwQdTouwYq9NOnQbFa:APA91bEAx6PogxTuwLhdkB9fKZkXyZjReq618nya69cH8QYnS9ea6l6kJe3pweNw8IloHh6f9uLC3i4SA3jwbTtjgVhHOWesASH0UKOAIITrix2baE3ZI0A', '2025-02-23 11:10:33', '2025-02-23 11:10:33'),
(344, '106.195.66.2', 'evtmzwQdTouwYq9NOnQbFa:APA91bEAx6PogxTuwLhdkB9fKZkXyZjReq618nya69cH8QYnS9ea6l6kJe3pweNw8IloHh6f9uLC3i4SA3jwbTtjgVhHOWesASH0UKOAIITrix2baE3ZI0A', '2025-02-23 11:10:33', '2025-02-23 11:10:33'),
(345, '106.195.66.2', 'evtmzwQdTouwYq9NOnQbFa:APA91bEAx6PogxTuwLhdkB9fKZkXyZjReq618nya69cH8QYnS9ea6l6kJe3pweNw8IloHh6f9uLC3i4SA3jwbTtjgVhHOWesASH0UKOAIITrix2baE3ZI0A', '2025-02-23 11:10:34', '2025-02-23 11:10:34'),
(346, '106.195.66.2', 'evtmzwQdTouwYq9NOnQbFa:APA91bEAx6PogxTuwLhdkB9fKZkXyZjReq618nya69cH8QYnS9ea6l6kJe3pweNw8IloHh6f9uLC3i4SA3jwbTtjgVhHOWesASH0UKOAIITrix2baE3ZI0A', '2025-02-23 11:10:35', '2025-02-23 11:10:35'),
(347, '106.215.173.113', 'd946i6ziSOCxICJlVvpRK1:APA91bEfCEFWpTXJtGzVTWIqGbhHWflfzTc7ObHckd5yxGxOFBGdHkgKO3G9ZMlv-WhnqS3jej27LvtMou3hjYZ_mz9XpjnBfYndVf7IhY3LfNNF-RQK6Vk', '2025-02-23 11:30:22', '2025-02-23 11:30:22'),
(348, '106.217.192.158', 'dRysO0kzSw-vG3jjGxltF3:APA91bHVMTf-O7ludGGs1uArDrVo5IDWsP50d_4C_u095YkE7VRo5cQOki37R9IXP2vqfsb9WnxqqCMeYMdcFg_rqmtHm3KONCog07lXr5pt2055UOsfgvw', '2025-02-23 11:49:13', '2025-02-23 11:49:13'),
(349, '106.195.72.213', 'd7pNwlVsSkGeUDLj_51X4Y:APA91bGi2c6KRfA_cBDQgIciooE_syQHqyXkkIk1xkRMKy5i8UE0Lw3Ab-EED0O5AxXTRp0asyC56IOv8JWdeByWoIiEVOyQDzZgPxxAqU0WcBvxMpHiXHw', '2025-02-23 12:19:07', '2025-02-23 12:19:07'),
(350, '2401:4900:657e:baf:fc2a:720d:c671:83ce', 'f01mqp-vQMaJkgktWZNHXJ:APA91bFiv2SqdYRCODceNEB_CZBeJhCF8HVXfoLFP4Y-1XIc2XeSd9UH_BFudbTSYMjC6u64VaUg4ReJ_hs7Ph1Zf5z35QgndZv6Nsnb5kRUpHv2HeXubzw', '2025-02-24 05:52:27', '2025-02-24 05:52:27'),
(351, '49.204.229.111', 'ceb4Z45qSi-FVw_JwThOE3:APA91bGmbTtmnRZvOddDgQHgm5lBMsXanPlXgsdS1TSc1kJfewxSRbt4lzJ66acmJPB3vZbqouDYFY4Kzoh5D6Aifqasvtqkpu8VX7dkQjVYk7B1gdkSk78', '2025-02-24 12:15:33', '2025-02-24 12:15:33'),
(352, '49.204.229.111', 'ceb4Z45qSi-FVw_JwThOE3:APA91bGmbTtmnRZvOddDgQHgm5lBMsXanPlXgsdS1TSc1kJfewxSRbt4lzJ66acmJPB3vZbqouDYFY4Kzoh5D6Aifqasvtqkpu8VX7dkQjVYk7B1gdkSk78', '2025-02-24 12:15:33', '2025-02-24 12:15:33'),
(353, '103.161.99.25', 'cwW6us5KRBWPrbWdpsDAyD:APA91bGwV7j-zX9OXZaDw2br3aAX1JumozTgLTpi3CJWjIDqHFAbbKNY9DyDiXQGYhibFldqg_W7CXfY1I57oa3ySZ9c2BVWfqEIcsPdG2-64Nl2KOcb29Q', '2025-02-24 13:20:02', '2025-02-24 13:20:02'),
(354, '49.47.156.222', 'dDLrXYAqQf-xtivprEkCNp:APA91bHcO971UnkSrkK6MkzZDyDvfNwSZ-GEnvW6nlHB5INHBIR4nSpozo0MW775873ZqxB5RoGkirxytCXff4OlUGxhACXUbyO98k-Cgia0GxdT1YAg91c', '2025-02-24 13:45:38', '2025-02-24 13:45:38'),
(355, '49.47.156.222', 'dDLrXYAqQf-xtivprEkCNp:APA91bHcO971UnkSrkK6MkzZDyDvfNwSZ-GEnvW6nlHB5INHBIR4nSpozo0MW775873ZqxB5RoGkirxytCXff4OlUGxhACXUbyO98k-Cgia0GxdT1YAg91c', '2025-02-24 13:45:39', '2025-02-24 13:45:39'),
(356, '152.58.191.233', 'ebziYlFRTrWwQZralJTc44:APA91bFAb_kj5HM0bMvclgh6Y28rnpOu64eJsYhgAPtb_ecOj6IeMiXROyIjocdafzwtceCg5FiVwPnQiU3hqTNXdiQRgDJYEHbCeOG_gDYr6Lst2JZiOw4', '2025-02-24 14:04:53', '2025-02-24 14:04:53'),
(357, '103.160.27.41', 'eaKdKUV8SFmXaS_e_Hrk_N:APA91bFebHzg3G6hRDcNt8CERo59Bx6O4XDRLuAxrYblD1Wsq0wxZKx4kMDmdNJ5q1UkQgq0dZvmH_LmKDFwwh9aFbXXYikVDNvr35Z5AEXsaJCs2MC8MUk', '2025-02-24 14:27:12', '2025-02-24 14:27:12'),
(358, '103.160.27.41', 'eaKdKUV8SFmXaS_e_Hrk_N:APA91bFebHzg3G6hRDcNt8CERo59Bx6O4XDRLuAxrYblD1Wsq0wxZKx4kMDmdNJ5q1UkQgq0dZvmH_LmKDFwwh9aFbXXYikVDNvr35Z5AEXsaJCs2MC8MUk', '2025-02-24 14:27:13', '2025-02-24 14:27:13'),
(359, '2401:4900:2160:19d2:6c7e:e205:d9eb:3126', 'd36AjmVVTBu40zyHfVjHDC:APA91bFBREyBY7ixQGqTkA6bE_z1l-yWHJ3kOHbqO58GTtFx4H5-iXCYwYXmcpBv945VEt7W_GJWZ1WJI0wRuYtaZ9-z6H5yxiy6-ORoHlA9IMQzOIzXVY4', '2025-02-24 15:07:54', '2025-02-24 15:07:54'),
(360, '66.249.84.130', '@', '2025-02-24 17:59:57', '2025-02-24 17:59:57'),
(361, '66.249.84.106', '@', '2025-02-24 18:17:41', '2025-02-24 18:17:41'),
(362, '2409:40f0:119b:9f90:408e:29ff:fe2d:c1be', 'dPcA1_0KSwenoOITNsUq_X:APA91bEwGlXtJOMv-wtpRKRb0AXaUOCCBPHgZ2EJ1duTBqZbV4ZQ7UPFDxc-_UH3sjQljBbMNpMzWiYlKzgneZYZv4Vr4Tk3cB5rhtM_cbjUfndAMgqL_ws', '2025-02-24 19:16:59', '2025-02-24 19:16:59'),
(363, '223.184.242.249', '@', '2025-02-25 11:47:53', '2025-02-25 11:47:53'),
(364, '2401:4900:234d:a387:1:2:b5b4:5241', 'daphBY_HS5aCoBCq4CBbUD:APA91bEcT08tsbo94ZK4VTb8DWItVCwP8xj-NqSr3zOU-wzOKz7Q1MkAngRZh96mcmFBb4ZIzf49bFukfeOBbjGHUeMSe-OMblkPQJyOFOnOgS3psQc5STQ', '2025-02-26 11:48:51', '2025-02-26 11:48:51'),
(365, '157.46.70.86', 'eGePrlL3SJO-lss1nen4hi:APA91bEEkEUlFLT8gw1NASghBhZMpxMvkO9t8mKNT0sI7o0xxPEazwqNkchi1eARhLxXVm8NaMSfPcm-T_iGOaH7_BE5mChY-c91T7yf2UloXdsUCR2gp_k', '2025-02-26 13:43:31', '2025-02-26 13:43:31'),
(366, '2409:40f0:15:ef80:647c:b8ff:fee0:d952', 'ejfJgba6QbumwTzVNtSsMW:APA91bGMN8DlKwWd0ksfqFmDrZRiGZ677Q9lGMZyJ61PbNwwC-hPD8vS7pUqIG8aoKmjiFzUvbmIJshiGjOLw8XBDK-zu2O5FopC79NMe5edJbKcnKHvLTg', '2025-02-26 15:16:27', '2025-02-26 15:16:27'),
(367, '152.58.252.50', 'ecs46dO7R6eWQq86uDujks:APA91bGLYAlVzkJW5k2UJcFnKelB0A_gi-xmjqS1G9OAunDnx-thnCk4BMDpCqTNrIWocHrH0Tzh1Tzy2SIwzXJ2_3y8Nnze55tdDg-cEPmreGlE-W7ZORI', '2025-02-26 18:50:36', '2025-02-26 18:50:36'),
(368, '2401:4900:1cb0:abca:57ec:92d5:243f:c7d1', 'dudlX6-6T9ipPk90u46nf2:APA91bGYSAdKpSMHvRUnu0Czb4dYtKGBsJfF7HRbJpFNtFTr-GdxJaueaRF4Lu-tN_1swZ6M0xv-KqT204gH8z69EYUBugSXbrBRXkkjhTBhlg_CzF8rFrg', '2025-02-27 11:19:10', '2025-02-27 11:19:10'),
(369, '103.125.161.149', 'fG5tgsUKTvy4AsgjTaw8Qz:APA91bEYULRENIouGt93Av8RllVzHhPcKAVXCtxWwGJR72-yH0AIggf_HcZAgMZ9gvJyURQgvqoq7wsCualy7dzoqSHRQtKFHq1R7oh0hb6XEjPiOcQpv08', '2025-02-27 11:19:13', '2025-02-27 11:19:13'),
(370, '103.186.128.157', 'fxAuYe02R_KzBW9q7GUk_3:APA91bFcr3y4CYKgeaEQFGOAIDECCDsQN0Fs9fFx3kxq97u4PbH4epvVDolGMLgMR7Fpk_jfXlBy-8yo29OgPmxgpoQpj-GRtPq44hplJjsfdW4DWCwMTDw', '2025-02-27 11:27:35', '2025-02-27 11:27:35'),
(371, '103.186.128.157', 'fxAuYe02R_KzBW9q7GUk_3:APA91bFcr3y4CYKgeaEQFGOAIDECCDsQN0Fs9fFx3kxq97u4PbH4epvVDolGMLgMR7Fpk_jfXlBy-8yo29OgPmxgpoQpj-GRtPq44hplJjsfdW4DWCwMTDw', '2025-02-27 11:27:35', '2025-02-27 11:27:35'),
(372, '2409:408c:118e:f31c:1fd0:3453:c687:28d4', 'ecYs8FqxR5KYzWis_-X9WS:APA91bHwK8zRtTqrNnXRmQgMvCZzDGnRIRVAzEr62H2b8_cy3_U1aimSRd1-85YCZtnev-IR2NhSa-T8hZPBcBsQqkVRhW3jEd7qYa8n1HilYxaVEXZc_4U', '2025-02-27 11:32:31', '2025-02-27 11:32:31'),
(373, '157.48.132.38', 'ecYs8FqxR5KYzWis_-X9WS:APA91bHwK8zRtTqrNnXRmQgMvCZzDGnRIRVAzEr62H2b8_cy3_U1aimSRd1-85YCZtnev-IR2NhSa-T8hZPBcBsQqkVRhW3jEd7qYa8n1HilYxaVEXZc_4U', '2025-02-27 11:32:33', '2025-02-27 11:32:33'),
(374, '157.47.116.16', 'etZ8h_ZpQK-MqlT582HQw-:APA91bG4G9-7WRRD2USAiKgJe2Oi2Wonq3nxL6YCdGN7k9-DeUHEC_ArKt2LzkLvJB_Heyy-y580hJ3d2d8vjXA4-1vsdwdauF9gdTVmmmTFmyOmQNYoAfQ', '2025-02-27 14:42:14', '2025-02-27 14:42:14'),
(375, '2409:4070:4200:a16f::9b:18a5', 'etZ8h_ZpQK-MqlT582HQw-:APA91bG4G9-7WRRD2USAiKgJe2Oi2Wonq3nxL6YCdGN7k9-DeUHEC_ArKt2LzkLvJB_Heyy-y580hJ3d2d8vjXA4-1vsdwdauF9gdTVmmmTFmyOmQNYoAfQ', '2025-02-27 14:42:15', '2025-02-27 14:42:15'),
(376, '106.76.218.15', 'esMICer6Sg6iWA5KAl5mtf:APA91bFd6ShoCVH8cR4DyxXPi0sFb1p9wZ6HbdE80WVUfUtwFT0iaYW37oTVv7wUoGxi_ikI799edxfce8YuTEZoYyFO8umSi0f2bYg6sf0Y7gamuYBqSwo', '2025-02-27 15:15:04', '2025-02-27 15:15:04'),
(377, '49.204.104.57', 'ffF1yZudSbmPFm6mYfniv7:APA91bHKYSuaBQ8a1jJW3x7ut2rDRl_53P2AjHArcjlSRuAYhtguaFg5-XvUn0Mt52TJkWKG0MzsTUlYhT6t9duY3k3A19o86QufGC1lcbFj8yFaTw4HPjw', '2025-02-27 20:55:22', '2025-02-27 20:55:22'),
(378, '106.216.199.66', 'eb2plDymRGO7JauU-aKra5:APA91bER12RQjs_nGAjio4pBRf0grrl6Hfhchz_fYbpyQeL8idWByGKRIxCxv8xiF_T1KysRSN84weTwUoCXUbF6k1PiDTxZJm3td7Y6R11UW4qpuhO5k-o', '2025-02-27 21:15:48', '2025-02-27 21:15:48'),
(379, '108.177.18.200', 'eVq8GvbxS-alg7QxrqLvn1:APA91bEoTPvP1tJuEwGOHjIB7rHDJ0kdpMIoWNz9Rbox1BWs3O-KQ1d9-fAUI5xeyqlcS0dR_Ts2zN_jQsT6_d9LwQVlP0Hl7xxwDNBr0k2uBhKNr7klqbc', '2025-02-28 05:56:21', '2025-02-28 05:56:21'),
(380, '70.32.128.254', 'c8i7F9U-S2aAipyS_Ujyqd:APA91bFVHl_tHbwTg1X4t2efJeZzmw_ssy-AzmheKJehiQxe5rcxFh_BUIhD3Zdv5iflQbr_wdIOu2Vmbdo0YinC2v6xBLsQSeEcB579fWcgFfzKHj6eOKA', '2025-02-28 06:18:12', '2025-02-28 06:18:12'),
(381, '70.32.142.244', 'dn4-f4QATYOJjbzV6q-uCN:APA91bFQUm3qSHvWybpwNMQWRwZa6LwCMnauvFNdcpKTRN_Pqf19Epm9t0JysvoWCu_mKy5y-N8G645b2iYPCJe4CCXjgO37HuTIrWypV57nTxwdaT_3Mtc', '2025-02-28 06:59:25', '2025-02-28 06:59:25'),
(382, '2401:4900:4b3f:41f5:1297:2c3b:e113:e6e7', 'dKjjdySoRzyQCHUrsI_Hba:APA91bGbuH7nWXLlTgRm3xtrfH7g8o_D_IwjdX9a_p4FbOKTWanqHcaIfV8uIfKrm_zep5NDUwydD7gJdzc8DWn00yf9aJdwWcz2_Q4X_bmdv7S3Fhgj-sc', '2025-02-28 10:00:28', '2025-02-28 10:00:28'),
(383, '27.59.247.175', 'dKjjdySoRzyQCHUrsI_Hba:APA91bGbuH7nWXLlTgRm3xtrfH7g8o_D_IwjdX9a_p4FbOKTWanqHcaIfV8uIfKrm_zep5NDUwydD7gJdzc8DWn00yf9aJdwWcz2_Q4X_bmdv7S3Fhgj-sc', '2025-02-28 10:00:48', '2025-02-28 10:00:48'),
(384, '103.52.37.195', 'fGosWK1uTguciDxVEx4g3G:APA91bGHfKKzWSORWIRlQK15dQUYVqaNDiZs0Z1oqy3EXW0iumgQ6ziUyORbISbN6nyNnAFAsiNCD4By5cWpOB2hyXBHRG5IeCxH3gYubqDNxAP86tTK6Qg', '2025-02-28 11:20:08', '2025-02-28 11:20:08'),
(385, '152.58.197.68', 'eXag7C8-Tdyo2pjw4ZZw6P:APA91bHo58867_R_Nst4DMqpWw7d8ehox11jTfooeLptj-i-RFbv4VWW0kLU-uHuCvpiGBVHnbEEs1FwkKd1ql-WiYAMo37UFW8maU7hT_0X_ovlcM27I4g', '2025-02-28 12:34:54', '2025-02-28 12:34:54'),
(386, '108.177.7.86', 'daXno2bKTA2M0KbhZtk_UV:APA91bGULu8etS4D3ZuVzU7inRMjarW-W2FIy-ITuxwn5QTS38pfRppEwnNyia9yYgHgIG6GSyxLQHxFiTYtzKS1GpuujzV2Brg0LG3jO2pLelKUmPn8-1U', '2025-02-28 16:14:03', '2025-02-28 16:14:03'),
(387, '223.178.154.34', 'eFzbU0IiSU-WmiKAJxDQ32:APA91bF7SRznVm7JozKTT3IwVctLGdeVMbHoVs5q9IR4is2f3i8-cW-7P5hbEBNk9K3VeAK7DEIS1s1QXk2fDsT1qQ6t3oPnkfuP3Ru9aOpFeMr0RJLjt-Y', '2025-02-28 20:48:01', '2025-02-28 20:48:01'),
(388, '2409:408c:2d3c:cdf8:a5e2:2d05:2b2b:589b', 'eVa9dUZ9Qz-EBp4hVTjdhC:APA91bFinvD8MttaPYCR-49Ak6Or6llevUYAyWBPTpo66IRI5O8ersWc3h4u-xMfimapUiwRik1tcxeuypKD-a1kf6ULAuuxPfZwsqCNR-490TJxlm3D7GU', '2025-02-28 23:20:08', '2025-02-28 23:20:08'),
(389, '2409:408c:2d3c:cdf8:a5e2:2d05:2b2b:589b', 'eVa9dUZ9Qz-EBp4hVTjdhC:APA91bFinvD8MttaPYCR-49Ak6Or6llevUYAyWBPTpo66IRI5O8ersWc3h4u-xMfimapUiwRik1tcxeuypKD-a1kf6ULAuuxPfZwsqCNR-490TJxlm3D7GU', '2025-02-28 23:20:24', '2025-02-28 23:20:24'),
(390, '152.59.237.69', 'e57qKdCyQ36SyEwCUbd8c1:APA91bFG8bLDGlfg7iZbyWEG_oADkBZ-YvZYxPGhbJq-Nf9hd3tY4q7MffYM8fTxDBKejP_5CeyIewM_HjMCof2JJxdshtsTLXWE7_rqTC1FXxtiEojtLf8', '2025-03-01 12:30:17', '2025-03-01 12:30:17'),
(391, '110.224.68.104', 'dNycyosbSxil5NghpNt8Xi:APA91bGAT0Nl2qU-0cv6G4iR6AZyYPAcGPz4ilh26b57cmbgIzyAzNdUrBSs3Tk90yncLUbTc1-XiJ68Nf5ChWR-YmXNDfxG91-KBGwsNVOYEaGlzLqwCws', '2025-03-01 14:55:50', '2025-03-01 14:55:50'),
(392, '110.235.236.244', 'ddY4Qg04SfO5-hKJjfD4Ou:APA91bFbz7m0mQsq1JCEWGAy6BXe6XNwuozG7MfpvfOAKFCrTUsZBOIdPLnwG9_9ybDQ4s7rsVqQFgYQrfChJDiYTN7IPxN0llWG4Zz3YYjunLz_Gcd1wnE', '2025-03-03 07:26:38', '2025-03-03 07:26:38'),
(393, '152.59.239.24', 'eg09a_OnQMGHeG4U2vYkwa:APA91bFkoe2HdNGaxu_TYVoq8TgaLbKKCHutSbw7H0yoSLEedCf2-_MMTD00tzL_VkVSErNF8xhA_xfx14vhtlrM9nafD8mJN6WsrA8YAGAHj7MS_sPlFiM', '2025-03-04 10:23:28', '2025-03-04 10:23:28'),
(394, '49.36.81.165', 'cdy0eCmTRKedMBf8bFAloY:APA91bGaSHZTMwr6dYvEIQKkrkg9VPz-DHHJGDD6mP1w8xXPI6fPQjIApOILkqMkGXxi1ARkHnPdxBgZJaukXzEFEJHiFFkhSd15Rq0Cwns8BlUV0Famusk', '2025-03-05 23:50:03', '2025-03-05 23:50:03'),
(395, '49.36.81.165', 'cdy0eCmTRKedMBf8bFAloY:APA91bGaSHZTMwr6dYvEIQKkrkg9VPz-DHHJGDD6mP1w8xXPI6fPQjIApOILkqMkGXxi1ARkHnPdxBgZJaukXzEFEJHiFFkhSd15Rq0Cwns8BlUV0Famusk', '2025-03-05 23:50:05', '2025-03-05 23:50:05'),
(396, '49.36.81.165', 'cdy0eCmTRKedMBf8bFAloY:APA91bGaSHZTMwr6dYvEIQKkrkg9VPz-DHHJGDD6mP1w8xXPI6fPQjIApOILkqMkGXxi1ARkHnPdxBgZJaukXzEFEJHiFFkhSd15Rq0Cwns8BlUV0Famusk', '2025-03-05 23:50:07', '2025-03-05 23:50:07'),
(397, '103.179.196.126', 'cavPN6QxS6uYAjZJ0qr2G3:APA91bGfhciQdcWf10NuoiGE1V2Tvv1VIB6G8AyDOJOZ6YKFff4GqWjSp7eDWiwa1aVQrBGIUqeewpZfx7Z1EQ56iJYpA4XlGGjxLTlgaVAe_wfce0kAwL0', '2025-03-06 11:31:44', '2025-03-06 11:31:44'),
(398, '117.231.200.52', 'ec8wB6FwRASChkvyCYcaog:APA91bH58xunxqWv8iuaN7NJBKpe9z69UWoHqsP4YUPMy0BXnTI92K2iePtTnzxHOsOrbBLYRWhezPcaTCpYnrZhrsrBnJiaXOSXVAbYfMdSg9S0qPY3mmU', '2025-03-06 12:23:03', '2025-03-06 12:23:03'),
(399, '106.216.204.19', 'fbp3iIDFQkCyZN_JG2UFRb:APA91bE-TgqOImXmxWuYzRZRaGcgFSpit911Wjz8JBqyldZD1KKAML0mH-0yhbgSGE2MbkUMZv0tX5D7Yag-3j-vbB6uamMHOHM-Ckyp7JkNG8J22xdimq4', '2025-03-06 16:03:07', '2025-03-06 16:03:07'),
(400, '49.36.81.97', 'cn6TYZqLT6ildbpPIUjBv7:APA91bFaM7TMrwY_ewhHi93TzANqiprZ2MqWzsXVIhc1-Lk1Nf2p-W9ZARPAm8JpY1xv13Os9Ah82EZqbsE8cv4QczP94UWlW710uDI2XGHZelXN7uH5h9E', '2025-03-08 11:14:25', '2025-03-08 11:14:25'),
(401, '106.215.168.5', 'diVnu_I1SMyMyy3QXFzero:APA91bFer4F1jSOMl_ygOJrAGOuLqY5UiGwumEF2RQV-UXd0z6rn1bSEWrDzWQp08JeURyBK_3vwRTUxEKeO5HkijT0G8CMpv77s6A2ydrqmtxhq7GC29ms', '2025-03-09 12:24:17', '2025-03-09 12:24:17'),
(402, '106.215.168.5', 'diVnu_I1SMyMyy3QXFzero:APA91bFer4F1jSOMl_ygOJrAGOuLqY5UiGwumEF2RQV-UXd0z6rn1bSEWrDzWQp08JeURyBK_3vwRTUxEKeO5HkijT0G8CMpv77s6A2ydrqmtxhq7GC29ms', '2025-03-09 12:24:18', '2025-03-09 12:24:18'),
(403, '2409:4070:4297:5ef4::1adc:d8a0', 'cRZVZ7LuTWeAM_bxJSCjMH:APA91bHD_KHs1vM5LJIYCvnqyLbnQylxa4t4tfWIf0K7--si9DFg3W9y8I1nMEH61QnOSAIo6E7n-wquJgvOG5_GRG_9SKkmspfTB9r_H6KDJKWLnKpyCN8', '2025-03-09 13:56:58', '2025-03-09 13:56:58'),
(404, '27.59.134.107', 'e4ZdIrr9Qq2KpN4_j60FEl:APA91bEWKU2Sm7awZwF0wGsKumCiNySRGVX_cE0noP15BbXHZq2MCoL3Dl2_vBcZaaQwDtYr-Txdq1bkb1KhLzQdv5DXHduPdrnAC0M34JPW3IiaZEurThU', '2025-03-09 14:51:52', '2025-03-09 14:51:52'),
(405, '106.208.158.241', 'eTb-bfL3RaK5Oa9M__Blq6:APA91bGojJTgpKQ7NRnrK-UD-N4hH78jw7Ts9LLsRrtRj4Vj9tFsCOUEC1hoBSobPp_S8XloHaAKYFVJdPIoMR7UK4Uj20MZeipcz-V3thqgnKTffSodTCc', '2025-04-18 09:03:45', '2025-04-18 09:03:45'),
(406, '106.208.158.241', 'eTb-bfL3RaK5Oa9M__Blq6:APA91bGojJTgpKQ7NRnrK-UD-N4hH78jw7Ts9LLsRrtRj4Vj9tFsCOUEC1hoBSobPp_S8XloHaAKYFVJdPIoMR7UK4Uj20MZeipcz-V3thqgnKTffSodTCc', '2025-04-18 09:03:46', '2025-04-18 09:03:46'),
(407, '152.57.156.140', 'fftiJWUtTmCuF4OV4T_qae:APA91bHPz0wY5x9OsAVXqC8MWvwEz4najLSUpB96-GfXSWLsLrTekbKOPqvuJnPIRc1_9I0yVip_VlA9j57Cqvq6bj5zze8FhhEDxR6qxyCpVMngZkmJPm4', '2025-04-18 15:35:20', '2025-04-18 15:35:20'),
(408, '27.59.61.248', 'f5honXPtQr6XOat0g4w_rG:APA91bEoimt_LsTONcLOhoXvK1_FgzDBexKQ1KNcYj89EIjJ2wOhsYH2Qs77yrfarmI9b1L3z4AR5MWfHRqITKUMsoh3J9SMb0VH_R0K4tSlULEy6GLotaY', '2025-04-27 04:59:31', '2025-04-27 04:59:31'),
(409, '27.59.61.248', 'cFblzhRpRECBcaeq-SeH73:APA91bFXrR188IkJy-iF511XC_1QXzS0Kia2YERn7lApcB-hBoi90nzBgO76CF6O3KodZvWQENgQ5yRzD4DyIsW3vtB8o1hHjQHyeT81PPpdrugjV8AV0Io', '2025-04-27 05:07:51', '2025-04-27 05:07:51'),
(410, '152.59.217.194', 'cTVXyRkkQqOZolOl1Bv6Zy:APA91bGwVmkW5tc10_eKZ7i-QkcgDcHupeZTldrjzVDDJUTtn734Xhw5c9bo0SwHQGG-7cXeqqo8gGTeRu5iaWK7sgybgEMnyIFl_6YyYySjKQdrzAyZrfw', '2025-04-27 05:14:56', '2025-04-27 05:14:56'),
(411, '223.187.8.16', 'dty8GvYhSXSVfdjFpjk94I:APA91bEG_6vor5tdhioyys7X2nA2OhsHUfd78WfzbNTaonYWRx7s6yQXRqYp-RhccPJk38p39_ETDzfU29d79E-vV-dSwD1N-iLAqH2OmZXY2kTuyMZg_3Q', '2025-04-27 18:57:22', '2025-04-27 18:57:22'),
(412, '223.187.8.16', 'dty8GvYhSXSVfdjFpjk94I:APA91bEG_6vor5tdhioyys7X2nA2OhsHUfd78WfzbNTaonYWRx7s6yQXRqYp-RhccPJk38p39_ETDzfU29d79E-vV-dSwD1N-iLAqH2OmZXY2kTuyMZg_3Q', '2025-04-27 18:57:23', '2025-04-27 18:57:23'),
(413, '106.221.188.177', 'c8qQoM-GRvuv4A0dkH2zPm:APA91bH2rPvJbvsKC_MZ-aLY3vuhtXyfyBDcPh9Xsk-JzXmx6Abb0BKA_3ynxwQqiknBNKR7GxDXcbs4gTHCpduyqriRMTY9wdywsWCrfUgmR_y2Z0hZinM', '2025-04-28 05:06:29', '2025-04-28 05:06:29'),
(414, '106.221.189.177', 'c9-_06dMRt--tdQDRDvcy-:APA91bFSj8mkfB4yYVOe8sZhJuD5dq738FDV1IaMi-LfcKkgjQmIt-fesfXXbZxwVnpgW7lqTNuf0XuPiyOKG1Mg8NJUgHbmRsErD2QAZDS4Xc70U3jXrRs', '2025-04-28 07:45:26', '2025-04-28 07:45:26'),
(415, '106.221.189.177', 'c9-_06dMRt--tdQDRDvcy-:APA91bFSj8mkfB4yYVOe8sZhJuD5dq738FDV1IaMi-LfcKkgjQmIt-fesfXXbZxwVnpgW7lqTNuf0XuPiyOKG1Mg8NJUgHbmRsErD2QAZDS4Xc70U3jXrRs', '2025-04-28 07:45:28', '2025-04-28 07:45:28'),
(416, '106.221.189.90', 'dRs4v-q-SiqUMXHNyya1d1:APA91bGWdItE5QOoGqpQ0mDSjmmQ6VW9mkjVd01bg2gzhFqBZ7GbJoISmZ1AAglzIgoKNIwysZh8dodDB3VeqHn-O0h1SLYQ_h8_n8BkAg4IgqwrKDZvfpc', '2025-04-28 20:09:36', '2025-04-28 20:09:36'),
(417, '106.221.189.90', 'e4wgAKWIRoWDXxrBOQbOIi:APA91bH4eIxJP2Y0psLpKybfO1-QUnOTrE-gCCTjYG4NpuX5jSgA3o6LKiN5yt6sE2lM4-NgnuQO6BUKCA98yeK-O24LebeiLhqN71GjQoiRbLuFRRGnhL0', '2025-04-28 20:29:42', '2025-04-28 20:29:42'),
(418, '49.37.153.223', 'cGrwHGHDQH6-WTQ8pczs9n:APA91bG-x_zG7wvu9PQ4mjLs69neJ01rd1GwGcsCNkNO5P8k1dnQ9vGxZ5wDxVAUksui3syRVcbIYq6Ept1Et1F-12fK4EJpWOysvV3TFSbMvI4VsK_0Ch4', '2025-04-29 02:20:35', '2025-04-29 02:20:35'),
(419, '49.37.153.223', 'cGrwHGHDQH6-WTQ8pczs9n:APA91bG-x_zG7wvu9PQ4mjLs69neJ01rd1GwGcsCNkNO5P8k1dnQ9vGxZ5wDxVAUksui3syRVcbIYq6Ept1Et1F-12fK4EJpWOysvV3TFSbMvI4VsK_0Ch4', '2025-04-29 02:20:36', '2025-04-29 02:20:36'),
(420, '157.47.115.176', 'cFEfqkAmT-ejP7p_TuXv8M:APA91bFMCyUxF-ciesTcE9GZgwwnsyUaF_wbsTCW79UW7P7BiY8eKCG0BjmJztR_p88-264-mwJY6sWZzuEnrDtBal6GExh_oQdiYalxjyi2kRKBWGlOw0w', '2025-04-30 04:59:27', '2025-04-30 04:59:27'),
(421, '152.58.32.228', 'fW03p8sFS76oNNOsYwTq9v:APA91bEB-iSOCKfsyI0Aby-uLE6b-p_ywGbqQi5ioKSv0I0AxY88qrzQgpIS_PK_gWBHKQ_u3El7cywzw_uneE2FQ-DpopR3jlU-WvlR6Jzau74a_Z4M6Dk', '2025-04-30 05:52:16', '2025-04-30 05:52:16'),
(422, '157.47.98.135', 'cUmhJ5mgQHuXAjxQA4hrce:APA91bE2H2NzdIlMKwaLNAVzFOSpkR5xl-musFQAua1XTr8lam-1YrDMcJR4MizOStM6k0okrslxqra1aJeJlpvIIla9ysa111k6t2AyZn3xVKu2_S7i8cU', '2025-04-30 06:06:44', '2025-04-30 06:06:44'),
(423, '49.205.113.169', 'd7veuPOnSdiSBK84usQNqx:APA91bE8c1cImyoK1tNJxPkIUhzdNH_YASx71NRQZj5QhK3zEFaKaPhCcqmMnGFwDEMRodSUr4i6QZeGzkko-20MM82DbtEqGB2rZn0fBeXSniMng8VamdM', '2025-04-30 11:06:48', '2025-04-30 11:06:48'),
(424, '124.123.173.212', 'edOrUQSZRwGgiOvjLbdEua:APA91bGzXGQ1jQguaL3SAJOuAgPO69sJB5WxYdJ8-O8ShSWgwCA5_20JDYXU2sPuIIe96ICizy-2GTSWACB35PfIX1zjMJbu4GMKn3i8eFHhR1zHXZszdOE', '2025-05-01 04:47:01', '2025-05-01 04:47:01'),
(425, '152.57.230.250', 'flW9SFrKQ6-RH5T1mDXmu1:APA91bHKAZL47I_VI_BjmoPXmm6G0IuguBxwNaiqL8JNDCE4oL8plG6TRm-UpgUcwMdEaoPQXfafulF1WuU2NQleW31x53dIYK9xT9n7gItHiw3c5rJaLv4', '2025-05-01 04:57:14', '2025-05-01 04:57:14'),
(426, '27.59.169.157', 'e85DpcskSrechI8MdhKfKU:APA91bFnMn_75d71wVHbvB7hpo4S3JQZbuCbxr23m0kOzvVt-uDfiqZz-eFo4EPe53i9UmrwN9O0D1pognNQvubeSZ8vD7goS76dl8NP2D45cW2KFrciMIM', '2025-05-01 05:21:30', '2025-05-01 05:21:30'),
(427, '157.48.153.124', 'cwyvOdsrQZ6sR_QrFjMv-s:APA91bG_B-2VigHQMgiVTReKwhNqjfWz8_Ms0LH359RW64itpUHrYsHIwNSBtVXqO_vGKMUy3VZVieM0z5VRtWlesTvgX2gcwA76YRDLR4KKuGIl2PrOmHk', '2025-05-01 07:59:48', '2025-05-01 07:59:48'),
(428, '157.48.153.124', 'cwyvOdsrQZ6sR_QrFjMv-s:APA91bG_B-2VigHQMgiVTReKwhNqjfWz8_Ms0LH359RW64itpUHrYsHIwNSBtVXqO_vGKMUy3VZVieM0z5VRtWlesTvgX2gcwA76YRDLR4KKuGIl2PrOmHk', '2025-05-01 07:59:51', '2025-05-01 07:59:51'),
(429, '157.48.185.171', 'dIBseHkFS-ioi6wJB7i7w_:APA91bFpIXgiZw4t3bDITgqzXfL98vx5ujAJUK0gg49W9ZlLt67Ro7gvSn8at36wmO0gqkhCverWI6ghmGvYHz22XeJVUMq2a8psTJbVJLWBINcEfNMWkeI', '2025-05-01 08:15:43', '2025-05-01 08:15:43'),
(430, '157.48.132.168', 'dIBseHkFS-ioi6wJB7i7w_:APA91bFpIXgiZw4t3bDITgqzXfL98vx5ujAJUK0gg49W9ZlLt67Ro7gvSn8at36wmO0gqkhCverWI6ghmGvYHz22XeJVUMq2a8psTJbVJLWBINcEfNMWkeI', '2025-05-01 08:15:44', '2025-05-01 08:15:44'),
(431, '157.48.180.54', 'cwyvOdsrQZ6sR_QrFjMv-s:APA91bG_B-2VigHQMgiVTReKwhNqjfWz8_Ms0LH359RW64itpUHrYsHIwNSBtVXqO_vGKMUy3VZVieM0z5VRtWlesTvgX2gcwA76YRDLR4KKuGIl2PrOmHk', '2025-05-01 08:18:05', '2025-05-01 08:18:05'),
(432, '106.222.229.11', 'c_7vouh3QtuODDQDbE8MJ4:APA91bGjcbzPRLhIzkPQey6WJ1kpYC_gblAp7Q1mbL40-R4LSS2JDfH1mSldBVRDsyC8gBN7nOy0TAqqU2wFMqfj8-977-oN8ys0BguZrNWdV27zq32xCkY', '2025-05-01 08:21:47', '2025-05-01 08:21:47'),
(433, '49.205.113.169', 'eCvjNJ6mSsidYNU5GPA0m-:APA91bGXHabsZ85cd8q00i0vCdqUCF7evJC3N6MQOhHRZi2ZNLWZojCs8V3g-xy9Tm6Ew-98lX2CQ0995vCMN_-85v8GDr2HGX_8hlucEIUf9v5y6_3Rqt8', '2025-05-01 08:28:07', '2025-05-01 08:28:07'),
(434, '27.59.61.182', 'eYvZ-Wb3R8OmPxZnmqNURL:APA91bEso837RrQQ8ZWQk4hsA2U2zxUHI2sg7CFs6M95-5AKVwQEALL3eKij8ERD35CJGtyN3AFFN1jZXawr07MAMFtgKnkOvhk6fFGAo_v5Jlt_LFoIgMU', '2025-05-01 08:43:47', '2025-05-01 08:43:47'),
(435, '152.57.164.208', 'cDlVyVrMSdeH11RE2ndRsd:APA91bE2J8BZv3DIpGHwvB47nFOEs1jlyqPWaBK5M24WVlyK7p2zku9GcgLdjy9FlmBfTOPU6a0ExG2bn6LIqEqSPPU08ceHA4jmwMvNq6FdmS5CmeNt4uA', '2025-05-01 08:50:46', '2025-05-01 08:50:46'),
(436, '152.57.157.11', 'cDlVyVrMSdeH11RE2ndRsd:APA91bE2J8BZv3DIpGHwvB47nFOEs1jlyqPWaBK5M24WVlyK7p2zku9GcgLdjy9FlmBfTOPU6a0ExG2bn6LIqEqSPPU08ceHA4jmwMvNq6FdmS5CmeNt4uA', '2025-05-01 08:50:47', '2025-05-01 08:50:47'),
(437, '106.220.196.57', 'eCThZ6fBT8ixf4KGYsOCw7:APA91bGMSbTk67v7-uv3hDJOL8xgNdN6lnQ3Lk0LyGdKEBomQE1dDuXXy3bs-qYPkFnqnjkcAj8j5NOXtTKNJEZnlKi93JIBH30KGBMWaavyNNn7QNOAr6g', '2025-05-01 08:54:52', '2025-05-01 08:54:52'),
(438, '27.59.52.224', 'eM2qqFC7QZ2iWqVIsTjxOs:APA91bEQEfdhSn0ZO_Q0fI_0xReO_Nxi96OUziBcPOGCgDncDLK1xVcZFTGMtZqlt-vCAmR8YZh8YT8DINv4nQ1d-_CrTQ4gbf4vUWroxJA5T-VVvnwOqpU', '2025-05-01 08:56:10', '2025-05-01 08:56:10'),
(439, '49.205.113.169', 'fsQutQ3XTW6Xw647rPCLGf:APA91bHu7YGp_H5qiXPphds7nYfYyoB4D_BauBtnPkXltdPaJZzP1C-8AYtQgy0H7wvbWnKsxfXJ1Wz0qe-RZo8lylsIeqc80iJ0i3-ujwCTDj1gYhbQu9A', '2025-05-01 08:56:56', '2025-05-01 08:56:56'),
(440, '49.205.113.169', 'fsQutQ3XTW6Xw647rPCLGf:APA91bHu7YGp_H5qiXPphds7nYfYyoB4D_BauBtnPkXltdPaJZzP1C-8AYtQgy0H7wvbWnKsxfXJ1Wz0qe-RZo8lylsIeqc80iJ0i3-ujwCTDj1gYhbQu9A', '2025-05-01 08:57:08', '2025-05-01 08:57:08'),
(441, '106.220.196.57', 'dHl12oy_TbKYwU-bEux-3T:APA91bHw7KbhiOamvQAv4kNSr8pGbz-r07PhqIThyXr8KEpyEZCm_OI1nYfv2enJWh-Ni6spVhs44Jl0adg4bzpT2AkXCT1q3Jlwf_IwkTWFCJcA23n5f_A', '2025-05-01 09:08:18', '2025-05-01 09:08:18'),
(442, '152.57.185.216', 'e9GQ_am-SCWedwYroCG9Q6:APA91bFJ80USSCrXuSe3IRmOBykX5rt7HwGy5ZQPBj8RyN2TNoz4rND4TjNWfNIhPkw-cPKfpSowOIEO-xehrFS9p8lmdGzd9xFSir24vInU7XgnLxrs9Pw', '2025-05-01 09:13:27', '2025-05-01 09:13:27'),
(443, '152.57.187.171', 'd06-tp14SlyMdpZJqBTYYQ:APA91bE5MgTWaN5qEiIGjy_EBj2HnK2lYjmSmm8ex0692hH7dYsKdzX3SWr0zLw6JmwfT-A6lB_jdzzF1JGamobJ0xnO6jDolF-W1LPrPzt_HHX5Z_sQnEw', '2025-05-01 09:20:21', '2025-05-01 09:20:21'),
(444, '152.57.166.218', 'epUrQ8ExS3OoHj2gi9Kkbs:APA91bEfuEJdEzAUV7kf05latJ1Jxu-VAuyhcsfEqKX2A1ovBhtYew99Yemmd0VR_P5p-BjIGde_3TMDH339iRUeORBcaVSi-Hzh_FVLoVCVOvwWWh-qcGk', '2025-05-01 09:23:27', '2025-05-01 09:23:27'),
(445, '27.59.62.224', 'c5bbeNegRDulqR835NqN7R:APA91bEzEj9WmwHFADxoGxOU8Q9l_vCMu8XhsonF9ObnY93uCvA-lnTvBCWrd7_Y_j6ixvPqQlKbd5NXMjhnEiPb38smeV4sy-uUZqNcwN6POAk3ttMcG4w', '2025-05-01 09:48:31', '2025-05-01 09:48:31'),
(446, '157.47.119.225', 'eo9sHzW3SVmoKRF5MxEjal:APA91bEHSHRKZZT8bO8RT71MjaJ0_S1JJZuav3_HWKu3q-7CbF0Saz6LSmzBxQxGp5HwXQcK5EygJ9Kw_FyU1eUW10zWZN78Uu-hwcBQUW7F8hGD3eny_m4', '2025-05-01 09:53:53', '2025-05-01 09:53:53'),
(447, '157.47.59.198', 'eo9sHzW3SVmoKRF5MxEjal:APA91bEHSHRKZZT8bO8RT71MjaJ0_S1JJZuav3_HWKu3q-7CbF0Saz6LSmzBxQxGp5HwXQcK5EygJ9Kw_FyU1eUW10zWZN78Uu-hwcBQUW7F8hGD3eny_m4', '2025-05-01 09:53:54', '2025-05-01 09:53:54'),
(448, '124.123.173.212', 'eazQpfwNQ6WNh6fdBRG2-x:APA91bEXq6OEKcXDDim6kNyeYIq0rMyljfo1e3fBkj7zODnFCfrUl4HlWNkZ0MiatavV0msLDMJPCSoo4Tyu6MFGzR0BL5-8Z7WXQgqBuxZnfmQ4r3hzcwc', '2025-05-01 09:54:46', '2025-05-01 09:54:46'),
(449, '106.208.60.210', 'drEDWbz5T1uef3QFxo7ffo:APA91bGQzFukt0wBgtizm1Db-8i2-pFsKSAJ6dm2j8ies3vBNXClJjZ8poXlLd6X2dXZT0G4QAWswSL9Bocds_yuzNeYfr7_nX5d289WBVPXOrv18t55XIA', '2025-05-01 10:01:05', '2025-05-01 10:01:05'),
(450, '157.48.187.2', 'ehTgaA4XQ3qe-Gm9zxkUme:APA91bHfrfT0KgwkbRZXjKWtr_-7yCreRTRYsKQ-1NEp6UnSTyKChy_x5Eu1Ws5dj6Cj9yDZJ2Lft8_PkV2JmQIsIQKzER9GrFBBDOxAA3Jbvr9gLlm-UCs', '2025-05-01 10:01:37', '2025-05-01 10:01:37'),
(451, '157.48.187.2', 'ehTgaA4XQ3qe-Gm9zxkUme:APA91bHfrfT0KgwkbRZXjKWtr_-7yCreRTRYsKQ-1NEp6UnSTyKChy_x5Eu1Ws5dj6Cj9yDZJ2Lft8_PkV2JmQIsIQKzER9GrFBBDOxAA3Jbvr9gLlm-UCs', '2025-05-01 10:02:06', '2025-05-01 10:02:06'),
(452, '124.123.173.212', 'd3NYvpRLQIKcGtdJagy2lX:APA91bGsA-8Msg2Xt5cWy9l13XgKPUGEMsICpEgckPunONqgyg0Rel2-wLD7H0kTqdkFZeoY_XCwAXhV5xHj4vpYGCgRMrCYOaMnwl6DY-iXisaWFObLPlU', '2025-05-01 10:19:08', '2025-05-01 10:19:08'),
(453, '124.123.173.212', 'd3NYvpRLQIKcGtdJagy2lX:APA91bGsA-8Msg2Xt5cWy9l13XgKPUGEMsICpEgckPunONqgyg0Rel2-wLD7H0kTqdkFZeoY_XCwAXhV5xHj4vpYGCgRMrCYOaMnwl6DY-iXisaWFObLPlU', '2025-05-01 10:19:10', '2025-05-01 10:19:10'),
(454, '124.123.173.212', 'd3NYvpRLQIKcGtdJagy2lX:APA91bGsA-8Msg2Xt5cWy9l13XgKPUGEMsICpEgckPunONqgyg0Rel2-wLD7H0kTqdkFZeoY_XCwAXhV5xHj4vpYGCgRMrCYOaMnwl6DY-iXisaWFObLPlU', '2025-05-01 10:19:12', '2025-05-01 10:19:12'),
(455, '124.123.173.212', 'd3NYvpRLQIKcGtdJagy2lX:APA91bGsA-8Msg2Xt5cWy9l13XgKPUGEMsICpEgckPunONqgyg0Rel2-wLD7H0kTqdkFZeoY_XCwAXhV5xHj4vpYGCgRMrCYOaMnwl6DY-iXisaWFObLPlU', '2025-05-01 10:19:14', '2025-05-01 10:19:14'),
(456, '124.123.173.212', 'drV7lZsmQDyW-pm2y9nglE:APA91bGV-USxHsPl3wgOQosFJC69vzQG2blZzWbc6YQXvQntzqVNNkTMjt-leqv1eLpX6VVUnU2WrCWwqRGXlqrduA5PYshV5XynAtornHkW6DG65Bj3Ncg', '2025-05-01 10:25:46', '2025-05-01 10:25:46'),
(457, '124.123.173.212', 'drV7lZsmQDyW-pm2y9nglE:APA91bGV-USxHsPl3wgOQosFJC69vzQG2blZzWbc6YQXvQntzqVNNkTMjt-leqv1eLpX6VVUnU2WrCWwqRGXlqrduA5PYshV5XynAtornHkW6DG65Bj3Ncg', '2025-05-01 10:25:47', '2025-05-01 10:25:47'),
(458, '124.123.173.212', 'dC_EOsv5RJKSMkO0R7xGWw:APA91bGwmY74aNbj3qSeETg8azMa6qfBtjn_DL1f2i_cyHPsNMjFbuYzO2jZbDKtAe0X_szSnnBtWq9grmOJd2KmmVGwuI1LwMb94NYQ18TsPNT_YAgrUi8', '2025-05-01 10:32:43', '2025-05-01 10:32:43'),
(459, '152.59.192.237', 'cBw7N0VlTw6cs5Afoii7Df:APA91bF4ZQBHsYFHmqUvQoZKtOoc6oCL5uf5k7SLtaeMPYN9DPmXt4OBhRsdDbmJWf6WBLPZ_3PdzfW7fKRyYJkguovz0OI5N-Zx3nhHBrZdz3CD_2_NoeI', '2025-05-01 10:56:15', '2025-05-01 10:56:15'),
(460, '152.59.192.237', 'cBw7N0VlTw6cs5Afoii7Df:APA91bF4ZQBHsYFHmqUvQoZKtOoc6oCL5uf5k7SLtaeMPYN9DPmXt4OBhRsdDbmJWf6WBLPZ_3PdzfW7fKRyYJkguovz0OI5N-Zx3nhHBrZdz3CD_2_NoeI', '2025-05-01 10:56:15', '2025-05-01 10:56:15'),
(461, '27.59.221.52', 'd-kT1ItxQpGIFNxwXjk-jw:APA91bHXC7_VdiVnsSuwmv2E8jK1kWAU5pEx1jQwex3SBCuvTSJQ4HGB6Q4NZhuGU30clOopSCfvc7hMEj1WGN9bAfSI4PrMIgsJ19JT8uyOjBj1jH-bgbM', '2025-05-01 11:01:44', '2025-05-01 11:01:44'),
(462, '27.59.221.52', 'd-kT1ItxQpGIFNxwXjk-jw:APA91bHXC7_VdiVnsSuwmv2E8jK1kWAU5pEx1jQwex3SBCuvTSJQ4HGB6Q4NZhuGU30clOopSCfvc7hMEj1WGN9bAfSI4PrMIgsJ19JT8uyOjBj1jH-bgbM', '2025-05-01 11:01:44', '2025-05-01 11:01:44'),
(463, '106.76.167.79', 'cIywvKjzQp6DWWtx9zbMDx:APA91bEe9TvYeMrD5LQQoYmJe5sxrPjsBSB-J51rzkgJ_yAUEZUImX4lfZFAz8jF8iU34mx03EXh8jOlcUuFMaBRziMKZNDz1p2sifzWtHssGz4mDxYBxYM', '2025-05-01 11:01:54', '2025-05-01 11:01:54'),
(464, '106.76.167.79', 'cIywvKjzQp6DWWtx9zbMDx:APA91bEe9TvYeMrD5LQQoYmJe5sxrPjsBSB-J51rzkgJ_yAUEZUImX4lfZFAz8jF8iU34mx03EXh8jOlcUuFMaBRziMKZNDz1p2sifzWtHssGz4mDxYBxYM', '2025-05-01 11:01:54', '2025-05-01 11:01:54'),
(465, '106.76.167.79', 'cIywvKjzQp6DWWtx9zbMDx:APA91bEe9TvYeMrD5LQQoYmJe5sxrPjsBSB-J51rzkgJ_yAUEZUImX4lfZFAz8jF8iU34mx03EXh8jOlcUuFMaBRziMKZNDz1p2sifzWtHssGz4mDxYBxYM', '2025-05-01 11:01:54', '2025-05-01 11:01:54'),
(466, '106.76.170.31', 'cIywvKjzQp6DWWtx9zbMDx:APA91bEe9TvYeMrD5LQQoYmJe5sxrPjsBSB-J51rzkgJ_yAUEZUImX4lfZFAz8jF8iU34mx03EXh8jOlcUuFMaBRziMKZNDz1p2sifzWtHssGz4mDxYBxYM', '2025-05-01 11:01:54', '2025-05-01 11:01:54'),
(467, '106.200.154.167', 'c81mnam_RS2u_l4tYpWXLA:APA91bFtOp8f_b6sMFEELId9A4wr52r8GBLrzCLo9pncFZq1PREWyQL_XdgdYL-ewjanbZZMEEhkHV1gk4u5xUBFKcVayaX0arcg4g4HvdPikKKAzXOLkOg', '2025-05-01 11:04:59', '2025-05-01 11:04:59'),
(468, '106.200.154.167', 'c81mnam_RS2u_l4tYpWXLA:APA91bFtOp8f_b6sMFEELId9A4wr52r8GBLrzCLo9pncFZq1PREWyQL_XdgdYL-ewjanbZZMEEhkHV1gk4u5xUBFKcVayaX0arcg4g4HvdPikKKAzXOLkOg', '2025-05-01 11:05:00', '2025-05-01 11:05:00'),
(469, '106.200.154.167', 'c81mnam_RS2u_l4tYpWXLA:APA91bFtOp8f_b6sMFEELId9A4wr52r8GBLrzCLo9pncFZq1PREWyQL_XdgdYL-ewjanbZZMEEhkHV1gk4u5xUBFKcVayaX0arcg4g4HvdPikKKAzXOLkOg', '2025-05-01 11:05:00', '2025-05-01 11:05:00'),
(470, '124.123.160.251', 'eqntywliRvC0rfnot4Br-5:APA91bHo1SY1Se2ZJtGRfVPnbEYCvSd7Qj5TfDkGT75Ar8GxZc9X_OS5xtKnso8toUaHXaJV9bToJkjRwLHF5Pe8rF9znHuH1C7kEHG7AKkVX44-gckM5IQ', '2025-05-01 11:06:44', '2025-05-01 11:06:44'),
(471, '124.123.160.251', 'eqntywliRvC0rfnot4Br-5:APA91bHo1SY1Se2ZJtGRfVPnbEYCvSd7Qj5TfDkGT75Ar8GxZc9X_OS5xtKnso8toUaHXaJV9bToJkjRwLHF5Pe8rF9znHuH1C7kEHG7AKkVX44-gckM5IQ', '2025-05-01 11:06:45', '2025-05-01 11:06:45'),
(472, '124.123.160.251', 'eqntywliRvC0rfnot4Br-5:APA91bHo1SY1Se2ZJtGRfVPnbEYCvSd7Qj5TfDkGT75Ar8GxZc9X_OS5xtKnso8toUaHXaJV9bToJkjRwLHF5Pe8rF9znHuH1C7kEHG7AKkVX44-gckM5IQ', '2025-05-01 11:06:49', '2025-05-01 11:06:49'),
(473, '27.59.153.215', 'fEyXiNEnT8WQZfFtrma4g2:APA91bH96o8j1_nidizVT_goRNU5UnBHuxABHVrBvJFOZGXUaXcvSvGK2me5NbcowtgOi26xPxGTiUMpEDmDdmnS10gCz--_RLSi0Fd86bbprUvQ4iazJDo', '2025-05-01 11:09:56', '2025-05-01 11:09:56'),
(474, '157.48.164.194', 'ePX3S7RSSKq0Y141FMpQhB:APA91bECaNtz4UYvC4jrc00APAkw6z747RGRKHdIT0NMrMcP-ahXPYKfr5gG04akb1O1TbnLe4ZzMZvSOjhz8JLLQc-11IFTEVBjbVj-qlCEE4HB6_EI9qY', '2025-05-01 11:20:46', '2025-05-01 11:20:46');
INSERT INTO `guests` (`id`, `ip_address`, `fcm_token`, `created_at`, `updated_at`) VALUES
(475, '157.48.164.194', 'ePX3S7RSSKq0Y141FMpQhB:APA91bECaNtz4UYvC4jrc00APAkw6z747RGRKHdIT0NMrMcP-ahXPYKfr5gG04akb1O1TbnLe4ZzMZvSOjhz8JLLQc-11IFTEVBjbVj-qlCEE4HB6_EI9qY', '2025-05-01 11:20:48', '2025-05-01 11:20:48'),
(476, '157.48.164.194', 'ePX3S7RSSKq0Y141FMpQhB:APA91bECaNtz4UYvC4jrc00APAkw6z747RGRKHdIT0NMrMcP-ahXPYKfr5gG04akb1O1TbnLe4ZzMZvSOjhz8JLLQc-11IFTEVBjbVj-qlCEE4HB6_EI9qY', '2025-05-01 11:20:53', '2025-05-01 11:20:53'),
(477, '157.48.149.21', 'ePX3S7RSSKq0Y141FMpQhB:APA91bECaNtz4UYvC4jrc00APAkw6z747RGRKHdIT0NMrMcP-ahXPYKfr5gG04akb1O1TbnLe4ZzMZvSOjhz8JLLQc-11IFTEVBjbVj-qlCEE4HB6_EI9qY', '2025-05-01 11:20:54', '2025-05-01 11:20:54'),
(478, '157.48.149.25', 'cwOFWTMDT_GUvagNDyQ98e:APA91bFHaGadHQmyKvQbZrlI5oWm2WKVN19j5uom-2CVgO4oIJOWIUYVzBcHa7UcvaEN86eip7yjdsZv535ePQTJo3bU_GR9wcL9K7131KFfBPiTrLssTLk', '2025-05-01 11:55:25', '2025-05-01 11:55:25'),
(479, '157.48.149.25', 'cwOFWTMDT_GUvagNDyQ98e:APA91bFHaGadHQmyKvQbZrlI5oWm2WKVN19j5uom-2CVgO4oIJOWIUYVzBcHa7UcvaEN86eip7yjdsZv535ePQTJo3bU_GR9wcL9K7131KFfBPiTrLssTLk', '2025-05-01 11:55:26', '2025-05-01 11:55:26'),
(480, '157.48.149.25', 'cwOFWTMDT_GUvagNDyQ98e:APA91bFHaGadHQmyKvQbZrlI5oWm2WKVN19j5uom-2CVgO4oIJOWIUYVzBcHa7UcvaEN86eip7yjdsZv535ePQTJo3bU_GR9wcL9K7131KFfBPiTrLssTLk', '2025-05-01 11:55:27', '2025-05-01 11:55:27'),
(481, '124.123.160.251', 'c0qXcNsDS-qPh7_lvwc9aI:APA91bGc7KG6aR8o3x9br_-RSFbvm2lFdOEHj3nIaOSnUJh2CtuLuBT7m9QQD4DAB_FcC7ZrH3uUIczEeB1Fi5B_uvd01kNM61YJLReKRrBm1N3t7xa0I9g', '2025-05-01 12:02:21', '2025-05-01 12:02:21'),
(482, '183.83.238.184', 'caM1f_EnS26Dyp1KuvqdRH:APA91bGOa6uU3kl7wSb7T2PuJQzwY4VOjneVLDVzxOzQhQV6wAt6_R9mDLgrSClJxyleRxyuRGfMcUQQlgb26hpArlodbM28oZ-QHfOqKRFH1pzETT8TSFQ', '2025-05-01 13:26:06', '2025-05-01 13:26:06'),
(483, '183.83.238.184', 'caM1f_EnS26Dyp1KuvqdRH:APA91bGOa6uU3kl7wSb7T2PuJQzwY4VOjneVLDVzxOzQhQV6wAt6_R9mDLgrSClJxyleRxyuRGfMcUQQlgb26hpArlodbM28oZ-QHfOqKRFH1pzETT8TSFQ', '2025-05-01 13:26:07', '2025-05-01 13:26:07'),
(484, '157.48.129.172', 'dM34o28tQj6paexlN8VRhR:APA91bHP-PZAC1PnryZEIdz5g_ybCMH95Im87N47miF9Nnad834cwk6cfQEX88cCOh8H3gD604Uj-g-O0_ZbubGbtoIjpp7o9wahLPlwIR9y-bPECxCLv74', '2025-05-01 15:50:47', '2025-05-01 15:50:47'),
(485, '49.37.154.242', 'cSOdx2GJQNeD2qsSCrP5SH:APA91bEgjs0a16jTdER8dJtWQp5hrFq40_YBiewQ-iHVX7D35sNgXbcSjKRtV4kiWvgEvhwOXnZ_n9OMZ92MmoKhGVjTWpdrldkKH11geT_7V4B2oFG5WBE', '2025-05-01 17:23:39', '2025-05-01 17:23:39'),
(486, '202.164.135.240', 'e85DpcskSrechI8MdhKfKU:APA91bFnMn_75d71wVHbvB7hpo4S3JQZbuCbxr23m0kOzvVt-uDfiqZz-eFo4EPe53i9UmrwN9O0D1pognNQvubeSZ8vD7goS76dl8NP2D45cW2KFrciMIM', '2025-05-02 06:04:05', '2025-05-02 06:04:05'),
(487, '122.166.186.139', '@', '2025-05-02 09:55:30', '2025-05-02 09:55:30'),
(488, '122.166.186.139', '@', '2025-05-02 09:55:31', '2025-05-02 09:55:31'),
(489, '122.166.186.139', '@', '2025-05-02 09:55:32', '2025-05-02 09:55:32'),
(490, '122.166.186.139', '@', '2025-05-02 09:55:33', '2025-05-02 09:55:33'),
(491, '122.166.186.139', '@', '2025-05-02 09:55:33', '2025-05-02 09:55:33'),
(492, '122.166.186.139', '@', '2025-05-02 09:55:33', '2025-05-02 09:55:33'),
(493, '122.166.186.139', '@', '2025-05-02 09:55:34', '2025-05-02 09:55:34'),
(494, '122.166.186.139', '@', '2025-05-02 09:55:35', '2025-05-02 09:55:35'),
(495, '122.166.186.139', '@', '2025-05-02 09:55:35', '2025-05-02 09:55:35'),
(496, '122.166.186.139', '@', '2025-05-02 09:55:35', '2025-05-02 09:55:35'),
(497, '122.166.186.139', '@', '2025-05-02 09:55:36', '2025-05-02 09:55:36'),
(498, '122.166.186.139', '@', '2025-05-02 09:55:36', '2025-05-02 09:55:36'),
(499, '122.166.186.139', '@', '2025-05-02 09:55:37', '2025-05-02 09:55:37'),
(500, '122.166.186.139', '@', '2025-05-02 09:55:37', '2025-05-02 09:55:37'),
(501, '122.166.186.139', '@', '2025-05-02 09:55:37', '2025-05-02 09:55:37'),
(502, '122.166.186.139', '@', '2025-05-02 09:55:37', '2025-05-02 09:55:37'),
(503, '122.166.186.139', '@', '2025-05-02 09:55:38', '2025-05-02 09:55:38'),
(504, '122.166.186.139', '@', '2025-05-02 09:55:38', '2025-05-02 09:55:38'),
(505, '122.166.186.139', '@', '2025-05-02 09:55:38', '2025-05-02 09:55:38'),
(506, '122.166.186.139', '@', '2025-05-02 09:55:38', '2025-05-02 09:55:38'),
(507, '122.166.186.139', '@', '2025-05-02 09:55:39', '2025-05-02 09:55:39'),
(508, '122.166.186.139', '@', '2025-05-02 09:55:39', '2025-05-02 09:55:39'),
(509, '122.166.186.139', '@', '2025-05-02 09:55:39', '2025-05-02 09:55:39'),
(510, '122.166.186.139', '@', '2025-05-02 09:55:39', '2025-05-02 09:55:39'),
(511, '122.166.186.139', '@', '2025-05-02 09:55:40', '2025-05-02 09:55:40'),
(512, '122.166.186.139', '@', '2025-05-02 09:55:40', '2025-05-02 09:55:40'),
(513, '122.166.186.139', '@', '2025-05-02 09:55:41', '2025-05-02 09:55:41'),
(514, '122.166.186.139', '@', '2025-05-02 09:55:41', '2025-05-02 09:55:41'),
(515, '122.166.186.139', '@', '2025-05-02 09:55:43', '2025-05-02 09:55:43'),
(516, '122.166.186.139', '@', '2025-05-02 09:55:43', '2025-05-02 09:55:43'),
(517, '122.166.186.139', '@', '2025-05-02 09:55:43', '2025-05-02 09:55:43'),
(518, '122.166.186.139', '@', '2025-05-02 09:55:44', '2025-05-02 09:55:44'),
(519, '122.166.186.139', '@', '2025-05-02 09:55:44', '2025-05-02 09:55:44'),
(520, '122.166.186.139', '@', '2025-05-02 09:55:44', '2025-05-02 09:55:44'),
(521, '122.166.186.139', '@', '2025-05-02 09:55:45', '2025-05-02 09:55:45'),
(522, '122.166.186.139', '@', '2025-05-02 09:55:45', '2025-05-02 09:55:45'),
(523, '122.166.186.139', '@', '2025-05-02 09:55:46', '2025-05-02 09:55:46'),
(524, '122.166.186.139', '@', '2025-05-02 09:55:46', '2025-05-02 09:55:46'),
(525, '122.166.186.139', '@', '2025-05-02 09:55:46', '2025-05-02 09:55:46'),
(526, '122.166.186.139', '@', '2025-05-02 09:55:47', '2025-05-02 09:55:47'),
(527, '122.166.186.139', '@', '2025-05-02 09:55:47', '2025-05-02 09:55:47'),
(528, '122.166.186.139', '@', '2025-05-02 09:55:48', '2025-05-02 09:55:48'),
(529, '122.166.186.139', '@', '2025-05-02 09:55:49', '2025-05-02 09:55:49'),
(530, '122.166.186.139', '@', '2025-05-02 09:55:49', '2025-05-02 09:55:49'),
(531, '122.166.186.139', '@', '2025-05-02 09:55:49', '2025-05-02 09:55:49'),
(532, '122.166.186.139', '@', '2025-05-02 09:55:50', '2025-05-02 09:55:50'),
(533, '122.166.186.139', '@', '2025-05-02 09:55:50', '2025-05-02 09:55:50'),
(534, '122.166.186.139', '@', '2025-05-02 09:55:50', '2025-05-02 09:55:50'),
(535, '122.166.186.139', '@', '2025-05-02 09:55:51', '2025-05-02 09:55:51'),
(536, '122.166.186.139', '@', '2025-05-02 09:55:53', '2025-05-02 09:55:53'),
(537, '122.166.186.139', '@', '2025-05-02 09:55:53', '2025-05-02 09:55:53'),
(538, '122.166.186.139', '@', '2025-05-02 09:56:04', '2025-05-02 09:56:04'),
(539, '122.166.186.139', '@', '2025-05-02 09:56:31', '2025-05-02 09:56:31'),
(540, '122.166.186.139', '@', '2025-05-02 09:56:31', '2025-05-02 09:56:31'),
(541, '122.166.186.139', '@', '2025-05-02 09:56:32', '2025-05-02 09:56:32'),
(542, '122.166.186.139', '@', '2025-05-02 09:56:32', '2025-05-02 09:56:32'),
(543, '122.166.186.139', '@', '2025-05-02 09:56:32', '2025-05-02 09:56:32'),
(544, '122.166.186.139', '@', '2025-05-02 09:56:33', '2025-05-02 09:56:33'),
(545, '122.166.186.139', '@', '2025-05-02 09:56:33', '2025-05-02 09:56:33'),
(546, '122.166.186.139', '@', '2025-05-02 09:56:36', '2025-05-02 09:56:36'),
(547, '122.166.186.139', '@', '2025-05-02 09:56:38', '2025-05-02 09:56:38'),
(548, '122.166.186.139', '@', '2025-05-02 09:56:38', '2025-05-02 09:56:38'),
(549, '122.166.186.139', '@', '2025-05-02 10:05:14', '2025-05-02 10:05:14'),
(550, '122.166.186.139', '@', '2025-05-02 10:05:16', '2025-05-02 10:05:16'),
(551, '122.166.186.139', '@', '2025-05-02 10:05:17', '2025-05-02 10:05:17'),
(552, '122.166.186.139', '@', '2025-05-02 10:05:17', '2025-05-02 10:05:17'),
(553, '152.59.232.166', 'cwD0tv82R12CG8oK9KcDqu:APA91bHTBZ8AIzZQNC7YlZc4a44x7j3mI_N9aO-vn8XlOcvekoviGOkjTVdzczvBNKoXX1zryRfn1ufB3amuGAxP8q-1kWybXhPfe18JRiDUJNGTKTCtpjc', '2025-05-03 07:49:47', '2025-05-03 07:49:47'),
(554, '152.59.232.166', 'cwD0tv82R12CG8oK9KcDqu:APA91bHTBZ8AIzZQNC7YlZc4a44x7j3mI_N9aO-vn8XlOcvekoviGOkjTVdzczvBNKoXX1zryRfn1ufB3amuGAxP8q-1kWybXhPfe18JRiDUJNGTKTCtpjc', '2025-05-03 07:49:48', '2025-05-03 07:49:48'),
(555, '157.48.139.153', 'dA08k0WPQ-O3OacyKOfMIG:APA91bG1YKhO7glPpKGLTi3uiMLxlrqevogEKUhobuYwMRR9ZSaMT3G2tTc_hDhk_fa6k79VdjUoQpNqQahA1EGmbo7PngWXyxnYBSTqbmoUW6XuEb6VeGQ', '2025-05-03 10:26:33', '2025-05-03 10:26:33'),
(556, '223.185.47.242', 'foDzMYRsT0uo0sLKZBGeeB:APA91bEU4hyaKscOVcrA7VQyr0hSkfQgd6oYiyn_CJLcxOQhyoTeZH5r5mNVWA2ZY_ngWs1wGz-C4xWrzefQwdNPcDxJgPh-DOmLQsfbjhNy2OoPhz4Hnhg', '2025-05-03 19:03:29', '2025-05-03 19:03:29'),
(557, '124.123.188.94', 'fcECrmIAT4-K6Zr6RFqEdJ:APA91bF9dchihmX1hGLGRxq7sZXODG-DgK4ZR6zrij3WP8rcM3ApVWG-D6v5gyyBDWdaaBAnZoy6P-BSDT1KusiAvPmUgz_ORTYGjDCb1a17e8smSDKS_64', '2025-05-07 14:21:41', '2025-05-07 14:21:41'),
(558, '106.215.173.44', '@', '2025-05-09 05:59:16', '2025-05-09 05:59:16'),
(559, '106.215.173.44', '@', '2025-05-09 05:59:16', '2025-05-09 05:59:16'),
(560, '106.215.173.44', '@', '2025-05-09 05:59:17', '2025-05-09 05:59:17'),
(561, '106.215.173.44', '@', '2025-05-09 05:59:18', '2025-05-09 05:59:18'),
(562, '106.215.173.44', '@', '2025-05-09 05:59:19', '2025-05-09 05:59:19'),
(563, '106.215.173.44', '@', '2025-05-09 05:59:19', '2025-05-09 05:59:19'),
(564, '106.215.173.44', '@', '2025-05-09 05:59:19', '2025-05-09 05:59:19'),
(565, '106.215.173.44', '@', '2025-05-09 05:59:19', '2025-05-09 05:59:19'),
(566, '106.215.173.44', '@', '2025-05-09 05:59:21', '2025-05-09 05:59:21'),
(567, '106.215.173.44', '@', '2025-05-09 05:59:22', '2025-05-09 05:59:22'),
(568, '106.215.173.44', '@', '2025-05-09 05:59:22', '2025-05-09 05:59:22'),
(569, '106.215.173.44', '@', '2025-05-09 05:59:23', '2025-05-09 05:59:23'),
(570, '106.215.173.44', '@', '2025-05-09 05:59:23', '2025-05-09 05:59:23'),
(571, '106.215.173.44', '@', '2025-05-09 05:59:23', '2025-05-09 05:59:23'),
(572, '106.215.173.44', '@', '2025-05-09 05:59:25', '2025-05-09 05:59:25'),
(573, '106.215.173.44', '@', '2025-05-09 05:59:26', '2025-05-09 05:59:26'),
(574, '106.215.173.44', '@', '2025-05-09 05:59:28', '2025-05-09 05:59:28'),
(575, '106.215.173.44', '@', '2025-05-09 05:59:28', '2025-05-09 05:59:28'),
(576, '106.215.173.44', '@', '2025-05-09 05:59:28', '2025-05-09 05:59:28'),
(577, '106.215.173.44', '@', '2025-05-09 05:59:33', '2025-05-09 05:59:33'),
(578, '106.215.173.44', '@', '2025-05-09 05:59:33', '2025-05-09 05:59:33'),
(579, '106.215.173.44', '@', '2025-05-09 05:59:33', '2025-05-09 05:59:33'),
(580, '106.215.173.44', '@', '2025-05-09 05:59:34', '2025-05-09 05:59:34'),
(581, '106.215.173.44', '@', '2025-05-09 05:59:34', '2025-05-09 05:59:34'),
(582, '106.215.173.44', '@', '2025-05-09 05:59:34', '2025-05-09 05:59:34'),
(583, '106.215.173.44', '@', '2025-05-09 05:59:34', '2025-05-09 05:59:34'),
(584, '106.215.173.44', '@', '2025-05-09 05:59:35', '2025-05-09 05:59:35'),
(585, '106.215.173.44', '@', '2025-05-09 05:59:35', '2025-05-09 05:59:35'),
(586, '106.215.173.44', '@', '2025-05-09 05:59:35', '2025-05-09 05:59:35'),
(587, '106.215.173.44', '@', '2025-05-09 05:59:36', '2025-05-09 05:59:36'),
(588, '106.215.173.44', '@', '2025-05-09 05:59:37', '2025-05-09 05:59:37'),
(589, '106.215.173.44', '@', '2025-05-09 05:59:37', '2025-05-09 05:59:37'),
(590, '106.215.173.44', '@', '2025-05-09 05:59:38', '2025-05-09 05:59:38'),
(591, '106.215.173.44', '@', '2025-05-09 05:59:38', '2025-05-09 05:59:38'),
(592, '106.215.173.44', '@', '2025-05-09 05:59:38', '2025-05-09 05:59:38'),
(593, '106.215.173.44', '@', '2025-05-09 05:59:40', '2025-05-09 05:59:40'),
(594, '106.215.173.44', '@', '2025-05-09 05:59:41', '2025-05-09 05:59:41'),
(595, '106.215.173.44', '@', '2025-05-09 05:59:42', '2025-05-09 05:59:42'),
(596, '106.215.173.44', '@', '2025-05-09 05:59:42', '2025-05-09 05:59:42'),
(597, '106.215.173.44', '@', '2025-05-09 05:59:43', '2025-05-09 05:59:43'),
(598, '106.215.173.44', '@', '2025-05-09 05:59:43', '2025-05-09 05:59:43'),
(599, '106.215.173.44', '@', '2025-05-09 05:59:44', '2025-05-09 05:59:44'),
(600, '106.215.173.44', '@', '2025-05-09 05:59:44', '2025-05-09 05:59:44'),
(601, '106.215.173.44', '@', '2025-05-09 05:59:45', '2025-05-09 05:59:45'),
(602, '106.215.173.44', '@', '2025-05-09 05:59:46', '2025-05-09 05:59:46'),
(603, '106.215.173.44', '@', '2025-05-09 05:59:46', '2025-05-09 05:59:46'),
(604, '106.215.173.44', '@', '2025-05-09 05:59:46', '2025-05-09 05:59:46'),
(605, '106.215.173.44', '@', '2025-05-09 05:59:47', '2025-05-09 05:59:47'),
(606, '106.215.173.44', '@', '2025-05-09 05:59:47', '2025-05-09 05:59:47'),
(607, '106.215.173.44', '@', '2025-05-09 05:59:47', '2025-05-09 05:59:47'),
(608, '106.215.173.44', '@', '2025-05-09 05:59:48', '2025-05-09 05:59:48'),
(609, '106.215.173.44', '@', '2025-05-09 05:59:48', '2025-05-09 05:59:48'),
(610, '106.215.173.44', '@', '2025-05-09 05:59:48', '2025-05-09 05:59:48'),
(611, '106.215.173.44', '@', '2025-05-09 05:59:49', '2025-05-09 05:59:49'),
(612, '106.215.173.44', '@', '2025-05-09 05:59:49', '2025-05-09 05:59:49'),
(613, '106.215.173.44', '@', '2025-05-09 05:59:49', '2025-05-09 05:59:49'),
(614, '106.215.173.44', '@', '2025-05-09 05:59:50', '2025-05-09 05:59:50'),
(615, '106.215.173.44', '@', '2025-05-09 05:59:50', '2025-05-09 05:59:50'),
(616, '106.215.173.44', '@', '2025-05-09 05:59:50', '2025-05-09 05:59:50'),
(617, '106.215.173.44', '@', '2025-05-09 05:59:51', '2025-05-09 05:59:51'),
(618, '106.215.173.44', '@', '2025-05-09 05:59:51', '2025-05-09 05:59:51'),
(619, '106.215.173.44', '@', '2025-05-09 05:59:52', '2025-05-09 05:59:52'),
(620, '106.215.173.44', '@', '2025-05-09 05:59:53', '2025-05-09 05:59:53'),
(621, '106.215.173.44', '@', '2025-05-09 05:59:53', '2025-05-09 05:59:53'),
(622, '106.215.173.44', '@', '2025-05-09 05:59:53', '2025-05-09 05:59:53'),
(623, '106.215.173.44', '@', '2025-05-09 05:59:57', '2025-05-09 05:59:57'),
(624, '106.215.173.44', '@', '2025-05-09 05:59:58', '2025-05-09 05:59:58'),
(625, '106.215.173.44', '@', '2025-05-09 05:59:58', '2025-05-09 05:59:58'),
(626, '106.215.173.44', '@', '2025-05-09 05:59:58', '2025-05-09 05:59:58'),
(627, '106.215.173.44', '@', '2025-05-09 06:00:25', '2025-05-09 06:00:25'),
(628, '106.215.173.44', '@', '2025-05-09 06:00:26', '2025-05-09 06:00:26'),
(629, '152.59.146.23', 'eWmQyNvlS16_Onl-Uadg8i:APA91bHCtzLYxdGfb59m8KgmeVUYbg0z3ym6T_agViFixsSFY2pVReU4ww5fuwaxis_toKi7DZZfCMl2eFdjvG56BNxSPRNzRBDBNgvGT2oOrjxzKGQ7gDk', '2025-05-10 12:32:41', '2025-05-10 12:32:41'),
(630, '152.59.146.23', 'eWmQyNvlS16_Onl-Uadg8i:APA91bHCtzLYxdGfb59m8KgmeVUYbg0z3ym6T_agViFixsSFY2pVReU4ww5fuwaxis_toKi7DZZfCMl2eFdjvG56BNxSPRNzRBDBNgvGT2oOrjxzKGQ7gDk', '2025-05-10 12:32:42', '2025-05-10 12:32:42'),
(631, '152.57.133.117', 'cQpUbP6TRsaLVD6oK5lEMi:APA91bHIcRnIt6AfUnO7EVF13PoVr8hDJNjBXRf7zLgr8FHdY4qRDLxqo07saXwMDiLPqH0BFVDV7cwORNzQHL1G0JVpMC85rXClim_l4jOtElaexcXgnGQ', '2025-05-12 08:16:24', '2025-05-12 08:16:24'),
(632, '152.57.133.117', 'cQpUbP6TRsaLVD6oK5lEMi:APA91bHIcRnIt6AfUnO7EVF13PoVr8hDJNjBXRf7zLgr8FHdY4qRDLxqo07saXwMDiLPqH0BFVDV7cwORNzQHL1G0JVpMC85rXClim_l4jOtElaexcXgnGQ', '2025-05-12 08:16:25', '2025-05-12 08:16:25'),
(633, '49.34.176.214', 'eink5WelR-6YFkCUXY7Pxx:APA91bG-WHG7L8TCkFDrJpq6kUz30pvneffdDYaTna26f7X9t_6y1O7S31VTXkGvfaeUHrUh4qp30F03j2ONjYICFq1ISyGeanwyB2LLdeqrO4SrST3ggQY', '2025-05-12 10:26:00', '2025-05-12 10:26:00'),
(634, '117.193.98.31', 'dTs-XUB8RDyh_nyF7yO3AS:APA91bEWitXnw0gKg2yWWiXymXTbDdeVprpPRmMp9l2rhU01m1GoO33CagbC-BJi3BpbWt4JMyAqZKdMRAN3tAp1EoS0or_TzHJPqd0HDRD4oeToLfS2BlY', '2025-05-18 08:21:34', '2025-05-18 08:21:34'),
(635, '157.47.102.77', 'dL18SK7aSKyN9BOgobwLno:APA91bFiwH69VPnq5tmnWtXoBHnk16g3rRPpmzzcRogwkJw1YwZ4z18QqDVrFwo9NKOuGvqTIsWBOpKPdieOypCkzDpUbefmThDC3Qf46wIzmvJu8HUjgnE', '2025-05-20 10:40:29', '2025-05-20 10:40:29'),
(636, '157.47.62.91', 'dL18SK7aSKyN9BOgobwLno:APA91bFiwH69VPnq5tmnWtXoBHnk16g3rRPpmzzcRogwkJw1YwZ4z18QqDVrFwo9NKOuGvqTIsWBOpKPdieOypCkzDpUbefmThDC3Qf46wIzmvJu8HUjgnE', '2025-05-20 10:40:29', '2025-05-20 10:40:29'),
(637, '152.58.238.83', 'fTNthOgoQYKe0NDUwtay32:APA91bHuCS0VVJi-s43UB3NFFxnRUVQSsYEdR78dgP3TcflwfeMHypUGzlzcjqSfc4fREx4P52fMwA6V9MNMUXfhN2d2ADg6iekvuklvDRTn0d1WeUj9exA', '2025-05-21 13:42:43', '2025-05-21 13:42:43'),
(638, '152.58.238.83', 'fTNthOgoQYKe0NDUwtay32:APA91bHuCS0VVJi-s43UB3NFFxnRUVQSsYEdR78dgP3TcflwfeMHypUGzlzcjqSfc4fREx4P52fMwA6V9MNMUXfhN2d2ADg6iekvuklvDRTn0d1WeUj9exA', '2025-05-21 13:42:44', '2025-05-21 13:42:44'),
(639, '49.47.144.140', 'cw9z2InfQmCQLQZndZdJCK:APA91bF6A91SmOxm_ybv95K3NSu5AHYMJZk850Oix76xZ9x-p4C0Jc6IzJWWUKUMUnBxXycynZyvwWTv9ZxYzGKDzK23DXBhn_RQb_n74RapGCKWb4TUH9Q', '2025-05-21 14:05:56', '2025-05-21 14:05:56'),
(640, '152.58.24.216', 'c8jAAx5YQ3uqIxGvDL6N1M:APA91bFIZKGsi63RXgN5tWgJYtOn2FlMGOYWlENRxQxBuVYk9gienDWG4pC4BcKTMBevX6EiaJU82Ixp2KWwAUfKwcvkViKGW3lpDuQO8wJkpVVWRYPLR64', '2025-05-23 06:24:30', '2025-05-23 06:24:30'),
(641, '139.178.128.197', 'f3S5ozzbgE4UrjVzMNbLfe:APA91bEqrOh3LJuBEf04SDM0vEXwe-vhdDOff_pY3fS3AXJnI339-9Ikp_WpaAjSIQIzfWMUKSlm-lqaXqJvNzAqjPEKfou3DbiikU5XrzB5E8cgyjrOlX0', '2025-05-25 08:52:49', '2025-05-25 08:52:49'),
(642, '139.178.128.197', 'f3S5ozzbgE4UrjVzMNbLfe:APA91bEqrOh3LJuBEf04SDM0vEXwe-vhdDOff_pY3fS3AXJnI339-9Ikp_WpaAjSIQIzfWMUKSlm-lqaXqJvNzAqjPEKfou3DbiikU5XrzB5E8cgyjrOlX0', '2025-05-25 08:52:51', '2025-05-25 08:52:51'),
(643, '139.178.128.197', 'cExz6XRGBUAzkvHmbO9dkX:APA91bFf1PlX8lGXSIaVIBVo7E_0d3XdDloz8ltUee1rzxojTncwmyqFYd7u9-ekgK7w24d0OyMAlHuk5f5sYMqKa335d1RXPJsbqzjtP03tiMzKatoMYAM', '2025-05-25 08:57:55', '2025-05-25 08:57:55'),
(644, '139.178.128.197', 'cExz6XRGBUAzkvHmbO9dkX:APA91bFf1PlX8lGXSIaVIBVo7E_0d3XdDloz8ltUee1rzxojTncwmyqFYd7u9-ekgK7w24d0OyMAlHuk5f5sYMqKa335d1RXPJsbqzjtP03tiMzKatoMYAM', '2025-05-25 08:57:55', '2025-05-25 08:57:55'),
(645, '17.232.75.79', 'cnA8A7nLskdijHYwX3pG_1:APA91bGEYQ-x-naLdSUrdY1tb_3UxH6fSCwAV-U8YJMJ99wWB32WdbccMKK7n-ffL_-IgyLc6bXfXDaImQG5IZFdj8LhftBsbBfYVxlYqasZp4ki-Z-jl4A', '2025-05-25 09:02:34', '2025-05-25 09:02:34'),
(646, '152.58.60.24', 'd1q5D9yOJkIRvAhVRAEkwA:APA91bHm-jqy0m55xpK_4JhPDvfodMRxRqD8ZAwG9CM4V2TxEyMXYdETj6kOykpPYfPH1rxvpbs276hOTeYEJdJQsKrxxIZMegRRpkKZOSCZRaFXI1zu6Ls', '2025-05-25 12:15:44', '2025-05-25 12:15:44'),
(647, '139.178.128.207', 'd2HwBW-ivE_gnYMC7sD70d:APA91bGXVjmjxxV7zUYB-R0tqy_QOREx2uf46xtPixUPfK8fU2l-q_eA7fQna8yCKa7d1ekDUZxQVe2K1bQjizIiAnRcQ00uBxNXh5rHHR6z-tbMN_f8XWg', '2025-05-25 12:27:00', '2025-05-25 12:27:00'),
(648, '139.178.128.207', 'd2HwBW-ivE_gnYMC7sD70d:APA91bGXVjmjxxV7zUYB-R0tqy_QOREx2uf46xtPixUPfK8fU2l-q_eA7fQna8yCKa7d1ekDUZxQVe2K1bQjizIiAnRcQ00uBxNXh5rHHR6z-tbMN_f8XWg', '2025-05-25 12:27:01', '2025-05-25 12:27:01'),
(649, '139.178.128.207', 'd-fIbQv5wU05huu0ohKtqL:APA91bENL6GduGRtakuWHW-LEMiFuz6NF1CZNIJctxbYfFZC5oWn3cfDwsbA7qUw69PGuXdAGWj0tyM3DsO-jxEUOz-KajXz9N5_zR_GzStwZ-VwmVg6e-k', '2025-05-25 12:32:02', '2025-05-25 12:32:02'),
(650, '17.232.73.178', 'ewdUb4gbhUwZqFT11gb7zW:APA91bHL13n766V_UTLe5VOv_RboFujMaJEYPLTfd8KFa373TV3L8jjb6ORjaLzoet3DXyDtnuBI_QeCzLYy0YCDsmreLCQLenfZ1XsT58GHZhJYv7PM0Bo', '2025-05-25 13:16:41', '2025-05-25 13:16:41'),
(651, '152.57.99.87', 'fNgux3VFc0goiXdcKbk7Op:APA91bHMzBz027OFWUTpkYk0zj1-1upuHQgg4QnGwisy-FRBqLTH_3MnN3VNGc-bAbl9X3qvNk-nd6PE5q1kro9P_mmt-07WAZTkU3O7IBkyeN5rXdqboAw', '2025-05-25 14:27:32', '2025-05-25 14:27:32'),
(652, '110.224.86.69', 'e3ZlhDJfRiCXnyNIP2HFCH:APA91bHJtEHM9a-moER3lCj5RIvBzFJN5bXnnKczl4jL_vQLU1t0suyCNsZ8MImbABILc5V0CxU7ebsMJbjCdZaVL_rimYOU9_aaZfGgAMtESB0ngoR0k6g', '2025-05-29 07:54:17', '2025-05-29 07:54:17'),
(653, '110.224.103.183', 'cLNFhF84QQG1Q3714UDaYD:APA91bH2-JyWzX1FCNjRlHIsEPCKbz6SyiSJDTuOe_HCoqi2s3VbEfzbEG0JR-Z3pBDzo6Ds42HGuJcn1ZUVWyOzE72R-7F78I8V7T1Pmivm67fLpq1-9HI', '2025-05-31 03:13:08', '2025-05-31 03:13:08'),
(654, '152.58.27.13', 'c2giBL2qQoekA_7eN6O19g:APA91bGwuJsWLk2i8GwhOkHBMETWQGQ8SPj4lNRbCbrPw3tR2Ve_8TUwVHDHc9NCOV8syEnSNWr2WJToZuDY-M3ma-amB-x7i26ObqEj0kF8D6aLUaa55n0', '2025-06-01 12:24:12', '2025-06-01 12:24:12'),
(655, '139.178.131.19', 'ebwTjibsdUbEqrWwr-1qvH:APA91bGDT8pRSCOarBrWm6EShxhbx1H1UJLrF4T3dcv_nqL35fyMAnjgahtzAkZDQUbqXgeQv67swOWX7Kf5iIQwUxx0v0dwNmCMxj4uWroiU8g019OBmCI', '2025-06-04 03:18:24', '2025-06-04 03:18:24'),
(656, '103.203.72.118', 'd2vAGU_nSXe09X5NmJWCqH:APA91bFXxODZcyMZOIk2iJn_Z52DAnKkSSZKvLMLyK42nXEtfALcPD_LjTqk1zszvEiBVRZN2VltLf_H49eLeuOCvwfW8wCtMdC6rr1V7Cx6de7sPGtPt50', '2025-06-04 16:45:20', '2025-06-04 16:45:20'),
(657, '157.48.248.243', 'dxBVOR1rTzSRjI6cnwAbeD:APA91bGwJUGNkVgNpCEkowuhvOR3tEeyManjZFfnZIycR56Ome9SKpAwLoMsaVlaUIuBponXXHyZoCD5ubiswd5oAiqeBbqTqnkN4-B_IA_3fg_ZgL_4WjU', '2025-06-08 09:53:57', '2025-06-08 09:53:57'),
(658, '157.51.178.41', 'eEeUEGMQRp6VWbnmJRynQE:APA91bHHzrpxu_B915fxh3_DaLKArwcYdSer1vOt01MDs-FKOIx4P0JqSex4uT2PlUQY52mlrNStXKi4fC_9RtCAle9MIf0_mxjxu9ik5v3uBtKR8CqWdU8', '2025-06-12 07:48:42', '2025-06-12 07:48:42'),
(659, '157.51.178.209', 'eEeUEGMQRp6VWbnmJRynQE:APA91bHHzrpxu_B915fxh3_DaLKArwcYdSer1vOt01MDs-FKOIx4P0JqSex4uT2PlUQY52mlrNStXKi4fC_9RtCAle9MIf0_mxjxu9ik5v3uBtKR8CqWdU8', '2025-06-12 07:48:44', '2025-06-12 07:48:44'),
(660, '106.195.65.73', 'cQ7j6o9gT36t3fqU3TYlq2:APA91bFyUTnAosiAq8BukvO1uHh7ATMkPQN8eO_EinfLw3qHdJeIjMBPdlqAs4UG2SEKAm0a1ziIBOKHWFSRVHJNpgugL6e7Vat56foX_4A3SyPUAfRBN4U', '2025-06-14 13:47:16', '2025-06-14 13:47:16'),
(661, '106.196.98.214', 'dsKxbWtG4EEMojEPY0tQOk:APA91bHQlX3Gb5li-QXTsXk7Aw3QHFCitXpCeVI_QFGvde8Gu0l5JfzzvDbrfcgArKHutMIeYRDs4-TKfB0looBeMeVt9__MWOT5yg_FJnirVsmuNu2OVww', '2025-06-17 12:29:16', '2025-06-17 12:29:16'),
(662, '106.210.119.70', 'fWPfti7kZkP7q_9HPVzff_:APA91bEtpE2VT-cxjxOjpjGxrZGv67UZ8tUmuYR7dK_lZUk_mkO2DbjMcR85p_7eNr4Kiq5cbOXdD7pdd4G5GMC8Gp3uEtoTGCJHhk3kRj7VB25TQwVLkj8', '2025-06-17 15:44:36', '2025-06-17 15:44:36'),
(663, '152.59.203.98', 'fEI6PH1ETFmKgA5FzK5li9:APA91bHcpPGpDjdLzGHGZOrXEka7UwidL0bObQYhcYAYZ8Ox2-IFAj8oHZyq0cL4hOy_DOM4tpge1rDL3Y1Vt3QUtcruEWT9WZNTvecm_QPQak_ZGVc3_TA', '2025-06-24 03:02:32', '2025-06-24 03:02:32'),
(664, '152.59.205.188', 'fEI6PH1ETFmKgA5FzK5li9:APA91bHcpPGpDjdLzGHGZOrXEka7UwidL0bObQYhcYAYZ8Ox2-IFAj8oHZyq0cL4hOy_DOM4tpge1rDL3Y1Vt3QUtcruEWT9WZNTvecm_QPQak_ZGVc3_TA', '2025-06-24 03:02:33', '2025-06-24 03:02:33'),
(665, '152.57.255.216', 'cNTjt2x1SV-0o-fWxBHRYb:APA91bEk8Dcw5eATTpZ07KuAJjd9XuuiNWpR0nWgVUsCn_efQQnk8I9SVVWurKKCsXjJPDZbzjEl-0cqNxJAw57dpkmXy_91neVO3sHEnu_40cmzu_DVMUI', '2025-06-28 17:06:24', '2025-06-28 17:06:24'),
(666, '106.219.91.181', 'cZ9uJqpkTEKKvWemI8nrZ9:APA91bHE9DBU3c8KjmkYhb2dqmMKkxA1sM8q9GmYNg7Ccey-8gx5Sz8Fuh8Rb5DXPI6gbUxlGeuFMypzYntmcHaLxeKhwsbxMXcz3PP4B905iSs0Qxe4W1U', '2025-06-30 03:50:49', '2025-06-30 03:50:49'),
(667, '47.9.75.203', '@', '2025-06-30 13:25:16', '2025-06-30 13:25:16'),
(668, '47.9.75.203', 'cTaWQAuNStWR2-DeJ-Tlr7:APA91bHaav5YYr0C1NSkoHzg2k9ZC7LiXB_L0n5Ykzt7yV41aNp8FFJKE5iqL_76zWz3UWbIQo9bFXThqcuTySaC6XTY6QkOW0blZwKwp3VdxGCQSI3DQPk', '2025-06-30 13:25:20', '2025-06-30 13:25:20'),
(669, '47.9.75.203', 'cTaWQAuNStWR2-DeJ-Tlr7:APA91bHaav5YYr0C1NSkoHzg2k9ZC7LiXB_L0n5Ykzt7yV41aNp8FFJKE5iqL_76zWz3UWbIQo9bFXThqcuTySaC6XTY6QkOW0blZwKwp3VdxGCQSI3DQPk', '2025-06-30 13:25:20', '2025-06-30 13:25:20'),
(670, '82.76.231.75', '@', '2025-07-01 01:29:05', '2025-07-01 01:29:05'),
(671, '109.195.9.69', '@', '2025-07-01 01:36:43', '2025-07-01 01:36:43'),
(672, '50.202.50.134', '@', '2025-07-01 01:44:40', '2025-07-01 01:44:40'),
(673, '103.240.205.6', 'fGugnMvsRiW_M86VLcqEOE:APA91bFPceB1XfUz_t6WbjCLt7bm1ZUZpsr2zPb9PdBwwD-gwZY5A3NBQGxCSM8eZKffbWM_RwNulk4FKl6yTYwrgqFis1gXnR8Ddi2psJ_oGDTvrlfH5U0', '2025-07-04 16:41:36', '2025-07-04 16:41:36'),
(674, '103.240.205.6', 'fGugnMvsRiW_M86VLcqEOE:APA91bFPceB1XfUz_t6WbjCLt7bm1ZUZpsr2zPb9PdBwwD-gwZY5A3NBQGxCSM8eZKffbWM_RwNulk4FKl6yTYwrgqFis1gXnR8Ddi2psJ_oGDTvrlfH5U0', '2025-07-04 16:41:37', '2025-07-04 16:41:37'),
(675, '45.181.26.196', '@', '2025-07-04 23:41:09', '2025-07-04 23:41:09'),
(676, '189.112.10.11', '@', '2025-07-05 00:04:08', '2025-07-05 00:04:08'),
(677, '186.208.1.4', '@', '2025-07-05 00:21:05', '2025-07-05 00:21:05'),
(678, '103.90.182.123', 'cykSzEb0Qw6BhUfmapW4fA:APA91bEP7E5I-qEySbt99zbQ-UDekgeB4LFojcpqCR21DSDyVoPK-_1lXIcdT22znxbKJA6Ypfk6UJXN7qLkHdeCZFR2JxszYKbPmnwS3dspjZiFE2qut1s', '2025-07-05 07:06:24', '2025-07-05 07:06:24'),
(679, '152.58.78.158', 'c4owZ8gBTw6J5Eu1QtcOlH:APA91bH25QcP_BaCGq2N92HN81leP89iOcXkkvdyDWwYMeffJnnf2ntfim8r0HJzKWnAbSblhQyNJtdsypAaqRUEmjavMMUO0nO9LbAIJYaUk6yqxaplgsU', '2025-07-07 11:55:56', '2025-07-07 11:55:56'),
(680, '152.59.204.28', 'fT-a1y0kQwePkPdcUlQ8vu:APA91bFcCL07ycVa-xsE4PjHI1z_dmLaLndOT_gjQYow4eLvQoE063A_ubZRIkj0DFwJi_NnR8LILWm91FF8Hbi1RVPDGTgs6MY1xC2FuvvcQ6TjC8rKFF0', '2025-07-07 16:15:28', '2025-07-07 16:15:28'),
(681, '152.59.202.243', 'fT-a1y0kQwePkPdcUlQ8vu:APA91bFcCL07ycVa-xsE4PjHI1z_dmLaLndOT_gjQYow4eLvQoE063A_ubZRIkj0DFwJi_NnR8LILWm91FF8Hbi1RVPDGTgs6MY1xC2FuvvcQ6TjC8rKFF0', '2025-07-07 16:15:31', '2025-07-07 16:15:31'),
(682, '49.43.248.164', 'efrlNjKIQpeFBlnSR74Wr7:APA91bH0v2jsmPtriO_nHqVYHD4qVbcKlbBoOFD0Bx1YFUgsl3Vn-iUhABe3vYBdn-Ugs-lz2XadaZghI7at7VvNSeCF7vojNzgLvnQlABdWdeFQatfTtwY', '2025-07-07 16:50:01', '2025-07-07 16:50:01'),
(683, '49.43.248.164', 'efrlNjKIQpeFBlnSR74Wr7:APA91bH0v2jsmPtriO_nHqVYHD4qVbcKlbBoOFD0Bx1YFUgsl3Vn-iUhABe3vYBdn-Ugs-lz2XadaZghI7at7VvNSeCF7vojNzgLvnQlABdWdeFQatfTtwY', '2025-07-07 16:50:02', '2025-07-07 16:50:02'),
(684, '49.207.218.133', 'eedHSPsILUJHo5vQGmDAo6:APA91bHkblqYYOfMP9V9bzEMYAbDHZwVG7b0tj9zkfmUL-NM8f1rrCuH7wIv-aZQLaeu6Vvta0_nXxqKmVuv7lDDo_Gqzvv5F-wyQD-dYKTh319xocAjTp0', '2025-07-08 12:45:28', '2025-07-08 12:45:28'),
(685, '49.207.218.133', 'eedHSPsILUJHo5vQGmDAo6:APA91bHkblqYYOfMP9V9bzEMYAbDHZwVG7b0tj9zkfmUL-NM8f1rrCuH7wIv-aZQLaeu6Vvta0_nXxqKmVuv7lDDo_Gqzvv5F-wyQD-dYKTh319xocAjTp0', '2025-07-08 12:45:29', '2025-07-08 12:45:29'),
(686, '122.161.49.102', 'fPXVMbL0TFy53bFEeN-EDC:APA91bFj3pf84nyVAkKwAimjmmxF61rL9h8an0-6mCgN62__1RkrTUqc5cwCflMvzO3jDCASGd-m_hbQSvts64Vl8NBH7j0b4iJTYmT98lbn7nMdDNl-3Us', '2025-07-09 12:29:09', '2025-07-09 12:29:09'),
(687, '122.161.49.102', 'fPXVMbL0TFy53bFEeN-EDC:APA91bFj3pf84nyVAkKwAimjmmxF61rL9h8an0-6mCgN62__1RkrTUqc5cwCflMvzO3jDCASGd-m_hbQSvts64Vl8NBH7j0b4iJTYmT98lbn7nMdDNl-3Us', '2025-07-09 12:29:10', '2025-07-09 12:29:10'),
(688, '139.178.128.4', 'ey9uPseNR0wYhxDFfo9yWT:APA91bErroR8GligLyypBpsQrO49cFtrSSpGsry7KYSVCGgE3KzcJJw6y2K1cqGF_IhT6n-ggWwNjNh1KNPTe409A6QFAc53YkiGrhqgTtlsXPJQJRpH1U8', '2025-07-09 16:23:27', '2025-07-09 16:23:27'),
(689, '139.178.128.4', 'ey9uPseNR0wYhxDFfo9yWT:APA91bErroR8GligLyypBpsQrO49cFtrSSpGsry7KYSVCGgE3KzcJJw6y2K1cqGF_IhT6n-ggWwNjNh1KNPTe409A6QFAc53YkiGrhqgTtlsXPJQJRpH1U8', '2025-07-09 16:23:28', '2025-07-09 16:23:28'),
(690, '27.61.33.166', 'es-uGYe_QJeP3M1ksgbb_1:APA91bGayDh4h3iDY8co42vOlb6sC3fatqgH5sIP6DdmSa_2nm6uXgAEvFEdeFieS3LeVJwET6cYAVCR-VrKRR4ECYrr3t6qMHCT1C5jPAqZxpoc4rDNjMo', '2025-07-10 08:53:41', '2025-07-10 08:53:41'),
(691, '49.204.11.13', 'f8rMSk7NSval3ZddfPnIQG:APA91bHcXOzKDSq4PKsgrtsc9BTOvGZB4bt9ohmbabJHbvjSsuyeyLyNxidUTgoKsmZlKli0NqZAHVV98CEN7ce53jZZxFhkgd49Xkrq0wp11qUDj07-UhI', '2025-07-12 14:56:17', '2025-07-12 14:56:17'),
(692, '49.204.11.13', 'f8rMSk7NSval3ZddfPnIQG:APA91bHcXOzKDSq4PKsgrtsc9BTOvGZB4bt9ohmbabJHbvjSsuyeyLyNxidUTgoKsmZlKli0NqZAHVV98CEN7ce53jZZxFhkgd49Xkrq0wp11qUDj07-UhI', '2025-07-12 14:56:18', '2025-07-12 14:56:18'),
(693, '106.213.182.63', 'c9wdWjLDT4ikpZldAv_b2e:APA91bEcXeq4eQEiPHWMKAi03_3Ch9ZrJRrDK0-kRAyU2NPImM8kq3vleUQPyPpyEqVifyiKLnWODN7-vj7td29Aeh2C2Gp_CAc7ccAwKZhcDYBJ48yuzk4', '2025-07-13 09:47:37', '2025-07-13 09:47:37'),
(694, '183.83.38.31', 'fJ6sqnxsT6acXOzAT7URP8:APA91bHtesXzSsheg1icr8cfsQDHkdycxYPq4dD6fc65QRNrp5cjkxWl3oswHbHSVLq0lI_MNL8GLOmvC2fz36IAwwlwOGGL9t-SOBfB3TjbVJ9PQWY1oaA', '2025-07-14 01:21:41', '2025-07-14 01:21:41'),
(695, '223.228.96.17', 'dkRwZaxCSfSVkGzhXdWtTF:APA91bFv8L6_9t8efrvccjPXd6fReeVTYut4Ns2diY6uDK2DDAfgyTYnvx7M16hwpxkcELYDUXERNaXSk0cVpxFejtICeeBJUmbDudchfKOrXHW5A0QzU-Y', '2025-07-15 09:26:48', '2025-07-15 09:26:48'),
(696, '223.228.96.17', 'dkRwZaxCSfSVkGzhXdWtTF:APA91bFv8L6_9t8efrvccjPXd6fReeVTYut4Ns2diY6uDK2DDAfgyTYnvx7M16hwpxkcELYDUXERNaXSk0cVpxFejtICeeBJUmbDudchfKOrXHW5A0QzU-Y', '2025-07-15 09:26:48', '2025-07-15 09:26:48'),
(697, '49.47.240.136', 'ebe2XPIoS7Gupp1sgeK7Os:APA91bEbbMIxzqwAflpZFqRrOB0_zha7jX6mLwgLIDPyoGtB0J2QpA5tMKTOJJtU77SU8IBm7cQq7bb4ZKjUXwRdel4huPuQN7Ed67GVHz6RyVp9ksdD1H4', '2025-07-15 10:52:33', '2025-07-15 10:52:33'),
(698, '49.47.240.136', 'ebe2XPIoS7Gupp1sgeK7Os:APA91bEbbMIxzqwAflpZFqRrOB0_zha7jX6mLwgLIDPyoGtB0J2QpA5tMKTOJJtU77SU8IBm7cQq7bb4ZKjUXwRdel4huPuQN7Ed67GVHz6RyVp9ksdD1H4', '2025-07-15 10:52:40', '2025-07-15 10:52:40'),
(699, '106.201.156.132', 'cH7lDAkvQGK7ANK9yg-9Rq:APA91bEW1QVWid3hfshleXg_YExB1ScuzS8kaHqu7ShXdxGUFkLF4ctdf17NiCVTI2xo4dM_jXYVZEPsQhcqimO7B2XX2cS-EO5HlBJR12b37weZthonsV8', '2025-07-16 05:02:51', '2025-07-16 05:02:51'),
(700, '106.201.156.132', 'cH7lDAkvQGK7ANK9yg-9Rq:APA91bEW1QVWid3hfshleXg_YExB1ScuzS8kaHqu7ShXdxGUFkLF4ctdf17NiCVTI2xo4dM_jXYVZEPsQhcqimO7B2XX2cS-EO5HlBJR12b37weZthonsV8', '2025-07-16 05:02:53', '2025-07-16 05:02:53'),
(701, '103.93.102.4', 'ekd54tDxQzyaiwRVHenXTo:APA91bEJ7d9KPQdX5cE1i_jW0mEcpNjJ4gmNcXxOYwQNlpxdyAScQePHrX8MwSWwvVKZG-UkYYPcO5Jo2oifRhjg85PbJ9orPlQIWVOC4yMqcCyOttQ5igw', '2025-07-16 07:21:17', '2025-07-16 07:21:17'),
(702, '103.93.102.4', 'ekd54tDxQzyaiwRVHenXTo:APA91bEJ7d9KPQdX5cE1i_jW0mEcpNjJ4gmNcXxOYwQNlpxdyAScQePHrX8MwSWwvVKZG-UkYYPcO5Jo2oifRhjg85PbJ9orPlQIWVOC4yMqcCyOttQ5igw', '2025-07-16 07:21:17', '2025-07-16 07:21:17'),
(703, '38.137.17.61', 'e96Sty6-Q2SYu06PpexG0h:APA91bHdh8bSKzIOOXFsPZEplWf8XY70uzn5TTwhrikq9Bq_JxAjUyPyL7CNtXUKmqYWwl02UBOfOywxZfLScaOD6v2CMM9d2_EX3ZFqzH7HN4ubneDgp2E', '2025-07-19 17:30:35', '2025-07-19 17:30:35'),
(704, '38.137.17.61', 'e96Sty6-Q2SYu06PpexG0h:APA91bHdh8bSKzIOOXFsPZEplWf8XY70uzn5TTwhrikq9Bq_JxAjUyPyL7CNtXUKmqYWwl02UBOfOywxZfLScaOD6v2CMM9d2_EX3ZFqzH7HN4ubneDgp2E', '2025-07-19 17:31:05', '2025-07-19 17:31:05'),
(705, '42.105.130.191', 'dql1uQ88TNqB_PsKey5tNg:APA91bEDXhDgt_ljrUE5ga7cqBhrveVbtIIn70JhDakajVdYEAS4ZzqAN7riroDYwJwE4XlLALSZ1e68R8VgxogtX2BdeHbHhJWiROkwocTn882OJ8E2HK4', '2025-07-20 07:34:24', '2025-07-20 07:34:24'),
(706, '157.50.113.121', 'cRLnyLqJS-GEK-uyH2HXbp:APA91bHBOLsyQT3aTWAwsLct6NC9tt8nqE92vW2VJY0Lk1W0RkhBHwZd2wCn8KNwarTAVxRqFWepk0T1RmeW_1OsNBH2yHN0Tp6UR7MnEeiCCdkuVfPtGLo', '2025-07-22 06:58:17', '2025-07-22 06:58:17'),
(707, '223.181.120.106', 'eol4KGAWTdKpN6nKgypZeW:APA91bFluJHumf5gA52B3hY8aUzrFtDAp6urnAzAnRACPl_4dUzvsBbxvzWDBEThRuukzgJO3YhLfsReKDeYQcC7O4XsLr_dbCgIsI7AVkPGq2XFLCIumfg', '2025-07-22 11:54:27', '2025-07-22 11:54:27'),
(708, '152.58.187.30', 'c61cw7PgQq6XD68bQ_io-j:APA91bFJbRX41c0WIhXkDXximukpOrPcy0J_e2Mj0HxSRMiXfD3d9ibOfk9Qvg7qwIgIUvXQ_KvWBURJ6svedVgWyNsLkk6KcR1U-7YtSrhEq27QhOxRImk', '2025-07-24 16:07:07', '2025-07-24 16:07:07'),
(709, '152.58.183.127', 'fcC_4b9uHkHxhME6zEEFNv:APA91bGR_0fqUlMGLuOnSmtv1Vt50e_F5q6RUXVq_g4RXL2zfrXJFeCPHy0VtwTZG_mUuMIR0vImfXpkSa_jvjrXyaf5wWF0H_UlpRu682JeRcaSm1aGpVg', '2025-07-28 05:25:59', '2025-07-28 05:25:59'),
(710, '152.58.180.8', 'fcC_4b9uHkHxhME6zEEFNv:APA91bGR_0fqUlMGLuOnSmtv1Vt50e_F5q6RUXVq_g4RXL2zfrXJFeCPHy0VtwTZG_mUuMIR0vImfXpkSa_jvjrXyaf5wWF0H_UlpRu682JeRcaSm1aGpVg', '2025-07-28 05:26:00', '2025-07-28 05:26:00'),
(711, '152.58.183.127', 'fcC_4b9uHkHxhME6zEEFNv:APA91bGR_0fqUlMGLuOnSmtv1Vt50e_F5q6RUXVq_g4RXL2zfrXJFeCPHy0VtwTZG_mUuMIR0vImfXpkSa_jvjrXyaf5wWF0H_UlpRu682JeRcaSm1aGpVg', '2025-07-28 05:26:09', '2025-07-28 05:26:09'),
(712, '152.58.183.127', 'fcC_4b9uHkHxhME6zEEFNv:APA91bGR_0fqUlMGLuOnSmtv1Vt50e_F5q6RUXVq_g4RXL2zfrXJFeCPHy0VtwTZG_mUuMIR0vImfXpkSa_jvjrXyaf5wWF0H_UlpRu682JeRcaSm1aGpVg', '2025-07-28 05:26:17', '2025-07-28 05:26:17'),
(713, '117.200.173.76', 'fLXWoFrPQ6e_2HT_rHea_j:APA91bFPKUCjuabJBxxg75gxujc59n9UqLrlnVQ1q8pRYQf8ek5D8WAboEwX-3KY1Bkw5wOPs9asJVznnagmUUM5bN01w42MMGGiMxvksW2PH7mOO7r7_y8', '2025-07-28 07:23:13', '2025-07-28 07:23:13'),
(714, '117.200.173.76', 'fLXWoFrPQ6e_2HT_rHea_j:APA91bFPKUCjuabJBxxg75gxujc59n9UqLrlnVQ1q8pRYQf8ek5D8WAboEwX-3KY1Bkw5wOPs9asJVznnagmUUM5bN01w42MMGGiMxvksW2PH7mOO7r7_y8', '2025-07-28 07:23:28', '2025-07-28 07:23:28'),
(715, '117.200.173.76', 'fLXWoFrPQ6e_2HT_rHea_j:APA91bFPKUCjuabJBxxg75gxujc59n9UqLrlnVQ1q8pRYQf8ek5D8WAboEwX-3KY1Bkw5wOPs9asJVznnagmUUM5bN01w42MMGGiMxvksW2PH7mOO7r7_y8', '2025-07-28 07:23:46', '2025-07-28 07:23:46'),
(716, '106.208.111.30', '@', '2025-07-28 08:06:22', '2025-07-28 08:06:22'),
(717, '106.208.111.30', '@', '2025-07-28 08:06:37', '2025-07-28 08:06:37'),
(718, '106.208.111.30', '@', '2025-07-28 08:06:38', '2025-07-28 08:06:38'),
(719, '106.208.111.30', '@', '2025-07-28 08:06:45', '2025-07-28 08:06:45'),
(720, '106.208.111.30', '@', '2025-07-28 08:06:58', '2025-07-28 08:06:58'),
(721, '106.208.111.30', '@', '2025-07-28 08:06:59', '2025-07-28 08:06:59'),
(722, '106.208.111.30', '@', '2025-07-28 08:07:10', '2025-07-28 08:07:10'),
(723, '106.208.111.30', '@', '2025-07-28 08:07:19', '2025-07-28 08:07:19'),
(724, '157.10.167.6', 'dS0SWfIJR1a9a8Ltf5LgAM:APA91bHl7bw5yR4CxbwDafwTQktnUv1t2SJ7_xh1JSGsTOO-kkRPnCuLxYLmXBtpCEcgCNcy88VIeiWRmzTaf6bBNAGoxLZU7Zr7Khi6-THELZYVW0-Tw1w', '2025-07-29 02:29:16', '2025-07-29 02:29:16'),
(725, '157.10.167.6', 'dS0SWfIJR1a9a8Ltf5LgAM:APA91bHl7bw5yR4CxbwDafwTQktnUv1t2SJ7_xh1JSGsTOO-kkRPnCuLxYLmXBtpCEcgCNcy88VIeiWRmzTaf6bBNAGoxLZU7Zr7Khi6-THELZYVW0-Tw1w', '2025-07-29 02:29:16', '2025-07-29 02:29:16'),
(726, '157.10.167.6', 'dS0SWfIJR1a9a8Ltf5LgAM:APA91bHl7bw5yR4CxbwDafwTQktnUv1t2SJ7_xh1JSGsTOO-kkRPnCuLxYLmXBtpCEcgCNcy88VIeiWRmzTaf6bBNAGoxLZU7Zr7Khi6-THELZYVW0-Tw1w', '2025-07-29 02:29:29', '2025-07-29 02:29:29'),
(727, '157.10.167.6', 'dS0SWfIJR1a9a8Ltf5LgAM:APA91bHl7bw5yR4CxbwDafwTQktnUv1t2SJ7_xh1JSGsTOO-kkRPnCuLxYLmXBtpCEcgCNcy88VIeiWRmzTaf6bBNAGoxLZU7Zr7Khi6-THELZYVW0-Tw1w', '2025-07-29 02:29:40', '2025-07-29 02:29:40'),
(728, '106.221.223.58', 'fuLzcuDgRPa6yGPP1JAhhS:APA91bGjbLX-wTou9d9lek17kdU5cqCuplTvYXhE4hdyOctDUzgzHdloqMn_j9mdpvJbkAg-MLVzGLLIBNjSWOLAzeMTc78y2Mkl3lB8ghVsH5uRzbbdy8A', '2025-07-29 02:50:19', '2025-07-29 02:50:19'),
(729, '106.221.223.58', 'fuLzcuDgRPa6yGPP1JAhhS:APA91bGjbLX-wTou9d9lek17kdU5cqCuplTvYXhE4hdyOctDUzgzHdloqMn_j9mdpvJbkAg-MLVzGLLIBNjSWOLAzeMTc78y2Mkl3lB8ghVsH5uRzbbdy8A', '2025-07-29 02:50:30', '2025-07-29 02:50:30'),
(730, '106.221.223.58', 'fuLzcuDgRPa6yGPP1JAhhS:APA91bGjbLX-wTou9d9lek17kdU5cqCuplTvYXhE4hdyOctDUzgzHdloqMn_j9mdpvJbkAg-MLVzGLLIBNjSWOLAzeMTc78y2Mkl3lB8ghVsH5uRzbbdy8A', '2025-07-29 02:51:27', '2025-07-29 02:51:27'),
(731, '45.115.191.243', 'cfP_w1n7RcKPaxGu6XAECe:APA91bGiAlJUSW5kcsu1EhLgUT5obKWdldJPgCufQ4p0x2pfmo1mzveBeUJMAymo_Zl23RkRm80xKtH92pfrh8HegmxNdfriLuBewrBlaqgyFvyJ7w9ArTc', '2025-07-30 19:09:11', '2025-07-30 19:09:11'),
(732, '1.38.103.47', 'cn_fm4cQQWCLdhq4o8Bogt:APA91bHYgw5YkjphnQXC9GMDp7F3mk5ByZ6v99-Ot3gHVcp74h850fkLXn-UpPw0RArJU8K6nusRoNkAwNX46Mzw5oHAML4FJDzUD_IdQow-rj87hqEBJFo', '2025-07-30 20:01:34', '2025-07-30 20:01:34'),
(733, '1.38.103.47', 'cn_fm4cQQWCLdhq4o8Bogt:APA91bHYgw5YkjphnQXC9GMDp7F3mk5ByZ6v99-Ot3gHVcp74h850fkLXn-UpPw0RArJU8K6nusRoNkAwNX46Mzw5oHAML4FJDzUD_IdQow-rj87hqEBJFo', '2025-07-30 20:01:35', '2025-07-30 20:01:35'),
(734, '1.38.103.47', 'cn_fm4cQQWCLdhq4o8Bogt:APA91bHYgw5YkjphnQXC9GMDp7F3mk5ByZ6v99-Ot3gHVcp74h850fkLXn-UpPw0RArJU8K6nusRoNkAwNX46Mzw5oHAML4FJDzUD_IdQow-rj87hqEBJFo', '2025-07-30 20:02:18', '2025-07-30 20:02:18'),
(735, '1.38.103.47', 'cn_fm4cQQWCLdhq4o8Bogt:APA91bHYgw5YkjphnQXC9GMDp7F3mk5ByZ6v99-Ot3gHVcp74h850fkLXn-UpPw0RArJU8K6nusRoNkAwNX46Mzw5oHAML4FJDzUD_IdQow-rj87hqEBJFo', '2025-07-30 20:02:27', '2025-07-30 20:02:27'),
(736, '157.48.249.178', 'dl3_Pws5RjuIAhpkMlOnbe:APA91bHCrxEW9F4doMqYNhaEg7tkHHRVpdMvUQRoPs3jcwRkI5rKQiCHbOaZ2WdGnWLG1Pxr2qY-HnzJWK5JLOYwmRLC9EFpIe_--obQ9mjUYVez-oDQV1M', '2025-07-31 16:38:42', '2025-07-31 16:38:42'),
(737, '157.48.249.178', 'dl3_Pws5RjuIAhpkMlOnbe:APA91bHCrxEW9F4doMqYNhaEg7tkHHRVpdMvUQRoPs3jcwRkI5rKQiCHbOaZ2WdGnWLG1Pxr2qY-HnzJWK5JLOYwmRLC9EFpIe_--obQ9mjUYVez-oDQV1M', '2025-07-31 16:38:55', '2025-07-31 16:38:55'),
(738, '157.48.251.157', 'dl3_Pws5RjuIAhpkMlOnbe:APA91bHCrxEW9F4doMqYNhaEg7tkHHRVpdMvUQRoPs3jcwRkI5rKQiCHbOaZ2WdGnWLG1Pxr2qY-HnzJWK5JLOYwmRLC9EFpIe_--obQ9mjUYVez-oDQV1M', '2025-07-31 16:38:56', '2025-07-31 16:38:56'),
(739, '157.48.251.157', 'dl3_Pws5RjuIAhpkMlOnbe:APA91bHCrxEW9F4doMqYNhaEg7tkHHRVpdMvUQRoPs3jcwRkI5rKQiCHbOaZ2WdGnWLG1Pxr2qY-HnzJWK5JLOYwmRLC9EFpIe_--obQ9mjUYVez-oDQV1M', '2025-07-31 16:39:09', '2025-07-31 16:39:09'),
(740, '157.48.249.178', 'dl3_Pws5RjuIAhpkMlOnbe:APA91bHCrxEW9F4doMqYNhaEg7tkHHRVpdMvUQRoPs3jcwRkI5rKQiCHbOaZ2WdGnWLG1Pxr2qY-HnzJWK5JLOYwmRLC9EFpIe_--obQ9mjUYVez-oDQV1M', '2025-07-31 16:39:21', '2025-07-31 16:39:21'),
(741, '157.48.251.157', 'dl3_Pws5RjuIAhpkMlOnbe:APA91bHCrxEW9F4doMqYNhaEg7tkHHRVpdMvUQRoPs3jcwRkI5rKQiCHbOaZ2WdGnWLG1Pxr2qY-HnzJWK5JLOYwmRLC9EFpIe_--obQ9mjUYVez-oDQV1M', '2025-07-31 16:39:21', '2025-07-31 16:39:21'),
(742, '49.15.204.248', 'deYjbUqJTjiwp2asYM49VY:APA91bEqIsDslto9zccVhDGLpKfPW7gR4fHMKHuJ1n653dvG_c0pL04RF80NAjgzBZqrI7M6ZNUZmFS_PIHgg14AP4tdzSfXwVRo-JjrlE9DwrggtvF4pes', '2025-08-01 12:05:59', '2025-08-01 12:05:59'),
(743, '49.15.204.248', 'deYjbUqJTjiwp2asYM49VY:APA91bEqIsDslto9zccVhDGLpKfPW7gR4fHMKHuJ1n653dvG_c0pL04RF80NAjgzBZqrI7M6ZNUZmFS_PIHgg14AP4tdzSfXwVRo-JjrlE9DwrggtvF4pes', '2025-08-01 12:06:11', '2025-08-01 12:06:11'),
(744, '49.15.204.248', 'deYjbUqJTjiwp2asYM49VY:APA91bEqIsDslto9zccVhDGLpKfPW7gR4fHMKHuJ1n653dvG_c0pL04RF80NAjgzBZqrI7M6ZNUZmFS_PIHgg14AP4tdzSfXwVRo-JjrlE9DwrggtvF4pes', '2025-08-01 12:06:21', '2025-08-01 12:06:21'),
(745, '49.15.204.248', 'deYjbUqJTjiwp2asYM49VY:APA91bEqIsDslto9zccVhDGLpKfPW7gR4fHMKHuJ1n653dvG_c0pL04RF80NAjgzBZqrI7M6ZNUZmFS_PIHgg14AP4tdzSfXwVRo-JjrlE9DwrggtvF4pes', '2025-08-01 12:06:48', '2025-08-01 12:06:48'),
(746, '49.15.204.248', 'deYjbUqJTjiwp2asYM49VY:APA91bEqIsDslto9zccVhDGLpKfPW7gR4fHMKHuJ1n653dvG_c0pL04RF80NAjgzBZqrI7M6ZNUZmFS_PIHgg14AP4tdzSfXwVRo-JjrlE9DwrggtvF4pes', '2025-08-01 12:07:59', '2025-08-01 12:07:59'),
(747, '49.15.204.248', 'e7JOra0rSjGL12JiQ9w9aa:APA91bERA-vn_Muq8npxqC0OUpe7dG6QZNQl-5dFC-cVgLX_3LFNeYx_Omy4AwA8AfVaijwPg3uzQkRM8SGar1IjGim_CBNIuqaXNPxC0T52-CeJkODaUes', '2025-08-01 12:10:32', '2025-08-01 12:10:32'),
(748, '49.15.204.248', 'e7JOra0rSjGL12JiQ9w9aa:APA91bERA-vn_Muq8npxqC0OUpe7dG6QZNQl-5dFC-cVgLX_3LFNeYx_Omy4AwA8AfVaijwPg3uzQkRM8SGar1IjGim_CBNIuqaXNPxC0T52-CeJkODaUes', '2025-08-01 12:11:15', '2025-08-01 12:11:15'),
(749, '49.15.204.248', 'e7JOra0rSjGL12JiQ9w9aa:APA91bERA-vn_Muq8npxqC0OUpe7dG6QZNQl-5dFC-cVgLX_3LFNeYx_Omy4AwA8AfVaijwPg3uzQkRM8SGar1IjGim_CBNIuqaXNPxC0T52-CeJkODaUes', '2025-08-01 12:12:41', '2025-08-01 12:12:41'),
(750, '103.171.129.8', 'eP_jKiopQoiEJ7WDjQrU3v:APA91bGxyz4HUBv4oJU9w3lKCeP5GLjH__XR_7mxhLAXgfyhmIYAgiLDYJg596_UCiqfV5W47FbLG-rUl2ir79bZj84630ycA1e6oYK9587NRCXagFjONzE', '2025-08-03 07:47:52', '2025-08-03 07:47:52'),
(751, '103.171.129.8', 'eP_jKiopQoiEJ7WDjQrU3v:APA91bGxyz4HUBv4oJU9w3lKCeP5GLjH__XR_7mxhLAXgfyhmIYAgiLDYJg596_UCiqfV5W47FbLG-rUl2ir79bZj84630ycA1e6oYK9587NRCXagFjONzE', '2025-08-03 07:47:53', '2025-08-03 07:47:53'),
(752, '103.171.129.8', 'eP_jKiopQoiEJ7WDjQrU3v:APA91bGxyz4HUBv4oJU9w3lKCeP5GLjH__XR_7mxhLAXgfyhmIYAgiLDYJg596_UCiqfV5W47FbLG-rUl2ir79bZj84630ycA1e6oYK9587NRCXagFjONzE', '2025-08-03 07:48:06', '2025-08-03 07:48:06'),
(753, '103.171.129.8', 'eP_jKiopQoiEJ7WDjQrU3v:APA91bGxyz4HUBv4oJU9w3lKCeP5GLjH__XR_7mxhLAXgfyhmIYAgiLDYJg596_UCiqfV5W47FbLG-rUl2ir79bZj84630ycA1e6oYK9587NRCXagFjONzE', '2025-08-03 07:48:07', '2025-08-03 07:48:07'),
(754, '103.91.73.134', 'cQD6vFJISBuYiwcOf_krYc:APA91bH5oiCha6yH54ILjW5S8NU63827-i_HS3n3d9sWyonDOLEJb9VA83fTLIhrJ044VSyh_hajsvWBNbiM_nSufY4lRfEzIRvjFLaMCrAEej2XIQIZiNE', '2025-08-03 11:19:49', '2025-08-03 11:19:49'),
(755, '223.228.147.180', 'egEesoSoTP6OtbuUDuXZJQ:APA91bFZAX16UpIjRDJW_f0ptwqN0MynRPvJdg2v1WAXNUItY_nEufETEiq_DZVZj-NswKJ43JRK7WipDsatvMP0bkCTih20NNnHGSIy85xFqkYXZ-SJ7f4', '2025-08-03 16:33:33', '2025-08-03 16:33:33'),
(756, '223.228.147.180', 'egEesoSoTP6OtbuUDuXZJQ:APA91bFZAX16UpIjRDJW_f0ptwqN0MynRPvJdg2v1WAXNUItY_nEufETEiq_DZVZj-NswKJ43JRK7WipDsatvMP0bkCTih20NNnHGSIy85xFqkYXZ-SJ7f4', '2025-08-03 16:33:34', '2025-08-03 16:33:34'),
(757, '157.48.180.4', 'cIK7MER7S6GBbFT0CrMvzd:APA91bHp7W_4S7VVAYl5Ge88DudFTBbtoFM2sRkeYAmIHzjMSnlIkpTDkpOTc8NsUu8wKM59k1FGoRkGgjeWNKVtZEfcV7o28srQX2FWib6gxlQt9SRkb1Q', '2025-08-05 06:43:45', '2025-08-05 06:43:45'),
(758, '157.48.180.4', 'cIK7MER7S6GBbFT0CrMvzd:APA91bHp7W_4S7VVAYl5Ge88DudFTBbtoFM2sRkeYAmIHzjMSnlIkpTDkpOTc8NsUu8wKM59k1FGoRkGgjeWNKVtZEfcV7o28srQX2FWib6gxlQt9SRkb1Q', '2025-08-05 06:43:46', '2025-08-05 06:43:46'),
(759, '157.48.180.4', 'cIK7MER7S6GBbFT0CrMvzd:APA91bHp7W_4S7VVAYl5Ge88DudFTBbtoFM2sRkeYAmIHzjMSnlIkpTDkpOTc8NsUu8wKM59k1FGoRkGgjeWNKVtZEfcV7o28srQX2FWib6gxlQt9SRkb1Q', '2025-08-05 06:44:14', '2025-08-05 06:44:14'),
(760, '157.48.180.4', 'cIK7MER7S6GBbFT0CrMvzd:APA91bHp7W_4S7VVAYl5Ge88DudFTBbtoFM2sRkeYAmIHzjMSnlIkpTDkpOTc8NsUu8wKM59k1FGoRkGgjeWNKVtZEfcV7o28srQX2FWib6gxlQt9SRkb1Q', '2025-08-05 06:44:59', '2025-08-05 06:44:59'),
(761, '152.59.146.8', 'dF06goMDTj6b5uRD_xx1z2:APA91bEmb3JI1Ju2GrXlTHHq-gxhycLG_8ZqZA9-xCgbtyFq8BFRPjm9-NuJEZf5FO27Hz4x6ty2DjJrLC1gOtgyHsiCDxXB9rVP2CZ5fOViwpgtvk4R8uk', '2025-08-06 04:19:01', '2025-08-06 04:19:01'),
(762, '152.59.146.8', 'dF06goMDTj6b5uRD_xx1z2:APA91bEmb3JI1Ju2GrXlTHHq-gxhycLG_8ZqZA9-xCgbtyFq8BFRPjm9-NuJEZf5FO27Hz4x6ty2DjJrLC1gOtgyHsiCDxXB9rVP2CZ5fOViwpgtvk4R8uk', '2025-08-06 04:19:03', '2025-08-06 04:19:03'),
(763, '152.59.147.54', 'dF06goMDTj6b5uRD_xx1z2:APA91bEmb3JI1Ju2GrXlTHHq-gxhycLG_8ZqZA9-xCgbtyFq8BFRPjm9-NuJEZf5FO27Hz4x6ty2DjJrLC1gOtgyHsiCDxXB9rVP2CZ5fOViwpgtvk4R8uk', '2025-08-06 04:19:14', '2025-08-06 04:19:14'),
(764, '152.58.35.147', 'cNcCB7NCThinARB7XEPk7-:APA91bFqgew-s-2SRnsG1PDcRimUGHInQ_UsHL5gRbYRVN2RyD6DsuKKGEoU5jQoyC2-Q_bs6z9nJP_WF_HlVLKhZfyb_440YxXJxpktm-4lR7iFbRa5ih0', '2025-08-06 06:17:05', '2025-08-06 06:17:05'),
(765, '152.58.35.147', 'cNcCB7NCThinARB7XEPk7-:APA91bFqgew-s-2SRnsG1PDcRimUGHInQ_UsHL5gRbYRVN2RyD6DsuKKGEoU5jQoyC2-Q_bs6z9nJP_WF_HlVLKhZfyb_440YxXJxpktm-4lR7iFbRa5ih0', '2025-08-06 06:17:14', '2025-08-06 06:17:14'),
(766, '152.58.34.182', 'cNcCB7NCThinARB7XEPk7-:APA91bFqgew-s-2SRnsG1PDcRimUGHInQ_UsHL5gRbYRVN2RyD6DsuKKGEoU5jQoyC2-Q_bs6z9nJP_WF_HlVLKhZfyb_440YxXJxpktm-4lR7iFbRa5ih0', '2025-08-06 06:17:22', '2025-08-06 06:17:22'),
(767, '152.58.34.182', 'cNcCB7NCThinARB7XEPk7-:APA91bFqgew-s-2SRnsG1PDcRimUGHInQ_UsHL5gRbYRVN2RyD6DsuKKGEoU5jQoyC2-Q_bs6z9nJP_WF_HlVLKhZfyb_440YxXJxpktm-4lR7iFbRa5ih0', '2025-08-06 06:17:33', '2025-08-06 06:17:33'),
(768, '152.58.35.147', 'cNcCB7NCThinARB7XEPk7-:APA91bFqgew-s-2SRnsG1PDcRimUGHInQ_UsHL5gRbYRVN2RyD6DsuKKGEoU5jQoyC2-Q_bs6z9nJP_WF_HlVLKhZfyb_440YxXJxpktm-4lR7iFbRa5ih0', '2025-08-06 06:17:48', '2025-08-06 06:17:48'),
(769, '157.45.71.173', 'd4seNnIWSuiykrBEK3232I:APA91bHHAh_EwXJArEFB6p8rjq5umodBK4sjcANCHIewgvSlwHI0L6FibcEZkLa4oPahpH_eRhkRCa42JUHqboTxSRFTFWIjdkob-M9GjTCpxWRZLdHvGQU', '2025-08-06 07:02:15', '2025-08-06 07:02:15'),
(770, '157.45.71.173', 'd4seNnIWSuiykrBEK3232I:APA91bHHAh_EwXJArEFB6p8rjq5umodBK4sjcANCHIewgvSlwHI0L6FibcEZkLa4oPahpH_eRhkRCa42JUHqboTxSRFTFWIjdkob-M9GjTCpxWRZLdHvGQU', '2025-08-06 07:02:17', '2025-08-06 07:02:17'),
(771, '157.45.71.173', 'd4seNnIWSuiykrBEK3232I:APA91bHHAh_EwXJArEFB6p8rjq5umodBK4sjcANCHIewgvSlwHI0L6FibcEZkLa4oPahpH_eRhkRCa42JUHqboTxSRFTFWIjdkob-M9GjTCpxWRZLdHvGQU', '2025-08-06 07:02:18', '2025-08-06 07:02:18'),
(772, '157.45.71.173', 'd4seNnIWSuiykrBEK3232I:APA91bHHAh_EwXJArEFB6p8rjq5umodBK4sjcANCHIewgvSlwHI0L6FibcEZkLa4oPahpH_eRhkRCa42JUHqboTxSRFTFWIjdkob-M9GjTCpxWRZLdHvGQU', '2025-08-06 07:02:18', '2025-08-06 07:02:18'),
(773, '157.45.66.184', 'd4seNnIWSuiykrBEK3232I:APA91bHHAh_EwXJArEFB6p8rjq5umodBK4sjcANCHIewgvSlwHI0L6FibcEZkLa4oPahpH_eRhkRCa42JUHqboTxSRFTFWIjdkob-M9GjTCpxWRZLdHvGQU', '2025-08-06 07:02:39', '2025-08-06 07:02:39'),
(774, '157.45.71.173', 'd4seNnIWSuiykrBEK3232I:APA91bHHAh_EwXJArEFB6p8rjq5umodBK4sjcANCHIewgvSlwHI0L6FibcEZkLa4oPahpH_eRhkRCa42JUHqboTxSRFTFWIjdkob-M9GjTCpxWRZLdHvGQU', '2025-08-06 07:02:51', '2025-08-06 07:02:51'),
(775, '157.45.71.173', 'd4seNnIWSuiykrBEK3232I:APA91bHHAh_EwXJArEFB6p8rjq5umodBK4sjcANCHIewgvSlwHI0L6FibcEZkLa4oPahpH_eRhkRCa42JUHqboTxSRFTFWIjdkob-M9GjTCpxWRZLdHvGQU', '2025-08-06 07:02:52', '2025-08-06 07:02:52'),
(776, '157.45.71.173', 'd4seNnIWSuiykrBEK3232I:APA91bHHAh_EwXJArEFB6p8rjq5umodBK4sjcANCHIewgvSlwHI0L6FibcEZkLa4oPahpH_eRhkRCa42JUHqboTxSRFTFWIjdkob-M9GjTCpxWRZLdHvGQU', '2025-08-06 07:02:54', '2025-08-06 07:02:54'),
(777, '106.215.177.59', 'eWPvVszjTnKSZMHJDE1nuQ:APA91bEDDsN2srcVs22AFEDOPTmFQkElArzAjHIZZjyuUyhLsPPdWa_tWjP6TQNmGiFpleK_Q1UjWTkTCoQB-VUqlNW5j_9mYG594XGw-NYXlYUqulJ-NgI', '2025-08-07 15:29:02', '2025-08-07 15:29:02'),
(778, '106.215.177.59', 'eWPvVszjTnKSZMHJDE1nuQ:APA91bEDDsN2srcVs22AFEDOPTmFQkElArzAjHIZZjyuUyhLsPPdWa_tWjP6TQNmGiFpleK_Q1UjWTkTCoQB-VUqlNW5j_9mYG594XGw-NYXlYUqulJ-NgI', '2025-08-07 15:29:14', '2025-08-07 15:29:14'),
(779, '223.238.17.24', 'ceQWad8sQf6X9y1GGxNcqY:APA91bHwu2LH4xLpPaeKk_Bme8OJqrDrHyf9AAjHzAF80vUf5whk1r1d7zkn3aSymiiOSlf7c4jubiqAijpp2MkxSPcDAapEely6HwHU8zuNcWG9rwoW_dQ', '2025-08-08 06:14:23', '2025-08-08 06:14:23'),
(780, '47.31.86.93', 'eOabackdQl2-_Cbhn1IQ8f:APA91bEGyzGsFL6NKYzK9p1wrvph5uWHH4GiyEglGGrIwhCevRrYp38iCiCz2ECZoKPoK1bQ3FcOeBM3U5HNBN0xIVfnWVcEXlfWFsN2b9yApieAXU5MEMw', '2025-08-09 13:50:13', '2025-08-09 13:50:13'),
(781, '47.31.86.93', 'eOabackdQl2-_Cbhn1IQ8f:APA91bEGyzGsFL6NKYzK9p1wrvph5uWHH4GiyEglGGrIwhCevRrYp38iCiCz2ECZoKPoK1bQ3FcOeBM3U5HNBN0xIVfnWVcEXlfWFsN2b9yApieAXU5MEMw', '2025-08-09 13:50:22', '2025-08-09 13:50:22'),
(782, '47.31.86.93', 'eOabackdQl2-_Cbhn1IQ8f:APA91bEGyzGsFL6NKYzK9p1wrvph5uWHH4GiyEglGGrIwhCevRrYp38iCiCz2ECZoKPoK1bQ3FcOeBM3U5HNBN0xIVfnWVcEXlfWFsN2b9yApieAXU5MEMw', '2025-08-09 13:50:23', '2025-08-09 13:50:23'),
(783, '152.56.68.86', 'dyovmpNVS9aKOirxznQUNE:APA91bHwUw6t6HgNGhtf6rXiaYaW_ui5GLkn4cbJYNkqfqgNBZxluIKNZ-IZuZX7LtKcpT_hUZm74QH5SBKOTI9Y3Z4pDhzooVp5tLXp5GeSZvOX7cmmc9g', '2025-08-10 08:14:56', '2025-08-10 08:14:56'),
(784, '152.56.68.86', 'dyovmpNVS9aKOirxznQUNE:APA91bHwUw6t6HgNGhtf6rXiaYaW_ui5GLkn4cbJYNkqfqgNBZxluIKNZ-IZuZX7LtKcpT_hUZm74QH5SBKOTI9Y3Z4pDhzooVp5tLXp5GeSZvOX7cmmc9g', '2025-08-10 08:14:57', '2025-08-10 08:14:57'),
(785, '152.56.68.86', 'dyovmpNVS9aKOirxznQUNE:APA91bHwUw6t6HgNGhtf6rXiaYaW_ui5GLkn4cbJYNkqfqgNBZxluIKNZ-IZuZX7LtKcpT_hUZm74QH5SBKOTI9Y3Z4pDhzooVp5tLXp5GeSZvOX7cmmc9g', '2025-08-10 08:15:11', '2025-08-10 08:15:11'),
(786, '152.56.68.86', 'dyovmpNVS9aKOirxznQUNE:APA91bHwUw6t6HgNGhtf6rXiaYaW_ui5GLkn4cbJYNkqfqgNBZxluIKNZ-IZuZX7LtKcpT_hUZm74QH5SBKOTI9Y3Z4pDhzooVp5tLXp5GeSZvOX7cmmc9g', '2025-08-10 08:15:22', '2025-08-10 08:15:22'),
(787, '47.15.88.251', 'cMPRanu_QBCP9wEb5Z4r9C:APA91bHPc8-Jf_0C-_LwltnAnSWEViqAftjTjfxKpxX2ujNOWW1L5-x49wjv607mxk35rNHkvyD8bWNw63yMxYAM1_zR50BwgGe1zq8sp--r1TjffmDjK5A', '2025-08-11 08:07:36', '2025-08-11 08:07:36'),
(788, '47.15.88.251', 'cMPRanu_QBCP9wEb5Z4r9C:APA91bHPc8-Jf_0C-_LwltnAnSWEViqAftjTjfxKpxX2ujNOWW1L5-x49wjv607mxk35rNHkvyD8bWNw63yMxYAM1_zR50BwgGe1zq8sp--r1TjffmDjK5A', '2025-08-11 08:07:59', '2025-08-11 08:07:59'),
(789, '47.15.88.251', 'cMPRanu_QBCP9wEb5Z4r9C:APA91bHPc8-Jf_0C-_LwltnAnSWEViqAftjTjfxKpxX2ujNOWW1L5-x49wjv607mxk35rNHkvyD8bWNw63yMxYAM1_zR50BwgGe1zq8sp--r1TjffmDjK5A', '2025-08-11 08:09:28', '2025-08-11 08:09:28'),
(790, '47.15.108.236', 'cMPRanu_QBCP9wEb5Z4r9C:APA91bHPc8-Jf_0C-_LwltnAnSWEViqAftjTjfxKpxX2ujNOWW1L5-x49wjv607mxk35rNHkvyD8bWNw63yMxYAM1_zR50BwgGe1zq8sp--r1TjffmDjK5A', '2025-08-11 08:09:51', '2025-08-11 08:09:51'),
(791, '47.15.88.251', 'cMPRanu_QBCP9wEb5Z4r9C:APA91bHPc8-Jf_0C-_LwltnAnSWEViqAftjTjfxKpxX2ujNOWW1L5-x49wjv607mxk35rNHkvyD8bWNw63yMxYAM1_zR50BwgGe1zq8sp--r1TjffmDjK5A', '2025-08-11 08:09:52', '2025-08-11 08:09:52'),
(792, '47.15.88.251', 'cMPRanu_QBCP9wEb5Z4r9C:APA91bHPc8-Jf_0C-_LwltnAnSWEViqAftjTjfxKpxX2ujNOWW1L5-x49wjv607mxk35rNHkvyD8bWNw63yMxYAM1_zR50BwgGe1zq8sp--r1TjffmDjK5A', '2025-08-11 08:10:11', '2025-08-11 08:10:11'),
(793, '27.59.100.154', 'dBpHvNjVRX6RHS-nYSRipm:APA91bGtN9EnpjkyjMe5-QwxLb63EwP03_JjsSO87OlgU6K8QnmUnJr3k9hbb7_NQ3DXjEV91qQYAEa1qy0b0bJWJQK1FlvxcsCHTIGMxoKRT3yDGHIA5q0', '2025-08-11 15:46:44', '2025-08-11 15:46:44'),
(794, '27.59.100.154', 'dBpHvNjVRX6RHS-nYSRipm:APA91bGtN9EnpjkyjMe5-QwxLb63EwP03_JjsSO87OlgU6K8QnmUnJr3k9hbb7_NQ3DXjEV91qQYAEa1qy0b0bJWJQK1FlvxcsCHTIGMxoKRT3yDGHIA5q0', '2025-08-11 15:46:46', '2025-08-11 15:46:46'),
(795, '27.59.100.154', 'dBpHvNjVRX6RHS-nYSRipm:APA91bGtN9EnpjkyjMe5-QwxLb63EwP03_JjsSO87OlgU6K8QnmUnJr3k9hbb7_NQ3DXjEV91qQYAEa1qy0b0bJWJQK1FlvxcsCHTIGMxoKRT3yDGHIA5q0', '2025-08-11 15:47:00', '2025-08-11 15:47:00'),
(796, '49.47.195.46', 'eN1-brxjTcmg69wl-puHBj:APA91bFsmTtytg6Unpjj7SEJN9Xd7zBijd5RO7y8PQq4OHChu2h7dYj0lZBgS6hc-nfyQT4jYUJFHfgvHheUp4oPf3iJD_eu0E2pW1jUQfKbNSh2zNlGwLU', '2025-08-11 17:35:15', '2025-08-11 17:35:15'),
(797, '49.47.195.46', 'eN1-brxjTcmg69wl-puHBj:APA91bFsmTtytg6Unpjj7SEJN9Xd7zBijd5RO7y8PQq4OHChu2h7dYj0lZBgS6hc-nfyQT4jYUJFHfgvHheUp4oPf3iJD_eu0E2pW1jUQfKbNSh2zNlGwLU', '2025-08-11 17:35:15', '2025-08-11 17:35:15'),
(798, '49.47.195.46', 'eN1-brxjTcmg69wl-puHBj:APA91bFsmTtytg6Unpjj7SEJN9Xd7zBijd5RO7y8PQq4OHChu2h7dYj0lZBgS6hc-nfyQT4jYUJFHfgvHheUp4oPf3iJD_eu0E2pW1jUQfKbNSh2zNlGwLU', '2025-08-11 17:35:30', '2025-08-11 17:35:30'),
(799, '49.47.195.46', 'eN1-brxjTcmg69wl-puHBj:APA91bFsmTtytg6Unpjj7SEJN9Xd7zBijd5RO7y8PQq4OHChu2h7dYj0lZBgS6hc-nfyQT4jYUJFHfgvHheUp4oPf3iJD_eu0E2pW1jUQfKbNSh2zNlGwLU', '2025-08-11 17:35:31', '2025-08-11 17:35:31'),
(800, '152.57.48.109', 'f4JaRttyTXes7OoJDdfLwX:APA91bGVr1bIRxX-DSND_R986IFuiTbxDh1duugP26waGue-rB_bGA1McKptFA_06QAo1TqktzDbFRZlpBHtdfqeO3cCUsjMHEmKZhj--tpgOJs-gnBdsNs', '2025-08-11 17:44:53', '2025-08-11 17:44:53'),
(801, '152.57.71.8', 'f4JaRttyTXes7OoJDdfLwX:APA91bGVr1bIRxX-DSND_R986IFuiTbxDh1duugP26waGue-rB_bGA1McKptFA_06QAo1TqktzDbFRZlpBHtdfqeO3cCUsjMHEmKZhj--tpgOJs-gnBdsNs', '2025-08-11 17:44:57', '2025-08-11 17:44:57'),
(802, '152.57.71.8', 'f4JaRttyTXes7OoJDdfLwX:APA91bGVr1bIRxX-DSND_R986IFuiTbxDh1duugP26waGue-rB_bGA1McKptFA_06QAo1TqktzDbFRZlpBHtdfqeO3cCUsjMHEmKZhj--tpgOJs-gnBdsNs', '2025-08-11 17:45:18', '2025-08-11 17:45:18'),
(803, '152.57.71.8', 'f4JaRttyTXes7OoJDdfLwX:APA91bGVr1bIRxX-DSND_R986IFuiTbxDh1duugP26waGue-rB_bGA1McKptFA_06QAo1TqktzDbFRZlpBHtdfqeO3cCUsjMHEmKZhj--tpgOJs-gnBdsNs', '2025-08-11 17:45:19', '2025-08-11 17:45:19'),
(804, '152.57.71.8', 'f4JaRttyTXes7OoJDdfLwX:APA91bGVr1bIRxX-DSND_R986IFuiTbxDh1duugP26waGue-rB_bGA1McKptFA_06QAo1TqktzDbFRZlpBHtdfqeO3cCUsjMHEmKZhj--tpgOJs-gnBdsNs', '2025-08-11 17:45:48', '2025-08-11 17:45:48'),
(805, '152.57.71.8', 'f4JaRttyTXes7OoJDdfLwX:APA91bGVr1bIRxX-DSND_R986IFuiTbxDh1duugP26waGue-rB_bGA1McKptFA_06QAo1TqktzDbFRZlpBHtdfqeO3cCUsjMHEmKZhj--tpgOJs-gnBdsNs', '2025-08-11 17:45:48', '2025-08-11 17:45:48'),
(806, '152.57.71.8', 'f4JaRttyTXes7OoJDdfLwX:APA91bGVr1bIRxX-DSND_R986IFuiTbxDh1duugP26waGue-rB_bGA1McKptFA_06QAo1TqktzDbFRZlpBHtdfqeO3cCUsjMHEmKZhj--tpgOJs-gnBdsNs', '2025-08-11 17:45:49', '2025-08-11 17:45:49');
INSERT INTO `guests` (`id`, `ip_address`, `fcm_token`, `created_at`, `updated_at`) VALUES
(807, '152.57.71.8', 'f4JaRttyTXes7OoJDdfLwX:APA91bGVr1bIRxX-DSND_R986IFuiTbxDh1duugP26waGue-rB_bGA1McKptFA_06QAo1TqktzDbFRZlpBHtdfqeO3cCUsjMHEmKZhj--tpgOJs-gnBdsNs', '2025-08-11 17:46:13', '2025-08-11 17:46:13'),
(808, '181.15.96.9', '@', '2025-08-12 06:31:38', '2025-08-12 06:31:38'),
(809, '195.5.50.36', '@', '2025-08-12 06:39:43', '2025-08-12 06:39:43'),
(810, '223.190.82.164', 'c53hXpcnRmivUuCMp4Zh-q:APA91bG31mg-62pNmJ5qf3Pa4mx3_yBPHN1TTLGbtwZUT86DyaPP_ZBP1q2MBLGVEVCE3xXA-F6dtDk02ZYd3PIbA0VyDNxxHA88f50vmWFpCRTDMy0f3U8', '2025-08-14 02:30:36', '2025-08-14 02:30:36'),
(811, '223.190.82.164', 'c53hXpcnRmivUuCMp4Zh-q:APA91bG31mg-62pNmJ5qf3Pa4mx3_yBPHN1TTLGbtwZUT86DyaPP_ZBP1q2MBLGVEVCE3xXA-F6dtDk02ZYd3PIbA0VyDNxxHA88f50vmWFpCRTDMy0f3U8', '2025-08-14 02:30:38', '2025-08-14 02:30:38'),
(812, '223.190.82.164', 'c53hXpcnRmivUuCMp4Zh-q:APA91bG31mg-62pNmJ5qf3Pa4mx3_yBPHN1TTLGbtwZUT86DyaPP_ZBP1q2MBLGVEVCE3xXA-F6dtDk02ZYd3PIbA0VyDNxxHA88f50vmWFpCRTDMy0f3U8', '2025-08-14 02:30:40', '2025-08-14 02:30:40'),
(813, '103.91.163.246', 'c_q9IxtlRtmTBIVd6Nj0Jj:APA91bFmrR3mggHIkjxTidMlwMk8cq95a_zRZTpW7nmbVkBDWFx8RT_8RzrqKn54gFMWO3VohLd2Yy3Wi1FaJEac4ppxg8BOfmQo9jxbuohvFASZo98mMzU', '2025-08-14 04:20:25', '2025-08-14 04:20:25'),
(814, '103.91.163.246', 'c_q9IxtlRtmTBIVd6Nj0Jj:APA91bFmrR3mggHIkjxTidMlwMk8cq95a_zRZTpW7nmbVkBDWFx8RT_8RzrqKn54gFMWO3VohLd2Yy3Wi1FaJEac4ppxg8BOfmQo9jxbuohvFASZo98mMzU', '2025-08-14 04:20:37', '2025-08-14 04:20:37'),
(815, '103.91.163.246', 'c_q9IxtlRtmTBIVd6Nj0Jj:APA91bFmrR3mggHIkjxTidMlwMk8cq95a_zRZTpW7nmbVkBDWFx8RT_8RzrqKn54gFMWO3VohLd2Yy3Wi1FaJEac4ppxg8BOfmQo9jxbuohvFASZo98mMzU', '2025-08-14 04:20:49', '2025-08-14 04:20:49'),
(816, '103.91.163.246', 'c_q9IxtlRtmTBIVd6Nj0Jj:APA91bFmrR3mggHIkjxTidMlwMk8cq95a_zRZTpW7nmbVkBDWFx8RT_8RzrqKn54gFMWO3VohLd2Yy3Wi1FaJEac4ppxg8BOfmQo9jxbuohvFASZo98mMzU', '2025-08-14 04:20:58', '2025-08-14 04:20:58'),
(817, '157.50.127.184', 'dwN48Ry4SC-ArYAdUY1KCb:APA91bG1lc-BQcbnbOoq8ddqk3m245ULYSfc-LdoWrQtOsj4bvY8K6-0Xb41817tPkq0JoMht9o7pe28Zk7rwZ3sE1n1KE6hG_EFtZ1ux8gv9QkI8PJLuB4', '2025-08-14 09:26:04', '2025-08-14 09:26:04'),
(818, '157.50.127.184', 'dwN48Ry4SC-ArYAdUY1KCb:APA91bG1lc-BQcbnbOoq8ddqk3m245ULYSfc-LdoWrQtOsj4bvY8K6-0Xb41817tPkq0JoMht9o7pe28Zk7rwZ3sE1n1KE6hG_EFtZ1ux8gv9QkI8PJLuB4', '2025-08-14 09:26:21', '2025-08-14 09:26:21'),
(819, '42.108.85.179', 'e1rmvtCQT1mPeKD6wka_KQ:APA91bFt4Gqr1WLG5Z0ulcixSQMabBhVyjzEZoSxL_9gzVMHKzILk9LUmcHervVUWN3J5uZmE7usiOaVbpWSwsMQXnw0FP73eYBZwTYD0ixzLz2f7Nj6G54', '2025-08-15 05:31:17', '2025-08-15 05:31:17'),
(820, '42.108.85.197', 'e1rmvtCQT1mPeKD6wka_KQ:APA91bFt4Gqr1WLG5Z0ulcixSQMabBhVyjzEZoSxL_9gzVMHKzILk9LUmcHervVUWN3J5uZmE7usiOaVbpWSwsMQXnw0FP73eYBZwTYD0ixzLz2f7Nj6G54', '2025-08-15 05:31:19', '2025-08-15 05:31:19'),
(821, '42.108.85.197', 'e1rmvtCQT1mPeKD6wka_KQ:APA91bFt4Gqr1WLG5Z0ulcixSQMabBhVyjzEZoSxL_9gzVMHKzILk9LUmcHervVUWN3J5uZmE7usiOaVbpWSwsMQXnw0FP73eYBZwTYD0ixzLz2f7Nj6G54', '2025-08-15 05:31:27', '2025-08-15 05:31:27'),
(822, '42.108.85.197', 'e1rmvtCQT1mPeKD6wka_KQ:APA91bFt4Gqr1WLG5Z0ulcixSQMabBhVyjzEZoSxL_9gzVMHKzILk9LUmcHervVUWN3J5uZmE7usiOaVbpWSwsMQXnw0FP73eYBZwTYD0ixzLz2f7Nj6G54', '2025-08-15 05:31:29', '2025-08-15 05:31:29'),
(823, '42.108.85.179', 'e1rmvtCQT1mPeKD6wka_KQ:APA91bFt4Gqr1WLG5Z0ulcixSQMabBhVyjzEZoSxL_9gzVMHKzILk9LUmcHervVUWN3J5uZmE7usiOaVbpWSwsMQXnw0FP73eYBZwTYD0ixzLz2f7Nj6G54', '2025-08-15 05:31:40', '2025-08-15 05:31:40'),
(824, '42.108.85.197', 'e1rmvtCQT1mPeKD6wka_KQ:APA91bFt4Gqr1WLG5Z0ulcixSQMabBhVyjzEZoSxL_9gzVMHKzILk9LUmcHervVUWN3J5uZmE7usiOaVbpWSwsMQXnw0FP73eYBZwTYD0ixzLz2f7Nj6G54', '2025-08-15 05:34:35', '2025-08-15 05:34:35'),
(825, '42.108.85.197', 'e1rmvtCQT1mPeKD6wka_KQ:APA91bFt4Gqr1WLG5Z0ulcixSQMabBhVyjzEZoSxL_9gzVMHKzILk9LUmcHervVUWN3J5uZmE7usiOaVbpWSwsMQXnw0FP73eYBZwTYD0ixzLz2f7Nj6G54', '2025-08-15 05:34:59', '2025-08-15 05:34:59'),
(826, '42.108.85.197', 'e1rmvtCQT1mPeKD6wka_KQ:APA91bFt4Gqr1WLG5Z0ulcixSQMabBhVyjzEZoSxL_9gzVMHKzILk9LUmcHervVUWN3J5uZmE7usiOaVbpWSwsMQXnw0FP73eYBZwTYD0ixzLz2f7Nj6G54', '2025-08-15 05:35:00', '2025-08-15 05:35:00'),
(827, '106.198.118.23', 'dXkHnIQwTSml7PrT1vc3fP:APA91bHuBZQzbaSHDbXFDT8EzkRdiJ-yefMUolg0g-TwX-SfMlJ29DkcjQ6KaYMKqN-6LQ8gxce2sCxXX47qJNXBPVXXDVjagUMw_unIBdPHaE4i10swb4M', '2025-08-15 08:40:40', '2025-08-15 08:40:40'),
(828, '106.51.198.126', 'eqt7nUXCTOerRNTWR1QjDc:APA91bHT7rWaaofqINoOq6aTk2KfBD1NbcbcwUKsOGWLPdeu9w8qj5a-v4mqXpzEq61CPFV3CEh-EgrAQW0ZwMJ_6AFNoMI1E-ICI38sOy5e8sPcqvOcIi0', '2025-08-17 09:26:57', '2025-08-17 09:26:57'),
(829, '182.68.100.35', 'fC3gH-A4R_-3rsMEOuhftP:APA91bHjiHAPUAWtI9J63xjZHa-4UTSZ9MHMGpn-RLx_PpthWK2oYhZ7-ziSYGcplzpkOm68ibonLDO0r8TfrNlVCTTx_px2kPBane5IcnF7k_zn9yBjW7o', '2025-08-17 13:26:01', '2025-08-17 13:26:01'),
(830, '182.68.100.35', 'fC3gH-A4R_-3rsMEOuhftP:APA91bHjiHAPUAWtI9J63xjZHa-4UTSZ9MHMGpn-RLx_PpthWK2oYhZ7-ziSYGcplzpkOm68ibonLDO0r8TfrNlVCTTx_px2kPBane5IcnF7k_zn9yBjW7o', '2025-08-17 13:26:02', '2025-08-17 13:26:02'),
(831, '182.68.100.35', 'fC3gH-A4R_-3rsMEOuhftP:APA91bHjiHAPUAWtI9J63xjZHa-4UTSZ9MHMGpn-RLx_PpthWK2oYhZ7-ziSYGcplzpkOm68ibonLDO0r8TfrNlVCTTx_px2kPBane5IcnF7k_zn9yBjW7o', '2025-08-17 13:26:10', '2025-08-17 13:26:10'),
(832, '182.68.100.35', 'fC3gH-A4R_-3rsMEOuhftP:APA91bHjiHAPUAWtI9J63xjZHa-4UTSZ9MHMGpn-RLx_PpthWK2oYhZ7-ziSYGcplzpkOm68ibonLDO0r8TfrNlVCTTx_px2kPBane5IcnF7k_zn9yBjW7o', '2025-08-17 13:26:18', '2025-08-17 13:26:18'),
(833, '182.68.100.35', 'fC3gH-A4R_-3rsMEOuhftP:APA91bHjiHAPUAWtI9J63xjZHa-4UTSZ9MHMGpn-RLx_PpthWK2oYhZ7-ziSYGcplzpkOm68ibonLDO0r8TfrNlVCTTx_px2kPBane5IcnF7k_zn9yBjW7o', '2025-08-17 13:26:27', '2025-08-17 13:26:27'),
(834, '182.68.100.35', 'fC3gH-A4R_-3rsMEOuhftP:APA91bHjiHAPUAWtI9J63xjZHa-4UTSZ9MHMGpn-RLx_PpthWK2oYhZ7-ziSYGcplzpkOm68ibonLDO0r8TfrNlVCTTx_px2kPBane5IcnF7k_zn9yBjW7o', '2025-08-17 13:26:27', '2025-08-17 13:26:27'),
(835, '152.57.67.93', 'dyyQKltGvkyyg6Nxe9LqNu:APA91bH2oaL119hdxtQCBYGhYhF1ZiQGDz3lePocU0rsvEUuZK9-8IZMU47H-ircrfhWWEVpUmsBYZ-soxmQ2xozAInqo2Xf71KRu-Kfg0gx0aIfsxy95V0', '2025-08-21 12:45:42', '2025-08-21 12:45:42'),
(836, '103.228.32.131', 'dwuMe0_vQkWlIOeHbnfmi6:APA91bGteBLSv5aPnfurmNLiON0p4wdGyenf4Mz-6Ufry_s-Mb_BGDsCtjHOC3D1OppZPUdlR5IIa7uJOJJ46zdC2slltpQAz_bLknC1Mb4etWwRBAzHGeA', '2025-08-23 05:37:15', '2025-08-23 05:37:15'),
(837, '103.228.32.131', 'dwuMe0_vQkWlIOeHbnfmi6:APA91bGteBLSv5aPnfurmNLiON0p4wdGyenf4Mz-6Ufry_s-Mb_BGDsCtjHOC3D1OppZPUdlR5IIa7uJOJJ46zdC2slltpQAz_bLknC1Mb4etWwRBAzHGeA', '2025-08-23 05:37:26', '2025-08-23 05:37:26'),
(838, '103.228.32.131', 'dwuMe0_vQkWlIOeHbnfmi6:APA91bGteBLSv5aPnfurmNLiON0p4wdGyenf4Mz-6Ufry_s-Mb_BGDsCtjHOC3D1OppZPUdlR5IIa7uJOJJ46zdC2slltpQAz_bLknC1Mb4etWwRBAzHGeA', '2025-08-23 05:37:39', '2025-08-23 05:37:39'),
(839, '103.228.32.131', 'dwuMe0_vQkWlIOeHbnfmi6:APA91bGteBLSv5aPnfurmNLiON0p4wdGyenf4Mz-6Ufry_s-Mb_BGDsCtjHOC3D1OppZPUdlR5IIa7uJOJJ46zdC2slltpQAz_bLknC1Mb4etWwRBAzHGeA', '2025-08-23 05:37:51', '2025-08-23 05:37:51'),
(840, '106.205.187.213', 'f-vSUxdjQ06JglfX_oqmaI:APA91bELCAx-AIJXWpRHIZTKV_PEbkf72og3SdXds5zk7fHZxvWRuGRAkumSn6CAQEzms5u34RZP0FKkT8Mtguh3xOfQPWDGj05mi8cIg5_O8XAtfd0IL94', '2025-08-23 15:24:38', '2025-08-23 15:24:38'),
(841, '106.205.187.213', 'f-vSUxdjQ06JglfX_oqmaI:APA91bELCAx-AIJXWpRHIZTKV_PEbkf72og3SdXds5zk7fHZxvWRuGRAkumSn6CAQEzms5u34RZP0FKkT8Mtguh3xOfQPWDGj05mi8cIg5_O8XAtfd0IL94', '2025-08-23 15:26:17', '2025-08-23 15:26:17'),
(842, '157.48.157.183', 'f9aKT5jGTH6Ldppx38H-ha:APA91bHO-pHEWuQ0NJpK5LLRElN6NvdPeoBrC_aAvL7QH7zECr3nw0oaPRsuQOj7xGMWOcYVJlwlCudfosKRV9YVagK4dAmm3W8Mrbf_-uVP-u1P05Is3Ps', '2025-08-24 06:47:04', '2025-08-24 06:47:04'),
(843, '157.48.157.183', 'f9aKT5jGTH6Ldppx38H-ha:APA91bHO-pHEWuQ0NJpK5LLRElN6NvdPeoBrC_aAvL7QH7zECr3nw0oaPRsuQOj7xGMWOcYVJlwlCudfosKRV9YVagK4dAmm3W8Mrbf_-uVP-u1P05Is3Ps', '2025-08-24 06:47:28', '2025-08-24 06:47:28'),
(844, '157.48.176.65', 'f9aKT5jGTH6Ldppx38H-ha:APA91bHO-pHEWuQ0NJpK5LLRElN6NvdPeoBrC_aAvL7QH7zECr3nw0oaPRsuQOj7xGMWOcYVJlwlCudfosKRV9YVagK4dAmm3W8Mrbf_-uVP-u1P05Is3Ps', '2025-08-24 06:48:08', '2025-08-24 06:48:08'),
(845, '117.99.40.194', 'dpyGTu4hSRqOjmzfVQYr4K:APA91bGejsXm7vlPqfhzwIhpE7UcUewtxJDFlsS9mZQgcEo6GqkX8cwkXGQfNe95B93KFQuPvXqeblW3Vxco93IPRIEdZ4fSsTB0UdHqGgPvihwWVVppMKg', '2025-08-25 02:17:43', '2025-08-25 02:17:43'),
(846, '117.99.40.194', 'dpyGTu4hSRqOjmzfVQYr4K:APA91bGejsXm7vlPqfhzwIhpE7UcUewtxJDFlsS9mZQgcEo6GqkX8cwkXGQfNe95B93KFQuPvXqeblW3Vxco93IPRIEdZ4fSsTB0UdHqGgPvihwWVVppMKg', '2025-08-25 02:17:44', '2025-08-25 02:17:44'),
(847, '117.99.40.194', 'dpyGTu4hSRqOjmzfVQYr4K:APA91bGejsXm7vlPqfhzwIhpE7UcUewtxJDFlsS9mZQgcEo6GqkX8cwkXGQfNe95B93KFQuPvXqeblW3Vxco93IPRIEdZ4fSsTB0UdHqGgPvihwWVVppMKg', '2025-08-25 02:18:09', '2025-08-25 02:18:09'),
(848, '117.99.40.194', 'dpyGTu4hSRqOjmzfVQYr4K:APA91bGejsXm7vlPqfhzwIhpE7UcUewtxJDFlsS9mZQgcEo6GqkX8cwkXGQfNe95B93KFQuPvXqeblW3Vxco93IPRIEdZ4fSsTB0UdHqGgPvihwWVVppMKg', '2025-08-25 02:18:38', '2025-08-25 02:18:38'),
(849, '103.59.75.247', 'fjKXhLv1QJOSNq9ZwG-SUc:APA91bHS10Px8b3AoSuMXpV79dygJB1F3Ysj4nrUELmpw-M2bFr10HZu-kx6jA11Dpd5kQLG4LMZvT69WoGVfmw0UHhVzAhrYbNrOnJHEL6f2jXZ2GL6x2Q', '2025-08-25 23:29:44', '2025-08-25 23:29:44'),
(850, '103.59.75.247', 'fjKXhLv1QJOSNq9ZwG-SUc:APA91bHS10Px8b3AoSuMXpV79dygJB1F3Ysj4nrUELmpw-M2bFr10HZu-kx6jA11Dpd5kQLG4LMZvT69WoGVfmw0UHhVzAhrYbNrOnJHEL6f2jXZ2GL6x2Q', '2025-08-25 23:29:45', '2025-08-25 23:29:45'),
(851, '103.59.75.247', 'fjKXhLv1QJOSNq9ZwG-SUc:APA91bHS10Px8b3AoSuMXpV79dygJB1F3Ysj4nrUELmpw-M2bFr10HZu-kx6jA11Dpd5kQLG4LMZvT69WoGVfmw0UHhVzAhrYbNrOnJHEL6f2jXZ2GL6x2Q', '2025-08-25 23:29:58', '2025-08-25 23:29:58'),
(852, '103.59.75.247', 'fjKXhLv1QJOSNq9ZwG-SUc:APA91bHS10Px8b3AoSuMXpV79dygJB1F3Ysj4nrUELmpw-M2bFr10HZu-kx6jA11Dpd5kQLG4LMZvT69WoGVfmw0UHhVzAhrYbNrOnJHEL6f2jXZ2GL6x2Q', '2025-08-25 23:30:10', '2025-08-25 23:30:10'),
(853, '103.59.75.247', 'fjKXhLv1QJOSNq9ZwG-SUc:APA91bHS10Px8b3AoSuMXpV79dygJB1F3Ysj4nrUELmpw-M2bFr10HZu-kx6jA11Dpd5kQLG4LMZvT69WoGVfmw0UHhVzAhrYbNrOnJHEL6f2jXZ2GL6x2Q', '2025-08-25 23:30:18', '2025-08-25 23:30:18'),
(854, '157.49.160.46', 'cG-KqVtmRbmDTFjz_j8Up8:APA91bEA9ATIBGJAmEWSmYdC5VKhIKdtBw532S47t-0tcFPp0k49RzWHObVepfiG1cehcEV9AE2fWYLplsEDCEoPRjE7m62O0XwdxWmguOSOYJcYfqPjO20', '2025-08-27 05:39:36', '2025-08-27 05:39:36'),
(855, '157.49.160.46', 'cG-KqVtmRbmDTFjz_j8Up8:APA91bEA9ATIBGJAmEWSmYdC5VKhIKdtBw532S47t-0tcFPp0k49RzWHObVepfiG1cehcEV9AE2fWYLplsEDCEoPRjE7m62O0XwdxWmguOSOYJcYfqPjO20', '2025-08-27 05:39:54', '2025-08-27 05:39:54'),
(856, '47.15.17.68', 'cG-KqVtmRbmDTFjz_j8Up8:APA91bEA9ATIBGJAmEWSmYdC5VKhIKdtBw532S47t-0tcFPp0k49RzWHObVepfiG1cehcEV9AE2fWYLplsEDCEoPRjE7m62O0XwdxWmguOSOYJcYfqPjO20', '2025-08-27 05:40:09', '2025-08-27 05:40:09'),
(857, '208.54.41.229', '@', '2025-08-28 02:02:21', '2025-08-28 02:02:21'),
(858, '223.238.71.163', 'fZb0z776TxOtbyMk-z4-4Z:APA91bFsVrUhZkMWjYFVAZNVIL59JUo5r6u1LFY42QoTdSuaAPfgiiNJTgHRmWCq16OBvuRL4FZ5RsVC0hVL53-1QRTvQq7C4fbx3mj5BFVLEw95ocqqsQ8', '2025-08-30 07:32:23', '2025-08-30 07:32:23'),
(859, '223.238.71.163', 'eARm2JAmSjGjKtBbqBtkL2:APA91bGOrwxtHAoQbj_JLXEQzdgDs-gOsenx687f-Qw1SWfYkEQdpzm7QqtW-O4xvCZ5lufjrvjDr-OK4Zu8AggNcgl01lNprNq-vklEdUkHeJIekTYcfSQ', '2025-08-30 07:33:16', '2025-08-30 07:33:16'),
(860, '223.238.71.163', 'eARm2JAmSjGjKtBbqBtkL2:APA91bGOrwxtHAoQbj_JLXEQzdgDs-gOsenx687f-Qw1SWfYkEQdpzm7QqtW-O4xvCZ5lufjrvjDr-OK4Zu8AggNcgl01lNprNq-vklEdUkHeJIekTYcfSQ', '2025-08-30 07:33:28', '2025-08-30 07:33:28'),
(861, '49.44.76.168', '@', '2025-08-30 15:04:35', '2025-08-30 15:04:35'),
(862, '49.44.85.4', '@', '2025-08-30 15:25:50', '2025-08-30 15:25:50'),
(863, '49.205.86.160', 'fPAK91WxSvGL5Wc0fY6O3t:APA91bG_KV_WNzX_2AQH25vwT4esu_7fjSDdf1UzEANHp0okYgBckQ_lLaAiBu6xMmPR1cxOsvuci1vCg1vK5HjvHXncn-fU-ZN-D7mu1Cr_GziBtG77KXg', '2025-09-02 02:43:17', '2025-09-02 02:43:17'),
(864, '49.205.86.160', 'fPAK91WxSvGL5Wc0fY6O3t:APA91bG_KV_WNzX_2AQH25vwT4esu_7fjSDdf1UzEANHp0okYgBckQ_lLaAiBu6xMmPR1cxOsvuci1vCg1vK5HjvHXncn-fU-ZN-D7mu1Cr_GziBtG77KXg', '2025-09-02 02:43:29', '2025-09-02 02:43:29'),
(865, '49.205.86.160', 'fPAK91WxSvGL5Wc0fY6O3t:APA91bG_KV_WNzX_2AQH25vwT4esu_7fjSDdf1UzEANHp0okYgBckQ_lLaAiBu6xMmPR1cxOsvuci1vCg1vK5HjvHXncn-fU-ZN-D7mu1Cr_GziBtG77KXg', '2025-09-02 02:43:37', '2025-09-02 02:43:37'),
(866, '49.205.86.160', 'fPAK91WxSvGL5Wc0fY6O3t:APA91bG_KV_WNzX_2AQH25vwT4esu_7fjSDdf1UzEANHp0okYgBckQ_lLaAiBu6xMmPR1cxOsvuci1vCg1vK5HjvHXncn-fU-ZN-D7mu1Cr_GziBtG77KXg', '2025-09-02 02:43:46', '2025-09-02 02:43:46'),
(867, '49.205.86.160', 'fPAK91WxSvGL5Wc0fY6O3t:APA91bG_KV_WNzX_2AQH25vwT4esu_7fjSDdf1UzEANHp0okYgBckQ_lLaAiBu6xMmPR1cxOsvuci1vCg1vK5HjvHXncn-fU-ZN-D7mu1Cr_GziBtG77KXg', '2025-09-02 02:43:46', '2025-09-02 02:43:46'),
(868, '106.219.123.120', 'db4NzRg4QOuj-iokNSKevJ:APA91bFZJbnSH13p_kJdmNgeBckfE7ISSt3tNNo5dIGhcgwYTx1tiKBX4PTRZFyJDnk4MEWMcFIKtiEnNq3ekW6RRMPuuC8iK75t6muvrEEeTmTOxAR7QVU', '2025-09-03 17:27:15', '2025-09-03 17:27:15'),
(869, '106.219.123.120', 'db4NzRg4QOuj-iokNSKevJ:APA91bFZJbnSH13p_kJdmNgeBckfE7ISSt3tNNo5dIGhcgwYTx1tiKBX4PTRZFyJDnk4MEWMcFIKtiEnNq3ekW6RRMPuuC8iK75t6muvrEEeTmTOxAR7QVU', '2025-09-03 17:28:02', '2025-09-03 17:28:02'),
(870, '106.219.123.120', 'db4NzRg4QOuj-iokNSKevJ:APA91bFZJbnSH13p_kJdmNgeBckfE7ISSt3tNNo5dIGhcgwYTx1tiKBX4PTRZFyJDnk4MEWMcFIKtiEnNq3ekW6RRMPuuC8iK75t6muvrEEeTmTOxAR7QVU', '2025-09-03 17:28:14', '2025-09-03 17:28:14'),
(871, '223.228.106.128', 'c0Ptqz3LQueteKteZnEj2o:APA91bFEgM20yyfHm5Y0Xc8LEJusZEr6KQwbFjvKBFdI1_r3GhtVlBinH-Bevul5_VuLzXvfFaO0RtcYQ7RgEQkf7ypRqwPF4Nkg7dyElvpmdH2O3wD5bs0', '2025-09-04 14:06:58', '2025-09-04 14:06:58'),
(872, '152.59.142.100', 'ddBBKzLITBOEKhftrMv2OK:APA91bF0kYvFM_yneganSnf33hVvuDvutsIR3PjD_IaWqjvFwo6hIKCVVFuggbLXSuyM-LEVEG02jHQ4soWXyWhnUkmspW6tGHEYfy8iSLMQEJ_hTI5V0wo', '2025-09-05 09:07:42', '2025-09-05 09:07:42'),
(873, '152.59.144.206', 'ddBBKzLITBOEKhftrMv2OK:APA91bF0kYvFM_yneganSnf33hVvuDvutsIR3PjD_IaWqjvFwo6hIKCVVFuggbLXSuyM-LEVEG02jHQ4soWXyWhnUkmspW6tGHEYfy8iSLMQEJ_hTI5V0wo', '2025-09-05 09:07:43', '2025-09-05 09:07:43'),
(874, '152.59.144.206', 'ddBBKzLITBOEKhftrMv2OK:APA91bF0kYvFM_yneganSnf33hVvuDvutsIR3PjD_IaWqjvFwo6hIKCVVFuggbLXSuyM-LEVEG02jHQ4soWXyWhnUkmspW6tGHEYfy8iSLMQEJ_hTI5V0wo', '2025-09-05 09:08:05', '2025-09-05 09:08:05'),
(875, '152.59.142.100', 'ddBBKzLITBOEKhftrMv2OK:APA91bF0kYvFM_yneganSnf33hVvuDvutsIR3PjD_IaWqjvFwo6hIKCVVFuggbLXSuyM-LEVEG02jHQ4soWXyWhnUkmspW6tGHEYfy8iSLMQEJ_hTI5V0wo', '2025-09-05 09:08:14', '2025-09-05 09:08:14'),
(876, '152.59.144.206', 'ddBBKzLITBOEKhftrMv2OK:APA91bF0kYvFM_yneganSnf33hVvuDvutsIR3PjD_IaWqjvFwo6hIKCVVFuggbLXSuyM-LEVEG02jHQ4soWXyWhnUkmspW6tGHEYfy8iSLMQEJ_hTI5V0wo', '2025-09-05 09:08:15', '2025-09-05 09:08:15'),
(877, '152.59.144.206', 'ddBBKzLITBOEKhftrMv2OK:APA91bF0kYvFM_yneganSnf33hVvuDvutsIR3PjD_IaWqjvFwo6hIKCVVFuggbLXSuyM-LEVEG02jHQ4soWXyWhnUkmspW6tGHEYfy8iSLMQEJ_hTI5V0wo', '2025-09-05 09:08:15', '2025-09-05 09:08:15'),
(878, '152.59.142.100', 'ddBBKzLITBOEKhftrMv2OK:APA91bF0kYvFM_yneganSnf33hVvuDvutsIR3PjD_IaWqjvFwo6hIKCVVFuggbLXSuyM-LEVEG02jHQ4soWXyWhnUkmspW6tGHEYfy8iSLMQEJ_hTI5V0wo', '2025-09-05 09:08:15', '2025-09-05 09:08:15'),
(879, '152.59.144.206', 'ddBBKzLITBOEKhftrMv2OK:APA91bF0kYvFM_yneganSnf33hVvuDvutsIR3PjD_IaWqjvFwo6hIKCVVFuggbLXSuyM-LEVEG02jHQ4soWXyWhnUkmspW6tGHEYfy8iSLMQEJ_hTI5V0wo', '2025-09-05 09:08:15', '2025-09-05 09:08:15'),
(880, '152.59.144.206', 'ddBBKzLITBOEKhftrMv2OK:APA91bF0kYvFM_yneganSnf33hVvuDvutsIR3PjD_IaWqjvFwo6hIKCVVFuggbLXSuyM-LEVEG02jHQ4soWXyWhnUkmspW6tGHEYfy8iSLMQEJ_hTI5V0wo', '2025-09-05 09:08:15', '2025-09-05 09:08:15'),
(881, '152.57.124.82', 'e9XskGKnSV24ZtONZcOicV:APA91bFsgxDXnw9ZqO-u6F4EfFLTCziaCqwIlnYQOfciS5Q4Sk1twqxk6o9hhoOoV1N46uEvCyJkiqWramxYCJE_A2iVqEFP92UvCtr6CamYGVUUG8hRBYU', '2025-09-05 19:10:38', '2025-09-05 19:10:38'),
(882, '152.57.124.82', 'e9XskGKnSV24ZtONZcOicV:APA91bFsgxDXnw9ZqO-u6F4EfFLTCziaCqwIlnYQOfciS5Q4Sk1twqxk6o9hhoOoV1N46uEvCyJkiqWramxYCJE_A2iVqEFP92UvCtr6CamYGVUUG8hRBYU', '2025-09-05 19:10:48', '2025-09-05 19:10:48'),
(883, '152.57.134.79', 'e9XskGKnSV24ZtONZcOicV:APA91bFsgxDXnw9ZqO-u6F4EfFLTCziaCqwIlnYQOfciS5Q4Sk1twqxk6o9hhoOoV1N46uEvCyJkiqWramxYCJE_A2iVqEFP92UvCtr6CamYGVUUG8hRBYU', '2025-09-05 19:10:55', '2025-09-05 19:10:55'),
(884, '152.57.134.79', 'e9XskGKnSV24ZtONZcOicV:APA91bFsgxDXnw9ZqO-u6F4EfFLTCziaCqwIlnYQOfciS5Q4Sk1twqxk6o9hhoOoV1N46uEvCyJkiqWramxYCJE_A2iVqEFP92UvCtr6CamYGVUUG8hRBYU', '2025-09-05 19:11:03', '2025-09-05 19:11:03'),
(885, '152.57.134.79', 'e9XskGKnSV24ZtONZcOicV:APA91bFsgxDXnw9ZqO-u6F4EfFLTCziaCqwIlnYQOfciS5Q4Sk1twqxk6o9hhoOoV1N46uEvCyJkiqWramxYCJE_A2iVqEFP92UvCtr6CamYGVUUG8hRBYU', '2025-09-05 19:11:12', '2025-09-05 19:11:12'),
(886, '152.57.124.82', 'e9XskGKnSV24ZtONZcOicV:APA91bFsgxDXnw9ZqO-u6F4EfFLTCziaCqwIlnYQOfciS5Q4Sk1twqxk6o9hhoOoV1N46uEvCyJkiqWramxYCJE_A2iVqEFP92UvCtr6CamYGVUUG8hRBYU', '2025-09-05 19:11:23', '2025-09-05 19:11:23'),
(887, '1.39.78.169', 'fxy1i-lVTMSAY9vSgFczFH:APA91bGVrBMEbmj25LiKe90Qpfd5C8laSa7yZyfCJNLjE1vzLBNOkNxMaH3svfxkktW55aGLG3JZ5gpK5AjafVztc-2phnVAUpHOysaP1DN7wp9LMA2E-8c', '2025-09-06 02:43:44', '2025-09-06 02:43:44'),
(888, '1.39.78.169', 'fxy1i-lVTMSAY9vSgFczFH:APA91bGVrBMEbmj25LiKe90Qpfd5C8laSa7yZyfCJNLjE1vzLBNOkNxMaH3svfxkktW55aGLG3JZ5gpK5AjafVztc-2phnVAUpHOysaP1DN7wp9LMA2E-8c', '2025-09-06 02:43:45', '2025-09-06 02:43:45'),
(889, '1.39.78.169', 'fxy1i-lVTMSAY9vSgFczFH:APA91bGVrBMEbmj25LiKe90Qpfd5C8laSa7yZyfCJNLjE1vzLBNOkNxMaH3svfxkktW55aGLG3JZ5gpK5AjafVztc-2phnVAUpHOysaP1DN7wp9LMA2E-8c', '2025-09-06 02:43:57', '2025-09-06 02:43:57'),
(890, '106.221.103.211', 'cGu7hCfrTgOYSLWXYVbeIu:APA91bGFtwykyWJr2wxMdgxFUSpkFV8cthrDMIreUDBRuIiDQp9YqSBsVJS-vhyGJF_t3OZk2VpLeAMkFnYIrt4bsbRRzoQPdvb_eqg1D-1bMMMbCNxNb8k', '2025-09-11 03:29:55', '2025-09-11 03:29:55'),
(891, '106.221.103.211', 'cGu7hCfrTgOYSLWXYVbeIu:APA91bGFtwykyWJr2wxMdgxFUSpkFV8cthrDMIreUDBRuIiDQp9YqSBsVJS-vhyGJF_t3OZk2VpLeAMkFnYIrt4bsbRRzoQPdvb_eqg1D-1bMMMbCNxNb8k', '2025-09-11 03:30:32', '2025-09-11 03:30:32'),
(892, '106.221.103.211', 'cGu7hCfrTgOYSLWXYVbeIu:APA91bGFtwykyWJr2wxMdgxFUSpkFV8cthrDMIreUDBRuIiDQp9YqSBsVJS-vhyGJF_t3OZk2VpLeAMkFnYIrt4bsbRRzoQPdvb_eqg1D-1bMMMbCNxNb8k', '2025-09-11 03:30:48', '2025-09-11 03:30:48'),
(893, '122.173.24.116', 'cYVNm1JHQOSeYn-Vrn8ikp:APA91bHYM8h2ra6cBKluRhZTYU1Io3MptEdZLF_1nGKtRU_OCHT24xvs-By9ujapjq2eG9rIEDzNf7YLmJktIPNpA9-IaKsbbb3Zfx3E-8ZrQNb2W16VH6E', '2025-09-11 03:49:01', '2025-09-11 03:49:01'),
(894, '122.173.24.116', 'cYVNm1JHQOSeYn-Vrn8ikp:APA91bHYM8h2ra6cBKluRhZTYU1Io3MptEdZLF_1nGKtRU_OCHT24xvs-By9ujapjq2eG9rIEDzNf7YLmJktIPNpA9-IaKsbbb3Zfx3E-8ZrQNb2W16VH6E', '2025-09-11 03:49:01', '2025-09-11 03:49:01'),
(895, '122.173.24.116', 'cYVNm1JHQOSeYn-Vrn8ikp:APA91bHYM8h2ra6cBKluRhZTYU1Io3MptEdZLF_1nGKtRU_OCHT24xvs-By9ujapjq2eG9rIEDzNf7YLmJktIPNpA9-IaKsbbb3Zfx3E-8ZrQNb2W16VH6E', '2025-09-11 03:49:02', '2025-09-11 03:49:02'),
(896, '122.173.24.116', 'cYVNm1JHQOSeYn-Vrn8ikp:APA91bHYM8h2ra6cBKluRhZTYU1Io3MptEdZLF_1nGKtRU_OCHT24xvs-By9ujapjq2eG9rIEDzNf7YLmJktIPNpA9-IaKsbbb3Zfx3E-8ZrQNb2W16VH6E', '2025-09-11 03:49:02', '2025-09-11 03:49:02'),
(897, '122.173.24.116', 'cYVNm1JHQOSeYn-Vrn8ikp:APA91bHYM8h2ra6cBKluRhZTYU1Io3MptEdZLF_1nGKtRU_OCHT24xvs-By9ujapjq2eG9rIEDzNf7YLmJktIPNpA9-IaKsbbb3Zfx3E-8ZrQNb2W16VH6E', '2025-09-11 03:49:02', '2025-09-11 03:49:02'),
(898, '122.173.24.116', 'cYVNm1JHQOSeYn-Vrn8ikp:APA91bHYM8h2ra6cBKluRhZTYU1Io3MptEdZLF_1nGKtRU_OCHT24xvs-By9ujapjq2eG9rIEDzNf7YLmJktIPNpA9-IaKsbbb3Zfx3E-8ZrQNb2W16VH6E', '2025-09-11 03:49:02', '2025-09-11 03:49:02'),
(899, '122.173.24.116', 'cYVNm1JHQOSeYn-Vrn8ikp:APA91bHYM8h2ra6cBKluRhZTYU1Io3MptEdZLF_1nGKtRU_OCHT24xvs-By9ujapjq2eG9rIEDzNf7YLmJktIPNpA9-IaKsbbb3Zfx3E-8ZrQNb2W16VH6E', '2025-09-11 03:49:02', '2025-09-11 03:49:02'),
(900, '122.173.24.116', 'cYVNm1JHQOSeYn-Vrn8ikp:APA91bHYM8h2ra6cBKluRhZTYU1Io3MptEdZLF_1nGKtRU_OCHT24xvs-By9ujapjq2eG9rIEDzNf7YLmJktIPNpA9-IaKsbbb3Zfx3E-8ZrQNb2W16VH6E', '2025-09-11 03:49:02', '2025-09-11 03:49:02'),
(901, '122.173.24.116', 'cYVNm1JHQOSeYn-Vrn8ikp:APA91bHYM8h2ra6cBKluRhZTYU1Io3MptEdZLF_1nGKtRU_OCHT24xvs-By9ujapjq2eG9rIEDzNf7YLmJktIPNpA9-IaKsbbb3Zfx3E-8ZrQNb2W16VH6E', '2025-09-11 03:49:02', '2025-09-11 03:49:02'),
(902, '122.173.24.116', 'cYVNm1JHQOSeYn-Vrn8ikp:APA91bHYM8h2ra6cBKluRhZTYU1Io3MptEdZLF_1nGKtRU_OCHT24xvs-By9ujapjq2eG9rIEDzNf7YLmJktIPNpA9-IaKsbbb3Zfx3E-8ZrQNb2W16VH6E', '2025-09-11 03:49:02', '2025-09-11 03:49:02'),
(903, '122.173.24.116', 'cYVNm1JHQOSeYn-Vrn8ikp:APA91bHYM8h2ra6cBKluRhZTYU1Io3MptEdZLF_1nGKtRU_OCHT24xvs-By9ujapjq2eG9rIEDzNf7YLmJktIPNpA9-IaKsbbb3Zfx3E-8ZrQNb2W16VH6E', '2025-09-11 03:49:02', '2025-09-11 03:49:02'),
(904, '122.173.24.116', 'cYVNm1JHQOSeYn-Vrn8ikp:APA91bHYM8h2ra6cBKluRhZTYU1Io3MptEdZLF_1nGKtRU_OCHT24xvs-By9ujapjq2eG9rIEDzNf7YLmJktIPNpA9-IaKsbbb3Zfx3E-8ZrQNb2W16VH6E', '2025-09-11 03:49:03', '2025-09-11 03:49:03'),
(905, '122.173.24.116', 'cYVNm1JHQOSeYn-Vrn8ikp:APA91bHYM8h2ra6cBKluRhZTYU1Io3MptEdZLF_1nGKtRU_OCHT24xvs-By9ujapjq2eG9rIEDzNf7YLmJktIPNpA9-IaKsbbb3Zfx3E-8ZrQNb2W16VH6E', '2025-09-11 03:49:03', '2025-09-11 03:49:03'),
(906, '122.173.24.116', 'cYVNm1JHQOSeYn-Vrn8ikp:APA91bHYM8h2ra6cBKluRhZTYU1Io3MptEdZLF_1nGKtRU_OCHT24xvs-By9ujapjq2eG9rIEDzNf7YLmJktIPNpA9-IaKsbbb3Zfx3E-8ZrQNb2W16VH6E', '2025-09-11 03:49:03', '2025-09-11 03:49:03'),
(907, '122.173.24.116', 'cYVNm1JHQOSeYn-Vrn8ikp:APA91bHYM8h2ra6cBKluRhZTYU1Io3MptEdZLF_1nGKtRU_OCHT24xvs-By9ujapjq2eG9rIEDzNf7YLmJktIPNpA9-IaKsbbb3Zfx3E-8ZrQNb2W16VH6E', '2025-09-11 03:49:03', '2025-09-11 03:49:03'),
(908, '122.173.24.116', 'cYVNm1JHQOSeYn-Vrn8ikp:APA91bHYM8h2ra6cBKluRhZTYU1Io3MptEdZLF_1nGKtRU_OCHT24xvs-By9ujapjq2eG9rIEDzNf7YLmJktIPNpA9-IaKsbbb3Zfx3E-8ZrQNb2W16VH6E', '2025-09-11 03:49:03', '2025-09-11 03:49:03'),
(909, '122.173.24.116', 'cYVNm1JHQOSeYn-Vrn8ikp:APA91bHYM8h2ra6cBKluRhZTYU1Io3MptEdZLF_1nGKtRU_OCHT24xvs-By9ujapjq2eG9rIEDzNf7YLmJktIPNpA9-IaKsbbb3Zfx3E-8ZrQNb2W16VH6E', '2025-09-11 03:49:03', '2025-09-11 03:49:03'),
(910, '122.173.24.116', 'cYVNm1JHQOSeYn-Vrn8ikp:APA91bHYM8h2ra6cBKluRhZTYU1Io3MptEdZLF_1nGKtRU_OCHT24xvs-By9ujapjq2eG9rIEDzNf7YLmJktIPNpA9-IaKsbbb3Zfx3E-8ZrQNb2W16VH6E', '2025-09-11 03:49:03', '2025-09-11 03:49:03'),
(911, '122.173.24.116', 'cYVNm1JHQOSeYn-Vrn8ikp:APA91bHYM8h2ra6cBKluRhZTYU1Io3MptEdZLF_1nGKtRU_OCHT24xvs-By9ujapjq2eG9rIEDzNf7YLmJktIPNpA9-IaKsbbb3Zfx3E-8ZrQNb2W16VH6E', '2025-09-11 03:49:03', '2025-09-11 03:49:03'),
(912, '122.173.24.116', 'cYVNm1JHQOSeYn-Vrn8ikp:APA91bHYM8h2ra6cBKluRhZTYU1Io3MptEdZLF_1nGKtRU_OCHT24xvs-By9ujapjq2eG9rIEDzNf7YLmJktIPNpA9-IaKsbbb3Zfx3E-8ZrQNb2W16VH6E', '2025-09-11 03:49:03', '2025-09-11 03:49:03'),
(913, '49.43.168.198', 'eb5sxlC2SSilKfw14coi8I:APA91bG-LAgZ6at8Z8yr2TjgOam2WQUVjusW3axwHfq_QQ6LdK46vkKYRNAZTe2j0EJHbDpXcC9cQq9A4wGcQK9yUh9pHLRCU2T-mGZMtbNT6F9dY3yUJq4', '2025-09-11 08:01:37', '2025-09-11 08:01:37'),
(914, '49.43.168.198', 'eb5sxlC2SSilKfw14coi8I:APA91bG-LAgZ6at8Z8yr2TjgOam2WQUVjusW3axwHfq_QQ6LdK46vkKYRNAZTe2j0EJHbDpXcC9cQq9A4wGcQK9yUh9pHLRCU2T-mGZMtbNT6F9dY3yUJq4', '2025-09-11 08:01:56', '2025-09-11 08:01:56'),
(915, '49.43.168.198', 'eb5sxlC2SSilKfw14coi8I:APA91bG-LAgZ6at8Z8yr2TjgOam2WQUVjusW3axwHfq_QQ6LdK46vkKYRNAZTe2j0EJHbDpXcC9cQq9A4wGcQK9yUh9pHLRCU2T-mGZMtbNT6F9dY3yUJq4', '2025-09-11 08:02:05', '2025-09-11 08:02:05'),
(916, '49.43.168.198', 'eb5sxlC2SSilKfw14coi8I:APA91bG-LAgZ6at8Z8yr2TjgOam2WQUVjusW3axwHfq_QQ6LdK46vkKYRNAZTe2j0EJHbDpXcC9cQq9A4wGcQK9yUh9pHLRCU2T-mGZMtbNT6F9dY3yUJq4', '2025-09-11 08:02:16', '2025-09-11 08:02:16'),
(917, '139.178.130.73', 'e57KVl2_qU2RrlHU48lH5r:APA91bFNdBtno7NabqNCVrwMmcHYjq3KpYnm2e0azGJDcDZdojX3xinxrfTKCZ8e5PjUC3PGNW8kfICVkRsmpQ-xj0X8-L_pOtzCJJSKMhskIcl9q8fEvSM', '2025-09-11 17:26:38', '2025-09-11 17:26:38'),
(918, '139.178.130.73', 'e57KVl2_qU2RrlHU48lH5r:APA91bFNdBtno7NabqNCVrwMmcHYjq3KpYnm2e0azGJDcDZdojX3xinxrfTKCZ8e5PjUC3PGNW8kfICVkRsmpQ-xj0X8-L_pOtzCJJSKMhskIcl9q8fEvSM', '2025-09-11 17:26:40', '2025-09-11 17:26:40'),
(919, '47.31.77.254', 'dz3d5IdtTDSjLKVbEKTOs9:APA91bFciGgSPXD9N-lL3J_K45GwxGGiE8jMY53k9dM6r6l5dYKADqrVRfg9XcbUsgVh4jAu9krCXjvpZgVokNVfpBq3bC7OrHrpcty0KCBsYqPW5WQB_Q0', '2025-09-12 12:33:44', '2025-09-12 12:33:44'),
(920, '103.180.255.35', 'fMQiFNg3TUb5guEPeXjmKG:APA91bF5JD2KwDMK6PweAQlw8YyV0cyUOlzMgZCqn5VB3V1Q2kjYUlmxWBTRF3fI9Do8JuG-Kgz3TgEjtaLgW9kSzuLrWwhzl94AfsDskWLNhtkvNQeiZcY', '2025-09-13 08:03:56', '2025-09-13 08:03:56'),
(921, '103.180.255.35', 'fMQiFNg3TUb5guEPeXjmKG:APA91bF5JD2KwDMK6PweAQlw8YyV0cyUOlzMgZCqn5VB3V1Q2kjYUlmxWBTRF3fI9Do8JuG-Kgz3TgEjtaLgW9kSzuLrWwhzl94AfsDskWLNhtkvNQeiZcY', '2025-09-13 08:04:06', '2025-09-13 08:04:06'),
(922, '103.180.255.35', 'fMQiFNg3TUb5guEPeXjmKG:APA91bF5JD2KwDMK6PweAQlw8YyV0cyUOlzMgZCqn5VB3V1Q2kjYUlmxWBTRF3fI9Do8JuG-Kgz3TgEjtaLgW9kSzuLrWwhzl94AfsDskWLNhtkvNQeiZcY', '2025-09-13 08:04:07', '2025-09-13 08:04:07'),
(923, '103.180.255.35', 'fMQiFNg3TUb5guEPeXjmKG:APA91bF5JD2KwDMK6PweAQlw8YyV0cyUOlzMgZCqn5VB3V1Q2kjYUlmxWBTRF3fI9Do8JuG-Kgz3TgEjtaLgW9kSzuLrWwhzl94AfsDskWLNhtkvNQeiZcY', '2025-09-13 08:04:17', '2025-09-13 08:04:17'),
(924, '103.180.255.35', 'fMQiFNg3TUb5guEPeXjmKG:APA91bF5JD2KwDMK6PweAQlw8YyV0cyUOlzMgZCqn5VB3V1Q2kjYUlmxWBTRF3fI9Do8JuG-Kgz3TgEjtaLgW9kSzuLrWwhzl94AfsDskWLNhtkvNQeiZcY', '2025-09-13 08:04:28', '2025-09-13 08:04:28'),
(925, '152.59.119.6', 'cEbJpQDoDkW3mYxsmKFCBh:APA91bEP-jyPNG1-2BVkKZccqpCIYdoH8-y0G9R_py1d8pE9jphkxGueRdlupZ8g9om8A25-ve7dJIXAlu78z2iloaGENQUt1Cz1P2lxvHVO0FqPyH4-D0w', '2025-09-14 06:06:25', '2025-09-14 06:06:25'),
(926, '152.59.119.6', 'cEbJpQDoDkW3mYxsmKFCBh:APA91bEP-jyPNG1-2BVkKZccqpCIYdoH8-y0G9R_py1d8pE9jphkxGueRdlupZ8g9om8A25-ve7dJIXAlu78z2iloaGENQUt1Cz1P2lxvHVO0FqPyH4-D0w', '2025-09-14 06:06:34', '2025-09-14 06:06:34'),
(927, '152.59.119.6', 'cEbJpQDoDkW3mYxsmKFCBh:APA91bEP-jyPNG1-2BVkKZccqpCIYdoH8-y0G9R_py1d8pE9jphkxGueRdlupZ8g9om8A25-ve7dJIXAlu78z2iloaGENQUt1Cz1P2lxvHVO0FqPyH4-D0w', '2025-09-14 06:06:41', '2025-09-14 06:06:41'),
(928, '152.59.119.6', 'cEbJpQDoDkW3mYxsmKFCBh:APA91bEP-jyPNG1-2BVkKZccqpCIYdoH8-y0G9R_py1d8pE9jphkxGueRdlupZ8g9om8A25-ve7dJIXAlu78z2iloaGENQUt1Cz1P2lxvHVO0FqPyH4-D0w', '2025-09-14 06:06:49', '2025-09-14 06:06:49'),
(929, '106.211.16.116', 'eBlgLFtMQNiwWKuE8wJ7V1:APA91bFzkh_oOWu34ioyEmxeu9ExG08IbYFt0plhuIbG3MerInB9u0KodFhNYZifCkuquJgDk38MPTZC165ucGSCWJgaokUZwPXk7hCANRRVDYvrVqSK1qE', '2025-09-14 07:26:27', '2025-09-14 07:26:27'),
(930, '106.211.16.116', 'eBlgLFtMQNiwWKuE8wJ7V1:APA91bFzkh_oOWu34ioyEmxeu9ExG08IbYFt0plhuIbG3MerInB9u0KodFhNYZifCkuquJgDk38MPTZC165ucGSCWJgaokUZwPXk7hCANRRVDYvrVqSK1qE', '2025-09-14 07:26:28', '2025-09-14 07:26:28'),
(931, '106.211.16.116', 'eBlgLFtMQNiwWKuE8wJ7V1:APA91bFzkh_oOWu34ioyEmxeu9ExG08IbYFt0plhuIbG3MerInB9u0KodFhNYZifCkuquJgDk38MPTZC165ucGSCWJgaokUZwPXk7hCANRRVDYvrVqSK1qE', '2025-09-14 07:26:29', '2025-09-14 07:26:29'),
(932, '106.211.16.116', 'eBlgLFtMQNiwWKuE8wJ7V1:APA91bFzkh_oOWu34ioyEmxeu9ExG08IbYFt0plhuIbG3MerInB9u0KodFhNYZifCkuquJgDk38MPTZC165ucGSCWJgaokUZwPXk7hCANRRVDYvrVqSK1qE', '2025-09-14 07:26:43', '2025-09-14 07:26:43'),
(933, '106.211.16.116', 'eBlgLFtMQNiwWKuE8wJ7V1:APA91bFzkh_oOWu34ioyEmxeu9ExG08IbYFt0plhuIbG3MerInB9u0KodFhNYZifCkuquJgDk38MPTZC165ucGSCWJgaokUZwPXk7hCANRRVDYvrVqSK1qE', '2025-09-14 07:26:44', '2025-09-14 07:26:44'),
(934, '106.211.16.116', 'eBlgLFtMQNiwWKuE8wJ7V1:APA91bFzkh_oOWu34ioyEmxeu9ExG08IbYFt0plhuIbG3MerInB9u0KodFhNYZifCkuquJgDk38MPTZC165ucGSCWJgaokUZwPXk7hCANRRVDYvrVqSK1qE', '2025-09-14 07:26:45', '2025-09-14 07:26:45'),
(935, '106.211.16.116', 'eBlgLFtMQNiwWKuE8wJ7V1:APA91bFzkh_oOWu34ioyEmxeu9ExG08IbYFt0plhuIbG3MerInB9u0KodFhNYZifCkuquJgDk38MPTZC165ucGSCWJgaokUZwPXk7hCANRRVDYvrVqSK1qE', '2025-09-14 07:26:45', '2025-09-14 07:26:45'),
(936, '106.211.16.116', 'eBlgLFtMQNiwWKuE8wJ7V1:APA91bFzkh_oOWu34ioyEmxeu9ExG08IbYFt0plhuIbG3MerInB9u0KodFhNYZifCkuquJgDk38MPTZC165ucGSCWJgaokUZwPXk7hCANRRVDYvrVqSK1qE', '2025-09-14 07:26:46', '2025-09-14 07:26:46'),
(937, '106.211.16.116', 'eBlgLFtMQNiwWKuE8wJ7V1:APA91bFzkh_oOWu34ioyEmxeu9ExG08IbYFt0plhuIbG3MerInB9u0KodFhNYZifCkuquJgDk38MPTZC165ucGSCWJgaokUZwPXk7hCANRRVDYvrVqSK1qE', '2025-09-14 07:26:46', '2025-09-14 07:26:46'),
(938, '103.243.184.207', '@', '2025-09-14 07:48:21', '2025-09-14 07:48:21'),
(939, '103.243.184.207', '@', '2025-09-14 07:48:23', '2025-09-14 07:48:23'),
(940, '103.243.184.207', '@', '2025-09-14 07:48:31', '2025-09-14 07:48:31'),
(941, '103.243.184.207', '@', '2025-09-14 07:48:38', '2025-09-14 07:48:38'),
(942, '152.58.96.149', 'fqtLdF8hQR2hNVCVNByhiq:APA91bF2erP99tPOsV9DVy3Y9Bgv-EZlGUYUT5RmqyI5Jhb1fin5t56HjeMvDPnkf2jg816SQmcJhw2iRp11eqFodiDgll6VYQ7LZpnKh_l84EjmCN45m_E', '2025-09-16 02:02:36', '2025-09-16 02:02:36'),
(943, '152.58.96.154', 'fqtLdF8hQR2hNVCVNByhiq:APA91bF2erP99tPOsV9DVy3Y9Bgv-EZlGUYUT5RmqyI5Jhb1fin5t56HjeMvDPnkf2jg816SQmcJhw2iRp11eqFodiDgll6VYQ7LZpnKh_l84EjmCN45m_E', '2025-09-16 02:02:51', '2025-09-16 02:02:51'),
(944, '152.58.96.154', 'fqtLdF8hQR2hNVCVNByhiq:APA91bF2erP99tPOsV9DVy3Y9Bgv-EZlGUYUT5RmqyI5Jhb1fin5t56HjeMvDPnkf2jg816SQmcJhw2iRp11eqFodiDgll6VYQ7LZpnKh_l84EjmCN45m_E', '2025-09-16 02:02:52', '2025-09-16 02:02:52'),
(945, '152.58.96.154', 'fqtLdF8hQR2hNVCVNByhiq:APA91bF2erP99tPOsV9DVy3Y9Bgv-EZlGUYUT5RmqyI5Jhb1fin5t56HjeMvDPnkf2jg816SQmcJhw2iRp11eqFodiDgll6VYQ7LZpnKh_l84EjmCN45m_E', '2025-09-16 02:03:02', '2025-09-16 02:03:02'),
(946, '152.58.96.149', 'fqtLdF8hQR2hNVCVNByhiq:APA91bF2erP99tPOsV9DVy3Y9Bgv-EZlGUYUT5RmqyI5Jhb1fin5t56HjeMvDPnkf2jg816SQmcJhw2iRp11eqFodiDgll6VYQ7LZpnKh_l84EjmCN45m_E', '2025-09-16 02:03:11', '2025-09-16 02:03:11'),
(947, '152.58.96.149', 'dayziXdfR7SfSCSCkTAreZ:APA91bGJ3Wm7qt80hj3dvpu0cP50qdkev86xWCdDhbGXWJLcv198ybRbZkz4b6I-CsONMuLUXYTuCGbwGnnpBHAM-UbHQQoLE4T0ZCq04YI58YafNhjzKh4', '2025-09-16 02:04:01', '2025-09-16 02:04:01'),
(948, '152.58.96.154', 'dayziXdfR7SfSCSCkTAreZ:APA91bGJ3Wm7qt80hj3dvpu0cP50qdkev86xWCdDhbGXWJLcv198ybRbZkz4b6I-CsONMuLUXYTuCGbwGnnpBHAM-UbHQQoLE4T0ZCq04YI58YafNhjzKh4', '2025-09-16 02:04:19', '2025-09-16 02:04:19'),
(949, '152.58.96.149', 'dayziXdfR7SfSCSCkTAreZ:APA91bGJ3Wm7qt80hj3dvpu0cP50qdkev86xWCdDhbGXWJLcv198ybRbZkz4b6I-CsONMuLUXYTuCGbwGnnpBHAM-UbHQQoLE4T0ZCq04YI58YafNhjzKh4', '2025-09-16 02:04:28', '2025-09-16 02:04:28'),
(950, '152.58.96.149', 'dayziXdfR7SfSCSCkTAreZ:APA91bGJ3Wm7qt80hj3dvpu0cP50qdkev86xWCdDhbGXWJLcv198ybRbZkz4b6I-CsONMuLUXYTuCGbwGnnpBHAM-UbHQQoLE4T0ZCq04YI58YafNhjzKh4', '2025-09-16 02:04:28', '2025-09-16 02:04:28'),
(951, '152.58.96.154', 'dayziXdfR7SfSCSCkTAreZ:APA91bGJ3Wm7qt80hj3dvpu0cP50qdkev86xWCdDhbGXWJLcv198ybRbZkz4b6I-CsONMuLUXYTuCGbwGnnpBHAM-UbHQQoLE4T0ZCq04YI58YafNhjzKh4', '2025-09-16 02:04:29', '2025-09-16 02:04:29'),
(952, '103.114.66.151', 'dHt-vPR-HEhljQvi_6dt2L:APA91bGN0-SiW0yncj5K2UGtSSK558UvyMnSOvbjup2-6drSJSlrh0aYMI7bjOg3eo5SxsPc6T0Xj0K8lUgzGV2K-VU2oTiS8psws3owxKcaiaLDg6xayqQ', '2025-09-16 17:51:28', '2025-09-16 17:51:28'),
(953, '106.221.136.84', 'dVyZgpb0RvSCKc2Y0bpN5o:APA91bHhQPg28MCOrz0t4opgari1nkYsN4iRTRbWwLoJKLnaFZ8RbKvmrTwnWeXAgaqF-PgbeFyZcVa1DLxoNa-Pxpb8_exedRQzu9GEyr8xqMxvgRAOmx8', '2025-09-16 19:05:55', '2025-09-16 19:05:55'),
(954, '106.221.136.84', 'dVyZgpb0RvSCKc2Y0bpN5o:APA91bHhQPg28MCOrz0t4opgari1nkYsN4iRTRbWwLoJKLnaFZ8RbKvmrTwnWeXAgaqF-PgbeFyZcVa1DLxoNa-Pxpb8_exedRQzu9GEyr8xqMxvgRAOmx8', '2025-09-16 19:06:08', '2025-09-16 19:06:08'),
(955, '106.221.136.84', 'dVyZgpb0RvSCKc2Y0bpN5o:APA91bHhQPg28MCOrz0t4opgari1nkYsN4iRTRbWwLoJKLnaFZ8RbKvmrTwnWeXAgaqF-PgbeFyZcVa1DLxoNa-Pxpb8_exedRQzu9GEyr8xqMxvgRAOmx8', '2025-09-16 19:06:19', '2025-09-16 19:06:19'),
(956, '223.185.62.206', 'cUNrQeptSniTxa0-vLDwJe:APA91bGfSHO4rnOB_Bk4Odw0RV7iA6UwR0LJqM5MNjqTEGVsEwWhQ5L-A7bFU0KlU6fIh3cUyxaKWdsRqhNq77ecf6F-ldfLDSMUk4EOinneJPpMH_hOqTA', '2025-09-17 02:35:03', '2025-09-17 02:35:03'),
(957, '223.185.62.206', 'cUNrQeptSniTxa0-vLDwJe:APA91bGfSHO4rnOB_Bk4Odw0RV7iA6UwR0LJqM5MNjqTEGVsEwWhQ5L-A7bFU0KlU6fIh3cUyxaKWdsRqhNq77ecf6F-ldfLDSMUk4EOinneJPpMH_hOqTA', '2025-09-17 02:35:21', '2025-09-17 02:35:21'),
(958, '223.228.121.85', 'esulmUiDQre5dTi2xLTQ8q:APA91bF-aDGmBeXCv-8L_JDfbVnjA8mnTWGzKGx822uV714dZYpmJLR5zzAseyqWVb1Jav16ykyEb4atL4YL8j3djWKART5cVMUZw7G75igxmPnEkCSICTc', '2025-09-17 07:10:36', '2025-09-17 07:10:36'),
(959, '157.49.129.175', 'egiZP_EuSqSU1_PzFsMzMt:APA91bEyPqGyzyOgs5o7mp4tCtlCvZUmqcDTqOe-iprPuUxDRhUSqAFx5LBnR-hXFhYkEalAVZwNZ7-in9uKLsu4Eix-dAQ0UT20DaQCgKwR1Ti8uGNKChk', '2025-09-17 14:03:56', '2025-09-17 14:03:56'),
(960, '157.49.129.175', 'egiZP_EuSqSU1_PzFsMzMt:APA91bEyPqGyzyOgs5o7mp4tCtlCvZUmqcDTqOe-iprPuUxDRhUSqAFx5LBnR-hXFhYkEalAVZwNZ7-in9uKLsu4Eix-dAQ0UT20DaQCgKwR1Ti8uGNKChk', '2025-09-17 14:03:56', '2025-09-17 14:03:56'),
(961, '157.49.129.175', 'egiZP_EuSqSU1_PzFsMzMt:APA91bEyPqGyzyOgs5o7mp4tCtlCvZUmqcDTqOe-iprPuUxDRhUSqAFx5LBnR-hXFhYkEalAVZwNZ7-in9uKLsu4Eix-dAQ0UT20DaQCgKwR1Ti8uGNKChk', '2025-09-17 14:03:57', '2025-09-17 14:03:57'),
(962, '157.49.129.175', 'egiZP_EuSqSU1_PzFsMzMt:APA91bEyPqGyzyOgs5o7mp4tCtlCvZUmqcDTqOe-iprPuUxDRhUSqAFx5LBnR-hXFhYkEalAVZwNZ7-in9uKLsu4Eix-dAQ0UT20DaQCgKwR1Ti8uGNKChk', '2025-09-17 14:04:27', '2025-09-17 14:04:27'),
(963, '157.49.129.175', 'egiZP_EuSqSU1_PzFsMzMt:APA91bEyPqGyzyOgs5o7mp4tCtlCvZUmqcDTqOe-iprPuUxDRhUSqAFx5LBnR-hXFhYkEalAVZwNZ7-in9uKLsu4Eix-dAQ0UT20DaQCgKwR1Ti8uGNKChk', '2025-09-17 14:04:28', '2025-09-17 14:04:28'),
(964, '157.49.129.175', 'egiZP_EuSqSU1_PzFsMzMt:APA91bEyPqGyzyOgs5o7mp4tCtlCvZUmqcDTqOe-iprPuUxDRhUSqAFx5LBnR-hXFhYkEalAVZwNZ7-in9uKLsu4Eix-dAQ0UT20DaQCgKwR1Ti8uGNKChk', '2025-09-17 14:04:52', '2025-09-17 14:04:52'),
(965, '157.49.129.175', 'egiZP_EuSqSU1_PzFsMzMt:APA91bEyPqGyzyOgs5o7mp4tCtlCvZUmqcDTqOe-iprPuUxDRhUSqAFx5LBnR-hXFhYkEalAVZwNZ7-in9uKLsu4Eix-dAQ0UT20DaQCgKwR1Ti8uGNKChk', '2025-09-17 14:04:53', '2025-09-17 14:04:53'),
(966, '59.183.175.79', 'dHqg4uLDd0rZjIpw_EdzjQ:APA91bG2-YgSR4AE_SudnbJZuVUjRLR61VzxmKLfl2MEizjly6npYzi96X_cOEbVfBw-qCQHjTOEvmfQSYH8fqfnplZrv9RO0Chogku3rnBx8uqb_v4w4FM', '2025-09-17 16:00:05', '2025-09-17 16:00:05'),
(967, '59.183.175.79', 'dHqg4uLDd0rZjIpw_EdzjQ:APA91bG2-YgSR4AE_SudnbJZuVUjRLR61VzxmKLfl2MEizjly6npYzi96X_cOEbVfBw-qCQHjTOEvmfQSYH8fqfnplZrv9RO0Chogku3rnBx8uqb_v4w4FM', '2025-09-17 16:00:05', '2025-09-17 16:00:05'),
(968, '59.183.175.79', 'dHqg4uLDd0rZjIpw_EdzjQ:APA91bG2-YgSR4AE_SudnbJZuVUjRLR61VzxmKLfl2MEizjly6npYzi96X_cOEbVfBw-qCQHjTOEvmfQSYH8fqfnplZrv9RO0Chogku3rnBx8uqb_v4w4FM', '2025-09-17 16:00:13', '2025-09-17 16:00:13'),
(969, '59.183.175.79', 'dHqg4uLDd0rZjIpw_EdzjQ:APA91bG2-YgSR4AE_SudnbJZuVUjRLR61VzxmKLfl2MEizjly6npYzi96X_cOEbVfBw-qCQHjTOEvmfQSYH8fqfnplZrv9RO0Chogku3rnBx8uqb_v4w4FM', '2025-09-17 16:00:28', '2025-09-17 16:00:28'),
(970, '59.183.175.79', 'dHqg4uLDd0rZjIpw_EdzjQ:APA91bG2-YgSR4AE_SudnbJZuVUjRLR61VzxmKLfl2MEizjly6npYzi96X_cOEbVfBw-qCQHjTOEvmfQSYH8fqfnplZrv9RO0Chogku3rnBx8uqb_v4w4FM', '2025-09-17 16:00:35', '2025-09-17 16:00:35'),
(971, '106.76.253.21', 'cUqCUdRsTPKjXCqRrrgmqS:APA91bGvXhZVP-6ulNjRuXFGbdN-V07B1T5lhjZWYGhXJCpGbTvzT-t5fmzaQOyLD-Upmu49TCNEcJ_NdT1wGylqm_5_jB3133pXd11T7515C0EIOKeqnpc', '2025-09-18 10:35:51', '2025-09-18 10:35:51'),
(972, '106.76.253.21', 'cUqCUdRsTPKjXCqRrrgmqS:APA91bGvXhZVP-6ulNjRuXFGbdN-V07B1T5lhjZWYGhXJCpGbTvzT-t5fmzaQOyLD-Upmu49TCNEcJ_NdT1wGylqm_5_jB3133pXd11T7515C0EIOKeqnpc', '2025-09-18 10:35:53', '2025-09-18 10:35:53'),
(973, '106.76.253.21', 'cUqCUdRsTPKjXCqRrrgmqS:APA91bGvXhZVP-6ulNjRuXFGbdN-V07B1T5lhjZWYGhXJCpGbTvzT-t5fmzaQOyLD-Upmu49TCNEcJ_NdT1wGylqm_5_jB3133pXd11T7515C0EIOKeqnpc', '2025-09-18 10:36:18', '2025-09-18 10:36:18'),
(974, '106.76.253.21', 'cUqCUdRsTPKjXCqRrrgmqS:APA91bGvXhZVP-6ulNjRuXFGbdN-V07B1T5lhjZWYGhXJCpGbTvzT-t5fmzaQOyLD-Upmu49TCNEcJ_NdT1wGylqm_5_jB3133pXd11T7515C0EIOKeqnpc', '2025-09-18 10:36:19', '2025-09-18 10:36:19'),
(975, '47.15.87.15', 'celpIVhHRp-s4mFaYG5v_Q:APA91bHbEpsFa1IyFdZg5JKL2F0l6rgYsLYnH2RVNALjA6z2qwKQ7-OjBrK2H1BZUhXpjGodppftrJpMGjG4SyHPSuJxkFenwSAdVPYMedzC9iiJy6yOtuk', '2025-09-18 13:07:17', '2025-09-18 13:07:17'),
(976, '47.15.98.253', 'celpIVhHRp-s4mFaYG5v_Q:APA91bHbEpsFa1IyFdZg5JKL2F0l6rgYsLYnH2RVNALjA6z2qwKQ7-OjBrK2H1BZUhXpjGodppftrJpMGjG4SyHPSuJxkFenwSAdVPYMedzC9iiJy6yOtuk', '2025-09-18 13:07:29', '2025-09-18 13:07:29'),
(977, '188.0.185.5', '@', '2025-09-18 23:54:23', '2025-09-18 23:54:23'),
(978, '88.222.2.70', '@', '2025-09-19 00:01:41', '2025-09-19 00:01:41'),
(979, '106.222.231.251', 'dE9JRFPoTsSGd5cCNLjgk6:APA91bEbrS20z8XYxK0kfL_DeuNQckxzbHO7SeTRx0SeB1g_7pz3l9NhI60wA9cabwuoT-GfelHqwniEf7Zi63r67OXuqtU1exAZTJ6KRkG4dACORIYYDuo', '2025-09-19 06:54:34', '2025-09-19 06:54:34'),
(980, '106.222.231.251', 'dE9JRFPoTsSGd5cCNLjgk6:APA91bEbrS20z8XYxK0kfL_DeuNQckxzbHO7SeTRx0SeB1g_7pz3l9NhI60wA9cabwuoT-GfelHqwniEf7Zi63r67OXuqtU1exAZTJ6KRkG4dACORIYYDuo', '2025-09-19 06:55:13', '2025-09-19 06:55:13'),
(981, '106.222.231.251', 'dE9JRFPoTsSGd5cCNLjgk6:APA91bEbrS20z8XYxK0kfL_DeuNQckxzbHO7SeTRx0SeB1g_7pz3l9NhI60wA9cabwuoT-GfelHqwniEf7Zi63r67OXuqtU1exAZTJ6KRkG4dACORIYYDuo', '2025-09-19 06:55:14', '2025-09-19 06:55:14'),
(982, '106.216.115.135', 'fQRRpH3TQICXJnfpqgTrR6:APA91bFZe6plPcJ7OLuw4f_qklagKSOdG7-l5z-Idt9qTgcaf795Kg-HkzVf37xpqc1M5i5QRsKCGUstF0qbc43rsKvC9T7rGDgvnHmuScHRowDOcCnhLBI', '2025-09-19 08:29:15', '2025-09-19 08:29:15'),
(983, '106.216.115.135', 'fQRRpH3TQICXJnfpqgTrR6:APA91bFZe6plPcJ7OLuw4f_qklagKSOdG7-l5z-Idt9qTgcaf795Kg-HkzVf37xpqc1M5i5QRsKCGUstF0qbc43rsKvC9T7rGDgvnHmuScHRowDOcCnhLBI', '2025-09-19 08:29:16', '2025-09-19 08:29:16'),
(984, '49.43.240.1', 'e4c7sDXHQBGdOwPA2gbHPd:APA91bHyjA6VqX35FgHu5nCECDoCqpQkA3cHLsfgS8syBMG7I-dRRBX9TQpk6ajdZNVhyl0oSaJnp97d66WdPQO9em2bXqNYd_iPDqj3hIFnwZfbzkKdh9U', '2025-09-19 10:27:15', '2025-09-19 10:27:15'),
(985, '49.43.240.1', 'e4c7sDXHQBGdOwPA2gbHPd:APA91bHyjA6VqX35FgHu5nCECDoCqpQkA3cHLsfgS8syBMG7I-dRRBX9TQpk6ajdZNVhyl0oSaJnp97d66WdPQO9em2bXqNYd_iPDqj3hIFnwZfbzkKdh9U', '2025-09-19 10:27:18', '2025-09-19 10:27:18'),
(986, '49.43.240.1', 'e4c7sDXHQBGdOwPA2gbHPd:APA91bHyjA6VqX35FgHu5nCECDoCqpQkA3cHLsfgS8syBMG7I-dRRBX9TQpk6ajdZNVhyl0oSaJnp97d66WdPQO9em2bXqNYd_iPDqj3hIFnwZfbzkKdh9U', '2025-09-19 10:27:20', '2025-09-19 10:27:20'),
(987, '49.43.240.1', 'e4c7sDXHQBGdOwPA2gbHPd:APA91bHyjA6VqX35FgHu5nCECDoCqpQkA3cHLsfgS8syBMG7I-dRRBX9TQpk6ajdZNVhyl0oSaJnp97d66WdPQO9em2bXqNYd_iPDqj3hIFnwZfbzkKdh9U', '2025-09-19 10:27:20', '2025-09-19 10:27:20'),
(988, '152.58.2.21', 'dzmABMn_SKSNFCYH69zMDV:APA91bE9-wFt0mn_5aGg52koqxH14dv7EAxDhj-5zyZQHU5AqMhch5hNWY0Xx4tA64Z7dd6XkLSd78HoQBuCa4NegfE_AthNN8WzXxkE09Wv7SuMoBZzznQ', '2025-09-19 11:22:08', '2025-09-19 11:22:08'),
(989, '152.58.2.21', 'dzmABMn_SKSNFCYH69zMDV:APA91bE9-wFt0mn_5aGg52koqxH14dv7EAxDhj-5zyZQHU5AqMhch5hNWY0Xx4tA64Z7dd6XkLSd78HoQBuCa4NegfE_AthNN8WzXxkE09Wv7SuMoBZzznQ', '2025-09-19 11:22:18', '2025-09-19 11:22:18'),
(990, '152.58.2.21', 'dzmABMn_SKSNFCYH69zMDV:APA91bE9-wFt0mn_5aGg52koqxH14dv7EAxDhj-5zyZQHU5AqMhch5hNWY0Xx4tA64Z7dd6XkLSd78HoQBuCa4NegfE_AthNN8WzXxkE09Wv7SuMoBZzznQ', '2025-09-19 11:22:26', '2025-09-19 11:22:26'),
(991, '152.58.2.21', 'dzmABMn_SKSNFCYH69zMDV:APA91bE9-wFt0mn_5aGg52koqxH14dv7EAxDhj-5zyZQHU5AqMhch5hNWY0Xx4tA64Z7dd6XkLSd78HoQBuCa4NegfE_AthNN8WzXxkE09Wv7SuMoBZzznQ', '2025-09-19 11:22:32', '2025-09-19 11:22:32'),
(992, '152.58.2.21', 'dzmABMn_SKSNFCYH69zMDV:APA91bE9-wFt0mn_5aGg52koqxH14dv7EAxDhj-5zyZQHU5AqMhch5hNWY0Xx4tA64Z7dd6XkLSd78HoQBuCa4NegfE_AthNN8WzXxkE09Wv7SuMoBZzznQ', '2025-09-19 11:22:36', '2025-09-19 11:22:36'),
(993, '110.226.164.217', 'dij6S6TKQ06Q2EmOC7Wuyu:APA91bF814gv_MDuMkpVdoJN4azBaiFpKHDDZ_iKCf-wbVpxK_fOBm2DPwUakWGJ3owYfW8iaEPmReeSK6L_Q3_CtnUKjxY7E2xwlhJaOTF9iIaR1Q7GHFU', '2025-09-20 05:17:31', '2025-09-20 05:17:31'),
(994, '38.137.54.211', 'ciTn_pgjJ0KTsbVpnk06Yx:APA91bGITIEQE-fam_7nX18nT1XXZyfwicMXhsUqb23f7AaqhXFTrRTftMYDgev6MB7GNPE3g9_RpxVlk7s0q3rgiC36B3TmeP4le-F8LsjXzAFWI1liwpg', '2025-09-20 06:30:51', '2025-09-20 06:30:51'),
(995, '38.137.54.211', 'ciTn_pgjJ0KTsbVpnk06Yx:APA91bGITIEQE-fam_7nX18nT1XXZyfwicMXhsUqb23f7AaqhXFTrRTftMYDgev6MB7GNPE3g9_RpxVlk7s0q3rgiC36B3TmeP4le-F8LsjXzAFWI1liwpg', '2025-09-20 06:30:53', '2025-09-20 06:30:53'),
(996, '38.137.54.211', 'ciTn_pgjJ0KTsbVpnk06Yx:APA91bGITIEQE-fam_7nX18nT1XXZyfwicMXhsUqb23f7AaqhXFTrRTftMYDgev6MB7GNPE3g9_RpxVlk7s0q3rgiC36B3TmeP4le-F8LsjXzAFWI1liwpg', '2025-09-20 06:31:00', '2025-09-20 06:31:00'),
(997, '38.137.54.211', 'ciTn_pgjJ0KTsbVpnk06Yx:APA91bGITIEQE-fam_7nX18nT1XXZyfwicMXhsUqb23f7AaqhXFTrRTftMYDgev6MB7GNPE3g9_RpxVlk7s0q3rgiC36B3TmeP4le-F8LsjXzAFWI1liwpg', '2025-09-20 06:31:00', '2025-09-20 06:31:00'),
(998, '49.36.17.197', 'emTXLXXyShuVv2xPUIiNCU:APA91bFoPREf1wCoNTCkQWIn1AbZfjgVb4rEphYEUYCI_eYoTxNU3sRYoLoeZj8-YRTRVt1xgPUvuLyZgTzOvcnLXqXB67_7koopfleNYHVZMYGVdNUIzTc', '2025-09-20 09:32:02', '2025-09-20 09:32:02'),
(999, '49.36.17.197', 'emTXLXXyShuVv2xPUIiNCU:APA91bFoPREf1wCoNTCkQWIn1AbZfjgVb4rEphYEUYCI_eYoTxNU3sRYoLoeZj8-YRTRVt1xgPUvuLyZgTzOvcnLXqXB67_7koopfleNYHVZMYGVdNUIzTc', '2025-09-20 09:32:15', '2025-09-20 09:32:15'),
(1000, '49.36.17.197', 'emTXLXXyShuVv2xPUIiNCU:APA91bFoPREf1wCoNTCkQWIn1AbZfjgVb4rEphYEUYCI_eYoTxNU3sRYoLoeZj8-YRTRVt1xgPUvuLyZgTzOvcnLXqXB67_7koopfleNYHVZMYGVdNUIzTc', '2025-09-20 09:32:28', '2025-09-20 09:32:28'),
(1001, '49.36.17.197', 'emTXLXXyShuVv2xPUIiNCU:APA91bFoPREf1wCoNTCkQWIn1AbZfjgVb4rEphYEUYCI_eYoTxNU3sRYoLoeZj8-YRTRVt1xgPUvuLyZgTzOvcnLXqXB67_7koopfleNYHVZMYGVdNUIzTc', '2025-09-20 09:32:45', '2025-09-20 09:32:45'),
(1002, '49.36.17.197', 'emTXLXXyShuVv2xPUIiNCU:APA91bFoPREf1wCoNTCkQWIn1AbZfjgVb4rEphYEUYCI_eYoTxNU3sRYoLoeZj8-YRTRVt1xgPUvuLyZgTzOvcnLXqXB67_7koopfleNYHVZMYGVdNUIzTc', '2025-09-20 09:32:59', '2025-09-20 09:32:59'),
(1003, '152.56.243.173', 'd4fidyx8QB-2Yn540nWZ-4:APA91bHxFEKo6t2wxQuJXTUWY-Lc3p_CW03qQcq39If_zZdUiOYHS_OTyn4U6X4k5IenjjFnQVcXWCnSb0gy2-yLirGcL8fOIrAhEvhWokk6qoccX1H8a0s', '2025-09-20 13:04:07', '2025-09-20 13:04:07'),
(1004, '152.59.30.17', 'd4fidyx8QB-2Yn540nWZ-4:APA91bHxFEKo6t2wxQuJXTUWY-Lc3p_CW03qQcq39If_zZdUiOYHS_OTyn4U6X4k5IenjjFnQVcXWCnSb0gy2-yLirGcL8fOIrAhEvhWokk6qoccX1H8a0s', '2025-09-20 13:04:08', '2025-09-20 13:04:08'),
(1005, '152.59.30.17', 'd4fidyx8QB-2Yn540nWZ-4:APA91bHxFEKo6t2wxQuJXTUWY-Lc3p_CW03qQcq39If_zZdUiOYHS_OTyn4U6X4k5IenjjFnQVcXWCnSb0gy2-yLirGcL8fOIrAhEvhWokk6qoccX1H8a0s', '2025-09-20 13:04:23', '2025-09-20 13:04:23'),
(1006, '152.59.30.17', 'd4fidyx8QB-2Yn540nWZ-4:APA91bHxFEKo6t2wxQuJXTUWY-Lc3p_CW03qQcq39If_zZdUiOYHS_OTyn4U6X4k5IenjjFnQVcXWCnSb0gy2-yLirGcL8fOIrAhEvhWokk6qoccX1H8a0s', '2025-09-20 13:04:48', '2025-09-20 13:04:48'),
(1007, '152.56.243.173', 'd4fidyx8QB-2Yn540nWZ-4:APA91bHxFEKo6t2wxQuJXTUWY-Lc3p_CW03qQcq39If_zZdUiOYHS_OTyn4U6X4k5IenjjFnQVcXWCnSb0gy2-yLirGcL8fOIrAhEvhWokk6qoccX1H8a0s', '2025-09-20 13:04:57', '2025-09-20 13:04:57'),
(1008, '152.56.243.173', 'd4fidyx8QB-2Yn540nWZ-4:APA91bHxFEKo6t2wxQuJXTUWY-Lc3p_CW03qQcq39If_zZdUiOYHS_OTyn4U6X4k5IenjjFnQVcXWCnSb0gy2-yLirGcL8fOIrAhEvhWokk6qoccX1H8a0s', '2025-09-20 13:05:09', '2025-09-20 13:05:09'),
(1009, '49.42.195.201', 'fLEYSp9eTmq6aFc7HUA2lX:APA91bGIEBSgUT19yWtFMzeYVArkvNJnHGGMEo9R9tJvtMWff7S21xlMIEQLpdC2n0MdifGEZLWlSNze1V3ybbvuy-ZCAckSsZ0ta7EFefA9BQl02iWFt2s', '2025-09-22 07:18:44', '2025-09-22 07:18:44'),
(1010, '49.42.195.201', 'fLEYSp9eTmq6aFc7HUA2lX:APA91bGIEBSgUT19yWtFMzeYVArkvNJnHGGMEo9R9tJvtMWff7S21xlMIEQLpdC2n0MdifGEZLWlSNze1V3ybbvuy-ZCAckSsZ0ta7EFefA9BQl02iWFt2s', '2025-09-22 07:18:44', '2025-09-22 07:18:44'),
(1011, '49.42.195.201', 'fLEYSp9eTmq6aFc7HUA2lX:APA91bGIEBSgUT19yWtFMzeYVArkvNJnHGGMEo9R9tJvtMWff7S21xlMIEQLpdC2n0MdifGEZLWlSNze1V3ybbvuy-ZCAckSsZ0ta7EFefA9BQl02iWFt2s', '2025-09-22 07:18:56', '2025-09-22 07:18:56'),
(1012, '157.48.98.27', 'dhRfeKbtSdGI30qZ9IPO3v:APA91bGRJd6Vm8oNNMSLPB5ZSLJln4Lopt-dYKwAhj-VEJlzoDmGY2mpvzwvcgaHbqCd9fE48yvjSOfSPy6aDmAGOUm3_oATpkwdrrG4UYPdnqro9vYvnnA', '2025-09-22 07:38:16', '2025-09-22 07:38:16'),
(1013, '157.48.91.34', 'dhRfeKbtSdGI30qZ9IPO3v:APA91bGRJd6Vm8oNNMSLPB5ZSLJln4Lopt-dYKwAhj-VEJlzoDmGY2mpvzwvcgaHbqCd9fE48yvjSOfSPy6aDmAGOUm3_oATpkwdrrG4UYPdnqro9vYvnnA', '2025-09-22 07:38:45', '2025-09-22 07:38:45'),
(1014, '157.48.89.252', 'dhRfeKbtSdGI30qZ9IPO3v:APA91bGRJd6Vm8oNNMSLPB5ZSLJln4Lopt-dYKwAhj-VEJlzoDmGY2mpvzwvcgaHbqCd9fE48yvjSOfSPy6aDmAGOUm3_oATpkwdrrG4UYPdnqro9vYvnnA', '2025-09-22 07:39:21', '2025-09-22 07:39:21'),
(1015, '157.48.89.252', 'dhRfeKbtSdGI30qZ9IPO3v:APA91bGRJd6Vm8oNNMSLPB5ZSLJln4Lopt-dYKwAhj-VEJlzoDmGY2mpvzwvcgaHbqCd9fE48yvjSOfSPy6aDmAGOUm3_oATpkwdrrG4UYPdnqro9vYvnnA', '2025-09-22 07:39:57', '2025-09-22 07:39:57'),
(1016, '157.48.89.252', 'dhRfeKbtSdGI30qZ9IPO3v:APA91bGRJd6Vm8oNNMSLPB5ZSLJln4Lopt-dYKwAhj-VEJlzoDmGY2mpvzwvcgaHbqCd9fE48yvjSOfSPy6aDmAGOUm3_oATpkwdrrG4UYPdnqro9vYvnnA', '2025-09-22 07:39:57', '2025-09-22 07:39:57'),
(1017, '157.48.96.170', 'dhRfeKbtSdGI30qZ9IPO3v:APA91bGRJd6Vm8oNNMSLPB5ZSLJln4Lopt-dYKwAhj-VEJlzoDmGY2mpvzwvcgaHbqCd9fE48yvjSOfSPy6aDmAGOUm3_oATpkwdrrG4UYPdnqro9vYvnnA', '2025-09-22 07:40:45', '2025-09-22 07:40:45'),
(1018, '157.48.96.170', 'dhRfeKbtSdGI30qZ9IPO3v:APA91bGRJd6Vm8oNNMSLPB5ZSLJln4Lopt-dYKwAhj-VEJlzoDmGY2mpvzwvcgaHbqCd9fE48yvjSOfSPy6aDmAGOUm3_oATpkwdrrG4UYPdnqro9vYvnnA', '2025-09-22 07:41:11', '2025-09-22 07:41:11'),
(1019, '157.48.96.170', 'dhRfeKbtSdGI30qZ9IPO3v:APA91bGRJd6Vm8oNNMSLPB5ZSLJln4Lopt-dYKwAhj-VEJlzoDmGY2mpvzwvcgaHbqCd9fE48yvjSOfSPy6aDmAGOUm3_oATpkwdrrG4UYPdnqro9vYvnnA', '2025-09-22 07:41:48', '2025-09-22 07:41:48'),
(1020, '157.48.96.100', 'dhRfeKbtSdGI30qZ9IPO3v:APA91bGRJd6Vm8oNNMSLPB5ZSLJln4Lopt-dYKwAhj-VEJlzoDmGY2mpvzwvcgaHbqCd9fE48yvjSOfSPy6aDmAGOUm3_oATpkwdrrG4UYPdnqro9vYvnnA', '2025-09-22 07:43:10', '2025-09-22 07:43:10'),
(1021, '157.48.96.100', 'dhRfeKbtSdGI30qZ9IPO3v:APA91bGRJd6Vm8oNNMSLPB5ZSLJln4Lopt-dYKwAhj-VEJlzoDmGY2mpvzwvcgaHbqCd9fE48yvjSOfSPy6aDmAGOUm3_oATpkwdrrG4UYPdnqro9vYvnnA', '2025-09-22 07:43:11', '2025-09-22 07:43:11'),
(1022, '157.48.99.154', 'dhRfeKbtSdGI30qZ9IPO3v:APA91bGRJd6Vm8oNNMSLPB5ZSLJln4Lopt-dYKwAhj-VEJlzoDmGY2mpvzwvcgaHbqCd9fE48yvjSOfSPy6aDmAGOUm3_oATpkwdrrG4UYPdnqro9vYvnnA', '2025-09-22 07:43:39', '2025-09-22 07:43:39'),
(1023, '157.48.97.63', 'dhRfeKbtSdGI30qZ9IPO3v:APA91bGRJd6Vm8oNNMSLPB5ZSLJln4Lopt-dYKwAhj-VEJlzoDmGY2mpvzwvcgaHbqCd9fE48yvjSOfSPy6aDmAGOUm3_oATpkwdrrG4UYPdnqro9vYvnnA', '2025-09-22 07:45:49', '2025-09-22 07:45:49'),
(1024, '117.241.199.227', 'cggT96FWSfGM0aw9clWPXH:APA91bGNhr5jGc1zfQphNOTjkJ1Z-FPHSIAIl4sAVHvnepknUR33_ryFErEKtB_YWoTcHFTKbuoiqgqnIDltpOhuCaklbL5oIHYH934uweEMbyvcEY84lzg', '2025-09-23 04:16:03', '2025-09-23 04:16:03'),
(1025, '117.241.199.227', 'cggT96FWSfGM0aw9clWPXH:APA91bGNhr5jGc1zfQphNOTjkJ1Z-FPHSIAIl4sAVHvnepknUR33_ryFErEKtB_YWoTcHFTKbuoiqgqnIDltpOhuCaklbL5oIHYH934uweEMbyvcEY84lzg', '2025-09-23 04:16:15', '2025-09-23 04:16:15'),
(1026, '117.241.199.227', 'eOUSBJ7sQuO-RuhheEAqPO:APA91bFA-aVv4IRkmBnSwmCl3njVJqJAI_l1WgiRNADxxLLGTNYD_ImuobH9wE506jtE7DGTJw3JA_OZ6DKOQibevpalAMPg-52LX57-V5xPQG4SxVJXjNA', '2025-09-23 04:17:59', '2025-09-23 04:17:59'),
(1027, '45.117.72.22', 'dnDoUmA6ReWbw0V2zNmBoY:APA91bGndY3Z5JRdJ8GlXwmYvCMoWjy4iDixFMeOvtiW0oxm6OrT0JwEvbzfQ8VuBDalHGs8HVWUkhJZfwyzL5McBRVB1Q03DpphzmZ20Z6RAH7utoCyqD0', '2025-09-23 13:24:41', '2025-09-23 13:24:41'),
(1028, '106.78.30.155', 'f0-5zq4OQjyxXjjTW0sf-W:APA91bEBsl9ZPS5N-75bYtQCVmw9LKizchZjJoULqOOIeVRxg6OMg1NvpJQ4Zb8UAoHJbNMxO_Qc62v6Vsk-q6Nlx-VOuw3yPIal-FMwUsSBXDFJVE1fxPg', '2025-09-23 16:34:34', '2025-09-23 16:34:34'),
(1029, '106.78.30.155', 'f0-5zq4OQjyxXjjTW0sf-W:APA91bEBsl9ZPS5N-75bYtQCVmw9LKizchZjJoULqOOIeVRxg6OMg1NvpJQ4Zb8UAoHJbNMxO_Qc62v6Vsk-q6Nlx-VOuw3yPIal-FMwUsSBXDFJVE1fxPg', '2025-09-23 16:34:35', '2025-09-23 16:34:35'),
(1030, '14.139.125.73', 'ewJGHvWnTzewa1THp8S5rg:APA91bG9tenfUzTBLccAkK6BgvJs2NOh438yxtu77gjGEUcNRroPysc_qo6B3jfqeNjPkbRBKfbT3uR3vYLbjsjR_1fxupZX6pvAAhnHPcznrDaVqTydIzg', '2025-09-23 18:43:14', '2025-09-23 18:43:14'),
(1031, '14.139.125.73', 'ewJGHvWnTzewa1THp8S5rg:APA91bG9tenfUzTBLccAkK6BgvJs2NOh438yxtu77gjGEUcNRroPysc_qo6B3jfqeNjPkbRBKfbT3uR3vYLbjsjR_1fxupZX6pvAAhnHPcznrDaVqTydIzg', '2025-09-23 18:43:15', '2025-09-23 18:43:15'),
(1032, '14.139.125.73', 'ewJGHvWnTzewa1THp8S5rg:APA91bG9tenfUzTBLccAkK6BgvJs2NOh438yxtu77gjGEUcNRroPysc_qo6B3jfqeNjPkbRBKfbT3uR3vYLbjsjR_1fxupZX6pvAAhnHPcznrDaVqTydIzg', '2025-09-23 18:43:23', '2025-09-23 18:43:23'),
(1033, '14.139.125.73', 'ewJGHvWnTzewa1THp8S5rg:APA91bG9tenfUzTBLccAkK6BgvJs2NOh438yxtu77gjGEUcNRroPysc_qo6B3jfqeNjPkbRBKfbT3uR3vYLbjsjR_1fxupZX6pvAAhnHPcznrDaVqTydIzg', '2025-09-23 18:43:23', '2025-09-23 18:43:23'),
(1034, '117.248.159.8', 'donD15U8T66z4ITyiJogpk:APA91bGqs1627nsUIglWjHHs5qSkeunQBiwdoEGM1rGG8Hw83H8i0C34cGYn0YqBGej2iEtrbEo7xo6gsIzuB0ZYLuNsT3KdGhyrFfbmPL4mMFD_W4pALZk', '2025-09-23 19:49:55', '2025-09-23 19:49:55'),
(1035, '117.248.159.8', 'donD15U8T66z4ITyiJogpk:APA91bGqs1627nsUIglWjHHs5qSkeunQBiwdoEGM1rGG8Hw83H8i0C34cGYn0YqBGej2iEtrbEo7xo6gsIzuB0ZYLuNsT3KdGhyrFfbmPL4mMFD_W4pALZk', '2025-09-23 19:49:57', '2025-09-23 19:49:57'),
(1036, '117.248.159.8', 'donD15U8T66z4ITyiJogpk:APA91bGqs1627nsUIglWjHHs5qSkeunQBiwdoEGM1rGG8Hw83H8i0C34cGYn0YqBGej2iEtrbEo7xo6gsIzuB0ZYLuNsT3KdGhyrFfbmPL4mMFD_W4pALZk', '2025-09-23 19:50:18', '2025-09-23 19:50:18'),
(1037, '117.248.159.8', 'donD15U8T66z4ITyiJogpk:APA91bGqs1627nsUIglWjHHs5qSkeunQBiwdoEGM1rGG8Hw83H8i0C34cGYn0YqBGej2iEtrbEo7xo6gsIzuB0ZYLuNsT3KdGhyrFfbmPL4mMFD_W4pALZk', '2025-09-23 19:50:42', '2025-09-23 19:50:42'),
(1038, '117.248.159.8', 'donD15U8T66z4ITyiJogpk:APA91bGqs1627nsUIglWjHHs5qSkeunQBiwdoEGM1rGG8Hw83H8i0C34cGYn0YqBGej2iEtrbEo7xo6gsIzuB0ZYLuNsT3KdGhyrFfbmPL4mMFD_W4pALZk', '2025-09-23 19:50:43', '2025-09-23 19:50:43'),
(1039, '117.248.159.8', 'donD15U8T66z4ITyiJogpk:APA91bGqs1627nsUIglWjHHs5qSkeunQBiwdoEGM1rGG8Hw83H8i0C34cGYn0YqBGej2iEtrbEo7xo6gsIzuB0ZYLuNsT3KdGhyrFfbmPL4mMFD_W4pALZk', '2025-09-23 19:50:43', '2025-09-23 19:50:43'),
(1040, '117.248.159.8', 'donD15U8T66z4ITyiJogpk:APA91bGqs1627nsUIglWjHHs5qSkeunQBiwdoEGM1rGG8Hw83H8i0C34cGYn0YqBGej2iEtrbEo7xo6gsIzuB0ZYLuNsT3KdGhyrFfbmPL4mMFD_W4pALZk', '2025-09-23 19:52:56', '2025-09-23 19:52:56'),
(1041, '117.248.159.8', 'donD15U8T66z4ITyiJogpk:APA91bGqs1627nsUIglWjHHs5qSkeunQBiwdoEGM1rGG8Hw83H8i0C34cGYn0YqBGej2iEtrbEo7xo6gsIzuB0ZYLuNsT3KdGhyrFfbmPL4mMFD_W4pALZk', '2025-09-23 19:53:06', '2025-09-23 19:53:06'),
(1042, '117.248.159.8', 'donD15U8T66z4ITyiJogpk:APA91bGqs1627nsUIglWjHHs5qSkeunQBiwdoEGM1rGG8Hw83H8i0C34cGYn0YqBGej2iEtrbEo7xo6gsIzuB0ZYLuNsT3KdGhyrFfbmPL4mMFD_W4pALZk', '2025-09-23 19:53:18', '2025-09-23 19:53:18'),
(1043, '42.105.203.5', 'evTcear6TwOKZMNBRIkEeH:APA91bHngEhcPMLLJVP4VhXPFBKcgOqaOCUU17-zvPE_qv3qJe2hOMsMZ6sb99c875fcy7XZsEStR9MBODhXs0dYn2N1h4x7ir3CFrDFGEHtzec-BLTSkfA', '2025-09-25 02:16:12', '2025-09-25 02:16:12'),
(1044, '47.11.106.163', 'd6fcM9bEQkWiAESm1hDi0l:APA91bGQbun-uLelvqxtvM3Perbf2BZ6lTLYn0HwH9I9AtrM2Uaq9o7XaY69LFhcFJ0GsI0DcSIj4x-6NydvqLGVUoE2mIoNuwRio6DrO9wW00tVFKwv2oo', '2025-09-25 17:53:48', '2025-09-25 17:53:48'),
(1045, '47.11.106.163', 'd6fcM9bEQkWiAESm1hDi0l:APA91bGQbun-uLelvqxtvM3Perbf2BZ6lTLYn0HwH9I9AtrM2Uaq9o7XaY69LFhcFJ0GsI0DcSIj4x-6NydvqLGVUoE2mIoNuwRio6DrO9wW00tVFKwv2oo', '2025-09-25 17:53:49', '2025-09-25 17:53:49');
INSERT INTO `guests` (`id`, `ip_address`, `fcm_token`, `created_at`, `updated_at`) VALUES
(1046, '157.49.151.127', 'c3l0yUYxRrOjAGeNVanas_:APA91bG7DUGNp2NQkdkrjzI4M3Prr2ZdODyLVKBGVd1yBmCoYOyF2UmDvvIv190Wwd5t4XXmSgDuowMriYpLJutCXlRm_LiNZY-yVfzrOpodShYHLVLRKkk', '2025-10-01 02:15:33', '2025-10-01 02:15:33'),
(1047, '157.49.154.110', 'c3l0yUYxRrOjAGeNVanas_:APA91bG7DUGNp2NQkdkrjzI4M3Prr2ZdODyLVKBGVd1yBmCoYOyF2UmDvvIv190Wwd5t4XXmSgDuowMriYpLJutCXlRm_LiNZY-yVfzrOpodShYHLVLRKkk', '2025-10-01 02:15:34', '2025-10-01 02:15:34'),
(1048, '157.49.154.110', 'c3l0yUYxRrOjAGeNVanas_:APA91bG7DUGNp2NQkdkrjzI4M3Prr2ZdODyLVKBGVd1yBmCoYOyF2UmDvvIv190Wwd5t4XXmSgDuowMriYpLJutCXlRm_LiNZY-yVfzrOpodShYHLVLRKkk', '2025-10-01 02:15:42', '2025-10-01 02:15:42'),
(1049, '157.49.154.110', 'c3l0yUYxRrOjAGeNVanas_:APA91bG7DUGNp2NQkdkrjzI4M3Prr2ZdODyLVKBGVd1yBmCoYOyF2UmDvvIv190Wwd5t4XXmSgDuowMriYpLJutCXlRm_LiNZY-yVfzrOpodShYHLVLRKkk', '2025-10-01 02:15:43', '2025-10-01 02:15:43'),
(1050, '157.49.151.127', 'c3l0yUYxRrOjAGeNVanas_:APA91bG7DUGNp2NQkdkrjzI4M3Prr2ZdODyLVKBGVd1yBmCoYOyF2UmDvvIv190Wwd5t4XXmSgDuowMriYpLJutCXlRm_LiNZY-yVfzrOpodShYHLVLRKkk', '2025-10-01 02:15:52', '2025-10-01 02:15:52'),
(1051, '157.49.154.110', 'c3l0yUYxRrOjAGeNVanas_:APA91bG7DUGNp2NQkdkrjzI4M3Prr2ZdODyLVKBGVd1yBmCoYOyF2UmDvvIv190Wwd5t4XXmSgDuowMriYpLJutCXlRm_LiNZY-yVfzrOpodShYHLVLRKkk', '2025-10-01 02:15:53', '2025-10-01 02:15:53'),
(1052, '157.49.151.127', 'c3l0yUYxRrOjAGeNVanas_:APA91bG7DUGNp2NQkdkrjzI4M3Prr2ZdODyLVKBGVd1yBmCoYOyF2UmDvvIv190Wwd5t4XXmSgDuowMriYpLJutCXlRm_LiNZY-yVfzrOpodShYHLVLRKkk', '2025-10-01 02:15:53', '2025-10-01 02:15:53'),
(1053, '27.60.134.215', 'drAvcyDakU3Lq4CJUytzHt:APA91bGJbGD8mwXkqKzLo6WEShRXceDkoM5VnT3OMlvLo51_-L_ydJAIXzzRK5yg4Zgp5CTOMVNRv9hwkraKcXzyTGRjEZIpJKlB8w_s-2wSZkpWCZmGQQI', '2025-10-01 12:23:04', '2025-10-01 12:23:04'),
(1054, '27.60.134.215', 'drAvcyDakU3Lq4CJUytzHt:APA91bGJbGD8mwXkqKzLo6WEShRXceDkoM5VnT3OMlvLo51_-L_ydJAIXzzRK5yg4Zgp5CTOMVNRv9hwkraKcXzyTGRjEZIpJKlB8w_s-2wSZkpWCZmGQQI', '2025-10-01 12:23:04', '2025-10-01 12:23:04'),
(1055, '27.60.134.215', 'drAvcyDakU3Lq4CJUytzHt:APA91bGJbGD8mwXkqKzLo6WEShRXceDkoM5VnT3OMlvLo51_-L_ydJAIXzzRK5yg4Zgp5CTOMVNRv9hwkraKcXzyTGRjEZIpJKlB8w_s-2wSZkpWCZmGQQI', '2025-10-01 12:23:05', '2025-10-01 12:23:05'),
(1056, '27.60.134.215', 'drAvcyDakU3Lq4CJUytzHt:APA91bGJbGD8mwXkqKzLo6WEShRXceDkoM5VnT3OMlvLo51_-L_ydJAIXzzRK5yg4Zgp5CTOMVNRv9hwkraKcXzyTGRjEZIpJKlB8w_s-2wSZkpWCZmGQQI', '2025-10-01 12:23:06', '2025-10-01 12:23:06'),
(1057, '106.219.148.148', 'd_0FRShMSyiEcwDMpABpAW:APA91bF0M6OwH0WhpIW1TXUO8j5dQQb1TKWdsUtcUJR4pYEZDcGMNH9irEGnpaYcwcVEFRj5cu-pACwyDwvQ2AlFswYkp_OwuQ0sHcf57_3LNjiqduYf8PE', '2025-10-01 16:55:01', '2025-10-01 16:55:01'),
(1058, '106.219.148.148', 'd_0FRShMSyiEcwDMpABpAW:APA91bF0M6OwH0WhpIW1TXUO8j5dQQb1TKWdsUtcUJR4pYEZDcGMNH9irEGnpaYcwcVEFRj5cu-pACwyDwvQ2AlFswYkp_OwuQ0sHcf57_3LNjiqduYf8PE', '2025-10-01 16:55:02', '2025-10-01 16:55:02'),
(1059, '106.219.148.148', 'd_0FRShMSyiEcwDMpABpAW:APA91bF0M6OwH0WhpIW1TXUO8j5dQQb1TKWdsUtcUJR4pYEZDcGMNH9irEGnpaYcwcVEFRj5cu-pACwyDwvQ2AlFswYkp_OwuQ0sHcf57_3LNjiqduYf8PE', '2025-10-01 16:55:15', '2025-10-01 16:55:15'),
(1060, '106.219.148.148', 'd_0FRShMSyiEcwDMpABpAW:APA91bF0M6OwH0WhpIW1TXUO8j5dQQb1TKWdsUtcUJR4pYEZDcGMNH9irEGnpaYcwcVEFRj5cu-pACwyDwvQ2AlFswYkp_OwuQ0sHcf57_3LNjiqduYf8PE', '2025-10-01 16:55:15', '2025-10-01 16:55:15'),
(1061, '106.219.148.148', 'd_0FRShMSyiEcwDMpABpAW:APA91bF0M6OwH0WhpIW1TXUO8j5dQQb1TKWdsUtcUJR4pYEZDcGMNH9irEGnpaYcwcVEFRj5cu-pACwyDwvQ2AlFswYkp_OwuQ0sHcf57_3LNjiqduYf8PE', '2025-10-01 16:55:16', '2025-10-01 16:55:16'),
(1062, '106.219.148.148', 'd_0FRShMSyiEcwDMpABpAW:APA91bF0M6OwH0WhpIW1TXUO8j5dQQb1TKWdsUtcUJR4pYEZDcGMNH9irEGnpaYcwcVEFRj5cu-pACwyDwvQ2AlFswYkp_OwuQ0sHcf57_3LNjiqduYf8PE', '2025-10-01 16:55:17', '2025-10-01 16:55:17'),
(1063, '106.219.148.148', 'd_0FRShMSyiEcwDMpABpAW:APA91bF0M6OwH0WhpIW1TXUO8j5dQQb1TKWdsUtcUJR4pYEZDcGMNH9irEGnpaYcwcVEFRj5cu-pACwyDwvQ2AlFswYkp_OwuQ0sHcf57_3LNjiqduYf8PE', '2025-10-01 16:55:56', '2025-10-01 16:55:56'),
(1064, '106.219.148.148', 'd_0FRShMSyiEcwDMpABpAW:APA91bF0M6OwH0WhpIW1TXUO8j5dQQb1TKWdsUtcUJR4pYEZDcGMNH9irEGnpaYcwcVEFRj5cu-pACwyDwvQ2AlFswYkp_OwuQ0sHcf57_3LNjiqduYf8PE', '2025-10-01 16:55:56', '2025-10-01 16:55:56'),
(1065, '106.219.148.148', 'd_0FRShMSyiEcwDMpABpAW:APA91bF0M6OwH0WhpIW1TXUO8j5dQQb1TKWdsUtcUJR4pYEZDcGMNH9irEGnpaYcwcVEFRj5cu-pACwyDwvQ2AlFswYkp_OwuQ0sHcf57_3LNjiqduYf8PE', '2025-10-01 16:56:09', '2025-10-01 16:56:09'),
(1066, '49.44.81.196', '@', '2025-10-02 01:06:57', '2025-10-02 01:06:57'),
(1067, '212.115.226.135', '@', '2025-10-02 01:14:30', '2025-10-02 01:14:30'),
(1068, '152.57.69.67', 'eyy5HyYUTJKAp3e5IqYSjo:APA91bH7WzW1t8QhTWZuwjx4SNBkK-SdggCu0dqmyDegAwWQX95o3NyJ9KCcZJEGBemrOpMHvXaztENyS7XJfWV9R-ak_9czTulh9fczZaQPelflMgEvzkk', '2025-10-03 14:45:01', '2025-10-03 14:45:01'),
(1069, '152.57.69.67', 'eyy5HyYUTJKAp3e5IqYSjo:APA91bH7WzW1t8QhTWZuwjx4SNBkK-SdggCu0dqmyDegAwWQX95o3NyJ9KCcZJEGBemrOpMHvXaztENyS7XJfWV9R-ak_9czTulh9fczZaQPelflMgEvzkk', '2025-10-03 14:45:03', '2025-10-03 14:45:03'),
(1070, '106.192.176.84', 'ct4tVOR6RuiaEYX-cbD8V0:APA91bG7-on90F0DjTPxoLzj9Nq7mhxAQuotdIsXZxULgiAq0PrTaAYbs83qiky0OAuyrHttj1sv-uWtLrHfPUZcab-FFJPnSprW-WW_iU_KHLuBqr2KKEA', '2025-10-04 06:30:15', '2025-10-04 06:30:15'),
(1071, '106.192.176.84', 'ct4tVOR6RuiaEYX-cbD8V0:APA91bG7-on90F0DjTPxoLzj9Nq7mhxAQuotdIsXZxULgiAq0PrTaAYbs83qiky0OAuyrHttj1sv-uWtLrHfPUZcab-FFJPnSprW-WW_iU_KHLuBqr2KKEA', '2025-10-04 06:30:17', '2025-10-04 06:30:17'),
(1072, '49.42.34.53', 'eHAbOOmSQdqOlxgRiU__pg:APA91bGluou7IbSfRbCnw_XDod_0-6O8KmDP1x6Q_z2I-t9z4TyuIM_e1LzxVYbCktVUHQczC1cMSd_lpTQKm6I5TuFqgt4ElyPzeRviAhZpeuijHj8EU4M', '2025-10-04 06:45:17', '2025-10-04 06:45:17'),
(1073, '49.42.35.37', 'eHAbOOmSQdqOlxgRiU__pg:APA91bGluou7IbSfRbCnw_XDod_0-6O8KmDP1x6Q_z2I-t9z4TyuIM_e1LzxVYbCktVUHQczC1cMSd_lpTQKm6I5TuFqgt4ElyPzeRviAhZpeuijHj8EU4M', '2025-10-04 06:48:09', '2025-10-04 06:48:09'),
(1074, '49.42.35.37', 'eHAbOOmSQdqOlxgRiU__pg:APA91bGluou7IbSfRbCnw_XDod_0-6O8KmDP1x6Q_z2I-t9z4TyuIM_e1LzxVYbCktVUHQczC1cMSd_lpTQKm6I5TuFqgt4ElyPzeRviAhZpeuijHj8EU4M', '2025-10-04 06:48:10', '2025-10-04 06:48:10'),
(1075, '62.149.111.7', '@', '2025-10-05 11:33:07', '2025-10-05 11:33:07'),
(1076, '62.149.110.73', '@', '2025-10-05 11:40:28', '2025-10-05 11:40:28'),
(1077, '47.15.116.186', 'dXMS1t6oTk-FTgsuLNsniv:APA91bHCb2PZQRbIv1mkEr4PYObUo7El8D0bdFeCxJ1hO4jxS6293VWdUjagcFdwfdPafge20wDjFRkEZB-0dvceKMgNTvY1-d7wof7HuaNKLqzlw-fLYFU', '2025-10-05 12:13:37', '2025-10-05 12:13:37'),
(1078, '47.15.112.212', 'dXMS1t6oTk-FTgsuLNsniv:APA91bHCb2PZQRbIv1mkEr4PYObUo7El8D0bdFeCxJ1hO4jxS6293VWdUjagcFdwfdPafge20wDjFRkEZB-0dvceKMgNTvY1-d7wof7HuaNKLqzlw-fLYFU', '2025-10-05 12:13:40', '2025-10-05 12:13:40'),
(1079, '47.15.116.227', 'dXMS1t6oTk-FTgsuLNsniv:APA91bHCb2PZQRbIv1mkEr4PYObUo7El8D0bdFeCxJ1hO4jxS6293VWdUjagcFdwfdPafge20wDjFRkEZB-0dvceKMgNTvY1-d7wof7HuaNKLqzlw-fLYFU', '2025-10-05 12:15:10', '2025-10-05 12:15:10'),
(1080, '47.15.112.212', 'dXMS1t6oTk-FTgsuLNsniv:APA91bHCb2PZQRbIv1mkEr4PYObUo7El8D0bdFeCxJ1hO4jxS6293VWdUjagcFdwfdPafge20wDjFRkEZB-0dvceKMgNTvY1-d7wof7HuaNKLqzlw-fLYFU', '2025-10-05 12:15:11', '2025-10-05 12:15:11'),
(1081, '47.15.112.212', 'dXMS1t6oTk-FTgsuLNsniv:APA91bHCb2PZQRbIv1mkEr4PYObUo7El8D0bdFeCxJ1hO4jxS6293VWdUjagcFdwfdPafge20wDjFRkEZB-0dvceKMgNTvY1-d7wof7HuaNKLqzlw-fLYFU', '2025-10-05 12:15:42', '2025-10-05 12:15:42'),
(1082, '47.15.112.212', 'dXMS1t6oTk-FTgsuLNsniv:APA91bHCb2PZQRbIv1mkEr4PYObUo7El8D0bdFeCxJ1hO4jxS6293VWdUjagcFdwfdPafge20wDjFRkEZB-0dvceKMgNTvY1-d7wof7HuaNKLqzlw-fLYFU', '2025-10-05 12:15:43', '2025-10-05 12:15:43'),
(1083, '47.15.116.164', 'dXMS1t6oTk-FTgsuLNsniv:APA91bHCb2PZQRbIv1mkEr4PYObUo7El8D0bdFeCxJ1hO4jxS6293VWdUjagcFdwfdPafge20wDjFRkEZB-0dvceKMgNTvY1-d7wof7HuaNKLqzlw-fLYFU', '2025-10-05 12:15:54', '2025-10-05 12:15:54'),
(1084, '106.220.62.127', 'f3AjNUkJTpO1Yr23GQhdB6:APA91bFNGTsiKv82O5FOM4hqJcFgENCujHxXPS54zfs6zYdn4sfW3yDxxD47hteRu_9nIyVKMGcHvjkRWsN2qTMasCb45lVHjV8e-GMeUnvwKiOruYU0OcI', '2025-10-05 14:20:07', '2025-10-05 14:20:07'),
(1085, '223.176.58.127', 'f3AjNUkJTpO1Yr23GQhdB6:APA91bFNGTsiKv82O5FOM4hqJcFgENCujHxXPS54zfs6zYdn4sfW3yDxxD47hteRu_9nIyVKMGcHvjkRWsN2qTMasCb45lVHjV8e-GMeUnvwKiOruYU0OcI', '2025-10-05 14:20:24', '2025-10-05 14:20:24'),
(1086, '223.176.58.127', 'f3AjNUkJTpO1Yr23GQhdB6:APA91bFNGTsiKv82O5FOM4hqJcFgENCujHxXPS54zfs6zYdn4sfW3yDxxD47hteRu_9nIyVKMGcHvjkRWsN2qTMasCb45lVHjV8e-GMeUnvwKiOruYU0OcI', '2025-10-05 14:20:25', '2025-10-05 14:20:25'),
(1087, '223.176.58.127', 'f3AjNUkJTpO1Yr23GQhdB6:APA91bFNGTsiKv82O5FOM4hqJcFgENCujHxXPS54zfs6zYdn4sfW3yDxxD47hteRu_9nIyVKMGcHvjkRWsN2qTMasCb45lVHjV8e-GMeUnvwKiOruYU0OcI', '2025-10-05 14:20:25', '2025-10-05 14:20:25'),
(1088, '223.176.58.127', 'f3AjNUkJTpO1Yr23GQhdB6:APA91bFNGTsiKv82O5FOM4hqJcFgENCujHxXPS54zfs6zYdn4sfW3yDxxD47hteRu_9nIyVKMGcHvjkRWsN2qTMasCb45lVHjV8e-GMeUnvwKiOruYU0OcI', '2025-10-05 14:20:25', '2025-10-05 14:20:25'),
(1089, '223.176.58.127', 'f3AjNUkJTpO1Yr23GQhdB6:APA91bFNGTsiKv82O5FOM4hqJcFgENCujHxXPS54zfs6zYdn4sfW3yDxxD47hteRu_9nIyVKMGcHvjkRWsN2qTMasCb45lVHjV8e-GMeUnvwKiOruYU0OcI', '2025-10-05 14:20:25', '2025-10-05 14:20:25'),
(1090, '38.254.165.132', '@', '2025-10-05 15:06:28', '2025-10-05 15:06:28'),
(1091, '38.254.165.132', '@', '2025-10-05 15:06:37', '2025-10-05 15:06:37'),
(1092, '49.44.80.38', '@', '2025-10-05 15:22:55', '2025-10-05 15:22:55'),
(1093, '49.44.81.229', '@', '2025-10-05 15:33:06', '2025-10-05 15:33:06'),
(1094, '49.44.81.229', '@', '2025-10-05 15:33:16', '2025-10-05 15:33:16'),
(1095, '103.42.197.39', 'fXGWVq4ZRYir6pMRzTc3yY:APA91bFIqIJuuYCZdyENp7ffUsKOdXBKqaQOixCQKuhL0oKIuKXhhsQm9zxHoKrvZYO1JP4oCONNrU_gkVGah9_skf31lTXxBz87-PlKGUCflzerara2ihw', '2025-10-05 18:32:52', '2025-10-05 18:32:52'),
(1096, '103.42.197.39', 'fXGWVq4ZRYir6pMRzTc3yY:APA91bFIqIJuuYCZdyENp7ffUsKOdXBKqaQOixCQKuhL0oKIuKXhhsQm9zxHoKrvZYO1JP4oCONNrU_gkVGah9_skf31lTXxBz87-PlKGUCflzerara2ihw', '2025-10-05 18:32:52', '2025-10-05 18:32:52'),
(1097, '103.42.197.39', 'fXGWVq4ZRYir6pMRzTc3yY:APA91bFIqIJuuYCZdyENp7ffUsKOdXBKqaQOixCQKuhL0oKIuKXhhsQm9zxHoKrvZYO1JP4oCONNrU_gkVGah9_skf31lTXxBz87-PlKGUCflzerara2ihw', '2025-10-05 18:32:54', '2025-10-05 18:32:54'),
(1098, '103.42.197.39', 'fXGWVq4ZRYir6pMRzTc3yY:APA91bFIqIJuuYCZdyENp7ffUsKOdXBKqaQOixCQKuhL0oKIuKXhhsQm9zxHoKrvZYO1JP4oCONNrU_gkVGah9_skf31lTXxBz87-PlKGUCflzerara2ihw', '2025-10-05 18:33:03', '2025-10-05 18:33:03'),
(1099, '103.42.197.39', 'fXGWVq4ZRYir6pMRzTc3yY:APA91bFIqIJuuYCZdyENp7ffUsKOdXBKqaQOixCQKuhL0oKIuKXhhsQm9zxHoKrvZYO1JP4oCONNrU_gkVGah9_skf31lTXxBz87-PlKGUCflzerara2ihw', '2025-10-05 18:33:03', '2025-10-05 18:33:03'),
(1100, '103.42.197.39', 'fXGWVq4ZRYir6pMRzTc3yY:APA91bFIqIJuuYCZdyENp7ffUsKOdXBKqaQOixCQKuhL0oKIuKXhhsQm9zxHoKrvZYO1JP4oCONNrU_gkVGah9_skf31lTXxBz87-PlKGUCflzerara2ihw', '2025-10-05 18:33:24', '2025-10-05 18:33:24'),
(1101, '103.42.197.39', 'fXGWVq4ZRYir6pMRzTc3yY:APA91bFIqIJuuYCZdyENp7ffUsKOdXBKqaQOixCQKuhL0oKIuKXhhsQm9zxHoKrvZYO1JP4oCONNrU_gkVGah9_skf31lTXxBz87-PlKGUCflzerara2ihw', '2025-10-05 18:34:27', '2025-10-05 18:34:27'),
(1102, '103.42.197.39', 'fXGWVq4ZRYir6pMRzTc3yY:APA91bFIqIJuuYCZdyENp7ffUsKOdXBKqaQOixCQKuhL0oKIuKXhhsQm9zxHoKrvZYO1JP4oCONNrU_gkVGah9_skf31lTXxBz87-PlKGUCflzerara2ihw', '2025-10-05 18:34:27', '2025-10-05 18:34:27'),
(1103, '106.196.100.60', 'cf2IRGeMh0aHikl5FD7ZRr:APA91bGLVMLOoYuQ8NXWrUkl4FrgclGAXzxWKlI9T589CUbP6Y6By4a-QoalL7Pd86jnWEeJRUrNJIktijr2yPuUyehv5BEluKT-EefGUMxp9R46a5XO6Hc', '2025-10-06 06:40:55', '2025-10-06 06:40:55'),
(1104, '106.196.100.60', 'cf2IRGeMh0aHikl5FD7ZRr:APA91bGLVMLOoYuQ8NXWrUkl4FrgclGAXzxWKlI9T589CUbP6Y6By4a-QoalL7Pd86jnWEeJRUrNJIktijr2yPuUyehv5BEluKT-EefGUMxp9R46a5XO6Hc', '2025-10-06 06:40:56', '2025-10-06 06:40:56'),
(1105, '106.220.108.197', 'dFPHkVytS0s3to5AocPqkU:APA91bFsGMWhTp7TtKP5Ggzsk_tLNIlU5zfBdmRZ87CjX7IPCrrxOJW3b1zNLxFxdZyszrjtx2kTZRRH06JYGjvjIzN1JWw_NjWWPY-noXU3BbMcvi6dtko', '2025-10-06 07:50:41', '2025-10-06 07:50:41'),
(1106, '106.220.108.197', 'dFPHkVytS0s3to5AocPqkU:APA91bFsGMWhTp7TtKP5Ggzsk_tLNIlU5zfBdmRZ87CjX7IPCrrxOJW3b1zNLxFxdZyszrjtx2kTZRRH06JYGjvjIzN1JWw_NjWWPY-noXU3BbMcvi6dtko', '2025-10-06 07:50:43', '2025-10-06 07:50:43'),
(1107, '106.220.108.197', 'dFPHkVytS0s3to5AocPqkU:APA91bFsGMWhTp7TtKP5Ggzsk_tLNIlU5zfBdmRZ87CjX7IPCrrxOJW3b1zNLxFxdZyszrjtx2kTZRRH06JYGjvjIzN1JWw_NjWWPY-noXU3BbMcvi6dtko', '2025-10-06 07:50:43', '2025-10-06 07:50:43'),
(1108, '152.57.76.130', 'eqmYiViVRbWVt4jR4UocLJ:APA91bHh2zMMewHQkhJ4imtaN6YJphbXW8xLiEwor3Fm6qYSnfV06zmBKKs5SIdbQLP_wYPfGVRWMEAK86sSHfKvUq1CMbOMd85T1CO_71H2RbRD4OHsvF0', '2025-10-06 14:03:59', '2025-10-06 14:03:59'),
(1109, '223.185.135.45', 'fbNrfoFfjUlcv5Ueke_Dlz:APA91bHQzetTJz9i6vC6NBwhbPgyfitBZ_MiryP7LRO1l3I54pWgr-198GJe_MGLDxRgyelF8wlC_Vs2kSV41pxwydWBM4mBxAZQRR-CHdM26FxSwKMzA48', '2025-10-06 18:32:05', '2025-10-06 18:32:05'),
(1110, '223.185.135.45', 'fbNrfoFfjUlcv5Ueke_Dlz:APA91bHQzetTJz9i6vC6NBwhbPgyfitBZ_MiryP7LRO1l3I54pWgr-198GJe_MGLDxRgyelF8wlC_Vs2kSV41pxwydWBM4mBxAZQRR-CHdM26FxSwKMzA48', '2025-10-06 18:32:13', '2025-10-06 18:32:13'),
(1111, '223.185.135.45', 'fbNrfoFfjUlcv5Ueke_Dlz:APA91bHQzetTJz9i6vC6NBwhbPgyfitBZ_MiryP7LRO1l3I54pWgr-198GJe_MGLDxRgyelF8wlC_Vs2kSV41pxwydWBM4mBxAZQRR-CHdM26FxSwKMzA48', '2025-10-06 18:32:13', '2025-10-06 18:32:13'),
(1112, '152.57.245.211', 'fW0gk9mjS_O-tMSIYhR7dd:APA91bHpDmvmXFD94WCVc4xgL0PEYaDJOhQfOYtQHwLz-aJEntQuytY1xW-sERTKGV7VyckbYFYtH1nDr_Zenp4osxqJXpTMDsbvU2xKQcRyK0JbshsWQrc', '2025-10-07 05:20:04', '2025-10-07 05:20:04'),
(1113, '152.57.245.211', 'fW0gk9mjS_O-tMSIYhR7dd:APA91bHpDmvmXFD94WCVc4xgL0PEYaDJOhQfOYtQHwLz-aJEntQuytY1xW-sERTKGV7VyckbYFYtH1nDr_Zenp4osxqJXpTMDsbvU2xKQcRyK0JbshsWQrc', '2025-10-07 05:20:06', '2025-10-07 05:20:06'),
(1114, '152.57.245.211', 'fW0gk9mjS_O-tMSIYhR7dd:APA91bHpDmvmXFD94WCVc4xgL0PEYaDJOhQfOYtQHwLz-aJEntQuytY1xW-sERTKGV7VyckbYFYtH1nDr_Zenp4osxqJXpTMDsbvU2xKQcRyK0JbshsWQrc', '2025-10-07 05:20:06', '2025-10-07 05:20:06'),
(1115, '152.57.245.211', 'fW0gk9mjS_O-tMSIYhR7dd:APA91bHpDmvmXFD94WCVc4xgL0PEYaDJOhQfOYtQHwLz-aJEntQuytY1xW-sERTKGV7VyckbYFYtH1nDr_Zenp4osxqJXpTMDsbvU2xKQcRyK0JbshsWQrc', '2025-10-07 05:20:19', '2025-10-07 05:20:19'),
(1116, '152.57.245.211', 'fW0gk9mjS_O-tMSIYhR7dd:APA91bHpDmvmXFD94WCVc4xgL0PEYaDJOhQfOYtQHwLz-aJEntQuytY1xW-sERTKGV7VyckbYFYtH1nDr_Zenp4osxqJXpTMDsbvU2xKQcRyK0JbshsWQrc', '2025-10-07 05:20:33', '2025-10-07 05:20:33'),
(1117, '117.245.199.222', 'fSBsXoQdWUtmiEm_cInNfw:APA91bEg9gVxna52UaDGDx7ns0sWZUwWtx06TdHOxV9XhTl4IGioFJ6hczpbjjowHA6ZDrYbWJOnzcF-TS4SwV8haLeh06ZG__4EDJEc_6OSkm7696Fl8Ds', '2025-10-07 09:00:08', '2025-10-07 09:00:08'),
(1118, '117.245.199.222', 'fSBsXoQdWUtmiEm_cInNfw:APA91bEg9gVxna52UaDGDx7ns0sWZUwWtx06TdHOxV9XhTl4IGioFJ6hczpbjjowHA6ZDrYbWJOnzcF-TS4SwV8haLeh06ZG__4EDJEc_6OSkm7696Fl8Ds', '2025-10-07 09:00:08', '2025-10-07 09:00:08'),
(1119, '117.245.199.222', 'fSBsXoQdWUtmiEm_cInNfw:APA91bEg9gVxna52UaDGDx7ns0sWZUwWtx06TdHOxV9XhTl4IGioFJ6hczpbjjowHA6ZDrYbWJOnzcF-TS4SwV8haLeh06ZG__4EDJEc_6OSkm7696Fl8Ds', '2025-10-07 09:00:09', '2025-10-07 09:00:09'),
(1120, '117.245.199.222', 'fSBsXoQdWUtmiEm_cInNfw:APA91bEg9gVxna52UaDGDx7ns0sWZUwWtx06TdHOxV9XhTl4IGioFJ6hczpbjjowHA6ZDrYbWJOnzcF-TS4SwV8haLeh06ZG__4EDJEc_6OSkm7696Fl8Ds', '2025-10-07 09:00:09', '2025-10-07 09:00:09'),
(1121, '117.245.199.222', 'fSBsXoQdWUtmiEm_cInNfw:APA91bEg9gVxna52UaDGDx7ns0sWZUwWtx06TdHOxV9XhTl4IGioFJ6hczpbjjowHA6ZDrYbWJOnzcF-TS4SwV8haLeh06ZG__4EDJEc_6OSkm7696Fl8Ds', '2025-10-07 09:00:20', '2025-10-07 09:00:20'),
(1122, '117.245.199.222', 'fSBsXoQdWUtmiEm_cInNfw:APA91bEg9gVxna52UaDGDx7ns0sWZUwWtx06TdHOxV9XhTl4IGioFJ6hczpbjjowHA6ZDrYbWJOnzcF-TS4SwV8haLeh06ZG__4EDJEc_6OSkm7696Fl8Ds', '2025-10-07 09:00:21', '2025-10-07 09:00:21'),
(1123, '117.245.199.222', 'fSBsXoQdWUtmiEm_cInNfw:APA91bEg9gVxna52UaDGDx7ns0sWZUwWtx06TdHOxV9XhTl4IGioFJ6hczpbjjowHA6ZDrYbWJOnzcF-TS4SwV8haLeh06ZG__4EDJEc_6OSkm7696Fl8Ds', '2025-10-07 09:00:21', '2025-10-07 09:00:21'),
(1124, '106.206.255.52', 'cNffmUtjQP2vnk9qpuxKNt:APA91bGgu42C-99wJnZCrzjZfE5CTSX9zTO31EcNauOVSEZps4ThBIBWnSqt8wTgnjuyZ4JBILApWXOmfrC1yysBmLQE0Efh5YreA_Xsjz_tsx46wKxwUAY', '2025-10-07 09:08:18', '2025-10-07 09:08:18'),
(1125, '106.206.255.52', 'cNffmUtjQP2vnk9qpuxKNt:APA91bGgu42C-99wJnZCrzjZfE5CTSX9zTO31EcNauOVSEZps4ThBIBWnSqt8wTgnjuyZ4JBILApWXOmfrC1yysBmLQE0Efh5YreA_Xsjz_tsx46wKxwUAY', '2025-10-07 09:08:46', '2025-10-07 09:08:46'),
(1126, '106.206.255.52', 'cNffmUtjQP2vnk9qpuxKNt:APA91bGgu42C-99wJnZCrzjZfE5CTSX9zTO31EcNauOVSEZps4ThBIBWnSqt8wTgnjuyZ4JBILApWXOmfrC1yysBmLQE0Efh5YreA_Xsjz_tsx46wKxwUAY', '2025-10-07 09:08:48', '2025-10-07 09:08:48'),
(1127, '106.206.255.52', 'cNffmUtjQP2vnk9qpuxKNt:APA91bGgu42C-99wJnZCrzjZfE5CTSX9zTO31EcNauOVSEZps4ThBIBWnSqt8wTgnjuyZ4JBILApWXOmfrC1yysBmLQE0Efh5YreA_Xsjz_tsx46wKxwUAY', '2025-10-07 09:09:23', '2025-10-07 09:09:23'),
(1128, '106.206.255.52', 'cNffmUtjQP2vnk9qpuxKNt:APA91bGgu42C-99wJnZCrzjZfE5CTSX9zTO31EcNauOVSEZps4ThBIBWnSqt8wTgnjuyZ4JBILApWXOmfrC1yysBmLQE0Efh5YreA_Xsjz_tsx46wKxwUAY', '2025-10-07 09:09:24', '2025-10-07 09:09:24'),
(1129, '47.11.46.117', 'cnKEs2p8Rc2M_Zx1RRifne:APA91bFXruj07wMNKyF1k7brDvMgCO_i_jnDPDa4fpylqUzkeCvLqXb73QEdEEUWk74BJ4K27VlMf_E3jlA7JF4FAXDCayV1LQhDnto7Zj6itjukegJ2aEI', '2025-10-08 06:45:50', '2025-10-08 06:45:50'),
(1130, '47.11.46.117', 'f0dxltC1SKy6eA74JcI0jy:APA91bEN4pjP6lvLLHJdc8s1BIQsNqctL4umMl-uk5s1M81bZjiJiFMwqI4w4uBnh8s0CGVtnuYvSYC80_1e4KWw9gXB3887_E4_1kheA1lrqyectrDYn1M', '2025-10-08 06:48:05', '2025-10-08 06:48:05'),
(1131, '47.11.44.180', 'f0dxltC1SKy6eA74JcI0jy:APA91bEN4pjP6lvLLHJdc8s1BIQsNqctL4umMl-uk5s1M81bZjiJiFMwqI4w4uBnh8s0CGVtnuYvSYC80_1e4KWw9gXB3887_E4_1kheA1lrqyectrDYn1M', '2025-10-08 06:48:05', '2025-10-08 06:48:05'),
(1132, '47.11.46.117', 'f0dxltC1SKy6eA74JcI0jy:APA91bEN4pjP6lvLLHJdc8s1BIQsNqctL4umMl-uk5s1M81bZjiJiFMwqI4w4uBnh8s0CGVtnuYvSYC80_1e4KWw9gXB3887_E4_1kheA1lrqyectrDYn1M', '2025-10-08 06:48:14', '2025-10-08 06:48:14'),
(1133, '47.11.44.180', 'f0dxltC1SKy6eA74JcI0jy:APA91bEN4pjP6lvLLHJdc8s1BIQsNqctL4umMl-uk5s1M81bZjiJiFMwqI4w4uBnh8s0CGVtnuYvSYC80_1e4KWw9gXB3887_E4_1kheA1lrqyectrDYn1M', '2025-10-08 06:48:24', '2025-10-08 06:48:24'),
(1134, '152.57.163.163', 'fOaDQaaZRT-VmRqA-GOxqO:APA91bEWjtMxbpcEKQtE_WQcqqi3Yo42vYeCPayk4zo4NSyfQgZcZJFuHxMfMC1C5CEUfVT7tqfFQDAsdl2ZUiJD7swBdauCJJTBtDiKK-HwEaRsmoCpISI', '2025-10-08 07:22:34', '2025-10-08 07:22:34'),
(1135, '152.57.163.163', 'fOaDQaaZRT-VmRqA-GOxqO:APA91bEWjtMxbpcEKQtE_WQcqqi3Yo42vYeCPayk4zo4NSyfQgZcZJFuHxMfMC1C5CEUfVT7tqfFQDAsdl2ZUiJD7swBdauCJJTBtDiKK-HwEaRsmoCpISI', '2025-10-08 07:22:45', '2025-10-08 07:22:45'),
(1136, '157.48.249.66', 'fEZyfVKBTDeP7O3L1H0FC1:APA91bFZwbzwsn91PiUG2kvUmpj_cM8pdwPCf2Kj7oFkUdI6HmK1JCR_rlw0HYECD7ZSAP__TU5vslFbt0QWv-CblUu6K8ZnUr4ascWWBvcyaILp-KEU7mA', '2025-10-08 12:10:39', '2025-10-08 12:10:39'),
(1137, '157.48.249.66', 'fEZyfVKBTDeP7O3L1H0FC1:APA91bFZwbzwsn91PiUG2kvUmpj_cM8pdwPCf2Kj7oFkUdI6HmK1JCR_rlw0HYECD7ZSAP__TU5vslFbt0QWv-CblUu6K8ZnUr4ascWWBvcyaILp-KEU7mA', '2025-10-08 12:10:40', '2025-10-08 12:10:40'),
(1138, '157.48.251.24', 'fEZyfVKBTDeP7O3L1H0FC1:APA91bFZwbzwsn91PiUG2kvUmpj_cM8pdwPCf2Kj7oFkUdI6HmK1JCR_rlw0HYECD7ZSAP__TU5vslFbt0QWv-CblUu6K8ZnUr4ascWWBvcyaILp-KEU7mA', '2025-10-08 12:10:50', '2025-10-08 12:10:50'),
(1139, '157.48.251.24', 'fEZyfVKBTDeP7O3L1H0FC1:APA91bFZwbzwsn91PiUG2kvUmpj_cM8pdwPCf2Kj7oFkUdI6HmK1JCR_rlw0HYECD7ZSAP__TU5vslFbt0QWv-CblUu6K8ZnUr4ascWWBvcyaILp-KEU7mA', '2025-10-08 12:10:51', '2025-10-08 12:10:51'),
(1140, '223.184.245.110', 'cOSq06T-SMaumh1ClpiWUF:APA91bEDzWUWSXioEKBO6IxZ_jGXSQZDeQ3YH7e42L8rdla_7HvXDWjlr8Vz6FvvtlgDTPbozWM-iVilFZ2Vud_2rkfmS_BSDw9Ac76OOfWEyNWO6tPLAXM', '2025-10-09 07:46:47', '2025-10-09 07:46:47'),
(1141, '223.184.245.110', 'cOSq06T-SMaumh1ClpiWUF:APA91bEDzWUWSXioEKBO6IxZ_jGXSQZDeQ3YH7e42L8rdla_7HvXDWjlr8Vz6FvvtlgDTPbozWM-iVilFZ2Vud_2rkfmS_BSDw9Ac76OOfWEyNWO6tPLAXM', '2025-10-09 07:46:48', '2025-10-09 07:46:48'),
(1142, '223.184.245.110', 'cOSq06T-SMaumh1ClpiWUF:APA91bEDzWUWSXioEKBO6IxZ_jGXSQZDeQ3YH7e42L8rdla_7HvXDWjlr8Vz6FvvtlgDTPbozWM-iVilFZ2Vud_2rkfmS_BSDw9Ac76OOfWEyNWO6tPLAXM', '2025-10-09 07:47:21', '2025-10-09 07:47:21'),
(1143, '223.184.245.110', 'cOSq06T-SMaumh1ClpiWUF:APA91bEDzWUWSXioEKBO6IxZ_jGXSQZDeQ3YH7e42L8rdla_7HvXDWjlr8Vz6FvvtlgDTPbozWM-iVilFZ2Vud_2rkfmS_BSDw9Ac76OOfWEyNWO6tPLAXM', '2025-10-09 07:47:22', '2025-10-09 07:47:22'),
(1144, '157.48.64.75', 'dXfDh1mYSieojvY9h4Ea9X:APA91bHqbgM1lrBHZhf5fE0AvvIZmdGA9WzixYFnITefGnR1ikF-sYYDwz4Dlsa43V5-FTeAE0cVUHHTQBzRXxL23jOyfsvBqiFQpRdc21twNXOXgL9j_kI', '2025-10-09 07:49:35', '2025-10-09 07:49:35'),
(1145, '157.48.83.120', 'dXfDh1mYSieojvY9h4Ea9X:APA91bHqbgM1lrBHZhf5fE0AvvIZmdGA9WzixYFnITefGnR1ikF-sYYDwz4Dlsa43V5-FTeAE0cVUHHTQBzRXxL23jOyfsvBqiFQpRdc21twNXOXgL9j_kI', '2025-10-09 07:49:36', '2025-10-09 07:49:36'),
(1146, '157.48.83.16', 'dXfDh1mYSieojvY9h4Ea9X:APA91bHqbgM1lrBHZhf5fE0AvvIZmdGA9WzixYFnITefGnR1ikF-sYYDwz4Dlsa43V5-FTeAE0cVUHHTQBzRXxL23jOyfsvBqiFQpRdc21twNXOXgL9j_kI', '2025-10-09 07:49:45', '2025-10-09 07:49:45'),
(1147, '157.48.83.16', 'dXfDh1mYSieojvY9h4Ea9X:APA91bHqbgM1lrBHZhf5fE0AvvIZmdGA9WzixYFnITefGnR1ikF-sYYDwz4Dlsa43V5-FTeAE0cVUHHTQBzRXxL23jOyfsvBqiFQpRdc21twNXOXgL9j_kI', '2025-10-09 07:49:46', '2025-10-09 07:49:46'),
(1148, '157.48.83.16', 'dXfDh1mYSieojvY9h4Ea9X:APA91bHqbgM1lrBHZhf5fE0AvvIZmdGA9WzixYFnITefGnR1ikF-sYYDwz4Dlsa43V5-FTeAE0cVUHHTQBzRXxL23jOyfsvBqiFQpRdc21twNXOXgL9j_kI', '2025-10-09 07:49:46', '2025-10-09 07:49:46'),
(1149, '223.184.245.110', 'dXfDh1mYSieojvY9h4Ea9X:APA91bHqbgM1lrBHZhf5fE0AvvIZmdGA9WzixYFnITefGnR1ikF-sYYDwz4Dlsa43V5-FTeAE0cVUHHTQBzRXxL23jOyfsvBqiFQpRdc21twNXOXgL9j_kI', '2025-10-09 07:50:04', '2025-10-09 07:50:04'),
(1150, '223.184.245.110', 'dXfDh1mYSieojvY9h4Ea9X:APA91bHqbgM1lrBHZhf5fE0AvvIZmdGA9WzixYFnITefGnR1ikF-sYYDwz4Dlsa43V5-FTeAE0cVUHHTQBzRXxL23jOyfsvBqiFQpRdc21twNXOXgL9j_kI', '2025-10-09 07:50:05', '2025-10-09 07:50:05'),
(1151, '49.43.43.38', 'd-XLCOXhSe63PEL2m8ldcW:APA91bHBbYW9RWq3ij-e8rQz27clhJoXiA7HYAaf4mWbyZGcu0N3Hqp5iG-DpaS9k1a9djNHT6nNE5mBD3lBV6SuOEMcpYXsAKh-up3H_M6-5NOiUsiOw-0', '2025-10-09 14:43:12', '2025-10-09 14:43:12'),
(1152, '49.43.43.38', 'd-XLCOXhSe63PEL2m8ldcW:APA91bHBbYW9RWq3ij-e8rQz27clhJoXiA7HYAaf4mWbyZGcu0N3Hqp5iG-DpaS9k1a9djNHT6nNE5mBD3lBV6SuOEMcpYXsAKh-up3H_M6-5NOiUsiOw-0', '2025-10-09 14:43:26', '2025-10-09 14:43:26'),
(1153, '49.43.43.38', 'd-XLCOXhSe63PEL2m8ldcW:APA91bHBbYW9RWq3ij-e8rQz27clhJoXiA7HYAaf4mWbyZGcu0N3Hqp5iG-DpaS9k1a9djNHT6nNE5mBD3lBV6SuOEMcpYXsAKh-up3H_M6-5NOiUsiOw-0', '2025-10-09 14:43:46', '2025-10-09 14:43:46'),
(1154, '49.36.234.210', 'frAbxn1YQPOZCLm7Pi9DKW:APA91bHzE_dft1s-ZiBpl5oqlZmOLYgQniJZ_xCl7QJ-y635IOgc-2BoKNkhVv7KQzSwsfbP5kfiOaZoXw1g3GdY4moiRVVII7HoieJS5MynBbTNwu1oIUk', '2025-10-09 16:47:20', '2025-10-09 16:47:20'),
(1155, '49.36.234.210', 'frAbxn1YQPOZCLm7Pi9DKW:APA91bHzE_dft1s-ZiBpl5oqlZmOLYgQniJZ_xCl7QJ-y635IOgc-2BoKNkhVv7KQzSwsfbP5kfiOaZoXw1g3GdY4moiRVVII7HoieJS5MynBbTNwu1oIUk', '2025-10-09 16:47:39', '2025-10-09 16:47:39'),
(1156, '49.36.234.210', 'frAbxn1YQPOZCLm7Pi9DKW:APA91bHzE_dft1s-ZiBpl5oqlZmOLYgQniJZ_xCl7QJ-y635IOgc-2BoKNkhVv7KQzSwsfbP5kfiOaZoXw1g3GdY4moiRVVII7HoieJS5MynBbTNwu1oIUk', '2025-10-09 16:47:58', '2025-10-09 16:47:58'),
(1157, '49.15.102.189', 'eD-8jKyaTq2fDp7qRjxYOi:APA91bFth1Ph-l6rmt0NSwTIX_avClhDdtWiL7YLBTfikwbRFyp7NDALkhRY-1MwPt7c1qkRlOAbLjeQwlHW-I9v_IwnULH5ip8KDLWUu96inpqeOA0KTcc', '2025-10-10 08:56:49', '2025-10-10 08:56:49'),
(1158, '49.15.102.189', 'eD-8jKyaTq2fDp7qRjxYOi:APA91bFth1Ph-l6rmt0NSwTIX_avClhDdtWiL7YLBTfikwbRFyp7NDALkhRY-1MwPt7c1qkRlOAbLjeQwlHW-I9v_IwnULH5ip8KDLWUu96inpqeOA0KTcc', '2025-10-10 08:56:51', '2025-10-10 08:56:51'),
(1159, '49.15.96.226', 'eD-8jKyaTq2fDp7qRjxYOi:APA91bFth1Ph-l6rmt0NSwTIX_avClhDdtWiL7YLBTfikwbRFyp7NDALkhRY-1MwPt7c1qkRlOAbLjeQwlHW-I9v_IwnULH5ip8KDLWUu96inpqeOA0KTcc', '2025-10-10 08:56:57', '2025-10-10 08:56:57'),
(1160, '49.15.96.226', 'eD-8jKyaTq2fDp7qRjxYOi:APA91bFth1Ph-l6rmt0NSwTIX_avClhDdtWiL7YLBTfikwbRFyp7NDALkhRY-1MwPt7c1qkRlOAbLjeQwlHW-I9v_IwnULH5ip8KDLWUu96inpqeOA0KTcc', '2025-10-10 08:56:58', '2025-10-10 08:56:58'),
(1161, '49.15.96.226', 'eD-8jKyaTq2fDp7qRjxYOi:APA91bFth1Ph-l6rmt0NSwTIX_avClhDdtWiL7YLBTfikwbRFyp7NDALkhRY-1MwPt7c1qkRlOAbLjeQwlHW-I9v_IwnULH5ip8KDLWUu96inpqeOA0KTcc', '2025-10-10 08:57:13', '2025-10-10 08:57:13'),
(1162, '49.15.96.226', 'eD-8jKyaTq2fDp7qRjxYOi:APA91bFth1Ph-l6rmt0NSwTIX_avClhDdtWiL7YLBTfikwbRFyp7NDALkhRY-1MwPt7c1qkRlOAbLjeQwlHW-I9v_IwnULH5ip8KDLWUu96inpqeOA0KTcc', '2025-10-10 08:57:14', '2025-10-10 08:57:14'),
(1163, '49.15.102.189', 'eD-8jKyaTq2fDp7qRjxYOi:APA91bFth1Ph-l6rmt0NSwTIX_avClhDdtWiL7YLBTfikwbRFyp7NDALkhRY-1MwPt7c1qkRlOAbLjeQwlHW-I9v_IwnULH5ip8KDLWUu96inpqeOA0KTcc', '2025-10-10 08:57:33', '2025-10-10 08:57:33'),
(1164, '49.42.160.51', 'fxOU-ng9SnuLGuMpYtg7lM:APA91bF4cdi0gY3qavjxbpPACzdnoeAUBaNjypmPKJKoQ5i_L-62mMkrhp-Wn-h649lLnbmSlDJuZQV8bEryy7CWm6SH6E4HlQ-WDKC_32LwSq_KlmWmXQU', '2025-10-10 11:30:53', '2025-10-10 11:30:53'),
(1165, '49.42.135.171', 'fxOU-ng9SnuLGuMpYtg7lM:APA91bF4cdi0gY3qavjxbpPACzdnoeAUBaNjypmPKJKoQ5i_L-62mMkrhp-Wn-h649lLnbmSlDJuZQV8bEryy7CWm6SH6E4HlQ-WDKC_32LwSq_KlmWmXQU', '2025-10-10 11:31:17', '2025-10-10 11:31:17'),
(1166, '49.42.160.51', 'fxOU-ng9SnuLGuMpYtg7lM:APA91bF4cdi0gY3qavjxbpPACzdnoeAUBaNjypmPKJKoQ5i_L-62mMkrhp-Wn-h649lLnbmSlDJuZQV8bEryy7CWm6SH6E4HlQ-WDKC_32LwSq_KlmWmXQU', '2025-10-10 11:31:30', '2025-10-10 11:31:30'),
(1167, '49.15.103.91', '@', '2025-10-10 12:50:03', '2025-10-10 12:50:03'),
(1168, '49.15.96.226', '@', '2025-10-10 12:50:25', '2025-10-10 12:50:25'),
(1169, '49.15.96.226', '@', '2025-10-10 12:50:25', '2025-10-10 12:50:25'),
(1170, '49.15.96.226', '@', '2025-10-10 12:50:46', '2025-10-10 12:50:46'),
(1171, '152.59.119.11', 'eAMRL2mlJEjEkN-4ovQ58Z:APA91bEMPwUCv4uJjVgOaeAH72X-PsK9Gi6WEwx6GUfE5fhqoypooJmMNKsYIKCW4R_ye_i6ZKy7Rqp9iUngRfmyICNMVjfFRxUjPlmerywV1dW5Ymt5FbA', '2025-10-11 04:18:21', '2025-10-11 04:18:21'),
(1172, '152.59.119.11', 'cNYYjW5wHUEembIdDGdCNf:APA91bFfVmlEavxsajwNkfp5NIPLVJTj-qAlSe6wyNj2I5tP-XsU7vx8kFYPQPh8-QkdXOegqJtc4Oj6o_V_oFsgJ0ZMqn-O2iE1lf0dz7p3jwExLn3HHLE', '2025-10-11 04:24:56', '2025-10-11 04:24:56'),
(1173, '152.59.119.11', 'cNYYjW5wHUEembIdDGdCNf:APA91bFfVmlEavxsajwNkfp5NIPLVJTj-qAlSe6wyNj2I5tP-XsU7vx8kFYPQPh8-QkdXOegqJtc4Oj6o_V_oFsgJ0ZMqn-O2iE1lf0dz7p3jwExLn3HHLE', '2025-10-11 04:25:07', '2025-10-11 04:25:07'),
(1174, '152.59.119.11', 'cNYYjW5wHUEembIdDGdCNf:APA91bFfVmlEavxsajwNkfp5NIPLVJTj-qAlSe6wyNj2I5tP-XsU7vx8kFYPQPh8-QkdXOegqJtc4Oj6o_V_oFsgJ0ZMqn-O2iE1lf0dz7p3jwExLn3HHLE', '2025-10-11 04:25:07', '2025-10-11 04:25:07'),
(1175, '152.59.119.11', 'cNYYjW5wHUEembIdDGdCNf:APA91bFfVmlEavxsajwNkfp5NIPLVJTj-qAlSe6wyNj2I5tP-XsU7vx8kFYPQPh8-QkdXOegqJtc4Oj6o_V_oFsgJ0ZMqn-O2iE1lf0dz7p3jwExLn3HHLE', '2025-10-11 04:25:17', '2025-10-11 04:25:17'),
(1176, '152.59.119.11', 'cNYYjW5wHUEembIdDGdCNf:APA91bFfVmlEavxsajwNkfp5NIPLVJTj-qAlSe6wyNj2I5tP-XsU7vx8kFYPQPh8-QkdXOegqJtc4Oj6o_V_oFsgJ0ZMqn-O2iE1lf0dz7p3jwExLn3HHLE', '2025-10-11 04:25:26', '2025-10-11 04:25:26'),
(1177, '152.59.119.11', 'cNYYjW5wHUEembIdDGdCNf:APA91bFfVmlEavxsajwNkfp5NIPLVJTj-qAlSe6wyNj2I5tP-XsU7vx8kFYPQPh8-QkdXOegqJtc4Oj6o_V_oFsgJ0ZMqn-O2iE1lf0dz7p3jwExLn3HHLE', '2025-10-11 04:25:27', '2025-10-11 04:25:27'),
(1178, '152.59.119.11', 'cNYYjW5wHUEembIdDGdCNf:APA91bFfVmlEavxsajwNkfp5NIPLVJTj-qAlSe6wyNj2I5tP-XsU7vx8kFYPQPh8-QkdXOegqJtc4Oj6o_V_oFsgJ0ZMqn-O2iE1lf0dz7p3jwExLn3HHLE', '2025-10-11 04:25:38', '2025-10-11 04:25:38'),
(1179, '152.59.119.11', 'cNYYjW5wHUEembIdDGdCNf:APA91bFfVmlEavxsajwNkfp5NIPLVJTj-qAlSe6wyNj2I5tP-XsU7vx8kFYPQPh8-QkdXOegqJtc4Oj6o_V_oFsgJ0ZMqn-O2iE1lf0dz7p3jwExLn3HHLE', '2025-10-11 04:25:46', '2025-10-11 04:25:46'),
(1180, '152.59.119.11', 'cNYYjW5wHUEembIdDGdCNf:APA91bFfVmlEavxsajwNkfp5NIPLVJTj-qAlSe6wyNj2I5tP-XsU7vx8kFYPQPh8-QkdXOegqJtc4Oj6o_V_oFsgJ0ZMqn-O2iE1lf0dz7p3jwExLn3HHLE', '2025-10-11 04:25:51', '2025-10-11 04:25:51'),
(1181, '152.59.119.11', 'cNYYjW5wHUEembIdDGdCNf:APA91bFfVmlEavxsajwNkfp5NIPLVJTj-qAlSe6wyNj2I5tP-XsU7vx8kFYPQPh8-QkdXOegqJtc4Oj6o_V_oFsgJ0ZMqn-O2iE1lf0dz7p3jwExLn3HHLE', '2025-10-11 04:26:03', '2025-10-11 04:26:03'),
(1182, '152.59.119.11', 'cNYYjW5wHUEembIdDGdCNf:APA91bFfVmlEavxsajwNkfp5NIPLVJTj-qAlSe6wyNj2I5tP-XsU7vx8kFYPQPh8-QkdXOegqJtc4Oj6o_V_oFsgJ0ZMqn-O2iE1lf0dz7p3jwExLn3HHLE', '2025-10-11 04:26:08', '2025-10-11 04:26:08'),
(1183, '152.59.119.11', 'cNYYjW5wHUEembIdDGdCNf:APA91bFfVmlEavxsajwNkfp5NIPLVJTj-qAlSe6wyNj2I5tP-XsU7vx8kFYPQPh8-QkdXOegqJtc4Oj6o_V_oFsgJ0ZMqn-O2iE1lf0dz7p3jwExLn3HHLE', '2025-10-11 04:26:28', '2025-10-11 04:26:28'),
(1184, '152.59.119.11', 'cNYYjW5wHUEembIdDGdCNf:APA91bFfVmlEavxsajwNkfp5NIPLVJTj-qAlSe6wyNj2I5tP-XsU7vx8kFYPQPh8-QkdXOegqJtc4Oj6o_V_oFsgJ0ZMqn-O2iE1lf0dz7p3jwExLn3HHLE', '2025-10-11 04:26:35', '2025-10-11 04:26:35'),
(1185, '152.59.119.11', 'cNYYjW5wHUEembIdDGdCNf:APA91bFfVmlEavxsajwNkfp5NIPLVJTj-qAlSe6wyNj2I5tP-XsU7vx8kFYPQPh8-QkdXOegqJtc4Oj6o_V_oFsgJ0ZMqn-O2iE1lf0dz7p3jwExLn3HHLE', '2025-10-11 04:26:36', '2025-10-11 04:26:36'),
(1186, '49.43.163.249', 'cjKadrxrk08bvzWEcyMqGI:APA91bGuEs_JqKGpU9prddZJv3Mh4KG9Bp4h-Bz26k1wNOgl3pI0oI44rFZH52_BDkI4CeTc3stQ-52BVCKsstC7ieNZEGl9Z6nVAvHbDnP1guO8RE9d218', '2025-10-11 07:12:54', '2025-10-11 07:12:54'),
(1187, '49.43.163.249', 'cjKadrxrk08bvzWEcyMqGI:APA91bGuEs_JqKGpU9prddZJv3Mh4KG9Bp4h-Bz26k1wNOgl3pI0oI44rFZH52_BDkI4CeTc3stQ-52BVCKsstC7ieNZEGl9Z6nVAvHbDnP1guO8RE9d218', '2025-10-11 07:12:55', '2025-10-11 07:12:55'),
(1188, '49.43.163.249', 'cjKadrxrk08bvzWEcyMqGI:APA91bGuEs_JqKGpU9prddZJv3Mh4KG9Bp4h-Bz26k1wNOgl3pI0oI44rFZH52_BDkI4CeTc3stQ-52BVCKsstC7ieNZEGl9Z6nVAvHbDnP1guO8RE9d218', '2025-10-11 07:12:55', '2025-10-11 07:12:55'),
(1189, '49.43.163.249', 'cjKadrxrk08bvzWEcyMqGI:APA91bGuEs_JqKGpU9prddZJv3Mh4KG9Bp4h-Bz26k1wNOgl3pI0oI44rFZH52_BDkI4CeTc3stQ-52BVCKsstC7ieNZEGl9Z6nVAvHbDnP1guO8RE9d218', '2025-10-11 07:13:50', '2025-10-11 07:13:50'),
(1190, '49.43.163.249', 'cjKadrxrk08bvzWEcyMqGI:APA91bGuEs_JqKGpU9prddZJv3Mh4KG9Bp4h-Bz26k1wNOgl3pI0oI44rFZH52_BDkI4CeTc3stQ-52BVCKsstC7ieNZEGl9Z6nVAvHbDnP1guO8RE9d218', '2025-10-11 07:13:58', '2025-10-11 07:13:58'),
(1191, '49.43.163.249', 'cjKadrxrk08bvzWEcyMqGI:APA91bGuEs_JqKGpU9prddZJv3Mh4KG9Bp4h-Bz26k1wNOgl3pI0oI44rFZH52_BDkI4CeTc3stQ-52BVCKsstC7ieNZEGl9Z6nVAvHbDnP1guO8RE9d218', '2025-10-11 07:14:05', '2025-10-11 07:14:05'),
(1192, '223.184.238.184', 'cioom5eVQWew3lxE3Eg4tQ:APA91bEsC3rFPSOfLQmAMIi3AEDVJ8NCaAqlPnsDZQvWWb8xiq0jMV0HPAM8eFhd33PRdNp6X31omaoOZAmaXulppB_kCucstS6LoHGZg7JnYlZ0tG2LAGQ', '2025-10-11 09:27:17', '2025-10-11 09:27:17'),
(1193, '152.59.47.197', 'dGsjQCO0TU-SRZktmeVf6c:APA91bHGmqPmJfJRQWt6u226Vdzs8YQwTWq2tL5Q9GZ1ME5fxfAgKIlC_x0e_VUkGZVftDMjL_1-DiuCrVS8-C29uJGU8k7YBxbf0IT6rSuKSzp_Ibu2KeU', '2025-10-11 14:29:31', '2025-10-11 14:29:31'),
(1194, '152.59.47.197', 'dGsjQCO0TU-SRZktmeVf6c:APA91bHGmqPmJfJRQWt6u226Vdzs8YQwTWq2tL5Q9GZ1ME5fxfAgKIlC_x0e_VUkGZVftDMjL_1-DiuCrVS8-C29uJGU8k7YBxbf0IT6rSuKSzp_Ibu2KeU', '2025-10-11 14:29:48', '2025-10-11 14:29:48'),
(1195, '152.59.47.197', 'dGsjQCO0TU-SRZktmeVf6c:APA91bHGmqPmJfJRQWt6u226Vdzs8YQwTWq2tL5Q9GZ1ME5fxfAgKIlC_x0e_VUkGZVftDMjL_1-DiuCrVS8-C29uJGU8k7YBxbf0IT6rSuKSzp_Ibu2KeU', '2025-10-11 14:30:00', '2025-10-11 14:30:00'),
(1196, '27.60.22.245', 'e27yBcmARp2-Z0GD_xy1Qk:APA91bE2mF5fM7LMgppGBuog-hwTPRbI12CeiS4CNCxrIpMmxNmRwnPB6XJ5Umhp2WwNDM4zr4Qo5PMAiMt7YcP7lMQXKKxm8CsWXCAPf2dubR8G8hyp0-Q', '2025-10-12 09:10:47', '2025-10-12 09:10:47'),
(1197, '27.60.22.245', 'e27yBcmARp2-Z0GD_xy1Qk:APA91bE2mF5fM7LMgppGBuog-hwTPRbI12CeiS4CNCxrIpMmxNmRwnPB6XJ5Umhp2WwNDM4zr4Qo5PMAiMt7YcP7lMQXKKxm8CsWXCAPf2dubR8G8hyp0-Q', '2025-10-12 09:10:48', '2025-10-12 09:10:48'),
(1198, '27.60.22.245', 'e27yBcmARp2-Z0GD_xy1Qk:APA91bE2mF5fM7LMgppGBuog-hwTPRbI12CeiS4CNCxrIpMmxNmRwnPB6XJ5Umhp2WwNDM4zr4Qo5PMAiMt7YcP7lMQXKKxm8CsWXCAPf2dubR8G8hyp0-Q', '2025-10-12 09:11:04', '2025-10-12 09:11:04'),
(1199, '27.60.22.245', 'e27yBcmARp2-Z0GD_xy1Qk:APA91bE2mF5fM7LMgppGBuog-hwTPRbI12CeiS4CNCxrIpMmxNmRwnPB6XJ5Umhp2WwNDM4zr4Qo5PMAiMt7YcP7lMQXKKxm8CsWXCAPf2dubR8G8hyp0-Q', '2025-10-12 09:11:05', '2025-10-12 09:11:05'),
(1200, '27.60.22.245', 'e27yBcmARp2-Z0GD_xy1Qk:APA91bE2mF5fM7LMgppGBuog-hwTPRbI12CeiS4CNCxrIpMmxNmRwnPB6XJ5Umhp2WwNDM4zr4Qo5PMAiMt7YcP7lMQXKKxm8CsWXCAPf2dubR8G8hyp0-Q', '2025-10-12 09:11:31', '2025-10-12 09:11:31'),
(1201, '27.60.22.245', 'e27yBcmARp2-Z0GD_xy1Qk:APA91bE2mF5fM7LMgppGBuog-hwTPRbI12CeiS4CNCxrIpMmxNmRwnPB6XJ5Umhp2WwNDM4zr4Qo5PMAiMt7YcP7lMQXKKxm8CsWXCAPf2dubR8G8hyp0-Q', '2025-10-12 09:11:32', '2025-10-12 09:11:32'),
(1202, '103.159.35.187', 'dNP47-jPRYSr8RfaZMe6r2:APA91bFwTboc1UtKqnhO5_-e_gAReu1S9fiJlvFZUWmfAnGhdOtvYmyCJ9erxSww03rZ-dCefy7yGpxKGLN0wNBIAndXDqViT6XhFvN5GHQ9qe47FE9FcgU', '2025-10-13 10:31:15', '2025-10-13 10:31:15'),
(1203, '103.159.35.187', 'dNP47-jPRYSr8RfaZMe6r2:APA91bFwTboc1UtKqnhO5_-e_gAReu1S9fiJlvFZUWmfAnGhdOtvYmyCJ9erxSww03rZ-dCefy7yGpxKGLN0wNBIAndXDqViT6XhFvN5GHQ9qe47FE9FcgU', '2025-10-13 10:31:35', '2025-10-13 10:31:35'),
(1204, '103.159.35.187', 'dNP47-jPRYSr8RfaZMe6r2:APA91bFwTboc1UtKqnhO5_-e_gAReu1S9fiJlvFZUWmfAnGhdOtvYmyCJ9erxSww03rZ-dCefy7yGpxKGLN0wNBIAndXDqViT6XhFvN5GHQ9qe47FE9FcgU', '2025-10-13 10:31:50', '2025-10-13 10:31:50'),
(1205, '103.159.35.187', 'dNP47-jPRYSr8RfaZMe6r2:APA91bFwTboc1UtKqnhO5_-e_gAReu1S9fiJlvFZUWmfAnGhdOtvYmyCJ9erxSww03rZ-dCefy7yGpxKGLN0wNBIAndXDqViT6XhFvN5GHQ9qe47FE9FcgU', '2025-10-13 10:31:58', '2025-10-13 10:31:58'),
(1206, '103.159.35.187', 'dNP47-jPRYSr8RfaZMe6r2:APA91bFwTboc1UtKqnhO5_-e_gAReu1S9fiJlvFZUWmfAnGhdOtvYmyCJ9erxSww03rZ-dCefy7yGpxKGLN0wNBIAndXDqViT6XhFvN5GHQ9qe47FE9FcgU', '2025-10-13 10:31:59', '2025-10-13 10:31:59'),
(1207, '42.104.212.69', 'fIHeabjgQmu51f6mkRxfu-:APA91bGRhTgxE6f33IKr0CMiQGbdWPqfHO0P-UwK4y25P7G9-4OFSV3SjDP8dd7HKbxFKPvuBsK98BlG9Gbp8Bnph3wle0OK_qSqRJ-_otMHVN-3E7ouw9g', '2025-10-14 03:46:41', '2025-10-14 03:46:41'),
(1208, '49.44.226.134', 'dthIu6D_Q0OSCWa79-OoHe:APA91bEMDi1VaRnfvnS_mlsheOpKxPNxnrtENXu2hzcni6HOWt_2qa-2ipEHWbKi1xHsuW7GCJzEcSk6-Bm3mK-foelDYrujxQwIrYRI1LC9Pz0tchnLRag', '2025-10-14 05:23:11', '2025-10-14 05:23:11'),
(1209, '49.44.226.134', 'dthIu6D_Q0OSCWa79-OoHe:APA91bEMDi1VaRnfvnS_mlsheOpKxPNxnrtENXu2hzcni6HOWt_2qa-2ipEHWbKi1xHsuW7GCJzEcSk6-Bm3mK-foelDYrujxQwIrYRI1LC9Pz0tchnLRag', '2025-10-14 05:23:15', '2025-10-14 05:23:15'),
(1210, '104.135.188.6', 'cq24mu56QIi005rlSCHFLS:APA91bEDauw2S55r4hNvdmeVeTps_WBbs8_9aiFQ9QtcxxtAAsc9-uo-RmgUwpTBx4BU__HZaO0MEOatlh_GnYddowMBVTnotoVR3yc4WN7RjGLdxSt6l7s', '2025-10-14 05:32:15', '2025-10-14 05:32:15'),
(1211, '104.135.188.6', 'cq24mu56QIi005rlSCHFLS:APA91bEDauw2S55r4hNvdmeVeTps_WBbs8_9aiFQ9QtcxxtAAsc9-uo-RmgUwpTBx4BU__HZaO0MEOatlh_GnYddowMBVTnotoVR3yc4WN7RjGLdxSt6l7s', '2025-10-14 05:32:16', '2025-10-14 05:32:16'),
(1212, '223.237.8.203', 'ePayMf7ZQnC2ZbWHvFymXc:APA91bEXyKPC6ZB8jqctWiganIeREvhs-lpwPrrCQMCiSZm8M9BPO7PFXtjZRRYO-2zM3DCD7zZtg0yBb9Ot-wm-iCtNwQ6bWiWm8ozgXLWJc3j2iAfOohQ', '2025-10-14 08:40:53', '2025-10-14 08:40:53'),
(1213, '106.205.190.48', 'cAyjVO-0QAqkeo8N7Nu1pS:APA91bGpzrYsEVcQMeWkznlLHfyoqklFYHeOH9xXkR7-GoyyEqAU1hAUMbRcamJNMRq_z3dTNtEEmI-Ismrzscx64CSwEOss4x40R51J4ErS-jZUIZzybp4', '2025-10-15 07:39:52', '2025-10-15 07:39:52'),
(1214, '106.205.190.48', 'cAyjVO-0QAqkeo8N7Nu1pS:APA91bGpzrYsEVcQMeWkznlLHfyoqklFYHeOH9xXkR7-GoyyEqAU1hAUMbRcamJNMRq_z3dTNtEEmI-Ismrzscx64CSwEOss4x40R51J4ErS-jZUIZzybp4', '2025-10-15 07:40:05', '2025-10-15 07:40:05'),
(1215, '106.205.190.48', 'cAyjVO-0QAqkeo8N7Nu1pS:APA91bGpzrYsEVcQMeWkznlLHfyoqklFYHeOH9xXkR7-GoyyEqAU1hAUMbRcamJNMRq_z3dTNtEEmI-Ismrzscx64CSwEOss4x40R51J4ErS-jZUIZzybp4', '2025-10-15 07:40:07', '2025-10-15 07:40:07'),
(1216, '152.59.3.96', 'cBGo5iPOR82uOVmfLlo7Xd:APA91bGTWDX7MxgU5soZfTa_CdVpVltSJ81YzjPCd_PKtA2-CJKNxO9s9Wl3UrAXqDeHKeYd0UBcwl_0-7TFZT5G6U-mY7BAHgCiQHBcgQl820xYqOyKo40', '2025-10-15 09:45:50', '2025-10-15 09:45:50'),
(1217, '152.59.3.96', 'cBGo5iPOR82uOVmfLlo7Xd:APA91bGTWDX7MxgU5soZfTa_CdVpVltSJ81YzjPCd_PKtA2-CJKNxO9s9Wl3UrAXqDeHKeYd0UBcwl_0-7TFZT5G6U-mY7BAHgCiQHBcgQl820xYqOyKo40', '2025-10-15 09:46:09', '2025-10-15 09:46:09'),
(1218, '157.49.163.160', 'fqs_tzcDTJ-QFNH6oYJ2Vx:APA91bHnjV4UiIEcJvst1ZBaPl5A18p0ICQDaniwhnwsk-Yp3NnuOW_iEaIEwv_yYqn2e_vXERwY3nMEzxBBt5pxeMdTnlMleGNzcRN_0LYhyDDk5aLEIc0', '2025-10-15 14:33:29', '2025-10-15 14:33:29'),
(1219, '157.49.154.116', 'fqs_tzcDTJ-QFNH6oYJ2Vx:APA91bHnjV4UiIEcJvst1ZBaPl5A18p0ICQDaniwhnwsk-Yp3NnuOW_iEaIEwv_yYqn2e_vXERwY3nMEzxBBt5pxeMdTnlMleGNzcRN_0LYhyDDk5aLEIc0', '2025-10-15 14:33:30', '2025-10-15 14:33:30'),
(1220, '223.184.233.255', 'eZLkQsjFR8uja5Iev35lJ4:APA91bFv1eoyQHan_dWg-VM0iFwirCCGXesYRSe0mY0zkWD4c_sIIKnJYFU9yQsMPAKI98s8jyd7oGjU2cAE85jjPeAy5Zy6IyoMF8hcQM5CxlJ4ZsYjwYU', '2025-10-16 03:48:09', '2025-10-16 03:48:09'),
(1221, '223.184.233.255', 'eZLkQsjFR8uja5Iev35lJ4:APA91bFv1eoyQHan_dWg-VM0iFwirCCGXesYRSe0mY0zkWD4c_sIIKnJYFU9yQsMPAKI98s8jyd7oGjU2cAE85jjPeAy5Zy6IyoMF8hcQM5CxlJ4ZsYjwYU', '2025-10-16 03:48:18', '2025-10-16 03:48:18'),
(1222, '223.184.233.255', 'eZLkQsjFR8uja5Iev35lJ4:APA91bFv1eoyQHan_dWg-VM0iFwirCCGXesYRSe0mY0zkWD4c_sIIKnJYFU9yQsMPAKI98s8jyd7oGjU2cAE85jjPeAy5Zy6IyoMF8hcQM5CxlJ4ZsYjwYU', '2025-10-16 03:48:28', '2025-10-16 03:48:28'),
(1223, '223.184.233.255', 'eZLkQsjFR8uja5Iev35lJ4:APA91bFv1eoyQHan_dWg-VM0iFwirCCGXesYRSe0mY0zkWD4c_sIIKnJYFU9yQsMPAKI98s8jyd7oGjU2cAE85jjPeAy5Zy6IyoMF8hcQM5CxlJ4ZsYjwYU', '2025-10-16 03:48:37', '2025-10-16 03:48:37'),
(1224, '223.184.233.255', 'eZLkQsjFR8uja5Iev35lJ4:APA91bFv1eoyQHan_dWg-VM0iFwirCCGXesYRSe0mY0zkWD4c_sIIKnJYFU9yQsMPAKI98s8jyd7oGjU2cAE85jjPeAy5Zy6IyoMF8hcQM5CxlJ4ZsYjwYU', '2025-10-16 03:48:46', '2025-10-16 03:48:46'),
(1225, '157.48.94.23', 'ftS3xlYWQwSVDUxDd9TTQi:APA91bFIOvLzJP2wW0XrewzQllB1ZzoiPCqPyuH3sZlFD06eSfYgMIAZrlm9eNOLTIR29i9BmSDzY4tCwBFS4U2_X4HNAUIqOgsTDPTLjrVS8o2YnEku9ZI', '2025-10-16 05:28:34', '2025-10-16 05:28:34'),
(1226, '157.49.168.16', 'fD8ODwCiSziD4JwQ0sG06z:APA91bGxOlcRKOXvGwD3awTtQHCa8pPh6AuslafImqRZHWF5DIBDMQlAv3uvDA2F9RRxQdL2HyqUt_Ks69EzdQuQxVMejjxirdLqJA9p8HyTngP91JivF_s', '2025-10-16 08:44:55', '2025-10-16 08:44:55'),
(1227, '157.49.146.16', 'fD8ODwCiSziD4JwQ0sG06z:APA91bGxOlcRKOXvGwD3awTtQHCa8pPh6AuslafImqRZHWF5DIBDMQlAv3uvDA2F9RRxQdL2HyqUt_Ks69EzdQuQxVMejjxirdLqJA9p8HyTngP91JivF_s', '2025-10-16 08:45:18', '2025-10-16 08:45:18'),
(1228, '152.59.146.81', 'dddMGrNvTI2jq6BtNfFH1B:APA91bHqCPySVIdo7zw4cpuooCsDWHGB7BjYII92boYwuvejNLra6aeyxuqyfzuzqF7CTaz0LLdSzvDNoiF87rUJCC1yquA9QMS47hKiqDQpQhc7J3jG1ic', '2025-10-16 20:22:02', '2025-10-16 20:22:02'),
(1229, '152.59.146.81', 'dddMGrNvTI2jq6BtNfFH1B:APA91bHqCPySVIdo7zw4cpuooCsDWHGB7BjYII92boYwuvejNLra6aeyxuqyfzuzqF7CTaz0LLdSzvDNoiF87rUJCC1yquA9QMS47hKiqDQpQhc7J3jG1ic', '2025-10-16 20:22:03', '2025-10-16 20:22:03'),
(1230, '49.37.101.138', 'ekKxfSpiQcuIBtUWmRC_a9:APA91bE60_3sDEve6p81QxJHmyhUHNZCd4rH5XbmspnfLl6n5Phxt9KuASa8_HB5fNhUhRphXWXnQfg2UJJ0Mo9WsnVpdFCpDW0TUeHtM5Yr4XorIKd-EPI', '2025-10-18 19:05:53', '2025-10-18 19:05:53'),
(1231, '49.37.101.138', 'ekKxfSpiQcuIBtUWmRC_a9:APA91bE60_3sDEve6p81QxJHmyhUHNZCd4rH5XbmspnfLl6n5Phxt9KuASa8_HB5fNhUhRphXWXnQfg2UJJ0Mo9WsnVpdFCpDW0TUeHtM5Yr4XorIKd-EPI', '2025-10-18 19:05:55', '2025-10-18 19:05:55'),
(1232, '49.37.101.138', 'ekKxfSpiQcuIBtUWmRC_a9:APA91bE60_3sDEve6p81QxJHmyhUHNZCd4rH5XbmspnfLl6n5Phxt9KuASa8_HB5fNhUhRphXWXnQfg2UJJ0Mo9WsnVpdFCpDW0TUeHtM5Yr4XorIKd-EPI', '2025-10-18 19:06:11', '2025-10-18 19:06:11'),
(1233, '49.37.101.138', 'ekKxfSpiQcuIBtUWmRC_a9:APA91bE60_3sDEve6p81QxJHmyhUHNZCd4rH5XbmspnfLl6n5Phxt9KuASa8_HB5fNhUhRphXWXnQfg2UJJ0Mo9WsnVpdFCpDW0TUeHtM5Yr4XorIKd-EPI', '2025-10-18 19:06:13', '2025-10-18 19:06:13'),
(1234, '49.37.101.138', 'ekKxfSpiQcuIBtUWmRC_a9:APA91bE60_3sDEve6p81QxJHmyhUHNZCd4rH5XbmspnfLl6n5Phxt9KuASa8_HB5fNhUhRphXWXnQfg2UJJ0Mo9WsnVpdFCpDW0TUeHtM5Yr4XorIKd-EPI', '2025-10-18 19:06:23', '2025-10-18 19:06:23'),
(1235, '49.37.101.138', 'ekKxfSpiQcuIBtUWmRC_a9:APA91bE60_3sDEve6p81QxJHmyhUHNZCd4rH5XbmspnfLl6n5Phxt9KuASa8_HB5fNhUhRphXWXnQfg2UJJ0Mo9WsnVpdFCpDW0TUeHtM5Yr4XorIKd-EPI', '2025-10-18 19:06:33', '2025-10-18 19:06:33'),
(1236, '49.37.101.138', 'ekKxfSpiQcuIBtUWmRC_a9:APA91bE60_3sDEve6p81QxJHmyhUHNZCd4rH5XbmspnfLl6n5Phxt9KuASa8_HB5fNhUhRphXWXnQfg2UJJ0Mo9WsnVpdFCpDW0TUeHtM5Yr4XorIKd-EPI', '2025-10-18 19:06:40', '2025-10-18 19:06:40'),
(1237, '49.37.101.138', 'ekKxfSpiQcuIBtUWmRC_a9:APA91bE60_3sDEve6p81QxJHmyhUHNZCd4rH5XbmspnfLl6n5Phxt9KuASa8_HB5fNhUhRphXWXnQfg2UJJ0Mo9WsnVpdFCpDW0TUeHtM5Yr4XorIKd-EPI', '2025-10-18 19:06:41', '2025-10-18 19:06:41'),
(1238, '49.37.101.138', 'ekKxfSpiQcuIBtUWmRC_a9:APA91bE60_3sDEve6p81QxJHmyhUHNZCd4rH5XbmspnfLl6n5Phxt9KuASa8_HB5fNhUhRphXWXnQfg2UJJ0Mo9WsnVpdFCpDW0TUeHtM5Yr4XorIKd-EPI', '2025-10-18 19:06:41', '2025-10-18 19:06:41'),
(1239, '49.37.101.138', 'ekKxfSpiQcuIBtUWmRC_a9:APA91bE60_3sDEve6p81QxJHmyhUHNZCd4rH5XbmspnfLl6n5Phxt9KuASa8_HB5fNhUhRphXWXnQfg2UJJ0Mo9WsnVpdFCpDW0TUeHtM5Yr4XorIKd-EPI', '2025-10-18 19:06:53', '2025-10-18 19:06:53'),
(1240, '49.37.101.138', 'ekKxfSpiQcuIBtUWmRC_a9:APA91bE60_3sDEve6p81QxJHmyhUHNZCd4rH5XbmspnfLl6n5Phxt9KuASa8_HB5fNhUhRphXWXnQfg2UJJ0Mo9WsnVpdFCpDW0TUeHtM5Yr4XorIKd-EPI', '2025-10-18 19:06:54', '2025-10-18 19:06:54'),
(1241, '106.204.226.93', 'detsHnx8QlaN1c8fvD1QDl:APA91bH6DEFPgZj6bAim1LfEb3--BNixgfVBj3FXP0hocbtaL_mpmh5NTiwsiLa7ArhK07zw3gdAGNVSnC227USskKgcXoG73ZAvuMxUAbkd1olGEs_aQkY', '2025-10-19 10:22:41', '2025-10-19 10:22:41'),
(1242, '106.204.226.93', 'detsHnx8QlaN1c8fvD1QDl:APA91bH6DEFPgZj6bAim1LfEb3--BNixgfVBj3FXP0hocbtaL_mpmh5NTiwsiLa7ArhK07zw3gdAGNVSnC227USskKgcXoG73ZAvuMxUAbkd1olGEs_aQkY', '2025-10-19 10:22:45', '2025-10-19 10:22:45'),
(1243, '106.204.226.93', 'detsHnx8QlaN1c8fvD1QDl:APA91bH6DEFPgZj6bAim1LfEb3--BNixgfVBj3FXP0hocbtaL_mpmh5NTiwsiLa7ArhK07zw3gdAGNVSnC227USskKgcXoG73ZAvuMxUAbkd1olGEs_aQkY', '2025-10-19 10:23:03', '2025-10-19 10:23:03'),
(1244, '106.204.226.93', 'detsHnx8QlaN1c8fvD1QDl:APA91bH6DEFPgZj6bAim1LfEb3--BNixgfVBj3FXP0hocbtaL_mpmh5NTiwsiLa7ArhK07zw3gdAGNVSnC227USskKgcXoG73ZAvuMxUAbkd1olGEs_aQkY', '2025-10-19 10:23:04', '2025-10-19 10:23:04'),
(1245, '106.204.226.93', 'detsHnx8QlaN1c8fvD1QDl:APA91bH6DEFPgZj6bAim1LfEb3--BNixgfVBj3FXP0hocbtaL_mpmh5NTiwsiLa7ArhK07zw3gdAGNVSnC227USskKgcXoG73ZAvuMxUAbkd1olGEs_aQkY', '2025-10-19 10:23:20', '2025-10-19 10:23:20'),
(1246, '106.204.226.93', 'detsHnx8QlaN1c8fvD1QDl:APA91bH6DEFPgZj6bAim1LfEb3--BNixgfVBj3FXP0hocbtaL_mpmh5NTiwsiLa7ArhK07zw3gdAGNVSnC227USskKgcXoG73ZAvuMxUAbkd1olGEs_aQkY', '2025-10-19 10:23:20', '2025-10-19 10:23:20'),
(1247, '223.184.229.186', 'detsHnx8QlaN1c8fvD1QDl:APA91bH6DEFPgZj6bAim1LfEb3--BNixgfVBj3FXP0hocbtaL_mpmh5NTiwsiLa7ArhK07zw3gdAGNVSnC227USskKgcXoG73ZAvuMxUAbkd1olGEs_aQkY', '2025-10-19 10:25:20', '2025-10-19 10:25:20'),
(1248, '223.184.229.186', 'detsHnx8QlaN1c8fvD1QDl:APA91bH6DEFPgZj6bAim1LfEb3--BNixgfVBj3FXP0hocbtaL_mpmh5NTiwsiLa7ArhK07zw3gdAGNVSnC227USskKgcXoG73ZAvuMxUAbkd1olGEs_aQkY', '2025-10-19 10:25:21', '2025-10-19 10:25:21'),
(1249, '223.184.229.186', 'detsHnx8QlaN1c8fvD1QDl:APA91bH6DEFPgZj6bAim1LfEb3--BNixgfVBj3FXP0hocbtaL_mpmh5NTiwsiLa7ArhK07zw3gdAGNVSnC227USskKgcXoG73ZAvuMxUAbkd1olGEs_aQkY', '2025-10-19 10:25:39', '2025-10-19 10:25:39'),
(1250, '223.184.229.186', 'detsHnx8QlaN1c8fvD1QDl:APA91bH6DEFPgZj6bAim1LfEb3--BNixgfVBj3FXP0hocbtaL_mpmh5NTiwsiLa7ArhK07zw3gdAGNVSnC227USskKgcXoG73ZAvuMxUAbkd1olGEs_aQkY', '2025-10-19 10:25:58', '2025-10-19 10:25:58'),
(1251, '223.184.229.186', 'detsHnx8QlaN1c8fvD1QDl:APA91bH6DEFPgZj6bAim1LfEb3--BNixgfVBj3FXP0hocbtaL_mpmh5NTiwsiLa7ArhK07zw3gdAGNVSnC227USskKgcXoG73ZAvuMxUAbkd1olGEs_aQkY', '2025-10-19 10:26:23', '2025-10-19 10:26:23'),
(1252, '223.184.229.186', 'detsHnx8QlaN1c8fvD1QDl:APA91bH6DEFPgZj6bAim1LfEb3--BNixgfVBj3FXP0hocbtaL_mpmh5NTiwsiLa7ArhK07zw3gdAGNVSnC227USskKgcXoG73ZAvuMxUAbkd1olGEs_aQkY', '2025-10-19 10:26:25', '2025-10-19 10:26:25'),
(1253, '223.184.229.186', 'detsHnx8QlaN1c8fvD1QDl:APA91bH6DEFPgZj6bAim1LfEb3--BNixgfVBj3FXP0hocbtaL_mpmh5NTiwsiLa7ArhK07zw3gdAGNVSnC227USskKgcXoG73ZAvuMxUAbkd1olGEs_aQkY', '2025-10-19 10:26:25', '2025-10-19 10:26:25'),
(1254, '185.52.172.231', '@', '2025-10-20 08:01:02', '2025-10-20 08:01:02'),
(1255, '87.79.22.7', '@', '2025-10-20 08:51:31', '2025-10-20 08:51:31'),
(1256, '87.79.22.7', '@', '2025-10-20 08:52:12', '2025-10-20 08:52:12'),
(1257, '223.228.73.223', 'c1iVWuraTzmV8SgPrw4P95:APA91bG7Pk6DdkGZArZpf0M_UAUKmm9RZ1QP_a37Qc3JY49h6tRA6xjgyyePFfpd9epxBLpnAd1oie9jP-mGwFUVxP4rxO16b9MYFqmUFaO-pXCT_LGCuIU', '2025-10-22 06:02:48', '2025-10-22 06:02:48'),
(1258, '157.38.5.3', 'dK36QmOgRZmr9iUiJt2f6f:APA91bEElsuqAVhqSifjvkmY8yhESwMTluBf74zHBeXUv8JOFiIQfyAMC2GorafC9Vp5wxbNPEn123BMdTnMRxAWBCpy48O7wUiRZE-L1CM8_9_Jupk32MM', '2025-10-22 07:31:04', '2025-10-22 07:31:04'),
(1259, '62.149.110.75', '@', '2025-10-23 20:30:57', '2025-10-23 20:30:57'),
(1260, '62.149.110.69', '@', '2025-10-23 21:17:17', '2025-10-23 21:17:17'),
(1261, '62.149.104.7', '@', '2025-10-23 21:24:53', '2025-10-23 21:24:53'),
(1262, '27.56.232.69', 'e6xBf4lWQP-5yLvmXhgs4Q:APA91bH_dWs59W-jlKb4Ya7kKOQs7Fb3z39tgXteEwpWZBYzbplb7zni_XIbAZoxDKoTsGJUFC2CHNT08gUyiTtaRHXEpyks1LubklmYxl0-RC_d2U4jfSw', '2025-10-26 03:13:46', '2025-10-26 03:13:46'),
(1263, '27.56.232.69', 'e6xBf4lWQP-5yLvmXhgs4Q:APA91bH_dWs59W-jlKb4Ya7kKOQs7Fb3z39tgXteEwpWZBYzbplb7zni_XIbAZoxDKoTsGJUFC2CHNT08gUyiTtaRHXEpyks1LubklmYxl0-RC_d2U4jfSw', '2025-10-26 03:13:48', '2025-10-26 03:13:48'),
(1264, '27.56.232.69', 'e6xBf4lWQP-5yLvmXhgs4Q:APA91bH_dWs59W-jlKb4Ya7kKOQs7Fb3z39tgXteEwpWZBYzbplb7zni_XIbAZoxDKoTsGJUFC2CHNT08gUyiTtaRHXEpyks1LubklmYxl0-RC_d2U4jfSw', '2025-10-26 03:14:00', '2025-10-26 03:14:00'),
(1265, '27.56.232.69', 'e6xBf4lWQP-5yLvmXhgs4Q:APA91bH_dWs59W-jlKb4Ya7kKOQs7Fb3z39tgXteEwpWZBYzbplb7zni_XIbAZoxDKoTsGJUFC2CHNT08gUyiTtaRHXEpyks1LubklmYxl0-RC_d2U4jfSw', '2025-10-26 03:14:09', '2025-10-26 03:14:09'),
(1266, '27.56.232.69', 'e6xBf4lWQP-5yLvmXhgs4Q:APA91bH_dWs59W-jlKb4Ya7kKOQs7Fb3z39tgXteEwpWZBYzbplb7zni_XIbAZoxDKoTsGJUFC2CHNT08gUyiTtaRHXEpyks1LubklmYxl0-RC_d2U4jfSw', '2025-10-26 03:14:19', '2025-10-26 03:14:19'),
(1267, '27.56.232.69', 'e6xBf4lWQP-5yLvmXhgs4Q:APA91bH_dWs59W-jlKb4Ya7kKOQs7Fb3z39tgXteEwpWZBYzbplb7zni_XIbAZoxDKoTsGJUFC2CHNT08gUyiTtaRHXEpyks1LubklmYxl0-RC_d2U4jfSw', '2025-10-26 03:15:00', '2025-10-26 03:15:00'),
(1268, '27.56.232.69', 'e6xBf4lWQP-5yLvmXhgs4Q:APA91bH_dWs59W-jlKb4Ya7kKOQs7Fb3z39tgXteEwpWZBYzbplb7zni_XIbAZoxDKoTsGJUFC2CHNT08gUyiTtaRHXEpyks1LubklmYxl0-RC_d2U4jfSw', '2025-10-26 03:15:00', '2025-10-26 03:15:00'),
(1269, '27.56.232.69', 'e6xBf4lWQP-5yLvmXhgs4Q:APA91bH_dWs59W-jlKb4Ya7kKOQs7Fb3z39tgXteEwpWZBYzbplb7zni_XIbAZoxDKoTsGJUFC2CHNT08gUyiTtaRHXEpyks1LubklmYxl0-RC_d2U4jfSw', '2025-10-26 03:15:00', '2025-10-26 03:15:00'),
(1270, '27.56.232.69', 'e6xBf4lWQP-5yLvmXhgs4Q:APA91bH_dWs59W-jlKb4Ya7kKOQs7Fb3z39tgXteEwpWZBYzbplb7zni_XIbAZoxDKoTsGJUFC2CHNT08gUyiTtaRHXEpyks1LubklmYxl0-RC_d2U4jfSw', '2025-10-26 03:15:01', '2025-10-26 03:15:01'),
(1271, '103.181.153.180', 'fr99JXAsR9qQik0ymeyb2U:APA91bFQ6NysRp3vMdNd1WjgB4piSY0hb_9BuLNal1wH559J7dQLtDtZUEXGKxetJp8-JxOacjuR7_qUpjXFoJ8-NxF5n4ZhCT7IDvMsaJFWcri4pssO5n8', '2025-10-26 07:39:49', '2025-10-26 07:39:49'),
(1272, '103.181.153.180', 'fr99JXAsR9qQik0ymeyb2U:APA91bFQ6NysRp3vMdNd1WjgB4piSY0hb_9BuLNal1wH559J7dQLtDtZUEXGKxetJp8-JxOacjuR7_qUpjXFoJ8-NxF5n4ZhCT7IDvMsaJFWcri4pssO5n8', '2025-10-26 07:39:50', '2025-10-26 07:39:50'),
(1273, '103.181.153.180', 'fr99JXAsR9qQik0ymeyb2U:APA91bFQ6NysRp3vMdNd1WjgB4piSY0hb_9BuLNal1wH559J7dQLtDtZUEXGKxetJp8-JxOacjuR7_qUpjXFoJ8-NxF5n4ZhCT7IDvMsaJFWcri4pssO5n8', '2025-10-26 07:39:50', '2025-10-26 07:39:50'),
(1274, '103.181.153.180', 'fr99JXAsR9qQik0ymeyb2U:APA91bFQ6NysRp3vMdNd1WjgB4piSY0hb_9BuLNal1wH559J7dQLtDtZUEXGKxetJp8-JxOacjuR7_qUpjXFoJ8-NxF5n4ZhCT7IDvMsaJFWcri4pssO5n8', '2025-10-26 07:39:50', '2025-10-26 07:39:50'),
(1275, '103.181.153.180', 'fr99JXAsR9qQik0ymeyb2U:APA91bFQ6NysRp3vMdNd1WjgB4piSY0hb_9BuLNal1wH559J7dQLtDtZUEXGKxetJp8-JxOacjuR7_qUpjXFoJ8-NxF5n4ZhCT7IDvMsaJFWcri4pssO5n8', '2025-10-26 07:40:06', '2025-10-26 07:40:06'),
(1276, '103.181.153.180', 'fr99JXAsR9qQik0ymeyb2U:APA91bFQ6NysRp3vMdNd1WjgB4piSY0hb_9BuLNal1wH559J7dQLtDtZUEXGKxetJp8-JxOacjuR7_qUpjXFoJ8-NxF5n4ZhCT7IDvMsaJFWcri4pssO5n8', '2025-10-26 07:40:27', '2025-10-26 07:40:27'),
(1277, '103.181.153.180', 'fr99JXAsR9qQik0ymeyb2U:APA91bFQ6NysRp3vMdNd1WjgB4piSY0hb_9BuLNal1wH559J7dQLtDtZUEXGKxetJp8-JxOacjuR7_qUpjXFoJ8-NxF5n4ZhCT7IDvMsaJFWcri4pssO5n8', '2025-10-26 07:40:48', '2025-10-26 07:40:48'),
(1278, '103.181.153.180', 'fr99JXAsR9qQik0ymeyb2U:APA91bFQ6NysRp3vMdNd1WjgB4piSY0hb_9BuLNal1wH559J7dQLtDtZUEXGKxetJp8-JxOacjuR7_qUpjXFoJ8-NxF5n4ZhCT7IDvMsaJFWcri4pssO5n8', '2025-10-26 07:41:02', '2025-10-26 07:41:02'),
(1279, '103.181.153.180', 'fr99JXAsR9qQik0ymeyb2U:APA91bFQ6NysRp3vMdNd1WjgB4piSY0hb_9BuLNal1wH559J7dQLtDtZUEXGKxetJp8-JxOacjuR7_qUpjXFoJ8-NxF5n4ZhCT7IDvMsaJFWcri4pssO5n8', '2025-10-26 07:41:17', '2025-10-26 07:41:17'),
(1280, '103.181.153.180', 'fr99JXAsR9qQik0ymeyb2U:APA91bFQ6NysRp3vMdNd1WjgB4piSY0hb_9BuLNal1wH559J7dQLtDtZUEXGKxetJp8-JxOacjuR7_qUpjXFoJ8-NxF5n4ZhCT7IDvMsaJFWcri4pssO5n8', '2025-10-26 07:43:35', '2025-10-26 07:43:35'),
(1281, '157.38.228.168', 'cnV5T2qbRcqEGZF4N5l_0L:APA91bH1T0Zt9tixtCCEJjUPXT8RHkyZAhxOHJuFf7rSnw9Z4taSC9ocHdkAKPjCp5qYP6AxHQERWw4H1jCkfZXspYYa1U7aE2AvnhaBozNLEJ5x5kuqpII', '2025-10-26 15:17:32', '2025-10-26 15:17:32'),
(1282, '157.38.253.230', 'cnV5T2qbRcqEGZF4N5l_0L:APA91bH1T0Zt9tixtCCEJjUPXT8RHkyZAhxOHJuFf7rSnw9Z4taSC9ocHdkAKPjCp5qYP6AxHQERWw4H1jCkfZXspYYa1U7aE2AvnhaBozNLEJ5x5kuqpII', '2025-10-26 15:17:34', '2025-10-26 15:17:34'),
(1283, '45.114.36.55', 'd49f-AfKTnGejL97v6EIyo:APA91bFCuHcDWSZ9fkV70061Crq6BAPUkZffBMMvfD7idE-uOq2Ox1V1_BMAErxd22LNO_Z-hsojrdoLVZLYW53bpQt2vIIC75E4hqCISsFy1jfafnReD2I', '2025-10-28 12:35:57', '2025-10-28 12:35:57'),
(1284, '45.114.36.55', 'd49f-AfKTnGejL97v6EIyo:APA91bFCuHcDWSZ9fkV70061Crq6BAPUkZffBMMvfD7idE-uOq2Ox1V1_BMAErxd22LNO_Z-hsojrdoLVZLYW53bpQt2vIIC75E4hqCISsFy1jfafnReD2I', '2025-10-28 12:35:58', '2025-10-28 12:35:58'),
(1285, '45.114.36.55', 'd49f-AfKTnGejL97v6EIyo:APA91bFCuHcDWSZ9fkV70061Crq6BAPUkZffBMMvfD7idE-uOq2Ox1V1_BMAErxd22LNO_Z-hsojrdoLVZLYW53bpQt2vIIC75E4hqCISsFy1jfafnReD2I', '2025-10-28 12:36:10', '2025-10-28 12:36:10'),
(1286, '106.206.234.21', 'cr7QyAAhT0O9ZtE20Ve55x:APA91bHML-uJK0drKP0LczccMrdjILPmpd-2_7n6W0vzvJnoPuF8qhbrFT1UBsuwmI5xVCAi3it1XeCvsS1d888ZFvAvWKmJ0hE_7NzERd3WlHTWYWKO4BA', '2025-10-28 13:44:29', '2025-10-28 13:44:29'),
(1287, '106.206.234.21', 'cr7QyAAhT0O9ZtE20Ve55x:APA91bHML-uJK0drKP0LczccMrdjILPmpd-2_7n6W0vzvJnoPuF8qhbrFT1UBsuwmI5xVCAi3it1XeCvsS1d888ZFvAvWKmJ0hE_7NzERd3WlHTWYWKO4BA', '2025-10-28 13:44:30', '2025-10-28 13:44:30'),
(1288, '106.206.234.21', 'cr7QyAAhT0O9ZtE20Ve55x:APA91bHML-uJK0drKP0LczccMrdjILPmpd-2_7n6W0vzvJnoPuF8qhbrFT1UBsuwmI5xVCAi3it1XeCvsS1d888ZFvAvWKmJ0hE_7NzERd3WlHTWYWKO4BA', '2025-10-28 13:44:31', '2025-10-28 13:44:31'),
(1289, '106.206.234.21', 'cr7QyAAhT0O9ZtE20Ve55x:APA91bHML-uJK0drKP0LczccMrdjILPmpd-2_7n6W0vzvJnoPuF8qhbrFT1UBsuwmI5xVCAi3it1XeCvsS1d888ZFvAvWKmJ0hE_7NzERd3WlHTWYWKO4BA', '2025-10-28 13:44:44', '2025-10-28 13:44:44');
INSERT INTO `guests` (`id`, `ip_address`, `fcm_token`, `created_at`, `updated_at`) VALUES
(1290, '106.206.234.21', 'cr7QyAAhT0O9ZtE20Ve55x:APA91bHML-uJK0drKP0LczccMrdjILPmpd-2_7n6W0vzvJnoPuF8qhbrFT1UBsuwmI5xVCAi3it1XeCvsS1d888ZFvAvWKmJ0hE_7NzERd3WlHTWYWKO4BA', '2025-10-28 13:44:44', '2025-10-28 13:44:44'),
(1291, '106.206.234.21', 'cr7QyAAhT0O9ZtE20Ve55x:APA91bHML-uJK0drKP0LczccMrdjILPmpd-2_7n6W0vzvJnoPuF8qhbrFT1UBsuwmI5xVCAi3it1XeCvsS1d888ZFvAvWKmJ0hE_7NzERd3WlHTWYWKO4BA', '2025-10-28 13:44:44', '2025-10-28 13:44:44'),
(1292, '106.206.234.21', 'cr7QyAAhT0O9ZtE20Ve55x:APA91bHML-uJK0drKP0LczccMrdjILPmpd-2_7n6W0vzvJnoPuF8qhbrFT1UBsuwmI5xVCAi3it1XeCvsS1d888ZFvAvWKmJ0hE_7NzERd3WlHTWYWKO4BA', '2025-10-28 13:44:44', '2025-10-28 13:44:44'),
(1293, '106.206.234.21', 'cr7QyAAhT0O9ZtE20Ve55x:APA91bHML-uJK0drKP0LczccMrdjILPmpd-2_7n6W0vzvJnoPuF8qhbrFT1UBsuwmI5xVCAi3it1XeCvsS1d888ZFvAvWKmJ0hE_7NzERd3WlHTWYWKO4BA', '2025-10-28 13:45:03', '2025-10-28 13:45:03'),
(1294, '106.206.234.21', 'cr7QyAAhT0O9ZtE20Ve55x:APA91bHML-uJK0drKP0LczccMrdjILPmpd-2_7n6W0vzvJnoPuF8qhbrFT1UBsuwmI5xVCAi3it1XeCvsS1d888ZFvAvWKmJ0hE_7NzERd3WlHTWYWKO4BA', '2025-10-28 13:45:03', '2025-10-28 13:45:03'),
(1295, '152.59.119.109', 'dIKQkSW9Rc-R7m5wekCxyU:APA91bFljXHf2swx9xTd8oz5vTGHnAp8pn8sC1YXAZQ9Zer84WXXAQB5z9LhJ-JHuageIoIMQz9NZrfP2dfsLKjokAY0CW89LnBRDeFlLu4uBKVPkQrIQWI', '2025-10-28 13:50:08', '2025-10-28 13:50:08'),
(1296, '152.59.119.109', 'dIKQkSW9Rc-R7m5wekCxyU:APA91bFljXHf2swx9xTd8oz5vTGHnAp8pn8sC1YXAZQ9Zer84WXXAQB5z9LhJ-JHuageIoIMQz9NZrfP2dfsLKjokAY0CW89LnBRDeFlLu4uBKVPkQrIQWI', '2025-10-28 13:50:18', '2025-10-28 13:50:18'),
(1297, '38.137.51.243', '@', '2025-10-29 10:43:27', '2025-10-29 10:43:27'),
(1298, '106.195.111.251', 'fdvtyay_SK6Td0xv1XefUG:APA91bF4J5T8fE1mabzo4bnmUbreEmz3QYIXMzOKr4chH4rMlMYhn0lREPoScZxSC58hvA7ZqthowDuVqeTj6AJRGx2eW0ioCPhsJj78v3TWdzk1QTQznyo', '2025-10-29 16:31:17', '2025-10-29 16:31:17'),
(1299, '106.195.111.251', 'fdvtyay_SK6Td0xv1XefUG:APA91bF4J5T8fE1mabzo4bnmUbreEmz3QYIXMzOKr4chH4rMlMYhn0lREPoScZxSC58hvA7ZqthowDuVqeTj6AJRGx2eW0ioCPhsJj78v3TWdzk1QTQznyo', '2025-10-29 16:31:32', '2025-10-29 16:31:32'),
(1300, '106.195.111.251', 'fdvtyay_SK6Td0xv1XefUG:APA91bF4J5T8fE1mabzo4bnmUbreEmz3QYIXMzOKr4chH4rMlMYhn0lREPoScZxSC58hvA7ZqthowDuVqeTj6AJRGx2eW0ioCPhsJj78v3TWdzk1QTQznyo', '2025-10-29 16:31:42', '2025-10-29 16:31:42'),
(1301, '49.42.118.9', 'e0MKB1wxTkWFXUOVIMO4nh:APA91bGPPjbyzRl1GfD2vKLBopwxftxIi7NBVjd5pFc8ttikgdbKEgPqd1hhJmCMp2mYfq1_DuxRCNl18ebwXd3SAjWlmwO6DRv4q02BmWDHc8Ur8St_J18', '2025-10-31 00:22:43', '2025-10-31 00:22:43'),
(1302, '49.44.80.133', '@', '2025-10-31 22:26:07', '2025-10-31 22:26:07'),
(1303, '49.44.80.133', '@', '2025-10-31 22:26:19', '2025-10-31 22:26:19'),
(1304, '49.44.80.133', '@', '2025-10-31 22:26:21', '2025-10-31 22:26:21'),
(1305, '180.149.91.69', '@', '2025-10-31 22:34:30', '2025-10-31 22:34:30'),
(1306, '152.58.15.37', 'cc-LXJvORCq7bH4tXi1RmE:APA91bHtqT4oiAPTZuWQWuvfCghGSbnkx-qCz5gGhts3NEwBUSRLBqJbIHarbTv-b-HURWzvADtO9ip7Oz9-Qnq47WQIyJudXVfsi8N_fmtK7Opy8AW7Q9s', '2025-11-01 05:07:35', '2025-11-01 05:07:35'),
(1307, '152.58.15.37', 'cc-LXJvORCq7bH4tXi1RmE:APA91bHtqT4oiAPTZuWQWuvfCghGSbnkx-qCz5gGhts3NEwBUSRLBqJbIHarbTv-b-HURWzvADtO9ip7Oz9-Qnq47WQIyJudXVfsi8N_fmtK7Opy8AW7Q9s', '2025-11-01 05:07:47', '2025-11-01 05:07:47'),
(1308, '152.58.15.37', 'cc-LXJvORCq7bH4tXi1RmE:APA91bHtqT4oiAPTZuWQWuvfCghGSbnkx-qCz5gGhts3NEwBUSRLBqJbIHarbTv-b-HURWzvADtO9ip7Oz9-Qnq47WQIyJudXVfsi8N_fmtK7Opy8AW7Q9s', '2025-11-01 05:07:58', '2025-11-01 05:07:58'),
(1309, '152.58.15.37', 'cc-LXJvORCq7bH4tXi1RmE:APA91bHtqT4oiAPTZuWQWuvfCghGSbnkx-qCz5gGhts3NEwBUSRLBqJbIHarbTv-b-HURWzvADtO9ip7Oz9-Qnq47WQIyJudXVfsi8N_fmtK7Opy8AW7Q9s', '2025-11-01 05:08:12', '2025-11-01 05:08:12'),
(1310, '152.58.14.139', 'cc-LXJvORCq7bH4tXi1RmE:APA91bHtqT4oiAPTZuWQWuvfCghGSbnkx-qCz5gGhts3NEwBUSRLBqJbIHarbTv-b-HURWzvADtO9ip7Oz9-Qnq47WQIyJudXVfsi8N_fmtK7Opy8AW7Q9s', '2025-11-01 05:08:13', '2025-11-01 05:08:13'),
(1311, '106.219.196.93', 'e9zlbwxCS5qGD58xp-GOjS:APA91bHmKp8LczuykqJY3DjrsoUbKfPPcSxwD22RQHimKQ105pLA9KvC3ujUDeUKq-OP-9cMVLQV_pNkERbwxEnFJidJrk8vZcPak4vINWymlUS7sUWtueU', '2025-11-01 11:35:53', '2025-11-01 11:35:53'),
(1312, '106.219.196.93', 'e9zlbwxCS5qGD58xp-GOjS:APA91bHmKp8LczuykqJY3DjrsoUbKfPPcSxwD22RQHimKQ105pLA9KvC3ujUDeUKq-OP-9cMVLQV_pNkERbwxEnFJidJrk8vZcPak4vINWymlUS7sUWtueU', '2025-11-01 11:35:54', '2025-11-01 11:35:54'),
(1313, '106.219.196.93', 'e9zlbwxCS5qGD58xp-GOjS:APA91bHmKp8LczuykqJY3DjrsoUbKfPPcSxwD22RQHimKQ105pLA9KvC3ujUDeUKq-OP-9cMVLQV_pNkERbwxEnFJidJrk8vZcPak4vINWymlUS7sUWtueU', '2025-11-01 11:36:07', '2025-11-01 11:36:07'),
(1314, '152.59.181.40', 'ckyQtkRrQvayljtjW-9xRn:APA91bFiwOO-hjGEZSkkMi7NhAjGuJP6fkODUcMjgIJBg0vuXIcYbuqg8NyPvQHhp7dEUkOT2XzRMqmCsH8wMAKDzeZ4nSQJT-wUBovDq9pyruCOTJZ75_M', '2025-11-02 17:39:31', '2025-11-02 17:39:31'),
(1315, '152.59.182.202', 'ckyQtkRrQvayljtjW-9xRn:APA91bFiwOO-hjGEZSkkMi7NhAjGuJP6fkODUcMjgIJBg0vuXIcYbuqg8NyPvQHhp7dEUkOT2XzRMqmCsH8wMAKDzeZ4nSQJT-wUBovDq9pyruCOTJZ75_M', '2025-11-02 17:39:57', '2025-11-02 17:39:57'),
(1316, '152.59.182.202', 'ckyQtkRrQvayljtjW-9xRn:APA91bFiwOO-hjGEZSkkMi7NhAjGuJP6fkODUcMjgIJBg0vuXIcYbuqg8NyPvQHhp7dEUkOT2XzRMqmCsH8wMAKDzeZ4nSQJT-wUBovDq9pyruCOTJZ75_M', '2025-11-02 17:40:24', '2025-11-02 17:40:24'),
(1317, '49.14.157.45', 'dNMleJqiTgKaokA1mcBXp2:APA91bHAkoJm-DIwLh1dAj8wN_rg3kTVq98Yldzqag3KWWzGppdfxedpqiniZrZ1j1eNIlVA407jbO7CVZeIUaRmVXF6gjBPhgwDtT50pbZdKM4WZJUhQg4', '2025-11-04 04:28:13', '2025-11-04 04:28:13'),
(1318, '49.14.157.45', 'dNMleJqiTgKaokA1mcBXp2:APA91bHAkoJm-DIwLh1dAj8wN_rg3kTVq98Yldzqag3KWWzGppdfxedpqiniZrZ1j1eNIlVA407jbO7CVZeIUaRmVXF6gjBPhgwDtT50pbZdKM4WZJUhQg4', '2025-11-04 04:28:14', '2025-11-04 04:28:14'),
(1319, '49.14.157.45', 'dNMleJqiTgKaokA1mcBXp2:APA91bHAkoJm-DIwLh1dAj8wN_rg3kTVq98Yldzqag3KWWzGppdfxedpqiniZrZ1j1eNIlVA407jbO7CVZeIUaRmVXF6gjBPhgwDtT50pbZdKM4WZJUhQg4', '2025-11-04 04:28:20', '2025-11-04 04:28:20'),
(1320, '49.14.157.45', 'dNMleJqiTgKaokA1mcBXp2:APA91bHAkoJm-DIwLh1dAj8wN_rg3kTVq98Yldzqag3KWWzGppdfxedpqiniZrZ1j1eNIlVA407jbO7CVZeIUaRmVXF6gjBPhgwDtT50pbZdKM4WZJUhQg4', '2025-11-04 04:28:30', '2025-11-04 04:28:30'),
(1321, '157.35.86.166', '@', '2025-11-04 06:08:27', '2025-11-04 06:08:27'),
(1322, '202.173.125.255', 'eAWxP-OMQaCUabqiyJ9KBR:APA91bHHeAmWm19t99GGZj5Y6hfc_3j0UP9bC3XM_BYLN3LxcINYvaZZWUgh4jTzK1nt-lBGOYcyoaG98yfVrFCKcbMhBK1lfh65za_YAMzK6rfeAvzpDFs', '2025-11-06 03:22:06', '2025-11-06 03:22:06'),
(1323, '202.173.125.255', 'eAWxP-OMQaCUabqiyJ9KBR:APA91bHHeAmWm19t99GGZj5Y6hfc_3j0UP9bC3XM_BYLN3LxcINYvaZZWUgh4jTzK1nt-lBGOYcyoaG98yfVrFCKcbMhBK1lfh65za_YAMzK6rfeAvzpDFs', '2025-11-06 03:22:29', '2025-11-06 03:22:29'),
(1324, '202.173.125.255', 'eAWxP-OMQaCUabqiyJ9KBR:APA91bHHeAmWm19t99GGZj5Y6hfc_3j0UP9bC3XM_BYLN3LxcINYvaZZWUgh4jTzK1nt-lBGOYcyoaG98yfVrFCKcbMhBK1lfh65za_YAMzK6rfeAvzpDFs', '2025-11-06 03:22:38', '2025-11-06 03:22:38'),
(1325, '202.173.125.255', 'eAWxP-OMQaCUabqiyJ9KBR:APA91bHHeAmWm19t99GGZj5Y6hfc_3j0UP9bC3XM_BYLN3LxcINYvaZZWUgh4jTzK1nt-lBGOYcyoaG98yfVrFCKcbMhBK1lfh65za_YAMzK6rfeAvzpDFs', '2025-11-06 03:22:51', '2025-11-06 03:22:51'),
(1326, '202.173.125.255', 'eAWxP-OMQaCUabqiyJ9KBR:APA91bHHeAmWm19t99GGZj5Y6hfc_3j0UP9bC3XM_BYLN3LxcINYvaZZWUgh4jTzK1nt-lBGOYcyoaG98yfVrFCKcbMhBK1lfh65za_YAMzK6rfeAvzpDFs', '2025-11-06 03:23:08', '2025-11-06 03:23:08'),
(1327, '202.173.125.255', 'eAWxP-OMQaCUabqiyJ9KBR:APA91bHHeAmWm19t99GGZj5Y6hfc_3j0UP9bC3XM_BYLN3LxcINYvaZZWUgh4jTzK1nt-lBGOYcyoaG98yfVrFCKcbMhBK1lfh65za_YAMzK6rfeAvzpDFs', '2025-11-06 03:23:23', '2025-11-06 03:23:23'),
(1328, '202.173.125.255', 'eAWxP-OMQaCUabqiyJ9KBR:APA91bHHeAmWm19t99GGZj5Y6hfc_3j0UP9bC3XM_BYLN3LxcINYvaZZWUgh4jTzK1nt-lBGOYcyoaG98yfVrFCKcbMhBK1lfh65za_YAMzK6rfeAvzpDFs', '2025-11-06 03:23:32', '2025-11-06 03:23:32'),
(1329, '106.221.107.28', 'dkCf97FnTQO7s7NnQR8O2X:APA91bFnuA0MIu9UDKmOPKDam96OCge55IulJQdqTDKEy52yD_1kVrfFeF1N6GFuqnyZ3pLfOLFmZnV1XssDZjNPVXdWO0dHNakXL8gP2NN8kPq2oJhGOn8', '2025-11-08 16:41:12', '2025-11-08 16:41:12'),
(1330, '106.221.107.28', 'dkCf97FnTQO7s7NnQR8O2X:APA91bFnuA0MIu9UDKmOPKDam96OCge55IulJQdqTDKEy52yD_1kVrfFeF1N6GFuqnyZ3pLfOLFmZnV1XssDZjNPVXdWO0dHNakXL8gP2NN8kPq2oJhGOn8', '2025-11-08 16:41:27', '2025-11-08 16:41:27'),
(1331, '106.221.107.28', 'dkCf97FnTQO7s7NnQR8O2X:APA91bFnuA0MIu9UDKmOPKDam96OCge55IulJQdqTDKEy52yD_1kVrfFeF1N6GFuqnyZ3pLfOLFmZnV1XssDZjNPVXdWO0dHNakXL8gP2NN8kPq2oJhGOn8', '2025-11-08 16:41:27', '2025-11-08 16:41:27'),
(1332, '110.225.37.245', 'cQnLL_quSnyzojNdTt_iQP:APA91bGd-99ngzRsGEMb7jbcb-FXGP_COB7yJKlW9knMiiP27-2r5F07jciOHJoJPYvorjv05xYo-ehHbMxImskuJEnerk85CdcYxzA0uKZ61RR_Ts0yOI4', '2025-11-09 10:38:34', '2025-11-09 10:38:34'),
(1333, '110.225.37.245', 'cQnLL_quSnyzojNdTt_iQP:APA91bGd-99ngzRsGEMb7jbcb-FXGP_COB7yJKlW9knMiiP27-2r5F07jciOHJoJPYvorjv05xYo-ehHbMxImskuJEnerk85CdcYxzA0uKZ61RR_Ts0yOI4', '2025-11-09 10:38:34', '2025-11-09 10:38:34'),
(1334, '110.225.37.245', 'cQnLL_quSnyzojNdTt_iQP:APA91bGd-99ngzRsGEMb7jbcb-FXGP_COB7yJKlW9knMiiP27-2r5F07jciOHJoJPYvorjv05xYo-ehHbMxImskuJEnerk85CdcYxzA0uKZ61RR_Ts0yOI4', '2025-11-09 10:38:34', '2025-11-09 10:38:34'),
(1335, '110.225.37.245', 'cQnLL_quSnyzojNdTt_iQP:APA91bGd-99ngzRsGEMb7jbcb-FXGP_COB7yJKlW9knMiiP27-2r5F07jciOHJoJPYvorjv05xYo-ehHbMxImskuJEnerk85CdcYxzA0uKZ61RR_Ts0yOI4', '2025-11-09 10:38:35', '2025-11-09 10:38:35'),
(1336, '110.225.37.245', 'cQnLL_quSnyzojNdTt_iQP:APA91bGd-99ngzRsGEMb7jbcb-FXGP_COB7yJKlW9knMiiP27-2r5F07jciOHJoJPYvorjv05xYo-ehHbMxImskuJEnerk85CdcYxzA0uKZ61RR_Ts0yOI4', '2025-11-09 10:38:35', '2025-11-09 10:38:35'),
(1337, '110.225.37.245', 'cQnLL_quSnyzojNdTt_iQP:APA91bGd-99ngzRsGEMb7jbcb-FXGP_COB7yJKlW9knMiiP27-2r5F07jciOHJoJPYvorjv05xYo-ehHbMxImskuJEnerk85CdcYxzA0uKZ61RR_Ts0yOI4', '2025-11-09 10:38:35', '2025-11-09 10:38:35'),
(1338, '110.225.37.245', 'cQnLL_quSnyzojNdTt_iQP:APA91bGd-99ngzRsGEMb7jbcb-FXGP_COB7yJKlW9knMiiP27-2r5F07jciOHJoJPYvorjv05xYo-ehHbMxImskuJEnerk85CdcYxzA0uKZ61RR_Ts0yOI4', '2025-11-09 10:38:35', '2025-11-09 10:38:35'),
(1339, '60.145.172.131', 'drwxA7IpSPizMwpPlUFPLd:APA91bGYyVImVIAuvouzXCU5U7v0JEOwoLXumvTQcdC2n4jEZsoWqZJ3supNOvv_Nvcb51rVVdl9_XFZHuBm1wmTXLSQ7f3IUfymqShYjLwIslBTIj9nCv4', '2025-11-09 11:00:04', '2025-11-09 11:00:04'),
(1340, '49.36.27.116', 'eXJZJFI6QIWFHMsUPEKm6c:APA91bGFF9zJIefo2jH4fuyjy9yKhJFoExTkcw8FrfiU_2QXOgRb1_oP-3Ar-GUIbhGbeAMEJ7cGLPwW66X7Q3s4NCx3m-TIpqWvVRQnA3bZa5cBKL5CVC8', '2025-11-09 15:39:55', '2025-11-09 15:39:55'),
(1341, '49.36.27.116', 'eXJZJFI6QIWFHMsUPEKm6c:APA91bGFF9zJIefo2jH4fuyjy9yKhJFoExTkcw8FrfiU_2QXOgRb1_oP-3Ar-GUIbhGbeAMEJ7cGLPwW66X7Q3s4NCx3m-TIpqWvVRQnA3bZa5cBKL5CVC8', '2025-11-09 15:39:56', '2025-11-09 15:39:56'),
(1342, '49.36.27.116', 'eXJZJFI6QIWFHMsUPEKm6c:APA91bGFF9zJIefo2jH4fuyjy9yKhJFoExTkcw8FrfiU_2QXOgRb1_oP-3Ar-GUIbhGbeAMEJ7cGLPwW66X7Q3s4NCx3m-TIpqWvVRQnA3bZa5cBKL5CVC8', '2025-11-09 15:40:07', '2025-11-09 15:40:07'),
(1343, '106.192.35.20', 'd2C0RRkdQcGuvjL1L98wcH:APA91bELDWncDNIvWVaZxrAFWzUKhaF_KDpVuu0yCxK7MFmwqswuCxZA4LHc3Csm_VWxQtgUSFvtAFkc1Xjr1fC0f-M34xvHMkNHj6R5w6ovf_tG8io7qGM', '2025-11-10 09:02:18', '2025-11-10 09:02:18'),
(1344, '106.192.35.20', 'd2C0RRkdQcGuvjL1L98wcH:APA91bELDWncDNIvWVaZxrAFWzUKhaF_KDpVuu0yCxK7MFmwqswuCxZA4LHc3Csm_VWxQtgUSFvtAFkc1Xjr1fC0f-M34xvHMkNHj6R5w6ovf_tG8io7qGM', '2025-11-10 09:02:19', '2025-11-10 09:02:19'),
(1345, '106.192.35.20', 'd2C0RRkdQcGuvjL1L98wcH:APA91bELDWncDNIvWVaZxrAFWzUKhaF_KDpVuu0yCxK7MFmwqswuCxZA4LHc3Csm_VWxQtgUSFvtAFkc1Xjr1fC0f-M34xvHMkNHj6R5w6ovf_tG8io7qGM', '2025-11-10 09:02:37', '2025-11-10 09:02:37'),
(1346, '106.192.35.20', 'd2C0RRkdQcGuvjL1L98wcH:APA91bELDWncDNIvWVaZxrAFWzUKhaF_KDpVuu0yCxK7MFmwqswuCxZA4LHc3Csm_VWxQtgUSFvtAFkc1Xjr1fC0f-M34xvHMkNHj6R5w6ovf_tG8io7qGM', '2025-11-10 09:03:37', '2025-11-10 09:03:37'),
(1347, '106.192.35.20', 'd2C0RRkdQcGuvjL1L98wcH:APA91bELDWncDNIvWVaZxrAFWzUKhaF_KDpVuu0yCxK7MFmwqswuCxZA4LHc3Csm_VWxQtgUSFvtAFkc1Xjr1fC0f-M34xvHMkNHj6R5w6ovf_tG8io7qGM', '2025-11-10 09:03:38', '2025-11-10 09:03:38'),
(1348, '157.48.243.224', 'f-RUvGB1QCmIEj2NIOFeek:APA91bE3bIlhOQ9tqyfd13wsPBnokTM5gdKB7UXSUS6OSNI57nQvZGxcA7de2cDm28czbH-rYPngKhePzLjMlWzkF9KZh5bvF3rovE-gRXk9zX0YG-7c0NM', '2025-11-10 10:23:35', '2025-11-10 10:23:35'),
(1349, '152.59.121.10', 'dj_tSEneTheo1IBZkbuT2E:APA91bHZoaZc33to9AWFg5zVMdhvofXBlx6ksUOAlf2uOK5rPBOmusw7vMqUrbDz6VXbJSnxxhHzpQL8e18SnE2fAfHfRkFxsvI-oRMBBFoplbmi9hrpJGo', '2025-11-10 16:16:57', '2025-11-10 16:16:57'),
(1350, '152.59.121.10', 'dj_tSEneTheo1IBZkbuT2E:APA91bHZoaZc33to9AWFg5zVMdhvofXBlx6ksUOAlf2uOK5rPBOmusw7vMqUrbDz6VXbJSnxxhHzpQL8e18SnE2fAfHfRkFxsvI-oRMBBFoplbmi9hrpJGo', '2025-11-10 16:17:19', '2025-11-10 16:17:19'),
(1351, '152.59.121.10', 'dj_tSEneTheo1IBZkbuT2E:APA91bHZoaZc33to9AWFg5zVMdhvofXBlx6ksUOAlf2uOK5rPBOmusw7vMqUrbDz6VXbJSnxxhHzpQL8e18SnE2fAfHfRkFxsvI-oRMBBFoplbmi9hrpJGo', '2025-11-10 16:17:20', '2025-11-10 16:17:20'),
(1352, '117.99.210.58', 'eA09MoKeSaKEP2sIe6pXcn:APA91bERdbHgHpBV5aNjoYjo7x9yCDre-eEFWzJvoQU2Ql_myafplNRAjffse-IgRcIKg0_jhZO5yfx7iZqYRsK8A2vfEz1hc5gsjvYkWMCBtC33VQtHCmA', '2025-11-11 03:45:35', '2025-11-11 03:45:35'),
(1353, '117.99.210.58', 'eA09MoKeSaKEP2sIe6pXcn:APA91bERdbHgHpBV5aNjoYjo7x9yCDre-eEFWzJvoQU2Ql_myafplNRAjffse-IgRcIKg0_jhZO5yfx7iZqYRsK8A2vfEz1hc5gsjvYkWMCBtC33VQtHCmA', '2025-11-11 03:46:16', '2025-11-11 03:46:16'),
(1354, '117.99.210.58', 'eA09MoKeSaKEP2sIe6pXcn:APA91bERdbHgHpBV5aNjoYjo7x9yCDre-eEFWzJvoQU2Ql_myafplNRAjffse-IgRcIKg0_jhZO5yfx7iZqYRsK8A2vfEz1hc5gsjvYkWMCBtC33VQtHCmA', '2025-11-11 03:46:53', '2025-11-11 03:46:53'),
(1355, '117.99.210.58', 'eA09MoKeSaKEP2sIe6pXcn:APA91bERdbHgHpBV5aNjoYjo7x9yCDre-eEFWzJvoQU2Ql_myafplNRAjffse-IgRcIKg0_jhZO5yfx7iZqYRsK8A2vfEz1hc5gsjvYkWMCBtC33VQtHCmA', '2025-11-11 03:47:13', '2025-11-11 03:47:13'),
(1356, '103.72.177.186', 'dTy0wPf2Tha1w9EhlaxjIn:APA91bFVKJOzz1EA2Xh-yFte0hrd-TEbiSZVdUr8NFRJgWqenXh2pPKVpASoYCeK_mB29yrzibk1LGwfWu4Y8xnKYj4i0leuFWzuGBxDS0RuT5M4UCEh4Tw', '2025-11-11 10:01:36', '2025-11-11 10:01:36'),
(1357, '103.72.177.186', 'dTy0wPf2Tha1w9EhlaxjIn:APA91bFVKJOzz1EA2Xh-yFte0hrd-TEbiSZVdUr8NFRJgWqenXh2pPKVpASoYCeK_mB29yrzibk1LGwfWu4Y8xnKYj4i0leuFWzuGBxDS0RuT5M4UCEh4Tw', '2025-11-11 10:01:38', '2025-11-11 10:01:38'),
(1358, '103.72.177.186', 'dTy0wPf2Tha1w9EhlaxjIn:APA91bFVKJOzz1EA2Xh-yFte0hrd-TEbiSZVdUr8NFRJgWqenXh2pPKVpASoYCeK_mB29yrzibk1LGwfWu4Y8xnKYj4i0leuFWzuGBxDS0RuT5M4UCEh4Tw', '2025-11-11 10:01:38', '2025-11-11 10:01:38'),
(1359, '103.72.177.186', 'dTy0wPf2Tha1w9EhlaxjIn:APA91bFVKJOzz1EA2Xh-yFte0hrd-TEbiSZVdUr8NFRJgWqenXh2pPKVpASoYCeK_mB29yrzibk1LGwfWu4Y8xnKYj4i0leuFWzuGBxDS0RuT5M4UCEh4Tw', '2025-11-11 10:02:38', '2025-11-11 10:02:38'),
(1360, '103.72.177.186', 'dTy0wPf2Tha1w9EhlaxjIn:APA91bFVKJOzz1EA2Xh-yFte0hrd-TEbiSZVdUr8NFRJgWqenXh2pPKVpASoYCeK_mB29yrzibk1LGwfWu4Y8xnKYj4i0leuFWzuGBxDS0RuT5M4UCEh4Tw', '2025-11-11 10:03:51', '2025-11-11 10:03:51'),
(1361, '103.72.177.186', 'dTy0wPf2Tha1w9EhlaxjIn:APA91bFVKJOzz1EA2Xh-yFte0hrd-TEbiSZVdUr8NFRJgWqenXh2pPKVpASoYCeK_mB29yrzibk1LGwfWu4Y8xnKYj4i0leuFWzuGBxDS0RuT5M4UCEh4Tw', '2025-11-11 10:04:01', '2025-11-11 10:04:01'),
(1362, '103.72.177.186', 'dTy0wPf2Tha1w9EhlaxjIn:APA91bFVKJOzz1EA2Xh-yFte0hrd-TEbiSZVdUr8NFRJgWqenXh2pPKVpASoYCeK_mB29yrzibk1LGwfWu4Y8xnKYj4i0leuFWzuGBxDS0RuT5M4UCEh4Tw', '2025-11-11 10:04:15', '2025-11-11 10:04:15');

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

--
-- 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
(1, 'Demo Product', 'Demo Product Description', '2023-08-16-64dca91404b64.png', 2, '[{\"id\":\"1\",\"position\":1},{\"id\":\"2\",\"position\":2}]', '[]', '[]', '[]', '[]', 10.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 1, '2023-08-15 23:46:44', '2023-08-16 00:00:05', 0, 0.00000000000000, 0, NULL, 1, 10, NULL, '[\"2023-08-16-64dca9140233e.png\",\"2023-08-16-64dcac358a7ea.png\"]', '[]', 'demo-product', 0, 1, 2, 1, 0),
(2, 'Korean Tangy Chicken Roll', 'Delicious new roll featuring tangy Korean kimchi, vegetables and crunchy chicken strips', '2024-12-09-6756703400f44.png', 3, '[{\"id\":\"3\",\"position\":1}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 0.00, 'percent', '10:30:00', '23:00:00', 0, 1, 3, '2024-12-09 09:51:08', '2024-12-09 09:51:08', 0, 0.00000000000000, 0, NULL, 2, 0, NULL, '[{\"img\":\"2024-12-09-67567033f3103.png\",\"storage\":\"public\"}]', '[]', 'korean-tangy-chicken-roll', 0, 0, NULL, 1, 1),
(3, 'Indian Tandoori Chicken Roll', 'Flavorful roll made with flaky lachha paratha, perfectly fried chicken strips in rich and creamy tandoori sauce', '2024-12-09-67567090ecc5d.png', 3, '[{\"id\":\"3\",\"position\":1}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 0.00, 'percent', '10:30:00', '23:00:00', 0, 1, 3, '2024-12-09 09:52:40', '2024-12-09 09:52:40', 0, 0.00000000000000, 0, NULL, 2, 0, NULL, '[{\"img\":\"2024-12-09-67567090eb378.png\",\"storage\":\"public\"}]', '[]', 'indian-tandoori-chicken-roll', 0, 0, NULL, 1, 1),
(4, 'Paneer Zinger Burger', 'It\'s Back! Crunchy Indian Paneer Patty Burger with tangy sauce and Veggies', '2024-12-09-675670dcc4ed6.png', 7, '[{\"id\":\"7\",\"position\":1}]', '[]', '[]', '[]', '[]', 209.00, 0.00, 'percent', 0.00, 'percent', '10:30:00', '23:00:00', 1, 1, 3, '2024-12-09 09:53:56', '2024-12-09 09:53:56', 0, 0.00000000000000, 0, NULL, 2, 0, NULL, '[{\"img\":\"2024-12-09-675670dcc3111.png\",\"storage\":\"public\"}]', '[]', 'paneer-zinger-burger', 0, 0, NULL, 1, 1),
(5, 'Smoky Red Chicken Rice Bowlz', 'Aromatic Smoky Red Chicken rice bowl mixed with spicy gravy [serves 1]', '2024-12-09-67567139b97c0.png', 4, '[{\"id\":\"4\",\"position\":1}]', '[]', '[]', '[]', '[]', 230.00, 0.00, 'percent', 0.00, 'percent', '10:30:00', '23:00:00', 0, 1, 3, '2024-12-09 09:55:29', '2024-12-09 09:55:29', 0, 0.00000000000000, 0, NULL, 2, 0, NULL, '[{\"img\":\"2024-12-09-67567139b7a5e.png\",\"storage\":\"public\"}]', '[]', 'smoky-red-chicken-rice-bowlz', 0, 0, NULL, 1, 1),
(6, 'Veg Rice Bowlz', 'Aromatic Veg rice bowl mixed with spicy gravy [serves 1]', '2024-12-09-6756718544de6.png', 4, '[{\"id\":\"4\",\"position\":1}]', '[]', '[]', '[]', '[]', 199.00, 0.00, 'percent', 0.00, 'percent', '10:30:00', '23:00:00', 1, 1, 3, '2024-12-09 09:56:45', '2024-12-09 09:56:45', 0, 0.00000000000000, 0, NULL, 2, 0, NULL, '[{\"img\":\"2024-12-09-6756718542a40.png\",\"storage\":\"public\"}]', '[]', 'veg-rice-bowlz', 0, 0, NULL, 1, 1),
(7, 'Chicken Bucket for Two', 'This variety combo of 2pc Hot & Crispy Chicken, 2 pc Smoky Red Grilled Chicken & a Large Chicken Popcorn [serves 2-3]', '2024-12-09-675673bcc4e53.png', 5, '[{\"id\":\"5\",\"position\":1}]', '[]', '[\"1\",\"2\"]', '[]', '[]', 599.00, 0.00, 'percent', 0.00, 'percent', '10:30:00', '23:00:00', 0, 1, 3, '2024-12-09 10:06:12', '2024-12-09 10:06:12', 0, 0.00000000000000, 0, NULL, 2, 0, NULL, '[{\"img\":\"2024-12-09-675673bcc28c8.png\",\"storage\":\"public\"}]', '[]', 'chicken-bucket-for-two', 0, 0, NULL, 1, 1),
(8, 'Peri Peri chicken strips - 6 Pc', 'Savouring 6 Spicy Peri Peri chicken boneless strips [serves 2]', '2024-12-09-6756742f020f0.png', 5, '[{\"id\":\"5\",\"position\":1}]', '[]', '[\"1\",\"2\"]', '[]', '[]', 310.00, 0.00, 'percent', 0.00, 'percent', '10:30:00', '23:00:00', 0, 1, 3, '2024-12-09 10:08:07', '2024-12-09 10:08:07', 0, 0.00000000000000, 0, NULL, 2, 0, NULL, '[{\"img\":\"2024-12-09-6756742f00248.png\",\"storage\":\"public\"}]', '[]', 'peri-peri-chicken-strips-6-pc', 0, 0, NULL, 1, 1),
(9, '5 Leg Pc & 2 Dip Bucket', '5 Spicy Peri Peri Leg Pieces, paired with 2 delicous dips (20gm each) [serves 2]', '2024-12-09-6756773481b1e.png', 5, '[{\"id\":\"5\",\"position\":1}]', '[]', '[\"1\",\"2\"]', '[]', '[]', 530.00, 0.00, 'percent', 0.00, 'percent', '10:30:00', '23:00:00', 0, 1, 3, '2024-12-09 10:21:00', '2024-12-09 10:21:00', 0, 0.00000000000000, 0, NULL, 2, 0, NULL, '[{\"img\":\"2024-12-09-675677347deef.png\",\"storage\":\"public\"}]', '[]', '5-leg-pc-2-dip-bucket', 0, 0, NULL, 1, 1),
(10, 'Pepsi PET 475ml', 'Cheers to fizz that makes you Rise Up Baby! Order Pepsi to make your food rise up to your level of awesome!', '2024-12-09-6756789aef61b.png', 6, '[{\"id\":\"6\",\"position\":1}]', '[]', '[]', '[]', '[]', 59.00, 0.00, 'percent', 0.00, 'percent', '10:30:00', '23:00:00', 1, 1, 3, '2024-12-09 10:26:58', '2024-12-09 10:26:58', 0, 0.00000000000000, 0, NULL, 2, 0, NULL, '[{\"img\":\"2024-12-09-6756789aecd6b.png\",\"storage\":\"public\"}]', '[]', 'pepsi-pet-475ml', 0, 0, NULL, 1, 0),
(11, '7UP Can 300 ml', '7UP is the ultimate Super-Duper Refresher. Every sip of this crisp lemon flavour refreshes you to the core.', '2024-12-09-675678c55705a.png', 6, '[{\"id\":\"6\",\"position\":1}]', '[]', '[]', '[]', '[]', 59.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 1, 1, 3, '2024-12-09 10:27:41', '2024-12-09 10:27:41', 0, 0.00000000000000, 0, NULL, 2, 0, NULL, '[{\"img\":\"2024-12-09-675678c555653.png\",\"storage\":\"public\"}]', '[]', '7up-can-300-ml', 0, 0, NULL, 1, 1),
(12, 'Choco Lava Cake', 'Soft choco lava cake with a gooey center- perfect chocolaty end to every meal', '2024-12-09-6756791649c7f.png', 6, '[{\"id\":\"6\",\"position\":1}]', '[]', '[]', '[]', '[]', 99.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 1, 1, 3, '2024-12-09 10:29:02', '2024-12-09 10:29:02', 0, 0.00000000000000, 0, NULL, 2, 0, NULL, '[{\"img\":\"2024-12-09-6756791647946.png\",\"storage\":\"public\"}]', '[]', 'choco-lava-cake', 0, 0, NULL, 1, 1),
(13, 'Pindi Chole Roll', 'No one believed us when we said chole can be even more exciting. So we created a wrap that has a tangy burst of chole with flavorful Indian spices and crunchy onions, wrapped in a soft roti. Try it & get surprised.', '2024-12-09-67567c5f0228e.png', 3, '[{\"id\":\"3\",\"position\":1}]', '[]', '[\"3\"]', '[]', '[]', 120.00, 0.00, 'percent', 0.00, 'percent', '08:00:00', '23:00:00', 1, 1, 4, '2024-12-09 10:43:03', '2024-12-09 10:43:03', 0, 0.00000000000000, 0, NULL, 2, 0, NULL, '[{\"img\":\"2024-12-09-67567c5ef2b5b.png\",\"storage\":\"public\"}]', '[]', 'pindi-chole-roll', 0, 0, NULL, 1, 0),
(14, 'Chicken Bhuna Wrap', 'Old is gold! Turning the clock back with this delish wrap made with roasted and flavourful chicken pieces, slow-cooked in spicy bhuna masala with onion and wrapped in a soft, warm roti.', '2024-12-09-67567ccb416c0.png', 3, '[{\"id\":\"3\",\"position\":1}]', '[]', '[\"3\",\"4\",\"5\"]', '[]', '[]', 199.00, 0.00, 'percent', 0.00, 'percent', '08:00:00', '23:00:00', 0, 1, 4, '2024-12-09 10:44:51', '2024-12-09 10:44:51', 0, 0.00000000000000, 0, NULL, 2, 0, NULL, '[{\"img\":\"2024-12-09-67567ccb3f858.png\",\"storage\":\"public\"}]', '[]', 'chicken-bhuna-wrap', 0, 0, NULL, 1, 1),
(15, 'Masala Chicken Tikka Wrap', 'This classic wrap is a walk down the memory lane. Smoky marinated chicken tikka with cooked onion, generously drizzled with minty, tangy mayo wrapped in a soft roti.', '2024-12-09-67567d1eefcda.png', 3, '[{\"id\":\"3\",\"position\":1}]', '[]', '[\"3\"]', '[]', '[]', 199.00, 0.00, 'percent', 0.00, 'percent', '08:00:00', '23:00:00', 0, 1, 4, '2024-12-09 10:46:14', '2024-12-09 10:46:14', 0, 0.00000000000000, 0, NULL, 2, 0, NULL, '[{\"img\":\"2024-12-09-67567d1eed7fb.png\",\"storage\":\"public\"}]', '[]', 'masala-chicken-tikka-wrap', 0, 0, NULL, 1, 1),
(16, 'Chatpata Double Egg Roll', 'Why settle for something ordinary when you can get a snack that is eggstra ordinary! Like this yum wrap made with golden-fried eggs, drizzled with tangy, cheesy mayo and wrapped in a soft roti.', '2024-12-09-67567d7cb752d.png', 3, '[{\"id\":\"3\",\"position\":1}]', '[]', '[\"3\"]', '[]', '[]', 119.00, 0.00, 'percent', 0.00, 'percent', '08:00:00', '23:00:00', 0, 1, 4, '2024-12-09 10:47:48', '2025-01-31 16:47:17', 1, 0.00000000000000, 0, NULL, 2, 0, NULL, '[{\"img\":\"2024-12-09-67567d7cb5584.png\",\"storage\":\"public\"}]', '[]', 'chatpata-double-egg-roll', 0, 0, NULL, 1, 0),
(17, 'Paneer Tikka Masala Rice Feast', 'Spice up your life with this epic rice bowl. Soft, marinated paneer chunks in a tikka gravy with your fav rice, and dont forget the teekha chaska sprinkle for that extra zing.', '2024-12-09-67567e8fde904.png', 4, '[{\"id\":\"4\",\"position\":1}]', '[]', '[\"6\",\"7\",\"8\",\"9\"]', '[]', '[]', 279.00, 0.00, 'percent', 0.00, 'percent', '08:00:00', '23:00:00', 1, 1, 4, '2024-12-09 10:52:23', '2024-12-09 10:52:23', 0, 0.00000000000000, 0, NULL, 2, 0, NULL, '[{\"img\":\"2024-12-09-67567e8fdcb6d.png\",\"storage\":\"public\"}]', '[]', 'paneer-tikka-masala-rice-feast', 0, 0, NULL, 1, 0),
(18, 'Pindi Chole Paneer Rice Feast', 'Giving an all-time favourite a delicious makeover to make your meal exciting. Your two favourite flavours merged together making the perfect jam-packed combo of Paneer Tikka and Pindi Chole cooked to perfection is served with a portion of either Spicy Hyderabadi Rice or Classic Flavourful Rice', '2024-12-09-67567f727c486.png', 4, '[{\"id\":\"4\",\"position\":1}]', '[]', '[\"6\",\"7\",\"8\",\"9\"]', '[]', '[]', 229.00, 0.00, 'percent', 0.00, 'percent', '08:00:00', '23:00:00', 1, 1, 4, '2024-12-09 10:56:10', '2024-12-09 10:56:10', 0, 0.00000000000000, 0, NULL, 2, 0, NULL, '[{\"img\":\"2024-12-09-67567f727a35a.png\",\"storage\":\"public\"}]', '[{\"name\":\"Regular\",\"type\":\"single\",\"min\":0,\"max\":0,\"required\":\"on\",\"values\":[{\"label\":\"Regular\",\"optionPrice\":\"229\"},{\"label\":\"Jumbo\",\"optionPrice\":\"329\"}]}]', 'pindi-chole-paneer-rice-feast', 0, 0, NULL, 1, 0),
(19, 'Chicken Bhuna Rice Feast', 'A treasure trove of unique Indian flavours waiting to surprise your palate! Spicy Hyderabadi Rice or Classic Flavourful Rice with boneless pieces of bhuna chicken cooked in Indian gravy.', '2024-12-09-67567fdc3be62.png', 4, '[{\"id\":\"4\",\"position\":1}]', '[]', '[\"6\",\"7\"]', '[]', '[]', 249.00, 0.00, 'percent', 0.00, 'percent', '08:00:00', '23:00:00', 0, 1, 4, '2024-12-09 10:57:56', '2024-12-09 10:57:56', 0, 0.00000000000000, 0, NULL, 2, 0, NULL, '[{\"img\":\"2024-12-09-67567fdc39f11.png\",\"storage\":\"public\"}]', '[{\"name\":\"Regular\",\"type\":\"single\",\"min\":0,\"max\":0,\"required\":\"off\",\"values\":[{\"label\":\"Regular\",\"optionPrice\":\"249\"},{\"label\":\"Jumbo\",\"optionPrice\":\"349\"}]}]', 'chicken-bhuna-rice-feast', 0, 0, NULL, 1, 1),
(20, 'Blueberry Cheesecake', 'The combination of delicious cream cheese and fresh blueberries is what makes our Blueberry cheesecake stand apart.', '2024-12-09-67568044ca1ae.png', 6, '[{\"id\":\"6\",\"position\":1}]', '[]', '[]', '[]', '[]', 199.00, 0.00, 'percent', 10.00, 'percent', '08:00:00', '23:00:00', 1, 1, 4, '2024-12-09 10:59:40', '2024-12-09 10:59:40', 0, 0.00000000000000, 0, NULL, 2, 0, NULL, '[{\"img\":\"2024-12-09-67568044c86fe.png\",\"storage\":\"public\"}]', '[]', 'blueberry-cheesecake', 0, 0, NULL, 1, 0),
(21, 'Chocolate Mocha Jar', 'Feel like having coffee & dessert at the same time. Well, we have got you covered with our delicious Mocha jar made with richness of chocolate and goodness of coffee.', '2024-12-09-6756808498650.png', 6, '[{\"id\":\"6\",\"position\":1}]', '[]', '[]', '[]', '[]', 199.00, 0.00, 'percent', 15.00, 'percent', '08:00:00', '23:00:00', 1, 1, 4, '2024-12-09 11:00:44', '2024-12-22 10:02:26', 1, 5.00000000000000, 1, '{\"1\":0,\"2\":0,\"3\":0,\"4\":0,\"5\":1}', 2, 0, NULL, '[{\"img\":\"2024-12-09-6756808496000.png\",\"storage\":\"public\"}]', '[]', 'chocolate-mocha-jar', 0, 0, NULL, 1, 0),
(22, 'Coca Cola Bottle (475 mL)', 'Enjoy your meal', '2024-12-09-675680d31faf2.png', 6, '[{\"id\":\"6\",\"position\":1}]', '[]', '[]', '[]', '[]', 67.00, 0.00, 'percent', 0.00, 'percent', '08:00:00', '23:00:00', 1, 1, 4, '2024-12-09 11:02:03', '2025-01-31 16:47:02', 1, 0.00000000000000, 0, NULL, 2, 0, NULL, '[{\"img\":\"2024-12-09-675680d31d80c.png\",\"storage\":\"public\"}]', '[]', 'coca-cola-bottle-475-ml', 0, 0, NULL, 1, 0),
(23, 'Aashirvaad Turmeric Powder', 'Aashirvaad ensures that only superior quality ingredients reach your kitchen', '2024-12-09-67569a7b1f29f.png', 14, '[{\"id\":\"14\",\"position\":1}]', '[{\"type\":\"100g\",\"price\":40,\"stock\":10},{\"type\":\"200g\",\"price\":80,\"stock\":10}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"100g\",\"200g\"]}]', 40.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 5, '2024-12-09 12:51:31', '2024-12-09 12:51:31', 0, 0.00000000000000, 0, NULL, 5, 20, 2, '[{\"img\":\"2024-12-09-67569a7b1d016.png\",\"storage\":\"public\"}]', '[]', 'aashirvaad-turmeric-powder', 0, 1, NULL, 1, 1),
(24, 'Daawat Biryani Basmati Rice', 'Daawat Biryani Basmati Rice is known for its exceptional quality and flavours, sourced from the finest basmati rice grains.', '2024-12-09-67569acab6331.png', 14, '[{\"id\":\"14\",\"position\":1}]', '[{\"type\":\"1kg\",\"price\":230,\"stock\":10}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"1kg\"]}]', 230.00, 0.00, 'percent', 40.00, 'amount', '00:00:00', '23:59:59', 0, 1, 5, '2024-12-09 12:52:50', '2025-01-18 11:23:51', 0, 0.00000000000000, 0, NULL, 5, 10, 2, '[{\"img\":\"2024-12-09-67569acab4027.png\",\"storage\":\"public\"}]', '[]', 'daawat-biryani-basmati-rice', 0, 0, NULL, 1, 0),
(25, 'Kellogg\'s Real Almond Honey Corn Flakes', 'Nourishing, Tasty & Healthy Breakfast Cereal – Milk with Almonds and Honey tastes yummy all through the year.', '2024-12-09-67569b7615e9f.png', 15, '[{\"id\":\"15\",\"position\":1}]', '[]', '[]', '[]', '[]', 416.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 5, '2024-12-09 12:55:42', '2024-12-09 12:55:42', 0, 0.00000000000000, 0, NULL, 5, 10, 2, '[{\"img\":\"2024-12-09-67569b7613969.png\",\"storage\":\"public\"}]', '[]', 'kelloggs-real-almond-honey-corn-flakes', 0, 0, NULL, 1, 0),
(26, 'MAGGI 2-Minute Instant Noodles - Masala', 'Maggi 2-Minute Instant Masala Noodles is a favourite among people of all ages. Maggi Masala instant noodles now come with the goodness of iron.', '2024-12-09-67569c7172369.png', 15, '[{\"id\":\"15\",\"position\":1}]', '[{\"type\":\"70g\",\"price\":15,\"stock\":10},{\"type\":\"280g\",\"price\":60,\"stock\":10},{\"type\":\"420g\",\"price\":90,\"stock\":10}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"70g\",\"280g\",\"420g\"]}]', 15.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 5, '2024-12-09 12:59:53', '2024-12-09 12:59:53', 0, 0.00000000000000, 0, NULL, 5, 30, 2, '[{\"img\":\"2024-12-09-67569c7170036.png\",\"storage\":\"public\"}]', '[]', 'maggi-2-minute-instant-noodles-masala', 0, 0, NULL, 1, 0),
(27, 'Cadbury Oreo Vanilla Flavour Creme Sandwich Biscuit', 'Cadbury OREO Vanilla creme sandwich biscuit consists of two chocolatey biscuits with a rich vanilla creme filling between them.', '2024-12-09-67569d3882d38.png', 16, '[{\"id\":\"16\",\"position\":1}]', '[{\"type\":\"44g\",\"price\":10,\"stock\":10},{\"type\":\"300g\",\"price\":88,\"stock\":10}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"44g\",\"300g\"]}]', 10.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 5, '2024-12-09 13:03:12', '2025-02-05 15:36:35', 0, 0.00000000000000, 0, NULL, 5, 20, 2, '[{\"img\":\"2024-12-09-67569d3880e65.png\",\"storage\":\"public\"}]', '[]', 'cadbury-oreo-vanilla-flavour-creme-sandwich-biscuit', 0, 0, NULL, 1, 0),
(28, 'Sunfeast Dark Fantasy Choco Fills', 'Indulge your senses with the heavenly taste of Sunfeast Dark Fantasy Choco Fills. With a flawlessly baked cookie with a mouthwatering molten choco center, enjoy a one-of-its kind experience that unlocks your world of Fantasy! An indulgent and delightful treat, perfect for satisfying your cravings anytime, anywhere.', '2024-12-09-67569dfaa7d67.png', 16, '[{\"id\":\"16\",\"position\":1}]', '[{\"type\":\"60g\",\"price\":40,\"stock\":10},{\"type\":\"230g\",\"price\":170,\"stock\":10}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"60g\",\"230g\"]}]', 40.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 6, '2024-12-09 13:06:26', '2024-12-09 13:06:26', 0, 0.00000000000000, 0, NULL, 5, 20, 2, '[{\"img\":\"2024-12-09-67569dfaa6181.png\",\"storage\":\"public\"}]', '[]', 'sunfeast-dark-fantasy-choco-fills', 0, 0, NULL, 1, 0),
(29, 'Aashirvaad Salt Iodised, 1kg', 'Aashirvaad ensures that only good quality ingredients reach your kitchen, and Aashirvaad Iodised Salt stays true to that promise. Made from natural sea salt crystals with a 4-step advantage process', '2024-12-09-67569ec76e10e.png', 14, '[{\"id\":\"14\",\"position\":1}]', '[]', '[]', '[]', '[]', 28.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 6, '2024-12-09 13:09:51', '2024-12-09 13:09:51', 0, 0.00000000000000, 0, NULL, 5, 10, 2, '[{\"img\":\"2024-12-09-67569ec76ab00.png\",\"storage\":\"public\"}]', '[]', 'aashirvaad-salt-iodised-1kg', 0, 0, NULL, 1, 0),
(30, 'Freedom Refined Sunflower Oil', 'Freedom Refined Sunflower Oil offers a light, clean taste ideal for everyday cooking. With its high smoke point and refined purity, it ensures perfect results for frying, sautÃ©ing, and baking. Rich in essential fatty acids and vitamins, it supports a balanced diet while enhancing the flavour of your meals.', '2024-12-09-67569f61770d4.png', 11, '[{\"id\":\"11\",\"position\":1}]', '[{\"type\":\"1L\",\"price\":179,\"stock\":10},{\"type\":\"5L\",\"price\":650,\"stock\":10}]', '[]', '[\"2\"]', '[{\"name\":\"choice_2\",\"title\":\"Volume\",\"options\":[\"1L\",\"5L\"]}]', 179.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 6, '2024-12-09 13:12:25', '2024-12-09 13:12:25', 0, 0.00000000000000, 0, NULL, 5, 20, 1, '[{\"img\":\"2024-12-09-67569f6174cac.png\",\"storage\":\"public\"}]', '[]', 'freedom-refined-sunflower-oil', 0, 0, NULL, 1, 0),
(31, 'Surf Excel Matic Front Load Liquid Detergent', 'Surf Excel Matic Liquid is effective in high water level environment (20 litres) of front load washing machines and dissolves completely ensuring it leaves no residue in your machine or your clothes.', '2024-12-09-6756a24629918.png', 18, '[{\"id\":\"18\",\"position\":1}]', '[{\"type\":\"2L\",\"price\":480,\"stock\":10},{\"type\":\"4L\",\"price\":880,\"stock\":10}]', '[]', '[\"2\"]', '[{\"name\":\"choice_2\",\"title\":\"Volume\",\"options\":[\"2L\",\"4L\"]}]', 480.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 6, '2024-12-09 13:24:46', '2024-12-09 13:24:46', 0, 0.00000000000000, 0, NULL, 5, 20, 1, '[{\"img\":\"2024-12-09-6756a2462701e.png\",\"storage\":\"public\"}]', '[]', 'surf-excel-matic-front-load-liquid-detergent', 0, 0, NULL, 1, 0),
(32, 'Mi by Xiaomi A Series 80 cm (32 inch) HD Ready LED Smart Google TV 2024 Edition', 'In The Box\r\nLED 1 Unit, Remote Control 1 Unit, Manual & Warranty Card 1 Unit, Stands 2 Units, Screws 4 Units, Battery 2 Units\r\nModel Name\r\nL32MA-AIN\r\nDisplay Size\r\n80 cm (32 inch)\r\nScreen Type\r\nLED\r\nHD Technology & Resolution\r\nHD Ready, 1366 x 768\r\nSeries\r\nA Series\r\nSmart Tv\r\nYes\r\nHDMI\r\n2\r\nUSB\r\n2\r\nBuilt In Wi-Fi\r\nYes\r\nLaunch Year\r\n2024\r\nWall Mount Included\r\nNo\r\nVideo Features\r\nLED Display Type\r\nDLED\r\nRefresh Rate\r\n60 Hz\r\nAudio Features\r\nNumber of Speakers\r\n2\r\nSpeaker Output RMS\r\n20\r\nSmart Tv Features\r\nRam Capacity\r\n1.5 gb\r\nStorage Memory\r\n8 gb\r\nSupported App - Netflix\r\nYes\r\nSupported App - Youtube\r\nYes\r\nSupported App - Disney+Hotstar\r\nYes\r\nSupported App - Prime Video\r\nYes\r\nOperating System\r\nGoogle TV\r\nScreen Mirroring\r\nYes\r\nBluetooth\r\nYes\r\nBuilt In Wi-Fi\r\nYes\r\nConnectivity Features\r\nHDMI\r\n2 Side\r\nUSB\r\n2 Side\r\nRemote Control Features\r\nSmart Remote\r\nYes\r\nPower Features\r\nPower Requirement\r\nAC 220 - 240 V, 50/60 Hz\r\nPower Consumption\r\n0.5 W (Standby)\r\nDimensions\r\nWidth x Height x Depth (without stand)\r\n715 mm x 82.5 mm\r\nWarranty\r\nWarranty Summary\r\n1 Year Warranty on Product and 1 Year Additional Warranty on Panel\r\nCovered in Warranty\r\nWarranty of the Product is Limited to Manufacturing Defects Only\r\nNot Covered in Warranty\r\nPhysical Damages\r\nWarranty Service Type\r\nFor any warranty related issues, please call the Customer Support - [1800-103-6286][https://privacy.mi.com/support]', '2024-12-09-6756a68876d6d.png', 19, '[{\"id\":\"19\",\"position\":1}]', '[{\"type\":\"32\\\"\",\"price\":0,\"stock\":0}]', '[]', '[\"4\"]', '[{\"name\":\"choice_4\",\"title\":\"Size\",\"options\":[\"32\\\"\"]}]', 12499.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-09 13:42:56', '2024-12-09 13:42:56', 0, 0.00000000000000, 0, NULL, 4, 10, 4, '[{\"img\":\"2024-12-09-6756a68874a70.png\",\"storage\":\"public\"}]', '[]', 'mi-by-xiaomi-a-series-80-cm-32-inch-hd-ready-led-smart-google-tv-2024-edition', 0, 0, NULL, 1, 0),
(33, 'Whirlpool 184 L 2 Star Direct-Cool Single Door Refrigerator (205 WDE CLS 2S SAPPHIRE BLUE-Z, Blue,2023 Model)', 'Single door refrigerator with Intellisense Inverter Technology\r\nCapacity: 184 liters for families with 2-3 members\r\nEnergy Rating - 2 Star energy efficiency\r\n1 year product warranty and 10 year compressor warranty\r\nIntellisense Inverter technology - Comes with low starting voltage of 95V & assures 25 years of compressor reliability- certified by VDE Germany *As Certified by VDE Germany', '2024-12-09-6756a8a61f19f.png', 13, '[{\"id\":\"13\",\"position\":1}]', '[{\"type\":\"184L\",\"price\":15400,\"stock\":10}]', '[]', '[\"6\"]', '[{\"name\":\"choice_6\",\"title\":\"Capacity\",\"options\":[\"184L\"]}]', 15400.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-09 13:51:58', '2024-12-09 13:51:58', 0, 0.00000000000000, 0, NULL, 4, 10, 1, '[{\"img\":\"2024-12-09-6756a8a61332a.png\",\"storage\":\"public\"},{\"img\":\"2024-12-09-6756a8a617c25.png\",\"storage\":\"public\"},{\"img\":\"2024-12-09-6756a8a61b18e.png\",\"storage\":\"public\"}]', '[]', 'whirlpool-184-l-2-star-direct-cool-single-door-refrigerator-205-wde-cls-2s-sapphire-blue-z-blue2023-model', 0, 0, NULL, 1, 0),
(34, 'Butterfly Smart 750 Watts Mixer Grinder with 4 Jars | 3 Stainless Steel Multipurpose Jars & 1 Juicer Jar | ABS Body | Heavy Duty Motor | 2 Years Manufacturer\'s Warranty | Grey', 'Wattage: 750 W; Voltage: 220-240V, 50-60Hz ; Revolution: 18500\r\nNo of Jars: 4; Jar Size: 0.4,0.75,1 in Ltr; Jar Material: Stainless Steel jars and PC Juicer Jar; Body Material: ABS body; Cord Material: 180 CM; Blade Material: Stainless Steel; Speed Control: 3 speed with whip\r\nDo not worry if you experience some burning smell when you run your mixer grinder for the 1st time .This is due to the motor varnish getting heated for the 1st time. The problem should not recur in subsequent uses. If it does, please contact Brand Service Centre\r\nRead Manual Before Use.\r\nLED light to indicate power ON status and Knob. Suitable for: Wet Grinding, Chutney Grinding, Grating, Mincing, Dry Grinding, Blending', '2024-12-09-6756a94eae80b.png', 12, '[{\"id\":\"12\",\"position\":1}]', '[{\"type\":\"Grey\",\"price\":5200,\"stock\":10},{\"type\":\"White\",\"price\":5200,\"stock\":10}]', '[]', '[\"3\"]', '[{\"name\":\"choice_3\",\"title\":\"Color\",\"options\":[\"Grey\",\"White\"]}]', 5200.00, 0.00, 'percent', 25.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-09 13:54:46', '2024-12-09 13:54:46', 0, 0.00000000000000, 0, NULL, 4, 20, 3, '[{\"img\":\"2024-12-09-6756a94eaa30d.png\",\"storage\":\"public\"},{\"img\":\"2024-12-09-6756a94ead45c.png\",\"storage\":\"public\"}]', '[]', 'butterfly-smart-750-watts-mixer-grinder-with-4-jars-3-stainless-steel-multipurpose-jars-1-juicer-jar-abs-body-heavy-duty-motor-2-years-manufacturers-warranty-grey', 0, 0, NULL, 1, 0),
(38, 'Red Grapes/ఎరుపు ద్రాక్ష-250gm', 'Red Grapes-250gm', '2024-12-21-6766a8366c6d7.png', 146, '[{\"id\":\"142\",\"position\":1},{\"id\":\"146\",\"position\":2}]', '[]', '[]', '[]', '[]', 119.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2024-12-21 17:06:22', '2024-12-21 17:06:22', 0, 0.00000000000000, 0, NULL, 1, 100, 2, '[]', '[]', 'red-grapes-250gm', 0, 1, NULL, 1, 1),
(39, 'Sapota/సపోటా-500gm', 'Sapota-500gm', '2024-12-21-6766a8b3590da.png', 146, '[{\"id\":\"142\",\"position\":1},{\"id\":\"146\",\"position\":2}]', '[]', '[]', '[]', '[]', 49.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2024-12-21 17:08:27', '2024-12-21 17:08:27', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'sapota-500gm', 0, 1, NULL, 1, 1),
(40, 'Mango/మామిడిపండు-1kg', 'Mango Banganapalli-1Kg', '2024-12-21-6766a90527a50.png', 146, '[{\"id\":\"142\",\"position\":1},{\"id\":\"146\",\"position\":2}]', '[]', '[]', '[]', '[]', 79.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2024-12-21 17:09:49', '2024-12-21 17:09:49', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'mango-1kg', 0, 1, NULL, 1, 1),
(41, 'Mosambi/బత్తాయి-6pc', 'Mosambi-6Pc', '2024-12-21-6766a9452c913.png', 146, '[{\"id\":\"142\",\"position\":1},{\"id\":\"146\",\"position\":2}]', '[]', '[]', '[]', '[]', 99.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2024-12-21 17:10:53', '2024-12-21 17:10:53', 0, 0.00000000000000, 0, NULL, 1, 0, 1, '[]', '[]', 'mosambi-6pc', 0, 1, NULL, 1, 1),
(42, 'Muskmelon/ కర్బూజ-1Pc', 'Muskmelon-1Pc', '2024-12-21-6766a984ed4db.png', 146, '[{\"id\":\"142\",\"position\":1},{\"id\":\"146\",\"position\":2}]', '[]', '[]', '[]', '[]', 49.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2024-12-21 17:11:56', '2024-12-21 17:11:56', 0, 0.00000000000000, 0, NULL, 1, 0, 1, '[]', '[]', 'muskmelon-1pc', 0, 1, NULL, 1, 1),
(43, 'Ridge Gourd/బీరకాయ-500gm', 'Ridge Gourd-500gm', '2024-12-21-6766a9c9ecbe9.png', 147, '[{\"id\":\"142\",\"position\":1},{\"id\":\"147\",\"position\":2}]', '[]', '[]', '[]', '[]', 39.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2024-12-21 17:13:05', '2024-12-21 17:13:05', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'ridge-gourd-500gm', 0, 1, NULL, 1, 1),
(44, 'Snake gourd/పొట్లకాయ-500gm', 'Snake gourd/పొట్లకాయ-500gm', '2024-12-21-6766a9ff9c0bd.png', 147, '[{\"id\":\"142\",\"position\":1},{\"id\":\"147\",\"position\":2}]', '[]', '[]', '[]', '[]', 35.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2024-12-21 17:13:59', '2024-12-21 17:13:59', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'snake-gourd-500gm', 0, 1, NULL, 1, 1),
(45, 'Long Purple Brinjal/వంకాయలు-250gm', 'Long Purple Brinjal/వంకాయలు-250gm', '2024-12-21-6766aa346f74b.png', 147, '[{\"id\":\"142\",\"position\":1},{\"id\":\"147\",\"position\":2}]', '[]', '[]', '[]', '[]', 18.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2024-12-21 17:14:52', '2024-12-21 17:14:52', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'long-purple-brinjal-250gm', 0, 1, NULL, 1, 1),
(46, 'Mushroom/పుట్టగొడుగులు-100gm', 'Mushroom/పుట్టగొడుగులు-100gm', '2024-12-21-6766aa693250a.png', 147, '[{\"id\":\"142\",\"position\":1},{\"id\":\"147\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2024-12-21 17:15:45', '2024-12-21 17:15:45', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'mushroom-100gm', 0, 1, NULL, 1, 1),
(47, 'Onions/ఉల్లిపాయలు-1kg', 'Onions/ఉల్లిపాయలు-1kg', '2024-12-21-6766aa9dde35c.png', 147, '[{\"id\":\"142\",\"position\":1},{\"id\":\"147\",\"position\":2}]', '[]', '[]', '[]', '[]', 65.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2024-12-21 17:16:37', '2024-12-21 17:16:37', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'onions-1kg', 0, 1, NULL, 1, 1),
(48, 'Onions/ఉల్లిపాయలు-1kg', 'Onions/ఉల్లిపాయలు-1kg', '2024-12-21-6766aac2f3afa.png', 147, '[{\"id\":\"142\",\"position\":1},{\"id\":\"147\",\"position\":2}]', '[]', '[]', '[]', '[]', 65.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 10, '2024-12-21 17:17:15', '2024-12-21 17:17:15', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'onions-1kg-2', 0, 1, NULL, 1, 1),
(49, 'Mushroom/పుట్టగొడుగులు-100gm', 'Mushroom/పుట్టగొడుగులు-100gm', '2024-12-21-6766ab077cc3e.png', 147, '[{\"id\":\"142\",\"position\":1},{\"id\":\"147\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 10, '2024-12-21 17:18:23', '2024-12-21 17:18:23', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'mushroom-100gm-2', 0, 1, NULL, 1, 1),
(50, 'Brinjal/వంకాయలు-250gm', 'Brinjal/వంకాయలు-250gm', '2024-12-21-6766ab45d3c72.png', 147, '[{\"id\":\"142\",\"position\":1},{\"id\":\"147\",\"position\":2}]', '[]', '[]', '[]', '[]', 18.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 10, '2024-12-21 17:19:25', '2024-12-21 17:19:25', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'brinjal-250gm', 0, 1, NULL, 1, 1),
(51, 'Brinjal/వంకాయలు-250gm', 'Brinjal/వంకాయలు-250gm', '2024-12-21-6766ab65842dc.png', 147, '[{\"id\":\"142\",\"position\":1},{\"id\":\"147\",\"position\":2}]', '[]', '[]', '[]', '[]', 18.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2024-12-21 17:19:57', '2024-12-21 17:19:57', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'brinjal-250gm-2', 0, 1, NULL, 1, 1),
(52, 'Mushroom/పుట్టగొడుగులు-100gm', 'Mushroom/పుట్టగొడుగులు-100gm', '2024-12-21-6766ab9c45da0.png', 147, '[{\"id\":\"142\",\"position\":1},{\"id\":\"147\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2024-12-21 17:20:52', '2024-12-21 17:20:52', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'mushroom-100gm-3', 0, 1, NULL, 1, 1),
(53, 'Onions/ఉల్లిపాయలు-1kg', 'Onions/ఉల్లిపాయలు-1kg', '2024-12-21-6766abc6c1b61.png', 147, '[{\"id\":\"142\",\"position\":1},{\"id\":\"147\",\"position\":2}]', '[]', '[]', '[]', '[]', 65.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2024-12-21 17:21:34', '2024-12-21 17:21:34', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'onions-1kg-3', 0, 1, NULL, 1, 1),
(54, 'Snake gourd/పొట్లకాయ-500gm', 'Snake gourd/పొట్లకాయ-500gm', '2024-12-21-6766abfbc2b04.png', 147, '[{\"id\":\"142\",\"position\":1},{\"id\":\"147\",\"position\":2}]', '[]', '[]', '[]', '[]', 35.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 10, '2024-12-21 17:22:27', '2024-12-21 17:22:27', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'snake-gourd-500gm-2', 0, 1, NULL, 1, 1),
(55, 'Snake gourd/పొట్లకాయ-500gm', 'Snake gourd/పొట్లకాయ-500gm', '2024-12-21-6766ac1cc63e9.png', 147, '[{\"id\":\"142\",\"position\":1},{\"id\":\"147\",\"position\":2}]', '[]', '[]', '[]', '[]', 35.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2024-12-21 17:23:00', '2024-12-21 17:23:00', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'snake-gourd-500gm-3', 0, 1, NULL, 1, 1),
(56, 'Ridge Gourd/బీరకాయ-500gm', 'Ridge Gourd/బీరకాయ-500gm', '2024-12-21-6766ac56da866.png', 147, '[{\"id\":\"142\",\"position\":1},{\"id\":\"147\",\"position\":2}]', '[]', '[]', '[]', '[]', 39.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 10, '2024-12-21 17:23:58', '2024-12-21 17:23:58', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'ridge-gourd-500gm-2', 0, 1, NULL, 1, 1),
(57, 'Ridge Gourd/బీరకాయ-500gm', 'Ridge Gourd/బీరకాయ-500gm', '2024-12-21-6766ac774a861.png', 147, '[{\"id\":\"142\",\"position\":1},{\"id\":\"147\",\"position\":2}]', '[]', '[]', '[]', '[]', 39.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2024-12-21 17:24:31', '2024-12-21 17:24:31', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'ridge-gourd-500gm-3', 0, 1, NULL, 1, 1),
(58, 'Muskmelon/ కర్బూజ-1Pc', 'Muskmelon/ కర్బూజ-1Pc', '2024-12-21-6766acdc2f3f2.png', 146, '[{\"id\":\"142\",\"position\":1},{\"id\":\"146\",\"position\":2}]', '[]', '[]', '[]', '[]', 49.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 10, '2024-12-21 17:26:12', '2024-12-21 17:26:12', 0, 0.00000000000000, 0, NULL, 1, 0, 1, '[]', '[]', 'muskmelon-1pc-2', 0, 1, NULL, 1, 1),
(59, 'Muskmelon/ కర్బూజ-1Pc', 'Muskmelon/ కర్బూజ-1Pc', '2024-12-21-6766acfc41ca0.png', 146, '[{\"id\":\"142\",\"position\":1},{\"id\":\"146\",\"position\":2}]', '[]', '[]', '[]', '[]', 49.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2024-12-21 17:26:44', '2024-12-21 17:26:44', 0, 0.00000000000000, 0, NULL, 1, 0, 1, '[]', '[]', 'muskmelon-1pc-3', 0, 1, NULL, 1, 1),
(60, 'Mosambi/బత్తాయి-6pc', 'Mosambi/బత్తాయి-6pc', '2024-12-21-6766ad1cb642e.png', 146, '[{\"id\":\"142\",\"position\":1},{\"id\":\"146\",\"position\":2}]', '[]', '[]', '[]', '[]', 99.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 10, '2024-12-21 17:27:16', '2024-12-21 17:27:16', 0, 0.00000000000000, 0, NULL, 1, 0, 1, '[]', '[]', 'mosambi-6pc-2', 0, 1, NULL, 1, 1),
(61, 'Mosambi/బత్తాయి-6pc', 'Mosambi/బత్తాయి-6pc', '2024-12-21-6766ad38735c8.png', 146, '[{\"id\":\"142\",\"position\":1},{\"id\":\"146\",\"position\":2}]', '[]', '[]', '[]', '[]', 99.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2024-12-21 17:27:44', '2024-12-21 17:27:44', 0, 0.00000000000000, 0, NULL, 1, 0, 1, '[]', '[]', 'mosambi-6pc-3', 0, 1, NULL, 1, 1),
(62, 'Mango/మామిడిపండు-1kg', 'Mango/మామిడిపండు-1kg', '2024-12-21-6766ad610719b.png', 146, '[{\"id\":\"142\",\"position\":1},{\"id\":\"146\",\"position\":2}]', '[]', '[]', '[]', '[]', 79.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2024-12-21 17:28:25', '2024-12-21 17:28:25', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'mango-1kg-2', 0, 1, NULL, 1, 1),
(63, 'Mango/మామిడిపండు-1kg', 'Mango/మామిడిపండు-1kg', '2024-12-21-6766ad7e50d3f.png', 146, '[{\"id\":\"142\",\"position\":1},{\"id\":\"146\",\"position\":2}]', '[]', '[]', '[]', '[]', 79.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 10, '2024-12-21 17:28:54', '2024-12-21 17:28:54', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'mango-1kg-3', 0, 1, NULL, 1, 1),
(64, 'Sapota/సపోటా-500gm', 'Sapota/సపోటా-500gm', '2024-12-21-6766adb3a4de3.png', 146, '[{\"id\":\"142\",\"position\":1},{\"id\":\"146\",\"position\":2}]', '[]', '[]', '[]', '[]', 49.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 10, '2024-12-21 17:29:47', '2024-12-21 17:29:47', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'sapota-500gm-2', 0, 1, NULL, 1, 1),
(65, 'Sapota/సపోటా-500gm', 'Sapota/సపోటా-500gm', '2024-12-21-6766add650ea4.png', 146, '[{\"id\":\"142\",\"position\":1},{\"id\":\"146\",\"position\":2}]', '[]', '[]', '[]', '[]', 49.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2024-12-21 17:30:22', '2024-12-21 17:30:22', 0, 0.00000000000000, 0, NULL, 1, 0, 1, '[]', '[]', 'sapota-500gm-3', 0, 1, NULL, 1, 1),
(66, 'Red Grapes/ఎరుపు ద్రాక్ష-250gm', 'Red Grapes/ఎరుపు ద్రాక్ష-250gm', '2024-12-21-6766ae02f4169.png', 146, '[{\"id\":\"142\",\"position\":1},{\"id\":\"146\",\"position\":2}]', '[]', '[]', '[]', '[]', 119.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 10, '2024-12-21 17:31:07', '2024-12-21 17:31:07', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'red-grapes-250gm-2', 0, 1, NULL, 1, 1),
(67, 'Red Grapes/ఎరుపు ద్రాక్ష-250gm', 'Red Grapes/ఎరుపు ద్రాక్ష-250gm', '2024-12-21-6766ae25db8ac.png', 146, '[{\"id\":\"142\",\"position\":1},{\"id\":\"146\",\"position\":2}]', '[]', '[]', '[]', '[]', 119.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2024-12-21 17:31:41', '2024-12-21 17:31:41', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'red-grapes-250gm-3', 0, 1, NULL, 1, 1),
(68, 'Menthi kura/మెంతి కూర -100gm', 'Menthi kura/మెంతి కూర -100gm', '2024-12-21-6766aea121d8d.png', 148, '[{\"id\":\"142\",\"position\":1},{\"id\":\"148\",\"position\":2}]', '[]', '[]', '[]', '[]', 29.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2024-12-21 17:33:45', '2024-12-21 17:33:45', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'menthi-kura-100gm', 0, 1, NULL, 1, 1),
(69, 'Menthi kura/మెంతి కూర -100gm', 'Menthi kura/మెంతి కూర -100gm', '2024-12-21-6766aeda01a1d.png', 148, '[{\"id\":\"142\",\"position\":1},{\"id\":\"148\",\"position\":2}]', '[]', '[]', '[]', '[]', 29.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 10, '2024-12-21 17:34:42', '2024-12-21 17:34:42', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'menthi-kura-100gm-2', 0, 1, NULL, 1, 1),
(70, 'Menthi kura/మెంతి కూర -100gm', 'Menthi kura/మెంతి కూర -100gm', '2024-12-21-6766aefa1d29b.png', 148, '[{\"id\":\"142\",\"position\":1},{\"id\":\"148\",\"position\":2}]', '[]', '[]', '[]', '[]', 29.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2024-12-21 17:35:14', '2024-12-21 17:35:14', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'menthi-kura-100gm-3', 0, 1, NULL, 1, 1),
(71, 'Palakura/పాల కూర-150gm', 'Palakura/పాల కూర-150gm', '2024-12-21-6766af1f2ae0d.png', 148, '[{\"id\":\"142\",\"position\":1},{\"id\":\"148\",\"position\":2}]', '[]', '[]', '[]', '[]', 25.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2024-12-21 17:35:51', '2024-12-21 17:35:51', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'palakura-150gm', 0, 1, NULL, 1, 1),
(72, 'Palakura/పాల కూర-150gm', 'Palakura/పాల కూర-150gm', '2024-12-21-6766af3cc2e53.png', 148, '[{\"id\":\"142\",\"position\":1},{\"id\":\"148\",\"position\":2}]', '[]', '[]', '[]', '[]', 24.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 10, '2024-12-21 17:36:20', '2024-12-21 17:36:20', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'palakura-150gm-2', 0, 1, NULL, 1, 1),
(73, 'Palakura/పాల కూర-150gm', 'Palakura/పాల కూర-150gm', '2024-12-21-6766af5b43a6c.png', 148, '[{\"id\":\"142\",\"position\":1},{\"id\":\"148\",\"position\":2}]', '[]', '[]', '[]', '[]', 23.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2024-12-21 17:36:51', '2024-12-21 17:36:51', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'palakura-150gm-3', 0, 1, NULL, 1, 1),
(74, 'Podina/పుదీనా-50gm', 'Podina/పుదీనా-50gm', '2024-12-21-6766afa9b2696.png', 148, '[{\"id\":\"142\",\"position\":1},{\"id\":\"148\",\"position\":2}]', '[]', '[]', '[]', '[]', 20.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2024-12-21 17:38:09', '2024-12-21 17:38:09', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'podina-50gm', 0, 1, NULL, 1, 1),
(75, 'Podina/పుదీనా-50gm', 'Podina/పుదీనా-50gm', '2024-12-21-6766afc555284.png', 148, '[{\"id\":\"142\",\"position\":1},{\"id\":\"148\",\"position\":2}]', '[]', '[]', '[]', '[]', 19.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 10, '2024-12-21 17:38:37', '2024-12-21 17:38:37', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'podina-50gm-2', 0, 1, NULL, 1, 1),
(76, 'Podina/పుదీనా-50gm', 'Podina/పుదీనా-50gm', '2024-12-21-6766afe63245d.png', 148, '[{\"id\":\"142\",\"position\":1},{\"id\":\"148\",\"position\":2}]', '[]', '[]', '[]', '[]', 18.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2024-12-21 17:39:10', '2024-12-21 17:39:10', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'podina-50gm-3', 0, 1, NULL, 1, 1),
(77, 'Broccoli/ఆకుపచ్చ కాలీఫ్లవర్-250gm', 'Broccoli/ఆకుపచ్చ కాలీఫ్లవర్-250gm', '2024-12-21-6766b010bed4d.png', 148, '[{\"id\":\"142\",\"position\":1},{\"id\":\"148\",\"position\":2}]', '[]', '[]', '[]', '[]', 39.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2024-12-21 17:39:52', '2024-12-21 17:39:52', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'broccoli-250gm', 0, 1, NULL, 1, 1),
(78, 'Broccoli/ఆకుపచ్చ కాలీఫ్లవర్-250gm', 'Broccoli/ఆకుపచ్చ కాలీఫ్లవర్-250gm', '2024-12-21-6766b031d9141.png', 148, '[{\"id\":\"142\",\"position\":1},{\"id\":\"148\",\"position\":2}]', '[]', '[]', '[]', '[]', 27.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 10, '2024-12-21 17:40:25', '2024-12-21 17:40:25', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'broccoli-250gm-2', 0, 1, NULL, 1, 1),
(79, 'Broccoli/ఆకుపచ్చ కాలీఫ్లవర్-250gm', 'Broccoli/ఆకుపచ్చ కాలీఫ్లవర్-250gm', '2024-12-21-6766b0552b3b6.png', 148, '[{\"id\":\"142\",\"position\":1},{\"id\":\"148\",\"position\":2}]', '[]', '[]', '[]', '[]', 35.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2024-12-21 17:41:01', '2024-12-21 17:41:01', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'broccoli-250gm-3', 0, 1, NULL, 1, 1),
(80, 'Chukka kura/చుక్కా కురా-150gm', 'Chukka kura/చుక్కా కురా-150gm', '2024-12-21-6766b089b7946.png', 148, '[{\"id\":\"142\",\"position\":1},{\"id\":\"148\",\"position\":2}]', '[]', '[]', '[]', '[]', 25.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2024-12-21 17:41:53', '2024-12-21 17:41:53', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'chukka-kura-150gm', 0, 1, NULL, 1, 1),
(81, 'Chukka kura/చుక్కా కురా-150gm', 'Chukka kura/చుక్కా కురా-150gm', '2024-12-21-6766b0a66f6d4.png', 148, '[{\"id\":\"142\",\"position\":1},{\"id\":\"148\",\"position\":2}]', '[]', '[]', '[]', '[]', 19.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 10, '2024-12-21 17:42:22', '2024-12-21 17:42:22', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'chukka-kura-150gm-2', 0, 1, NULL, 1, 1),
(82, 'Chukka kura/చుక్కా కురా-150gm', 'Chukka kura/చుక్కా కురా-150gm', '2024-12-21-6766b0c1cd04e.png', 148, '[{\"id\":\"142\",\"position\":1},{\"id\":\"148\",\"position\":2}]', '[]', '[]', '[]', '[]', 17.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2024-12-21 17:42:49', '2024-12-21 17:42:49', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'chukka-kura-150gm-3', 0, 1, NULL, 1, 1),
(83, 'Lion Honey-100gm', 'Lion Honey-100gm', '2024-12-21-6766b17b46d4f.png', 149, '[{\"id\":\"142\",\"position\":1},{\"id\":\"149\",\"position\":2}]', '[]', '[]', '[]', '[]', 57.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2024-12-21 17:45:55', '2024-12-21 17:45:55', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'lion-honey-100gm', 0, 1, NULL, 1, 1),
(84, 'Lion Honey-100gm', 'Lion Honey-100gm', '2024-12-21-6766b198ab283.png', 149, '[{\"id\":\"142\",\"position\":1},{\"id\":\"149\",\"position\":2}]', '[]', '[]', '[]', '[]', 55.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 10, '2024-12-21 17:46:24', '2024-12-21 17:46:24', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'lion-honey-100gm-2', 0, 1, NULL, 1, 1),
(85, 'Lion Honey-100gm', 'Lion Honey-100gm', '2024-12-21-6766b1b78f1d3.png', 149, '[{\"id\":\"142\",\"position\":1},{\"id\":\"149\",\"position\":2}]', '[]', '[]', '[]', '[]', 53.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2024-12-21 17:46:55', '2024-12-21 17:46:55', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'lion-honey-100gm-3', 0, 1, NULL, 1, 1),
(86, 'SPC Natural Green Moong dal(Loose)/పచ్చ పెసలు -500gm', 'SPC Natural Green Moong dal(Loose)/పచ్చ పెసలు -500gm', '2024-12-21-6766b1dcc4e4b.png', 149, '[{\"id\":\"142\",\"position\":1},{\"id\":\"149\",\"position\":2}]', '[]', '[]', '[]', '[]', 65.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2024-12-21 17:47:32', '2024-12-21 17:47:32', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'spc-natural-green-moong-dalloose-500gm', 0, 1, NULL, 1, 1),
(87, 'SPC Natural Green Moong dal(Loose)/పచ్చ పెసలు -500gm', 'SPC Natural Green Moong dal(Loose)/పచ్చ పెసలు -500gm', '2024-12-21-6766b1fa70de8.png', 149, '[{\"id\":\"142\",\"position\":1},{\"id\":\"149\",\"position\":2}]', '[]', '[]', '[]', '[]', 62.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 10, '2024-12-21 17:48:02', '2024-12-21 17:48:02', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'spc-natural-green-moong-dalloose-500gm-2', 0, 1, NULL, 1, 1),
(88, 'SPC Natural Green Moong dal(Loose)/పచ్చ పెసలు -500gm', 'SPC Natural Green Moong dal(Loose)/పచ్చ పెసలు -500gm', '2024-12-21-6766b2220eb51.png', 149, '[{\"id\":\"142\",\"position\":1},{\"id\":\"149\",\"position\":2}]', '[]', '[]', '[]', '[]', 61.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2024-12-21 17:48:42', '2024-12-21 17:48:42', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'spc-natural-green-moong-dalloose-500gm-3', 0, 1, NULL, 1, 1),
(89, 'SPC Natural Bajra Flour Whole (Loose)/సజ్జా పిండి-500gm', 'SPC Natural Bajra Flour Whole (Loose)/సజ్జా పిండి-500gm', '2024-12-21-6766b245baf1c.png', 149, '[{\"id\":\"142\",\"position\":1},{\"id\":\"149\",\"position\":2}]', '[]', '[]', '[]', '[]', 110.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2024-12-21 17:49:17', '2024-12-21 17:49:17', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'spc-natural-bajra-flour-whole-loose-500gm', 0, 1, NULL, 1, 1),
(90, 'SPC Natural Bajra Flour Whole (Loose)/సజ్జా పిండి-500gm', 'SPC Natural Bajra Flour Whole (Loose)/సజ్జా పిండి-500gm', '2024-12-21-6766b26490efa.png', 149, '[{\"id\":\"142\",\"position\":1},{\"id\":\"149\",\"position\":2}]', '[]', '[]', '[]', '[]', 110.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 10, '2024-12-21 17:49:48', '2024-12-21 17:49:48', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'spc-natural-bajra-flour-whole-loose-500gm-2', 0, 1, NULL, 1, 1),
(91, 'SPC Natural Bajra Flour Whole (Loose)/సజ్జా పిండి-500gm', 'SPC Natural Bajra Flour Whole (Loose)/సజ్జా పిండి-500gm', '2024-12-21-6766b280a26ce.png', 149, '[{\"id\":\"142\",\"position\":1},{\"id\":\"149\",\"position\":2}]', '[]', '[]', '[]', '[]', 111.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2024-12-21 17:50:16', '2024-12-21 17:50:16', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'spc-natural-bajra-flour-whole-loose-500gm-3', 0, 1, NULL, 1, 1),
(92, 'SPC Natural Basmati Rice (Loose)-1kg', 'SPC Natural Basmati Rice (Loose)-1kg', '2024-12-21-6766b2af6ce7b.png', 149, '[{\"id\":\"142\",\"position\":1},{\"id\":\"149\",\"position\":2}]', '[]', '[]', '[]', '[]', 111.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2024-12-21 17:51:03', '2024-12-21 17:51:03', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'spc-natural-basmati-rice-loose-1kg', 0, 1, NULL, 1, 1),
(93, 'SPC Natural Basmati Rice (Loose)-1kg', 'SPC Natural Basmati Rice (Loose)-1kg', '2024-12-21-6766b2cb3f57d.png', 149, '[{\"id\":\"142\",\"position\":1},{\"id\":\"149\",\"position\":2}]', '[]', '[]', '[]', '[]', 110.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 10, '2024-12-21 17:51:31', '2024-12-21 17:51:31', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'spc-natural-basmati-rice-loose-1kg-2', 0, 1, NULL, 1, 1),
(94, 'SPC Natural Basmati Rice (Loose)-1kg', 'SPC Natural Basmati Rice (Loose)-1kg', '2024-12-21-6766b2eaf19f6.png', 149, '[{\"id\":\"142\",\"position\":1},{\"id\":\"149\",\"position\":2}]', '[]', '[]', '[]', '[]', 106.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2024-12-21 17:52:02', '2024-12-21 17:52:02', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'spc-natural-basmati-rice-loose-1kg-3', 0, 1, NULL, 1, 1),
(95, 'SPC Natural Bombay Rava (Loose) /బొంబాయి రవ్వ-500gm', 'SPC Natural Bombay Rava (Loose) /బొంబాయి రవ్వ-500gm', '2024-12-21-6766b31622107.png', 149, '[{\"id\":\"142\",\"position\":1},{\"id\":\"149\",\"position\":2}]', '[]', '[]', '[]', '[]', 25.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2024-12-21 17:52:46', '2024-12-21 17:52:46', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'spc-natural-bombay-rava-loose-500gm', 0, 1, NULL, 1, 1),
(96, 'SPC Natural Bombay Rava (Loose) /బొంబాయి రవ్వ-500gm', 'SPC Natural Bombay Rava (Loose) /బొంబాయి రవ్వ-500gm', '2024-12-21-6766b333dcd17.png', 149, '[{\"id\":\"142\",\"position\":1},{\"id\":\"149\",\"position\":2}]', '[]', '[]', '[]', '[]', 18.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 10, '2024-12-21 17:53:15', '2024-12-21 17:53:15', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'spc-natural-bombay-rava-loose-500gm-2', 0, 1, NULL, 1, 1),
(97, 'SPC Natural Bombay Rava (Loose) /బొంబాయి రవ్వ-500gm', 'SPC Natural Bombay Rava (Loose) /బొంబాయి రవ్వ-500gm', '2024-12-21-6766b350b6d0e.png', 149, '[{\"id\":\"142\",\"position\":1},{\"id\":\"149\",\"position\":2}]', '[]', '[]', '[]', '[]', 15.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2024-12-21 17:53:44', '2024-12-21 17:53:44', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'spc-natural-bombay-rava-loose-500gm-3', 0, 1, NULL, 1, 1),
(98, 'Madhur Sugar-1kg', 'Madhur Sugar-1kg', '2024-12-21-6766b3b923bea.png', 150, '[{\"id\":\"142\",\"position\":1},{\"id\":\"150\",\"position\":2}]', '[]', '[]', '[]', '[]', 25.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2024-12-21 17:55:29', '2024-12-21 17:55:29', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'madhur-sugar-1kg', 0, 1, NULL, 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
(99, 'Madhur Sugar-1kg', 'Madhur Sugar-1kg', '2024-12-21-6766b3da7c2f5.png', 150, '[{\"id\":\"142\",\"position\":1},{\"id\":\"150\",\"position\":2}]', '[]', '[]', '[]', '[]', 23.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 10, '2024-12-21 17:56:02', '2024-12-21 17:56:02', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'madhur-sugar-1kg-2', 0, 1, NULL, 1, 1),
(100, 'Madhur Sugar-1kg', 'Madhur Sugar-1kg', '2024-12-21-6766b3f7d332f.png', 150, '[{\"id\":\"142\",\"position\":1},{\"id\":\"150\",\"position\":2}]', '[]', '[]', '[]', '[]', 22.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2024-12-21 17:56:31', '2024-12-21 17:56:31', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'madhur-sugar-1kg-3', 0, 1, NULL, 1, 1),
(101, 'SPC Natural Buffalo Ghee (Loose)-250gm', 'SPC Natural Buffalo Ghee (Loose)-250gm', '2024-12-21-6766b429f02f1.png', 150, '[{\"id\":\"142\",\"position\":1},{\"id\":\"150\",\"position\":2}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2024-12-21 17:57:21', '2024-12-21 17:57:21', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'spc-natural-buffalo-ghee-loose-250gm', 0, 1, NULL, 1, 1),
(102, 'SPC Natural Buffalo Ghee (Loose)-250gm', 'SPC Natural Buffalo Ghee (Loose)-250gm', '2024-12-21-6766b446e1cc5.png', 150, '[{\"id\":\"142\",\"position\":1},{\"id\":\"150\",\"position\":2}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 10, '2024-12-21 17:57:50', '2024-12-21 17:57:50', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'spc-natural-buffalo-ghee-loose-250gm-2', 0, 1, NULL, 1, 1),
(103, 'SPC Natural Buffalo Ghee (Loose)-250gm', 'SPC Natural Buffalo Ghee (Loose)-250gm', '2024-12-21-6766b466346bd.png', 150, '[{\"id\":\"142\",\"position\":1},{\"id\":\"150\",\"position\":2}]', '[]', '[]', '[]', '[]', 349.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2024-12-21 17:58:22', '2024-12-21 17:58:22', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'spc-natural-buffalo-ghee-loose-250gm-3', 0, 1, NULL, 1, 1),
(104, 'SPC Natural Coconut Oil(Loose)కొబ్బరి నూనే-1Lt', 'SPC Natural Coconut Oil(Loose)కొబ్బరి నూనే-1Lt', '2024-12-21-6766b49d7cf98.png', 150, '[{\"id\":\"142\",\"position\":1},{\"id\":\"150\",\"position\":2}]', '[]', '[]', '[]', '[]', 500.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2024-12-21 17:59:17', '2024-12-21 17:59:17', 0, 0.00000000000000, 0, NULL, 1, 0, 1, '[]', '[]', 'spc-natural-coconut-oilloose-1lt', 0, 1, NULL, 1, 1),
(105, 'SPC Natural Coconut Oil(Loose)కొబ్బరి నూనే-1Lt', 'SPC Natural Coconut Oil(Loose)కొబ్బరి నూనే-1Lt', '2024-12-21-6766b4bf5e4ef.png', 150, '[{\"id\":\"142\",\"position\":1},{\"id\":\"150\",\"position\":2}]', '[]', '[]', '[]', '[]', 500.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 10, '2024-12-21 17:59:51', '2024-12-22 09:44:14', 0, 0.00000000000000, 0, NULL, 1, 0, 1, '[]', '[]', 'spc-natural-coconut-oilloose-1lt-2', 0, 1, NULL, 1, 0),
(106, 'SPC Natural Coconut Oil(Loose)కొబ్బరి నూనే-1Lt', 'SPC Natural Coconut Oil(Loose)కొబ్బరి నూనే-1Lt', '2024-12-21-6766b4de6c1f4.png', 150, '[{\"id\":\"142\",\"position\":1},{\"id\":\"150\",\"position\":2}]', '[]', '[]', '[]', '[]', 489.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2024-12-21 18:00:22', '2024-12-21 18:00:22', 0, 0.00000000000000, 0, NULL, 1, 0, 1, '[]', '[]', 'spc-natural-coconut-oilloose-1lt-3', 0, 1, NULL, 1, 1),
(107, 'SPC Natural Cumin seed (Loose)జీలకర్ర-100gm', 'SPC Natural Cumin seed (Loose)జీలకర్ర-100gm', '2024-12-21-6766b50b1c085.png', 150, '[{\"id\":\"142\",\"position\":1},{\"id\":\"150\",\"position\":2}]', '[]', '[]', '[]', '[]', 19.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 9, '2024-12-21 18:01:07', '2024-12-21 18:01:07', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'spc-natural-cumin-seed-loose-100gm', 0, 1, NULL, 1, 1),
(108, 'SPC Natural Cumin seed (Loose)జీలకర్ర-100gm', 'SPC Natural Cumin seed (Loose)జీలకర్ర-100gm', '2024-12-21-6766b52851616.png', 150, '[{\"id\":\"142\",\"position\":1},{\"id\":\"150\",\"position\":2}]', '[]', '[]', '[]', '[]', 19.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 10, '2024-12-21 18:01:36', '2024-12-21 18:01:36', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'spc-natural-cumin-seed-loose-100gm-2', 0, 1, NULL, 1, 1),
(109, 'SPC Natural Cumin seed (Loose)జీలకర్ర-100gm', 'SPC Natural Cumin seed (Loose)జీలకర్ర-100gm', '2024-12-21-6766b54691802.png', 150, '[{\"id\":\"142\",\"position\":1},{\"id\":\"150\",\"position\":2}]', '[]', '[]', '[]', '[]', 18.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 11, '2024-12-21 18:02:06', '2024-12-22 09:42:57', 0, 0.00000000000000, 0, NULL, 1, 1000, 2, '[]', '[]', 'spc-natural-cumin-seed-loose-100gm-3', 0, 1, NULL, 1, 1),
(110, 'Chicken Curry Cut - Small Pieces', 'Chicken Curry Cut is a premium cut that includes the leg, breast & wings. This smaller, tender cut has equal-sized pieces for uniform cooking and the juiciest bites. Our meaty, juicy Chicken Curry Cut is perfect for a family of 4.', '2024-12-22-6767fd3f62669.png', 167, '[{\"id\":\"166\",\"position\":1},{\"id\":\"167\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 17:21:27', '2024-12-22 17:21:27', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'chicken-curry-cut-small-pieces', 0, 1, NULL, 1, 1),
(111, 'Chicken Curry Cut - Large Pieces', 'Chicken Curry Cut is a premium cut that includes the leg, breast & wings.\r\nThis larger, tender cut has equal-sized pieces for uniform cooking and the juiciest bites.\r\nOur meaty, juicy Chicken Curry Cut is perfect for a family of 4.', '2024-12-22-6767fd9deaa0d.png', 167, '[{\"id\":\"166\",\"position\":1},{\"id\":\"167\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 17:23:01', '2024-12-22 17:23:01', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'chicken-curry-cut-large-pieces', 0, 1, NULL, 1, 1),
(112, 'Chicken Curry Cut with Skin - Small Pieces', 'This special curry cut includes skin-on cuts of the leg, breast & wings. The skin crisps up when cooked, adding a host of flavours to the dish.', '2024-12-22-6767fdfa14343.png', 167, '[{\"id\":\"166\",\"position\":1},{\"id\":\"167\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 17:24:34', '2024-12-22 17:24:34', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'chicken-curry-cut-with-skin-small-pieces', 0, 1, NULL, 1, 1),
(113, 'Chicken Breast - Boneless', 'Chicken Breast - Boneless', '2024-12-22-6767fe49f1310.png', 168, '[{\"id\":\"166\",\"position\":1},{\"id\":\"168\",\"position\":2}]', '[]', '[]', '[]', '[]', 195.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 17:25:53', '2024-12-22 17:25:53', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'chicken-breast-boneless', 0, 1, NULL, 1, 1),
(114, 'Premium Chicken Thigh Boneless', 'Premium Chicken Thigh Boneless', '2024-12-22-6767fecea91b4.png', 168, '[{\"id\":\"166\",\"position\":1},{\"id\":\"168\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 17:28:06', '2024-12-22 17:28:06', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'premium-chicken-thigh-boneless', 0, 1, NULL, 1, 1),
(115, 'Chicken - All Purpose Chunks', 'Chicken - All Purpose Chunks', '2024-12-22-6767feffdef44.png', 168, '[{\"id\":\"166\",\"position\":1},{\"id\":\"168\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 17:28:55', '2024-12-22 17:28:55', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'chicken-all-purpose-chunks', 0, 1, NULL, 1, 1),
(116, 'Chicken Mince/Keema - 250 gms (Mini Pack)', 'Chicken Mince/Keema - 250 gms (Mini Pack)', '2024-12-22-6767ff5112d45.png', 168, '[{\"id\":\"166\",\"position\":1},{\"id\":\"168\",\"position\":2}]', '[]', '[]', '[]', '[]', 249.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 17:30:17', '2024-12-22 17:30:17', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'chicken-mincekeema-250-gms-mini-pack', 0, 1, NULL, 1, 1),
(117, 'Chicken Boneless - Mini Bites', 'Chicken Boneless - Mini Bites', '2024-12-22-6767ff832a480.png', 168, '[{\"id\":\"166\",\"position\":1},{\"id\":\"168\",\"position\":2}]', '[]', '[]', '[]', '[]', 149.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 17:31:07', '2024-12-22 17:31:07', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'chicken-boneless-mini-bites', 0, 1, NULL, 1, 1),
(118, 'Chicken Boneless - Mini Bites', 'Chicken Boneless - Mini Bites', '2024-12-22-676800ece2a44.png', 168, '[{\"id\":\"166\",\"position\":1},{\"id\":\"168\",\"position\":2}]', '[]', '[]', '[]', '[]', 149.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 17:37:08', '2024-12-22 17:37:08', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'chicken-boneless-mini-bites-2', 0, 1, NULL, 1, 1),
(119, 'Chicken Mince/Keema - 250 gms (Mini Pack)', 'Chicken Mince/Keema - 250 gms (Mini Pack)', '2024-12-22-6768012a681d6.png', 168, '[{\"id\":\"166\",\"position\":1},{\"id\":\"168\",\"position\":2}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 17:38:10', '2024-12-22 17:38:10', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'chicken-mincekeema-250-gms-mini-pack-2', 0, 1, NULL, 1, 1),
(120, 'Chicken - All Purpose Chunks', 'Chicken - All Purpose Chunks', '2024-12-22-676801604d125.png', 168, '[{\"id\":\"166\",\"position\":1},{\"id\":\"168\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 17:39:04', '2024-12-22 17:39:04', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'chicken-all-purpose-chunks-2', 0, 1, NULL, 1, 1),
(121, 'Premium Chicken Thigh Boneless', 'Premium Chicken Thigh Boneless', '2024-12-22-67680198499ed.png', 168, '[{\"id\":\"166\",\"position\":1},{\"id\":\"168\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 17:40:00', '2024-12-22 17:40:00', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'premium-chicken-thigh-boneless-2', 0, 1, NULL, 1, 1),
(122, 'Chicken Breast - Boneless', 'Chicken Breast - Boneless', '2024-12-22-676801d2ee2ba.png', 168, '[{\"id\":\"166\",\"position\":1},{\"id\":\"168\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 17:40:58', '2024-12-22 17:40:58', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'chicken-breast-boneless-2', 0, 1, NULL, 1, 1),
(123, 'Chicken Curry Cut with Skin - Small Pieces', 'Chicken Curry Cut with Skin - Small Pieces', '2024-12-22-676802029334a.png', 167, '[{\"id\":\"166\",\"position\":1},{\"id\":\"167\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 17:41:46', '2024-12-22 17:41:46', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'chicken-curry-cut-with-skin-small-pieces-2', 0, 1, NULL, 1, 1),
(124, 'Chicken Curry Cut - Large Pieces', 'Chicken Curry Cut - Large Pieces', '2024-12-22-6768023083f71.png', 167, '[{\"id\":\"166\",\"position\":1},{\"id\":\"167\",\"position\":2}]', '[]', '[]', '[]', '[]', 199.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 17:42:32', '2024-12-22 17:42:32', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'chicken-curry-cut-large-pieces-2', 0, 1, NULL, 1, 1),
(125, 'Chicken Curry Cut - Small Pieces', 'Chicken Curry Cut - Small Pieces', '2024-12-22-676802608298e.png', 167, '[{\"id\":\"166\",\"position\":1},{\"id\":\"167\",\"position\":2}]', '[]', '[]', '[]', '[]', 149.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 17:43:20', '2024-12-22 17:43:20', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'chicken-curry-cut-small-pieces-2', 0, 1, NULL, 1, 1),
(126, 'Chicken Drumstick - Pack Of 6', 'Chicken Drumstick - Pack Of 6', '2024-12-22-6768030564dd7.png', 169, '[{\"id\":\"166\",\"position\":1},{\"id\":\"169\",\"position\":2}]', '[]', '[]', '[]', '[]', 249.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 17:46:05', '2024-12-22 17:46:05', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'chicken-drumstick-pack-of-6', 0, 1, NULL, 1, 1),
(127, 'Chicken Drumstick - Pack Of 6', 'Chicken Drumstick - Pack Of 6', '2024-12-22-6768033097332.png', 169, '[{\"id\":\"166\",\"position\":1},{\"id\":\"169\",\"position\":2}]', '[]', '[]', '[]', '[]', 239.00, 0.00, 'percent', 15.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 17:46:48', '2024-12-22 17:46:48', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'chicken-drumstick-pack-of-6-2', 0, 1, NULL, 1, 1),
(128, 'Classic Chicken Soup Bones', 'Classic Chicken Soup Bones', '2024-12-22-6768037e6b3c8.png', 169, '[{\"id\":\"166\",\"position\":1},{\"id\":\"169\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 17:48:06', '2024-12-22 17:48:06', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'classic-chicken-soup-bones', 0, 1, NULL, 1, 1),
(129, 'Classic Chicken Soup Bones', 'Classic Chicken Soup Bones', '2024-12-22-676803a939e6a.png', 169, '[{\"id\":\"166\",\"position\":1},{\"id\":\"169\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 50.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 17:48:49', '2024-12-22 17:48:49', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'classic-chicken-soup-bones-2', 0, 1, NULL, 1, 1),
(130, 'Chicken Lollipop - Pack of 10', 'Chicken Lollipop - Pack of 10', '2024-12-22-676803e3a89fb.png', 169, '[{\"id\":\"166\",\"position\":1},{\"id\":\"169\",\"position\":2}]', '[]', '[]', '[]', '[]', 359.00, 0.00, 'percent', 30.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 17:49:47', '2024-12-22 17:49:47', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'chicken-lollipop-pack-of-10', 0, 1, NULL, 1, 1),
(131, 'Chicken Lollipop - Pack of 10', 'Chicken Lollipop - Pack of 10', '2024-12-22-6768041c8ff05.png', 169, '[{\"id\":\"166\",\"position\":1},{\"id\":\"169\",\"position\":2}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 33.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 17:50:44', '2024-12-22 17:50:44', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'chicken-lollipop-pack-of-10-2', 0, 1, NULL, 1, 1),
(132, 'Chicken Wings with Skin', 'Chicken Wings with Skin', '2024-12-22-676804a628547.png', 169, '[{\"id\":\"166\",\"position\":1},{\"id\":\"169\",\"position\":2}]', '[]', '[]', '[]', '[]', 149.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 17:53:02', '2024-12-22 17:53:02', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'chicken-wings-with-skin', 0, 1, NULL, 1, 1),
(133, 'Chicken Wings with Skin', 'Chicken Wings with Skin', '2024-12-22-676804d8a9310.png', 169, '[{\"id\":\"166\",\"position\":1},{\"id\":\"169\",\"position\":2}]', '[]', '[]', '[]', '[]', 149.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 17:53:52', '2024-12-22 17:53:52', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'chicken-wings-with-skin-2', 0, 1, NULL, 1, 1),
(134, 'Blue Crab Small - Whole, Cleaned', 'Blue Crab Small - Whole, Cleaned', '2024-12-22-676805e4f4175.png', 173, '[{\"id\":\"170\",\"position\":1},{\"id\":\"173\",\"position\":2}]', '[]', '[]', '[]', '[]', 700.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 17:58:21', '2024-12-22 17:58:21', 0, 0.00000000000000, 0, NULL, 1, 0, 1, '[]', '[]', 'blue-crab-small-whole-cleaned', 0, 1, NULL, 1, 1),
(135, 'Blue Crab Small - Whole, Cleaned', 'Blue Crab Small - Whole, Cleaned', '2024-12-22-67680618eb45b.png', 173, '[{\"id\":\"170\",\"position\":1},{\"id\":\"173\",\"position\":2}]', '[]', '[]', '[]', '[]', 750.00, 0.00, 'percent', 30.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 17:59:12', '2024-12-22 17:59:12', 0, 0.00000000000000, 0, NULL, 1, 0, 1, '[]', '[]', 'blue-crab-small-whole-cleaned-2', 0, 1, NULL, 1, 1),
(136, 'Three spotted Crab - Whole Cleaned', 'Three spotted Crab - Whole Cleaned', '2024-12-22-67680665083cb.png', 173, '[{\"id\":\"170\",\"position\":1},{\"id\":\"173\",\"position\":2}]', '[]', '[]', '[]', '[]', 750.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 18:00:29', '2024-12-22 18:00:29', 0, 0.00000000000000, 0, NULL, 1, 0, 1, '[]', '[]', 'three-spotted-crab-whole-cleaned', 0, 1, NULL, 1, 1),
(137, 'Three spotted Crab - Whole Cleaned', 'Three spotted Crab - Whole Cleaned', '2024-12-22-6768069aae56f.png', 173, '[{\"id\":\"170\",\"position\":1},{\"id\":\"173\",\"position\":2}]', '[]', '[]', '[]', '[]', 750.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 18:01:22', '2024-12-22 18:01:22', 0, 0.00000000000000, 0, NULL, 1, 0, 1, '[]', '[]', 'three-spotted-crab-whole-cleaned-2', 0, 1, NULL, 1, 1),
(138, 'Freshwater Prawns (Medium Sized) - Cleaned & Deveined (Trial Pack)', 'Freshwater Prawns (Medium Sized) - Cleaned & Deveined (Trial Pack)', '2024-12-22-6768071a417d1.png', 173, '[{\"id\":\"170\",\"position\":1},{\"id\":\"173\",\"position\":2}]', '[]', '[]', '[]', '[]', 199.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 18:03:30', '2024-12-22 18:03:30', 0, 0.00000000000000, 0, NULL, 1, 0, 1, '[]', '[]', 'freshwater-prawns-medium-sized-cleaned-deveined-trial-pack', 0, 1, NULL, 1, 1),
(139, 'Freshwater Prawns (Medium Sized) - Cleaned & Deveined (Trial Pack)', 'Freshwater Prawns (Medium Sized) - Cleaned & Deveined (Trial Pack)', '2024-12-22-6768074096cf6.png', 173, '[{\"id\":\"170\",\"position\":1},{\"id\":\"173\",\"position\":2}]', '[]', '[]', '[]', '[]', 210.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 18:04:08', '2024-12-22 18:04:08', 0, 0.00000000000000, 0, NULL, 1, 0, 1, '[]', '[]', 'freshwater-prawns-medium-sized-cleaned-deveined-trial-pack-2', 0, 1, NULL, 1, 1),
(140, 'Rohu (1.4kg) - Bengali Cut, No Head', 'Rohu (1.4kg) - Bengali Cut, No Head', '2024-12-22-676807b18b56e.png', 171, '[{\"id\":\"170\",\"position\":1},{\"id\":\"171\",\"position\":2}]', '[]', '[]', '[]', '[]', 199.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 18:06:01', '2024-12-22 18:06:01', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'rohu-14kg-bengali-cut-no-head', 0, 1, NULL, 1, 1),
(141, 'Rohu (1.4kg) - Bengali Cut, No Head', 'Rohu (1.4kg) - Bengali Cut, No Head', '2024-12-22-676807da77dd6.png', 171, '[{\"id\":\"170\",\"position\":1},{\"id\":\"171\",\"position\":2}]', '[]', '[]', '[]', '[]', 210.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 18:06:42', '2024-12-22 18:06:42', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'rohu-14kg-bengali-cut-no-head-2', 0, 1, NULL, 1, 1),
(142, 'Rohu (1.4kg) - Bengali Cut, No Head', 'Rohu (1.4kg) - Bengali Cut, No Head', '2024-12-22-6768083451827.png', 171, '[{\"id\":\"170\",\"position\":1},{\"id\":\"171\",\"position\":2}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 18:08:12', '2024-12-22 18:08:12', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'rohu-14kg-bengali-cut-no-head-3', 0, 1, NULL, 1, 1),
(143, 'Rohu (1.4kg) - Bengali Cut, No Head', 'Rohu (1.4kg) - Bengali Cut, No Head', '2024-12-22-676808654b5e4.png', 171, '[{\"id\":\"170\",\"position\":1},{\"id\":\"171\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 18:09:01', '2024-12-22 18:09:01', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'rohu-14kg-bengali-cut-no-head-4', 0, 1, NULL, 1, 1),
(144, 'Basa Medium Fillet', 'Basa Medium Fillet', '2024-12-22-676808b89ed6e.png', 171, '[{\"id\":\"170\",\"position\":1},{\"id\":\"171\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 18:10:24', '2024-12-22 18:10:24', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'basa-medium-fillet', 0, 1, NULL, 1, 1),
(145, 'Basa Medium Fillet', 'Basa Medium Fillet', '2024-12-22-676808e7d1c4b.png', 171, '[{\"id\":\"170\",\"position\":1},{\"id\":\"171\",\"position\":2}]', '[]', '[]', '[]', '[]', 389.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 18:11:11', '2024-12-22 18:11:11', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'basa-medium-fillet-2', 0, 1, NULL, 1, 1),
(146, 'Seer Small - Steaks', 'Seer Small - Steaks', '2024-12-22-67680948c554c.png', 172, '[{\"id\":\"170\",\"position\":1},{\"id\":\"172\",\"position\":2}]', '[]', '[]', '[]', '[]', 800.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 18:12:48', '2024-12-22 18:12:48', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'seer-small-steaks', 0, 1, NULL, 1, 1),
(147, 'Seer Small - Steaks', 'Seer Small - Steaks', '2024-12-22-676809d5ddea3.png', 172, '[{\"id\":\"170\",\"position\":1},{\"id\":\"172\",\"position\":2}]', '[]', '[]', '[]', '[]', 809.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 18:15:09', '2024-12-22 18:15:09', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'seer-small-steaks-2', 0, 1, NULL, 1, 1),
(148, 'Sardine Medium - Whole Cleaned', 'Sardine Medium - Whole Cleaned', '2024-12-22-67680a19719e2.png', 172, '[{\"id\":\"170\",\"position\":1},{\"id\":\"172\",\"position\":2}]', '[]', '[]', '[]', '[]', 600.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 18:16:17', '2024-12-22 18:16:17', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'sardine-medium-whole-cleaned', 0, 1, NULL, 1, 1),
(149, 'Sardine Medium - Whole Cleaned', 'Sardine Medium - Whole Cleaned', '2024-12-22-67680a47945dc.png', 172, '[{\"id\":\"170\",\"position\":1},{\"id\":\"172\",\"position\":2}]', '[]', '[]', '[]', '[]', 589.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 18:17:03', '2024-12-22 18:17:03', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'sardine-medium-whole-cleaned-2', 0, 1, NULL, 1, 1),
(150, 'Mackerel Small - Whole, Cleaned', 'Mackerel Small - Whole, Cleaned', '2024-12-22-67680a7c1f737.png', 172, '[{\"id\":\"170\",\"position\":1},{\"id\":\"172\",\"position\":2}]', '[]', '[]', '[]', '[]', 500.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 18:17:56', '2024-12-22 18:17:56', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'mackerel-small-whole-cleaned', 0, 1, NULL, 1, 1),
(151, 'Mackerel Small - Whole, Cleaned', 'Mackerel Small - Whole, Cleaned', '2024-12-22-67680aab5a699.png', 172, '[{\"id\":\"170\",\"position\":1},{\"id\":\"172\",\"position\":2}]', '[]', '[]', '[]', '[]', 530.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 18:18:43', '2024-12-22 18:18:43', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'mackerel-small-whole-cleaned-2', 0, 1, NULL, 1, 1),
(152, 'Goat Curry Cut', 'Goat Curry Cut', '2024-12-22-67680c4b50edd.png', 175, '[{\"id\":\"174\",\"position\":1},{\"id\":\"175\",\"position\":2}]', '[]', '[]', '[]', '[]', 600.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 18:25:39', '2024-12-22 18:25:39', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'goat-curry-cut', 0, 1, NULL, 1, 1),
(153, 'Goat Curry Cut', 'Goat Curry Cut', '2024-12-22-67680c797903d.png', 175, '[{\"id\":\"174\",\"position\":1},{\"id\":\"175\",\"position\":2}]', '[]', '[]', '[]', '[]', 590.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 18:26:25', '2024-12-22 18:26:25', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'goat-curry-cut-2', 0, 1, NULL, 1, 1),
(154, 'Premium Lamb Curry Cut', 'Premium Lamb Curry Cut', '2024-12-22-67680cd0d676c.png', 175, '[{\"id\":\"174\",\"position\":1},{\"id\":\"175\",\"position\":2}]', '[]', '[]', '[]', '[]', 550.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 18:27:52', '2024-12-22 18:27:52', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'premium-lamb-curry-cut', 0, 1, NULL, 1, 1),
(155, 'Premium Lamb Curry Cut', 'Premium Lamb Curry Cut', '2024-12-22-67680cffc996a.png', 175, '[{\"id\":\"174\",\"position\":1},{\"id\":\"175\",\"position\":2}]', '[]', '[]', '[]', '[]', 530.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 18:28:39', '2024-12-22 18:28:39', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'premium-lamb-curry-cut-2', 0, 1, NULL, 1, 1),
(156, 'Mangshor Jhol Cut / Goat Curry Cut', 'Mangshor Jhol Cut / Goat Curry Cut', '2024-12-22-67680d5aeacbf.png', 175, '[{\"id\":\"174\",\"position\":1},{\"id\":\"175\",\"position\":2}]', '[]', '[]', '[]', '[]', 550.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 18:30:10', '2024-12-22 18:30:10', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'mangshor-jhol-cut-goat-curry-cut', 0, 1, NULL, 1, 1),
(157, 'Mangshor Jhol Cut / Goat Curry Cut', 'Mangshor Jhol Cut / Goat Curry Cut', '2024-12-22-67680d8988152.png', 175, '[{\"id\":\"174\",\"position\":1},{\"id\":\"175\",\"position\":2}]', '[]', '[]', '[]', '[]', 550.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 18:30:57', '2024-12-22 18:30:57', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'mangshor-jhol-cut-goat-curry-cut-2', 0, 1, NULL, 1, 1),
(158, 'Mutton Liver - Chunks', 'Mutton Liver - Chunks', '2024-12-22-67681006c1a69.png', 176, '[{\"id\":\"174\",\"position\":1},{\"id\":\"176\",\"position\":2}]', '[]', '[]', '[]', '[]', 500.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 18:41:34', '2024-12-22 18:41:34', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'mutton-liver-chunks', 0, 1, NULL, 1, 1),
(159, 'Mutton Liver - Chunks', 'Mutton Liver - Chunks', '2024-12-22-6768103078dd5.png', 176, '[{\"id\":\"174\",\"position\":1},{\"id\":\"176\",\"position\":2}]', '[]', '[]', '[]', '[]', 450.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 18:42:16', '2024-12-22 18:42:16', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'mutton-liver-chunks-2', 0, 1, NULL, 1, 1),
(160, 'Mutton Paya', 'Mutton Paya', '2024-12-22-6768108a84a0a.png', 176, '[{\"id\":\"174\",\"position\":1},{\"id\":\"176\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 18:43:46', '2024-12-22 18:43:46', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'mutton-paya', 0, 1, NULL, 1, 1),
(161, 'Mutton Paya', 'Mutton Paya', '2024-12-22-676810c2453e4.png', 176, '[{\"id\":\"174\",\"position\":1},{\"id\":\"176\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 18:44:42', '2024-12-22 18:44:42', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'mutton-paya-2', 0, 1, NULL, 1, 1),
(162, 'Mutton Soup Bones', 'Mutton Soup Bones', '2024-12-22-6768110b33883.png', 176, '[{\"id\":\"174\",\"position\":1},{\"id\":\"176\",\"position\":2}]', '[]', '[]', '[]', '[]', 450.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 18:45:55', '2024-12-22 18:45:55', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'mutton-soup-bones', 0, 1, NULL, 1, 1),
(163, 'Mutton Soup Bones', 'Mutton Soup Bones', '2024-12-22-6768113979f60.png', 176, '[{\"id\":\"174\",\"position\":1},{\"id\":\"176\",\"position\":2}]', '[]', '[]', '[]', '[]', 460.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 18:46:41', '2024-12-22 18:46:41', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'mutton-soup-bones-2', 0, 1, NULL, 1, 1),
(164, 'Pure Goat Mince', 'Pure Goat Mince', '2024-12-22-676811b237d84.png', 177, '[{\"id\":\"174\",\"position\":1},{\"id\":\"177\",\"position\":2}]', '[]', '[]', '[]', '[]', 790.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 18:48:42', '2024-12-22 18:48:42', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'pure-goat-mince', 0, 1, NULL, 1, 1),
(165, 'Pure Goat Mince', 'Pure Goat Mince', '2024-12-22-676811dcb6e81.png', 177, '[{\"id\":\"174\",\"position\":1},{\"id\":\"177\",\"position\":2}]', '[]', '[]', '[]', '[]', 790.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 18:49:24', '2024-12-22 18:49:24', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'pure-goat-mince-2', 0, 1, NULL, 1, 1),
(166, 'Pure Lamb Mince', 'Pure Lamb Mince', '2024-12-22-67681233a9fff.png', 177, '[{\"id\":\"174\",\"position\":1},{\"id\":\"177\",\"position\":2}]', '[]', '[]', '[]', '[]', 900.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 18:50:51', '2024-12-22 18:50:51', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'pure-lamb-mince', 0, 1, NULL, 1, 1),
(167, 'Pure Lamb Mince', 'Pure Lamb Mince', '2024-12-22-676812607ca9f.png', 177, '[{\"id\":\"174\",\"position\":1},{\"id\":\"177\",\"position\":2}]', '[]', '[]', '[]', '[]', 950.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 18:51:36', '2024-12-22 18:51:36', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'pure-lamb-mince-2', 0, 1, NULL, 1, 1),
(168, 'Goat Boneless', 'Goat Boneless', '2024-12-22-676812a6166b6.png', 177, '[{\"id\":\"174\",\"position\":1},{\"id\":\"177\",\"position\":2}]', '[]', '[]', '[]', '[]', 980.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 12, '2024-12-22 18:52:46', '2024-12-22 18:52:46', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'goat-boneless', 0, 1, NULL, 1, 1),
(169, 'Goat Boneless', 'Goat Boneless', '2024-12-22-676812d18484b.png', 177, '[{\"id\":\"174\",\"position\":1},{\"id\":\"177\",\"position\":2}]', '[]', '[]', '[]', '[]', 950.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 13, '2024-12-22 18:53:29', '2024-12-22 18:53:29', 0, 0.00000000000000, 0, NULL, 1, 0, 2, '[]', '[]', 'goat-boneless-2', 0, 1, NULL, 1, 1),
(230, 'Chicken Curry Cut', 'Chicken Curry Cut is a premium cut that includes the leg, breast & wings.', '2024-12-26-676d31ebec224.png', 20, '[{\"id\":\"20\",\"position\":1}]', '[{\"type\":\"500g\",\"price\":149,\"stock\":15},{\"type\":\"1kg\",\"price\":249,\"stock\":15}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"500g\",\" 1kg\"]}]', 199.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:14:12', 0, 0.00000000000000, 0, NULL, 3, 30, 2, '[]', '[]', 'chicken-curry-cut230', 0, 0, NULL, 1, 0),
(231, 'Sea Prawns Small Sized) - Cleaned & Deveined', 'The Prawns come without tails & are consistent in size so they all cook equally.', '2024-12-26-676d361486b17.png', 21, '[{\"id\":\"21\",\"position\":1}]', '[{\"type\":\"500g\",\"price\":399,\"stock\":10},{\"type\":\"1KG\",\"price\":599,\"stock\":10}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"500g\",\" 1KG\"]}]', 1.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:25:16', 0, 0.00000000000000, 0, NULL, 3, 20, 2, '[]', '[]', 'sea-prawns-small-sized-cleaned-deveined231', 0, 0, NULL, 1, 0),
(232, 'White Pomfret', 'White Pomfret which are mild-flavoured, creamy & tender.', '2024-12-26-676d3603c59c3.png', 21, '[{\"id\":\"21\",\"position\":1}]', '[{\"type\":\"500g\",\"price\":299,\"stock\":15}]', '[]', '[\"1\"]', '[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"500g\"]}]', 299.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:24:59', 0, 0.00000000000000, 0, NULL, 3, 15, 2, '[]', '[]', 'white-pomfret232', 0, 0, NULL, 1, 0),
(233, 'Chicken Curry Cut - Small Pieces', 'Chicken Curry Cut is a premium cut that includes the leg, breast & wings. This smaller, tender cut has equal-sized pieces for uniform cooking and the juiciest bites. Our meaty, juicy Chicken Curry Cut is perfect for a family of 4.', '2024-12-26-676d3562746a9.png', 167, '[{\"id\":\"166\",\"position\":1},{\"id\":\"167\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:22:18', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'chicken-curry-cut-small-pieces233', 0, 0, NULL, 1, 0),
(234, 'Chicken Curry Cut - Large Pieces', 'Chicken Curry Cut is a premium cut that includes the leg, breast & wings.\r\nThis larger, tender cut has equal-sized pieces for uniform cooking and the juiciest bites.\r\nOur meaty, juicy Chicken Curry Cut is perfect for a family of 4.', '2024-12-26-676d353fa2cb7.png', 167, '[{\"id\":\"166\",\"position\":1},{\"id\":\"167\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:21:43', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'chicken-curry-cut-large-pieces234', 0, 0, NULL, 1, 0),
(235, 'Chicken Curry Cut with Skin - Small Pieces', 'This special curry cut includes skin-on cuts of the leg, breast & wings. The skin crisps up when cooked, adding a host of flavours to the dish.', '2024-12-26-676d351ceb770.png', 167, '[{\"id\":\"166\",\"position\":1},{\"id\":\"167\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:21:08', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'chicken-curry-cut-with-skin-small-pieces235', 0, 0, NULL, 1, 0),
(236, 'Chicken Breast - Boneless', 'Chicken Breast - Boneless', '2024-12-26-676d34f4baf26.png', 168, '[{\"id\":\"166\",\"position\":1},{\"id\":\"168\",\"position\":2}]', '[]', '[]', '[]', '[]', 195.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:20:28', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'chicken-breast-boneless236', 0, 0, NULL, 1, 0),
(237, 'Premium Chicken Thigh Boneless', 'Premium Chicken Thigh Boneless', '2024-12-26-676d34aaac5c1.png', 168, '[{\"id\":\"166\",\"position\":1},{\"id\":\"168\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:19:14', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'premium-chicken-thigh-boneless237', 0, 0, NULL, 1, 0),
(238, 'Chicken - All Purpose Chunks', 'Chicken - All Purpose Chunks', '2024-12-26-676d3485ccfcb.png', 168, '[{\"id\":\"166\",\"position\":1},{\"id\":\"168\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:18:37', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'chicken-all-purpose-chunks238', 0, 0, NULL, 1, 0),
(239, 'Chicken Mince/Keema - 250 gms (Mini Pack)', 'Chicken Mince/Keema - 250 gms (Mini Pack)', '2024-12-26-676d345c592fa.png', 168, '[{\"id\":\"166\",\"position\":1},{\"id\":\"168\",\"position\":2}]', '[]', '[]', '[]', '[]', 249.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:17:56', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'chicken-mincekeema-250-gms-mini-pack239', 0, 0, NULL, 1, 0),
(240, 'Chicken Boneless - Mini Bites', 'Chicken Boneless - Mini Bites', '2024-12-26-676d341491638.png', 168, '[{\"id\":\"166\",\"position\":1},{\"id\":\"168\",\"position\":2}]', '[]', '[]', '[]', '[]', 149.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:16:44', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'chicken-boneless-mini-bites240', 0, 0, NULL, 1, 0),
(241, 'Chicken Boneless - Mini Bites', 'Chicken Boneless - Mini Bites', '2024-12-26-676d3409cfcb1.png', 168, '[{\"id\":\"166\",\"position\":1},{\"id\":\"168\",\"position\":2}]', '[]', '[]', '[]', '[]', 149.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:16:33', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'chicken-boneless-mini-bites241', 0, 0, NULL, 1, 0),
(242, 'Chicken Mince/Keema - 250 gms (Mini Pack)', 'Chicken Mince/Keema - 250 gms (Mini Pack)', '2024-12-26-676d344da930f.png', 168, '[{\"id\":\"166\",\"position\":1},{\"id\":\"168\",\"position\":2}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:17:41', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'chicken-mincekeema-250-gms-mini-pack242', 0, 0, NULL, 1, 0),
(243, 'Chicken - All Purpose Chunks', 'Chicken - All Purpose Chunks', '2024-12-26-676d37073aeeb.png', 168, '[{\"id\":\"166\",\"position\":1},{\"id\":\"168\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:29:19', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'chicken-all-purpose-chunks243', 0, 0, NULL, 1, 0),
(244, 'Premium Chicken Thigh Boneless', 'Premium Chicken Thigh Boneless', '2024-12-26-676d36f57f5a8.png', 168, '[{\"id\":\"166\",\"position\":1},{\"id\":\"168\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:29:01', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'premium-chicken-thigh-boneless244', 0, 0, NULL, 1, 0),
(245, 'Chicken Breast - Boneless', 'Chicken Breast - Boneless', '2024-12-26-676d36e509b21.png', 168, '[{\"id\":\"166\",\"position\":1},{\"id\":\"168\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:28:45', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'chicken-breast-boneless245', 0, 0, NULL, 1, 0),
(246, 'Chicken Curry Cut with Skin - Small Pieces', 'Chicken Curry Cut with Skin - Small Pieces', '2024-12-26-676d36c44d487.png', 167, '[{\"id\":\"166\",\"position\":1},{\"id\":\"167\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:28:12', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'chicken-curry-cut-with-skin-small-pieces246', 0, 0, NULL, 1, 0),
(247, 'Chicken Curry Cut - Large Pieces', 'Chicken Curry Cut - Large Pieces', '2024-12-26-676d36a37a71c.png', 167, '[{\"id\":\"166\",\"position\":1},{\"id\":\"167\",\"position\":2}]', '[]', '[]', '[]', '[]', 199.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:27:39', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'chicken-curry-cut-large-pieces247', 0, 0, NULL, 1, 0),
(248, 'Chicken Curry Cut - Small Pieces', 'Chicken Curry Cut - Small Pieces', '2024-12-26-676d3691e4055.png', 167, '[{\"id\":\"166\",\"position\":1},{\"id\":\"167\",\"position\":2}]', '[]', '[]', '[]', '[]', 149.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:27:21', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'chicken-curry-cut-small-pieces248', 0, 0, NULL, 1, 0),
(249, 'Chicken Drumstick - Pack Of 6', 'Chicken Drumstick - Pack Of 6', '2024-12-26-676d3667defca.png', 169, '[{\"id\":\"166\",\"position\":1},{\"id\":\"169\",\"position\":2}]', '[]', '[]', '[]', '[]', 249.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:26:39', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'chicken-drumstick-pack-of-6249', 0, 0, NULL, 1, 0),
(250, 'Chicken Drumstick - Pack Of 6', 'Chicken Drumstick - Pack Of 6', '2024-12-26-676d37b30465a.png', 169, '[{\"id\":\"166\",\"position\":1},{\"id\":\"169\",\"position\":2}]', '[]', '[]', '[]', '[]', 239.00, 0.00, 'percent', 15.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:32:11', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'chicken-drumstick-pack-of-6250', 0, 0, NULL, 1, 0),
(251, 'Classic Chicken Soup Bones', 'Classic Chicken Soup Bones', '2024-12-26-676d379ec12cb.png', 169, '[{\"id\":\"166\",\"position\":1},{\"id\":\"169\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:31:50', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'classic-chicken-soup-bones251', 0, 0, NULL, 1, 0),
(252, 'Classic Chicken Soup Bones', 'Classic Chicken Soup Bones', '2024-12-26-676d37946ed63.png', 169, '[{\"id\":\"166\",\"position\":1},{\"id\":\"169\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 50.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:31:40', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'classic-chicken-soup-bones252', 0, 0, NULL, 1, 0),
(253, 'Chicken Lollipop - Pack of 10', 'Chicken Lollipop - Pack of 10', '2024-12-26-676d37734b362.png', 169, '[{\"id\":\"166\",\"position\":1},{\"id\":\"169\",\"position\":2}]', '[]', '[]', '[]', '[]', 359.00, 0.00, 'percent', 30.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:31:07', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'chicken-lollipop-pack-of-10253', 0, 0, NULL, 1, 0),
(254, 'Chicken Lollipop - Pack of 10', 'Chicken Lollipop - Pack of 10', '2024-12-26-676d3765d4829.png', 169, '[{\"id\":\"166\",\"position\":1},{\"id\":\"169\",\"position\":2}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 33.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:30:53', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'chicken-lollipop-pack-of-10254', 0, 0, NULL, 1, 0),
(255, 'Chicken Wings with Skin', 'Chicken Wings with Skin', '2024-12-26-676d3745a7f97.png', 169, '[{\"id\":\"166\",\"position\":1},{\"id\":\"169\",\"position\":2}]', '[]', '[]', '[]', '[]', 149.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:30:21', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'chicken-wings-with-skin255', 0, 0, NULL, 1, 0),
(256, 'Chicken Wings with Skin', 'Chicken Wings with Skin', '2024-12-26-676d2d89926b3.png', 169, '[{\"id\":\"166\",\"position\":1},{\"id\":\"169\",\"position\":2}]', '[]', '[]', '[]', '[]', 149.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 15:48:49', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'chicken-wings-with-skin256', 0, 0, NULL, 1, 0),
(257, 'Blue Crab Small - Whole, Cleaned', 'Blue Crab Small - Whole, Cleaned', '2024-12-26-676d2dfdc2aa4.png', 173, '[{\"id\":\"170\",\"position\":1},{\"id\":\"173\",\"position\":2}]', '[]', '[]', '[]', '[]', 700.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 15:50:45', 0, 0.00000000000000, 0, NULL, 3, 0, 1, '[]', '[]', 'blue-crab-small-whole-cleaned257', 0, 0, NULL, 1, 0),
(258, 'Blue Crab Small - Whole, Cleaned', 'Blue Crab Small - Whole, Cleaned', '2024-12-26-676d2e1d09638.png', 173, '[{\"id\":\"170\",\"position\":1},{\"id\":\"173\",\"position\":2}]', '[]', '[]', '[]', '[]', 750.00, 0.00, 'percent', 30.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 15:51:17', 0, 0.00000000000000, 0, NULL, 3, 0, 1, '[]', '[]', 'blue-crab-small-whole-cleaned258', 0, 0, NULL, 1, 0),
(259, 'Three spotted Crab - Whole Cleaned', 'Three spotted Crab - Whole Cleaned', '2024-12-26-676d2e5209ccf.png', 173, '[{\"id\":\"170\",\"position\":1},{\"id\":\"173\",\"position\":2}]', '[]', '[]', '[]', '[]', 750.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 15:52:10', 0, 0.00000000000000, 0, NULL, 3, 0, 1, '[]', '[]', 'three-spotted-crab-whole-cleaned259', 0, 0, NULL, 1, 0),
(260, 'Three spotted Crab - Whole Cleaned', 'Three spotted Crab - Whole Cleaned', '2024-12-26-676d2e64ee3ed.png', 173, '[{\"id\":\"170\",\"position\":1},{\"id\":\"173\",\"position\":2}]', '[]', '[]', '[]', '[]', 750.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 15:52:28', 0, 0.00000000000000, 0, NULL, 3, 0, 1, '[]', '[]', 'three-spotted-crab-whole-cleaned260', 0, 0, NULL, 1, 0),
(261, 'Freshwater Prawns (Medium Sized) - Cleaned & Deveined (Trial Pack)', 'Freshwater Prawns (Medium Sized) - Cleaned & Deveined (Trial Pack)', '2024-12-26-676d2e92a966e.png', 173, '[{\"id\":\"170\",\"position\":1},{\"id\":\"173\",\"position\":2}]', '[]', '[]', '[]', '[]', 199.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 15:53:14', 0, 0.00000000000000, 0, NULL, 3, 0, 1, '[]', '[]', 'freshwater-prawns-medium-sized-cleaned-deveined-trial-pack261', 0, 0, NULL, 1, 0),
(262, 'Freshwater Prawns (Medium Sized) - Cleaned & Deveined (Trial Pack)', 'Freshwater Prawns (Medium Sized) - Cleaned & Deveined (Trial Pack)', '2024-12-26-676d2ee08b443.png', 173, '[{\"id\":\"170\",\"position\":1},{\"id\":\"173\",\"position\":2}]', '[]', '[]', '[]', '[]', 210.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 15:54:32', 0, 0.00000000000000, 0, NULL, 3, 0, 1, '[]', '[]', 'freshwater-prawns-medium-sized-cleaned-deveined-trial-pack262', 0, 0, NULL, 1, 0),
(263, 'Rohu (1.4kg) - Bengali Cut, No Head', 'Rohu (1.4kg) - Bengali Cut, No Head', '2024-12-26-676d2f135270d.png', 171, '[{\"id\":\"170\",\"position\":1},{\"id\":\"171\",\"position\":2}]', '[]', '[]', '[]', '[]', 199.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 15:55:23', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'rohu-14kg-bengali-cut-no-head263', 0, 0, NULL, 1, 0),
(264, 'Rohu (1.4kg) - Bengali Cut, No Head', 'Rohu (1.4kg) - Bengali Cut, No Head', '2024-12-26-676d2f2c29c72.png', 171, '[{\"id\":\"170\",\"position\":1},{\"id\":\"171\",\"position\":2}]', '[]', '[]', '[]', '[]', 210.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 15:55:48', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'rohu-14kg-bengali-cut-no-head264', 0, 0, NULL, 1, 0),
(265, 'Rohu (1.4kg) - Bengali Cut, No Head', 'Rohu (1.4kg) - Bengali Cut, No Head', '2024-12-26-676d2f3cf0572.png', 171, '[{\"id\":\"170\",\"position\":1},{\"id\":\"171\",\"position\":2}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 15:56:04', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'rohu-14kg-bengali-cut-no-head265', 0, 0, NULL, 1, 0),
(266, 'Rohu (1.4kg) - Bengali Cut, No Head', 'Rohu (1.4kg) - Bengali Cut, No Head', '2024-12-26-676d2f49c90d3.png', 171, '[{\"id\":\"170\",\"position\":1},{\"id\":\"171\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 15:56:17', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'rohu-14kg-bengali-cut-no-head266', 0, 0, NULL, 1, 0),
(267, 'Basa Medium Fillet', 'Basa Medium Fillet', '2024-12-26-676d2f6e64596.png', 171, '[{\"id\":\"170\",\"position\":1},{\"id\":\"171\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 15:56:54', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'basa-medium-fillet267', 0, 0, NULL, 1, 0),
(268, 'Basa Medium Fillet', 'Basa Medium Fillet', '2024-12-26-676d2f8026447.png', 171, '[{\"id\":\"170\",\"position\":1},{\"id\":\"171\",\"position\":2}]', '[]', '[]', '[]', '[]', 389.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 15:57:12', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'basa-medium-fillet268', 0, 0, NULL, 1, 0),
(269, 'Seer Small - Steaks', 'Seer Small - Steaks', '2024-12-26-676d2fb75b167.png', 172, '[{\"id\":\"170\",\"position\":1},{\"id\":\"172\",\"position\":2}]', '[]', '[]', '[]', '[]', 800.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 15:58:07', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'seer-small-steaks269', 0, 0, NULL, 1, 0),
(270, 'Seer Small - Steaks', 'Seer Small - Steaks', '2024-12-26-676d2fc9d828b.png', 172, '[{\"id\":\"170\",\"position\":1},{\"id\":\"172\",\"position\":2}]', '[]', '[]', '[]', '[]', 809.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 15:58:25', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'seer-small-steaks270', 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
(271, 'Sardine Medium - Whole Cleaned', 'Sardine Medium - Whole Cleaned', '2024-12-26-676d30012dd88.png', 172, '[{\"id\":\"170\",\"position\":1},{\"id\":\"172\",\"position\":2}]', '[]', '[]', '[]', '[]', 600.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 15:59:21', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'sardine-medium-whole-cleaned271', 0, 0, NULL, 1, 0),
(272, 'Sardine Medium - Whole Cleaned', 'Sardine Medium - Whole Cleaned', '2024-12-26-676d301006693.png', 172, '[{\"id\":\"170\",\"position\":1},{\"id\":\"172\",\"position\":2}]', '[]', '[]', '[]', '[]', 589.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 15:59:36', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'sardine-medium-whole-cleaned272', 0, 0, NULL, 1, 0),
(273, 'Mackerel Small - Whole, Cleaned', 'Mackerel Small - Whole, Cleaned', '2024-12-26-676d30413d425.png', 172, '[{\"id\":\"170\",\"position\":1},{\"id\":\"172\",\"position\":2}]', '[]', '[]', '[]', '[]', 500.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:00:25', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'mackerel-small-whole-cleaned273', 0, 0, NULL, 1, 0),
(274, 'Mackerel Small - Whole, Cleaned', 'Mackerel Small - Whole, Cleaned', '2024-12-26-676d30520d74d.png', 172, '[{\"id\":\"170\",\"position\":1},{\"id\":\"172\",\"position\":2}]', '[]', '[]', '[]', '[]', 530.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:00:42', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'mackerel-small-whole-cleaned274', 0, 0, NULL, 1, 0),
(275, 'Goat Curry Cut', 'Goat Curry Cut', '2024-12-26-676d31097ab35.png', 175, '[{\"id\":\"174\",\"position\":1},{\"id\":\"175\",\"position\":2}]', '[]', '[]', '[]', '[]', 600.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:03:45', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'goat-curry-cut275', 0, 0, NULL, 1, 0),
(276, 'Goat Curry Cut', 'Goat Curry Cut', '2024-12-26-676d311bb6404.png', 175, '[{\"id\":\"174\",\"position\":1},{\"id\":\"175\",\"position\":2}]', '[]', '[]', '[]', '[]', 590.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:04:03', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'goat-curry-cut276', 0, 0, NULL, 1, 0),
(277, 'Premium Lamb Curry Cut', 'Premium Lamb Curry Cut', '2024-12-26-676d3141ed1a7.png', 175, '[{\"id\":\"174\",\"position\":1},{\"id\":\"175\",\"position\":2}]', '[]', '[]', '[]', '[]', 550.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:04:41', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'premium-lamb-curry-cut277', 0, 0, NULL, 1, 0),
(278, 'Premium Lamb Curry Cut', 'Premium Lamb Curry Cut', '2024-12-26-676d31534871b.png', 175, '[{\"id\":\"174\",\"position\":1},{\"id\":\"175\",\"position\":2}]', '[]', '[]', '[]', '[]', 530.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:04:59', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'premium-lamb-curry-cut278', 0, 0, NULL, 1, 0),
(279, 'Mangshor Jhol Cut / Goat Curry Cut', 'Mangshor Jhol Cut / Goat Curry Cut', '2024-12-26-676d317ec769d.png', 175, '[{\"id\":\"174\",\"position\":1},{\"id\":\"175\",\"position\":2}]', '[]', '[]', '[]', '[]', 550.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:05:42', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'mangshor-jhol-cut-goat-curry-cut279', 0, 0, NULL, 1, 0),
(280, 'Mangshor Jhol Cut / Goat Curry Cut', 'Mangshor Jhol Cut / Goat Curry Cut', '2024-12-26-676d318e3baae.png', 175, '[{\"id\":\"174\",\"position\":1},{\"id\":\"175\",\"position\":2}]', '[]', '[]', '[]', '[]', 550.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:05:58', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'mangshor-jhol-cut-goat-curry-cut280', 0, 0, NULL, 1, 0),
(281, 'Mutton Liver - Chunks', 'Mutton Liver - Chunks', '2024-12-26-676d31b2b8bc3.png', 176, '[{\"id\":\"174\",\"position\":1},{\"id\":\"176\",\"position\":2}]', '[]', '[]', '[]', '[]', 500.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:06:34', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'mutton-liver-chunks281', 0, 0, NULL, 1, 0),
(282, 'Mutton Liver - Chunks', 'Mutton Liver - Chunks', '2024-12-26-676d31c5329c2.png', 176, '[{\"id\":\"174\",\"position\":1},{\"id\":\"176\",\"position\":2}]', '[]', '[]', '[]', '[]', 450.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:06:53', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'mutton-liver-chunks282', 0, 0, NULL, 1, 0),
(283, 'Mutton Paya', 'Mutton Paya', '2024-12-26-676d32634f55c.png', 176, '[{\"id\":\"174\",\"position\":1},{\"id\":\"176\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:09:31', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'mutton-paya283', 0, 0, NULL, 1, 0),
(284, 'Mutton Paya', 'Mutton Paya', '2024-12-26-676d326d6f65f.png', 176, '[{\"id\":\"174\",\"position\":1},{\"id\":\"176\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:09:41', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'mutton-paya284', 0, 0, NULL, 1, 0),
(285, 'Mutton Soup Bones', 'Mutton Soup Bones', '2024-12-26-676d3318c0c06.png', 176, '[{\"id\":\"174\",\"position\":1},{\"id\":\"176\",\"position\":2}]', '[]', '[]', '[]', '[]', 450.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:12:32', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'mutton-soup-bones285', 0, 0, NULL, 1, 0),
(286, 'Mutton Soup Bones', 'Mutton Soup Bones', '2024-12-26-676d328f30bd3.png', 176, '[{\"id\":\"174\",\"position\":1},{\"id\":\"176\",\"position\":2}]', '[]', '[]', '[]', '[]', 460.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:10:15', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'mutton-soup-bones286', 0, 0, NULL, 1, 0),
(287, 'Pure Goat Mince', 'Pure Goat Mince', '2024-12-26-676d32b095211.png', 177, '[{\"id\":\"174\",\"position\":1},{\"id\":\"177\",\"position\":2}]', '[]', '[]', '[]', '[]', 790.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:10:48', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'pure-goat-mince287', 0, 0, NULL, 1, 0),
(288, 'Pure Goat Mince', 'Pure Goat Mince', '2024-12-26-676d32bd6d975.png', 177, '[{\"id\":\"174\",\"position\":1},{\"id\":\"177\",\"position\":2}]', '[]', '[]', '[]', '[]', 790.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:11:01', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'pure-goat-mince288', 0, 0, NULL, 1, 0),
(289, 'Pure Lamb Mince', 'Pure Lamb Mince', '2024-12-26-676d32e218dee.png', 177, '[{\"id\":\"174\",\"position\":1},{\"id\":\"177\",\"position\":2}]', '[]', '[]', '[]', '[]', 900.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:11:38', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'pure-lamb-mince289', 0, 0, NULL, 1, 0),
(290, 'Pure Lamb Mince', 'Pure Lamb Mince', '2024-12-26-676d32eed07c1.png', 177, '[{\"id\":\"174\",\"position\":1},{\"id\":\"177\",\"position\":2}]', '[]', '[]', '[]', '[]', 950.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:11:50', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'pure-lamb-mince290', 0, 0, NULL, 1, 0),
(291, 'Goat Boneless', 'Goat Boneless', '2024-12-26-676d33420c945.png', 177, '[{\"id\":\"174\",\"position\":1},{\"id\":\"177\",\"position\":2}]', '[]', '[]', '[]', '[]', 980.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:13:14', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'goat-boneless291', 0, 0, NULL, 1, 0),
(292, 'Goat Boneless', 'Goat Boneless', '2024-12-26-676d334a8b588.png', 177, '[{\"id\":\"174\",\"position\":1},{\"id\":\"177\",\"position\":2}]', '[]', '[]', '[]', '[]', 950.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 8, '2024-12-24 15:46:23', '2024-12-26 16:13:22', 0, 0.00000000000000, 0, NULL, 3, 0, 2, '[]', '[]', 'goat-boneless292', 0, 0, NULL, 1, 0),
(293, 'Samsung Galaxy S20 FE (8 GB / 128 GB Blue)', 'Brand	Samsung\r\nModel Name	Galaxy S20 FE / SM-G780FZBNINS\r\nColor	Cloud Navy\r\nSIM Type	Dual SIM\r\nSIM Size	Nano sim\r\nBox Contents	Handset (Non Removable Battery Included), Travel Adapter, USB Cable, User Manual', '2024-12-24-676a8d963a37a.png', 179, '[{\"id\":\"178\",\"position\":1},{\"id\":\"179\",\"position\":2}]', '[]', '[]', '[]', '[]', 34999.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 16:01:50', '2024-12-24 16:01:50', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'samsung-galaxy-s20-fe-8-gb-128-gb-blue', 0, 0, NULL, 1, 0),
(294, 'APPLE IPHONE 14 PRO MAX 128GB GOLD', 'Brand	Apple\r\nModel Name	iPhone 14 Pro Max\r\nColor	Gold\r\nSIM Type	Dual SIM (nano-SIM and eSIM)12\r\nSIM Size	micro-SIM cards\r\nBox Contents	iPhone with iOS 16 USB‑C to Lightning Cable Documentation', '2024-12-24-676a8e5dea67d.png', 179, '[{\"id\":\"178\",\"position\":1},{\"id\":\"179\",\"position\":2}]', '[]', '[]', '[]', '[]', 139900.00, 0.00, 'percent', 1.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 16:05:09', '2024-12-24 16:05:09', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'apple-iphone-14-pro-max-128gb-gold', 0, 0, NULL, 1, 0),
(295, 'Apple iPhone 12 Mini 256 GB Blue', 'Brand	Apple\r\nModel Name	iPhone 12 MINI\r\nColor	Blue\r\nSIM Type	Dual SIM\r\nSIM Size	nano‑SIM and Esim\r\nIn The Box	iPhone with iOS 14,USB-C to Lightning Cable,Documentation', '2024-12-24-676a8eca2dfcb.png', 179, '[{\"id\":\"178\",\"position\":1},{\"id\":\"179\",\"position\":2}]', '[]', '[]', '[]', '[]', 84900.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 16:06:58', '2024-12-24 16:06:58', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'apple-iphone-12-mini-256-gb-blue', 0, 0, NULL, 1, 0),
(296, 'Apple iPhone 16 Pro Max (Black Titanium, 512 GB)', 'In The Box	Handset, USB C Charge Cable (1m), Documentation\r\nModel Number	MYX03HN/A\r\nModel Name	iPhone 16 Pro Max\r\nColor	Black Titanium\r\nBrowse Type	Smartphones\r\nSIM Type	Dual Sim(Nano + eSIM)\r\nHybrid Sim Slot	No\r\nOTG Compatible	No\r\nSound Enhancements	Built-in Stereo Speaker\r\nDisplay Size	17.53 cm (6.9 inch)\r\nResolution	2868 x 1320 Pixels\r\nResolution Type	Super Retina XDR Display\r\nGPU	New 6 Core\r\nOther Display Features	Dynamic Island, Always On Display, ProMotion Technology with Adaptive Refresh Rates Upto 120Hz, HDR Display, True Tone, Wide Colour (P3), Haptic Touch, Contrast Ratio: 2,000,000:1 (Typical), 1,000 nits Max Brightness (Typical), 1,600 nits Peak Brightness (HDR), 2,000 nits Peak Brightness (Outdoor), Fingerprint Resistant Oleophobic Coating, Support for Display of Multiple Languages and Characters Simultaneously\r\nProcessor Core	Hexa Core\r\nOperating Frequency	5G FDD NR (Bands n1, n2, n3, n5, n7, n8, n12, n14, n20, n25, n26, n28, n29, n30, n66, n70, n71, n75, n76), 5G TDD NR (Bands n38, n40, n41, n48, n53, n77, n78, n79), 5G NR mmWave (Bands n258, n260, n261), 4G LTE FDD (B1, B2, B3, B4, B5, B7, B8, B12, B13, B14, B17, B18, B19, B20, B25, B26,B28, B29, B30, B32, B66, B71), 4G LTE TDD (B34, B38, B39, B40, B41, B42, B48, B53), 3G UMTS/HSPA+/DC-HSDPA (850 MHz, 900 MHz, 1700 MHz/2100 MHz, 1900 MHz, 2100 MHz), 2G GSM/EDGE (850 MHz, 900 MHz, 1800 MHz, 1900 MHz)\r\nInternal Storage	512 GB\r\nPrimary Camera Available	Yes\r\nPrimary Camera	48MP + 48MP + 12MP\r\nPrimary Camera Features	Triple Camera Setup: 48MP Fusion Camera (Focal Length: 24 mm, f/1.78 Aperture), Second Generation Sensor Shift Optical Image Stabilization, 100% Focus Pixels, Support for Super High Resolution Photos (24MP and 48MP), Also Enables 12MP 2X Telephoto (Focal length: 52 mm, f/1.6 Aperture, Sensor Shift Optical Image Stabilization, 100% Focus Pixels + 48MP Ultra Wide Camera (Focal Length: 13 mm, f/2.2 Aperture and FOV: 120 Degree, Hybrid Focus Pixels, Super Hig Resolution Photos (48MP) + 12MP 5X Telephoto Camera (FocalLength: 120 mm, f/2.8 Aperture and FOV: 20 Degree, 100% Focus Pixels, Seven Element Lens, 3D Sensor Shift Optical Image Stabilization and Autofocus, Tetraprism Design 5X Optical Zoom in, 2X Optical Zoom Out, 10X Optical Zoom Range, Features: Camera Control, Customizable Default Lens (Fusion), Sapphire Crystal Lens Cover, Photonic Engine, Deep Fusion, Smart HDR 5 Next-Generation, Portraits with Focus and Depth Control, Portrait Lighting With Six Effects, Night Mode, Night Mode Portraits Enabled by LiDAR Scanner, Panorama (Upto 63MP), Latest Generation Photographic Styles, Spatial Photos. 48MP Macro Photography, Apple ProRAW, Wide Color Capture for Photos and Live Photos, Lens Correction (Ultra Wide), Advanced Red Eye Correction, Auto Image Stabilization, Burst Mode, Photo geotagging, Image Formats Captured: HEIF, JPEG, and DNG\r\nSecondary Camera Available	Yes\r\nSecondary Camera Features	12MP TrueDepth Camera Setup: (f/1.9 Aperture), Camera Feature: Autofocus with Focus Pixels, Photonic Engine, Deep Fusion, Smart HDR 5, Next Generation Portraits with Focus and Depth Control, Portrait Lighting with Six Effects, Animoji and Memoji, Night Mode, Latest Generation Photographic Styles Photographic Styles, Apple ProRAW, Wide Colour Capture for Photos and Live Photos, Lens Correction, Auto Image Stabilisation, Burst Mode, 4K Dolby Vision Video Recording at 24 fps, 25 fps, 30 fps or 60 fps, 1080p Dolby Vision Video Recording at 25 fps, 30 fps or 60 fps, Cinematic Mode Upto 4K Dolby Vision at 30 fps, ProRes Video Recording Upto 4K at 60 fps with External Recording, Log Video Recording, Academy Color Encoding System, Slo Mo Video Support for 1080p at 120 fps, Timelapse Video with Stabilization, Night Mode Timelapse, QuickTake Video Upto 4K at 60 fps in Dolby Vision, Cinematic Video Stabilization (4K, 1080p, and 720p), Spatial Audio and Stereo Recording\r\nHD Recording	Yes\r\nFull HD Recording	Yes\r\nVideo Recording	Yes\r\nFrame Rate	240 fps, 120 fps, 60 fps, 30 fps, 25 fps, 24 fps\r\nDual Camera Lens	Primary Camera\r\nSupported Networks	5G, 4G VoLTE, 4G LTE, UMTS, GSM\r\nInternet Connectivity	5G, 4G, 3G, Wi-Fi, EDGE\r\n3G	Yes\r\nBluetooth Support	Yes\r\nMap Support	Yes\r\nGPS Support	Yes\r\nSmartphone	Yes\r\nSIM Size	Nano Sim + eSIM\r\nGraphics PPI	460 PPI\r\nBrowser	Safari\r\nOther Features	Titanium Design, Latest Generation Ceramic Shield Front, Textured Matte Glass Back, Rated IP68 (Maximum Depth of 6 Metres Upto 30 Minutes) Under IEC Standard 60529, New 16 Core Neural Engine, Enabled by TrueDepth Camera for Facial Recognition, Apple Pay, Apple Card, Emergency SOS via Satellite, Crash Detection, Roadside Assistance via Satellite, Messages via Satellite, Find My via Satellite, 5G (sub?6 GHz and mmWave) with 4x4 MIMO, Gigabit LTE with 4x4 MIMO and LAA, 2x2 MIMO, Second Generation Ultra Wideband Chip, Thread Networking Technology, NFC with Reader Mode, Express Cards with Power Reserve, FaceTime Video Calling Over Cellular or Wi?Fi, FaceTime HD (1080p) Video Calling Over 5G or Wi Fi, Share Experiences like Movies, TV, Music and Other Apps in a FaceTime Call with SharePlay, Screen Sharing, Portrait Mode in FaceTime Video, Spatial Audio, Voice Isolation and Wide Spectrum Microphone Modes, Optical Zoom with Rear Facing Camera, FaceTime Audio, Voice Over LTE (VoLTE), Wi Fi Calling, Voice Isolation and Wide Spectrum Microphone Modes, Spatial Audio Playback, User Configurable Maximum Volume Limit, Supported Formats Include HEVC, H.264 and ProRes, HDR with Dolby Vision, HDR10+/HDR10 and HLG, Upto 4K HDR AirPlay for Mirroring, Photos and Video Out to Apple TV (2nd Generation or Later) or AirPlay Enabled Smart TV, Video Mirroring and Video Out Support: Upto 4K HDR through Native DisplayPort Output Over USB-C or USB C Digital AV Adapter (Model A2119, Adapter Sold Separately), USB-C Connector with Support For: Charging, DisplayPort, USB 3 (up to 10Gb/s), Built-in Rechargeable Lithium-ion Battery, MagSafe Wireless Charging Upto 25W with 30W Adapter or Higher, Qi2 Wireless Charging Upto 15W, Qi Wireless Charging Upto 7.5W, Fast Charge Capable: Upto 50% Charge in around 30 minutes with 20W Adapter or Higher Paired with USB-C Charging Cable, or 30W Adapter or Higher paired with MagSafe Charger (All Available Separately), MagSafe: Wireless Charging Upto 25W with 30W Adapter or Higher, Magnet Array, Alignment Magnet, Accessory Identification NFC, Magnetometer, Accessibility: VoiceOver, Zoom, Magnifier, Voice Control, Switch Control, AssistiveTouch, Eye Tracking, RTT and TTY Support, Closed Captions, Live Captions, Personal Voice, Live Speech, Type to Siri, Vocal Shortcuts, Spoken Content, Rating for Hearing Aids: Hearing Aid Compatible, System Requirements: Apple ID (Required for Some Features), Internet Access, Syncing to a Mac or PC Requires: macOS Catalina 10.15 or Later Using the Finder, macOS High Sierra 10.13 to macOS Mojave 10.14.6 Using iTunes 12.8 or Later, Windows 10 or Later Using iTunes 12.12.10 or Later (Free Download From itunes.com/uk)\r\nGPS Type	Precision Dual Frequency GPS (GPS, GLONASS, GALILEO, QZSS, BEIDOU, NAVIC), Digital Compass, Wi-Fi, Cellular, iBeacon Micro Location\r\nDomestic Warranty	1 Year', '2024-12-24-676a8f4092c75.png', 179, '[{\"id\":\"178\",\"position\":1},{\"id\":\"179\",\"position\":2}]', '[]', '[]', '[]', '[]', 164900.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 16:08:56', '2024-12-24 16:08:56', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'apple-iphone-16-pro-max-black-titanium-512-gb', 0, 0, NULL, 1, 0),
(297, 'One Plus 8T (8 GB / 128 GB) Lunar Silver', 'Brand	Oneplus\r\nColor	Lunar Silver\r\nSIM Type	Dual SIM\r\nSIM Size	Nano sim\r\nIn The Box	OnePlus 8T,Warp Charge 65 Power Adapter,Warp Charge Type-C to Type-C Cable\r\nModel Name	Oneplus 8T', '2024-12-24-676a8ffa4fc32.png', 179, '[{\"id\":\"178\",\"position\":1},{\"id\":\"179\",\"position\":2}]', '[]', '[]', '[]', '[]', 42999.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 16:12:02', '2024-12-24 16:12:02', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'one-plus-8t-8-gb-128-gb-lunar-silver', 0, 0, NULL, 1, 0),
(298, 'OPPO', 'Brand	Oppo\r\nModel Name	OPPO F19 Pro\r\nSIM Type	Dual\r\nSIM Size	Nano+Nano\r\nBox Contents	Charger, USB Data Cable, SIM Ejector Tool, Protective Case, Safety Guide, Quick Guide\r\nColor	Crystal Silver', '2024-12-24-676a90785cc0e.png', 179, '[{\"id\":\"178\",\"position\":1},{\"id\":\"179\",\"position\":2}]', '[]', '[]', '[]', '[]', 23990.00, 0.00, 'percent', 9.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 16:14:08', '2024-12-24 16:14:08', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'oppo', 0, 0, NULL, 1, 0),
(299, 'APPLE IPHONE 14 PRO MAX 128GB PURPLE', 'Brand	Apple\r\nModel Name	iPhone 14 Pro Max\r\nColor	Purple\r\nSIM Type	Dual SIM (nano-SIM and eSIM)12\r\nSIM Size	micro-SIM cards\r\nBox Contents	iPhone with iOS 16 USB‑C to Lightning Cable Documentation', '2024-12-24-676a90ea88c5c.png', 179, '[{\"id\":\"178\",\"position\":1},{\"id\":\"179\",\"position\":2}]', '[]', '[]', '[]', '[]', 139900.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 16:16:02', '2024-12-24 16:16:02', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'apple-iphone-14-pro-max-128gb-purple', 0, 0, NULL, 1, 0),
(300, 'Boat Bassheads 122 Wired Earphone', 'Brand	BOAT\r\nIn Sales Package	Earphone\r\nColor	Gun Metal\r\nColor	Black\r\nWired/Wireless	Wired\r\nModel ID	Bassheads 122\r\nMicrophone	YES\r\nCompatible Devices	Mobile, Tablet, Laptops', '2024-12-24-676a9351f2be3.png', 180, '[{\"id\":\"178\",\"position\":1},{\"id\":\"180\",\"position\":2}]', '[]', '[]', '[]', '[]', 1290.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 16:26:18', '2024-12-24 16:26:18', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'boat-bassheads-122-wired-earphone', 0, 0, NULL, 1, 0),
(301, 'Boat Rockerz 450 Bt Headphone', 'Brand	BOAT\r\nIn Sales Package	Rockerz 450, Charging Cable, User Manual, Warranty Card\r\nHeadphone Type	On the Ear\r\nHeadset Design	Over the Head\r\nColor	Multi Color\r\nWired/Wireless	Wireless\r\nModel ID	Rockerz 450\r\nMicrophone Type	in-Built\r\nOther Features	Headphone Type: On-Ear Driver Type: Moving Coil Driver Driver Size: 40mm mpedance: 32Ohms Frequency: 20Hz-20KHz Battery Capacity: 300 mAh Playback Time: 8 Hours Charging Time: 3 Hours Standby Time: 400 Hours Bluetooth Version: v4.2 Compatability: All Bluetooth Devices Bluetooth Range: 10M', '2024-12-24-676a938b2e714.png', 180, '[{\"id\":\"178\",\"position\":1},{\"id\":\"180\",\"position\":2}]', '[]', '[]', '[]', '[]', 3990.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 16:27:15', '2024-12-24 16:27:15', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'boat-rockerz-450-bt-headphone', 0, 0, NULL, 1, 0),
(302, 'Boat Rockerz 335 Bt Earphone', 'Brand	BOAT\r\nIn Sales Package	Earphone,User Manual\r\nColor	Multi Color\r\nWired/Wireless	Wireless\r\nModel ID	Rockerz 335 / Rockerz 335F\r\nMicrophone	YES\r\nCompatible Devices	Mobile, Tablet, Laptops', '2024-12-24-676a93c6f0927.png', 180, '[{\"id\":\"178\",\"position\":1},{\"id\":\"180\",\"position\":2}]', '[]', '[]', '[]', '[]', 3990.00, 0.00, 'percent', 30.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 16:28:14', '2024-12-24 16:28:14', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'boat-rockerz-335-bt-earphone', 0, 0, NULL, 1, 0),
(303, 'Boat Stone 1010 Bt Speaker', 'Brand	BOAT\r\nSales Package	Micro USB Cable, User Manual, Stone 1000 Speaker, 3.5mm Audio cable\r\nWired/Wireless	Wired & Wireless\r\nModel ID	Stone 1010\r\nColor	Black\r\nConfiguration	Stereo', '2024-12-24-676a9406b8ecd.png', 180, '[{\"id\":\"178\",\"position\":1},{\"id\":\"180\",\"position\":2}]', '[]', '[]', '[]', '[]', 6990.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 16:29:18', '2024-12-24 16:29:18', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'boat-stone-1010-bt-speaker', 0, 0, NULL, 1, 0),
(304, 'Boat Airdopes 443 Tws Buds', 'Brand	BOAT\r\nIn Sales Package	User Manual, Charging Case, 2 x Pairs of Ear Caps, Charging Cable\r\nHeadphone Type	True Wireless\r\nHeadset Design	-\r\nColor	Multi Colour\r\nWired/Wireless	Wireless\r\nModel ID	Airdopes 443\r\nMicrophone Type	in-Built\r\nCompatible Devices	Android , iOS devices\r\nOther Features	Instant Wireless Connectivity BT 5.0, 3.5 Hours of Playtime Per Charge, IPX6 Water and Sweat Resistance, 500mAh Charging Case Ensures 4 Times the Charge For the Earbuds', '2024-12-24-676a944375c3b.png', 180, '[{\"id\":\"178\",\"position\":1},{\"id\":\"180\",\"position\":2}]', '[]', '[]', '[]', '[]', 5999.00, 0.00, 'percent', 33.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 16:30:19', '2024-12-24 16:30:19', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'boat-airdopes-443-tws-buds', 0, 0, NULL, 1, 0),
(305, 'Sony MDRZX110APBC Headphone', 'Brand	Sony\r\nIn Sales Package	Headphones\r\nHeadphone Type	Over-ear\r\nHeadset Design	Headband\r\nColor	Blue/White\r\nWired/Wireless	Wired\r\nModel ID	Mdrzx110apbc/Wc/Pb\r\nCompatible Devices	Any Gadget\r\nMicrophone Type	Built-in-Microphone', '2024-12-24-676a9480332d4.png', 180, '[{\"id\":\"178\",\"position\":1},{\"id\":\"180\",\"position\":2}]', '[]', '[]', '[]', '[]', 1490.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 16:31:20', '2024-12-24 16:31:20', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'sony-mdrzx110apbc-headphone', 0, 0, NULL, 1, 0),
(306, 'APPLE AIRPODS 3RD GEN MME73HNA/A', 'Brand	Apple\r\nModel Name	MME73HN/A\r\nWireless	True Wireless\r\nMotion Sensor	Yes\r\nMicrophone Type	Built-In\r\nColor	White\r\nIn The Box	MagSafe Charging Case, Lightning to USB-C Cable, Documentation', '2024-12-24-676a94ba1b33b.png', 180, '[{\"id\":\"178\",\"position\":1},{\"id\":\"180\",\"position\":2}]', '[]', '[]', '[]', '[]', 29999.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 16:32:18', '2024-12-24 16:32:18', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'apple-airpods-3rd-gen-mme73hnaa', 0, 0, NULL, 1, 0),
(307, 'APPLE USB POWER ADAPTER 5W', 'Brand	Apple\r\nIn Sales Package	5W USB Power Adapter\r\nModel	MD836LL/A\r\nColor	White\r\nType	USB Power Adapter', '2024-12-24-676a9502e8d91.png', 180, '[{\"id\":\"178\",\"position\":1},{\"id\":\"180\",\"position\":2}]', '[]', '[]', '[]', '[]', 1900.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 16:33:30', '2024-12-24 16:33:30', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'apple-usb-power-adapter-5w', 0, 0, NULL, 1, 0),
(308, 'Sony SRS-XB23 Wireless Extra Bass Bluetooth Speaker with 12 Hours Battery Life', 'Brand	Sony\r\nWired/Wireless	Wireless\r\nCompatible Devices	Mobile, Computer\r\nMusic Streaming	Wireless music streaming via Bluetooth\r\nModel ID	SRS-XB23\r\nColor	Multi Colour', '2024-12-24-676a95506fd6b.png', 180, '[{\"id\":\"178\",\"position\":1},{\"id\":\"180\",\"position\":2}]', '[]', '[]', '[]', '[]', 10990.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 16:34:48', '2024-12-24 16:34:48', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'sony-srs-xb23-wireless-extra-bass-bluetooth-speaker-with-12-hours-battery-life', 0, 0, NULL, 1, 0),
(309, 'Moosh Wireless Charger', 'Brand	MOOSH\r\nIn Sales Package	QI Wireless Charging Pad, 1.2 M Micro USB Cable, User Manual\r\nModel	MHWCFS33\r\nType	Wireless Charger\r\nOther Features	Moosh Qi Wireless Charger Pad, 1.2M Micro USB Cable, 1 User Manual', '2024-12-24-676a95fd59565.png', 180, '[{\"id\":\"178\",\"position\":1},{\"id\":\"180\",\"position\":2}]', '[]', '[]', '[]', '[]', 3699.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 16:37:41', '2024-12-24 16:37:41', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'moosh-wireless-charger', 0, 0, NULL, 1, 0),
(310, 'SAMSUNG GaWatch7 44mm BT  (Green Strap, Large)', 'Heart Health Made Simple with IHRN\r\nIrregular Heart Rhythm Notification (IHRN) feature helps users track abnormal heart rhythms. You can measure the ECG and manage your health proactively with Galaxy Watch7.', '2024-12-24-676a96b4068fd.png', 181, '[{\"id\":\"178\",\"position\":1},{\"id\":\"181\",\"position\":2}]', '[]', '[]', '[]', '[]', 35999.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 16:40:44', '2024-12-24 16:40:44', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'samsung-gawatch7-44mm-bt-green-strap-large', 0, 0, NULL, 1, 0),
(311, 'boAt Wave Fury with 1.83\'\' HD Display, Bluetooth Calling & Functional Crown Smartwatch  (Active Black Strap, Free Size)', 'The boAt Wave Fury, with its 1.83\"HD display and 500+ sports modes, is the ideal partner for your fitness transformation. This watch also comes with bluetooth calling which helps you stay connected to your closed ones. You can always stay on top of your vitals thanks to the watch\'s heart rate and SpO2 monitoring functions. With its functional crown you may scroll, zoom, and select with a twist and a tap. With IP67 dust, sweat, and splash resistance, nothing can stop you, regardless of how sunny or cloudy the day may be.', '2024-12-24-676a970164e20.png', 181, '[{\"id\":\"178\",\"position\":1},{\"id\":\"181\",\"position\":2}]', '[]', '[]', '[]', '[]', 6999.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 16:42:01', '2024-12-24 16:42:01', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'boat-wave-fury-with-183-hd-display-bluetooth-calling-functional-crown-smartwatch-active-black-strap-free-size', 0, 0, NULL, 1, 0),
(312, 'Boult Crown 1.95\'\' Screen, BT Calling, Working Crown, Zinc Alloy Frame, 900 Nits, SpO2 Smartwatch  (Orange Strap, Free Size)', 'Prepare to conquer it all with the king of smartwatches, Boult Crown. Crafted with a premium zinc alloy frame, this watch is designed to accompany you on every adventure. With its grand 1.95\" HD Display and 900 Nits Brightness, the Crown smartwatch truly stands majestic. Experience supreme connectivity with Bluetooth 5.2, while the dedicated speaker and mic enable seamless single-chip Bluetooth calling. Rule every style with over 150 watch faces, and let the stunning smartwatch be an extension of your personality. Train like a true king, with Crown\'s 100+ sports modes to track your progress and motivate you toward your goals. No need to worry about water damage, as Crown is IP67 dust and water-resistant, making it ready to dominate every terrain.', '2024-12-24-676a9802b691a.png', 181, '[{\"id\":\"178\",\"position\":1},{\"id\":\"181\",\"position\":2}]', '[]', '[]', '[]', '[]', 4499.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 16:44:57', '2024-12-24 16:46:18', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'boult-crown-195-screen-bt-calling-working-crown-zinc-alloy-frame-900-nits-spo2-smartwatch-orange-strap-free-size', 0, 0, NULL, 1, 0),
(313, 'Boult Drift 2 BT calling, 1.85 HD Screen, Working Crown, Sturdy Metallic Frame, SpO2 Smartwatch  (Blue Strap, Free Size)', 'Continuing the legacy of its fastest-selling predecessor, the Boult Drift 2 smartwatch brings you boundless possibilities. With its stunning 1.85\'\' HD display and working crown, the user experience is seamless and sophisticated. Designed for adventure and style, its sturdy Zinc Alloy Frame offers both durability and elegance, complemented by strap options in Black, Blue, and Pink - allowing you to express your unique personality. Stay effortlessly connected with BT 5.3 and Bluetooth Calling, featuring a dedicated speaker and microphone for crystal-clear communication. Take charge of your well-being with comprehensive health tracking and explore over 100+ sports modes to fuel your passions. Embrace the freedom of self-expression with over 350+ cloud-based watch faces, making each moment truly yours. The IP67 Water Resistant feature ensures you\'re always ready for whatever life throws your way.', '2024-12-24-676a984d758b9.png', 181, '[{\"id\":\"178\",\"position\":1},{\"id\":\"181\",\"position\":2}]', '[]', '[]', '[]', '[]', 3999.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 16:47:33', '2024-12-24 16:47:33', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'boult-drift-2-bt-calling-185-hd-screen-working-crown-sturdy-metallic-frame-spo2-smartwatch-blue-strap-free-size', 0, 0, NULL, 1, 0),
(314, 'Fastrack Revoltt FS1 1.83 Display|BT Calling|Fastcharge|110+ Sports Mode|200+ WatchFaces Smartwatch  (Black Strap, Free Size)', '1.83\" UltraVU Display with 500 nits Brightness, SingleSync BT Calling, 110+ Multisports, Sleep Monitor with REM Sleep, Stress Monitor, 24*7 HRM, SpO2, Women\'s Health, Music & Camera Control, In-Built Alarm, Stopwatch & Timer, In-Built Games, Multiple Menu Styles, IP68 Water Resistance, Upto 7 Days Battery', '2024-12-24-676a989ab678f.png', 181, '[{\"id\":\"178\",\"position\":1},{\"id\":\"181\",\"position\":2}]', '[]', '[]', '[]', '[]', 3999.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 16:48:50', '2024-12-24 16:48:50', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'fastrack-revoltt-fs1-183-displaybt-callingfastcharge110-sports-mode200-watchfaces-smartwatch-black-strap-free-size', 0, 0, NULL, 1, 0),
(315, 'Apple MacBook Air with Apple M1 Chip (13-inch, 8GB RAM, 256GB SSD Storage) - Space Gray', 'Brand	Apple\r\nModel ID	MGN63LL/A\r\nColor	Space Gray\r\nBox Contents	13-inch MacBook Air, 30W USB-C Power Adapter, USB-C Charge Cable (2 m)', '2024-12-24-676a99e76311d.png', 183, '[{\"id\":\"182\",\"position\":1},{\"id\":\"183\",\"position\":2}]', '[]', '[]', '[]', '[]', 94900.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 16:54:23', '2024-12-24 16:54:23', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'apple-macbook-air-with-apple-m1-chip-13-inch-8gb-ram-256gb-ssd-storage-space-gray', 0, 0, NULL, 1, 0),
(316, 'LENOVO LAP IP-3 15-82H802L3IN (i3,11th)', 'Brand	Lenovo\r\nModel	15-82H802L3IN\r\nColor	Grey\r\nBox Contents	Laptop, Battery, Power Adaptor, User Guide, Warranty Documents', '2024-12-24-676a9ab9752d4.png', 183, '[{\"id\":\"182\",\"position\":1},{\"id\":\"183\",\"position\":2}]', '[]', '[]', '[]', '[]', 42240.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 16:57:53', '2024-12-24 16:57:53', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'lenovo-lap-ip-3-15-82h802l3in-i311th', 0, 0, NULL, 1, 0),
(317, 'HP LAP 15-FQ5112TU (i5,12th)', 'Brand	HP\r\nModel ID	15-FQ5112TU\r\nBox Contents	Laptop, Battery, Power Adaptor, User Guide, Warranty Documents\r\nOther Features	FHD, Micro-Edge Display, Dual speakers, HP TrueVision 720p HD Camera with with temporal noise reduction and Integrated dual array digital Microphones', '2024-12-24-676a9b251760a.png', 183, '[{\"id\":\"182\",\"position\":1},{\"id\":\"183\",\"position\":2}]', '[]', '[]', '[]', '[]', 65999.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 16:59:41', '2024-12-24 16:59:41', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'hp-lap-15-fq5112tu-i512th', 0, 0, NULL, 1, 0),
(318, 'LENOVO LAP IP-3 15-82RK006CIN (i3,12th)', 'Brand	Lenovo\r\nModel	82RK006CIN\r\nColor	Grey\r\nBox Contents	Laptop, Battery, Power Adaptor, User Guide, Warranty Documents', '2024-12-24-676a9b6c788ef.png', 183, '[{\"id\":\"182\",\"position\":1},{\"id\":\"183\",\"position\":2}]', '[]', '[]', '[]', '[]', 48490.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:00:52', '2024-12-24 17:00:52', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'lenovo-lap-ip-3-15-82rk006cin-i312th', 0, 0, NULL, 1, 0),
(319, 'HP 15s Core i3 11th Gen - (4 GB/1 TB HDD/Windows 10 Home) 15s-du3053TU Thin and Light Laptop (15.6 inch, Jet Black, 1.77 kg, With MS Office)', 'Brand	HP\r\nModel ID	15s-du3053TU\r\nPart Number	37G35PA#ACJ\r\nSeries	15s\r\nColor	Jet Black\r\nType	Thin and Light Laptop\r\nUpto 12 hours	3 cell\r\nMS Office Provided	Yes\r\nProcessor Generation	11th Gen\r\nSSD	No\r\nHDD Capacity	1 TB\r\nProcessor Variant	1115G4\r\nClock Speed	4.10 GHz Max Turbo Frequency\r\nRPM	5400\r\nGraphic Processor	Intel Integrated UHD\r\nNumber of Cores	2\r\nSystem Architecture	64 bit\r\nMic In	Yes\r\nRJ45	Yes\r\nUSB Port	1 x SuperSpeed USB Type C (5 Gbps Signaling Rate), 2 x SuperSpeed USB Type A (5 Gbps Signaling Rate)\r\nHDMI Port	1 x HDMI Port (v1.4b)\r\nHardware Interface	SATA\r\nSound Properties	Built in Alexa Support\r\nWireless LAN	IEEE 802.11a/b/g/n/ac (2x2)\r\nIncluded Software	Microsoft Office Home and Student 2019, HP Documentation, HP BIOS Recovery, HP Smart, Dropbox, HP Support Assistant', '2024-12-24-676a9bb59e13b.png', 183, '[{\"id\":\"182\",\"position\":1},{\"id\":\"183\",\"position\":2}]', '[]', '[]', '[]', '[]', 38990.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:02:05', '2024-12-24 17:02:05', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'hp-15s-core-i3-11th-gen-4-gb1-tb-hddwindows-10-home-15s-du3053tu-thin-and-light-laptop-156-inch-jet-black-177-kg-with-ms-office', 0, 0, NULL, 1, 0),
(320, 'Kreo Tundra laptop stand with cooler 5 Fan Cooling Pad  (Black)', 'Kreo Tundra Laptop Cooling Pad is a high quality 5 Fan Laptop Cooling Pad which comes loaded with features like 5 Adjustable Angles, 3 operating modes, 5 fans, and 10 different RGB lighting modes to take your gaming setup at a whole new new level of cool!', '2024-12-24-676a9c92610d2.png', 184, '[{\"id\":\"182\",\"position\":1},{\"id\":\"184\",\"position\":2}]', '[]', '[]', '[]', '[]', 2699.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:05:46', '2024-12-24 17:05:46', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'kreo-tundra-laptop-stand-with-cooler-5-fan-cooling-pad-black', 0, 0, NULL, 1, 0),
(321, 'DSelect by Dell DS320 Wireless Optical Mouse  (2.4GHz Wireless, Black)', 'Model Name\r\nDS320\r\nSystem Requirements\r\nWindows, Mac OS, Android\r\nSales Package\r\n1 Mouse, AA Battery, User Manual\r\nColor\r\nBlack', '2024-12-24-676a9d08e4102.png', 184, '[{\"id\":\"182\",\"position\":1},{\"id\":\"184\",\"position\":2}]', '[]', '[]', '[]', '[]', 999.00, 0.00, 'percent', 30.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:07:44', '2024-12-24 17:07:44', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'dselect-by-dell-ds320-wireless-optical-mouse-24ghz-wireless-black', 0, 0, NULL, 1, 0),
(322, 'Portronics Mport 31 USB Hub (4-in-1) Multiport Adapter with 1 x USB 3.0 & 3 x USB 2.0 Ports POR-1484 USB Hub  (Black)', 'ales Package\r\nUSB HUB 1N\r\nInbuilt Battery\r\nNo\r\nW x H x D\r\n12.5 cm x 1 cm x 8 cm\r\nWeight\r\n25 g\r\nOther Features\r\nHigh Speed Data Transfer upto 5GBPS Data Transfer Speed.\r\nNet Quantity\r\n1', '2024-12-24-676a9d89338b8.png', 184, '[{\"id\":\"182\",\"position\":1},{\"id\":\"184\",\"position\":2}]', '[]', '[]', '[]', '[]', 799.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:09:53', '2024-12-24 17:09:53', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'portronics-mport-31-usb-hub-4-in-1-multiport-adapter-with-1-x-usb-30-3-x-usb-20-ports-por-1484-usb-hub-black', 0, 0, NULL, 1, 0),
(323, 'The Originals Prodot Keyboard, Mouse and usb Hub , mouse pad and otg cable Combo Set Combo Set  (Black)', 'The Originals Prodot Keyboard, Mouse and usb Hub , mouse pad and otg cable Combo Combo Set Combo Set (Black) Features: Ergonomic keyboard with soft touch keys for a comfortable typing experience High-precision optical mouse with 1000 DPI for smooth and accurate cursor control 4-port USB hub for connecting multiple devices Large mouse pad for a comfortable mousing surface OTG cable for connecting your phone or tablet to your computer Black color to match any décor Benefits: Improve your productivity with a comfortable and efficient keyboard and mouse Connect multiple devices to your computer with the USB hub Enjoy a smooth and accurate cursor control with the high-precision optical mouse Use your phone or tablet as a second monitor with the OTG cable Add a touch of style to your workspace with the black color', '2024-12-24-676a9deaa84b2.png', 184, '[{\"id\":\"182\",\"position\":1},{\"id\":\"184\",\"position\":2}]', '[]', '[]', '[]', '[]', 1299.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:11:30', '2024-12-24 17:11:30', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'the-originals-prodot-keyboard-mouse-and-usb-hub-mouse-pad-and-otg-cable-combo-set-combo-set-black', 0, 0, NULL, 1, 0),
(324, 'QUICLEAN Screen & Lens Cleaner 500 ml with Microfiber Cloth for Computers, Laptops, Gaming, Mobiles  (QCSCREENCLEANERNEWP1)', 'With its adaptability, the kit is a staple for all your cleaning needs for electronic devices. This one-stop solution works well with a variety of devices. This package includes everything you need to clean your camera lens, TV screen, laptop, tablet, and cell phone. It ensures that you have a single solution that can easily manage a variety of surfaces and devices by acting as a phone cleaning kit, laptop screen cleaner, camera lens cleaner, and more.', '2024-12-24-676a9e552e324.png', 184, '[{\"id\":\"182\",\"position\":1},{\"id\":\"184\",\"position\":2}]', '[]', '[]', '[]', '[]', 999.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:13:17', '2024-12-24 17:13:17', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'quiclean-screen-lens-cleaner-500-ml-with-microfiber-cloth-for-computers-laptops-gaming-mobiles-qcscreencleanernewp1', 0, 0, NULL, 1, 0),
(325, 'LG OLED 55C2PSC', 'Sales Package	1 TV, User Manual, Warranty Card, Remote Control, 2 Cards, 2 Batteries\r\nBrand	LG\r\nModel Name	55C2PSC\r\nDisplay Size	55 inches\r\nHD Technology & Resolution	Ultra HD 3840 x 2160\r\n3D	No\r\nSmart TV	Yes\r\nCurve TV	No\r\nBuilt In Wi-Fi	Yes\r\nOther Features	Built-in Games, Triple XD Engine, Active Noise Reduction, Dynamic Color Enhancer, PC Input, Dolby Digital Decoder, 2Ch Speaker System', '2024-12-24-676a9f386b6f9.png', 185, '[{\"id\":\"19\",\"position\":1},{\"id\":\"185\",\"position\":2}]', '[]', '[]', '[]', '[]', 145500.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:17:04', '2024-12-24 17:17:04', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'lg-oled-55c2psc', 0, 0, NULL, 1, 0),
(326, 'LG OLED 65C2PSC', 'Sales Package	1 TV, User Manual, Warranty Card, Remote Control, 2 Cards, 2 Batteries\r\nBrand	LG\r\nModel Name	65C2PSC\r\nDisplay Size	65Inches\r\nHD Technology & Resolution	Ultra HD 3840 x 2160\r\n3D	No\r\nSmart TV	Yes\r\nCurve TV	No\r\nBuilt In Wi-Fi	Yes\r\nOther Features	Built-in Games, Triple XD Engine, Active Noise Reduction, Dynamic Color Enhancer, PC Input, Dolby Digital Decoder, 2Ch Speaker System\r\nLG Logo', '2024-12-24-676a9f70512d8.png', 185, '[{\"id\":\"19\",\"position\":1},{\"id\":\"185\",\"position\":2}]', '[]', '[]', '[]', '[]', 319990.00, 0.00, 'percent', 3.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:18:00', '2024-12-24 17:18:00', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'lg-oled-65c2psc', 0, 0, NULL, 1, 0),
(327, 'LG OLED 55G2PSA', 'Sales Package	1 TV, User Manual, Warranty Card, Remote Control, 2 Cards, 2 Batteries\r\nBrand	LG\r\nModel Name	48C2PSA\r\nDisplay Size	48 Inches\r\nHD Technology & Resolution	Ultra HD 3840 x 2160\r\n3D	No\r\nSmart TV	Yes\r\nCurve TV	No\r\nBuilt In Wi-Fi	Yes\r\nOther Features	Built-in Games, Triple XD Engine, Active Noise Reduction, Dynamic Color Enhancer, PC Input, Dolby Digital Decoder, 2Ch Speaker System', '2024-12-24-676a9fae17cb2.png', 185, '[{\"id\":\"19\",\"position\":1},{\"id\":\"185\",\"position\":2}]', '[]', '[]', '[]', '[]', 254990.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:19:02', '2024-12-24 17:19:02', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'lg-oled-55g2psa', 0, 0, NULL, 1, 0),
(328, 'SONY OLED XR-65A95K', 'Sales Package	TV, Remote, Quick Guide and Power Cable\r\nBrand	Sony\r\nModel Name	XR-65A95K\r\nDisplay Size	65 (64.5)\r\nHD Technology & Resolution	3840 x 2160 pixels\r\n3D	No\r\nSmart TV	Yes\r\nCurve TV	No\r\nBuilt In Wi-Fi	Yes\r\nOther Features	Bass Reflex Speaker for powerful bass sound with slim design, Auto Surround, S-Master Digital Amplifier', '2024-12-24-676aa00699ef9.png', 185, '[{\"id\":\"19\",\"position\":1},{\"id\":\"185\",\"position\":2}]', '[]', '[]', '[]', '[]', 479900.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:20:30', '2024-12-24 17:20:30', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'sony-oled-xr-65a95k', 0, 0, NULL, 1, 0),
(329, 'SAMSUNG QLED QA65QN85B', 'Sales Package	1 U Television, Remote, Power Cable, User Manual, Warranty Card, Quick Start Guide, Batteries, Stand\r\nBrand	Samsung\r\nModel Name	QA65QN85B\r\nDisplay Size	65\r\nHD Technology & Resolution	7,680 x 4,320\r\n3D	No\r\nSmart TV	Yes\r\nCurve TV	No\r\nBuilt In Wi-Fi	Yes\r\nOther Features	Clean View, Wide Colour enhancer, HD Picture Quality, HyperReal Picture Engine', '2024-12-24-676aa09c8b936.png', 186, '[{\"id\":\"19\",\"position\":1},{\"id\":\"186\",\"position\":2}]', '[]', '[]', '[]', '[]', 279900.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:23:00', '2024-12-24 17:23:00', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'samsung-qled-qa65qn85b', 0, 0, NULL, 1, 0),
(330, 'SAMSUNG QLED QA55QN95B', 'Sales Package	Remote Control Battery | Remote Control | Stand | Wall Mount | Power Cable |Warranty Card | e-Manual\r\nBrand	Samsung\r\nModel Name	QA55QN95B\r\nDisplay Size	55\r\nHD Technology & Resolution	768p\r\n3D	No\r\nSmart TV	Yes\r\nCurve TV	No\r\nBuilt In Wi-Fi	Yes\r\nOther Features	Clean View, Wide Colour enhancer, HD Picture Quality, HyperReal Picture Engine', '2024-12-24-676aa0e4659eb.png', 186, '[{\"id\":\"19\",\"position\":1},{\"id\":\"186\",\"position\":2}]', '[]', '[]', '[]', '[]', 254900.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:24:12', '2024-12-24 17:24:12', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'samsung-qled-qa55qn95b', 0, 0, NULL, 1, 0),
(331, 'SAMSUNG QLED QA55QN90B', 'Sales Package	Remote Control Battery | Remote Control | Stand | Wall Mount | Power Cable |Warranty Card | e-Manual\r\nBrand	Samsung\r\nModel Name	QA55QN90B\r\nDisplay Size	55\r\nHD Technology & Resolution	768p\r\n3D	No\r\nSmart TV	Yes\r\nCurve TV	No\r\nBuilt In Wi-Fi	Yes\r\nOther Features	Clean View, Wide Colour enhancer, HD Picture Quality, HyperReal Picture Engine', '2024-12-24-676aa11895729.png', 186, '[{\"id\":\"19\",\"position\":1},{\"id\":\"186\",\"position\":2}]', '[]', '[]', '[]', '[]', 219900.00, 0.00, 'percent', 15.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:25:04', '2024-12-24 17:25:04', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'samsung-qled-qa55qn90b', 0, 0, NULL, 1, 0),
(332, 'SAMSUNG QLED QA55QN85B', 'Sales Package	Remote Control Battery | Remote Control | Stand | Wall Mount | Power Cable |Warranty Card | e-Manual\r\nBrand	Samsung\r\nModel Name	QA55QN85B\r\nDisplay Size	55\r\nHD Technology & Resolution	768p\r\n3D	No\r\nSmart TV	Yes\r\nCurve TV	No\r\nBuilt In Wi-Fi	Yes\r\nOther Features	Clean View, Wide Colour enhancer, HD Picture Quality, HyperReal Picture Engine', '2024-12-24-676aa14c2d992.png', 186, '[{\"id\":\"19\",\"position\":1},{\"id\":\"186\",\"position\":2}]', '[]', '[]', '[]', '[]', 199900.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:25:56', '2024-12-24 17:25:56', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'samsung-qled-qa55qn85b', 0, 0, NULL, 1, 0),
(333, 'Havells 1200mm Fan Enticer Pearl Wh Gold', 'Brand	Havells\r\nModel Name	Enticer\r\nColor	Pearl White Gold\r\nType	Ceiling Fan\r\nNumber of Blades	3', '2024-12-24-676aa2bd9824a.png', 188, '[{\"id\":\"187\",\"position\":1},{\"id\":\"188\",\"position\":2}]', '[]', '[]', '[]', '[]', 5040.00, 0.00, 'percent', 22.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:32:05', '2024-12-24 17:32:05', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'havells-1200mm-fan-enticer-pearl-wh-gold', 0, 0, NULL, 1, 0),
(334, 'Havells Ceiling Fan 1200mm Andria Quartz', 'Brand	Havells\r\nModel Name	Andria Quartz\r\nColor	Gold\r\nType	Ceiling Fan\r\nNumber of Blades	3', '2024-12-24-676aa2f955e9f.png', 188, '[{\"id\":\"187\",\"position\":1},{\"id\":\"188\",\"position\":2}]', '[]', '[]', '[]', '[]', 4420.00, 0.00, 'percent', 15.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:33:05', '2024-12-24 17:33:05', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'havells-ceiling-fan-1200mm-andria-quartz', 0, 0, NULL, 1, 0),
(335, 'Havells Ceiling Fan 1200mm Aeroking Brown Havells Ceiling Fan 1200mm Aeroking Brown', 'Brand	Havells\r\nModel Name	Aeroking\r\nColor	Brown\r\nType	Ceiling Fan\r\nNumber of Blades	3\r\nOther Features	High speed fan with 400rpm, Havells Ceiling fan 1200mm sweep', '2024-12-24-676aa34e1a60f.png', 188, '[{\"id\":\"187\",\"position\":1},{\"id\":\"188\",\"position\":2}]', '[]', '[]', '[]', '[]', 2499.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:34:30', '2024-12-24 17:34:30', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'havells-ceiling-fan-1200mm-aeroking-brown-havells-ceiling-fan-1200mm-aeroking-brown', 0, 0, NULL, 1, 0),
(336, 'HAVELLS 1200 MM FAN ORION BRUSHED NICKEL', 'Brand	Havells\r\nModel Name	Orion\r\nColor	Brushed Nickel\r\nType	Ceiling Fan\r\nNumber of Blades	3\r\nOther Features	Wider tip blade for effective air circulation,Optimum performance even at low voltage', '2024-12-24-676aa387b5c13.png', 188, '[{\"id\":\"187\",\"position\":1},{\"id\":\"188\",\"position\":2}]', '[]', '[]', '[]', '[]', 7155.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:35:27', '2024-12-24 17:35:27', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'havells-1200-mm-fan-orion-brushed-nickel', 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
(337, 'LG REF GL-M051RSWC ( MINI REF )', 'Brand	LG\r\nModel	GL-M051RSWC\r\nCapacity	45 Litres\r\nType	Side by Side\r\nStar Rating	2 Star Rating\r\nStabilizer	yes\r\nColor	Matte Black\r\nOther Features	Moist Balance Crisper, Anti Bacterial Gasket, Smart Inverter Compressor, Smart Connect', '2024-12-24-676aa411acfa2.png', 189, '[{\"id\":\"187\",\"position\":1},{\"id\":\"189\",\"position\":2}]', '[]', '[]', '[]', '[]', 12199.00, 0.00, 'percent', 30.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:37:45', '2024-12-24 17:37:45', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'lg-ref-gl-m051rswc-mini-ref', 0, 0, NULL, 1, 0),
(338, 'LG REF GL-S322SDSY', 'Brand	LG\r\nModel	GL-S322SDSY\r\nCapacity	308 Litres\r\nType	Double\r\nStar Rating	2 Star Rating\r\nStabilizer	yes\r\nColor	Dazzle Steel\r\nOther Features	Stabilizer Free Operation, Smart Diagnosis, Anti-Bacterial Gasket', '2024-12-24-676aa46dcb3f5.png', 189, '[{\"id\":\"187\",\"position\":1},{\"id\":\"189\",\"position\":2}]', '[]', '[]', '[]', '[]', 36710.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:39:17', '2024-12-24 17:39:17', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'lg-ref-gl-s322sdsy', 0, 0, NULL, 1, 0),
(339, 'LG 260 L 2 star Single Door Refrigerator (GL-N292RDSY, Dazzle Steel)', 'Brand	LG\r\nModel	GL-N292RDSY\r\nCapacity	260 L\r\nType	Double Door\r\nStar Rating	2 star\r\nStabilizer	yes\r\nColour	Dazzle Steel\r\nOther Features	Smart Inverter Compressor, Multi Air Flow, LED Lighting, MOIST ‘N\' FRESH', '2024-12-24-676aa4b72d6b5.png', 189, '[{\"id\":\"187\",\"position\":1},{\"id\":\"189\",\"position\":2}]', '[]', '[]', '[]', '[]', 31699.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:40:31', '2024-12-24 17:40:31', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'lg-260-l-2-star-single-door-refrigerator-gl-n292rdsy-dazzle-steel', 0, 0, NULL, 1, 0),
(340, 'Samsung 244 L 3 star Double Door Refrigerator (RT28T3C23NV, Wave Steel)', 'Brand	Samsung\r\nModel	RT28T3C23NV\r\nCapacity	244 L\r\nType	Double Door\r\nStar Rating	3 Star\r\nStabilizer	Free Operation\r\nColor	Wave Steel\r\nOther Features	Curd Maestro, Base Stand Drawer, Convertible Freezer, Digital Inverter Technology, All-around Cooling, Stabilizer Free Operation', '2024-12-24-676aa4f03cb1e.png', 189, '[{\"id\":\"187\",\"position\":1},{\"id\":\"189\",\"position\":2}]', '[]', '[]', '[]', '[]', 37990.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:41:28', '2024-12-24 17:41:28', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'samsung-244-l-3-star-double-door-refrigerator-rt28t3c23nv-wave-steel', 0, 0, NULL, 1, 0),
(341, 'Samsung 324L Twin Cooling Plus™ Double Door Refrigerator RT34A4533BX', 'Brand	Samsung\r\nModel	RT34A4533BX\r\nCapacity	324 ℓ\r\nType	Double Door\r\nStar Rating	3 Star\r\nStabilizer	Stabilizer Free Operation\r\nColour	LUXE BLACK\r\nOther Features	Multi Flow, Ice Maker, Deodorizer, Fresh room', '2024-12-24-676aa5344cb19.png', 189, '[{\"id\":\"187\",\"position\":1},{\"id\":\"189\",\"position\":2}]', '[]', '[]', '[]', '[]', 51990.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:42:36', '2024-12-24 17:42:36', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'samsung-324l-twin-cooling-plus-double-door-refrigerator-rt34a4533bx', 0, 0, NULL, 1, 0),
(342, 'SAMSUNG WM WW70T4020CX1', 'Brand	Samsung\r\nModel Name	WW70T4020CX1\r\nType	Front Load Washing\r\nFunction Type	Fully-Automatic\r\nWashing Capacity	7 kg\r\nWashing Method	Bubble technology\r\nMaximum Spin Speed	1200 rpm\r\nIn-built Heater	Ceramic Heater\r\nShade	Inox\r\nIn The Box	1 Washing Machine, Inlet Pipe, Drain Pipe\r\nOther Features	Intensive Stain Removal,Easy Trouble-shooting, Chemical-Free Drum Sanitization,Quick Wash Programme,Gentle Fabric Care', '2024-12-24-676aa5a6ea924.png', 190, '[{\"id\":\"187\",\"position\":1},{\"id\":\"190\",\"position\":2}]', '[]', '[]', '[]', '[]', 44600.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:44:30', '2024-12-24 17:44:30', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'samsung-wm-ww70t4020cx1', 0, 0, NULL, 1, 0),
(343, 'SAMSUNG WM WW80T4040CX1TL', 'Brand	Samsung\r\nModel Name	WW80T4040CX1TL\r\nType	Front Loading\r\nFunction Type	Fully Automatic\r\nWashing Capacity	8 Kg\r\nWashing Method	Bubble technology\r\nMaximum Spin Speed	1400 rpm\r\nIn-built Heater	Ceramic Heater\r\nShade	Inox\r\nIn The Box	1 Washing Machine, Inlet Pipe, Drain Pipe\r\nOther Features	Intensive Stain Removal,Easy Trouble-shooting, Chemical-Free Drum Sanitization,Quick Wash Programme,Gentle Fabric Care', '2024-12-24-676aa5d923e9d.png', 190, '[{\"id\":\"187\",\"position\":1},{\"id\":\"190\",\"position\":2}]', '[]', '[]', '[]', '[]', 48800.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:45:21', '2024-12-24 17:45:21', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'samsung-wm-ww80t4040cx1tl', 0, 0, NULL, 1, 0),
(344, 'SAMSUNG WM WW70T502DAX1TL', 'Brand	Samsung\r\nModel Name	WW70T502DAX1TL\r\nType	Front Loading\r\nFunction Type	Fully Automatic\r\nWashing Capacity	7 kg\r\nWashing Method	-\r\nMaximum Spin Speed	1200rpm\r\nIn-built Heater	Ceramic Heater\r\nShade	Inox\r\nIn The Box	1 Washing Machine, Inlet Pipe, Drain Pipe\r\nOther Features	Intensive Stain Removal,Easy Trouble-shooting, Chemical-Free Drum Sanitization,Quick Wash Programme,Gentle Fabric Care', '2024-12-24-676aa60f445d4.png', 190, '[{\"id\":\"187\",\"position\":1},{\"id\":\"190\",\"position\":2}]', '[]', '[]', '[]', '[]', 48900.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:46:15', '2024-12-24 17:46:15', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'samsung-wm-ww70t502dax1tl', 0, 0, NULL, 1, 0),
(345, 'IFB WM SENATOR WSS STEAM', 'Brand	IFB\r\nModel Name	‎SENATOR WSS 8014\r\nType	Front Load\r\nFunction Type	Fully Automatic\r\nWashing Capacity	8kg\r\nWashing Method	Tumble Wash\r\nMaximum Spin Speed	1400 rpm\r\nIn-built Heater	Yes\r\nShade	Silver\r\nIn The Box	Washing Machine, User Manual, Drain Hose, Water Inlet Pipe, Protective Rat Mesh\r\nOther Features	Self Diagnosis, Auto Imbalance Sensing & Control, Foam Control System, Water Supply: 0.3 - 10 Bar, Built-in Aqua Filter', '2024-12-24-676aa66414daa.png', 190, '[{\"id\":\"187\",\"position\":1},{\"id\":\"190\",\"position\":2}]', '[]', '[]', '[]', '[]', 52999.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:47:40', '2024-12-24 17:47:40', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'ifb-wm-senator-wss-steam', 0, 0, NULL, 1, 0),
(346, 'SAMSUNG WM WW65R20EKSS/TL', 'Brand	Samsung\r\nModel Name	WW65R20EKSS/TL\r\nType	Front Loading\r\nFunction Type	Fully Automatic\r\nWashing Capacity	6.5kg\r\nWashing Method	Bubble technology\r\nMaximum Spin Speed	1400 rpm\r\nIn-built Heater	Ceramic Heater\r\nShade	Inox\r\nIn The Box	1 Washing Machine, Inlet Pipe, Drain Pipe\r\nOther Features	Intensive Stain Removal,Easy Trouble-shooting, Chemical-Free Drum Sanitization,Quick Wash Programme,Gentle Fabric Care', '2024-12-24-676aa69ea8f03.png', 190, '[{\"id\":\"187\",\"position\":1},{\"id\":\"190\",\"position\":2}]', '[]', '[]', '[]', '[]', 38500.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:48:38', '2024-12-24 17:48:38', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'samsung-wm-ww65r20eksstl', 0, 0, NULL, 1, 0),
(347, 'LG Split AC PSNQ19JNZE 1.5 Ton 5 Star 6-in-1 Inverter', 'Brand	LG\r\nModel Name	PSNQ19JNZE\r\nType	Split Ac\r\nCapacity in Tons	1 .5Ton\r\nStar Rating	5s\r\nColor	White\r\nCompressor	Dual Rotary/R-32\r\nRemote Control	Yes\r\nCondenser Coil	Copper\r\nOther Features	Dual Protection Filter, 3M Micro Dust Protection Filter, Auto Clean', '2024-12-24-676aa6ffb7ac7.png', 191, '[{\"id\":\"187\",\"position\":1},{\"id\":\"191\",\"position\":2}]', '[]', '[]', '[]', '[]', 75999.00, 0.00, 'percent', 30.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:50:15', '2024-12-24 17:50:15', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'lg-split-ac-psnq19jnze-15-ton-5-star-6-in-1-inverter', 0, 0, NULL, 1, 0),
(348, 'LG PS-Q19ENZE 1.5 Ton 5 Star Inverter 6-in-1 Split AC', 'Brand	LG\r\nModel Name	PSNQ19ENZE\r\nType	Split Ac\r\nCapacity in Tons	1 .5Ton\r\nStar Rating	5 Star\r\nColor	White\r\nCompressor	Dual Rotary/R-32\r\nRemote Control	Yes\r\nCondenser Coil	Copper\r\nOther Features	HD Filter with Anti-Virus Protection,4 Way Swing,100% Copper Tubes with Ocean Black Protection', '2024-12-24-676aa73b0cec9.png', 191, '[{\"id\":\"187\",\"position\":1},{\"id\":\"191\",\"position\":2}]', '[]', '[]', '[]', '[]', 75999.00, 0.00, 'percent', 35.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:51:15', '2024-12-24 17:51:15', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'lg-ps-q19enze-15-ton-5-star-inverter-6-in-1-split-ac', 0, 0, NULL, 1, 0),
(349, 'SAMSUNG AC AR18BY5YATB, IU', 'Brand	Samsung\r\nModel Name	AR18BY5YATB\r\nType	Split\r\nCapacity in Tons	1.5 Ton\r\nStar Rating	5s\r\nColor	White\r\nCompressor	BLDC\r\nRemote Control	Yes\r\nCondenser Coil	Copper\r\nOther Features	Anti-virus coating, Anti-allergy coating, Auto clean, Optimal single blade, 4-steps fan speed, Good sleep, Fast/Comfort Cool, anti-corrosion condensor', '2024-12-24-676aa766db0b6.png', 191, '[{\"id\":\"187\",\"position\":1},{\"id\":\"191\",\"position\":2}]', '[]', '[]', '[]', '[]', 67990.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:51:58', '2024-12-24 17:51:58', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'samsung-ac-ar18by5yatb-iu', 0, 0, NULL, 1, 0),
(350, 'SAMSUNG AC AR18BY4APWK 1.5Ton Split AC convertible 5-in-1 4 Star', 'Brand	Samsung\r\nModel Name	AR18BY4APWK\r\nType	Split Ac\r\nCapacity in Tons	1.5 Ton\r\nStar Rating	4 Star\r\nColor	White\r\nCompressor	BLDC\r\nRemote Control	Yes\r\nCondenser Coil	Copper\r\nOther Features	Anti-virus coating, Anti-allergy coating, Auto clean, Optimal single blade, 4-steps fan speed, Good sleep, Fast/Comfort Cool, anti-corrosion condensor', '2024-12-24-676aa7a3ec838.png', 191, '[{\"id\":\"187\",\"position\":1},{\"id\":\"191\",\"position\":2}]', '[]', '[]', '[]', '[]', 69990.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 7, '2024-12-24 17:52:59', '2024-12-24 17:52:59', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'samsung-ac-ar18by4apwk-15ton-split-ac-convertible-5-in-1-4-star', 0, 0, NULL, 1, 0),
(351, 'Apollo Pharmacy Premium Aqua Blue Handwash, 500 ml (2x250 ml)', 'Apollo Pharmacy Premium Aqua Blue Handwash, 500 ml (2x250 ml)', '2024-12-26-676d3d58e2baa.png', 193, '[{\"id\":\"192\",\"position\":1},{\"id\":\"193\",\"position\":2}]', '[]', '[]', '[]', '[]', 149.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 16:56:16', '2024-12-26 16:56:16', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'apollo-pharmacy-premium-aqua-blue-handwash-500-ml-2x250-ml', 0, 0, NULL, 1, 0),
(352, 'Apollo Pharmacy Premium Aqua Blue Handwash, 500 ml (2x250 ml)', 'Apollo Pharmacy Premium Aqua Blue Handwash, 500 ml (2x250 ml)', '2024-12-26-676d3d74aef4c.png', 193, '[{\"id\":\"192\",\"position\":1},{\"id\":\"193\",\"position\":2}]', '[]', '[]', '[]', '[]', 139.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 16:56:44', '2024-12-26 16:56:44', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'apollo-pharmacy-premium-aqua-blue-handwash-500-ml-2x250-ml-2', 0, 0, NULL, 1, 0),
(353, 'Apollo Life Premium Citrus Refreshing Wet Wipes, 60 (2x30) Count', 'Apollo Life Premium Citrus Refreshing Wet Wipes, 60 (2x30) Count', '2024-12-26-676d3dd4a161c.png', 193, '[{\"id\":\"192\",\"position\":1},{\"id\":\"193\",\"position\":2}]', '[]', '[]', '[]', '[]', 169.00, 0.00, 'percent', 15.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 16:58:20', '2024-12-26 16:58:20', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'apollo-life-premium-citrus-refreshing-wet-wipes-60-2x30-count', 0, 0, NULL, 1, 0),
(354, 'Apollo Life Premium Citrus Refreshing Wet Wipes, 60 (2x30) Count', 'Apollo Life Premium Citrus Refreshing Wet Wipes, 60 (2x30) Count', '2024-12-26-676d3df2a32cd.png', 193, '[{\"id\":\"192\",\"position\":1},{\"id\":\"193\",\"position\":2}]', '[]', '[]', '[]', '[]', 149.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 16:58:50', '2024-12-26 16:59:40', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'apollo-life-premium-citrus-refreshing-wet-wipes-60-2x30-count-2', 0, 0, NULL, 1, 0),
(355, 'Apollo Life Aloe Vera Skin Care Gel, 200 gm (2x100 gm)', 'Apollo Life Aloe Vera Skin Care Gel, 200 gm (2x100 gm)', '2024-12-26-676d3e1a9676f.png', 193, '[{\"id\":\"192\",\"position\":1},{\"id\":\"193\",\"position\":2}]', '[]', '[]', '[]', '[]', 169.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 16:59:30', '2024-12-26 16:59:30', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'apollo-life-aloe-vera-skin-care-gel-200-gm-2x100-gm', 0, 0, NULL, 1, 0),
(356, 'Apollo Life Aloe Vera Skin Care Gel, 200 gm (2x100 gm)', 'Apollo Life Aloe Vera Skin Care Gel, 200 gm (2x100 gm)', '2024-12-26-676d3e3fcc53f.png', 193, '[{\"id\":\"192\",\"position\":1},{\"id\":\"193\",\"position\":2}]', '[]', '[]', '[]', '[]', 149.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 17:00:07', '2024-12-26 17:00:07', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'apollo-life-aloe-vera-skin-care-gel-200-gm-2x100-gm-2', 0, 0, NULL, 1, 0),
(357, 'Apollo Pharmacy Value Pack Sensitive Toothbrush & Tongue Cleaner, 2 Kit', 'Apollo Pharmacy Value Pack Sensitive Toothbrush & Tongue Cleaner, 2 Kit', '2024-12-26-676d3e97be20a.png', 194, '[{\"id\":\"192\",\"position\":1},{\"id\":\"194\",\"position\":2}]', '[]', '[]', '[]', '[]', 164.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 17:01:35', '2024-12-26 17:01:35', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'apollo-pharmacy-value-pack-sensitive-toothbrush-tongue-cleaner-2-kit', 0, 0, NULL, 1, 0),
(358, 'Apollo Pharmacy Value Pack Sensitive Toothbrush & Tongue Cleaner, 2 Kit', 'Apollo Pharmacy Value Pack Sensitive Toothbrush & Tongue Cleaner, 2 Kit', '2024-12-26-676d3eb0f3e06.png', 194, '[{\"id\":\"192\",\"position\":1},{\"id\":\"194\",\"position\":2}]', '[]', '[]', '[]', '[]', 149.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 17:02:01', '2024-12-26 17:02:01', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'apollo-pharmacy-value-pack-sensitive-toothbrush-tongue-cleaner-2-kit-2', 0, 0, NULL, 1, 0),
(359, 'Apollo Pharmacy Povidone Iodine 2% W/V Gargle, 100 ml', 'Apollo Pharmacy Povidone Iodine 2% W/V Gargle, 100 ml', '2024-12-26-676d3eea16b86.png', 194, '[{\"id\":\"192\",\"position\":1},{\"id\":\"194\",\"position\":2}]', '[]', '[]', '[]', '[]', 109.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 17:02:58', '2024-12-26 17:02:58', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'apollo-pharmacy-povidone-iodine-2-wv-gargle-100-ml', 0, 0, NULL, 1, 0),
(360, 'Apollo Pharmacy Povidone Iodine 2% W/V Gargle, 100 ml', 'Apollo Pharmacy Povidone Iodine 2% W/V Gargle, 100 ml', '2024-12-26-676d3f0c967fa.png', 194, '[{\"id\":\"192\",\"position\":1},{\"id\":\"194\",\"position\":2}]', '[]', '[]', '[]', '[]', 99.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 17:03:32', '2024-12-26 17:03:32', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'apollo-pharmacy-povidone-iodine-2-wv-gargle-100-ml-2', 0, 0, NULL, 1, 0),
(361, 'Apollo Pharmacy Fresh Breath Cool Mint Mouthwash, 150 ml', 'Apollo Pharmacy Fresh Breath Cool Mint Mouthwash, 150 ml', '2024-12-26-676d3f422a145.png', 194, '[{\"id\":\"192\",\"position\":1},{\"id\":\"194\",\"position\":2}]', '[]', '[]', '[]', '[]', 79.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 17:04:26', '2024-12-26 17:04:26', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'apollo-pharmacy-fresh-breath-cool-mint-mouthwash-150-ml', 0, 0, NULL, 1, 0),
(362, 'Apollo Pharmacy Fresh Breath Cool Mint Mouthwash, 150 ml', 'Apollo Pharmacy Fresh Breath Cool Mint Mouthwash, 150 ml', '2024-12-26-676d3f5e55d87.png', 194, '[{\"id\":\"192\",\"position\":1},{\"id\":\"194\",\"position\":2}]', '[]', '[]', '[]', '[]', 79.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 17:04:54', '2024-12-26 17:04:54', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'apollo-pharmacy-fresh-breath-cool-mint-mouthwash-150-ml-2', 0, 0, NULL, 1, 0),
(363, 'Apollo Pharmacy Ayurvedic Toothpaste, 100 gm', 'Apollo Pharmacy Ayurvedic Toothpaste, 100 gm', '2024-12-26-676d3f91eb3be.png', 194, '[{\"id\":\"192\",\"position\":1},{\"id\":\"194\",\"position\":2}]', '[]', '[]', '[]', '[]', 69.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 17:05:45', '2024-12-26 17:05:45', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'apollo-pharmacy-ayurvedic-toothpaste-100-gm', 0, 0, NULL, 1, 0),
(364, 'Apollo Pharmacy Ayurvedic Toothpaste, 100 gm', 'Apollo Pharmacy Ayurvedic Toothpaste, 100 gm', '2024-12-26-676d3fad4eae2.png', 194, '[{\"id\":\"192\",\"position\":1},{\"id\":\"194\",\"position\":2}]', '[]', '[]', '[]', '[]', 69.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 17:06:13', '2024-12-26 17:06:13', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'apollo-pharmacy-ayurvedic-toothpaste-100-gm-2', 0, 0, NULL, 1, 0),
(365, 'Apollo Essentials Adult Diaper Tape Style Unisex XL, 10 Count', 'Apollo Essentials Adult Diaper Tape Style Unisex XL, 10 Count', '2024-12-26-676d40f11d538.png', 195, '[{\"id\":\"192\",\"position\":1},{\"id\":\"195\",\"position\":2}]', '[]', '[]', '[]', '[]', 499.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 17:11:37', '2024-12-26 17:11:37', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'apollo-essentials-adult-diaper-tape-style-unisex-xl-10-count', 0, 0, NULL, 1, 0),
(366, 'Apollo Essentials Adult Diaper Tape Style Unisex XL, 10 Count', 'Apollo Essentials Adult Diaper Tape Style Unisex XL, 10 Count', '2024-12-26-676d410d6b967.png', 195, '[{\"id\":\"192\",\"position\":1},{\"id\":\"195\",\"position\":2}]', '[]', '[]', '[]', '[]', 499.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 17:12:05', '2024-12-26 17:12:05', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'apollo-essentials-adult-diaper-tape-style-unisex-xl-10-count-2', 0, 0, NULL, 1, 0),
(367, 'Apollo Essentials Adult Diaper Pant Unisex Medium, 30 Count', 'Apollo Essentials Adult Diaper Pant Unisex Medium, 30 Count', '2024-12-26-676d41513e18a.png', 195, '[{\"id\":\"192\",\"position\":1},{\"id\":\"195\",\"position\":2}]', '[]', '[]', '[]', '[]', 499.00, 0.00, 'percent', 15.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 17:13:13', '2024-12-26 17:13:13', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'apollo-essentials-adult-diaper-pant-unisex-medium-30-count', 0, 0, NULL, 1, 0),
(368, 'Apollo Essentials Adult Diaper Pant Unisex Medium, 30 Count', 'Apollo Essentials Adult Diaper Pant Unisex Medium, 30 Count', '2024-12-26-676d416e45c4a.png', 195, '[{\"id\":\"192\",\"position\":1},{\"id\":\"195\",\"position\":2}]', '[]', '[]', '[]', '[]', 499.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 17:13:42', '2024-12-26 17:13:42', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'apollo-essentials-adult-diaper-pant-unisex-medium-30-count-2', 0, 0, NULL, 1, 0),
(369, 'Apollo Pharmacy Adult Diaper Pant Style Slim XL, 10 Count', 'Apollo Pharmacy Adult Diaper Pant Style Slim XL, 10 Count', '2024-12-26-676d419d76b53.png', 195, '[{\"id\":\"192\",\"position\":1},{\"id\":\"195\",\"position\":2}]', '[]', '[]', '[]', '[]', 479.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 17:14:29', '2024-12-26 17:14:29', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'apollo-pharmacy-adult-diaper-pant-style-slim-xl-10-count', 0, 0, NULL, 1, 0),
(370, 'Apollo Pharmacy Adult Diaper Pant Style Slim XL, 10 Count', 'Apollo Pharmacy Adult Diaper Pant Style Slim XL, 10 Count', '2024-12-26-676d41b7d421e.png', 195, '[{\"id\":\"192\",\"position\":1},{\"id\":\"195\",\"position\":2}]', '[]', '[]', '[]', '[]', 469.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 17:14:55', '2024-12-26 17:14:55', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'apollo-pharmacy-adult-diaper-pant-style-slim-xl-10-count-2', 0, 0, NULL, 1, 0),
(371, 'Apollo Pharmacy Vitamin C Effervescent, 20 Tablets', 'Apollo Pharmacy Vitamin C Effervescent, 20 Tablets', '2024-12-26-676d42a879bca.png', 197, '[{\"id\":\"196\",\"position\":1},{\"id\":\"197\",\"position\":2}]', '[]', '[]', '[]', '[]', 199.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 17:18:56', '2024-12-26 17:18:56', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'apollo-pharmacy-vitamin-c-effervescent-20-tablets', 0, 0, NULL, 1, 0),
(372, 'Apollo Pharmacy Vitamin C Effervescent, 20 Tablets', 'Apollo Pharmacy Vitamin C Effervescent, 20 Tablets', '2024-12-26-676d42c2c2e19.png', 197, '[{\"id\":\"196\",\"position\":1},{\"id\":\"197\",\"position\":2}]', '[]', '[]', '[]', '[]', 189.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 17:19:22', '2024-12-26 17:19:22', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'apollo-pharmacy-vitamin-c-effervescent-20-tablets-2', 0, 0, NULL, 1, 0),
(373, 'Fast&Up Charge Natural Vitamin C & Zinc Orange Flavour', 'Fast&Up Charge Natural Vitamin C & Zinc Orange Flavour', '2024-12-26-676d430088bf0.png', 197, '[{\"id\":\"196\",\"position\":1},{\"id\":\"197\",\"position\":2}]', '[]', '[]', '[]', '[]', 425.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 17:20:24', '2024-12-26 17:20:24', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'fastup-charge-natural-vitamin-c-zinc-orange-flavour', 0, 0, NULL, 1, 0),
(374, 'Fast&Up Charge Natural Vitamin C & Zinc Orange Flavour', 'Fast&Up Charge Natural Vitamin C & Zinc Orange Flavour', '2024-12-26-676d431c51d34.png', 197, '[{\"id\":\"196\",\"position\":1},{\"id\":\"197\",\"position\":2}]', '[]', '[]', '[]', '[]', 425.00, 0.00, 'percent', 7.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 17:20:52', '2024-12-26 17:20:52', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'fastup-charge-natural-vitamin-c-zinc-orange-flavour-2', 0, 0, NULL, 1, 0),
(375, 'Chicnutrix Glow Glutathione & Vitamin C, 20 Effervescent Tablets', 'Chicnutrix Glow Glutathione & Vitamin C, 20 Effervescent Tablets', '2024-12-26-676d435baec5a.png', 197, '[{\"id\":\"196\",\"position\":1},{\"id\":\"197\",\"position\":2}]', '[]', '[]', '[]', '[]', 1989.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 17:21:55', '2024-12-26 17:21:55', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'chicnutrix-glow-glutathione-vitamin-c-20-effervescent-tablets', 0, 0, NULL, 1, 0),
(376, 'Chicnutrix Glow Glutathione & Vitamin C, 20 Effervescent Tablets', 'Chicnutrix Glow Glutathione & Vitamin C, 20 Effervescent Tablets', '2024-12-26-676d43779c1a4.png', 197, '[{\"id\":\"196\",\"position\":1},{\"id\":\"197\",\"position\":2}]', '[]', '[]', '[]', '[]', 1989.00, 0.00, 'percent', 7.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 17:22:23', '2024-12-26 17:22:23', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'chicnutrix-glow-glutathione-vitamin-c-20-effervescent-tablets-2', 0, 0, NULL, 1, 0),
(377, 'Uprise-D3 60K Softgel Capsule', 'Uprise-D3 60K Softgel Capsule', '2024-12-26-676d43be5c724.png', 198, '[{\"id\":\"196\",\"position\":1},{\"id\":\"198\",\"position\":2}]', '[]', '[]', '[]', '[]', 413.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 17:23:34', '2024-12-26 17:23:34', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'uprise-d3-60k-softgel-capsule', 0, 0, NULL, 1, 0),
(378, 'Uprise-D3 60K Softgel Capsule', 'Uprise-D3 60K Softgel Capsule', '2024-12-26-676d43dc6237a.png', 198, '[{\"id\":\"196\",\"position\":1},{\"id\":\"198\",\"position\":2}]', '[]', '[]', '[]', '[]', 413.00, 0.00, 'percent', 13.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 17:24:04', '2024-12-26 17:24:04', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'uprise-d3-60k-softgel-capsule-2', 0, 0, NULL, 1, 0),
(379, 'Uprise-D3 60K Oral Solution 5 ml', 'Uprise-D3 60K Oral Solution 5 ml', '2024-12-26-676d4413745b2.png', 198, '[{\"id\":\"196\",\"position\":1},{\"id\":\"198\",\"position\":2}]', '[]', '[]', '[]', '[]', 85.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 17:24:59', '2024-12-26 17:24:59', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'uprise-d3-60k-oral-solution-5-ml', 0, 0, NULL, 1, 0),
(380, 'Uprise-D3 60K Oral Solution 5 ml', 'Uprise-D3 60K Oral Solution 5 ml', '2024-12-26-676d442cb7a9f.png', 198, '[{\"id\":\"196\",\"position\":1},{\"id\":\"198\",\"position\":2}]', '[]', '[]', '[]', '[]', 85.00, 0.00, 'percent', 7.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 17:25:24', '2024-12-26 17:25:24', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'uprise-d3-60k-oral-solution-5-ml-2', 0, 0, NULL, 1, 0),
(381, 'Apollo Pharmacy Vitamin D3 60000 IU, 4 Capsules', 'Apollo Pharmacy Vitamin D3 60000 IU, 4 Capsules', '2024-12-26-676d4469e9657.png', 198, '[{\"id\":\"196\",\"position\":1},{\"id\":\"198\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 3.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 17:26:25', '2024-12-26 17:26:25', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'apollo-pharmacy-vitamin-d3-60000-iu-4-capsules', 0, 0, NULL, 1, 0),
(382, 'Apollo Pharmacy Vitamin D3 60000 IU, 4 Capsules', 'Apollo Pharmacy Vitamin D3 60000 IU, 4 Capsules', '2024-12-26-676d44882b889.png', 198, '[{\"id\":\"196\",\"position\":1},{\"id\":\"198\",\"position\":2}]', '[]', '[]', '[]', '[]', 99.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 17:26:56', '2024-12-26 17:26:56', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'apollo-pharmacy-vitamin-d3-60000-iu-4-capsules-2', 0, 0, NULL, 1, 0),
(383, 'Centrum Women Multivitamin, 30 Tablets', 'Centrum Women Multivitamin, 30 Tablets', '2024-12-26-676d4500cffb6.png', 199, '[{\"id\":\"196\",\"position\":1},{\"id\":\"199\",\"position\":2}]', '[{\"type\":\"30\",\"price\":468,\"stock\":100},{\"type\":\"50\",\"price\":693,\"stock\":90}]', '[]', '[\"5\"]', '[{\"name\":\"choice_5\",\"title\":\"Pcs\",\"options\":[\"30\",\"50\"]}]', 1.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 17:28:56', '2024-12-26 17:28:56', 0, 0.00000000000000, 0, NULL, 7, 190, 1, '[]', '[]', 'centrum-women-multivitamin-30-tablets', 0, 0, NULL, 1, 0),
(384, 'Centrum Women Multivitamin, 30 Tablets', 'Centrum Women Multivitamin, 30 Tablets', '2024-12-26-676d454316e0c.png', 199, '[{\"id\":\"196\",\"position\":1},{\"id\":\"199\",\"position\":2}]', '[{\"type\":\"30\",\"price\":469,\"stock\":100},{\"type\":\"50\",\"price\":689,\"stock\":100}]', '[]', '[\"5\"]', '[{\"name\":\"choice_5\",\"title\":\"Pcs\",\"options\":[\"30\",\"50\"]}]', 1.00, 0.00, 'percent', 7.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 17:30:03', '2024-12-26 17:30:03', 0, 0.00000000000000, 0, NULL, 7, 200, 1, '[]', '[]', 'centrum-women-multivitamin-30-tablets-2', 0, 0, NULL, 1, 0),
(385, 'GNC Mega Men One Daily Multivitamin, 60 Tablets', 'GNC Mega Men One Daily Multivitamin, 60 Tablets', '2024-12-26-676d45822baf6.png', 199, '[{\"id\":\"196\",\"position\":1},{\"id\":\"199\",\"position\":2}]', '[]', '[]', '[]', '[]', 1099.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 17:31:06', '2024-12-26 17:31:06', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'gnc-mega-men-one-daily-multivitamin-60-tablets', 0, 0, NULL, 1, 0),
(386, 'GNC Mega Men One Daily Multivitamin, 60 Tablets', 'GNC Mega Men One Daily Multivitamin, 60 Tablets', '2024-12-26-676d459db0f9f.png', 199, '[{\"id\":\"196\",\"position\":1},{\"id\":\"199\",\"position\":2}]', '[]', '[]', '[]', '[]', 1099.00, 0.00, 'percent', 11.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 17:31:33', '2024-12-26 17:31:33', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'gnc-mega-men-one-daily-multivitamin-60-tablets-2', 0, 0, NULL, 1, 0),
(387, 'OZiva Daily Women\'s Multi, 60 Tablets', 'OZiva Daily Women\'s Multi, 60 Tablets', '2024-12-26-676d45d366aca.png', 199, '[{\"id\":\"196\",\"position\":1},{\"id\":\"199\",\"position\":2}]', '[]', '[]', '[]', '[]', 499.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 17:32:27', '2024-12-26 17:32:27', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'oziva-daily-womens-multi-60-tablets', 0, 0, NULL, 1, 0),
(388, 'OZiva Daily Women\'s Multi, 60 Tablets', 'OZiva Daily Women\'s Multi, 60 Tablets', '2024-12-26-676d45fe75d00.png', 199, '[{\"id\":\"196\",\"position\":1},{\"id\":\"199\",\"position\":2}]', '[]', '[]', '[]', '[]', 499.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 17:33:10', '2024-12-26 17:33:10', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'oziva-daily-womens-multi-60-tablets-2', 0, 0, NULL, 1, 0),
(389, 'Ty.Phoo Cleansing Lemon And Honey Green Tea Bags, 25 Count', 'Ty.Phoo Cleansing Lemon And Honey Green Tea Bags, 25 Count', '2024-12-26-676d46b65ffc8.png', 200, '[{\"id\":\"196\",\"position\":1},{\"id\":\"200\",\"position\":2}]', '[]', '[]', '[]', '[]', 219.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 17:36:14', '2024-12-26 17:36:14', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'typhoo-cleansing-lemon-and-honey-green-tea-bags-25-count', 0, 0, NULL, 1, 0),
(390, 'Ty.Phoo Cleansing Lemon And Honey Green Tea Bags, 25 Count', 'Ty.Phoo Cleansing Lemon And Honey Green Tea Bags, 25 Count', '2024-12-26-676d46d122871.png', 200, '[{\"id\":\"196\",\"position\":1},{\"id\":\"200\",\"position\":2}]', '[]', '[]', '[]', '[]', 217.00, 0.00, 'percent', 7.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 17:36:41', '2024-12-26 17:36:41', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'typhoo-cleansing-lemon-and-honey-green-tea-bags-25-count-2', 0, 0, NULL, 1, 0),
(391, 'Lipton Honey Lemon Green Tea Bags, 25 Count', 'Lipton Honey Lemon Green Tea Bags, 25 Count', '2024-12-26-676d46fb8c5d4.png', 200, '[{\"id\":\"196\",\"position\":1},{\"id\":\"200\",\"position\":2}]', '[]', '[]', '[]', '[]', 175.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 17:37:23', '2024-12-26 17:37:23', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'lipton-honey-lemon-green-tea-bags-25-count', 0, 0, NULL, 1, 0),
(392, 'Lipton Honey Lemon Green Tea Bags, 25 Count', 'Lipton Honey Lemon Green Tea Bags, 25 Count', '2024-12-26-676d47247e0ea.png', 200, '[{\"id\":\"196\",\"position\":1},{\"id\":\"200\",\"position\":2}]', '[]', '[]', '[]', '[]', 173.00, 0.00, 'percent', 6.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 17:38:04', '2024-12-26 17:38:04', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'lipton-honey-lemon-green-tea-bags-25-count-2', 0, 0, NULL, 1, 0),
(393, 'Lipton Honey Lemon Green Tea Bags, 25 Count', 'Lipton Honey Lemon Green Tea Bags, 25 Count', '2024-12-26-676d4754f1753.png', 200, '[{\"id\":\"196\",\"position\":1},{\"id\":\"200\",\"position\":2}]', '[]', '[]', '[]', '[]', 129.00, 0.00, 'percent', 3.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 17:38:53', '2024-12-26 17:38:53', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'lipton-honey-lemon-green-tea-bags-25-count-3', 0, 0, NULL, 1, 0),
(394, 'Lipton Honey Lemon Green Tea Bags, 25 Count', 'Lipton Honey Lemon Green Tea Bags, 25 Count', '2024-12-26-676d47723f5e6.png', 200, '[{\"id\":\"196\",\"position\":1},{\"id\":\"200\",\"position\":2}]', '[]', '[]', '[]', '[]', 127.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 17:39:22', '2024-12-26 17:39:22', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'lipton-honey-lemon-green-tea-bags-25-count-4', 0, 0, NULL, 1, 0),
(395, 'AptaGrow Vanilla Flavour Nutrition Powder, 400 gm', 'AptaGrow Vanilla Flavour Nutrition Powder, 400 gm', '2024-12-26-676d4857daf5f.png', 202, '[{\"id\":\"201\",\"position\":1},{\"id\":\"202\",\"position\":2}]', '[]', '[]', '[]', '[]', 625.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 17:43:11', '2024-12-26 17:43:11', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'aptagrow-vanilla-flavour-nutrition-powder-400-gm', 0, 0, NULL, 1, 0),
(396, 'AptaGrow Vanilla Flavour Nutrition Powder, 400 gm', 'AptaGrow Vanilla Flavour Nutrition Powder, 400 gm', '2024-12-26-676d487304060.png', 202, '[{\"id\":\"201\",\"position\":1},{\"id\":\"202\",\"position\":2}]', '[]', '[]', '[]', '[]', 620.00, 0.00, 'percent', 11.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 17:43:39', '2024-12-26 17:43:39', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'aptagrow-vanilla-flavour-nutrition-powder-400-gm-2', 0, 0, NULL, 1, 0),
(397, 'Pediasure Chocolate Flavour Nutrition Powder for Kids Growth, 400 gm', 'Pediasure Chocolate Flavour Nutrition Powder for Kids Growth, 400 gm', '2024-12-26-676d48a62c7d8.png', 202, '[{\"id\":\"201\",\"position\":1},{\"id\":\"202\",\"position\":2}]', '[]', '[]', '[]', '[]', 779.00, 0.00, 'percent', 8.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 17:44:30', '2024-12-26 17:44:30', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'pediasure-chocolate-flavour-nutrition-powder-for-kids-growth-400-gm', 0, 0, NULL, 1, 0),
(398, 'Pediasure Chocolate Flavour Nutrition Powder for Kids Growth, 400 gm', 'Pediasure Chocolate Flavour Nutrition Powder for Kids Growth, 400 gm', '2024-12-26-676d48bf3706c.png', 202, '[{\"id\":\"201\",\"position\":1},{\"id\":\"202\",\"position\":2}]', '[]', '[]', '[]', '[]', 769.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 17:44:55', '2024-12-26 17:44:55', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'pediasure-chocolate-flavour-nutrition-powder-for-kids-growth-400-gm-2', 0, 0, NULL, 1, 0),
(399, 'Nestle Nangrow Creamy Vanilla Flavour Nutrition Powder, 400 gm Refill Pack', 'Nestle Nangrow Creamy Vanilla Flavour Nutrition Powder, 400 gm Refill Pack', '2024-12-26-676d48f3d34c2.png', 202, '[{\"id\":\"201\",\"position\":1},{\"id\":\"202\",\"position\":2}]', '[]', '[]', '[]', '[]', 625.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 17:45:47', '2024-12-26 17:45:47', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'nestle-nangrow-creamy-vanilla-flavour-nutrition-powder-400-gm-refill-pack', 0, 0, NULL, 1, 0),
(400, 'Nestle Nangrow Creamy Vanilla Flavour Nutrition Powder, 400 gm Refill Pack', 'Nestle Nangrow Creamy Vanilla Flavour Nutrition Powder, 400 gm Refill Pack', '2024-12-26-676d490de5b2b.png', 202, '[{\"id\":\"201\",\"position\":1},{\"id\":\"202\",\"position\":2}]', '[]', '[]', '[]', '[]', 620.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 17:46:13', '2024-12-26 17:46:13', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'nestle-nangrow-creamy-vanilla-flavour-nutrition-powder-400-gm-refill-pack-2', 0, 0, NULL, 1, 0),
(401, 'Pintola All Natural Crunchy Peanut Butter, 1 kg', 'Pintola All Natural Crunchy Peanut Butter, 1 kg', '2024-12-26-676d498316bf7.png', 203, '[{\"id\":\"201\",\"position\":1},{\"id\":\"203\",\"position\":2}]', '[]', '[]', '[]', '[]', 449.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 17:48:11', '2024-12-26 17:48:11', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'pintola-all-natural-crunchy-peanut-butter-1-kg', 0, 0, NULL, 1, 0),
(402, 'Pintola All Natural Crunchy Peanut Butter, 1 kg', 'Pintola All Natural Crunchy Peanut Butter, 1 kg', '2024-12-26-676d49a23aeac.png', 203, '[{\"id\":\"201\",\"position\":1},{\"id\":\"203\",\"position\":2}]', '[]', '[]', '[]', '[]', 439.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 17:48:42', '2024-12-26 17:48:42', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'pintola-all-natural-crunchy-peanut-butter-1-kg-2', 0, 0, NULL, 1, 0),
(403, 'Pintola Dark Chocolate Crunchy Peanut Butter, 350 gm', 'Pintola Dark Chocolate Crunchy Peanut Butter, 350 gm', '2024-12-26-676d49d76f90b.png', 203, '[{\"id\":\"201\",\"position\":1},{\"id\":\"203\",\"position\":2}]', '[]', '[]', '[]', '[]', 199.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 17:49:35', '2024-12-26 17:49:35', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'pintola-dark-chocolate-crunchy-peanut-butter-350-gm', 0, 0, NULL, 1, 0),
(404, 'Pintola Dark Chocolate Crunchy Peanut Butter, 350 gm', 'Pintola Dark Chocolate Crunchy Peanut Butter, 350 gm', '2024-12-26-676d49f0b644c.png', 203, '[{\"id\":\"201\",\"position\":1},{\"id\":\"203\",\"position\":2}]', '[]', '[]', '[]', '[]', 199.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 17:50:00', '2024-12-26 17:50:00', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'pintola-dark-chocolate-crunchy-peanut-butter-350-gm-2', 0, 0, NULL, 1, 0),
(405, 'Myfitness Chocolate Peanut Butter Smooth, 1.25 kg', 'Myfitness Chocolate Peanut Butter Smooth, 1.25 kg', '2024-12-26-676d4a2a049f0.png', 203, '[{\"id\":\"201\",\"position\":1},{\"id\":\"203\",\"position\":2}]', '[]', '[]', '[]', '[]', 649.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 17:50:58', '2024-12-26 17:50:58', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'myfitness-chocolate-peanut-butter-smooth-125-kg', 0, 0, NULL, 1, 0),
(406, 'Myfitness Chocolate Peanut Butter Smooth, 1.25 kg', 'Myfitness Chocolate Peanut Butter Smooth, 1.25 kg', '2024-12-26-676d4a44df417.png', 203, '[{\"id\":\"201\",\"position\":1},{\"id\":\"203\",\"position\":2}]', '[]', '[]', '[]', '[]', 649.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 17:51:24', '2024-12-26 17:51:24', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'myfitness-chocolate-peanut-butter-smooth-125-kg-2', 0, 0, NULL, 1, 0),
(407, 'Optimum Nutrition (ON) Performance Whey Protein Chocolate Milkshake Flavour', 'Optimum Nutrition (ON) Performance Whey Protein Chocolate Milkshake Flavour', '2024-12-26-676d4aa9dd525.png', 204, '[{\"id\":\"201\",\"position\":1},{\"id\":\"204\",\"position\":2}]', '[]', '[]', '[]', '[]', 2999.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 17:53:05', '2024-12-26 17:53:05', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'optimum-nutrition-on-performance-whey-protein-chocolate-milkshake-flavour', 0, 0, NULL, 1, 0),
(408, 'Optimum Nutrition (ON) Performance Whey Protein Chocolate Milkshake Flavour', 'Optimum Nutrition (ON) Performance Whey Protein Chocolate Milkshake Flavour', '2024-12-26-676d4ac34411e.png', 204, '[{\"id\":\"201\",\"position\":1},{\"id\":\"204\",\"position\":2}]', '[]', '[]', '[]', '[]', 2999.00, 0.00, 'percent', 15.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 17:53:31', '2024-12-26 17:53:31', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'optimum-nutrition-on-performance-whey-protein-chocolate-milkshake-flavour-2', 0, 0, NULL, 1, 0),
(409, 'Ensure High Protein Vanilla Flavour Powder for Adults, 400 gm', 'Ensure High Protein Vanilla Flavour Powder for Adults, 400 gm', '2024-12-26-676d4aeedf11b.png', 204, '[{\"id\":\"201\",\"position\":1},{\"id\":\"204\",\"position\":2}]', '[]', '[]', '[]', '[]', 880.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 17:54:14', '2024-12-26 17:54:14', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'ensure-high-protein-vanilla-flavour-powder-for-adults-400-gm', 0, 0, NULL, 1, 0),
(410, 'Ensure High Protein Vanilla Flavour Powder for Adults, 400 gm', 'Ensure High Protein Vanilla Flavour Powder for Adults, 400 gm', '2024-12-26-676d4b0a6c5b0.png', 204, '[{\"id\":\"201\",\"position\":1},{\"id\":\"204\",\"position\":2}]', '[]', '[]', '[]', '[]', 870.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 17:54:42', '2024-12-26 17:54:42', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'ensure-high-protein-vanilla-flavour-powder-for-adults-400-gm-2', 0, 0, NULL, 1, 0),
(411, 'Apollo Pharmacy NutriXP Saffron Flavour Protein Powder, 400 gm', 'Apollo Pharmacy NutriXP Saffron Flavour Protein Powder, 400 gm', '2024-12-26-676d4b3a1ccdf.png', 204, '[{\"id\":\"201\",\"position\":1},{\"id\":\"204\",\"position\":2}]', '[]', '[]', '[]', '[]', 559.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 14, '2024-12-26 17:55:30', '2024-12-26 17:55:30', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'apollo-pharmacy-nutrixp-saffron-flavour-protein-powder-400-gm', 0, 0, NULL, 1, 0),
(412, 'Apollo Pharmacy NutriXP Saffron Flavour Protein Powder, 400 gm', 'Apollo Pharmacy NutriXP Saffron Flavour Protein Powder, 400 gm', '2024-12-26-676d4b56d25a6.png', 204, '[{\"id\":\"201\",\"position\":1},{\"id\":\"204\",\"position\":2}]', '[]', '[]', '[]', '[]', 549.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 15, '2024-12-26 17:55:58', '2024-12-26 17:55:58', 0, 0.00000000000000, 0, NULL, 7, 0, 1, '[]', '[]', 'apollo-pharmacy-nutrixp-saffron-flavour-protein-powder-400-gm-2', 0, 0, NULL, 1, 0),
(413, 'Apple iPhone 15 128GB Blue', 'Apple iPhone 15 128GB Blue', '2024-12-28-676fce6bd8cf4.png', 179, '[{\"id\":\"178\",\"position\":1},{\"id\":\"179\",\"position\":2}]', '[]', '[]', '[]', '[]', 69900.00, 0.00, 'percent', 0.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 15:39:47', '2024-12-28 15:39:47', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'apple-iphone-15-128gb-blue', 0, 0, NULL, 1, 0),
(414, 'Apple iPhone 13 128 GB, Blue', 'Apple iPhone 13 128 GB, Blue', '2024-12-28-676fcebe4575a.png', 179, '[{\"id\":\"178\",\"position\":1},{\"id\":\"179\",\"position\":2}]', '[]', '[]', '[]', '[]', 49900.00, 0.00, 'percent', 3.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 15:41:10', '2024-12-28 15:41:10', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'apple-iphone-13-128-gb-blue', 0, 0, NULL, 1, 0),
(415, 'Apple iPhone 13 128 GB, Red', 'Apple iPhone 13 128 GB, Red', '2024-12-28-676fcf0d82cb2.png', 179, '[{\"id\":\"178\",\"position\":1},{\"id\":\"179\",\"position\":2}]', '[]', '[]', '[]', '[]', 49900.00, 0.00, 'percent', 2.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 15:42:29', '2024-12-28 15:42:29', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'apple-iphone-13-128-gb-red', 0, 0, NULL, 1, 0),
(416, 'Apple iPhone 14 Plus 128 GB, Red', 'Apple iPhone 14 Plus 128 GB, Red', '2024-12-28-676fcf83e98a2.png', 179, '[{\"id\":\"178\",\"position\":1},{\"id\":\"179\",\"position\":2}]', '[]', '[]', '[]', '[]', 69990.00, 0.00, 'percent', 2.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 15:44:27', '2024-12-28 15:44:27', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'apple-iphone-14-plus-128-gb-red', 0, 0, NULL, 1, 0),
(417, 'Google Pixel 9 Pro Fold 256 GB, 16 GB RAM, Obsidian, Mobile Phone', 'Google Pixel 9 Pro Fold 256 GB, 16 GB RAM, Obsidian, Mobile Phone', '2024-12-28-676fd049b1c1e.png', 179, '[{\"id\":\"178\",\"position\":1},{\"id\":\"179\",\"position\":2}]', '[]', '[]', '[]', '[]', 172999.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 15:47:45', '2024-12-28 15:47:45', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'google-pixel-9-pro-fold-256-gb-16-gb-ram-obsidian-mobile-phone', 0, 0, NULL, 1, 0),
(418, 'Google Pixel 9 Pro XL 256 GB, 16 GB RAM, Porcelain, Mobile Phone', 'Google Pixel 9 Pro XL 256 GB, 16 GB RAM, Porcelain, Mobile Phone', '2024-12-28-676fd0eb59d09.png', 179, '[{\"id\":\"178\",\"position\":1},{\"id\":\"179\",\"position\":2}]', '[]', '[]', '[]', '[]', 124999.00, 0.00, 'percent', 3.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 15:50:27', '2024-12-28 15:50:27', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'google-pixel-9-pro-xl-256-gb-16-gb-ram-porcelain-mobile-phone', 0, 0, NULL, 1, 0),
(419, 'OnePlus Open 5G 512 GB 16 GB RAM Voyager Black, Mobile Phone', 'OnePlus Open 5G 512 GB 16 GB RAM Voyager Black, Mobile Phone', '2024-12-28-676fd1fdf01a3.png', 179, '[{\"id\":\"178\",\"position\":1},{\"id\":\"179\",\"position\":2}]', '[]', '[]', '[]', '[]', 149999.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 15:55:01', '2024-12-28 15:55:01', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'oneplus-open-5g-512-gb-16-gb-ram-voyager-black-mobile-phone', 0, 0, NULL, 1, 0),
(420, 'OnePlus Nord CE4 Lite 5G 256 GB, 8 GB RAM, Mega Blue, Mobile Phone', 'OnePlus Nord CE4 Lite 5G 256 GB, 8 GB RAM, Mega Blue, Mobile Phone', '2024-12-28-676fd278c0dbb.png', 179, '[{\"id\":\"178\",\"position\":1},{\"id\":\"179\",\"position\":2}]', '[]', '[]', '[]', '[]', 23999.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 15:57:04', '2024-12-28 15:57:04', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'oneplus-nord-ce4-lite-5g-256-gb-8-gb-ram-mega-blue-mobile-phone', 0, 0, NULL, 1, 0),
(421, 'Apple MJ1L2ZM/A USB-C to VGA Multiport Adapter', 'Apple MJ1L2ZM/A USB-C to VGA Multiport Adapter', '2024-12-28-676fd3578f0cd.png', 180, '[{\"id\":\"178\",\"position\":1},{\"id\":\"180\",\"position\":2}]', '[]', '[]', '[]', '[]', 5800.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 16:00:47', '2024-12-28 16:00:47', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'apple-mj1l2zma-usb-c-to-vga-multiport-adapter', 0, 0, NULL, 1, 0),
(422, 'Apple MC704ZM/A USB 2.0 to Ethernet USB Adapter', 'Apple MC704ZM/A USB 2.0 to Ethernet USB Adapter', '2024-12-28-676fd3f2f3e17.png', 180, '[{\"id\":\"178\",\"position\":1},{\"id\":\"180\",\"position\":2}]', '[]', '[]', '[]', '[]', 2499.00, 0.00, 'percent', 1.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 16:03:23', '2024-12-28 16:03:23', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'apple-mc704zma-usb-20-to-ethernet-usb-adapter', 0, 0, NULL, 1, 0),
(423, 'Reconnect 10000 mAh Power Bank, Navy Blue RAPBB1007', 'Reconnect 10000 mAh Power Bank, Navy Blue RAPBB1007', '2024-12-28-676fd44364fed.png', 180, '[{\"id\":\"178\",\"position\":1},{\"id\":\"180\",\"position\":2}]', '[]', '[]', '[]', '[]', 899.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 16:04:43', '2024-12-28 16:04:43', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'reconnect-10000-mah-power-bank-navy-blue-rapbb1007', 0, 0, NULL, 1, 0),
(424, 'Reconnect US CM-RF Car Mount/Holder', 'Reconnect US CM-RF Car Mount/Holder', '2024-12-28-676fd498997e8.png', 180, '[{\"id\":\"178\",\"position\":1},{\"id\":\"180\",\"position\":2}]', '[]', '[]', '[]', '[]', 699.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 16:06:08', '2024-12-28 16:06:08', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'reconnect-us-cm-rf-car-mountholder', 0, 0, NULL, 1, 0),
(425, 'DJI Osmo Mobile 2 Gimbal', 'DJI Osmo Mobile 2 Gimbal', '2024-12-28-676fd4ddc5484.png', 180, '[{\"id\":\"178\",\"position\":1},{\"id\":\"180\",\"position\":2}]', '[]', '[]', '[]', '[]', 10999.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 16:07:17', '2024-12-28 16:07:17', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'dji-osmo-mobile-2-gimbal', 0, 0, NULL, 1, 0),
(426, 'Reconnect Marvel Hulk Character Mobile Stand, Portable, Stable, Holds the phone horizontally as well as vertically, Mobile Accessories- DMS101 HK', 'Reconnect Marvel Hulk Character Mobile Stand, Portable, Stable, Holds the phone horizontally as well as vertically, Mobile Accessories- DMS101 HK', '2024-12-28-676fd520a8fdf.png', 180, '[{\"id\":\"178\",\"position\":1},{\"id\":\"180\",\"position\":2}]', '[]', '[]', '[]', '[]', 699.00, 0.00, 'percent', 70.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 16:08:24', '2024-12-28 16:08:24', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'reconnect-marvel-hulk-character-mobile-stand-portable-stable-holds-the-phone-horizontally-as-well-as-vertically-mobile-accessories-dms101-hk', 0, 0, NULL, 1, 0),
(427, 'Apple Watch Series 9 GPS + Cellular 45mm Silver Aluminium Case with Storm Blue Sport Band - M/L', 'Apple Watch Series 9 GPS + Cellular 45mm Silver Aluminium Case with Storm Blue Sport Band - M/L', '2024-12-28-676fd5f66c3a6.png', 181, '[{\"id\":\"178\",\"position\":1},{\"id\":\"181\",\"position\":2}]', '[]', '[]', '[]', '[]', 51399.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 16:11:58', '2024-12-28 16:11:58', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'apple-watch-series-9-gps-cellular-45mm-silver-aluminium-case-with-storm-blue-sport-band-ml', 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
(428, 'Apple Watch Ultra 2 GPS + Cellular, 49mm Titanium Case with Orange/Beige Trail Loop - M/L', 'Apple Watch Ultra 2 GPS + Cellular, 49mm Titanium Case with Orange/Beige Trail Loop - M/L', '2024-12-28-676fd662d3242.png', 181, '[{\"id\":\"178\",\"position\":1},{\"id\":\"181\",\"position\":2}]', '[]', '[]', '[]', '[]', 89900.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 16:13:46', '2024-12-28 16:19:40', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'apple-watch-ultra-2-gps-cellular-49mm-titanium-case-with-orangebeige-trail-loop-ml', 0, 0, NULL, 1, 0),
(429, 'Apple Watch SE GPS + Cellular 44 mm Midnight Aluminium Case with Midnight Sport Band - S/M', 'Apple Watch SE GPS + Cellular 44 mm Midnight Aluminium Case with Midnight Sport Band - S/M', '2024-12-28-676fd6b3aec24.png', 181, '[{\"id\":\"178\",\"position\":1},{\"id\":\"181\",\"position\":2}]', '[]', '[]', '[]', '[]', 37900.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 16:15:07', '2024-12-28 16:19:24', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'apple-watch-se-gps-cellular-44-mm-midnight-aluminium-case-with-midnight-sport-band-sm', 0, 0, NULL, 1, 0),
(430, 'Apple Watch 41 mm Mulberry Modern Buckle', 'Apple Watch 41 mm Mulberry Modern Buckle', '2024-12-28-676fd71553f09.png', 181, '[{\"id\":\"178\",\"position\":1},{\"id\":\"181\",\"position\":2}]', '[]', '[]', '[]', '[]', 14500.00, 0.00, 'percent', 3.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 16:16:45', '2024-12-28 16:19:06', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'apple-watch-41-mm-mulberry-modern-buckle', 0, 0, NULL, 1, 0),
(431, 'Samsung Galaxy Watch 7 40 mm Bluetooth + LTE Smart Watch, 3nm Processor, Dual GPS, Sapphire Glass & Armour Aluminum, 5ATM & IP68, HR, SpO2, BP & ECG Monitor, Cream, SM-L305FZEAINS', 'Samsung Galaxy Watch 7 40 mm Bluetooth + LTE Smart Watch, 3nm Processor, Dual GPS, Sapphire Glass & Armour Aluminum, 5ATM & IP68, HR, SpO2, BP & ECG Monitor, Cream, SM-L305FZEAINS', '2024-12-28-676fd79502baa.png', 181, '[{\"id\":\"178\",\"position\":1},{\"id\":\"181\",\"position\":2}]', '[]', '[]', '[]', '[]', 36900.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 16:18:53', '2024-12-28 16:18:53', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'samsung-galaxy-watch-7-40-mm-bluetooth-lte-smart-watch-3nm-processor-dual-gps-sapphire-glass-armour-aluminum-5atm-ip68-hr-spo2-bp-ecg-monitor-cream-sm-l305fzeains', 0, 0, NULL, 1, 0),
(432, 'Samsung Galaxy Watch Ultra Smart Watch', 'Samsung Galaxy Watch Ultra Smart Watch, Upto 100 H battery, 3nm Processor, Dual GPS, Quick Button/Siren, Sapphire Glass & Titanium, 10ATM & IP68, BP & ECG Monitor, Energy Score & AGEs, Titanium Gray, SM-L705FDAAINS', '2024-12-28-676fd87849c2d.png', 181, '[{\"id\":\"178\",\"position\":1},{\"id\":\"181\",\"position\":2}]', '[]', '[]', '[]', '[]', 59999.00, 0.00, 'percent', 3.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 16:22:40', '2024-12-28 16:22:40', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'samsung-galaxy-watch-ultra-smart-watch', 0, 0, NULL, 1, 0),
(433, 'Samsung Galaxy Watch 3 Smart Watch with LTE, Bluetooth,Wi-Fi, GPS, One Year Warranty (Silver) SM-R845FZSAINS', 'Samsung Galaxy Watch 3 Smart Watch with LTE, Bluetooth,Wi-Fi, GPS, One Year Warranty (Silver) SM-R845FZSAINS', '2024-12-28-676fd8d62968c.png', 181, '[{\"id\":\"178\",\"position\":1},{\"id\":\"181\",\"position\":2}]', '[]', '[]', '[]', '[]', 39490.00, 0.00, 'percent', 30.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 16:24:14', '2024-12-28 16:24:14', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'samsung-galaxy-watch-3-smart-watch-with-lte-bluetoothwi-fi-gps-one-year-warranty-silver-sm-r845fzsains', 0, 0, NULL, 1, 0),
(434, 'LG OLED 55C2PSC', 'LG OLED 55C2PSC', '2024-12-28-676fd9b1056e3.png', 185, '[{\"id\":\"19\",\"position\":1},{\"id\":\"185\",\"position\":2}]', '[]', '[]', '[]', '[]', 142500.00, 0.00, 'percent', 3.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 16:27:53', '2024-12-28 16:27:53', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'lg-oled-55c2psc-2', 0, 0, NULL, 1, 0),
(435, 'LG OLED 65C2PSC', 'LG OLED 65C2PSC', '2024-12-28-676fda5b81b4a.png', 185, '[{\"id\":\"19\",\"position\":1},{\"id\":\"185\",\"position\":2}]', '[]', '[]', '[]', '[]', 319990.00, 0.00, 'percent', 4.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 16:30:43', '2024-12-28 16:30:43', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'lg-oled-65c2psc-2', 0, 0, NULL, 1, 0),
(436, 'LG OLED 55G2PSA', 'LG OLED 55G2PSA', '2024-12-28-676fdb594d016.png', 185, '[{\"id\":\"19\",\"position\":1},{\"id\":\"185\",\"position\":2}]', '[]', '[]', '[]', '[]', 254990.00, 0.00, 'percent', 3.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 16:34:57', '2024-12-28 16:34:57', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'lg-oled-55g2psa-2', 0, 0, NULL, 1, 0),
(437, 'SAMSUNG QLED QA65QN85B', 'SAMSUNG QLED QA65QN85B', '2024-12-28-676fdc52e2949.png', 186, '[{\"id\":\"19\",\"position\":1},{\"id\":\"186\",\"position\":2}]', '[]', '[]', '[]', '[]', 279900.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 16:39:06', '2024-12-28 16:39:06', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'samsung-qled-qa65qn85b-2', 0, 0, NULL, 1, 0),
(438, 'SAMSUNG QLED QA55QN95B', 'SAMSUNG QLED QA55QN95B', '2024-12-28-676fdc9106d62.png', 186, '[{\"id\":\"19\",\"position\":1},{\"id\":\"186\",\"position\":2}]', '[]', '[]', '[]', '[]', 254900.00, 0.00, 'percent', 5.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 16:40:09', '2024-12-28 16:40:09', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'samsung-qled-qa55qn95b-2', 0, 0, NULL, 1, 0),
(439, 'SAMSUNG QLED QA50Q60BAKLXLSAMSUNG QLED QA50Q60BAKLXL', 'SAMSUNG QLED QA50Q60BAKLXL', '2024-12-28-676fdcbe4678b.png', 186, '[{\"id\":\"19\",\"position\":1},{\"id\":\"186\",\"position\":2}]', '[]', '[]', '[]', '[]', 99900.00, 0.00, 'percent', 4.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 16:40:54', '2024-12-28 16:40:54', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'samsung-qled-qa50q60baklxlsamsung-qled-qa50q60baklxl', 0, 0, NULL, 1, 0),
(440, 'Apple MGN63HNA MacBook Air (Apple M1 Chip/8GB/256GB SSD/macOS Big Sur/Retina), 33.78 cm (13.3 inch)', 'Apple MGN63HNA MacBook Air (Apple M1 Chip/8GB/256GB SSD/macOS Big Sur/Retina), 33.78 cm (13.3 inch)', '2024-12-28-676fdd793c39f.png', 183, '[{\"id\":\"182\",\"position\":1},{\"id\":\"183\",\"position\":2}]', '[]', '[]', '[]', '[]', 76900.00, 0.00, 'percent', 3.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 16:44:01', '2024-12-28 16:44:01', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'apple-mgn63hna-macbook-air-apple-m1-chip8gb256gb-ssdmacos-big-surretina-3378-cm-133-inch', 0, 0, NULL, 1, 0),
(441, 'HP Omen 16-U0005TX Gaming Laptop (13th Gen Intel Core i7-13700HX/16 GB/1TB SSD/Nvidia GeForce RTX 4070 /Windows 11 Home/MSO/WQXGA), 40.9cm (16.1 inch)', 'HP Omen 16-U0005TX Gaming Laptop (13th Gen Intel Core i7-13700HX/16 GB/1TB SSD/Nvidia GeForce RTX 4070 /Windows 11 Home/MSO/WQXGA), 40.9cm (16.1 inch)', '2024-12-28-676fddc4418b7.png', 183, '[{\"id\":\"182\",\"position\":1},{\"id\":\"183\",\"position\":2}]', '[]', '[]', '[]', '[]', 211999.00, 0.00, 'percent', 2.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 16:45:16', '2024-12-28 16:45:16', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'hp-omen-16-u0005tx-gaming-laptop-13th-gen-intel-core-i7-13700hx16-gb1tb-ssdnvidia-geforce-rtx-4070-windows-11-homemsowqxga-409cm-161-inch', 0, 0, NULL, 1, 0),
(442, 'Samsung Galaxy Book3 Pro 360 Gaming and Professional Laptop (13th Gen Intel Core i5-1340P/16 GB/512 GB SSD/Iris Xe Graphics/Windows 11 Home/WQXGA + AMOLED/MSO), 39.6 cm (15.6 Inch)', 'Samsung Galaxy Book3 Pro 360 Gaming and Professional Laptop (13th Gen Intel Core i5-1340P/16 GB/512 GB SSD/Iris Xe Graphics/Windows 11 Home/WQXGA + AMOLED/MSO), 39.6 cm (15.6 Inch)', '2024-12-28-676fddfe87208.png', 183, '[{\"id\":\"182\",\"position\":1},{\"id\":\"183\",\"position\":2}]', '[]', '[]', '[]', '[]', 147490.00, 0.00, 'percent', 4.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 16:46:14', '2024-12-28 16:46:14', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'samsung-galaxy-book3-pro-360-gaming-and-professional-laptop-13th-gen-intel-core-i5-1340p16-gb512-gb-ssdiris-xe-graphicswindows-11-homewqxga-amoledmso-396-cm-156-inch', 0, 0, NULL, 1, 0),
(443, 'HP Victus 15-fa0186TX Gaming Laptop (12th Gen Intel Core i5-12450H/16GB/1 TB SSD/Nvidia RTX Graphics/Windows 11 Home/MSO/FHD), 39.6cm (15.6 inch)', 'HP Victus 15-fa0186TX Gaming Laptop (12th Gen Intel Core i5-12450H/16GB/1 TB SSD/Nvidia RTX Graphics/Windows 11 Home/MSO/FHD), 39.6cm (15.6 inch)', '2024-12-28-676fde3585363.png', 183, '[{\"id\":\"182\",\"position\":1},{\"id\":\"183\",\"position\":2}]', '[]', '[]', '[]', '[]', 73999.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 16:47:09', '2024-12-28 16:47:09', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'hp-victus-15-fa0186tx-gaming-laptop-12th-gen-intel-core-i5-12450h16gb1-tb-ssdnvidia-rtx-graphicswindows-11-homemsofhd-396cm-156-inch', 0, 0, NULL, 1, 0),
(444, 'HP 15-fb0082AX Victus Gaming Laptop(AMD Ryzen5-5600H /8GB/512GB SSD/4 GB Nvidia GeForce RTX 3050 Graphics/Windows 11/MSO/FHD), 39.6 cm (15.6 inch)', 'HP 15-fb0082AX Victus Gaming Laptop(AMD Ryzen5-5600H /8GB/512GB SSD/4 GB Nvidia GeForce RTX 3050 Graphics/Windows 11/MSO/FHD), 39.6 cm (15.6 inch)', '2024-12-28-676fde99df4b7.png', 183, '[{\"id\":\"182\",\"position\":1},{\"id\":\"183\",\"position\":2}]', '[]', '[]', '[]', '[]', 84631.00, 0.00, 'percent', 23.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 16:48:49', '2024-12-28 16:48:49', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'hp-15-fb0082ax-victus-gaming-laptopamd-ryzen5-5600h-8gb512gb-ssd4-gb-nvidia-geforce-rtx-3050-graphicswindows-11msofhd-396-cm-156-inch', 0, 0, NULL, 1, 0),
(445, 'Zebronics Laptop Stand, Black, A218-NS1000', 'Zebronics Laptop Stand, Black, A218-NS1000', '2024-12-28-676fe1ebe222e.png', 184, '[{\"id\":\"182\",\"position\":1},{\"id\":\"184\",\"position\":2}]', '[]', '[]', '[]', '[]', 1399.00, 0.00, 'percent', 69.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 17:02:59', '2024-12-28 17:02:59', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'zebronics-laptop-stand-black-a218-ns1000', 0, 0, NULL, 1, 0),
(446, 'Neopack Foldable Laptop Riser for 33.02 cms (13 inch) - 40.64 cms (16 inch) Laptops and Macbooks, Beige', 'Neopack Foldable Laptop Riser for 33.02 cms (13 inch) - 40.64 cms (16 inch) Laptops and Macbooks, Beige', '2024-12-28-676fe221e7ddd.png', 184, '[{\"id\":\"182\",\"position\":1},{\"id\":\"184\",\"position\":2}]', '[]', '[]', '[]', '[]', 1999.00, 0.00, 'percent', 49.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 17:03:53', '2024-12-28 17:03:53', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'neopack-foldable-laptop-riser-for-3302-cms-13-inch-4064-cms-16-inch-laptops-and-macbooks-beige', 0, 0, NULL, 1, 0),
(447, 'Dicota Eco Move Medium Accessory Pouch, Black D31834-RPET', 'Dicota Eco Move Medium Accessory Pouch, Black D31834-RPET', '2024-12-28-676fe257030a4.png', 184, '[{\"id\":\"182\",\"position\":1},{\"id\":\"184\",\"position\":2}]', '[]', '[]', '[]', '[]', 2499.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 17:04:47', '2024-12-28 17:04:47', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'dicota-eco-move-medium-accessory-pouch-black-d31834-rpet', 0, 0, NULL, 1, 0),
(448, 'HISENSE 1.5 Ton 3 Star Convertible Inverter Split AC, ATC503HIB (5 in 1 Convertible, 100% Copper, Auto Clean, PM 2.5 Filter, Blue Fins, 2023 Launch)', 'HISENSE 1.5 Ton 3 Star Convertible Inverter Split AC, ATC503HIB (5 in 1 Convertible, 100% Copper, Auto Clean, PM 2.5 Filter, Blue Fins, 2023 Launch)', '2024-12-28-676fe2d1af4ae.png', 191, '[{\"id\":\"187\",\"position\":1},{\"id\":\"191\",\"position\":2}]', '[]', '[]', '[]', '[]', 49999.00, 0.00, 'percent', 23.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 17:06:49', '2024-12-28 17:06:49', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'hisense-15-ton-3-star-convertible-inverter-split-ac-atc503hib-5-in-1-convertible-100-copper-auto-clean-pm-25-filter-blue-fins-2023-launch', 0, 0, NULL, 1, 0),
(449, 'Sansui 1.5 Ton 5 star 4 in 1 convertible inverter split AC, JSE185SI2301 (100 Percent copper, High star rating 5.10, High cooling capacity 17400 BTU, ecofriendly R32 refrigerant, 2023 Launch)', 'Sansui 1.5 Ton 5 star 4 in 1 convertible inverter split AC, JSE185SI2301 (100 Percent copper, High star rating 5.10, High cooling capacity 17400 BTU, ecofriendly R32 refrigerant, 2023 Launch)', '2024-12-28-676fe3197831c.png', 191, '[{\"id\":\"187\",\"position\":1},{\"id\":\"191\",\"position\":2}]', '[]', '[]', '[]', '[]', 61999.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 17:08:01', '2024-12-28 17:08:01', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'sansui-15-ton-5-star-4-in-1-convertible-inverter-split-ac-jse185si2301-100-percent-copper-high-star-rating-510-high-cooling-capacity-17400-btu-ecofriendly-r32-refrigerant-2023-launch', 0, 0, NULL, 1, 0),
(450, 'SAMSUNG 1.5 Ton 4 Star 5 in 1 convertible inverter split AC, AR18CYMZAWK (HD filter, wifi, 100 Percent copper, 2023 launch)', 'SAMSUNG 1.5 Ton 4 Star 5 in 1 convertible inverter split AC, AR18CYMZAWK (HD filter, wifi, 100 Percent copper, 2023 launch)', '2024-12-28-676fe36c610cc.png', 191, '[{\"id\":\"187\",\"position\":1},{\"id\":\"191\",\"position\":2}]', '[]', '[]', '[]', '[]', 62999.00, 0.00, 'percent', 9.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 17:09:24', '2024-12-28 17:09:24', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'samsung-15-ton-4-star-5-in-1-convertible-inverter-split-ac-ar18cymzawk-hd-filter-wifi-100-percent-copper-2023-launch', 0, 0, NULL, 1, 0),
(451, 'LG 11 Kg Front Fully Automatic Washing Machine, FHP1411Z9B', 'LG 11 Kg Front Fully Automatic Washing Machine, FHP1411Z9B', '2024-12-28-676fe3cca22db.png', 190, '[{\"id\":\"187\",\"position\":1},{\"id\":\"190\",\"position\":2}]', '[]', '[]', '[]', '[]', 62999.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 17:11:00', '2024-12-28 17:11:00', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'lg-11-kg-front-fully-automatic-washing-machine-fhp1411z9b', 0, 0, NULL, 1, 0),
(452, 'LG 8 Kg Front Fully Automatic Washing Machine with 6 Motion Control Technology, FHM1208ZDL', 'LG 8 Kg Front Fully Automatic Washing Machine with 6 Motion Control Technology, FHM1208ZDL', '2024-12-28-676fe4233bd19.png', 190, '[{\"id\":\"187\",\"position\":1},{\"id\":\"190\",\"position\":2}]', '[]', '[]', '[]', '[]', 45990.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 17:12:27', '2024-12-28 17:12:27', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'lg-8-kg-front-fully-automatic-washing-machine-with-6-motion-control-technology-fhm1208zdl', 0, 0, NULL, 1, 0),
(453, 'IFB 8.5 Kg Fully Automatic Washing Machine with Trishield Protection, 5 Drying Program Options, Executive ZXM, Mocha', 'IFB 8.5 Kg Fully Automatic Washing Machine with Trishield Protection, 5 Drying Program Options, Executive ZXM, Mocha', '2024-12-28-676fe45e6567f.png', 190, '[{\"id\":\"187\",\"position\":1},{\"id\":\"190\",\"position\":2}]', '[]', '[]', '[]', '[]', 66999.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 17:13:26', '2024-12-28 17:13:26', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'ifb-85-kg-fully-automatic-washing-machine-with-trishield-protection-5-drying-program-options-executive-zxm-mocha', 0, 0, NULL, 1, 0),
(454, 'Samsung 8 Kg 5 Star Inverter with Hygiene Steam Fully-Automatic Front Loading Washing Machine (WW80T4040CE1TL, White, In-built Heater)', 'Samsung 8 Kg 5 Star Inverter with Hygiene Steam Fully-Automatic Front Loading Washing Machine (WW80T4040CE1TL, White, In-built Heater)', '2024-12-28-676fe49ecc72b.png', 190, '[{\"id\":\"187\",\"position\":1},{\"id\":\"190\",\"position\":2}]', '[]', '[]', '[]', '[]', 39999.00, 0.00, 'percent', 13.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 17:14:30', '2024-12-28 17:14:30', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'samsung-8-kg-5-star-inverter-with-hygiene-steam-fully-automatic-front-loading-washing-machine-ww80t4040ce1tl-white-in-built-heater', 0, 0, NULL, 1, 0),
(455, 'LG 185 Litres 3 Star Direct Cool Single Door Refrigerator, Shiny Steel, GL-B201APZD', 'LG 185 Litres 3 Star Direct Cool Single Door Refrigerator, Shiny Steel, GL-B201APZD', '2024-12-28-676fe51a7dd7e.png', 189, '[{\"id\":\"187\",\"position\":1},{\"id\":\"189\",\"position\":2}]', '[]', '[]', '[]', '[]', 20099.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 17:16:34', '2024-12-28 17:16:34', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'lg-185-litres-3-star-direct-cool-single-door-refrigerator-shiny-steel-gl-b201apzd', 0, 0, NULL, 1, 0),
(456, 'LG 201 litres 5 Star Single Door Refrigerator, Scarlet Euphoria GL D211HSEZ', 'LG 201 litres 5 Star Single Door Refrigerator, Scarlet Euphoria GL D211HSEZ', '2024-12-28-676fe55720c66.png', 189, '[{\"id\":\"187\",\"position\":1},{\"id\":\"189\",\"position\":2}]', '[]', '[]', '[]', '[]', 26599.00, 0.00, 'percent', 13.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 17:17:35', '2024-12-28 17:17:35', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'lg-201-litres-5-star-single-door-refrigerator-scarlet-euphoria-gl-d211hsez', 0, 0, NULL, 1, 0),
(457, 'Samsung 301 L Twin Cooling Plus Double Door Refrigerator Black, RT34C4522BX', 'Samsung 301 L Twin Cooling Plus Double Door Refrigerator Black, RT34C4522BX', '2024-12-28-676fe593dfa13.png', 189, '[{\"id\":\"187\",\"position\":1},{\"id\":\"189\",\"position\":2}]', '[]', '[]', '[]', '[]', 49990.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 17:18:35', '2024-12-28 17:18:35', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'samsung-301-l-twin-cooling-plus-double-door-refrigerator-black-rt34c4522bx', 0, 0, NULL, 1, 0),
(458, 'Preethi Zodiac Cosmo MG236 Mixer Grinder with 5 jars includes Super Extractor juicer Jar & Master chef + food processor Jar , Black(', 'Preethi Zodiac Cosmo MG236 Mixer Grinder with 5 jars includes Super Extractor juicer Jar & Master chef + food processor Jar , Black(', '2024-12-28-676fe7df2b452.png', 205, '[{\"id\":\"12\",\"position\":1},{\"id\":\"205\",\"position\":2}]', '[]', '[]', '[]', '[]', 17429.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 17:28:23', '2024-12-28 17:28:23', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'preethi-zodiac-cosmo-mg236-mixer-grinder-with-5-jars-includes-super-extractor-juicer-jar-master-chef-food-processor-jar-black', 0, 0, NULL, 1, 0),
(459, 'Preethi Popular 750 Watts 3 Jars Mixer Grinder, Jar Lock, Stainless Steel Jar and Blade, White', 'Preethi Popular 750 Watts 3 Jars Mixer Grinder, Jar Lock, Stainless Steel Jar and Blade, White', '2024-12-28-676fe8583e99b.png', 205, '[{\"id\":\"12\",\"position\":1},{\"id\":\"205\",\"position\":2}]', '[]', '[]', '[]', '[]', 5765.00, 0.00, 'percent', 18.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 17:30:24', '2024-12-28 17:30:24', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'preethi-popular-750-watts-3-jars-mixer-grinder-jar-lock-stainless-steel-jar-and-blade-white', 0, 0, NULL, 1, 0),
(460, 'Philips Hercules HL7756/00 Juicer Mixer Grinder', 'Philips Hercules HL7756/00 Juicer Mixer Grinder', '2024-12-28-676fe8f2eeab0.png', 205, '[{\"id\":\"12\",\"position\":1},{\"id\":\"205\",\"position\":2}]', '[]', '[]', '[]', '[]', 5295.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 17:32:58', '2024-12-28 17:32:58', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'philips-hercules-hl775600-juicer-mixer-grinder', 0, 0, NULL, 1, 0),
(461, 'Philips Viva Collection HL7699 Mixer Grinder with Auto cut off protection, Cascade body design', 'Philips Viva Collection HL7699 Mixer Grinder with Auto cut off protection, Cascade body design', '2024-12-28-676fe93334b4c.png', 205, '[{\"id\":\"12\",\"position\":1},{\"id\":\"205\",\"position\":2}]', '[]', '[]', '[]', '[]', 5895.00, 0.00, 'percent', 22.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 17:34:03', '2024-12-28 17:34:03', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'philips-viva-collection-hl7699-mixer-grinder-with-auto-cut-off-protection-cascade-body-design', 0, 0, NULL, 1, 0),
(462, 'LG WW174NPC, 8 Litres, RO+UV Water Purifier, Dual Protection Stainless Steel Tank, Multi Stage Filtration, Crimson Red - Leaf Pattern', 'LG WW174NPC, 8 Litres, RO+UV Water Purifier, Dual Protection Stainless Steel Tank, Multi Stage Filtration, Crimson Red - Leaf Pattern', '2024-12-28-676fe9ddc65db.png', 206, '[{\"id\":\"12\",\"position\":1},{\"id\":\"206\",\"position\":2}]', '[]', '[]', '[]', '[]', 29499.00, 0.00, 'percent', 20.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 17:36:53', '2024-12-28 17:36:53', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'lg-ww174npc-8-litres-rouv-water-purifier-dual-protection-stainless-steel-tank-multi-stage-filtration-crimson-red-leaf-pattern', 0, 0, NULL, 1, 0),
(463, 'LG WW151NPR, 8 litres, RO+UV Water Purifier, Dual Protection Stainless Steel Tank, Multi Stage RO Filtration', 'LG WW151NPR, 8 litres, RO+UV Water Purifier, Dual Protection Stainless Steel Tank, Multi Stage RO Filtration', '2024-12-28-676fea19e3e81.png', 206, '[{\"id\":\"12\",\"position\":1},{\"id\":\"206\",\"position\":2}]', '[]', '[]', '[]', '[]', 26499.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 17:37:53', '2024-12-28 17:37:53', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'lg-ww151npr-8-litres-rouv-water-purifier-dual-protection-stainless-steel-tank-multi-stage-ro-filtration', 0, 0, NULL, 1, 0),
(464, 'LG WW140NP, 8 Litres, 40 Watts, RO Water Purifier, Digital Sterilizing Care, Multi Stage Filtration Process, Outside Sediment+ Sediment+Pre-Carbon, Mineral Booster, Black', 'LG WW140NP, 8 Litres, 40 Watts, RO Water Purifier, Digital Sterilizing Care, Multi Stage Filtration Process, Outside Sediment+ Sediment+Pre-Carbon, Mineral Booster, Black', '2024-12-28-676fea5e21b38.png', 206, '[{\"id\":\"12\",\"position\":1},{\"id\":\"206\",\"position\":2}]', '[]', '[]', '[]', '[]', 23499.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 17:39:02', '2024-12-28 17:39:02', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'lg-ww140np-8-litres-40-watts-ro-water-purifier-digital-sterilizing-care-multi-stage-filtration-process-outside-sediment-sedimentpre-carbon-mineral-booster-black', 0, 0, NULL, 1, 0),
(465, 'LG WW184EPB, 8 Litres, 40 Watt RO + UV + UF Water Purifier, Mineral Booster, Black', 'LG WW184EPB, 8 Litres, 40 Watt RO + UV + UF Water Purifier, Mineral Booster, Black', '2024-12-28-676feaa024e97.png', 206, '[{\"id\":\"12\",\"position\":1},{\"id\":\"206\",\"position\":2}]', '[]', '[]', '[]', '[]', 36999.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 17:40:08', '2024-12-28 17:40:08', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'lg-ww184epb-8-litres-40-watt-ro-uv-uf-water-purifier-mineral-booster-black', 0, 0, NULL, 1, 0),
(466, 'Lifelong LLCF150 High Speed Decorative Premium Ceiling Fan (1200MM, Coffee Brown)', 'Lifelong LLCF150 High Speed Decorative Premium Ceiling Fan (1200MM, Coffee Brown)', '2024-12-28-676feb3edefa1.png', 188, '[{\"id\":\"187\",\"position\":1},{\"id\":\"188\",\"position\":2}]', '[]', '[]', '[]', '[]', 29999.00, 0.00, 'percent', 53.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 17:42:46', '2024-12-28 17:42:46', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'lifelong-llcf150-high-speed-decorative-premium-ceiling-fan-1200mm-coffee-brown', 0, 0, NULL, 1, 0),
(467, 'Candes Magic 1200 mm Anti-Dust Ceiling Fan, Brown', 'Candes Magic 1200 mm Anti-Dust Ceiling Fan, Brown', '2024-12-28-676feb783c0ff.png', 188, '[{\"id\":\"187\",\"position\":1},{\"id\":\"188\",\"position\":2}]', '[]', '[]', '[]', '[]', 1899.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 17:43:44', '2024-12-28 17:43:44', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'candes-magic-1200-mm-anti-dust-ceiling-fan-brown', 0, 0, NULL, 1, 0),
(468, 'Polycab Eteri 1200 mm Ceiling Fan with Remote, Luster Brown', 'Polycab Eteri 1200 mm Ceiling Fan with Remote, Luster Brown', '2024-12-28-676febb55b401.png', 188, '[{\"id\":\"187\",\"position\":1},{\"id\":\"188\",\"position\":2}]', '[]', '[]', '[]', '[]', 4600.00, 0.00, 'percent', 35.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 17:44:45', '2024-12-28 17:44:45', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'polycab-eteri-1200-mm-ceiling-fan-with-remote-luster-brown', 0, 0, NULL, 1, 0),
(469, 'Orient Electric 1200 mm Wendy Ceiling Fan, Topaz Gold Brown', 'Orient Electric 1200 mm Wendy Ceiling Fan, Topaz Gold Brown', '2024-12-28-676febff06c62.png', 188, '[{\"id\":\"187\",\"position\":1},{\"id\":\"188\",\"position\":2}]', '[]', '[]', '[]', '[]', 4315.00, 0.00, 'percent', 35.00, 'percent', '00:00:00', '23:59:59', 0, 1, 16, '2024-12-28 17:45:59', '2024-12-28 17:45:59', 0, 0.00000000000000, 0, NULL, 4, 0, 1, '[]', '[]', 'orient-electric-1200-mm-wendy-ceiling-fan-topaz-gold-brown', 0, 0, NULL, 1, 0),
(470, 'Banana', 'It\'s healthy food.', '2025-01-27-67976c4a4c90a.png', 146, '[{\"id\":\"142\",\"position\":1},{\"id\":\"146\",\"position\":2}]', '[{\"type\":\"200-Yellow-200-3\",\"price\":50,\"stock\":3},{\"type\":\"200Gram-Yellow-200-3\",\"price\":60,\"stock\":5}]', '[\"\"]', '[6,3,1,2]', '[{\"name\":\"choice_6\",\"title\":\"Capacity\",\"options\":[\"200\",\"200Gram\"]},{\"name\":\"choice_3\",\"title\":\"Color\",\"options\":[\"Yellow\"]},{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"200\"]},{\"name\":\"choice_2\",\"title\":\"Volume\",\"options\":[\"3\"]}]', 50.00, 0.00, 'percent', 10.00, 'percent', NULL, NULL, 0, 1, 17, '2025-01-27 16:51:46', '2025-01-27 17:00:17', 0, 0.00000000000000, 0, NULL, 1, 8, 3, '[{\"img\":\"2025-01-27-67976e49a210d.png\",\"storage\":\"public\"}]', '[]', 'banana', 1, 0, 2, 1, 0),
(471, 'Chicken tikka pizza', 'Chicken tikka pizza', '2025-05-23-683099f8b0838.png', 210, '[{\"id\":\"209\",\"position\":1},{\"id\":\"210\",\"position\":2}]', '[]', '[\"11\"]', '[]', '[]', 500.00, 0.00, 'percent', 10.00, 'percent', '09:22:00', '12:22:00', 0, 1, 21, '2025-05-23 15:53:28', '2025-05-23 15:53:28', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-05-23-683099f8acb49.png\",\"storage\":\"public\"}]', '[{\"name\":\"size\",\"type\":\"single\",\"min\":0,\"max\":0,\"required\":\"off\",\"values\":[{\"label\":\"small\",\"optionPrice\":\"250\"},{\"label\":\"large\",\"optionPrice\":\"800\"}]}]', 'chicken-tikka-pizza', 0, 0, 10, 1, 1),
(472, 'Biryani', 'Tasty', '2025-07-22-687f5ef2b13ba.png', 22, '[{\"id\":\"22\",\"position\":1}]', '[]', '[\"\"]', '[]', '[]', 100.00, 0.00, 'percent', 0.00, 'percent', '03:20:00', '03:30:00', 0, 1, 22, '2025-07-22 09:32:39', '2025-07-22 09:53:18', 0, 0.00000000000000, 0, NULL, 2, 0, NULL, '[]', '[]', 'biryani', 1, 0, 100, 1, 0),
(474, 'biryani', 'tasty', NULL, 22, '[{\"id\":\"22\",\"position\":1}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 0.00, 'percent', '07:30:00', '22:30:00', 0, 1, 23, '2025-07-25 13:39:35', '2025-07-25 13:39:35', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-07-25-688389179e9d6.png\",\"storage\":\"public\"},{\"img\":\"2025-07-25-68838917a3e8e.png\",\"storage\":\"public\"}]', '[]', 'biryani-3', 0, 0, 100, 1, 1),
(475, 'Veg Sweet Corn Soup', 'Veg Sweet Corn Soup', '2025-08-08-6895dec4cc6ee.png', 211, '[{\"id\":\"51\",\"position\":1},{\"id\":\"211\",\"position\":2}]', '[]', '[]', '[]', '[]', 130.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-08 11:25:58', '2025-08-08 11:27:40', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895dec37cdf3.png\",\"storage\":\"public\"}]', '[]', 'veg-sweet-corn-soup', 0, 0, 100, 1, 1),
(476, 'Veg Manchow Soup', 'Veg Manchow Soup with special test', '2025-08-08-6895e338d3ea5.png', 211, '[{\"id\":\"51\",\"position\":1},{\"id\":\"211\",\"position\":2}]', '[]', '[]', '[]', '[]', 140.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-08 11:44:56', '2025-08-08 11:44:56', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895e338d0ad1.png\",\"storage\":\"public\"}]', '[]', 'veg-manchow-soup', 0, 0, NULL, 1, 1),
(477, 'Veg Hot&Sour Soup', 'Veg Hot&Sour Soup', '2025-08-08-6895e448e7be0.png', 211, '[{\"id\":\"51\",\"position\":1},{\"id\":\"211\",\"position\":2}]', '[]', '[]', '[]', '[]', 130.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-08 11:49:28', '2025-08-08 11:49:28', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895e448e370a.png\",\"storage\":\"public\"}]', '[]', 'veg-hotsour-soup', 0, 0, 100, 1, 1),
(478, 'Veg Clear Soup', 'Veg Clear Soup', '2025-08-08-6895e54bd60ff.png', 211, '[{\"id\":\"51\",\"position\":1},{\"id\":\"211\",\"position\":2}]', '[]', '[]', '[]', '[]', 130.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-08 11:53:47', '2025-08-08 11:53:47', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895e54bd1910.png\",\"storage\":\"public\"}]', '[]', 'veg-clear-soup', 0, 0, 100, 1, 1),
(479, 'Lemon Coriander Soup', 'Lemon Coriander Soup', '2025-08-08-6895e5c91739e.png', 211, '[{\"id\":\"51\",\"position\":1},{\"id\":\"211\",\"position\":2}]', '[]', '[]', '[]', '[]', 130.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-08 11:55:53', '2025-08-08 11:55:53', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895e5c912eb3.png\",\"storage\":\"public\"}]', '[]', 'lemon-coriander-soup', 0, 0, 100, 1, 1),
(480, 'Tomato Soup', 'Tomato Soup', '2025-08-08-6895e6a005683.png', 211, '[{\"id\":\"51\",\"position\":1},{\"id\":\"211\",\"position\":2}]', '[]', '[]', '[]', '[]', 130.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-08 11:59:28', '2025-08-08 11:59:28', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895e6a001388.png\",\"storage\":\"public\"}]', '[]', 'tomato-soup', 0, 0, 100, 1, 1),
(481, 'Chicken Corn Soup', 'Chicken Corn Soup', '2025-08-08-6895e81989177.png', 212, '[{\"id\":\"51\",\"position\":1},{\"id\":\"212\",\"position\":2}]', '[]', '[]', '[]', '[]', 130.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 12:05:45', '2025-08-08 12:05:45', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895e81984cc6.png\",\"storage\":\"public\"}]', '[]', 'chicken-corn-soup', 0, 0, 100, 1, 1),
(482, 'Chicken Manchow Soup', 'Chicken Manchow Soup', '2025-08-08-6895e88a45de9.png', 212, '[{\"id\":\"51\",\"position\":1},{\"id\":\"212\",\"position\":2}]', '[]', '[]', '[]', '[]', 130.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 12:07:38', '2025-08-08 12:07:38', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895e88a42651.png\",\"storage\":\"public\"}]', '[]', 'chicken-manchow-soup', 0, 0, 100, 1, 1),
(483, 'Chicken Hot&Sour Soup', 'Chicken Hot&Sour Soup', '2025-08-08-6895e92c90d23.png', 212, '[{\"id\":\"51\",\"position\":1},{\"id\":\"212\",\"position\":2}]', '[]', '[]', '[]', '[]', 130.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 12:10:21', '2025-08-08 12:10:21', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895e92c8d604.png\",\"storage\":\"public\"}]', '[]', 'chicken-hotsour-soup', 0, 0, 100, 1, 1),
(484, 'Chicken Clear Soup', 'Chicken Clear Soup', '2025-08-08-6895ead7592bb.png', 211, '[{\"id\":\"51\",\"position\":1},{\"id\":\"211\",\"position\":2}]', '[]', '[]', '[]', '[]', 130.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 12:17:27', '2025-08-08 12:17:27', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[]', '[]', 'chicken-clear-soup', 0, 0, 100, 1, 1),
(485, 'Chicken Lemon Coriander Soup', 'Chicken Lemon Coriander Soup', '2025-08-08-6895ec1326fad.png', 212, '[{\"id\":\"51\",\"position\":1},{\"id\":\"212\",\"position\":2}]', '[]', '[]', '[]', '[]', 130.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 12:22:43', '2025-08-08 12:22:43', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895ec1322991.png\",\"storage\":\"public\"}]', '[]', 'chicken-lemon-coriander-soup', 0, 0, 100, 1, 1),
(486, 'Veg Manchurian', 'Veg Manchurian', '2025-08-08-6895ed990b084.png', 249, '[{\"id\":\"248\",\"position\":1},{\"id\":\"249\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-08 12:29:13', '2025-08-08 12:30:21', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895ed990789e.png\",\"storage\":\"public\"}]', '[]', 'veg-manchurian', 0, 0, 100, 1, 1),
(487, 'Veg Biryani Family Pack', 'Veg Biryani Family Pack', '2025-08-08-6895ee730fbfa.png', 231, '[{\"id\":\"213\",\"position\":1},{\"id\":\"231\",\"position\":2}]', '[]', '[]', '[]', '[]', 650.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-08 12:32:51', '2025-08-08 12:32:51', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895ee730bdbf.png\",\"storage\":\"public\"}]', '[]', 'veg-biryani-family-pack', 0, 0, 100, 1, 1),
(488, 'Paneer Biryani Family Pack', 'Paneer Biryani Family Pack', '2025-08-08-6895ef5ab6d53.png', 231, '[{\"id\":\"213\",\"position\":1},{\"id\":\"231\",\"position\":2}]', '[]', '[]', '[]', '[]', 750.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-08 12:36:42', '2025-08-08 12:36:42', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895ef5ab2dfa.png\",\"storage\":\"public\"}]', '[]', 'paneer-biryani-family-pack', 0, 0, 100, 1, 1),
(489, 'Mushrooms Biryani Family Pack', 'Mushrooms Biryani Family Pack', '2025-08-08-6895f01e2c282.png', 231, '[{\"id\":\"213\",\"position\":1},{\"id\":\"231\",\"position\":2}]', '[]', '[]', '[]', '[]', 700.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '05:00:00', 1, 1, 28, '2025-08-08 12:39:59', '2025-08-08 12:39:59', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895f01d6d732.png\",\"storage\":\"public\"}]', '[]', 'mushrooms-biryani-family-pack', 0, 0, 100, 1, 1),
(490, 'Chicken Dum Biryani Family Pack', 'Chicken Dum Biryani Family Pack', '2025-08-08-6895f0d388cce.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 800.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 12:42:59', '2025-08-08 12:42:59', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895f0d384abf.png\",\"storage\":\"public\"}]', '[]', 'chicken-dum-biryani-family-pack', 0, 0, 100, 1, 1),
(491, 'Chicken Fry Piece Biryani Family Pack', 'Chicken Fry Piece Biryani Family Pack', '2025-08-08-6895f1d132192.png', 232, '[{\"id\":\"214\",\"position\":1},{\"id\":\"232\",\"position\":2}]', '[]', '[]', '[]', '[]', 850.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 12:47:13', '2025-08-08 12:47:13', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895f1d12da39.png\",\"storage\":\"public\"}]', '[]', 'chicken-fry-piece-biryani-family-pack', 0, 0, 100, 1, 1),
(492, 'Special  Chicken Biryani Family Pack', 'Special  Chicken Biryani Family Pack', '2025-08-08-6895f3ff5abac.png', 232, '[{\"id\":\"214\",\"position\":1},{\"id\":\"232\",\"position\":2}]', '[]', '[]', '[]', '[]', 900.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 12:49:28', '2025-08-08 12:56:31', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895f3ff55360.png\",\"storage\":\"public\"}]', '[]', 'special-chicken-biryani-family-pack', 0, 0, 100, 1, 1),
(493, 'Chicken Lollypop Biryani Family Pack', 'Chicken Lollypop Biryani Family Pack', '2025-08-08-6895f35d3d513.png', 232, '[{\"id\":\"214\",\"position\":1},{\"id\":\"232\",\"position\":2}]', '[]', '[]', '[]', '[]', 900.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 12:53:49', '2025-08-08 12:53:49', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895f35d38fd7.png\",\"storage\":\"public\"}]', '[]', 'chicken-lollypop-biryani-family-pack', 0, 0, 100, 1, 1),
(494, 'Mutton Biryani Family Pack', 'Mutton Biryani Family Pack', '2025-08-08-6895f529c9730.png', 232, '[{\"id\":\"214\",\"position\":1},{\"id\":\"232\",\"position\":2}]', '[]', '[]', '[]', '[]', 1000.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 12:58:09', '2025-08-08 13:01:29', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895f529c4b9e.png\",\"storage\":\"public\"}]', '[]', 'mutton-biryani-family-pack', 0, 0, 100, 1, 1),
(495, 'Mutton Ghee Roast Biryani Family Pack', 'Mutton Ghee Roast Biryani Family Pack', '2025-08-08-6895f5ad0d370.png', 232, '[{\"id\":\"214\",\"position\":1},{\"id\":\"232\",\"position\":2}]', '[]', '[]', '[]', '[]', 1100.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 13:03:41', '2025-08-08 13:03:41', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895f5ad08e1d.png\",\"storage\":\"public\"}]', '[]', 'mutton-ghee-roast-biryani-family-pack', 0, 0, 100, 1, 1),
(496, 'Prawns Biryani Family Pack', 'Prawns Biryani Family Pack', '2025-08-08-6895f6b188740.png', 232, '[{\"id\":\"214\",\"position\":1},{\"id\":\"232\",\"position\":2}]', '[]', '[]', '[]', '[]', 1200.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 13:08:01', '2025-08-08 13:08:01', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895f6b1846bc.png\",\"storage\":\"public\"}]', '[]', 'prawns-biryani-family-pack', 0, 0, 100, 1, 1),
(497, 'Fish Biryani Family Pack', 'Fish Biryani Family Pack', '2025-08-08-6895f71501f21.png', 232, '[{\"id\":\"214\",\"position\":1},{\"id\":\"232\",\"position\":2}]', '[]', '[]', '[]', '[]', 1200.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 13:09:41', '2025-08-08 13:09:41', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895f714f2d5d.png\",\"storage\":\"public\"}]', '[]', 'fish-biryani-family-pack', 0, 0, 100, 1, 1),
(498, 'Alfam Chicken', 'Alfam Chicken', '2025-08-08-6895f9e397b7e.png', 233, '[{\"id\":\"215\",\"position\":1},{\"id\":\"233\",\"position\":2}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 13:21:39', '2025-08-08 13:21:39', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895f9e393b1f.png\",\"storage\":\"public\"}]', '[]', 'alfam-chicken', 0, 0, 100, 1, 1),
(499, 'Kabsa Chicken', 'Kabsa Chicken', '2025-08-08-6895fa6d6beb6.png', 233, '[{\"id\":\"215\",\"position\":1},{\"id\":\"233\",\"position\":2}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 13:23:57', '2025-08-08 13:23:57', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895fa6d67249.png\",\"storage\":\"public\"}]', '[]', 'kabsa-chicken', 0, 0, 100, 1, 1),
(500, 'Arabian Chicken', 'Arabian Chicken', '2025-08-08-6895face95737.png', 233, '[{\"id\":\"215\",\"position\":1},{\"id\":\"233\",\"position\":2}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 13:25:34', '2025-08-08 13:25:34', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895face91466.png\",\"storage\":\"public\"}]', '[]', 'arabian-chicken', 0, 0, 100, 1, 1),
(501, 'Salad Chicken', 'Salad Chicken', '2025-08-08-6895fb32a1c64.png', 233, '[{\"id\":\"215\",\"position\":1},{\"id\":\"233\",\"position\":2}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 13:27:14', '2025-08-08 13:27:14', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895fb329e6a5.png\",\"storage\":\"public\"}]', '[]', 'salad-chicken', 0, 0, 100, 1, 1),
(502, 'Korean Chicken', 'Korean Chicken', '2025-08-08-6895fb9ab9160.png', 233, '[{\"id\":\"215\",\"position\":1},{\"id\":\"233\",\"position\":2}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 13:28:58', '2025-08-08 13:28:58', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895fb9ab5a29.png\",\"storage\":\"public\"}]', '[]', 'korean-chicken', 0, 0, 100, 1, 1),
(503, 'Arabian Fish', 'Arabian Fish', '2025-08-08-6895fc3ddd888.png', 233, '[{\"id\":\"215\",\"position\":1},{\"id\":\"233\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 13:31:41', '2025-08-08 13:31:41', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895fc3dd938a.png\",\"storage\":\"public\"}]', '[]', 'arabian-fish', 0, 0, 100, 1, 1),
(504, 'Fish Kabab', 'Fish Kabab', '2025-08-08-6895fc93418d5.png', 233, '[{\"id\":\"215\",\"position\":1},{\"id\":\"233\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 13:33:07', '2025-08-08 13:33:07', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895fc933dfd3.png\",\"storage\":\"public\"}]', '[]', 'fish-kabab', 0, 0, 100, 1, 1),
(505, 'Chicken Mandi Full (SERVES) 5', 'Chicken Mandi Full (SERVES) 5', '2025-08-08-6895fe876450f.png', 234, '[{\"id\":\"216\",\"position\":1},{\"id\":\"234\",\"position\":2}]', '[]', '[]', '[]', '[]', 1100.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 13:41:27', '2025-08-08 13:41:27', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6895fe87602ea.png\",\"storage\":\"public\"}]', '[]', 'chicken-mandi-full-serves-5', 0, 0, 100, 1, 1),
(506, 'Chicken Mandi Mini (SERVES) 3', 'Chicken Mandi Mini (SERVES) 3', '2025-08-08-68960b271d49b.png', 234, '[{\"id\":\"216\",\"position\":1},{\"id\":\"234\",\"position\":2}]', '[]', '[]', '[]', '[]', 720.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 14:35:19', '2025-08-08 14:35:19', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68960b2718f3b.png\",\"storage\":\"public\"}]', '[]', 'chicken-mandi-mini-serves-3', 0, 0, 100, 1, 1),
(507, 'Chicken Juicy Mandi full (SERVES) 5', 'Chicken juicy Mandi full (SERVES) 5', '2025-08-08-68960c80a97d9.png', 234, '[{\"id\":\"216\",\"position\":1},{\"id\":\"234\",\"position\":2}]', '[]', '[]', '[]', '[]', 1200.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 14:41:04', '2025-08-08 14:41:04', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68960c80a63c5.png\",\"storage\":\"public\"}]', '[]', 'chicken-juicy-mandi-full-serves-5', 0, 0, 100, 1, 1),
(508, 'Chicken Juicy Mandi mini  (SERVES) 3', 'Chicken Juicy Mandi mini  (SERVES) 3', '2025-08-08-68960d893ac87.png', 234, '[{\"id\":\"216\",\"position\":1},{\"id\":\"234\",\"position\":2}]', '[]', '[]', '[]', '[]', 820.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 14:45:29', '2025-08-08 14:45:29', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68960d8926f99.png\",\"storage\":\"public\"}]', '[]', 'chicken-juicy-mandi-mini-serves-3', 0, 0, 100, 1, 1),
(509, 'Chicken Broasted  Mandi Full  (SERVES) 5', 'Chicken Broasted  Mandi Full  (SERVES) 5', '2025-08-08-6896108a5bab4.png', 234, '[{\"id\":\"216\",\"position\":1},{\"id\":\"234\",\"position\":2}]', '[]', '[]', '[]', '[]', 1200.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 14:58:18', '2025-08-08 14:58:18', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6896108a57a1d.png\",\"storage\":\"public\"}]', '[]', 'chicken-broasted-mandi-full-serves-5', 0, 0, 100, 1, 1),
(510, 'Chicken Broasted  Mandi Mini (SERVES) 3', 'Chicken Broasted  Mandi Mini (SERVES) 3', '2025-08-08-6896118feb60e.png', 234, '[{\"id\":\"216\",\"position\":1},{\"id\":\"234\",\"position\":2}]', '[]', '[]', '[]', '[]', 820.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 15:02:39', '2025-08-08 15:02:39', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6896118fe70d4.png\",\"storage\":\"public\"}]', '[]', 'chicken-broasted-mandi-mini-serves-3', 0, 0, 100, 1, 1),
(511, 'All-faham Chicken Mandi Full (SERVES) 5', 'All-faham Chicken Mandi Full (SERVES) 5', '2025-08-08-6896148566051.png', 234, '[{\"id\":\"216\",\"position\":1},{\"id\":\"234\",\"position\":2}]', '[]', '[]', '[]', '[]', 1200.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 15:13:09', '2025-08-08 15:15:17', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6896148550660.png\",\"storage\":\"public\"}]', '[]', 'all-faham-chicken-mandi-full-serves-5', 0, 0, 100, 1, 1),
(512, 'All-faham Chicken Mandi Mini (SERVES) 3', 'All-faham Chicken Mandi Mini (SERVES) 3', '2025-08-08-689614d895506.png', 234, '[{\"id\":\"216\",\"position\":1},{\"id\":\"234\",\"position\":2}]', '[]', '[]', '[]', '[]', 820.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 15:16:40', '2025-08-08 15:16:40', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-689614d89199e.png\",\"storage\":\"public\"}]', '[]', 'all-faham-chicken-mandi-mini-serves-3', 0, 0, 100, 1, 1),
(513, 'Kabsa Chicken Mandi Full (SERVES) 5', 'Kabsa Chicken Mandi Full (SERVES) 5', '2025-08-08-68961635095b5.png', 234, '[{\"id\":\"216\",\"position\":1},{\"id\":\"234\",\"position\":2}]', '[]', '[]', '[]', '[]', 1200.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 15:22:29', '2025-08-08 15:22:29', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-689616350570b.png\",\"storage\":\"public\"}]', '[]', 'kabsa-chicken-mandi-full-serves-5', 0, 0, 100, 1, 1),
(514, 'Kabsa Chicken Mandi Mini (SERVES) 3', 'Kabsa Chicken Mandi Mini (SERVES) 3', '2025-08-08-689616aff39b0.png', 234, '[{\"id\":\"216\",\"position\":1},{\"id\":\"234\",\"position\":2}]', '[]', '[]', '[]', '[]', 820.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 15:24:32', '2025-08-08 15:24:32', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-689616afefdd2.png\",\"storage\":\"public\"}]', '[]', 'kabsa-chicken-mandi-mini-serves-3', 0, 0, 100, 1, 1),
(515, 'Mutton  Mandi Full (SERVES) 5', 'Mutton  Mandi Full (SERVES) 5', '2025-08-08-689618ccc91cc.png', 234, '[{\"id\":\"216\",\"position\":1},{\"id\":\"234\",\"position\":2}]', '[]', '[]', '[]', '[]', 1300.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 28, '2025-08-08 15:33:32', '2025-08-08 15:33:32', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-689618ccc4c7c.png\",\"storage\":\"public\"}]', '[]', 'mutton-mandi-full-serves-5', 0, 0, 100, 1, 1),
(516, 'Mutton Mandi Mini (SERVES) 3', 'Mutton Mandi Mini (SERVES) 3', '2025-08-08-6896194e039a5.png', 234, '[{\"id\":\"216\",\"position\":1},{\"id\":\"234\",\"position\":2}]', '[]', '[]', '[]', '[]', 920.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 15:35:42', '2025-08-08 15:35:42', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6896194e00773.png\",\"storage\":\"public\"}]', '[]', 'mutton-mandi-mini-serves-3', 0, 0, 100, 1, 1),
(517, 'Mutton Ghee Roast Mandi Mini (SERVES) 3', 'Mutton Ghee Roast Mandi Mini (SERVES) 3', '2025-08-08-68961aa30ba04.png', 234, '[{\"id\":\"216\",\"position\":1},{\"id\":\"234\",\"position\":2}]', '[]', '[]', '[]', '[]', 1120.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 15:41:23', '2025-08-08 15:45:36', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68961aa306071.png\",\"storage\":\"public\"}]', '[]', 'mutton-ghee-roast-mandi-mini-serves-3', 0, 0, 100, 1, 1),
(518, 'Mutton Ghee Roast Mandi Full (SERVES) 5', 'Mutton Ghee Roast Mandi Full (SERVES) 5', '2025-08-08-68961b63327a2.png', 234, '[{\"id\":\"216\",\"position\":1},{\"id\":\"234\",\"position\":2}]', '[]', '[]', '[]', '[]', 1500.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 15:44:35', '2025-08-08 15:45:56', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68961b632ee5c.png\",\"storage\":\"public\"}]', '[]', 'mutton-ghee-roast-mandi-full-serves-5', 0, 0, 100, 1, 1),
(519, 'Fish mandi Full (SERVES)', 'Fish mandi Full (SERVES) 5', '2025-08-08-68961c83c0a0b.png', 234, '[{\"id\":\"216\",\"position\":1},{\"id\":\"234\",\"position\":2}]', '[]', '[]', '[]', '[]', 1500.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 15:49:23', '2025-08-08 15:49:23', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68961c83bd36a.png\",\"storage\":\"public\"}]', '[]', 'fish-mandi-full-serves', 0, 0, 100, 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
(520, 'Fish mandi Mini (SERVES) 3', 'Fish mandi Mini (SERVES) 3', '2025-08-08-68961ceb07da7.png', 234, '[{\"id\":\"216\",\"position\":1},{\"id\":\"234\",\"position\":2}]', '[]', '[]', '[]', '[]', 1120.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 15:51:07', '2025-08-08 15:51:07', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68961ceb04432.png\",\"storage\":\"public\"}]', '[]', 'fish-mandi-mini-serves-3', 0, 0, 100, 1, 1),
(521, 'Prawns Mandi Full (SERVES) 5', 'Prawns Mandi Full (SERVES) 5', '2025-08-08-68961f519b206.png', 234, '[{\"id\":\"216\",\"position\":1},{\"id\":\"234\",\"position\":2}]', '[]', '[]', '[]', '[]', 1500.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 16:01:21', '2025-08-08 16:01:21', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68961f5196f71.png\",\"storage\":\"public\"}]', '[]', 'prawns-mandi-full-serves-5', 0, 0, 100, 1, 1),
(522, 'Prawns Mandi Mini (SERVES) 3', 'Prawns Mandi Mini (SERVES) 3', '2025-08-08-68961fc519cbd.png', 234, '[{\"id\":\"216\",\"position\":1},{\"id\":\"234\",\"position\":2}]', '[]', '[]', '[]', '[]', 1120.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 16:03:17', '2025-08-08 16:03:17', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68961fc5163e9.png\",\"storage\":\"public\"}]', '[]', 'prawns-mandi-mini-serves-3', 0, 0, 100, 1, 1),
(523, 'Mixed Mandi Full (SERVES) 5', 'Mixed Mandi Full (SERVES) 5', '2025-08-08-689621723f41d.png', 234, '[{\"id\":\"216\",\"position\":1},{\"id\":\"234\",\"position\":2}]', '[]', '[]', '[]', '[]', 1500.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 16:05:20', '2025-08-08 16:10:26', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-689621723b6cc.png\",\"storage\":\"public\"}]', '[]', 'mixed-mandi-full-serves-5', 0, 0, 100, 1, 1),
(524, 'Mixed Mandi Mini (SERVES) 3', 'Mixed Mandi Mini (SERVES) 3', '2025-08-08-6896212cc0488.png', 234, '[{\"id\":\"216\",\"position\":1},{\"id\":\"234\",\"position\":2}]', '[]', '[]', '[]', '[]', 1120.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 16:09:16', '2025-08-08 16:09:16', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6896212cbb297.png\",\"storage\":\"public\"}]', '[]', 'mixed-mandi-mini-serves-3', 0, 0, 100, 1, 1),
(525, 'Fresh Lime Soda', 'Fresh Lime Soda', '2025-08-08-689623ccdf510.png', 235, '[{\"id\":\"217\",\"position\":1},{\"id\":\"235\",\"position\":2}]', '[]', '[]', '[]', '[]', 60.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 16:20:28', '2025-08-08 16:23:11', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-689623ccdac18.png\",\"storage\":\"public\"}]', '[]', 'fresh-lime-soda', 0, 0, NULL, 1, 1),
(526, 'Sweet Lassi', 'Sweet Lassi', '2025-08-08-689624561c7a5.png', 235, '[{\"id\":\"217\",\"position\":1},{\"id\":\"235\",\"position\":2}]', '[]', '[]', '[]', '[]', 60.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 16:22:46', '2025-08-08 16:22:46', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6896245618637.png\",\"storage\":\"public\"}]', '[]', 'sweet-lassi', 0, 0, NULL, 1, 1),
(527, 'Nannari Lassi', 'Nannari Lassi', '2025-08-08-689624d2e7cab.png', 235, '[{\"id\":\"217\",\"position\":1},{\"id\":\"235\",\"position\":2}]', '[]', '[]', '[]', '[]', 70.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 16:24:50', '2025-08-08 16:24:50', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-689624d2e46c3.png\",\"storage\":\"public\"}]', '[]', 'nannari-lassi', 0, 0, 100, 1, 1),
(528, 'Nannari Soda', 'Nannari Soda', '2025-08-08-689625373c349.png', 235, '[{\"id\":\"217\",\"position\":1},{\"id\":\"235\",\"position\":2}]', '[]', '[]', '[]', '[]', 60.00, 0.00, 'percent', 5.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 16:26:31', '2025-08-08 16:26:31', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68962537372cf.png\",\"storage\":\"public\"}]', '[]', 'nannari-soda', 0, 0, 100, 1, 1),
(529, 'Buttermilk', 'Buttermilk', '2025-08-08-689625bf6cd78.png', 235, '[{\"id\":\"217\",\"position\":1},{\"id\":\"235\",\"position\":2}]', '[]', '[]', '[]', '[]', 50.00, 0.00, 'percent', 2.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 16:28:47', '2025-08-08 16:28:47', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-689625bf3fb07.png\",\"storage\":\"public\"}]', '[]', 'buttermilk', 0, 0, 100, 1, 1),
(530, 'Water Bottle', 'Water Bottle', '2025-08-08-68962612e4cc0.png', 235, '[{\"id\":\"217\",\"position\":1},{\"id\":\"235\",\"position\":2}]', '[]', '[]', '[]', '[]', 30.00, 0.00, 'percent', 2.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 16:30:10', '2025-08-08 16:30:10', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68962612e0d5e.png\",\"storage\":\"public\"}]', '[]', 'water-bottle', 0, 0, 100, 1, 1),
(531, 'Masala Cola', 'Masala Cola', '2025-08-08-68962670743cd.png', 235, '[{\"id\":\"217\",\"position\":1},{\"id\":\"235\",\"position\":2}]', '[]', '[]', '[]', '[]', 50.00, 0.00, 'percent', 2.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 16:31:44', '2025-08-08 16:31:44', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6896267070309.png\",\"storage\":\"public\"}]', '[]', 'masala-cola', 0, 0, 100, 1, 1),
(532, 'Veg Biryani', 'Veg Biryani', '2025-08-08-689627d7701f8.png', 238, '[{\"id\":\"220\",\"position\":1},{\"id\":\"238\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 16:37:43', '2025-08-08 16:37:43', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-689627d76ccc5.png\",\"storage\":\"public\"}]', '[]', 'veg-biryani', 0, 0, 100, 1, 1),
(533, 'Paneer Biryani', 'Paneer Biryani', '2025-08-08-68962844a4b0f.png', 238, '[{\"id\":\"220\",\"position\":1},{\"id\":\"238\",\"position\":2}]', '[]', '[]', '[]', '[]', 280.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 16:39:32', '2025-08-08 16:39:32', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68962844a1379.png\",\"storage\":\"public\"}]', '[]', 'paneer-biryani', 0, 0, 100, 1, 1),
(534, 'Mushrooms Biryani', 'Mushrooms Biryani', '2025-08-08-689628ad0307d.png', 238, '[{\"id\":\"220\",\"position\":1},{\"id\":\"238\",\"position\":2}]', '[]', '[]', '[]', '[]', 280.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 16:41:17', '2025-08-08 16:41:17', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-689628acf3a72.png\",\"storage\":\"public\"}]', '[]', 'mushrooms-biryani', 0, 0, 100, 1, 1),
(535, 'Egg Biryani', 'Egg Biryani', '2025-08-08-68962b217884a.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 16:51:45', '2025-08-08 16:51:45', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68962b217475f.png\",\"storage\":\"public\"}]', '[]', 'egg-biryani', 0, 0, 100, 1, 1),
(536, 'Chicken Dum Biryani', 'Chicken Dum Biryani', '2025-08-08-68962b79a6af7.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 16:53:13', '2025-08-08 16:53:13', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68962b79a23ae.png\",\"storage\":\"public\"}]', '[]', 'chicken-dum-biryani', 0, 0, 100, 1, 1),
(537, 'Chicken Fry Piece Biryani', 'Chicken Fry Piece Biryani', '2025-08-08-68962bc82c81a.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 330.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 16:54:32', '2025-08-08 16:55:02', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68962bc829157.png\",\"storage\":\"public\"}]', '[]', 'chicken-fry-piece-biryani', 0, 0, 100, 1, 1),
(538, 'Special Chicken Biryani', 'Special Chicken Biryani', '2025-08-08-68962c4e5f92a.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 16:56:46', '2025-08-08 16:56:46', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68962c4e5b0e4.png\",\"storage\":\"public\"}]', '[]', 'special-chicken-biryani', 0, 0, 100, 1, 1),
(539, 'Lollipop Chicken Biryani', 'Lollipop Chicken Biryani', '2025-08-08-68962cc750079.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 16:58:47', '2025-08-08 16:58:47', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68962cc74b9af.png\",\"storage\":\"public\"}]', '[]', 'lollipop-chicken-biryani', 0, 0, 100, 1, 1),
(540, 'Gongura Chicken Biryani', 'Gongura Chicken Biryani', '2025-08-08-68962d6591e68.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 330.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 17:01:25', '2025-08-08 17:01:25', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68962d658db77.png\",\"storage\":\"public\"}]', '[]', 'gongura-chicken-biryani', 0, 0, 100, 1, 1),
(541, 'Chicken Tikka', 'Chicken Tikka', '2025-08-08-68962eade8d6b.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 17:06:53', '2025-08-08 17:06:53', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68962eade4955.png\",\"storage\":\"public\"}]', '[]', 'chicken-tikka', 0, 0, NULL, 1, 1),
(542, 'Chicken 65 Biryani', 'Chicken 65 Biryani', '2025-08-08-68962ff889da6.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 17:12:24', '2025-08-08 17:12:24', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68962ff885989.png\",\"storage\":\"public\"}]', '[]', 'chicken-65-biryani', 0, 0, 100, 1, 1),
(543, 'Chicken Ghee Roasr biryani', 'Chicken Ghee Roasr biryani', '2025-08-08-689630907a7ad.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 380.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 17:14:56', '2025-08-08 17:14:56', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6896309076302.png\",\"storage\":\"public\"}]', '[]', 'chicken-ghee-roasr-biryani', 0, 0, 100, 1, 1),
(544, 'Mutton biryani', 'Mutton biryani', '2025-08-08-6896313a6a6b3.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 17:17:46', '2025-08-08 17:17:46', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6896313a66d1d.png\",\"storage\":\"public\"}]', '[]', 'mutton-biryani', 0, 0, 100, 1, 1),
(545, 'Mutton Gongura biryani', 'Mutton Gongura biryani', '2025-08-08-6896326a10e0f.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 430.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 17:22:50', '2025-08-08 17:22:50', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6896326a0d7de.png\",\"storage\":\"public\"}]', '[]', 'mutton-gongura-biryani', 0, 0, NULL, 1, 1),
(546, 'Mutton  Ghee Roast biryani', 'Mutton  Ghee Roast biryani', '2025-08-08-68963316c17d6.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 430.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 17:25:42', '2025-08-08 17:25:42', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68963316bc36c.png\",\"storage\":\"public\"}]', '[]', 'mutton-ghee-roast-biryani', 0, 0, 100, 1, 1),
(547, 'Fish Biryani', 'Fish Biryani', '2025-08-08-689633b0913cd.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 17:28:16', '2025-08-08 17:28:16', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-689633b08e064.png\",\"storage\":\"public\"}]', '[]', 'fish-biryani', 0, 0, 100, 1, 1),
(548, 'Prawns Biryani', 'Prawns Biryani', '2025-08-08-6896342cb3051.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 17:30:20', '2025-08-08 17:30:20', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-6896342caee27.png\",\"storage\":\"public\"}]', '[]', 'prawns-biryani', 0, 0, 100, 1, 1),
(549, 'Veg Fried Rice', 'Veg Fried Rice', '2025-08-08-68963503d5b69.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-08 17:33:02', '2025-08-08 17:33:55', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68963503d159b.png\",\"storage\":\"public\"}]', '[]', 'veg-fried-rice', 0, 0, 100, 1, 1),
(550, 'Schezwan Fried Rice', 'Schezwan Fried Rice', '2025-08-08-689637ef81edc.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-08 17:46:23', '2025-08-08 17:46:23', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-689637ef7e658.png\",\"storage\":\"public\"}]', '[]', 'schezwan-fried-rice', 0, 0, 100, 1, 1),
(551, 'Zeera  Fried Rice', 'Zeera  Fried Rice', '2025-08-08-6896386830b15.png', 218, '[{\"id\":\"218\",\"position\":1}]', '[]', '[]', '[]', '[]', 260.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-08 17:48:24', '2025-08-08 17:48:24', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-689638682d4d5.png\",\"storage\":\"public\"}]', '[]', 'zeera-fried-rice', 0, 0, 100, 1, 1),
(552, 'Kaju Fried Rice', 'Kaju Fried Rice', '2025-08-08-689638da0e85b.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 17:50:18', '2025-08-08 17:55:12', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-689638da0a17f.png\",\"storage\":\"public\"}]', '[]', 'kaju-fried-rice', 0, 0, 100, 1, 1),
(553, 'Gobi Fried Rice', 'Gobi Fried Rice', '2025-08-08-689639305aac9.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-08 17:51:44', '2025-08-08 17:51:44', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68963930562d4.png\",\"storage\":\"public\"}]', '[]', 'gobi-fried-rice', 0, 0, 100, 1, 1),
(554, 'Mushroom Fried Rice', 'Mushroom Fried Rice', '2025-08-08-689639a5f330c.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 280.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-08 17:53:42', '2025-08-08 17:53:42', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-689639a5efcde.png\",\"storage\":\"public\"}]', '[]', 'mushroom-fried-rice', 0, 0, 100, 1, 1),
(555, 'Ghee Rice', 'Ghee Rice', '2025-08-08-68963a61768a9.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 280.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-08 17:56:49', '2025-08-08 17:56:49', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68963a6173491.png\",\"storage\":\"public\"}]', '[]', 'ghee-rice', 0, 0, 100, 1, 1),
(556, 'Mushroom Schezwan Fried Rice', 'Mushroom Schezwan Fried Rice', '2025-08-08-68963b0b07099.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-08 17:59:39', '2025-08-08 17:59:39', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68963b0b02a79.png\",\"storage\":\"public\"}]', '[]', 'mushroom-schezwan-fried-rice', 0, 0, 100, 1, 1),
(557, 'Paneer Schezwan Fried Rice', 'Paneer Schezwan Fried Rice', '2025-08-08-68963b86bd7fd.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-08 18:01:42', '2025-08-08 18:01:42', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68963b86ba1f4.png\",\"storage\":\"public\"}]', '[]', 'paneer-schezwan-fried-rice', 0, 0, 100, 1, 1),
(558, 'Paneer Fried Rice', 'Paneer Fried Rice', '2025-08-08-68963bcdc2025.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 280.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-08 18:02:53', '2025-08-08 18:02:53', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68963bcdbeb7b.png\",\"storage\":\"public\"}]', '[]', 'paneer-fried-rice', 0, 0, 100, 1, 1),
(559, 'Egg Fried Rice', 'Egg Fried Rice', '2025-08-08-68963e2b8925f.png', 237, '[{\"id\":\"219\",\"position\":1},{\"id\":\"237\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 18:12:59', '2025-08-08 18:12:59', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68963e2b85a89.png\",\"storage\":\"public\"}]', '[]', 'egg-fried-rice', 0, 0, 100, 1, 1),
(560, 'Schezwan Egg Fried Rice', 'Schezwan Egg Fried Rice', '2025-08-08-68963e8544059.png', 237, '[{\"id\":\"219\",\"position\":1},{\"id\":\"237\",\"position\":2}]', '[]', '[]', '[]', '[]', 270.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 18:14:29', '2025-08-08 18:14:46', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68963e854061a.png\",\"storage\":\"public\"}]', '[]', 'schezwan-egg-fried-rice', 0, 0, 100, 1, 1),
(561, 'Chicken Fried Rice', 'Chicken Fried Rice', '2025-08-08-68963f146f094.png', 237, '[{\"id\":\"219\",\"position\":1},{\"id\":\"237\",\"position\":2}]', '[]', '[]', '[]', '[]', 280.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 18:16:52', '2025-08-08 18:16:52', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68963f146b920.png\",\"storage\":\"public\"}]', '[]', 'chicken-fried-rice', 0, 0, 100, 1, 1),
(562, 'Schezwan Chicken Fried Rice', 'Schezwan Chicken Fried Rice', '2025-08-08-68963f93674d4.png', 237, '[{\"id\":\"219\",\"position\":1},{\"id\":\"237\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 18:18:59', '2025-08-08 18:18:59', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68963f93638f0.png\",\"storage\":\"public\"}]', '[]', 'schezwan-chicken-fried-rice', 0, 0, 100, 1, 1),
(563, 'Mutton Fried Rice', 'Mutton Fried Rice', '2025-08-08-68963fe313d1b.png', 237, '[{\"id\":\"219\",\"position\":1},{\"id\":\"237\",\"position\":2}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-08 18:20:19', '2025-08-08 18:20:19', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-08-68963fe310392.png\",\"storage\":\"public\"}]', '[]', 'mutton-fried-rice', 0, 0, 100, 1, 1),
(564, 'Boiled Eggs', 'Boiled Eggs', '2025-08-09-6896e1a140096.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 6.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 05:50:25', '2025-09-07 19:54:23', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896e1a13bffd.png\",\"storage\":\"public\"}]', '[]', 'boiled-eggs', 0, 0, 100, 1, 1),
(565, 'Egg Chilly', 'Egg Chilly', '2025-08-09-6896e26477c70.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 9.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 05:53:40', '2025-09-07 19:52:23', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896e26473ac1.png\",\"storage\":\"public\"}]', '[]', 'egg-chilly', 0, 0, 100, 1, 1),
(566, 'Egg Pakodi', 'Egg Pakodi', '2025-08-09-6896e2d503678.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 7.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 05:55:33', '2025-09-07 19:48:36', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896e2d5001e6.png\",\"storage\":\"public\"}]', '[]', 'egg-pakodi', 0, 0, 100, 1, 1),
(567, 'Egg Manchurian', 'Egg Manchurian', '2025-08-09-6896e3316283b.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 05:57:05', '2025-09-07 19:51:11', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896e3315f5db.png\",\"storage\":\"public\"}]', '[]', 'egg-manchurian', 0, 0, 100, 1, 1),
(568, 'Egg Pakodi', 'Egg Pakodi', '2025-08-09-6896e685b777b.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 06:11:17', '2025-09-07 19:50:08', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896e685b3f69.png\",\"storage\":\"public\"}]', '[]', 'egg-pakodi-2', 0, 0, 100, 1, 1),
(569, 'Egg Pepper Fry', 'Egg Pepper Fry', '2025-08-09-6896e6e25667d.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 6.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 06:12:50', '2025-09-07 19:47:14', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896e6e2529fa.png\",\"storage\":\"public\"}]', '[]', 'egg-pepper-fry', 0, 0, 100, 1, 1),
(570, 'Chilly Chicken', 'Chilly Chicken', '2025-08-09-6896e7398fccd.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 320.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 06:14:17', '2025-09-07 19:46:09', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896e7398bf32.png\",\"storage\":\"public\"}]', '[]', 'chilly-chicken', 0, 0, 100, 1, 1),
(571, 'Chicken Manchurian', 'Chicken Manchurian', '2025-08-09-6896e77ac1dcc.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 320.00, 0.00, 'percent', 9.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 06:15:22', '2025-09-07 19:44:57', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896e77abe50f.png\",\"storage\":\"public\"}]', '[]', 'chicken-manchurian', 0, 0, 100, 1, 1),
(572, 'Pepper Chicken', 'Pepper Chicken', '2025-08-09-6896e7c78c411.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 320.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 28, '2025-08-09 06:16:39', '2025-09-07 19:42:07', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896e7c788e99.png\",\"storage\":\"public\"}]', '[]', 'pepper-chicken', 0, 0, 100, 1, 1),
(573, 'Kaju Chicken Fry', 'Kaju Chicken Fry', '2025-08-09-6896e84ebe25e.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 330.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 06:18:54', '2025-09-07 19:37:23', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896e84eba30e.png\",\"storage\":\"public\"}]', '[]', 'kaju-chicken-fry', 0, 0, 100, 1, 1),
(574, 'Chicken Lollipop', 'Chicken Lollipop', '2025-08-09-6896e8914d036.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 06:20:01', '2025-09-07 19:35:00', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896e891479e6.png\",\"storage\":\"public\"}]', '[]', 'chicken-lollipop-pack-of-10255', 0, 0, 100, 1, 1),
(575, 'Garlic Pepper Chicken', 'Garlic Pepper Chicken', '2025-08-09-6896e90a44313.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 330.00, 0.00, 'percent', 8.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 06:22:02', '2025-09-07 19:39:22', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896e90a40eeb.png\",\"storage\":\"public\"}]', '[]', 'garlic-pepper-chicken', 0, 0, 100, 1, 1),
(576, 'Dragon Chicken', 'Dragon Chicken', '2025-08-09-6896e9614ae7e.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 330.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 28, '2025-08-09 06:23:29', '2025-09-07 19:33:08', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896e96147a92.png\",\"storage\":\"public\"}]', '[]', 'dragon-chicken', 0, 0, 100, 1, 1),
(577, 'Chicken Majestic', 'Chicken Majestic', '2025-08-09-6896e9b153f97.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 330.00, 0.00, 'percent', 6.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 06:24:49', '2025-09-07 19:30:41', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896e9b1509d6.png\",\"storage\":\"public\"}]', '[]', 'chicken-majestic', 0, 0, 100, 1, 1),
(578, 'Chicken 65', 'Chicken 65', '2025-08-09-6896ea049eac4.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 330.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 06:26:13', '2025-09-07 19:27:34', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896ea0473502.png\",\"storage\":\"public\"}]', '[]', 'chicken-65', 0, 0, NULL, 1, 1),
(579, 'Lemon Chicken', 'Lemon Chicken', '2025-08-09-6896ea3c68142.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 330.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 06:27:08', '2025-09-07 19:24:49', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896ea3c63736.png\",\"storage\":\"public\"}]', '[]', 'lemon-chicken', 0, 0, NULL, 1, 1),
(580, 'Basket Chicken', 'Basket Chicken', '2025-08-09-6896f2feccbe9.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 330.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 07:04:30', '2025-09-07 19:22:12', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896f2fec8527.png\",\"storage\":\"public\"}]', '[]', 'basket-chicken', 0, 0, 100, 1, 1),
(581, 'Queen Chilly Chicken', 'Queen Chilly Chicken', '2025-08-09-6896f35dbb320.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 330.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 07:06:05', '2025-09-07 19:19:41', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896f35db705f.png\",\"storage\":\"public\"}]', '[]', 'queen-chilly-chicken', 0, 0, 100, 1, 1),
(582, 'Rayalaseema Chicken Fry Bone', 'Rayalaseema Chicken Fry Bone', '2025-08-09-6896f424a1470.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 330.00, 0.00, 'percent', 8.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 07:09:24', '2025-09-07 19:17:14', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896f4249d3b3.png\",\"storage\":\"public\"}]', '[]', 'rayalaseema-chicken-fry-bone', 0, 0, 100, 1, 1),
(583, 'Chicken Roast', 'Chicken Roast', '2025-09-08-68bdd9abad9c1.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 330.00, 0.00, 'percent', 9.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 07:12:00', '2025-09-07 19:14:51', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896f4c0e7e30.png\",\"storage\":\"public\"}]', '[]', 'chicken-roast', 0, 0, NULL, 1, 1),
(584, 'Chicken 555', 'Chicken 555', '2025-08-09-6896f50550f91.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 330.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 07:13:09', '2025-09-07 19:12:09', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896f5054d7d9.png\",\"storage\":\"public\"}]', '[]', 'chicken-555', 0, 0, NULL, 1, 1),
(585, 'Chicken Pakoda Bone', 'Chicken Pakoda Bone', '2025-08-09-6896f594549c4.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 6.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 07:15:32', '2025-09-07 19:11:28', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896f594507ea.png\",\"storage\":\"public\"}]', '[]', 'chicken-pakoda-bone', 0, 0, 100, 1, 1),
(586, 'Chicken Pakoda Boneless', 'Chicken Pakoda Boneless', '2025-08-09-6896f5ff6237c.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 330.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 07:17:19', '2025-09-07 19:10:43', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896f5ff5dfb9.png\",\"storage\":\"public\"}]', '[]', 'chicken-pakoda-boneless', 0, 0, 100, 1, 1),
(587, 'Chicken Ghee Roast', 'Chicken Ghee Roast', '2025-08-09-6896f649d4868.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 330.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 07:18:33', '2025-09-07 19:09:48', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896f649d06cc.png\",\"storage\":\"public\"}]', '[]', 'chicken-ghee-roast', 0, 0, 100, 1, 1),
(588, 'Chicken Fry Bone', 'Chicken Fry Bone', '2025-08-09-6896f69e09c50.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 5.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 07:19:58', '2025-09-07 19:08:56', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896f69e067d4.png\",\"storage\":\"public\"}]', '[]', 'chicken-fry-bone', 0, 0, 100, 1, 1),
(589, 'Schezwan Chicken', 'Schezwan Chicken', '2025-08-09-6896f72517ab3.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 330.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 07:22:13', '2025-09-07 19:08:07', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896f72512e2f.png\",\"storage\":\"public\"}]', '[]', 'schezwan-chicken', 0, 0, 100, 1, 1),
(590, 'Spicy Fried Chicken', 'Spicy Fried Chicken', '2025-08-09-6896f7aa99abc.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 330.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 07:24:26', '2025-09-07 19:07:15', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896f7aa964f9.png\",\"storage\":\"public\"}]', '[]', 'spicy-fried-chicken', 0, 0, 100, 1, 1),
(591, 'Pepper Mutton', 'Pepper Mutton', '2025-08-09-6896f810d7a60.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 07:26:08', '2025-09-07 19:06:07', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896f810d3ad2.png\",\"storage\":\"public\"}]', '[]', 'pepper-mutton', 0, 0, 100, 1, 1),
(592, 'Mutton Manchurian', 'Mutton Manchurian', '2025-08-09-6896f84c3626e.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 07:27:08', '2025-09-07 19:05:12', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896f84c3296b.png\",\"storage\":\"public\"}]', '[]', 'mutton-manchurian', 0, 0, 100, 1, 1),
(593, 'Mutton Chilly', 'Mutton Chilly', '2025-08-09-6896f8926f8a7.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 9.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 07:28:18', '2025-09-07 19:04:11', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896f8926bc04.png\",\"storage\":\"public\"}]', '[]', 'mutton-chilly', 0, 0, 100, 1, 1),
(594, 'Mutton Fry', 'Mutton Fry', '2025-08-09-6896f8d1799fb.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 8.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 07:29:21', '2025-09-07 19:03:14', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896f8d176117.png\",\"storage\":\"public\"}]', '[]', 'mutton-fry', 0, 0, 100, 1, 1),
(595, 'Mangolian Mutton', 'Mangolian Mutton', '2025-08-09-6896f93473297.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 07:31:00', '2025-09-07 19:02:15', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896f9346ef41.png\",\"storage\":\"public\"}]', '[]', 'mangolian-mutton', 0, 0, 100, 1, 1),
(596, 'Mutton Ghee Roast', 'Mutton Ghee Roast', '2025-08-09-6896f9c9392d9.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 450.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 07:33:29', '2025-09-07 19:01:05', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896f9c935bc5.png\",\"storage\":\"public\"}]', '[]', 'mutton-ghee-roast', 0, 0, 100, 1, 1),
(597, 'Spicy Fried Mutton', 'Spicy Fried Mutton', '2025-08-09-6896fa1174e7a.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 07:34:41', '2025-09-07 18:59:17', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896fa1171c2f.png\",\"storage\":\"public\"}]', '[]', 'spicy-fried-mutton', 0, 0, 100, 1, 1),
(598, 'Ginger Mutton', 'Ginger Mutton', '2025-08-09-6896fa5a57a28.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 9.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 07:35:54', '2025-09-07 18:58:00', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6896fa5a53fe2.png\",\"storage\":\"public\"}]', '[]', 'ginger-mutton', 0, 0, 100, 1, 1),
(599, 'Veg Manchurian', 'Veg Manchurian', '2025-08-09-6897025711689.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 5.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 08:09:59', '2025-08-09 08:09:59', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689702570d6e4.png\",\"storage\":\"public\"}]', '[]', 'veg-manchurian-2', 0, 0, 100, 1, 1),
(600, 'Veg Gold Coin', 'Veg Gold Coin', '2025-08-09-689702bd277c3.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 280.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 08:11:41', '2025-08-09 08:11:41', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689702bd22d11.png\",\"storage\":\"public\"}]', '[]', 'veg-gold-coin', 0, 0, 100, 1, 1),
(601, 'Peanut Masala', 'Peanut Masala', '2025-08-09-6897030ab3f04.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 08:12:58', '2025-08-09 08:14:23', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6897030ab0892.png\",\"storage\":\"public\"}]', '[]', 'peanut-masala', 0, 0, 100, 1, 1),
(602, 'Crispy Corn', 'Crispy Corn', '2025-08-09-689703483a046.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 260.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 08:14:00', '2025-08-09 08:14:00', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6897034835a40.png\",\"storage\":\"public\"}]', '[]', 'crispy-corn', 0, 0, 100, 1, 1),
(603, 'Gobi Manchurian', 'Gobi Manchurian', '2025-08-09-689703eb019c8.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 260.00, 0.00, 'percent', 9.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 08:16:43', '2025-08-09 08:16:43', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689703eaf27a2.png\",\"storage\":\"public\"}]', '[]', 'gobi-manchurian', 0, 0, 100, 1, 1),
(604, 'Gobi 65', 'Gobi 65', '2025-08-09-68970430a8cdb.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 260.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 08:17:52', '2025-08-09 08:17:52', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68970430a5331.png\",\"storage\":\"public\"}]', '[]', 'gobi-65', 0, 0, 100, 1, 1),
(605, 'Gobi Chilly', 'Gobi Chilly', '2025-08-09-68970485c182b.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 260.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 08:19:17', '2025-08-09 08:19:17', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68970485bd31b.png\",\"storage\":\"public\"}]', '[]', 'gobi-chilly', 0, 0, 100, 1, 1),
(606, 'Ginger Gobi', 'Ginger Gobi', '2025-08-09-68970549f03d6.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 260.00, 0.00, 'percent', 8.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 08:22:33', '2025-08-09 08:22:33', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68970549eb994.png\",\"storage\":\"public\"}]', '[]', 'ginger-gobi', 0, 0, 100, 1, 1),
(607, 'Paneer Manchurian', 'Paneer Manchurian', '2025-08-09-689705c310458.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 290.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 08:24:35', '2025-08-09 08:24:35', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689705c30c043.png\",\"storage\":\"public\"}]', '[]', 'paneer-manchurian', 0, 0, 100, 1, 1),
(608, 'Paneer 65', 'Paneer 65', '2025-08-09-6897062252da4.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 290.00, 0.00, 'percent', 9.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 08:26:10', '2025-08-09 08:26:10', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689706224d42e.png\",\"storage\":\"public\"}]', '[]', 'paneer-65', 0, 0, 100, 1, 1),
(609, 'Paneer Chilly', 'Paneer Chilly', '2025-08-09-689706762a107.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 290.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 08:27:34', '2025-08-09 08:27:34', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6897067625da4.png\",\"storage\":\"public\"}]', '[]', 'paneer-chilly', 0, 0, 100, 1, 1),
(610, 'Pepper Paneer', 'Pepper Paneer', '2025-08-09-689706c10d600.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 290.00, 0.00, 'percent', 6.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 08:28:49', '2025-08-09 08:28:49', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689706c10a2d8.png\",\"storage\":\"public\"}]', '[]', 'pepper-paneer', 0, 0, 100, 1, 1),
(611, 'Paneer Mushroom', 'Paneer Mushroom', '2025-08-09-689707a4605a0.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 290.00, 0.00, 'percent', 9.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 08:32:36', '2025-08-09 08:32:36', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689707a45c2a4.png\",\"storage\":\"public\"}]', '[]', 'paneer-mushroom', 0, 0, 100, 1, 1),
(612, 'Paneer Majestic', 'Paneer Majestic', '2025-08-09-689707fdec520.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 290.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 08:34:05', '2025-08-09 08:34:05', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689707fde8316.png\",\"storage\":\"public\"}]', '[]', 'paneer-majestic', 0, 0, 100, 1, 1),
(613, 'Paneer Pakoda', 'Paneer Pakoda', '2025-08-09-689708dbf3b8a.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 290.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 08:37:48', '2025-08-09 08:37:48', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689708dbef3a3.png\",\"storage\":\"public\"}]', '[]', 'paneer-pakoda', 0, 0, 100, 1, 1),
(614, 'Schezwan Paneer', 'Schezwan Paneer', '2025-08-09-6897093a391ff.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 290.00, 0.00, 'percent', 9.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 08:39:22', '2025-08-09 08:39:22', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6897093a34777.png\",\"storage\":\"public\"}]', '[]', 'schezwan-paneer', 0, 0, 100, 1, 1),
(615, 'Paneer Salt & Pepper', 'Paneer Salt & Pepper', '2025-08-09-689709a76d88e.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 290.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 08:41:11', '2025-08-09 08:41:11', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689709a768233.png\",\"storage\":\"public\"}]', '[]', 'paneer-salt-pepper', 0, 0, NULL, 1, 1),
(616, 'Mushroom Chilly', 'Mushroom Chilly', '2025-08-09-68970a14cee99.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 280.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 08:43:00', '2025-08-09 08:43:00', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68970a14cabab.png\",\"storage\":\"public\"}]', '[]', 'mushroom-chilly', 0, 0, 100, 1, 1),
(617, 'Mushroom 65', 'Mushroom 65', '2025-08-09-68970a7a9e3d5.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 280.00, 0.00, 'percent', 9.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 08:44:42', '2025-08-09 08:44:42', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68970a7a9a153.png\",\"storage\":\"public\"}]', '[]', 'mushroom-65', 0, 0, 100, 1, 1),
(618, 'Schezwan Mashroom', 'Schezwan Mashroom', '2025-08-09-68970afc4970b.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 280.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 08:46:52', '2025-08-09 08:46:52', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68970afc44c0c.png\",\"storage\":\"public\"}]', '[]', 'schezwan-mashroom', 0, 0, 100, 1, 1),
(619, 'Mushroom Manchurian', 'Mushroom Manchurian', '2025-08-09-68970b4a1d0a1.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 280.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 08:48:10', '2025-08-09 08:48:10', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68970b4a18c2e.png\",\"storage\":\"public\"}]', '[]', 'mushroom-manchurian', 0, 0, 100, 1, 1),
(620, 'Baby Corn Manchurian', 'Baby Corn Manchurian', '2025-08-09-68970bd6ca5ef.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 280.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 08:49:57', '2025-08-09 08:50:30', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68970bb531f36.png\",\"storage\":\"public\"}]', '[]', 'baby-corn-manchurian', 0, 0, 100, 1, 1),
(621, 'Baby Corn 65', 'Baby Corn 65', '2025-08-09-68970c1bdca7b.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 280.00, 0.00, 'percent', 9.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 08:51:39', '2025-08-09 08:51:39', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68970c1bd84b8.png\",\"storage\":\"public\"}]', '[]', 'baby-corn-65', 0, 0, 100, 1, 1),
(622, 'Crispy Baby Corn', 'Crispy Baby Corn', '2025-08-09-68970c7f54c51.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 280.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 08:53:19', '2025-08-09 08:53:19', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68970c7f500db.png\",\"storage\":\"public\"}]', '[]', 'crispy-baby-corn', 0, 0, NULL, 1, 1),
(623, 'Baby Corn Salt & Pepper', 'Baby Corn Salt & Pepper', '2025-08-09-68970d0122342.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 280.00, 0.00, 'percent', 9.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 08:55:29', '2025-08-09 08:55:29', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68970d011dad5.png\",\"storage\":\"public\"}]', '[]', 'baby-corn-salt-pepper', 0, 0, 100, 1, 1),
(624, 'Cashewnut  Fry', 'Cashewnut  FAPry', '2025-08-09-68970d9ee1d94.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 280.00, 0.00, 'percent', 0.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 08:58:06', '2025-08-09 08:58:06', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68970d9eddb9e.png\",\"storage\":\"public\"}]', '[]', 'cashewnut-fry', 0, 0, 100, 1, 1),
(625, 'Veg Hara Bara Kabab', 'Veg Hara Bara Kabab', '2025-08-09-6897106ee5e6b.png', 241, '[{\"id\":\"224\",\"position\":1},{\"id\":\"241\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 7.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 09:10:06', '2025-08-09 09:12:09', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6897106ee1995.png\",\"storage\":\"public\"}]', '[]', 'veg-hara-bara-kebab', 0, 0, 100, 1, 1),
(626, 'Veg Sheek Kabab', 'Veg Sheek Kabab', '2025-08-09-689710cda863a.png', 241, '[{\"id\":\"224\",\"position\":1},{\"id\":\"241\",\"position\":2}]', '[]', '[]', '[]', '[]', 260.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 09:11:41', '2025-08-09 09:11:41', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689710cda433a.png\",\"storage\":\"public\"}]', '[]', 'veg-sheek-kabab', 0, 0, 100, 1, 1),
(627, 'Paneer Tikka', 'Paneer Tikka', '2025-08-09-689711325735f.png', 241, '[{\"id\":\"224\",\"position\":1},{\"id\":\"241\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 09:13:22', '2025-08-09 09:13:22', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6897113252f6b.png\",\"storage\":\"public\"}]', '[]', 'paneer-tikka', 0, 0, 100, 1, 1),
(628, 'Malai Paneer Tikka', 'Malai Paneer Tikka', '2025-08-09-689711a70463b.png', 241, '[{\"id\":\"224\",\"position\":1},{\"id\":\"241\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 09:15:19', '2025-08-09 09:15:19', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689711a7014a4.png\",\"storage\":\"public\"}]', '[]', 'malai-paneer-tikka', 0, 0, 100, 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
(629, 'Achari Paneer', 'Achari Paneer Tikka', '2025-08-09-6897121a8cf13.png', 241, '[{\"id\":\"224\",\"position\":1},{\"id\":\"241\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 09:17:14', '2025-08-09 09:17:28', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6897121a88bd7.png\",\"storage\":\"public\"}]', '[]', 'achari-paneer', 0, 0, 100, 1, 1),
(630, 'Tandoori Gobi', 'Tandoori Gobi', '2025-08-09-68971290d66e5.png', 241, '[{\"id\":\"224\",\"position\":1},{\"id\":\"241\",\"position\":2}]', '[]', '[]', '[]', '[]', 260.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 09:19:12', '2025-08-09 09:19:12', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68971290d1d4c.png\",\"storage\":\"public\"}]', '[]', 'tandoori-gobi', 0, 0, 100, 1, 1),
(631, 'Tandoori Mushroom', 'Tandoori Mushroom', '2025-08-09-689712e53170e.png', 241, '[{\"id\":\"224\",\"position\":1},{\"id\":\"241\",\"position\":2}]', '[]', '[]', '[]', '[]', 280.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 09:20:37', '2025-08-09 09:20:37', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689712e52c4f6.png\",\"storage\":\"public\"}]', '[]', 'tandoori-mushroom', 0, 0, NULL, 1, 1),
(632, 'Mixed Veg Tandoori', 'Mixed Veg Tandoori', '2025-08-09-68971345d250b.png', 241, '[{\"id\":\"224\",\"position\":1},{\"id\":\"241\",\"position\":2}]', '[]', '[]', '[]', '[]', 290.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 09:22:13', '2025-08-09 09:22:13', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68971345ce126.png\",\"storage\":\"public\"}]', '[]', 'mixed-veg-tandoori', 0, 0, 100, 1, 1),
(633, 'Angara Kebab', 'Angara Kebab', '2025-08-09-6897190c24a6c.png', 242, '[{\"id\":\"225\",\"position\":1},{\"id\":\"242\",\"position\":2}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 09:46:52', '2025-08-09 09:46:52', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6897190c2081f.png\",\"storage\":\"public\"}]', '[]', 'angara-kebab', 0, 0, 100, 1, 1),
(634, 'Afghani Kebab', 'Afghani Kebab', '2025-08-09-6897196ec15a4.png', 242, '[{\"id\":\"225\",\"position\":1},{\"id\":\"242\",\"position\":2}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 09:48:30', '2025-08-09 09:48:30', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6897196ebd550.png\",\"storage\":\"public\"}]', '[]', 'afghani-kebab', 0, 0, 100, 1, 1),
(635, 'Banjara Kebab', 'Banjara Kebab', '2025-08-09-689719c9bf264.png', 242, '[{\"id\":\"225\",\"position\":1},{\"id\":\"242\",\"position\":2}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 09:50:01', '2025-08-09 09:50:01', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689719c9b87fd.png\",\"storage\":\"public\"}]', '[]', 'banjara-kebab', 0, 0, 100, 1, 1),
(636, 'Chicken Tikka', 'Chicken Tikka', '2025-08-09-68971a0e090a7.png', 242, '[{\"id\":\"225\",\"position\":1},{\"id\":\"242\",\"position\":2}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 09:51:10', '2025-08-09 09:51:10', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68971a0e03ab2.png\",\"storage\":\"public\"}]', '[]', 'chicken-tikka-2', 0, 0, 100, 1, 1),
(637, 'Achari Chicken Tikka', 'Achari Chicken Tikka', '2025-08-09-68971a6f4f99f.png', 242, '[{\"id\":\"225\",\"position\":1},{\"id\":\"242\",\"position\":2}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 09:52:47', '2025-08-09 09:52:47', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68971a6f4b1a2.png\",\"storage\":\"public\"}]', '[]', 'achari-chicken-tikka', 0, 0, 100, 1, 1),
(638, 'Kalmi Kebab', 'Kalmi Kebab', '2025-08-09-68971af2e9f93.png', 242, '[{\"id\":\"225\",\"position\":1},{\"id\":\"242\",\"position\":2}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 09:54:58', '2025-08-09 09:54:58', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68971af2e5830.png\",\"storage\":\"public\"}]', '[]', 'kalmi-kebab', 0, 0, 100, 1, 1),
(639, 'Chilli Milli Kebab', 'Chilli Milli Kebab', '2025-08-09-68971b7d5b260.png', 242, '[{\"id\":\"225\",\"position\":1},{\"id\":\"242\",\"position\":2}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 09:57:17', '2025-08-09 09:57:17', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68971b7d55c45.png\",\"storage\":\"public\"}]', '[]', 'chilli-milli-kebab', 0, 0, 100, 1, 1),
(640, 'Hariyali Chicken Kebab', 'Hariyali Chicken Kebab', '2025-08-09-68971c0addf11.png', 242, '[{\"id\":\"225\",\"position\":1},{\"id\":\"242\",\"position\":2}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 09:59:38', '2025-08-09 09:59:38', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68971c0ad9938.png\",\"storage\":\"public\"}]', '[]', 'hariyali-chicken-kebab', 0, 0, 100, 1, 1),
(641, 'Malai Kebab', 'Malai Kebab', '2025-08-09-68971ca93c790.png', 242, '[{\"id\":\"225\",\"position\":1},{\"id\":\"242\",\"position\":2}]', '[]', '[]', '[]', '[]', 380.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 10:02:17', '2025-08-09 10:02:17', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68971ca9380f4.png\",\"storage\":\"public\"}]', '[]', 'malai-kebab', 0, 0, 100, 1, 1),
(642, 'Mughlai Kebab', 'Mughlai Kebab', '2025-08-09-68971d2614506.png', 242, '[{\"id\":\"225\",\"position\":1},{\"id\":\"242\",\"position\":2}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 10:04:22', '2025-08-09 10:04:22', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68971d2610216.png\",\"storage\":\"public\"}]', '[]', 'mughlai-kebab', 0, 0, 100, 1, 1),
(643, 'Tangdi Kebab', 'Tangdi Kebab', '2025-08-09-68971d8cbd498.png', 242, '[{\"id\":\"225\",\"position\":1},{\"id\":\"242\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 10:06:04', '2025-08-09 10:06:04', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68971d8cb94df.png\",\"storage\":\"public\"}]', '[]', 'tangdi-kebab', 0, 0, 100, 1, 1),
(644, 'Afghani Tangdi Kebab', 'Afghani Tangdi Kebab', '2025-08-09-68971f11a8eab.png', 242, '[{\"id\":\"225\",\"position\":1},{\"id\":\"242\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 10:11:34', '2025-08-09 10:12:33', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68971f11a2d62.png\",\"storage\":\"public\"}]', '[]', 'afghani-tangdi-kebab', 0, 0, 100, 1, 1),
(645, 'Afghani Chicken', 'Afghani Chicken', '2025-08-09-68971fb32fa0e.png', 242, '[{\"id\":\"225\",\"position\":1},{\"id\":\"242\",\"position\":2}]', '[]', '[]', '[]', '[]', 700.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 10:15:16', '2025-08-09 10:15:16', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68971fb279c4d.png\",\"storage\":\"public\"}]', '[]', 'afghani-chicken', 0, 0, 100, 1, 1),
(646, 'Kalmi Kebab', 'Kalmi Kebab', '2025-08-09-6897207c05275.png', 242, '[{\"id\":\"225\",\"position\":1},{\"id\":\"242\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 10:18:36', '2025-08-09 10:18:49', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6897207c00b87.png\",\"storage\":\"public\"}]', '[]', 'kalmi-kebab-2', 0, 0, 100, 1, 1),
(647, 'Afghani Kalmi Kebab', 'Afghani Kalmi Kebab', '2025-08-09-689720e200c5e.png', 242, '[{\"id\":\"225\",\"position\":1},{\"id\":\"242\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 10:20:18', '2025-08-09 10:20:18', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689720e1f1cea.png\",\"storage\":\"public\"}]', '[]', 'afghani-kalmi-kebab', 0, 0, 100, 1, 1),
(648, 'Thandoori Chicken Full', 'Thandoori Chicken Full', '2025-08-09-6897215577508.png', 242, '[{\"id\":\"225\",\"position\":1},{\"id\":\"242\",\"position\":2}]', '[]', '[]', '[]', '[]', 650.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 10:22:13', '2025-08-09 10:22:13', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689721557321d.png\",\"storage\":\"public\"}]', '[]', 'thandoori-chicken-full', 0, 0, 100, 1, 1),
(649, 'Fish Tikka', 'Fish Tikka', '2025-08-09-689725b82292c.png', 243, '[{\"id\":\"226\",\"position\":1},{\"id\":\"243\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 10:40:56', '2025-08-09 10:40:56', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689725b81e8ec.png\",\"storage\":\"public\"}]', '[]', 'fish-tikka', 0, 0, 100, 1, 1),
(650, 'Achari Fish Tikka', 'Achari Fish Tikka', '2025-08-09-68972653528db.png', 243, '[{\"id\":\"226\",\"position\":1},{\"id\":\"243\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 10:43:31', '2025-08-09 10:43:31', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689726534e0e3.png\",\"storage\":\"public\"}]', '[]', 'achari-fish-tikka', 0, 0, 100, 1, 1),
(651, 'Garlic Fish Tikka', 'Garlic Fish Tikka', '2025-08-09-689726ea5d1ee.png', 243, '[{\"id\":\"226\",\"position\":1},{\"id\":\"243\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 10:46:02', '2025-08-09 10:46:02', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689726ea576b6.png\",\"storage\":\"public\"}]', '[]', 'garlic-fish-tikka', 0, 0, 100, 1, 1),
(652, 'Sungapur Fish', 'Sungapur Fish', '2025-08-09-6897276336d8a.png', 243, '[{\"id\":\"226\",\"position\":1},{\"id\":\"243\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 10:48:03', '2025-08-09 10:48:03', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6897276330ead.png\",\"storage\":\"public\"}]', '[]', 'sungapur-fish', 0, 0, 100, 1, 1),
(653, 'Dragon Fish', 'Dragon Fish', '2025-08-09-689727a9d6da8.png', 243, '[{\"id\":\"226\",\"position\":1},{\"id\":\"243\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 10:49:13', '2025-08-09 10:49:13', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689727a9d2617.png\",\"storage\":\"public\"}]', '[]', 'dragon-fish', 0, 0, 100, 1, 1),
(654, 'Apollo Fish', 'Apollo Fish', '2025-08-09-68972814e78a7.png', 243, '[{\"id\":\"226\",\"position\":1},{\"id\":\"243\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 10:51:00', '2025-08-09 10:51:00', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68972814e3767.png\",\"storage\":\"public\"}]', '[]', 'apollo-fish', 0, 0, 100, 1, 1),
(655, 'Fish Chilly', 'Fish Chilly', '2025-08-09-6897286584e5a.png', 243, '[{\"id\":\"226\",\"position\":1},{\"id\":\"243\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 10:52:21', '2025-08-09 10:52:21', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6897286580a1c.png\",\"storage\":\"public\"}]', '[]', 'fish-chilly', 0, 0, 100, 1, 1),
(656, 'Pepper Fish', 'Pepper Fish', '2025-08-09-689728a8dcf83.png', 243, '[{\"id\":\"226\",\"position\":1},{\"id\":\"243\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 10:53:28', '2025-08-09 10:53:28', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689728a8d8695.png\",\"storage\":\"public\"}]', '[]', 'pepper-fish', 0, 0, 10, 1, 1),
(657, 'Fish Fry', 'Fish Fry', '2025-08-09-689728ed6d030.png', 243, '[{\"id\":\"226\",\"position\":1},{\"id\":\"243\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 10:54:37', '2025-08-09 10:54:37', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689728ed68dfc.png\",\"storage\":\"public\"}]', '[]', 'fish-fry', 0, 0, 100, 1, 1),
(658, 'Fish Pakodi', 'Fish Fry', '2025-08-09-689729776a024.png', 243, '[{\"id\":\"226\",\"position\":1},{\"id\":\"243\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 10:56:55', '2025-08-09 10:56:55', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6897297765e1b.png\",\"storage\":\"public\"}]', '[]', 'fish-pakodi', 0, 0, 100, 1, 1),
(659, 'Prawns Chilly', 'Prawns Chilly', '2025-08-09-689729c992294.png', 243, '[{\"id\":\"226\",\"position\":1},{\"id\":\"243\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 10:58:17', '2025-08-09 10:58:17', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689729c98cfe1.png\",\"storage\":\"public\"}]', '[]', 'prawns-chilly', 0, 0, 100, 1, 1),
(660, 'Spicy Fried Fish', 'Spicy Fried Fish', '2025-08-09-68972a4c3a6c0.png', 243, '[{\"id\":\"226\",\"position\":1},{\"id\":\"243\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 11:00:28', '2025-08-09 11:00:28', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68972a4c362ac.png\",\"storage\":\"public\"}]', '[]', 'spicy-fried-fish', 0, 0, 100, 1, 1),
(661, 'Pepper Prawns', 'Pepper Prawns', '2025-08-09-68972a985d93d.png', 243, '[{\"id\":\"226\",\"position\":1},{\"id\":\"243\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 0, 28, '2025-08-09 11:01:44', '2025-09-07 19:43:44', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68972a9859904.png\",\"storage\":\"public\"}]', '[]', 'pepper-prawns', 0, 0, 100, 1, 1),
(662, 'Loose Prawns', 'Loose Prawns', '2025-08-09-68972b0f60638.png', 243, '[{\"id\":\"226\",\"position\":1},{\"id\":\"243\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 11:03:43', '2025-08-09 11:03:43', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68972b0f5c4a5.png\",\"storage\":\"public\"}]', '[]', 'loose-prawns', 0, 0, 100, 1, 1),
(663, 'Ginger Honey Prawns', 'Ginger Honey Prawns', '2025-08-09-68972c43afb23.png', 243, '[{\"id\":\"226\",\"position\":1},{\"id\":\"243\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 11:08:51', '2025-08-09 11:08:51', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68972c43ab7cd.png\",\"storage\":\"public\"}]', '[]', 'ginger-honey-prawns', 0, 0, 100, 1, 1),
(664, 'Prawns Salt & Pepper', 'Prawns Salt & Pepper', '2025-08-09-68972cb6b283a.png', 243, '[{\"id\":\"226\",\"position\":1},{\"id\":\"243\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 11:10:46', '2025-08-09 11:10:46', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68972cb6ae1f6.png\",\"storage\":\"public\"}]', '[]', 'prawns-salt-pepper', 0, 0, 100, 1, 1),
(665, 'Prawns Pakodi', 'Prawns Pakodi', '2025-08-09-68972d21627c0.png', 243, '[{\"id\":\"226\",\"position\":1},{\"id\":\"243\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 11:12:34', '2025-08-09 11:12:34', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68972d203be08.png\",\"storage\":\"public\"}]', '[]', 'prawns-pakodi', 0, 0, 100, 1, 1),
(666, 'Tandoori Prawns', 'Tandoori Prawns', '2025-08-09-68972d882e50e.png', 243, '[{\"id\":\"226\",\"position\":1},{\"id\":\"243\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 11:14:16', '2025-08-09 11:14:16', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68972d8829f34.png\",\"storage\":\"public\"}]', '[]', 'tandoori-prawns', 0, 0, 100, 1, 1),
(667, 'Roti', 'Roti', '2025-08-09-68973716ac447.png', 256, '[{\"id\":\"255\",\"position\":1},{\"id\":\"256\",\"position\":2}]', '[]', '[]', '[]', '[]', 30.00, 0.00, 'percent', 3.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 11:55:02', '2025-09-07 18:47:21', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68973716a59a9.png\",\"storage\":\"public\"}]', '[]', 'roti', 0, 0, 100, 1, 1),
(668, 'Butter Roti', 'Butter Roti', '2025-08-09-689737bac2061.png', 256, '[{\"id\":\"255\",\"position\":1},{\"id\":\"256\",\"position\":2}]', '[]', '[]', '[]', '[]', 35.00, 0.00, 'percent', 20.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 11:57:46', '2025-09-07 18:53:22', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689737babdc52.png\",\"storage\":\"public\"}]', '[]', 'butter-roti', 0, 0, 100, 1, 1),
(669, 'Plain Naan', 'Plain Naan', '2025-08-09-6897382c82ddb.png', 256, '[{\"id\":\"255\",\"position\":1},{\"id\":\"256\",\"position\":2}]', '[]', '[]', '[]', '[]', 40.00, 0.00, 'percent', 6.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 11:59:40', '2025-09-07 18:52:44', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6897382c7e700.png\",\"storage\":\"public\"}]', '[]', 'plain-naan', 0, 0, 100, 1, 1),
(670, 'Butter Naan', 'Butter Naan', '2025-08-09-6897388f3f665.png', 256, '[{\"id\":\"255\",\"position\":1},{\"id\":\"256\",\"position\":2}]', '[]', '[]', '[]', '[]', 50.00, 0.00, 'percent', 5.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 12:01:19', '2025-09-07 18:52:00', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6897388f3b0a1.png\",\"storage\":\"public\"}]', '[]', 'butter-naan', 0, 0, 100, 1, 1),
(671, 'Garlic Naan', 'Garlic Naan', '2025-08-09-689738e59c85e.png', 256, '[{\"id\":\"255\",\"position\":1},{\"id\":\"256\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 12:02:45', '2025-09-07 18:51:16', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689738e598793.png\",\"storage\":\"public\"}]', '[]', 'garlic-naan', 0, 0, 100, 1, 1),
(672, 'Plain Kulcha', 'Plain Kulcha', '2025-08-09-68973955a0017.png', 256, '[{\"id\":\"255\",\"position\":1},{\"id\":\"256\",\"position\":2}]', '[]', '[]', '[]', '[]', 70.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 12:04:37', '2025-09-07 18:50:38', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689739559b700.png\",\"storage\":\"public\"}]', '[]', 'plain-kulcha', 0, 0, 100, 1, 1),
(673, 'Butter Kulcha', 'Butter Kulcha', '2025-08-09-6897399ecdfd9.png', 256, '[{\"id\":\"255\",\"position\":1},{\"id\":\"256\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 12:05:50', '2025-09-07 18:49:50', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6897399ecab64.png\",\"storage\":\"public\"}]', '[]', 'butter-kulcha', 0, 0, 100, 1, 1),
(674, 'Masala Kulcha', 'Masala Kulcha', '2025-08-09-689739fbe70df.png', 256, '[{\"id\":\"255\",\"position\":1},{\"id\":\"256\",\"position\":2}]', '[]', '[]', '[]', '[]', 90.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 12:07:23', '2025-09-07 18:49:01', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689739fbe3797.png\",\"storage\":\"public\"}]', '[]', 'masala-kulcha', 0, 0, 100, 1, 1),
(675, 'Aloo Paratha', 'Aloo Paratha', '2025-08-09-68973a65d2b1e.png', 256, '[{\"id\":\"255\",\"position\":1},{\"id\":\"256\",\"position\":2}]', '[]', '[]', '[]', '[]', 90.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 12:09:09', '2025-09-07 18:48:20', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68973a65ce9a3.png\",\"storage\":\"public\"}]', '[]', 'aloo-paratha', 0, 0, 100, 1, 1),
(676, 'Mutton Keema Naan', 'Mutton Keema Naan', '2025-08-09-68973b0183502.png', 245, '[{\"id\":\"228\",\"position\":1},{\"id\":\"245\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 12:11:45', '2025-08-09 12:11:45', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68973b017edfd.png\",\"storage\":\"public\"}]', '[]', 'mutton-keema-naan', 0, 0, 100, 1, 1),
(677, 'Chicken Keema Naan', 'Chicken Keema Naan', '2025-08-09-68973b5e1abbb.png', 245, '[{\"id\":\"228\",\"position\":1},{\"id\":\"245\",\"position\":2}]', '[]', '[]', '[]', '[]', 150.00, 0.00, 'percent', 9.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 12:13:18', '2025-08-09 12:13:18', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68973b5e16447.png\",\"storage\":\"public\"}]', '[]', 'chicken-keema-naan', 0, 0, 100, 1, 1),
(678, 'Veg Jaipuri', 'Veg Jaipuri', '2025-08-09-689740f15ebd6.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 12:37:05', '2025-08-09 12:37:05', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689740f15aaaf.png\",\"storage\":\"public\"}]', '[]', 'veg-jaipuri', 0, 0, 100, 1, 1),
(679, 'Kadai veg', 'Kadai veg', '2025-08-09-689741417a0cb.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 9.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 12:38:25', '2025-08-09 12:38:25', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6897414175f77.png\",\"storage\":\"public\"}]', '[]', 'kadai-veg', 0, 0, 100, 1, 1),
(680, 'Veg Kofta', 'Veg Kofta', '2025-08-09-689741ae34c44.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 12:40:14', '2025-08-09 12:40:14', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689741ae30677.png\",\"storage\":\"public\"}]', '[]', 'veg-kofta', 0, 0, 100, 1, 1),
(681, 'Veg Keema Curry', 'Veg Keema Curry', '2025-08-09-689741ee6968f.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 12:41:18', '2025-08-09 12:41:18', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689741ee6609c.png\",\"storage\":\"public\"}]', '[]', 'veg-keema-curry', 0, 0, 100, 1, 1),
(682, 'Malai Kofta', 'Malai Kofta', '2025-08-09-68974265c171f.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 12:43:17', '2025-08-09 12:43:17', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68974265bd880.png\",\"storage\":\"public\"}]', '[]', 'malai-kofta', 0, 0, 100, 1, 1),
(683, 'Veg Kolhapuri', 'Veg Kolhapuri', '2025-08-09-689742c8189ed.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 8.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 12:44:56', '2025-08-09 12:44:56', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689742c8148a6.png\",\"storage\":\"public\"}]', '[]', 'veg-kolhapuri', 0, 0, 100, 1, 1),
(684, 'Dal Fry', 'Dal Fry', '2025-08-09-6897432933b57.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 220.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 12:46:35', '2025-08-09 12:46:35', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6897432797918.png\",\"storage\":\"public\"}]', '[]', 'dal-fry', 0, 0, 100, 1, 1),
(685, 'Paneer Shahi korma', 'Paneer Shahi korma', '2025-08-09-689743b56722e.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 290.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 12:48:53', '2025-08-09 12:48:53', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689743b56315a.png\",\"storage\":\"public\"}]', '[]', 'paneer-shahi-korma', 0, 0, 100, 1, 1),
(686, 'Paneer Butter Masala', 'Paneer Butter Masala', '2025-08-09-68974403a07d3.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 290.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 12:50:11', '2025-08-09 12:50:11', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689744039c722.png\",\"storage\":\"public\"}]', '[]', 'paneer-butter-masala', 0, 0, 100, 1, 1),
(687, 'Paneer Burji', 'Paneer Bhurji', '2025-08-09-6897446ecbeff.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 290.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 12:51:58', '2025-08-09 12:51:58', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6897446ec7aa5.png\",\"storage\":\"public\"}]', '[]', 'paneer-burji', 0, 0, 100, 1, 1),
(688, 'Kaju Paneer Curry', 'Kaju Paneer Curry', '2025-08-09-689744c831fb0.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 12:53:28', '2025-08-09 12:53:28', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689744c82eac0.png\",\"storage\":\"public\"}]', '[]', 'kaju-paneer-curry', 0, 0, 100, 1, 1),
(689, 'Paneer Tikka Masala', 'Paneer Tikka Masala Curry', '2025-08-09-68974548340cd.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 12:55:36', '2025-08-09 12:55:36', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689745482fe7d.png\",\"storage\":\"public\"}]', '[]', 'paneer-tikka-masala', 0, 0, 100, 1, 1),
(690, 'Palak Paneer', 'Palak Paneer', '2025-08-09-689745bf28ee8.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 290.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 12:57:35', '2025-08-09 12:57:35', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689745bf24c79.png\",\"storage\":\"public\"}]', '[]', 'palak-paneer', 0, 0, NULL, 1, 1),
(691, 'Paneer Chatpata', 'Paneer Chatpata', '2025-08-09-6897469781806.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 290.00, 0.00, 'percent', 9.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 13:01:11', '2025-08-09 13:01:11', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689746977c5b1.png\",\"storage\":\"public\"}]', '[]', 'paneer-chatpata', 0, 0, 100, 1, 1),
(692, 'Methi Chaman', 'Methi Chaman', '2025-08-09-68974712ea2f2.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 290.00, 0.00, 'percent', 8.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 13:03:14', '2025-08-09 13:03:14', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68974712e5c50.png\",\"storage\":\"public\"}]', '[]', 'methi-chaman', 0, 0, 100, 1, 1),
(693, 'Kadai Paneer', 'Kadai Paneer', '2025-08-09-689747c46272c.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 290.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 13:06:12', '2025-08-09 13:08:17', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689747c45d327.png\",\"storage\":\"public\"}]', '[]', 'kadai-paneer', 0, 0, 100, 1, 1),
(694, 'Mushroom Masala', 'Mushroom Masala', '2025-08-09-689748910ae5c.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 280.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 13:09:37', '2025-08-09 13:09:37', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6897489106ab4.png\",\"storage\":\"public\"}]', '[]', 'mushroom-masala', 0, 0, 100, 1, 1),
(695, 'Mushroom Kaju Curry', 'Mushroom Kaju Curry', '2025-08-09-689749343a9a0.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 290.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 13:12:20', '2025-08-09 13:12:20', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6897493435c02.png\",\"storage\":\"public\"}]', '[]', 'mushroom-kaju-curry', 0, 0, 100, 1, 1),
(696, 'Kadai Mushroom', 'Kadai Mushroom', '2025-08-09-689749a19f435.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 280.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 13:14:09', '2025-08-09 13:14:09', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689749a19ae8e.png\",\"storage\":\"public\"}]', '[]', 'kadai-mushroom', 0, 0, 100, 1, 1),
(697, 'Baby Corn Kaju Curry', 'Baby Corn Kaju Curry', '2025-08-09-68974a1a0449c.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 290.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 13:16:10', '2025-08-09 13:16:10', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68974a19f2ae2.png\",\"storage\":\"public\"}]', '[]', 'baby-corn-kaju-curry', 0, 0, 100, 1, 1),
(698, 'Kaju Curry', 'Kaju Curry', '2025-08-09-68974a5a58a7a.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 13:17:14', '2025-08-09 13:17:14', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68974a5a52fa8.png\",\"storage\":\"public\"}]', '[]', 'kaju-curry', 0, 0, 100, 1, 1),
(699, 'Mixed Veg Curry', 'Mixed Veg Curry', '2025-08-09-68974aa63afdc.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 260.00, 0.00, 'percent', 8.00, 'percent', '09:00:00', '08:00:00', 1, 1, 28, '2025-08-09 13:18:30', '2025-08-09 13:18:30', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68974aa636e4e.png\",\"storage\":\"public\"}]', '[]', 'mixed-veg-curry', 0, 0, 100, 1, 1),
(700, 'Murgh Kolhapur Curry', 'Murgh Kolhapur Curry', '2025-08-09-6897535870e4f.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 330.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 13:55:36', '2025-08-09 13:55:36', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689753586c5bc.png\",\"storage\":\"public\"}]', '[]', 'murgh-kolhapur-curry', 0, 0, 100, 1, 1),
(701, 'Andhra Chicken Curry', 'Andhra Chicken Curry', '2025-08-09-689753af18be0.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 330.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 13:57:03', '2025-08-09 13:57:03', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689753af14307.png\",\"storage\":\"public\"}]', '[]', 'andhra-chicken-curry', 0, 0, 100, 1, 1),
(702, 'Gongura Chicken Curry', 'Gongura Chicken Curry', '2025-08-09-6897540476299.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 330.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 13:58:28', '2025-08-09 13:58:28', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6897540471c0a.png\",\"storage\":\"public\"}]', '[]', 'gongura-chicken-curry', 0, 0, 100, 1, 1),
(703, 'Butter Chicken Curry', 'Butter Chicken Curry', '2025-08-09-6897546567a2b.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 330.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 14:00:05', '2025-08-09 14:00:05', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-6897546562672.png\",\"storage\":\"public\"}]', '[]', 'butter-chicken-curry', 0, 0, 100, 1, 1),
(704, 'Kadai Chicken Curry', 'Kadai Chicken Curry', '2025-08-09-689754cc3f3a3.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 330.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 14:01:48', '2025-08-09 14:01:48', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689754cc3aa9e.png\",\"storage\":\"public\"}]', '[]', 'kadai-chicken-curry', 0, 0, 100, 1, 1),
(705, 'Kaju Chicken Curry', 'Kaju Chicken Curry', '2025-08-09-689755256c76e.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 14:03:17', '2025-08-09 14:03:17', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689755256888a.png\",\"storage\":\"public\"}]', '[]', 'kaju-chicken-curry', 0, 0, 100, 1, 1),
(706, 'Nizami Chicken Curry', 'Nizami Chicken Curry', '2025-08-09-68975584d448d.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 330.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 14:04:52', '2025-08-09 14:04:52', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68975584cf296.png\",\"storage\":\"public\"}]', '[]', 'nizami-chicken-curry', 0, 0, 10, 1, 1),
(707, 'Chettinadu Chicken Curry', 'Chettinadu Chicken Curry', '2025-08-09-6897563005932.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 330.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 14:07:44', '2025-08-09 14:07:44', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68975630013ab.png\",\"storage\":\"public\"}]', '[]', 'chettinadu-chicken-curry', 0, 0, 100, 1, 1),
(708, 'Nawabi Chicken Curry', 'Nawabi Chicken Curry', '2025-08-09-689756b443a60.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 330.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 14:09:56', '2025-08-09 14:09:56', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689756b43f900.png\",\"storage\":\"public\"}]', '[]', 'nawabi-chicken-curry', 0, 0, 100, 1, 1),
(709, 'Chicken Masala Curry', 'Chicken Masala Curry', '2025-08-09-689757310ee47.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 330.00, 0.00, 'percent', 9.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 14:12:01', '2025-08-09 14:12:01', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689757310aa29.png\",\"storage\":\"public\"}]', '[]', 'chicken-masala-curry', 0, 0, 100, 1, 1),
(710, 'Chicken Tikka Masala Curry', 'Chicken Tikka Masala Curry', '2025-08-09-6897580c58f4c.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 330.00, 0.00, 'percent', 8.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 14:15:40', '2025-08-09 14:15:40', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[]', '[]', 'chicken-tikka-masala-curry', 0, 0, 100, 1, 1),
(711, 'Methi Chicken Curry', 'Methi Chicken Curry', '2025-08-09-6897587343318.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 330.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 14:17:23', '2025-08-09 14:17:23', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-689758733f366.png\",\"storage\":\"public\"}]', '[]', 'methi-chicken-curry', 0, 0, 100, 1, 1),
(712, 'Palak Chicken Curry', 'Palak Chicken Curry', '2025-08-09-68975b3d19391.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 330.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 14:29:17', '2025-08-09 14:29:17', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68975b3d14b8c.png\",\"storage\":\"public\"}]', '[]', 'palak-chicken-curry', 0, 0, 100, 1, 1),
(713, 'Andhra Mutton Curry', 'Andhra Mutton Curry', '2025-08-09-68975bae3cc79.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 14:31:10', '2025-08-09 14:31:10', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68975bae389a8.png\",\"storage\":\"public\"}]', '[]', 'andhra-mutton-curry', 0, 0, 100, 1, 1),
(714, 'Gongura Mutton Curry', 'Gongura Mutton Curry', '2025-08-09-68975c34145eb.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 14:33:24', '2025-08-09 14:33:24', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68975c3411240.png\",\"storage\":\"public\"}]', '[]', 'gongura-mutton-curry', 0, 0, 100, 1, 1),
(715, 'Mutton Masala Curry', 'Mutton Masala Curry', '2025-08-09-68975c82e9149.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 14:34:42', '2025-08-09 14:34:42', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68975c82e3b5e.png\",\"storage\":\"public\"}]', '[]', 'mutton-masala-curry', 0, 0, 100, 1, 1),
(716, 'Mutton Rogan Josh Curry', 'Mutton Rogan Josh Curry', '2025-08-09-68975cead2cdc.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 14:36:26', '2025-08-09 14:36:26', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68975ceacf58d.png\",\"storage\":\"public\"}]', '[]', 'mutton-rogan-josh-curry', 0, 0, 100, 1, 1),
(717, 'Methi Mutton Curry', 'Methi Mutton Curry', '2025-08-09-68975d4613ace.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 14:37:58', '2025-08-09 14:37:58', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68975d460f7aa.png\",\"storage\":\"public\"}]', '[]', 'methi-mutton-curry', 0, 0, 100, 1, 1),
(718, 'Fish Masala Curry', 'Fish Masala Curry', '2025-08-09-68975dcbd1be9.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 14:40:12', '2025-08-09 14:40:12', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68975dcb8e701.png\",\"storage\":\"public\"}]', '[]', 'fish-masala-curry', 0, 0, 100, 1, 1),
(719, 'Fish Tikka Masala Curry', 'Fish Tikka Masala Curry', '2025-08-09-68975e21efb99.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 14:41:37', '2025-08-09 14:41:37', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68975e21ea865.png\",\"storage\":\"public\"}]', '[]', 'fish-tikka-masala-curry', 0, 0, 100, 1, 1),
(720, 'Prawns Masala Curry', 'Prawns Masala Curry', '2025-08-09-68975e7265560.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 28, '2025-08-09 14:42:58', '2025-08-09 14:42:58', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-09-68975e7261181.png\",\"storage\":\"public\"}]', '[]', 'prawns-masala-curry', 0, 0, 100, 1, 1),
(721, 'Chicken Curry', 'Chicken Curry', '2025-08-10-68989cd00cfe0.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 8.00, 'percent', '09:00:00', '08:00:00', 0, 1, 24, '2025-08-10 13:21:20', '2025-08-10 13:21:20', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[]', '[]', 'chicken-curry', 0, 0, 100, 1, 1),
(722, 'Chicken Fry', 'Chicken Fry', '2025-08-10-68989d9a5ced7.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 150.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 24, '2025-08-10 13:24:42', '2025-08-10 13:24:42', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-10-68989d9a58783.png\",\"storage\":\"public\"}]', '[]', 'chicken-fry', 0, 0, 100, 1, 1),
(723, 'Gongura Chicken Curry', 'Gongura Chicken Curry', '2025-08-10-68989e4af3bbe.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 150.00, 0.00, 'percent', 7.00, 'percent', '09:00:00', '08:00:00', 0, 1, 24, '2025-08-10 13:27:39', '2025-08-10 13:27:39', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-10-68989e4aef2dd.png\",\"storage\":\"public\"}]', '[]', 'gongura-chicken-curry-2', 0, 0, 100, 1, 1),
(724, 'Chicken Liver Fry', 'Chicken Liver Fry', '2025-08-10-68989feda961c.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 5.00, 'percent', '09:00:00', '08:00:00', 0, 1, 24, '2025-08-10 13:34:37', '2025-08-10 13:34:37', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-10-68989feda47c4.png\",\"storage\":\"public\"}]', '[]', 'chicken-liver-fry', 0, 0, 100, 1, 1),
(725, 'Chicken Liver Curry', 'Chicken Liver Curry', '2025-08-10-6898a06d43d0a.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 24, '2025-08-10 13:35:54', '2025-08-10 13:36:45', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-10-6898a06d3dfbd.png\",\"storage\":\"public\"}]', '[]', 'chicken-liver-curry', 0, 0, 100, 1, 1),
(726, 'Egg Curry', 'Egg Curry', '2025-08-11-689971c743587.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 40.00, 0.00, 'percent', 3.00, 'percent', '09:00:00', '08:00:00', 0, 1, 24, '2025-08-11 04:29:11', '2025-08-11 04:29:59', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-11-689971c73dc59.png\",\"storage\":\"public\"}]', '[]', 'egg-curry', 0, 0, 100, 1, 1),
(727, 'Mutton Curry', 'Mutton Curry', '2025-08-11-689973c33603d.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 24, '2025-08-11 04:38:27', '2025-08-11 04:38:27', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-11-689973c331c5d.png\",\"storage\":\"public\"}]', '[]', 'mutton-curry', 0, 0, 100, 1, 1),
(728, 'Mutton Fry', 'Mutton Fry', '2025-08-11-6899743b3f1b3.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 24, '2025-08-11 04:40:27', '2025-08-11 04:40:27', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-11-6899743b3ab75.png\",\"storage\":\"public\"}]', '[]', 'mutton-fry-2', 0, 0, 100, 1, 1),
(729, 'Mutton Boti Curry', 'Mutton Boti Curry', '2025-08-11-68997489ed5b6.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 150.00, 0.00, 'percent', 7.00, 'percent', '09:00:00', '08:00:00', 0, 1, 24, '2025-08-11 04:41:45', '2025-08-11 04:41:45', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-11-68997489e7174.png\",\"storage\":\"public\"}]', '[]', 'mutton-boti-curry', 0, 0, 100, 1, 1),
(730, 'Pappu Curry', 'Pappu Curry', '2025-08-11-689974e49a8ae.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 40.00, 0.00, 'percent', 5.00, 'percent', '09:00:00', '08:00:00', 0, 1, 24, '2025-08-11 04:43:16', '2025-08-11 04:43:16', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-11-689974e494e36.png\",\"storage\":\"public\"}]', '[]', 'pappu-curry', 0, 0, 100, 1, 1),
(731, 'Rasam Curry', 'Rasam Curry', '2025-08-11-689975458bee1.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 40.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 1, 1, 24, '2025-08-11 04:44:53', '2025-08-11 04:44:53', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-11-6899754587740.png\",\"storage\":\"public\"}]', '[]', 'rasam-curry', 0, 0, 100, 1, 1),
(732, 'Gutti Vankaya Curry', 'Gutti Vankaya Curry', '2025-08-11-68997598b34f7.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 50.00, 0.00, 'percent', 7.00, 'percent', '09:00:00', '08:00:00', 1, 1, 24, '2025-08-11 04:46:16', '2025-08-11 04:46:16', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-11-68997598aef15.png\",\"storage\":\"public\"}]', '[]', 'gutti-vankaya-curry', 0, 0, 100, 1, 1),
(733, 'Chicken Fry Piece Biryani', 'Chicken Fry Piece Biryani', '2025-08-11-68997957f0aa8.png', 245, '[{\"id\":\"228\",\"position\":1},{\"id\":\"245\",\"position\":2}]', '[]', '[]', '[]', '[]', 220.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 24, '2025-08-11 05:02:15', '2025-08-11 05:02:15', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-11-68997957ec185.png\",\"storage\":\"public\"}]', '[]', 'chicken-fry-piece-biryani-2', 0, 0, 100, 1, 1),
(734, 'Chicken Fry Piece Bucket Biryani', 'Chicken Fry Piece Bucket Biryani', '2025-08-11-689979a6127c2.png', 245, '[{\"id\":\"228\",\"position\":1},{\"id\":\"245\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 24, '2025-08-11 05:03:34', '2025-08-11 05:03:34', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-11-689979a60cf40.png\",\"storage\":\"public\"}]', '[]', 'chicken-fry-piece-bucket-biryani', 0, 0, 100, 1, 1),
(735, 'Mutton Fry Piece Biryani', 'Mutton Fry Piece Biryani', '2025-08-11-68997a926ebbf.png', 245, '[{\"id\":\"228\",\"position\":1},{\"id\":\"245\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 9.00, 'percent', '09:00:00', '08:00:00', 0, 1, 24, '2025-08-11 05:07:30', '2025-08-11 05:07:30', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-11-68997a926a2ec.png\",\"storage\":\"public\"}]', '[]', 'mutton-fry-piece-biryani', 0, 0, 100, 1, 1),
(736, 'Kaju Chicken Kabab', 'Kaju Chicken Kabab 500gm', '2025-08-11-68997aeb1b859.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '09:00:00', '08:00:00', 0, 1, 24, '2025-08-11 05:08:59', '2025-09-07 18:45:30', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-11-68997aeb171b7.png\",\"storage\":\"public\"}]', '[]', 'kaju-chicken-kabab', 0, 0, 100, 1, 1),
(737, 'Chicken Dum Biryani', 'Chicken Dum Biryani (MINI)', '2025-08-15-689f06c22daf3.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 150.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-15 10:06:58', '2025-08-15 11:23:57', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-15-689f06c2291b8.png\",\"storage\":\"public\"}]', '[]', 'chicken-dum-biryani-2', 0, 0, 100, 1, 1),
(738, 'Chicken Dum Biryani', 'Chicken Dum Biryani (Full)', '2025-08-15-689f075cacf6e.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 260.00, 0.00, 'percent', 1.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-15 10:09:32', '2025-08-15 10:09:32', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-15-689f075ca88c8.png\",\"storage\":\"public\"}]', '[]', 'chicken-dum-biryani-3', 0, 0, 100, 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
(740, 'Chicken Fry Piece Biryani', 'Chicken Fry Piece Biryani (MINI)', '2025-08-15-689f24f2913e9.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 170.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-15 12:15:46', '2025-08-15 12:15:46', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-15-689f24f28ce94.png\",\"storage\":\"public\"}]', '[]', 'chicken-fry-piece-biryani-3', 0, 0, 100, 1, 1),
(741, 'Chicken Fry Piece Biryani', 'Chicken Fry Piece Biryani (FULL)', '2025-08-15-689f26dc2d426.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 280.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-15 12:23:56', '2025-08-15 12:23:56', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-15-689f26dc28d17.png\",\"storage\":\"public\"}]', '[]', 'chicken-fry-piece-biryani-4', 0, 0, 100, 1, 1),
(742, 'Chicken Lollipop Biryani', 'Chicken Lollipop Biryani (MINI)', '2025-08-15-689f27de5b113.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 170.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-15 12:28:14', '2025-08-15 12:28:14', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-15-689f27de56247.png\",\"storage\":\"public\"}]', '[]', 'chicken-lollipop-biryani', 0, 0, 100, 1, 1),
(743, 'Chicken Lollipop Biryani', 'Chicken Lollipop Biryani (FULL)', '2025-08-15-689f286b46a22.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 280.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-15 12:30:35', '2025-08-15 12:30:35', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-15-689f286b413bf.png\",\"storage\":\"public\"}]', '[]', 'chicken-lollipop-biryani-2', 0, 0, 100, 1, 1),
(744, 'Chicken Boneless Biryani', 'Chicken Boneless Biryani (MINI)', '2025-08-15-689f29b26179b.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 190.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-15 12:36:02', '2025-08-15 12:36:02', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-15-689f29b25cd0d.png\",\"storage\":\"public\"}]', '[]', 'chicken-boneless-biryani', 0, 0, 100, 1, 1),
(745, 'Chicken Boneless Biryani', 'Chicken Boneless Biryani (FULL)', '2025-08-15-689f2a307c35b.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:07:00', 0, 1, 29, '2025-08-15 12:38:08', '2025-08-15 12:38:08', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-15-689f2a3077a88.png\",\"storage\":\"public\"}]', '[]', 'chicken-boneless-biryani-2', 0, 0, 100, 1, 1),
(746, 'Donne Chicken Biryani', 'Donne Chicken Biryani', '2025-08-15-689f2b62e2a59.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 150.00, 0.00, 'percent', 8.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-15 12:43:14', '2025-08-15 12:43:14', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-15-689f2b62dda48.png\",\"storage\":\"public\"}]', '[]', 'donne-chicken-biryani', 0, 0, 100, 1, 1),
(747, 'Donne Pakoda Biryani', 'Donne Pakoda Biryani', '2025-08-15-689f2bd84b2ff.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 160.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-15 12:45:12', '2025-08-15 12:45:12', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-15-689f2bd847405.png\",\"storage\":\"public\"}]', '[]', 'donne-pakoda-biryani', 0, 0, 100, 1, 1),
(748, 'Donne Lollipop Biryani', 'Donne Lollipop Biryani', '2025-08-15-689f2c3b67c8b.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 160.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-15 12:46:51', '2025-08-15 12:46:51', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-15-689f2c3b6393f.png\",\"storage\":\"public\"}]', '[]', 'donne-lollipop-biryani', 0, 0, 100, 1, 1),
(749, 'Paneer Biryani', 'Paneer biryani (MINI)', '2025-08-15-689f2e444ebe0.png', 238, '[{\"id\":\"220\",\"position\":1},{\"id\":\"238\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 9.00, 'percent', '11:25:00', '12:25:00', 0, 1, 29, '2025-08-15 12:55:32', '2025-08-15 12:55:32', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-15-689f2e444950a.png\",\"storage\":\"public\"}]', '[]', 'paneer-biryani-2', 0, 0, 100, 1, 1),
(750, 'Paneer Biryani', 'Paneer Biryani (FULL)', '2025-08-15-689f2eaa8c729.png', 238, '[{\"id\":\"220\",\"position\":1},{\"id\":\"238\",\"position\":2}]', '[]', '[]', '[]', '[]', 290.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-15 12:57:14', '2025-08-15 12:57:14', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-15-689f2eaa87518.png\",\"storage\":\"public\"}]', '[]', 'paneer-biryani-3', 0, 0, 100, 1, 1),
(751, 'Mushroom Biryani', 'Mushroom Biryani (MINI)', '2025-08-15-689f2f247037e.png', 238, '[{\"id\":\"220\",\"position\":1},{\"id\":\"238\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-15 12:59:16', '2025-08-15 12:59:16', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-15-689f2f246bbfc.png\",\"storage\":\"public\"}]', '[]', 'mushroom-biryani', 0, 0, 100, 1, 1),
(752, 'Mushroom Biryani', 'Mushroom Biryani', '2025-08-15-689f2f86361db.png', 238, '[{\"id\":\"220\",\"position\":1},{\"id\":\"238\",\"position\":2}]', '[]', '[]', '[]', '[]', 290.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-15 13:00:54', '2025-08-15 13:00:54', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-15-689f2f8631c3d.png\",\"storage\":\"public\"}]', '[]', 'mushroom-biryani-2', 0, 0, 100, 1, 1),
(753, 'Egg Biryani', 'Egg Biryani (MINI)', '2025-08-16-68a00ee25b89c.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 150.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 04:53:54', '2025-08-16 04:59:39', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a00ee22903a.png\",\"storage\":\"public\"}]', '[]', 'egg-biryani-2', 0, 0, 100, 1, 1),
(754, 'Egg Biryani', 'Egg Biryani (FULL)', '2025-08-16-68a00f2db5319.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 220.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 04:55:09', '2025-08-16 04:55:32', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a00f2db0c48.png\",\"storage\":\"public\"}]', '[]', 'egg-biryani-3', 0, 0, 100, 1, 1),
(755, 'Veg Biryani', 'Veg Biryani (MINI)', '2025-08-16-68a010295a45e.png', 238, '[{\"id\":\"220\",\"position\":1},{\"id\":\"238\",\"position\":2}]', '[]', '[]', '[]', '[]', 150.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 1, 1, 29, '2025-08-16 04:59:21', '2025-08-16 05:12:33', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a01029559c9.png\",\"storage\":\"public\"}]', '[]', 'veg-biryani-2', 0, 0, 100, 1, 1),
(756, 'Veg biryani', 'Veg biryani (FULL)', '2025-08-16-68a010972bee0.png', 238, '[{\"id\":\"220\",\"position\":1},{\"id\":\"238\",\"position\":2}]', '[]', '[]', '[]', '[]', 220.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 05:01:11', '2025-08-16 05:01:11', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a010972795b.png\",\"storage\":\"public\"}]', '[]', 'veg-biryani-3', 0, 0, 100, 1, 1),
(757, 'Chicken Dum Biryani Family Pack', 'Chicken Dum Biryani Family Pack', '2025-08-16-68a0113f535f6.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 600.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 05:03:59', '2025-08-16 05:03:59', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a0113f4ede5.png\",\"storage\":\"public\"}]', '[]', 'chicken-dum-biryani-family-pack-2', 0, 0, 100, 1, 1),
(758, 'Chicken Fry Piece Biryani Family Pack', 'Chicken Fry Piece Biryani Family Pack', '2025-08-16-68a0120c1fe42.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 700.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 05:07:24', '2025-08-16 05:07:24', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a0120c1bb31.png\",\"storage\":\"public\"}]', '[]', 'chicken-fry-piece-biryani-family-pack-2', 0, 0, 100, 1, 1),
(759, 'Crispy Corn', 'Crispy Corn', '2025-08-16-68a0132d47203.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 1, 1, 29, '2025-08-16 05:12:13', '2025-08-16 05:12:13', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a0132d42da5.png\",\"storage\":\"public\"}]', '[]', 'crispy-corn-2', 0, 0, 100, 1, 1),
(760, 'Gobi 65', 'Gobi 65', '2025-08-16-68a013ac9c380.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 05:14:20', '2025-08-16 05:14:20', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a013ac96b13.png\",\"storage\":\"public\"}]', '[]', 'gobi-65-2', 0, 0, 100, 1, 1),
(761, 'Gobi Manchurian', 'Gobi Manchurian', '2025-08-16-68a01481d358b.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 1, 1, 29, '2025-08-16 05:17:53', '2025-08-16 05:17:53', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a01481ced38.png\",\"storage\":\"public\"}]', '[]', 'gobi-manchurian-2', 0, 0, 100, 1, 1),
(762, 'Baby Corn Manchurian', 'Baby Corn Manchurian', '2025-08-16-68a0155943ec1.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 1, 1, 29, '2025-08-16 05:21:29', '2025-08-16 05:21:29', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a015593f745.png\",\"storage\":\"public\"}]', '[]', 'baby-corn-manchurian-2', 0, 0, 100, 1, 1),
(763, 'Paneer Majestic', 'Paneer Majestic', '2025-08-16-68a01645339a4.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 220.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 1, 1, 29, '2025-08-16 05:25:25', '2025-08-16 05:46:06', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a016452f1f8.png\",\"storage\":\"public\"}]', '[]', 'paneer-majestic-2', 0, 0, 100, 1, 1),
(764, 'Pepper Paneer', 'Pepper Paneer', '2025-08-16-68a0179014c8e.png', 238, '[{\"id\":\"220\",\"position\":1},{\"id\":\"238\",\"position\":2}]', '[]', '[]', '[]', '[]', 220.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 1, 1, 29, '2025-08-16 05:30:56', '2025-08-16 05:43:09', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a01790106f0.png\",\"storage\":\"public\"}]', '[]', 'pepper-paneer-2', 0, 0, 100, 1, 1),
(765, 'Mushroom Kaju Fry', 'Mushroom Kaju Fry', '2025-08-16-68a0189ac8269.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 220.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 1, 1, 29, '2025-08-16 05:35:23', '2025-08-16 05:45:16', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a0189ac3b75.png\",\"storage\":\"public\"}]', '[]', 'mushroom-kaju-fry', 0, 0, 100, 1, 1),
(766, 'Mushroom Chilli', 'Mushroom Chilli', '2025-08-16-68a01918af36d.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 220.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 1, 1, 29, '2025-08-16 05:37:28', '2025-08-16 05:44:58', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a01918aacfb.png\",\"storage\":\"public\"}]', '[]', 'mushroom-chilli', 0, 0, 100, 1, 1),
(767, 'Egg Manchurian', 'Egg Manchurian', '2025-08-16-68a019c597713.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 160.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 05:40:21', '2025-09-07 18:44:19', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a019c592a72.png\",\"storage\":\"public\"}]', '[]', 'egg-manchurian-2', 0, 0, 100, 1, 1),
(768, 'Egg Chilli', 'Egg Chilli', '2025-08-16-68a01a39d8e90.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 160.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 05:42:17', '2025-09-07 18:43:43', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a01a39d4957.png\",\"storage\":\"public\"}]', '[]', 'egg-chilli', 0, 0, 100, 1, 1),
(769, 'Chicken 65', 'Chicken 65', '2025-08-16-68a01de78b43f.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 240.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 05:57:59', '2025-09-07 18:42:53', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a01de7872d7.png\",\"storage\":\"public\"}]', '[]', 'chicken-65-2', 0, 0, 100, 1, 1),
(770, 'Chicken Manchurian', 'Chicken Manchurian', '2025-08-16-68a01e732f139.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 240.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 06:00:19', '2025-09-07 18:41:57', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a01e732a81b.png\",\"storage\":\"public\"}]', '[]', 'chicken-manchurian-2', 0, 0, 100, 1, 1),
(771, 'Chicken Lollipop', 'Chicken Lollipop', '2025-08-16-68a01eff8511d.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 240.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 06:02:39', '2025-09-07 18:40:43', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a01eff80b77.png\",\"storage\":\"public\"}]', '[]', 'chicken-lollipop-biryani-3', 0, 0, 100, 1, 1),
(772, 'Chicken Majestic', 'Chicken Majestic', '2025-08-16-68a01f57e6eb2.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 06:04:07', '2025-09-07 18:38:53', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a01f57e2616.png\",\"storage\":\"public\"}]', '[]', 'chicken-majestic-2', 0, 0, 100, 1, 1),
(773, 'Chicken Kaju Pakoda', 'Chicken Kaju Pakoda', '2025-08-16-68a01fa08cf5b.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 06:05:20', '2025-09-07 18:37:21', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a01fa0884a7.png\",\"storage\":\"public\"}]', '[]', 'chicken-kaju-pakoda', 0, 0, 100, 1, 1),
(774, 'Gobi Fried Rice', 'Gobi Fried Rice', '2025-08-16-68a0266a44ef2.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 150.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 1, 1, 29, '2025-08-16 06:34:18', '2025-08-16 06:34:18', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a0266a3f4b6.png\",\"storage\":\"public\"}]', '[]', 'gobi-fried-rice-2', 0, 0, 100, 1, 1),
(775, 'Ghee Fried Rice', 'Ghee Fried Rice', '2025-08-16-68a026b52f593.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 150.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 1, 1, 29, '2025-08-16 06:35:33', '2025-08-16 06:35:33', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a026b52b325.png\",\"storage\":\"public\"}]', '[]', 'ghee-fried-rice', 0, 0, 100, 1, 1),
(776, 'Ghee Fried Rice', 'Veg Fried Rice', '2025-08-16-68a0272eb4fbf.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 150.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 1, 1, 29, '2025-08-16 06:37:34', '2025-08-16 06:37:34', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a0272eb0351.png\",\"storage\":\"public\"}]', '[]', 'ghee-fried-rice-2', 0, 0, 100, 1, 1),
(777, 'Jeera Rice', 'Jeera Rice', '2025-08-16-68a0276eea189.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 1, 1, 29, '2025-08-16 06:38:39', '2025-08-16 06:38:39', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a0276eae1de.png\",\"storage\":\"public\"}]', '[]', 'jeera-rice', 0, 0, 100, 1, 1),
(778, 'Kaju Rice', 'Kaju Rice', '2025-08-16-68a027ac7ca8f.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 150.00, 0.00, 'percent', 8.00, 'percent', '11:00:00', '12:00:00', 1, 1, 29, '2025-08-16 06:39:40', '2025-08-16 06:39:40', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a027ac787b1.png\",\"storage\":\"public\"}]', '[]', 'kaju-rice', 0, 0, 100, 1, 1),
(779, 'Chicken Fried Rice', 'Chicken Fried Rice', '2025-08-16-68a027ebb398c.png', 237, '[{\"id\":\"219\",\"position\":1},{\"id\":\"237\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 06:40:44', '2025-08-16 06:40:44', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a027eb76142.png\",\"storage\":\"public\"}]', '[]', 'chicken-fried-rice-2', 0, 0, 100, 1, 1),
(780, 'Egg Fried Rice', 'Egg Fried Rice', '2025-08-16-68a028393587d.png', 237, '[{\"id\":\"219\",\"position\":1},{\"id\":\"237\",\"position\":2}]', '[]', '[]', '[]', '[]', 160.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 06:42:02', '2025-08-16 06:42:02', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a028382f8ed.png\",\"storage\":\"public\"}]', '[]', 'egg-fried-rice-2', 0, 0, 100, 1, 1),
(781, 'Paneer Fried Rice', 'Paneer Fried Rice', '2025-08-16-68a0287754a81.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 1, 1, 29, '2025-08-16 06:43:03', '2025-08-16 06:43:03', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a0287750401.png\",\"storage\":\"public\"}]', '[]', 'paneer-fried-rice-2', 0, 0, 100, 1, 1),
(782, 'Mushroom Fried Rice', 'Mushroom Fried Rice', '2025-08-16-68a028bf86faf.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 1, 1, 29, '2025-08-16 06:44:15', '2025-08-16 06:44:15', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a028bf8245a.png\",\"storage\":\"public\"}]', '[]', 'mushroom-fried-rice-2', 0, 0, 100, 1, 1),
(783, 'Curd Rice', 'Curd Rice', '2025-08-16-68a0290ed58f4.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 7.00, 'percent', '11:00:00', '12:00:00', 1, 1, 29, '2025-08-16 06:45:34', '2025-08-16 06:45:34', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a0290ed16e2.png\",\"storage\":\"public\"}]', '[]', 'curd-rice', 0, 0, 100, 1, 1),
(784, 'Chapati', 'Chapati ( 1 )', '2025-08-16-68a029eccf801.png', 244, '[{\"id\":\"227\",\"position\":1},{\"id\":\"244\",\"position\":2}]', '[]', '[]', '[]', '[]', 25.00, 0.00, 'percent', 5.00, 'percent', '11:00:00', '12:00:00', 1, 1, 29, '2025-08-16 06:49:16', '2025-08-16 06:49:16', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a029eccb542.png\",\"storage\":\"public\"}]', '[]', 'chapati', 0, 0, 100, 1, 1),
(785, 'Pulka', 'Pulka', '2025-08-16-68a02a2ab0097.png', 244, '[{\"id\":\"227\",\"position\":1},{\"id\":\"244\",\"position\":2}]', '[]', '[]', '[]', '[]', 15.00, 0.00, 'percent', 6.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 06:50:18', '2025-08-16 06:50:18', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a02a2aabc15.png\",\"storage\":\"public\"}]', '[]', 'pulka', 0, 0, 100, 1, 1),
(786, 'Parotta', 'Parotta ( 1 )', '2025-08-16-68a02a816f082.png', 244, '[{\"id\":\"227\",\"position\":1},{\"id\":\"244\",\"position\":2}]', '[]', '[]', '[]', '[]', 30.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 1, 1, 29, '2025-08-16 06:51:45', '2025-08-16 06:51:45', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a02a816abfe.png\",\"storage\":\"public\"}]', '[]', 'parotta', 0, 0, 100, 1, 1),
(787, 'Parotta & Chicken Curry', 'Parotta (2PCS)& Chicken Curry', '2025-08-16-68a02eb6dd9d6.png', 253, '[{\"id\":\"252\",\"position\":1},{\"id\":\"253\",\"position\":2}]', '[]', '[]', '[]', '[]', 150.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 07:09:42', '2025-08-16 07:09:42', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a02eb6d90b1.png\",\"storage\":\"public\"}]', '[]', 'parotta-chicken-curry', 0, 0, 100, 1, 1),
(788, 'White Rice Chicken Curry', 'White Rice Chicken Curry', '2025-08-16-68a02eff1d0ab.png', 253, '[{\"id\":\"252\",\"position\":1},{\"id\":\"253\",\"position\":2}]', '[]', '[]', '[]', '[]', 150.00, 0.00, 'percent', 9.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 07:10:55', '2025-08-16 07:10:55', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a02eff1823c.png\",\"storage\":\"public\"}]', '[]', 'white-rice-chicken-curry', 0, 0, 100, 1, 1),
(789, 'Chapati & Chicken Curry', 'Chapati (2PCE) & Chicken Curry', '2025-08-16-68a02f5487f80.png', 253, '[{\"id\":\"252\",\"position\":1},{\"id\":\"253\",\"position\":2}]', '[]', '[]', '[]', '[]', 150.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 07:12:20', '2025-08-16 07:12:20', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a02f5483215.png\",\"storage\":\"public\"}]', '[]', 'chapati-chicken-curry', 0, 0, 100, 1, 1),
(790, 'Phulka & Chicken Curry', 'Phulka (3PCS) & Chicken Curry', '2025-08-16-68a030001fb33.png', 253, '[{\"id\":\"252\",\"position\":1},{\"id\":\"253\",\"position\":2}]', '[]', '[]', '[]', '[]', 150.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 07:15:12', '2025-08-16 07:15:12', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a030001aa8d.png\",\"storage\":\"public\"}]', '[]', 'phulka-chicken-curry', 0, 0, 100, 1, 1),
(791, 'Parotta & Chicken Fry', 'Parotta ( 2PCS ) & Chicken Fry', '2025-08-16-68a034955b3c8.png', 253, '[{\"id\":\"252\",\"position\":1},{\"id\":\"253\",\"position\":2}]', '[]', '[]', '[]', '[]', 160.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 07:34:45', '2025-08-16 07:34:45', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a0349556acd.png\",\"storage\":\"public\"}]', '[]', 'parotta-chicken-fry', 0, 0, 100, 1, 1),
(792, 'White Rice & Chicken Fry', 'White Rice & Chicken Fry', '2025-08-16-68a034dd1c2d9.png', 253, '[{\"id\":\"252\",\"position\":1},{\"id\":\"253\",\"position\":2}]', '[]', '[]', '[]', '[]', 160.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 07:35:57', '2025-08-16 07:35:57', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a034dd16929.png\",\"storage\":\"public\"}]', '[]', 'white-rice-chicken-fry', 0, 0, 100, 1, 1),
(793, 'Chapati & Chicken Fry', 'Chapati ( 2PCS ) & Chicken Fry', '2025-08-16-68a0354121f07.png', 253, '[{\"id\":\"252\",\"position\":1},{\"id\":\"253\",\"position\":2}]', '[]', '[]', '[]', '[]', 160.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 29, '2025-08-16 07:37:37', '2025-08-16 07:37:37', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a035411d5da.png\",\"storage\":\"public\"}]', '[]', 'chapati-chicken-fry', 0, 0, 100, 1, 1),
(794, 'Phulka  & Chicken Fry', 'Phulka ( 3PCS ) & Chicken Fry', '2025-08-16-68a035c85ac06.png', 253, '[{\"id\":\"252\",\"position\":1},{\"id\":\"253\",\"position\":2}]', '[]', '[]', '[]', '[]', 160.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 07:39:52', '2025-08-16 07:39:52', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a035c85671c.png\",\"storage\":\"public\"}]', '[]', 'phulka-chicken-fry', 0, 0, 100, 1, 1),
(795, 'Special Chicken Platter Biryani', 'Chicken Dum Biryani (MINI) & Chicken Fry & Chicken Lollipop & Boiled Egg & Sweet', '2025-08-16-68a039ba97bda.png', 253, '[{\"id\":\"252\",\"position\":1},{\"id\":\"253\",\"position\":2}]', '[]', '[]', '[]', '[]', 270.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 07:56:42', '2025-08-16 07:56:42', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a039ba9222d.png\",\"storage\":\"public\"}]', '[]', 'special-chicken-platter-biryani', 0, 0, 100, 1, 1),
(796, 'Chicken Dum Biryani & Chicken Pakoda', 'Chicken Dum Biryani (MINI) & Chicken Pakoda', '2025-08-16-68a03a537a609.png', 253, '[{\"id\":\"252\",\"position\":1},{\"id\":\"253\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 07:59:15', '2025-08-16 07:59:15', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a03a5375e33.png\",\"storage\":\"public\"}]', '[]', 'chicken-dum-biryani-chicken-pakoda', 0, 0, 100, 1, 1),
(797, 'Chicken Dum Biryani & Chicken Fry', 'Chicken Dum Biryani (MINI) & Chicken Fry', '2025-08-16-68a03ac73b006.png', 253, '[{\"id\":\"252\",\"position\":1},{\"id\":\"253\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 08:01:11', '2025-08-16 08:01:11', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a03ac7361dc.png\",\"storage\":\"public\"}]', '[]', 'chicken-dum-biryani-chicken-fry', 0, 0, 100, 1, 1),
(798, 'Kadai Chicken Curry', 'Kadai Chicken Curry', '2025-08-16-68a03d007e872.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 240.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 08:10:40', '2025-08-16 08:10:40', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a03d007a5c2.png\",\"storage\":\"public\"}]', '[]', 'kadai-chicken-curry-2', 0, 0, 100, 1, 1),
(799, 'Butter Chicken Curry', 'Butter Chicken Curry', '2025-08-16-68a03d6310a93.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 240.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 08:12:19', '2025-08-16 08:12:19', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a03d630c985.png\",\"storage\":\"public\"}]', '[]', 'butter-chicken-curry-2', 0, 0, 100, 1, 1),
(800, 'Rayalaseema Chicken Curry', 'Rayalaseema Chicken Curry', '2025-08-16-68a03dce0edfa.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 240.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 08:14:06', '2025-08-16 08:14:06', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a03dce0a493.png\",\"storage\":\"public\"}]', '[]', 'rayalaseema-chicken-curry', 0, 0, 100, 1, 1),
(801, 'Kadai Mushroom Curry', 'Kadai Mushroom Curry', '2025-08-16-68a03e1475c0b.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 220.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 1, 1, 29, '2025-08-16 08:15:16', '2025-08-16 08:15:16', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a03e147149f.png\",\"storage\":\"public\"}]', '[]', 'kadai-mushroom-curry', 0, 0, 100, 1, 1),
(802, 'Paneer Butter Masala Curry', 'Paneer Butter Masala Curry', '2025-08-16-68a03e7376fef.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 220.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 1, 1, 29, '2025-08-16 08:16:51', '2025-08-16 08:16:51', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a03e7372ab0.png\",\"storage\":\"public\"}]', '[]', 'paneer-butter-masala-curry', 0, 0, 100, 1, 1),
(803, 'Kaju Paneer Curry', 'Kaju Paneer Curry', '2025-08-16-68a03ec6aa092.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 220.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 1, 1, 29, '2025-08-16 08:18:14', '2025-08-16 08:18:14', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a03ec6a528e.png\",\"storage\":\"public\"}]', '[]', 'kaju-paneer-curry-2', 0, 0, 100, 1, 1),
(804, 'Mushroom Masala Curry', 'Mushroom Masala Curry', '2025-08-16-68a03f0e875f0.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 220.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 1, 1, 29, '2025-08-16 08:19:26', '2025-08-16 08:19:26', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a03f0e82bb2.png\",\"storage\":\"public\"}]', '[]', 'mushroom-masala-curry', 0, 0, 100, 1, 1),
(805, 'Egg Masala Curry', 'Egg Masala Curry', '2025-08-16-68a03f755cfb1.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 0, 1, 29, '2025-08-16 08:21:11', '2025-08-16 08:21:11', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a03f73e708d.png\",\"storage\":\"public\"}]', '[]', 'egg-masala-curry', 0, 0, 100, 1, 1),
(806, 'Veg Kadai', 'Veg Kadai', '2025-08-16-68a03fc904fcf.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 10.00, 'percent', '11:00:00', '12:00:00', 1, 1, 29, '2025-08-16 08:22:33', '2025-08-16 08:22:33', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-08-16-68a03fc8f3fe4.png\",\"storage\":\"public\"}]', '[]', 'veg-kadai', 0, 0, 100, 1, 1),
(807, 'Bojanam (Meal)', 'Bojanam (Meal)', '2025-09-04-68b936ef6f0a6.png', 254, '[{\"id\":\"29\",\"position\":1},{\"id\":\"254\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '08:00:00', 1, 1, 31, '2025-09-04 06:51:27', '2025-09-04 06:51:27', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b936ef6ad76.png\",\"storage\":\"public\"}]', '[]', 'bojanam-meal', 0, 0, 100, 1, 1),
(808, 'Ragi Mudda', 'Ragi Mudda Snagati', '2025-09-04-68b937e06c218.png', 254, '[{\"id\":\"29\",\"position\":1},{\"id\":\"254\",\"position\":2}]', '[]', '[]', '[]', '[]', 50.00, 0.00, 'percent', 5.00, 'percent', '10:00:00', '08:00:00', 0, 1, 31, '2025-09-04 06:55:28', '2025-09-04 06:55:28', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b937e0673fc.png\",\"storage\":\"public\"}]', '[]', 'ragi-mudda', 0, 0, 100, 1, 1),
(809, 'Chicken Biryani', 'Chicken Biryani', '2025-09-04-68b93eaa794a4.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '08:00:00', 0, 1, 31, '2025-09-04 07:24:26', '2025-09-04 07:24:26', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b93eaa74901.png\",\"storage\":\"public\"}]', '[]', 'chicken-biryani', 0, 0, 100, 1, 1),
(810, 'Mutton Biryani', 'Mutton Biryani', '2025-09-04-68b93fd7291f3.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 220.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '08:00:00', 0, 1, 31, '2025-09-04 07:29:27', '2025-09-04 07:29:27', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b93fd724923.png\",\"storage\":\"public\"}]', '[]', 'mutton-biryani-2', 0, 0, 100, 1, 1),
(811, 'Natukodi Biryani', 'Natukodi Biryani', '2025-09-04-68b940e10bd73.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 10.00, 'percent', '00:00:00', '23:59:59', 0, 1, 31, '2025-09-04 07:33:53', '2025-09-04 07:33:53', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b940e1077ec.png\",\"storage\":\"public\"}]', '[]', 'natukodi-biryani', 0, 0, 100, 1, 1),
(812, 'Mutton Curry', 'Mutton Curry', '2025-09-04-68b9427516eec.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '08:00:00', 0, 1, 31, '2025-09-04 07:40:37', '2025-09-04 07:40:37', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b9427512c5e.png\",\"storage\":\"public\"}]', '[]', 'mutton-curry-2', 0, 0, 100, 1, 1),
(813, 'Mutton Roast', 'Mutton Rost', '2025-09-04-68b942f75a54b.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 220.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '08:00:00', 0, 1, 31, '2025-09-04 07:42:47', '2025-09-04 08:19:15', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b942f755112.png\",\"storage\":\"public\"}]', '[]', 'mutton-rost', 0, 0, 100, 1, 1),
(814, 'Boti Curry', 'Boti Curry', '2025-09-04-68b94394c904b.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 8.00, 'percent', '10:00:00', '08:00:00', 0, 1, 31, '2025-09-04 07:45:24', '2025-09-04 07:45:24', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b94394c448e.png\",\"storage\":\"public\"}]', '[]', 'boti-curry', 0, 0, 100, 1, 1),
(815, 'Egg Biryani', 'Egg Biryani', '2025-09-04-68b943df603e8.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '08:00:00', 0, 1, 31, '2025-09-04 07:46:39', '2025-09-04 07:46:39', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b943df25513.png\",\"storage\":\"public\"}]', '[]', 'egg-biryani-4', 0, 0, 100, 1, 1),
(816, 'Egg Curry', 'Egg Curry', '2025-09-04-68b9443399626.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '08:00:00', 0, 1, 31, '2025-09-04 07:48:03', '2025-09-04 07:48:03', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b94433952f3.png\",\"storage\":\"public\"}]', '[]', 'egg-curry-2', 0, 0, 100, 1, 1),
(817, 'omelet', 'omelet (1 )', '2025-09-04-68b944c3d986b.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 40.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '08:00:00', 0, 1, 31, '2025-09-04 07:50:27', '2025-09-07 18:34:10', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b944c3d5424.png\",\"storage\":\"public\"}]', '[]', 'omelet', 0, 0, 100, 1, 1),
(818, 'Chapati', 'Chapati', '2025-09-04-68b947617c35c.png', 256, '[{\"id\":\"255\",\"position\":1},{\"id\":\"256\",\"position\":2}]', '[]', '[]', '[]', '[]', 50.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '08:00:00', 1, 1, 31, '2025-09-04 08:01:37', '2025-09-04 08:01:37', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b9476177e09.png\",\"storage\":\"public\"}]', '[]', 'chapati', 0, 0, 100, 1, 1),
(819, 'Paratha', 'Paratha', '2025-09-04-68b947b8e4ec9.png', 256, '[{\"id\":\"255\",\"position\":1},{\"id\":\"256\",\"position\":2}]', '[]', '[]', '[]', '[]', 50.00, 0.00, 'percent', 8.00, 'percent', '10:00:00', '08:00:00', 1, 1, 31, '2025-09-04 08:03:04', '2025-09-04 08:03:04', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b947b8dfaf4.png\",\"storage\":\"public\"}]', '[]', 'paratha', 0, 0, 100, 1, 1),
(820, 'Egg Fried Rice', 'Egg Fried Rice', '2025-09-04-68b9480c0dd25.png', 237, '[{\"id\":\"219\",\"position\":1},{\"id\":\"237\",\"position\":2}]', '[]', '[]', '[]', '[]', 60.00, 0.00, 'percent', 4.00, 'percent', '10:00:00', '08:00:00', 0, 1, 31, '2025-09-04 08:04:28', '2025-09-04 08:04:28', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b9480c099fb.png\",\"storage\":\"public\"}]', '[]', 'egg-fried-rice-3', 0, 0, 100, 1, 1),
(821, 'Jeera Rice', 'Jeera Rice', '2025-09-04-68b948546f216.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '08:00:00', 0, 1, 31, '2025-09-04 08:05:40', '2025-09-04 08:05:40', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b948546a9b8.png\",\"storage\":\"public\"}]', '[]', 'jeera-rice-2', 0, 0, 100, 1, 1),
(822, 'Lemon Rice', 'Lemon Rice', '2025-09-04-68b94a0382623.png', 259, '[{\"id\":\"257\",\"position\":1},{\"id\":\"259\",\"position\":2}]', '[]', '[]', '[]', '[]', 60.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '08:00:00', 1, 1, 31, '2025-09-04 08:12:52', '2025-09-04 08:12:52', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b94a02b20e8.png\",\"storage\":\"public\"}]', '[]', 'lemon-rice', 0, 0, 100, 1, 1),
(823, 'Vegetables Rice', 'Vegetables Rice', '2025-09-04-68b94a44668da.png', 259, '[{\"id\":\"257\",\"position\":1},{\"id\":\"259\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '08:00:00', 1, 1, 31, '2025-09-04 08:13:56', '2025-09-04 08:13:56', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b94a4462386.png\",\"storage\":\"public\"}]', '[]', 'vegetables-rice', 0, 0, 100, 1, 1),
(824, 'Tomato Rice', 'Tomato Rice', '2025-09-04-68b94a972b9f3.png', 259, '[{\"id\":\"257\",\"position\":1},{\"id\":\"259\",\"position\":2}]', '[]', '[]', '[]', '[]', 60.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '08:00:00', 1, 1, 31, '2025-09-04 08:15:20', '2025-09-04 08:15:20', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b94a961d524.png\",\"storage\":\"public\"}]', '[]', 'tomato-rice', 0, 0, 100, 1, 1),
(825, 'Chicken Fry', 'Chicken Fry', '2025-09-04-68b94bc872cae.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 130.00, 0.00, 'percent', 8.00, 'percent', '10:00:00', '08:00:00', 0, 1, 31, '2025-09-04 08:20:24', '2025-09-07 18:31:53', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b94bc86eaac.png\",\"storage\":\"public\"}]', '[]', 'chicken-fry-piece-biryani-family-pack-3', 0, 0, 100, 1, 1),
(826, 'Chicken Curry', 'Chicken Curry', '2025-09-04-68b94c016a232.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 130.00, 0.00, 'percent', 9.00, 'percent', '10:00:00', '08:00:00', 0, 1, 31, '2025-09-04 08:21:21', '2025-09-07 18:29:52', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b94c0165d85.png\",\"storage\":\"public\"}]', '[]', 'chicken-curry-2', 0, 0, 100, 1, 1),
(827, 'Chicken Roast', 'Chicken Roast', '2025-09-04-68b94c50aec56.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 130.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '08:00:00', 0, 1, 31, '2025-09-04 08:22:42', '2025-09-07 18:20:02', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b94c4f7caba.png\",\"storage\":\"public\"}]', '[]', 'chicken-roast-2', 0, 0, 100, 1, 1),
(828, 'Kushka & Egg', 'Kushka & Egg', '2025-09-04-68b94c9d1f05f.png', 260, '[{\"id\":\"258\",\"position\":1},{\"id\":\"260\",\"position\":2}]', '[]', '[]', '[]', '[]', 60.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '08:00:00', 0, 1, 31, '2025-09-04 08:23:57', '2025-09-07 18:25:57', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b94c9d1a972.png\",\"storage\":\"public\"}]', '[]', 'kushka-egg', 0, 0, 100, 1, 1),
(829, 'Idly', 'Idly (2)', '2025-09-04-68b9525872b32.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 36.00, 0.00, 'percent', 6.00, 'percent', '06:30:00', '10:00:00', 1, 1, 33, '2025-09-04 08:48:24', '2025-09-05 04:34:32', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b952586e83f.png\",\"storage\":\"public\"}]', '[]', 'idly', 0, 0, 100, 1, 1),
(830, 'Vada', 'Vada (2)', '2025-09-04-68b952bc0239b.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 50.00, 0.00, 'percent', 10.00, 'percent', '06:30:00', '10:00:00', 1, 1, 33, '2025-09-04 08:50:04', '2025-09-05 04:35:02', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b952bbf1756.png\",\"storage\":\"public\"}]', '[]', 'vada', 0, 0, 100, 1, 1),
(831, 'Idly And Vada', 'Idly (1) Vada (1)', '2025-09-04-68b95375717f4.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 43.00, 0.00, 'percent', 10.00, 'percent', '06:30:00', '10:00:00', 1, 1, 33, '2025-09-04 08:53:09', '2025-09-05 04:35:39', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b953756cc90.png\",\"storage\":\"public\"}]', '[]', 'idly-and-vada', 0, 0, 100, 1, 1),
(832, 'Idly And Vada', 'Idly (2) Vada (1)', '2025-09-04-68b953e17967d.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 60.00, 0.00, 'percent', 8.00, 'percent', '06:30:00', '10:00:00', 1, 1, 33, '2025-09-04 08:54:57', '2025-09-05 04:36:31', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b953e1754b5.png\",\"storage\":\"public\"}]', '[]', 'idly-and-vada-2', 0, 0, 100, 1, 1),
(833, 'Idly And Vada', 'Idly (3) Vada (1)', '2025-09-04-68b954544157e.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 79.00, 0.00, 'percent', 10.00, 'percent', '06:30:00', '10:00:00', 1, 1, 33, '2025-09-04 08:56:52', '2025-09-05 04:37:03', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b954543ca0b.png\",\"storage\":\"public\"}]', '[]', 'idly-and-vada-3', 0, 0, 100, 1, 1),
(834, 'Pori', 'Pori (2)', '2025-09-04-68b9549ab5595.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 50.00, 0.00, 'percent', 10.00, 'percent', '06:30:00', '10:00:00', 1, 1, 33, '2025-09-04 08:58:02', '2025-09-05 04:37:30', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b9549aaf303.png\",\"storage\":\"public\"}]', '[]', 'pori', 0, 0, 100, 1, 1),
(835, 'Tomato Bath', 'Tomato Bath', '2025-09-04-68b9557e6d121.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 30.00, 0.00, 'percent', 5.00, 'percent', '06:30:00', '03:30:00', 1, 1, 33, '2025-09-04 09:01:50', '2025-09-05 05:16:18', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b9557e687a3.png\",\"storage\":\"public\"}]', '[]', 'tomato-bath', 0, 0, 100, 1, 1),
(836, 'Pongal', 'Pongal', '2025-09-04-68b95651e6928.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 60.00, 0.00, 'percent', 10.00, 'percent', '06:30:00', '03:30:00', 0, 1, 33, '2025-09-04 09:05:21', '2025-09-05 05:11:29', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b95651e128a.png\",\"storage\":\"public\"}]', '[]', 'pongal', 0, 0, NULL, 1, 1),
(837, 'kesari Bath', 'kesari Bath', '2025-09-04-68b995ca75457.png', 263, '[{\"id\":\"262\",\"position\":1},{\"id\":\"263\",\"position\":2}]', '[]', '[]', '[]', '[]', 30.00, 0.00, 'percent', 10.00, 'percent', '06:30:00', '03:30:00', 1, 1, 33, '2025-09-04 13:36:10', '2025-09-05 05:16:41', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b995ca711bb.png\",\"storage\":\"public\"}]', '[]', 'kesari-bath', 0, 0, 100, 1, 1),
(838, 'Bisibele Bath', 'Bisibele Bath', '2025-09-04-68b9962c65912.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 30.00, 0.00, 'percent', 5.00, 'percent', '08:30:00', '11:30:00', 1, 1, 33, '2025-09-04 13:37:48', '2025-09-04 13:39:59', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b9962c615e7.png\",\"storage\":\"public\"}]', '[]', 'bisibele-bath', 0, 0, 100, 1, 1),
(839, 'Vada', 'Vada (1)', '2025-09-04-68b9969a8f1d7.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 30.00, 0.00, 'percent', 6.00, 'percent', '06:30:00', '11:30:00', 1, 1, 33, '2025-09-04 13:39:38', '2025-09-04 13:39:38', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b9969a8ab32.png\",\"storage\":\"public\"}]', '[]', 'vada-2', 0, 0, 100, 1, 1),
(840, 'Plain Dosa', 'Plain Dosa', '2025-09-04-68b998edcd534.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 35.00, 0.00, 'percent', 10.00, 'percent', '06:30:00', '10:00:00', 1, 1, 33, '2025-09-04 13:49:33', '2025-09-05 05:02:23', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b998edc8995.png\",\"storage\":\"public\"}]', '[]', 'plain-dosa', 0, 0, 100, 1, 1),
(841, 'Masala Dosa', 'Masala Dosa', '2025-09-04-68b999bf21f30.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 50.00, 0.00, 'percent', 10.00, 'percent', '06:30:00', '10:00:00', 1, 1, 33, '2025-09-04 13:53:03', '2025-09-05 05:02:47', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b999bec6f59.png\",\"storage\":\"public\"}]', '[]', 'masala-dosa', 0, 0, 100, 1, 1),
(842, 'Set Dosa', 'Set Dosa (1)', '2025-09-04-68b99a1112914.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 60.00, 0.00, 'percent', 6.00, 'percent', '06:30:00', '10:00:00', 1, 1, 33, '2025-09-04 13:54:25', '2025-09-05 05:03:19', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b99a110df13.png\",\"storage\":\"public\"}]', '[]', 'set-dosa', 0, 0, 100, 1, 1),
(843, 'Onion Dosa', 'Onion Dosa', '2025-09-04-68b99a5ba9720.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 70.00, 0.00, 'percent', 8.00, 'percent', '06:30:00', '10:00:00', 1, 1, 33, '2025-09-04 13:55:39', '2025-09-05 05:03:54', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b99a5ba4817.png\",\"storage\":\"public\"}]', '[]', 'onion-dosa', 0, 0, 100, 1, 1),
(844, 'Uttappam', 'Uttappam', '2025-09-04-68b99aca05a5a.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 70.00, 0.00, 'percent', 10.00, 'percent', '06:30:00', '10:00:00', 1, 1, 33, '2025-09-04 13:57:30', '2025-09-05 05:04:35', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b99aca01222.png\",\"storage\":\"public\"}]', '[]', 'uttappam', 0, 0, 100, 1, 1),
(845, 'Pepper Dosa', 'Pepper Dosa', '2025-09-04-68b99b2a1cbc5.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 70.00, 0.00, 'percent', 6.00, 'percent', '06:30:00', '10:00:00', 1, 1, 33, '2025-09-04 13:59:06', '2025-09-05 05:05:46', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b99b2a189c5.png\",\"storage\":\"public\"}]', '[]', 'pepper-dosa', 0, 0, 100, 1, 1),
(846, 'Onion Pesarattu', 'Onion Pesarattu', '2025-09-04-68b99bb09cc75.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 50.00, 0.00, 'percent', 5.00, 'percent', '06:30:00', '10:00:00', 1, 1, 33, '2025-09-04 14:01:21', '2025-09-05 05:06:09', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b99bb0614ff.png\",\"storage\":\"public\"}]', '[]', 'onion-pesarattu', 0, 0, 100, 1, 1),
(847, 'Upma Pesarattu', 'Upma Pesarattu', '2025-09-04-68b99bff73aca.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 65.00, 0.00, 'percent', 8.00, 'percent', '06:30:00', '10:00:00', 1, 1, 33, '2025-09-04 14:02:39', '2025-09-05 05:06:45', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b99bff6f49c.png\",\"storage\":\"public\"}]', '[]', 'upma-pesarattu', 0, 0, 100, 1, 1),
(848, 'Ghee Ragi Dosa', 'Ghee Ragi Dosa', '2025-09-04-68b99c522b2cf.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 60.00, 0.00, 'percent', 10.00, 'percent', '06:30:00', '10:00:00', 1, 1, 33, '2025-09-04 14:04:02', '2025-09-05 05:07:13', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-04-68b99c522674d.png\",\"storage\":\"public\"}]', '[]', 'ghee-ragi-dosa', 0, 0, 100, 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
(849, 'Uggani', 'Uggani', '2025-09-05-68ba6999ce9c3.png', 259, '[{\"id\":\"257\",\"position\":1},{\"id\":\"259\",\"position\":2}]', '[]', '[]', '[]', '[]', 40.00, 0.00, 'percent', 10.00, 'percent', '06:00:00', '10:00:00', 1, 1, 33, '2025-09-05 04:39:53', '2025-09-05 04:39:53', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba6999cacae.png\",\"storage\":\"public\"}]', '[]', 'uggani', 0, 0, 100, 1, 1),
(850, 'Rava Idly', 'Rava Idly (2)', '2025-09-05-68ba6c6b9cf68.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 60.00, 0.00, 'percent', 10.00, 'percent', '04:30:00', '10:00:00', 1, 1, 33, '2025-09-05 04:43:27', '2025-09-05 04:51:55', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba6c6b963c7.png\",\"storage\":\"public\"}]', '[]', 'ragi-idly', 0, 0, 100, 1, 1),
(851, 'Chapathi', 'Chapati (2)', '2025-09-05-68ba6ae0bf474.png', 256, '[{\"id\":\"255\",\"position\":1},{\"id\":\"256\",\"position\":2}]', '[]', '[]', '[]', '[]', 50.00, 0.00, 'percent', 8.00, 'percent', '04:30:00', '10:00:00', 1, 1, 33, '2025-09-05 04:45:20', '2025-09-05 04:45:20', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba6ae0bb15b.png\",\"storage\":\"public\"}]', '[]', 'chapathi', 0, 0, 100, 1, 1),
(852, 'Rava Idly', 'Rava Idly (1)', '2025-09-05-68ba6cdc5287b.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 35.00, 0.00, 'percent', 10.00, 'percent', '04:30:00', '10:00:00', 1, 1, 33, '2025-09-05 04:53:48', '2025-09-05 04:53:48', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba6cdc3cabb.png\",\"storage\":\"public\"}]', '[]', 'rava-idly', 0, 0, 100, 1, 1),
(853, 'Lemon Rice', 'Lemon Rice', '2025-09-05-68ba6d941f9ed.png', 259, '[{\"id\":\"257\",\"position\":1},{\"id\":\"259\",\"position\":2}]', '[]', '[]', '[]', '[]', 50.00, 0.00, 'percent', 10.00, 'percent', '11:45:00', '10:00:00', 1, 1, 33, '2025-09-05 04:56:10', '2025-09-05 04:56:52', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba6d941a1c3.png\",\"storage\":\"public\"}]', '[]', 'lemon-rice-2', 0, 0, 100, 1, 1),
(854, 'Pulihora', 'Pulihora', '2025-09-05-68ba6e38a0772.png', 259, '[{\"id\":\"257\",\"position\":1},{\"id\":\"259\",\"position\":2}]', '[]', '[]', '[]', '[]', 50.00, 0.00, 'percent', 6.00, 'percent', '11:45:00', '10:00:00', 1, 1, 33, '2025-09-05 04:59:36', '2025-09-05 04:59:36', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba6e389c26e.png\",\"storage\":\"public\"}]', '[]', 'pulihora', 0, 0, 100, 1, 1),
(855, 'Curd Rice', 'Curd Rice', '2025-09-05-68ba6eb15b22a.png', 259, '[{\"id\":\"257\",\"position\":1},{\"id\":\"259\",\"position\":2}]', '[]', '[]', '[]', '[]', 60.00, 0.00, 'percent', 6.00, 'percent', '11:45:00', '10:00:00', 1, 1, 33, '2025-09-05 05:01:37', '2025-09-05 05:01:50', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba6eb155675.png\",\"storage\":\"public\"}]', '[]', 'curd-rice-2', 0, 0, 100, 1, 1),
(856, 'Tomato Rice', 'Tomato Rice', '2025-09-05-68ba70b225093.png', 259, '[{\"id\":\"257\",\"position\":1},{\"id\":\"259\",\"position\":2}]', '[]', '[]', '[]', '[]', 50.00, 0.00, 'percent', 4.00, 'percent', '11:45:00', '03:30:00', 1, 1, 33, '2025-09-05 05:10:10', '2025-09-05 05:10:10', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba70b2204e7.png\",\"storage\":\"public\"}]', '[]', 'tomato-rice-2', 0, 0, 100, 1, 1),
(857, 'Vegetable rice', 'Vegetable rice', '2025-09-05-68ba71fcdf8ed.png', 259, '[{\"id\":\"257\",\"position\":1},{\"id\":\"259\",\"position\":2}]', '[]', '[]', '[]', '[]', 60.00, 0.00, 'percent', 6.00, 'percent', '11:45:00', '03:30:00', 1, 1, 33, '2025-09-05 05:15:40', '2025-09-05 05:15:40', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba71fcd9c52.png\",\"storage\":\"public\"}]', '[]', 'vegetable-rice', 0, 0, 100, 1, 1),
(858, 'Idly', 'Idly (2)', '2025-09-05-68ba7c0070024.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 30.00, 0.00, 'percent', 6.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 05:58:24', '2025-09-07 18:15:47', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba7c006bcc3.png\",\"storage\":\"public\"}]', '[]', 'idly-and-vada-4', 0, 0, 100, 1, 1),
(859, 'Ragi Idly', 'Ragi Idly', '2025-09-05-68ba7d6eed094.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 4.00, 0.00, 'percent', 3.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 06:04:31', '2025-09-05 06:04:31', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba7d6ea3dc9.png\",\"storage\":\"public\"}]', '[]', 'ragi-idly-2', 0, 0, 100, 1, 1),
(860, 'Idly  And Vada', 'Idly (2) Vada (1)', '2025-09-05-68ba7e0227fc6.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 50.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 06:06:58', '2025-09-05 06:06:58', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba7e0223db2.png\",\"storage\":\"public\"}]', '[]', 'idly-and-vada-5', 0, 0, 100, 1, 1),
(861, 'Vada', 'Vada (1)', '2025-09-05-68ba7e4d6998d.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 25.00, 0.00, 'percent', 5.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 06:08:13', '2025-09-05 06:08:13', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba7e4d6660f.png\",\"storage\":\"public\"}]', '[]', 'vada-3', 0, 0, 100, 1, 1),
(862, 'Puri', 'Puri', '2025-09-05-68ba7f67a4504.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 50.00, 0.00, 'percent', 6.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 06:12:55', '2025-09-05 06:12:55', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba7f679ff08.png\",\"storage\":\"public\"}]', '[]', 'puri', 0, 0, 100, 1, 1),
(863, 'Plain Dosa', 'Plain Dosa', '2025-09-05-68ba7ff70dbb1.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 40.00, 0.00, 'percent', 6.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 06:15:19', '2025-09-05 06:15:19', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba7ff708586.png\",\"storage\":\"public\"}]', '[]', 'plain-dosa-2', 0, 0, 10070, 1, 1),
(864, 'Masala Dosa', 'Masala Dosa', '2025-09-05-68ba97173379b.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 50.00, 0.00, 'percent', 4.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 07:53:59', '2025-09-05 07:54:13', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba97172f774.png\",\"storage\":\"public\"}]', '[]', 'masala-dosa-2', 0, 0, 100, 1, 1),
(865, 'Onion Dosa', 'Onion Dosa', '2025-09-05-68ba97728bb0f.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 60.00, 0.00, 'percent', 8.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 07:55:30', '2025-09-05 07:55:30', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba9772877a6.png\",\"storage\":\"public\"}]', '[]', 'onion-dosa-2', 0, 0, 100, 1, 1),
(866, 'Butter Dosa', 'Butter Dosa', '2025-09-05-68ba97c027fd0.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 70.00, 0.00, 'percent', 9.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 07:56:48', '2025-09-05 07:56:48', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba97c023de6.png\",\"storage\":\"public\"}]', '[]', 'butter-dosa', 0, 0, 100, 1, 1),
(867, 'Ghee Dosa', 'Ghee Dosa', '2025-09-05-68ba97f98cce6.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 70.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 07:57:45', '2025-09-05 07:57:45', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba97f989071.png\",\"storage\":\"public\"}]', '[]', 'ghee-dosa', 0, 0, 100, 1, 1),
(868, 'Uthappam', 'Uthappam', '2025-09-05-68ba98570dec7.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 50.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 07:59:19', '2025-09-05 07:59:19', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba985709d93.png\",\"storage\":\"public\"}]', '[]', 'uthappam', 0, 0, 100, 1, 1),
(869, 'Ragi Dosa', 'Ragi Dosa', '2025-09-05-68ba98a9922a3.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 60.00, 0.00, 'percent', 5.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 08:00:41', '2025-09-05 08:00:41', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba98a98dcf5.png\",\"storage\":\"public\"}]', '[]', 'ragi-dosa', 0, 0, 100, 1, 1),
(870, 'Upma Dosa', 'Upma Dosa', '2025-09-05-68ba98fab9485.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 70.00, 0.00, 'percent', 6.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 08:02:02', '2025-09-05 08:02:02', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba98fab49b3.png\",\"storage\":\"public\"}]', '[]', 'upma-dosa', 0, 0, 100, 1, 1),
(871, 'Upma', 'Upma', '2025-09-05-68ba99355d31a.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 40.00, 0.00, 'percent', 3.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 08:03:01', '2025-09-05 08:03:01', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba993556c2f.png\",\"storage\":\"public\"}]', '[]', 'upma', 0, 0, 100, 1, 1),
(872, 'Pongal', 'Pongal', '2025-09-05-68ba999eda47f.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 40.00, 0.00, 'percent', 7.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 08:04:48', '2025-09-05 08:04:48', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba999dbcd09.png\",\"storage\":\"public\"}]', '[]', 'pongal-2', 0, 0, 100, 1, 1),
(873, 'Uggani Bajji', 'Uggani Bajji', '2025-09-05-68ba99e190263.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 40.00, 0.00, 'percent', 8.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 08:05:53', '2025-09-05 08:05:53', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba99e18bd78.png\",\"storage\":\"public\"}]', '[]', 'uggani-bajji', 0, 0, 100, 1, 1),
(874, 'Mysore Bonda', 'Mysore Bonda', '2025-09-05-68ba9a7d11b1a.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 40.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 08:08:29', '2025-09-05 08:08:29', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba9a7d0d191.png\",\"storage\":\"public\"}]', '[]', 'mysore-bonda', 0, 0, 100, 1, 1),
(875, 'Chapati', 'Chapati', '2025-09-05-68ba9af4a8ef4.png', 256, '[{\"id\":\"255\",\"position\":1},{\"id\":\"256\",\"position\":2}]', '[]', '[]', '[]', '[]', 50.00, 0.00, 'percent', 6.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 08:10:28', '2025-09-05 08:10:28', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba9af4a4c08.png\",\"storage\":\"public\"}]', '[]', 'chapati-2', 0, 0, 100, 1, 1),
(876, 'Veg Meal', 'Veg Meal', '2025-09-05-68ba9b3eb2626.png', 254, '[{\"id\":\"29\",\"position\":1},{\"id\":\"254\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 08:11:42', '2025-09-05 08:11:42', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba9b3eae0b4.png\",\"storage\":\"public\"}]', '[]', 'veg-meal', 0, 0, 100, 1, 1),
(877, 'Veg Fried Rice', 'Veg Fried Rice', '2025-09-05-68ba9e5e37d09.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 70.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 08:25:02', '2025-09-05 08:25:02', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba9e5e303d4.png\",\"storage\":\"public\"}]', '[]', 'veg-fried-rice-2', 0, 0, 100, 1, 1),
(878, 'Gobi Fried Rice', 'Gobi Fried Rice', '2025-09-05-68ba9eaf4e139.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 08:26:23', '2025-09-05 08:26:23', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba9eaf4a084.png\",\"storage\":\"public\"}]', '[]', 'gobi-fried-rice-3', 0, 0, 100, 1, 1),
(879, 'Jeera Rice', 'Jeera Rice', '2025-09-05-68ba9ef8237d7.png', 259, '[{\"id\":\"257\",\"position\":1},{\"id\":\"259\",\"position\":2}]', '[]', '[]', '[]', '[]', 70.00, 0.00, 'percent', 6.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 08:27:36', '2025-09-05 08:27:36', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba9ef7d576e.png\",\"storage\":\"public\"}]', '[]', 'jeera-rice-3', 0, 0, 100, 1, 1),
(880, 'Tomato Rice', 'Tomato Rice', '2025-09-05-68ba9f4174ab5.png', 259, '[{\"id\":\"257\",\"position\":1},{\"id\":\"259\",\"position\":2}]', '[]', '[]', '[]', '[]', 70.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 08:28:49', '2025-09-05 08:28:49', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba9f417088e.png\",\"storage\":\"public\"}]', '[]', 'tomato-rice-3', 0, 0, 100, 1, 1),
(881, 'Paneer Rice', 'Paneer Rice', '2025-09-05-68ba9f8d7fd46.png', 259, '[{\"id\":\"257\",\"position\":1},{\"id\":\"259\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 5.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 08:30:05', '2025-09-05 08:30:24', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba9f8d7bc8a.png\",\"storage\":\"public\"}]', '[]', 'paneer-rice', 0, 0, 100, 1, 1),
(882, 'Egg Rice', 'Egg Rice', '2025-09-05-68ba9fe8e46aa.png', 237, '[{\"id\":\"219\",\"position\":1},{\"id\":\"237\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 08:31:36', '2025-09-05 08:31:36', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68ba9fe8e07f9.png\",\"storage\":\"public\"}]', '[]', 'egg-rice', 0, 0, 100, 1, 1),
(883, 'Curd Rice', 'Curd Rice', '2025-09-05-68baa028ef769.png', 259, '[{\"id\":\"257\",\"position\":1},{\"id\":\"259\",\"position\":2}]', '[]', '[]', '[]', '[]', 50.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 08:32:40', '2025-09-05 08:32:40', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68baa028eb1be.png\",\"storage\":\"public\"}]', '[]', 'curd-rice-3', 0, 0, 100, 1, 1),
(884, 'Gobi Manchurian', 'Gobi Manchurian', '2025-09-05-68baa076aaa3a.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 7.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 08:34:00', '2025-09-05 08:34:00', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68baa0753a815.png\",\"storage\":\"public\"}]', '[]', 'gobi-manchurian-3', 0, 0, 100, 1, 1),
(885, 'Gobi Noodles', 'Gobi Noodles', '2025-09-05-68baa0ce6395f.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 6.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 08:35:26', '2025-09-05 08:35:26', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68baa0ce5efeb.png\",\"storage\":\"public\"}]', '[]', 'gobi-noodles', 0, 0, 100, 1, 1),
(886, 'Egg Noodles', 'Egg Noodles', '2025-09-05-68baa11b85a99.png', 237, '[{\"id\":\"219\",\"position\":1},{\"id\":\"237\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 08:36:43', '2025-09-05 08:36:43', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68baa11b81647.png\",\"storage\":\"public\"}]', '[]', 'egg-noodles', 0, 0, 100, 1, 1),
(887, 'Veg Noodles', 'Veg Noodles', '2025-09-05-68baa17342598.png', 237, '[{\"id\":\"219\",\"position\":1},{\"id\":\"237\",\"position\":2}]', '[]', '[]', '[]', '[]', 70.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 08:38:11', '2025-09-05 08:38:11', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68baa1733e227.png\",\"storage\":\"public\"}]', '[]', 'veg-noodles', 0, 0, 100, 1, 1),
(888, 'Ragi Malt', 'Ragi Malt', '2025-09-05-68baa2e562256.png', 266, '[{\"id\":\"265\",\"position\":1},{\"id\":\"266\",\"position\":2}]', '[]', '[]', '[]', '[]', 20.00, 0.00, 'percent', 5.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 08:44:22', '2025-09-05 08:44:22', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68baa2e4ef94c.png\",\"storage\":\"public\"}]', '[]', 'ragi-malt', 0, 0, 100, 1, 1),
(889, 'Cheese Dosa', 'Cheese Dosa', '2025-09-05-68baa322ddc44.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 60.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 08:45:22', '2025-09-05 08:45:22', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68baa322d974a.png\",\"storage\":\"public\"}]', '[]', 'cheese-dosa', 0, 0, 100, 1, 1),
(890, 'Water Bottle', 'Water Bottle', '2025-09-05-68bab52e21d9f.png', 266, '[{\"id\":\"265\",\"position\":1},{\"id\":\"266\",\"position\":2}]', '[]', '[]', '[]', '[]', 20.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 26, '2025-09-05 10:02:22', '2025-09-05 10:02:22', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-05-68bab52e1ddc2.png\",\"storage\":\"public\"}]', '[]', 'water-bottle-2', 0, 0, 100, 1, 1),
(891, 'Paneer Majestic', 'Paneer Majestic', '2025-09-06-68bbdb8896def.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 229.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 1, 1, 32, '2025-09-06 06:58:16', '2025-09-06 06:58:16', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbdb8892bb4.png\",\"storage\":\"public\"}]', '[]', 'paneer-majestic-3', 0, 0, 100, 1, 1),
(892, 'Veg Gold Coin', 'Veg Gold Coin', '2025-09-06-68bbdbd140a5e.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 229.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 1, 1, 32, '2025-09-06 06:59:29', '2025-09-06 06:59:29', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbdbd13d315.png\",\"storage\":\"public\"}]', '[]', 'veg-gold-coin-2', 0, 0, 100, 1, 1),
(893, 'Veg Bullet', 'Veg Bullet', '2025-09-06-68bbdc9e5a18e.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 229.00, 0.00, 'percent', 11.00, 'percent', '10:30:00', '12:00:00', 1, 1, 32, '2025-09-06 07:02:54', '2025-09-06 07:02:54', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbdc9e5597d.png\",\"storage\":\"public\"}]', '[]', 'veg-bullet', 0, 0, 100, 1, 1),
(894, 'Kaju Fry', 'Kaju Fry', '2025-09-06-68bbdcdf2a2f0.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 229.00, 0.00, 'percent', 8.00, 'percent', '10:30:00', '12:00:00', 1, 1, 32, '2025-09-06 07:03:59', '2025-09-06 07:06:31', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbdcdf242d0.png\",\"storage\":\"public\"}]', '[]', 'kaju-fry', 0, 0, 100, 1, 1),
(895, 'Onion Pakoda', 'Onion Pakoda', '2025-09-06-68bbdd609fa1c.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 1, 1, 32, '2025-09-06 07:06:08', '2025-09-06 07:06:08', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbdd609b52d.png\",\"storage\":\"public\"}]', '[]', 'onion-pakoda', 0, 0, 100, 1, 1),
(896, 'Baby Corn 65', 'Baby Corn 65', '2025-09-06-68bbddbe21ba8.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 229.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 1, 1, 32, '2025-09-06 07:07:42', '2025-09-06 07:07:42', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbddbe1d48c.png\",\"storage\":\"public\"}]', '[]', 'baby-corn-65-2', 0, 0, 100, 1, 1),
(897, 'Baby Corn Manchurian', 'Baby Corn Manchurian', '2025-09-06-68bbdfd0ee35d.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 229.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 1, 1, 32, '2025-09-06 07:16:32', '2025-09-06 07:16:32', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbdfd0e9dfb.png\",\"storage\":\"public\"}]', '[]', 'baby-corn-manchurian-3', 0, 0, 100, 1, 1),
(898, 'Capsicum Pakoda', 'Capsicum Pakoda', '2025-09-06-68bbe054193fd.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 229.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 1, 1, 32, '2025-09-06 07:18:44', '2025-09-06 07:18:44', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbe05415458.png\",\"storage\":\"public\"}]', '[]', 'capsicum-pakoda', 0, 0, 100, 1, 1),
(899, 'Crispy Corn', 'Crispy Corn', '2025-09-06-68bbe0cda76a1.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 229.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 1, 1, 32, '2025-09-06 07:20:45', '2025-09-06 07:20:45', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbe0cda352f.png\",\"storage\":\"public\"}]', '[]', 'crispy-corn-3', 0, 0, 100, 1, 1),
(900, 'Rayalaseema Chicken Curry', 'Rayalaseema Chicken Curry', '2025-09-06-68bbe51968d55.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 249.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 07:39:05', '2025-09-06 07:39:05', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbe5196452a.png\",\"storage\":\"public\"}]', '[]', 'rayalaseema-chicken-curry-2', 0, 0, 100, 1, 1),
(901, 'mogulaiah Chicken Curry', 'mogulaiah Chicken Curry', '2025-09-06-68bbe5c6c1716.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 249.00, 0.00, 'percent', 9.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 07:41:58', '2025-09-06 07:41:58', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbe5c6bc6c1.png\",\"storage\":\"public\"}]', '[]', 'mogulaiah-chicken-curry', 0, 0, 100, 1, 1),
(902, 'Dum Ka Chicken Curry', 'Legs Chicken Curry', '2025-09-06-68bbe669e3944.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 249.00, 0.00, 'percent', 8.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 07:44:41', '2025-09-06 07:44:41', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbe669df29d.png\",\"storage\":\"public\"}]', '[]', 'dum-ka-chicken-curry', 0, 0, 100, 1, 1),
(903, 'Kadai Chicken Curry', 'Kadai Chicken Curry', '2025-09-06-68bbe6bf7d10d.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 249.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 07:46:07', '2025-09-06 07:46:07', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbe6bf79085.png\",\"storage\":\"public\"}]', '[]', 'kadai-chicken-curry-3', 0, 0, 100, 1, 1),
(904, 'Butter Chicken Curry', 'Butter Chicken Curry', '2025-09-06-68bbe70a8109a.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 249.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 07:47:22', '2025-09-06 07:47:22', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbe70a7d136.png\",\"storage\":\"public\"}]', '[]', 'butter-chicken-curry-3', 0, 0, 100, 1, 1),
(905, 'Natukodi Pulusu', 'Natukodi Pulusu', '2025-09-06-68bbe75c7a553.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 07:48:44', '2025-09-06 07:48:44', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbe75c763df.png\",\"storage\":\"public\"}]', '[]', 'natukodi-pulusu', 0, 0, 100, 1, 1),
(906, 'Mutton Curry', 'Mutton Curry', '2025-09-06-68bbe7b84c3e8.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 9.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 07:50:16', '2025-09-06 07:50:16', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbe7b8480b0.png\",\"storage\":\"public\"}]', '[]', 'mutton-curry-3', 0, 0, 100, 1, 1),
(907, 'Rayalaseema Mutton Curry', 'Rayalaseema Mutton Curry', '2025-09-06-68bbe82b7d4d4.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 07:52:11', '2025-09-06 07:52:11', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbe82b7863e.png\",\"storage\":\"public\"}]', '[]', 'rayalaseema-mutton-curry', 0, 0, 100, 1, 1),
(908, 'Kadai Mutton Curry', 'Kadai Mutton Curry', '2025-09-06-68bbe8845e4fe.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 8.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 07:53:40', '2025-09-06 07:53:40', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbe8845924f.png\",\"storage\":\"public\"}]', '[]', 'kadai-mutton-curry', 0, 0, 100, 1, 1),
(909, 'Butter Mutton Curry', 'Butter Mutton Curry', '2025-09-06-68bbe8c782a3d.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 07:54:47', '2025-09-06 07:54:47', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbe8c77e6e0.png\",\"storage\":\"public\"}]', '[]', 'butter-mutton-curry', 0, 0, 100, 1, 1),
(910, 'Fish Curry', 'Fish Curry', '2025-09-06-68bbe91be8d94.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 07:56:11', '2025-09-06 07:56:11', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbe91be0d4e.png\",\"storage\":\"public\"}]', '[]', 'fish-curry', 0, 0, 100, 1, 1),
(911, 'Prawns Curry', 'Prawns Curry', '2025-09-06-68bbe96e01cce.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 249.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 07:57:34', '2025-09-06 07:57:34', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbe96df1ae7.png\",\"storage\":\"public\"}]', '[]', 'prawns-curry', 0, 0, 100, 1, 1),
(912, 'Mutton Keema Curry', 'Mutton Keema Curry (HALF)', '2025-09-06-68bbe9cface69.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 199.00, 0.00, 'percent', 8.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 07:59:11', '2025-09-06 07:59:11', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbe9cfa8c09.png\",\"storage\":\"public\"}]', '[]', 'mutton-keema-curry', 0, 0, 100, 1, 1),
(913, 'Mutton Keema Curry', 'Mutton Keema Curry (FULL)', '2025-09-06-68bbea18dfb63.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 08:00:24', '2025-09-06 08:00:24', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbea18db680.png\",\"storage\":\"public\"}]', '[]', 'mutton-keema-curry-2', 0, 0, 100, 1, 1),
(914, 'Botti Curry', 'Botti Curry', '2025-09-06-68bbea5ccb8e3.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 249.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 08:01:32', '2025-09-06 08:01:32', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbea5cc6b92.png\",\"storage\":\"public\"}]', '[]', 'botti-curry', 0, 0, 100, 1, 1),
(915, 'Gongura Botti Curry', 'Gongura Botti Curry', '2025-09-06-68bbea9ba7514.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 249.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 08:02:35', '2025-09-06 08:02:35', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbea9ba304e.png\",\"storage\":\"public\"}]', '[]', 'gongura-botti-curry', 0, 0, 100, 1, 1),
(916, 'Mushroom Fried Rice', 'Mushroom Fried Rice', '2025-09-06-68bbeda60c02f.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 1, 1, 32, '2025-09-06 08:15:34', '2025-09-06 08:15:34', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbeda607c6d.png\",\"storage\":\"public\"}]', '[]', 'mushroom-fried-rice-3', 0, 0, 100, 1, 1),
(917, 'Gobi Fried Rice', 'Gobi Fried Rice', '2025-09-06-68bbee4ef2fab.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 8.00, 'percent', '10:30:00', '12:00:00', 1, 1, 32, '2025-09-06 08:18:23', '2025-09-06 08:21:49', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbef1d3a0e0.png\",\"storage\":\"public\"}]', '[]', 'gobi-fried-rice-4', 0, 0, 100, 1, 1),
(918, 'Paneer Fried Rice', 'Paneer Fried Rice', '2025-09-06-68bbf14b4c22a.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 1, 1, 32, '2025-09-06 08:20:58', '2025-09-06 08:31:07', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbeeea432ce.png\",\"storage\":\"public\"}]', '[]', 'paneer-fried-rice-3', 0, 0, 100, 1, 1),
(919, 'Kaju Fried Rice', 'Kaju Fried Rice', '2025-09-06-68bbef76059e9.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 8.00, 'percent', '10:30:00', '12:00:00', 1, 1, 32, '2025-09-06 08:23:18', '2025-09-06 08:23:18', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbef7600ef5.png\",\"storage\":\"public\"}]', '[]', 'kaju-fried-rice-2', 0, 0, 100, 1, 1),
(920, 'Tomato Rice', 'Tomato Rice', '2025-09-06-68bbefeca74fd.png', 259, '[{\"id\":\"257\",\"position\":1},{\"id\":\"259\",\"position\":2}]', '[]', '[]', '[]', '[]', 149.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 1, 1, 32, '2025-09-06 08:25:16', '2025-09-06 08:26:28', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbefeca2db4.png\",\"storage\":\"public\"}]', '[]', 'tomato-rice-4', 0, 0, 100, 1, 1),
(921, 'Pudina Rice', 'Pudina Rice', '2025-09-06-68bbf0a37a793.png', 259, '[{\"id\":\"257\",\"position\":1},{\"id\":\"259\",\"position\":2}]', '[]', '[]', '[]', '[]', 149.00, 0.00, 'percent', 8.00, 'percent', '10:30:00', '12:00:00', 1, 1, 32, '2025-09-06 08:28:19', '2025-09-06 08:28:19', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbf0a376226.png\",\"storage\":\"public\"}]', '[]', 'pudina-rice', 0, 0, 100, 1, 1),
(922, 'Ghee Rice', 'Ghee Rice', '2025-09-06-68bbf135d20f4.png', 259, '[{\"id\":\"257\",\"position\":1},{\"id\":\"259\",\"position\":2}]', '[]', '[]', '[]', '[]', 149.00, 0.00, 'percent', 9.00, 'percent', '10:30:00', '12:00:00', 1, 1, 32, '2025-09-06 08:30:45', '2025-09-06 08:30:45', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbf135ce0a8.png\",\"storage\":\"public\"}]', '[]', 'ghee-rice-2', 0, 0, 100, 1, 1),
(923, 'Veg Fried Rice', 'Veg Fried Rice', '2025-09-06-68bbf192a5791.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 149.00, 0.00, 'percent', 7.00, 'percent', '10:30:00', '12:00:00', 1, 1, 32, '2025-09-06 08:32:18', '2025-09-06 08:32:18', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbf192a117a.png\",\"storage\":\"public\"}]', '[]', 'veg-fried-rice-3', 0, 0, 100, 1, 1),
(924, 'Jeera Rice', 'Jeera Rice', '2025-09-06-68bbf1dfc0703.png', 259, '[{\"id\":\"257\",\"position\":1},{\"id\":\"259\",\"position\":2}]', '[]', '[]', '[]', '[]', 169.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 1, 1, 32, '2025-09-06 08:33:35', '2025-09-06 08:33:35', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbf1dfbbeb3.png\",\"storage\":\"public\"}]', '[]', 'jeera-rice-4', 0, 0, 100, 1, 1),
(925, 'Egg Fried Rice', 'Egg Fried Rice', '2025-09-06-68bbf610b3c8f.png', 237, '[{\"id\":\"219\",\"position\":1},{\"id\":\"237\",\"position\":2}]', '[]', '[]', '[]', '[]', 149.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 08:46:38', '2025-09-06 08:51:28', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbf4ee7d6ad.png\",\"storage\":\"public\"}]', '[]', 'egg-fried-rice-4', 0, 0, 100, 1, 1),
(926, 'Chicken Fried Rice', 'Chicken Fried Rice', '2025-09-06-68bbf537666e6.png', 237, '[{\"id\":\"219\",\"position\":1},{\"id\":\"237\",\"position\":2}]', '[]', '[]', '[]', '[]', 199.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 08:47:51', '2025-09-06 08:54:00', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbf53761bda.png\",\"storage\":\"public\"}]', '[]', 'chicken-fried-rice-3', 0, 0, 100, 1, 1),
(927, 'Mixed Fried Rice', 'Mixed Fried Rice  (Prawns & Chicken & Egg)', '2025-09-06-68bbf5c32a3dd.png', 237, '[{\"id\":\"219\",\"position\":1},{\"id\":\"237\",\"position\":2}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 1, 1, 32, '2025-09-06 08:50:11', '2025-09-06 08:50:11', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbf5c326470.png\",\"storage\":\"public\"}]', '[]', 'mixed-fried-rice', 0, 0, 100, 1, 1),
(928, 'Mutton Fried Rice', 'Mutton Fried Rice', '2025-09-06-68bbf67d44a83.png', 237, '[{\"id\":\"219\",\"position\":1},{\"id\":\"237\",\"position\":2}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 9.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 08:53:17', '2025-09-06 08:53:17', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbf67d3fa89.png\",\"storage\":\"public\"}]', '[]', 'mutton-fried-rice-2', 0, 0, 100, 1, 1),
(929, 'Ragi Mudda', 'Ragi Mudda (Chutny & Pappu)', '2025-09-06-68bbf74abe192.png', 259, '[{\"id\":\"257\",\"position\":1},{\"id\":\"259\",\"position\":2}]', '[]', '[]', '[]', '[]', 70.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 1, 1, 32, '2025-09-06 08:56:43', '2025-09-06 08:56:43', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbf74a5427a.png\",\"storage\":\"public\"}]', '[]', 'ragi-mudda-2', 0, 0, 100, 1, 1),
(930, 'Veg Meals', 'Veg Meals (Full)', '2025-09-06-68bbf81d1d90b.png', 254, '[{\"id\":\"29\",\"position\":1},{\"id\":\"254\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 1, 1, 32, '2025-09-06 09:00:13', '2025-09-06 09:00:13', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bbf81d194d7.png\",\"storage\":\"public\"}]', '[]', 'veg-meals', 0, 0, 100, 1, 1),
(931, 'Chicken Drumsticks', 'Chicken Drumsticks (5 PS)', '2025-09-06-68bc0bd4007c2.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 249.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 10:24:20', '2025-09-07 17:39:04', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bc0bd3f01b1.png\",\"storage\":\"public\"}]', '[]', 'chicken-drumsticks', 0, 0, 100, 1, 1),
(932, 'Chicken Majestic', 'Chicken Majestic', '2025-09-06-68bc0c9dd3bbe.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 10:26:40', '2025-09-07 17:38:09', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bc0c9dcf546.png\",\"storage\":\"public\"}]', '[]', 'chicken-majestic-3', 0, 0, 100, 1, 1),
(933, 'Chicken Tandoori', 'Chicken Tandoori', '2025-09-06-68bc0cdcaf846.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 10:28:44', '2025-09-07 17:37:21', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bc0cdcab7a9.png\",\"storage\":\"public\"}]', '[]', 'chicken-tandoori', 0, 0, 100, 1, 1),
(934, 'Prawns 65 / Chilli /Manchurian', 'Prawns 65 / Chilli /Manchurian', '2025-09-06-68bc0d618a317.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 249.00, 0.00, 'percent', 8.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 10:30:57', '2025-09-07 17:36:47', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bc0d6185ea5.png\",\"storage\":\"public\"}]', '[]', 'prawns-65-chilli-manchurian', 0, 0, 100, 1, 1),
(935, 'Loose Prawns', 'Loose Prawns', '2025-09-06-68bc0dab0a9c0.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 10:32:11', '2025-09-07 17:36:09', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bc0dab066dc.png\",\"storage\":\"public\"}]', '[]', 'loose-prawns-2', 0, 0, 100, 1, 1),
(936, 'Sizzler Prawns', 'Sizzler Prawns', '2025-09-06-68bc0e0d3c6c5.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 10:33:49', '2025-09-07 17:35:35', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bc0e0d38399.png\",\"storage\":\"public\"}]', '[]', 'sizzler-prawns', 0, 0, 100, 1, 1),
(937, 'Mushroom Pepper', 'Mushroom Pepper', '2025-09-06-68bc10a8b8e9e.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 229.00, 0.00, 'percent', 8.00, 'percent', '10:30:00', '12:00:00', 1, 1, 32, '2025-09-06 10:44:56', '2025-09-06 10:44:56', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bc10a8b5010.png\",\"storage\":\"public\"}]', '[]', 'mushroom-pepper', 0, 0, 100, 1, 1),
(938, 'Mushroom Manchurian', 'Mushroom Manchurian', '2025-09-06-68bc10ebd46a8.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 229.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 1, 1, 32, '2025-09-06 10:46:03', '2025-09-06 10:46:03', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bc10ebd03ff.png\",\"storage\":\"public\"}]', '[]', 'mushroom-manchurian-2', 0, 0, 100, 1, 1),
(939, 'Mushroom Tikka', 'Mushroom Tikka', '2025-09-06-68bc11274c0e7.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 229.00, 0.00, 'percent', 7.00, 'percent', '10:30:00', '12:00:00', 1, 1, 32, '2025-09-06 10:47:03', '2025-09-06 10:47:03', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bc11274746b.png\",\"storage\":\"public\"}]', '[]', 'mushroom-tikka', 0, 0, 100, 1, 1),
(940, 'Paneer Pepper', 'Paneer Pepper', '2025-09-06-68bc116add753.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 229.00, 0.00, 'percent', 9.00, 'percent', '10:30:00', '12:00:00', 1, 1, 32, '2025-09-06 10:48:10', '2025-09-06 10:48:10', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bc116ad8c29.png\",\"storage\":\"public\"}]', '[]', 'paneer-pepper', 0, 0, 100, 1, 1),
(941, 'Paneer Tikka', 'Paneer Tikka', '2025-09-06-68bc11a81bf52.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 229.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 1, 1, 32, '2025-09-06 10:49:12', '2025-09-06 10:49:12', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bc11a8174d5.png\",\"storage\":\"public\"}]', '[]', 'paneer-tikka', 0, 0, 100, 1, 1),
(942, 'Veg Manchurian', 'Veg Manchurian', '2025-09-06-68bc11dc2cea2.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 229.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 1, 1, 32, '2025-09-06 10:50:04', '2025-09-06 10:50:04', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bc11dc28848.png\",\"storage\":\"public\"}]', '[]', 'veg-manchurian-3', 0, 0, 100, 1, 1),
(943, 'Chicken Fry', 'Chicken Fry', '2025-09-06-68bc18b480148.png', 242, '[{\"id\":\"225\",\"position\":1},{\"id\":\"242\",\"position\":2}]', '[]', '[]', '[]', '[]', 249.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 11:19:16', '2025-09-06 11:19:16', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bc18b47b504.png\",\"storage\":\"public\"}]', '[]', 'chicken-fry-piece-biryani-family-pack-4', 0, 0, 100, 1, 1),
(944, 'Chicken Roast', 'Chicken Roast', '2025-09-06-68bc190e53fda.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 249.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 11:20:46', '2025-09-07 17:34:49', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bc190e50079.png\",\"storage\":\"public\"}]', '[]', 'chicken-roast-3', 0, 0, 100, 1, 1),
(945, 'Chicken Ghee Roast', 'Chicken Ghee Roast', '2025-09-06-68bc197d62688.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 249.00, 0.00, 'percent', 8.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 11:22:37', '2025-09-07 17:34:13', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bc197c313f5.png\",\"storage\":\"public\"}]', '[]', 'chicken-ghee-roast-2', 0, 0, 100, 1, 1),
(946, 'Chicken Dry', 'Chicken Dry', '2025-09-06-68bc19cba70a8.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 249.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 11:23:55', '2025-09-07 17:33:31', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bc19cba2865.png\",\"storage\":\"public\"}]', '[]', 'chicken-dry', 0, 0, 100, 1, 1),
(947, 'Guntur Chicken', 'Guntur Chicken', '2025-09-06-68bc1a195fa08.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 249.00, 0.00, 'percent', 9.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 11:25:13', '2025-09-07 17:32:56', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bc1a195a8f8.png\",\"storage\":\"public\"}]', '[]', 'guntur-chicken', 0, 0, 100, 1, 1),
(948, 'Mutton Fry', 'Mutton Fry', '2025-09-06-68bc1a8e46a76.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 11:27:10', '2025-09-07 17:32:19', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bc1a8e42aa3.png\",\"storage\":\"public\"}]', '[]', 'mutton-fry', 0, 0, 100, 1, 1),
(949, 'Mutton Ghee Roast', 'Mutton Ghee Roast', '2025-09-06-68bc1afa4f64b.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 219.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 11:28:58', '2025-09-07 17:31:50', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bc1afa4b438.png\",\"storage\":\"public\"}]', '[]', 'mutton-ghee-roast-2', 0, 0, 100, 1, 1),
(950, 'Mutton Pepper', 'Mutton Pepper', '2025-09-06-68bc1b62028d1.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 8.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 11:30:42', '2025-09-07 17:31:22', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bc1b614d7a9.png\",\"storage\":\"public\"}]', '[]', 'mutton-pepper', 0, 0, 100, 1, 1),
(951, 'Apollo Fish Fry', 'Apollo Fish Fry', '2025-09-06-68bc1bc3107a4.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 249.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 11:32:19', '2025-09-07 17:30:39', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bc1bc30b910.png\",\"storage\":\"public\"}]', '[]', 'apollo-fish-fry', 0, 0, 100, 1, 1),
(952, 'Pepper Fish', 'Pepper Fish', '2025-09-06-68bc1c5869c0c.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 249.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 11:34:48', '2025-09-07 17:30:00', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bc1c5865482.png\",\"storage\":\"public\"}]', '[]', 'pepper-fish-2', 0, 0, 100, 1, 1),
(953, 'Fish Chilly', 'Fish Chilly', '2025-09-06-68bc1cb3bc60b.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 249.00, 0.00, 'percent', 8.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 11:36:19', '2025-09-07 17:29:27', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bc1cb3b81bd.png\",\"storage\":\"public\"}]', '[]', 'fish-chilly-2', 0, 0, 100, 1, 1),
(954, 'Prawns Fry', 'Prawns Fry', '2025-09-06-68bc1d261a66d.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 299.00, 0.00, 'percent', 10.00, 'percent', '10:30:00', '12:00:00', 0, 1, 32, '2025-09-06 11:38:14', '2025-09-07 17:25:20', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-06-68bc1d24b3922.png\",\"storage\":\"public\"}]', '[]', 'prawns-fry', 0, 0, 100, 1, 1),
(955, 'Egg Manchurian', 'Egg Manchurian', '2025-09-07-68bdb566013e5.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 9.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-07 16:36:42', '2025-09-07 17:24:37', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-07-68bdb499c1c6c.png\",\"storage\":\"public\"}]', '[]', 'egg-manchurian-3', 0, 0, 100, 1, 1),
(956, 'Egg 65', 'Egg 65', '2025-09-07-68bdb4f12c6fd.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-07 16:38:09', '2025-09-07 17:24:00', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-07-68bdb4f127db2.png\",\"storage\":\"public\"}]', '[]', 'egg-65', 0, 0, 100, 1, 1),
(957, 'Egg Chilli', 'Egg Chilli', '2025-09-07-68bdb5eecde63.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 8.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-07 16:42:22', '2025-09-07 17:23:27', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-07-68bdb5ee835f5.png\",\"storage\":\"public\"}]', '[]', 'egg-chilli-2', 0, 0, 100, 1, 1),
(958, 'Egg Bhurji', 'Egg Bhurji', '2025-09-07-68bdb644ade76.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-07 16:43:48', '2025-09-07 17:19:30', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-07-68bdb644a9653.png\",\"storage\":\"public\"}]', '[]', 'egg-bhurji', 0, 0, 100, 1, 1),
(959, 'Egg Curry', 'Egg Curry', '2025-09-07-68bdb6957281e.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 7.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-07 16:45:10', '2025-09-07 16:45:10', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-07-68bdb6956e327.png\",\"storage\":\"public\"}]', '[]', 'egg-curry-3', 0, 0, 100, 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
(960, 'Veg  Noodles', 'Veg  Noodles', '2025-09-07-68bdb8b423ed5.png', 272, '[{\"id\":\"270\",\"position\":1},{\"id\":\"272\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 8.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-07 16:52:54', '2025-09-07 17:01:47', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-07-68bdb8b41eead.png\",\"storage\":\"public\"}]', '[]', 'veg-noodles-2', 0, 0, 100, 1, 1),
(961, 'Chicken Noodle', 'Chicken Noodle', '2025-09-07-68bdba3515308.png', 273, '[{\"id\":\"271\",\"position\":1},{\"id\":\"273\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-07 17:00:37', '2025-09-07 17:00:37', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-07-68bdba3510b97.png\",\"storage\":\"public\"}]', '[]', 'chicken-noodle', 0, 0, 100, 1, 1),
(962, 'Chicken Hakka Noodles', 'Chicken Hakka Noodles', '2025-09-07-68bdbbb9923d1.png', 273, '[{\"id\":\"271\",\"position\":1},{\"id\":\"273\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 0, 30, '2025-09-07 17:07:05', '2025-09-07 19:51:19', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-07-68bdbbb98db95.png\",\"storage\":\"public\"}]', '[]', 'chicken-hakka-noodles', 0, 0, 100, 1, 1),
(963, 'Mix Non Veg Noodle', 'Mix Non Veg Noodle', '2025-09-07-68bdc05258a3e.png', 273, '[{\"id\":\"271\",\"position\":1},{\"id\":\"273\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-07 17:26:42', '2025-09-07 17:28:57', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-07-68bdc05253e82.png\",\"storage\":\"public\"}]', '[]', 'mix-non-veg-noodle', 0, 0, 100, 1, 1),
(964, 'Egg Noodles', 'Egg Noodles', '2025-09-07-68bdc0bc26ff0.png', 273, '[{\"id\":\"271\",\"position\":1},{\"id\":\"273\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 9.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-07 17:28:28', '2025-09-07 17:28:28', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-07-68bdc0bc22238.png\",\"storage\":\"public\"}]', '[]', 'egg-noodles-2', 0, 0, 100, 1, 1),
(965, 'Veg Fried Rice', 'Veg Fried Rice', '2025-09-08-68be7f41c8753.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-08 07:01:21', '2025-09-08 07:01:21', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68be7f41c43d1.png\",\"storage\":\"public\"}]', '[]', 'veg-fried-rice-4', 0, 0, 100, 1, 1),
(967, 'Egg Fried Rice', 'Egg Fried Rice', '2025-09-08-68be805579734.png', 237, '[{\"id\":\"219\",\"position\":1},{\"id\":\"237\",\"position\":2}]', '[]', '[]', '[]', '[]', 130.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-08 07:05:57', '2025-09-08 07:05:57', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68be805574f78.png\",\"storage\":\"public\"}]', '[]', 'egg-fried-rice-5', 0, 0, 100, 1, 1),
(968, 'Chicken fried rice', 'Chicken fried rice', '2025-09-08-68be8595b8c76.png', 237, '[{\"id\":\"219\",\"position\":1},{\"id\":\"237\",\"position\":2}]', '[]', '[]', '[]', '[]', 150.00, 0.00, 'percent', 9.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-08 07:28:21', '2025-09-08 07:28:21', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[]', '[]', 'chicken-fried-rice-4', 0, 0, 100, 1, 1),
(969, 'Mutton fried rice', 'Mutton fried rice', '2025-09-08-68be861659a41.png', 237, '[{\"id\":\"219\",\"position\":1},{\"id\":\"237\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-08 07:30:30', '2025-09-08 07:30:30', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68be86165571e.png\",\"storage\":\"public\"}]', '[]', 'mutton-fried-rice-3', 0, 0, 100, 1, 1),
(970, 'Schezwan fried rice', 'Schezwan fried rice', '2025-09-08-68be8718761c6.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-08 07:34:48', '2025-09-08 07:34:48', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68be871871947.png\",\"storage\":\"public\"}]', '[]', 'schezwan-fried-rice-2', 0, 0, 100, 1, 1),
(971, 'Jeera fried rice', 'Jeera fried rice', '2025-09-08-68be87b838304.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 8.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-08 07:37:28', '2025-09-08 07:37:28', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68be87b833583.png\",\"storage\":\"public\"}]', '[]', 'jeera-fried-rice', 0, 0, 100, 1, 1),
(972, 'Curd Rice', 'Curd Rice', '2025-09-08-68be88253fe7a.png', 259, '[{\"id\":\"257\",\"position\":1},{\"id\":\"259\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 9.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-08 07:39:17', '2025-09-08 07:39:17', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68be88253b243.png\",\"storage\":\"public\"}]', '[]', 'curd-rice-4', 0, 0, 100, 1, 1),
(973, 'Paneer Fried Rice', 'Paneer Fried Rice', '2025-09-08-68be891dbaa2d.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-08 07:43:25', '2025-09-08 07:43:25', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68be891db651d.png\",\"storage\":\"public\"}]', '[]', 'paneer-fried-rice-4', 0, 0, 100, 1, 1),
(974, 'Mushroom Fried Rice', 'Mushroom Fried Rice', '2025-09-08-68be89a64bf03.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 8.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-08 07:45:42', '2025-09-08 07:45:42', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68be89a647ed3.png\",\"storage\":\"public\"}]', '[]', 'mushroom-fried-rice-4', 0, 0, 100, 1, 1),
(975, 'Kaju Fried Rice', 'Kaju Fried Rice', '2025-09-08-68be8a81d741d.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 140.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-08 07:49:22', '2025-09-08 07:49:22', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68be8a814c7e3.png\",\"storage\":\"public\"}]', '[]', 'kaju-fried-rice-3', 0, 0, 100, 1, 1),
(976, 'Gobi Fried Rice', 'Gobi Fried Rice', '2025-09-08-68be8ba0d98c6.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-08 07:54:08', '2025-09-08 07:54:08', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68be8ba0d51f9.png\",\"storage\":\"public\"}]', '[]', 'gobi-fried-rice-5', 0, 0, 100, 1, 1),
(977, 'Butter Chicken', 'Butter Chicken Curry', '2025-09-08-68bf0cb008306.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-08 17:04:48', '2025-09-08 17:04:48', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68bf0cb00349e.png\",\"storage\":\"public\"}]', '[]', 'butter-chicken-curry-4', 0, 0, 100, 1, 1),
(978, 'Kadai Chicken', 'Kadai Chicken Curry', '2025-09-08-68bf0dac00286.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 240.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-08 17:09:00', '2025-09-08 17:09:00', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68bf0dabef6f3.png\",\"storage\":\"public\"}]', '[]', 'kadai-chicken-curry-4', 0, 0, 100, 1, 1),
(979, 'Chicken Curry', 'Chicken Curry', '2025-09-08-68bf0e4dea217.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 240.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-08 17:11:41', '2025-09-08 17:11:41', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68bf0e4de6bd2.png\",\"storage\":\"public\"}]', '[]', 'chicken-curry-3', 0, 0, 100, 1, 1),
(980, 'Chicken Do Pyaza', 'Chicken Do Pyaza Curry', '2025-09-08-68bf0f9318746.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 240.00, 0.00, 'percent', 9.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-08 17:17:07', '2025-09-08 17:17:07', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68bf0f93136bb.png\",\"storage\":\"public\"}]', '[]', 'chicken-do-pyaza', 0, 0, 100, 1, 1),
(981, 'Chicken Masala', 'Chicken Masala Curry', '2025-09-08-68bf1051162b7.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 240.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-08 17:20:17', '2025-09-08 17:20:17', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68bf105111d1e.png\",\"storage\":\"public\"}]', '[]', 'chicken-masala', 0, 0, 100, 1, 1),
(982, 'Chicken Kolhapuri', 'Chicken Kolhapuri Curry', '2025-09-08-68bf10f2d7996.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 240.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-08 17:22:58', '2025-09-08 17:22:58', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68bf10f2d2fcb.png\",\"storage\":\"public\"}]', '[]', 'chicken-kolhapuri', 0, 0, 100, 1, 1),
(983, 'Andhra Chicken Curry', 'Andhra Chicken Curry', '2025-09-08-68bf11dfbbcec.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-08 17:26:56', '2025-09-08 17:26:56', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68bf11de6220d.png\",\"storage\":\"public\"}]', '[]', 'andhra-chicken-curry-2', 0, 0, 100, 1, 1),
(984, 'Rayalaseema Chicken Curry', 'Rayalaseema Chicken Curry', '2025-09-08-68bf127263bf2.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 8.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-08 17:29:22', '2025-09-08 17:29:22', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68bf12725fa56.png\",\"storage\":\"public\"}]', '[]', 'rayalaseema-chicken-curry-3', 0, 0, 100, 1, 1),
(985, 'Chicken Curry Bone', 'Chicken Curry Bone', '2025-09-08-68bf1355d4cda.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 260.00, 0.00, 'percent', 8.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-08 17:33:09', '2025-09-08 17:33:09', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68bf1355cfd88.png\",\"storage\":\"public\"}]', '[]', 'chicken-curry-bone', 0, 0, 100, 1, 1),
(986, 'Punjabi Chicken Curry', 'Punjabi Chicken Curry', '2025-09-08-68bf13f13380b.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 7.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-08 17:35:45', '2025-09-08 17:35:45', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68bf13f12f067.png\",\"storage\":\"public\"}]', '[]', 'punjabi-chicken-curry', 0, 0, 100, 1, 1),
(987, 'Hydarabadi Chicken Curry', 'Hydarabadi Chicken Curry', '2025-09-08-68bf1557616da.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 9.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-08 17:41:43', '2025-09-08 17:41:43', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68bf15575c9a8.png\",\"storage\":\"public\"}]', '[]', 'hydarabadi-chicken-curry', 0, 0, 100, 1, 1),
(988, 'Mutton Curry', 'Mutton Curry', '2025-09-08-68bf15ea86476.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 270.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-08 17:44:10', '2025-09-08 17:44:10', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68bf15ea82faa.png\",\"storage\":\"public\"}]', '[]', 'mutton-curry-4', 0, 0, 100, 1, 1),
(989, 'Andhra Mutton Curry', 'Andhra Mutton Curry', '2025-09-08-68bf16edad6d0.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 270.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-08 17:48:29', '2025-09-08 17:48:29', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68bf16eda9886.png\",\"storage\":\"public\"}]', '[]', 'andhra-mutton-curry-2', 0, 0, 100, 1, 1),
(990, 'Rayalaseema Mutton Curry', 'Rayalaseema Mutton Curry', '2025-09-08-68bf17eab4e8e.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 270.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-08 17:52:42', '2025-09-08 17:52:42', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68bf17eab1c08.png\",\"storage\":\"public\"}]', '[]', 'rayalaseema-mutton-curry-2', 0, 0, 100, 1, 1),
(991, 'Fish Curry', 'Fish Curry', '2025-09-08-68bf1865c5a4d.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 240.00, 0.00, 'percent', 7.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-08 17:54:45', '2025-09-08 17:54:45', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68bf1865c24df.png\",\"storage\":\"public\"}]', '[]', 'fish-curry-2', 0, 0, 100, 1, 1),
(992, 'Andhra Fish Curry', 'Andhra Fish Curry', '2025-09-08-68bf1923664b0.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 240.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-08 17:57:55', '2025-09-08 17:57:55', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68bf1923621fa.png\",\"storage\":\"public\"}]', '[]', 'andhra-fish-curry', 0, 0, 100, 1, 1),
(993, 'Rayalaseema Fish Curry', 'Rayalaseema Fish Curry', '2025-09-08-68bf1a45a3c4b.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-08 18:02:45', '2025-09-08 18:02:45', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68bf1a45a08a7.png\",\"storage\":\"public\"}]', '[]', 'rayalaseema-fish-curry', 0, 0, 100, 1, 1),
(994, 'moghlai chicken curry', 'moghlai chicken curry', '2025-09-08-68bf1b39e6de4.png', 247, '[{\"id\":\"230\",\"position\":1},{\"id\":\"247\",\"position\":2}]', '[]', '[]', '[]', '[]', 270.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-08 18:06:49', '2025-09-08 18:06:49', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68bf1b39e25f9.png\",\"storage\":\"public\"}]', '[]', 'moghlai-chicken-curry', 0, 0, NULL, 1, 1),
(995, 'Chicken Dum Biryani', 'Chicken Dum Biryani (Full)', '2025-09-08-68bf1bd613949.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-08 18:09:26', '2025-09-08 18:17:22', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68bf1bd60f46c.png\",\"storage\":\"public\"}]', '[]', 'chicken-dum-biryani', 0, 0, 100, 1, 1),
(996, 'Chicken Dum Biryani', 'Chicken Dum Biryani (Single)', '2025-09-08-68bf1c71b5961.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 7.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-08 18:12:01', '2025-09-08 18:16:35', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68bf1c71b0572.png\",\"storage\":\"public\"}]', '[]', 'chicken-dum-biryani-2', 0, 0, 100, 1, 1),
(997, 'Chicken Dum Biryani (Family Pack)', 'Chicken Dum Biryani (Family Pack)', '2025-09-08-68bf1d30e460c.png', 232, '[{\"id\":\"214\",\"position\":1},{\"id\":\"232\",\"position\":2}]', '[]', '[]', '[]', '[]', 600.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-08 18:15:12', '2025-09-08 18:15:12', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68bf1d30e0244.png\",\"storage\":\"public\"}]', '[]', 'chicken-dum-biryani-family-pack-3', 0, 0, 100, 1, 1),
(998, 'Chicken Fry Biryani', 'Chicken Fry Biryani', '2025-09-08-68bf1e6e04856.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 260.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-08 18:20:30', '2025-09-08 18:20:30', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68bf1e6df3ec2.png\",\"storage\":\"public\"}]', '[]', 'chicken-fry-biryani', 0, 0, 100, 1, 1),
(999, 'Chicken moghlai Biryani', 'Chicken moghlai Biryani', '2025-09-08-68bf1f5dd0347.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 270.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-08 18:24:29', '2025-09-08 18:24:29', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68bf1f5dcc105.png\",\"storage\":\"public\"}]', '[]', 'chicken-moghlai-biryani', 0, 0, 100, 1, 1),
(1000, 'Chicken Lollipop Biryani', 'Chicken Lollipop Biryani', '2025-09-08-68bf1ff11c753.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 270.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-08 18:26:57', '2025-09-08 18:26:57', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68bf1ff118396.png\",\"storage\":\"public\"}]', '[]', 'chicken-lollipop-biryani-4', 0, 0, 100, 1, 1),
(1001, 'Mutton Fry Biryani', 'Mutton Fry Biryani', '2025-09-08-68bf2068e2a3b.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-08 18:28:56', '2025-09-08 18:28:56', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-08-68bf2068df688.png\",\"storage\":\"public\"}]', '[]', 'mutton-fry-biryani', 0, 0, 100, 1, 1),
(1002, 'Mutton Dum Biryani', 'Mutton Dum Biryani', '2025-09-09-68bf21691c113.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 270.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-08 18:33:13', '2025-09-08 18:33:13', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68bf21691833f.png\",\"storage\":\"public\"}]', '[]', 'mutton-dum-biryani', 0, 0, 100, 1, 1),
(1003, 'Prawns Biryani', 'Prawns Biryani', '2025-09-09-68bf2213b2939.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-08 18:36:03', '2025-09-08 18:36:03', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68bf2213ae8fc.png\",\"storage\":\"public\"}]', '[]', 'prawns-biryani-2', 0, 0, 100, 1, 1),
(1004, 'Fish Biryani', 'Fish Biryani', '2025-09-09-68bf22c24c78d.png', 239, '[{\"id\":\"221\",\"position\":1},{\"id\":\"239\",\"position\":2}]', '[]', '[]', '[]', '[]', 270.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-08 18:38:58', '2025-09-08 18:38:58', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68bf22c249125.png\",\"storage\":\"public\"}]', '[]', 'fish-biryani-2', 0, 0, 100, 1, 1),
(1005, 'Veg Biryani', 'Veg Biryani', '2025-09-09-68bf23696e31b.png', 238, '[{\"id\":\"220\",\"position\":1},{\"id\":\"238\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 9.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-08 18:41:45', '2025-09-08 18:45:05', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68bf23696a292.png\",\"storage\":\"public\"}]', '[]', 'veg-biryani-4', 0, 0, 100, 1, 1),
(1006, 'Paneer Biryani', 'Paneer Biryani', '2025-09-09-68bf24021ed29.png', 238, '[{\"id\":\"220\",\"position\":1},{\"id\":\"238\",\"position\":2}]', '[]', '[]', '[]', '[]', 210.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-08 18:44:18', '2025-09-08 18:44:18', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68bf24021887d.png\",\"storage\":\"public\"}]', '[]', 'paneer-biryani-4', 0, 0, 100, 1, 1),
(1007, 'Mushroom Biryani', 'Mushroom Biryani', '2025-09-09-68bf24ca11ca7.png', 238, '[{\"id\":\"220\",\"position\":1},{\"id\":\"238\",\"position\":2}]', '[]', '[]', '[]', '[]', 210.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-08 18:47:38', '2025-09-08 18:47:38', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68bf24c961446.png\",\"storage\":\"public\"}]', '[]', 'mushroom-biryani-3', 0, 0, 100, 1, 1),
(1008, 'Kaju Biryani', 'Kaju Biryani', '2025-09-09-68bff217511d7.png', 238, '[{\"id\":\"220\",\"position\":1},{\"id\":\"238\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-09 09:23:35', '2025-09-09 09:23:35', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68bff2174c838.png\",\"storage\":\"public\"}]', '[]', 'kaju-biryani', 0, 0, 100, 1, 1),
(1010, 'Tandoori Roti', 'Tandoori Roti', '2025-09-09-68bff2e817d6c.png', 256, '[{\"id\":\"255\",\"position\":1},{\"id\":\"256\",\"position\":2}]', '[]', '[]', '[]', '[]', 20.00, 0.00, 'percent', 4.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-09 09:27:04', '2025-09-09 09:27:04', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68bff2e8133f1.png\",\"storage\":\"public\"}]', '[]', 'tandoori-roti', 0, 0, 100, 1, 1),
(1011, 'Butter Roti', 'Butter Roti', '2025-09-09-68bff3b0be204.png', 256, '[{\"id\":\"255\",\"position\":1},{\"id\":\"256\",\"position\":2}]', '[]', '[]', '[]', '[]', 25.00, 0.00, 'percent', 5.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-09 09:30:24', '2025-09-09 09:30:24', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68bff3b0b8dad.png\",\"storage\":\"public\"}]', '[]', 'butter-roti-2', 0, 0, 100, 1, 1),
(1012, 'Butter Naan', 'Butter Naan', '2025-09-09-68bff45e3a620.png', 256, '[{\"id\":\"255\",\"position\":1},{\"id\":\"256\",\"position\":2}]', '[]', '[]', '[]', '[]', 25.00, 0.00, 'percent', 7.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-09 09:33:18', '2025-09-09 09:33:18', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68bff45e35e51.png\",\"storage\":\"public\"}]', '[]', 'butter-naan-2', 0, 0, 100, 1, 1),
(1013, 'Butter Kulcha', 'Butter Kulcha', '2025-09-09-68bff5256e74f.png', 256, '[{\"id\":\"255\",\"position\":1},{\"id\":\"256\",\"position\":2}]', '[]', '[]', '[]', '[]', 30.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-09 09:36:37', '2025-09-09 09:36:37', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68bff52569eee.png\",\"storage\":\"public\"}]', '[]', 'butter-kulcha-2', 0, 0, 100, 1, 1),
(1014, 'Plain Kulcha', 'Plain Kulcha', '2025-09-09-68bff623296e1.png', 256, '[{\"id\":\"255\",\"position\":1},{\"id\":\"256\",\"position\":2}]', '[]', '[]', '[]', '[]', 25.00, 0.00, 'percent', 8.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-09 09:40:51', '2025-09-09 09:40:51', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68bff62324d2e.png\",\"storage\":\"public\"}]', '[]', 'plain-kulcha-2', 0, 0, 100, 1, 1),
(1015, 'Tandoori Chicken (FULL)', 'Tandoori Chicken (FULL)', '2025-09-09-68bff70524258.png', 242, '[{\"id\":\"225\",\"position\":1},{\"id\":\"242\",\"position\":2}]', '[]', '[]', '[]', '[]', 400.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 09:44:37', '2025-09-09 09:44:37', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68bff7051f9e3.png\",\"storage\":\"public\"}]', '[]', 'tandoori-chicken-full', 0, 0, 100, 1, 1),
(1016, 'Chicken Tikka', 'chicken Tikka', '2025-09-09-68bff79c679a6.png', 242, '[{\"id\":\"225\",\"position\":1},{\"id\":\"242\",\"position\":2}]', '[]', '[]', '[]', '[]', 280.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 09:47:08', '2025-09-09 09:47:08', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68bff79c632a0.png\",\"storage\":\"public\"}]', '[]', 'chicken-tikka', 0, 0, 100, 1, 1),
(1017, 'Tandoori Kabab', 'Tandoori Kabab', '2025-09-09-68bff84b13c30.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 280.00, 0.00, 'percent', 8.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 09:50:03', '2025-09-09 09:50:03', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68bff84b0d57d.png\",\"storage\":\"public\"}]', '[]', 'tandoori-kabab', 0, 0, 100, 1, 1),
(1018, 'Tandoori Kabab (HALF)', 'Tandoori Kabab (HALF)', '2025-09-09-68bff927227bd.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 260.00, 0.00, 'percent', 9.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 09:53:43', '2025-09-09 09:53:43', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68bff9271eb67.png\",\"storage\":\"public\"}]', '[]', 'tandoori-kabab-half', 0, 0, 100, 1, 1),
(1019, 'Tandoori Chicken (HALF)', 'Tandoori Chicken (HALF)', '2025-09-09-68bff9e3e67ec.png', 242, '[{\"id\":\"225\",\"position\":1},{\"id\":\"242\",\"position\":2}]', '[]', '[]', '[]', '[]', 350.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 09:56:51', '2025-09-09 09:56:51', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68bff9e3e2a54.png\",\"storage\":\"public\"}]', '[]', 'tandoori-chicken-half', 0, 0, 100, 1, 1),
(1020, 'Kalmi Kabab (FULL)', 'Kalmi Kabab (FULL)', '2025-09-09-68bffad9d1ad2.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 10:00:57', '2025-09-09 10:00:57', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68bffad9cd27b.png\",\"storage\":\"public\"}]', '[]', 'kalmi-kabab-full', 0, 0, 100, 1, 1),
(1021, 'Kalmi Kabab (HALF)', 'Kalmi Kabab (HALF)', '2025-09-09-68bffbf515008.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 9.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 10:05:41', '2025-09-09 10:05:41', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68bffbf50f6af.png\",\"storage\":\"public\"}]', '[]', 'kalmi-kabab-half', 0, 0, 100, 1, 1),
(1022, 'Paneer Tikka', 'Paneer Tikka', '2025-09-09-68bffcb2814c7.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 7.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-09 10:08:50', '2025-09-09 10:08:50', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68bffcb27c078.png\",\"storage\":\"public\"}]', '[]', 'paneer-tikka-2', 0, 0, 100, 1, 1),
(1023, 'Paneer Butter Masala', 'Paneer Butter Masala', '2025-09-09-68bffdc427a31.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 220.00, 0.00, 'percent', 8.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-09 10:13:24', '2025-09-09 10:13:24', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68bffdc422b92.png\",\"storage\":\"public\"}]', '[]', 'paneer-butter-masala', 0, 0, 100, 1, 1),
(1024, 'Paneer Kaju Curry', 'Paneer Kaju Curry', '2025-09-09-68bffece5680c.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 240.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-09 10:17:50', '2025-09-09 10:17:50', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68bffece51f05.png\",\"storage\":\"public\"}]', '[]', 'paneer-kaju-curry', 0, 0, 100, 1, 1),
(1025, 'Paneer Dopyaza', 'Paneer Dopyaza', '2025-09-09-68c00091e6f61.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 8.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-09 10:25:21', '2025-09-09 10:25:21', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68c00091e27f6.png\",\"storage\":\"public\"}]', '[]', 'paneer-dopyaza', 0, 0, 100, 1, 1),
(1026, 'Kaju Curry', 'kaju Curry', '2025-09-09-68c00108a7a6c.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-09 10:27:20', '2025-09-09 10:27:20', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68c00108a319b.png\",\"storage\":\"public\"}]', '[]', 'kaju-curry-2', 0, 0, 100, 1, 1),
(1027, 'Kaju Tomato Curry', 'Kaju Tomato Curry', '2025-09-09-68c001c6d9e43.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 220.00, 0.00, 'percent', 9.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-09 10:30:30', '2025-09-09 10:30:30', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68c001c6d5574.png\",\"storage\":\"public\"}]', '[]', 'kaju-tomato-curry', 0, 0, 100, 1, 1),
(1028, 'Mashroom Curry', 'Mashroom Curry', '2025-09-09-68c0026006d36.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 240.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-09 10:33:04', '2025-09-09 10:33:04', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68c0026002637.png\",\"storage\":\"public\"}]', '[]', 'mashroom-curry', 0, 0, 100, 1, 1),
(1029, 'Mashroom Kaju Curry', 'Mashroom Kaju Curry', '2025-09-09-68c00369ebf59.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 7.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-09 10:37:29', '2025-09-09 10:37:29', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68c00369e7259.png\",\"storage\":\"public\"}]', '[]', 'mashroom-kaju-curry', 0, 0, 100, 1, 1),
(1030, 'Gobi Masala', 'Gobi Masala', '2025-09-09-68c0041fa8f38.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 5.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-09 10:40:31', '2025-09-09 10:40:31', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68c0041fa4bf2.png\",\"storage\":\"public\"}]', '[]', 'gobi-masala', 0, 0, 100, 1, 1),
(1031, 'Green Peas Curry', 'Green Peas Curry', '2025-09-09-68c004ccec593.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-09 10:43:24', '2025-09-09 10:43:24', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68c004cce7e59.png\",\"storage\":\"public\"}]', '[]', 'green-peas-curry', 0, 0, 100, 1, 1),
(1032, 'Baby Corn Masala', 'Baby Corn Masala', '2025-09-09-68c0056b90117.png', 246, '[{\"id\":\"229\",\"position\":1},{\"id\":\"246\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 9.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-09 10:46:03', '2025-09-09 10:46:03', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68c0056b8b62e.png\",\"storage\":\"public\"}]', '[]', 'baby-corn-masala', 0, 0, 100, 1, 1),
(1033, 'Veg Clear Soup', 'veg Clear Soup', '2025-09-09-68c007415d724.png', 211, '[{\"id\":\"51\",\"position\":1},{\"id\":\"211\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 8.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-09 10:53:53', '2025-09-09 10:53:53', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68c0074158ae1.png\",\"storage\":\"public\"}]', '[]', 'veg-clear-soup-2', 0, 0, 100, 1, 1),
(1034, 'Tomato Soup', 'Tomato Soup', '2025-09-09-68c007bf53f2a.png', 211, '[{\"id\":\"51\",\"position\":1},{\"id\":\"211\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 8.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-09 10:55:59', '2025-09-09 10:55:59', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68c007bf4f462.png\",\"storage\":\"public\"}]', '[]', 'tomato-soup-2', 0, 0, 100, 1, 0),
(1035, 'Veg Manchow Soup', 'Veg Manchow Soup', '2025-09-09-68c0087b79834.png', 211, '[{\"id\":\"51\",\"position\":1},{\"id\":\"211\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 5.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-09 10:59:07', '2025-09-09 10:59:07', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68c0087b74c5c.png\",\"storage\":\"public\"}]', '[]', 'veg-manchow-soup-2', 0, 0, 100, 1, 1),
(1036, 'Veg Hot And Sour Soup', 'Veg Hot And Sour Soup', '2025-09-09-68c00980781cb.png', 211, '[{\"id\":\"51\",\"position\":1},{\"id\":\"211\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 8.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-09 11:03:28', '2025-09-09 11:03:28', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68c00980739b1.png\",\"storage\":\"public\"}]', '[]', 'veg-hot-and-sour-soup', 0, 0, 100, 1, 1),
(1037, 'Veg Corn Soup', 'Veg Corn Soup', '2025-09-09-68c00a111f78e.png', 211, '[{\"id\":\"51\",\"position\":1},{\"id\":\"211\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 9.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-09 11:05:53', '2025-09-09 11:05:53', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68c00a111b134.png\",\"storage\":\"public\"}]', '[]', 'veg-corn-soup', 0, 0, 100, 1, 1),
(1038, 'Mashroom  Soup', 'Mashroom Soup', '2025-09-09-68c00a8d968a3.png', 211, '[{\"id\":\"51\",\"position\":1},{\"id\":\"211\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-09 11:07:57', '2025-09-09 11:07:57', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68c00a8d91e72.png\",\"storage\":\"public\"}]', '[]', 'mashroom-soup', 0, 0, 100, 1, 1),
(1039, 'Chicken Hot Sour Soup', 'Chicken Hot Sour Soup', '2025-09-09-68c00b373f643.png', 212, '[{\"id\":\"51\",\"position\":1},{\"id\":\"212\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 11:10:47', '2025-09-09 11:10:47', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68c00b373afe6.png\",\"storage\":\"public\"}]', '[]', 'chicken-hot-sour-soup', 0, 0, 100, 1, 1),
(1040, 'Chicken Manchow Soup', 'Chicken Manchow Soup', '2025-09-09-68c00badb3d9c.png', 212, '[{\"id\":\"51\",\"position\":1},{\"id\":\"212\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 9.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 11:12:45', '2025-09-09 11:12:45', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68c00badae81d.png\",\"storage\":\"public\"}]', '[]', 'chicken-manchow-soup-2', 0, 0, 100, 1, 1),
(1041, 'Sweet Corn Chicken Soup', 'Sweet Corn Chicken Soup', '2025-09-09-68c00c44a9450.png', 212, '[{\"id\":\"51\",\"position\":1},{\"id\":\"212\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 7.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 11:15:16', '2025-09-09 11:15:16', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68c00c44a352f.png\",\"storage\":\"public\"}]', '[]', 'sweet-corn-chicken-soup', 0, 0, 100, 1, 1),
(1042, 'Mutton Machow Soup', 'Mutton Machow Soup', '2025-09-09-68c00d59e93e1.png', 212, '[{\"id\":\"51\",\"position\":1},{\"id\":\"212\",\"position\":2}]', '[]', '[]', '[]', '[]', 130.00, 0.00, 'percent', 9.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 11:19:53', '2025-09-09 11:19:53', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68c00d59e4ce9.png\",\"storage\":\"public\"}]', '[]', 'mutton-machow-soup', 0, 0, 100, 1, 1),
(1043, 'Mutton Hot Sour Soup', 'Mutton Hot Sour Soup', '2025-09-09-68c00e1bd57c8.png', 212, '[{\"id\":\"51\",\"position\":1},{\"id\":\"212\",\"position\":2}]', '[]', '[]', '[]', '[]', 130.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 11:23:07', '2025-09-09 11:23:07', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68c00e1bd09e7.png\",\"storage\":\"public\"}]', '[]', 'mutton-hot-sour-soup', 0, 0, 100, 1, 1),
(1044, 'Lemon Coriander Soup', 'Lemon Coriander Soup', '2025-09-09-68c00eb7beb14.png', 212, '[{\"id\":\"51\",\"position\":1},{\"id\":\"212\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 5.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 11:25:43', '2025-09-09 11:25:43', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68c00eb7ba0da.png\",\"storage\":\"public\"}]', '[]', 'lemon-coriander-soup-2', 0, 0, 100, 1, 1),
(1045, 'Chicken Manchurian', 'Chicken Manchurian', '2025-09-09-68c062d33f911.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 240.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 17:24:35', '2025-09-09 17:24:35', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68c062d33b1a5.png\",\"storage\":\"public\"}]', '[]', 'chicken-manchurian-3', 0, 0, 100, 1, 1),
(1046, 'Chicken 65', 'Chicken 65', '2025-09-09-68c06ff86de9d.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 240.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 18:20:40', '2025-09-09 18:20:40', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68c06ff868e69.png\",\"storage\":\"public\"}]', '[]', 'chicken-65-3', 0, 0, 100, 1, 1),
(1047, 'Chicken Chilli', 'Chicken Chilli', NULL, 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 240.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 18:21:59', '2025-09-09 18:21:59', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68c07046f3a4a.png\",\"storage\":\"public\"}]', '[]', 'chicken-chilli', 0, 0, 100, 1, 1),
(1048, 'Lemon Chicken', 'Lemon Chicken', '2025-09-09-68c0708739a8b.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 240.00, 0.00, 'percent', 8.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 18:23:03', '2025-09-09 18:23:03', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68c0708735368.png\",\"storage\":\"public\"}]', '[]', 'lemon-chicken-2', 0, 0, 100, 1, 1),
(1049, 'Chicken Lollipop', 'Chicken Lollipop', '2025-09-09-68c070df64c2f.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 18:24:31', '2025-09-09 18:24:31', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68c070df6053e.png\",\"storage\":\"public\"}]', '[]', 'chicken-lollipop-biryani-5', 0, 0, 100, 1, 1),
(1050, 'Dragon Chicken', 'Dragon Chicken', '2025-09-09-68c0712c1baec.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 18:25:48', '2025-09-09 18:25:48', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68c0712c177ee.png\",\"storage\":\"public\"}]', '[]', 'dragon-chicken-2', 0, 0, 100, 1, 1),
(1051, 'Chicken Majestic', 'Chicken Majestic', '2025-09-09-68c07187f3623.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 18:27:20', '2025-09-09 18:27:20', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68c07187eef9c.png\",\"storage\":\"public\"}]', '[]', 'chicken-majestic-4', 0, 0, 100, 1, 1),
(1052, 'Chilly Fish', 'Chilly Fish', '2025-09-09-68c071d7a9b01.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 18:28:39', '2025-09-09 18:28:39', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68c071d7a5296.png\",\"storage\":\"public\"}]', '[]', 'chilly-fish', 0, 0, 100, 1, 1),
(1053, 'Fish 65', 'Fish 65', '2025-09-09-68c0722585db8.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 18:29:57', '2025-09-09 18:29:57', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-09-68c0722581589.png\",\"storage\":\"public\"}]', '[]', 'fish-65', 0, 0, 100, 1, 1),
(1054, 'Pepper Prawns', 'Pepper Prawns', '2025-09-10-68c07924dbdb9.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 18:50:35', '2025-09-09 18:59:48', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c07924d7708.png\",\"storage\":\"public\"}]', '[]', 'pepper-prawns-2', 0, 0, 100, 1, 1),
(1055, 'Prawns 65', 'Prawns 65', '2025-09-10-68c07763aacd5.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 18:52:19', '2025-09-09 18:52:19', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c07763a6a55.png\",\"storage\":\"public\"}]', '[]', 'prawns-65', 0, 0, 100, 1, 1),
(1056, 'loose Prawns', 'loose Prawns', '2025-09-10-68c078172d526.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 300.00, 0.00, 'percent', 8.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 18:55:19', '2025-09-09 18:55:19', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c0781729364.png\",\"storage\":\"public\"}]', '[]', 'loose-prawns-3', 0, 0, 100, 1, 1),
(1057, 'Chicken Keema Balls', 'Chicken Keema Balls', '2025-09-10-68c078724993f.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 260.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 18:56:50', '2025-09-09 18:56:50', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c07872445d1.png\",\"storage\":\"public\"}]', '[]', 'chicken-keema-balls', 0, 0, 100, 1, 1),
(1058, 'Pepper Chicken', 'Pepper Chicken', '2025-09-10-68c0795e5323e.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 260.00, 0.00, 'percent', 9.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 18:58:43', '2025-09-09 19:00:46', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c078e3aad43.png\",\"storage\":\"public\"}]', '[]', 'pepper-chicken-2', 0, 0, 100, 1, 1),
(1059, 'Schezwan Chicken', 'Schezwan Chicken', '2025-09-10-68c079b7108b5.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 19:02:15', '2025-09-09 19:02:32', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c079b70c07e.png\",\"storage\":\"public\"}]', '[]', 'schezwan-chicken-2', 0, 0, 100, 1, 1),
(1060, 'Coriander Chicken', 'Coriander Chicken', '2025-09-10-68c07a1069de1.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 19:03:44', '2025-09-09 19:03:44', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c07a1065ce7.png\",\"storage\":\"public\"}]', '[]', 'coriander-chicken', 0, 0, 100, 1, 1),
(1061, 'Ginger Chicken', 'Ginger Chicken', '2025-09-10-68c07a62d67cc.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 250.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 19:05:06', '2025-09-09 19:05:06', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c07a62d2779.png\",\"storage\":\"public\"}]', '[]', 'ginger-chicken', 0, 0, 100, 1, 1),
(1062, 'Kaju Chicken', 'Kaju Chicken', '2025-09-10-68c07aac5a25e.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 280.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 19:06:20', '2025-09-09 19:06:20', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c07aac5613c.png\",\"storage\":\"public\"}]', '[]', 'kaju-chicken', 0, 0, 100, 1, 1),
(1063, 'Chicken Kabab', 'Chicken Kabab', '2025-09-10-68c07af16f08c.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 19:07:29', '2025-09-09 19:07:29', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c07af16a9ce.png\",\"storage\":\"public\"}]', '[]', 'chicken-kabab', 0, 0, 100, 1, 1),
(1064, 'Chicken 555', 'Chicken 555', '2025-09-10-68c07b300e605.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 230.00, 0.00, 'percent', 8.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 19:08:32', '2025-09-09 19:08:32', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c07b3009f10.png\",\"storage\":\"public\"}]', '[]', 'chicken-555-2', 0, 0, 100, 1, 1),
(1065, 'Chicken Mangolia', 'Chicken Mangolia', '2025-09-10-68c07b865d030.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 240.00, 0.00, 'percent', 6.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 19:09:58', '2025-09-09 19:09:58', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c07b865891e.png\",\"storage\":\"public\"}]', '[]', 'chicken-mangolia', 0, 0, 100, 1, 1),
(1066, 'Tai Pai Chicken', 'Tai Pai Chicken', '2025-09-10-68c07bcb03526.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 270.00, 0.00, 'percent', 9.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 19:11:07', '2025-09-09 19:11:07', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c07bcaf383d.png\",\"storage\":\"public\"}]', '[]', 'tai-pai-chicken', 0, 0, 100, 1, 1),
(1067, 'Mutton Chilli', 'Mutton Chilli', '2025-09-10-68c07de0ece90.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 270.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 19:20:01', '2025-09-09 19:20:01', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c07de024cd2.png\",\"storage\":\"public\"}]', '[]', 'mutton-chilli', 0, 0, 100, 1, 1),
(1068, 'Mutton 65', 'Mutton 65', '2025-09-10-68c07e327f87d.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 260.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 19:21:22', '2025-09-09 19:21:22', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c07e327b4c9.png\",\"storage\":\"public\"}]', '[]', 'mutton-65', 0, 0, 100, 1, 1),
(1069, 'Mutton Manchurian', 'Mutton Manchurian', '2025-09-10-68c07e7a5e1ae.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 280.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 19:22:34', '2025-09-09 19:22:34', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c07e7a59b8e.png\",\"storage\":\"public\"}]', '[]', 'mutton-manchurian-2', 0, 0, 100, 1, 1),
(1070, 'Dragon Manchurian', 'Dragon Manchurian', '2025-09-10-68c07ed28f1a3.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 280.00, 0.00, 'percent', 8.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 19:24:03', '2025-09-09 19:24:03', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c07ed23a5a2.png\",\"storage\":\"public\"}]', '[]', 'dragon-manchurian', 0, 0, 100, 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
(1071, 'Pepper Manchurian', 'Pepper Manchurian', '2025-09-10-68c07f259cc87.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 280.00, 0.00, 'percent', 8.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 19:25:25', '2025-09-09 19:25:25', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c07f24ef08d.png\",\"storage\":\"public\"}]', '[]', 'pepper-manchurian', 0, 0, 100, 1, 1),
(1072, 'Manchurian Keema Balls', 'Manchurian Keema Balls', '2025-09-10-68c07f8131a78.png', 274, '[{\"id\":\"222\",\"position\":1},{\"id\":\"274\",\"position\":2}]', '[]', '[]', '[]', '[]', 290.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-09 19:26:58', '2025-09-09 19:26:58', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c07f80d3db5.png\",\"storage\":\"public\"}]', '[]', 'manchurian-keema-balls', 0, 0, 100, 1, 1),
(1073, 'Paneer Manchurian', 'Paneer Manchurian', '2025-09-10-68c10e8a247f2.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 6.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-10 05:37:14', '2025-09-10 05:37:14', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c10e8a201b1.png\",\"storage\":\"public\"}]', '[]', 'paneer-manchurian-2', 0, 0, 100, 1, 1),
(1074, 'Paneer 65', 'paneer 65', '2025-09-10-68c10f2d03b16.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-10 05:39:57', '2025-09-10 05:39:57', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c10f2cf1df6.png\",\"storage\":\"public\"}]', '[]', 'paneer-65-2', 0, 0, 100, 1, 1),
(1075, 'Paneer Chilli', 'paneer Chilli', '2025-09-10-68c10fbc1b7da.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-10 05:42:20', '2025-09-10 05:42:20', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c10fbc1652a.png\",\"storage\":\"public\"}]', '[]', 'paneer-chilli', 0, 0, 100, 1, 1),
(1076, 'Paneer Majestic', 'Paneer Majestic', '2025-09-10-68c110990d672.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-10 05:46:01', '2025-09-10 05:46:01', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c11099094b0.png\",\"storage\":\"public\"}]', '[]', 'paneer-majestic-4', 0, 0, 100, 1, 1),
(1077, 'Dragon Paneer', 'Dragon Paneer', '2025-09-10-68c1117c7cbf6.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 8.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-10 05:49:48', '2025-09-10 05:49:48', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c1117c784e9.png\",\"storage\":\"public\"}]', '[]', 'dragon-paneer', 0, 0, 100, 1, 1),
(1078, 'Gobi Manchuria', 'gobi Manchuria', '2025-09-10-68c111ffa89ad.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 160.00, 0.00, 'percent', 5.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-10 05:51:59', '2025-09-10 05:51:59', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c111ffa3b0c.png\",\"storage\":\"public\"}]', '[]', 'gobi-manchurian-4', 0, 0, 100, 1, 1),
(1079, 'Gobi 65', 'Gobi 65', '2025-09-10-68c1129776cba.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 160.00, 0.00, 'percent', 8.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-10 05:54:31', '2025-09-10 05:54:31', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c11297721c0.png\",\"storage\":\"public\"}]', '[]', 'gobi-65-3', 0, 0, 100, 1, 1),
(1080, 'Gobi Chilli', 'Gobi chilli', '2025-09-10-68c1131d55a6b.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 160.00, 0.00, 'percent', 6.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-10 05:56:45', '2025-09-10 05:56:45', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c1131d511fb.png\",\"storage\":\"public\"}]', '[]', 'gobi-chilli', 0, 0, 100, 1, 1),
(1081, 'Mushroom Manchurian', 'Mushroom Manchuria', '2025-09-10-68c113c717a66.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 9.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-10 05:59:35', '2025-09-10 06:06:24', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c113c713206.png\",\"storage\":\"public\"}]', '[]', 'mushroom-manchurian-3', 0, 0, 100, 1, 1),
(1082, 'Mushroom 65', 'Mushroom 65', '2025-09-10-68c114a8c8f67.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-10 06:03:20', '2025-09-10 06:06:56', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c114a8c4156.png\",\"storage\":\"public\"}]', '[]', 'mushroom-65-2', 0, 0, 100, 1, 1),
(1083, 'Baby Corn Majestic', 'Baby Corn Majestic', '2025-09-10-68c1154581755.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 9.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-10 06:05:57', '2025-09-10 06:05:57', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c115457cffe.png\",\"storage\":\"public\"}]', '[]', 'baby-corn-majestic', 0, 0, 100, 1, 1),
(1084, 'Baby Corn Chilli', 'Baby Corn Chilli', '2025-09-10-68c1165240203.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 6.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-10 06:10:26', '2025-09-10 06:10:26', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c116523a07b.png\",\"storage\":\"public\"}]', '[]', 'baby-corn-chilli', 0, 0, 100, 1, 1),
(1085, 'Baby Corn Manchurian', 'Baby Corn Manchurian', '2025-09-10-68c11701d1a99.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 7.00, 'percent', '10:00:00', '12:00:00', 1, 1, 30, '2025-09-10 06:13:21', '2025-09-10 06:13:21', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c11701cc407.png\",\"storage\":\"public\"}]', '[]', 'baby-corn-manchurian-4', 0, 0, 100, 1, 1),
(1086, 'Crispy Corn', 'Crispy Corn', '2025-09-10-68c1179fba51c.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '12:00:00', 0, 1, 30, '2025-09-10 06:15:59', '2025-09-10 06:15:59', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-09-10-68c1179fb5f7c.png\",\"storage\":\"public\"}]', '[]', 'crispy-corn-4', 0, 0, 100, 1, 1),
(1087, 'Idli', 'Idli (3)', '2025-10-01-68dd1e2a46b24.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 70.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '22:00:00', 1, 1, 34, '2025-10-01 12:27:22', '2025-10-01 12:27:22', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd1e2a410ad.png\",\"storage\":\"public\"}]', '[]', 'idli', 0, 0, 100, 1, 1),
(1088, 'Fry idli', 'fry idli', '2025-10-01-68dd1edf65144.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 7.00, 'percent', '07:00:00', '22:00:00', 1, 1, 34, '2025-10-01 12:30:23', '2025-10-01 12:30:23', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd1edf60a50.png\",\"storage\":\"public\"}]', '[]', 'fry-idli', 0, 0, 100, 1, 1),
(1089, 'Ghee podi idli', 'Ghee podi idli', '2025-10-01-68dd1fdb2b25b.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 110.00, 0.00, 'percent', 9.00, 'percent', '07:00:00', '22:00:00', 1, 1, 34, '2025-10-01 12:34:35', '2025-10-01 12:34:35', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd1fdb26960.png\",\"storage\":\"public\"}]', '[]', 'ghee-podi-idli', 0, 0, 100, 1, 1),
(1090, 'Rava idli', 'Rava idli', '2025-10-01-68dd20825b9a8.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 90.00, 0.00, 'percent', 8.00, 'percent', '07:00:00', '22:00:00', 1, 1, 34, '2025-10-01 12:37:22', '2025-10-01 12:37:22', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd208257470.png\",\"storage\":\"public\"}]', '[]', 'rava-idli', 0, 0, 100, 1, 1),
(1091, 'Ragi idli', 'Ragi idli', '2025-10-01-68dd210f53364.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 9.00, 'percent', '07:00:00', '22:00:00', 0, 1, 34, '2025-10-01 12:39:43', '2025-10-01 12:39:43', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd210f4e6cf.png\",\"storage\":\"public\"}]', '[]', 'ragi-idli', 0, 0, 100, 1, 1),
(1092, 'Vada', 'Vada (2)', '2025-10-01-68dd21eed5027.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 60.00, 0.00, 'percent', 4.00, 'percent', '07:00:00', '22:00:00', 1, 1, 34, '2025-10-01 12:43:26', '2025-10-01 12:43:26', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd21eecd13a.png\",\"storage\":\"public\"}]', '[]', 'vada-4', 0, 0, 100, 1, 1),
(1093, 'Perugu Vada', 'Perugu Vada', '2025-10-01-68dd22aa2de24.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 50.00, 0.00, 'percent', 9.00, 'percent', '07:00:00', '22:00:00', 1, 1, 34, '2025-10-01 12:46:34', '2025-10-01 12:46:34', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd22aa29836.png\",\"storage\":\"public\"}]', '[]', 'perugu-vada', 0, 0, 100, 1, 1),
(1094, 'Poori', 'Poori', '2025-10-01-68dd23601d705.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 70.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '22:00:00', 1, 1, 34, '2025-10-01 12:49:36', '2025-10-01 12:49:36', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd236019424.png\",\"storage\":\"public\"}]', '[]', 'poori', 0, 0, 100, 1, 1),
(1095, 'Pongal', 'Pongal', '2025-10-01-68dd240749491.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 70.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '22:00:00', 1, 1, 34, '2025-10-01 12:52:23', '2025-10-01 12:52:23', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd240744989.png\",\"storage\":\"public\"}]', '[]', 'pongal-3', 0, 0, 100, 1, 1),
(1096, 'Upma', 'Upma', '2025-10-01-68dd24aaec8d7.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 60.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '22:00:00', 1, 1, 34, '2025-10-01 12:55:06', '2025-10-01 12:55:06', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd24aae7e5b.png\",\"storage\":\"public\"}]', '[]', 'upma-2', 0, 0, 100, 1, 1),
(1097, 'Uggani Bajji', 'Uggani Bajji', '2025-10-01-68dd25a48456d.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 70.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '22:00:00', 1, 1, 34, '2025-10-01 12:59:16', '2025-10-01 12:59:16', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd25a47fc87.png\",\"storage\":\"public\"}]', '[]', 'uggani-bajji-2', 0, 0, 100, 1, 1),
(1098, 'Mysore Bonda', 'Mysore Bonda', '2025-10-01-68dd2642c5f6f.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 70.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '22:00:00', 1, 1, 34, '2025-10-01 13:01:54', '2025-10-01 13:01:54', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd2642c1afb.png\",\"storage\":\"public\"}]', '[]', 'mysore-bonda-2', 0, 0, 100, 1, 1),
(1099, 'Bonda Soup', 'Bonda Soup', '2025-10-01-68dd26e9ba99f.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '22:00:00', 1, 1, 34, '2025-10-01 13:04:41', '2025-10-01 13:04:41', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd26e9b5fd0.png\",\"storage\":\"public\"}]', '[]', 'bonda-soup', 0, 0, 100, 1, 1),
(1100, 'Plain Dosa', 'Plain Dosa', '2025-10-01-68dd27a959f03.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 60.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '22:00:00', 1, 1, 34, '2025-10-01 13:07:53', '2025-10-01 13:07:53', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd27a9559d4.png\",\"storage\":\"public\"}]', '[]', 'plain-dosa-3', 0, 0, 100, 1, 1),
(1101, 'Masala Dosa', 'Masala Dosa', '2025-10-01-68dd2836eab50.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 85.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '22:00:00', 1, 1, 34, '2025-10-01 13:10:14', '2025-10-01 13:10:14', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd2836e5c6d.png\",\"storage\":\"public\"}]', '[]', 'masala-dosa-3', 0, 0, 100, 1, 1),
(1102, 'Onion Dosa', 'onion Dosa', '2025-10-01-68dd2905e1b2c.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 85.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '22:00:00', 1, 1, 34, '2025-10-01 13:13:41', '2025-10-01 13:13:41', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd2905dd722.png\",\"storage\":\"public\"}]', '[]', 'onion-dosa-3', 0, 0, 100, 1, 1),
(1103, 'Uthapam', 'Uthapam', '2025-10-01-68dd298a13f6b.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 10.00, 'percent', '19:00:00', '22:00:00', 1, 1, 34, '2025-10-01 13:15:54', '2025-10-01 13:15:54', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd298a0f788.png\",\"storage\":\"public\"}]', '[]', 'uthapam', 0, 0, 100, 1, 1),
(1104, 'Set Dosa', 'Set Dosa', '2025-10-01-68dd2a13e7020.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 90.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '22:00:00', 1, 1, 34, '2025-10-01 13:18:11', '2025-10-01 13:18:11', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd2a13e1864.png\",\"storage\":\"public\"}]', '[]', 'set-dosa-2', 0, 0, 100, 1, 1),
(1105, 'Rava Dosa', 'Rava Dosa', '2025-10-01-68dd2aaaefd81.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '22:00:00', 1, 1, 34, '2025-10-01 13:20:42', '2025-10-01 13:20:42', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd2aaaeb30a.png\",\"storage\":\"public\"}]', '[]', 'rava-dosa', 0, 0, 100, 1, 1),
(1106, 'Karam Dosa', 'Karam Dosa', '2025-10-01-68dd2b7112b9e.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '22:00:00', 1, 1, 34, '2025-10-01 13:24:01', '2025-10-01 13:24:01', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd2b710e0c7.png\",\"storage\":\"public\"}]', '[]', 'karam-dosa', 0, 0, 100, 1, 1),
(1107, 'Ghee Karam Dosa', 'Ghee Karam Dosa', '2025-10-01-68dd2c3bcff0f.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 95.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '22:00:00', 1, 1, 34, '2025-10-01 13:27:23', '2025-10-01 13:27:23', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd2c3bca5cd.png\",\"storage\":\"public\"}]', '[]', 'ghee-karam-dosa', 0, 0, 100, 1, 1),
(1108, 'Ghee pidi masala dosa', 'Ghee Podi Masala Dosa', '2025-10-01-68dd2cd595eea.png', 47, '[{\"id\":\"47\",\"position\":1}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '22:00:00', 1, 1, 34, '2025-10-01 13:29:58', '2025-10-01 13:29:58', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd2cd591b8f.png\",\"storage\":\"public\"}]', '[]', 'ghee-pidi-masala-dosa', 0, 0, 100, 1, 1),
(1109, 'Pesarattu', 'Pesarattu', '2025-10-01-68dd2ea5a8902.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '22:00:00', 1, 1, 34, '2025-10-01 13:35:35', '2025-10-01 13:37:41', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd2e27388e5.png\",\"storage\":\"public\"}]', '[]', 'pesarattu', 0, 0, 100, 1, 1),
(1110, 'Onion Pesarattu', 'onion Pesarattu', '2025-10-01-68dd2f779c131.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 90.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '22:00:00', 1, 1, 34, '2025-10-01 13:41:11', '2025-10-01 13:41:11', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd2f7797f80.png\",\"storage\":\"public\"}]', '[]', 'onion-pesarattu-2', 0, 0, 100, 1, 1),
(1111, 'Upma Pesarattu', 'Upma Pesarattu', '2025-10-01-68dd301f7ec4e.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '22:00:00', 1, 1, 34, '2025-10-01 13:43:59', '2025-10-01 13:43:59', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd301f7a962.png\",\"storage\":\"public\"}]', '[]', 'upma-pesarattu-2', 0, 0, 100, 1, 1),
(1112, 'Upma Dosa', 'Upma Dosa', '2025-10-01-68dd681fb009b.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 90.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 34, '2025-10-01 17:42:55', '2025-10-01 17:42:55', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd681faa74d.png\",\"storage\":\"public\"}]', '[]', 'upma-dosa-2', 0, 0, 100, 1, 1),
(1113, 'Ghee Pesarattu', 'Ghee Pesarattu', '2025-10-01-68dd68bf0390b.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 110.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 34, '2025-10-01 17:45:35', '2025-10-01 17:45:35', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd68bef330d.png\",\"storage\":\"public\"}]', '[]', 'ghee-pesarattu', 0, 0, 100, 1, 1),
(1114, 'Ghee Upma Dosa', 'Ghee Upma Dosa', '2025-10-01-68dd6bbe7f846.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 34, '2025-10-01 17:48:18', '2025-10-01 17:58:22', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd6bbe79653.png\",\"storage\":\"public\"}]', '[]', 'ghee-upma-dosa', 0, 0, 100, 1, 1),
(1115, 'Carrot Dosa', 'Carrot Dosa', '2025-10-01-68dd6c1431d4f.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 90.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 34, '2025-10-01 17:59:48', '2025-10-01 17:59:48', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd6c142d736.png\",\"storage\":\"public\"}]', '[]', 'carrot-dosa', 0, 0, 100, 1, 1),
(1116, 'Tomato Dosa', 'Tomato Dosa', '2025-10-01-68dd6c7c688b8.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 85.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 34, '2025-10-01 18:01:32', '2025-10-01 18:01:32', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd6c7c63880.png\",\"storage\":\"public\"}]', '[]', 'tomato-dosa', 0, 0, 100, 1, 1),
(1117, 'Paneer Masala Dosa', 'Paneer Masala Dosa', '2025-10-01-68dd6cbca7921.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 110.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 34, '2025-10-01 18:02:36', '2025-10-01 18:02:36', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd6cbca327d.png\",\"storage\":\"public\"}]', '[]', 'paneer-masala-dosa', 0, 0, NULL, 1, 1),
(1118, 'Schezwan Dosa', 'Schezwan Dosa', '2025-10-01-68dd6cfe11d01.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 34, '2025-10-01 18:03:42', '2025-10-01 18:04:09', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd6cfe0d593.png\",\"storage\":\"public\"}]', '[]', 'schezwan-dosa', 0, 0, 100, 1, 1),
(1119, 'Cheese Dosa', 'Cheese Dosa', '2025-10-01-68dd6d5f3cd68.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 34, '2025-10-01 18:05:19', '2025-10-01 18:05:19', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd6d5f387ef.png\",\"storage\":\"public\"}]', '[]', 'cheese-dosa-2', 0, 0, 100, 1, 1),
(1120, 'Butter Masala Dosa', 'Butter Masala Dosa', '2025-10-01-68dd6da60425f.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 34, '2025-10-01 18:06:30', '2025-10-01 18:06:30', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd6da5f2cd6.png\",\"storage\":\"public\"}]', '[]', 'butter-masala-dosa', 0, 0, 100, 1, 1),
(1121, 'Paneer Dosa', 'Paneer Dosa', '2025-10-01-68dd71ebbc1a7.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 110.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 34, '2025-10-01 18:24:43', '2025-10-01 18:24:43', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd71ebb7893.png\",\"storage\":\"public\"}]', '[]', 'paneer-dosa', 0, 0, 100, 1, 1),
(1122, 'Mushroom Dosa', 'Mushroom Dosa', '2025-10-01-68dd7248c0161.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 110.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 34, '2025-10-01 18:26:16', '2025-10-01 18:26:16', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd7248bb7bd.png\",\"storage\":\"public\"}]', '[]', 'mushroom-dosa', 0, 0, 100, 1, 1),
(1123, 'Corn dosa', 'Corn dosa', '2025-10-01-68dd73113d586.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 34, '2025-10-01 18:29:37', '2025-10-01 18:29:37', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-01-68dd7311179cd.png\",\"storage\":\"public\"}]', '[]', 'corn-dosa', 0, 0, 100, 1, 1),
(1124, 'Green Pease Dosa', 'Green Pease Dosa', '2025-10-02-68dd739851cca.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 34, '2025-10-01 18:31:52', '2025-10-01 18:31:52', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68dd73984d626.png\",\"storage\":\"public\"}]', '[]', 'green-pease-dosa', 0, 0, 100, 1, 1),
(1125, 'Uggani Dosa', 'Uggani Dosa', '2025-10-02-68dd740079c0e.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 90.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 34, '2025-10-01 18:33:36', '2025-10-01 18:33:36', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68dd740074cda.png\",\"storage\":\"public\"}]', '[]', 'uggani-dosa', 0, 0, 100, 1, 1),
(1126, 'Ghee Rava Dosa', 'Ghee Rava Dosa', '2025-10-02-68dd7459cacf7.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 34, '2025-10-01 18:35:06', '2025-10-01 18:35:06', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68dd7459c61cf.png\",\"storage\":\"public\"}]', '[]', 'ghee-rava-dosa', 0, 0, 100, 1, 1),
(1127, 'Palak Paneer Dosa', 'Palak Paneer Dosa', '2025-10-02-68dd74ab47cab.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 130.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 34, '2025-10-01 18:36:27', '2025-10-01 18:36:27', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68dd74ab43a4a.png\",\"storage\":\"public\"}]', '[]', 'palak-paneer-dosa', 0, 0, 100, 1, 1),
(1128, 'Paper Dosa', 'Paper Dosa', '2025-10-02-68dd7510dd495.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 110.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 34, '2025-10-01 18:38:08', '2025-10-01 18:38:08', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68dd7510d9109.png\",\"storage\":\"public\"}]', '[]', 'paper-dosa', 0, 0, 100, 1, 1),
(1129, 'Ragi Dosa', 'Ragi Dosa', '2025-10-02-68dd755eb781d.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 34, '2025-10-01 18:39:26', '2025-10-01 18:39:26', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68dd755eb32b6.png\",\"storage\":\"public\"}]', '[]', 'ragi-dosa-2', 0, 0, 100, 1, 1),
(1130, 'Korra Dosa', 'Korra Dosa', '2025-10-02-68dd759fe8f64.png', 261, '[{\"id\":\"47\",\"position\":1},{\"id\":\"261\",\"position\":2}]', '[]', '[]', '[]', '[]', 110.00, 0.00, 'percent', 10.00, 'percent', '07:00:00', '10:00:00', 1, 1, 34, '2025-10-01 18:40:31', '2025-10-01 18:40:31', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68dd759fe335c.png\",\"storage\":\"public\"}]', '[]', 'korra-dosa', 0, 0, 100, 1, 1),
(1131, 'Full Meals', 'Full Meals', '2025-10-02-68dd78ccb77a0.png', 254, '[{\"id\":\"29\",\"position\":1},{\"id\":\"254\",\"position\":2}]', '[]', '[]', '[]', '[]', 150.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-01 18:54:04', '2025-10-01 18:54:04', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68dd78cb575d0.png\",\"storage\":\"public\"}]', '[]', 'full-meals', 0, 0, 100, 1, 1),
(1132, 'Ragi Mudha', 'Ragi Mudha', '2025-10-02-68dd793125453.png', 254, '[{\"id\":\"29\",\"position\":1},{\"id\":\"254\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-01 18:55:45', '2025-10-01 18:55:45', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68dd7931208a0.png\",\"storage\":\"public\"}]', '[]', 'ragi-mudha', 0, 0, 100, 1, 1),
(1133, 'Chapati (2)', 'Chapati (2)', '2025-10-02-68dd798294a84.png', 256, '[{\"id\":\"255\",\"position\":1},{\"id\":\"256\",\"position\":2}]', '[]', '[]', '[]', '[]', 90.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-01 18:57:08', '2025-10-01 18:57:08', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68dd79828fd26.png\",\"storage\":\"public\"}]', '[]', 'chapati-2-2', 0, 0, 100, 1, 1),
(1134, 'Curd Rice', 'Curd Rice', '2025-10-02-68dd7a0c52429.png', 259, '[{\"id\":\"257\",\"position\":1},{\"id\":\"259\",\"position\":2}]', '[]', '[]', '[]', '[]', 80.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-01 18:59:24', '2025-10-01 18:59:24', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68dd7a0c4e2c0.png\",\"storage\":\"public\"}]', '[]', 'curd-rice-5', 0, 0, 100, 1, 1),
(1135, 'Tomato Rice', 'Tomato Rice', '2025-10-02-68dd7a5f4edde.png', 259, '[{\"id\":\"257\",\"position\":1},{\"id\":\"259\",\"position\":2}]', '[]', '[]', '[]', '[]', 90.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-01 19:00:47', '2025-10-01 19:00:47', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68dd7a5f48e7d.png\",\"storage\":\"public\"}]', '[]', 'tomato-rice-5', 0, 0, 100, 1, 1),
(1136, 'Pulihora', 'Pulihora', '2025-10-02-68dd7aa6a866a.png', 259, '[{\"id\":\"257\",\"position\":1},{\"id\":\"259\",\"position\":2}]', '[]', '[]', '[]', '[]', 90.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-01 19:01:58', '2025-10-01 19:01:58', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68dd7aa6a3ed3.png\",\"storage\":\"public\"}]', '[]', 'pulihora-2', 0, 0, 100, 1, 1),
(1137, 'Veg Pulav', 'Veg Pulav', '2025-10-02-68dd7afabc2b1.png', 259, '[{\"id\":\"257\",\"position\":1},{\"id\":\"259\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-01 19:03:22', '2025-10-01 19:03:22', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68dd7afab8073.png\",\"storage\":\"public\"}]', '[]', 'veg-pulav', 0, 0, 100, 1, 1),
(1138, 'Lemon Rice', 'Lemon Rice', '2025-10-02-68dd7b745ae6c.png', 259, '[{\"id\":\"257\",\"position\":1},{\"id\":\"259\",\"position\":2}]', '[]', '[]', '[]', '[]', 90.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-01 19:05:24', '2025-10-01 19:05:24', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68dd7b7455766.png\",\"storage\":\"public\"}]', '[]', 'lemon-rice-3', 0, 0, 100, 1, 1),
(1139, 'Special Curd Rice', 'Special Curd Rice', '2025-10-02-68de3dfc23112.png', 259, '[{\"id\":\"257\",\"position\":1},{\"id\":\"259\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 08:55:24', '2025-10-02 08:55:24', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de3dfc1f141.png\",\"storage\":\"public\"}]', '[]', 'special-curd-rice', 0, 0, 100, 1, 1),
(1140, 'Kaju Fried  Rice', 'Kaju Fried  Rice', '2025-10-02-68de3f357471c.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 150.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 09:00:37', '2025-10-02 09:00:37', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de3f35702f1.png\",\"storage\":\"public\"}]', '[]', 'kaju-fried-rice-4', 0, 0, 100, 1, 1),
(1141, 'Jeera Rice', 'Jeera Rice', '2025-10-02-68de3fe8195f9.png', 259, '[{\"id\":\"257\",\"position\":1},{\"id\":\"259\",\"position\":2}]', '[]', '[]', '[]', '[]', 130.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 09:03:36', '2025-10-02 09:03:36', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de3fe8151f3.png\",\"storage\":\"public\"}]', '[]', 'jeera-rice-5', 0, 0, 100, 1, 1),
(1142, 'Coconut Rice', 'Coconut Rice', '2025-10-02-68de40baa051a.png', 259, '[{\"id\":\"257\",\"position\":1},{\"id\":\"259\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 09:05:41', '2025-10-02 09:07:06', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de40ba995d2.png\",\"storage\":\"public\"}]', '[]', 'coconut-rice', 0, 0, 100, 1, 1),
(1143, 'Ghee Rice', 'Ghee Rice', '2025-10-02-68de4175a505b.png', 259, '[{\"id\":\"257\",\"position\":1},{\"id\":\"259\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 09:10:13', '2025-10-02 09:10:13', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de4175a0a0f.png\",\"storage\":\"public\"}]', '[]', 'ghee-rice-3', 0, 0, 100, 1, 1),
(1144, 'Paneer Fried Rice', 'Paneer Fried Rice', '2025-10-02-68de41e90e807.png', 259, '[{\"id\":\"257\",\"position\":1},{\"id\":\"259\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 09:12:09', '2025-10-02 09:12:09', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de41e90a282.png\",\"storage\":\"public\"}]', '[]', 'paneer-fried-rice-5', 0, 0, 100, 1, 1),
(1145, 'Mushroom Fried Rice', 'Mushroom Fried Rice', '2025-10-02-68de42a94ffb2.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 09:15:21', '2025-10-02 09:15:21', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de42a94bcf8.png\",\"storage\":\"public\"}]', '[]', 'mushroom-fried-rice-5', 0, 0, 100, 1, 1),
(1146, 'Gobi Fried Rice', 'Gobi Fried Rice', '2025-10-02-68de435a82b92.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 110.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 09:18:18', '2025-10-02 09:18:18', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de435a7e678.png\",\"storage\":\"public\"}]', '[]', 'gobi-fried-rice-6', 0, 0, 100, 1, 1),
(1147, 'Schezwan Fried Rice', 'Schezwan Fried Rice', '2025-10-02-68de43eaa138c.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 130.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 09:20:42', '2025-10-02 09:20:42', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de43ea9c69e.png\",\"storage\":\"public\"}]', '[]', 'schezwan-fried-rice-3', 0, 0, 100, 1, 1),
(1148, 'Veg Fried Rice', 'Veg Fried Rice', '2025-10-02-68de448552d37.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 09:23:17', '2025-10-02 09:23:17', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de44854e27a.png\",\"storage\":\"public\"}]', '[]', 'veg-fried-rice-5', 0, 0, 100, 1, 1),
(1149, 'Baby Corn Fried Rice', 'Baby Corn Fried Rice', '2025-10-02-68de44fb30488.png', 236, '[{\"id\":\"218\",\"position\":1},{\"id\":\"236\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 09:25:15', '2025-10-02 09:25:15', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de44fb2bc09.png\",\"storage\":\"public\"}]', '[]', 'baby-corn-fried-rice', 0, 0, 100, 1, 1),
(1150, 'Gobi Noodles', 'Gobi Noodles', '2025-10-02-68de463c23ae8.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 09:30:36', '2025-10-02 09:30:36', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de463c1eefe.png\",\"storage\":\"public\"}]', '[]', 'gobi-noodles-2', 0, 0, 100, 1, 1),
(1151, 'Mushroom  Noodles', 'Mushroom  Noodles', '2025-10-02-68de46ee9b0ad.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 09:33:34', '2025-10-02 09:33:34', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de46ee967eb.png\",\"storage\":\"public\"}]', '[]', 'mushroom-noodles', 0, 0, 100, 1, 1),
(1152, 'Paneer NoodlesPaneer Noodles', 'Paneer Noodles', '2025-10-02-68de477beb60b.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 09:35:55', '2025-10-02 09:35:55', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de477be704f.png\",\"storage\":\"public\"}]', '[]', 'paneer-noodlespaneer-noodles', 0, 0, 100, 1, 1),
(1153, 'Veg  Noodles', 'Veg  Noodles', '2025-10-02-68de47c5eabe8.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 09:37:09', '2025-10-02 09:37:09', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de47c5e67a4.png\",\"storage\":\"public\"}]', '[]', 'veg-noodles-3', 0, 0, 100, 1, 1),
(1154, 'Schezwan Noodles', 'Schezwan Noodles', '2025-10-02-68de48862340b.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 130.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 09:40:22', '2025-10-02 09:40:22', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de48861ee6b.png\",\"storage\":\"public\"}]', '[]', 'schezwan-noodles', 0, 0, 100, 1, 1),
(1155, 'Gobi Manchurian', 'Gobi Manchurian', '2025-10-02-68de49099d4b6.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 09:42:33', '2025-10-02 09:42:33', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de490998f6f.png\",\"storage\":\"public\"}]', '[]', 'gobi-manchurian-5', 0, 0, NULL, 1, 1),
(1156, 'Gobi 65', 'Gobi 65', '2025-10-02-68de497965338.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 130.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 09:44:25', '2025-10-02 09:44:25', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de497960eb8.png\",\"storage\":\"public\"}]', '[]', 'gobi-65-4', 0, 0, 100, 1, 1),
(1157, 'Gobi Chilli', 'Gobi Chilli', '2025-10-02-68de4a4042c11.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 160.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 09:47:45', '2025-10-02 09:47:45', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de4a403e9cb.png\",\"storage\":\"public\"}]', '[]', 'gobi-chilli-2', 0, 0, 100, 1, 1),
(1158, 'Mushroom Manchurian', 'Mushroom Manchurian', '2025-10-02-68de4c02d7473.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 09:50:26', '2025-10-02 09:55:14', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de4ae273ae3.png\",\"storage\":\"public\"},{\"img\":\"2025-10-02-68de4bc677f23.png\",\"storage\":\"public\"}]', '[]', 'mushroom-manchurian-4', 0, 0, 100, 1, 1),
(1159, 'Mushroom 65', 'Mushroom 65', '2025-10-02-68de4ba7ea665.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 09:53:43', '2025-10-02 09:53:43', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de4ba7e5c5a.png\",\"storage\":\"public\"}]', '[]', 'mushroom-65-3', 0, 0, 100, 1, 1),
(1160, 'Mushroom Chilli', 'Mushroom Chilli', '2025-10-02-68de4c9ec3c99.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 09:57:12', '2025-10-02 09:57:50', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de4c9ea8bb1.png\",\"storage\":\"public\"}]', '[]', 'mushroom-chilli-2', 0, 0, 100, 1, 1),
(1161, 'Mushroom Pepper Fry', 'Mushroom Pepper Fry', '2025-10-02-68de4d5192127.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 10:00:49', '2025-10-02 10:00:49', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de4d518dbf5.png\",\"storage\":\"public\"}]', '[]', 'mushroom-pepper-fry', 0, 0, 100, 1, 1),
(1162, 'Paneer Manchurian', 'Paneer Manchurian', '2025-10-02-68de4da307253.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 10:02:11', '2025-10-02 10:02:11', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de4da302e80.png\",\"storage\":\"public\"}]', '[]', 'paneer-manchurian-3', 0, 0, 100, 1, 1),
(1163, 'Paneer 65', 'Paneer 65', '2025-10-02-68de4e31e0efc.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 10:04:33', '2025-10-02 10:04:33', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de4e31dc9b5.png\",\"storage\":\"public\"}]', '[]', 'paneer-65-3', 0, 0, 100, 1, 1),
(1164, 'Paneer Chilli', 'Paneer Chilli', '2025-10-02-68de4eb9059b5.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 10:06:49', '2025-10-02 10:06:49', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de4eb900f27.png\",\"storage\":\"public\"}]', '[]', 'paneer-chilli-2', 0, 0, 100, 1, 1),
(1165, 'Paneer Pepper Fry', 'Paneer Pepper Fry', '2025-10-02-68de4f5794ccc.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 200.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 10:09:27', '2025-10-02 10:09:27', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de4f579046e.png\",\"storage\":\"public\"}]', '[]', 'paneer-pepper-fry', 0, 0, 100, 1, 1),
(1166, 'Baby Corn Manchurian', 'Baby Corn Manchurian', '2025-10-02-68de4fbb65773.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 10:11:07', '2025-10-02 10:11:07', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de4fbb612b3.png\",\"storage\":\"public\"}]', '[]', 'baby-corn-manchurian-5', 0, 0, 100, 1, 1),
(1167, 'Baby Corn 65', 'Baby Corn 65', '2025-10-02-68de50204cc0f.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 10:12:48', '2025-10-02 10:12:48', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de50204887c.png\",\"storage\":\"public\"}]', '[]', 'baby-corn-65-3', 0, 0, 100, 1, 1),
(1168, 'Baby Corn Chilli', 'Baby Corn Chilli', '2025-10-02-68de509ae2a0f.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 10:14:50', '2025-10-02 10:14:50', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de509ade663.png\",\"storage\":\"public\"}]', '[]', 'baby-corn-chilli-2', 0, 0, 100, 1, 1),
(1169, 'Baby Corn Pepper Fry', 'Baby Corn Pepper Fry', '2025-10-02-68de50cfa126d.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 180.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 10:15:43', '2025-10-02 10:15:43', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de50ce7c22c.png\",\"storage\":\"public\"}]', '[]', 'baby-corn-pepper-fry', 0, 0, 100, 1, 1),
(1170, 'Onion Pakoda', 'Onion Pakoda', '2025-10-02-68de51ef21f7f.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 10:20:31', '2025-10-02 10:20:31', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de51ef1dabc.png\",\"storage\":\"public\"}]', '[]', 'onion-pakoda-2', 0, 0, 100, 1, 1),
(1171, 'Capsicum Pakoda', 'Capsicum Pakoda', '2025-10-02-68de52580eb17.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 120.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 10:22:16', '2025-10-02 10:22:16', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de52580a196.png\",\"storage\":\"public\"}]', '[]', 'capsicum-pakoda-2', 0, 0, 100, 1, 1),
(1172, 'French Fries', 'French Fries', '2025-10-02-68de52c138660.png', 251, '[{\"id\":\"250\",\"position\":1},{\"id\":\"251\",\"position\":2}]', '[]', '[]', '[]', '[]', 100.00, 0.00, 'percent', 10.00, 'percent', '10:00:00', '10:00:00', 1, 1, 34, '2025-10-02 10:24:01', '2025-10-02 10:24:01', 0, 0.00000000000000, 0, NULL, 2, 0, 1, '[{\"img\":\"2025-10-02-68de52c133819.png\",\"storage\":\"public\"}]', '[]', 'french-fries', 0, 0, 100, 1, 1);

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

--
-- 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, 'test', '2024-12-12-675a59870161f.png', 'czc', 1, 3, '2024-12-12', '2024-12-28', '11:03:00', '09:10:00', 7, '[{\"id\":\"7\",\"position\":1}]', '[]', '[]', '[]', '[]', 1.00, 0.00, 'percent', 0.00, 'percent', 3, '2024-12-12 09:03:27', '2024-12-12 09:03:27', 0, 2, NULL, 1, '[]', 'test', NULL),
(2, '50% off', '2024-12-22-67678ee601c23.png', '50% off', 1, 3, '2024-12-22', '2024-12-31', '09:30:00', '09:30:00', 145, '[{\"id\":\"142\",\"position\":1},{\"id\":\"145\",\"position\":2}]', '[]', '[]', '[]', '[]', 500.00, 0.00, 'percent', 0.00, 'percent', 9, '2024-12-22 09:30:38', '2024-12-22 09:30:38', 0, 1, 100, 1, '[]', '50-off', 10);

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

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

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

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

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

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

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

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

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

INSERT INTO `item_nutrition` (`id`, `item_id`, `nutrition_id`) VALUES
(1, 470, 1),
(2, 473, 1),
(3, 474, 1);

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

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

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

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

INSERT INTO `item_tag` (`id`, `item_id`, `tag_id`) VALUES
(1, 2, 1),
(2, 2, 2),
(3, 2, 3),
(4, 2, 4),
(5, 5, 5),
(6, 5, 6),
(7, 5, 7),
(8, 6, 8),
(9, 6, 9),
(11, 470, 11),
(12, 473, 12),
(13, 474, 13);

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

--
-- 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, 1, 'Hlo', NULL, 1, '2024-12-16 20:11:40', '2025-01-27 19:48:05', NULL),
(2, 1, 1, 'There where are yiu', NULL, 1, '2024-12-16 20:11:47', '2025-01-27 19:48:05', NULL),
(3, 2, 4, 'Hi', NULL, 1, '2024-12-17 20:14:37', '2025-01-27 19:48:12', NULL),
(4, 1, 1, 'Hlo', NULL, 1, '2024-12-22 10:08:58', '2025-01-27 19:48:05', NULL),
(5, 3, 6, 'Hi', NULL, 1, '2024-12-23 20:51:34', '2025-01-27 19:48:10', NULL),
(6, 1, 1, 'Hlo', NULL, 1, '2024-12-23 23:44:56', '2025-01-27 19:48:05', NULL),
(7, 4, 7, 'Bhb', NULL, 1, '2024-12-29 22:33:10', '2025-01-27 19:48:14', 100014),
(8, 4, 7, 'Ghbj', NULL, 1, '2024-12-29 22:33:24', '2025-01-27 19:48:14', NULL),
(9, 5, 2, 'Hello', NULL, 1, '2025-02-02 17:58:15', '2025-02-04 20:27:53', NULL),
(10, 6, 2, 'Hello', NULL, 1, '2025-02-02 18:01:17', '2025-02-02 18:02:44', NULL),
(11, 6, 2, 'Order is ready', NULL, 1, '2025-02-02 18:02:39', '2025-02-02 18:02:44', NULL),
(12, 7, 14, 'Job', NULL, 0, '2025-02-20 12:55:36', '2025-02-20 12:55:36', NULL),
(13, 8, 15, 'Hii this is ruba', NULL, 0, '2025-05-01 09:03:15', '2025-05-01 09:03:15', NULL),
(14, 9, 17, 'Hi', NULL, 0, '2025-05-03 08:30:56', '2025-05-03 08:30:56', 100243);

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

--
-- 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, '2025_01_08_010549_create_parcel_category_slots_table', 53);

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

--
-- 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', '2024-12-24-676a8d38337b7.png', 1, 8, '2023-08-15 23:31:17', '2025-01-27 16:45:43', '2024-12-24-676a8d38317cc.png', 1, '<p><strong>We make grocery shopping more interesting.</strong><br />\r\nFind the greatest deals from the grocery stores near you.</p>', 0),
(2, 'Food Delivery', 'food', '2024-12-24-676a8d2283889.png', 1, 19, '2024-12-03 01:33:42', '2025-09-05 10:21:04', '2024-12-24-676a8d227bfd1.png', 1, '<p>food</p>', 0),
(3, 'Fish & meat', 'grocery', '2024-12-24-676a8d12c91a6.png', 1, 1, '2024-12-03 01:34:26', '2024-12-24 15:59:38', '2024-12-24-676a8d12c4f53.png', 1, '<p>meat</p>', 0),
(4, 'Ecommerce Delivery', 'ecommerce', '2024-12-24-676a8cfdd7ef2.png', 1, 2, '2024-12-03 01:34:59', '2024-12-28 15:35:46', '2024-12-24-676a8cfdd6281.png', 1, '<p>Ecommerce</p>', 0),
(5, 'fruits & Vegetables', 'grocery', '2024-12-24-676a8cebacc55.png', 1, 2, '2024-12-03 06:46:20', '2024-12-24 15:58:59', '2024-12-24-676a8ceba73b7.png', 1, '<p>Fresh, hand-picked fruits and vegetables delivered straight to your door. Quality you can trust!</p>', 0),
(6, 'Pickup & Drop', 'parcel', '2024-12-24-676a8cda84cb9.png', 1, 0, '2024-12-03 06:47:34', '2024-12-24 15:58:42', '2024-12-24-676a8cda829e6.png', 1, '<p>Pickup &amp; Drop</p>', 0),
(7, 'pharmacy', 'pharmacy', '2024-12-24-676a8c80271e7.png', 1, 2, '2024-12-24 15:05:40', '2024-12-26 16:48:27', '2024-12-24-676a8c8025142.png', 1, '<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!</p>', 0),
(8, 'Parcel', 'parcel', '2025-01-31-679cd90342f47.png', 1, 0, '2025-01-31 19:36:59', '2025-01-31 19:36:59', '2025-01-31-679cd90340ce9.png', 1, '<p>hello</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, 'promotional_banner', '2024-12-03-674f022c7e0b1.png', 'promotional_banner', 0, '2024-12-03 07:03:24', '2025-01-22 11:59:24'),
(2, 6, 'promotional_banner', '2024-12-03-674f02542e12e.png', 'promotional_banner', 0, '2024-12-03 07:06:28', '2025-01-22 11:59:30'),
(3, 6, 'section_title', 'test', 'video_banner_content', 1, '2024-12-03 07:36:04', '2024-12-03 07:36:04'),
(4, 6, 'banner_type', 'image', 'video_banner_content', 1, '2024-12-03 07:36:04', '2025-01-29 12:38:37'),
(5, 6, 'banner_video', 'https://assets-v2.lottiefiles.com/a/54eb3fa8-1186-11ee-9a8b-47b49d40d5a0/CD4qlFiAvw.gif', 'video_banner_content', 1, '2024-12-03 07:36:04', '2025-01-29 12:38:20'),
(6, 6, 'banner_image', '2025-02-09-67a83cecb9f21.png', 'video_banner_content', 1, '2024-12-03 07:36:04', '2025-02-09 10:58:12'),
(7, 6, 'banner_video_content', '2025-01-28-679879e72ea89.mp4', 'video_banner_content', 1, '2024-12-03 07:36:04', '2025-01-28 12:02:07'),
(8, 6, 'content1_title', 'test', 'video_banner_content', 1, '2024-12-03 07:37:41', '2025-01-18 11:05:32'),
(9, 6, 'content1_subtitle', 'test', 'video_banner_content', 1, '2024-12-03 07:37:41', '2025-01-18 11:05:32'),
(10, 6, 'content2_title', 'test', 'video_banner_content', 1, '2024-12-03 07:37:41', '2025-01-18 11:05:32'),
(11, 6, 'content2_subtitle', 'test', 'video_banner_content', 1, '2024-12-03 07:37:41', '2025-01-18 11:05:32'),
(12, 6, 'content3_title', 'test', 'video_banner_content', 1, '2024-12-03 07:37:41', '2025-01-18 11:05:32'),
(13, 6, 'content3_subtitle', 'test', 'video_banner_content', 1, '2024-12-03 07:37:41', '2025-01-18 11:05:32'),
(14, 5, 'bottom_section_banner', '2024-12-16-67601c5dce815.png', 'promotional_banner', 1, '2024-12-12 08:26:19', '2024-12-16 17:56:05'),
(15, 5, 'best_reviewed_section_banner', '2024-12-12-675a50df0581a.png', 'promotional_banner', 1, '2024-12-12 08:26:31', '2024-12-12 08:26:31'),
(16, 2, 'best_reviewed_section_banner', '2024-12-16-67601dba8db47.png', 'promotional_banner', 1, '2024-12-12 08:31:28', '2024-12-16 18:01:54'),
(17, 1, 'bottom_section_banner', '2024-12-22-6767900324068.png', 'promotional_banner', 1, '2024-12-22 09:35:23', '2024-12-22 09:35:23'),
(18, 1, 'best_reviewed_section_banner', '2024-12-22-67679026ed09a.png', 'promotional_banner', 1, '2024-12-22 09:35:58', '2024-12-22 09:35:58'),
(20, 6, 'promotional_banner', '2025-01-18-678b3cecc4c52.png', 'promotional_banner', 0, '2025-01-18 11:02:28', '2025-02-05 11:34:54'),
(21, 6, 'promotional_banner', '2025-01-22-67908d6d998d2.png', 'promotional_banner', 0, '2025-01-22 11:47:17', '2025-02-05 11:34:24'),
(22, 6, 'promotional_banner', '2025-01-22-6790903531aac.png', 'promotional_banner', 0, '2025-01-22 11:59:09', '2025-01-28 12:19:31'),
(23, 6, 'promotional_banner', '2025-01-28-67987d5146835.png', 'promotional_banner', 0, '2025-01-28 12:16:41', '2025-01-28 12:19:23'),
(24, 6, 'promotional_banner', '2025-01-28-67987f05a7188.png', 'promotional_banner', 0, '2025-01-28 12:23:57', '2025-02-05 11:34:41'),
(25, 6, 'promotional_banner', '2025-01-29-6799c12c75d9c.png', 'promotional_banner', 0, '2025-01-29 11:18:28', '2025-02-05 11:34:16'),
(26, 6, 'promotional_banner', '2025-01-29-6799d46166aa5.png', 'promotional_banner', 0, '2025-01-29 12:40:25', '2025-02-05 11:34:12'),
(27, 6, 'promotional_banner', '2025-01-29-6799d4725bd22.png', 'promotional_banner', 0, '2025-01-29 12:40:42', '2025-02-05 11:34:09'),
(28, 6, 'promotional_banner', '2025-01-30-679b7f92d3475.png', 'promotional_banner', 0, '2025-01-30 19:03:06', '2025-02-08 15:32:52'),
(29, 6, 'promotional_banner', '2025-02-01-679dfc5f4bec1.png', 'promotional_banner', 0, '2025-02-01 16:20:07', '2025-02-08 15:32:41'),
(30, 6, 'promotional_banner', '2025-02-08-67a6ef5f052bc.png', 'promotional_banner', 1, '2025-02-08 11:15:03', '2025-02-08 11:15:03'),
(31, 6, 'promotional_banner', '2025-02-10-67a968d4d2b54.png', 'promotional_banner', 1, '2025-02-10 08:17:48', '2025-02-10 08:17:48');

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

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

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

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

INSERT INTO `module_wise_why_chooses` (`id`, `module_id`, `title`, `short_description`, `image`, `status`, `created_at`, `updated_at`) VALUES
(1, 6, 'test', 'test', '2025-01-28-67987e7ab9f39.png', 1, '2024-12-03 20:07:45', '2025-01-28 12:21:38'),
(2, 6, 'ride', 'book a ride for 199', '2025-01-18-678b3e376df7e.png', 1, '2025-01-18 11:07:59', '2025-01-18 11:07:59');

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

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

CREATE TABLE `module_zone` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `module_id` bigint(20) UNSIGNED NOT NULL,
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `per_km_shipping_charge` double(23,2) DEFAULT NULL,
  `minimum_shipping_charge` double(23,2) DEFAULT NULL,
  `maximum_cod_order_amount` double(23,2) DEFAULT NULL,
  `maximum_shipping_charge` double(23,2) DEFAULT NULL
) 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`) VALUES
(1, 1, 1, 10.00, 10.00, 10.00, 10.00),
(2, 2, 2, 20.00, 20.00, 15000.00, 20.00),
(3, 3, 2, 20.00, 20.00, 15000.00, 20.00),
(4, 4, 2, 20.00, 20.00, 15000.00, 20.00),
(5, 1, 2, 20.00, 20.00, 15000.00, 20.00),
(6, 5, 2, 20.00, 20.00, 15000.00, 20.00),
(7, 6, 2, NULL, NULL, NULL, NULL),
(8, 4, 3, 10.00, 10.00, 999.00, 10.00),
(9, 7, 2, 20.00, 30.00, 1500.00, 30.00),
(10, 6, 4, NULL, NULL, NULL, NULL),
(11, 6, 3, NULL, NULL, NULL, NULL),
(12, 8, 5, NULL, NULL, NULL, NULL),
(13, 4, 5, 10.00, 10.00, 10.00, 10.00),
(14, 6, 6, NULL, NULL, NULL, NULL),
(15, 2, 9, 0.00, 0.00, 100.00, 0.00),
(16, 3, 9, 0.00, 0.00, 100.00, 0.00),
(17, 1, 9, 0.00, 0.00, 100.00, 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;

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

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

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

--
-- 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') NOT NULL 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
) 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`) 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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(14, 'deliveryman_forget_password', 'Sent_notification_on_deliveryman_forget_password', 'deliveryman_forget_password', 'deliveryman', 'active', 'active', 'disable', '2024-08-06 22:40:34', '2024-12-03 08:38:00'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(58, 'customer_pos_order_wallet_notification', 'Sent_notification_on_wallet_payment_on_POS', 'customer_pos_order_wallet_notification', 'customer', 'disable', 'disable', 'active', '2024-11-23 23:18:30', '2024-11-23 23:18:30'),
(59, 'customer_loyalty_point_earning', 'Sent_notification_on_loyalty_point_earning', 'customer_loyalty_point_earning', 'customer', 'disable', 'disable', 'active', '2024-11-23 23:18:30', '2024-11-23 23:18:30');

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

--
-- 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, '200calerious', '2025-01-27 16:51:46', '2025-01-27 16:51:46');

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

--
-- 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
('029f0f910b3f80ac6c2eb5070d72a9251a305e3df800ccc8e5c320666796009b783b608b2c76f52f', 27, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-03-03 07:27:59', '2025-03-03 07:27:59', '2026-03-03 07:27:59'),
('0729c1cbcd08a8625aca88cf9106a52c2f81c4cd46338c013af8e73ac1a214e9f596478e2b5410e1', 9, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-12-24 09:39:03', '2024-12-24 09:39:03', '2025-12-24 09:39:03'),
('0c85b061c29c2677c80750e84d35988771da788670c0db66e7c16adf0b464e949ed44873ed8a3308', 3, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-01-10 17:08:44', '2025-01-10 17:08:44', '2026-01-10 17:08:44'),
('0e649dd1daa2e957c9a89a0484750aa902b9e787431afcd88126fe2900ae2762c27789d0b029a349', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-01-11 12:42:13', '2025-01-11 12:42:13', '2026-01-11 12:42:13'),
('100b1b2f36f2dd13079964cae4543362cc6ddaefce631847b32c434db782b5b3d3665a9e3e3ef522', 12, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-12-31 06:58:28', '2024-12-31 06:58:28', '2025-12-31 06:58:28'),
('1052dbe7c71520b9949104ca3b5ade5add8342785e190734cd82aa2429a446cd88dc85f97ec031b1', 3, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-01-22 11:21:38', '2025-01-22 11:21:38', '2026-01-22 11:21:38'),
('1476202f7f5f72e0a3e4d4046f5ced409d4926825f67aac87fb677851b3ce3015188b4bb06710081', 4, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-12-17 16:38:20', '2024-12-17 16:38:20', '2025-12-17 16:38:20'),
('1807a1b2510da33f0ae1ed0051fe419731015c4da24167299b8d474bcc0d2f5f9a74d435637bdf85', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-03 10:19:41', '2025-02-03 10:19:41', '2026-02-03 10:19:41'),
('195d88a242920cb926e8e1a4d1569e1318146ed292ed7171bd3f72df1f3f57d8ce962524fff2ebb1', 50, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-05-01 11:58:27', '2025-05-01 11:58:27', '2026-05-01 17:28:27'),
('1a0903189aeb1aa09fe2ab3ff03cbba0a9137066263781965026ca032bd7c505deab419d0cc9773b', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-04-28 07:47:17', '2025-04-28 07:47:17', '2026-04-28 13:17:17'),
('1c581c86f62c1d0bc2023b68a671f7722904dc262d01a5ad509fb90125bcf1bec55140f084d984d5', 3, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-01-10 17:24:32', '2025-01-10 17:24:32', '2026-01-10 17:24:32'),
('1d5d26aae32bbed72d67229ebfb6478b633faf21fa61dd129559c95d8c81bea23681dc37d7464395', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-16 09:45:01', '2025-02-16 09:45:01', '2026-02-16 09:45:01'),
('1f7e561e73b1031ca1879264fc262a59ef766e52e8ed4ffbce8e5a1f3fc0a6a0175b71ad6d8eaafc', 3, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-01-21 19:43:03', '2025-01-21 19:43:03', '2026-01-21 19:43:03'),
('210ff5b0eda239ad67fac5411484fd4c12e0f5348f36f6e7dab2b52b31ce210e2530de5cf3fb4116', 40, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-05-01 10:02:54', '2025-05-01 10:02:54', '2026-05-01 15:32:54'),
('233e0d7293abab5a1417ce31e9ee459c034110614e7580d8427fed4f3d7542a6388bce93e25dcb25', 3, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-12-20 09:24:50', '2024-12-20 09:24:50', '2025-12-20 09:24:50'),
('239aca5e0946de89a65c23869ef37d26f56ecdd37e4c157e09d0de91d96f8468fb4b02b527b21c0c', 14, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-08 15:39:18', '2025-02-08 15:39:18', '2026-02-08 15:39:18'),
('252de5d419afaf747458d2158a1db38c94adea34bc962f7d7e25b7366080ea5cb2a1cd7111676a1c', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-05-25 09:03:17', '2025-05-25 09:03:17', '2026-05-25 14:33:17'),
('25a29c7a5b80b043f201ae5000f13a8fb90407f46e1805e1bdeb5c2afe9b76fbd9847bc9e8dc77fb', 3, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-12-29 21:51:07', '2024-12-29 21:51:07', '2025-12-29 21:51:07'),
('2ac975245d7f02d3f8f99ba55d950ee3ccaee3e4cb43eafb7b1c28e6c44cc11e09f57117de17c878', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-16 18:02:29', '2025-02-16 18:02:29', '2026-02-16 18:02:29'),
('2e6407e211274049bfaff7528819ecfa668fbe2f0ee4d37f2d1c72945e967c61031641e27df7787d', 25, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-20 12:55:07', '2025-02-20 12:55:07', '2026-02-20 12:55:07'),
('2fce0e2194e2e6603be8a1c69f23bfcc28b602c2c4ff2ee7fb33bb077d4ac0ed1486189fce1d0664', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-09 17:00:28', '2025-02-09 17:00:28', '2026-02-09 17:00:28'),
('3073113c90dffebf84bdf8549a828b687fa6ed11f4419e042634c9f701cef9136c9bbdc17c8e9967', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-09 12:51:53', '2025-02-09 12:51:53', '2026-02-09 12:51:53'),
('30ace391006a779aa2f5cbda343f30abc838154b151d7460edc7c23db0b4dd0dffcd4c6c83f5e21d', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-15 11:42:57', '2025-02-15 11:42:58', '2026-02-15 11:42:57'),
('31b57eb51bb896fe3cfd6d5676a70dd550eb51f5ec2f22aef61620af9587e3c08a928aaf4276c581', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-08 18:50:14', '2025-02-08 18:50:15', '2026-02-08 18:50:14'),
('31b5e8da336d33a61690129cfe389171e42ab2c858a4b732a6d4447c3b61015a298c452f4c58257d', 45, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-05-01 11:03:00', '2025-05-01 11:03:00', '2026-05-01 16:33:00'),
('33243131c087721a3671457296ba938db1c3f7da2502d873e53db5e08b3a05cf3852dcfeae92f014', 18, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-17 16:55:03', '2025-02-17 16:55:03', '2026-02-17 16:55:03'),
('3605e3c8a77204da7c5a761310139c07d593d3fce65be57ba3d10a87084277e4a78127dd784182c5', 48, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-05-01 11:14:40', '2025-05-01 11:14:40', '2026-05-01 16:44:40'),
('376bd42dc528c8e3219ad81e98a8099185f520f1bb62a40283c293e9f0f1295ce01b81a0e22b72f4', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-23 11:31:00', '2025-02-23 11:31:00', '2026-02-23 11:31:00'),
('3addf82c7b5659b682c8741d17a8cbb032d370d33066bc7599eb7f76888c9d3720d9ffd07a30fd7a', 17, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-16 19:33:58', '2025-02-16 19:33:58', '2026-02-16 19:33:58'),
('3b74913eda50343ab6e68b681bcc11804b99a55c60b3e22c9328130412c923644f31d25cc4f232ce', 19, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-17 22:17:55', '2025-02-17 22:17:55', '2026-02-17 22:17:55'),
('3cf6add901af157c078c3e31799e6b1cd784b2e3cf8f931a303f43f1f7249ad3c194b136f4551aa2', 15, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-09 19:19:45', '2025-02-09 19:19:45', '2026-02-09 19:19:45'),
('3e37e9e8cd2d8dbafaffaa238c18c7595fb5999a9e31998e502fef3000c86003d7953db9921d5bc2', 3, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-01-26 17:29:52', '2025-01-26 17:29:52', '2026-01-26 17:29:52'),
('3f2be174773ad54b6f693e6e1f3a23dd45095d4ca29fb07f9ef00d380cb8e4ec019ce6a964ad8214', 22, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-18 22:46:43', '2025-02-18 22:46:43', '2026-02-18 22:46:43'),
('3f4aae7dd97c697ca8c285a66bf504d097d161909875e7fb9efdf328cbea3d05e48ef807e95c4791', 42, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-05-01 10:27:44', '2025-05-01 10:27:44', '2026-05-01 15:57:44'),
('40b767e087b04f5dbb063da5f9394d4e9d0d8aae91e59f397bcec4d5ee55ede45be22a9b38128bd4', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-12-22 10:14:39', '2024-12-22 10:14:39', '2025-12-22 10:14:39'),
('42a29832a99570cce5537d62b3f5697f8ea5f65f5cbca669521c6a79790253f569a0334e3e151072', 3, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-04 19:38:42', '2025-02-04 19:38:42', '2026-02-04 19:38:42'),
('43d980db5f3536b5cdf9377e32e6e339756c820a760c94a03ca974104ce63620f65414e19969e091', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-09 14:20:55', '2025-02-09 14:20:55', '2026-02-09 14:20:55'),
('4e314a703c120dc56a628c2f6df2ce3f7da41a8af38838fd9e369b87d2fbda54cad16d99888d003f', 34, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-05-01 08:24:23', '2025-05-01 08:24:23', '2026-05-01 13:54:23'),
('51dd707855f4e8a0c8c2147e87e67d0b60f0633cf1826dcac636df74098365a3037dc27702345806', 3, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-12-16 20:05:30', '2024-12-16 20:05:30', '2025-12-16 20:05:30'),
('550fe29dd4cd08c5141a9a2dd9c8e43da4948837d3d7b05baa38b4276d87f025c74548401c1f3b60', 6, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-12-18 09:45:11', '2024-12-18 09:45:11', '2025-12-18 09:45:11'),
('56ac4cd33d75fdd359fa7bb381a6e75c704a86fe1ded189f709a6689d224d7ab634ce1d4b8df636a', 30, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-05-01 04:58:07', '2025-05-01 04:58:07', '2026-05-01 10:28:07'),
('57a9fa652226d07e3410dca2426e57e0143d354407cfd64cc1e7a990de3474b8d0789e0247018dec', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-01-21 00:35:57', '2025-01-21 00:35:57', '2026-01-21 00:35:57'),
('59074c6fd8aff20a72f8b48cc774d25001b20488e58627952898b6a149a23cf629108d1f68231bd5', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-12-22 09:38:15', '2024-12-22 09:38:15', '2025-12-22 09:38:15'),
('5a6f33264fd3299e92052d0066629e7ad000d7416872704c0a6af25fad0fe096731e146c89bca522', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-09 11:40:07', '2025-02-09 11:40:07', '2026-02-09 11:40:07'),
('5bb678948f39d830c87606c2301031c6fa9fbe6a3afc155c86122e3d9dbc2ef9258efa71ce33233e', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-12-22 15:10:22', '2024-12-22 15:10:22', '2025-12-22 15:10:22'),
('5bf09001c6da7c8d361710fa8d18321773f5617a26813bcf97aaf0086755b36354103f3b3cc45093', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-12-30 11:11:07', '2024-12-30 11:11:07', '2025-12-30 11:11:07'),
('5c6d98ab78b653a71c8e9faca48db23f9026a9f97ef7e67a46c36c28a754692ea9115ae58df5cf3a', 3, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-14 17:49:09', '2025-02-14 17:49:09', '2026-02-14 17:49:09'),
('5d2c9aef11e9061e43f76dfd8501c449271a308b385ad08c54185f1a27cc681cd92935287e456317', 26, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-28 11:28:41', '2025-02-28 11:28:41', '2026-02-28 11:28:41'),
('61cf81c7fe409dc6b3368cad339cea9998b77a4671d4520447b063e032023d933a279b84d975f5c6', 23, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-19 10:53:50', '2025-02-19 10:53:50', '2026-02-19 10:53:50'),
('665c4d92c4132cac523c9c73b5b95cba81c608ae4d125c25f5c4909d59e472088107762350318849', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-12-16 18:05:22', '2024-12-16 18:05:22', '2025-12-16 18:05:22'),
('667e93e0ab385bded6ac97960c518040bba213434d34891bdf6fdcfc52443178cdf6d57b8dabd7e7', 49, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-05-01 11:23:23', '2025-05-01 11:23:23', '2026-05-01 16:53:23'),
('66b59990e40154507cb7714eead672050944af8f1ec5603ffbabc7cb1d385ba64deef49a0d3de887', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-14 12:50:19', '2025-02-14 12:50:19', '2026-02-14 12:50:19'),
('6c5b3464d13cb3e275830928ff26735c87a1ae9dfff36834180369284d01010afd3a531ce1bf835b', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-09 12:12:34', '2025-02-09 12:12:34', '2026-02-09 12:12:34'),
('6dbba5705aeb7d2f5f8d7b4427cc1aecc55ef65df091c9706da518f23031e3da06400fa79da963c9', 21, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-18 07:37:17', '2025-02-18 07:37:17', '2026-02-18 07:37:17'),
('6efbc1a289874d795f6ebf64c10ebf4d69167219e311d32b7fa6be925fcdf73af15c6b97398f5187', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-09 15:28:09', '2025-02-09 15:28:09', '2026-02-09 15:28:09'),
('706ef3894319e45b6f604635e201da48cac5a67b551cb6290ac1bdabdf61078f2a02e4ad4fa95707', 38, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-05-01 09:56:38', '2025-05-01 09:56:38', '2026-05-01 15:26:38'),
('70f867fff22de60785dbbc5f8ee2807d8b4b6cb4faadbaee74818ed94d790c071b8f756867bd677e', 3, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-01-10 09:30:48', '2025-01-10 09:30:48', '2026-01-10 09:30:48'),
('71b18cca070288767392101da12cfc885f2ab582320c2422160b9bb6d8ace26a43f584a7f5fed535', 7, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-17 18:25:44', '2025-02-17 18:25:44', '2026-02-17 18:25:44'),
('75ee0fc699c2f4de921b4551cc0ae12e73fa5993680b31fbf1588e62d47fb2de85316495c286cdbf', 3, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-02 16:52:15', '2025-02-02 16:52:15', '2026-02-02 16:52:15'),
('7882a4b5c1494d905ae532491494cc5b8a570928b40f981dc4e34c7aaf260586a22dc16eb79747d5', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-09 10:21:24', '2025-02-09 10:21:24', '2026-02-09 10:21:24'),
('7a54439acf4ccb71b86509acea72699198cabd37e7e3f638af2ae9c89f32f750e1046f57a30b2aea', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-16 08:14:28', '2025-02-16 08:14:28', '2026-02-16 08:14:28'),
('7c9b5070205a87b6a1ebd7a95bf26beb3cf4668fc48e31247413167eaba2ed1dfe307c1574394a22', 37, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-05-01 09:49:47', '2025-05-01 09:49:47', '2026-05-01 15:19:47'),
('7d77034a9fb68b34da9cd96a1628b9e8180f40862122aeeafc0237eee8585d20e3c68833c6521e3d', 3, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-12-30 06:26:23', '2024-12-30 06:26:23', '2025-12-30 06:26:23'),
('83f6dd16deb8aa1089e6fd821dcc523df78e8bb5e95bccfc6c39725db02812663bacd53c1689aa1a', 28, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-03-09 14:07:05', '2025-03-09 14:07:05', '2026-03-09 14:07:05'),
('856f6cc48b057e0d8fb05911f28f224678476b5a4391d0391808f7f9c3bbc88fc64f24f440429c4d', 54, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-07-08 12:55:25', '2025-07-08 12:55:25', '2026-07-08 18:25:25'),
('858f1ff0f8c9e39045174746024705445f3716348f22a76e69dce9c9cf8d32322c34284e5c7a3288', 36, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-05-01 08:58:16', '2025-05-01 08:58:16', '2026-05-01 14:28:16'),
('86197cc3e8e122c525a1cf89bddf4285433b6e307786ec379ffff6e64417695e5e0a5540a2d5a0d8', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-04 20:36:20', '2025-02-04 20:36:20', '2026-02-04 20:36:20'),
('8ba94985d7794b713673a20795efb279f7a5bb3d1721488489ce865e517def015c4c3d99c624b9d6', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-09 19:28:52', '2025-02-09 19:28:52', '2026-02-09 19:28:52'),
('906fdfffa707a335a5fbaa592782f0b5e24a9e658ab2fbccb1d1768e2689b41d6c4c4dfac52c297f', 8, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-12-24 09:02:12', '2024-12-24 09:02:12', '2025-12-24 09:02:12'),
('97e0d4aeb585971468aaac79a0cb393877a8900d04d729da9ed6a84e669e63609031d88d706b7a61', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-01-21 11:30:12', '2025-01-21 11:30:12', '2026-01-21 11:30:12'),
('9b72a1672f2429ab36a0e1f48d7c7f065a1959ea1266853a441d0e247e505c73263a49b6296f0333', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-16 16:21:39', '2025-02-16 16:21:39', '2026-02-16 16:21:39'),
('a1b987d45d6f2dbe9704088b91b4ed0025d8abb096798ed02727f940834bde859025d88f7bc0727d', 44, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-05-01 11:01:33', '2025-05-01 11:01:33', '2026-05-01 16:31:33'),
('a32fb49c21e85a38f0ccc8c0766c0a462041220f101067c699d92f269ad6523f269f8ebd8e040bd5', 53, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-06-30 13:30:44', '2025-06-30 13:30:44', '2026-06-30 19:00:44'),
('a4ac6d40323d6694c1944dcb4d4f16f67c18a818dc09ba4e159264a3822565f1ab32b73020deaece', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-01-26 20:50:01', '2025-01-26 20:50:01', '2026-01-26 20:50:01'),
('a4bfc0a0347a8391df1676b08a66e0fed20525c65a1956d2ab92e3ea7a6f75a90cf2b228c7cc1c17', 3, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-01-21 21:29:24', '2025-01-21 21:29:24', '2026-01-21 21:29:24'),
('a639b177b302563b213dd1d57255e261d617abb9e4a6cd7c61095507d38046f705cbb93dfc27add2', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-01-11 13:05:31', '2025-01-11 13:05:31', '2026-01-11 13:05:31'),
('a65eb2a5caa9f07c3f0290109b8d42d24d5c11236b990edcf10794627c17be4fb9260e6bee1c0742', 24, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-19 12:58:13', '2025-02-19 12:58:14', '2026-02-19 12:58:13'),
('a72a14f55d910213fe453e784b4e04fc88024b793b28ebae9d74b5486b0110348b722f9e470d04d0', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-01-01 17:45:41', '2025-01-01 17:45:41', '2026-01-01 17:45:41'),
('abcac484c0f14a628839f299198c25f8df34570630b89171b0ec9a58b3ea7ac50387716b759f46c1', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-09 13:53:05', '2025-02-09 13:53:05', '2026-02-09 13:53:05'),
('aeaf276ae5bf3db08fceaa1aa578d27996b55c7a78b7c464628ab8ac110e8f9644cf2339ef354f3b', 43, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-05-01 10:34:17', '2025-05-01 10:34:17', '2026-05-01 16:04:17'),
('b019c2561d9f1bb5436a5717416626444e2898560c5ef0789a70a156c8cbb1d7ab0ae29f2f60993e', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-01-11 23:23:04', '2025-01-11 23:23:04', '2026-01-11 23:23:04'),
('b0a67987d54cb8d444be3c02304d7e9510c7ae8e94ed1d1a30a669106b47512f3b0291f6647bb4be', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-03-09 12:24:51', '2025-03-09 12:24:51', '2026-03-09 12:24:51'),
('b0f0d122a2eb9d58cfd9891568741af0b2a5718d8d396c95e895a7b1902a8a1b0df2cd105ddb0d65', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-09 13:43:11', '2025-02-09 13:43:11', '2026-02-09 13:43:11'),
('b16ed8c7ac3b821b87b8290fcc5f14aa810b77aad480cb8b329a9c51805724aa5c5678511cf0faee', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-05-25 12:16:30', '2025-05-25 12:16:30', '2026-05-25 17:46:30'),
('b76ade1115da6ae92db230966afd5773a537688d7c30fd682b7eae364e333ff2401dc3a4adbffbee', 32, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-05-01 08:02:32', '2025-05-01 08:02:32', '2026-05-01 13:32:32'),
('b8771fd571bcace0f64ec3825f2f6514db66ee8945cb2849f5f568d7659eaaa2b7b8c30d0e03819b', 46, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-05-01 11:05:59', '2025-05-01 11:05:59', '2026-05-01 16:35:59'),
('b93cee64d3b10c9e287495940f1757daefd80a2471edf8add00285662d980f5544e765075db5d639', 3, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-12-24 17:20:17', '2024-12-24 17:20:17', '2025-12-24 17:20:17'),
('b96d8f106dfc03ea061b852cc7bc4a55572023775cd0a97e82121a0beb5609a50aa491135f9988b2', 3, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-17 16:49:55', '2025-02-17 16:49:55', '2026-02-17 16:49:55'),
('ba0051c91856348cb273a7c4de564b450d704d3c2892141e0e1cc0dd303918ca37b218c6bc15788a', 52, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-05-03 08:19:27', '2025-05-03 08:19:27', '2026-05-03 13:49:27'),
('bd89c709d31958e189a2e1e61a3a3f5645fa53992f7a16ea655aa5436baf3715acef3c4879ef6e66', 7, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-12-22 11:02:52', '2024-12-22 11:02:52', '2025-12-22 11:02:52'),
('be854bfa7a7beabf3364d9bb1331954bc7f899988a605d1a4f8c41ad25e88b4c56c011f0646eca8a', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-17 12:01:11', '2025-02-17 12:01:11', '2026-02-17 12:01:11'),
('bf9e740616d7a2b9e3718759c8ce4d87bcd98202a61fb129ef1b5e85e5325a2adf16807e6cfd5266', 35, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-05-01 08:46:17', '2025-05-01 08:46:17', '2026-05-01 14:16:17'),
('c1a807e5a57a6fef775f00c97b27e06581b96ea02e245bad598212c6a4918abc7fc295df46d1c4ae', 11, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-12-29 22:27:15', '2024-12-29 22:27:15', '2025-12-29 22:27:15'),
('c434cbbf6e5db6375bad3408e61e9b278ec72648e45c6effa605471d9cf17b120b53dde6102b1d2f', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-12-28 00:06:46', '2024-12-28 00:06:46', '2025-12-28 00:06:46'),
('c4a3158fa93acc887742a7aa3360232302065b09efd624fe864510eb5ca4d4a86e6ecb1e7740d21b', 3, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-12-18 10:15:07', '2024-12-18 10:15:07', '2025-12-18 10:15:07'),
('c7c983fec07e16f4180809503e85cdeeb07119e45237627890bb740fccdf675d7558e147acfd4cf0', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-09 15:40:59', '2025-02-09 15:40:59', '2026-02-09 15:40:59'),
('ca7ff0ee2a437324e7f1644f0f96959fc20595fdb3ba580a946f31552a3294d4710092ba5b538d6e', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-09 13:06:18', '2025-02-09 13:06:18', '2026-02-09 13:06:18'),
('cab254cdeb013e9de05a9cf219b056d028d40d04845d55a73445c8c2d33d09ed566dbd905b7ba7cb', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-17 12:26:26', '2025-02-17 12:26:26', '2026-02-17 12:26:26'),
('cb0bcfe7cee6327efda60c9f6e5ddd06629d287bf83fb77b07dc75ac7054fbdd705d2be53ddf8c3d', 16, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-16 19:25:10', '2025-02-16 19:25:10', '2026-02-16 19:25:10'),
('cbf10bf5da92bd90a064e6004f1a948117cd3dd28e93715fe108768a5e1db3fa4ed9aa7af106e206', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-09 15:20:25', '2025-02-09 15:20:25', '2026-02-09 15:20:25'),
('cd9b8571fe13ea4352b284eeeaa55ca71494c0431a3964db742c65b0c0433a28fcb8325096e20bd4', 3, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-17 16:48:09', '2025-02-17 16:48:09', '2026-02-17 16:48:09'),
('cdbf3f28e2697e97cd4a42e4e1ca860609712fa4dcce92f5925ffa43ee075b6b4a7430cea4b8098b', 39, 3, 'RestaurantCustomerAuth', '[]', 1, '2025-05-01 09:57:52', '2025-05-07 14:21:40', '2026-05-01 15:27:52'),
('cf009c279d95c36ee0c6269028341bec3114cfa99949e30bcb77059a07b7a6d12fa917ee5207570e', 47, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-05-01 11:11:09', '2025-05-01 11:11:09', '2026-05-01 16:41:09'),
('d38fe3ffb1355e4362abf96c382048ec3a4430fc3d06bbd0c8d66d7b6892cb31236b2d2ece759623', 3, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-01-21 19:47:45', '2025-01-21 19:47:45', '2026-01-21 19:47:45'),
('d46c347f9bfad8359a647a67b1d0c13ccce4107b01c6a6e6ef59e0cfc8b2275d65c5cff273ed5326', 5, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-12-17 20:12:01', '2024-12-17 20:12:01', '2025-12-17 20:12:01'),
('d4c59350e3b5b177e05e1be553deb072ad25231adec4c80213b99253cdac170294930ed3da12322f', 51, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-05-01 12:03:44', '2025-05-01 12:03:44', '2026-05-01 17:33:44'),
('d76536e3bc973a5dd3654d4a16ea69818773e6de07586344e9612efe85090039bd6792b78a77958f', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-24 13:24:04', '2025-02-24 13:24:04', '2026-02-24 13:24:04'),
('d909fd3659a7f1ad0783d8259b4846270a4106c9a118307c4c9f897498c8be239bfc057f630c9088', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-12-16 20:04:27', '2024-12-16 20:04:27', '2025-12-16 20:04:27'),
('da14ebc440fd8c95b77e4d7bdca7dfe436132b2a6d8236302ca9c475297e2ab5ee06eb7f595cb2a1', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-12-16 20:15:45', '2024-12-16 20:15:45', '2025-12-16 20:15:45'),
('dc97ee2ad1ceab9a98064c1a5b6adce7a7e0dcc61ee6149afbd97c44ee349b6c8fcc18eb94f83178', 3, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-01-13 20:31:39', '2025-01-13 20:31:39', '2026-01-13 20:31:39'),
('dcd5f598503cbe083d7c976771fce5a1bba45769638386cecaa0c73d7fa86d1a427d46dad9d8652c', 3, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-04 20:13:07', '2025-02-04 20:13:07', '2026-02-04 20:13:07'),
('dcdd7c3b4ca68c0be6dab733f1226e0c96a28d8d6ed3e7c793066dfcaf3fe211cbf8f494e3118b4b', 33, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-05-01 08:18:45', '2025-05-01 08:18:45', '2026-05-01 13:48:45'),
('de6a6b05144db0adf740969706abba22a25c3502ef1d987350aaad65b8b7e3fe43e9db637a3973cb', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-05-25 13:17:14', '2025-05-25 13:17:14', '2026-05-25 18:47:14'),
('df401a04b327516a9eb8776fc55924180a8240440d086d524d31e03d0966b1576bc8910eb4157858', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-01-10 13:59:08', '2025-01-10 13:59:08', '2026-01-10 13:59:08'),
('dfc3160009d40f3a705657dc1126c220d81eb914158610df2166a2c1301dfbd5630ac9c34eb2ffa9', 3, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-12-16 20:08:14', '2024-12-16 20:08:14', '2025-12-16 20:08:14'),
('e0b7a8202fa4db78a10a984f201e585a9afc753d54ee1629bfd7ab04fb0ff47b62fc83624d352a39', 3, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-03-09 14:54:15', '2025-03-09 14:54:15', '2026-03-09 14:54:15'),
('e0f1d1b287d02d4fe96807b2710d2774c1c18bb8fd30cd872d018de165ea34bca83cb6f2b6c0028f', 41, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-05-01 10:20:48', '2025-05-01 10:20:48', '2026-05-01 15:50:48'),
('e15d3755126a64b059c1c36b4158fa8e8f86f2cfbee5219ec973d7b1a98fbac61937439a9c94a188', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-11 21:45:37', '2025-02-11 21:45:37', '2026-02-11 21:45:37'),
('e2d030bd605e2ddd13646d63ad756c865bf7433750d169cef33c839cb7f04e9c6c96f1c8430d8c3a', 29, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-05-01 04:56:10', '2025-05-01 04:56:10', '2026-05-01 10:26:10'),
('e3342f4df0c7cdac02b8374adff3669b4b660b000531bffb4cd578bd09128cd6831e6e96b83f3181', 3, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-12-26 15:38:20', '2024-12-26 15:38:20', '2025-12-26 15:38:20'),
('e72b9360a351146cb653f78988fd447bec3a9fcf18096a4a0a63f56839f4fb9518e75e6a0d06b15f', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-03-08 11:15:40', '2025-03-08 11:15:41', '2026-03-08 11:15:40'),
('e95e843446072068a207bf2fe56d4a67d73b41ca7d8e28caf948ad27be83b1dbcc41052441a4b9bf', 31, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-05-01 05:22:38', '2025-05-01 05:22:38', '2026-05-01 10:52:38'),
('ebb9d742c246927da44a9eaae389e805cfc79e79bd3c5490f98e8ee69f651d4a8c77e364301dba99', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-01-26 20:28:20', '2025-01-26 20:28:20', '2026-01-26 20:28:20'),
('ee779eb4e9b426e0232f9f74cc87408e4ee0a442ddd052c6e71ac155f0314c69094b7e28bf30ab23', 55, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-07-25 13:42:13', '2025-07-25 13:42:13', '2026-07-25 19:12:13'),
('eef95f62198a233c430249f503b7b59e127278ad850b638e8ac7a560ac717e9b14687d539e1f06da', 13, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-01-01 17:36:59', '2025-01-01 17:36:59', '2026-01-01 17:36:59'),
('f054c6210093572a60e0eb3912ba72b4c2d477838267cc707a7798b651a98e07996f1521688e4735', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-01-13 19:47:31', '2025-01-13 19:47:31', '2026-01-13 19:47:31'),
('f7583ec7b82b6b62b3b66b14a85748992e40f87d7d55e8a495e748847f677faf84ddb50a32532ac1', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-09 16:02:28', '2025-02-09 16:02:28', '2026-02-09 16:02:28'),
('f82e53ee8f35f2f796d34c2a9ac9bf0bcd6ae7a1d2382394d6ddab4a5ee9923d1411de3b89094c5f', 3, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-01-26 16:28:17', '2025-01-26 16:28:17', '2026-01-26 16:28:17'),
('f86ebd856fb5f821ce1e20e23029b8f316676b7ee2f2b9328dc7c49758e7b8a6f93a46c75dd0160b', 3, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-07 14:44:28', '2025-02-07 14:44:28', '2026-02-07 14:44:28'),
('f894b9c77ff9bf86182f48a59a19bc5e5bb17533601aea29b6c51cd10151d4a37c2385a76cf6d509', 2, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-12-16 19:55:39', '2024-12-16 19:55:39', '2025-12-16 19:55:39'),
('fa939b71a9941c2b12a3cae3a3d988f4cac30289c37faacd2b44858d084e6d56c4e8e468035ebbb6', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-01-21 12:49:57', '2025-01-21 12:49:57', '2026-01-21 12:49:57'),
('fab289d07ac2361276be2c13bfa3ba5869f834385d3580790cb3d913a927424df5f64afbbcab6370', 10, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-12-27 23:39:03', '2024-12-27 23:39:03', '2025-12-27 23:39:03'),
('fb0446666c1ba83e6e3b6bfa07795a535fb75129c498389b022cb4a02f335986a4d9af723405f34e', 20, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-17 22:36:34', '2025-02-17 22:36:34', '2026-02-17 22:36:34'),
('fd95efa08bf4652b4ef0409a0bbf7e4792ae5b433dbcddfa31e205ad2ccd7c18a39e6209a577d658', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-12-13 21:15:49', '2024-12-13 21:15:49', '2025-12-13 21:15:49'),
('fe3d86675292234772cd259a48aa76212492c7e81ab38c4f3f20e62a996a6b4f44f802345df0b976', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2024-12-23 07:17:42', '2024-12-23 07:17:42', '2025-12-23 07:17:42'),
('fe457d25a0490f4ba9fb21822792f91498f40c4a6ad5fa078688388d7e3f6b5ee11ceec416767480', 3, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-01-14 07:02:13', '2025-01-14 07:02:13', '2026-01-14 07:02:13'),
('fffc9a653a9950d09423e4f004b9f24259076d3d0af2900f18a3930f9310c6153c4a06355331c0f8', 1, 3, 'RestaurantCustomerAuth', '[]', 0, '2025-02-09 11:53:29', '2025-02-09 11:53:29', '2026-02-09 11:53:29');

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

--
-- 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
) 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`) VALUES
(100001, 3, 100.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2024-12-16 20:06:54', '2025-01-12 11:20:52', 100.00, '2024-12-16 20:06:54', NULL, '8116', '2024-12-16 20:06:54', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-12 11:20:52', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"65-6-605\\/2, Zinc Colony, Gajuwaka, Visakhapatanam, Visakhapatnam, Andhra Pradesh 530011, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21912884712219\",\"latitude\":\"17.688181660239632\"}', 0, 0.00, 100.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919185437833\",\"address\":\"65-6-605\\/2, Zinc Colony, Gajuwaka, Visakhapatanam, Visakhapatnam, Andhra Pradesh 530011, India\",\"additional_address\":null,\"latitude\":\"17.688181660239632\",\"longitude\":\"83.21912884712219\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"man\",\"road\":\"8\",\"house\":\"js\",\"floor\":\"1\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-03-674efd3a12117.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-16T12:52:23.000000Z\",\"icon\":\"2024-12-03-674efd3a1135b.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"food\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-03-674efd5fee56d.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-08T15:27:06.000000Z\",\"icon\":\"2024-12-03-674efd5fed5dd.png\",\"theme_id\":1,\"description\":\"<p>food<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":3,\"module_name\":\"meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-03-674efd478ee7a.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-16T12:52:16.000000Z\",\"icon\":\"2024-12-03-674efd478e21b.png\",\"theme_id\":1,\"description\":\"<p>meat<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":4,\"module_name\":\"Ecommerce\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-03-674efd3a12117.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-16T12:52:23.000000Z\",\"icon\":\"2024-12-03-674efd3a1135b.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":1,\"module_name\":\"Demo Module\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-03-674efd2345569.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-16T12:52:21.000000Z\",\"icon\":\"2024-12-03-674efd2343f61.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 6amMart<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-03-674efd9ce1ec0.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-16T12:51:45.000000Z\",\"icon\":\"2024-12-03-674efd9ce130c.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-03-674efde647fe0.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-03T01:17:34.000000Z\",\"icon\":\"2024-12-03-674efde6474cc.png\",\"theme_id\":1,\"description\":\"<p>Pickup &amp; Drop<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, NULL, 'item was wrong', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100002, 1, 150.00, 0.00, NULL, 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2024-12-16 20:15:54', '2024-12-22 10:02:01', 150.00, '2024-12-16 20:15:54', NULL, '5800', '2024-12-16 20:15:54', NULL, '2024-12-22 09:54:43', NULL, NULL, NULL, '2024-12-22 09:54:48', NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"1st\",\"road\":\"pendurthi\",\"house\":\"9-42\",\"longitude\":\"83.2170370593667\",\"latitude\":\"17.803194213850187\"}', 0, 0.00, 150.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+917989272148\",\"address\":\"R K Beach, Visakhapatnam, Andhra Pradesh\",\"additional_address\":null,\"latitude\":\"17.7141618647628\",\"longitude\":\"83.32365788519382\",\"zone_id\":3,\"zone_ids\":[3],\"_method\":null,\"contact_person_name\":\"dinesh\",\"road\":\"rk house\",\"house\":\"8-67\",\"floor\":\"34\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-03-674efd3a12117.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-16T12:52:23.000000Z\",\"icon\":\"2024-12-03-674efd3a1135b.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]}],\"area_ids\":null,\"contact_person_email\":\"webkooncloud@gmail.com\"}', 'sender', 15.033, 0.00, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100003, 3, 20.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2024-12-17 12:17:48', '2025-01-18 11:23:03', 20.00, '2024-12-17 12:17:48', NULL, '3654', '2024-12-17 12:17:48', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-18 11:23:03', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"65-6-605\\/2, Zinc Colony, Gajuwaka, Visakhapatanam, Visakhapatnam, Andhra Pradesh 530011, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21912884712219\",\"latitude\":\"17.688181660239632\"}', 0, 0.00, 20.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+917845114512\",\"address\":\"65-6-605\\/2, Zinc Colony, Gajuwaka, Visakhapatanam, Visakhapatnam, Andhra Pradesh 530011, India\",\"additional_address\":null,\"latitude\":\"17.688181660239632\",\"longitude\":\"83.21912884712219\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"dgg\",\"road\":\"2\",\"house\":\"6\",\"floor\":\"4\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-03-674efd3a12117.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-16T12:52:23.000000Z\",\"icon\":\"2024-12-03-674efd3a1135b.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"food\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-03-674efd5fee56d.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-08T15:27:06.000000Z\",\"icon\":\"2024-12-03-674efd5fed5dd.png\",\"theme_id\":1,\"description\":\"<p>food<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":3,\"module_name\":\"meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-03-674efd478ee7a.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-16T12:52:16.000000Z\",\"icon\":\"2024-12-03-674efd478e21b.png\",\"theme_id\":1,\"description\":\"<p>meat<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":4,\"module_name\":\"Ecommerce\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-03-674efd3a12117.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-16T12:52:23.000000Z\",\"icon\":\"2024-12-03-674efd3a1135b.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":1,\"module_name\":\"Demo Module\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-03-674efd2345569.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-16T12:52:21.000000Z\",\"icon\":\"2024-12-03-674efd2343f61.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 6amMart<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-03-674efd9ce1ec0.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-16T12:51:45.000000Z\",\"icon\":\"2024-12-03-674efd9ce130c.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-03-674efde647fe0.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-03T01:17:34.000000Z\",\"icon\":\"2024-12-03-674efde6474cc.png\",\"theme_id\":1,\"description\":\"<p>Pickup &amp; Drop<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, NULL, 'item was wrong', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100004, 4, 20.00, 0.00, NULL, 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2024-12-17 16:52:45', '2024-12-22 10:02:01', 20.00, '2024-12-17 16:52:45', NULL, '9898', '2024-12-17 16:52:45', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Praveen\",\"contact_person_number\":\"+917893916478\",\"contact_person_email\":\"rasamallapraveen2000@gmail.com\",\"address_type\":\"others\",\"address\":\"Vizag, Andhra Pradesh, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 20.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918522919698\",\"address\":\"Vizag, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"Praveen\",\"road\":\"vizag Bus stand\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-03-674efd3a12117.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-16T12:52:23.000000Z\",\"icon\":\"2024-12-03-674efd3a1135b.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"food\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-03-674efd5fee56d.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-08T15:27:06.000000Z\",\"icon\":\"2024-12-03-674efd5fed5dd.png\",\"theme_id\":1,\"description\":\"<p>food<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":3,\"module_name\":\"meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-03-674efd478ee7a.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-16T12:52:16.000000Z\",\"icon\":\"2024-12-03-674efd478e21b.png\",\"theme_id\":1,\"description\":\"<p>meat<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":4,\"module_name\":\"Ecommerce\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-03-674efd3a12117.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-16T12:52:23.000000Z\",\"icon\":\"2024-12-03-674efd3a1135b.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":1,\"module_name\":\"Demo Module\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-03-674efd2345569.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-16T12:52:21.000000Z\",\"icon\":\"2024-12-03-674efd2343f61.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 6amMart<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-03-674efd9ce1ec0.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-16T12:51:45.000000Z\",\"icon\":\"2024-12-03-674efd9ce130c.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-03-674efde647fe0.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-03T01:17:34.000000Z\",\"icon\":\"2024-12-03-674efde6474cc.png\",\"theme_id\":1,\"description\":\"<p>Pickup &amp; Drop<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'receiver', 0.000, 0.00, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100005, 3, 20.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2024-12-17 16:52:53', '2025-01-18 11:23:10', 20.00, '2024-12-17 16:52:53', NULL, '4211', '2024-12-17 16:52:53', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-18 11:23:10', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Visakhapatnam, Andhra Pradesh, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.68681579087905\"}', 0, 0.00, 20.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919784613871\",\"address\":\"Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.68681579087905\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"haj\",\"road\":\"p\",\"house\":\"7\",\"floor\":\"1\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-03-674efd3a12117.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-16T12:52:23.000000Z\",\"icon\":\"2024-12-03-674efd3a1135b.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"food\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-03-674efd5fee56d.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-08T15:27:06.000000Z\",\"icon\":\"2024-12-03-674efd5fed5dd.png\",\"theme_id\":1,\"description\":\"<p>food<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":3,\"module_name\":\"meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-03-674efd478ee7a.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-16T12:52:16.000000Z\",\"icon\":\"2024-12-03-674efd478e21b.png\",\"theme_id\":1,\"description\":\"<p>meat<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":4,\"module_name\":\"Ecommerce\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-03-674efd3a12117.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-16T12:52:23.000000Z\",\"icon\":\"2024-12-03-674efd3a1135b.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":1,\"module_name\":\"Demo Module\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-03-674efd2345569.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-16T12:52:21.000000Z\",\"icon\":\"2024-12-03-674efd2343f61.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 6amMart<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-03-674efd9ce1ec0.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-16T12:51:45.000000Z\",\"icon\":\"2024-12-03-674efd9ce130c.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-03-674efde647fe0.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-03T01:17:34.000000Z\",\"icon\":\"2024-12-03-674efde6474cc.png\",\"theme_id\":1,\"description\":\"<p>Pickup &amp; Drop<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, NULL, 'item was wrong', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100006, 3, 42.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2024-12-18 07:42:26', '2025-01-18 11:23:56', 42.00, '2024-12-18 07:42:26', NULL, '7804', '2024-12-18 07:42:26', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-18 11:23:56', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"M648+VC5, Venkannapalem, Pedagantyada, Visakhapatnam, Andhra Pradesh 530044, India\",\"floor\":\"1\",\"road\":\"6\",\"house\":\"310\",\"longitude\":\"83.26667804270983\",\"latitude\":\"17.657683824039005\"}', 0, 0.00, 42.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918975642312\",\"address\":\"J6RP+FV Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.64244207322069\",\"longitude\":\"83.23001056909561\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"ram\",\"road\":\"123\",\"house\":\"89\",\"floor\":\"2\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-03-674efd3a12117.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-16T12:52:23.000000Z\",\"icon\":\"2024-12-03-674efd3a1135b.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"food\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-03-674efd5fee56d.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-08T15:27:06.000000Z\",\"icon\":\"2024-12-03-674efd5fed5dd.png\",\"theme_id\":1,\"description\":\"<p>food<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":3,\"module_name\":\"meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-03-674efd478ee7a.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-16T12:52:16.000000Z\",\"icon\":\"2024-12-03-674efd478e21b.png\",\"theme_id\":1,\"description\":\"<p>meat<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":4,\"module_name\":\"Ecommerce\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-03-674efd3a12117.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-16T12:52:23.000000Z\",\"icon\":\"2024-12-03-674efd3a1135b.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":1,\"module_name\":\"Demo Module\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-03-674efd2345569.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-16T12:52:21.000000Z\",\"icon\":\"2024-12-03-674efd2343f61.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 6amMart<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-03-674efd9ce1ec0.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-16T12:51:45.000000Z\",\"icon\":\"2024-12-03-674efd9ce130c.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-03-674efde647fe0.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-03T01:17:34.000000Z\",\"icon\":\"2024-12-03-674efde6474cc.png\",\"theme_id\":1,\"description\":\"<p>Pickup &amp; Drop<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 4.244, 0.00, NULL, NULL, 0, NULL, NULL, 'item was wrong', 'customer', NULL, 'vendor', NULL, NULL, 0, 'frize', NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100007, 3, 100.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2024-12-19 11:19:35', '2025-01-18 11:24:23', 100.00, '2024-12-19 11:19:35', NULL, '4507', '2024-12-19 11:19:35', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-18 11:24:23', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\"1\",\"road\":\"4\",\"house\":\"8\",\"longitude\":\"83.2184815\",\"latitude\":\"17.6868159\"}', 0, 0.00, 100.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919874563214\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"additional_address\":null,\"latitude\":\"17.6868159\",\"longitude\":\"83.2184815\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"naa\",\"road\":\"44\",\"house\":\"5\",\"floor\":\"9\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-03-674efd3a12117.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-16T12:52:23.000000Z\",\"icon\":\"2024-12-03-674efd3a1135b.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"food\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-03-674efd5fee56d.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-08T15:27:06.000000Z\",\"icon\":\"2024-12-03-674efd5fed5dd.png\",\"theme_id\":1,\"description\":\"<p>food<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":3,\"module_name\":\"meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-03-674efd478ee7a.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-16T12:52:16.000000Z\",\"icon\":\"2024-12-03-674efd478e21b.png\",\"theme_id\":1,\"description\":\"<p>meat<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":4,\"module_name\":\"Ecommerce\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-03-674efd3a12117.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-16T12:52:23.000000Z\",\"icon\":\"2024-12-03-674efd3a1135b.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":1,\"module_name\":\"Demo Module\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-03-674efd2345569.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-16T12:52:21.000000Z\",\"icon\":\"2024-12-03-674efd2343f61.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 6amMart<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-03-674efd9ce1ec0.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-16T12:51:45.000000Z\",\"icon\":\"2024-12-03-674efd9ce130c.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-03-674efde647fe0.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-03T01:17:34.000000Z\",\"icon\":\"2024-12-03-674efde6474cc.png\",\"theme_id\":1,\"description\":\"<p>Pickup &amp; Drop<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, NULL, 'item was wrong', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100008, 3, 657.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2024-12-20 09:25:14', '2025-01-18 11:24:09', 657.00, '2024-12-20 09:25:14', NULL, '1149', '2024-12-20 09:25:14', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-18 11:24:09', NULL, NULL, '{\"contact_person_name\":\"Venky\",\"contact_person_number\":\"+919515761770\",\"contact_person_email\":\"venky@gmail.com\",\"address_type\":\"others\",\"address\":\"9-1-29\\/1, Krishna Nagar, Gajuwaka, Visakhapatanam, Visakhapatnam, Andhra Pradesh 530011, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21685064584017\",\"latitude\":\"17.687749476787104\"}', 0, 0.00, 657.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919515761770\",\"address\":\"Pendurthi, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.805520039549506\",\"longitude\":\"83.2089126482606\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"venky134\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-03-674efd3a12117.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-16T12:52:23.000000Z\",\"icon\":\"2024-12-03-674efd3a1135b.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"food\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-03-674efd5fee56d.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-08T15:27:06.000000Z\",\"icon\":\"2024-12-03-674efd5fed5dd.png\",\"theme_id\":1,\"description\":\"<p>food<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":3,\"module_name\":\"meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-03-674efd478ee7a.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-16T12:52:16.000000Z\",\"icon\":\"2024-12-03-674efd478e21b.png\",\"theme_id\":1,\"description\":\"<p>meat<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":4,\"module_name\":\"Ecommerce\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-03-674efd3a12117.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-16T12:52:23.000000Z\",\"icon\":\"2024-12-03-674efd3a1135b.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":1,\"module_name\":\"Demo Module\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-03-674efd2345569.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-16T12:52:21.000000Z\",\"icon\":\"2024-12-03-674efd2343f61.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 6amMart<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-03-674efd9ce1ec0.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-16T12:51:45.000000Z\",\"icon\":\"2024-12-03-674efd9ce130c.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":20}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-03-674efde647fe0.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-03T01:17:34.000000Z\",\"icon\":\"2024-12-03-674efde6474cc.png\",\"theme_id\":1,\"description\":\"<p>Pickup &amp; Drop<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 13.137, 0.00, NULL, NULL, 0, NULL, NULL, 'item was wrong', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100009, 1, 533.00, 0.00, '', 'paid', 'delivered', 25.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 4, '2024-12-22 10:01:37', '2024-12-22 10:02:17', 0.00, '2024-12-22 10:01:37', NULL, '5917', '2024-12-22 10:01:37', NULL, NULL, NULL, NULL, NULL, '2024-12-22 10:02:17', NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"5th floor\",\"road\":\"webkoon street\",\"house\":\"hdhs\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 90.00, 22.00, NULL, 0.00, 0, NULL, 2, 2, NULL, NULL, NULL, NULL, 6.347, 0.00, 'admin', NULL, 0, 'excluded', NULL, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 5.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100010, 1, 432.00, 0.00, '', 'paid', 'delivered', 20.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 4, '2024-12-23 18:40:47', '2025-01-31 16:47:02', 0.00, '2024-12-23 18:40:47', NULL, '2581', '2024-12-23 18:40:47', NULL, '2025-01-03 14:50:23', NULL, NULL, NULL, '2025-01-31 16:47:02', NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21711953729391\",\"latitude\":\"17.8032331587519\"}', 0, 0.00, 22.00, NULL, 0.00, 0, NULL, 2, 2, NULL, NULL, NULL, NULL, 6.352, 0.00, 'admin', NULL, 0, 'excluded', NULL, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 5.000, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100011, 3, 405.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 5, '2024-12-24 16:25:26', '2025-01-18 11:23:51', 0.00, '2024-12-24 16:25:26', NULL, '1467', '2024-12-24 16:25:26', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-18 11:23:51', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Visakhapatnam, Andhra Pradesh, India\",\"floor\":\"1\",\"road\":\"4\",\"house\":\"8\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.68681579087905\"}', 0, 80.00, 22.00, NULL, 0.00, 0, NULL, 2, 5, NULL, NULL, NULL, NULL, 15.127, 15.00, 'admin', NULL, 0, 'excluded', NULL, 'item was wrong', 'customer', NULL, 'vendor', NULL, NULL, 0, 'Deliver to front door', 0.000, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);
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`) VALUES
(100012, 3, 43.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2024-12-24 17:22:13', '2025-01-18 11:23:45', 33.00, '2024-12-24 17:22:13', NULL, '6446', '2024-12-24 17:22:13', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-18 11:23:45', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Vizag, Andhra Pradesh, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 33.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 4, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182648101\",\"address\":\"Vizag, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-24T10:29:17.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-24T10:29:17.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-24T10:27:12.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, NULL, 'item was wrong', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100013, 3, 32.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2024-12-29 21:51:16', '2025-01-18 11:24:42', 22.00, '2024-12-29 21:51:16', NULL, '4514', '2024-12-29 21:51:16', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-18 11:24:42', NULL, NULL, '{\"contact_person_name\":\"mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"maninaredla218@gmail.com\",\"address_type\":\"others\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 22.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182648101\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"maninaredla218@gmail.com\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, NULL, 'item was wrong', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100014, 11, 260.00, 0.00, '', 'paid', 'delivered', 12.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 4, '2024-12-29 22:30:25', '2025-01-31 16:47:17', 0.00, '2024-12-29 22:30:25', NULL, '8734', '2024-12-29 22:30:25', NULL, '2025-01-03 14:43:38', NULL, NULL, NULL, '2025-01-31 16:47:17', NULL, NULL, NULL, '{\"contact_person_name\":\"John\",\"contact_person_number\":\"+917337584649\",\"contact_person_email\":\"jsisjk@gmail.com\",\"address_type\":\"others\",\"address\":\"Vizag, Andhra Pradesh, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 22.00, NULL, 0.00, 0, NULL, 2, 2, NULL, NULL, NULL, NULL, 6.642, 0.00, 'admin', NULL, 0, 'excluded', NULL, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 5.000, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100015, 3, 58.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2024-12-30 08:34:27', '2025-01-14 07:04:53', 33.00, '2024-12-30 08:34:27', NULL, '6031', '2024-12-30 08:34:27', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-14 07:04:53', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 33.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 4, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182648101\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 15.00, NULL, NULL, 0, NULL, NULL, 'item was wrong', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100016, 13, 762.00, 0.00, '', 'unpaid', 'canceled', 36.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 4, '2025-01-01 17:39:07', '2025-01-03 15:23:21', 0.00, '2025-01-01 17:39:07', NULL, '1233', '2025-01-01 17:39:07', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-01 17:48:38', NULL, NULL, '{\"contact_person_name\":\"Sai\",\"contact_person_number\":\"+919182112300\",\"contact_person_email\":\"harijanasuresh@gmail.com\",\"address_type\":\"others\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\"2\",\"road\":\"7\",\"house\":\"2\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 80.00, 22.00, NULL, 0.00, 0, NULL, 2, 2, NULL, NULL, NULL, NULL, 6.642, 0.00, 'admin', NULL, 0, 'excluded', NULL, 'item was wrong', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, 5.000, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100017, 1, 188.00, 0.00, '', 'unpaid', 'canceled', 8.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, 'Hsjsh', 'delivery', 1, 4, '2025-01-01 17:46:44', '2025-01-03 15:23:21', 0.00, '2025-01-01 17:46:44', NULL, '5661', '2025-01-01 17:46:44', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-01 17:46:59', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"jaj\",\"road\":\"jej\",\"house\":\"nej\",\"longitude\":\"83.2173967\",\"latitude\":\"17.8031993\"}', 0, 30.00, 22.00, NULL, 0.00, 0, NULL, 2, 2, NULL, NULL, NULL, NULL, 6.346, 0.00, 'admin', NULL, 0, 'excluded', NULL, 'item was wrong', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, 5.000, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100018, 13, 218.00, 0.00, '', 'unpaid', 'canceled', 10.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 3, '2025-01-03 14:31:27', '2025-01-03 15:23:21', 0.00, '2025-01-03 14:31:27', NULL, '6937', '2025-01-03 14:31:27', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-03 14:32:19', NULL, NULL, '{\"contact_person_name\":\"Sai\",\"contact_person_number\":\"+919182112300\",\"contact_person_email\":\"harijanasuresh@gmail.com\",\"address_type\":\"others\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\"1\",\"road\":\"1\",\"house\":\"1\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 77.00, NULL, 0.00, 0, NULL, 2, 2, NULL, NULL, NULL, NULL, 10.423, 0.00, 'admin', NULL, 0, 'excluded', 1, 'item was wrong', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, 5.000, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100019, 1, 140.00, 0.00, NULL, 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 1, NULL, NULL, 'parcel', 1, NULL, '2025-01-03 14:46:47', '2025-01-03 14:50:29', 130.00, '2025-01-03 14:46:47', NULL, '5915', '2025-01-03 14:46:47', '2025-01-03 14:48:47', '2025-01-03 14:49:54', '2025-01-03 14:49:54', '2025-01-03 14:49:54', '2025-01-03 14:50:05', '2025-01-03 14:50:29', NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"hshsh\",\"road\":\"gshsh\",\"house\":\"bshhs\",\"longitude\":\"83.2173967\",\"latitude\":\"17.8031993\"}', 0, 0.00, 130.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"NAD Kotha Road, Nad Junction, Buchirajupalem, Netaji Colony, NSTL, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.743575895504193\",\"longitude\":\"83.23131043463945\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"bsb\",\"road\":\"bshsh\",\"house\":\"bzbn\",\"floor\":\"hdhs\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 6.799, 0.00, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, '[{\"img\":\"2025-01-03-6777abddad68a.png\",\"storage\":\"public\"}]', 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100020, 1, 316.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-11 23:02:34', '2025-01-26 20:52:48', 306.00, '2025-01-11 23:02:34', NULL, '8744', '2025-01-11 23:02:34', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-26 20:52:48', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"10\",\"road\":\"45\",\"house\":\"7\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 306.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876541230\",\"address\":\"X37M+44 Krishnarayudupeta, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.96280594385044\",\"longitude\":\"83.08275192975998\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"dsdfsd\",\"road\":\"34\",\"house\":\"1\",\"floor\":\"1\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 22.784, 0.00, NULL, NULL, 0, NULL, 1, 'item was wrong', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100021, 3, 87.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-14 07:03:28', '2025-01-18 11:23:40', 77.00, '2025-01-14 07:03:28', NULL, '4901', '2025-01-14 07:03:28', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-18 11:23:40', NULL, NULL, '{\"contact_person_name\":\"mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\"3\",\"road\":\"2\",\"house\":\"1\",\"longitude\":\"83.21950066834688\",\"latitude\":\"17.68776640638759\"}', 0, 0.00, 77.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182648102\",\"address\":\"10-7-85, Indira Colony, Gajuwaka, Visakhapatanam, Visakhapatnam, Andhra Pradesh 530026, India\",\"additional_address\":null,\"latitude\":\"17.684392912411123\",\"longitude\":\"83.21023598313333\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"apl\",\"road\":\"2\",\"house\":\"1\",\"floor\":\"6\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>food<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>meat<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.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.<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>Fresh, hand-picked fruits and vegetables delivered straight to your door. Quality you can trust!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Pickup &amp; Drop<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"pharmacy\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"manikrishna@gmail.com\"}', 'sender', 1.052, 0.00, NULL, NULL, 0, NULL, 1, 'item was wrong', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);
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`) VALUES
(100022, 3, 284.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-14 09:51:37', '2025-01-14 11:33:39', 274.00, '2025-01-14 09:51:37', NULL, '5199', '2025-01-14 09:51:37', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-14 09:51:47', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Vizag, Andhra Pradesh, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 274.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182648101\",\"address\":\"Vizag Railway Station, Railway Quarters, Mahaarajupeta, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.721667124717914\",\"longitude\":\"83.29042464494705\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 8.559, 0.00, NULL, NULL, 0, NULL, 1, 'item was wrong', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100023, 3, 7814.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-14 11:34:54', '2025-01-18 11:23:23', 7804.00, '2025-01-14 11:34:54', NULL, '8360', '2025-01-14 11:34:54', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-18 11:23:23', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\"5\",\"road\":\"4\",\"house\":\"2\",\"longitude\":\"83.21950066834688\",\"latitude\":\"17.68776640638759\"}', 0, 0.00, 7804.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919784561232\",\"address\":\"Kancharapalem, \\u0c35\\u0c3f\\u0c36\\u0c3e\\u0c16\\u0c2a\\u0c1f\\u0c4d\\u0c28\\u0c02, \\u0c06\\u0c02\\u0c27\\u0c4d\\u0c30 \\u0c2a\\u0c4d\\u0c30\\u0c26\\u0c47\\u0c36\\u0c4d, \\u0c2d\\u0c3e\\u0c30\\u0c24\\u0c26\\u0c47\\u0c36\\u0c02\",\"additional_address\":null,\"latitude\":\"17.73540636567975\",\"longitude\":\"83.27378556132315\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"app\",\"road\":\"1\",\"house\":\"4\",\"floor\":\"8\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>food<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>meat<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.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.<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>Fresh, hand-picked fruits and vegetables delivered straight to your door. Quality you can trust!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Pickup &amp; Drop<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"pharmacy\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 7.827, 0.00, NULL, NULL, 0, NULL, 1, 'item was wrong', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100024, 3, 65.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-15 18:13:01', '2025-01-15 18:15:48', 55.00, '2025-01-15 18:13:01', NULL, '2429', '2025-01-15 18:13:01', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-15 18:14:59', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Vizag, Andhra Pradesh, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 55.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182648101\",\"address\":\"R K Beach, Visakhapatnam, Andhra Pradesh\",\"additional_address\":null,\"latitude\":\"17.7141618647628\",\"longitude\":\"83.32365788519382\",\"zone_id\":3,\"zone_ids\":[3],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 11.562, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100025, 3, 285.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-15 18:18:00', '2025-01-15 18:49:21', 275.00, '2025-01-15 18:18:00', NULL, '2741', '2025-01-15 18:18:00', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-15 18:18:20', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Vizag, Andhra Pradesh, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 275.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919347791341\",\"address\":\"R K Beach, Visakhapatnam, Andhra Pradesh\",\"additional_address\":null,\"latitude\":\"17.7141618647628\",\"longitude\":\"83.32365788519382\",\"zone_id\":3,\"zone_ids\":[3],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 11.562, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100026, 3, 65.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-15 18:19:16', '2025-01-15 18:49:21', 55.00, '2025-01-15 18:19:16', NULL, '2589', '2025-01-15 18:19:16', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-15 18:20:50', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Vizag, Andhra Pradesh, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 55.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182648101\",\"address\":\"R K Beach, Visakhapatnam, Andhra Pradesh\",\"additional_address\":null,\"latitude\":\"17.7141618647628\",\"longitude\":\"83.32365788519382\",\"zone_id\":3,\"zone_ids\":[3],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 11.562, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100027, 3, 65.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-15 18:27:44', '2025-01-15 18:49:21', 55.00, '2025-01-15 18:27:44', NULL, '5789', '2025-01-15 18:27:44', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-15 18:28:20', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Vemulawada, \\u0c24\\u0c46\\u0c32\\u0c02\\u0c17\\u0c3e\\u0c23, \\u0c2d\\u0c3e\\u0c30\\u0c24\\u0c26\\u0c47\\u0c36\\u0c02\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.8713293\",\"latitude\":\"18.4669699\"}', 0, 0.00, 55.00, NULL, 0.00, 0, NULL, 4, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919874563211\",\"address\":\"Vemulawada, \\u0c24\\u0c46\\u0c32\\u0c02\\u0c17\\u0c3e\\u0c23, \\u0c2d\\u0c3e\\u0c30\\u0c24\\u0c26\\u0c47\\u0c36\\u0c02\",\"additional_address\":null,\"latitude\":\"18.4669699\",\"longitude\":\"78.8713293\",\"zone_id\":4,\"zone_ids\":[4],\"_method\":null,\"contact_person_name\":\"app\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":4,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"it,s raining\",\"modules\":[{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Pickup &amp; Drop<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":4,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100028, 3, 285.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-15 18:39:12', '2025-01-15 18:49:21', 275.00, '2025-01-15 18:39:12', NULL, '8142', '2025-01-15 18:39:12', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-15 18:39:39', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Vemulawada, \\u0c24\\u0c46\\u0c32\\u0c02\\u0c17\\u0c3e\\u0c23, \\u0c2d\\u0c3e\\u0c30\\u0c24\\u0c26\\u0c47\\u0c36\\u0c02\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.8713293\",\"latitude\":\"18.4669699\"}', 0, 0.00, 275.00, NULL, 0.00, 0, NULL, 4, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919874563211\",\"address\":\"Vemulawada, \\u0c24\\u0c46\\u0c32\\u0c02\\u0c17\\u0c3e\\u0c23, \\u0c2d\\u0c3e\\u0c30\\u0c24\\u0c26\\u0c47\\u0c36\\u0c02\",\"additional_address\":null,\"latitude\":\"18.4669699\",\"longitude\":\"78.8713293\",\"zone_id\":4,\"zone_ids\":[4],\"_method\":null,\"contact_person_name\":\"app\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":4,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"it,s raining\",\"modules\":[{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Pickup &amp; Drop<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":4,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100029, 3, 285.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-15 18:40:10', '2025-01-15 18:49:21', 275.00, '2025-01-15 18:40:09', NULL, '9128', '2025-01-15 18:40:10', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-15 18:40:18', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Vemulawada, \\u0c24\\u0c46\\u0c32\\u0c02\\u0c17\\u0c3e\\u0c23, \\u0c2d\\u0c3e\\u0c30\\u0c24\\u0c26\\u0c47\\u0c36\\u0c02\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.8713293\",\"latitude\":\"18.4669699\"}', 0, 0.00, 275.00, NULL, 0.00, 0, NULL, 4, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919874563211\",\"address\":\"Vemulawada, \\u0c24\\u0c46\\u0c32\\u0c02\\u0c17\\u0c3e\\u0c23, \\u0c2d\\u0c3e\\u0c30\\u0c24\\u0c26\\u0c47\\u0c36\\u0c02\",\"additional_address\":null,\"latitude\":\"18.4669699\",\"longitude\":\"78.8713293\",\"zone_id\":4,\"zone_ids\":[4],\"_method\":null,\"contact_person_name\":\"app\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":4,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"it,s raining\",\"modules\":[{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Pickup &amp; Drop<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":4,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100030, 3, 285.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-15 18:40:50', '2025-01-15 18:49:21', 275.00, '2025-01-15 18:40:50', NULL, '3176', '2025-01-15 18:40:50', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-15 18:43:46', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Vemulawada, \\u0c24\\u0c46\\u0c32\\u0c02\\u0c17\\u0c3e\\u0c23, \\u0c2d\\u0c3e\\u0c30\\u0c24\\u0c26\\u0c47\\u0c36\\u0c02\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.8713293\",\"latitude\":\"18.4669699\"}', 0, 0.00, 275.00, NULL, 0.00, 0, NULL, 4, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919874563212\",\"address\":\"Vemulawada, \\u0c24\\u0c46\\u0c32\\u0c02\\u0c17\\u0c3e\\u0c23, \\u0c2d\\u0c3e\\u0c30\\u0c24\\u0c26\\u0c47\\u0c36\\u0c02\",\"additional_address\":null,\"latitude\":\"18.4669699\",\"longitude\":\"78.8713293\",\"zone_id\":4,\"zone_ids\":[4],\"_method\":null,\"contact_person_name\":\"app\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":4,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"it,s raining\",\"modules\":[{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Pickup &amp; Drop<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":4,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100031, 3, 285.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-15 18:45:33', '2025-01-17 17:08:36', 275.00, '2025-01-15 18:45:33', NULL, '5251', '2025-01-15 18:45:33', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-17 17:08:36', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Vizag, Andhra Pradesh, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 275.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182648101\",\"address\":\"65-4-427\\/1, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"additional_address\":null,\"latitude\":\"17.6886972125327\",\"longitude\":\"83.22404365986586\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.626, 0.00, NULL, NULL, 0, NULL, 1, 'item was wrong', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100032, 3, 145.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-17 13:08:59', '2025-01-27 14:12:03', 135.00, '2025-01-17 13:08:59', NULL, '7604', '2025-01-17 13:08:59', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-17 13:09:16', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Vizag, Andhra Pradesh, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 135.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182648101\",\"address\":\"Vizag, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.688464351735952\",\"longitude\":\"83.22147779166698\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.367, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);
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`) VALUES
(100033, 3, 142.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-17 13:09:44', '2025-01-27 14:12:03', 132.00, '2025-01-17 13:09:44', NULL, '2641', '2025-01-17 13:09:44', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-17 17:08:27', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Vizag, Andhra Pradesh, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 132.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182648101\",\"address\":\"Vizag, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.687720728405264\",\"longitude\":\"83.22164241224527\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.350, 0.00, NULL, NULL, 0, NULL, 1, 'item was wrong', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100034, 3, 284.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-17 17:07:09', '2025-01-27 14:12:03', 274.00, '2025-01-17 17:07:09', NULL, '3220', '2025-01-17 17:07:09', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-17 17:08:12', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Vizag, Andhra Pradesh, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 274.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182648101\",\"address\":\"Vizag, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100035, 3, 284.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-19 09:26:30', '2025-01-27 14:12:03', 274.00, '2025-01-19 09:26:30', NULL, '7696', '2025-01-19 09:26:30', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-19 09:26:47', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"home\",\"address\":\"vemulawada\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 274.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":3,\"address_type\":\"home\",\"contact_person_number\":\"+917896541238\",\"address\":\"vemulawada\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"app\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>food<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>meat<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.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.<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>Fresh, hand-picked fruits and vegetables delivered straight to your door. Quality you can trust!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Pickup &amp; Drop<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"pharmacy\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100036, 3, 284.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-19 09:27:21', '2025-01-27 14:12:03', 274.00, '2025-01-19 09:27:21', NULL, '8067', '2025-01-19 09:27:21', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-19 09:27:39', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"home\",\"address\":\"vemulawada\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 274.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":3,\"address_type\":\"home\",\"contact_person_number\":\"+919876543214\",\"address\":\"vemulawada\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"app\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>food<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>meat<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.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.<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>Fresh, hand-picked fruits and vegetables delivered straight to your door. Quality you can trust!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Pickup &amp; Drop<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"pharmacy\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100037, 3, 102522.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-20 10:53:20', '2025-01-27 14:12:03', 102512.00, '2025-01-20 10:53:20', NULL, '8944', '2025-01-20 10:53:20', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-20 10:53:36', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"home\",\"address\":\"vemulawada\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 102512.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918974563214\",\"address\":\"Vemulawada Devasthanam Road, \\u0c28\\u0c3e\\u0c02\\u0c2a\\u0c32\\u0c4d\\u0c32\\u0c3f, \\u0c24\\u0c46\\u0c32\\u0c02\\u0c17\\u0c3e\\u0c23, \\u0c2d\\u0c3e\\u0c30\\u0c24\\u0c26\\u0c47\\u0c36\\u0c02\",\"additional_address\":null,\"latitude\":\"18.442376874633382\",\"longitude\":\"78.86775031685829\",\"zone_id\":4,\"zone_ids\":[4],\"_method\":null,\"contact_person_name\":\"app\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":4,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Pickup &amp; Drop<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":4,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 468.052, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100038, 1, 284.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-21 12:52:10', '2025-01-27 14:12:03', 274.00, '2025-01-21 12:52:10', NULL, '4291', '2025-01-21 12:52:10', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-21 12:52:28', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\"\",\"road\":\"hfh\",\"house\":\"6\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 274.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919988776655\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"fufu\",\"road\":\"ushz\",\"house\":\"65\",\"floor\":\"7\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100039, 3, 5540.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-21 18:19:22', '2025-01-27 14:12:03', 5530.00, '2025-01-21 18:19:22', NULL, '2876', '2025-01-21 18:19:22', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-21 18:19:58', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Vemulawada, \\u0c24\\u0c46\\u0c32\\u0c02\\u0c17\\u0c3e\\u0c23, \\u0c2d\\u0c3e\\u0c30\\u0c24\\u0c26\\u0c47\\u0c36\\u0c02\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.87132938951254\",\"latitude\":\"18.466969834113627\"}', 0, 0.00, 5530.00, NULL, 0.00, 0, NULL, 4, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918975642312\",\"address\":\"Karimnagar Bus Stand, \\u0c2e\\u0c42\\u0c15\\u0c3e\\u0c30\\u0c02\\u0c2a\\u0c41\\u0c30, \\u0c15\\u0c30\\u0c40\\u0c02\\u0c28\\u0c17\\u0c30\\u0c4d, \\u0c24\\u0c46\\u0c32\\u0c02\\u0c17\\u0c3e\\u0c23, \\u0c2d\\u0c3e\\u0c30\\u0c24\\u0c26\\u0c47\\u0c36\\u0c02\",\"additional_address\":null,\"latitude\":\"18.4326892\",\"longitude\":\"79.12960369999999\",\"zone_id\":4,\"zone_ids\":[4],\"_method\":null,\"contact_person_name\":\"app\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":4,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Pickup &amp; Drop<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":4,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 27.539, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100040, 3, 65.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-22 15:47:34', '2025-01-27 14:12:03', 55.00, '2025-01-22 15:47:34', NULL, '5157', '2025-01-22 15:47:34', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-22 15:48:45', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"home\",\"address\":\"vemulawada\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 55.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":3,\"address_type\":\"home\",\"contact_person_number\":\"+919182648101\",\"address\":\"vemulawada\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100041, 3, 451.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-25 14:01:43', '2025-01-27 14:12:03', 441.00, '2025-01-25 14:01:43', NULL, '4676', '2025-01-25 14:01:43', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-25 14:16:32', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.8548981770873\",\"latitude\":\"18.516236735928214\"}', 0, 0.00, 441.00, NULL, 0.00, 0, NULL, 4, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918964512311\",\"address\":\"Vemulawada, \\u0c24\\u0c46\\u0c32\\u0c02\\u0c17\\u0c3e\\u0c23, \\u0c2d\\u0c3e\\u0c30\\u0c24\\u0c26\\u0c47\\u0c36\\u0c02\",\"additional_address\":null,\"latitude\":\"18.466969834113627\",\"longitude\":\"78.87132938951254\",\"zone_id\":4,\"zone_ids\":[4],\"_method\":null,\"contact_person_name\":\"app\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":4,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Pickup &amp; Drop<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":4,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 5.752, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);
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`) VALUES
(100042, 3, 259.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-25 17:20:00', '2025-01-27 14:12:03', 249.00, '2025-01-25 17:20:00', NULL, '6930', '2025-01-25 17:20:00', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-25 18:46:58', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Vattimalla, \\u0c24\\u0c46\\u0c32\\u0c02\\u0c17\\u0c3e\\u0c23, \\u0c2d\\u0c3e\\u0c30\\u0c24\\u0c26\\u0c47\\u0c36\\u0c02\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.66540346294641\",\"latitude\":\"18.53901101682274\"}', 0, 0.00, 249.00, NULL, 0.00, 0, NULL, 4, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919875641231\",\"address\":\"Vemulawada, \\u0c24\\u0c46\\u0c32\\u0c02\\u0c17\\u0c3e\\u0c23, \\u0c2d\\u0c3e\\u0c30\\u0c24\\u0c26\\u0c47\\u0c36\\u0c02\",\"additional_address\":null,\"latitude\":\"18.466969834113627\",\"longitude\":\"78.87132938951254\",\"zone_id\":4,\"zone_ids\":[4],\"_method\":null,\"contact_person_name\":\"app\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":4,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Pickup &amp; Drop<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":4,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 23.171, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100043, 3, 259.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-26 16:34:45', '2025-01-27 14:12:03', 249.00, '2025-01-26 16:34:45', NULL, '2172', '2025-01-26 16:34:45', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-26 16:35:14', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.8547983\",\"latitude\":\"18.5160433\"}', 0, 0.00, 249.00, NULL, 0.00, 0, NULL, 4, 6, NULL, 2, '{\"id\":3,\"address_type\":\"home\",\"contact_person_number\":\"+919876542312\",\"address\":\"vemulawada\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 470.843, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100044, 3, 354.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-26 16:53:52', '2025-01-27 14:12:03', 344.00, '2025-01-26 16:53:52', NULL, '7711', '2025-01-26 16:53:52', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-26 16:54:10', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.8547983\",\"latitude\":\"18.5160433\"}', 0, 0.00, 344.00, NULL, 0.00, 0, NULL, 4, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919874563213\",\"address\":\"Sircilla, Telangana, India\",\"additional_address\":null,\"latitude\":\"18.391126103317813\",\"longitude\":\"78.81008986383677\",\"zone_id\":4,\"zone_ids\":[4],\"_method\":null,\"contact_person_name\":\"app\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":4,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":4,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 14.685, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100045, 3, 259.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-26 16:54:52', '2025-01-27 14:12:03', 249.00, '2025-01-26 16:54:52', NULL, '9833', '2025-01-26 16:54:52', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-26 16:55:08', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.8547983\",\"latitude\":\"18.5160433\"}', 0, 0.00, 249.00, NULL, 0.00, 0, NULL, 4, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919874563211\",\"address\":\"Vemulawada, Telangana, India\",\"additional_address\":null,\"latitude\":\"18.466969834113627\",\"longitude\":\"78.87132938951254\",\"zone_id\":4,\"zone_ids\":[4],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":4,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":4,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 5.735, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100046, 3, 115.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-26 16:56:03', '2025-01-27 14:12:03', 105.00, '2025-01-26 16:56:03', NULL, '3472', '2025-01-26 16:56:03', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-26 16:56:27', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Vizag, Andhra Pradesh, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 105.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182648101\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100047, 1, 284.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-26 16:58:38', '2025-01-27 14:12:03', 274.00, '2025-01-26 16:58:38', NULL, '7830', '2025-01-26 16:58:38', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-26 16:58:51', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"uu\",\"road\":\"hhh\",\"house\":\"hu\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 274.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+918186053422\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"ghh\",\"road\":\"uuu\",\"house\":\"hu\",\"floor\":\"hu\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100048, 1, 284.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-26 16:59:23', '2025-01-27 14:12:03', 274.00, '2025-01-26 16:59:23', NULL, '6003', '2025-01-26 16:59:23', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-26 16:59:41', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"gh\",\"road\":\"gggg\",\"house\":\"gh\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 274.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+918186053422\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"bbb\",\"road\":\"gh\",\"house\":\"bb\",\"floor\":\"hh\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100049, 1, 284.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-26 17:00:24', '2025-01-27 14:12:03', 274.00, '2025-01-26 17:00:24', NULL, '4587', '2025-01-26 17:00:24', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-26 17:00:33', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"hh\",\"road\":\"ghh\",\"house\":\"fg\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 274.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+918186053422\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"vvbb\",\"road\":\"fgf\",\"house\":\"ghh\",\"floor\":\"bhn\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100050, 3, 259.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-26 17:00:57', '2025-01-27 14:12:03', 249.00, '2025-01-26 17:00:57', NULL, '6244', '2025-01-26 17:00:57', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-26 17:01:16', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.8547983\",\"latitude\":\"18.5160433\"}', 0, 0.00, 249.00, NULL, 0.00, 0, NULL, 4, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919874563211\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"additional_address\":null,\"latitude\":\"18.516085087963006\",\"longitude\":\"78.85491158813238\",\"zone_id\":4,\"zone_ids\":[4],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":4,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":4,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.013, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);
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`) VALUES
(100051, 1, 350.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-26 17:03:24', '2025-01-27 14:12:03', 340.00, '2025-01-26 17:03:24', NULL, '3072', '2025-01-26 17:03:24', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-26 17:03:55', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"hsh\",\"road\":\"heh\",\"house\":\"hsh\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 340.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"bsbs\",\"road\":\"beb\",\"house\":\"jej\",\"floor\":\"hsh\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 12.958, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100052, 3, 284.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-26 17:03:29', '2025-01-27 14:12:03', 274.00, '2025-01-26 17:03:29', NULL, '6132', '2025-01-26 17:03:29', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-26 17:03:56', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Vizag, Andhra Pradesh, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 274.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182648101\",\"address\":\"Vizag Railway Station, Railway Quarters, Mahaarajupeta, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.721667124717914\",\"longitude\":\"83.29042464494705\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 8.559, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100053, 1, 350.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-26 17:04:53', '2025-01-27 14:12:03', 340.00, '2025-01-26 17:04:53', NULL, '6181', '2025-01-26 17:04:53', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-26 17:05:47', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"hshs\",\"road\":\"yeggs\",\"house\":\"bsb\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 340.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"dinesh\",\"road\":\"ehj\",\"house\":\"nsn\",\"floor\":\"jshs\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 12.958, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100054, 1, 350.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-26 17:08:25', '2025-01-27 14:12:03', 340.00, '2025-01-26 17:08:25', NULL, '7662', '2025-01-26 17:08:25', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-26 17:10:07', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"hsh\",\"road\":\"bshs\",\"house\":\"hsh\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 340.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"gdg\",\"road\":\"hrh\",\"house\":\"hsh\",\"floor\":\"hsh\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 12.958, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100055, 3, 259.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-26 17:32:45', '2025-01-27 14:12:03', 249.00, '2025-01-26 17:32:45', NULL, '7641', '2025-01-26 17:32:45', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-26 17:32:54', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Vemulawada, Telangana, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.87132938951254\",\"latitude\":\"18.46696983411363\"}', 0, 0.00, 249.00, NULL, 0.00, 0, NULL, 4, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182648101\",\"address\":\"Sircilla, Telangana, India\",\"additional_address\":null,\"latitude\":\"18.391126103317813\",\"longitude\":\"78.81008986383677\",\"zone_id\":4,\"zone_ids\":[4],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":4,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":4,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 10.635, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100056, 1, 284.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-26 17:44:08', '2025-01-27 14:12:03', 274.00, '2025-01-26 17:44:08', NULL, '5378', '2025-01-26 17:44:08', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-26 17:53:11', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 274.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+919876543234\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"fdfd\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100057, 1, 284.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-26 17:53:52', '2025-01-27 14:12:03', 274.00, '2025-01-26 17:53:52', NULL, '4600', '2025-01-26 17:53:52', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-26 18:17:23', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 274.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+919876545678\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"sdf\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);
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`) VALUES
(100058, 1, 284.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-26 20:30:22', '2025-01-27 14:12:03', 274.00, '2025-01-26 20:30:22', NULL, '9015', '2025-01-26 20:30:22', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-26 20:37:45', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 274.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"test\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100059, 1, 284.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-26 20:51:02', '2025-01-27 14:12:03', 274.00, '2025-01-26 20:51:02', NULL, '4442', '2025-01-26 20:51:02', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-26 20:51:11', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"28\\/A, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.2184311375022\",\"latitude\":\"17.687034918421507\"}', 0, 0.00, 274.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 4, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+919876543210\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"Test\",\"road\":\"webkoon street\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 12.933, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100060, 1, 350.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-26 20:52:00', '2025-01-27 14:12:03', 340.00, '2025-01-26 20:52:00', NULL, '5020', '2025-01-26 20:52:00', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-26 20:52:11', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"28\\/A, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.2184311375022\",\"latitude\":\"17.687034918421507\"}', 0, 0.00, 340.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+919876543210\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"Test\",\"road\":\"webkoon street\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 12.933, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100061, 1, 350.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-26 20:58:35', '2025-01-27 14:12:03', 340.00, '2025-01-26 20:58:35', NULL, '5300', '2025-01-26 20:58:35', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-26 20:58:41', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"28\\/A, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.2184311375022\",\"latitude\":\"17.687034918421507\"}', 0, 0.00, 340.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+919876543210\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"Test\",\"road\":\"webkoon street\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 12.933, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100062, 1, 579.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-26 21:04:51', '2025-01-27 14:12:03', 569.00, '2025-01-26 21:04:51', NULL, '4308', '2025-01-26 21:04:51', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-26 21:05:10', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"28\\/A, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.2184311375022\",\"latitude\":\"17.687034918421507\"}', 0, 0.00, 569.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+919876543210\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"Test\",\"road\":\"webkoon street\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 12.933, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100063, 1, 579.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-26 21:08:06', '2025-01-27 14:12:03', 569.00, '2025-01-26 21:08:06', NULL, '7808', '2025-01-26 21:08:06', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-26 21:08:15', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"28\\/A, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.2184311375022\",\"latitude\":\"17.687034918421507\"}', 0, 0.00, 569.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+919876543210\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"Test\",\"road\":\"webkoon street\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 12.933, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);
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`) VALUES
(100064, 1, 579.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-26 21:09:38', '2025-01-27 14:12:03', 569.00, '2025-01-26 21:09:38', NULL, '4202', '2025-01-26 21:09:38', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-26 21:09:48', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"28\\/A, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.2184311375022\",\"latitude\":\"17.687034918421507\"}', 0, 0.00, 569.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+919876543210\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"Test\",\"road\":\"webkoon street\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 12.933, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100065, 1, 579.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-26 21:16:48', '2025-01-27 14:12:03', 569.00, '2025-01-26 21:16:48', NULL, '5403', '2025-01-26 21:16:48', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-26 21:16:55', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"28\\/A, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.2184311375022\",\"latitude\":\"17.687034918421507\"}', 0, 0.00, 569.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+919876543210\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"Test\",\"road\":\"webkoon street\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 12.933, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100066, 1, 537.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-26 21:18:27', '2025-01-27 14:12:03', 527.00, '2025-01-26 21:18:27', NULL, '1723', '2025-01-26 21:18:27', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-26 21:18:44', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"28\\/A, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.2184311375022\",\"latitude\":\"17.687034918421507\"}', 0, 0.00, 527.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+919876543210\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"test\",\"road\":\"webkoon street\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 12.933, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100067, 1, 527.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-26 21:19:54', '2025-01-27 14:12:03', 517.00, '2025-01-26 21:19:54', NULL, '2524', '2025-01-26 21:19:54', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-26 21:19:59', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"28\\/A, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.2184311375022\",\"latitude\":\"17.687034918421507\"}', 0, 0.00, 517.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+919876543210\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"Test\",\"road\":\"webkoon street\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 12.933, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100068, 1, 527.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-26 21:20:54', '2025-01-27 14:12:03', 517.00, '2025-01-26 21:20:54', NULL, '3602', '2025-01-26 21:20:54', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-26 21:23:23', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"28\\/A, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.2184311375022\",\"latitude\":\"17.687034918421507\"}', 0, 0.00, 517.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+919876543210\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"Teat\",\"road\":\"webkoon street\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 12.933, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100069, 1, 579.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-26 21:23:40', '2025-01-27 14:12:03', 569.00, '2025-01-26 21:23:40', NULL, '4560', '2025-01-26 21:23:40', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-26 21:23:54', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"28\\/A, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.2184311375022\",\"latitude\":\"17.687034918421507\"}', 0, 0.00, 569.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+919876543210\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"Teat\",\"road\":\"webkoon street\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 12.933, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);
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`) VALUES
(100070, 1, 527.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-26 21:26:13', '2025-01-27 14:12:03', 517.00, '2025-01-26 21:26:13', NULL, '7804', '2025-01-26 21:26:13', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-26 21:26:26', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"28\\/A, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.2184311375022\",\"latitude\":\"17.687034918421507\"}', 0, 0.00, 517.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+919876543210\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"Twtz\",\"road\":\"webkoon street\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 12.933, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100071, 1, 527.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-27 00:04:01', '2025-01-27 14:12:03', 517.00, '2025-01-27 00:04:01', NULL, '4439', '2025-01-27 00:04:01', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-27 00:04:09', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"28\\/A, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.2184311375022\",\"latitude\":\"17.687034918421507\"}', 0, 0.00, 517.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+919876543210\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"Test\",\"road\":\"webkoon street\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":7,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2024-12-24T10:30:16.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 12.933, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100072, 3, 209.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-27 20:04:50', '2025-01-28 10:37:37', 199.00, '2025-01-27 20:04:50', NULL, '9135', '2025-01-27 20:04:50', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-27 20:05:01', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"home\",\"address\":\"vemulawada\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":3,\"address_type\":\"home\",\"contact_person_number\":\"+919182618810\",\"address\":\"vemulawada\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":false,\"digital_payment\":true,\"offline_payment\":false,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":false,\"offline_payment\":false,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 1, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100073, 3, 209.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-27 20:16:35', '2025-01-28 13:47:56', 199.00, '2025-01-27 20:16:35', NULL, '5853', '2025-01-27 20:16:35', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-28 13:47:56', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"home\",\"address\":\"vemulawada\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":3,\"address_type\":\"home\",\"contact_person_number\":\"+919347791341\",\"address\":\"vemulawada\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"nanj\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 1, 'item was wrong', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100074, 3, 209.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-27 20:18:01', '2025-01-29 12:39:09', 199.00, '2025-01-27 20:18:01', NULL, '9180', '2025-01-27 20:18:01', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-29 12:39:09', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Pendurthi, Visakhapatnam, Andhra Pradesh, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.2089126482606\",\"latitude\":\"17.805520039549506\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182648101\",\"address\":\"Pendurthi, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.805520039549506\",\"longitude\":\"83.2089126482606\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"vvcc\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 1, 'item was wrong', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100075, 3, 209.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-28 10:34:54', '2025-01-29 18:11:17', 199.00, '2025-01-28 10:34:54', NULL, '4273', '2025-01-28 10:34:54', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-29 18:11:17', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"home\",\"address\":\"vemulawada\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":3,\"address_type\":\"home\",\"contact_person_number\":\"+919347791341\",\"address\":\"vemulawada\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"mff\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 1, 'item was wrong', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100076, 3, 209.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-28 10:41:56', '2025-02-03 08:26:01', 199.00, '2025-01-28 10:41:56', NULL, '7167', '2025-01-28 10:41:56', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-03 08:26:01', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"home\",\"address\":\"vemulawada\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":3,\"address_type\":\"home\",\"contact_person_number\":\"+919347761341\",\"address\":\"vemulawada\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"ygfh\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 1, 'item was wrong', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);
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`) VALUES
(100077, 3, 209.00, 0.00, NULL, 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 9, NULL, NULL, 'parcel', 1, NULL, '2025-01-28 11:18:26', '2025-01-29 16:16:55', 199.00, '2025-01-28 11:18:26', NULL, '3324', '2025-01-28 11:18:26', '2025-01-29 16:16:49', '2025-01-28 14:38:14', '2025-01-29 16:16:49', '2025-01-29 16:16:49', '2025-01-29 16:16:52', '2025-01-29 16:16:55', NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"home\",\"address\":\"vemulawada\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":3,\"address_type\":\"home\",\"contact_person_number\":\"+919182648110\",\"address\":\"vemulawada\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100078, 3, 540.00, 0.00, NULL, 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 12, NULL, NULL, 'parcel', 1, NULL, '2025-01-28 11:19:49', '2025-01-31 19:06:35', 530.00, '2025-01-28 11:19:49', NULL, '3980', '2025-01-28 11:19:49', '2025-01-31 19:05:49', '2025-01-31 19:06:22', '2025-01-31 19:06:22', '2025-01-31 19:06:22', '2025-01-31 19:06:31', '2025-01-31 19:06:35', NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Pendurthi, Visakhapatnam, Andhra Pradesh, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.2089126482606\",\"latitude\":\"17.805520039549506\"}', 0, 0.00, 530.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182648101\",\"address\":\"Vizag, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 13.253, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100079, 3, 209.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-28 11:24:32', '2025-01-28 14:41:17', 199.00, '2025-01-28 11:24:32', NULL, '3887', '2025-01-28 11:24:32', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-28 14:41:17', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Pendurthi, Visakhapatnam, Andhra Pradesh, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.2089126482606\",\"latitude\":\"17.805520039549506\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919347791341\",\"address\":\"Pendurthi Junction, Balaji Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.822097452482293\",\"longitude\":\"83.20504389703274\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 1.890, 0.00, NULL, NULL, 0, NULL, 2, 'null', 'admin', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100080, 3, 9373.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-28 14:47:50', '2025-02-22 17:49:33', 9363.00, '2025-01-28 14:47:50', NULL, '9043', '2025-01-28 14:47:50', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-22 17:49:33', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"home\",\"address\":\"vemulawada\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 9363.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919347791341\",\"address\":\"Vemulawada, Telangana, India\",\"additional_address\":null,\"latitude\":\"18.46696983411363\",\"longitude\":\"78.87132938951254\",\"zone_id\":4,\"zone_ids\":[4],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":4,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":4,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 468.147, 0.00, NULL, NULL, 0, NULL, NULL, 'item was wrong', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100081, 1, 209.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-28 17:23:28', '2025-01-28 17:28:35', 199.00, '2025-01-28 17:23:28', NULL, '4491', '2025-01-28 17:23:28', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-28 17:23:36', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\"hsh\",\"road\":\"hsh\",\"house\":\"ehh\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"vsv\",\"road\":\"hwh\",\"house\":\"bwh\",\"floor\":\"jsj\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100082, 1, 209.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-28 17:24:06', '2025-01-28 17:28:35', 199.00, '2025-01-28 17:24:06', NULL, '1460', '2025-01-28 17:24:06', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-28 17:24:15', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\"jsj\",\"road\":\"dbbsjej\",\"house\":\"nsns\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"bsbs\",\"road\":\"hshs\",\"house\":\"nsn\",\"floor\":\"nan\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100083, 1, 528.00, 0.00, NULL, 'paid', 'delivered', 0.00, 'digital_payment', NULL, NULL, 12, NULL, NULL, 'parcel', 1, NULL, '2025-01-28 17:24:48', '2025-01-31 19:05:16', 518.00, '2025-01-28 17:24:48', NULL, '7289', '2025-01-28 17:36:33', '2025-01-31 19:04:53', '2025-01-31 19:05:05', '2025-01-31 19:05:05', '2025-01-31 19:05:05', '2025-01-31 19:05:10', '2025-01-31 19:05:16', NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\"jsj\",\"road\":\"hsbns\",\"house\":\"nenn\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 518.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+918186053422\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"bsbs\",\"road\":\"webkoon street\",\"house\":\"bsh\",\"floor\":\"js\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 12.958, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 10.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);
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`) VALUES
(100084, 3, 199.00, 0.00, NULL, 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 9, NULL, NULL, 'parcel', 1, NULL, '2025-01-29 13:33:03', '2025-01-29 16:16:42', 199.00, '2025-01-29 13:33:03', NULL, '4775', '2025-01-29 13:33:03', '2025-01-29 16:16:33', '2025-01-29 16:11:25', '2025-01-29 16:16:33', '2025-01-29 16:16:33', '2025-01-29 16:16:37', '2025-01-29 16:16:42', NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"home\",\"address\":\"vemulawada\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":3,\"address_type\":\"home\",\"contact_person_number\":\"+919182648101\",\"address\":\"vemulawada\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"hgxf\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100085, 3, 199.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-29 18:05:29', '2025-01-31 19:26:42', 199.00, '2025-01-29 18:05:29', NULL, '9123', '2025-01-29 18:05:29', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-31 19:26:42', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.85449014604092\",\"latitude\":\"18.51596173480201\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 4, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919874533111\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"additional_address\":null,\"latitude\":\"18.51596173480201\",\"longitude\":\"78.85449014604092\",\"zone_id\":4,\"zone_ids\":[4],\"_method\":null,\"contact_person_name\":\"man\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":4,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":4,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, 'null', 'admin', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100086, 3, 199.00, 0.00, NULL, 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-29 18:24:11', '2025-01-29 18:26:27', 199.00, '2025-01-29 18:24:11', NULL, '6723', '2025-01-29 18:24:11', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Pendurthi, Visakhapatnam, Andhra Pradesh, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.2089126482606\",\"latitude\":\"17.805520039549506\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919347791341\",\"address\":\"Pendurthi, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.805520039549506\",\"longitude\":\"83.2089126482606\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"gvv\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100087, 3, 199.00, 0.00, NULL, 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-29 18:24:46', '2025-01-29 18:26:27', 199.00, '2025-01-29 18:24:46', NULL, '3515', '2025-01-29 18:24:46', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"home\",\"address\":\"vemulawada\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":3,\"address_type\":\"home\",\"contact_person_number\":\"+919347791341\",\"address\":\"vemulawada\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"hh\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100088, 3, 199.00, 0.00, NULL, 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-29 18:34:36', '2025-01-30 14:32:16', 199.00, '2025-01-29 18:34:36', NULL, '2594', '2025-01-29 18:34:36', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"home\",\"address\":\"vemulawada\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":3,\"address_type\":\"home\",\"contact_person_number\":\"+919347791341\",\"address\":\"vemulawada\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"jhff\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100089, 3, 199.00, 0.00, NULL, 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-29 18:41:52', '2025-01-30 14:32:16', 199.00, '2025-01-29 18:41:52', NULL, '8257', '2025-01-29 18:41:52', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Pendurthi, Visakhapatnam, Andhra Pradesh, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.2089126482606\",\"latitude\":\"17.805520039549506\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919347791341\",\"address\":\"Pendurthi Bus Stop, Araku - Visakhapatnam Road, Aditya Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.822920952272835\",\"longitude\":\"83.20481389760971\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"ggvg\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 1.985, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100090, 3, 199.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-30 08:17:26', '2025-01-30 14:32:16', 199.00, '2025-01-30 08:17:26', NULL, '6172', '2025-01-30 08:17:26', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-30 08:17:39', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"home\",\"address\":\"vemulawada\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 4, '{\"id\":3,\"address_type\":\"home\",\"contact_person_number\":\"+919874563212\",\"address\":\"vemulawada\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"app\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);
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`) VALUES
(100091, 3, 199.00, 0.00, NULL, 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-31 11:43:30', '2025-01-31 15:57:50', 199.00, '2025-01-31 11:43:30', NULL, '2265', '2025-01-31 11:43:30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Pendurthi, Visakhapatnam, Andhra Pradesh, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.2089126482606\",\"latitude\":\"17.805520039549506\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182648101\",\"address\":\"Pendurthi, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.805520039549506\",\"longitude\":\"83.2089126482606\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100092, 3, 199.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-31 11:48:09', '2025-01-31 15:57:50', 199.00, '2025-01-31 11:48:09', NULL, '8362', '2025-01-31 11:48:09', NULL, NULL, NULL, NULL, NULL, NULL, '2025-01-31 11:48:14', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Vizag, Andhra Pradesh, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182648101\",\"address\":\"Vizag Railway Station, Railway Quarters, Mahaarajupeta, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.721667124717914\",\"longitude\":\"83.29042464494705\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"gvc\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 8.559, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100093, 3, 199.00, 0.00, NULL, 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 9, NULL, NULL, 'parcel', 1, NULL, '2025-01-31 11:48:54', '2025-01-31 17:58:05', 199.00, '2025-01-31 11:48:54', NULL, '6759', '2025-01-31 11:48:54', '2025-01-31 17:57:15', '2025-01-31 17:57:38', '2025-01-31 17:57:38', '2025-01-31 17:57:38', '2025-01-31 17:57:57', '2025-01-31 17:58:05', NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Vizag, Andhra Pradesh, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182348101\",\"address\":\"Vizag Railway Station, Railway Quarters, Mahaarajupeta, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.721667124717914\",\"longitude\":\"83.29042464494705\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"gfcg\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 8.559, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100094, 1, 518.00, 0.00, NULL, 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 12, NULL, NULL, 'parcel', 1, NULL, '2025-01-31 16:06:39', '2025-01-31 19:06:56', 518.00, '2025-01-31 16:06:39', NULL, '6565', '2025-01-31 16:06:39', '2025-01-31 19:06:12', '2025-01-31 19:06:45', '2025-01-31 19:06:45', '2025-01-31 19:06:45', '2025-01-31 19:06:51', '2025-01-31 19:06:56', NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\"hsh\",\"road\":\"bdbs\",\"house\":\"heh\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 518.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+918186053422\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":3,\"zone_ids\":[3,2],\"_method\":null,\"contact_person_name\":\"hshs\",\"road\":\"webkoon street\",\"house\":\"hsh\",\"floor\":\"jsj\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 12.958, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100095, 1, 199.00, 0.00, NULL, 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-31 16:25:02', '2025-01-31 16:25:52', 199.00, '2025-01-31 16:25:02', NULL, '1999', '2025-01-31 16:25:02', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\"bw\",\"road\":\"hsh\",\"house\":\"hwh\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,4,2],\"_method\":null,\"contact_person_name\":\"bsb\",\"road\":\"hsb\",\"house\":\"nsn\",\"floor\":\"nsm\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]},{\"id\":4,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":4,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100096, 1, 199.00, 0.00, NULL, 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 9, NULL, NULL, 'parcel', 1, NULL, '2025-01-31 16:34:32', '2025-01-31 17:57:48', 199.00, '2025-01-31 16:34:32', NULL, '2707', '2025-01-31 16:34:32', '2025-01-31 17:34:20', '2025-01-31 17:57:32', '2025-01-31 17:57:32', '2025-01-31 17:57:32', '2025-01-31 17:57:44', '2025-01-31 17:57:48', NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\"hsh\",\"road\":\"bsbs\",\"house\":\"hwhw\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":3,\"zone_ids\":[3,4,2],\"_method\":null,\"contact_person_name\":\"bsbs\",\"road\":\"bsb\",\"house\":\"beh\",\"floor\":\"jsj\",\"zone_data\":[{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]},{\"id\":4,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":4,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]},{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100097, 1, 178.00, 0.00, '', 'unpaid', 'pending', 8.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 4, '2025-01-31 16:38:30', '2025-01-31 16:38:47', 0.00, '2025-01-31 16:38:30', NULL, '5110', '2025-01-31 16:38:30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\".rm\",\"road\":\"nen\",\"house\":\"nennen\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 30.00, 33.00, NULL, 0.00, 0, NULL, 2, 2, NULL, NULL, NULL, NULL, 6.642, 0.00, 'admin', NULL, 0, 'excluded', 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 5.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);
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`) VALUES
(100098, 1, 199.00, 0.00, NULL, 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 18, NULL, NULL, 'parcel', 1, NULL, '2025-01-31 18:22:46', '2025-02-10 13:41:57', 199.00, '2025-01-31 18:22:46', NULL, '9300', '2025-01-31 18:22:46', '2025-02-10 13:41:39', '2025-02-10 13:41:44', '2025-02-10 13:41:44', '2025-02-10 13:41:44', '2025-02-10 13:41:51', '2025-02-10 13:41:57', NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"bsb\",\"road\":\"hsbsb\",\"house\":\"hdbsb\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"V6C9+W9 Relli, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.87234566904256\",\"longitude\":\"83.21848712861538\",\"zone_id\":2,\"zone_ids\":[2,3,4],\"_method\":null,\"contact_person_name\":\"hdbd\",\"road\":\"webkoon street\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]},{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]},{\"id\":4,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":4,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 7.697, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100099, 3, 199.00, 0.00, NULL, 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-01-31 18:31:11', '2025-01-31 18:41:26', 199.00, '2025-01-31 18:31:11', NULL, '2558', '2025-01-31 18:31:11', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"home\",\"address\":\"vemulawada\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":3,\"address_type\":\"home\",\"contact_person_number\":\"+919347791341\",\"address\":\"vemulawada\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":2,\"zone_ids\":[2,3,4],\"_method\":null,\"contact_person_name\":\"hdhhe\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]},{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]},{\"id\":4,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":4,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100100, 3, 199.00, 0.00, NULL, 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 12, NULL, NULL, 'parcel', 1, NULL, '2025-01-31 18:32:34', '2025-01-31 19:03:49', 199.00, '2025-01-31 18:32:34', NULL, '2740', '2025-01-31 18:32:34', '2025-01-31 19:03:18', '2025-01-31 19:03:34', '2025-01-31 19:03:34', '2025-01-31 19:03:34', '2025-01-31 19:03:43', '2025-01-31 19:03:49', NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"home\",\"address\":\"vemulawada\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":3,\"address_type\":\"home\",\"contact_person_number\":\"+919347791341\",\"address\":\"vemulawada\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":2,\"zone_ids\":[2,3,4],\"_method\":null,\"contact_person_name\":\"ggg\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]},{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]},{\"id\":4,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":4,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100101, 3, 342.00, 0.00, NULL, 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 12, NULL, NULL, 'parcel', 1, NULL, '2025-01-31 18:44:17', '2025-01-31 19:01:29', 342.00, '2025-01-31 18:44:17', NULL, '6750', '2025-01-31 18:44:17', '2025-01-31 18:58:38', '2025-01-31 19:00:17', '2025-01-31 19:00:17', '2025-01-31 19:00:17', '2025-01-31 19:01:05', '2025-01-31 19:01:29', NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Vizag, Andhra Pradesh, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 342.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919347791341\",\"address\":\"Vizag Railway Station, Railway Quarters, Mahaarajupeta, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.721667124717914\",\"longitude\":\"83.29042464494705\",\"zone_id\":2,\"zone_ids\":[2,3,4],\"_method\":null,\"contact_person_name\":\"hhgg\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]},{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]},{\"id\":4,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":4,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 8.559, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, '[{\"img\":\"2025-01-31-679cd0b14518c.png\",\"storage\":\"public\"}]', 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100102, 3, 199.00, 0.00, NULL, 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 14, NULL, NULL, 'parcel', 1, NULL, '2025-01-31 19:43:17', '2025-02-01 09:37:29', 199.00, '2025-01-31 19:43:17', NULL, '1472', '2025-01-31 19:43:17', '2025-01-31 20:41:02', '2025-02-01 09:35:34', '2025-02-01 09:35:34', '2025-02-01 09:35:34', '2025-02-01 09:37:14', '2025-02-01 09:37:29', NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"home\",\"address\":\"vemulawada\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":3,\"address_type\":\"home\",\"contact_person_number\":\"+919874563211\",\"address\":\"vemulawada\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":2,\"zone_ids\":[2,3],\"_method\":null,\"contact_person_name\":\"app\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]},{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100103, 3, 199.00, 0.00, NULL, 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 14, NULL, NULL, 'parcel', 1, NULL, '2025-01-31 20:13:34', '2025-02-01 16:40:28', 199.00, '2025-01-31 20:13:34', NULL, '2384', '2025-01-31 20:13:34', '2025-02-01 16:38:34', '2025-02-01 16:39:44', '2025-02-01 16:39:44', '2025-02-01 16:39:44', '2025-02-01 16:40:09', '2025-02-01 16:40:28', NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"home\",\"address\":\"vemulawada\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":3,\"address_type\":\"home\",\"contact_person_number\":\"+919347791341\",\"address\":\"vemulawada\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":2,\"zone_ids\":[2,3],\"_method\":null,\"contact_person_name\":\"hhgg\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]},{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);
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`) VALUES
(100104, 3, 199.00, 0.00, NULL, 'unpaid', 'accepted', 0.00, 'cash_on_delivery', NULL, NULL, 9, NULL, NULL, 'parcel', 1, NULL, '2025-01-31 20:36:22', '2025-01-31 20:56:19', 199.00, '2025-01-31 20:36:22', NULL, '2733', '2025-01-31 20:36:22', '2025-01-31 20:56:19', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Pendurthi, Visakhapatnam, Andhra Pradesh, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.2089126482606\",\"latitude\":\"17.805520039549506\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919347791341\",\"address\":\"Pendurthi Railway Station Road, Karmika Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.810641792822594\",\"longitude\":\"83.20127304643393\",\"zone_id\":2,\"zone_ids\":[2,3],\"_method\":null,\"contact_person_name\":\"ghg\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]},{\"id\":3,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"It\'s raining! We will find a delivery partner at the earliest to deliver your order.\",\"modules\":[{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":4,\"per_km_shipping_charge\":10,\"minimum_shipping_charge\":10,\"maximum_shipping_charge\":10,\"maximum_cod_order_amount\":999}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":3,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.990, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100105, 3, 199.00, 0.00, NULL, 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-02 16:43:04', '2025-02-02 16:52:47', 199.00, '2025-02-02 16:43:04', NULL, '5342', '2025-02-02 16:43:04', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"home\",\"address\":\"vemulawada\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":3,\"address_type\":\"home\",\"contact_person_number\":\"+919182648101\",\"address\":\"vemulawada\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"ffff\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100106, 3, 199.00, 0.00, NULL, 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 14, NULL, NULL, 'parcel', 1, NULL, '2025-02-02 16:45:22', '2025-02-02 17:01:28', 199.00, '2025-02-02 16:45:22', NULL, '4019', '2025-02-02 16:45:22', '2025-02-02 16:53:09', '2025-02-02 17:01:08', '2025-02-02 17:01:08', '2025-02-02 17:01:08', '2025-02-02 17:01:18', '2025-02-02 17:01:28', NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"home\",\"address\":\"vemulawada\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":3,\"address_type\":\"home\",\"contact_person_number\":\"+919347791341\",\"address\":\"vemulawada\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100107, 3, 9363.00, 0.00, NULL, 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-02 16:50:38', '2025-02-02 16:52:47', 9363.00, '2025-02-02 16:50:38', NULL, '5662', '2025-02-02 16:50:38', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"home\",\"address\":\"vemulawada\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 9363.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919347791341\",\"address\":\"Vemulawada, Telangana, India\",\"additional_address\":null,\"latitude\":\"18.46696983411363\",\"longitude\":\"78.87132938951254\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"jhhh\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 468.147, 0.00, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100108, 3, 199.00, 0.00, NULL, 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-02 16:55:09', '2025-02-02 17:56:21', 199.00, '2025-02-02 16:55:09', NULL, '9852', '2025-02-02 16:55:09', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"home\",\"address\":\"vemulawada\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":3,\"address_type\":\"home\",\"contact_person_number\":\"+919347791341\",\"address\":\"vemulawada\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"hhhh\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100109, 3, 199.00, 0.00, NULL, 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 15, NULL, NULL, 'parcel', 1, NULL, '2025-02-02 16:56:48', '2025-02-02 18:03:49', 199.00, '2025-02-02 16:56:48', NULL, '1684', '2025-02-02 16:56:48', '2025-02-02 18:00:38', '2025-02-02 18:02:04', '2025-02-02 18:02:04', '2025-02-02 18:02:04', '2025-02-02 18:03:26', '2025-02-02 18:03:49', NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"home\",\"address\":\"vemulawada\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":3,\"address_type\":\"home\",\"contact_person_number\":\"+919347791341\",\"address\":\"vemulawada\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"hhh\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100110, 1, 199.00, 0.00, NULL, 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-02 16:59:24', '2025-02-02 17:56:21', 199.00, '2025-02-02 16:59:24', NULL, '2799', '2025-02-02 16:59:24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"hshs\",\"road\":\"bsb\",\"house\":\"gshh\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+918186053422\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"vzvz\",\"road\":\"h\",\"house\":\"hsh\",\"floor\":\"bsbz\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100111, 1, 199.00, 0.00, NULL, 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-02 17:00:24', '2025-02-02 17:56:21', 199.00, '2025-02-02 17:00:24', NULL, '1707', '2025-02-02 17:00:24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"shsh\",\"road\":\"hshs\",\"house\":\"zhhs\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+918186053422\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"bzb\",\"road\":\"hsb\",\"house\":\"hsh\",\"floor\":\"bsb\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);
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`) VALUES
(100112, 3, 199.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-02 17:03:21', '2025-02-02 17:56:21', 199.00, '2025-02-02 17:03:21', NULL, '3856', '2025-02-02 17:03:21', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-02 17:04:57', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.8545783\",\"latitude\":\"18.5160717\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919785461324\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"additional_address\":null,\"latitude\":\"18.5160717\",\"longitude\":\"78.8545783\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>food<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>meat<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.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.<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>Fresh, hand-picked fruits and vegetables delivered straight to your door. Quality you can trust!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Pickup &amp; Drop<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"pharmacy\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, 'item was wrong', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100113, 3, 199.00, 0.00, NULL, 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-02 17:04:29', '2025-02-02 17:56:21', 199.00, '2025-02-02 17:04:29', NULL, '2300', '2025-02-02 17:04:29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.8545783\",\"latitude\":\"18.5160717\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918974563213\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"additional_address\":null,\"latitude\":\"18.5160717\",\"longitude\":\"78.8545783\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"map\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>food<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>meat<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.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.<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>Fresh, hand-picked fruits and vegetables delivered straight to your door. Quality you can trust!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Pickup &amp; Drop<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"pharmacy\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100114, 3, 199.00, 0.00, NULL, 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 14, NULL, NULL, 'parcel', 1, NULL, '2025-02-02 17:56:09', '2025-02-02 17:58:52', 199.00, '2025-02-02 17:56:09', NULL, '8543', '2025-02-02 17:56:09', '2025-02-02 17:56:42', '2025-02-02 17:58:15', '2025-02-02 17:58:15', '2025-02-02 17:58:15', '2025-02-02 17:58:40', '2025-02-02 17:58:52', NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"home\",\"address\":\"vemulawada\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 4, '{\"id\":3,\"address_type\":\"home\",\"contact_person_number\":\"+919347791341\",\"address\":\"vemulawada\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"hhh\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100115, 1, 199.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-02 22:58:13', '2025-02-04 20:25:29', 199.00, '2025-02-02 22:58:13', NULL, '7921', '2025-02-02 22:58:13', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-02 22:58:46', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+919898765678\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"fdfd\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100116, 1, 199.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-02 23:11:37', '2025-02-04 20:25:29', 199.00, '2025-02-02 23:11:37', NULL, '9098', '2025-02-02 23:11:37', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-02 23:12:14', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+919898767898\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"vvc\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100117, 1, 199.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-02 23:14:21', '2025-02-04 20:25:29', 199.00, '2025-02-02 23:14:21', NULL, '8308', '2025-02-02 23:14:21', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-02 23:15:08', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+919898767898\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"vdcv\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100118, 1, 199.00, 0.00, NULL, 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-03 00:04:43', '2025-02-04 20:25:29', 199.00, '2025-02-03 00:04:43', NULL, '4660', '2025-02-03 00:04:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"ggg\",\"road\":\"ff\",\"house\":\"ff\",\"longitude\":\"83.2174058\",\"latitude\":\"17.8031919\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"R5RC+QP Mudapaka, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.84191401428533\",\"longitude\":\"83.17182540893555\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"vv\",\"road\":\"cv\",\"house\":\"ff\",\"floor\":\"gg\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 6.474, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100119, 1, 199.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-03 06:21:49', '2025-02-04 20:25:29', 199.00, '2025-02-03 06:21:49', NULL, '1198', '2025-02-03 06:21:49', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-03 06:21:56', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"hh\",\"road\":\"ggg\",\"house\":\"gh\",\"longitude\":\"83.2174058\",\"latitude\":\"17.8031919\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"R645+6H3, Near Over Bridge, Chanukya Nagar, Chinnamushidiwada, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.805520039549506\",\"longitude\":\"83.2089126482606\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"gh\",\"road\":\"fff\",\"house\":\"ggg\",\"floor\":\"hh\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.937, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);
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`) VALUES
(100120, 1, 199.00, 0.00, NULL, 'unpaid', 'pending', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-03 10:20:12', '2025-02-04 20:25:29', 199.00, '2025-02-03 10:20:12', NULL, '9333', '2025-02-03 10:20:12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"Ambli BRT Road, Near Iskcon Temple, Off SG Highway, 2GH4+76F, Ambli Rd, Vikram Nagar, Ahmedabad, Gujarat 380054, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"72.5055081\",\"latitude\":\"23.0282145\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919988776655\",\"address\":\"Ambli BRT Road, Near Iskcon Temple, Off SG Highway, 2GH4+76F, Ambli Rd, Vikram Nagar, Ahmedabad, Gujarat 380054, India\",\"additional_address\":null,\"latitude\":\"23.0282145\",\"longitude\":\"72.5055081\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"hshs\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100121, 1, 517.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-03 10:47:59', '2025-02-04 20:25:29', 517.00, '2025-02-03 10:47:59', NULL, '6262', '2025-02-03 10:47:59', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-03 10:48:09', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"\",\"road\":\"webkoon street\",\"house\":\"\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 517.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"28\\/A, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"additional_address\":null,\"latitude\":\"17.687034918421507\",\"longitude\":\"83.2184311375022\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"Test\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 12.933, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100122, 1, 517.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-03 10:52:19', '2025-02-04 20:25:29', 517.00, '2025-02-03 10:52:19', NULL, '9542', '2025-02-03 10:52:19', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-03 10:52:34', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"\",\"road\":\"webkoon street\",\"house\":\"\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 517.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"28\\/A, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"additional_address\":null,\"latitude\":\"17.687034918421507\",\"longitude\":\"83.2184311375022\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"Test\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 12.933, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100123, 1, 517.00, 0.00, NULL, 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-03 10:54:15', '2025-02-04 20:25:29', 517.00, '2025-02-03 10:54:15', NULL, '7621', '2025-02-03 10:54:15', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-03 10:54:20', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"\",\"road\":\"webkoon street\",\"house\":\"\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 517.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"28\\/A, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"additional_address\":null,\"latitude\":\"17.687034918421507\",\"longitude\":\"83.2184311375022\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"Test\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 12.933, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100124, 1, 517.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-03 11:31:30', '2025-02-04 20:25:29', 517.00, '2025-02-03 11:31:30', NULL, '6642', '2025-02-03 11:31:30', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-03 11:31:36', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"\",\"road\":\"webkoon street\",\"house\":\"\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 517.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"28\\/A, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"additional_address\":null,\"latitude\":\"17.687034918421507\",\"longitude\":\"83.2184311375022\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"Test\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 12.933, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100125, 3, 1269.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-03 11:49:20', '2025-02-04 20:25:29', 1269.00, '2025-02-03 11:49:20', NULL, '9817', '2025-02-03 11:49:20', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.8545783\",\"latitude\":\"18.5160717\"}', 0, 0.00, 1269.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919874563212\",\"address\":\"Karimnagar, \\u0c24\\u0c46\\u0c32\\u0c02\\u0c17\\u0c3e\\u0c23, \\u0c2d\\u0c3e\\u0c30\\u0c24\\u0c26\\u0c47\\u0c36\\u0c02\",\"additional_address\":null,\"latitude\":\"18.4385553\",\"longitude\":\"79.1288412\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"app\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>food<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>meat<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.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.<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>Fresh, hand-picked fruits and vegetables delivered straight to your door. Quality you can trust!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Pickup &amp; Drop<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"pharmacy\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 30.215, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100126, 1, 179.00, 20.00, 'Pickup Coupon 1', 'unpaid', 'pending', 0.00, 'digital_payment', NULL, NULL, NULL, 'PARCEL10', NULL, 'parcel', 1, NULL, '2025-02-03 22:24:57', '2025-02-04 20:25:29', 199.00, '2025-02-03 22:24:57', NULL, '8756', '2025-02-03 22:24:57', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+919898767656\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"fdf\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100127, 1, 179.00, 20.00, 'Pickup Coupon 1', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, 'PARCEL10', NULL, 'parcel', 1, NULL, '2025-02-03 22:39:40', '2025-02-04 20:25:29', 199.00, '2025-02-03 22:39:40', NULL, '5987', '2025-02-03 22:39:40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"floor\":\"bsh\",\"road\":\"hsh\",\"house\":\"hsh\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"12-4-32, Himachalnagar, Gajuwaka, Visakhapatnam, Andhra Pradesh 530026, India\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"vsb\",\"road\":\"bsbs\",\"house\":\"vsb\",\"floor\":\"bsb\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);
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`) VALUES
(100128, 3, 229.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-04 10:08:16', '2025-02-04 20:25:29', 229.00, '2025-02-04 10:08:16', NULL, '6313', '2025-02-04 10:08:16', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-04 10:10:22', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.85504502803087\",\"latitude\":\"18.515990029735974\"}', 0, 0.00, 229.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918794561234\",\"address\":\"Vemulawada, \\u0c24\\u0c46\\u0c32\\u0c02\\u0c17\\u0c3e\\u0c23, \\u0c2d\\u0c3e\\u0c30\\u0c24\\u0c26\\u0c47\\u0c36\\u0c02\",\"additional_address\":null,\"latitude\":\"18.466969834113627\",\"longitude\":\"78.87132938951254\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"man\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>food<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>meat<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.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.<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>Fresh, hand-picked fruits and vegetables delivered straight to your door. Quality you can trust!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Pickup &amp; Drop<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"pharmacy\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 5.721, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100129, 3, 199.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-04 10:10:42', '2025-02-04 20:25:29', 199.00, '2025-02-04 10:10:42', NULL, '5648', '2025-02-04 10:10:42', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-04 10:10:56', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"R645+6H3, Near Over Bridge, Chanukya Nagar, Chinnamushidiwada, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.20891259999999\",\"latitude\":\"17.80552\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919784516321\",\"address\":\"R645+6H3, Near Over Bridge, Chanukya Nagar, Chinnamushidiwada, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.80552\",\"longitude\":\"83.20891259999999\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"ap\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>food<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>meat<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.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.<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>Fresh, hand-picked fruits and vegetables delivered straight to your door. Quality you can trust!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Pickup &amp; Drop<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"pharmacy\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100130, 3, 209.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-04 19:39:09', '2025-02-04 20:25:29', 199.00, '2025-02-04 19:39:09', NULL, '3623', '2025-02-04 19:39:09', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-04 19:39:53', NULL, NULL, '{\"contact_person_name\":\"mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.854765\",\"latitude\":\"18.515905\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919163451284\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"additional_address\":null,\"latitude\":\"18.515905\",\"longitude\":\"78.854765\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"man\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"manikrishna@gmail.com\"}', 'sender', 0.000, 10.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100131, 3, 209.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-04 19:40:50', '2025-02-04 20:25:29', 199.00, '2025-02-04 19:40:50', NULL, '9176', '2025-02-04 19:40:50', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-04 19:41:13', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.854765\",\"latitude\":\"18.515905\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918976542132\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"additional_address\":null,\"latitude\":\"18.515905\",\"longitude\":\"78.854765\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 10.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100132, 3, 209.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-04 19:41:43', '2025-02-04 20:25:29', 199.00, '2025-02-04 19:41:43', NULL, '8199', '2025-02-04 19:41:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.854765\",\"latitude\":\"18.515905\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918976452311\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"additional_address\":null,\"latitude\":\"18.515905\",\"longitude\":\"78.854765\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"man\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 10.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100133, 3, 110.00, 100.00, 'New40', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, 'New50', NULL, 'parcel', 1, NULL, '2025-02-04 19:59:23', '2025-02-04 20:25:29', 199.00, '2025-02-04 19:59:23', NULL, '2138', '2025-02-04 19:59:23', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-04 20:00:12', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.8546433\",\"latitude\":\"18.516135\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 4, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918975463121\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"additional_address\":null,\"latitude\":\"18.516135\",\"longitude\":\"78.8546433\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 10.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100134, 3, 110.00, 100.00, 'New40', 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, 'New50', NULL, 'parcel', 1, NULL, '2025-02-04 20:00:44', '2025-02-04 20:25:29', 199.00, '2025-02-04 20:00:44', NULL, '7821', '2025-02-04 20:00:44', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-04 20:02:14', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.8546433\",\"latitude\":\"18.516135\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918976452131\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"additional_address\":null,\"latitude\":\"18.516135\",\"longitude\":\"78.8546433\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"app\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 10.00, NULL, NULL, 0, NULL, 2, 'item was wrong', 'customer', 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100135, 3, 110.00, 100.00, 'New40', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, 'New50', NULL, 'parcel', 1, NULL, '2025-02-04 20:07:21', '2025-02-04 20:25:29', 199.00, '2025-02-04 20:07:21', NULL, '4760', '2025-02-04 20:07:21', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.8546433\",\"latitude\":\"18.516135\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918975463213\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"additional_address\":null,\"latitude\":\"18.516135\",\"longitude\":\"78.8546433\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"man\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 10.00, NULL, NULL, 0, NULL, 2, NULL, NULL, 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);
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`) VALUES
(100136, 3, 243.00, 100.00, 'Pickup Flat Coupon', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, 'PARCEL100', NULL, 'parcel', 1, NULL, '2025-02-04 20:14:27', '2025-02-04 20:25:29', 333.00, '2025-02-04 20:14:27', NULL, '4555', '2025-02-04 20:14:27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.8548698\",\"latitude\":\"18.5161123\"}', 0, 0.00, 333.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919347791341\",\"address\":\"Vemulawada Devasthanam Road, Nampalli, Telangana, India\",\"additional_address\":null,\"latitude\":\"18.442376874633382\",\"longitude\":\"78.86775031685829\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 8.320, 10.00, NULL, NULL, 0, NULL, 2, NULL, NULL, 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100137, 3, 110.00, 100.00, 'New40', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, 'New50', NULL, 'parcel', 1, NULL, '2025-02-04 20:16:01', '2025-02-04 20:25:29', 199.00, '2025-02-04 20:16:01', NULL, '1750', '2025-02-04 20:16:01', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-04 20:16:20', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.8548698\",\"latitude\":\"18.5161123\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182648101\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"additional_address\":null,\"latitude\":\"18.5160701457034\",\"longitude\":\"78.85474562644958\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"mja\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.014, 10.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100138, 3, 209.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-04 20:17:14', '2025-02-04 20:25:29', 199.00, '2025-02-04 20:17:14', NULL, '4567', '2025-02-04 20:17:14', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-04 20:17:22', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.8548698\",\"latitude\":\"18.5161123\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182648201\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"additional_address\":null,\"latitude\":\"18.5161123\",\"longitude\":\"78.8548698\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"hhh\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 10.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100139, 3, 99.00, 100.00, 'Pickup Flat Coupon', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, 'PARCEL100', NULL, 'parcel', 1, NULL, '2025-02-04 20:18:10', '2025-02-04 20:25:29', 199.00, '2025-02-04 20:18:10', NULL, '5509', '2025-02-04 20:18:10', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-04 20:18:19', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.8548698\",\"latitude\":\"18.5161123\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182648101\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"additional_address\":null,\"latitude\":\"18.5161123\",\"longitude\":\"78.8548698\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"hhhh\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100140, 3, 109.00, 100.00, 'Pickup Flat Coupon', 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, 19, 'PARCEL100', NULL, 'parcel', 1, NULL, '2025-02-04 20:19:20', '2025-02-07 18:42:40', 199.00, '2025-02-04 20:19:20', NULL, '1453', '2025-02-04 20:19:20', '2025-02-07 18:42:11', NULL, NULL, NULL, NULL, NULL, '2025-02-07 18:42:40', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.8548698\",\"latitude\":\"18.5161123\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182648101\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"additional_address\":null,\"latitude\":\"18.5161123\",\"longitude\":\"78.8548698\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"hhh\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 10.00, NULL, NULL, 0, NULL, 2, 'Heavy amount', 'deliveryman', 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100141, 3, 532.00, 100.00, 'Pickup Flat Coupon', 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 14, 'PARCEL100', NULL, 'parcel', 1, NULL, '2025-02-04 20:20:00', '2025-02-04 20:26:29', 617.00, '2025-02-04 20:20:00', NULL, '1241', '2025-02-04 20:20:00', '2025-02-04 20:25:40', '2025-02-04 20:25:57', '2025-02-04 20:25:57', '2025-02-04 20:25:57', '2025-02-04 20:26:19', '2025-02-04 20:26:29', NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.8548698\",\"latitude\":\"18.5161123\"}', 0, 0.00, 617.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182648101\",\"address\":\"Sircilla, Telangana, India\",\"additional_address\":null,\"latitude\":\"18.391126103317813\",\"longitude\":\"78.81008986383677\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"hbg\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 14.695, 15.00, NULL, NULL, 0, NULL, 2, NULL, NULL, 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100142, 3, 114.00, 100.00, 'Pickup Flat Coupon', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, 'PARCEL100', NULL, 'parcel', 1, NULL, '2025-02-04 20:21:47', '2025-02-04 20:25:29', 199.00, '2025-02-04 20:21:47', NULL, '5822', '2025-02-04 20:21:47', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-04 20:22:06', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.8548698\",\"latitude\":\"18.5161123\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182648101\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"additional_address\":null,\"latitude\":\"18.5161123\",\"longitude\":\"78.8548698\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"hhg\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 15.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100143, 1, 199.00, 0.00, '', 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 18, NULL, NULL, 'parcel', 1, NULL, '2025-02-04 20:37:34', '2025-02-19 10:36:04', 199.00, '2025-02-04 20:37:34', NULL, '7568', '2025-02-04 20:37:34', '2025-02-19 10:34:52', '2025-02-19 10:35:02', '2025-02-19 10:35:02', '2025-02-19 10:35:02', '2025-02-19 10:35:43', '2025-02-19 10:36:04', NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"gg\",\"road\":\"xd\",\"house\":\"ff\",\"longitude\":\"83.21739044040442\",\"latitude\":\"17.803189106321465\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803189106321465\",\"longitude\":\"83.21739044040442\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"dd\",\"road\":\"dd\",\"house\":\"ff\",\"floor\":\"ty\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);
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`) VALUES
(100144, 3, 99.00, 100.00, 'Pickup Flat Coupon', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, 'PARCEL100', NULL, 'parcel', 1, NULL, '2025-02-04 20:58:32', '2025-02-05 11:47:54', 199.00, '2025-02-04 20:58:32', NULL, '8584', '2025-02-04 20:58:32', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-04 20:58:37', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"home\",\"address\":\"vemulawada\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":3,\"address_type\":\"home\",\"contact_person_number\":\"+919347791341\",\"address\":\"vemulawada\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100145, 3, 179.00, 20.00, 'Pickup Coupon 1', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, 'PARCEL10', NULL, 'parcel', 1, NULL, '2025-02-04 20:59:27', '2025-02-05 11:47:54', 199.00, '2025-02-04 20:59:27', NULL, '9659', '2025-02-04 20:59:27', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-04 20:59:34', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"home\",\"address\":\"vemulawada\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":3,\"address_type\":\"home\",\"contact_person_number\":\"+919347791341\",\"address\":\"vemulawada\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"vvc\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100146, 3, 194.00, 20.00, 'Pickup Coupon 1', 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 19, 'PARCEL10', NULL, 'parcel', 1, NULL, '2025-02-04 21:01:02', '2025-02-07 18:37:19', 199.00, '2025-02-04 21:01:02', NULL, '3358', '2025-02-04 21:01:02', '2025-02-07 18:35:21', '2025-02-07 18:36:42', '2025-02-07 18:36:42', '2025-02-07 18:36:42', '2025-02-07 18:36:55', '2025-02-07 18:37:19', NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Vemulawada, Telangana, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.87132938951254\",\"latitude\":\"18.46696983411363\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919347791341\",\"address\":\"Vemulawada Devasthanam Road, Nampalli, Telangana, India\",\"additional_address\":null,\"latitude\":\"18.442376874633382\",\"longitude\":\"78.86775031685829\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"mami\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 2.764, 15.00, NULL, NULL, 0, NULL, 2, NULL, NULL, 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100147, 3, 179.00, 20.00, 'Pickup Coupon 1', 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 18, 'PARCEL10', NULL, 'parcel', 1, NULL, '2025-02-04 21:02:15', '2025-02-10 13:37:37', 199.00, '2025-02-04 21:02:15', NULL, '9511', '2025-02-04 21:02:15', '2025-02-07 17:42:02', '2025-02-10 13:36:56', '2025-02-10 13:36:56', '2025-02-10 13:36:56', '2025-02-10 13:37:24', '2025-02-10 13:37:37', NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"home\",\"address\":\"vemulawada\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21848142892122\",\"latitude\":\"17.686815790879052\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":3,\"address_type\":\"home\",\"contact_person_number\":\"+919347791341\",\"address\":\"vemulawada\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100148, 3, 233.00, 223.00, 'New40', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, 'New50', NULL, 'parcel', 1, NULL, '2025-02-04 21:04:07', '2025-02-05 11:47:54', 447.00, '2025-02-04 21:04:07', NULL, '5170', '2025-02-04 21:04:07', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-04 21:04:26', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Vemulawada, Telangana, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.87132938951254\",\"latitude\":\"18.46696983411363\"}', 0, 0.00, 447.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182648101\",\"address\":\"Sircilla, Telangana, India\",\"additional_address\":null,\"latitude\":\"18.391126103317813\",\"longitude\":\"78.81008986383677\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"mvvh\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 10.635, 10.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100149, 3, 233.00, 223.00, 'New40', 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 16, 'New50', NULL, 'parcel', 1, NULL, '2025-02-04 21:05:33', '2025-02-05 11:49:43', 447.00, '2025-02-04 21:05:33', NULL, '4398', '2025-02-04 21:05:33', '2025-02-05 11:48:40', '2025-02-05 11:49:26', '2025-02-05 11:49:26', '2025-02-05 11:49:26', '2025-02-05 11:49:34', '2025-02-05 11:49:43', NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Vemulawada, Telangana, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.87132938951254\",\"latitude\":\"18.46696983411363\"}', 0, 0.00, 447.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 2, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182648101\",\"address\":\"Sircilla, Telangana, India\",\"additional_address\":null,\"latitude\":\"18.391126103317813\",\"longitude\":\"78.81008986383677\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"hhh\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 10.635, 10.00, NULL, NULL, 0, NULL, 2, NULL, NULL, 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100150, 3, 209.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, 16, NULL, NULL, 'parcel', 1, NULL, '2025-02-05 15:22:08', '2025-02-07 17:35:26', 199.00, '2025-02-05 15:22:07', NULL, '3573', '2025-02-05 15:22:08', '2025-02-07 17:32:37', NULL, NULL, NULL, NULL, NULL, '2025-02-07 17:35:26', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.8546433\",\"latitude\":\"18.516135\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918974563212\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"additional_address\":null,\"latitude\":\"18.516135\",\"longitude\":\"78.8546433\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"a\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 10.00, NULL, NULL, 0, NULL, 2, 'Heavy amount', 'deliveryman', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100151, 3, 538.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 5, '2025-02-05 15:35:32', '2025-02-06 17:44:25', 0.00, '2025-02-05 15:35:32', NULL, '2777', '2025-02-05 15:36:01', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-05 15:36:35', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.8546433\",\"latitude\":\"18.516135\"}', 0, 0.00, 84.00, NULL, 0.00, 0, NULL, 2, 5, NULL, NULL, NULL, NULL, 466.565, 10.00, 'admin', NULL, 0, 'excluded', 1, 'item was wrong', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, 0.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100152, 3, 214.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-07 14:48:58', '2025-02-07 17:35:50', 199.00, '2025-02-07 14:48:58', NULL, '2308', '2025-02-07 14:48:58', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-07 17:35:50', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Vemulawada, Telangana, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.87132938951254\",\"latitude\":\"18.46696983411363\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919347793141\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"additional_address\":null,\"latitude\":\"18.442376874633382\",\"longitude\":\"78.86775031685829\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"janh\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 2.764, 15.00, NULL, NULL, 0, NULL, 2, 'item was wrong', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);
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`) VALUES
(100153, 3, 213.00, 213.00, 'New40', 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 16, 'New50', NULL, 'parcel', 1, NULL, '2025-02-07 14:49:08', '2025-02-07 16:52:22', 426.00, '2025-02-07 14:49:08', NULL, '4928', '2025-02-07 14:49:08', '2025-02-07 16:30:19', '2025-02-07 16:52:09', '2025-02-07 16:52:09', '2025-02-07 16:52:09', '2025-02-07 16:52:17', '2025-02-07 16:52:22', NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Vemulawada, Telangana, India\",\"floor\":\"2\",\"road\":\"busstand\",\"house\":\"21-1\",\"longitude\":\"78.87132938951254\",\"latitude\":\"18.46696983411363\"}', 0, 0.00, 426.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182648101\",\"address\":\"Sircilla, Telangana, India\",\"additional_address\":null,\"latitude\":\"18.391126103317813\",\"longitude\":\"78.81008986383677\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"gangareddy\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 10.635, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100154, 1, 209.00, 0.00, '', 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 19, NULL, NULL, 'parcel', 1, NULL, '2025-02-08 15:08:18', '2025-02-09 18:10:48', 199.00, '2025-02-08 15:08:18', NULL, '9921', '2025-02-08 15:08:18', '2025-02-09 18:08:33', '2025-02-09 18:10:23', '2025-02-09 18:10:23', '2025-02-09 18:10:23', '2025-02-09 18:10:35', '2025-02-09 18:10:48', NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 1, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+919898789876\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"fddfdv\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 10.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100155, 3, 209.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-08 17:58:33', '2025-02-09 14:01:06', 199.00, '2025-02-08 17:58:33', NULL, '2464', '2025-02-08 17:58:33', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-09 14:01:06', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"24-209, A Zone, Simhapuri Colony, Simhachalam, Visakhapatnam, Andhra Pradesh 530028, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.2098775729537\",\"latitude\":\"17.803455336061386\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 4, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919874563112\",\"address\":\"24-209, A Zone, Simhapuri Colony, Simhachalam, Visakhapatnam, Andhra Pradesh 530028, India\",\"additional_address\":null,\"latitude\":\"17.803455336061386\",\"longitude\":\"83.2098775729537\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"man\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>food<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>meat<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.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.<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>Fresh, hand-picked fruits and vegetables delivered straight to your door. Quality you can trust!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Pickup &amp; Drop<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"pharmacy\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 10.00, NULL, NULL, 0, NULL, 2, 'item was wrong', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100156, 1, 457.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-08 18:51:22', '2025-02-09 11:08:30', 442.00, '2025-02-08 18:51:22', NULL, '8658', '2025-02-08 18:51:22', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-08 18:51:34', NULL, NULL, '{\"contact_person_name\":\"bsbs\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"hsh\",\"road\":\"csvsbb\",\"house\":\"heh\",\"longitude\":\"83.2173914\",\"latitude\":\"17.8032516\"}', 0, 0.00, 442.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"NAD Kotha Road, Nad Junction, Buchirajupalem, Netaji Colony, NSTL, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.743575895504193\",\"longitude\":\"83.23131043463945\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"bsbb\",\"road\":\"bdb\",\"house\":\"bbe\",\"floor\":\"brn\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"vsvzvzbns\"}', 'sender', 6.805, 15.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100157, 1, 38.00, 23.00, 'New40', 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 18, 'new50', NULL, 'parcel', 1, NULL, '2025-02-09 13:07:34', '2025-02-19 10:34:25', 45.00, '2025-02-09 13:07:34', NULL, '9948', '2025-02-09 13:07:34', '2025-02-19 10:31:40', '2025-02-19 10:31:49', '2025-02-19 10:31:49', '2025-02-19 10:31:49', '2025-02-19 10:33:52', '2025-02-19 10:34:25', NULL, NULL, NULL, '{\"contact_person_name\":\"gg\",\"contact_person_number\":\"+918186053422\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"hh\",\"road\":\"gg\",\"house\":\"gg\",\"longitude\":\"83.21749839931726\",\"latitude\":\"17.803191979306394\"}', 0, 0.00, 45.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+917989272149\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803191979306394\",\"longitude\":\"83.21749839931726\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"cc\",\"road\":\"gg\",\"house\":\"hu\",\"floor\":\"hh\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"vv@gmail.com\"}', 'sender', 0.000, 15.00, NULL, NULL, 0, NULL, 2, NULL, NULL, 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100158, 3, 230.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-09 14:23:18', '2025-02-09 17:29:05', 230.00, '2025-02-09 14:23:18', NULL, '9030', '2025-02-09 14:23:18', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-09 14:23:28', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.85469432920218\",\"latitude\":\"18.516044394146522\"}', 0, 0.00, 230.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182648101\",\"address\":\"Vemulawada, Telangana, India\",\"additional_address\":null,\"latitude\":\"18.46696983411363\",\"longitude\":\"78.87132938951254\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"ggf\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 5.738, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100159, 1, 187.00, 100.00, 'Pickup Flat Coupon', 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 18, 'PARCEL100', NULL, 'parcel', 1, NULL, '2025-02-09 15:21:44', '2025-02-19 10:26:39', 272.00, '2025-02-09 15:21:44', NULL, '5594', '2025-02-09 15:21:44', '2025-02-10 13:46:14', '2025-02-10 13:47:18', '2025-02-10 13:47:18', '2025-02-10 13:47:18', '2025-02-10 13:47:43', '2025-02-19 10:26:39', NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"jsn\",\"road\":\"hsj\",\"house\":\"jsj\",\"longitude\":\"83.2171657\",\"latitude\":\"17.8032955\"}', 0, 0.00, 272.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"NAD Kotha Road, Nad Junction, Buchirajupalem, Netaji Colony, NSTL, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.743575895504193\",\"longitude\":\"83.23131043463945\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"bab\",\"road\":\"hsjs\",\"house\":\"hshs\",\"floor\":\"jzhz\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 6.815, 15.00, NULL, NULL, 0, NULL, 2, NULL, NULL, 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100160, 1, 187.00, 100.00, 'Pickup Flat Coupon', 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 19, 'PARCEL100', NULL, 'parcel', 1, NULL, '2025-02-09 15:23:08', '2025-02-09 18:09:35', 272.00, '2025-02-09 15:23:08', NULL, '3028', '2025-02-09 15:23:08', '2025-02-09 18:08:16', '2025-02-09 18:09:25', '2025-02-09 18:09:25', '2025-02-09 18:09:25', '2025-02-09 18:09:30', '2025-02-09 18:09:35', NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"vb\",\"road\":\"ggg\",\"house\":\"gg\",\"longitude\":\"83.2171657\",\"latitude\":\"17.8032955\"}', 0, 0.00, 272.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.743575895504193\",\"longitude\":\"83.23131043463945\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"ghh\",\"road\":\"ff\",\"house\":\"gg\",\"floor\":\"hh\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 6.815, 15.00, NULL, NULL, 0, NULL, 2, NULL, NULL, 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);
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`) VALUES
(100161, 1, 187.00, 100.00, 'Pickup Flat Coupon', 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 18, 'PARCEL100', NULL, 'parcel', 1, NULL, '2025-02-09 15:24:02', '2025-02-10 13:45:12', 272.00, '2025-02-09 15:24:02', NULL, '7787', '2025-02-09 15:24:02', '2025-02-10 13:44:10', '2025-02-10 13:44:15', '2025-02-10 13:44:15', '2025-02-10 13:44:15', '2025-02-10 13:45:05', '2025-02-10 13:45:12', NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"gg\",\"road\":\"ggg\",\"house\":\"hh\",\"longitude\":\"83.2171657\",\"latitude\":\"17.8032955\"}', 0, 0.00, 272.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"NAD Kotha Road, Nad Junction, Buchirajupalem, Netaji Colony, NSTL, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.743575895504193\",\"longitude\":\"83.23131043463945\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"vfgg\",\"road\":\"gh\",\"house\":\"ggg\",\"floor\":\"cg\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 6.815, 15.00, NULL, NULL, 0, NULL, 2, NULL, NULL, 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100162, 1, 41565.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-09 15:28:54', '2025-02-09 17:29:05', 41550.00, '2025-02-09 15:28:54', NULL, '9404', '2025-02-09 15:28:54', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"12, Vishwas City 1, Chanakyapuri, Ahmedabad, Gujarat 380061, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"72.5321984\",\"latitude\":\"23.0773061\"}', 0, 0.00, 41550.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+919865852808\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"vuvu\",\"road\":\"webkoon street\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 1259.087, 15.00, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100163, 1, 114.00, 0.00, '', 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 19, NULL, NULL, 'parcel', 1, NULL, '2025-02-09 15:41:42', '2025-02-09 18:10:42', 99.00, '2025-02-09 15:41:42', NULL, '6257', '2025-02-09 15:41:42', '2025-02-09 18:08:23', '2025-02-09 18:09:41', '2025-02-09 18:09:41', '2025-02-09 18:09:41', '2025-02-09 18:09:46', '2025-02-09 18:10:42', NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"12, Vishwas City 1, Chanakyapuri, Ahmedabad, Gujarat 380061, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"72.5321779\",\"latitude\":\"23.0772985\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919858652586\",\"address\":\"12, Vishwas City 1, Chanakyapuri, Ahmedabad, Gujarat 380061, India\",\"additional_address\":null,\"latitude\":\"23.0772985\",\"longitude\":\"72.5321779\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"ubbuu\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 15.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, '[{\"img\":\"2025-02-09-67a8a24aa1fa5.png\",\"storage\":\"public\"}]', 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100164, 1, 212.00, 100.00, 'Pickup Flat Coupon', 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 19, 'PARCEL100', NULL, 'parcel', 1, NULL, '2025-02-09 16:05:04', '2025-02-09 18:09:19', 272.00, '2025-02-09 16:05:04', NULL, '1735', '2025-02-09 16:05:04', '2025-02-09 18:07:59', '2025-02-09 18:09:12', '2025-02-09 18:09:12', '2025-02-09 18:09:12', '2025-02-09 18:09:15', '2025-02-09 18:09:19', NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"hsn\",\"road\":\"hah\",\"house\":\"gah\",\"longitude\":\"83.2173922\",\"latitude\":\"17.8032529\"}', 0, 0.00, 272.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"NAD Kotha Road, Nad Junction, Buchirajupalem, Netaji Colony, NSTL, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.743575895504193\",\"longitude\":\"83.23131043463945\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"vaba\",\"road\":\"hah\",\"house\":\"haj\",\"floor\":\"nan\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 6.805, 40.00, NULL, NULL, 0, NULL, 2, NULL, NULL, 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100165, 1, 172.00, 100.00, 'Pickup Flat Coupon', 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 18, 'PARCEL100', NULL, 'parcel', 1, NULL, '2025-02-09 16:06:17', '2025-02-10 13:42:59', 272.00, '2025-02-09 16:06:17', NULL, '1066', '2025-02-09 16:06:17', '2025-02-10 13:42:42', '2025-02-10 13:42:46', '2025-02-10 13:42:46', '2025-02-10 13:42:46', '2025-02-10 13:42:53', '2025-02-10 13:42:59', NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"nsns\",\"road\":\"jaj\",\"house\":\"jsj\",\"longitude\":\"83.2173922\",\"latitude\":\"17.8032529\"}', 0, 0.00, 272.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"NAD Kotha Road, Nad Junction, Buchirajupalem, Netaji Colony, NSTL, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.743575895504193\",\"longitude\":\"83.23131043463945\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"dinesh\",\"road\":\"jsj\",\"house\":\"neb\",\"floor\":\"jsj\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 6.805, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100166, 1, 212.00, 100.00, 'Pickup Flat Coupon', 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 19, 'PARCEL100', NULL, 'parcel', 1, NULL, '2025-02-09 16:07:46', '2025-02-09 18:09:04', 272.00, '2025-02-09 16:07:46', NULL, '2451', '2025-02-09 16:07:46', '2025-02-09 18:07:44', '2025-02-09 18:08:54', '2025-02-09 18:08:54', '2025-02-09 18:08:54', '2025-02-09 18:09:00', '2025-02-09 18:09:04', NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.2173922\",\"latitude\":\"17.8032529\"}', 0, 0.00, 272.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.743575895504193\",\"longitude\":\"83.23131043463945\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"vsbw\",\"road\":\"ghh\",\"house\":\"hhw\",\"floor\":\"ehhw\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 6.805, 40.00, NULL, NULL, 0, NULL, 2, NULL, NULL, 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100167, 3, 230.00, 0.00, '', 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 19, NULL, NULL, 'parcel', 1, NULL, '2025-02-09 17:37:15', '2025-02-09 17:38:39', 230.00, '2025-02-09 17:37:15', NULL, '9535', '2025-02-09 17:37:15', '2025-02-09 17:38:10', '2025-02-09 17:38:25', '2025-02-09 17:38:25', '2025-02-09 17:38:25', '2025-02-09 17:38:31', '2025-02-09 17:38:39', NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.85477546602488\",\"latitude\":\"18.516042168703162\"}', 0, 0.00, 230.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919185421681\",\"address\":\"Vemulawada, Telangana, India\",\"additional_address\":null,\"latitude\":\"18.46696983411363\",\"longitude\":\"78.87132938951254\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"vvv\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 5.735, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100168, 3, 17892.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-09 18:04:43', '2025-02-09 18:06:02', 17892.00, '2025-02-09 18:04:43', NULL, '9673', '2025-02-09 18:04:43', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.85477546602488\",\"latitude\":\"18.516042168703162\"}', 0, 0.00, 17892.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 4, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919347791341\",\"address\":\"Vizag, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.686815790879052\",\"longitude\":\"83.21848142892122\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"ccc\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 470.845, 0.00, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);
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`) VALUES
(100169, 15, 1666.00, 185.00, 'Pickup Coupon 1', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, 'PARCEL10', NULL, 'parcel', 1, NULL, '2025-02-09 19:22:39', '2025-02-10 10:47:39', 1851.00, '2025-02-09 19:22:39', NULL, '1550', '2025-02-09 19:22:39', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-09 19:24:34', NULL, NULL, '{\"contact_person_name\":\"VENKATESH\",\"contact_person_number\":\"+919515761770\",\"contact_person_email\":\"venky@gmail.com\",\"address_type\":\"others\",\"address\":\"67WM+75G, Eklaspur, Telangana 505490, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"79.2835551\",\"latitude\":\"18.2454133\"}', 0, 0.00, 1851.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 5, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919676930053\",\"address\":\"Karimnagar Bus Stand, Mukarampura, Karimnagar, Telangana, India\",\"additional_address\":null,\"latitude\":\"18.43268921799931\",\"longitude\":\"79.1296036541462\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"venky\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 26.443, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100170, 3, 209.00, 0.00, '', 'unpaid', 'pending', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-09 19:22:49', '2025-02-10 10:47:39', 199.00, '2025-02-09 19:22:49', NULL, '3833', '2025-02-09 19:22:49', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"24-209, A Zone, Simhapuri Colony, Simhachalam, Visakhapatnam, Andhra Pradesh 530028, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.2098775729537\",\"latitude\":\"17.803455336061386\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 4, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918976452133\",\"address\":\"24-209, A Zone, Simhapuri Colony, Simhachalam, Visakhapatnam, Andhra Pradesh 530028, India\",\"additional_address\":null,\"latitude\":\"17.803455336061386\",\"longitude\":\"83.2098775729537\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"app\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>food<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>meat<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.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.<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>Fresh, hand-picked fruits and vegetables delivered straight to your door. Quality you can trust!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Pickup &amp; Drop<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"pharmacy\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 10.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100171, 15, 1666.00, 185.00, 'Pickup Coupon 1', 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, 'PARCEL10', NULL, 'parcel', 1, NULL, '2025-02-09 19:26:28', '2025-02-10 10:47:39', 1851.00, '2025-02-09 19:26:28', NULL, '4876', '2025-02-09 19:26:28', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-09 19:28:18', NULL, NULL, '{\"contact_person_name\":\"VENKATESH\",\"contact_person_number\":\"+919515761770\",\"contact_person_email\":\"venky@gmail.com\",\"address_type\":\"others\",\"address\":\"67WM+75G, Eklaspur, Telangana 505490, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"79.2835551\",\"latitude\":\"18.2454133\"}', 0, 0.00, 1851.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 5, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919696969696\",\"address\":\"Karimnagar Bus Stand, Mukarampura, Karimnagar, Telangana, India\",\"additional_address\":null,\"latitude\":\"18.43268921799931\",\"longitude\":\"79.1296036541462\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 26.443, 0.00, NULL, NULL, 0, NULL, 2, 'item was wrong', 'customer', 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100172, 1, 151.00, 136.00, 'New40', 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 18, 'New50', NULL, 'parcel', 1, NULL, '2025-02-09 19:29:51', '2025-02-10 13:42:25', 272.00, '2025-02-09 19:29:51', NULL, '7301', '2025-02-09 19:29:51', '2025-02-10 13:42:06', '2025-02-10 13:42:15', '2025-02-10 13:42:15', '2025-02-10 13:42:15', '2025-02-10 13:42:20', '2025-02-10 13:42:25', NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"hh\",\"road\":\"gg\",\"house\":\"gg\",\"longitude\":\"83.2173932\",\"latitude\":\"17.8032494\"}', 0, 0.00, 272.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"NAD Kotha Road, Nad Junction, Buchirajupalem, Netaji Colony, NSTL, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.743575895504193\",\"longitude\":\"83.23131043463945\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"cvh\",\"road\":\"ccc\",\"house\":\"vgg\",\"floor\":\"bh\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":20,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"rain\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 6.805, 15.00, NULL, NULL, 0, NULL, 2, NULL, NULL, 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100173, 3, 99.00, 0.00, '', 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 18, NULL, NULL, 'parcel', 1, NULL, '2025-02-10 10:47:06', '2025-02-10 13:41:20', 99.00, '2025-02-10 10:47:06', NULL, '2997', '2025-02-10 10:47:06', '2025-02-10 13:40:24', '2025-02-10 13:40:34', '2025-02-10 13:40:34', '2025-02-10 13:40:34', '2025-02-10 13:41:15', '2025-02-10 13:41:20', NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.85477546602488\",\"latitude\":\"18.516042168703162\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919182648101\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"additional_address\":null,\"latitude\":\"18.516042168703162\",\"longitude\":\"78.85477546602488\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"mss\",\"road\":\"ggh\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100174, 3, 189.00, 20.00, 'Pickup Coupon 1', 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 18, 'PARCEL10', NULL, 'parcel', 1, NULL, '2025-02-10 11:02:17', '2025-03-05 12:22:22', 199.00, '2025-02-10 11:02:17', NULL, '9568', '2025-02-10 11:02:17', '2025-02-10 13:39:51', '2025-02-10 13:39:56', '2025-02-10 13:39:56', '2025-02-10 13:39:56', '2025-02-10 13:40:08', '2025-02-10 13:40:14', NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"24-209, A Zone, Simhapuri Colony, Simhachalam, Visakhapatnam, Andhra Pradesh 530028, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.2098775729537\",\"latitude\":\"17.803455336061386\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 4, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919784631258\",\"address\":\"24-209, A Zone, Simhapuri Colony, Simhachalam, Visakhapatnam, Andhra Pradesh 530028, India\",\"additional_address\":null,\"latitude\":\"17.803455336061386\",\"longitude\":\"83.2098775729537\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"man\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>food<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>meat<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.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.<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>Fresh, hand-picked fruits and vegetables delivered straight to your door. Quality you can trust!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Pickup &amp; Drop<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"pharmacy\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 10.00, NULL, NULL, 0, NULL, 2, NULL, NULL, 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100175, 3, 50.00, 50.00, 'New40', 'unpaid', 'pending', 0.00, 'digital_payment', NULL, NULL, NULL, 'New50', NULL, 'parcel', 1, NULL, '2025-02-13 13:49:11', '2025-03-05 12:22:22', 99.00, '2025-02-13 13:49:11', NULL, '2740', '2025-02-13 13:49:11', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"R645+6H3, Near Over Bridge, Chanukya Nagar, Chinnamushidiwada, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.20891259999999\",\"latitude\":\"17.80552\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918975463121\",\"address\":\"R645+6H3, Near Over Bridge, Chanukya Nagar, Chinnamushidiwada, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.80552\",\"longitude\":\"83.20891259999999\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"man\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>food<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>meat<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.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.<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>Fresh, hand-picked fruits and vegetables delivered straight to your door. Quality you can trust!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Pickup &amp; Drop<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"pharmacy\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100176, 3, 109.00, 0.00, '', 'unpaid', 'pending', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-13 14:06:08', '2025-03-05 12:22:22', 99.00, '2025-02-13 14:06:08', NULL, '1389', '2025-02-13 14:06:08', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"R645+6H3, Near Over Bridge, Chanukya Nagar, Chinnamushidiwada, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.2089126482606\",\"latitude\":\"17.805520039549506\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919786541238\",\"address\":\"R645+6H3, Near Over Bridge, Chanukya Nagar, Chinnamushidiwada, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.805520039549506\",\"longitude\":\"83.2089126482606\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>food<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>meat<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Ecommerce<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.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.<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>Fresh, hand-picked fruits and vegetables delivered straight to your door. Quality you can trust!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Pickup &amp; Drop<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"pharmacy\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 10.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);
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`) VALUES
(100177, 3, 50.00, 50.00, 'New40', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, 'New50', NULL, 'parcel', 1, NULL, '2025-02-13 14:13:41', '2025-03-05 12:22:22', 99.00, '2025-02-13 14:13:41', NULL, '4362', '2025-02-13 14:13:41', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-13 14:15:14', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.85477546602488\",\"latitude\":\"18.516042168703162\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919347791341\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"additional_address\":null,\"latitude\":\"18.516042168703162\",\"longitude\":\"78.85477546602488\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"ggh\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100178, 1, 136.00, 136.00, 'New40', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, 'New50', NULL, 'parcel', 1, NULL, '2025-02-13 19:43:55', '2025-03-05 12:22:22', 272.00, '2025-02-13 19:43:55', NULL, '8832', '2025-02-13 19:43:55', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-13 19:46:59', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"bsb\",\"road\":\"vsb\",\"house\":\"heh\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 272.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+917989272149\",\"address\":\"NAD Kotha Road, Nad Junction, Buchirajupalem, Netaji Colony, NSTL, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.743575895504193\",\"longitude\":\"83.23131043463945\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"bdbdns\",\"road\":\"nrn\",\"house\":\"nen\",\"floor\":\"dbb\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 6.800, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100179, 1, 178.00, 0.00, '', 'unpaid', 'pending', 8.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 4, '2025-02-13 19:47:25', '2025-03-05 12:22:22', 0.00, '2025-02-13 19:47:25', NULL, '1652', '2025-02-13 19:47:25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"gh\",\"road\":\"webkoon street\",\"house\":\"gg\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 30.00, 30.00, NULL, 0.00, 0, NULL, 2, 2, NULL, NULL, NULL, NULL, 6.347, 0.00, 'admin', NULL, 0, 'excluded', 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 5.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100180, 3, 4284.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-14 17:52:29', '2025-03-05 12:22:22', 4284.00, '2025-02-14 17:52:29', NULL, '6675', '2025-02-14 17:52:29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"localride\",\"contact_person_number\":\"+919876543120\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Hyderabad, Telangana, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.47724381834269\",\"latitude\":\"17.406498034870868\"}', 0, 0.00, 4284.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"additional_address\":null,\"latitude\":\"18.516042168703162\",\"longitude\":\"78.85477546602488\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"localride\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 129.823, 0.00, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100181, 1, 104.00, 10.00, 'Pickup Coupon 1', 'paid', 'delivered', 0.00, 'cash_on_delivery', NULL, NULL, 18, 'PARCEL10', NULL, 'parcel', 1, NULL, '2025-02-15 11:44:49', '2025-03-05 12:22:22', 99.00, '2025-02-15 11:44:49', NULL, '1358', '2025-02-15 11:44:49', '2025-02-19 10:27:03', '2025-02-19 10:28:58', '2025-02-19 10:28:58', '2025-02-19 10:28:58', '2025-02-19 10:29:13', '2025-02-19 10:30:13', NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"2467-12, Sant Saryudas Rd, Chandan Talavadi, Dariyapur, Ahmedabad, Gujarat 380001, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"72.5952161\",\"latitude\":\"23.0348739\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919988776655\",\"address\":\"2467-12, Sant Saryudas Rd, Chandan Talavadi, Dariyapur, Ahmedabad, Gujarat 380001, India\",\"additional_address\":null,\"latitude\":\"23.0348739\",\"longitude\":\"72.5952161\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"test\",\"road\":\"hsj\",\"house\":\"1\",\"floor\":\"2\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 15.00, NULL, NULL, 0, NULL, 2, NULL, NULL, 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100182, 1, 114.00, 0.00, '', 'unpaid', 'pending', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-16 08:15:02', '2025-03-05 12:22:22', 99.00, '2025-02-16 08:15:02', NULL, '2818', '2025-02-16 08:15:02', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"hj\",\"road\":\"ghh\",\"house\":\"hh\",\"longitude\":\"83.2174103\",\"latitude\":\"17.8031841\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.8031841\",\"longitude\":\"83.2174103\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"fggh\",\"road\":\"vhb\",\"house\":\"hhh\",\"floor\":\"bh\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 15.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100183, 1, 14.00, 100.00, 'Pickup Flat Coupon', 'unpaid', 'pending', 0.00, 'digital_payment', NULL, NULL, NULL, 'PARCEL100', NULL, 'parcel', 1, NULL, '2025-02-16 09:45:41', '2025-03-05 12:22:22', 99.00, '2025-02-16 09:45:41', NULL, '3507', '2025-02-16 09:45:41', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"nsn\",\"road\":\"bdb\",\"house\":\"heh\",\"longitude\":\"83.2174091\",\"latitude\":\"17.8031846\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.8031846\",\"longitude\":\"83.2174091\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"bsbd\",\"road\":\"hdb\",\"house\":\"bsn\",\"floor\":\"bs\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 15.00, NULL, NULL, 0, NULL, 2, NULL, NULL, 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100184, 1, 99.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-17 12:27:59', '2025-03-05 12:22:22', 99.00, '2025-02-17 12:27:59', NULL, '6728', '2025-02-17 12:27:59', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-17 12:28:18', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"16, Krishnanagar, Ahmedabad, Gujarat 382345, India\",\"floor\":\"1\",\"road\":\"test\",\"house\":\"9\",\"longitude\":\"72.6496597\",\"latitude\":\"23.0559844\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"16, Krishnanagar, Ahmedabad, Gujarat 382345, India\",\"additional_address\":null,\"latitude\":\"23.0559844\",\"longitude\":\"72.6496597\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"test rec\",\"road\":\"test\",\"house\":\"9\",\"floor\":\"1\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100185, 1, 41127.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-17 12:53:26', '2025-03-05 12:22:22', 41127.00, '2025-02-17 12:53:26', NULL, '6536', '2025-02-17 12:53:26', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-17 12:53:59', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"16, Krishnanagar, Ahmedabad, Gujarat 382345, India\",\"floor\":\"2\",\"road\":\"test dev\",\"house\":\"5\",\"longitude\":\"72.6496597\",\"latitude\":\"23.0559844\"}', 0, 0.00, 41127.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"R645+8FW, Araku - Visakhapatnam Rd, Near Over Bridge, Shanthi Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.805906290950176\",\"longitude\":\"83.20872254669666\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"test dev\",\"road\":\"test dev\",\"house\":\"8\",\"floor\":\"3\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 1246.281, 0.00, NULL, NULL, 0, NULL, NULL, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);
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`) VALUES
(100186, 1, 99.00, 0.00, '', 'unpaid', 'pending', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-17 19:09:18', '2025-03-05 12:22:22', 99.00, '2025-02-17 19:09:18', NULL, '7584', '2025-02-17 19:09:18', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"Vishal Mega mart, beside to ION digital building, Sarada Nagar, Karmika Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh, India\",\"floor\":\"2\",\"road\":\"dev\",\"house\":\"9\",\"longitude\":\"83.20865649729967\",\"latitude\":\"17.808001929632415\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"Government Polytechnic College - Pendurthi, Mahalaxmi Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.816908677916185\",\"longitude\":\"83.21123946458101\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"dev\",\"road\":\"dev\",\"house\":\"4\",\"floor\":\"9\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 1.296, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100187, 1, 114.00, 0.00, '', 'unpaid', 'pending', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-17 19:15:04', '2025-03-05 12:22:22', 99.00, '2025-02-17 19:15:04', NULL, '9897', '2025-02-17 19:15:04', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"bs\",\"road\":\"sbb\",\"house\":\"he\",\"longitude\":\"83.2174147\",\"latitude\":\"17.8031849\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.8031849\",\"longitude\":\"83.2174147\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"bs\",\"road\":\"hsb\",\"house\":\"ne\",\"floor\":\"s\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 15.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100188, 1, 193.00, 0.00, '', 'unpaid', 'pending', 8.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 4, '2025-02-17 19:30:16', '2025-03-05 12:22:22', 0.00, '2025-02-17 19:30:16', NULL, '5775', '2025-02-17 19:30:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"hdn\",\"road\":\"hshs\",\"house\":\"nen\",\"longitude\":\"83.2174147\",\"latitude\":\"17.8031849\"}', 0, 30.00, 30.00, NULL, 0.00, 0, NULL, 2, 2, NULL, NULL, NULL, NULL, 7.234, 15.00, 'admin', NULL, 0, 'excluded', 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 5.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100189, 3, 624.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-19 10:08:45', '2025-03-05 12:22:22', 624.00, '2025-02-19 10:08:45', NULL, '3634', '2025-02-19 10:08:45', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-19 10:12:03', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.85468\",\"latitude\":\"18.5159983\"}', 0, 0.00, 624.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 4, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918975463123\",\"address\":\"Vemulawada, Telangana, India\",\"additional_address\":null,\"latitude\":\"18.466969834113627\",\"longitude\":\"78.87132938951254\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"app\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 6.434, 0.00, NULL, NULL, 0, NULL, 2, 'item was wrong', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100190, 3, 666.00, 500.00, 'New40', 'unpaid', 'canceled', 0.00, 'cash_on_delivery', NULL, NULL, NULL, 'New50', NULL, 'parcel', 1, NULL, '2025-02-19 10:11:29', '2025-03-05 12:22:22', 1166.00, '2025-02-19 10:11:29', NULL, '6362', '2025-02-19 10:11:29', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-19 10:11:41', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.85468\",\"latitude\":\"18.5159983\"}', 0, 0.00, 1166.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918976452135\",\"address\":\"Karimnagar, Telangana, India\",\"additional_address\":null,\"latitude\":\"18.438555375915367\",\"longitude\":\"79.12884123623371\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"appapp\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 35.329, 0.00, NULL, NULL, 0, NULL, 2, 'item was wrong', 'customer', 'admin', 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100191, 1, 139.00, 0.00, '', 'unpaid', 'pending', 6.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 3, '2025-02-19 11:46:54', '2025-03-05 12:22:22', 0.00, '2025-02-19 11:46:54', NULL, '1894', '2025-02-19 11:46:54', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"bsb\",\"road\":\"vdv\",\"house\":\"bsb\",\"longitude\":\"83.2174147\",\"latitude\":\"17.8031849\"}', 0, 0.00, 30.00, NULL, 0.00, 0, NULL, 2, 2, NULL, NULL, NULL, NULL, 17.446, 15.00, 'admin', NULL, 0, 'excluded', 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 5.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100192, 1, 99.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-19 11:56:27', '2025-03-05 12:22:22', 99.00, '2025-02-19 11:56:27', NULL, '3315', '2025-02-19 11:56:27', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-19 12:13:48', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"Vishal Mega mart, beside to ION digital building, Sarada Nagar, Karmika Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh, India\",\"floor\":\"6\",\"road\":\"tes\",\"house\":\"9\",\"longitude\":\"83.20871818810701\",\"latitude\":\"17.80796394340777\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"7-150\\/2, Mahalaxmi Nagar, Pendurthi, Visakhapatanam, Visakhapatnam, Andhra Pradesh 530051, India\",\"additional_address\":null,\"latitude\":\"17.816948258215103\",\"longitude\":\"83.2112317532301\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"test\",\"road\":\"dev\",\"house\":\"9\",\"floor\":\"10\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 1.305, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100193, 1, 99.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-19 12:14:41', '2025-03-05 12:22:22', 99.00, '2025-02-19 12:14:41', NULL, '4810', '2025-02-19 12:14:41', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-19 12:17:51', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"16, Krishnanagar, Ahmedabad, Gujarat 382345, India\",\"floor\":\"9\",\"road\":\"test\",\"house\":\"dev\",\"longitude\":\"72.6496597\",\"latitude\":\"23.0559844\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"16, Krishnanagar, Ahmedabad, Gujarat 382345, India\",\"additional_address\":null,\"latitude\":\"23.0559844\",\"longitude\":\"72.6496597\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"tet\",\"road\":\"dev\",\"house\":\"9\",\"floor\":\"10\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100194, 1, 99.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-19 15:36:20', '2025-03-05 12:22:22', 99.00, '2025-02-19 15:36:20', NULL, '6668', '2025-02-19 15:36:20', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-19 15:45:39', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"16, Krishnanagar, Ahmedabad, Gujarat 382345, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"72.6496597\",\"latitude\":\"23.0559844\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"16, Krishnanagar, Ahmedabad, Gujarat 382345, India\",\"additional_address\":null,\"latitude\":\"23.0559844\",\"longitude\":\"72.6496597\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"dev\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);
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`) VALUES
(100195, 1, 99.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-19 15:45:59', '2025-03-05 12:22:22', 99.00, '2025-02-19 15:45:59', NULL, '7539', '2025-02-19 15:45:59', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-19 15:50:39', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"16, Krishnanagar, Ahmedabad, Gujarat 382345, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"72.6496597\",\"latitude\":\"23.0559844\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"16, Krishnanagar, Ahmedabad, Gujarat 382345, India\",\"additional_address\":null,\"latitude\":\"23.0559844\",\"longitude\":\"72.6496597\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"dev\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100196, 1, 99.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-19 15:50:59', '2025-03-05 12:22:22', 99.00, '2025-02-19 15:50:59', NULL, '4498', '2025-02-19 15:50:59', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-19 16:05:25', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"16, Krishnanagar, Ahmedabad, Gujarat 382345, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"72.6496597\",\"latitude\":\"23.0559844\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"16, Krishnanagar, Ahmedabad, Gujarat 382345, India\",\"additional_address\":null,\"latitude\":\"23.0559844\",\"longitude\":\"72.6496597\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"de\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100197, 1, 99.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-19 16:20:48', '2025-03-05 12:22:22', 99.00, '2025-02-19 16:20:48', NULL, '9544', '2025-02-19 16:20:48', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-19 16:22:10', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"16, Krishnanagar, Ahmedabad, Gujarat 382345, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"72.6496597\",\"latitude\":\"23.0559844\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"16, Krishnanagar, Ahmedabad, Gujarat 382345, India\",\"additional_address\":null,\"latitude\":\"23.0559844\",\"longitude\":\"72.6496597\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"fev\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100198, 1, 99.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-19 16:22:37', '2025-03-05 12:22:22', 99.00, '2025-02-19 16:22:37', NULL, '1986', '2025-02-19 16:22:37', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-19 16:23:35', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"16, Krishnanagar, Ahmedabad, Gujarat 382345, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"72.6496597\",\"latitude\":\"23.0559844\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"16, Krishnanagar, Ahmedabad, Gujarat 382345, India\",\"additional_address\":null,\"latitude\":\"23.0559844\",\"longitude\":\"72.6496597\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"uu\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100199, 1, 99.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-19 16:31:14', '2025-03-05 12:22:22', 99.00, '2025-02-19 16:31:14', NULL, '5811', '2025-02-19 16:31:14', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-19 16:32:01', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"16, Krishnanagar, Ahmedabad, Gujarat 382345, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"72.6496597\",\"latitude\":\"23.0559844\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"16, Krishnanagar, Ahmedabad, Gujarat 382345, India\",\"additional_address\":null,\"latitude\":\"23.0559844\",\"longitude\":\"72.6496597\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"pp\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100200, 1, 99.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-19 16:32:20', '2025-03-05 12:22:22', 99.00, '2025-02-19 16:32:20', NULL, '5951', '2025-02-19 16:32:20', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-19 16:32:30', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"16, Krishnanagar, Ahmedabad, Gujarat 382345, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"72.6496597\",\"latitude\":\"23.0559844\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"16, Krishnanagar, Ahmedabad, Gujarat 382345, India\",\"additional_address\":null,\"latitude\":\"23.0559844\",\"longitude\":\"72.6496597\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"rtt\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100201, 1, 99.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-19 16:33:57', '2025-03-05 12:22:22', 99.00, '2025-02-19 16:33:57', NULL, '6319', '2025-02-19 16:33:57', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-19 16:34:10', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"1-105, Sarada Nagar, Sujatha Nagar, Pendurthi, Visakhapatanam, Visakhapatnam, Andhra Pradesh 530051, India\",\"floor\":\"u\",\"road\":\"h\",\"house\":\"u\",\"longitude\":\"83.2086380571127\",\"latitude\":\"17.807812956065092\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"14-118, Mercy Home, Mahanaim Church, opposite police station and Raithu Bazar, Sarada Nagar, Karmika Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.816768550819557\",\"longitude\":\"83.2112404704094\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"dev\",\"road\":\"y\",\"house\":\"o\",\"floor\":\"y\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 1.290, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100202, 1, 114.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-19 16:38:15', '2025-03-05 12:22:22', 99.00, '2025-02-19 16:38:15', NULL, '1745', '2025-02-19 16:38:15', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-19 16:38:28', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"sjjs\",\"road\":\"heh\",\"house\":\"hhhwh\",\"longitude\":\"83.2174147\",\"latitude\":\"17.8031849\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+918186053422\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"Bab\",\"road\":\"webkoon streetn\",\"house\":\"ben\",\"floor\":\"nsn\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.003, 15.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);
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`) VALUES
(100203, 1, 99.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-19 16:46:51', '2025-03-05 12:22:22', 99.00, '2025-02-19 16:46:51', NULL, '6860', '2025-02-19 16:46:51', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-19 16:57:36', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"Vishal Mega mart, beside to ION digital building, Sarada Nagar, Karmika Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.20867024362087\",\"latitude\":\"17.80784391965318\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"7-150\\/13, Mahalaxmi Nagar, Pendurthi, Visakhapatanam, Visakhapatnam, Andhra Pradesh 530051, India\",\"additional_address\":null,\"latitude\":\"17.816900698016152\",\"longitude\":\"83.21150533854961\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"dev\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 1.371, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100204, 1, 114.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-19 16:51:31', '2025-03-05 12:22:22', 99.00, '2025-02-19 16:51:31', NULL, '3438', '2025-02-19 16:51:37', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"jsj\",\"road\":\"zbbz\",\"house\":\"jwjj\",\"longitude\":\"83.2174147\",\"latitude\":\"17.8031849\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.8031849\",\"longitude\":\"83.2174147\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"nsn\",\"road\":\"hsbs\",\"house\":\"nsn\",\"floor\":\"nsn\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 15.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100205, 1, 114.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-19 16:56:34', '2025-03-05 12:22:22', 99.00, '2025-02-19 16:56:34', NULL, '5993', '2025-02-19 16:56:39', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"nnn\",\"road\":\"vhh\",\"house\":\"bnn\",\"longitude\":\"83.2174147\",\"latitude\":\"17.8031849\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.8031849\",\"longitude\":\"83.2174147\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"cvvv\",\"road\":\"gvb\",\"house\":\"ghh\",\"floor\":\"ghh\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 15.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100206, 1, 114.00, 0.00, '', 'paid', 'confirmed', 0.00, 'razor_pay', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-19 16:58:11', '2025-03-05 12:22:22', 99.00, '2025-02-19 16:58:11', NULL, '9966', '2025-02-19 16:58:11', NULL, '2025-02-19 16:59:21', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"vghh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"gyc\",\"road\":\"gug\",\"house\":\"tdc\",\"longitude\":\"83.2174147\",\"latitude\":\"17.8031849\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.8031849\",\"longitude\":\"83.2174147\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"vhnn\",\"road\":\"vhh\",\"house\":\"hh\",\"floor\":\"hh\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 15.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100207, 3, 2018.00, 0.00, '', 'unpaid', 'pending', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-22 17:49:14', '2025-03-05 12:22:22', 1978.00, '2025-02-22 17:49:14', NULL, '7023', '2025-02-22 17:49:14', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"GV84+62C, Edurugatla, Telangana 505302, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.85468\",\"latitude\":\"18.5159983\"}', 0, 0.00, 1978.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 4, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919874562315\",\"address\":\"Karimnagar, Telangana, India\",\"additional_address\":null,\"latitude\":\"18.4385553\",\"longitude\":\"79.1288412\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"app\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 35.329, 40.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100208, 1, 332.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-23 11:31:41', '2025-03-05 12:22:22', 332.00, '2025-02-23 11:31:41', NULL, '2073', '2025-02-23 11:31:41', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-23 11:31:54', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"bsb\",\"road\":\"hdh\",\"house\":\"hhe\",\"longitude\":\"83.2174108\",\"latitude\":\"17.8031922\"}', 0, 0.00, 332.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"NAD Kotha Road, Nad Junction, Buchirajupalem, Netaji Colony, NSTL, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.743575895504193\",\"longitude\":\"83.23131043463945\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"bxbz\",\"road\":\"hsh\",\"house\":\"jdn\",\"floor\":\"hdb\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 8.300, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100209, 1, 347.00, 0.00, '', 'unpaid', 'pending', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-23 11:32:58', '2025-03-05 12:22:22', 332.00, '2025-02-23 11:32:58', NULL, '2631', '2025-02-23 11:32:58', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"bsb\",\"road\":\"bsvs\",\"house\":\"hd\",\"longitude\":\"83.2174108\",\"latitude\":\"17.8031922\"}', 0, 0.00, 332.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"NAD Kotha Road, Nad Junction, Buchirajupalem, Netaji Colony, NSTL, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.743575895504193\",\"longitude\":\"83.23131043463945\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"bxbzn\",\"road\":\"hdh\",\"house\":\"hd\",\"floor\":\"nsn\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 8.300, 15.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100210, 1, 99.00, 0.00, '', 'unpaid', 'pending', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-24 13:27:37', '2025-03-05 12:22:22', 99.00, '2025-02-24 13:27:37', NULL, '5162', '2025-02-24 13:27:37', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"Vishal Mega mart, beside to ION digital building, Sarada Nagar, Karmika Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.20871248841286\",\"latitude\":\"17.80795692074349\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"13-90\\/1, Raju Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.816737269584767\",\"longitude\":\"83.21123208850622\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"dim\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 1.281, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);
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`) VALUES
(100211, 1, 332.00, 0.00, '', 'unpaid', 'accepted', 0.00, 'digital_payment', NULL, NULL, 18, NULL, NULL, 'parcel', 1, NULL, '2025-02-24 14:18:13', '2025-03-06 14:18:19', 332.00, '2025-02-24 14:18:13', NULL, '4853', '2025-02-24 14:18:13', '2025-03-06 14:18:19', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 332.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"NAD Kotha Road, Nad Junction, Buchirajupalem, Netaji Colony, NSTL, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.743575895504193\",\"longitude\":\"83.23131043463945\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"g\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 8.301, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100212, 1, 332.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-25 10:50:12', '2025-03-05 12:22:22', 332.00, '2025-02-25 10:50:12', NULL, '7908', '2025-02-25 10:50:12', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-25 11:21:36', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 332.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876540321\",\"address\":\"NAD Kotha Road, Nad Junction, Buchirajupalem, Netaji Colony, NSTL, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.743575895504193\",\"longitude\":\"83.23131043463945\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"dev\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 8.301, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100213, 1, 332.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-25 11:22:18', '2025-03-05 12:22:22', 332.00, '2025-02-25 11:22:18', NULL, '8153', '2025-02-25 11:22:18', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-25 11:35:10', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 332.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"NAD Kotha Road, Nad Junction, Buchirajupalem, Netaji Colony, NSTL, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.743575895504193\",\"longitude\":\"83.23131043463945\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"pp\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 8.301, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100214, 1, 332.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-25 11:36:18', '2025-03-05 12:22:22', 332.00, '2025-02-25 11:36:18', NULL, '7684', '2025-02-25 11:36:18', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-25 11:53:32', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 332.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"10, Krishnanagar, Ahmedabad, Gujarat 382345, India\",\"additional_address\":null,\"latitude\":\"17.743575895504193\",\"longitude\":\"83.23131043463945\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"dev\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 8.301, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100215, 1, 332.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-25 11:55:38', '2025-03-05 12:22:22', 332.00, '2025-02-25 11:55:38', NULL, '9273', '2025-02-25 11:55:38', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-25 12:03:05', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 332.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"NAD Kotha Road, Nad Junction, Buchirajupalem, Netaji Colony, NSTL, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.743575895504193\",\"longitude\":\"83.23131043463945\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"lo\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 8.301, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100216, 1, 332.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-25 12:03:26', '2025-03-05 12:22:22', 332.00, '2025-02-25 12:03:26', NULL, '5798', '2025-02-25 12:03:26', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-25 12:05:08', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 332.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"NAD Kotha Road, Nad Junction, Buchirajupalem, Netaji Colony, NSTL, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.743575895504193\",\"longitude\":\"83.23131043463945\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"pp\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 8.301, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100217, 1, 332.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-25 12:14:08', '2025-03-05 12:22:22', 332.00, '2025-02-25 12:14:08', NULL, '1225', '2025-02-25 12:14:08', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-25 12:26:11', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 332.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"NAD Kotha Road, Nad Junction, Buchirajupalem, Netaji Colony, NSTL, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.743575895504193\",\"longitude\":\"83.23131043463945\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"h\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 8.301, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100218, 1, 332.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-25 12:26:31', '2025-03-05 12:22:22', 332.00, '2025-02-25 12:26:31', NULL, '6099', '2025-02-25 12:26:31', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-25 12:38:40', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 332.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"NAD Kotha Road, Nad Junction, Buchirajupalem, Netaji Colony, NSTL, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.743575895504193\",\"longitude\":\"83.23131043463945\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"gh\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 8.301, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);
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`) VALUES
(100219, 1, 332.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-02-25 12:43:18', '2025-03-05 12:22:22', 332.00, '2025-02-25 12:43:18', NULL, '2926', '2025-02-25 12:43:18', NULL, NULL, NULL, NULL, NULL, NULL, '2025-02-25 12:46:18', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 332.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"NAD Kotha Road, Nad Junction, Buchirajupalem, Netaji Colony, NSTL, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.743575895504193\",\"longitude\":\"83.23131043463945\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"hh\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 8.301, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100220, 1, 332.00, 0.00, '', 'unpaid', 'accepted', 0.00, 'digital_payment', NULL, NULL, 9, NULL, NULL, 'parcel', 1, NULL, '2025-02-25 12:47:58', '2025-03-05 12:27:58', 332.00, '2025-02-25 12:47:58', NULL, '5701', '2025-02-25 12:47:58', '2025-03-05 12:27:58', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 332.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919876543210\",\"address\":\"NAD Kotha Road, Nad Junction, Buchirajupalem, Netaji Colony, NSTL, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.743575895504193\",\"longitude\":\"83.23131043463945\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"dev\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 8.301, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100221, 1, 347.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-03-04 11:24:59', '2025-03-05 12:22:22', 332.00, '2025-03-04 11:24:59', NULL, '9685', '2025-03-04 11:24:59', NULL, NULL, NULL, NULL, NULL, NULL, '2025-03-04 11:25:12', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"tt\",\"road\":\"fff\",\"house\":\"ff\",\"longitude\":\"83.2174108\",\"latitude\":\"17.8031922\"}', 0, 0.00, 332.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"NAD Kotha Road, Nad Junction, Buchirajupalem, Netaji Colony, NSTL, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.743575895504193\",\"longitude\":\"83.23131043463945\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"vbb\",\"road\":\"ggg\",\"house\":\"vv\",\"floor\":\"hh\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":0,\"increased_delivery_fee_status\":0,\"increase_delivery_charge_message\":null,\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 8.299, 15.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100222, 1, 99.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-03-08 11:22:50', '2025-03-08 15:30:11', 99.00, '2025-03-08 11:22:50', NULL, '4500', '2025-03-08 11:22:50', NULL, NULL, NULL, NULL, NULL, NULL, '2025-03-08 11:24:37', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"R645+6H3, Near Over Bridge, Chanukya Nagar, Chinnamushidiwada, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"21\",\"road\":\"652\",\"house\":\"32\",\"longitude\":\"83.2089126482606\",\"latitude\":\"17.805520039549506\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+918128440882\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"Manish\",\"road\":\"webkoon street\",\"house\":\"32\",\"floor\":\"3\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"test\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 1.143, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100223, 1, 99.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-03-08 11:32:06', '2025-03-08 15:30:11', 99.00, '2025-03-08 11:32:06', NULL, '1570', '2025-03-08 11:32:06', NULL, NULL, NULL, NULL, NULL, NULL, '2025-03-08 11:36:58', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"R645+6H3, Near Over Bridge, Chanukya Nagar, Chinnamushidiwada, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"1\",\"road\":\"11\",\"house\":\"1\",\"longitude\":\"83.2089126482606\",\"latitude\":\"17.805520039549506\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+919988776666\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"ws\",\"road\":\"webkoon street\",\"house\":\"1\",\"floor\":\"1\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"test\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 1.143, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100224, 1, 99.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-03-08 11:39:54', '2025-03-08 15:30:11', 99.00, '2025-03-08 11:39:54', NULL, '9992', '2025-03-08 11:39:54', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"R645+6H3, Near Over Bridge, Chanukya Nagar, Chinnamushidiwada, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"2\",\"road\":\"2\",\"house\":\"2\",\"longitude\":\"83.2089126482606\",\"latitude\":\"17.805520039549506\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+918877669900\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"frd\",\"road\":\"webkoon st2reet\",\"house\":\"2\",\"floor\":\"2\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"test\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 1.143, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100225, 1, 99.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-03-08 11:42:08', '2025-03-08 15:30:11', 99.00, '2025-03-08 11:42:07', NULL, '5804', '2025-03-08 11:42:08', NULL, NULL, NULL, NULL, NULL, NULL, '2025-03-08 11:45:32', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"R645+6H3, Near Over Bridge, Chanukya Nagar, Chinnamushidiwada, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"s\",\"road\":\"sss\",\"house\":\"s\",\"longitude\":\"83.2089126482606\",\"latitude\":\"17.805520039549506\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+916677889900\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"sss\",\"road\":\"webkoon sstreet\",\"house\":\"\",\"floor\":\"ss\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"test\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 1.143, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100226, 1, 99.00, 0.00, '', 'unpaid', 'pending', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-03-08 11:45:57', '2025-03-08 15:30:11', 99.00, '2025-03-08 11:45:57', NULL, '9157', '2025-03-08 11:45:57', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"R645+6H3, Near Over Bridge, Chanukya Nagar, Chinnamushidiwada, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"s\",\"road\":\"sss\",\"house\":\"ss\",\"longitude\":\"83.2089126482606\",\"latitude\":\"17.805520039549506\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":1,\"address_type\":\"home\",\"contact_person_number\":\"+916677889900\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.803213047861096\",\"longitude\":\"83.21740720421076\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"ss\",\"road\":\"webkoon street\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"test\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 1.143, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);
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`) VALUES
(100227, 1, 99.00, 0.00, '', 'unpaid', 'pending', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-03-08 11:52:04', '2025-03-08 15:30:11', 99.00, '2025-03-08 11:52:03', NULL, '3904', '2025-03-08 11:52:04', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"R645+6H3, Near Over Bridge, Chanukya Nagar, Chinnamushidiwada, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"11\",\"road\":\"ddd\",\"house\":\"1\",\"longitude\":\"83.2089126482606\",\"latitude\":\"17.805520039549506\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+916677889900\",\"address\":\"R645+6H3, Near Over Bridge, Chanukya Nagar, Chinnamushidiwada, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.805520039549506\",\"longitude\":\"83.2089126482606\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"hvcs\",\"road\":\"ww\",\"house\":\"w1\",\"floor\":\"w\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"test\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100228, 1, 51857.00, 0.00, '', 'unpaid', 'pending', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-03-08 12:02:23', '2025-03-08 15:30:11', 51857.00, '2025-03-08 12:02:23', NULL, '7192', '2025-03-08 12:02:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"Kadi, Gujarat, India\",\"floor\":\"2\",\"road\":\"res\",\"house\":\"1\",\"longitude\":\"72.33024202287197\",\"latitude\":\"23.297320913193367\"}', 0, 0.00, 51857.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+917766558899\",\"address\":\"R645+6H3, Near Over Bridge, Chanukya Nagar, Chinnamushidiwada, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.805520039549506\",\"longitude\":\"83.2089126482606\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"gfdd\",\"road\":\"fdss\",\"house\":\"2\",\"floor\":\"1\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"test\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 1571.417, 0.00, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100229, 1, 51857.00, 0.00, '', 'unpaid', 'pending', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-03-08 12:08:00', '2025-03-08 15:30:11', 51857.00, '2025-03-08 12:08:00', NULL, '4738', '2025-03-08 12:08:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"Kadi, Gujarat, India\",\"floor\":\"s\",\"road\":\"\",\"house\":\"s\",\"longitude\":\"72.33024202287197\",\"latitude\":\"23.297320913193367\"}', 0, 0.00, 51857.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+917788990066\",\"address\":\"R645+6H3, Near Over Bridge, Chanukya Nagar, Chinnamushidiwada, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.805520039549506\",\"longitude\":\"83.2089126482606\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"s\",\"road\":\"s\",\"house\":\"s\",\"floor\":\"s\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"test\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 1571.417, 0.00, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100230, 1, 99.00, 0.00, '', 'unpaid', 'pending', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-03-08 12:34:31', '2025-03-08 15:30:11', 99.00, '2025-03-08 12:34:31', NULL, '4881', '2025-03-08 12:34:31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"Kadi, Gujarat, India\",\"floor\":\"d\",\"road\":\"ddd\",\"house\":\"d\",\"longitude\":\"83.2089126482606\",\"latitude\":\"17.805520039549506\"}', 0, 0.00, 99.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+917788990066\",\"address\":\"R645+6H3, Near Over Bridge, Chanukya Nagar, Chinnamushidiwada, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.805520039549506\",\"longitude\":\"83.2089126482606\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"d\",\"road\":\"d\",\"house\":\"d\",\"floor\":\"d\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"test\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100231, 1, 61572.00, 0.00, '', 'unpaid', 'pending', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-03-08 13:24:22', '2025-03-08 15:30:11', 61572.00, '2025-03-08 13:24:22', NULL, '4997', '2025-03-08 13:24:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"Kadi, Gujarat, India\",\"floor\":\"2\",\"road\":\"2\",\"house\":\"2\",\"longitude\":\"72.33024202287197\",\"latitude\":\"23.297320913193367\"}', 0, 0.00, 61572.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+917788990066\",\"address\":\"R645+6H3, Near Over Bridge, Chanukya Nagar, Chinnamushidiwada, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.805520039549506\",\"longitude\":\"83.2089126482606\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"2\",\"road\":\"2\",\"house\":\"2\",\"floor\":\"2\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"test\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 1865.825, 0.00, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100232, 1, 61572.00, 0.00, '', 'unpaid', 'pending', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-03-08 13:32:02', '2025-03-08 15:30:11', 61572.00, '2025-03-08 13:32:02', NULL, '2060', '2025-03-08 13:32:02', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"Kadi, Gujarat, India\",\"floor\":\"w\",\"road\":\"re\",\"house\":\"w\",\"longitude\":\"72.33024202287197\",\"latitude\":\"23.297320913193367\"}', 0, 0.00, 61572.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918877669900\",\"address\":\"R645+6H3, Near Over Bridge, Chanukya Nagar, Chinnamushidiwada, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"additional_address\":null,\"latitude\":\"17.805520039549506\",\"longitude\":\"83.2089126482606\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"w\",\"road\":\"w\",\"house\":\"w\",\"floor\":\"w\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"test\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 1865.825, 0.00, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100233, 1, 356.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-03-09 12:25:41', '2025-05-02 07:28:49', 341.00, '2025-03-09 12:25:41', NULL, '4991', '2025-03-09 12:25:41', NULL, NULL, NULL, NULL, NULL, NULL, '2025-03-09 12:25:57', NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"fgg\",\"road\":\"drf\",\"house\":\"drf\",\"longitude\":\"83.2174154\",\"latitude\":\"17.8031586\"}', 0, 0.00, 341.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"NAD Kotha Road, Nad Junction, Buchirajupalem, Netaji Colony, NSTL, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.743575895504193\",\"longitude\":\"83.23131043463945\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"cvvv\",\"road\":\"xfg\",\"house\":\"ggg\",\"floor\":\"vhg\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"test\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 10.321, 15.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100234, 28, 209.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-03-09 14:07:56', '2025-05-02 07:28:49', 199.00, '2025-03-09 14:07:56', NULL, '1873', '2025-03-09 14:07:56', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648102\",\"contact_person_email\":\"mani@gmail.com\",\"address_type\":\"others\",\"address\":\"Vemulawada, Telangana, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.87132938951254\",\"latitude\":\"18.466969834113627\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 4, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919785463121\",\"address\":\"Vemulawada, Telangana, India\",\"additional_address\":null,\"latitude\":\"18.466969834113627\",\"longitude\":\"78.87132938951254\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"mani\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"test\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 10.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);
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`) VALUES
(100235, 28, 2699.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-03-09 14:09:02', '2025-05-02 07:28:49', 2699.00, '2025-03-09 14:09:02', NULL, '1592', '2025-03-09 14:09:02', NULL, NULL, NULL, NULL, NULL, NULL, '2025-03-09 14:09:19', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648102\",\"contact_person_email\":\"mani@gmail.com\",\"address_type\":\"others\",\"address\":\"Vemulawada, Telangana, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.87132938951254\",\"latitude\":\"18.466969834113627\"}', 0, 0.00, 2699.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 5, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919785461234\",\"address\":\"Karimnagar, Telangana, India\",\"additional_address\":null,\"latitude\":\"18.43705919546512\",\"longitude\":\"79.12778981029987\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"app\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"test\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 33.736, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100236, 28, 2686.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-03-09 14:10:05', '2025-05-02 07:28:49', 2676.00, '2025-03-09 14:10:05', NULL, '5807', '2025-03-09 14:10:05', NULL, NULL, NULL, NULL, NULL, NULL, '2025-03-09 14:12:30', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648102\",\"contact_person_email\":\"mani@gmail.com\",\"address_type\":\"others\",\"address\":\"Vemulawada, Telangana, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.87132938951254\",\"latitude\":\"18.466969834113627\"}', 0, 0.00, 2676.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 5, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919784516324\",\"address\":\"Karimnagar, Telangana, India\",\"additional_address\":null,\"latitude\":\"18.438555375915367\",\"longitude\":\"79.12884123623371\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"app\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"test\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 33.453, 10.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100237, 1, 341.00, 0.00, '', 'paid', 'delivered', 0.00, 'razor_pay', NULL, NULL, 9, NULL, NULL, 'parcel', 1, NULL, '2025-03-09 14:12:39', '2025-05-03 06:44:38', 341.00, '2025-03-09 14:12:39', NULL, '1605', '2025-03-09 14:12:39', '2025-05-03 06:44:07', '2025-03-09 14:13:12', '2025-05-03 06:44:07', '2025-05-03 06:44:07', '2025-05-03 06:44:33', '2025-05-03 06:44:38', NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"vb\",\"road\":\"ff\",\"house\":\"vv\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 341.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"NAD Kotha Road, Nad Junction, Buchirajupalem, Netaji Colony, NSTL, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.743575895504193\",\"longitude\":\"83.23131043463945\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"v v\",\"road\":\"cf\",\"house\":\"vv\",\"floor\":\"gv\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"test\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 10.315, 0.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100238, 1, 356.00, 0.00, '', 'paid', 'handover', 0.00, 'razor_pay', NULL, NULL, 9, NULL, NULL, 'parcel', 1, NULL, '2025-03-09 14:17:45', '2025-05-03 04:08:02', 341.00, '2025-03-09 14:17:45', NULL, '8770', '2025-03-09 14:17:45', '2025-05-03 04:08:02', '2025-03-09 14:18:21', '2025-05-03 04:08:02', '2025-05-03 04:08:02', NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"home\",\"address\":\"oxygen conly, 1-7\\/6, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"bvv\",\"road\":\"vvg\",\"house\":\"ff\",\"longitude\":\"83.21740720421076\",\"latitude\":\"17.803213047861096\"}', 0, 0.00, 341.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 3, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+918186053422\",\"address\":\"NAD Kotha Road, Nad Junction, Buchirajupalem, Netaji Colony, NSTL, Visakhapatnam, Andhra Pradesh, India\",\"additional_address\":null,\"latitude\":\"17.743575895504193\",\"longitude\":\"83.23131043463945\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"vvv\",\"road\":\"ccf\",\"house\":\"vvv\",\"floor\":\"ggg\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"test\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 10.315, 15.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100239, 3, 1883.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-03-09 15:00:25', '2025-05-02 07:28:49', 1873.00, '2025-03-09 15:00:25', NULL, '8315', '2025-03-09 15:00:25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Vemulawada, Telangana, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.87132938951254\",\"latitude\":\"18.46696983411363\"}', 0, 0.00, 1873.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 4, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919163258470\",\"address\":\"Karimnagar, Telangana, India\",\"additional_address\":null,\"latitude\":\"18.438555375915364\",\"longitude\":\"79.12884123623371\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"ccc\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"test\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 33.453, 10.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100240, 3, 219.00, 0.00, '', 'unpaid', 'pending', 0.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-03-09 15:01:36', '2025-05-02 07:28:49', 199.00, '2025-03-09 15:01:36', NULL, '1958', '2025-03-09 15:01:58', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Vemulawada, Telangana, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.87132938951254\",\"latitude\":\"18.46696983411363\"}', 0, 0.00, 199.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 4, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919132584705\",\"address\":\"Vemulawada, Telangana, India\",\"additional_address\":null,\"latitude\":\"18.46696983411363\",\"longitude\":\"78.87132938951254\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"ggg\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"test\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 0.000, 20.00, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100241, 3, 1873.00, 0.00, '', 'unpaid', 'canceled', 0.00, 'digital_payment', NULL, NULL, NULL, NULL, NULL, 'parcel', 1, NULL, '2025-03-09 18:25:23', '2025-05-02 07:28:49', 1873.00, '2025-03-09 18:25:23', NULL, '2926', '2025-03-09 18:25:23', NULL, NULL, NULL, NULL, NULL, NULL, '2025-03-09 18:25:29', NULL, NULL, '{\"contact_person_name\":\"Mani\",\"contact_person_number\":\"+919182648101\",\"contact_person_email\":\"Manikrishna@gmail.com\",\"address_type\":\"others\",\"address\":\"Vemulawada, Telangana, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.87132938951254\",\"latitude\":\"18.46696983411363\"}', 0, 0.00, 1873.00, NULL, 0.00, 0, NULL, 2, 6, NULL, 4, '{\"id\":null,\"address_type\":\"others\",\"contact_person_number\":\"+919638527413\",\"address\":\"Karimnagar, Telangana, India\",\"additional_address\":null,\"latitude\":\"18.438555375915364\",\"longitude\":\"79.12884123623371\",\"zone_id\":2,\"zone_ids\":[2],\"_method\":null,\"contact_person_name\":\"vvv\",\"road\":\"\",\"house\":\"\",\"floor\":\"\",\"zone_data\":[{\"id\":2,\"status\":1,\"cash_on_delivery\":true,\"digital_payment\":true,\"offline_payment\":true,\"increased_delivery_fee\":10,\"increased_delivery_fee_status\":1,\"increase_delivery_charge_message\":\"test\",\"modules\":[{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":2,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":3,\"module_name\":\"Fish & meat\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d12c91a6.png\",\"status\":\"1\",\"stores_count\":1,\"created_at\":\"2024-12-02T20:04:26.000000Z\",\"updated_at\":\"2024-12-24T10:29:38.000000Z\",\"icon\":\"2024-12-24-676a8d12c4f53.png\",\"theme_id\":1,\"description\":\"<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":3,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":4,\"module_name\":\"Ecommerce Delivery\",\"module_type\":\"ecommerce\",\"thumbnail\":\"2024-12-24-676a8cfdd7ef2.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:04:59.000000Z\",\"updated_at\":\"2024-12-28T10:05:46.000000Z\",\"icon\":\"2024-12-24-676a8cfdd6281.png\",\"theme_id\":1,\"description\":\"<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":4,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":1,\"module_name\":\"Grocery Delivery\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8d38337b7.png\",\"status\":\"1\",\"stores_count\":8,\"created_at\":\"2023-08-15T18:01:17.000000Z\",\"updated_at\":\"2025-01-27T11:15:43.000000Z\",\"icon\":\"2024-12-24-676a8d38317cc.png\",\"theme_id\":1,\"description\":\"<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":1,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":5,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":20,\"maximum_shipping_charge\":20,\"maximum_cod_order_amount\":15000}},{\"id\":6,\"module_name\":\"Pickup & Drop\",\"module_type\":\"parcel\",\"thumbnail\":\"2024-12-24-676a8cda84cb9.png\",\"status\":\"1\",\"stores_count\":0,\"created_at\":\"2024-12-03T01:17:34.000000Z\",\"updated_at\":\"2024-12-24T10:28:42.000000Z\",\"icon\":\"2024-12-24-676a8cda829e6.png\",\"theme_id\":1,\"description\":\"<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":6,\"per_km_shipping_charge\":null,\"minimum_shipping_charge\":null,\"maximum_shipping_charge\":null,\"maximum_cod_order_amount\":null}},{\"id\":7,\"module_name\":\"Medicine\",\"module_type\":\"pharmacy\",\"thumbnail\":\"2024-12-24-676a8c80271e7.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-24T09:35:40.000000Z\",\"updated_at\":\"2024-12-26T11:18:27.000000Z\",\"icon\":\"2024-12-24-676a8c8025142.png\",\"theme_id\":1,\"description\":\"<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!<\\/p>\",\"all_zone_service\":0,\"pivot\":{\"zone_id\":2,\"module_id\":7,\"per_km_shipping_charge\":20,\"minimum_shipping_charge\":30,\"maximum_shipping_charge\":30,\"maximum_cod_order_amount\":1500}}]}],\"area_ids\":null,\"contact_person_email\":\"\"}', 'sender', 33.453, 0.00, NULL, NULL, 0, NULL, 2, 'Digital payment issue', 'customer', NULL, 'vendor', NULL, NULL, 0, NULL, NULL, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100242, 1, 422.00, 0.00, '', 'unpaid', 'pending', 20.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'take_away', 1, 4, '2025-04-28 08:24:03', '2025-05-02 07:28:49', 0.00, '2025-04-28 08:24:03', NULL, '2427', '2025-04-28 08:24:03', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"dinesh\",\"contact_person_number\":\"+917989272149\",\"contact_person_email\":\"webkooncloud@gmail.com\",\"address_type\":\"others\",\"address\":\"R697+73X 7-150\\/2, 9-7, BC Colony, Mahalaxmi Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 531173, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"83.2161912\",\"latitude\":\"17.8129807\"}', 0, 0.00, 0.00, NULL, 0.00, 0, NULL, 2, 2, NULL, NULL, NULL, NULL, 9.855, 0.00, NULL, NULL, 0, 'excluded', NULL, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 5.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000),
(100243, 52, 265.00, 0.00, '', 'unpaid', 'pending', 9.00, 'cash_on_delivery', NULL, NULL, NULL, NULL, NULL, 'delivery', 1, 4, '2025-05-03 08:27:17', '2025-05-07 04:38:07', 77.00, '2025-05-03 08:27:17', NULL, '5371', '2025-05-03 08:27:17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{\"contact_person_name\":\"Pavan\",\"contact_person_number\":\"+919063833471\",\"contact_person_email\":\"pavan420sandeep@gmail.com\",\"address_type\":\"others\",\"address\":\"Hyderabad, Telangana, India\",\"floor\":\"\",\"road\":\"\",\"house\":\"\",\"longitude\":\"78.47724381834269\",\"latitude\":\"17.406498034870868\"}', 0, 20.00, 77.00, NULL, 0.00, 0, NULL, 2, 2, NULL, NULL, NULL, NULL, 629.596, 0.00, NULL, NULL, 0, 'excluded', 1, NULL, NULL, NULL, 'vendor', NULL, NULL, 0, NULL, 5.000, 0.000, NULL, 0.000, 0, 0.000, 0.000, NULL, 0.000, 0.000);

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

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

--
-- Dumping data for table `order_cancel_reasons`
--

INSERT INTO `order_cancel_reasons` (`id`, `reason`, `user_type`, `status`, `created_at`, `updated_at`) VALUES
(1, 'item was wrong', 'customer', 1, '2025-01-01 17:45:01', '2025-01-01 17:45:01'),
(2, 'Heavy amount', 'deliveryman', 1, '2025-02-07 17:35:09', '2025-02-07 17:35:09');

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

--
-- 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
) 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`) VALUES
(1, 21, 100009, 199.00, '{\"id\":21,\"name\":\"Chocolate Mocha Jar\",\"description\":\"Feel like having coffee & dessert at the same time. Well, we have got you covered with our delicious Mocha jar made with richness of chocolate and goodness of coffee.\",\"image\":\"2024-12-09-6756808498650.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Desserts & Beverages\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":199,\"tax\":5,\"tax_type\":\"percent\",\"discount\":15,\"discount_type\":\"percent\",\"available_time_starts\":\"08:00:00\",\"available_time_ends\":\"23:00:00\",\"veg\":1,\"status\":1,\"store_id\":4,\"created_at\":\"2024-12-09T05:30:44.000000Z\",\"updated_at\":\"2024-12-09T05:30:44.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":0,\"unit_id\":null,\"images\":[{\"img\":\"2024-12-09-6756808496000.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"chocolate-mocha-jar\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fassos Visakhapatnam\",\"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\":[],\"unit_type\":null,\"image_full_url\":\"https:\\/\\/homekart.tech\\/storage\\/app\\/public\\/product\\/2024-12-09-6756808498650.png\",\"images_full_url\":[\"https:\\/\\/homekart.tech\\/storage\\/app\\/public\\/product\\/2024-12-09-6756808496000.png\"],\"module\":{\"id\":2,\"module_name\":\"food\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-03-674efd5fee56d.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-08T15:27:06.000000Z\",\"icon\":\"2024-12-03-674efd5fed5dd.png\",\"theme_id\":1,\"description\":\"<p>food<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/homekart.tech\\/storage\\/app\\/public\\/module\\/2024-12-03-674efd5fed5dd.png\",\"thumbnail_full_url\":\"https:\\/\\/homekart.tech\\/storage\\/app\\/public\\/module\\/2024-12-03-674efd5fee56d.png\",\"storage\":[{\"id\":12,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2024-12-03 06:45:19\",\"updated_at\":\"2024-12-03 06:45:19\"},{\"id\":13,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-12-03 06:45:19\",\"updated_at\":\"2024-12-03 06:45:19\"}],\"translations\":[{\"id\":45,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"food\",\"created_at\":null,\"updated_at\":null},{\"id\":46,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>food<\\/p>\",\"created_at\":null,\"updated_at\":null}]},\"storage\":[{\"id\":138,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"21\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2024-12-09 11:00:44\",\"updated_at\":\"2024-12-09 11:00:44\"},{\"id\":139,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"21\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2024-12-09 11:00:44\",\"updated_at\":\"2024-12-09 11:00:44\"}],\"translations\":[{\"id\":144,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":21,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Chocolate Mocha Jar\",\"created_at\":null,\"updated_at\":null},{\"id\":145,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":21,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Feel like having coffee & dessert at the same time. Well, we have got you covered with our delicious Mocha jar made with richness of chocolate and goodness of coffee.\",\"created_at\":null,\"updated_at\":null}],\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 29.85, 'product_discount', 3, 10.00, 'null', '2024-12-22 10:01:37', '2024-12-22 10:01:37', NULL, 0.00),
(2, 22, 100010, 67.00, '{\"id\":22,\"name\":\"Coca Cola Bottle (475 mL)\",\"description\":\"Enjoy your meal\",\"image\":\"2024-12-09-675680d31faf2.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Desserts & Beverages\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":67,\"tax\":5,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"08:00:00\",\"available_time_ends\":\"23:00:00\",\"veg\":1,\"status\":1,\"store_id\":4,\"created_at\":\"2024-12-09T05:32:03.000000Z\",\"updated_at\":\"2024-12-09T05:32:03.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":0,\"unit_id\":null,\"images\":[{\"img\":\"2024-12-09-675680d31d80c.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"coca-cola-bottle-475-ml\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fassos Visakhapatnam\",\"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\":[],\"unit_type\":null,\"image_full_url\":\"https:\\/\\/homekart.tech\\/storage\\/app\\/public\\/product\\/2024-12-09-675680d31faf2.png\",\"images_full_url\":[\"https:\\/\\/homekart.tech\\/storage\\/app\\/public\\/product\\/2024-12-09-675680d31d80c.png\"],\"module\":{\"id\":2,\"module_name\":\"food\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-03-674efd5fee56d.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-23T06:12:43.000000Z\",\"icon\":\"2024-12-03-674efd5fed5dd.png\",\"theme_id\":1,\"description\":\"<p>food<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/homekart.tech\\/storage\\/app\\/public\\/module\\/2024-12-03-674efd5fed5dd.png\",\"thumbnail_full_url\":\"https:\\/\\/homekart.tech\\/storage\\/app\\/public\\/module\\/2024-12-03-674efd5fee56d.png\",\"storage\":[{\"id\":12,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2024-12-03 06:45:19\",\"updated_at\":\"2024-12-03 06:45:19\"},{\"id\":13,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-12-03 06:45:19\",\"updated_at\":\"2024-12-03 06:45:19\"}],\"translations\":[{\"id\":45,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"food\",\"created_at\":null,\"updated_at\":null},{\"id\":46,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>food<\\/p>\",\"created_at\":null,\"updated_at\":null}]},\"storage\":[{\"id\":140,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"22\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2024-12-09 11:02:03\",\"updated_at\":\"2024-12-09 11:02:03\"},{\"id\":141,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"22\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2024-12-09 11:02:03\",\"updated_at\":\"2024-12-09 11:02:03\"}],\"translations\":[{\"id\":146,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":22,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Coca Cola Bottle (475 mL)\",\"created_at\":null,\"updated_at\":null},{\"id\":147,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":22,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Enjoy your meal\",\"created_at\":null,\"updated_at\":null}],\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 0.00, 'product_discount', 6, 3.00, 'null', '2024-12-23 18:40:47', '2024-12-23 18:40:47', NULL, 0.00),
(3, 24, 100011, 230.00, '{\"id\":24,\"name\":\"Daawat Biryani Basmati Rice\",\"description\":\"Daawat Biryani Basmati Rice is known for its exceptional quality and flavours, sourced from the finest basmati rice grains.\",\"image\":\"2024-12-09-67569acab6331.png\",\"category_id\":14,\"category_ids\":[{\"id\":\"14\",\"position\":1,\"name\":\"Rice & Masalas\"}],\"variations\":[{\"type\":\"1kg\",\"price\":230,\"stock\":10}],\"add_ons\":[],\"attributes\":[\"1\"],\"choice_options\":[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"1kg\"]}],\"price\":230,\"tax\":0,\"tax_type\":\"percent\",\"discount\":40,\"discount_type\":\"amount\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":0,\"status\":1,\"store_id\":5,\"created_at\":\"2024-12-09T07:22:50.000000Z\",\"updated_at\":\"2024-12-09T07:22:50.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":5,\"stock\":10,\"unit_id\":2,\"images\":[{\"img\":\"2024-12-09-67569acab4027.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"daawat-biryani-basmati-rice\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"More Pendurthi\",\"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\":[],\"unit_type\":\"Weight\",\"image_full_url\":\"https:\\/\\/homekart.tech\\/storage\\/app\\/public\\/product\\/2024-12-09-67569acab6331.png\",\"images_full_url\":[\"https:\\/\\/homekart.tech\\/storage\\/app\\/public\\/product\\/2024-12-09-67569acab4027.png\"],\"module\":{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/homekart.tech\\/storage\\/app\\/public\\/module\\/2024-12-24-676a8ceba73b7.png\",\"thumbnail_full_url\":\"https:\\/\\/homekart.tech\\/storage\\/app\\/public\\/module\\/2024-12-24-676a8cebacc55.png\",\"storage\":[{\"id\":18,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"5\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2024-12-24 15:58:59\",\"updated_at\":\"2024-12-24 15:58:59\"},{\"id\":19,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"5\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-12-24 15:58:59\",\"updated_at\":\"2024-12-24 15:58:59\"}],\"translations\":[{\"id\":51,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":5,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"fruits & Vegetables\",\"created_at\":null,\"updated_at\":null},{\"id\":52,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":5,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>fruits &amp; Vegetables<\\/p>\",\"created_at\":null,\"updated_at\":null}]},\"storage\":[{\"id\":148,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"24\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2024-12-09 12:52:50\",\"updated_at\":\"2024-12-09 12:52:50\"},{\"id\":149,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"24\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2024-12-09 12:52:50\",\"updated_at\":\"2024-12-09 12:52:50\"}],\"translations\":[{\"id\":163,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":24,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Daawat Biryani Basmati Rice\",\"created_at\":null,\"updated_at\":null},{\"id\":164,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":24,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Daawat Biryani Basmati Rice is known for its exceptional quality and flavours, sourced from the finest basmati rice grains.\",\"created_at\":null,\"updated_at\":null}],\"ecommerce_item_details\":null,\"unit\":{\"id\":2,\"unit\":\"Weight\",\"created_at\":\"2024-12-09T07:06:34.000000Z\",\"updated_at\":\"2024-12-09T07:06:34.000000Z\",\"translations\":[{\"id\":158,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"Weight\",\"created_at\":null,\"updated_at\":null}]}}', '[{\"type\":\"1kg\",\"price\":230,\"stock\":10}]', '[]', 40.00, 'product_discount', 2, 0.00, 'null', '2024-12-24 16:25:26', '2024-12-24 16:25:26', NULL, 0.00),
(4, 16, 100014, 119.00, '{\"id\":16,\"name\":\"Chatpata Double Egg Roll\",\"description\":\"Why settle for something ordinary when you can get a snack that is eggstra ordinary! Like this yum wrap made with golden-fried eggs, drizzled with tangy, cheesy mayo and wrapped in a soft roti.\",\"image\":\"2024-12-09-67567d7cb752d.png\",\"category_id\":3,\"category_ids\":[{\"id\":\"3\",\"position\":1,\"name\":\"Wraps\"}],\"variations\":[],\"add_ons\":[{\"id\":3,\"name\":\"Whole Wheat\",\"price\":15,\"created_at\":\"2024-12-09T05:02:16.000000Z\",\"updated_at\":\"2024-12-09T05:02:16.000000Z\",\"store_id\":4,\"status\":1,\"translations\":[{\"id\":121,\"translationable_type\":\"App\\\\Models\\\\AddOn\",\"translationable_id\":3,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Whole Wheat\",\"created_at\":null,\"updated_at\":null}]}],\"attributes\":[],\"choice_options\":[],\"price\":119,\"tax\":5,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"08:00:00\",\"available_time_ends\":\"23:00:00\",\"veg\":0,\"status\":1,\"store_id\":4,\"created_at\":\"2024-12-09T05:17:48.000000Z\",\"updated_at\":\"2024-12-09T05:17:48.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":0,\"unit_id\":null,\"images\":[{\"img\":\"2024-12-09-67567d7cb5584.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"chatpata-double-egg-roll\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fassos Visakhapatnam\",\"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\":[],\"unit_type\":null,\"image_full_url\":\"https:\\/\\/homekart.tech\\/storage\\/app\\/public\\/product\\/2024-12-09-67567d7cb752d.png\",\"images_full_url\":[\"https:\\/\\/homekart.tech\\/storage\\/app\\/public\\/product\\/2024-12-09-67567d7cb5584.png\"],\"module\":{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/homekart.tech\\/storage\\/app\\/public\\/module\\/2024-12-24-676a8d227bfd1.png\",\"thumbnail_full_url\":\"https:\\/\\/homekart.tech\\/storage\\/app\\/public\\/module\\/2024-12-24-676a8d2283889.png\",\"storage\":[{\"id\":12,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2024-12-24 15:59:54\",\"updated_at\":\"2024-12-24 15:59:54\"},{\"id\":13,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-12-24 15:59:54\",\"updated_at\":\"2024-12-24 15:59:54\"}],\"translations\":[{\"id\":45,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Food Delivery\",\"created_at\":null,\"updated_at\":null},{\"id\":46,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"created_at\":null,\"updated_at\":null}]},\"storage\":[{\"id\":128,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"16\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2024-12-09 10:47:48\",\"updated_at\":\"2024-12-09 10:47:48\"},{\"id\":129,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"16\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2024-12-09 10:47:48\",\"updated_at\":\"2024-12-09 10:47:48\"}],\"translations\":[{\"id\":130,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":16,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Chatpata Double Egg Roll\",\"created_at\":null,\"updated_at\":null},{\"id\":131,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":16,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Why settle for something ordinary when you can get a snack that is eggstra ordinary! Like this yum wrap made with golden-fried eggs, drizzled with tangy, cheesy mayo and wrapped in a soft roti.\",\"created_at\":null,\"updated_at\":null}],\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 0.00, 'product_discount', 2, 6.00, 'null', '2024-12-29 22:30:25', '2024-12-29 22:30:25', NULL, 0.00),
(5, 20, 100016, 199.00, '{\"id\":20,\"name\":\"Blueberry Cheesecake\",\"description\":\"The combination of delicious cream cheese and fresh blueberries is what makes our Blueberry cheesecake stand apart.\",\"image\":\"2024-12-09-67568044ca1ae.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Desserts & Beverages\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":199,\"tax\":5,\"tax_type\":\"percent\",\"discount\":10,\"discount_type\":\"percent\",\"available_time_starts\":\"08:00:00\",\"available_time_ends\":\"23:00:00\",\"veg\":1,\"status\":1,\"store_id\":4,\"created_at\":\"2024-12-09T05:29:40.000000Z\",\"updated_at\":\"2024-12-09T05:29:40.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":0,\"unit_id\":null,\"images\":[{\"img\":\"2024-12-09-67568044c86fe.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"blueberry-cheesecake\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fassos Visakhapatnam\",\"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\":[],\"unit_type\":null,\"image_full_url\":\"https:\\/\\/homekart.tech\\/storage\\/app\\/public\\/product\\/2024-12-09-67568044ca1ae.png\",\"images_full_url\":[\"https:\\/\\/homekart.tech\\/storage\\/app\\/public\\/product\\/2024-12-09-67568044c86fe.png\"],\"module\":{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/homekart.tech\\/storage\\/app\\/public\\/module\\/2024-12-24-676a8d227bfd1.png\",\"thumbnail_full_url\":\"https:\\/\\/homekart.tech\\/storage\\/app\\/public\\/module\\/2024-12-24-676a8d2283889.png\",\"storage\":[{\"id\":12,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2024-12-24 15:59:54\",\"updated_at\":\"2024-12-24 15:59:54\"},{\"id\":13,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-12-24 15:59:54\",\"updated_at\":\"2024-12-24 15:59:54\"}],\"translations\":[{\"id\":45,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Food Delivery\",\"created_at\":null,\"updated_at\":null},{\"id\":46,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"created_at\":null,\"updated_at\":null}]},\"storage\":[{\"id\":136,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"20\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2024-12-09 10:59:40\",\"updated_at\":\"2024-12-09 10:59:40\"},{\"id\":137,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"20\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2024-12-09 10:59:40\",\"updated_at\":\"2024-12-09 10:59:40\"}],\"translations\":[{\"id\":142,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":20,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Blueberry Cheesecake\",\"created_at\":null,\"updated_at\":null},{\"id\":143,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":20,\"locale\":\"en\",\"key\":\"description\",\"value\":\"The combination of delicious cream cheese and fresh blueberries is what makes our Blueberry cheesecake stand apart.\",\"created_at\":null,\"updated_at\":null}],\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 19.90, 'product_discount', 4, 10.00, 'null', '2025-01-01 17:39:07', '2025-01-01 17:39:07', NULL, 0.00),
(6, 21, 100017, 199.00, '{\"id\":21,\"name\":\"Chocolate Mocha Jar\",\"description\":\"Feel like having coffee & dessert at the same time. Well, we have got you covered with our delicious Mocha jar made with richness of chocolate and goodness of coffee.\",\"image\":\"2024-12-09-6756808498650.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Desserts & Beverages\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":199,\"tax\":5,\"tax_type\":\"percent\",\"discount\":15,\"discount_type\":\"percent\",\"available_time_starts\":\"08:00:00\",\"available_time_ends\":\"23:00:00\",\"veg\":1,\"status\":1,\"store_id\":4,\"created_at\":\"2024-12-09T05:30:44.000000Z\",\"updated_at\":\"2024-12-22T04:32:26.000000Z\",\"order_count\":1,\"avg_rating\":5,\"rating_count\":1,\"module_id\":2,\"stock\":0,\"unit_id\":null,\"images\":[{\"img\":\"2024-12-09-6756808496000.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"chocolate-mocha-jar\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fassos Visakhapatnam\",\"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\":[],\"unit_type\":null,\"image_full_url\":\"https:\\/\\/homekart.tech\\/storage\\/app\\/public\\/product\\/2024-12-09-6756808498650.png\",\"images_full_url\":[\"https:\\/\\/homekart.tech\\/storage\\/app\\/public\\/product\\/2024-12-09-6756808496000.png\"],\"module\":{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/homekart.tech\\/storage\\/app\\/public\\/module\\/2024-12-24-676a8d227bfd1.png\",\"thumbnail_full_url\":\"https:\\/\\/homekart.tech\\/storage\\/app\\/public\\/module\\/2024-12-24-676a8d2283889.png\",\"storage\":[{\"id\":12,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2024-12-24 15:59:54\",\"updated_at\":\"2024-12-24 15:59:54\"},{\"id\":13,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-12-24 15:59:54\",\"updated_at\":\"2024-12-24 15:59:54\"}],\"translations\":[{\"id\":45,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Food Delivery\",\"created_at\":null,\"updated_at\":null},{\"id\":46,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"created_at\":null,\"updated_at\":null}]},\"storage\":[{\"id\":138,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"21\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2024-12-09 11:00:44\",\"updated_at\":\"2024-12-09 11:00:44\"},{\"id\":139,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"21\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2024-12-09 11:00:44\",\"updated_at\":\"2024-12-09 11:00:44\"}],\"translations\":[{\"id\":144,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":21,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Chocolate Mocha Jar\",\"created_at\":null,\"updated_at\":null},{\"id\":145,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":21,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Feel like having coffee & dessert at the same time. Well, we have got you covered with our delicious Mocha jar made with richness of chocolate and goodness of coffee.\",\"created_at\":null,\"updated_at\":null}],\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 29.85, 'product_discount', 1, 10.00, 'null', '2025-01-01 17:46:44', '2025-01-01 17:46:44', NULL, 0.00),
(7, 12, 100018, 99.00, '{\"id\":12,\"name\":\"Choco Lava Cake\",\"description\":\"Soft choco lava cake with a gooey center- perfect chocolaty end to every meal\",\"image\":\"2024-12-09-6756791649c7f.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Desserts & Beverages\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":99,\"tax\":5,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":1,\"status\":1,\"store_id\":3,\"created_at\":\"2024-12-09T04:59:02.000000Z\",\"updated_at\":\"2024-12-09T04:59:02.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":0,\"unit_id\":null,\"images\":[{\"img\":\"2024-12-09-6756791647946.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"choco-lava-cake\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":1,\"store_name\":\"KFC Dwarakanagar\",\"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\":70,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"unit_type\":null,\"image_full_url\":\"https:\\/\\/homekart.tech\\/storage\\/app\\/public\\/product\\/2024-12-09-6756791649c7f.png\",\"images_full_url\":[\"https:\\/\\/homekart.tech\\/storage\\/app\\/public\\/product\\/2024-12-09-6756791647946.png\"],\"module\":{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/homekart.tech\\/storage\\/app\\/public\\/module\\/2024-12-24-676a8d227bfd1.png\",\"thumbnail_full_url\":\"https:\\/\\/homekart.tech\\/storage\\/app\\/public\\/module\\/2024-12-24-676a8d2283889.png\",\"storage\":[{\"id\":12,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2024-12-24 15:59:54\",\"updated_at\":\"2024-12-24 15:59:54\"},{\"id\":13,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-12-24 15:59:54\",\"updated_at\":\"2024-12-24 15:59:54\"}],\"translations\":[{\"id\":45,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Food Delivery\",\"created_at\":null,\"updated_at\":null},{\"id\":46,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"created_at\":null,\"updated_at\":null}]},\"storage\":[{\"id\":120,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"12\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2024-12-09 10:29:02\",\"updated_at\":\"2024-12-09 10:29:02\"},{\"id\":121,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"12\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2024-12-09 10:29:02\",\"updated_at\":\"2024-12-09 10:29:02\"}],\"translations\":[{\"id\":119,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":12,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Choco Lava Cake\",\"created_at\":null,\"updated_at\":null},{\"id\":120,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":12,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Soft choco lava cake with a gooey center- perfect chocolaty end to every meal\",\"created_at\":null,\"updated_at\":null}],\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 0.00, 'product_discount', 2, 5.00, 'null', '2025-01-03 14:31:27', '2025-01-03 14:31:27', NULL, 0.00),
(8, 21, 100097, 199.00, '{\"id\":21,\"name\":\"Chocolate Mocha Jar\",\"description\":\"Feel like having coffee & dessert at the same time. Well, we have got you covered with our delicious Mocha jar made with richness of chocolate and goodness of coffee.\",\"image\":\"2024-12-09-6756808498650.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Desserts & Beverages\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":199,\"tax\":5,\"tax_type\":\"percent\",\"discount\":15,\"discount_type\":\"percent\",\"available_time_starts\":\"08:00:00\",\"available_time_ends\":\"23:00:00\",\"veg\":1,\"status\":1,\"store_id\":4,\"created_at\":\"2024-12-09T05:30:44.000000Z\",\"updated_at\":\"2024-12-22T04:32:26.000000Z\",\"order_count\":1,\"avg_rating\":5,\"rating_count\":1,\"module_id\":2,\"stock\":0,\"unit_id\":null,\"images\":[{\"img\":\"2024-12-09-6756808496000.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"chocolate-mocha-jar\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fassos Visakhapatnam\",\"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\":[],\"unit_type\":null,\"image_full_url\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/product\\/2024-12-09-6756808498650.png\",\"images_full_url\":[\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/product\\/2024-12-09-6756808496000.png\"],\"module\":{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/module\\/2024-12-24-676a8d227bfd1.png\",\"thumbnail_full_url\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/module\\/2024-12-24-676a8d2283889.png\",\"storage\":[{\"id\":12,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2024-12-24 15:59:54\",\"updated_at\":\"2024-12-24 15:59:54\"},{\"id\":13,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-12-24 15:59:54\",\"updated_at\":\"2024-12-24 15:59:54\"}],\"translations\":[{\"id\":45,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Food Delivery\",\"created_at\":null,\"updated_at\":null},{\"id\":46,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"created_at\":null,\"updated_at\":null}]},\"storage\":[{\"id\":138,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"21\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2024-12-09 11:00:44\",\"updated_at\":\"2024-12-09 11:00:44\"},{\"id\":139,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"21\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2024-12-09 11:00:44\",\"updated_at\":\"2024-12-09 11:00:44\"}],\"translations\":[{\"id\":144,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":21,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Chocolate Mocha Jar\",\"created_at\":null,\"updated_at\":null},{\"id\":145,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":21,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Feel like having coffee & dessert at the same time. Well, we have got you covered with our delicious Mocha jar made with richness of chocolate and goodness of coffee.\",\"created_at\":null,\"updated_at\":null}],\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 29.85, 'product_discount', 1, 10.00, 'null', '2025-01-31 16:38:30', '2025-01-31 16:38:30', NULL, 0.00),
(9, 27, 100151, 88.00, '{\"id\":27,\"name\":\"Cadbury Oreo Vanilla Flavour Creme Sandwich Biscuit\",\"description\":\"Cadbury OREO Vanilla creme sandwich biscuit consists of two chocolatey biscuits with a rich vanilla creme filling between them.\",\"image\":\"2024-12-09-67569d3882d38.png\",\"category_id\":16,\"category_ids\":[{\"id\":\"16\",\"position\":1,\"name\":\"Snacks & Biscuits\"}],\"variations\":[{\"type\":\"44g\",\"price\":10,\"stock\":10},{\"type\":\"300g\",\"price\":88,\"stock\":10}],\"add_ons\":[],\"attributes\":[\"1\"],\"choice_options\":[{\"name\":\"choice_1\",\"title\":\"Weight\",\"options\":[\"44g\",\"300g\"]}],\"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\":5,\"created_at\":\"2024-12-09T07:33:12.000000Z\",\"updated_at\":\"2024-12-09T07:33:12.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":5,\"stock\":20,\"unit_id\":2,\"images\":[{\"img\":\"2024-12-09-67569d3880e65.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"cadbury-oreo-vanilla-flavour-creme-sandwich-biscuit\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"More Pendurthi\",\"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\":[],\"unit_type\":\"Weight\",\"image_full_url\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/product\\/2024-12-09-67569d3882d38.png\",\"images_full_url\":[\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/product\\/2024-12-09-67569d3880e65.png\"],\"module\":{\"id\":5,\"module_name\":\"fruits & Vegetables\",\"module_type\":\"grocery\",\"thumbnail\":\"2024-12-24-676a8cebacc55.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:16:20.000000Z\",\"updated_at\":\"2024-12-24T10:28:59.000000Z\",\"icon\":\"2024-12-24-676a8ceba73b7.png\",\"theme_id\":1,\"description\":\"<p>fruits &amp; Vegetables<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/module\\/2024-12-24-676a8ceba73b7.png\",\"thumbnail_full_url\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/module\\/2024-12-24-676a8cebacc55.png\",\"storage\":[{\"id\":18,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"5\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2024-12-24 15:58:59\",\"updated_at\":\"2024-12-24 15:58:59\"},{\"id\":19,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"5\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-12-24 15:58:59\",\"updated_at\":\"2024-12-24 15:58:59\"}],\"translations\":[{\"id\":51,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":5,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"fruits & Vegetables\",\"created_at\":null,\"updated_at\":null},{\"id\":52,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":5,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>fruits &amp; Vegetables<\\/p>\",\"created_at\":null,\"updated_at\":null}]},\"storage\":[{\"id\":154,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"27\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2024-12-09 13:03:12\",\"updated_at\":\"2024-12-09 13:03:12\"},{\"id\":155,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"27\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2024-12-09 13:03:12\",\"updated_at\":\"2024-12-09 13:03:12\"}],\"translations\":[{\"id\":169,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":27,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Cadbury Oreo Vanilla Flavour Creme Sandwich Biscuit\",\"created_at\":null,\"updated_at\":null},{\"id\":170,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":27,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Cadbury OREO Vanilla creme sandwich biscuit consists of two chocolatey biscuits with a rich vanilla creme filling between them.\",\"created_at\":null,\"updated_at\":null}],\"ecommerce_item_details\":null,\"unit\":{\"id\":2,\"unit\":\"Weight\",\"created_at\":\"2024-12-09T07:06:34.000000Z\",\"updated_at\":\"2024-12-09T07:06:34.000000Z\",\"translations\":[{\"id\":158,\"translationable_type\":\"App\\\\Models\\\\Unit\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"unit\",\"value\":\"Weight\",\"created_at\":null,\"updated_at\":null}]}}', '[{\"type\":\"300g\",\"price\":88,\"stock\":10}]', '[]', 0.00, 'product_discount', 6, 0.00, 'null', '2025-02-05 15:35:33', '2025-02-05 15:35:33', NULL, 0.00),
(10, 21, 100179, 199.00, '{\"id\":21,\"name\":\"Chocolate Mocha Jar\",\"description\":\"Feel like having coffee & dessert at the same time. Well, we have got you covered with our delicious Mocha jar made with richness of chocolate and goodness of coffee.\",\"image\":\"2024-12-09-6756808498650.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Desserts & Beverages\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":199,\"tax\":5,\"tax_type\":\"percent\",\"discount\":15,\"discount_type\":\"percent\",\"available_time_starts\":\"08:00:00\",\"available_time_ends\":\"23:00:00\",\"veg\":1,\"status\":1,\"store_id\":4,\"created_at\":\"2024-12-09T05:30:44.000000Z\",\"updated_at\":\"2024-12-22T04:32:26.000000Z\",\"order_count\":1,\"avg_rating\":5,\"rating_count\":1,\"module_id\":2,\"stock\":0,\"unit_id\":null,\"images\":[{\"img\":\"2024-12-09-6756808496000.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"chocolate-mocha-jar\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fassos Visakhapatnam\",\"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\":[],\"unit_type\":null,\"image_full_url\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/product\\/2024-12-09-6756808498650.png\",\"images_full_url\":[\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/product\\/2024-12-09-6756808496000.png\"],\"module\":{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/module\\/2024-12-24-676a8d227bfd1.png\",\"thumbnail_full_url\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/module\\/2024-12-24-676a8d2283889.png\",\"storage\":[{\"id\":12,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2024-12-24 15:59:54\",\"updated_at\":\"2024-12-24 15:59:54\"},{\"id\":13,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-12-24 15:59:54\",\"updated_at\":\"2024-12-24 15:59:54\"}],\"translations\":[{\"id\":45,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Food Delivery\",\"created_at\":null,\"updated_at\":null},{\"id\":46,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"created_at\":null,\"updated_at\":null}]},\"storage\":[{\"id\":138,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"21\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2024-12-09 11:00:44\",\"updated_at\":\"2024-12-09 11:00:44\"},{\"id\":139,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"21\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2024-12-09 11:00:44\",\"updated_at\":\"2024-12-09 11:00:44\"}],\"translations\":[{\"id\":144,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":21,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Chocolate Mocha Jar\",\"created_at\":null,\"updated_at\":null},{\"id\":145,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":21,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Feel like having coffee & dessert at the same time. Well, we have got you covered with our delicious Mocha jar made with richness of chocolate and goodness of coffee.\",\"created_at\":null,\"updated_at\":null}],\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 29.85, 'product_discount', 1, 10.00, 'null', '2025-02-13 19:47:25', '2025-02-13 19:47:25', NULL, 0.00);
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`) VALUES
(11, 21, 100188, 199.00, '{\"id\":21,\"name\":\"Chocolate Mocha Jar\",\"description\":\"Feel like having coffee & dessert at the same time. Well, we have got you covered with our delicious Mocha jar made with richness of chocolate and goodness of coffee.\",\"image\":\"2024-12-09-6756808498650.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Desserts & Beverages\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":199,\"tax\":5,\"tax_type\":\"percent\",\"discount\":15,\"discount_type\":\"percent\",\"available_time_starts\":\"08:00:00\",\"available_time_ends\":\"23:00:00\",\"veg\":1,\"status\":1,\"store_id\":4,\"created_at\":\"2024-12-09T05:30:44.000000Z\",\"updated_at\":\"2024-12-22T04:32:26.000000Z\",\"order_count\":1,\"avg_rating\":5,\"rating_count\":1,\"module_id\":2,\"stock\":0,\"unit_id\":null,\"images\":[{\"img\":\"2024-12-09-6756808496000.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"chocolate-mocha-jar\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fassos Visakhapatnam\",\"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\":[],\"unit_type\":null,\"image_full_url\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/product\\/2024-12-09-6756808498650.png\",\"images_full_url\":[\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/product\\/2024-12-09-6756808496000.png\"],\"module\":{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/module\\/2024-12-24-676a8d227bfd1.png\",\"thumbnail_full_url\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/module\\/2024-12-24-676a8d2283889.png\",\"storage\":[{\"id\":12,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2024-12-24 15:59:54\",\"updated_at\":\"2024-12-24 15:59:54\"},{\"id\":13,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-12-24 15:59:54\",\"updated_at\":\"2024-12-24 15:59:54\"}],\"translations\":[{\"id\":45,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Food Delivery\",\"created_at\":null,\"updated_at\":null},{\"id\":46,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"created_at\":null,\"updated_at\":null}]},\"storage\":[{\"id\":138,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"21\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2024-12-09 11:00:44\",\"updated_at\":\"2024-12-09 11:00:44\"},{\"id\":139,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"21\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2024-12-09 11:00:44\",\"updated_at\":\"2024-12-09 11:00:44\"}],\"translations\":[{\"id\":144,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":21,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Chocolate Mocha Jar\",\"created_at\":null,\"updated_at\":null},{\"id\":145,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":21,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Feel like having coffee & dessert at the same time. Well, we have got you covered with our delicious Mocha jar made with richness of chocolate and goodness of coffee.\",\"created_at\":null,\"updated_at\":null}],\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 29.85, 'product_discount', 1, 10.00, 'null', '2025-02-17 19:30:16', '2025-02-17 19:30:16', NULL, 0.00),
(12, 11, 100191, 59.00, '{\"id\":11,\"name\":\"7UP Can 300 ml\",\"description\":\"7UP is the ultimate Super-Duper Refresher. Every sip of this crisp lemon flavour refreshes you to the core.\",\"image\":\"2024-12-09-675678c55705a.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Desserts & Beverages\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":59,\"tax\":5,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"00:00:00\",\"available_time_ends\":\"23:59:59\",\"veg\":1,\"status\":1,\"store_id\":3,\"created_at\":\"2024-12-09T04:57:41.000000Z\",\"updated_at\":\"2024-12-09T04:57:41.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":0,\"unit_id\":null,\"images\":[{\"img\":\"2024-12-09-675678c555653.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"7up-can-300-ml\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":1,\"store_name\":\"KFC Dwarakanagar\",\"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\":70,\"common_condition_id\":0,\"brand_id\":0,\"is_basic\":0,\"is_prescription_required\":0,\"halal_tag_status\":0,\"nutritions_name\":[],\"allergies_name\":[],\"generic_name\":[],\"unit_type\":null,\"image_full_url\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/product\\/2024-12-09-675678c55705a.png\",\"images_full_url\":[\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/product\\/2024-12-09-675678c555653.png\"],\"module\":{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-02T20:03:42.000000Z\",\"updated_at\":\"2024-12-24T10:29:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/module\\/2024-12-24-676a8d227bfd1.png\",\"thumbnail_full_url\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/module\\/2024-12-24-676a8d2283889.png\",\"storage\":[{\"id\":12,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2024-12-24 15:59:54\",\"updated_at\":\"2024-12-24 15:59:54\"},{\"id\":13,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-12-24 15:59:54\",\"updated_at\":\"2024-12-24 15:59:54\"}],\"translations\":[{\"id\":45,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Food Delivery\",\"created_at\":null,\"updated_at\":null},{\"id\":46,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"created_at\":null,\"updated_at\":null}]},\"storage\":[{\"id\":118,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"11\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2024-12-09 10:27:41\",\"updated_at\":\"2024-12-09 10:27:41\"},{\"id\":119,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"11\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2024-12-09 10:27:41\",\"updated_at\":\"2024-12-09 10:27:41\"}],\"translations\":[{\"id\":117,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":11,\"locale\":\"en\",\"key\":\"name\",\"value\":\"7UP Can 300 ml\",\"created_at\":null,\"updated_at\":null},{\"id\":118,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":11,\"locale\":\"en\",\"key\":\"description\",\"value\":\"7UP is the ultimate Super-Duper Refresher. Every sip of this crisp lemon flavour refreshes you to the core.\",\"created_at\":null,\"updated_at\":null}],\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 0.00, 'product_discount', 2, 3.00, 'null', '2025-02-19 11:46:55', '2025-02-19 11:46:55', NULL, 0.00),
(13, 22, 100242, 67.00, '{\"id\":22,\"name\":\"Coca Cola Bottle (475 mL)\",\"description\":\"Enjoy your meal\",\"image\":\"2024-12-09-675680d31faf2.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Desserts & Beverages\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":67,\"tax\":5,\"tax_type\":\"percent\",\"discount\":0,\"discount_type\":\"percent\",\"available_time_starts\":\"08:00:00\",\"available_time_ends\":\"23:00:00\",\"veg\":1,\"status\":1,\"store_id\":4,\"created_at\":\"2024-12-09T11:02:03.000000Z\",\"updated_at\":\"2025-01-31T16:47:02.000000Z\",\"order_count\":1,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":0,\"unit_id\":null,\"images\":[{\"img\":\"2024-12-09-675680d31d80c.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"coca-cola-bottle-475-ml\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fassos Visakhapatnam\",\"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\":[],\"unit_type\":null,\"image_full_url\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/product\\/2024-12-09-675680d31faf2.png\",\"images_full_url\":[\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/product\\/2024-12-09-675680d31d80c.png\"],\"module\":{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:33:42.000000Z\",\"updated_at\":\"2024-12-24T15:59:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/module\\/2024-12-24-676a8d227bfd1.png\",\"thumbnail_full_url\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/module\\/2024-12-24-676a8d2283889.png\",\"storage\":[{\"id\":12,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2024-12-24 21:29:54\",\"updated_at\":\"2024-12-24 21:29:54\"},{\"id\":13,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-12-24 21:29:54\",\"updated_at\":\"2024-12-24 21:29:54\"}],\"translations\":[{\"id\":45,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Food Delivery\",\"created_at\":null,\"updated_at\":null},{\"id\":46,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"created_at\":null,\"updated_at\":null}]},\"storage\":[{\"id\":140,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"22\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2024-12-09 16:32:03\",\"updated_at\":\"2024-12-09 16:32:03\"},{\"id\":141,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"22\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2024-12-09 16:32:03\",\"updated_at\":\"2024-12-09 16:32:03\"}],\"translations\":[{\"id\":146,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":22,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Coca Cola Bottle (475 mL)\",\"created_at\":null,\"updated_at\":null},{\"id\":147,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":22,\"locale\":\"en\",\"key\":\"description\",\"value\":\"Enjoy your meal\",\"created_at\":null,\"updated_at\":null}],\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 0.00, 'product_discount', 6, 3.00, 'null', '2025-04-28 08:24:03', '2025-04-28 08:24:03', NULL, 0.00),
(14, 20, 100243, 199.00, '{\"id\":20,\"name\":\"Blueberry Cheesecake\",\"description\":\"The combination of delicious cream cheese and fresh blueberries is what makes our Blueberry cheesecake stand apart.\",\"image\":\"2024-12-09-67568044ca1ae.png\",\"category_id\":6,\"category_ids\":[{\"id\":\"6\",\"position\":1,\"name\":\"Desserts & Beverages\"}],\"variations\":[],\"add_ons\":[],\"attributes\":[],\"choice_options\":[],\"price\":199,\"tax\":5,\"tax_type\":\"percent\",\"discount\":10,\"discount_type\":\"percent\",\"available_time_starts\":\"08:00:00\",\"available_time_ends\":\"23:00:00\",\"veg\":1,\"status\":1,\"store_id\":4,\"created_at\":\"2024-12-09T10:59:40.000000Z\",\"updated_at\":\"2024-12-09T10:59:40.000000Z\",\"order_count\":0,\"avg_rating\":0,\"rating_count\":0,\"module_id\":2,\"stock\":0,\"unit_id\":null,\"images\":[{\"img\":\"2024-12-09-67568044c86fe.png\",\"storage\":\"public\"}],\"food_variations\":[],\"slug\":\"blueberry-cheesecake\",\"recommended\":0,\"organic\":0,\"maximum_cart_quantity\":null,\"is_approved\":1,\"is_halal\":0,\"store_name\":\"Fassos Visakhapatnam\",\"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\":[],\"unit_type\":null,\"image_full_url\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/product\\/2024-12-09-67568044ca1ae.png\",\"images_full_url\":[\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/product\\/2024-12-09-67568044c86fe.png\"],\"module\":{\"id\":2,\"module_name\":\"Food Delivery\",\"module_type\":\"food\",\"thumbnail\":\"2024-12-24-676a8d2283889.png\",\"status\":\"1\",\"stores_count\":2,\"created_at\":\"2024-12-03T01:33:42.000000Z\",\"updated_at\":\"2024-12-24T15:59:54.000000Z\",\"icon\":\"2024-12-24-676a8d227bfd1.png\",\"theme_id\":1,\"description\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"all_zone_service\":0,\"icon_full_url\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/module\\/2024-12-24-676a8d227bfd1.png\",\"thumbnail_full_url\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/module\\/2024-12-24-676a8d2283889.png\",\"storage\":[{\"id\":12,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"icon\",\"value\":\"public\",\"created_at\":\"2024-12-24 21:29:54\",\"updated_at\":\"2024-12-24 21:29:54\"},{\"id\":13,\"data_type\":\"App\\\\Models\\\\Module\",\"data_id\":\"2\",\"key\":\"thumbnail\",\"value\":\"public\",\"created_at\":\"2024-12-24 21:29:54\",\"updated_at\":\"2024-12-24 21:29:54\"}],\"translations\":[{\"id\":45,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"module_name\",\"value\":\"Food Delivery\",\"created_at\":null,\"updated_at\":null},{\"id\":46,\"translationable_type\":\"App\\\\Models\\\\Module\",\"translationable_id\":2,\"locale\":\"en\",\"key\":\"description\",\"value\":\"<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!<\\/p>\",\"created_at\":null,\"updated_at\":null}]},\"storage\":[{\"id\":136,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"20\",\"key\":\"image\",\"value\":\"public\",\"created_at\":\"2024-12-09 16:29:40\",\"updated_at\":\"2024-12-09 16:29:40\"},{\"id\":137,\"data_type\":\"App\\\\Models\\\\Item\",\"data_id\":\"20\",\"key\":\"images\",\"value\":\"public\",\"created_at\":\"2024-12-09 16:29:40\",\"updated_at\":\"2024-12-09 16:29:40\"}],\"translations\":[{\"id\":142,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":20,\"locale\":\"en\",\"key\":\"name\",\"value\":\"Blueberry Cheesecake\",\"created_at\":null,\"updated_at\":null},{\"id\":143,\"translationable_type\":\"App\\\\Models\\\\Item\",\"translationable_id\":20,\"locale\":\"en\",\"key\":\"description\",\"value\":\"The combination of delicious cream cheese and fresh blueberries is what makes our Blueberry cheesecake stand apart.\",\"created_at\":null,\"updated_at\":null}],\"ecommerce_item_details\":null,\"unit\":null}', '[]', '[]', 19.90, 'product_discount', 1, 10.00, 'null', '2025-05-03 08:27:17', '2025-05-03 08:27:17', NULL, 0.00);

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

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

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

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

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

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

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

INSERT INTO `order_references` (`id`, `order_id`, `is_reviewed`, `is_review_canceled`, `created_at`, `updated_at`) VALUES
(1, 100001, 0, 0, '2024-12-16 20:06:54', '2024-12-16 20:06:54'),
(2, 100002, 0, 0, '2024-12-16 20:15:54', '2024-12-16 20:15:54'),
(3, 100003, 0, 0, '2024-12-17 12:17:48', '2024-12-17 12:17:48'),
(4, 100004, 0, 0, '2024-12-17 16:52:45', '2024-12-17 16:52:45'),
(5, 100005, 0, 0, '2024-12-17 16:52:53', '2024-12-17 16:52:53'),
(6, 100006, 0, 0, '2024-12-18 07:42:26', '2024-12-18 07:42:26'),
(7, 100007, 0, 0, '2024-12-19 11:19:35', '2024-12-19 11:19:35'),
(8, 100008, 0, 0, '2024-12-20 09:25:14', '2024-12-20 09:25:14'),
(9, 100009, 1, 0, '2024-12-22 10:01:37', '2024-12-22 10:02:26'),
(10, 100010, 0, 0, '2024-12-23 18:40:47', '2024-12-23 18:40:47'),
(11, 100011, 0, 0, '2024-12-24 16:25:26', '2024-12-24 16:25:26'),
(12, 100012, 0, 0, '2024-12-24 17:22:13', '2024-12-24 17:22:13'),
(13, 100013, 0, 0, '2024-12-29 21:51:16', '2024-12-29 21:51:16'),
(14, 100014, 0, 0, '2024-12-29 22:30:25', '2024-12-29 22:30:25'),
(15, 100015, 0, 0, '2024-12-30 08:34:27', '2024-12-30 08:34:27'),
(16, 100016, 0, 0, '2025-01-01 17:39:07', '2025-01-01 17:39:07'),
(17, 100017, 0, 0, '2025-01-01 17:46:44', '2025-01-01 17:46:44'),
(18, 100018, 0, 0, '2025-01-03 14:31:27', '2025-01-03 14:31:27'),
(19, 100019, 0, 0, '2025-01-03 14:46:47', '2025-01-03 14:46:47'),
(20, 100020, 0, 0, '2025-01-11 23:02:34', '2025-01-11 23:02:34'),
(21, 100021, 0, 0, '2025-01-14 07:03:28', '2025-01-14 07:03:28'),
(22, 100022, 0, 0, '2025-01-14 09:51:37', '2025-01-14 09:51:37'),
(23, 100023, 0, 0, '2025-01-14 11:34:54', '2025-01-14 11:34:54'),
(24, 100024, 0, 0, '2025-01-15 18:13:01', '2025-01-15 18:13:01'),
(25, 100025, 0, 0, '2025-01-15 18:18:00', '2025-01-15 18:18:00'),
(26, 100026, 0, 0, '2025-01-15 18:19:16', '2025-01-15 18:19:16'),
(27, 100027, 0, 0, '2025-01-15 18:27:44', '2025-01-15 18:27:44'),
(28, 100028, 0, 0, '2025-01-15 18:39:12', '2025-01-15 18:39:12'),
(29, 100029, 0, 0, '2025-01-15 18:40:10', '2025-01-15 18:40:10'),
(30, 100030, 0, 0, '2025-01-15 18:40:50', '2025-01-15 18:40:50'),
(31, 100031, 0, 0, '2025-01-15 18:45:33', '2025-01-15 18:45:33'),
(32, 100032, 0, 0, '2025-01-17 13:08:59', '2025-01-17 13:08:59'),
(33, 100033, 0, 0, '2025-01-17 13:09:44', '2025-01-17 13:09:44'),
(34, 100034, 0, 0, '2025-01-17 17:07:09', '2025-01-17 17:07:09'),
(35, 100035, 0, 0, '2025-01-19 09:26:30', '2025-01-19 09:26:30'),
(36, 100036, 0, 0, '2025-01-19 09:27:21', '2025-01-19 09:27:21'),
(37, 100037, 0, 0, '2025-01-20 10:53:20', '2025-01-20 10:53:20'),
(38, 100038, 0, 0, '2025-01-21 12:52:10', '2025-01-21 12:52:10'),
(39, 100039, 0, 0, '2025-01-21 18:19:22', '2025-01-21 18:19:22'),
(40, 100040, 0, 0, '2025-01-22 15:47:34', '2025-01-22 15:47:34'),
(41, 100041, 0, 0, '2025-01-25 14:01:43', '2025-01-25 14:01:43'),
(42, 100042, 0, 0, '2025-01-25 17:20:00', '2025-01-25 17:20:00'),
(43, 100043, 0, 0, '2025-01-26 16:34:45', '2025-01-26 16:34:45'),
(44, 100044, 0, 0, '2025-01-26 16:53:52', '2025-01-26 16:53:52'),
(45, 100045, 0, 0, '2025-01-26 16:54:52', '2025-01-26 16:54:52'),
(46, 100046, 0, 0, '2025-01-26 16:56:03', '2025-01-26 16:56:03'),
(47, 100047, 0, 0, '2025-01-26 16:58:38', '2025-01-26 16:58:38'),
(48, 100048, 0, 0, '2025-01-26 16:59:23', '2025-01-26 16:59:23'),
(49, 100049, 0, 0, '2025-01-26 17:00:24', '2025-01-26 17:00:24'),
(50, 100050, 0, 0, '2025-01-26 17:00:57', '2025-01-26 17:00:57'),
(51, 100051, 0, 0, '2025-01-26 17:03:24', '2025-01-26 17:03:24'),
(52, 100052, 0, 0, '2025-01-26 17:03:29', '2025-01-26 17:03:29'),
(53, 100053, 0, 0, '2025-01-26 17:04:53', '2025-01-26 17:04:53'),
(54, 100054, 0, 0, '2025-01-26 17:08:25', '2025-01-26 17:08:25'),
(55, 100055, 0, 0, '2025-01-26 17:32:45', '2025-01-26 17:32:45'),
(56, 100056, 0, 0, '2025-01-26 17:44:08', '2025-01-26 17:44:08'),
(57, 100057, 0, 0, '2025-01-26 17:53:52', '2025-01-26 17:53:52'),
(58, 100058, 0, 0, '2025-01-26 20:30:22', '2025-01-26 20:30:22'),
(59, 100059, 0, 0, '2025-01-26 20:51:02', '2025-01-26 20:51:02'),
(60, 100060, 0, 0, '2025-01-26 20:52:00', '2025-01-26 20:52:00'),
(61, 100061, 0, 0, '2025-01-26 20:58:35', '2025-01-26 20:58:35'),
(62, 100062, 0, 0, '2025-01-26 21:04:51', '2025-01-26 21:04:51'),
(63, 100063, 0, 0, '2025-01-26 21:08:06', '2025-01-26 21:08:06'),
(64, 100064, 0, 0, '2025-01-26 21:09:38', '2025-01-26 21:09:38'),
(65, 100065, 0, 0, '2025-01-26 21:16:48', '2025-01-26 21:16:48'),
(66, 100066, 0, 0, '2025-01-26 21:18:27', '2025-01-26 21:18:27'),
(67, 100067, 0, 0, '2025-01-26 21:19:54', '2025-01-26 21:19:54'),
(68, 100068, 0, 0, '2025-01-26 21:20:54', '2025-01-26 21:20:54'),
(69, 100069, 0, 0, '2025-01-26 21:23:40', '2025-01-26 21:23:40'),
(70, 100070, 0, 0, '2025-01-26 21:26:13', '2025-01-26 21:26:13'),
(71, 100071, 0, 0, '2025-01-27 00:04:01', '2025-01-27 00:04:01'),
(72, 100072, 0, 0, '2025-01-27 20:04:50', '2025-01-27 20:04:50'),
(73, 100073, 0, 0, '2025-01-27 20:16:36', '2025-01-27 20:16:36'),
(74, 100074, 0, 0, '2025-01-27 20:18:01', '2025-01-27 20:18:01'),
(75, 100075, 0, 0, '2025-01-28 10:34:54', '2025-01-28 10:34:54'),
(76, 100076, 0, 0, '2025-01-28 10:41:56', '2025-01-28 10:41:56'),
(77, 100077, 0, 0, '2025-01-28 11:18:26', '2025-01-28 11:18:26'),
(78, 100078, 0, 0, '2025-01-28 11:19:49', '2025-01-28 11:19:49'),
(79, 100079, 0, 0, '2025-01-28 11:24:32', '2025-01-28 11:24:32'),
(80, 100080, 0, 0, '2025-01-28 14:47:50', '2025-01-28 14:47:50'),
(81, 100081, 0, 0, '2025-01-28 17:23:28', '2025-01-28 17:23:28'),
(82, 100082, 0, 0, '2025-01-28 17:24:06', '2025-01-28 17:24:06'),
(83, 100083, 0, 0, '2025-01-28 17:24:48', '2025-01-28 17:24:48'),
(84, 100084, 0, 0, '2025-01-29 13:33:03', '2025-01-29 13:33:03'),
(85, 100085, 0, 0, '2025-01-29 18:05:29', '2025-01-29 18:05:29'),
(86, 100086, 0, 0, '2025-01-29 18:24:11', '2025-01-29 18:24:11'),
(87, 100087, 0, 0, '2025-01-29 18:24:46', '2025-01-29 18:24:46'),
(88, 100088, 0, 0, '2025-01-29 18:34:36', '2025-01-29 18:34:36'),
(89, 100089, 0, 0, '2025-01-29 18:41:52', '2025-01-29 18:41:52'),
(90, 100090, 0, 0, '2025-01-30 08:17:26', '2025-01-30 08:17:26'),
(91, 100091, 0, 0, '2025-01-31 11:43:30', '2025-01-31 11:43:30'),
(92, 100092, 0, 0, '2025-01-31 11:48:09', '2025-01-31 11:48:09'),
(93, 100093, 0, 0, '2025-01-31 11:48:54', '2025-01-31 11:48:54'),
(94, 100094, 0, 0, '2025-01-31 16:06:39', '2025-01-31 16:06:39'),
(95, 100095, 0, 0, '2025-01-31 16:25:02', '2025-01-31 16:25:02'),
(96, 100096, 0, 0, '2025-01-31 16:34:32', '2025-01-31 16:34:32'),
(97, 100097, 0, 0, '2025-01-31 16:38:30', '2025-01-31 16:38:30'),
(98, 100098, 0, 0, '2025-01-31 18:22:46', '2025-01-31 18:22:46'),
(99, 100099, 0, 0, '2025-01-31 18:31:11', '2025-01-31 18:31:11'),
(100, 100100, 0, 0, '2025-01-31 18:32:34', '2025-01-31 18:32:34'),
(101, 100101, 0, 0, '2025-01-31 18:44:17', '2025-01-31 18:44:17'),
(102, 100102, 0, 0, '2025-01-31 19:43:18', '2025-01-31 19:43:18'),
(103, 100103, 0, 0, '2025-01-31 20:13:34', '2025-01-31 20:13:34'),
(104, 100104, 0, 0, '2025-01-31 20:36:22', '2025-01-31 20:36:22'),
(105, 100105, 0, 0, '2025-02-02 16:43:04', '2025-02-02 16:43:04'),
(106, 100106, 0, 0, '2025-02-02 16:45:22', '2025-02-02 16:45:22'),
(107, 100107, 0, 0, '2025-02-02 16:50:38', '2025-02-02 16:50:38'),
(108, 100108, 0, 0, '2025-02-02 16:55:09', '2025-02-02 16:55:09'),
(109, 100109, 0, 0, '2025-02-02 16:56:48', '2025-02-02 16:56:48'),
(110, 100110, 0, 0, '2025-02-02 16:59:24', '2025-02-02 16:59:24'),
(111, 100111, 0, 0, '2025-02-02 17:00:24', '2025-02-02 17:00:24'),
(112, 100112, 0, 0, '2025-02-02 17:03:21', '2025-02-02 17:03:21'),
(113, 100113, 0, 0, '2025-02-02 17:04:29', '2025-02-02 17:04:29'),
(114, 100114, 0, 0, '2025-02-02 17:56:09', '2025-02-02 17:56:09'),
(115, 100115, 0, 0, '2025-02-02 22:58:13', '2025-02-02 22:58:13'),
(116, 100116, 0, 0, '2025-02-02 23:11:37', '2025-02-02 23:11:37'),
(117, 100117, 0, 0, '2025-02-02 23:14:21', '2025-02-02 23:14:21'),
(118, 100118, 0, 0, '2025-02-03 00:04:43', '2025-02-03 00:04:43'),
(119, 100119, 0, 0, '2025-02-03 06:21:49', '2025-02-03 06:21:49'),
(120, 100120, 0, 0, '2025-02-03 10:20:12', '2025-02-03 10:20:12'),
(121, 100121, 0, 0, '2025-02-03 10:47:59', '2025-02-03 10:47:59'),
(122, 100122, 0, 0, '2025-02-03 10:52:19', '2025-02-03 10:52:19'),
(123, 100123, 0, 0, '2025-02-03 10:54:15', '2025-02-03 10:54:15'),
(124, 100124, 0, 0, '2025-02-03 11:31:30', '2025-02-03 11:31:30'),
(125, 100125, 0, 0, '2025-02-03 11:49:20', '2025-02-03 11:49:20'),
(126, 100126, 0, 0, '2025-02-03 22:24:58', '2025-02-03 22:24:58'),
(127, 100127, 0, 0, '2025-02-03 22:39:40', '2025-02-03 22:39:40'),
(128, 100128, 0, 0, '2025-02-04 10:08:16', '2025-02-04 10:08:16'),
(129, 100129, 0, 0, '2025-02-04 10:10:42', '2025-02-04 10:10:42'),
(130, 100130, 0, 0, '2025-02-04 19:39:09', '2025-02-04 19:39:09'),
(131, 100131, 0, 0, '2025-02-04 19:40:50', '2025-02-04 19:40:50'),
(132, 100132, 0, 0, '2025-02-04 19:41:43', '2025-02-04 19:41:43'),
(133, 100133, 0, 0, '2025-02-04 19:59:23', '2025-02-04 19:59:23'),
(134, 100134, 0, 0, '2025-02-04 20:00:44', '2025-02-04 20:00:44'),
(135, 100135, 0, 0, '2025-02-04 20:07:21', '2025-02-04 20:07:21'),
(136, 100136, 0, 0, '2025-02-04 20:14:27', '2025-02-04 20:14:27'),
(137, 100137, 0, 0, '2025-02-04 20:16:01', '2025-02-04 20:16:01'),
(138, 100138, 0, 0, '2025-02-04 20:17:14', '2025-02-04 20:17:14'),
(139, 100139, 0, 0, '2025-02-04 20:18:10', '2025-02-04 20:18:10'),
(140, 100140, 0, 0, '2025-02-04 20:19:20', '2025-02-04 20:19:20'),
(141, 100141, 0, 0, '2025-02-04 20:20:00', '2025-02-04 20:20:00'),
(142, 100142, 0, 0, '2025-02-04 20:21:47', '2025-02-04 20:21:47'),
(143, 100143, 0, 0, '2025-02-04 20:37:34', '2025-02-04 20:37:34'),
(144, 100144, 0, 0, '2025-02-04 20:58:32', '2025-02-04 20:58:32'),
(145, 100145, 0, 0, '2025-02-04 20:59:27', '2025-02-04 20:59:27'),
(146, 100146, 0, 0, '2025-02-04 21:01:02', '2025-02-04 21:01:02'),
(147, 100147, 0, 0, '2025-02-04 21:02:15', '2025-02-04 21:02:15'),
(148, 100148, 0, 0, '2025-02-04 21:04:07', '2025-02-04 21:04:07'),
(149, 100149, 0, 0, '2025-02-04 21:05:33', '2025-02-04 21:05:33'),
(150, 100150, 0, 0, '2025-02-05 15:22:08', '2025-02-05 15:22:08'),
(151, 100151, 0, 0, '2025-02-05 15:35:33', '2025-02-05 15:35:33'),
(152, 100152, 0, 0, '2025-02-07 14:48:58', '2025-02-07 14:48:58'),
(153, 100153, 0, 0, '2025-02-07 14:49:08', '2025-02-07 14:49:08'),
(154, 100154, 0, 0, '2025-02-08 15:08:18', '2025-02-08 15:08:18'),
(155, 100155, 0, 0, '2025-02-08 17:58:33', '2025-02-08 17:58:33'),
(156, 100156, 0, 0, '2025-02-08 18:51:22', '2025-02-08 18:51:22'),
(157, 100157, 0, 0, '2025-02-09 13:07:34', '2025-02-09 13:07:34'),
(158, 100158, 0, 0, '2025-02-09 14:23:18', '2025-02-09 14:23:18'),
(159, 100159, 0, 0, '2025-02-09 15:21:44', '2025-02-09 15:21:44'),
(160, 100160, 0, 0, '2025-02-09 15:23:08', '2025-02-09 15:23:08'),
(161, 100161, 0, 0, '2025-02-09 15:24:02', '2025-02-09 15:24:02'),
(162, 100162, 0, 0, '2025-02-09 15:28:54', '2025-02-09 15:28:54'),
(163, 100163, 0, 0, '2025-02-09 15:41:42', '2025-02-09 15:41:42'),
(164, 100164, 0, 0, '2025-02-09 16:05:04', '2025-02-09 16:05:04'),
(165, 100165, 0, 0, '2025-02-09 16:06:17', '2025-02-09 16:06:17'),
(166, 100166, 0, 0, '2025-02-09 16:07:46', '2025-02-09 16:07:46'),
(167, 100167, 0, 0, '2025-02-09 17:37:15', '2025-02-09 17:37:15'),
(168, 100168, 0, 0, '2025-02-09 18:04:43', '2025-02-09 18:04:43'),
(169, 100169, 0, 0, '2025-02-09 19:22:39', '2025-02-09 19:22:39'),
(170, 100170, 0, 0, '2025-02-09 19:22:49', '2025-02-09 19:22:49'),
(171, 100171, 0, 0, '2025-02-09 19:26:28', '2025-02-09 19:26:28'),
(172, 100172, 0, 0, '2025-02-09 19:29:51', '2025-02-09 19:29:51'),
(173, 100173, 0, 0, '2025-02-10 10:47:06', '2025-02-10 10:47:06'),
(174, 100174, 0, 0, '2025-02-10 11:02:17', '2025-02-10 11:02:17'),
(175, 100175, 0, 0, '2025-02-13 13:49:11', '2025-02-13 13:49:11'),
(176, 100176, 0, 0, '2025-02-13 14:06:08', '2025-02-13 14:06:08'),
(177, 100177, 0, 0, '2025-02-13 14:13:41', '2025-02-13 14:13:41'),
(178, 100178, 0, 0, '2025-02-13 19:43:55', '2025-02-13 19:43:55'),
(179, 100179, 0, 0, '2025-02-13 19:47:25', '2025-02-13 19:47:25'),
(180, 100180, 0, 0, '2025-02-14 17:52:29', '2025-02-14 17:52:29'),
(181, 100181, 0, 0, '2025-02-15 11:44:49', '2025-02-15 11:44:49'),
(182, 100182, 0, 0, '2025-02-16 08:15:02', '2025-02-16 08:15:02'),
(183, 100183, 0, 0, '2025-02-16 09:45:41', '2025-02-16 09:45:41'),
(184, 100184, 0, 0, '2025-02-17 12:27:59', '2025-02-17 12:27:59'),
(185, 100185, 0, 0, '2025-02-17 12:53:26', '2025-02-17 12:53:26'),
(186, 100186, 0, 0, '2025-02-17 19:09:18', '2025-02-17 19:09:18'),
(187, 100187, 0, 0, '2025-02-17 19:15:04', '2025-02-17 19:15:04'),
(188, 100188, 0, 0, '2025-02-17 19:30:16', '2025-02-17 19:30:16'),
(189, 100189, 0, 0, '2025-02-19 10:08:45', '2025-02-19 10:08:45'),
(190, 100190, 0, 0, '2025-02-19 10:11:29', '2025-02-19 10:11:29'),
(191, 100191, 0, 0, '2025-02-19 11:46:55', '2025-02-19 11:46:55'),
(192, 100192, 0, 0, '2025-02-19 11:56:27', '2025-02-19 11:56:27'),
(193, 100193, 0, 0, '2025-02-19 12:14:41', '2025-02-19 12:14:41'),
(194, 100194, 0, 0, '2025-02-19 15:36:20', '2025-02-19 15:36:20'),
(195, 100195, 0, 0, '2025-02-19 15:45:59', '2025-02-19 15:45:59'),
(196, 100196, 0, 0, '2025-02-19 15:50:59', '2025-02-19 15:50:59'),
(197, 100197, 0, 0, '2025-02-19 16:20:48', '2025-02-19 16:20:48'),
(198, 100198, 0, 0, '2025-02-19 16:22:37', '2025-02-19 16:22:37'),
(199, 100199, 0, 0, '2025-02-19 16:31:14', '2025-02-19 16:31:14'),
(200, 100200, 0, 0, '2025-02-19 16:32:20', '2025-02-19 16:32:20'),
(201, 100201, 0, 0, '2025-02-19 16:33:57', '2025-02-19 16:33:57'),
(202, 100202, 0, 0, '2025-02-19 16:38:15', '2025-02-19 16:38:15'),
(203, 100203, 0, 0, '2025-02-19 16:46:51', '2025-02-19 16:46:51'),
(204, 100204, 0, 0, '2025-02-19 16:51:31', '2025-02-19 16:51:31'),
(205, 100205, 0, 0, '2025-02-19 16:56:34', '2025-02-19 16:56:34'),
(206, 100206, 0, 0, '2025-02-19 16:58:11', '2025-02-19 16:58:11'),
(207, 100207, 0, 0, '2025-02-22 17:49:14', '2025-02-22 17:49:14'),
(208, 100208, 0, 0, '2025-02-23 11:31:41', '2025-02-23 11:31:41'),
(209, 100209, 0, 0, '2025-02-23 11:32:58', '2025-02-23 11:32:58'),
(210, 100210, 0, 0, '2025-02-24 13:27:37', '2025-02-24 13:27:37'),
(211, 100211, 0, 0, '2025-02-24 14:18:13', '2025-02-24 14:18:13'),
(212, 100212, 0, 0, '2025-02-25 10:50:12', '2025-02-25 10:50:12'),
(213, 100213, 0, 0, '2025-02-25 11:22:18', '2025-02-25 11:22:18'),
(214, 100214, 0, 0, '2025-02-25 11:36:18', '2025-02-25 11:36:18'),
(215, 100215, 0, 0, '2025-02-25 11:55:38', '2025-02-25 11:55:38'),
(216, 100216, 0, 0, '2025-02-25 12:03:26', '2025-02-25 12:03:26'),
(217, 100217, 0, 0, '2025-02-25 12:14:08', '2025-02-25 12:14:08'),
(218, 100218, 0, 0, '2025-02-25 12:26:31', '2025-02-25 12:26:31'),
(219, 100219, 0, 0, '2025-02-25 12:43:18', '2025-02-25 12:43:18'),
(220, 100220, 0, 0, '2025-02-25 12:47:58', '2025-02-25 12:47:58'),
(221, 100221, 0, 0, '2025-03-04 11:24:59', '2025-03-04 11:24:59'),
(222, 100222, 0, 0, '2025-03-08 11:22:50', '2025-03-08 11:22:50'),
(223, 100223, 0, 0, '2025-03-08 11:32:06', '2025-03-08 11:32:06'),
(224, 100224, 0, 0, '2025-03-08 11:39:54', '2025-03-08 11:39:54'),
(225, 100225, 0, 0, '2025-03-08 11:42:08', '2025-03-08 11:42:08'),
(226, 100226, 0, 0, '2025-03-08 11:45:57', '2025-03-08 11:45:57'),
(227, 100227, 0, 0, '2025-03-08 11:52:04', '2025-03-08 11:52:04'),
(228, 100228, 0, 0, '2025-03-08 12:02:23', '2025-03-08 12:02:23'),
(229, 100229, 0, 0, '2025-03-08 12:08:00', '2025-03-08 12:08:00'),
(230, 100230, 0, 0, '2025-03-08 12:34:31', '2025-03-08 12:34:31'),
(231, 100231, 0, 0, '2025-03-08 13:24:22', '2025-03-08 13:24:22'),
(232, 100232, 0, 0, '2025-03-08 13:32:02', '2025-03-08 13:32:02'),
(233, 100233, 0, 0, '2025-03-09 12:25:41', '2025-03-09 12:25:41'),
(234, 100234, 0, 0, '2025-03-09 14:07:56', '2025-03-09 14:07:56'),
(235, 100235, 0, 0, '2025-03-09 14:09:02', '2025-03-09 14:09:02'),
(236, 100236, 0, 0, '2025-03-09 14:10:05', '2025-03-09 14:10:05'),
(237, 100237, 0, 0, '2025-03-09 14:12:39', '2025-03-09 14:12:39'),
(238, 100238, 0, 0, '2025-03-09 14:17:45', '2025-03-09 14:17:45'),
(239, 100239, 0, 0, '2025-03-09 15:00:25', '2025-03-09 15:00:25'),
(240, 100240, 0, 0, '2025-03-09 15:01:36', '2025-03-09 15:01:36'),
(241, 100241, 0, 0, '2025-03-09 18:25:23', '2025-03-09 18:25:23'),
(242, 100242, 0, 0, '2025-04-28 08:24:03', '2025-04-28 08:24:03'),
(243, 100243, 0, 0, '2025-05-03 08:27:17', '2025-05-03 08:27:17');

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

--
-- 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, NULL, NULL, 100002, 150.00, 0.00, 120.00, 'admin', NULL, '2024-12-22 09:54:48', '2024-12-22 09:54:48', 150.00, 30.00, 0.00, 2, 6, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(2, 4, NULL, 100009, 533.00, 482.20, 28.80, 'admin', NULL, '2024-12-22 10:02:17', '2024-12-22 10:02:17', 0.00, 22.00, 25.00, 2, 2, NULL, 0.00, 0.00, 31.000, 0.000, 81.000, 0.000, 0.000, 0.000, 10.000, 0),
(3, NULL, 1, 100019, 140.00, 0.00, 114.00, 'deliveryman', NULL, '2025-01-03 14:50:29', '2025-01-03 14:50:29', 130.00, 26.00, 0.00, 2, 6, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 10.000, 0.000, 0.000, 0.000, 0),
(4, NULL, 9, 100084, 199.00, 0.00, 199.00, 'deliveryman', NULL, '2025-01-29 16:16:42', '2025-01-29 16:16:42', 199.00, 0.00, 0.00, 2, 6, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(5, NULL, 9, 100077, 209.00, 0.00, 209.00, 'deliveryman', NULL, '2025-01-29 16:16:55', '2025-01-29 16:16:55', 199.00, 0.00, 0.00, 2, 6, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 10.000, 0.000, 0.000, 0.000, 0),
(6, 4, NULL, 100010, 432.00, 381.80, 32.60, 'admin', NULL, '2025-01-31 16:47:02', '2025-01-31 16:47:02', 0.00, 17.60, 20.00, 2, 2, NULL, 0.00, 4.40, 22.000, 0.000, 0.000, 10.000, 0.000, 0.000, 10.000, 0),
(7, 4, NULL, 100014, 260.00, 226.20, 16.20, 'admin', NULL, '2025-01-31 16:47:17', '2025-01-31 16:47:17', 0.00, 17.60, 12.00, 2, 2, NULL, 0.00, 4.40, 22.000, 0.000, 0.000, 10.000, 0.000, 0.000, 10.000, 0),
(8, NULL, 9, 100096, 199.00, 0.00, 79.60, 'deliveryman', NULL, '2025-01-31 17:57:48', '2025-01-31 17:57:48', 199.00, 119.40, 0.00, 2, 6, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(9, NULL, 9, 100093, 199.00, 0.00, 79.60, 'deliveryman', NULL, '2025-01-31 17:58:05', '2025-01-31 17:58:05', 199.00, 119.40, 0.00, 2, 6, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(10, NULL, 12, 100101, 342.00, 0.00, 136.80, 'deliveryman', NULL, '2025-01-31 19:01:29', '2025-01-31 19:01:29', 342.00, 205.20, 0.00, 2, 6, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(11, NULL, 12, 100100, 199.00, 0.00, 79.60, 'deliveryman', NULL, '2025-01-31 19:03:49', '2025-01-31 19:03:49', 199.00, 119.40, 0.00, 2, 6, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(12, NULL, 12, 100083, 528.00, 0.00, 217.20, 'admin', NULL, '2025-01-31 19:05:16', '2025-01-31 19:05:16', 518.00, 310.80, 0.00, 2, 6, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 10.000, 0.000, 0.000, 0.000, 0),
(13, NULL, 12, 100078, 540.00, 0.00, 222.00, 'deliveryman', NULL, '2025-01-31 19:06:35', '2025-01-31 19:06:35', 530.00, 318.00, 0.00, 2, 6, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 10.000, 0.000, 0.000, 0.000, 0),
(14, NULL, 12, 100094, 518.00, 0.00, 207.20, 'deliveryman', NULL, '2025-01-31 19:06:56', '2025-01-31 19:06:56', 518.00, 310.80, 0.00, 2, 6, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(15, NULL, 14, 100102, 199.00, 0.00, 79.60, 'deliveryman', NULL, '2025-02-01 09:37:29', '2025-02-01 09:37:29', 199.00, 119.40, 0.00, 2, 6, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(16, NULL, 14, 100103, 199.00, 0.00, 79.60, 'deliveryman', NULL, '2025-02-01 16:40:28', '2025-02-01 16:40:28', 199.00, 119.40, 0.00, 2, 6, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(17, NULL, 14, 100106, 199.00, 0.00, 79.60, 'deliveryman', NULL, '2025-02-02 17:01:28', '2025-02-02 17:01:28', 199.00, 119.40, 0.00, 2, 6, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(18, NULL, 14, 100114, 199.00, 0.00, 79.60, 'deliveryman', NULL, '2025-02-02 17:58:52', '2025-02-02 17:58:52', 199.00, 119.40, 0.00, 2, 6, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(19, NULL, 15, 100109, 199.00, 0.00, 79.60, 'deliveryman', NULL, '2025-02-02 18:03:49', '2025-02-02 18:03:49', 199.00, 119.40, 0.00, 2, 6, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(20, NULL, 14, 100141, 532.00, 0.00, 106.80, 'deliveryman', NULL, '2025-02-04 20:26:27', '2025-02-04 20:26:27', 617.00, 310.20, 0.00, 2, 6, NULL, 15.00, 0.00, 100.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(21, NULL, 16, 100149, 233.00, 0.00, -133.80, 'deliveryman', NULL, '2025-02-05 11:49:43', '2025-02-05 11:49:43', 447.00, 133.80, 0.00, 2, 6, NULL, 10.00, 0.00, 223.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(22, NULL, 16, 100153, 213.00, 0.00, -127.80, 'deliveryman', NULL, '2025-02-07 16:52:22', '2025-02-07 16:52:22', 426.00, 127.80, 0.00, 2, 6, NULL, 0.00, 0.00, 213.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(23, NULL, 19, 100146, 194.00, 0.00, 51.60, 'deliveryman', NULL, '2025-02-07 18:37:19', '2025-02-07 18:37:19', 199.00, 107.40, 0.00, 2, 6, NULL, 15.00, 0.00, 20.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(24, NULL, 19, 100167, 230.00, 0.00, 92.00, 'deliveryman', NULL, '2025-02-09 17:38:39', '2025-02-09 17:38:39', 230.00, 138.00, 0.00, 2, 6, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(25, NULL, 19, 100166, 212.00, 0.00, -31.20, 'deliveryman', NULL, '2025-02-09 18:09:04', '2025-02-09 18:09:04', 272.00, 103.20, 0.00, 2, 6, NULL, 40.00, 0.00, 100.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(26, NULL, 19, 100164, 212.00, 0.00, -31.20, 'deliveryman', NULL, '2025-02-09 18:09:19', '2025-02-09 18:09:19', 272.00, 103.20, 0.00, 2, 6, NULL, 40.00, 0.00, 100.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(27, NULL, 19, 100160, 187.00, 0.00, -31.20, 'deliveryman', NULL, '2025-02-09 18:09:35', '2025-02-09 18:09:35', 272.00, 103.20, 0.00, 2, 6, NULL, 15.00, 0.00, 100.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(28, NULL, 19, 100163, 114.00, 0.00, 39.60, 'deliveryman', NULL, '2025-02-09 18:10:11', '2025-02-09 18:10:11', 99.00, 59.40, 0.00, 2, 6, NULL, 15.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(29, NULL, 19, 100154, 209.00, 0.00, 79.60, 'deliveryman', NULL, '2025-02-09 18:10:48', '2025-02-09 18:10:48', 199.00, 119.40, 0.00, 2, 6, NULL, 10.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(30, NULL, 18, 100147, 179.00, 0.00, 51.60, 'deliveryman', NULL, '2025-02-10 13:37:37', '2025-02-10 13:37:37', 199.00, 107.40, 0.00, 2, 6, NULL, 0.00, 0.00, 20.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(31, NULL, 18, 100174, 189.00, 0.00, 51.60, 'deliveryman', NULL, '2025-02-10 13:40:14', '2025-02-10 13:40:14', 199.00, 107.40, 0.00, 2, 6, NULL, 10.00, 0.00, 20.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(32, NULL, 18, 100173, 99.00, 0.00, 39.60, 'deliveryman', NULL, '2025-02-10 13:41:20', '2025-02-10 13:41:20', 99.00, 59.40, 0.00, 2, 6, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(33, NULL, 18, 100098, 199.00, 0.00, 79.60, 'deliveryman', NULL, '2025-02-10 13:41:57', '2025-02-10 13:41:57', 199.00, 119.40, 0.00, 2, 6, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(34, NULL, 18, 100172, 151.00, 0.00, -81.60, 'deliveryman', NULL, '2025-02-10 13:42:25', '2025-02-10 13:42:25', 272.00, 81.60, 0.00, 2, 6, NULL, 15.00, 0.00, 136.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(35, NULL, 18, 100165, 172.00, 0.00, -31.20, 'deliveryman', NULL, '2025-02-10 13:42:59', '2025-02-10 13:42:59', 272.00, 103.20, 0.00, 2, 6, NULL, 0.00, 0.00, 100.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(36, NULL, 18, 100161, 187.00, 0.00, -31.20, 'deliveryman', NULL, '2025-02-10 13:45:12', '2025-02-10 13:45:12', 272.00, 103.20, 0.00, 2, 6, NULL, 15.00, 0.00, 100.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(37, NULL, 18, 100159, 187.00, 0.00, -31.20, 'deliveryman', NULL, '2025-02-19 10:26:39', '2025-02-19 10:26:39', 272.00, 103.20, 0.00, 2, 6, NULL, 15.00, 0.00, 100.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(38, NULL, 18, 100181, 104.00, 0.00, 25.60, 'deliveryman', NULL, '2025-02-19 10:30:13', '2025-02-19 10:30:13', 99.00, 53.40, 0.00, 2, 6, NULL, 15.00, 0.00, 10.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(39, NULL, 18, 100157, 38.00, 0.00, -13.80, 'deliveryman', NULL, '2025-02-19 10:34:25', '2025-02-19 10:34:25', 45.00, 13.80, 0.00, 2, 6, NULL, 15.00, 0.00, 23.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(40, NULL, 18, 100143, 199.00, 0.00, 79.60, 'deliveryman', NULL, '2025-02-19 10:36:04', '2025-02-19 10:36:04', 199.00, 119.40, 0.00, 2, 6, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0),
(41, NULL, 9, 100237, 341.00, 0.00, 136.40, 'admin', NULL, '2025-05-03 06:44:38', '2025-05-03 06:44:38', 341.00, 204.60, 0.00, 2, 6, NULL, 0.00, 0.00, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0);

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

--
-- 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
(3, '2025-02-09-67a8611add038.png', 'Mini Auto', 'Book a ride just for 99 for local upto 3km', 1, 16, 6, '2024-12-03 06:59:46', '2025-05-03 06:44:38', 33.00, 99.00),
(4, '2025-02-09-67a865035222a.png', 'TATA Ace (2-TON)', 'Local 3Km for 399 onlly 2-TON Capacity', 1, 2, 6, '2024-12-03 07:00:28', '2025-02-10 13:40:14', 0.00, 199.00),
(5, '2025-02-09-67a869481cb41.png', 'Tr', 'Local 3 Km for 199 onlly (1)TON Capacity', 1, 0, 6, '2025-01-18 12:00:02', '2025-02-09 14:07:28', 80.00, 399.00),
(6, '2025-02-09-67a869c739cf5.png', 'Auto', 'Passenger auto just for 99', 1, 0, 6, '2025-02-09 10:13:11', '2025-02-09 14:09:35', 0.00, 399.00),
(8, '2025-02-16-67b17c4e6eca4.png', 'Ashok Leyland', 'Book a ride for just 399 for local upto 3000kgs', 1, 0, 6, '2025-02-09 13:26:51', '2025-02-16 11:19:02', 399.00, 399.00);

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

--
-- Table structure for table `parcel_categories_attr`
--

CREATE TABLE `parcel_categories_attr` (
  `id` int(11) NOT NULL,
  `category_id` int(11) NOT NULL DEFAULT 0,
  `min` int(11) NOT NULL DEFAULT 0,
  `max` int(11) NOT NULL DEFAULT 0,
  `amount` int(11) NOT NULL DEFAULT 0,
  `created_at` datetime NOT NULL DEFAULT current_timestamp(),
  `updated_at` datetime NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `parcel_category_slots`
--

CREATE TABLE `parcel_category_slots` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `parcel_category_id` bigint(20) UNSIGNED NOT NULL,
  `min_km` decimal(8,2) NOT NULL,
  `max_km` decimal(8,2) NOT NULL,
  `amount` decimal(8,2) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `parcel_category_slots`
--

INSERT INTO `parcel_category_slots` (`id`, `parcel_category_id`, `min_km`, `max_km`, `amount`, `created_at`, `updated_at`) VALUES
(7, 4, 0.00, 3.00, 196.00, '2025-01-08 01:25:45', '2025-01-15 11:13:11'),
(8, 4, 3.00, 5.00, 119.00, '2025-01-08 01:28:47', '2025-01-15 11:13:11'),
(19, 3, 5.00, 10.00, 40.00, '2025-01-15 11:06:03', '2025-02-09 13:32:20'),
(20, 4, 5.00, 10.00, 97.00, '2025-01-15 11:13:11', '2025-01-15 11:13:11'),
(21, 4, 10.00, 30.00, 69.00, '2025-01-15 11:13:11', '2025-01-15 11:13:11'),
(22, 4, 30.00, 50.00, 56.00, '2025-01-15 11:18:09', '2025-01-15 15:02:37'),
(23, 4, 50.00, 70.00, 43.00, '2025-01-15 15:02:37', '2025-01-15 15:02:37'),
(24, 4, 70.00, 100.00, 39.00, '2025-01-15 15:02:37', '2025-01-15 15:02:37'),
(25, 4, 100.00, 150.00, 32.00, '2025-01-15 15:02:37', '2025-01-15 15:02:37'),
(26, 4, 150.00, 160.00, 30.00, '2025-01-15 15:02:37', '2025-01-15 15:02:37'),
(27, 4, 160.00, 20000.00, 38.00, '2025-01-15 15:02:37', '2025-01-15 15:02:37'),
(34, 5, 5.00, 10.00, 80.00, '2025-01-18 12:00:02', '2025-02-09 13:40:59'),
(37, 5, 11.00, 30.00, 70.00, '2025-01-31 16:36:06', '2025-02-09 13:40:59'),
(38, 6, 5.00, 10.00, 80.00, '2025-02-09 10:13:11', '2025-02-09 13:53:53'),
(40, 8, 5.00, 10.00, 80.00, '2025-02-09 13:26:51', '2025-02-09 13:26:51');

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

--
-- 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
(NULL, '546399', '2024-12-26 11:24:26', 0, 0, 0, NULL, 'user', '+918897429794'),
(NULL, '565089', '2025-02-02 16:46:32', 0, 0, 0, NULL, 'user', '+919182648101'),
(NULL, '449470', '2025-01-14 14:14:35', 0, 0, 0, NULL, 'user', '+919247566725'),
('maninaredla@gmail.com', '110944', '2025-02-07 14:02:36', 0, 0, 0, NULL, 'user', NULL),
(NULL, '572583', '2025-02-08 15:40:22', 0, 0, 0, NULL, 'user', '+919398831875'),
('pillalamarrinarsi06@gmail.com', '797469', '2025-06-30 16:31:13', 0, 0, 0, NULL, 'user', NULL),
('homekartpersonal@gmail.com', '6942', '2025-07-25 09:43:42', 0, 0, 0, NULL, 'user', NULL),
('homekartpersonal@gmail.com', '4617', '2025-07-25 09:43:43', 0, 0, 0, NULL, 'user', NULL),
('homekartpersonal@gmail.com', '4844', '2025-07-25 09:43:43', 0, 0, 0, NULL, 'user', NULL),
('homekartpersonal@gmail.com', '3692', '2025-07-25 09:43:44', 0, 0, 0, NULL, 'user', NULL);

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

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

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

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

INSERT INTO `payment_requests` (`id`, `payer_id`, `receiver_id`, `payment_amount`, `gateway_callback_url`, `success_hook`, `failure_hook`, `transaction_id`, `currency_code`, `payment_method`, `additional_data`, `is_paid`, `created_at`, `updated_at`, `payer_information`, `external_redirect_link`, `receiver_information`, `attribute_id`, `attribute`, `payment_platform`) VALUES
('0141564d-52b1-4eef-8a08-824bc69e5b3b', '3', '100', 65.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-15 18:13:02', '2025-01-15 18:13:02', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100024', 'order', NULL),
('03b62a93-9fb5-4ece-8335-db2a8dc1f03b', '1', '100', 284.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-26 17:53:53', '2025-01-26 17:53:53', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100057', 'order', NULL),
('0435c266-6277-46a9-bb82-e97fbf5731fa', '3', '100', 5540.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-21 18:19:24', '2025-01-21 18:19:24', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100039', 'order', NULL),
('063e7ceb-5034-4325-b69b-f21040d97195', '1', '100', 99.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-19 16:33:58', '2025-02-19 16:33:58', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100201', 'order', NULL),
('064792a9-f832-4aaa-8dfa-5488fb2a87c8', '1', '100', 356.00, NULL, 'order_place', 'order_failed', 'pay_Q4dCuYPaSqE3wW', 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 1, '2025-03-09 14:17:46', '2025-03-09 14:18:21', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100238', 'order', NULL),
('0a5163d4-35c6-4f09-bd6e-c1a0c442c71d', '3', '100', 115.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-26 16:56:03', '2025-01-26 16:56:03', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100046', 'order', NULL),
('0ac541ee-ccf4-4284-b4b9-65563079cb2f', '19', '100', 1097.60, NULL, 'collect_cash_success', 'collect_cash_fail', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-09 18:11:05', '2025-02-09 18:11:05', '{\"name\":\"N\",\"email\":\"maninaredla218@gmail.com\",\"phone\":\"+919347791341\",\"address\":\"\"}', '/success', '{\"name\":\"Admin\",\"image\":\"example.png\"}', '19', 'deliveryman_collect_cash_payments', 'app'),
('0db0e7df-ebab-46b7-aef9-96ce373e84da', '1', '100', 99.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-19 15:36:20', '2025-02-19 15:36:20', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100194', 'order', NULL),
('0ed17367-7ffe-4695-b354-b0d3f0c5deef', '1', '100', 332.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-25 12:47:58', '2025-02-25 12:47:58', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100220', 'order', NULL),
('15053a22-99a6-4077-ae72-9232b5303268', '1', '100', 517.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-03 11:31:32', '2025-02-03 11:31:32', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100124', 'order', NULL),
('16200f23-30c9-4064-b254-edf342a6a89b', '1', '100', 332.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-25 12:14:10', '2025-02-25 12:14:10', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100217', 'order', NULL),
('1861d805-2b76-41d9-b84e-9f7f6c2653ca', '1', '100', 99.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-03-08 11:45:58', '2025-03-08 11:45:58', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100226', 'order', NULL),
('198bdae7-c30b-47ef-a335-d86b0a74f1d2', '3', '100', 209.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-04 19:40:51', '2025-02-04 19:40:51', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100131', 'order', NULL),
('1ac70aad-10ad-4441-87a4-bd883c832b03', '1', '100', 193.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-17 19:30:18', '2025-02-17 19:30:18', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100188', 'order', NULL),
('1e94b0af-c51c-4a20-9cee-67b777569650', '3', '100', 209.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-04 19:39:11', '2025-02-04 19:39:11', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100130', 'order', NULL),
('2154752c-3acd-4438-ba9b-41ac7e82aa92', '1', '100', 139.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-19 11:46:57', '2025-02-19 11:46:57', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100191', 'order', NULL),
('230d5470-d88c-4c1d-8816-b5004bab28d8', '3', '100', 99.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-04 20:18:12', '2025-02-04 20:18:12', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100139', 'order', NULL),
('24809e29-a054-48cd-ab59-2b312df8d309', '1', '100', 209.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-28 17:23:29', '2025-01-28 17:23:29', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100081', 'order', NULL),
('24c583e5-f37d-4f68-abfd-34d281f59a92', '1', '100', 99.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-19 16:22:38', '2025-02-19 16:22:38', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100198', 'order', NULL),
('24f1b1ea-3eb6-4342-8600-a97c7f81d100', '1', '100', 99.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-17 12:28:00', '2025-02-17 12:28:00', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100184', 'order', NULL),
('2523f0c2-5cce-447c-9377-2ab5deb674be', '1', '100', 350.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-26 17:03:25', '2025-01-26 17:03:25', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100051', 'order', NULL),
('27a1bd6c-790c-4d78-a194-3f05e6359b91', '3', '100', 219.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-03-09 15:01:37', '2025-03-09 15:01:37', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100240', 'order', NULL),
('28f9b0a0-b281-4464-ad3e-df71027b5dde', '3', '100', 285.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-15 18:45:34', '2025-01-15 18:45:34', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100031', 'order', NULL),
('29422d03-c942-4026-841a-aabef04f9dbd', '3', '100', 284.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-26 17:03:30', '2025-01-26 17:03:30', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100052', 'order', NULL),
('2d5870fb-e4c3-4d5d-93ea-b9cf0eabc886', '3', '100', 99.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-04 20:58:33', '2025-02-04 20:58:33', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100144', 'order', NULL),
('2ec4f699-a8ca-407e-bf3d-004b91b10ad5', '1', '100', 332.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-25 11:36:19', '2025-02-25 11:36:19', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100214', 'order', NULL),
('3293fceb-c026-4873-bbd9-52ed5cc8b38a', '1', '100', 332.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-25 12:43:19', '2025-02-25 12:43:19', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100219', 'order', NULL),
('3318b04a-1b67-460f-a189-0d72eb809bd1', '3', '100', 259.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-26 17:32:46', '2025-01-26 17:32:46', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100055', 'order', NULL),
('3555db1e-1545-4d7d-9c75-d608f7d782da', '1', '100', 579.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-26 21:16:49', '2025-01-26 21:16:49', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100065', 'order', NULL),
('3650a0f7-9fe5-4058-94c0-bcc9b4c1acb5', '1', '100', 579.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-26 21:09:38', '2025-01-26 21:09:38', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100064', 'order', NULL),
('3de2ae7f-9b99-47da-8910-83ad2edefbab', '3', '100', 65.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-22 15:47:35', '2025-01-22 15:47:35', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100040', 'order', NULL),
('3eae2459-4de3-41f1-a528-a33b86d5602d', '3', '100', 110.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-04 20:16:02', '2025-02-04 20:16:02', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100137', 'order', NULL),
('3f951a9c-bddd-4e24-ad6a-53d18a3cbf51', '28', '100', 2686.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-03-09 14:10:06', '2025-03-09 14:10:06', '{\"name\":\"Mani \",\"email\":\"mani@gmail.com\",\"phone\":\"+919182648102\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100236', 'order', NULL),
('3fd4588a-c0b9-4f16-98fc-a330a06a53a3', '1', '100', 350.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-26 17:08:26', '2025-01-26 17:08:26', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100054', 'order', NULL),
('426e2fed-00d6-4cdf-9fb5-191c8007df45', '3', '100', 209.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-04 20:17:14', '2025-02-04 20:17:14', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100138', 'order', NULL),
('4422907b-8db9-4ae0-8a49-2153a1e4c87a', '1', '100', 99.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-19 15:46:00', '2025-02-19 15:46:00', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100195', 'order', NULL),
('45a953af-9470-4277-ab5e-311bbc2b03c0', '12', '100', 1393.80, NULL, 'collect_cash_success', 'collect_cash_fail', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-31 19:08:20', '2025-01-31 19:08:20', '{\"name\":\"N\",\"email\":\"gangareddynaredla24925@gmail.com\",\"phone\":\"+919347791341\",\"address\":\"\"}', '/success', '{\"name\":\"Admin\",\"image\":\"example.png\"}', '12', 'deliveryman_collect_cash_payments', 'app'),
('475cbf7e-bc9f-4218-94ad-416fd5acb6d3', '3', '100', 114.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-04 20:21:47', '2025-02-04 20:21:47', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100142', 'order', NULL),
('4761ca27-a1c5-47c4-a3c9-1382c849b5e7', '1', '100', 350.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-26 17:04:54', '2025-01-26 17:04:54', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100053', 'order', NULL),
('487bdf1d-fe63-44a7-bc8e-cb85ab18f991', '3', '100', 142.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-17 13:09:45', '2025-01-17 13:09:45', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100033', 'order', NULL),
('4a38b9cc-662a-4d13-bf5d-0ecaa317315f', '1', '100', 284.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-26 17:44:11', '2025-01-26 17:44:11', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100056', 'order', NULL),
('4c51d88c-b8ed-46d3-9445-952e06aa8227', '1', '100', 332.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-25 11:22:19', '2025-02-25 11:22:19', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100213', 'order', NULL),
('526e6e45-69d3-4102-9197-6ef5a5de03be', '1', '100', 284.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-21 12:52:11', '2025-01-21 12:52:11', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100038', 'order', NULL),
('553080f3-713b-420e-a643-7d1b6be2c114', '1', '100', 341.00, NULL, 'order_place', 'order_failed', 'pay_Q4d7UEDpAFiZ1u', 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 1, '2025-03-09 14:12:41', '2025-03-09 14:13:12', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100237', 'order', NULL),
('57793331-e370-4a81-beb6-e6ddc60cebea', '3', '100', 199.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-30 08:17:29', '2025-01-30 08:17:29', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100090', 'order', NULL),
('59f833fb-be01-4fba-b6ae-35e4aa2280e4', '1', '100', 114.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-16 08:15:03', '2025-02-16 08:15:03', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100182', 'order', NULL),
('5a68a537-1250-4dd4-af30-f67b42733653', '3', '100', 50.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-13 13:49:14', '2025-02-13 13:49:14', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100175', 'order', NULL),
('5b17ab8d-5edc-4ce6-80c0-9ff09142609f', '12', '100', 1393.80, NULL, 'collect_cash_success', 'collect_cash_fail', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-31 19:07:14', '2025-01-31 19:07:14', '{\"name\":\"N\",\"email\":\"gangareddynaredla24925@gmail.com\",\"phone\":\"+919347791341\",\"address\":\"\"}', '/success', '{\"name\":\"Admin\",\"image\":\"example.png\"}', '12', 'deliveryman_collect_cash_payments', 'app'),
('5b5d753c-2148-4b7b-b668-c77c19927eff', '3', '100', 145.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-17 13:09:00', '2025-01-17 13:09:00', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100032', 'order', NULL),
('5d3c09f7-bfe0-4ccd-ae25-83fc98df0a66', '1', '100', 136.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-13 19:43:56', '2025-02-13 19:43:56', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100178', 'order', NULL),
('60ca0a8d-2985-4df7-a684-2e86356dbf6b', '3', '100', 259.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-26 16:54:53', '2025-01-26 16:54:53', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100045', 'order', NULL),
('62577252-dce5-4f7d-a77c-2573e238df8e', '3', '100', 50.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-13 14:13:42', '2025-02-13 14:13:42', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100177', 'order', NULL),
('62e710bb-ae0a-4c43-9946-4591b7abf2ee', '1', '100', 99.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-03-08 11:52:06', '2025-03-08 11:52:06', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100227', 'order', NULL),
('6496a5c4-83cb-4c84-b0ba-c445805e39f3', '3', '100', 284.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-19 09:26:34', '2025-01-19 09:26:34', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100035', 'order', NULL),
('6649b4bf-7829-49e3-8ef5-6ea02f4fb43e', '1', '100', 99.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-03-08 11:22:53', '2025-03-08 11:22:53', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100222', 'order', NULL),
('68ee8f94-b386-4258-ba53-4da335e1e5a9', '3', '100', 354.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-26 16:53:55', '2025-01-26 16:53:55', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100044', 'order', NULL),
('6901152d-1e18-4141-8292-b1c41e8955e9', '3', '100', 285.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-15 18:40:50', '2025-01-15 18:40:50', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100030', 'order', NULL),
('691ed7c6-9c3c-4746-8cb2-10e00cc4341f', '15', '100', 1666.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-09 19:22:40', '2025-02-09 19:22:40', '{\"name\":\"VENKATESH \",\"email\":\"venky@gmail.com\",\"phone\":\"+919515761770\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100169', 'order', NULL),
('6dff1510-a965-4163-86a1-509ff2c29e68', '1', '100', 528.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-28 17:24:49', '2025-01-28 17:24:49', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100083', 'order', NULL),
('6ea16279-c3e8-4076-9dc7-a05c3b333ce4', '3', '100', 285.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-15 18:39:13', '2025-01-15 18:39:13', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100028', 'order', NULL),
('6f95483d-46fa-4a16-b5fb-29339e2aeee6', '3', '100', 65.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-15 18:27:47', '2025-01-15 18:27:47', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100027', 'order', NULL),
('7064af5d-c8a9-4f8a-b8f7-0f076f00f325', '1', '100', 99.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-17 19:09:19', '2025-02-17 19:09:19', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100186', 'order', NULL),
('7071241f-8791-41ec-860c-593353e0ee97', '1', '100', 99.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'stripe', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-19 16:46:52', '2025-02-19 16:46:52', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100203', 'order', NULL),
('7391e2c9-e74b-457a-b0ae-0d1d927381bd', '1', '100', 51857.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-03-08 12:02:25', '2025-03-08 12:02:25', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100228', 'order', NULL),
('784ccd96-0590-42c3-bf29-c46f078933ec', '1', '100', 114.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-19 16:56:34', '2025-02-19 16:56:34', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100205', 'order', NULL),
('786fe4ef-ffcd-4bd1-b366-412bd89dc7a3', '1', '100', 332.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-25 10:50:14', '2025-02-25 10:50:14', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100212', 'order', NULL),
('79dfdaeb-c1c6-4bc3-91a5-9be7c1848c02', '1', '100', 579.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-26 21:08:07', '2025-01-26 21:08:07', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100063', 'order', NULL),
('7c2f155a-ee86-4d7e-9c0e-2b24398877a7', '1', '100', 284.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-26 16:59:24', '2025-01-26 16:59:24', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100048', 'order', NULL),
('7c731f6e-9033-4960-93d8-e0e8b1693936', '3', '100', 230.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-09 14:23:19', '2025-02-09 14:23:19', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100158', 'order', NULL),
('7ccabd07-a432-4992-a281-59cecef61cc4', '1', '100', 199.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-02 23:14:22', '2025-02-02 23:14:22', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100117', 'order', NULL),
('8319f1ca-2048-4e71-83a8-5f0786854e48', '1', '100', 41127.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-17 12:53:27', '2025-02-17 12:53:27', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100185', 'order', NULL),
('83fcad33-49fb-4d9c-aaac-ed127bb6accd', '1', '100', 350.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-26 20:58:36', '2025-01-26 20:58:36', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100061', 'order', NULL),
('86391703-886b-4559-91d1-8d2aff60101c', '3', '100', 284.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-19 09:27:21', '2025-01-19 09:27:21', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100036', 'order', NULL),
('87e4766e-b25e-40ec-9293-02e49f1a40c4', '1', '100', 51857.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-03-08 12:08:05', '2025-03-08 12:08:05', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100229', 'order', NULL),
('898f0182-8c11-4f6f-b4ee-1dc79d233eb4', '1', '100', 114.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-19 16:38:16', '2025-02-19 16:38:16', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100202', 'order', NULL),
('8a9eae1d-cb54-40ff-9ea6-a8ad7bdbadbc', '1', '100', 199.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-03 10:20:13', '2025-02-03 10:20:13', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100120', 'order', NULL),
('8b931871-82b9-499e-a08e-77f93b12b24b', '1', '100', 332.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-25 12:03:27', '2025-02-25 12:03:27', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100216', 'order', NULL),
('8c165486-4fee-4cd5-a0e7-0182405434b7', '3', '100', 233.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-04 21:04:08', '2025-02-04 21:04:08', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100148', 'order', NULL),
('8e25ed3b-6984-472a-9a20-7c5d840ec7c6', '3', '100', 209.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-27 20:04:51', '2025-01-27 20:04:51', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100072', 'order', NULL),
('8ec13b13-e1f2-44bf-a24e-6939e9b58a48', '1', '100', 517.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-03 10:48:01', '2025-02-03 10:48:01', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100121', 'order', NULL),
('91a413fd-dcc8-4ef1-82f2-a7e340930b19', '3', '100', 199.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-04 10:10:43', '2025-02-04 10:10:43', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100129', 'order', NULL),
('91ef5832-11f6-40ab-a393-76a2b3ce0356', '3', '100', 109.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-13 14:06:12', '2025-02-13 14:06:12', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100176', 'order', NULL),
('927748f7-d95a-4f9b-8348-8d9c31baca0e', '1', '100', 179.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-03 22:25:00', '2025-02-03 22:25:00', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100126', 'order', NULL),
('952f890e-a0e8-4686-b0e3-65951ceed26e', '1', '100', 332.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-25 11:55:39', '2025-02-25 11:55:39', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100215', 'order', NULL),
('95350fd4-689f-4085-a877-b0d34ebaa674', '1', '100', 347.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-03-04 11:25:00', '2025-03-04 11:25:00', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100221', 'order', NULL),
('9583f500-652b-4028-8aa2-a847a83d2122', '1', '100', 579.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-26 21:23:40', '2025-01-26 21:23:40', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100069', 'order', NULL),
('95931866-ec3b-4972-8719-59115c7fa2ea', '1', '100', 356.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-03-09 12:25:42', '2025-03-09 12:25:42', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100233', 'order', NULL),
('95ec6db7-b480-4e6f-ae2c-a31247920d9b', '3', '100', 102522.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-20 10:53:23', '2025-01-20 10:53:23', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100037', 'order', NULL),
('9741c06c-4a8d-4956-8432-5ebe3baa3ff6', '1', '100', 457.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-08 18:51:23', '2025-02-08 18:51:23', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100156', 'order', NULL),
('9aaba4d3-b721-4234-8992-8ab7d7c56e98', '1', '100', 99.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-19 16:20:49', '2025-02-19 16:20:49', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100197', 'order', NULL),
('9be16fb3-7798-4e41-a19a-e611d1571bfc', '3', '100', 110.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-04 19:59:25', '2025-02-04 19:59:25', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100133', 'order', NULL),
('9c1972b9-d9b7-4e5c-ba7a-55cce434d808', '3', '100', 229.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-04 10:08:19', '2025-02-04 10:08:19', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100128', 'order', NULL),
('9cfc9733-ea35-4cab-8cd8-22d611a994b6', '1', '100', 350.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-26 20:52:01', '2025-01-26 20:52:01', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100060', 'order', NULL),
('9d5806b6-72e9-46b4-a201-df3de0c35732', '3', '100', 285.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-15 18:40:10', '2025-01-15 18:40:10', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100029', 'order', NULL),
('9eab1b61-358f-420a-b666-46bcfd49ad67', '3', '100', 259.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-26 16:34:48', '2025-01-26 16:34:48', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100043', 'order', NULL);
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
('a07a28bf-a8da-4450-aa72-d4d6dbf8e793', '1', '100', 284.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-26 16:58:39', '2025-01-26 16:58:39', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100047', 'order', NULL),
('a2fb87b8-5b02-46ac-b09b-cfc4cfdc5e52', '3', '100', 259.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-25 17:20:02', '2025-01-25 17:20:02', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100042', 'order', NULL),
('a33e2807-224d-45b2-ad14-5bf24b6e1592', '1', '100', 284.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-26 20:51:03', '2025-01-26 20:51:03', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100059', 'order', NULL),
('a5015a74-f93b-42df-9133-1854e7c53d92', '1', '100', 99.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-03-08 11:32:13', '2025-03-08 11:32:13', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100223', 'order', NULL),
('a6b19ea4-0e16-4f56-8d96-f0bafe4ce21f', '1', '100', 61572.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-03-08 13:24:25', '2025-03-08 13:24:25', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100231', 'order', NULL),
('a6d59819-e163-4724-8b28-2506022460c0', '3', '100', 538.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-05 15:35:37', '2025-02-05 15:35:37', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100151', 'order', NULL),
('a8a16d89-564e-4f4d-bfa6-3c9d4642d862', '1', '100', 527.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-26 21:19:55', '2025-01-26 21:19:55', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100067', 'order', NULL),
('a986697f-2460-41ce-85a6-a648725f0381', '3', '100', 199.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-31 11:48:10', '2025-01-31 11:48:10', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100092', 'order', NULL),
('a9d97cf3-683c-47e1-8555-3eb41a3c28a5', '1', '100', 527.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-27 00:04:02', '2025-01-27 00:04:02', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100071', 'order', NULL),
('abc1f29d-fa91-46bb-b287-b726b8ea7205', '1', '100', 332.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-23 11:31:42', '2025-02-23 11:31:42', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100208', 'order', NULL),
('ac19abe3-850b-4576-9a68-054362b70af9', '1', '100', 517.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-03 10:52:20', '2025-02-03 10:52:20', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100122', 'order', NULL),
('b4391d89-28ea-40ca-ba29-72c8b8788b33', '1', '100', 527.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-26 21:20:55', '2025-01-26 21:20:55', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100068', 'order', NULL),
('b69d7e2e-fd80-4c73-90b4-3c439d1f8460', '1', '100', 114.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-17 19:15:05', '2025-02-17 19:15:05', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100187', 'order', NULL),
('b74dff58-2d4e-4fcb-98ce-c0045cba168e', '3', '100', 259.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-26 17:00:58', '2025-01-26 17:00:58', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100050', 'order', NULL),
('b8d20e1a-ffb7-4d00-a748-c5f81372d2bd', '3', '100', 1873.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-03-09 18:25:24', '2025-03-09 18:25:24', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100241', 'order', NULL),
('ba796105-789c-4de9-92a1-fd725b57e6ff', '1', '100', 99.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-19 16:32:21', '2025-02-19 16:32:21', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100200', 'order', NULL),
('bd138fee-5f3a-45ff-b7f8-00888bd18aca', '1', '100', 114.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-19 16:51:32', '2025-02-19 16:51:32', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100204', 'order', NULL),
('bedb14ac-2003-47da-a13c-e0e26b7d170d', '1', '100', 99.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-24 13:27:40', '2025-02-24 13:27:40', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100210', 'order', NULL),
('bfb2b6f6-0d94-4dde-a75b-7d3443db91a4', '3', '100', 179.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-04 20:59:28', '2025-02-04 20:59:28', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100145', 'order', NULL),
('c1aff41e-78f6-4749-8ef5-2af4d0267c31', '1', '100', 332.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-24 14:18:14', '2025-02-24 14:18:14', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100211', 'order', NULL),
('c26fd031-9505-4be6-a65b-85e9229c344a', '3', '100', 209.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-09 19:22:52', '2025-02-09 19:22:52', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100170', 'order', NULL),
('c55d615a-d2f3-4858-a805-97c615fa681f', '1', '100', 199.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-02 23:11:39', '2025-02-02 23:11:39', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100116', 'order', NULL),
('c71a288b-e248-4a00-b669-df1ebb729e32', '3', '100', 65.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-15 18:19:17', '2025-01-15 18:19:17', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100026', 'order', NULL),
('c735325a-d0c7-4745-bcc2-74a1ef258c55', '1', '100', 347.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-23 11:32:59', '2025-02-23 11:32:59', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100209', 'order', NULL),
('c7fdf34f-89b8-44ba-8e05-8490146f4858', '1', '100', 199.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-03 06:21:50', '2025-02-03 06:21:50', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100119', 'order', NULL),
('ca8c7fde-a846-46a1-b9e3-48ac6f0a0167', '1', '100', 537.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-26 21:18:28', '2025-01-26 21:18:28', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100066', 'order', NULL),
('cb52d2a9-a1ef-4b8f-b860-69ba7ef1ae28', '1', '100', 284.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-26 20:30:24', '2025-01-26 20:30:24', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100058', 'order', NULL),
('cbae5cfc-5a90-4c96-b8f7-32ca40f685a4', '1', '100', 178.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-13 19:47:26', '2025-02-13 19:47:26', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100179', 'order', NULL),
('ce9cfe54-2768-4c03-9743-7fc95c6c5e48', '3', '100', 285.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-15 18:18:01', '2025-01-15 18:18:01', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100025', 'order', NULL),
('cec439a0-06a2-4752-b989-d1b4020a3911', '18', '100', 1176.00, NULL, 'collect_cash_success', 'collect_cash_fail', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-10 13:49:48', '2025-02-10 13:49:48', '{\"name\":\"Mani\",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', '/success', '{\"name\":\"Admin\",\"image\":\"example.png\"}', '18', 'deliveryman_collect_cash_payments', 'app'),
('cfce7eb2-1b3e-4af4-94d3-157ec7462259', '3', '100', 284.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-17 17:07:11', '2025-01-17 17:07:11', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100034', 'order', NULL),
('d0bf4d5a-bc53-40db-9d4c-781d937bd68b', '12', '100', 1393.80, NULL, 'collect_cash_success', 'collect_cash_fail', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-31 19:14:04', '2025-01-31 19:14:04', '{\"name\":\"N\",\"email\":\"gangareddynaredla24925@gmail.com\",\"phone\":\"+919347791341\",\"address\":\"\"}', '/success', '{\"name\":\"Admin\",\"image\":\"example.png\"}', '12', 'deliveryman_collect_cash_payments', 'app'),
('d587d8e3-8871-4a92-af02-85550d52c1fe', '1', '100', 99.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-19 12:14:42', '2025-02-19 12:14:42', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100193', 'order', NULL),
('dc80e44d-c13f-4e2d-8235-8fc409ec25c3', '1', '100', 99.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-03-08 11:42:09', '2025-03-08 11:42:09', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100225', 'order', NULL),
('df08fe11-7531-44ce-9ea2-209e77e3ad87', '1', '100', 517.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-03 10:54:15', '2025-02-03 10:54:15', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100123', 'order', NULL),
('e1983cfb-acf9-4130-9970-79c38624f7cb', '1', '100', 99.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-19 11:56:29', '2025-02-19 11:56:29', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100192', 'order', NULL),
('e231896d-0434-46fa-b95f-e65b100cb629', '1', '100', 114.00, NULL, 'order_place', 'order_failed', 'pay_PxYKpOvoMbory6', 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 1, '2025-02-19 16:58:12', '2025-02-19 16:59:21', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100206', 'order', NULL),
('e3626a79-7a18-49e7-b68d-eb7118c72815', '1', '100', 527.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-26 21:26:13', '2025-01-26 21:26:13', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100070', 'order', NULL),
('e77e0347-114e-4105-bee9-b922c0ceb81e', '1', '100', 579.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-26 21:04:52', '2025-01-26 21:04:52', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100062', 'order', NULL),
('ea56fe99-c0a3-4378-8709-ec307e9fc51e', '1', '100', 209.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-28 17:24:07', '2025-01-28 17:24:07', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100082', 'order', NULL),
('eb5e1abf-d535-4f36-83ed-4b397796fe00', '3', '100', 451.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-25 14:01:46', '2025-01-25 14:01:46', '{\"name\":\"Mani \",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100041', 'order', NULL),
('f0f30efd-e127-44ce-9b95-9a06e6ef56b4', '1', '100', 284.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-26 17:00:25', '2025-01-26 17:00:25', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100049', 'order', NULL),
('f11a0240-6ab6-4a08-bc1d-acaab5791de9', '1', '100', 61572.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-03-08 13:32:05', '2025-03-08 13:32:05', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100232', 'order', NULL),
('f141e2fa-e6d9-4f9f-9319-a5d6788fab18', '1', '100', 99.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-19 16:31:15', '2025-02-19 16:31:15', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100199', 'order', NULL),
('f29b1419-b689-402d-bc73-efc4718d212c', '28', '100', 2699.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-03-09 14:09:05', '2025-03-09 14:09:05', '{\"name\":\"Mani \",\"email\":\"mani@gmail.com\",\"phone\":\"+919182648102\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100235', 'order', NULL),
('f2e97c1e-cd74-46ef-8ea1-f9bf37aebdb0', '18', '100', 1176.00, NULL, 'collect_cash_success', 'collect_cash_fail', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-10 13:50:10', '2025-02-10 13:50:10', '{\"name\":\"Mani\",\"email\":\"Manikrishna@gmail.com\",\"phone\":\"+919182648101\",\"address\":\"\"}', '/success', '{\"name\":\"Admin\",\"image\":\"example.png\"}', '18', 'deliveryman_collect_cash_payments', 'app'),
('f605735f-2b2c-4bdb-bc93-40d96f49b2c6', '1', '100', 99.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-03-08 12:34:36', '2025-03-08 12:34:36', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100230', 'order', NULL),
('f6cebd24-d8b4-4ad6-8bb6-673d7ed956f8', '1', '100', 199.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-02 22:58:20', '2025-02-02 22:58:20', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100115', 'order', NULL),
('f6faa7e6-4b65-4930-9533-88f38a09e441', '1', '100', 14.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-16 09:45:42', '2025-02-16 09:45:42', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100183', 'order', NULL),
('f7e5fe29-faf8-40ed-94a3-ee4d890d8214', '1', '100', 332.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-25 12:26:32', '2025-02-25 12:26:32', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100218', 'order', NULL),
('fa13b07a-5a25-4814-a945-45ec840abff0', '12', '100', 1393.80, NULL, 'collect_cash_success', 'collect_cash_fail', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/localride.in\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-01-31 19:07:49', '2025-01-31 19:07:49', '{\"name\":\"N\",\"email\":\"gangareddynaredla24925@gmail.com\",\"phone\":\"+919347791341\",\"address\":\"\"}', '/success', '{\"name\":\"Admin\",\"image\":\"example.png\"}', '12', 'deliveryman_collect_cash_payments', 'app'),
('fecae489-18e4-4db6-8267-bd106800ba00', '1', '100', 99.00, NULL, 'order_place', 'order_failed', NULL, 'INR', 'razor_pay', '{\"business_name\":\"webkoon\",\"business_logo\":\"https:\\/\\/dashboard.homekart.tech\\/storage\\/app\\/public\\/business\\/2023-08-16-64dca5f543996.png\"}', 0, '2025-02-19 15:50:59', '2025-02-19 15:50:59', '{\"name\":\"dinesh \",\"email\":\"webkooncloud@gmail.com\",\"phone\":\"+917989272149\",\"address\":\"\"}', NULL, '{\"name\":\"receiver_name\",\"image\":\"example.png\"}', '100196', '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, 351, NULL, 1, NULL, '2024-12-26 16:56:16', '2024-12-26 16:56:16', 1),
(2, 352, NULL, 1, NULL, '2024-12-26 16:56:44', '2024-12-26 16:56:44', 1),
(3, 353, NULL, 1, NULL, '2024-12-26 16:58:20', '2024-12-26 16:58:20', 1),
(4, 354, NULL, 1, NULL, '2024-12-26 16:58:50', '2024-12-26 16:58:50', 1),
(5, 355, NULL, 1, NULL, '2024-12-26 16:59:30', '2024-12-26 16:59:30', 1),
(6, 356, NULL, 1, NULL, '2024-12-26 17:00:07', '2024-12-26 17:00:07', 1),
(7, 357, NULL, 1, NULL, '2024-12-26 17:01:35', '2024-12-26 17:01:35', 1),
(8, 358, NULL, 1, NULL, '2024-12-26 17:02:01', '2024-12-26 17:02:01', 1),
(9, 359, NULL, 1, NULL, '2024-12-26 17:02:58', '2024-12-26 17:02:58', 1),
(10, 360, NULL, 1, NULL, '2024-12-26 17:03:32', '2024-12-26 17:03:32', 1),
(11, 361, NULL, 1, NULL, '2024-12-26 17:04:26', '2024-12-26 17:04:26', 1),
(12, 362, NULL, 1, NULL, '2024-12-26 17:04:54', '2024-12-26 17:04:54', 1),
(13, 363, NULL, 1, NULL, '2024-12-26 17:05:45', '2024-12-26 17:05:45', 1),
(14, 364, NULL, 1, NULL, '2024-12-26 17:06:13', '2024-12-26 17:06:13', 1),
(15, 365, NULL, 1, NULL, '2024-12-26 17:11:37', '2024-12-26 17:11:37', 1),
(16, 366, NULL, 1, NULL, '2024-12-26 17:12:05', '2024-12-26 17:12:05', 1),
(17, 367, NULL, 1, NULL, '2024-12-26 17:13:13', '2024-12-26 17:13:13', 1),
(18, 368, NULL, 1, NULL, '2024-12-26 17:13:42', '2024-12-26 17:13:42', 1),
(19, 369, NULL, 1, NULL, '2024-12-26 17:14:29', '2024-12-26 17:14:29', 1),
(20, 370, NULL, 1, NULL, '2024-12-26 17:14:55', '2024-12-26 17:14:55', 1),
(21, 371, NULL, 1, NULL, '2024-12-26 17:18:56', '2024-12-26 17:18:56', 1),
(22, 372, NULL, 1, NULL, '2024-12-26 17:19:22', '2024-12-26 17:19:22', 1),
(23, 373, NULL, 1, NULL, '2024-12-26 17:20:24', '2024-12-26 17:20:24', 1),
(24, 374, NULL, 1, NULL, '2024-12-26 17:20:52', '2024-12-26 17:20:52', 1),
(25, 375, NULL, 1, NULL, '2024-12-26 17:21:55', '2024-12-26 17:21:55', 1),
(26, 376, NULL, 1, NULL, '2024-12-26 17:22:23', '2024-12-26 17:22:23', 1),
(27, 377, NULL, 1, NULL, '2024-12-26 17:23:34', '2024-12-26 17:23:34', 1),
(28, 378, NULL, 1, NULL, '2024-12-26 17:24:04', '2024-12-26 17:24:04', 1),
(29, 379, NULL, 1, NULL, '2024-12-26 17:24:59', '2024-12-26 17:24:59', 1),
(30, 380, NULL, 1, NULL, '2024-12-26 17:25:24', '2024-12-26 17:25:24', 1),
(31, 381, NULL, 1, NULL, '2024-12-26 17:26:25', '2024-12-26 17:26:25', 1),
(32, 382, NULL, 1, NULL, '2024-12-26 17:26:56', '2024-12-26 17:26:56', 1),
(33, 383, NULL, 1, NULL, '2024-12-26 17:28:56', '2024-12-26 17:28:56', 1),
(34, 384, NULL, 1, NULL, '2024-12-26 17:30:03', '2024-12-26 17:30:03', 1),
(35, 385, NULL, 1, NULL, '2024-12-26 17:31:06', '2024-12-26 17:31:06', 1),
(36, 386, NULL, 1, NULL, '2024-12-26 17:31:33', '2024-12-26 17:31:33', 1),
(37, 387, NULL, 1, NULL, '2024-12-26 17:32:27', '2024-12-26 17:32:27', 1),
(38, 388, NULL, 1, NULL, '2024-12-26 17:33:10', '2024-12-26 17:33:10', 1),
(39, 389, NULL, 1, NULL, '2024-12-26 17:36:14', '2024-12-26 17:36:14', 1),
(40, 390, NULL, 1, NULL, '2024-12-26 17:36:41', '2024-12-26 17:36:41', 1),
(41, 391, NULL, 1, NULL, '2024-12-26 17:37:23', '2024-12-26 17:37:23', 1),
(42, 392, NULL, 1, NULL, '2024-12-26 17:38:04', '2024-12-26 17:38:04', 1),
(43, 393, NULL, 1, NULL, '2024-12-26 17:38:53', '2024-12-26 17:38:53', 1),
(44, 394, NULL, 1, NULL, '2024-12-26 17:39:22', '2024-12-26 17:39:22', 1),
(45, 395, NULL, 1, NULL, '2024-12-26 17:43:11', '2024-12-26 17:43:11', 1),
(46, 396, NULL, 1, NULL, '2024-12-26 17:43:39', '2024-12-26 17:43:39', 1),
(47, 397, NULL, 1, NULL, '2024-12-26 17:44:30', '2024-12-26 17:44:30', 1),
(48, 398, NULL, 1, NULL, '2024-12-26 17:44:55', '2024-12-26 17:44:55', 1),
(49, 399, NULL, 1, NULL, '2024-12-26 17:45:47', '2024-12-26 17:45:47', 1),
(50, 400, NULL, 1, NULL, '2024-12-26 17:46:13', '2024-12-26 17:46:13', 1),
(51, 401, NULL, 1, NULL, '2024-12-26 17:48:11', '2024-12-26 17:48:11', 1),
(52, 402, NULL, 1, NULL, '2024-12-26 17:48:42', '2024-12-26 17:48:42', 1),
(53, 403, NULL, 1, NULL, '2024-12-26 17:49:35', '2024-12-26 17:49:35', 1),
(54, 404, NULL, 1, NULL, '2024-12-26 17:50:00', '2024-12-26 17:50:00', 1),
(55, 405, NULL, 1, NULL, '2024-12-26 17:50:58', '2024-12-26 17:50:58', 1),
(56, 406, NULL, 1, NULL, '2024-12-26 17:51:24', '2024-12-26 17:51:24', 1),
(57, 407, NULL, 1, NULL, '2024-12-26 17:53:05', '2024-12-26 17:53:05', 1),
(58, 408, NULL, 1, NULL, '2024-12-26 17:53:31', '2024-12-26 17:53:31', 1),
(59, 409, NULL, 1, NULL, '2024-12-26 17:54:14', '2024-12-26 17:54:14', 1),
(60, 410, NULL, 1, NULL, '2024-12-26 17:54:42', '2024-12-26 17:54:42', 1),
(61, 411, NULL, 1, NULL, '2024-12-26 17:55:30', '2024-12-26 17:55:30', 1),
(62, 412, NULL, 1, NULL, '2024-12-26 17:55:58', '2024-12-26 17:55:58', 1);

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

--
-- 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, 9, 238.80, 'adjustment', 'delivery_man_wallet_adjustment_partial', '2025-01-31 17:58:17', '2025-01-31 17:58:17'),
(2, 12, 205.20, 'adjustment', 'delivery_man_wallet_adjustment_partial', '2025-01-31 19:02:01', '2025-01-31 19:02:01'),
(3, 14, 328.00, 'adjustment', 'delivery_man_wallet_adjustment_full', '2025-02-05 11:59:19', '2025-02-05 11:59:19'),
(4, 16, 143.80, 'adjustment', 'delivery_man_wallet_adjustment_partial', '2025-02-05 13:15:27', '2025-02-05 13:15:27'),
(5, 16, 127.80, 'adjustment', 'delivery_man_wallet_adjustment_partial', '2025-02-07 16:52:42', '2025-02-07 16:52:42'),
(6, 19, 122.40, 'adjustment', 'delivery_man_wallet_adjustment_partial', '2025-02-07 18:38:14', '2025-02-07 18:38:14'),
(7, 19, 138.00, 'adjustment', 'delivery_man_wallet_adjustment_partial', '2025-02-09 18:02:52', '2025-02-09 18:02:52');

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

--
-- Table structure for table `provide_franchise_earnings`
--

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

INSERT INTO `provide_franchise_earnings` (`id`, `admin_id`, `amount`, `method`, `ref`, `created_at`, `updated_at`) VALUES
(1, 4, 10.00, 'cash', 'test', '2025-02-02 19:36:53', '2025-02-02 19:36:53');

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

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

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

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

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

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

--
-- Table structure for table `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, 21, 1, NULL, '[]', 5, 100009, '2024-12-22 10:02:26', '2024-12-22 10:02:26', NULL, 1, 2, NULL, NULL, '100009', 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-08-08 06:28:04', '2025-08-08 06:28:04'),
(2, 'App\\Models\\BusinessSetting', '96', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(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-02-11 14:04:23', '2026-02-11 14:04:23'),
(10, 'App\\Models\\Module', '1', 'icon', 'public', '2024-12-24 16:00:16', '2024-12-24 16:00:16'),
(11, 'App\\Models\\Module', '1', 'thumbnail', 'public', '2024-12-24 16:00:16', '2024-12-24 16:00:16'),
(12, 'App\\Models\\Module', '2', 'icon', 'public', '2024-12-24 15:59:54', '2024-12-24 15:59:54'),
(13, 'App\\Models\\Module', '2', 'thumbnail', 'public', '2024-12-24 15:59:54', '2024-12-24 15:59:54'),
(14, 'App\\Models\\Module', '3', 'icon', 'public', '2024-12-24 15:59:38', '2024-12-24 15:59:38'),
(15, 'App\\Models\\Module', '3', 'thumbnail', 'public', '2024-12-24 15:59:38', '2024-12-24 15:59:38'),
(16, 'App\\Models\\Module', '4', 'icon', 'public', '2024-12-24 15:59:17', '2024-12-24 15:59:17'),
(17, 'App\\Models\\Module', '4', 'thumbnail', 'public', '2024-12-24 15:59:17', '2024-12-24 15:59:17'),
(18, 'App\\Models\\Module', '5', 'icon', 'public', '2024-12-24 15:58:59', '2024-12-24 15:58:59'),
(19, 'App\\Models\\Module', '5', 'thumbnail', 'public', '2024-12-24 15:58:59', '2024-12-24 15:58:59'),
(20, 'App\\Models\\Module', '6', 'icon', 'public', '2024-12-24 15:58:42', '2024-12-24 15:58:42'),
(21, 'App\\Models\\Module', '6', 'thumbnail', 'public', '2024-12-24 15:58:42', '2024-12-24 15:58:42'),
(22, 'App\\Models\\ParcelCategory', '1', 'image', 'public', '2025-02-09 13:24:20', '2025-02-09 13:24:20'),
(23, 'App\\Models\\ParcelCategory', '2', 'image', 'public', '2025-02-05 11:28:36', '2025-02-05 11:28:36'),
(24, 'App\\Models\\ParcelCategory', '3', 'image', 'public', '2025-02-09 13:32:34', '2025-02-09 13:32:34'),
(25, 'App\\Models\\ParcelCategory', '4', 'image', 'public', '2025-02-09 13:49:15', '2025-02-09 13:49:15'),
(26, 'App\\Models\\ModuleWiseBanner', '1', 'value', 'public', '2025-01-22 11:59:24', '2025-01-22 11:59:24'),
(27, 'App\\Models\\ModuleWiseBanner', '2', 'value', 'public', '2025-01-22 11:59:30', '2025-01-22 11:59:30'),
(28, 'App\\Models\\ModuleWiseBanner', '3', 'value', 'public', '2025-02-09 10:58:12', '2025-02-09 10:58:12'),
(29, 'App\\Models\\ModuleWiseBanner', '4', 'value', 'public', '2025-02-09 10:58:12', '2025-02-09 10:58:12'),
(30, 'App\\Models\\ModuleWiseBanner', '5', 'value', 'public', '2025-02-09 10:58:12', '2025-02-09 10:58:12'),
(31, 'App\\Models\\ModuleWiseBanner', '6', 'value', 'public', '2025-02-09 10:58:12', '2025-02-09 10:58:12'),
(32, 'App\\Models\\ModuleWiseBanner', '7', 'value', 'public', '2025-02-09 10:58:12', '2025-02-09 10:58:12'),
(33, 'App\\Models\\ModuleWiseBanner', '8', 'value', 'public', '2025-01-28 12:15:44', '2025-01-28 12:15:44'),
(34, 'App\\Models\\ModuleWiseBanner', '9', 'value', 'public', '2025-01-28 12:15:44', '2025-01-28 12:15:44'),
(35, 'App\\Models\\ModuleWiseBanner', '10', 'value', 'public', '2025-01-28 12:15:44', '2025-01-28 12:15:44'),
(36, 'App\\Models\\ModuleWiseBanner', '11', 'value', 'public', '2025-01-28 12:15:44', '2025-01-28 12:15:44'),
(37, 'App\\Models\\ModuleWiseBanner', '12', 'value', 'public', '2025-01-28 12:15:44', '2025-01-28 12:15:44'),
(38, 'App\\Models\\ModuleWiseBanner', '13', 'value', 'public', '2025-01-28 12:15:44', '2025-01-28 12:15:44'),
(39, 'App\\Models\\BusinessSetting', '151', NULL, 'public', '2025-02-07 17:31:36', '2025-02-07 17:31:36'),
(40, 'App\\Models\\BusinessSetting', '83', NULL, 'public', '2024-12-03 08:38:00', '2024-12-03 08:38:00'),
(41, 'App\\Models\\ModuleWiseWhyChoose', '1', 'image', 'public', '2025-01-28 12:21:38', '2025-01-28 12:21:38'),
(42, 'App\\Models\\Category', '3', 'image', 'public', '2024-12-06 01:17:34', '2024-12-06 01:17:34'),
(43, 'App\\Models\\Category', '4', 'image', 'public', '2024-12-06 01:17:54', '2024-12-06 01:17:54'),
(44, 'App\\Models\\Category', '5', 'image', 'public', '2024-12-06 01:28:57', '2024-12-06 01:28:57'),
(45, 'App\\Models\\Category', '6', 'image', 'public', '2024-12-06 01:29:33', '2024-12-06 01:29:33'),
(46, 'App\\Models\\Category', '7', 'image', 'public', '2024-12-06 01:30:31', '2024-12-06 01:30:31'),
(47, 'App\\Models\\Category', '8', 'image', 'public', '2024-12-06 02:03:53', '2024-12-06 02:03:53'),
(48, 'App\\Models\\Category', '9', 'image', 'public', '2024-12-06 02:30:33', '2024-12-06 02:30:33'),
(49, 'App\\Models\\Category', '10', 'image', 'public', '2024-12-06 02:30:58', '2024-12-06 02:30:58'),
(50, 'App\\Models\\Category', '11', 'image', 'public', '2024-12-06 02:32:36', '2024-12-06 02:32:36'),
(51, 'App\\Models\\BusinessSetting', '149', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(52, 'App\\Models\\BusinessSetting', '16', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(53, 'App\\Models\\BusinessSetting', '17', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(54, 'App\\Models\\BusinessSetting', '37', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(55, 'App\\Models\\BusinessSetting', '114', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(56, 'App\\Models\\BusinessSetting', '19', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(57, 'App\\Models\\BusinessSetting', '20', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(58, 'App\\Models\\BusinessSetting', '21', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(59, 'App\\Models\\BusinessSetting', '22', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(60, 'App\\Models\\BusinessSetting', '115', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(61, 'App\\Models\\BusinessSetting', '27', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(62, 'App\\Models\\BusinessSetting', '28', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(63, 'App\\Models\\BusinessSetting', '39', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(64, 'App\\Models\\BusinessSetting', '116', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(65, 'App\\Models\\BusinessSetting', '59', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(66, 'App\\Models\\BusinessSetting', '117', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(67, 'App\\Models\\BusinessSetting', '118', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(68, 'App\\Models\\BusinessSetting', '42', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(69, 'App\\Models\\BusinessSetting', '43', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(70, 'App\\Models\\BusinessSetting', '44', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(71, 'App\\Models\\BusinessSetting', '46', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(72, 'App\\Models\\BusinessSetting', '73', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(73, 'App\\Models\\BusinessSetting', '119', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(74, 'App\\Models\\BusinessSetting', '120', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(75, 'App\\Models\\BusinessSetting', '51', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(76, 'App\\Models\\BusinessSetting', '121', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(77, 'App\\Models\\BusinessSetting', '122', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(78, 'App\\Models\\BusinessSetting', '123', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(79, 'App\\Models\\BusinessSetting', '138', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(80, 'App\\Models\\BusinessSetting', '79', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(81, 'App\\Models\\BusinessSetting', '84', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(82, 'App\\Models\\BusinessSetting', '95', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(83, 'App\\Models\\BusinessSetting', '125', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(84, 'App\\Models\\BusinessSetting', '140', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(85, 'App\\Models\\BusinessSetting', '141', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(86, 'App\\Models\\Category', '12', 'image', 'public', '2024-12-06 16:20:09', '2024-12-06 16:20:09'),
(87, 'App\\Models\\Category', '13', 'image', 'public', '2024-12-06 16:27:43', '2024-12-06 16:27:43'),
(88, 'App\\Models\\Store', '2', 'logo', 'public', '2024-12-08 08:49:23', '2024-12-08 08:49:23'),
(89, 'App\\Models\\Store', '2', 'cover_photo', 'public', '2024-12-08 08:49:23', '2024-12-08 08:49:23'),
(90, 'App\\Models\\Store', '3', 'logo', 'public', '2024-12-09 09:44:56', '2024-12-09 09:44:56'),
(91, 'App\\Models\\Store', '3', 'cover_photo', 'public', '2024-12-09 09:44:56', '2024-12-09 09:44:56'),
(92, 'App\\Models\\Store', '4', 'logo', 'public', '2024-12-09 09:48:13', '2024-12-09 09:48:13'),
(93, 'App\\Models\\Store', '4', 'cover_photo', 'public', '2024-12-09 09:48:13', '2024-12-09 09:48:13'),
(94, 'App\\Models\\Store', '5', 'logo', 'public', '2024-12-09 11:03:29', '2024-12-09 11:03:29'),
(95, 'App\\Models\\Store', '5', 'cover_photo', 'public', '2024-12-09 11:03:29', '2024-12-09 11:03:29'),
(96, 'App\\Models\\Store', '6', 'logo', 'public', '2024-12-09 11:03:49', '2024-12-09 11:03:49'),
(97, 'App\\Models\\Store', '6', 'cover_photo', 'public', '2024-12-09 11:03:49', '2024-12-09 11:03:49'),
(98, 'App\\Models\\Store', '7', 'logo', 'public', '2024-12-28 15:26:09', '2024-12-28 15:26:09'),
(99, 'App\\Models\\Store', '7', 'cover_photo', 'public', '2024-12-28 15:26:09', '2024-12-28 15:26:09'),
(100, 'App\\Models\\Item', '2', 'image', 'public', '2024-12-09 09:51:08', '2024-12-09 09:51:08'),
(101, 'App\\Models\\Item', '2', 'images', 'public', '2024-12-09 09:51:08', '2024-12-09 09:51:08'),
(102, 'App\\Models\\Item', '3', 'image', 'public', '2024-12-09 09:52:40', '2024-12-09 09:52:40'),
(103, 'App\\Models\\Item', '3', 'images', 'public', '2024-12-09 09:52:40', '2024-12-09 09:52:40'),
(104, 'App\\Models\\Item', '4', 'image', 'public', '2024-12-09 09:53:56', '2024-12-09 09:53:56'),
(105, 'App\\Models\\Item', '4', 'images', 'public', '2024-12-09 09:53:56', '2024-12-09 09:53:56'),
(106, 'App\\Models\\Item', '5', 'image', 'public', '2024-12-09 09:55:29', '2024-12-09 09:55:29'),
(107, 'App\\Models\\Item', '5', 'images', 'public', '2024-12-09 09:55:29', '2024-12-09 09:55:29'),
(108, 'App\\Models\\Item', '6', 'image', 'public', '2024-12-09 09:56:45', '2024-12-09 09:56:45'),
(109, 'App\\Models\\Item', '6', 'images', 'public', '2024-12-09 09:56:45', '2024-12-09 09:56:45'),
(110, 'App\\Models\\Item', '7', 'image', 'public', '2024-12-09 10:06:12', '2024-12-09 10:06:12'),
(111, 'App\\Models\\Item', '7', 'images', 'public', '2024-12-09 10:06:12', '2024-12-09 10:06:12'),
(112, 'App\\Models\\Item', '8', 'image', 'public', '2024-12-09 10:08:07', '2024-12-09 10:08:07'),
(113, 'App\\Models\\Item', '8', 'images', 'public', '2024-12-09 10:08:07', '2024-12-09 10:08:07'),
(114, 'App\\Models\\Item', '9', 'image', 'public', '2024-12-09 10:21:00', '2024-12-09 10:21:00'),
(115, 'App\\Models\\Item', '9', 'images', 'public', '2024-12-09 10:21:00', '2024-12-09 10:21:00'),
(116, 'App\\Models\\Item', '10', 'image', 'public', '2024-12-09 10:26:58', '2024-12-09 10:26:58'),
(117, 'App\\Models\\Item', '10', 'images', 'public', '2024-12-09 10:26:58', '2024-12-09 10:26:58'),
(118, 'App\\Models\\Item', '11', 'image', 'public', '2024-12-09 10:27:41', '2024-12-09 10:27:41'),
(119, 'App\\Models\\Item', '11', 'images', 'public', '2024-12-09 10:27:41', '2024-12-09 10:27:41'),
(120, 'App\\Models\\Item', '12', 'image', 'public', '2024-12-09 10:29:02', '2024-12-09 10:29:02'),
(121, 'App\\Models\\Item', '12', 'images', 'public', '2024-12-09 10:29:02', '2024-12-09 10:29:02'),
(122, 'App\\Models\\Item', '13', 'image', 'public', '2024-12-09 10:43:03', '2024-12-09 10:43:03'),
(123, 'App\\Models\\Item', '13', 'images', 'public', '2024-12-09 10:43:03', '2024-12-09 10:43:03'),
(124, 'App\\Models\\Item', '14', 'image', 'public', '2024-12-09 10:44:51', '2024-12-09 10:44:51'),
(125, 'App\\Models\\Item', '14', 'images', 'public', '2024-12-09 10:44:51', '2024-12-09 10:44:51'),
(126, 'App\\Models\\Item', '15', 'image', 'public', '2024-12-09 10:46:14', '2024-12-09 10:46:14'),
(127, 'App\\Models\\Item', '15', 'images', 'public', '2024-12-09 10:46:14', '2024-12-09 10:46:14'),
(128, 'App\\Models\\Item', '16', 'image', 'public', '2024-12-09 10:47:48', '2024-12-09 10:47:48'),
(129, 'App\\Models\\Item', '16', 'images', 'public', '2024-12-09 10:47:48', '2024-12-09 10:47:48'),
(130, 'App\\Models\\Item', '17', 'image', 'public', '2024-12-09 10:52:23', '2024-12-09 10:52:23'),
(131, 'App\\Models\\Item', '17', 'images', 'public', '2024-12-09 10:52:23', '2024-12-09 10:52:23'),
(132, 'App\\Models\\Item', '18', 'image', 'public', '2024-12-09 10:56:10', '2024-12-09 10:56:10'),
(133, 'App\\Models\\Item', '18', 'images', 'public', '2024-12-09 10:56:10', '2024-12-09 10:56:10'),
(134, 'App\\Models\\Item', '19', 'image', 'public', '2024-12-09 10:57:56', '2024-12-09 10:57:56'),
(135, 'App\\Models\\Item', '19', 'images', 'public', '2024-12-09 10:57:56', '2024-12-09 10:57:56'),
(136, 'App\\Models\\Item', '20', 'image', 'public', '2024-12-09 10:59:40', '2024-12-09 10:59:40'),
(137, 'App\\Models\\Item', '20', 'images', 'public', '2024-12-09 10:59:40', '2024-12-09 10:59:40'),
(138, 'App\\Models\\Item', '21', 'image', 'public', '2024-12-09 11:00:44', '2024-12-09 11:00:44'),
(139, 'App\\Models\\Item', '21', 'images', 'public', '2024-12-09 11:00:44', '2024-12-09 11:00:44'),
(140, 'App\\Models\\Item', '22', 'image', 'public', '2024-12-09 11:02:03', '2024-12-09 11:02:03'),
(141, 'App\\Models\\Item', '22', 'images', 'public', '2024-12-09 11:02:03', '2024-12-09 11:02:03'),
(142, 'App\\Models\\Category', '14', 'image', 'public', '2024-12-09 12:06:14', '2024-12-09 12:06:14'),
(143, 'App\\Models\\Category', '15', 'image', 'public', '2024-12-09 12:06:50', '2024-12-09 12:06:50'),
(144, 'App\\Models\\Category', '16', 'image', 'public', '2024-12-09 12:07:33', '2024-12-09 12:07:33'),
(145, 'App\\Models\\Category', '17', 'image', 'public', '2024-12-09 12:21:40', '2024-12-09 12:21:40'),
(146, 'App\\Models\\Item', '23', 'image', 'public', '2024-12-09 12:51:31', '2024-12-09 12:51:31'),
(147, 'App\\Models\\Item', '23', 'images', 'public', '2024-12-09 12:51:31', '2024-12-09 12:51:31'),
(148, 'App\\Models\\Item', '24', 'image', 'public', '2024-12-09 12:52:50', '2024-12-09 12:52:50'),
(149, 'App\\Models\\Item', '24', 'images', 'public', '2024-12-09 12:52:50', '2024-12-09 12:52:50'),
(150, 'App\\Models\\Item', '25', 'image', 'public', '2024-12-09 12:55:42', '2024-12-09 12:55:42'),
(151, 'App\\Models\\Item', '25', 'images', 'public', '2024-12-09 12:55:42', '2024-12-09 12:55:42'),
(152, 'App\\Models\\Item', '26', 'image', 'public', '2024-12-09 12:59:53', '2024-12-09 12:59:53'),
(153, 'App\\Models\\Item', '26', 'images', 'public', '2024-12-09 12:59:53', '2024-12-09 12:59:53'),
(154, 'App\\Models\\Item', '27', 'image', 'public', '2024-12-09 13:03:12', '2024-12-09 13:03:12'),
(155, 'App\\Models\\Item', '27', 'images', 'public', '2024-12-09 13:03:12', '2024-12-09 13:03:12'),
(156, 'App\\Models\\Item', '28', 'image', 'public', '2024-12-09 13:06:26', '2024-12-09 13:06:26'),
(157, 'App\\Models\\Item', '28', 'images', 'public', '2024-12-09 13:06:26', '2024-12-09 13:06:26'),
(158, 'App\\Models\\Item', '29', 'image', 'public', '2024-12-09 13:09:51', '2024-12-09 13:09:51'),
(159, 'App\\Models\\Item', '29', 'images', 'public', '2024-12-09 13:09:51', '2024-12-09 13:09:51'),
(160, 'App\\Models\\Item', '30', 'image', 'public', '2024-12-09 13:12:25', '2024-12-09 13:12:25'),
(161, 'App\\Models\\Item', '30', 'images', 'public', '2024-12-09 13:12:25', '2024-12-09 13:12:25'),
(162, 'App\\Models\\Category', '18', 'image', 'public', '2024-12-09 13:23:06', '2024-12-09 13:23:06'),
(163, 'App\\Models\\Item', '31', 'image', 'public', '2024-12-09 13:24:46', '2024-12-09 13:24:46'),
(164, 'App\\Models\\Item', '31', 'images', 'public', '2024-12-09 13:24:46', '2024-12-09 13:24:46'),
(165, 'App\\Models\\Category', '19', 'image', 'public', '2024-12-09 13:36:14', '2024-12-09 13:36:14'),
(166, 'App\\Models\\Brand', '1', 'image', 'public', '2024-12-09 13:40:01', '2024-12-09 13:40:01'),
(167, 'App\\Models\\Brand', '2', 'image', 'public', '2024-12-09 13:40:15', '2024-12-09 13:40:15'),
(168, 'App\\Models\\Item', '32', 'image', 'public', '2024-12-09 13:42:56', '2024-12-09 13:42:56'),
(169, 'App\\Models\\Item', '32', 'images', 'public', '2024-12-09 13:42:56', '2024-12-09 13:42:56'),
(170, 'App\\Models\\Item', '33', 'image', 'public', '2024-12-09 13:51:58', '2024-12-09 13:51:58'),
(171, 'App\\Models\\Item', '33', 'images', 'public', '2024-12-09 13:51:58', '2024-12-09 13:51:58'),
(172, 'App\\Models\\Item', '34', 'image', 'public', '2024-12-09 13:54:46', '2024-12-09 13:54:46'),
(173, 'App\\Models\\Item', '34', 'images', 'public', '2024-12-09 13:54:46', '2024-12-09 13:54:46'),
(174, 'App\\Models\\Store', '8', 'logo', 'public', '2024-12-11 20:25:49', '2024-12-11 20:25:49'),
(175, 'App\\Models\\Store', '8', 'cover_photo', 'public', '2024-12-11 20:25:49', '2024-12-11 20:25:49'),
(176, 'App\\Models\\Category', '20', 'image', 'public', '2024-12-11 20:37:34', '2024-12-11 20:37:34'),
(177, 'App\\Models\\Category', '21', 'image', 'public', '2024-12-11 20:38:17', '2024-12-11 20:38:17'),
(178, 'App\\Models\\Item', '35', 'image', 'public', '2024-12-11 20:39:13', '2024-12-11 20:39:13'),
(179, 'App\\Models\\Item', '35', 'images', 'public', '2024-12-11 20:39:13', '2024-12-11 20:39:13'),
(180, 'App\\Models\\Item', '36', 'image', 'public', '2024-12-11 20:41:52', '2024-12-11 20:41:52'),
(181, 'App\\Models\\Item', '36', 'images', 'public', '2024-12-11 20:41:52', '2024-12-11 20:41:52'),
(182, 'App\\Models\\Item', '37', 'image', 'public', '2024-12-11 20:48:48', '2024-12-11 20:48:48'),
(183, 'App\\Models\\Item', '37', 'images', 'public', '2024-12-11 20:48:48', '2024-12-11 20:48:48'),
(184, 'App\\Models\\Banner', '1', 'image', 'public', '2024-12-16 17:37:59', '2024-12-16 17:37:59'),
(185, 'App\\Models\\Banner', '2', 'image', 'public', '2024-12-16 17:37:42', '2024-12-16 17:37:42'),
(186, 'App\\Models\\ModuleWiseBanner', '14', 'value', 'public', '2024-12-16 17:56:05', '2024-12-16 17:56:05'),
(187, 'App\\Models\\ModuleWiseBanner', '15', 'value', 'public', '2024-12-12 08:26:31', '2024-12-12 08:26:31'),
(188, 'App\\Models\\Banner', '3', 'image', 'public', '2024-12-16 17:51:27', '2024-12-16 17:51:27'),
(189, 'App\\Models\\ModuleWiseBanner', '16', 'value', 'public', '2024-12-16 18:01:54', '2024-12-16 18:01:54'),
(190, 'App\\Models\\Banner', '4', 'image', 'public', '2024-12-16 17:41:35', '2024-12-16 17:41:35'),
(191, 'App\\Models\\Banner', '5', 'image', 'public', '2024-12-16 17:42:03', '2024-12-16 17:42:03'),
(192, 'App\\Models\\Advertisement', '1000000', 'video_attachment', 'public', '2024-12-12 08:37:37', '2024-12-12 08:37:37'),
(193, 'App\\Models\\Advertisement', '1000000', 'cover_image', 'public', '2024-12-16 18:03:12', '2024-12-16 18:03:12'),
(194, 'App\\Models\\Advertisement', '1000000', 'profile_image', 'public', '2024-12-12 08:37:37', '2024-12-12 08:37:37'),
(195, 'App\\Models\\Campaign', '1', 'image', 'public', '2024-12-12 08:39:14', '2024-12-12 08:39:14'),
(196, 'App\\Models\\ItemCampaign', '1', 'image', 'public', '2024-12-12 09:03:27', '2024-12-12 09:03:27'),
(197, 'App\\Models\\Banner', '6', 'image', 'public', '2024-12-16 17:42:22', '2024-12-16 17:42:22'),
(198, 'App\\Models\\Banner', '7', 'image', 'public', '2024-12-16 17:38:19', '2024-12-16 17:38:19'),
(199, 'App\\Models\\Banner', '8', 'image', 'public', '2024-12-16 17:51:50', '2024-12-16 17:51:50'),
(200, 'App\\Models\\Banner', '9', 'image', 'public', '2024-12-16 17:52:06', '2024-12-16 17:52:06'),
(201, 'App\\Models\\UserInfo', '1', 'image', 'public', '2024-12-16 20:11:35', '2024-12-16 20:11:35'),
(202, 'App\\Models\\UserInfo', '2', 'image', 'public', '2024-12-16 20:32:34', '2024-12-16 20:32:34'),
(203, 'App\\Models\\UserInfo', '3', 'image', 'public', '2024-12-17 16:39:02', '2024-12-17 16:39:02'),
(204, 'App\\Models\\UserInfo', '4', 'image', 'public', '2024-12-17 20:14:31', '2024-12-17 20:14:31'),
(205, 'App\\Models\\Category', '22', 'image', 'public', '2024-12-19 13:38:53', '2024-12-19 13:38:53'),
(206, 'App\\Models\\Category', '23', 'image', 'public', '2024-12-19 13:40:08', '2024-12-19 13:40:08'),
(207, 'App\\Models\\Category', '24', 'image', 'public', '2024-12-19 13:43:52', '2024-12-19 13:43:52'),
(208, 'App\\Models\\Category', '25', 'image', 'public', '2024-12-19 13:44:44', '2024-12-19 13:44:44'),
(209, 'App\\Models\\Category', '26', 'image', 'public', '2024-12-19 13:45:30', '2024-12-19 13:45:30'),
(210, 'App\\Models\\Category', '27', 'image', 'public', '2024-12-19 13:47:19', '2024-12-19 13:47:19'),
(211, 'App\\Models\\Category', '28', 'image', 'public', '2024-12-19 13:48:29', '2024-12-19 13:48:29'),
(212, 'App\\Models\\Category', '29', 'image', 'public', '2024-12-19 13:49:18', '2024-12-19 13:49:18'),
(213, 'App\\Models\\Category', '30', 'image', 'public', '2024-12-19 13:50:45', '2024-12-19 13:50:45'),
(214, 'App\\Models\\Category', '31', 'image', 'public', '2024-12-19 13:52:27', '2024-12-19 13:52:27'),
(215, 'App\\Models\\Category', '32', 'image', 'public', '2024-12-19 13:53:44', '2024-12-19 13:53:44'),
(216, 'App\\Models\\Category', '33', 'image', 'public', '2024-12-19 13:54:27', '2024-12-19 13:54:27'),
(217, 'App\\Models\\Category', '34', 'image', 'public', '2024-12-19 13:55:37', '2024-12-19 13:55:37'),
(218, 'App\\Models\\Category', '35', 'image', 'public', '2024-12-19 13:56:45', '2024-12-19 13:56:45'),
(219, 'App\\Models\\Category', '36', 'image', 'public', '2024-12-19 13:57:40', '2024-12-19 13:57:40'),
(220, 'App\\Models\\Category', '37', 'image', 'public', '2024-12-19 13:58:35', '2024-12-19 13:58:35'),
(221, 'App\\Models\\Category', '38', 'image', 'public', '2024-12-19 13:59:22', '2024-12-19 13:59:22'),
(222, 'App\\Models\\Category', '39', 'image', 'public', '2024-12-19 14:00:14', '2024-12-19 14:00:14'),
(223, 'App\\Models\\Category', '40', 'image', 'public', '2024-12-19 14:01:49', '2024-12-19 14:01:49'),
(224, 'App\\Models\\Category', '41', 'image', 'public', '2024-12-19 14:03:00', '2024-12-19 14:03:00'),
(225, 'App\\Models\\Category', '42', 'image', 'public', '2024-12-19 14:04:06', '2024-12-19 14:04:06'),
(226, 'App\\Models\\Category', '43', 'image', 'public', '2024-12-19 14:05:08', '2024-12-19 14:05:08'),
(227, 'App\\Models\\Category', '44', 'image', 'public', '2024-12-19 14:06:03', '2024-12-19 14:06:03'),
(228, 'App\\Models\\Category', '45', 'image', 'public', '2024-12-19 14:07:29', '2024-12-19 14:07:29'),
(229, 'App\\Models\\Category', '46', 'image', 'public', '2024-12-19 14:08:58', '2024-12-19 14:08:58'),
(230, 'App\\Models\\Category', '47', 'image', 'public', '2024-12-19 14:10:34', '2024-12-19 14:10:34'),
(231, 'App\\Models\\Category', '48', 'image', 'public', '2024-12-19 14:11:59', '2024-12-19 14:11:59'),
(232, 'App\\Models\\Category', '49', 'image', 'public', '2024-12-19 14:18:58', '2024-12-19 14:18:58'),
(233, 'App\\Models\\Category', '50', 'image', 'public', '2024-12-19 14:19:37', '2024-12-19 14:19:37'),
(234, 'App\\Models\\Category', '51', 'image', 'public', '2024-12-19 14:20:56', '2024-12-19 14:20:56'),
(235, 'App\\Models\\Category', '52', 'image', 'public', '2024-12-19 14:22:27', '2024-12-19 14:22:27'),
(236, 'App\\Models\\Category', '53', 'image', 'public', '2024-12-19 14:23:25', '2024-12-19 14:23:25'),
(237, 'App\\Models\\Category', '54', 'image', 'public', '2024-12-19 14:24:25', '2024-12-19 14:24:25'),
(238, 'App\\Models\\Category', '55', 'image', 'public', '2024-12-19 14:25:05', '2024-12-19 14:25:05'),
(239, 'App\\Models\\Category', '56', 'image', 'public', '2024-12-19 14:26:03', '2024-12-19 14:26:03'),
(240, 'App\\Models\\Category', '57', 'image', 'public', '2024-12-19 14:27:11', '2024-12-19 14:27:11'),
(241, 'App\\Models\\Category', '58', 'image', 'public', '2024-12-19 14:28:18', '2024-12-19 14:28:18'),
(242, 'App\\Models\\Category', '59', 'image', 'public', '2024-12-19 14:30:13', '2024-12-19 14:30:13'),
(243, 'App\\Models\\Category', '60', 'image', 'public', '2024-12-19 14:31:08', '2024-12-19 14:31:08'),
(244, 'App\\Models\\Category', '61', 'image', 'public', '2024-12-19 14:32:26', '2024-12-19 14:32:26'),
(245, 'App\\Models\\Category', '62', 'image', 'public', '2024-12-19 14:33:34', '2024-12-19 14:33:34'),
(246, 'App\\Models\\Category', '63', 'image', 'public', '2024-12-19 14:34:23', '2024-12-19 14:34:23'),
(247, 'App\\Models\\Category', '64', 'image', 'public', '2024-12-19 14:38:22', '2024-12-19 14:38:22'),
(248, 'App\\Models\\Category', '65', 'image', 'public', '2024-12-19 14:40:16', '2024-12-19 14:40:16'),
(249, 'App\\Models\\Category', '66', 'image', 'public', '2024-12-19 14:41:23', '2024-12-19 14:41:23'),
(250, 'App\\Models\\Category', '67', 'image', 'public', '2024-12-19 14:42:37', '2024-12-19 14:42:37'),
(251, 'App\\Models\\Category', '68', 'image', 'public', '2024-12-19 14:43:49', '2024-12-19 14:43:49'),
(252, 'App\\Models\\Category', '69', 'image', 'public', '2024-12-19 14:44:35', '2024-12-19 14:44:35'),
(253, 'App\\Models\\Category', '70', 'image', 'public', '2024-12-19 14:45:35', '2024-12-19 14:45:35'),
(254, 'App\\Models\\Category', '71', 'image', 'public', '2024-12-19 14:46:20', '2024-12-19 14:46:20'),
(255, 'App\\Models\\Category', '72', 'image', 'public', '2024-12-19 14:47:29', '2024-12-19 14:47:29'),
(256, 'App\\Models\\Category', '73', 'image', 'public', '2024-12-19 14:48:08', '2024-12-19 14:48:08'),
(257, 'App\\Models\\Category', '74', 'image', 'public', '2024-12-19 14:50:30', '2024-12-19 14:50:30'),
(258, 'App\\Models\\Category', '75', 'image', 'public', '2024-12-19 14:51:16', '2024-12-19 14:51:16'),
(259, 'App\\Models\\Category', '76', 'image', 'public', '2024-12-19 14:53:36', '2024-12-19 14:53:36'),
(260, 'App\\Models\\Category', '77', 'image', 'public', '2024-12-19 14:55:52', '2024-12-19 14:55:52'),
(261, 'App\\Models\\Category', '78', 'image', 'public', '2024-12-19 14:57:29', '2024-12-19 14:57:29'),
(262, 'App\\Models\\Category', '79', 'image', 'public', '2024-12-19 14:59:00', '2024-12-19 14:59:00'),
(263, 'App\\Models\\Category', '80', 'image', 'public', '2024-12-19 15:00:08', '2024-12-19 15:00:08'),
(264, 'App\\Models\\Category', '81', 'image', 'public', '2024-12-19 15:01:04', '2024-12-19 15:01:04'),
(265, 'App\\Models\\Category', '82', 'image', 'public', '2024-12-19 15:02:39', '2024-12-19 15:02:39'),
(266, 'App\\Models\\Category', '83', 'image', 'public', '2024-12-19 15:03:35', '2024-12-19 15:03:35'),
(267, 'App\\Models\\Category', '84', 'image', 'public', '2024-12-19 15:04:40', '2024-12-19 15:04:40'),
(268, 'App\\Models\\Category', '85', 'image', 'public', '2024-12-19 15:05:40', '2024-12-19 15:05:40'),
(269, 'App\\Models\\Category', '86', 'image', 'public', '2024-12-19 15:06:57', '2024-12-19 15:06:57'),
(270, 'App\\Models\\Category', '87', 'image', 'public', '2024-12-19 15:07:39', '2024-12-19 15:07:39'),
(271, 'App\\Models\\Category', '88', 'image', 'public', '2024-12-19 15:08:26', '2024-12-19 15:08:26'),
(272, 'App\\Models\\Category', '89', 'image', 'public', '2024-12-19 15:10:01', '2024-12-19 15:10:01'),
(273, 'App\\Models\\Category', '90', 'image', 'public', '2024-12-19 15:13:25', '2024-12-19 15:13:25'),
(274, 'App\\Models\\Category', '91', 'image', 'public', '2024-12-19 15:14:06', '2024-12-19 15:14:06'),
(275, 'App\\Models\\Category', '92', 'image', 'public', '2024-12-19 15:16:25', '2024-12-19 15:16:25'),
(276, 'App\\Models\\Category', '93', 'image', 'public', '2024-12-19 15:17:47', '2024-12-19 15:17:47'),
(277, 'App\\Models\\Category', '94', 'image', 'public', '2024-12-19 15:18:31', '2024-12-19 15:18:31'),
(278, 'App\\Models\\Category', '95', 'image', 'public', '2024-12-19 15:19:27', '2024-12-19 15:19:27'),
(279, 'App\\Models\\Category', '96', 'image', 'public', '2024-12-19 15:20:35', '2024-12-19 15:20:35'),
(280, 'App\\Models\\Category', '97', 'image', 'public', '2024-12-19 15:21:37', '2024-12-19 15:21:37'),
(281, 'App\\Models\\Category', '98', 'image', 'public', '2024-12-19 15:22:52', '2024-12-19 15:22:52'),
(282, 'App\\Models\\Category', '99', 'image', 'public', '2024-12-19 15:23:32', '2024-12-19 15:23:32'),
(283, 'App\\Models\\Category', '100', 'image', 'public', '2024-12-19 15:25:01', '2024-12-19 15:25:01'),
(284, 'App\\Models\\Category', '101', 'image', 'public', '2024-12-19 15:26:11', '2024-12-19 15:26:11'),
(285, 'App\\Models\\Category', '102', 'image', 'public', '2024-12-19 15:27:30', '2024-12-19 15:27:30'),
(286, 'App\\Models\\Category', '103', 'image', 'public', '2024-12-19 15:28:09', '2024-12-19 15:28:09'),
(287, 'App\\Models\\Category', '104', 'image', 'public', '2024-12-19 15:29:03', '2024-12-19 15:29:03'),
(288, 'App\\Models\\Category', '105', 'image', 'public', '2024-12-19 15:30:00', '2024-12-19 15:30:00'),
(289, 'App\\Models\\Category', '106', 'image', 'public', '2024-12-19 15:30:39', '2024-12-19 15:30:39'),
(290, 'App\\Models\\Category', '107', 'image', 'public', '2024-12-19 15:31:38', '2024-12-19 15:31:38'),
(291, 'App\\Models\\Category', '108', 'image', 'public', '2024-12-19 15:32:23', '2024-12-19 15:32:23'),
(292, 'App\\Models\\Category', '109', 'image', 'public', '2024-12-19 15:33:04', '2024-12-19 15:33:04'),
(293, 'App\\Models\\Category', '110', 'image', 'public', '2024-12-19 15:33:41', '2024-12-19 15:33:41'),
(294, 'App\\Models\\Category', '111', 'image', 'public', '2024-12-19 15:35:23', '2024-12-19 15:35:23'),
(295, 'App\\Models\\Category', '112', 'image', 'public', '2024-12-19 15:36:03', '2024-12-19 15:36:03'),
(296, 'App\\Models\\Category', '113', 'image', 'public', '2024-12-19 15:36:38', '2024-12-19 15:36:38'),
(297, 'App\\Models\\Category', '114', 'image', 'public', '2024-12-19 15:37:28', '2024-12-19 15:37:28'),
(298, 'App\\Models\\Category', '115', 'image', 'public', '2024-12-19 15:38:22', '2024-12-19 15:38:22'),
(299, 'App\\Models\\Category', '116', 'image', 'public', '2024-12-19 15:39:02', '2024-12-19 15:39:02'),
(300, 'App\\Models\\Category', '117', 'image', 'public', '2024-12-19 15:39:51', '2024-12-19 15:39:51'),
(301, 'App\\Models\\Category', '118', 'image', 'public', '2024-12-19 15:40:57', '2024-12-19 15:40:57'),
(302, 'App\\Models\\Category', '119', 'image', 'public', '2024-12-19 15:41:51', '2024-12-19 15:41:51'),
(303, 'App\\Models\\Category', '120', 'image', 'public', '2024-12-19 15:42:55', '2024-12-19 15:42:55'),
(304, 'App\\Models\\Category', '121', 'image', 'public', '2024-12-19 15:43:41', '2024-12-19 15:43:41'),
(305, 'App\\Models\\Category', '122', 'image', 'public', '2024-12-19 15:44:41', '2024-12-19 15:44:41'),
(306, 'App\\Models\\Category', '123', 'image', 'public', '2024-12-19 15:45:18', '2024-12-19 15:45:18'),
(307, 'App\\Models\\Category', '124', 'image', 'public', '2024-12-19 15:46:04', '2024-12-19 15:46:04'),
(308, 'App\\Models\\Category', '125', 'image', 'public', '2024-12-19 15:46:49', '2024-12-19 15:46:49'),
(309, 'App\\Models\\Category', '126', 'image', 'public', '2024-12-19 15:49:55', '2024-12-19 15:49:55'),
(310, 'App\\Models\\Category', '127', 'image', 'public', '2024-12-19 15:50:32', '2024-12-19 15:50:32'),
(311, 'App\\Models\\Category', '128', 'image', 'public', '2024-12-19 15:52:19', '2024-12-19 15:52:19'),
(312, 'App\\Models\\Category', '129', 'image', 'public', '2024-12-19 15:53:10', '2024-12-19 15:53:10'),
(313, 'App\\Models\\Category', '130', 'image', 'public', '2024-12-19 15:54:29', '2024-12-19 15:54:29'),
(314, 'App\\Models\\Category', '131', 'image', 'public', '2024-12-19 15:55:24', '2024-12-19 15:55:24'),
(315, 'App\\Models\\Category', '132', 'image', 'public', '2024-12-19 15:57:48', '2024-12-19 15:57:48'),
(316, 'App\\Models\\Category', '133', 'image', 'public', '2024-12-19 15:58:35', '2024-12-19 15:58:35'),
(317, 'App\\Models\\Category', '134', 'image', 'public', '2024-12-19 15:59:19', '2024-12-19 15:59:19'),
(318, 'App\\Models\\Category', '135', 'image', 'public', '2024-12-19 16:00:19', '2024-12-19 16:00:19'),
(319, 'App\\Models\\Category', '136', 'image', 'public', '2024-12-19 16:01:12', '2024-12-19 16:01:12'),
(320, 'App\\Models\\Category', '137', 'image', 'public', '2024-12-19 16:01:59', '2024-12-19 16:01:59'),
(321, 'App\\Models\\Category', '138', 'image', 'public', '2024-12-19 16:02:37', '2024-12-19 16:02:37'),
(322, 'App\\Models\\Category', '139', 'image', 'public', '2024-12-19 16:03:21', '2024-12-19 16:03:21'),
(323, 'App\\Models\\Store', '9', 'logo', 'public', '2024-12-21 16:28:14', '2024-12-21 16:28:14'),
(324, 'App\\Models\\Store', '9', 'cover_photo', 'public', '2024-12-21 16:28:14', '2024-12-21 16:28:14'),
(325, 'App\\Models\\Store', '10', 'logo', 'public', '2024-12-21 16:34:19', '2024-12-21 16:34:19'),
(326, 'App\\Models\\Store', '10', 'cover_photo', 'public', '2024-12-21 16:34:19', '2024-12-21 16:34:19'),
(327, 'App\\Models\\Store', '11', 'logo', 'public', '2024-12-21 16:45:09', '2024-12-21 16:45:09'),
(328, 'App\\Models\\Store', '11', 'cover_photo', 'public', '2024-12-21 16:45:09', '2024-12-21 16:45:09'),
(329, 'App\\Models\\Category', '140', 'image', 'public', '2024-12-21 16:48:56', '2024-12-21 16:48:56'),
(330, 'App\\Models\\Category', '141', 'image', 'public', '2024-12-21 16:50:03', '2024-12-21 16:50:03'),
(331, 'App\\Models\\Category', '142', 'image', 'public', '2024-12-21 16:54:36', '2024-12-21 16:54:36'),
(332, 'App\\Models\\Category', '143', 'image', 'public', '2024-12-21 16:54:55', '2024-12-21 16:54:55'),
(333, 'App\\Models\\Category', '144', 'image', 'public', '2024-12-21 16:55:25', '2024-12-21 16:55:25'),
(334, 'App\\Models\\Category', '145', 'image', 'public', '2024-12-21 16:56:10', '2024-12-21 16:56:10'),
(335, 'App\\Models\\Category', '146', 'image', 'public', '2024-12-21 16:56:48', '2024-12-21 16:56:48'),
(336, 'App\\Models\\Category', '147', 'image', 'public', '2024-12-21 16:57:04', '2024-12-21 16:57:04'),
(337, 'App\\Models\\Category', '148', 'image', 'public', '2024-12-21 16:57:19', '2024-12-21 16:57:19'),
(338, 'App\\Models\\Category', '149', 'image', 'public', '2024-12-21 16:57:51', '2024-12-21 16:57:51'),
(339, 'App\\Models\\Category', '150', 'image', 'public', '2024-12-21 16:58:07', '2024-12-21 16:58:07'),
(340, 'App\\Models\\Category', '151', 'image', 'public', '2024-12-21 16:58:22', '2024-12-21 16:58:22'),
(341, 'App\\Models\\Category', '152', 'image', 'public', '2024-12-21 16:58:36', '2024-12-21 16:58:36'),
(342, 'App\\Models\\Category', '153', 'image', 'public', '2024-12-21 16:58:54', '2024-12-21 16:58:54'),
(343, 'App\\Models\\Category', '154', 'image', 'public', '2024-12-21 16:59:16', '2024-12-21 16:59:16'),
(344, 'App\\Models\\Category', '155', 'image', 'public', '2024-12-21 16:59:51', '2024-12-21 16:59:51'),
(345, 'App\\Models\\Category', '156', 'image', 'public', '2024-12-21 17:00:06', '2024-12-21 17:00:06'),
(346, 'App\\Models\\Category', '157', 'image', 'public', '2024-12-21 17:01:03', '2024-12-21 17:01:03'),
(347, 'App\\Models\\Category', '158', 'image', 'public', '2024-12-21 17:01:17', '2024-12-21 17:01:17'),
(348, 'App\\Models\\Category', '159', 'image', 'public', '2024-12-21 17:01:32', '2024-12-21 17:01:32'),
(349, 'App\\Models\\Category', '160', 'image', 'public', '2024-12-21 17:01:52', '2024-12-21 17:01:52'),
(350, 'App\\Models\\Category', '161', 'image', 'public', '2024-12-21 17:02:08', '2024-12-21 17:02:08'),
(351, 'App\\Models\\Category', '162', 'image', 'public', '2024-12-21 17:02:20', '2024-12-21 17:02:20'),
(352, 'App\\Models\\Category', '163', 'image', 'public', '2024-12-21 17:02:32', '2024-12-21 17:02:32'),
(353, 'App\\Models\\Category', '164', 'image', 'public', '2024-12-21 17:02:45', '2024-12-21 17:02:45'),
(354, 'App\\Models\\Category', '165', 'image', 'public', '2024-12-21 17:02:59', '2024-12-21 17:02:59'),
(355, 'App\\Models\\Item', '38', 'image', 'public', '2024-12-21 17:06:22', '2024-12-21 17:06:22'),
(356, 'App\\Models\\Item', '38', 'images', 'public', '2024-12-21 17:06:22', '2024-12-21 17:06:22'),
(357, 'App\\Models\\Item', '39', 'image', 'public', '2024-12-21 17:08:27', '2024-12-21 17:08:27'),
(358, 'App\\Models\\Item', '39', 'images', 'public', '2024-12-21 17:08:27', '2024-12-21 17:08:27'),
(359, 'App\\Models\\Item', '40', 'image', 'public', '2024-12-21 17:09:49', '2024-12-21 17:09:49'),
(360, 'App\\Models\\Item', '40', 'images', 'public', '2024-12-21 17:09:49', '2024-12-21 17:09:49'),
(361, 'App\\Models\\Item', '41', 'image', 'public', '2024-12-21 17:10:53', '2024-12-21 17:10:53'),
(362, 'App\\Models\\Item', '41', 'images', 'public', '2024-12-21 17:10:53', '2024-12-21 17:10:53'),
(363, 'App\\Models\\Item', '42', 'image', 'public', '2024-12-21 17:11:57', '2024-12-21 17:11:57'),
(364, 'App\\Models\\Item', '42', 'images', 'public', '2024-12-21 17:11:57', '2024-12-21 17:11:57'),
(365, 'App\\Models\\Item', '43', 'image', 'public', '2024-12-21 17:13:05', '2024-12-21 17:13:05'),
(366, 'App\\Models\\Item', '43', 'images', 'public', '2024-12-21 17:13:05', '2024-12-21 17:13:05'),
(367, 'App\\Models\\Item', '44', 'image', 'public', '2024-12-21 17:13:59', '2024-12-21 17:13:59'),
(368, 'App\\Models\\Item', '44', 'images', 'public', '2024-12-21 17:13:59', '2024-12-21 17:13:59'),
(369, 'App\\Models\\Item', '45', 'image', 'public', '2024-12-21 17:14:52', '2024-12-21 17:14:52'),
(370, 'App\\Models\\Item', '45', 'images', 'public', '2024-12-21 17:14:52', '2024-12-21 17:14:52'),
(371, 'App\\Models\\Item', '46', 'image', 'public', '2024-12-21 17:15:45', '2024-12-21 17:15:45'),
(372, 'App\\Models\\Item', '46', 'images', 'public', '2024-12-21 17:15:45', '2024-12-21 17:15:45'),
(373, 'App\\Models\\Item', '47', 'image', 'public', '2024-12-21 17:16:37', '2024-12-21 17:16:37'),
(374, 'App\\Models\\Item', '47', 'images', 'public', '2024-12-21 17:16:37', '2024-12-21 17:16:37'),
(375, 'App\\Models\\Item', '48', 'image', 'public', '2024-12-21 17:17:15', '2024-12-21 17:17:15'),
(376, 'App\\Models\\Item', '48', 'images', 'public', '2024-12-21 17:17:15', '2024-12-21 17:17:15'),
(377, 'App\\Models\\Item', '49', 'image', 'public', '2024-12-21 17:18:23', '2024-12-21 17:18:23'),
(378, 'App\\Models\\Item', '49', 'images', 'public', '2024-12-21 17:18:23', '2024-12-21 17:18:23'),
(379, 'App\\Models\\Item', '50', 'image', 'public', '2024-12-21 17:19:25', '2024-12-21 17:19:25'),
(380, 'App\\Models\\Item', '50', 'images', 'public', '2024-12-21 17:19:25', '2024-12-21 17:19:25'),
(381, 'App\\Models\\Item', '51', 'image', 'public', '2024-12-21 17:19:57', '2024-12-21 17:19:57'),
(382, 'App\\Models\\Item', '51', 'images', 'public', '2024-12-21 17:19:57', '2024-12-21 17:19:57'),
(383, 'App\\Models\\Item', '52', 'image', 'public', '2024-12-21 17:20:52', '2024-12-21 17:20:52'),
(384, 'App\\Models\\Item', '52', 'images', 'public', '2024-12-21 17:20:52', '2024-12-21 17:20:52'),
(385, 'App\\Models\\Item', '53', 'image', 'public', '2024-12-21 17:21:34', '2024-12-21 17:21:34'),
(386, 'App\\Models\\Item', '53', 'images', 'public', '2024-12-21 17:21:34', '2024-12-21 17:21:34'),
(387, 'App\\Models\\Item', '54', 'image', 'public', '2024-12-21 17:22:27', '2024-12-21 17:22:27'),
(388, 'App\\Models\\Item', '54', 'images', 'public', '2024-12-21 17:22:27', '2024-12-21 17:22:27'),
(389, 'App\\Models\\Item', '55', 'image', 'public', '2024-12-21 17:23:00', '2024-12-21 17:23:00'),
(390, 'App\\Models\\Item', '55', 'images', 'public', '2024-12-21 17:23:00', '2024-12-21 17:23:00'),
(391, 'App\\Models\\Item', '56', 'image', 'public', '2024-12-21 17:23:58', '2024-12-21 17:23:58'),
(392, 'App\\Models\\Item', '56', 'images', 'public', '2024-12-21 17:23:58', '2024-12-21 17:23:58'),
(393, 'App\\Models\\Item', '57', 'image', 'public', '2024-12-21 17:24:31', '2024-12-21 17:24:31'),
(394, 'App\\Models\\Item', '57', 'images', 'public', '2024-12-21 17:24:31', '2024-12-21 17:24:31'),
(395, 'App\\Models\\Item', '58', 'image', 'public', '2024-12-21 17:26:12', '2024-12-21 17:26:12'),
(396, 'App\\Models\\Item', '58', 'images', 'public', '2024-12-21 17:26:12', '2024-12-21 17:26:12'),
(397, 'App\\Models\\Item', '59', 'image', 'public', '2024-12-21 17:26:44', '2024-12-21 17:26:44'),
(398, 'App\\Models\\Item', '59', 'images', 'public', '2024-12-21 17:26:44', '2024-12-21 17:26:44'),
(399, 'App\\Models\\Item', '60', 'image', 'public', '2024-12-21 17:27:16', '2024-12-21 17:27:16'),
(400, 'App\\Models\\Item', '60', 'images', 'public', '2024-12-21 17:27:16', '2024-12-21 17:27:16'),
(401, 'App\\Models\\Item', '61', 'image', 'public', '2024-12-21 17:27:44', '2024-12-21 17:27:44'),
(402, 'App\\Models\\Item', '61', 'images', 'public', '2024-12-21 17:27:44', '2024-12-21 17:27:44'),
(403, 'App\\Models\\Item', '62', 'image', 'public', '2024-12-21 17:28:25', '2024-12-21 17:28:25'),
(404, 'App\\Models\\Item', '62', 'images', 'public', '2024-12-21 17:28:25', '2024-12-21 17:28:25'),
(405, 'App\\Models\\Item', '63', 'image', 'public', '2024-12-21 17:28:54', '2024-12-21 17:28:54'),
(406, 'App\\Models\\Item', '63', 'images', 'public', '2024-12-21 17:28:54', '2024-12-21 17:28:54'),
(407, 'App\\Models\\Item', '64', 'image', 'public', '2024-12-21 17:29:47', '2024-12-21 17:29:47'),
(408, 'App\\Models\\Item', '64', 'images', 'public', '2024-12-21 17:29:47', '2024-12-21 17:29:47'),
(409, 'App\\Models\\Item', '65', 'image', 'public', '2024-12-21 17:30:22', '2024-12-21 17:30:22'),
(410, 'App\\Models\\Item', '65', 'images', 'public', '2024-12-21 17:30:22', '2024-12-21 17:30:22'),
(411, 'App\\Models\\Item', '66', 'image', 'public', '2024-12-21 17:31:07', '2024-12-21 17:31:07'),
(412, 'App\\Models\\Item', '66', 'images', 'public', '2024-12-21 17:31:07', '2024-12-21 17:31:07'),
(413, 'App\\Models\\Item', '67', 'image', 'public', '2024-12-21 17:31:41', '2024-12-21 17:31:41'),
(414, 'App\\Models\\Item', '67', 'images', 'public', '2024-12-21 17:31:41', '2024-12-21 17:31:41'),
(415, 'App\\Models\\Item', '68', 'image', 'public', '2024-12-21 17:33:45', '2024-12-21 17:33:45'),
(416, 'App\\Models\\Item', '68', 'images', 'public', '2024-12-21 17:33:45', '2024-12-21 17:33:45'),
(417, 'App\\Models\\Item', '69', 'image', 'public', '2024-12-21 17:34:42', '2024-12-21 17:34:42'),
(418, 'App\\Models\\Item', '69', 'images', 'public', '2024-12-21 17:34:42', '2024-12-21 17:34:42'),
(419, 'App\\Models\\Item', '70', 'image', 'public', '2024-12-21 17:35:14', '2024-12-21 17:35:14'),
(420, 'App\\Models\\Item', '70', 'images', 'public', '2024-12-21 17:35:14', '2024-12-21 17:35:14'),
(421, 'App\\Models\\Item', '71', 'image', 'public', '2024-12-21 17:35:51', '2024-12-21 17:35:51'),
(422, 'App\\Models\\Item', '71', 'images', 'public', '2024-12-21 17:35:51', '2024-12-21 17:35:51'),
(423, 'App\\Models\\Item', '72', 'image', 'public', '2024-12-21 17:36:20', '2024-12-21 17:36:20'),
(424, 'App\\Models\\Item', '72', 'images', 'public', '2024-12-21 17:36:20', '2024-12-21 17:36:20'),
(425, 'App\\Models\\Item', '73', 'image', 'public', '2024-12-21 17:36:51', '2024-12-21 17:36:51'),
(426, 'App\\Models\\Item', '73', 'images', 'public', '2024-12-21 17:36:51', '2024-12-21 17:36:51'),
(427, 'App\\Models\\Item', '74', 'image', 'public', '2024-12-21 17:38:09', '2024-12-21 17:38:09'),
(428, 'App\\Models\\Item', '74', 'images', 'public', '2024-12-21 17:38:09', '2024-12-21 17:38:09'),
(429, 'App\\Models\\Item', '75', 'image', 'public', '2024-12-21 17:38:37', '2024-12-21 17:38:37'),
(430, 'App\\Models\\Item', '75', 'images', 'public', '2024-12-21 17:38:37', '2024-12-21 17:38:37'),
(431, 'App\\Models\\Item', '76', 'image', 'public', '2024-12-21 17:39:10', '2024-12-21 17:39:10'),
(432, 'App\\Models\\Item', '76', 'images', 'public', '2024-12-21 17:39:10', '2024-12-21 17:39:10'),
(433, 'App\\Models\\Item', '77', 'image', 'public', '2024-12-21 17:39:52', '2024-12-21 17:39:52'),
(434, 'App\\Models\\Item', '77', 'images', 'public', '2024-12-21 17:39:52', '2024-12-21 17:39:52'),
(435, 'App\\Models\\Item', '78', 'image', 'public', '2024-12-21 17:40:25', '2024-12-21 17:40:25'),
(436, 'App\\Models\\Item', '78', 'images', 'public', '2024-12-21 17:40:25', '2024-12-21 17:40:25'),
(437, 'App\\Models\\Item', '79', 'image', 'public', '2024-12-21 17:41:01', '2024-12-21 17:41:01'),
(438, 'App\\Models\\Item', '79', 'images', 'public', '2024-12-21 17:41:01', '2024-12-21 17:41:01'),
(439, 'App\\Models\\Item', '80', 'image', 'public', '2024-12-21 17:41:53', '2024-12-21 17:41:53'),
(440, 'App\\Models\\Item', '80', 'images', 'public', '2024-12-21 17:41:53', '2024-12-21 17:41:53'),
(441, 'App\\Models\\Item', '81', 'image', 'public', '2024-12-21 17:42:22', '2024-12-21 17:42:22'),
(442, 'App\\Models\\Item', '81', 'images', 'public', '2024-12-21 17:42:22', '2024-12-21 17:42:22'),
(443, 'App\\Models\\Item', '82', 'image', 'public', '2024-12-21 17:42:49', '2024-12-21 17:42:49'),
(444, 'App\\Models\\Item', '82', 'images', 'public', '2024-12-21 17:42:49', '2024-12-21 17:42:49'),
(445, 'App\\Models\\Item', '83', 'image', 'public', '2024-12-21 17:45:55', '2024-12-21 17:45:55'),
(446, 'App\\Models\\Item', '83', 'images', 'public', '2024-12-21 17:45:55', '2024-12-21 17:45:55'),
(447, 'App\\Models\\Item', '84', 'image', 'public', '2024-12-21 17:46:24', '2024-12-21 17:46:24'),
(448, 'App\\Models\\Item', '84', 'images', 'public', '2024-12-21 17:46:24', '2024-12-21 17:46:24'),
(449, 'App\\Models\\Item', '85', 'image', 'public', '2024-12-21 17:46:55', '2024-12-21 17:46:55'),
(450, 'App\\Models\\Item', '85', 'images', 'public', '2024-12-21 17:46:55', '2024-12-21 17:46:55'),
(451, 'App\\Models\\Item', '86', 'image', 'public', '2024-12-21 17:47:32', '2024-12-21 17:47:32'),
(452, 'App\\Models\\Item', '86', 'images', 'public', '2024-12-21 17:47:32', '2024-12-21 17:47:32'),
(453, 'App\\Models\\Item', '87', 'image', 'public', '2024-12-21 17:48:02', '2024-12-21 17:48:02'),
(454, 'App\\Models\\Item', '87', 'images', 'public', '2024-12-21 17:48:02', '2024-12-21 17:48:02'),
(455, 'App\\Models\\Item', '88', 'image', 'public', '2024-12-21 17:48:42', '2024-12-21 17:48:42'),
(456, 'App\\Models\\Item', '88', 'images', 'public', '2024-12-21 17:48:42', '2024-12-21 17:48:42'),
(457, 'App\\Models\\Item', '89', 'image', 'public', '2024-12-21 17:49:17', '2024-12-21 17:49:17'),
(458, 'App\\Models\\Item', '89', 'images', 'public', '2024-12-21 17:49:17', '2024-12-21 17:49:17'),
(459, 'App\\Models\\Item', '90', 'image', 'public', '2024-12-21 17:49:48', '2024-12-21 17:49:48'),
(460, 'App\\Models\\Item', '90', 'images', 'public', '2024-12-21 17:49:48', '2024-12-21 17:49:48'),
(461, 'App\\Models\\Item', '91', 'image', 'public', '2024-12-21 17:50:16', '2024-12-21 17:50:16'),
(462, 'App\\Models\\Item', '91', 'images', 'public', '2024-12-21 17:50:16', '2024-12-21 17:50:16'),
(463, 'App\\Models\\Item', '92', 'image', 'public', '2024-12-21 17:51:03', '2024-12-21 17:51:03'),
(464, 'App\\Models\\Item', '92', 'images', 'public', '2024-12-21 17:51:03', '2024-12-21 17:51:03'),
(465, 'App\\Models\\Item', '93', 'image', 'public', '2024-12-21 17:51:31', '2024-12-21 17:51:31'),
(466, 'App\\Models\\Item', '93', 'images', 'public', '2024-12-21 17:51:31', '2024-12-21 17:51:31'),
(467, 'App\\Models\\Item', '94', 'image', 'public', '2024-12-21 17:52:03', '2024-12-21 17:52:03'),
(468, 'App\\Models\\Item', '94', 'images', 'public', '2024-12-21 17:52:03', '2024-12-21 17:52:03'),
(469, 'App\\Models\\Item', '95', 'image', 'public', '2024-12-21 17:52:46', '2024-12-21 17:52:46'),
(470, 'App\\Models\\Item', '95', 'images', 'public', '2024-12-21 17:52:46', '2024-12-21 17:52:46'),
(471, 'App\\Models\\Item', '96', 'image', 'public', '2024-12-21 17:53:15', '2024-12-21 17:53:15'),
(472, 'App\\Models\\Item', '96', 'images', 'public', '2024-12-21 17:53:15', '2024-12-21 17:53:15'),
(473, 'App\\Models\\Item', '97', 'image', 'public', '2024-12-21 17:53:44', '2024-12-21 17:53:44'),
(474, 'App\\Models\\Item', '97', 'images', 'public', '2024-12-21 17:53:44', '2024-12-21 17:53:44'),
(475, 'App\\Models\\Item', '98', 'image', 'public', '2024-12-21 17:55:29', '2024-12-21 17:55:29'),
(476, 'App\\Models\\Item', '98', 'images', 'public', '2024-12-21 17:55:29', '2024-12-21 17:55:29'),
(477, 'App\\Models\\Item', '99', 'image', 'public', '2024-12-21 17:56:02', '2024-12-21 17:56:02'),
(478, 'App\\Models\\Item', '99', 'images', 'public', '2024-12-21 17:56:02', '2024-12-21 17:56:02'),
(479, 'App\\Models\\Item', '100', 'image', 'public', '2024-12-21 17:56:31', '2024-12-21 17:56:31'),
(480, 'App\\Models\\Item', '100', 'images', 'public', '2024-12-21 17:56:31', '2024-12-21 17:56:31'),
(481, 'App\\Models\\Item', '101', 'image', 'public', '2024-12-21 17:57:21', '2024-12-21 17:57:21'),
(482, 'App\\Models\\Item', '101', 'images', 'public', '2024-12-21 17:57:21', '2024-12-21 17:57:21'),
(483, 'App\\Models\\Item', '102', 'image', 'public', '2024-12-21 17:57:50', '2024-12-21 17:57:50'),
(484, 'App\\Models\\Item', '102', 'images', 'public', '2024-12-21 17:57:50', '2024-12-21 17:57:50'),
(485, 'App\\Models\\Item', '103', 'image', 'public', '2024-12-21 17:58:22', '2024-12-21 17:58:22'),
(486, 'App\\Models\\Item', '103', 'images', 'public', '2024-12-21 17:58:22', '2024-12-21 17:58:22'),
(487, 'App\\Models\\Item', '104', 'image', 'public', '2024-12-21 17:59:17', '2024-12-21 17:59:17'),
(488, 'App\\Models\\Item', '104', 'images', 'public', '2024-12-21 17:59:17', '2024-12-21 17:59:17'),
(489, 'App\\Models\\Item', '105', 'image', 'public', '2024-12-21 17:59:51', '2024-12-21 17:59:51'),
(490, 'App\\Models\\Item', '105', 'images', 'public', '2024-12-21 17:59:51', '2024-12-21 17:59:51'),
(491, 'App\\Models\\Item', '106', 'image', 'public', '2024-12-21 18:00:22', '2024-12-21 18:00:22'),
(492, 'App\\Models\\Item', '106', 'images', 'public', '2024-12-21 18:00:22', '2024-12-21 18:00:22'),
(493, 'App\\Models\\Item', '107', 'image', 'public', '2024-12-21 18:01:07', '2024-12-21 18:01:07'),
(494, 'App\\Models\\Item', '107', 'images', 'public', '2024-12-21 18:01:07', '2024-12-21 18:01:07'),
(495, 'App\\Models\\Item', '108', 'image', 'public', '2024-12-21 18:01:36', '2024-12-21 18:01:36'),
(496, 'App\\Models\\Item', '108', 'images', 'public', '2024-12-21 18:01:36', '2024-12-21 18:01:36'),
(497, 'App\\Models\\Item', '109', 'image', 'public', '2024-12-21 18:02:06', '2024-12-21 18:02:06'),
(498, 'App\\Models\\Item', '109', 'images', 'public', '2024-12-21 18:02:06', '2024-12-21 18:02:06');
INSERT INTO `storages` (`id`, `data_type`, `data_id`, `key`, `value`, `created_at`, `updated_at`) VALUES
(499, 'App\\Models\\Advertisement', '1000001', 'video_attachment', 'public', '2024-12-22 09:28:07', '2024-12-22 09:28:07'),
(500, 'App\\Models\\Advertisement', '1000001', 'cover_image', 'public', '2024-12-22 09:28:07', '2024-12-22 09:28:07'),
(501, 'App\\Models\\Advertisement', '1000001', 'profile_image', 'public', '2024-12-22 09:28:07', '2024-12-22 09:28:07'),
(502, 'App\\Models\\Advertisement', '1000002', 'video_attachment', 'public', '2024-12-22 09:29:16', '2024-12-22 09:29:16'),
(503, 'App\\Models\\Advertisement', '1000002', 'cover_image', 'public', '2024-12-22 09:29:16', '2024-12-22 09:29:16'),
(504, 'App\\Models\\Advertisement', '1000002', 'profile_image', 'public', '2024-12-22 09:29:16', '2024-12-22 09:29:16'),
(505, 'App\\Models\\ItemCampaign', '2', 'image', 'public', '2024-12-22 09:30:38', '2024-12-22 09:30:38'),
(506, 'App\\Models\\Campaign', '2', 'image', 'public', '2024-12-22 09:31:49', '2024-12-22 09:31:49'),
(507, 'App\\Models\\ModuleWiseBanner', '17', 'value', 'public', '2024-12-22 09:35:23', '2024-12-22 09:35:23'),
(508, 'App\\Models\\ModuleWiseBanner', '18', 'value', 'public', '2024-12-22 09:35:58', '2024-12-22 09:35:58'),
(509, 'App\\Models\\UserInfo', '5', 'image', 'public', '2024-12-22 15:59:43', '2024-12-22 15:59:43'),
(510, 'App\\Models\\BusinessSetting', '152', NULL, 'public', '2025-02-07 17:31:36', '2025-02-07 17:31:36'),
(511, 'App\\Models\\BusinessSetting', '153', NULL, 'public', '2025-02-07 17:31:36', '2025-02-07 17:31:36'),
(512, 'App\\Models\\BusinessSetting', '112', NULL, 'public', '2025-02-07 17:31:36', '2025-02-07 17:31:36'),
(513, 'App\\Models\\BusinessSetting', '58', NULL, 'public', '2025-02-07 17:31:36', '2025-02-07 17:31:36'),
(514, 'App\\Models\\BusinessSetting', '81', NULL, 'public', '2025-02-07 17:31:36', '2025-02-07 17:31:36'),
(515, 'App\\Models\\BusinessSetting', '82', NULL, 'public', '2025-02-07 17:31:36', '2025-02-07 17:31:36'),
(516, 'App\\Models\\BusinessSetting', '85', NULL, 'public', '2025-02-07 17:31:36', '2025-02-07 17:31:36'),
(517, 'App\\Models\\BusinessSetting', '136', NULL, 'public', '2025-02-07 17:31:36', '2025-02-07 17:31:36'),
(518, 'App\\Models\\Notification', '1', 'image', 'public', '2024-12-22 16:28:38', '2024-12-22 16:28:38'),
(519, 'App\\Models\\Notification', '2', 'image', 'public', '2024-12-22 16:29:18', '2024-12-22 16:29:18'),
(520, 'App\\Models\\Store', '12', 'logo', 'public', '2024-12-22 17:10:12', '2024-12-22 17:10:12'),
(521, 'App\\Models\\Store', '12', 'cover_photo', 'public', '2024-12-22 17:10:12', '2024-12-22 17:10:12'),
(522, 'App\\Models\\Category', '166', 'image', 'public', '2024-12-22 17:15:57', '2024-12-22 17:15:57'),
(523, 'App\\Models\\Category', '167', 'image', 'public', '2024-12-22 17:16:34', '2024-12-22 17:16:34'),
(524, 'App\\Models\\Category', '168', 'image', 'public', '2024-12-22 17:17:03', '2024-12-22 17:17:03'),
(525, 'App\\Models\\Category', '169', 'image', 'public', '2024-12-22 17:17:43', '2024-12-22 17:17:43'),
(526, 'App\\Models\\Item', '110', 'image', 'public', '2024-12-22 17:21:27', '2024-12-22 17:21:27'),
(527, 'App\\Models\\Item', '110', 'images', 'public', '2024-12-22 17:21:27', '2024-12-22 17:21:27'),
(528, 'App\\Models\\Item', '111', 'image', 'public', '2024-12-22 17:23:01', '2024-12-22 17:23:01'),
(529, 'App\\Models\\Item', '111', 'images', 'public', '2024-12-22 17:23:01', '2024-12-22 17:23:01'),
(530, 'App\\Models\\Item', '112', 'image', 'public', '2024-12-22 17:24:34', '2024-12-22 17:24:34'),
(531, 'App\\Models\\Item', '112', 'images', 'public', '2024-12-22 17:24:34', '2024-12-22 17:24:34'),
(532, 'App\\Models\\Item', '113', 'image', 'public', '2024-12-22 17:25:53', '2024-12-22 17:25:53'),
(533, 'App\\Models\\Item', '113', 'images', 'public', '2024-12-22 17:25:54', '2024-12-22 17:25:54'),
(534, 'App\\Models\\Item', '114', 'image', 'public', '2024-12-22 17:28:06', '2024-12-22 17:28:06'),
(535, 'App\\Models\\Item', '114', 'images', 'public', '2024-12-22 17:28:06', '2024-12-22 17:28:06'),
(536, 'App\\Models\\Item', '115', 'image', 'public', '2024-12-22 17:28:55', '2024-12-22 17:28:55'),
(537, 'App\\Models\\Item', '115', 'images', 'public', '2024-12-22 17:28:55', '2024-12-22 17:28:55'),
(538, 'App\\Models\\Item', '116', 'image', 'public', '2024-12-22 17:30:17', '2024-12-22 17:30:17'),
(539, 'App\\Models\\Item', '116', 'images', 'public', '2024-12-22 17:30:17', '2024-12-22 17:30:17'),
(540, 'App\\Models\\Item', '117', 'image', 'public', '2024-12-22 17:31:07', '2024-12-22 17:31:07'),
(541, 'App\\Models\\Item', '117', 'images', 'public', '2024-12-22 17:31:07', '2024-12-22 17:31:07'),
(542, 'App\\Models\\Store', '13', 'logo', 'public', '2024-12-22 17:35:02', '2024-12-22 17:35:02'),
(543, 'App\\Models\\Store', '13', 'cover_photo', 'public', '2024-12-22 17:35:02', '2024-12-22 17:35:02'),
(544, 'App\\Models\\Item', '118', 'image', 'public', '2024-12-22 17:37:08', '2024-12-22 17:37:08'),
(545, 'App\\Models\\Item', '118', 'images', 'public', '2024-12-22 17:37:08', '2024-12-22 17:37:08'),
(546, 'App\\Models\\Item', '119', 'image', 'public', '2024-12-22 17:38:10', '2024-12-22 17:38:10'),
(547, 'App\\Models\\Item', '119', 'images', 'public', '2024-12-22 17:38:10', '2024-12-22 17:38:10'),
(548, 'App\\Models\\Item', '120', 'image', 'public', '2024-12-22 17:39:04', '2024-12-22 17:39:04'),
(549, 'App\\Models\\Item', '120', 'images', 'public', '2024-12-22 17:39:04', '2024-12-22 17:39:04'),
(550, 'App\\Models\\Item', '121', 'image', 'public', '2024-12-22 17:40:00', '2024-12-22 17:40:00'),
(551, 'App\\Models\\Item', '121', 'images', 'public', '2024-12-22 17:40:00', '2024-12-22 17:40:00'),
(552, 'App\\Models\\Item', '122', 'image', 'public', '2024-12-22 17:40:58', '2024-12-22 17:40:58'),
(553, 'App\\Models\\Item', '122', 'images', 'public', '2024-12-22 17:40:58', '2024-12-22 17:40:58'),
(554, 'App\\Models\\Item', '123', 'image', 'public', '2024-12-22 17:41:46', '2024-12-22 17:41:46'),
(555, 'App\\Models\\Item', '123', 'images', 'public', '2024-12-22 17:41:46', '2024-12-22 17:41:46'),
(556, 'App\\Models\\Item', '124', 'image', 'public', '2024-12-22 17:42:32', '2024-12-22 17:42:32'),
(557, 'App\\Models\\Item', '124', 'images', 'public', '2024-12-22 17:42:32', '2024-12-22 17:42:32'),
(558, 'App\\Models\\Item', '125', 'image', 'public', '2024-12-22 17:43:20', '2024-12-22 17:43:20'),
(559, 'App\\Models\\Item', '125', 'images', 'public', '2024-12-22 17:43:20', '2024-12-22 17:43:20'),
(560, 'App\\Models\\Item', '126', 'image', 'public', '2024-12-22 17:46:05', '2024-12-22 17:46:05'),
(561, 'App\\Models\\Item', '126', 'images', 'public', '2024-12-22 17:46:05', '2024-12-22 17:46:05'),
(562, 'App\\Models\\Item', '127', 'image', 'public', '2024-12-22 17:46:48', '2024-12-22 17:46:48'),
(563, 'App\\Models\\Item', '127', 'images', 'public', '2024-12-22 17:46:48', '2024-12-22 17:46:48'),
(564, 'App\\Models\\Item', '128', 'image', 'public', '2024-12-22 17:48:06', '2024-12-22 17:48:06'),
(565, 'App\\Models\\Item', '128', 'images', 'public', '2024-12-22 17:48:06', '2024-12-22 17:48:06'),
(566, 'App\\Models\\Item', '129', 'image', 'public', '2024-12-22 17:48:49', '2024-12-22 17:48:49'),
(567, 'App\\Models\\Item', '129', 'images', 'public', '2024-12-22 17:48:49', '2024-12-22 17:48:49'),
(568, 'App\\Models\\Item', '130', 'image', 'public', '2024-12-22 17:49:47', '2024-12-22 17:49:47'),
(569, 'App\\Models\\Item', '130', 'images', 'public', '2024-12-22 17:49:47', '2024-12-22 17:49:47'),
(570, 'App\\Models\\Item', '131', 'image', 'public', '2024-12-22 17:50:44', '2024-12-22 17:50:44'),
(571, 'App\\Models\\Item', '131', 'images', 'public', '2024-12-22 17:50:44', '2024-12-22 17:50:44'),
(572, 'App\\Models\\Item', '132', 'image', 'public', '2024-12-22 17:53:02', '2024-12-22 17:53:02'),
(573, 'App\\Models\\Item', '132', 'images', 'public', '2024-12-22 17:53:02', '2024-12-22 17:53:02'),
(574, 'App\\Models\\Item', '133', 'image', 'public', '2024-12-22 17:53:52', '2024-12-22 17:53:52'),
(575, 'App\\Models\\Item', '133', 'images', 'public', '2024-12-22 17:53:52', '2024-12-22 17:53:52'),
(576, 'App\\Models\\Category', '170', 'image', 'public', '2024-12-22 17:55:56', '2024-12-22 17:55:56'),
(577, 'App\\Models\\Category', '171', 'image', 'public', '2024-12-22 17:56:16', '2024-12-22 17:56:16'),
(578, 'App\\Models\\Category', '172', 'image', 'public', '2024-12-22 17:56:29', '2024-12-22 17:56:29'),
(579, 'App\\Models\\Category', '173', 'image', 'public', '2024-12-22 17:56:42', '2024-12-22 17:56:42'),
(580, 'App\\Models\\Item', '134', 'image', 'public', '2024-12-22 17:58:21', '2024-12-22 17:58:21'),
(581, 'App\\Models\\Item', '134', 'images', 'public', '2024-12-22 17:58:21', '2024-12-22 17:58:21'),
(582, 'App\\Models\\Item', '135', 'image', 'public', '2024-12-22 17:59:12', '2024-12-22 17:59:12'),
(583, 'App\\Models\\Item', '135', 'images', 'public', '2024-12-22 17:59:12', '2024-12-22 17:59:12'),
(584, 'App\\Models\\Item', '136', 'image', 'public', '2024-12-22 18:00:29', '2024-12-22 18:00:29'),
(585, 'App\\Models\\Item', '136', 'images', 'public', '2024-12-22 18:00:29', '2024-12-22 18:00:29'),
(586, 'App\\Models\\Item', '137', 'image', 'public', '2024-12-22 18:01:22', '2024-12-22 18:01:22'),
(587, 'App\\Models\\Item', '137', 'images', 'public', '2024-12-22 18:01:22', '2024-12-22 18:01:22'),
(588, 'App\\Models\\Item', '138', 'image', 'public', '2024-12-22 18:03:30', '2024-12-22 18:03:30'),
(589, 'App\\Models\\Item', '138', 'images', 'public', '2024-12-22 18:03:30', '2024-12-22 18:03:30'),
(590, 'App\\Models\\Item', '139', 'image', 'public', '2024-12-22 18:04:08', '2024-12-22 18:04:08'),
(591, 'App\\Models\\Item', '139', 'images', 'public', '2024-12-22 18:04:08', '2024-12-22 18:04:08'),
(592, 'App\\Models\\Item', '140', 'image', 'public', '2024-12-22 18:06:01', '2024-12-22 18:06:01'),
(593, 'App\\Models\\Item', '140', 'images', 'public', '2024-12-22 18:06:01', '2024-12-22 18:06:01'),
(594, 'App\\Models\\Item', '141', 'image', 'public', '2024-12-22 18:06:42', '2024-12-22 18:06:42'),
(595, 'App\\Models\\Item', '141', 'images', 'public', '2024-12-22 18:06:42', '2024-12-22 18:06:42'),
(596, 'App\\Models\\Item', '142', 'image', 'public', '2024-12-22 18:08:12', '2024-12-22 18:08:12'),
(597, 'App\\Models\\Item', '142', 'images', 'public', '2024-12-22 18:08:12', '2024-12-22 18:08:12'),
(598, 'App\\Models\\Item', '143', 'image', 'public', '2024-12-22 18:09:01', '2024-12-22 18:09:01'),
(599, 'App\\Models\\Item', '143', 'images', 'public', '2024-12-22 18:09:01', '2024-12-22 18:09:01'),
(600, 'App\\Models\\Item', '144', 'image', 'public', '2024-12-22 18:10:24', '2024-12-22 18:10:24'),
(601, 'App\\Models\\Item', '144', 'images', 'public', '2024-12-22 18:10:24', '2024-12-22 18:10:24'),
(602, 'App\\Models\\Item', '145', 'image', 'public', '2024-12-22 18:11:11', '2024-12-22 18:11:11'),
(603, 'App\\Models\\Item', '145', 'images', 'public', '2024-12-22 18:11:11', '2024-12-22 18:11:11'),
(604, 'App\\Models\\Item', '146', 'image', 'public', '2024-12-22 18:12:48', '2024-12-22 18:12:48'),
(605, 'App\\Models\\Item', '146', 'images', 'public', '2024-12-22 18:12:48', '2024-12-22 18:12:48'),
(606, 'App\\Models\\Item', '147', 'image', 'public', '2024-12-22 18:15:09', '2024-12-22 18:15:09'),
(607, 'App\\Models\\Item', '147', 'images', 'public', '2024-12-22 18:15:09', '2024-12-22 18:15:09'),
(608, 'App\\Models\\Item', '148', 'image', 'public', '2024-12-22 18:16:17', '2024-12-22 18:16:17'),
(609, 'App\\Models\\Item', '148', 'images', 'public', '2024-12-22 18:16:17', '2024-12-22 18:16:17'),
(610, 'App\\Models\\Item', '149', 'image', 'public', '2024-12-22 18:17:03', '2024-12-22 18:17:03'),
(611, 'App\\Models\\Item', '149', 'images', 'public', '2024-12-22 18:17:03', '2024-12-22 18:17:03'),
(612, 'App\\Models\\Item', '150', 'image', 'public', '2024-12-22 18:17:56', '2024-12-22 18:17:56'),
(613, 'App\\Models\\Item', '150', 'images', 'public', '2024-12-22 18:17:56', '2024-12-22 18:17:56'),
(614, 'App\\Models\\Item', '151', 'image', 'public', '2024-12-22 18:18:43', '2024-12-22 18:18:43'),
(615, 'App\\Models\\Item', '151', 'images', 'public', '2024-12-22 18:18:43', '2024-12-22 18:18:43'),
(616, 'App\\Models\\Category', '174', 'image', 'public', '2024-12-22 18:22:00', '2024-12-22 18:22:00'),
(617, 'App\\Models\\Category', '175', 'image', 'public', '2024-12-22 18:22:49', '2024-12-22 18:22:49'),
(618, 'App\\Models\\Category', '176', 'image', 'public', '2024-12-22 18:22:58', '2024-12-22 18:22:58'),
(619, 'App\\Models\\Category', '177', 'image', 'public', '2024-12-22 18:23:13', '2024-12-22 18:23:13'),
(620, 'App\\Models\\Item', '152', 'image', 'public', '2024-12-22 18:25:39', '2024-12-22 18:25:39'),
(621, 'App\\Models\\Item', '152', 'images', 'public', '2024-12-22 18:25:39', '2024-12-22 18:25:39'),
(622, 'App\\Models\\Item', '153', 'image', 'public', '2024-12-22 18:26:25', '2024-12-22 18:26:25'),
(623, 'App\\Models\\Item', '153', 'images', 'public', '2024-12-22 18:26:25', '2024-12-22 18:26:25'),
(624, 'App\\Models\\Item', '154', 'image', 'public', '2024-12-22 18:27:52', '2024-12-22 18:27:52'),
(625, 'App\\Models\\Item', '154', 'images', 'public', '2024-12-22 18:27:52', '2024-12-22 18:27:52'),
(626, 'App\\Models\\Item', '155', 'image', 'public', '2024-12-22 18:28:39', '2024-12-22 18:28:39'),
(627, 'App\\Models\\Item', '155', 'images', 'public', '2024-12-22 18:28:39', '2024-12-22 18:28:39'),
(628, 'App\\Models\\Item', '156', 'image', 'public', '2024-12-22 18:30:10', '2024-12-22 18:30:10'),
(629, 'App\\Models\\Item', '156', 'images', 'public', '2024-12-22 18:30:10', '2024-12-22 18:30:10'),
(630, 'App\\Models\\Item', '157', 'image', 'public', '2024-12-22 18:30:57', '2024-12-22 18:30:57'),
(631, 'App\\Models\\Item', '157', 'images', 'public', '2024-12-22 18:30:57', '2024-12-22 18:30:57'),
(632, 'App\\Models\\Item', '158', 'image', 'public', '2024-12-22 18:41:34', '2024-12-22 18:41:34'),
(633, 'App\\Models\\Item', '158', 'images', 'public', '2024-12-22 18:41:34', '2024-12-22 18:41:34'),
(634, 'App\\Models\\Item', '159', 'image', 'public', '2024-12-22 18:42:16', '2024-12-22 18:42:16'),
(635, 'App\\Models\\Item', '159', 'images', 'public', '2024-12-22 18:42:16', '2024-12-22 18:42:16'),
(636, 'App\\Models\\Item', '160', 'image', 'public', '2024-12-22 18:43:46', '2024-12-22 18:43:46'),
(637, 'App\\Models\\Item', '160', 'images', 'public', '2024-12-22 18:43:46', '2024-12-22 18:43:46'),
(638, 'App\\Models\\Item', '161', 'image', 'public', '2024-12-22 18:44:42', '2024-12-22 18:44:42'),
(639, 'App\\Models\\Item', '161', 'images', 'public', '2024-12-22 18:44:42', '2024-12-22 18:44:42'),
(640, 'App\\Models\\Item', '162', 'image', 'public', '2024-12-22 18:45:55', '2024-12-22 18:45:55'),
(641, 'App\\Models\\Item', '162', 'images', 'public', '2024-12-22 18:45:55', '2024-12-22 18:45:55'),
(642, 'App\\Models\\Item', '163', 'image', 'public', '2024-12-22 18:46:41', '2024-12-22 18:46:41'),
(643, 'App\\Models\\Item', '163', 'images', 'public', '2024-12-22 18:46:41', '2024-12-22 18:46:41'),
(644, 'App\\Models\\Item', '164', 'image', 'public', '2024-12-22 18:48:42', '2024-12-22 18:48:42'),
(645, 'App\\Models\\Item', '164', 'images', 'public', '2024-12-22 18:48:42', '2024-12-22 18:48:42'),
(646, 'App\\Models\\Item', '165', 'image', 'public', '2024-12-22 18:49:24', '2024-12-22 18:49:24'),
(647, 'App\\Models\\Item', '165', 'images', 'public', '2024-12-22 18:49:24', '2024-12-22 18:49:24'),
(648, 'App\\Models\\Item', '166', 'image', 'public', '2024-12-22 18:50:51', '2024-12-22 18:50:51'),
(649, 'App\\Models\\Item', '166', 'images', 'public', '2024-12-22 18:50:51', '2024-12-22 18:50:51'),
(650, 'App\\Models\\Item', '167', 'image', 'public', '2024-12-22 18:51:36', '2024-12-22 18:51:36'),
(651, 'App\\Models\\Item', '167', 'images', 'public', '2024-12-22 18:51:36', '2024-12-22 18:51:36'),
(652, 'App\\Models\\Item', '168', 'image', 'public', '2024-12-22 18:52:46', '2024-12-22 18:52:46'),
(653, 'App\\Models\\Item', '168', 'images', 'public', '2024-12-22 18:52:46', '2024-12-22 18:52:46'),
(654, 'App\\Models\\Item', '169', 'image', 'public', '2024-12-22 18:53:29', '2024-12-22 18:53:29'),
(655, 'App\\Models\\Item', '169', 'images', 'public', '2024-12-22 18:53:29', '2024-12-22 18:53:29'),
(656, 'App\\Models\\UserInfo', '6', 'image', 'public', '2024-12-23 20:51:25', '2024-12-23 20:51:25'),
(657, 'App\\Models\\Module', '7', 'icon', 'public', '2024-12-24 15:57:12', '2024-12-24 15:57:12'),
(658, 'App\\Models\\Module', '7', 'thumbnail', 'public', '2024-12-24 15:57:12', '2024-12-24 15:57:12'),
(659, 'App\\Models\\Item', '170', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(660, 'App\\Models\\Item', '171', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(661, 'App\\Models\\Item', '172', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(662, 'App\\Models\\Item', '173', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(663, 'App\\Models\\Item', '174', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(664, 'App\\Models\\Item', '175', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(665, 'App\\Models\\Item', '176', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(666, 'App\\Models\\Item', '177', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(667, 'App\\Models\\Item', '178', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(668, 'App\\Models\\Item', '179', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(669, 'App\\Models\\Item', '180', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(670, 'App\\Models\\Item', '181', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(671, 'App\\Models\\Item', '182', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(672, 'App\\Models\\Item', '183', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(673, 'App\\Models\\Item', '184', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(674, 'App\\Models\\Item', '185', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(675, 'App\\Models\\Item', '186', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(676, 'App\\Models\\Item', '187', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(677, 'App\\Models\\Item', '188', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(678, 'App\\Models\\Item', '189', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(679, 'App\\Models\\Item', '190', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(680, 'App\\Models\\Item', '191', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(681, 'App\\Models\\Item', '192', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(682, 'App\\Models\\Item', '193', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(683, 'App\\Models\\Item', '194', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(684, 'App\\Models\\Item', '195', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(685, 'App\\Models\\Item', '196', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(686, 'App\\Models\\Item', '197', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(687, 'App\\Models\\Item', '198', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(688, 'App\\Models\\Item', '199', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(689, 'App\\Models\\Item', '200', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(690, 'App\\Models\\Item', '201', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(691, 'App\\Models\\Item', '202', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(692, 'App\\Models\\Item', '203', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(693, 'App\\Models\\Item', '204', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(694, 'App\\Models\\Item', '205', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(695, 'App\\Models\\Item', '206', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(696, 'App\\Models\\Item', '207', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(697, 'App\\Models\\Item', '208', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(698, 'App\\Models\\Item', '209', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(699, 'App\\Models\\Item', '210', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(700, 'App\\Models\\Item', '211', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(701, 'App\\Models\\Item', '212', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(702, 'App\\Models\\Item', '213', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(703, 'App\\Models\\Item', '214', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(704, 'App\\Models\\Item', '215', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(705, 'App\\Models\\Item', '216', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(706, 'App\\Models\\Item', '217', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(707, 'App\\Models\\Item', '218', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(708, 'App\\Models\\Item', '219', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(709, 'App\\Models\\Item', '220', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(710, 'App\\Models\\Item', '221', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(711, 'App\\Models\\Item', '222', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(712, 'App\\Models\\Item', '223', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(713, 'App\\Models\\Item', '224', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(714, 'App\\Models\\Item', '225', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(715, 'App\\Models\\Item', '226', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(716, 'App\\Models\\Item', '227', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(717, 'App\\Models\\Item', '228', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(718, 'App\\Models\\Item', '229', 'image', 'public', '2024-12-24 15:17:47', '2024-12-24 15:17:47'),
(719, 'App\\Models\\Item', '230', 'image', 'public', '2024-12-26 16:07:31', '2024-12-26 16:07:31'),
(720, 'App\\Models\\Item', '231', 'image', 'public', '2024-12-26 16:25:16', '2024-12-26 16:25:16'),
(721, 'App\\Models\\Item', '232', 'image', 'public', '2024-12-26 16:24:59', '2024-12-26 16:24:59'),
(722, 'App\\Models\\Item', '233', 'image', 'public', '2024-12-26 16:22:18', '2024-12-26 16:22:18'),
(723, 'App\\Models\\Item', '234', 'image', 'public', '2024-12-26 16:21:43', '2024-12-26 16:21:43'),
(724, 'App\\Models\\Item', '235', 'image', 'public', '2024-12-26 16:21:08', '2024-12-26 16:21:08'),
(725, 'App\\Models\\Item', '236', 'image', 'public', '2024-12-26 16:20:28', '2024-12-26 16:20:28'),
(726, 'App\\Models\\Item', '237', 'image', 'public', '2024-12-26 16:19:14', '2024-12-26 16:19:14'),
(727, 'App\\Models\\Item', '238', 'image', 'public', '2024-12-26 16:18:37', '2024-12-26 16:18:37'),
(728, 'App\\Models\\Item', '239', 'image', 'public', '2024-12-26 16:17:56', '2024-12-26 16:17:56'),
(729, 'App\\Models\\Item', '240', 'image', 'public', '2024-12-26 16:16:44', '2024-12-26 16:16:44'),
(730, 'App\\Models\\Item', '241', 'image', 'public', '2024-12-26 16:16:33', '2024-12-26 16:16:33'),
(731, 'App\\Models\\Item', '242', 'image', 'public', '2024-12-26 16:17:41', '2024-12-26 16:17:41'),
(732, 'App\\Models\\Item', '243', 'image', 'public', '2024-12-26 16:29:19', '2024-12-26 16:29:19'),
(733, 'App\\Models\\Item', '244', 'image', 'public', '2024-12-26 16:29:01', '2024-12-26 16:29:01'),
(734, 'App\\Models\\Item', '245', 'image', 'public', '2024-12-26 16:28:45', '2024-12-26 16:28:45'),
(735, 'App\\Models\\Item', '246', 'image', 'public', '2024-12-26 16:28:12', '2024-12-26 16:28:12'),
(736, 'App\\Models\\Item', '247', 'image', 'public', '2024-12-26 16:27:39', '2024-12-26 16:27:39'),
(737, 'App\\Models\\Item', '248', 'image', 'public', '2024-12-26 16:27:22', '2024-12-26 16:27:22'),
(738, 'App\\Models\\Item', '249', 'image', 'public', '2024-12-26 16:26:39', '2024-12-26 16:26:39'),
(739, 'App\\Models\\Item', '250', 'image', 'public', '2024-12-26 16:32:11', '2024-12-26 16:32:11'),
(740, 'App\\Models\\Item', '251', 'image', 'public', '2024-12-26 16:31:50', '2024-12-26 16:31:50'),
(741, 'App\\Models\\Item', '252', 'image', 'public', '2024-12-26 16:31:40', '2024-12-26 16:31:40'),
(742, 'App\\Models\\Item', '253', 'image', 'public', '2024-12-26 16:31:07', '2024-12-26 16:31:07'),
(743, 'App\\Models\\Item', '254', 'image', 'public', '2024-12-26 16:30:53', '2024-12-26 16:30:53'),
(744, 'App\\Models\\Item', '255', 'image', 'public', '2024-12-26 16:30:21', '2024-12-26 16:30:21'),
(745, 'App\\Models\\Item', '256', 'image', 'public', '2024-12-26 15:48:49', '2024-12-26 15:48:49'),
(746, 'App\\Models\\Item', '257', 'image', 'public', '2024-12-26 15:50:45', '2024-12-26 15:50:45'),
(747, 'App\\Models\\Item', '258', 'image', 'public', '2024-12-26 15:51:17', '2024-12-26 15:51:17'),
(748, 'App\\Models\\Item', '259', 'image', 'public', '2024-12-26 15:52:10', '2024-12-26 15:52:10'),
(749, 'App\\Models\\Item', '260', 'image', 'public', '2024-12-26 15:52:28', '2024-12-26 15:52:28'),
(750, 'App\\Models\\Item', '261', 'image', 'public', '2024-12-26 15:53:14', '2024-12-26 15:53:14'),
(751, 'App\\Models\\Item', '262', 'image', 'public', '2024-12-26 15:54:32', '2024-12-26 15:54:32'),
(752, 'App\\Models\\Item', '263', 'image', 'public', '2024-12-26 15:55:23', '2024-12-26 15:55:23'),
(753, 'App\\Models\\Item', '264', 'image', 'public', '2024-12-26 15:55:48', '2024-12-26 15:55:48'),
(754, 'App\\Models\\Item', '265', 'image', 'public', '2024-12-26 15:56:04', '2024-12-26 15:56:04'),
(755, 'App\\Models\\Item', '266', 'image', 'public', '2024-12-26 15:56:17', '2024-12-26 15:56:17'),
(756, 'App\\Models\\Item', '267', 'image', 'public', '2024-12-26 15:56:54', '2024-12-26 15:56:54'),
(757, 'App\\Models\\Item', '268', 'image', 'public', '2024-12-26 15:57:12', '2024-12-26 15:57:12'),
(758, 'App\\Models\\Item', '269', 'image', 'public', '2024-12-26 15:58:07', '2024-12-26 15:58:07'),
(759, 'App\\Models\\Item', '270', 'image', 'public', '2024-12-26 15:58:25', '2024-12-26 15:58:25'),
(760, 'App\\Models\\Item', '271', 'image', 'public', '2024-12-26 15:59:21', '2024-12-26 15:59:21'),
(761, 'App\\Models\\Item', '272', 'image', 'public', '2024-12-26 15:59:36', '2024-12-26 15:59:36'),
(762, 'App\\Models\\Item', '273', 'image', 'public', '2024-12-26 16:00:25', '2024-12-26 16:00:25'),
(763, 'App\\Models\\Item', '274', 'image', 'public', '2024-12-26 16:00:42', '2024-12-26 16:00:42'),
(764, 'App\\Models\\Item', '275', 'image', 'public', '2024-12-26 16:03:45', '2024-12-26 16:03:45'),
(765, 'App\\Models\\Item', '276', 'image', 'public', '2024-12-26 16:04:03', '2024-12-26 16:04:03'),
(766, 'App\\Models\\Item', '277', 'image', 'public', '2024-12-26 16:04:41', '2024-12-26 16:04:41'),
(767, 'App\\Models\\Item', '278', 'image', 'public', '2024-12-26 16:04:59', '2024-12-26 16:04:59'),
(768, 'App\\Models\\Item', '279', 'image', 'public', '2024-12-26 16:05:42', '2024-12-26 16:05:42'),
(769, 'App\\Models\\Item', '280', 'image', 'public', '2024-12-26 16:05:58', '2024-12-26 16:05:58'),
(770, 'App\\Models\\Item', '281', 'image', 'public', '2024-12-26 16:06:34', '2024-12-26 16:06:34'),
(771, 'App\\Models\\Item', '282', 'image', 'public', '2024-12-26 16:06:53', '2024-12-26 16:06:53'),
(772, 'App\\Models\\Item', '283', 'image', 'public', '2024-12-26 16:09:31', '2024-12-26 16:09:31'),
(773, 'App\\Models\\Item', '284', 'image', 'public', '2024-12-26 16:09:41', '2024-12-26 16:09:41'),
(774, 'App\\Models\\Item', '285', 'image', 'public', '2024-12-26 16:12:32', '2024-12-26 16:12:32'),
(775, 'App\\Models\\Item', '286', 'image', 'public', '2024-12-26 16:10:15', '2024-12-26 16:10:15'),
(776, 'App\\Models\\Item', '287', 'image', 'public', '2024-12-26 16:10:48', '2024-12-26 16:10:48'),
(777, 'App\\Models\\Item', '288', 'image', 'public', '2024-12-26 16:11:01', '2024-12-26 16:11:01'),
(778, 'App\\Models\\Item', '289', 'image', 'public', '2024-12-26 16:11:38', '2024-12-26 16:11:38'),
(779, 'App\\Models\\Item', '290', 'image', 'public', '2024-12-26 16:11:50', '2024-12-26 16:11:50'),
(780, 'App\\Models\\Item', '291', 'image', 'public', '2024-12-26 16:13:14', '2024-12-26 16:13:14'),
(781, 'App\\Models\\Item', '292', 'image', 'public', '2024-12-26 16:13:22', '2024-12-26 16:13:22'),
(782, 'App\\Models\\Category', '178', 'image', 'public', '2024-12-24 15:54:36', '2024-12-24 15:54:36'),
(783, 'App\\Models\\Category', '179', 'image', 'public', '2024-12-24 15:55:32', '2024-12-24 15:55:32'),
(784, 'App\\Models\\Category', '180', 'image', 'public', '2024-12-24 15:55:54', '2024-12-24 15:55:54'),
(785, 'App\\Models\\Category', '181', 'image', 'public', '2024-12-24 15:56:18', '2024-12-24 15:56:18'),
(786, 'App\\Models\\Brand', '3', 'image', 'public', '2024-12-24 16:01:13', '2024-12-24 16:01:13'),
(787, 'App\\Models\\Item', '293', 'image', 'public', '2024-12-24 16:01:50', '2024-12-24 16:01:50'),
(788, 'App\\Models\\Item', '293', 'images', 'public', '2024-12-24 16:01:50', '2024-12-24 16:01:50'),
(789, 'App\\Models\\Brand', '4', 'image', 'public', '2024-12-24 16:04:41', '2024-12-24 16:04:41'),
(790, 'App\\Models\\Item', '294', 'image', 'public', '2024-12-24 16:05:09', '2024-12-24 16:05:09'),
(791, 'App\\Models\\Item', '294', 'images', 'public', '2024-12-24 16:05:09', '2024-12-24 16:05:09'),
(792, 'App\\Models\\Item', '295', 'image', 'public', '2024-12-24 16:06:58', '2024-12-24 16:06:58'),
(793, 'App\\Models\\Item', '295', 'images', 'public', '2024-12-24 16:06:58', '2024-12-24 16:06:58'),
(794, 'App\\Models\\Item', '296', 'image', 'public', '2024-12-24 16:08:56', '2024-12-24 16:08:56'),
(795, 'App\\Models\\Item', '296', 'images', 'public', '2024-12-24 16:08:56', '2024-12-24 16:08:56'),
(796, 'App\\Models\\Brand', '5', 'image', 'public', '2024-12-24 16:10:48', '2024-12-24 16:10:48'),
(797, 'App\\Models\\Item', '297', 'image', 'public', '2024-12-24 16:12:02', '2024-12-24 16:12:02'),
(798, 'App\\Models\\Item', '297', 'images', 'public', '2024-12-24 16:12:02', '2024-12-24 16:12:02'),
(799, 'App\\Models\\Brand', '6', 'image', 'public', '2024-12-24 16:13:22', '2024-12-24 16:13:22'),
(800, 'App\\Models\\Item', '298', 'image', 'public', '2024-12-24 16:14:08', '2024-12-24 16:14:08'),
(801, 'App\\Models\\Item', '298', 'images', 'public', '2024-12-24 16:14:08', '2024-12-24 16:14:08'),
(802, 'App\\Models\\Item', '299', 'image', 'public', '2024-12-24 16:16:02', '2024-12-24 16:16:02'),
(803, 'App\\Models\\Item', '299', 'images', 'public', '2024-12-24 16:16:02', '2024-12-24 16:16:02'),
(804, 'App\\Models\\Brand', '7', 'image', 'public', '2024-12-24 16:24:31', '2024-12-24 16:24:31'),
(805, 'App\\Models\\Brand', '8', 'image', 'public', '2024-12-24 16:25:08', '2024-12-24 16:25:08'),
(806, 'App\\Models\\Item', '300', 'image', 'public', '2024-12-24 16:26:18', '2024-12-24 16:26:18'),
(807, 'App\\Models\\Item', '300', 'images', 'public', '2024-12-24 16:26:18', '2024-12-24 16:26:18'),
(808, 'App\\Models\\Item', '301', 'image', 'public', '2024-12-24 16:27:15', '2024-12-24 16:27:15'),
(809, 'App\\Models\\Item', '301', 'images', 'public', '2024-12-24 16:27:15', '2024-12-24 16:27:15'),
(810, 'App\\Models\\Item', '302', 'image', 'public', '2024-12-24 16:28:14', '2024-12-24 16:28:14'),
(811, 'App\\Models\\Item', '302', 'images', 'public', '2024-12-24 16:28:14', '2024-12-24 16:28:14'),
(812, 'App\\Models\\Item', '303', 'image', 'public', '2024-12-24 16:29:18', '2024-12-24 16:29:18'),
(813, 'App\\Models\\Item', '303', 'images', 'public', '2024-12-24 16:29:18', '2024-12-24 16:29:18'),
(814, 'App\\Models\\Item', '304', 'image', 'public', '2024-12-24 16:30:19', '2024-12-24 16:30:19'),
(815, 'App\\Models\\Item', '304', 'images', 'public', '2024-12-24 16:30:19', '2024-12-24 16:30:19'),
(816, 'App\\Models\\Item', '305', 'image', 'public', '2024-12-24 16:31:20', '2024-12-24 16:31:20'),
(817, 'App\\Models\\Item', '305', 'images', 'public', '2024-12-24 16:31:20', '2024-12-24 16:31:20'),
(818, 'App\\Models\\Item', '306', 'image', 'public', '2024-12-24 16:32:18', '2024-12-24 16:32:18'),
(819, 'App\\Models\\Item', '306', 'images', 'public', '2024-12-24 16:32:18', '2024-12-24 16:32:18'),
(820, 'App\\Models\\Item', '307', 'image', 'public', '2024-12-24 16:33:30', '2024-12-24 16:33:30'),
(821, 'App\\Models\\Item', '307', 'images', 'public', '2024-12-24 16:33:30', '2024-12-24 16:33:30'),
(822, 'App\\Models\\Item', '308', 'image', 'public', '2024-12-24 16:34:48', '2024-12-24 16:34:48'),
(823, 'App\\Models\\Item', '308', 'images', 'public', '2024-12-24 16:34:48', '2024-12-24 16:34:48'),
(824, 'App\\Models\\Brand', '9', 'image', 'public', '2024-12-24 16:36:43', '2024-12-24 16:36:43'),
(825, 'App\\Models\\Item', '309', 'image', 'public', '2024-12-24 16:37:41', '2024-12-24 16:37:41'),
(826, 'App\\Models\\Item', '309', 'images', 'public', '2024-12-24 16:37:41', '2024-12-24 16:37:41'),
(827, 'App\\Models\\Item', '310', 'image', 'public', '2024-12-24 16:40:44', '2024-12-24 16:40:44'),
(828, 'App\\Models\\Item', '310', 'images', 'public', '2024-12-24 16:40:44', '2024-12-24 16:40:44'),
(829, 'App\\Models\\Item', '311', 'image', 'public', '2024-12-24 16:42:01', '2024-12-24 16:42:01'),
(830, 'App\\Models\\Item', '311', 'images', 'public', '2024-12-24 16:42:01', '2024-12-24 16:42:01'),
(831, 'App\\Models\\Brand', '10', 'image', 'public', '2024-12-24 16:43:06', '2024-12-24 16:43:06'),
(832, 'App\\Models\\Brand', '11', 'image', 'public', '2024-12-24 16:43:23', '2024-12-24 16:43:23'),
(833, 'App\\Models\\Item', '312', 'image', 'public', '2024-12-24 16:46:18', '2024-12-24 16:46:18'),
(834, 'App\\Models\\Item', '312', 'images', 'public', '2024-12-24 16:44:57', '2024-12-24 16:44:57'),
(835, 'App\\Models\\Item', '313', 'image', 'public', '2024-12-24 16:47:33', '2024-12-24 16:47:33'),
(836, 'App\\Models\\Item', '313', 'images', 'public', '2024-12-24 16:47:33', '2024-12-24 16:47:33'),
(837, 'App\\Models\\Item', '314', 'image', 'public', '2024-12-24 16:48:50', '2024-12-24 16:48:50'),
(838, 'App\\Models\\Item', '314', 'images', 'public', '2024-12-24 16:48:50', '2024-12-24 16:48:50'),
(839, 'App\\Models\\Category', '182', 'image', 'public', '2024-12-24 16:51:39', '2024-12-24 16:51:39'),
(840, 'App\\Models\\Category', '183', 'image', 'public', '2024-12-24 16:53:14', '2024-12-24 16:53:14'),
(841, 'App\\Models\\Item', '315', 'image', 'public', '2024-12-24 16:54:23', '2024-12-24 16:54:23'),
(842, 'App\\Models\\Item', '315', 'images', 'public', '2024-12-24 16:54:23', '2024-12-24 16:54:23'),
(843, 'App\\Models\\Brand', '12', 'image', 'public', '2024-12-24 16:57:21', '2024-12-24 16:57:21'),
(844, 'App\\Models\\Item', '316', 'image', 'public', '2024-12-24 16:57:53', '2024-12-24 16:57:53'),
(845, 'App\\Models\\Item', '316', 'images', 'public', '2024-12-24 16:57:53', '2024-12-24 16:57:53'),
(846, 'App\\Models\\Brand', '13', 'image', 'public', '2024-12-24 16:58:36', '2024-12-24 16:58:36'),
(847, 'App\\Models\\Item', '317', 'image', 'public', '2024-12-24 16:59:41', '2024-12-24 16:59:41'),
(848, 'App\\Models\\Item', '317', 'images', 'public', '2024-12-24 16:59:41', '2024-12-24 16:59:41'),
(849, 'App\\Models\\Item', '318', 'image', 'public', '2024-12-24 17:00:52', '2024-12-24 17:00:52'),
(850, 'App\\Models\\Item', '318', 'images', 'public', '2024-12-24 17:00:52', '2024-12-24 17:00:52'),
(851, 'App\\Models\\Item', '319', 'image', 'public', '2024-12-24 17:02:05', '2024-12-24 17:02:05'),
(852, 'App\\Models\\Item', '319', 'images', 'public', '2024-12-24 17:02:05', '2024-12-24 17:02:05'),
(853, 'App\\Models\\Category', '184', 'image', 'public', '2024-12-24 17:02:38', '2024-12-24 17:02:38'),
(854, 'App\\Models\\Brand', '14', 'image', 'public', '2024-12-24 17:04:29', '2024-12-24 17:04:29'),
(855, 'App\\Models\\Item', '320', 'image', 'public', '2024-12-24 17:05:46', '2024-12-24 17:05:46'),
(856, 'App\\Models\\Item', '320', 'images', 'public', '2024-12-24 17:05:46', '2024-12-24 17:05:46'),
(857, 'App\\Models\\Brand', '15', 'image', 'public', '2024-12-24 17:06:27', '2024-12-24 17:06:27'),
(858, 'App\\Models\\Item', '321', 'image', 'public', '2024-12-24 17:07:44', '2024-12-24 17:07:44'),
(859, 'App\\Models\\Item', '321', 'images', 'public', '2024-12-24 17:07:44', '2024-12-24 17:07:44'),
(860, 'App\\Models\\Brand', '16', 'image', 'public', '2024-12-24 17:08:47', '2024-12-24 17:08:47'),
(861, 'App\\Models\\Item', '322', 'image', 'public', '2024-12-24 17:09:53', '2024-12-24 17:09:53'),
(862, 'App\\Models\\Item', '322', 'images', 'public', '2024-12-24 17:09:53', '2024-12-24 17:09:53'),
(863, 'App\\Models\\Item', '323', 'image', 'public', '2024-12-24 17:11:30', '2024-12-24 17:11:30'),
(864, 'App\\Models\\Item', '323', 'images', 'public', '2024-12-24 17:11:30', '2024-12-24 17:11:30'),
(865, 'App\\Models\\Brand', '17', 'image', 'public', '2024-12-24 17:12:16', '2024-12-24 17:12:16'),
(866, 'App\\Models\\Item', '324', 'image', 'public', '2024-12-24 17:13:17', '2024-12-24 17:13:17'),
(867, 'App\\Models\\Item', '324', 'images', 'public', '2024-12-24 17:13:17', '2024-12-24 17:13:17'),
(868, 'App\\Models\\Category', '185', 'image', 'public', '2024-12-24 17:13:51', '2024-12-24 17:13:51'),
(869, 'App\\Models\\Category', '186', 'image', 'public', '2024-12-24 17:14:03', '2024-12-24 17:14:03'),
(870, 'App\\Models\\Brand', '18', 'image', 'public', '2024-12-24 17:15:53', '2024-12-24 17:15:53'),
(871, 'App\\Models\\Item', '325', 'image', 'public', '2024-12-24 17:17:04', '2024-12-24 17:17:04'),
(872, 'App\\Models\\Item', '325', 'images', 'public', '2024-12-24 17:17:04', '2024-12-24 17:17:04'),
(873, 'App\\Models\\Item', '326', 'image', 'public', '2024-12-24 17:18:00', '2024-12-24 17:18:00'),
(874, 'App\\Models\\Item', '326', 'images', 'public', '2024-12-24 17:18:00', '2024-12-24 17:18:00'),
(875, 'App\\Models\\Item', '327', 'image', 'public', '2024-12-24 17:19:02', '2024-12-24 17:19:02'),
(876, 'App\\Models\\Item', '327', 'images', 'public', '2024-12-24 17:19:02', '2024-12-24 17:19:02'),
(877, 'App\\Models\\Item', '328', 'image', 'public', '2024-12-24 17:20:30', '2024-12-24 17:20:30'),
(878, 'App\\Models\\Item', '328', 'images', 'public', '2024-12-24 17:20:30', '2024-12-24 17:20:30'),
(879, 'App\\Models\\Item', '329', 'image', 'public', '2024-12-24 17:23:00', '2024-12-24 17:23:00'),
(880, 'App\\Models\\Item', '329', 'images', 'public', '2024-12-24 17:23:00', '2024-12-24 17:23:00'),
(881, 'App\\Models\\Item', '330', 'image', 'public', '2024-12-24 17:24:12', '2024-12-24 17:24:12'),
(882, 'App\\Models\\Item', '330', 'images', 'public', '2024-12-24 17:24:12', '2024-12-24 17:24:12'),
(883, 'App\\Models\\Item', '331', 'image', 'public', '2024-12-24 17:25:04', '2024-12-24 17:25:04'),
(884, 'App\\Models\\Item', '331', 'images', 'public', '2024-12-24 17:25:04', '2024-12-24 17:25:04'),
(885, 'App\\Models\\Item', '332', 'image', 'public', '2024-12-24 17:25:56', '2024-12-24 17:25:56'),
(886, 'App\\Models\\Item', '332', 'images', 'public', '2024-12-24 17:25:56', '2024-12-24 17:25:56'),
(887, 'App\\Models\\Category', '187', 'image', 'public', '2024-12-24 17:27:40', '2024-12-24 17:27:40'),
(888, 'App\\Models\\Category', '188', 'image', 'public', '2024-12-24 17:28:34', '2024-12-24 17:28:34'),
(889, 'App\\Models\\Category', '189', 'image', 'public', '2024-12-24 17:28:50', '2024-12-24 17:28:50'),
(890, 'App\\Models\\Category', '190', 'image', 'public', '2024-12-24 17:29:04', '2024-12-24 17:29:04'),
(891, 'App\\Models\\Category', '191', 'image', 'public', '2024-12-24 17:29:17', '2024-12-24 17:29:17'),
(892, 'App\\Models\\Brand', '19', 'image', 'public', '2024-12-24 17:30:56', '2024-12-24 17:30:56'),
(893, 'App\\Models\\Item', '333', 'image', 'public', '2024-12-24 17:32:05', '2024-12-24 17:32:05'),
(894, 'App\\Models\\Item', '333', 'images', 'public', '2024-12-24 17:32:05', '2024-12-24 17:32:05'),
(895, 'App\\Models\\Item', '334', 'image', 'public', '2024-12-24 17:33:05', '2024-12-24 17:33:05'),
(896, 'App\\Models\\Item', '334', 'images', 'public', '2024-12-24 17:33:05', '2024-12-24 17:33:05'),
(897, 'App\\Models\\Item', '335', 'image', 'public', '2024-12-24 17:34:30', '2024-12-24 17:34:30'),
(898, 'App\\Models\\Item', '335', 'images', 'public', '2024-12-24 17:34:30', '2024-12-24 17:34:30'),
(899, 'App\\Models\\Item', '336', 'image', 'public', '2024-12-24 17:35:27', '2024-12-24 17:35:27'),
(900, 'App\\Models\\Item', '336', 'images', 'public', '2024-12-24 17:35:27', '2024-12-24 17:35:27'),
(901, 'App\\Models\\Item', '337', 'image', 'public', '2024-12-24 17:37:45', '2024-12-24 17:37:45'),
(902, 'App\\Models\\Item', '337', 'images', 'public', '2024-12-24 17:37:45', '2024-12-24 17:37:45'),
(903, 'App\\Models\\Item', '338', 'image', 'public', '2024-12-24 17:39:17', '2024-12-24 17:39:17'),
(904, 'App\\Models\\Item', '338', 'images', 'public', '2024-12-24 17:39:17', '2024-12-24 17:39:17'),
(905, 'App\\Models\\Item', '339', 'image', 'public', '2024-12-24 17:40:31', '2024-12-24 17:40:31'),
(906, 'App\\Models\\Item', '339', 'images', 'public', '2024-12-24 17:40:31', '2024-12-24 17:40:31'),
(907, 'App\\Models\\Item', '340', 'image', 'public', '2024-12-24 17:41:28', '2024-12-24 17:41:28'),
(908, 'App\\Models\\Item', '340', 'images', 'public', '2024-12-24 17:41:28', '2024-12-24 17:41:28'),
(909, 'App\\Models\\Item', '341', 'image', 'public', '2024-12-24 17:42:36', '2024-12-24 17:42:36'),
(910, 'App\\Models\\Item', '341', 'images', 'public', '2024-12-24 17:42:36', '2024-12-24 17:42:36'),
(911, 'App\\Models\\Item', '342', 'image', 'public', '2024-12-24 17:44:30', '2024-12-24 17:44:30'),
(912, 'App\\Models\\Item', '342', 'images', 'public', '2024-12-24 17:44:30', '2024-12-24 17:44:30'),
(913, 'App\\Models\\Item', '343', 'image', 'public', '2024-12-24 17:45:21', '2024-12-24 17:45:21'),
(914, 'App\\Models\\Item', '343', 'images', 'public', '2024-12-24 17:45:21', '2024-12-24 17:45:21'),
(915, 'App\\Models\\Item', '344', 'image', 'public', '2024-12-24 17:46:15', '2024-12-24 17:46:15'),
(916, 'App\\Models\\Item', '344', 'images', 'public', '2024-12-24 17:46:15', '2024-12-24 17:46:15'),
(917, 'App\\Models\\Brand', '20', 'image', 'public', '2024-12-24 17:47:20', '2024-12-24 17:47:20'),
(918, 'App\\Models\\Item', '345', 'image', 'public', '2024-12-24 17:47:40', '2024-12-24 17:47:40'),
(919, 'App\\Models\\Item', '345', 'images', 'public', '2024-12-24 17:47:40', '2024-12-24 17:47:40'),
(920, 'App\\Models\\Item', '346', 'image', 'public', '2024-12-24 17:48:38', '2024-12-24 17:48:38'),
(921, 'App\\Models\\Item', '346', 'images', 'public', '2024-12-24 17:48:38', '2024-12-24 17:48:38'),
(922, 'App\\Models\\Item', '347', 'image', 'public', '2024-12-24 17:50:15', '2024-12-24 17:50:15'),
(923, 'App\\Models\\Item', '347', 'images', 'public', '2024-12-24 17:50:15', '2024-12-24 17:50:15'),
(924, 'App\\Models\\Item', '348', 'image', 'public', '2024-12-24 17:51:15', '2024-12-24 17:51:15'),
(925, 'App\\Models\\Item', '348', 'images', 'public', '2024-12-24 17:51:15', '2024-12-24 17:51:15'),
(926, 'App\\Models\\Item', '349', 'image', 'public', '2024-12-24 17:51:58', '2024-12-24 17:51:58'),
(927, 'App\\Models\\Item', '349', 'images', 'public', '2024-12-24 17:51:58', '2024-12-24 17:51:58'),
(928, 'App\\Models\\Item', '350', 'image', 'public', '2024-12-24 17:52:59', '2024-12-24 17:52:59'),
(929, 'App\\Models\\Item', '350', 'images', 'public', '2024-12-24 17:52:59', '2024-12-24 17:52:59'),
(930, 'App\\Models\\Store', '14', 'logo', 'public', '2024-12-26 16:44:37', '2024-12-26 16:44:37'),
(931, 'App\\Models\\Store', '14', 'cover_photo', 'public', '2024-12-26 16:44:37', '2024-12-26 16:44:37'),
(932, 'App\\Models\\Store', '15', 'logo', 'public', '2024-12-26 16:48:27', '2024-12-26 16:48:27'),
(933, 'App\\Models\\Store', '15', 'cover_photo', 'public', '2024-12-26 16:48:27', '2024-12-26 16:48:27'),
(934, 'App\\Models\\Category', '192', 'image', 'public', '2024-12-26 16:52:11', '2024-12-26 16:52:11'),
(935, 'App\\Models\\Category', '193', 'image', 'public', '2024-12-26 16:52:30', '2024-12-26 16:52:30'),
(936, 'App\\Models\\Category', '194', 'image', 'public', '2024-12-26 16:52:48', '2024-12-26 16:52:48'),
(937, 'App\\Models\\Category', '195', 'image', 'public', '2024-12-26 16:53:05', '2024-12-26 16:53:05'),
(938, 'App\\Models\\Item', '351', 'image', 'public', '2024-12-26 16:56:16', '2024-12-26 16:56:16'),
(939, 'App\\Models\\Item', '351', 'images', 'public', '2024-12-26 16:56:16', '2024-12-26 16:56:16'),
(940, 'App\\Models\\Item', '352', 'image', 'public', '2024-12-26 16:56:44', '2024-12-26 16:56:44'),
(941, 'App\\Models\\Item', '352', 'images', 'public', '2024-12-26 16:56:44', '2024-12-26 16:56:44'),
(942, 'App\\Models\\Item', '353', 'image', 'public', '2024-12-26 16:58:20', '2024-12-26 16:58:20'),
(943, 'App\\Models\\Item', '353', 'images', 'public', '2024-12-26 16:58:20', '2024-12-26 16:58:20'),
(944, 'App\\Models\\Item', '354', 'image', 'public', '2024-12-26 16:58:50', '2024-12-26 16:58:50'),
(945, 'App\\Models\\Item', '354', 'images', 'public', '2024-12-26 16:58:50', '2024-12-26 16:58:50'),
(946, 'App\\Models\\Item', '355', 'image', 'public', '2024-12-26 16:59:30', '2024-12-26 16:59:30'),
(947, 'App\\Models\\Item', '355', 'images', 'public', '2024-12-26 16:59:30', '2024-12-26 16:59:30'),
(948, 'App\\Models\\Item', '356', 'image', 'public', '2024-12-26 17:00:07', '2024-12-26 17:00:07'),
(949, 'App\\Models\\Item', '356', 'images', 'public', '2024-12-26 17:00:07', '2024-12-26 17:00:07'),
(950, 'App\\Models\\Item', '357', 'image', 'public', '2024-12-26 17:01:35', '2024-12-26 17:01:35'),
(951, 'App\\Models\\Item', '357', 'images', 'public', '2024-12-26 17:01:35', '2024-12-26 17:01:35'),
(952, 'App\\Models\\Item', '358', 'image', 'public', '2024-12-26 17:02:01', '2024-12-26 17:02:01'),
(953, 'App\\Models\\Item', '358', 'images', 'public', '2024-12-26 17:02:01', '2024-12-26 17:02:01'),
(954, 'App\\Models\\Item', '359', 'image', 'public', '2024-12-26 17:02:58', '2024-12-26 17:02:58'),
(955, 'App\\Models\\Item', '359', 'images', 'public', '2024-12-26 17:02:58', '2024-12-26 17:02:58'),
(956, 'App\\Models\\Item', '360', 'image', 'public', '2024-12-26 17:03:32', '2024-12-26 17:03:32'),
(957, 'App\\Models\\Item', '360', 'images', 'public', '2024-12-26 17:03:32', '2024-12-26 17:03:32'),
(958, 'App\\Models\\Item', '361', 'image', 'public', '2024-12-26 17:04:26', '2024-12-26 17:04:26'),
(959, 'App\\Models\\Item', '361', 'images', 'public', '2024-12-26 17:04:26', '2024-12-26 17:04:26'),
(960, 'App\\Models\\Item', '362', 'image', 'public', '2024-12-26 17:04:54', '2024-12-26 17:04:54'),
(961, 'App\\Models\\Item', '362', 'images', 'public', '2024-12-26 17:04:54', '2024-12-26 17:04:54'),
(962, 'App\\Models\\Item', '363', 'image', 'public', '2024-12-26 17:05:45', '2024-12-26 17:05:45'),
(963, 'App\\Models\\Item', '363', 'images', 'public', '2024-12-26 17:05:45', '2024-12-26 17:05:45'),
(964, 'App\\Models\\Item', '364', 'image', 'public', '2024-12-26 17:06:13', '2024-12-26 17:06:13'),
(965, 'App\\Models\\Item', '364', 'images', 'public', '2024-12-26 17:06:13', '2024-12-26 17:06:13'),
(966, 'App\\Models\\Item', '365', 'image', 'public', '2024-12-26 17:11:37', '2024-12-26 17:11:37'),
(967, 'App\\Models\\Item', '365', 'images', 'public', '2024-12-26 17:11:37', '2024-12-26 17:11:37'),
(968, 'App\\Models\\Item', '366', 'image', 'public', '2024-12-26 17:12:05', '2024-12-26 17:12:05'),
(969, 'App\\Models\\Item', '366', 'images', 'public', '2024-12-26 17:12:05', '2024-12-26 17:12:05'),
(970, 'App\\Models\\Item', '367', 'image', 'public', '2024-12-26 17:13:13', '2024-12-26 17:13:13'),
(971, 'App\\Models\\Item', '367', 'images', 'public', '2024-12-26 17:13:13', '2024-12-26 17:13:13'),
(972, 'App\\Models\\Item', '368', 'image', 'public', '2024-12-26 17:13:42', '2024-12-26 17:13:42'),
(973, 'App\\Models\\Item', '368', 'images', 'public', '2024-12-26 17:13:42', '2024-12-26 17:13:42'),
(974, 'App\\Models\\Item', '369', 'image', 'public', '2024-12-26 17:14:29', '2024-12-26 17:14:29'),
(975, 'App\\Models\\Item', '369', 'images', 'public', '2024-12-26 17:14:29', '2024-12-26 17:14:29'),
(976, 'App\\Models\\Item', '370', 'image', 'public', '2024-12-26 17:14:55', '2024-12-26 17:14:55'),
(977, 'App\\Models\\Item', '370', 'images', 'public', '2024-12-26 17:14:55', '2024-12-26 17:14:55'),
(978, 'App\\Models\\Category', '196', 'image', 'public', '2024-12-26 17:16:10', '2024-12-26 17:16:10'),
(979, 'App\\Models\\Category', '197', 'image', 'public', '2024-12-26 17:17:27', '2024-12-26 17:17:27'),
(980, 'App\\Models\\Category', '198', 'image', 'public', '2024-12-26 17:17:41', '2024-12-26 17:17:41'),
(981, 'App\\Models\\Category', '199', 'image', 'public', '2024-12-26 17:17:54', '2024-12-26 17:17:54'),
(982, 'App\\Models\\Item', '371', 'image', 'public', '2024-12-26 17:18:56', '2024-12-26 17:18:56'),
(983, 'App\\Models\\Item', '371', 'images', 'public', '2024-12-26 17:18:56', '2024-12-26 17:18:56'),
(984, 'App\\Models\\Item', '372', 'image', 'public', '2024-12-26 17:19:22', '2024-12-26 17:19:22'),
(985, 'App\\Models\\Item', '372', 'images', 'public', '2024-12-26 17:19:22', '2024-12-26 17:19:22'),
(986, 'App\\Models\\Item', '373', 'image', 'public', '2024-12-26 17:20:24', '2024-12-26 17:20:24'),
(987, 'App\\Models\\Item', '373', 'images', 'public', '2024-12-26 17:20:24', '2024-12-26 17:20:24'),
(988, 'App\\Models\\Item', '374', 'image', 'public', '2024-12-26 17:20:52', '2024-12-26 17:20:52'),
(989, 'App\\Models\\Item', '374', 'images', 'public', '2024-12-26 17:20:52', '2024-12-26 17:20:52'),
(990, 'App\\Models\\Item', '375', 'image', 'public', '2024-12-26 17:21:55', '2024-12-26 17:21:55'),
(991, 'App\\Models\\Item', '375', 'images', 'public', '2024-12-26 17:21:55', '2024-12-26 17:21:55'),
(992, 'App\\Models\\Item', '376', 'image', 'public', '2024-12-26 17:22:23', '2024-12-26 17:22:23'),
(993, 'App\\Models\\Item', '376', 'images', 'public', '2024-12-26 17:22:23', '2024-12-26 17:22:23'),
(994, 'App\\Models\\Item', '377', 'image', 'public', '2024-12-26 17:23:34', '2024-12-26 17:23:34'),
(995, 'App\\Models\\Item', '377', 'images', 'public', '2024-12-26 17:23:34', '2024-12-26 17:23:34'),
(996, 'App\\Models\\Item', '378', 'image', 'public', '2024-12-26 17:24:04', '2024-12-26 17:24:04'),
(997, 'App\\Models\\Item', '378', 'images', 'public', '2024-12-26 17:24:04', '2024-12-26 17:24:04'),
(998, 'App\\Models\\Item', '379', 'image', 'public', '2024-12-26 17:24:59', '2024-12-26 17:24:59'),
(999, 'App\\Models\\Item', '379', 'images', 'public', '2024-12-26 17:24:59', '2024-12-26 17:24:59'),
(1000, 'App\\Models\\Item', '380', 'image', 'public', '2024-12-26 17:25:24', '2024-12-26 17:25:24'),
(1001, 'App\\Models\\Item', '380', 'images', 'public', '2024-12-26 17:25:24', '2024-12-26 17:25:24');
INSERT INTO `storages` (`id`, `data_type`, `data_id`, `key`, `value`, `created_at`, `updated_at`) VALUES
(1002, 'App\\Models\\Item', '381', 'image', 'public', '2024-12-26 17:26:25', '2024-12-26 17:26:25'),
(1003, 'App\\Models\\Item', '381', 'images', 'public', '2024-12-26 17:26:25', '2024-12-26 17:26:25'),
(1004, 'App\\Models\\Item', '382', 'image', 'public', '2024-12-26 17:26:56', '2024-12-26 17:26:56'),
(1005, 'App\\Models\\Item', '382', 'images', 'public', '2024-12-26 17:26:56', '2024-12-26 17:26:56'),
(1006, 'App\\Models\\Item', '383', 'image', 'public', '2024-12-26 17:28:56', '2024-12-26 17:28:56'),
(1007, 'App\\Models\\Item', '383', 'images', 'public', '2024-12-26 17:28:56', '2024-12-26 17:28:56'),
(1008, 'App\\Models\\Item', '384', 'image', 'public', '2024-12-26 17:30:03', '2024-12-26 17:30:03'),
(1009, 'App\\Models\\Item', '384', 'images', 'public', '2024-12-26 17:30:03', '2024-12-26 17:30:03'),
(1010, 'App\\Models\\Item', '385', 'image', 'public', '2024-12-26 17:31:06', '2024-12-26 17:31:06'),
(1011, 'App\\Models\\Item', '385', 'images', 'public', '2024-12-26 17:31:06', '2024-12-26 17:31:06'),
(1012, 'App\\Models\\Item', '386', 'image', 'public', '2024-12-26 17:31:33', '2024-12-26 17:31:33'),
(1013, 'App\\Models\\Item', '386', 'images', 'public', '2024-12-26 17:31:33', '2024-12-26 17:31:33'),
(1014, 'App\\Models\\Item', '387', 'image', 'public', '2024-12-26 17:32:27', '2024-12-26 17:32:27'),
(1015, 'App\\Models\\Item', '387', 'images', 'public', '2024-12-26 17:32:27', '2024-12-26 17:32:27'),
(1016, 'App\\Models\\Item', '388', 'image', 'public', '2024-12-26 17:33:10', '2024-12-26 17:33:10'),
(1017, 'App\\Models\\Item', '388', 'images', 'public', '2024-12-26 17:33:10', '2024-12-26 17:33:10'),
(1018, 'App\\Models\\Category', '200', 'image', 'public', '2024-12-26 17:35:05', '2024-12-26 17:35:05'),
(1019, 'App\\Models\\Item', '389', 'image', 'public', '2024-12-26 17:36:14', '2024-12-26 17:36:14'),
(1020, 'App\\Models\\Item', '389', 'images', 'public', '2024-12-26 17:36:14', '2024-12-26 17:36:14'),
(1021, 'App\\Models\\Item', '390', 'image', 'public', '2024-12-26 17:36:41', '2024-12-26 17:36:41'),
(1022, 'App\\Models\\Item', '390', 'images', 'public', '2024-12-26 17:36:41', '2024-12-26 17:36:41'),
(1023, 'App\\Models\\Item', '391', 'image', 'public', '2024-12-26 17:37:23', '2024-12-26 17:37:23'),
(1024, 'App\\Models\\Item', '391', 'images', 'public', '2024-12-26 17:37:23', '2024-12-26 17:37:23'),
(1025, 'App\\Models\\Item', '392', 'image', 'public', '2024-12-26 17:38:04', '2024-12-26 17:38:04'),
(1026, 'App\\Models\\Item', '392', 'images', 'public', '2024-12-26 17:38:04', '2024-12-26 17:38:04'),
(1027, 'App\\Models\\Item', '393', 'image', 'public', '2024-12-26 17:38:53', '2024-12-26 17:38:53'),
(1028, 'App\\Models\\Item', '393', 'images', 'public', '2024-12-26 17:38:53', '2024-12-26 17:38:53'),
(1029, 'App\\Models\\Item', '394', 'image', 'public', '2024-12-26 17:39:22', '2024-12-26 17:39:22'),
(1030, 'App\\Models\\Item', '394', 'images', 'public', '2024-12-26 17:39:22', '2024-12-26 17:39:22'),
(1031, 'App\\Models\\Category', '201', 'image', 'public', '2024-12-26 17:41:03', '2024-12-26 17:41:03'),
(1032, 'App\\Models\\Category', '202', 'image', 'public', '2024-12-26 17:41:34', '2024-12-26 17:41:34'),
(1033, 'App\\Models\\Item', '395', 'image', 'public', '2024-12-26 17:43:11', '2024-12-26 17:43:11'),
(1034, 'App\\Models\\Item', '395', 'images', 'public', '2024-12-26 17:43:11', '2024-12-26 17:43:11'),
(1035, 'App\\Models\\Item', '396', 'image', 'public', '2024-12-26 17:43:39', '2024-12-26 17:43:39'),
(1036, 'App\\Models\\Item', '396', 'images', 'public', '2024-12-26 17:43:39', '2024-12-26 17:43:39'),
(1037, 'App\\Models\\Item', '397', 'image', 'public', '2024-12-26 17:44:30', '2024-12-26 17:44:30'),
(1038, 'App\\Models\\Item', '397', 'images', 'public', '2024-12-26 17:44:30', '2024-12-26 17:44:30'),
(1039, 'App\\Models\\Item', '398', 'image', 'public', '2024-12-26 17:44:55', '2024-12-26 17:44:55'),
(1040, 'App\\Models\\Item', '398', 'images', 'public', '2024-12-26 17:44:55', '2024-12-26 17:44:55'),
(1041, 'App\\Models\\Item', '399', 'image', 'public', '2024-12-26 17:45:47', '2024-12-26 17:45:47'),
(1042, 'App\\Models\\Item', '399', 'images', 'public', '2024-12-26 17:45:47', '2024-12-26 17:45:47'),
(1043, 'App\\Models\\Item', '400', 'image', 'public', '2024-12-26 17:46:13', '2024-12-26 17:46:13'),
(1044, 'App\\Models\\Item', '400', 'images', 'public', '2024-12-26 17:46:13', '2024-12-26 17:46:13'),
(1045, 'App\\Models\\Category', '203', 'image', 'public', '2024-12-26 17:47:07', '2024-12-26 17:47:07'),
(1046, 'App\\Models\\Item', '401', 'image', 'public', '2024-12-26 17:48:11', '2024-12-26 17:48:11'),
(1047, 'App\\Models\\Item', '401', 'images', 'public', '2024-12-26 17:48:11', '2024-12-26 17:48:11'),
(1048, 'App\\Models\\Item', '402', 'image', 'public', '2024-12-26 17:48:42', '2024-12-26 17:48:42'),
(1049, 'App\\Models\\Item', '402', 'images', 'public', '2024-12-26 17:48:42', '2024-12-26 17:48:42'),
(1050, 'App\\Models\\Item', '403', 'image', 'public', '2024-12-26 17:49:35', '2024-12-26 17:49:35'),
(1051, 'App\\Models\\Item', '403', 'images', 'public', '2024-12-26 17:49:35', '2024-12-26 17:49:35'),
(1052, 'App\\Models\\Item', '404', 'image', 'public', '2024-12-26 17:50:00', '2024-12-26 17:50:00'),
(1053, 'App\\Models\\Item', '404', 'images', 'public', '2024-12-26 17:50:00', '2024-12-26 17:50:00'),
(1054, 'App\\Models\\Item', '405', 'image', 'public', '2024-12-26 17:50:58', '2024-12-26 17:50:58'),
(1055, 'App\\Models\\Item', '405', 'images', 'public', '2024-12-26 17:50:58', '2024-12-26 17:50:58'),
(1056, 'App\\Models\\Item', '406', 'image', 'public', '2024-12-26 17:51:24', '2024-12-26 17:51:24'),
(1057, 'App\\Models\\Item', '406', 'images', 'public', '2024-12-26 17:51:24', '2024-12-26 17:51:24'),
(1058, 'App\\Models\\Category', '204', 'image', 'public', '2024-12-26 17:51:50', '2024-12-26 17:51:50'),
(1059, 'App\\Models\\Item', '407', 'image', 'public', '2024-12-26 17:53:05', '2024-12-26 17:53:05'),
(1060, 'App\\Models\\Item', '407', 'images', 'public', '2024-12-26 17:53:05', '2024-12-26 17:53:05'),
(1061, 'App\\Models\\Item', '408', 'image', 'public', '2024-12-26 17:53:31', '2024-12-26 17:53:31'),
(1062, 'App\\Models\\Item', '408', 'images', 'public', '2024-12-26 17:53:31', '2024-12-26 17:53:31'),
(1063, 'App\\Models\\Item', '409', 'image', 'public', '2024-12-26 17:54:14', '2024-12-26 17:54:14'),
(1064, 'App\\Models\\Item', '409', 'images', 'public', '2024-12-26 17:54:14', '2024-12-26 17:54:14'),
(1065, 'App\\Models\\Item', '410', 'image', 'public', '2024-12-26 17:54:42', '2024-12-26 17:54:42'),
(1066, 'App\\Models\\Item', '410', 'images', 'public', '2024-12-26 17:54:42', '2024-12-26 17:54:42'),
(1067, 'App\\Models\\Item', '411', 'image', 'public', '2024-12-26 17:55:30', '2024-12-26 17:55:30'),
(1068, 'App\\Models\\Item', '411', 'images', 'public', '2024-12-26 17:55:30', '2024-12-26 17:55:30'),
(1069, 'App\\Models\\Item', '412', 'image', 'public', '2024-12-26 17:55:58', '2024-12-26 17:55:58'),
(1070, 'App\\Models\\Item', '412', 'images', 'public', '2024-12-26 17:55:58', '2024-12-26 17:55:58'),
(1071, 'App\\Models\\Store', '16', 'logo', 'public', '2024-12-28 15:35:46', '2024-12-28 15:35:46'),
(1072, 'App\\Models\\Store', '16', 'cover_photo', 'public', '2024-12-28 15:35:46', '2024-12-28 15:35:46'),
(1073, 'App\\Models\\Item', '413', 'image', 'public', '2024-12-28 15:39:47', '2024-12-28 15:39:47'),
(1074, 'App\\Models\\Item', '413', 'images', 'public', '2024-12-28 15:39:47', '2024-12-28 15:39:47'),
(1075, 'App\\Models\\Item', '414', 'image', 'public', '2024-12-28 15:41:10', '2024-12-28 15:41:10'),
(1076, 'App\\Models\\Item', '414', 'images', 'public', '2024-12-28 15:41:10', '2024-12-28 15:41:10'),
(1077, 'App\\Models\\Item', '415', 'image', 'public', '2024-12-28 15:42:29', '2024-12-28 15:42:29'),
(1078, 'App\\Models\\Item', '415', 'images', 'public', '2024-12-28 15:42:29', '2024-12-28 15:42:29'),
(1079, 'App\\Models\\Item', '416', 'image', 'public', '2024-12-28 15:44:27', '2024-12-28 15:44:27'),
(1080, 'App\\Models\\Item', '416', 'images', 'public', '2024-12-28 15:44:27', '2024-12-28 15:44:27'),
(1081, 'App\\Models\\Brand', '21', 'image', 'public', '2024-12-28 15:47:00', '2024-12-28 15:47:00'),
(1082, 'App\\Models\\Item', '417', 'image', 'public', '2024-12-28 15:47:45', '2024-12-28 15:47:45'),
(1083, 'App\\Models\\Item', '417', 'images', 'public', '2024-12-28 15:47:45', '2024-12-28 15:47:45'),
(1084, 'App\\Models\\Item', '418', 'image', 'public', '2024-12-28 15:50:27', '2024-12-28 15:50:27'),
(1085, 'App\\Models\\Item', '418', 'images', 'public', '2024-12-28 15:50:27', '2024-12-28 15:50:27'),
(1086, 'App\\Models\\Item', '419', 'image', 'public', '2024-12-28 15:55:02', '2024-12-28 15:55:02'),
(1087, 'App\\Models\\Item', '419', 'images', 'public', '2024-12-28 15:55:02', '2024-12-28 15:55:02'),
(1088, 'App\\Models\\Item', '420', 'image', 'public', '2024-12-28 15:57:04', '2024-12-28 15:57:04'),
(1089, 'App\\Models\\Item', '420', 'images', 'public', '2024-12-28 15:57:04', '2024-12-28 15:57:04'),
(1090, 'App\\Models\\Item', '421', 'image', 'public', '2024-12-28 16:00:47', '2024-12-28 16:00:47'),
(1091, 'App\\Models\\Item', '421', 'images', 'public', '2024-12-28 16:00:47', '2024-12-28 16:00:47'),
(1092, 'App\\Models\\Item', '422', 'image', 'public', '2024-12-28 16:03:23', '2024-12-28 16:03:23'),
(1093, 'App\\Models\\Item', '422', 'images', 'public', '2024-12-28 16:03:23', '2024-12-28 16:03:23'),
(1094, 'App\\Models\\Item', '423', 'image', 'public', '2024-12-28 16:04:43', '2024-12-28 16:04:43'),
(1095, 'App\\Models\\Item', '423', 'images', 'public', '2024-12-28 16:04:43', '2024-12-28 16:04:43'),
(1096, 'App\\Models\\Item', '424', 'image', 'public', '2024-12-28 16:06:08', '2024-12-28 16:06:08'),
(1097, 'App\\Models\\Item', '424', 'images', 'public', '2024-12-28 16:06:08', '2024-12-28 16:06:08'),
(1098, 'App\\Models\\Item', '425', 'image', 'public', '2024-12-28 16:07:17', '2024-12-28 16:07:17'),
(1099, 'App\\Models\\Item', '425', 'images', 'public', '2024-12-28 16:07:17', '2024-12-28 16:07:17'),
(1100, 'App\\Models\\Item', '426', 'image', 'public', '2024-12-28 16:08:24', '2024-12-28 16:08:24'),
(1101, 'App\\Models\\Item', '426', 'images', 'public', '2024-12-28 16:08:24', '2024-12-28 16:08:24'),
(1102, 'App\\Models\\Item', '427', 'image', 'public', '2024-12-28 16:11:58', '2024-12-28 16:11:58'),
(1103, 'App\\Models\\Item', '427', 'images', 'public', '2024-12-28 16:11:58', '2024-12-28 16:11:58'),
(1104, 'App\\Models\\Item', '428', 'image', 'public', '2024-12-28 16:13:46', '2024-12-28 16:13:46'),
(1105, 'App\\Models\\Item', '428', 'images', 'public', '2024-12-28 16:13:46', '2024-12-28 16:13:46'),
(1106, 'App\\Models\\Item', '429', 'image', 'public', '2024-12-28 16:15:07', '2024-12-28 16:15:07'),
(1107, 'App\\Models\\Item', '429', 'images', 'public', '2024-12-28 16:15:07', '2024-12-28 16:15:07'),
(1108, 'App\\Models\\Item', '430', 'image', 'public', '2024-12-28 16:16:45', '2024-12-28 16:16:45'),
(1109, 'App\\Models\\Item', '430', 'images', 'public', '2024-12-28 16:16:45', '2024-12-28 16:16:45'),
(1110, 'App\\Models\\Item', '431', 'image', 'public', '2024-12-28 16:18:53', '2024-12-28 16:18:53'),
(1111, 'App\\Models\\Item', '431', 'images', 'public', '2024-12-28 16:18:53', '2024-12-28 16:18:53'),
(1112, 'App\\Models\\Item', '432', 'image', 'public', '2024-12-28 16:22:40', '2024-12-28 16:22:40'),
(1113, 'App\\Models\\Item', '432', 'images', 'public', '2024-12-28 16:22:40', '2024-12-28 16:22:40'),
(1114, 'App\\Models\\Item', '433', 'image', 'public', '2024-12-28 16:24:14', '2024-12-28 16:24:14'),
(1115, 'App\\Models\\Item', '433', 'images', 'public', '2024-12-28 16:24:14', '2024-12-28 16:24:14'),
(1116, 'App\\Models\\Item', '434', 'image', 'public', '2024-12-28 16:27:53', '2024-12-28 16:27:53'),
(1117, 'App\\Models\\Item', '434', 'images', 'public', '2024-12-28 16:27:53', '2024-12-28 16:27:53'),
(1118, 'App\\Models\\Item', '435', 'image', 'public', '2024-12-28 16:30:43', '2024-12-28 16:30:43'),
(1119, 'App\\Models\\Item', '435', 'images', 'public', '2024-12-28 16:30:43', '2024-12-28 16:30:43'),
(1120, 'App\\Models\\Item', '436', 'image', 'public', '2024-12-28 16:34:57', '2024-12-28 16:34:57'),
(1121, 'App\\Models\\Item', '436', 'images', 'public', '2024-12-28 16:34:57', '2024-12-28 16:34:57'),
(1122, 'App\\Models\\Item', '437', 'image', 'public', '2024-12-28 16:39:06', '2024-12-28 16:39:06'),
(1123, 'App\\Models\\Item', '437', 'images', 'public', '2024-12-28 16:39:06', '2024-12-28 16:39:06'),
(1124, 'App\\Models\\Item', '438', 'image', 'public', '2024-12-28 16:40:09', '2024-12-28 16:40:09'),
(1125, 'App\\Models\\Item', '438', 'images', 'public', '2024-12-28 16:40:09', '2024-12-28 16:40:09'),
(1126, 'App\\Models\\Item', '439', 'image', 'public', '2024-12-28 16:40:54', '2024-12-28 16:40:54'),
(1127, 'App\\Models\\Item', '439', 'images', 'public', '2024-12-28 16:40:54', '2024-12-28 16:40:54'),
(1128, 'App\\Models\\Item', '440', 'image', 'public', '2024-12-28 16:44:01', '2024-12-28 16:44:01'),
(1129, 'App\\Models\\Item', '440', 'images', 'public', '2024-12-28 16:44:01', '2024-12-28 16:44:01'),
(1130, 'App\\Models\\Item', '441', 'image', 'public', '2024-12-28 16:45:16', '2024-12-28 16:45:16'),
(1131, 'App\\Models\\Item', '441', 'images', 'public', '2024-12-28 16:45:16', '2024-12-28 16:45:16'),
(1132, 'App\\Models\\Item', '442', 'image', 'public', '2024-12-28 16:46:14', '2024-12-28 16:46:14'),
(1133, 'App\\Models\\Item', '442', 'images', 'public', '2024-12-28 16:46:14', '2024-12-28 16:46:14'),
(1134, 'App\\Models\\Item', '443', 'image', 'public', '2024-12-28 16:47:09', '2024-12-28 16:47:09'),
(1135, 'App\\Models\\Item', '443', 'images', 'public', '2024-12-28 16:47:09', '2024-12-28 16:47:09'),
(1136, 'App\\Models\\Item', '444', 'image', 'public', '2024-12-28 16:48:49', '2024-12-28 16:48:49'),
(1137, 'App\\Models\\Item', '444', 'images', 'public', '2024-12-28 16:48:49', '2024-12-28 16:48:49'),
(1138, 'App\\Models\\Item', '445', 'image', 'public', '2024-12-28 17:02:59', '2024-12-28 17:02:59'),
(1139, 'App\\Models\\Item', '445', 'images', 'public', '2024-12-28 17:02:59', '2024-12-28 17:02:59'),
(1140, 'App\\Models\\Item', '446', 'image', 'public', '2024-12-28 17:03:53', '2024-12-28 17:03:53'),
(1141, 'App\\Models\\Item', '446', 'images', 'public', '2024-12-28 17:03:53', '2024-12-28 17:03:53'),
(1142, 'App\\Models\\Item', '447', 'image', 'public', '2024-12-28 17:04:47', '2024-12-28 17:04:47'),
(1143, 'App\\Models\\Item', '447', 'images', 'public', '2024-12-28 17:04:47', '2024-12-28 17:04:47'),
(1144, 'App\\Models\\Item', '448', 'image', 'public', '2024-12-28 17:06:49', '2024-12-28 17:06:49'),
(1145, 'App\\Models\\Item', '448', 'images', 'public', '2024-12-28 17:06:49', '2024-12-28 17:06:49'),
(1146, 'App\\Models\\Item', '449', 'image', 'public', '2024-12-28 17:08:01', '2024-12-28 17:08:01'),
(1147, 'App\\Models\\Item', '449', 'images', 'public', '2024-12-28 17:08:01', '2024-12-28 17:08:01'),
(1148, 'App\\Models\\Item', '450', 'image', 'public', '2024-12-28 17:09:24', '2024-12-28 17:09:24'),
(1149, 'App\\Models\\Item', '450', 'images', 'public', '2024-12-28 17:09:24', '2024-12-28 17:09:24'),
(1150, 'App\\Models\\Item', '451', 'image', 'public', '2024-12-28 17:11:00', '2024-12-28 17:11:00'),
(1151, 'App\\Models\\Item', '451', 'images', 'public', '2024-12-28 17:11:00', '2024-12-28 17:11:00'),
(1152, 'App\\Models\\Item', '452', 'image', 'public', '2024-12-28 17:12:27', '2024-12-28 17:12:27'),
(1153, 'App\\Models\\Item', '452', 'images', 'public', '2024-12-28 17:12:27', '2024-12-28 17:12:27'),
(1154, 'App\\Models\\Item', '453', 'image', 'public', '2024-12-28 17:13:26', '2024-12-28 17:13:26'),
(1155, 'App\\Models\\Item', '453', 'images', 'public', '2024-12-28 17:13:26', '2024-12-28 17:13:26'),
(1156, 'App\\Models\\Item', '454', 'image', 'public', '2024-12-28 17:14:30', '2024-12-28 17:14:30'),
(1157, 'App\\Models\\Item', '454', 'images', 'public', '2024-12-28 17:14:30', '2024-12-28 17:14:30'),
(1158, 'App\\Models\\Item', '455', 'image', 'public', '2024-12-28 17:16:34', '2024-12-28 17:16:34'),
(1159, 'App\\Models\\Item', '455', 'images', 'public', '2024-12-28 17:16:34', '2024-12-28 17:16:34'),
(1160, 'App\\Models\\Item', '456', 'image', 'public', '2024-12-28 17:17:35', '2024-12-28 17:17:35'),
(1161, 'App\\Models\\Item', '456', 'images', 'public', '2024-12-28 17:17:35', '2024-12-28 17:17:35'),
(1162, 'App\\Models\\Item', '457', 'image', 'public', '2024-12-28 17:18:35', '2024-12-28 17:18:35'),
(1163, 'App\\Models\\Item', '457', 'images', 'public', '2024-12-28 17:18:35', '2024-12-28 17:18:35'),
(1164, 'App\\Models\\Category', '205', 'image', 'public', '2024-12-28 17:23:11', '2024-12-28 17:23:11'),
(1165, 'App\\Models\\Brand', '22', 'image', 'public', '2024-12-28 17:27:09', '2024-12-28 17:27:09'),
(1166, 'App\\Models\\Item', '458', 'image', 'public', '2024-12-28 17:28:23', '2024-12-28 17:28:23'),
(1167, 'App\\Models\\Item', '458', 'images', 'public', '2024-12-28 17:28:23', '2024-12-28 17:28:23'),
(1168, 'App\\Models\\Item', '459', 'image', 'public', '2024-12-28 17:30:24', '2024-12-28 17:30:24'),
(1169, 'App\\Models\\Item', '459', 'images', 'public', '2024-12-28 17:30:24', '2024-12-28 17:30:24'),
(1170, 'App\\Models\\Brand', '23', 'image', 'public', '2024-12-28 17:31:43', '2024-12-28 17:31:43'),
(1171, 'App\\Models\\Item', '460', 'image', 'public', '2024-12-28 17:32:58', '2024-12-28 17:32:58'),
(1172, 'App\\Models\\Item', '460', 'images', 'public', '2024-12-28 17:32:58', '2024-12-28 17:32:58'),
(1173, 'App\\Models\\Item', '461', 'image', 'public', '2024-12-28 17:34:03', '2024-12-28 17:34:03'),
(1174, 'App\\Models\\Item', '461', 'images', 'public', '2024-12-28 17:34:03', '2024-12-28 17:34:03'),
(1175, 'App\\Models\\Category', '206', 'image', 'public', '2024-12-28 17:35:45', '2024-12-28 17:35:45'),
(1176, 'App\\Models\\Item', '462', 'image', 'public', '2024-12-28 17:36:53', '2024-12-28 17:36:53'),
(1177, 'App\\Models\\Item', '462', 'images', 'public', '2024-12-28 17:36:53', '2024-12-28 17:36:53'),
(1178, 'App\\Models\\Item', '463', 'image', 'public', '2024-12-28 17:37:53', '2024-12-28 17:37:53'),
(1179, 'App\\Models\\Item', '463', 'images', 'public', '2024-12-28 17:37:53', '2024-12-28 17:37:53'),
(1180, 'App\\Models\\Item', '464', 'image', 'public', '2024-12-28 17:39:02', '2024-12-28 17:39:02'),
(1181, 'App\\Models\\Item', '464', 'images', 'public', '2024-12-28 17:39:02', '2024-12-28 17:39:02'),
(1182, 'App\\Models\\Item', '465', 'image', 'public', '2024-12-28 17:40:08', '2024-12-28 17:40:08'),
(1183, 'App\\Models\\Item', '465', 'images', 'public', '2024-12-28 17:40:08', '2024-12-28 17:40:08'),
(1184, 'App\\Models\\Item', '466', 'image', 'public', '2024-12-28 17:42:46', '2024-12-28 17:42:46'),
(1185, 'App\\Models\\Item', '466', 'images', 'public', '2024-12-28 17:42:46', '2024-12-28 17:42:46'),
(1186, 'App\\Models\\Item', '467', 'image', 'public', '2024-12-28 17:43:44', '2024-12-28 17:43:44'),
(1187, 'App\\Models\\Item', '467', 'images', 'public', '2024-12-28 17:43:44', '2024-12-28 17:43:44'),
(1188, 'App\\Models\\Item', '468', 'image', 'public', '2024-12-28 17:44:45', '2024-12-28 17:44:45'),
(1189, 'App\\Models\\Item', '468', 'images', 'public', '2024-12-28 17:44:45', '2024-12-28 17:44:45'),
(1190, 'App\\Models\\Item', '469', 'image', 'public', '2024-12-28 17:45:59', '2024-12-28 17:45:59'),
(1191, 'App\\Models\\Item', '469', 'images', 'public', '2024-12-28 17:45:59', '2024-12-28 17:45:59'),
(1192, 'App\\Models\\Banner', '10', 'image', 'public', '2024-12-29 16:00:27', '2024-12-29 16:00:27'),
(1193, 'App\\Models\\Banner', '11', 'image', 'public', '2024-12-29 16:02:54', '2024-12-29 16:02:54'),
(1194, 'App\\Models\\Banner', '12', 'image', 'public', '2024-12-29 16:04:03', '2024-12-29 16:04:03'),
(1195, 'App\\Models\\Banner', '13', 'image', 'public', '2024-12-29 16:04:26', '2024-12-29 16:04:26'),
(1196, 'App\\Models\\Banner', '14', 'image', 'public', '2024-12-29 16:20:27', '2024-12-29 16:20:27'),
(1197, 'App\\Models\\Banner', '15', 'image', 'public', '2024-12-29 16:22:47', '2024-12-29 16:22:47'),
(1198, 'App\\Models\\UserInfo', '7', 'image', 'public', '2024-12-29 22:33:10', '2024-12-29 22:33:10'),
(1199, 'App\\Models\\DeliveryMan', '1', 'image', 'public', '2025-01-03 13:45:52', '2025-01-03 13:45:52'),
(1200, 'App\\Models\\UserInfo', '8', 'image', 'public', '2025-01-03 14:32:37', '2025-01-03 14:32:37'),
(1201, 'App\\Models\\Admin', '4', 'image', 'public', '2025-01-03 15:22:24', '2025-01-03 15:22:24'),
(1202, 'App\\Models\\BusinessSetting', '29', NULL, 'public', '2025-01-27 20:07:52', '2025-01-27 20:07:52'),
(1203, 'App\\Models\\BusinessSetting', '24', NULL, 'public', '2025-02-17 15:53:00', '2025-02-17 15:53:00'),
(1204, 'App\\Models\\BusinessSetting', '64', NULL, 'public', '2025-02-17 15:53:00', '2025-02-17 15:53:00'),
(1205, 'App\\Models\\BusinessSetting', '99', NULL, 'public', '2025-01-31 16:17:24', '2025-01-31 16:17:24'),
(1206, 'App\\Models\\BusinessSetting', '100', NULL, 'public', '2025-01-31 16:17:24', '2025-01-31 16:17:24'),
(1207, 'App\\Models\\BusinessSetting', '101', NULL, 'public', '2025-01-31 16:17:24', '2025-01-31 16:17:24'),
(1208, 'App\\Models\\BusinessSetting', '137', NULL, 'public', '2025-01-15 18:01:06', '2025-01-15 18:01:06'),
(1209, 'App\\Models\\ModuleWiseBanner', '19', 'value', 'public', '2025-01-17 12:05:43', '2025-01-17 12:05:43'),
(1210, 'App\\Models\\ModuleWiseBanner', '20', 'value', 'public', '2025-02-05 11:34:54', '2025-02-05 11:34:54'),
(1211, 'App\\Models\\ModuleWiseWhyChoose', '2', 'image', 'public', '2025-01-18 11:07:59', '2025-01-18 11:07:59'),
(1212, 'App\\Models\\ParcelCategory', '5', 'image', 'public', '2025-02-09 14:07:28', '2025-02-09 14:07:28'),
(1213, 'App\\Models\\Admin', '5', 'image', 'public', '2025-01-19 16:08:45', '2025-01-19 16:08:45'),
(1214, 'App\\Models\\Admin', '6', 'image', 'public', '2025-01-19 17:03:58', '2025-01-19 17:03:58'),
(1215, 'App\\Models\\Admin', '7', 'image', 'public', '2025-01-19 17:06:22', '2025-01-19 17:06:22'),
(1216, 'App\\Models\\ModuleWiseBanner', '21', 'value', 'public', '2025-02-05 11:34:24', '2025-02-05 11:34:24'),
(1217, 'App\\Models\\ModuleWiseBanner', '22', 'value', 'public', '2025-01-28 12:19:31', '2025-01-28 12:19:31'),
(1218, 'App\\Models\\Store', '17', 'logo', 'public', '2025-01-27 16:45:43', '2025-01-27 16:45:43'),
(1219, 'App\\Models\\Store', '17', 'cover_photo', 'public', '2025-01-27 16:45:43', '2025-01-27 16:45:43'),
(1220, 'App\\Models\\Item', '470', 'image', 'public', '2025-01-27 16:51:46', '2025-01-27 16:51:46'),
(1221, 'App\\Models\\Item', '470', 'images', 'public', '2025-01-27 17:00:17', '2025-01-27 17:00:17'),
(1222, 'App\\Models\\DeliveryMan', '2', 'image', 'public', '2025-01-27 19:54:00', '2025-01-27 19:54:00'),
(1223, 'App\\Models\\DeliveryMan', '3', 'image', 'public', '2025-01-28 10:40:45', '2025-01-28 10:40:45'),
(1224, 'App\\Models\\DeliveryMan', '4', 'image', 'public', '2025-01-28 11:07:01', '2025-01-28 11:07:01'),
(1225, 'App\\Models\\DeliveryMan', '5', 'image', 'public', '2025-01-28 11:16:38', '2025-01-28 11:16:38'),
(1226, 'App\\Models\\DeliveryMan', '6', 'image', 'public', '2025-01-28 11:22:54', '2025-01-28 11:22:54'),
(1227, 'App\\Models\\ModuleWiseBanner', '23', 'value', 'public', '2025-01-28 12:19:23', '2025-01-28 12:19:23'),
(1228, 'App\\Models\\ModuleWiseBanner', '24', 'value', 'public', '2025-02-05 11:34:41', '2025-02-05 11:34:41'),
(1229, 'App\\Models\\DeliveryMan', '7', 'image', 'public', '2025-01-28 14:18:01', '2025-01-28 14:18:01'),
(1230, 'App\\Models\\DeliveryMan', '8', 'image', 'public', '2025-01-28 14:42:35', '2025-01-28 14:42:35'),
(1231, 'App\\Models\\ModuleWiseBanner', '25', 'value', 'public', '2025-02-05 11:34:16', '2025-02-05 11:34:16'),
(1232, 'App\\Models\\ModuleWiseBanner', '26', 'value', 'public', '2025-02-05 11:34:12', '2025-02-05 11:34:12'),
(1233, 'App\\Models\\ModuleWiseBanner', '27', 'value', 'public', '2025-02-05 11:34:09', '2025-02-05 11:34:09'),
(1234, 'App\\Models\\DeliveryMan', '9', 'image', 'public', '2025-01-31 20:53:27', '2025-01-31 20:53:27'),
(1235, 'App\\Models\\DeliveryMan', '10', 'image', 'public', '2025-01-29 18:33:06', '2025-01-29 18:33:06'),
(1236, 'App\\Models\\ModuleWiseBanner', '28', 'value', 'public', '2025-02-08 15:32:52', '2025-02-08 15:32:52'),
(1237, 'App\\Models\\DeliveryMan', '11', 'image', 'public', '2025-01-31 11:45:27', '2025-01-31 11:45:27'),
(1238, 'App\\Models\\DeliveryMan', '12', 'image', 'public', '2025-01-31 18:57:26', '2025-01-31 18:57:26'),
(1239, 'App\\Models\\DeliveryMan', '13', 'image', 'public', '2025-01-31 19:29:43', '2025-01-31 19:29:43'),
(1240, 'App\\Models\\Module', '8', 'icon', 'public', '2025-01-31 19:36:59', '2025-01-31 19:36:59'),
(1241, 'App\\Models\\Module', '8', 'thumbnail', 'public', '2025-01-31 19:36:59', '2025-01-31 19:36:59'),
(1242, 'App\\Models\\DeliveryMan', '14', 'image', 'public', '2025-01-31 20:14:31', '2025-01-31 20:14:31'),
(1243, 'App\\Models\\DeliveryMan', '15', 'image', 'public', '2025-01-31 20:38:29', '2025-01-31 20:38:29'),
(1244, 'App\\Models\\ModuleWiseBanner', '29', 'value', 'public', '2025-02-08 15:32:41', '2025-02-08 15:32:41'),
(1245, 'App\\Models\\UserInfo', '9', 'image', 'public', '2025-02-02 17:58:11', '2025-02-02 17:58:11'),
(1246, 'App\\Models\\UserInfo', '10', 'image', 'public', '2025-02-02 18:01:13', '2025-02-02 18:01:13'),
(1247, 'App\\Models\\DeliveryMan', '16', 'image', 'public', '2025-02-02 18:07:27', '2025-02-02 18:07:27'),
(1248, 'App\\Models\\DeliveryMan', '17', 'image', 'public', '2025-02-04 20:35:08', '2025-02-04 20:35:08'),
(1249, 'App\\Models\\Module', '1', 'bottom_image', 'public', '2024-12-24 16:00:16', '2024-12-24 16:00:16'),
(1250, 'App\\Models\\DeliveryMan', '18', 'image', 'public', '2025-02-07 14:10:53', '2025-02-07 14:10:53'),
(1251, 'App\\Models\\BusinessSetting', '155', NULL, 'public', '2025-08-08 06:28:04', '2025-08-08 06:28:04'),
(1252, 'App\\Models\\DeliveryMan', '19', 'image', 'public', '2025-02-07 18:28:02', '2025-02-07 18:28:02'),
(1253, 'App\\Models\\ModuleWiseBanner', '30', 'value', 'public', '2025-02-08 11:15:03', '2025-02-08 11:15:03'),
(1254, 'App\\Models\\UserInfo', '11', 'image', 'public', '2025-02-08 17:05:43', '2025-02-08 17:05:43'),
(1255, 'App\\Models\\ParcelCategory', '6', 'image', 'public', '2025-02-09 14:09:35', '2025-02-09 14:09:35'),
(1256, 'App\\Models\\ParcelCategory', '7', 'image', 'public', '2025-02-09 10:59:26', '2025-02-09 10:59:26'),
(1257, 'App\\Models\\ParcelCategory', '8', 'image', 'public', '2025-02-16 11:19:02', '2025-02-16 11:19:02'),
(1258, 'App\\Models\\UserInfo', '12', 'image', 'public', '2025-02-09 19:25:29', '2025-02-09 19:25:29'),
(1259, 'App\\Models\\ModuleWiseBanner', '31', 'value', 'public', '2025-02-10 08:17:48', '2025-02-10 08:17:48'),
(1260, 'App\\Models\\DataSetting', '86', NULL, 'public', '2025-04-29 05:54:16', '2025-04-29 05:54:16'),
(1261, 'App\\Models\\DataSetting', '87', NULL, 'public', '2025-02-12 21:40:17', '2025-02-12 21:40:17'),
(1262, 'App\\Models\\UserInfo', '13', 'image', 'public', '2025-02-16 21:09:06', '2025-02-16 21:09:06'),
(1263, 'App\\Models\\UserInfo', '14', 'image', 'public', '2025-02-20 12:55:24', '2025-02-20 12:55:24'),
(1264, 'App\\Models\\Admin', '8', 'image', 'public', '2025-03-05 18:09:51', '2025-03-05 18:09:51'),
(1265, 'App\\Models\\BusinessSetting', '156', NULL, 'public', '2025-08-08 06:13:14', '2025-08-08 06:13:14'),
(1266, 'App\\Models\\BusinessSetting', '157', NULL, 'public', '2025-08-08 06:13:14', '2025-08-08 06:13:14'),
(1267, 'App\\Models\\BusinessSetting', '158', NULL, 'public', '2025-08-08 06:13:14', '2025-08-08 06:13:14'),
(1268, 'App\\Models\\BusinessSetting', '159', NULL, 'public', '2025-08-08 06:13:14', '2025-08-08 06:13:14'),
(1269, 'App\\Models\\BusinessSetting', '98', NULL, 'public', '2025-08-08 06:13:14', '2025-08-08 06:13:14'),
(1270, 'App\\Models\\BusinessSetting', '97', NULL, 'public', '2025-08-08 06:13:14', '2025-08-08 06:13:14'),
(1271, 'App\\Models\\BusinessSetting', '160', NULL, 'public', '2025-08-08 06:13:14', '2025-08-08 06:13:14'),
(1272, 'App\\Models\\BusinessSetting', '161', NULL, 'public', '2025-08-08 06:13:14', '2025-08-08 06:13:14'),
(1273, 'App\\Models\\BusinessSetting', '162', NULL, 'public', '2025-08-08 06:13:14', '2025-08-08 06:13:14'),
(1274, 'App\\Models\\BusinessSetting', '163', NULL, 'public', '2025-08-08 06:13:14', '2025-08-08 06:13:14'),
(1275, 'App\\Models\\BusinessSetting', '164', NULL, 'public', '2025-04-24 08:28:06', '2025-04-24 08:28:06'),
(1276, 'App\\Models\\BusinessSetting', '5', NULL, 'public', '2025-04-24 08:28:06', '2025-04-24 08:28:06'),
(1277, 'App\\Models\\BusinessSetting', '165', NULL, 'public', '2025-04-24 08:28:06', '2025-04-24 08:28:06'),
(1278, 'App\\Models\\UserInfo', '15', 'image', 'public', '2025-05-01 09:03:05', '2025-05-01 09:03:05'),
(1279, 'App\\Models\\UserInfo', '16', 'image', 'public', '2025-05-01 11:37:18', '2025-05-01 11:37:18'),
(1280, 'App\\Models\\UserInfo', '17', 'image', 'public', '2025-05-03 08:28:55', '2025-05-03 08:28:55'),
(1281, 'App\\Models\\UserInfo', '18', 'image', 'public', '2025-05-03 08:28:55', '2025-05-03 08:28:55'),
(1282, 'App\\Models\\UserInfo', '19', 'image', 'public', '2025-05-05 06:50:50', '2025-05-05 06:50:50'),
(1283, 'App\\Models\\DeliveryMan', '20', 'image', 'public', '2025-05-06 14:19:22', '2025-05-06 14:19:22'),
(1284, 'App\\Models\\Store', '18', 'logo', 'public', '2025-05-14 12:15:27', '2025-05-14 12:15:27'),
(1285, 'App\\Models\\Store', '18', 'cover_photo', 'public', '2025-05-14 12:15:27', '2025-05-14 12:15:27'),
(1286, 'App\\Models\\Store', '19', 'logo', 'public', '2025-05-16 05:08:02', '2025-05-16 05:08:02'),
(1287, 'App\\Models\\Store', '19', 'cover_photo', 'public', '2025-05-16 05:08:02', '2025-05-16 05:08:02'),
(1288, 'App\\Models\\Store', '20', 'logo', 'public', '2025-05-20 10:22:27', '2025-05-20 10:22:27'),
(1289, 'App\\Models\\Store', '20', 'cover_photo', 'public', '2025-05-20 10:22:27', '2025-05-20 10:22:27'),
(1290, 'App\\Models\\Category', '207', 'image', 'public', '2025-05-20 10:26:07', '2025-05-20 10:26:07'),
(1291, 'App\\Models\\Category', '208', 'image', 'public', '2025-05-20 10:36:01', '2025-05-20 10:36:01'),
(1292, 'App\\Models\\Store', '21', 'logo', 'public', '2025-05-23 12:21:50', '2025-05-23 12:21:50'),
(1293, 'App\\Models\\Store', '21', 'cover_photo', 'public', '2025-05-23 12:21:50', '2025-05-23 12:21:50'),
(1294, 'App\\Models\\Category', '209', 'image', 'public', '2025-05-23 15:48:52', '2025-05-23 15:48:52'),
(1295, 'App\\Models\\Category', '210', 'image', 'public', '2025-05-23 15:49:28', '2025-05-23 15:49:28'),
(1296, 'App\\Models\\Item', '471', 'image', 'public', '2025-05-23 15:53:28', '2025-05-23 15:53:28'),
(1297, 'App\\Models\\Item', '471', 'images', 'public', '2025-05-23 15:53:28', '2025-05-23 15:53:28'),
(1298, 'App\\Models\\User', '54', 'image', 'public', '2025-07-08 13:23:56', '2025-07-08 13:23:56'),
(1299, 'App\\Models\\Store', '22', 'logo', 'public', '2025-07-22 09:28:39', '2025-07-22 09:28:39'),
(1300, 'App\\Models\\Store', '22', 'cover_photo', 'public', '2025-07-22 09:28:39', '2025-07-22 09:28:39'),
(1301, 'App\\Models\\Item', '472', 'image', 'public', '2025-07-22 09:53:03', '2025-07-22 09:53:03'),
(1302, 'App\\Models\\Item', '472', 'images', 'public', '2025-07-22 09:32:39', '2025-07-22 09:32:39'),
(1303, 'App\\Models\\TempProduct', '1', 'image', 'public', '2025-07-22 09:32:40', '2025-07-22 09:32:40'),
(1304, 'App\\Models\\TempProduct', '1', 'images', 'public', '2025-07-22 09:32:40', '2025-07-22 09:32:40'),
(1305, 'App\\Models\\TempProduct', '2', 'image', 'public', '2025-07-22 09:50:42', '2025-07-22 09:50:42'),
(1306, 'App\\Models\\TempProduct', '2', 'images', 'public', '2025-07-22 09:47:25', '2025-07-22 09:47:25'),
(1307, 'App\\Models\\TempProduct', '3', 'image', 'public', '2025-07-22 09:54:04', '2025-07-22 09:54:04'),
(1308, 'App\\Models\\TempProduct', '3', 'images', 'public', '2025-07-22 09:54:04', '2025-07-22 09:54:04'),
(1309, 'App\\Models\\Store', '23', 'logo', 'public', '2025-07-25 10:06:12', '2025-07-25 10:06:12'),
(1310, 'App\\Models\\Store', '23', 'cover_photo', 'public', '2025-07-25 10:06:12', '2025-07-25 10:06:12'),
(1311, 'App\\Models\\Store', '24', 'logo', 'public', '2025-07-25 11:50:09', '2025-07-25 11:50:09'),
(1312, 'App\\Models\\Store', '24', 'cover_photo', 'public', '2025-07-25 11:50:09', '2025-07-25 11:50:09'),
(1313, 'App\\Models\\Store', '25', 'logo', 'public', '2025-07-25 12:18:56', '2025-07-25 12:18:56'),
(1314, 'App\\Models\\Store', '25', 'cover_photo', 'public', '2025-07-25 12:18:56', '2025-07-25 12:18:56'),
(1315, 'App\\Models\\Store', '26', 'logo', 'public', '2025-07-25 12:49:46', '2025-07-25 12:49:46'),
(1316, 'App\\Models\\Store', '26', 'cover_photo', 'public', '2025-07-25 12:49:46', '2025-07-25 12:49:46'),
(1317, 'App\\Models\\Store', '27', 'logo', 'public', '2025-07-25 13:12:34', '2025-07-25 13:12:34'),
(1318, 'App\\Models\\Store', '27', 'cover_photo', 'public', '2025-07-25 13:12:34', '2025-07-25 13:12:34'),
(1319, 'App\\Models\\Item', '473', 'image', 'public', '2025-07-25 13:35:40', '2025-07-25 13:35:40'),
(1320, 'App\\Models\\Item', '473', 'images', 'public', '2025-07-25 13:35:40', '2025-07-25 13:35:40'),
(1321, 'App\\Models\\Item', '474', 'image', 'public', '2025-07-25 13:39:35', '2025-07-25 13:39:35'),
(1322, 'App\\Models\\Item', '474', 'images', 'public', '2025-07-25 13:39:35', '2025-07-25 13:39:35'),
(1323, 'App\\Models\\Store', '28', 'logo', 'public', '2025-08-08 08:55:12', '2025-08-08 08:55:12'),
(1324, 'App\\Models\\Store', '28', 'cover_photo', 'public', '2025-08-08 08:55:12', '2025-08-08 08:55:12'),
(1325, 'App\\Models\\Category', '211', 'image', 'public', '2025-08-08 09:07:02', '2025-08-08 09:07:02'),
(1326, 'App\\Models\\Category', '212', 'image', 'public', '2025-08-08 09:11:58', '2025-08-08 09:11:58'),
(1327, 'App\\Models\\Category', '213', 'image', 'public', '2025-08-08 10:05:40', '2025-08-08 10:05:40'),
(1328, 'App\\Models\\Category', '214', 'image', 'public', '2025-08-08 10:09:42', '2025-08-08 10:09:42'),
(1329, 'App\\Models\\Category', '215', 'image', 'public', '2025-08-08 10:11:58', '2025-08-08 10:11:58'),
(1330, 'App\\Models\\Category', '216', 'image', 'public', '2025-08-08 10:13:24', '2025-08-08 10:13:24'),
(1331, 'App\\Models\\Category', '217', 'image', 'public', '2025-08-08 10:15:11', '2025-08-08 10:15:11'),
(1332, 'App\\Models\\Category', '218', 'image', 'public', '2025-08-08 10:16:47', '2025-08-08 10:16:47'),
(1333, 'App\\Models\\Category', '219', 'image', 'public', '2025-08-08 10:18:04', '2025-08-08 10:18:04'),
(1334, 'App\\Models\\Category', '220', 'image', 'public', '2025-08-08 10:19:02', '2025-08-08 10:19:02'),
(1335, 'App\\Models\\Category', '221', 'image', 'public', '2025-08-08 10:21:20', '2025-08-08 10:21:20'),
(1336, 'App\\Models\\Category', '222', 'image', 'public', '2025-08-08 10:23:47', '2025-08-08 10:23:47'),
(1337, 'App\\Models\\Category', '223', 'image', 'public', '2025-08-08 10:23:48', '2025-08-08 10:23:48'),
(1338, 'App\\Models\\Category', '224', 'image', 'public', '2025-08-08 10:25:14', '2025-08-08 10:25:14'),
(1339, 'App\\Models\\Category', '225', 'image', 'public', '2025-08-08 10:26:07', '2025-08-08 10:26:07'),
(1340, 'App\\Models\\Category', '226', 'image', 'public', '2025-08-08 10:26:55', '2025-08-08 10:26:55'),
(1341, 'App\\Models\\Category', '227', 'image', 'public', '2025-08-08 10:27:45', '2025-08-08 10:27:45'),
(1342, 'App\\Models\\Category', '228', 'image', 'public', '2025-08-08 10:28:43', '2025-08-08 10:28:43'),
(1343, 'App\\Models\\Category', '229', 'image', 'public', '2025-08-08 10:30:18', '2025-08-08 10:30:18'),
(1344, 'App\\Models\\Category', '230', 'image', 'public', '2025-08-08 10:30:31', '2025-08-08 10:30:31'),
(1345, 'App\\Models\\Category', '231', 'image', 'public', '2025-08-08 10:31:48', '2025-08-08 10:31:48'),
(1346, 'App\\Models\\Category', '232', 'image', 'public', '2025-08-08 10:32:23', '2025-08-08 10:32:23'),
(1347, 'App\\Models\\Category', '233', 'image', 'public', '2025-08-08 10:33:27', '2025-08-08 10:33:27'),
(1348, 'App\\Models\\Category', '234', 'image', 'public', '2025-08-08 10:33:56', '2025-08-08 10:33:56'),
(1349, 'App\\Models\\Category', '235', 'image', 'public', '2025-08-08 10:34:32', '2025-08-08 10:34:32'),
(1350, 'App\\Models\\Category', '236', 'image', 'public', '2025-08-08 10:36:22', '2025-08-08 10:36:22'),
(1351, 'App\\Models\\Category', '237', 'image', 'public', '2025-08-08 10:37:11', '2025-08-08 10:37:11'),
(1352, 'App\\Models\\Category', '238', 'image', 'public', '2025-08-08 10:37:34', '2025-08-08 10:37:34'),
(1353, 'App\\Models\\Category', '239', 'image', 'public', '2025-08-08 10:37:58', '2025-08-08 10:37:58'),
(1354, 'App\\Models\\Category', '240', 'image', 'public', '2025-08-08 10:38:50', '2025-08-08 10:38:50'),
(1355, 'App\\Models\\Category', '241', 'image', 'public', '2025-08-08 10:40:33', '2025-08-08 10:40:33'),
(1356, 'App\\Models\\Category', '242', 'image', 'public', '2025-08-08 10:40:59', '2025-08-08 10:40:59'),
(1357, 'App\\Models\\Category', '243', 'image', 'public', '2025-08-08 10:41:30', '2025-08-08 10:41:30'),
(1358, 'App\\Models\\Category', '244', 'image', 'public', '2025-08-08 10:42:00', '2025-08-08 10:42:00'),
(1359, 'App\\Models\\Category', '245', 'image', 'public', '2025-08-08 10:42:23', '2025-08-08 10:42:23'),
(1360, 'App\\Models\\Category', '246', 'image', 'public', '2025-08-08 10:43:48', '2025-08-08 10:43:48'),
(1361, 'App\\Models\\Category', '247', 'image', 'public', '2025-08-08 10:44:15', '2025-08-08 10:44:15'),
(1362, 'App\\Models\\Item', '475', 'image', 'public', '2025-08-08 11:25:58', '2025-08-08 11:25:58'),
(1363, 'App\\Models\\Item', '475', 'images', 'public', '2025-08-08 11:25:58', '2025-08-08 11:25:58'),
(1364, 'App\\Models\\Item', '476', 'image', 'public', '2025-08-08 11:44:56', '2025-08-08 11:44:56'),
(1365, 'App\\Models\\Item', '476', 'images', 'public', '2025-08-08 11:44:56', '2025-08-08 11:44:56'),
(1366, 'App\\Models\\Item', '477', 'image', 'public', '2025-08-08 11:49:28', '2025-08-08 11:49:28'),
(1367, 'App\\Models\\Item', '477', 'images', 'public', '2025-08-08 11:49:28', '2025-08-08 11:49:28'),
(1368, 'App\\Models\\Item', '478', 'image', 'public', '2025-08-08 11:53:47', '2025-08-08 11:53:47'),
(1369, 'App\\Models\\Item', '478', 'images', 'public', '2025-08-08 11:53:47', '2025-08-08 11:53:47'),
(1370, 'App\\Models\\Item', '479', 'image', 'public', '2025-08-08 11:55:53', '2025-08-08 11:55:53'),
(1371, 'App\\Models\\Item', '479', 'images', 'public', '2025-08-08 11:55:53', '2025-08-08 11:55:53'),
(1372, 'App\\Models\\Item', '480', 'image', 'public', '2025-08-08 11:59:28', '2025-08-08 11:59:28'),
(1373, 'App\\Models\\Item', '480', 'images', 'public', '2025-08-08 11:59:28', '2025-08-08 11:59:28'),
(1374, 'App\\Models\\Item', '481', 'image', 'public', '2025-08-08 12:05:45', '2025-08-08 12:05:45'),
(1375, 'App\\Models\\Item', '481', 'images', 'public', '2025-08-08 12:05:45', '2025-08-08 12:05:45'),
(1376, 'App\\Models\\Item', '482', 'image', 'public', '2025-08-08 12:07:38', '2025-08-08 12:07:38'),
(1377, 'App\\Models\\Item', '482', 'images', 'public', '2025-08-08 12:07:38', '2025-08-08 12:07:38'),
(1378, 'App\\Models\\Item', '483', 'image', 'public', '2025-08-08 12:10:21', '2025-08-08 12:10:21'),
(1379, 'App\\Models\\Item', '483', 'images', 'public', '2025-08-08 12:10:21', '2025-08-08 12:10:21'),
(1380, 'App\\Models\\Item', '484', 'image', 'public', '2025-08-08 12:17:27', '2025-08-08 12:17:27'),
(1381, 'App\\Models\\Item', '484', 'images', 'public', '2025-08-08 12:17:27', '2025-08-08 12:17:27'),
(1382, 'App\\Models\\Item', '485', 'image', 'public', '2025-08-08 12:22:43', '2025-08-08 12:22:43'),
(1383, 'App\\Models\\Item', '485', 'images', 'public', '2025-08-08 12:22:43', '2025-08-08 12:22:43'),
(1384, 'App\\Models\\Category', '248', 'image', 'public', '2025-08-08 12:27:54', '2025-08-08 12:27:54'),
(1385, 'App\\Models\\Category', '249', 'image', 'public', '2025-08-08 12:28:13', '2025-08-08 12:28:13'),
(1386, 'App\\Models\\Item', '486', 'image', 'public', '2025-08-08 12:29:13', '2025-08-08 12:29:13'),
(1387, 'App\\Models\\Item', '486', 'images', 'public', '2025-08-08 12:29:13', '2025-08-08 12:29:13'),
(1388, 'App\\Models\\Item', '487', 'image', 'public', '2025-08-08 12:32:51', '2025-08-08 12:32:51'),
(1389, 'App\\Models\\Item', '487', 'images', 'public', '2025-08-08 12:32:51', '2025-08-08 12:32:51'),
(1390, 'App\\Models\\Item', '488', 'image', 'public', '2025-08-08 12:36:42', '2025-08-08 12:36:42'),
(1391, 'App\\Models\\Item', '488', 'images', 'public', '2025-08-08 12:36:42', '2025-08-08 12:36:42'),
(1392, 'App\\Models\\Item', '489', 'image', 'public', '2025-08-08 12:39:59', '2025-08-08 12:39:59'),
(1393, 'App\\Models\\Item', '489', 'images', 'public', '2025-08-08 12:39:59', '2025-08-08 12:39:59'),
(1394, 'App\\Models\\Item', '490', 'image', 'public', '2025-08-08 12:42:59', '2025-08-08 12:42:59'),
(1395, 'App\\Models\\Item', '490', 'images', 'public', '2025-08-08 12:42:59', '2025-08-08 12:42:59'),
(1396, 'App\\Models\\Item', '491', 'image', 'public', '2025-08-08 12:47:13', '2025-08-08 12:47:13'),
(1397, 'App\\Models\\Item', '491', 'images', 'public', '2025-08-08 12:47:13', '2025-08-08 12:47:13'),
(1398, 'App\\Models\\Item', '492', 'image', 'public', '2025-08-08 12:56:31', '2025-08-08 12:56:31'),
(1399, 'App\\Models\\Item', '492', 'images', 'public', '2025-08-08 12:56:31', '2025-08-08 12:56:31'),
(1400, 'App\\Models\\Item', '493', 'image', 'public', '2025-08-08 12:53:49', '2025-08-08 12:53:49'),
(1401, 'App\\Models\\Item', '493', 'images', 'public', '2025-08-08 12:53:49', '2025-08-08 12:53:49'),
(1402, 'App\\Models\\Item', '494', 'image', 'public', '2025-08-08 13:01:29', '2025-08-08 13:01:29'),
(1403, 'App\\Models\\Item', '494', 'images', 'public', '2025-08-08 13:01:29', '2025-08-08 13:01:29'),
(1404, 'App\\Models\\Item', '495', 'image', 'public', '2025-08-08 13:03:41', '2025-08-08 13:03:41'),
(1405, 'App\\Models\\Item', '495', 'images', 'public', '2025-08-08 13:03:41', '2025-08-08 13:03:41'),
(1406, 'App\\Models\\Item', '496', 'image', 'public', '2025-08-08 13:08:01', '2025-08-08 13:08:01'),
(1407, 'App\\Models\\Item', '496', 'images', 'public', '2025-08-08 13:08:01', '2025-08-08 13:08:01'),
(1408, 'App\\Models\\Item', '497', 'image', 'public', '2025-08-08 13:09:41', '2025-08-08 13:09:41'),
(1409, 'App\\Models\\Item', '497', 'images', 'public', '2025-08-08 13:09:41', '2025-08-08 13:09:41'),
(1410, 'App\\Models\\Item', '498', 'image', 'public', '2025-08-08 13:21:39', '2025-08-08 13:21:39'),
(1411, 'App\\Models\\Item', '498', 'images', 'public', '2025-08-08 13:21:39', '2025-08-08 13:21:39'),
(1412, 'App\\Models\\Item', '499', 'image', 'public', '2025-08-08 13:23:57', '2025-08-08 13:23:57'),
(1413, 'App\\Models\\Item', '499', 'images', 'public', '2025-08-08 13:23:57', '2025-08-08 13:23:57'),
(1414, 'App\\Models\\Item', '500', 'image', 'public', '2025-08-08 13:25:34', '2025-08-08 13:25:34'),
(1415, 'App\\Models\\Item', '500', 'images', 'public', '2025-08-08 13:25:34', '2025-08-08 13:25:34'),
(1416, 'App\\Models\\Item', '501', 'image', 'public', '2025-08-08 13:27:14', '2025-08-08 13:27:14'),
(1417, 'App\\Models\\Item', '501', 'images', 'public', '2025-08-08 13:27:14', '2025-08-08 13:27:14'),
(1418, 'App\\Models\\Item', '502', 'image', 'public', '2025-08-08 13:28:58', '2025-08-08 13:28:58'),
(1419, 'App\\Models\\Item', '502', 'images', 'public', '2025-08-08 13:28:58', '2025-08-08 13:28:58'),
(1420, 'App\\Models\\Item', '503', 'image', 'public', '2025-08-08 13:31:41', '2025-08-08 13:31:41'),
(1421, 'App\\Models\\Item', '503', 'images', 'public', '2025-08-08 13:31:41', '2025-08-08 13:31:41'),
(1422, 'App\\Models\\Item', '504', 'image', 'public', '2025-08-08 13:33:07', '2025-08-08 13:33:07'),
(1423, 'App\\Models\\Item', '504', 'images', 'public', '2025-08-08 13:33:07', '2025-08-08 13:33:07'),
(1424, 'App\\Models\\Item', '505', 'image', 'public', '2025-08-08 13:41:27', '2025-08-08 13:41:27'),
(1425, 'App\\Models\\Item', '505', 'images', 'public', '2025-08-08 13:41:27', '2025-08-08 13:41:27'),
(1426, 'App\\Models\\Item', '506', 'image', 'public', '2025-08-08 14:35:19', '2025-08-08 14:35:19'),
(1427, 'App\\Models\\Item', '506', 'images', 'public', '2025-08-08 14:35:19', '2025-08-08 14:35:19'),
(1428, 'App\\Models\\Item', '507', 'image', 'public', '2025-08-08 14:41:04', '2025-08-08 14:41:04'),
(1429, 'App\\Models\\Item', '507', 'images', 'public', '2025-08-08 14:41:04', '2025-08-08 14:41:04'),
(1430, 'App\\Models\\Item', '508', 'image', 'public', '2025-08-08 14:45:29', '2025-08-08 14:45:29'),
(1431, 'App\\Models\\Item', '508', 'images', 'public', '2025-08-08 14:45:29', '2025-08-08 14:45:29'),
(1432, 'App\\Models\\Item', '509', 'image', 'public', '2025-08-08 14:58:18', '2025-08-08 14:58:18'),
(1433, 'App\\Models\\Item', '509', 'images', 'public', '2025-08-08 14:58:18', '2025-08-08 14:58:18'),
(1434, 'App\\Models\\Item', '510', 'image', 'public', '2025-08-08 15:02:39', '2025-08-08 15:02:39'),
(1435, 'App\\Models\\Item', '510', 'images', 'public', '2025-08-08 15:02:39', '2025-08-08 15:02:39'),
(1436, 'App\\Models\\Item', '511', 'image', 'public', '2025-08-08 15:15:17', '2025-08-08 15:15:17'),
(1437, 'App\\Models\\Item', '511', 'images', 'public', '2025-08-08 15:15:17', '2025-08-08 15:15:17'),
(1438, 'App\\Models\\Item', '512', 'image', 'public', '2025-08-08 15:16:40', '2025-08-08 15:16:40'),
(1439, 'App\\Models\\Item', '512', 'images', 'public', '2025-08-08 15:16:40', '2025-08-08 15:16:40'),
(1440, 'App\\Models\\Item', '513', 'image', 'public', '2025-08-08 15:22:29', '2025-08-08 15:22:29'),
(1441, 'App\\Models\\Item', '513', 'images', 'public', '2025-08-08 15:22:29', '2025-08-08 15:22:29'),
(1442, 'App\\Models\\Item', '514', 'image', 'public', '2025-08-08 15:24:32', '2025-08-08 15:24:32'),
(1443, 'App\\Models\\Item', '514', 'images', 'public', '2025-08-08 15:24:32', '2025-08-08 15:24:32'),
(1444, 'App\\Models\\Item', '515', 'image', 'public', '2025-08-08 15:33:32', '2025-08-08 15:33:32'),
(1445, 'App\\Models\\Item', '515', 'images', 'public', '2025-08-08 15:33:32', '2025-08-08 15:33:32'),
(1446, 'App\\Models\\Item', '516', 'image', 'public', '2025-08-08 15:35:42', '2025-08-08 15:35:42'),
(1447, 'App\\Models\\Item', '516', 'images', 'public', '2025-08-08 15:35:42', '2025-08-08 15:35:42'),
(1448, 'App\\Models\\Item', '517', 'image', 'public', '2025-08-08 15:41:23', '2025-08-08 15:41:23'),
(1449, 'App\\Models\\Item', '517', 'images', 'public', '2025-08-08 15:41:23', '2025-08-08 15:41:23'),
(1450, 'App\\Models\\Item', '518', 'image', 'public', '2025-08-08 15:44:35', '2025-08-08 15:44:35'),
(1451, 'App\\Models\\Item', '518', 'images', 'public', '2025-08-08 15:44:35', '2025-08-08 15:44:35'),
(1452, 'App\\Models\\Item', '519', 'image', 'public', '2025-08-08 15:49:23', '2025-08-08 15:49:23'),
(1453, 'App\\Models\\Item', '519', 'images', 'public', '2025-08-08 15:49:23', '2025-08-08 15:49:23'),
(1454, 'App\\Models\\Item', '520', 'image', 'public', '2025-08-08 15:51:07', '2025-08-08 15:51:07'),
(1455, 'App\\Models\\Item', '520', 'images', 'public', '2025-08-08 15:51:07', '2025-08-08 15:51:07'),
(1456, 'App\\Models\\Item', '521', 'image', 'public', '2025-08-08 16:01:21', '2025-08-08 16:01:21'),
(1457, 'App\\Models\\Item', '521', 'images', 'public', '2025-08-08 16:01:21', '2025-08-08 16:01:21'),
(1458, 'App\\Models\\Item', '522', 'image', 'public', '2025-08-08 16:03:17', '2025-08-08 16:03:17'),
(1459, 'App\\Models\\Item', '522', 'images', 'public', '2025-08-08 16:03:17', '2025-08-08 16:03:17'),
(1460, 'App\\Models\\Item', '523', 'image', 'public', '2025-08-08 16:10:26', '2025-08-08 16:10:26'),
(1461, 'App\\Models\\Item', '523', 'images', 'public', '2025-08-08 16:10:26', '2025-08-08 16:10:26'),
(1462, 'App\\Models\\Item', '524', 'image', 'public', '2025-08-08 16:09:16', '2025-08-08 16:09:16'),
(1463, 'App\\Models\\Item', '524', 'images', 'public', '2025-08-08 16:09:16', '2025-08-08 16:09:16'),
(1464, 'App\\Models\\Item', '525', 'image', 'public', '2025-08-08 16:20:28', '2025-08-08 16:20:28'),
(1465, 'App\\Models\\Item', '525', 'images', 'public', '2025-08-08 16:20:28', '2025-08-08 16:20:28'),
(1466, 'App\\Models\\Item', '526', 'image', 'public', '2025-08-08 16:22:46', '2025-08-08 16:22:46'),
(1467, 'App\\Models\\Item', '526', 'images', 'public', '2025-08-08 16:22:46', '2025-08-08 16:22:46'),
(1468, 'App\\Models\\Item', '527', 'image', 'public', '2025-08-08 16:24:50', '2025-08-08 16:24:50'),
(1469, 'App\\Models\\Item', '527', 'images', 'public', '2025-08-08 16:24:50', '2025-08-08 16:24:50'),
(1470, 'App\\Models\\Item', '528', 'image', 'public', '2025-08-08 16:26:31', '2025-08-08 16:26:31'),
(1471, 'App\\Models\\Item', '528', 'images', 'public', '2025-08-08 16:26:31', '2025-08-08 16:26:31'),
(1472, 'App\\Models\\Item', '529', 'image', 'public', '2025-08-08 16:28:47', '2025-08-08 16:28:47'),
(1473, 'App\\Models\\Item', '529', 'images', 'public', '2025-08-08 16:28:47', '2025-08-08 16:28:47'),
(1474, 'App\\Models\\Item', '530', 'image', 'public', '2025-08-08 16:30:10', '2025-08-08 16:30:10'),
(1475, 'App\\Models\\Item', '530', 'images', 'public', '2025-08-08 16:30:10', '2025-08-08 16:30:10'),
(1476, 'App\\Models\\Item', '531', 'image', 'public', '2025-08-08 16:31:44', '2025-08-08 16:31:44'),
(1477, 'App\\Models\\Item', '531', 'images', 'public', '2025-08-08 16:31:44', '2025-08-08 16:31:44'),
(1478, 'App\\Models\\Item', '532', 'image', 'public', '2025-08-08 16:37:43', '2025-08-08 16:37:43'),
(1479, 'App\\Models\\Item', '532', 'images', 'public', '2025-08-08 16:37:43', '2025-08-08 16:37:43'),
(1480, 'App\\Models\\Item', '533', 'image', 'public', '2025-08-08 16:39:32', '2025-08-08 16:39:32'),
(1481, 'App\\Models\\Item', '533', 'images', 'public', '2025-08-08 16:39:32', '2025-08-08 16:39:32'),
(1482, 'App\\Models\\Item', '534', 'image', 'public', '2025-08-08 16:41:17', '2025-08-08 16:41:17'),
(1483, 'App\\Models\\Item', '534', 'images', 'public', '2025-08-08 16:41:17', '2025-08-08 16:41:17'),
(1484, 'App\\Models\\Item', '535', 'image', 'public', '2025-08-08 16:51:45', '2025-08-08 16:51:45'),
(1485, 'App\\Models\\Item', '535', 'images', 'public', '2025-08-08 16:51:45', '2025-08-08 16:51:45'),
(1486, 'App\\Models\\Item', '536', 'image', 'public', '2025-08-08 16:53:13', '2025-08-08 16:53:13'),
(1487, 'App\\Models\\Item', '536', 'images', 'public', '2025-08-08 16:53:13', '2025-08-08 16:53:13'),
(1488, 'App\\Models\\Item', '537', 'image', 'public', '2025-08-08 16:54:32', '2025-08-08 16:54:32'),
(1489, 'App\\Models\\Item', '537', 'images', 'public', '2025-08-08 16:54:32', '2025-08-08 16:54:32'),
(1490, 'App\\Models\\Item', '538', 'image', 'public', '2025-08-08 16:56:46', '2025-08-08 16:56:46'),
(1491, 'App\\Models\\Item', '538', 'images', 'public', '2025-08-08 16:56:46', '2025-08-08 16:56:46'),
(1492, 'App\\Models\\Item', '539', 'image', 'public', '2025-08-08 16:58:47', '2025-08-08 16:58:47'),
(1493, 'App\\Models\\Item', '539', 'images', 'public', '2025-08-08 16:58:47', '2025-08-08 16:58:47'),
(1494, 'App\\Models\\Item', '540', 'image', 'public', '2025-08-08 17:01:25', '2025-08-08 17:01:25'),
(1495, 'App\\Models\\Item', '540', 'images', 'public', '2025-08-08 17:01:25', '2025-08-08 17:01:25');
INSERT INTO `storages` (`id`, `data_type`, `data_id`, `key`, `value`, `created_at`, `updated_at`) VALUES
(1496, 'App\\Models\\Item', '541', 'image', 'public', '2025-08-08 17:06:53', '2025-08-08 17:06:53'),
(1497, 'App\\Models\\Item', '541', 'images', 'public', '2025-08-08 17:06:53', '2025-08-08 17:06:53'),
(1498, 'App\\Models\\Item', '542', 'image', 'public', '2025-08-08 17:12:24', '2025-08-08 17:12:24'),
(1499, 'App\\Models\\Item', '542', 'images', 'public', '2025-08-08 17:12:24', '2025-08-08 17:12:24'),
(1500, 'App\\Models\\Item', '543', 'image', 'public', '2025-08-08 17:14:56', '2025-08-08 17:14:56'),
(1501, 'App\\Models\\Item', '543', 'images', 'public', '2025-08-08 17:14:56', '2025-08-08 17:14:56'),
(1502, 'App\\Models\\Item', '544', 'image', 'public', '2025-08-08 17:17:46', '2025-08-08 17:17:46'),
(1503, 'App\\Models\\Item', '544', 'images', 'public', '2025-08-08 17:17:46', '2025-08-08 17:17:46'),
(1504, 'App\\Models\\Item', '545', 'image', 'public', '2025-08-08 17:22:50', '2025-08-08 17:22:50'),
(1505, 'App\\Models\\Item', '545', 'images', 'public', '2025-08-08 17:22:50', '2025-08-08 17:22:50'),
(1506, 'App\\Models\\Item', '546', 'image', 'public', '2025-08-08 17:25:42', '2025-08-08 17:25:42'),
(1507, 'App\\Models\\Item', '546', 'images', 'public', '2025-08-08 17:25:42', '2025-08-08 17:25:42'),
(1508, 'App\\Models\\Item', '547', 'image', 'public', '2025-08-08 17:28:16', '2025-08-08 17:28:16'),
(1509, 'App\\Models\\Item', '547', 'images', 'public', '2025-08-08 17:28:16', '2025-08-08 17:28:16'),
(1510, 'App\\Models\\Item', '548', 'image', 'public', '2025-08-08 17:30:20', '2025-08-08 17:30:20'),
(1511, 'App\\Models\\Item', '548', 'images', 'public', '2025-08-08 17:30:20', '2025-08-08 17:30:20'),
(1512, 'App\\Models\\Item', '549', 'image', 'public', '2025-08-08 17:33:55', '2025-08-08 17:33:55'),
(1513, 'App\\Models\\Item', '549', 'images', 'public', '2025-08-08 17:33:55', '2025-08-08 17:33:55'),
(1514, 'App\\Models\\Item', '550', 'image', 'public', '2025-08-08 17:46:23', '2025-08-08 17:46:23'),
(1515, 'App\\Models\\Item', '550', 'images', 'public', '2025-08-08 17:46:23', '2025-08-08 17:46:23'),
(1516, 'App\\Models\\Item', '551', 'image', 'public', '2025-08-08 17:48:24', '2025-08-08 17:48:24'),
(1517, 'App\\Models\\Item', '551', 'images', 'public', '2025-08-08 17:48:24', '2025-08-08 17:48:24'),
(1518, 'App\\Models\\Item', '552', 'image', 'public', '2025-08-08 17:50:18', '2025-08-08 17:50:18'),
(1519, 'App\\Models\\Item', '552', 'images', 'public', '2025-08-08 17:50:18', '2025-08-08 17:50:18'),
(1520, 'App\\Models\\Item', '553', 'image', 'public', '2025-08-08 17:51:44', '2025-08-08 17:51:44'),
(1521, 'App\\Models\\Item', '553', 'images', 'public', '2025-08-08 17:51:44', '2025-08-08 17:51:44'),
(1522, 'App\\Models\\Item', '554', 'image', 'public', '2025-08-08 17:53:42', '2025-08-08 17:53:42'),
(1523, 'App\\Models\\Item', '554', 'images', 'public', '2025-08-08 17:53:42', '2025-08-08 17:53:42'),
(1524, 'App\\Models\\Item', '555', 'image', 'public', '2025-08-08 17:56:49', '2025-08-08 17:56:49'),
(1525, 'App\\Models\\Item', '555', 'images', 'public', '2025-08-08 17:56:49', '2025-08-08 17:56:49'),
(1526, 'App\\Models\\Item', '556', 'image', 'public', '2025-08-08 17:59:39', '2025-08-08 17:59:39'),
(1527, 'App\\Models\\Item', '556', 'images', 'public', '2025-08-08 17:59:39', '2025-08-08 17:59:39'),
(1528, 'App\\Models\\Item', '557', 'image', 'public', '2025-08-08 18:01:42', '2025-08-08 18:01:42'),
(1529, 'App\\Models\\Item', '557', 'images', 'public', '2025-08-08 18:01:42', '2025-08-08 18:01:42'),
(1530, 'App\\Models\\Item', '558', 'image', 'public', '2025-08-08 18:02:53', '2025-08-08 18:02:53'),
(1531, 'App\\Models\\Item', '558', 'images', 'public', '2025-08-08 18:02:53', '2025-08-08 18:02:53'),
(1532, 'App\\Models\\Item', '559', 'image', 'public', '2025-08-08 18:12:59', '2025-08-08 18:12:59'),
(1533, 'App\\Models\\Item', '559', 'images', 'public', '2025-08-08 18:12:59', '2025-08-08 18:12:59'),
(1534, 'App\\Models\\Item', '560', 'image', 'public', '2025-08-08 18:14:29', '2025-08-08 18:14:29'),
(1535, 'App\\Models\\Item', '560', 'images', 'public', '2025-08-08 18:14:29', '2025-08-08 18:14:29'),
(1536, 'App\\Models\\Item', '561', 'image', 'public', '2025-08-08 18:16:52', '2025-08-08 18:16:52'),
(1537, 'App\\Models\\Item', '561', 'images', 'public', '2025-08-08 18:16:52', '2025-08-08 18:16:52'),
(1538, 'App\\Models\\Item', '562', 'image', 'public', '2025-08-08 18:18:59', '2025-08-08 18:18:59'),
(1539, 'App\\Models\\Item', '562', 'images', 'public', '2025-08-08 18:18:59', '2025-08-08 18:18:59'),
(1540, 'App\\Models\\Item', '563', 'image', 'public', '2025-08-08 18:20:19', '2025-08-08 18:20:19'),
(1541, 'App\\Models\\Item', '563', 'images', 'public', '2025-08-08 18:20:19', '2025-08-08 18:20:19'),
(1542, 'App\\Models\\Item', '564', 'image', 'public', '2025-08-09 05:50:25', '2025-08-09 05:50:25'),
(1543, 'App\\Models\\Item', '564', 'images', 'public', '2025-08-09 05:50:25', '2025-08-09 05:50:25'),
(1544, 'App\\Models\\Item', '565', 'image', 'public', '2025-08-09 05:53:40', '2025-08-09 05:53:40'),
(1545, 'App\\Models\\Item', '565', 'images', 'public', '2025-08-09 05:53:40', '2025-08-09 05:53:40'),
(1546, 'App\\Models\\Item', '566', 'image', 'public', '2025-08-09 05:55:33', '2025-08-09 05:55:33'),
(1547, 'App\\Models\\Item', '566', 'images', 'public', '2025-08-09 05:55:33', '2025-08-09 05:55:33'),
(1548, 'App\\Models\\Item', '567', 'image', 'public', '2025-08-09 05:57:05', '2025-08-09 05:57:05'),
(1549, 'App\\Models\\Item', '567', 'images', 'public', '2025-08-09 05:57:05', '2025-08-09 05:57:05'),
(1550, 'App\\Models\\Item', '568', 'image', 'public', '2025-08-09 06:11:17', '2025-08-09 06:11:17'),
(1551, 'App\\Models\\Item', '568', 'images', 'public', '2025-08-09 06:11:17', '2025-08-09 06:11:17'),
(1552, 'App\\Models\\Item', '569', 'image', 'public', '2025-08-09 06:12:50', '2025-08-09 06:12:50'),
(1553, 'App\\Models\\Item', '569', 'images', 'public', '2025-08-09 06:12:50', '2025-08-09 06:12:50'),
(1554, 'App\\Models\\Item', '570', 'image', 'public', '2025-08-09 06:14:17', '2025-08-09 06:14:17'),
(1555, 'App\\Models\\Item', '570', 'images', 'public', '2025-08-09 06:14:17', '2025-08-09 06:14:17'),
(1556, 'App\\Models\\Item', '571', 'image', 'public', '2025-08-09 06:15:22', '2025-08-09 06:15:22'),
(1557, 'App\\Models\\Item', '571', 'images', 'public', '2025-08-09 06:15:22', '2025-08-09 06:15:22'),
(1558, 'App\\Models\\Item', '572', 'image', 'public', '2025-08-09 06:16:39', '2025-08-09 06:16:39'),
(1559, 'App\\Models\\Item', '572', 'images', 'public', '2025-08-09 06:16:39', '2025-08-09 06:16:39'),
(1560, 'App\\Models\\Item', '573', 'image', 'public', '2025-08-09 06:18:54', '2025-08-09 06:18:54'),
(1561, 'App\\Models\\Item', '573', 'images', 'public', '2025-08-09 06:18:54', '2025-08-09 06:18:54'),
(1562, 'App\\Models\\Item', '574', 'image', 'public', '2025-08-09 06:20:01', '2025-08-09 06:20:01'),
(1563, 'App\\Models\\Item', '574', 'images', 'public', '2025-08-09 06:20:01', '2025-08-09 06:20:01'),
(1564, 'App\\Models\\Item', '575', 'image', 'public', '2025-08-09 06:22:02', '2025-08-09 06:22:02'),
(1565, 'App\\Models\\Item', '575', 'images', 'public', '2025-08-09 06:22:02', '2025-08-09 06:22:02'),
(1566, 'App\\Models\\Item', '576', 'image', 'public', '2025-08-09 06:23:29', '2025-08-09 06:23:29'),
(1567, 'App\\Models\\Item', '576', 'images', 'public', '2025-08-09 06:23:29', '2025-08-09 06:23:29'),
(1568, 'App\\Models\\Item', '577', 'image', 'public', '2025-08-09 06:24:49', '2025-08-09 06:24:49'),
(1569, 'App\\Models\\Item', '577', 'images', 'public', '2025-08-09 06:24:49', '2025-08-09 06:24:49'),
(1570, 'App\\Models\\Item', '578', 'image', 'public', '2025-08-09 06:26:13', '2025-08-09 06:26:13'),
(1571, 'App\\Models\\Item', '578', 'images', 'public', '2025-08-09 06:26:13', '2025-08-09 06:26:13'),
(1572, 'App\\Models\\Item', '579', 'image', 'public', '2025-08-09 06:27:08', '2025-08-09 06:27:08'),
(1573, 'App\\Models\\Item', '579', 'images', 'public', '2025-08-09 06:27:08', '2025-08-09 06:27:08'),
(1574, 'App\\Models\\Item', '580', 'image', 'public', '2025-08-09 07:04:30', '2025-08-09 07:04:30'),
(1575, 'App\\Models\\Item', '580', 'images', 'public', '2025-08-09 07:04:30', '2025-08-09 07:04:30'),
(1576, 'App\\Models\\Item', '581', 'image', 'public', '2025-08-09 07:06:05', '2025-08-09 07:06:05'),
(1577, 'App\\Models\\Item', '581', 'images', 'public', '2025-08-09 07:06:05', '2025-08-09 07:06:05'),
(1578, 'App\\Models\\Item', '582', 'image', 'public', '2025-08-09 07:09:24', '2025-08-09 07:09:24'),
(1579, 'App\\Models\\Item', '582', 'images', 'public', '2025-08-09 07:09:24', '2025-08-09 07:09:24'),
(1580, 'App\\Models\\Item', '583', 'image', 'public', '2025-09-07 19:14:51', '2025-09-07 19:14:51'),
(1581, 'App\\Models\\Item', '583', 'images', 'public', '2025-08-09 07:12:00', '2025-08-09 07:12:00'),
(1582, 'App\\Models\\Item', '584', 'image', 'public', '2025-08-09 07:13:09', '2025-08-09 07:13:09'),
(1583, 'App\\Models\\Item', '584', 'images', 'public', '2025-08-09 07:13:09', '2025-08-09 07:13:09'),
(1584, 'App\\Models\\Item', '585', 'image', 'public', '2025-08-09 07:15:32', '2025-08-09 07:15:32'),
(1585, 'App\\Models\\Item', '585', 'images', 'public', '2025-08-09 07:15:32', '2025-08-09 07:15:32'),
(1586, 'App\\Models\\Item', '586', 'image', 'public', '2025-08-09 07:17:19', '2025-08-09 07:17:19'),
(1587, 'App\\Models\\Item', '586', 'images', 'public', '2025-08-09 07:17:19', '2025-08-09 07:17:19'),
(1588, 'App\\Models\\Item', '587', 'image', 'public', '2025-08-09 07:18:33', '2025-08-09 07:18:33'),
(1589, 'App\\Models\\Item', '587', 'images', 'public', '2025-08-09 07:18:33', '2025-08-09 07:18:33'),
(1590, 'App\\Models\\Item', '588', 'image', 'public', '2025-08-09 07:19:58', '2025-08-09 07:19:58'),
(1591, 'App\\Models\\Item', '588', 'images', 'public', '2025-08-09 07:19:58', '2025-08-09 07:19:58'),
(1592, 'App\\Models\\Item', '589', 'image', 'public', '2025-08-09 07:22:13', '2025-08-09 07:22:13'),
(1593, 'App\\Models\\Item', '589', 'images', 'public', '2025-08-09 07:22:13', '2025-08-09 07:22:13'),
(1594, 'App\\Models\\Item', '590', 'image', 'public', '2025-08-09 07:24:26', '2025-08-09 07:24:26'),
(1595, 'App\\Models\\Item', '590', 'images', 'public', '2025-08-09 07:24:26', '2025-08-09 07:24:26'),
(1596, 'App\\Models\\Item', '591', 'image', 'public', '2025-08-09 07:26:08', '2025-08-09 07:26:08'),
(1597, 'App\\Models\\Item', '591', 'images', 'public', '2025-08-09 07:26:08', '2025-08-09 07:26:08'),
(1598, 'App\\Models\\Item', '592', 'image', 'public', '2025-08-09 07:27:08', '2025-08-09 07:27:08'),
(1599, 'App\\Models\\Item', '592', 'images', 'public', '2025-08-09 07:27:08', '2025-08-09 07:27:08'),
(1600, 'App\\Models\\Item', '593', 'image', 'public', '2025-08-09 07:28:18', '2025-08-09 07:28:18'),
(1601, 'App\\Models\\Item', '593', 'images', 'public', '2025-08-09 07:28:18', '2025-08-09 07:28:18'),
(1602, 'App\\Models\\Item', '594', 'image', 'public', '2025-08-09 07:29:21', '2025-08-09 07:29:21'),
(1603, 'App\\Models\\Item', '594', 'images', 'public', '2025-08-09 07:29:21', '2025-08-09 07:29:21'),
(1604, 'App\\Models\\Item', '595', 'image', 'public', '2025-08-09 07:31:00', '2025-08-09 07:31:00'),
(1605, 'App\\Models\\Item', '595', 'images', 'public', '2025-08-09 07:31:00', '2025-08-09 07:31:00'),
(1606, 'App\\Models\\Item', '596', 'image', 'public', '2025-08-09 07:33:29', '2025-08-09 07:33:29'),
(1607, 'App\\Models\\Item', '596', 'images', 'public', '2025-08-09 07:33:29', '2025-08-09 07:33:29'),
(1608, 'App\\Models\\Item', '597', 'image', 'public', '2025-08-09 07:34:41', '2025-08-09 07:34:41'),
(1609, 'App\\Models\\Item', '597', 'images', 'public', '2025-08-09 07:34:41', '2025-08-09 07:34:41'),
(1610, 'App\\Models\\Item', '598', 'image', 'public', '2025-08-09 07:35:54', '2025-08-09 07:35:54'),
(1611, 'App\\Models\\Item', '598', 'images', 'public', '2025-08-09 07:35:54', '2025-08-09 07:35:54'),
(1612, 'App\\Models\\Category', '250', 'image', 'public', '2025-08-09 08:07:36', '2025-08-09 08:07:36'),
(1613, 'App\\Models\\Category', '251', 'image', 'public', '2025-08-09 08:07:56', '2025-08-09 08:07:56'),
(1614, 'App\\Models\\Item', '599', 'image', 'public', '2025-08-09 08:09:59', '2025-08-09 08:09:59'),
(1615, 'App\\Models\\Item', '599', 'images', 'public', '2025-08-09 08:09:59', '2025-08-09 08:09:59'),
(1616, 'App\\Models\\Item', '600', 'image', 'public', '2025-08-09 08:11:41', '2025-08-09 08:11:41'),
(1617, 'App\\Models\\Item', '600', 'images', 'public', '2025-08-09 08:11:41', '2025-08-09 08:11:41'),
(1618, 'App\\Models\\Item', '601', 'image', 'public', '2025-08-09 08:12:58', '2025-08-09 08:12:58'),
(1619, 'App\\Models\\Item', '601', 'images', 'public', '2025-08-09 08:12:58', '2025-08-09 08:12:58'),
(1620, 'App\\Models\\Item', '602', 'image', 'public', '2025-08-09 08:14:00', '2025-08-09 08:14:00'),
(1621, 'App\\Models\\Item', '602', 'images', 'public', '2025-08-09 08:14:00', '2025-08-09 08:14:00'),
(1622, 'App\\Models\\Item', '603', 'image', 'public', '2025-08-09 08:16:43', '2025-08-09 08:16:43'),
(1623, 'App\\Models\\Item', '603', 'images', 'public', '2025-08-09 08:16:43', '2025-08-09 08:16:43'),
(1624, 'App\\Models\\Item', '604', 'image', 'public', '2025-08-09 08:17:52', '2025-08-09 08:17:52'),
(1625, 'App\\Models\\Item', '604', 'images', 'public', '2025-08-09 08:17:52', '2025-08-09 08:17:52'),
(1626, 'App\\Models\\Item', '605', 'image', 'public', '2025-08-09 08:19:17', '2025-08-09 08:19:17'),
(1627, 'App\\Models\\Item', '605', 'images', 'public', '2025-08-09 08:19:17', '2025-08-09 08:19:17'),
(1628, 'App\\Models\\Item', '606', 'image', 'public', '2025-08-09 08:22:33', '2025-08-09 08:22:33'),
(1629, 'App\\Models\\Item', '606', 'images', 'public', '2025-08-09 08:22:34', '2025-08-09 08:22:34'),
(1630, 'App\\Models\\Item', '607', 'image', 'public', '2025-08-09 08:24:35', '2025-08-09 08:24:35'),
(1631, 'App\\Models\\Item', '607', 'images', 'public', '2025-08-09 08:24:35', '2025-08-09 08:24:35'),
(1632, 'App\\Models\\Item', '608', 'image', 'public', '2025-08-09 08:26:10', '2025-08-09 08:26:10'),
(1633, 'App\\Models\\Item', '608', 'images', 'public', '2025-08-09 08:26:10', '2025-08-09 08:26:10'),
(1634, 'App\\Models\\Item', '609', 'image', 'public', '2025-08-09 08:27:34', '2025-08-09 08:27:34'),
(1635, 'App\\Models\\Item', '609', 'images', 'public', '2025-08-09 08:27:34', '2025-08-09 08:27:34'),
(1636, 'App\\Models\\Item', '610', 'image', 'public', '2025-08-09 08:28:49', '2025-08-09 08:28:49'),
(1637, 'App\\Models\\Item', '610', 'images', 'public', '2025-08-09 08:28:49', '2025-08-09 08:28:49'),
(1638, 'App\\Models\\Item', '611', 'image', 'public', '2025-08-09 08:32:36', '2025-08-09 08:32:36'),
(1639, 'App\\Models\\Item', '611', 'images', 'public', '2025-08-09 08:32:36', '2025-08-09 08:32:36'),
(1640, 'App\\Models\\Item', '612', 'image', 'public', '2025-08-09 08:34:05', '2025-08-09 08:34:05'),
(1641, 'App\\Models\\Item', '612', 'images', 'public', '2025-08-09 08:34:05', '2025-08-09 08:34:05'),
(1642, 'App\\Models\\Item', '613', 'image', 'public', '2025-08-09 08:37:48', '2025-08-09 08:37:48'),
(1643, 'App\\Models\\Item', '613', 'images', 'public', '2025-08-09 08:37:48', '2025-08-09 08:37:48'),
(1644, 'App\\Models\\Item', '614', 'image', 'public', '2025-08-09 08:39:22', '2025-08-09 08:39:22'),
(1645, 'App\\Models\\Item', '614', 'images', 'public', '2025-08-09 08:39:22', '2025-08-09 08:39:22'),
(1646, 'App\\Models\\Item', '615', 'image', 'public', '2025-08-09 08:41:11', '2025-08-09 08:41:11'),
(1647, 'App\\Models\\Item', '615', 'images', 'public', '2025-08-09 08:41:11', '2025-08-09 08:41:11'),
(1648, 'App\\Models\\Item', '616', 'image', 'public', '2025-08-09 08:43:00', '2025-08-09 08:43:00'),
(1649, 'App\\Models\\Item', '616', 'images', 'public', '2025-08-09 08:43:00', '2025-08-09 08:43:00'),
(1650, 'App\\Models\\Item', '617', 'image', 'public', '2025-08-09 08:44:42', '2025-08-09 08:44:42'),
(1651, 'App\\Models\\Item', '617', 'images', 'public', '2025-08-09 08:44:42', '2025-08-09 08:44:42'),
(1652, 'App\\Models\\Item', '618', 'image', 'public', '2025-08-09 08:46:52', '2025-08-09 08:46:52'),
(1653, 'App\\Models\\Item', '618', 'images', 'public', '2025-08-09 08:46:52', '2025-08-09 08:46:52'),
(1654, 'App\\Models\\Item', '619', 'image', 'public', '2025-08-09 08:48:10', '2025-08-09 08:48:10'),
(1655, 'App\\Models\\Item', '619', 'images', 'public', '2025-08-09 08:48:10', '2025-08-09 08:48:10'),
(1656, 'App\\Models\\Item', '620', 'image', 'public', '2025-08-09 08:50:30', '2025-08-09 08:50:30'),
(1657, 'App\\Models\\Item', '620', 'images', 'public', '2025-08-09 08:49:57', '2025-08-09 08:49:57'),
(1658, 'App\\Models\\Item', '621', 'image', 'public', '2025-08-09 08:51:39', '2025-08-09 08:51:39'),
(1659, 'App\\Models\\Item', '621', 'images', 'public', '2025-08-09 08:51:39', '2025-08-09 08:51:39'),
(1660, 'App\\Models\\Item', '622', 'image', 'public', '2025-08-09 08:53:19', '2025-08-09 08:53:19'),
(1661, 'App\\Models\\Item', '622', 'images', 'public', '2025-08-09 08:53:19', '2025-08-09 08:53:19'),
(1662, 'App\\Models\\Item', '623', 'image', 'public', '2025-08-09 08:55:29', '2025-08-09 08:55:29'),
(1663, 'App\\Models\\Item', '623', 'images', 'public', '2025-08-09 08:55:29', '2025-08-09 08:55:29'),
(1664, 'App\\Models\\Item', '624', 'image', 'public', '2025-08-09 08:58:06', '2025-08-09 08:58:06'),
(1665, 'App\\Models\\Item', '624', 'images', 'public', '2025-08-09 08:58:06', '2025-08-09 08:58:06'),
(1666, 'App\\Models\\Item', '625', 'image', 'public', '2025-08-09 09:10:06', '2025-08-09 09:10:06'),
(1667, 'App\\Models\\Item', '625', 'images', 'public', '2025-08-09 09:10:06', '2025-08-09 09:10:06'),
(1668, 'App\\Models\\Item', '626', 'image', 'public', '2025-08-09 09:11:41', '2025-08-09 09:11:41'),
(1669, 'App\\Models\\Item', '626', 'images', 'public', '2025-08-09 09:11:41', '2025-08-09 09:11:41'),
(1670, 'App\\Models\\Item', '627', 'image', 'public', '2025-08-09 09:13:22', '2025-08-09 09:13:22'),
(1671, 'App\\Models\\Item', '627', 'images', 'public', '2025-08-09 09:13:22', '2025-08-09 09:13:22'),
(1672, 'App\\Models\\Item', '628', 'image', 'public', '2025-08-09 09:15:19', '2025-08-09 09:15:19'),
(1673, 'App\\Models\\Item', '628', 'images', 'public', '2025-08-09 09:15:19', '2025-08-09 09:15:19'),
(1674, 'App\\Models\\Item', '629', 'image', 'public', '2025-08-09 09:17:14', '2025-08-09 09:17:14'),
(1675, 'App\\Models\\Item', '629', 'images', 'public', '2025-08-09 09:17:14', '2025-08-09 09:17:14'),
(1676, 'App\\Models\\Item', '630', 'image', 'public', '2025-08-09 09:19:12', '2025-08-09 09:19:12'),
(1677, 'App\\Models\\Item', '630', 'images', 'public', '2025-08-09 09:19:12', '2025-08-09 09:19:12'),
(1678, 'App\\Models\\Item', '631', 'image', 'public', '2025-08-09 09:20:37', '2025-08-09 09:20:37'),
(1679, 'App\\Models\\Item', '631', 'images', 'public', '2025-08-09 09:20:37', '2025-08-09 09:20:37'),
(1680, 'App\\Models\\Item', '632', 'image', 'public', '2025-08-09 09:22:13', '2025-08-09 09:22:13'),
(1681, 'App\\Models\\Item', '632', 'images', 'public', '2025-08-09 09:22:13', '2025-08-09 09:22:13'),
(1682, 'App\\Models\\Item', '633', 'image', 'public', '2025-08-09 09:46:52', '2025-08-09 09:46:52'),
(1683, 'App\\Models\\Item', '633', 'images', 'public', '2025-08-09 09:46:52', '2025-08-09 09:46:52'),
(1684, 'App\\Models\\Item', '634', 'image', 'public', '2025-08-09 09:48:30', '2025-08-09 09:48:30'),
(1685, 'App\\Models\\Item', '634', 'images', 'public', '2025-08-09 09:48:30', '2025-08-09 09:48:30'),
(1686, 'App\\Models\\Item', '635', 'image', 'public', '2025-08-09 09:50:01', '2025-08-09 09:50:01'),
(1687, 'App\\Models\\Item', '635', 'images', 'public', '2025-08-09 09:50:01', '2025-08-09 09:50:01'),
(1688, 'App\\Models\\Item', '636', 'image', 'public', '2025-08-09 09:51:10', '2025-08-09 09:51:10'),
(1689, 'App\\Models\\Item', '636', 'images', 'public', '2025-08-09 09:51:10', '2025-08-09 09:51:10'),
(1690, 'App\\Models\\Item', '637', 'image', 'public', '2025-08-09 09:52:47', '2025-08-09 09:52:47'),
(1691, 'App\\Models\\Item', '637', 'images', 'public', '2025-08-09 09:52:47', '2025-08-09 09:52:47'),
(1692, 'App\\Models\\Item', '638', 'image', 'public', '2025-08-09 09:54:58', '2025-08-09 09:54:58'),
(1693, 'App\\Models\\Item', '638', 'images', 'public', '2025-08-09 09:54:58', '2025-08-09 09:54:58'),
(1694, 'App\\Models\\Item', '639', 'image', 'public', '2025-08-09 09:57:17', '2025-08-09 09:57:17'),
(1695, 'App\\Models\\Item', '639', 'images', 'public', '2025-08-09 09:57:17', '2025-08-09 09:57:17'),
(1696, 'App\\Models\\Item', '640', 'image', 'public', '2025-08-09 09:59:38', '2025-08-09 09:59:38'),
(1697, 'App\\Models\\Item', '640', 'images', 'public', '2025-08-09 09:59:38', '2025-08-09 09:59:38'),
(1698, 'App\\Models\\Item', '641', 'image', 'public', '2025-08-09 10:02:17', '2025-08-09 10:02:17'),
(1699, 'App\\Models\\Item', '641', 'images', 'public', '2025-08-09 10:02:17', '2025-08-09 10:02:17'),
(1700, 'App\\Models\\Item', '642', 'image', 'public', '2025-08-09 10:04:22', '2025-08-09 10:04:22'),
(1701, 'App\\Models\\Item', '642', 'images', 'public', '2025-08-09 10:04:22', '2025-08-09 10:04:22'),
(1702, 'App\\Models\\Item', '643', 'image', 'public', '2025-08-09 10:06:04', '2025-08-09 10:06:04'),
(1703, 'App\\Models\\Item', '643', 'images', 'public', '2025-08-09 10:06:04', '2025-08-09 10:06:04'),
(1704, 'App\\Models\\Item', '644', 'image', 'public', '2025-08-09 10:12:33', '2025-08-09 10:12:33'),
(1705, 'App\\Models\\Item', '644', 'images', 'public', '2025-08-09 10:12:33', '2025-08-09 10:12:33'),
(1706, 'App\\Models\\Item', '645', 'image', 'public', '2025-08-09 10:15:16', '2025-08-09 10:15:16'),
(1707, 'App\\Models\\Item', '645', 'images', 'public', '2025-08-09 10:15:16', '2025-08-09 10:15:16'),
(1708, 'App\\Models\\Item', '646', 'image', 'public', '2025-08-09 10:18:36', '2025-08-09 10:18:36'),
(1709, 'App\\Models\\Item', '646', 'images', 'public', '2025-08-09 10:18:36', '2025-08-09 10:18:36'),
(1710, 'App\\Models\\Item', '647', 'image', 'public', '2025-08-09 10:20:18', '2025-08-09 10:20:18'),
(1711, 'App\\Models\\Item', '647', 'images', 'public', '2025-08-09 10:20:18', '2025-08-09 10:20:18'),
(1712, 'App\\Models\\Item', '648', 'image', 'public', '2025-08-09 10:22:13', '2025-08-09 10:22:13'),
(1713, 'App\\Models\\Item', '648', 'images', 'public', '2025-08-09 10:22:13', '2025-08-09 10:22:13'),
(1714, 'App\\Models\\Item', '649', 'image', 'public', '2025-08-09 10:40:56', '2025-08-09 10:40:56'),
(1715, 'App\\Models\\Item', '649', 'images', 'public', '2025-08-09 10:40:56', '2025-08-09 10:40:56'),
(1716, 'App\\Models\\Item', '650', 'image', 'public', '2025-08-09 10:43:31', '2025-08-09 10:43:31'),
(1717, 'App\\Models\\Item', '650', 'images', 'public', '2025-08-09 10:43:31', '2025-08-09 10:43:31'),
(1718, 'App\\Models\\Item', '651', 'image', 'public', '2025-08-09 10:46:02', '2025-08-09 10:46:02'),
(1719, 'App\\Models\\Item', '651', 'images', 'public', '2025-08-09 10:46:02', '2025-08-09 10:46:02'),
(1720, 'App\\Models\\Item', '652', 'image', 'public', '2025-08-09 10:48:03', '2025-08-09 10:48:03'),
(1721, 'App\\Models\\Item', '652', 'images', 'public', '2025-08-09 10:48:03', '2025-08-09 10:48:03'),
(1722, 'App\\Models\\Item', '653', 'image', 'public', '2025-08-09 10:49:13', '2025-08-09 10:49:13'),
(1723, 'App\\Models\\Item', '653', 'images', 'public', '2025-08-09 10:49:13', '2025-08-09 10:49:13'),
(1724, 'App\\Models\\Item', '654', 'image', 'public', '2025-08-09 10:51:00', '2025-08-09 10:51:00'),
(1725, 'App\\Models\\Item', '654', 'images', 'public', '2025-08-09 10:51:00', '2025-08-09 10:51:00'),
(1726, 'App\\Models\\Item', '655', 'image', 'public', '2025-08-09 10:52:21', '2025-08-09 10:52:21'),
(1727, 'App\\Models\\Item', '655', 'images', 'public', '2025-08-09 10:52:21', '2025-08-09 10:52:21'),
(1728, 'App\\Models\\Item', '656', 'image', 'public', '2025-08-09 10:53:28', '2025-08-09 10:53:28'),
(1729, 'App\\Models\\Item', '656', 'images', 'public', '2025-08-09 10:53:28', '2025-08-09 10:53:28'),
(1730, 'App\\Models\\Item', '657', 'image', 'public', '2025-08-09 10:54:37', '2025-08-09 10:54:37'),
(1731, 'App\\Models\\Item', '657', 'images', 'public', '2025-08-09 10:54:37', '2025-08-09 10:54:37'),
(1732, 'App\\Models\\Item', '658', 'image', 'public', '2025-08-09 10:56:55', '2025-08-09 10:56:55'),
(1733, 'App\\Models\\Item', '658', 'images', 'public', '2025-08-09 10:56:55', '2025-08-09 10:56:55'),
(1734, 'App\\Models\\Item', '659', 'image', 'public', '2025-08-09 10:58:17', '2025-08-09 10:58:17'),
(1735, 'App\\Models\\Item', '659', 'images', 'public', '2025-08-09 10:58:17', '2025-08-09 10:58:17'),
(1736, 'App\\Models\\Item', '660', 'image', 'public', '2025-08-09 11:00:28', '2025-08-09 11:00:28'),
(1737, 'App\\Models\\Item', '660', 'images', 'public', '2025-08-09 11:00:28', '2025-08-09 11:00:28'),
(1738, 'App\\Models\\Item', '661', 'image', 'public', '2025-08-09 11:01:44', '2025-08-09 11:01:44'),
(1739, 'App\\Models\\Item', '661', 'images', 'public', '2025-08-09 11:01:44', '2025-08-09 11:01:44'),
(1740, 'App\\Models\\Item', '662', 'image', 'public', '2025-08-09 11:03:43', '2025-08-09 11:03:43'),
(1741, 'App\\Models\\Item', '662', 'images', 'public', '2025-08-09 11:03:43', '2025-08-09 11:03:43'),
(1742, 'App\\Models\\Item', '663', 'image', 'public', '2025-08-09 11:08:51', '2025-08-09 11:08:51'),
(1743, 'App\\Models\\Item', '663', 'images', 'public', '2025-08-09 11:08:51', '2025-08-09 11:08:51'),
(1744, 'App\\Models\\Item', '664', 'image', 'public', '2025-08-09 11:10:46', '2025-08-09 11:10:46'),
(1745, 'App\\Models\\Item', '664', 'images', 'public', '2025-08-09 11:10:46', '2025-08-09 11:10:46'),
(1746, 'App\\Models\\Item', '665', 'image', 'public', '2025-08-09 11:12:34', '2025-08-09 11:12:34'),
(1747, 'App\\Models\\Item', '665', 'images', 'public', '2025-08-09 11:12:34', '2025-08-09 11:12:34'),
(1748, 'App\\Models\\Item', '666', 'image', 'public', '2025-08-09 11:14:16', '2025-08-09 11:14:16'),
(1749, 'App\\Models\\Item', '666', 'images', 'public', '2025-08-09 11:14:16', '2025-08-09 11:14:16'),
(1750, 'App\\Models\\Item', '667', 'image', 'public', '2025-08-09 11:55:02', '2025-08-09 11:55:02'),
(1751, 'App\\Models\\Item', '667', 'images', 'public', '2025-08-09 11:55:02', '2025-08-09 11:55:02'),
(1752, 'App\\Models\\Item', '668', 'image', 'public', '2025-08-09 11:57:46', '2025-08-09 11:57:46'),
(1753, 'App\\Models\\Item', '668', 'images', 'public', '2025-08-09 11:57:46', '2025-08-09 11:57:46'),
(1754, 'App\\Models\\Item', '669', 'image', 'public', '2025-08-09 11:59:40', '2025-08-09 11:59:40'),
(1755, 'App\\Models\\Item', '669', 'images', 'public', '2025-08-09 11:59:40', '2025-08-09 11:59:40'),
(1756, 'App\\Models\\Item', '670', 'image', 'public', '2025-08-09 12:01:19', '2025-08-09 12:01:19'),
(1757, 'App\\Models\\Item', '670', 'images', 'public', '2025-08-09 12:01:19', '2025-08-09 12:01:19'),
(1758, 'App\\Models\\Item', '671', 'image', 'public', '2025-08-09 12:02:45', '2025-08-09 12:02:45'),
(1759, 'App\\Models\\Item', '671', 'images', 'public', '2025-08-09 12:02:45', '2025-08-09 12:02:45'),
(1760, 'App\\Models\\Item', '672', 'image', 'public', '2025-08-09 12:04:37', '2025-08-09 12:04:37'),
(1761, 'App\\Models\\Item', '672', 'images', 'public', '2025-08-09 12:04:37', '2025-08-09 12:04:37'),
(1762, 'App\\Models\\Item', '673', 'image', 'public', '2025-08-09 12:05:50', '2025-08-09 12:05:50'),
(1763, 'App\\Models\\Item', '673', 'images', 'public', '2025-08-09 12:05:50', '2025-08-09 12:05:50'),
(1764, 'App\\Models\\Item', '674', 'image', 'public', '2025-08-09 12:07:23', '2025-08-09 12:07:23'),
(1765, 'App\\Models\\Item', '674', 'images', 'public', '2025-08-09 12:07:23', '2025-08-09 12:07:23'),
(1766, 'App\\Models\\Item', '675', 'image', 'public', '2025-08-09 12:09:09', '2025-08-09 12:09:09'),
(1767, 'App\\Models\\Item', '675', 'images', 'public', '2025-08-09 12:09:09', '2025-08-09 12:09:09'),
(1768, 'App\\Models\\Item', '676', 'image', 'public', '2025-08-09 12:11:45', '2025-08-09 12:11:45'),
(1769, 'App\\Models\\Item', '676', 'images', 'public', '2025-08-09 12:11:45', '2025-08-09 12:11:45'),
(1770, 'App\\Models\\Item', '677', 'image', 'public', '2025-08-09 12:13:18', '2025-08-09 12:13:18'),
(1771, 'App\\Models\\Item', '677', 'images', 'public', '2025-08-09 12:13:18', '2025-08-09 12:13:18'),
(1772, 'App\\Models\\Item', '678', 'image', 'public', '2025-08-09 12:37:05', '2025-08-09 12:37:05'),
(1773, 'App\\Models\\Item', '678', 'images', 'public', '2025-08-09 12:37:05', '2025-08-09 12:37:05'),
(1774, 'App\\Models\\Item', '679', 'image', 'public', '2025-08-09 12:38:25', '2025-08-09 12:38:25'),
(1775, 'App\\Models\\Item', '679', 'images', 'public', '2025-08-09 12:38:25', '2025-08-09 12:38:25'),
(1776, 'App\\Models\\Item', '680', 'image', 'public', '2025-08-09 12:40:14', '2025-08-09 12:40:14'),
(1777, 'App\\Models\\Item', '680', 'images', 'public', '2025-08-09 12:40:14', '2025-08-09 12:40:14'),
(1778, 'App\\Models\\Item', '681', 'image', 'public', '2025-08-09 12:41:18', '2025-08-09 12:41:18'),
(1779, 'App\\Models\\Item', '681', 'images', 'public', '2025-08-09 12:41:18', '2025-08-09 12:41:18'),
(1780, 'App\\Models\\Item', '682', 'image', 'public', '2025-08-09 12:43:17', '2025-08-09 12:43:17'),
(1781, 'App\\Models\\Item', '682', 'images', 'public', '2025-08-09 12:43:17', '2025-08-09 12:43:17'),
(1782, 'App\\Models\\Item', '683', 'image', 'public', '2025-08-09 12:44:56', '2025-08-09 12:44:56'),
(1783, 'App\\Models\\Item', '683', 'images', 'public', '2025-08-09 12:44:56', '2025-08-09 12:44:56'),
(1784, 'App\\Models\\Item', '684', 'image', 'public', '2025-08-09 12:46:35', '2025-08-09 12:46:35'),
(1785, 'App\\Models\\Item', '684', 'images', 'public', '2025-08-09 12:46:35', '2025-08-09 12:46:35'),
(1786, 'App\\Models\\Item', '685', 'image', 'public', '2025-08-09 12:48:53', '2025-08-09 12:48:53'),
(1787, 'App\\Models\\Item', '685', 'images', 'public', '2025-08-09 12:48:53', '2025-08-09 12:48:53'),
(1788, 'App\\Models\\Item', '686', 'image', 'public', '2025-08-09 12:50:11', '2025-08-09 12:50:11'),
(1789, 'App\\Models\\Item', '686', 'images', 'public', '2025-08-09 12:50:11', '2025-08-09 12:50:11'),
(1790, 'App\\Models\\Item', '687', 'image', 'public', '2025-08-09 12:51:58', '2025-08-09 12:51:58'),
(1791, 'App\\Models\\Item', '687', 'images', 'public', '2025-08-09 12:51:58', '2025-08-09 12:51:58'),
(1792, 'App\\Models\\Item', '688', 'image', 'public', '2025-08-09 12:53:28', '2025-08-09 12:53:28'),
(1793, 'App\\Models\\Item', '688', 'images', 'public', '2025-08-09 12:53:28', '2025-08-09 12:53:28'),
(1794, 'App\\Models\\Item', '689', 'image', 'public', '2025-08-09 12:55:36', '2025-08-09 12:55:36'),
(1795, 'App\\Models\\Item', '689', 'images', 'public', '2025-08-09 12:55:36', '2025-08-09 12:55:36'),
(1796, 'App\\Models\\Item', '690', 'image', 'public', '2025-08-09 12:57:35', '2025-08-09 12:57:35'),
(1797, 'App\\Models\\Item', '690', 'images', 'public', '2025-08-09 12:57:35', '2025-08-09 12:57:35'),
(1798, 'App\\Models\\Item', '691', 'image', 'public', '2025-08-09 13:01:11', '2025-08-09 13:01:11'),
(1799, 'App\\Models\\Item', '691', 'images', 'public', '2025-08-09 13:01:11', '2025-08-09 13:01:11'),
(1800, 'App\\Models\\Item', '692', 'image', 'public', '2025-08-09 13:03:14', '2025-08-09 13:03:14'),
(1801, 'App\\Models\\Item', '692', 'images', 'public', '2025-08-09 13:03:14', '2025-08-09 13:03:14'),
(1802, 'App\\Models\\Item', '693', 'image', 'public', '2025-08-09 13:06:12', '2025-08-09 13:06:12'),
(1803, 'App\\Models\\Item', '693', 'images', 'public', '2025-08-09 13:06:12', '2025-08-09 13:06:12'),
(1804, 'App\\Models\\Item', '694', 'image', 'public', '2025-08-09 13:09:37', '2025-08-09 13:09:37'),
(1805, 'App\\Models\\Item', '694', 'images', 'public', '2025-08-09 13:09:37', '2025-08-09 13:09:37'),
(1806, 'App\\Models\\Item', '695', 'image', 'public', '2025-08-09 13:12:20', '2025-08-09 13:12:20'),
(1807, 'App\\Models\\Item', '695', 'images', 'public', '2025-08-09 13:12:20', '2025-08-09 13:12:20'),
(1808, 'App\\Models\\Item', '696', 'image', 'public', '2025-08-09 13:14:09', '2025-08-09 13:14:09'),
(1809, 'App\\Models\\Item', '696', 'images', 'public', '2025-08-09 13:14:09', '2025-08-09 13:14:09'),
(1810, 'App\\Models\\Item', '697', 'image', 'public', '2025-08-09 13:16:10', '2025-08-09 13:16:10'),
(1811, 'App\\Models\\Item', '697', 'images', 'public', '2025-08-09 13:16:10', '2025-08-09 13:16:10'),
(1812, 'App\\Models\\Item', '698', 'image', 'public', '2025-08-09 13:17:14', '2025-08-09 13:17:14'),
(1813, 'App\\Models\\Item', '698', 'images', 'public', '2025-08-09 13:17:14', '2025-08-09 13:17:14'),
(1814, 'App\\Models\\Item', '699', 'image', 'public', '2025-08-09 13:18:30', '2025-08-09 13:18:30'),
(1815, 'App\\Models\\Item', '699', 'images', 'public', '2025-08-09 13:18:30', '2025-08-09 13:18:30'),
(1816, 'App\\Models\\Item', '700', 'image', 'public', '2025-08-09 13:55:36', '2025-08-09 13:55:36'),
(1817, 'App\\Models\\Item', '700', 'images', 'public', '2025-08-09 13:55:36', '2025-08-09 13:55:36'),
(1818, 'App\\Models\\Item', '701', 'image', 'public', '2025-08-09 13:57:03', '2025-08-09 13:57:03'),
(1819, 'App\\Models\\Item', '701', 'images', 'public', '2025-08-09 13:57:03', '2025-08-09 13:57:03'),
(1820, 'App\\Models\\Item', '702', 'image', 'public', '2025-08-09 13:58:28', '2025-08-09 13:58:28'),
(1821, 'App\\Models\\Item', '702', 'images', 'public', '2025-08-09 13:58:28', '2025-08-09 13:58:28'),
(1822, 'App\\Models\\Item', '703', 'image', 'public', '2025-08-09 14:00:05', '2025-08-09 14:00:05'),
(1823, 'App\\Models\\Item', '703', 'images', 'public', '2025-08-09 14:00:05', '2025-08-09 14:00:05'),
(1824, 'App\\Models\\Item', '704', 'image', 'public', '2025-08-09 14:01:48', '2025-08-09 14:01:48'),
(1825, 'App\\Models\\Item', '704', 'images', 'public', '2025-08-09 14:01:48', '2025-08-09 14:01:48'),
(1826, 'App\\Models\\Item', '705', 'image', 'public', '2025-08-09 14:03:17', '2025-08-09 14:03:17'),
(1827, 'App\\Models\\Item', '705', 'images', 'public', '2025-08-09 14:03:17', '2025-08-09 14:03:17'),
(1828, 'App\\Models\\Item', '706', 'image', 'public', '2025-08-09 14:04:52', '2025-08-09 14:04:52'),
(1829, 'App\\Models\\Item', '706', 'images', 'public', '2025-08-09 14:04:52', '2025-08-09 14:04:52'),
(1830, 'App\\Models\\Item', '707', 'image', 'public', '2025-08-09 14:07:44', '2025-08-09 14:07:44'),
(1831, 'App\\Models\\Item', '707', 'images', 'public', '2025-08-09 14:07:44', '2025-08-09 14:07:44'),
(1832, 'App\\Models\\Item', '708', 'image', 'public', '2025-08-09 14:09:56', '2025-08-09 14:09:56'),
(1833, 'App\\Models\\Item', '708', 'images', 'public', '2025-08-09 14:09:56', '2025-08-09 14:09:56'),
(1834, 'App\\Models\\Item', '709', 'image', 'public', '2025-08-09 14:12:01', '2025-08-09 14:12:01'),
(1835, 'App\\Models\\Item', '709', 'images', 'public', '2025-08-09 14:12:01', '2025-08-09 14:12:01'),
(1836, 'App\\Models\\Item', '710', 'image', 'public', '2025-08-09 14:15:40', '2025-08-09 14:15:40'),
(1837, 'App\\Models\\Item', '710', 'images', 'public', '2025-08-09 14:15:40', '2025-08-09 14:15:40'),
(1838, 'App\\Models\\Item', '711', 'image', 'public', '2025-08-09 14:17:23', '2025-08-09 14:17:23'),
(1839, 'App\\Models\\Item', '711', 'images', 'public', '2025-08-09 14:17:23', '2025-08-09 14:17:23'),
(1840, 'App\\Models\\Item', '712', 'image', 'public', '2025-08-09 14:29:17', '2025-08-09 14:29:17'),
(1841, 'App\\Models\\Item', '712', 'images', 'public', '2025-08-09 14:29:17', '2025-08-09 14:29:17'),
(1842, 'App\\Models\\Item', '713', 'image', 'public', '2025-08-09 14:31:10', '2025-08-09 14:31:10'),
(1843, 'App\\Models\\Item', '713', 'images', 'public', '2025-08-09 14:31:10', '2025-08-09 14:31:10'),
(1844, 'App\\Models\\Item', '714', 'image', 'public', '2025-08-09 14:33:24', '2025-08-09 14:33:24'),
(1845, 'App\\Models\\Item', '714', 'images', 'public', '2025-08-09 14:33:24', '2025-08-09 14:33:24'),
(1846, 'App\\Models\\Item', '715', 'image', 'public', '2025-08-09 14:34:42', '2025-08-09 14:34:42'),
(1847, 'App\\Models\\Item', '715', 'images', 'public', '2025-08-09 14:34:42', '2025-08-09 14:34:42'),
(1848, 'App\\Models\\Item', '716', 'image', 'public', '2025-08-09 14:36:26', '2025-08-09 14:36:26'),
(1849, 'App\\Models\\Item', '716', 'images', 'public', '2025-08-09 14:36:26', '2025-08-09 14:36:26'),
(1850, 'App\\Models\\Item', '717', 'image', 'public', '2025-08-09 14:37:58', '2025-08-09 14:37:58'),
(1851, 'App\\Models\\Item', '717', 'images', 'public', '2025-08-09 14:37:58', '2025-08-09 14:37:58'),
(1852, 'App\\Models\\Item', '718', 'image', 'public', '2025-08-09 14:40:12', '2025-08-09 14:40:12'),
(1853, 'App\\Models\\Item', '718', 'images', 'public', '2025-08-09 14:40:12', '2025-08-09 14:40:12'),
(1854, 'App\\Models\\Item', '719', 'image', 'public', '2025-08-09 14:41:37', '2025-08-09 14:41:37'),
(1855, 'App\\Models\\Item', '719', 'images', 'public', '2025-08-09 14:41:38', '2025-08-09 14:41:38'),
(1856, 'App\\Models\\Item', '720', 'image', 'public', '2025-08-09 14:42:58', '2025-08-09 14:42:58'),
(1857, 'App\\Models\\Item', '720', 'images', 'public', '2025-08-09 14:42:58', '2025-08-09 14:42:58'),
(1858, 'App\\Models\\Item', '721', 'image', 'public', '2025-08-10 13:21:20', '2025-08-10 13:21:20'),
(1859, 'App\\Models\\Item', '721', 'images', 'public', '2025-08-10 13:21:20', '2025-08-10 13:21:20'),
(1860, 'App\\Models\\Item', '722', 'image', 'public', '2025-08-10 13:24:42', '2025-08-10 13:24:42'),
(1861, 'App\\Models\\Item', '722', 'images', 'public', '2025-08-10 13:24:42', '2025-08-10 13:24:42'),
(1862, 'App\\Models\\Item', '723', 'image', 'public', '2025-08-10 13:27:39', '2025-08-10 13:27:39'),
(1863, 'App\\Models\\Item', '723', 'images', 'public', '2025-08-10 13:27:39', '2025-08-10 13:27:39'),
(1864, 'App\\Models\\Item', '724', 'image', 'public', '2025-08-10 13:34:37', '2025-08-10 13:34:37'),
(1865, 'App\\Models\\Item', '724', 'images', 'public', '2025-08-10 13:34:37', '2025-08-10 13:34:37'),
(1866, 'App\\Models\\Item', '725', 'image', 'public', '2025-08-10 13:36:45', '2025-08-10 13:36:45'),
(1867, 'App\\Models\\Item', '725', 'images', 'public', '2025-08-10 13:36:45', '2025-08-10 13:36:45'),
(1868, 'App\\Models\\Item', '726', 'image', 'public', '2025-08-11 04:29:59', '2025-08-11 04:29:59'),
(1869, 'App\\Models\\Item', '726', 'images', 'public', '2025-08-11 04:29:59', '2025-08-11 04:29:59'),
(1870, 'App\\Models\\Item', '727', 'image', 'public', '2025-08-11 04:38:27', '2025-08-11 04:38:27'),
(1871, 'App\\Models\\Item', '727', 'images', 'public', '2025-08-11 04:38:27', '2025-08-11 04:38:27'),
(1872, 'App\\Models\\Item', '728', 'image', 'public', '2025-08-11 04:40:27', '2025-08-11 04:40:27'),
(1873, 'App\\Models\\Item', '728', 'images', 'public', '2025-08-11 04:40:27', '2025-08-11 04:40:27'),
(1874, 'App\\Models\\Item', '729', 'image', 'public', '2025-08-11 04:41:45', '2025-08-11 04:41:45'),
(1875, 'App\\Models\\Item', '729', 'images', 'public', '2025-08-11 04:41:46', '2025-08-11 04:41:46'),
(1876, 'App\\Models\\Item', '730', 'image', 'public', '2025-08-11 04:43:16', '2025-08-11 04:43:16'),
(1877, 'App\\Models\\Item', '730', 'images', 'public', '2025-08-11 04:43:16', '2025-08-11 04:43:16'),
(1878, 'App\\Models\\Item', '731', 'image', 'public', '2025-08-11 04:44:53', '2025-08-11 04:44:53'),
(1879, 'App\\Models\\Item', '731', 'images', 'public', '2025-08-11 04:44:53', '2025-08-11 04:44:53'),
(1880, 'App\\Models\\Item', '732', 'image', 'public', '2025-08-11 04:46:16', '2025-08-11 04:46:16'),
(1881, 'App\\Models\\Item', '732', 'images', 'public', '2025-08-11 04:46:16', '2025-08-11 04:46:16'),
(1882, 'App\\Models\\Item', '733', 'image', 'public', '2025-08-11 05:02:16', '2025-08-11 05:02:16'),
(1883, 'App\\Models\\Item', '733', 'images', 'public', '2025-08-11 05:02:16', '2025-08-11 05:02:16'),
(1884, 'App\\Models\\Item', '734', 'image', 'public', '2025-08-11 05:03:34', '2025-08-11 05:03:34'),
(1885, 'App\\Models\\Item', '734', 'images', 'public', '2025-08-11 05:03:34', '2025-08-11 05:03:34'),
(1886, 'App\\Models\\Item', '735', 'image', 'public', '2025-08-11 05:07:30', '2025-08-11 05:07:30'),
(1887, 'App\\Models\\Item', '735', 'images', 'public', '2025-08-11 05:07:30', '2025-08-11 05:07:30'),
(1888, 'App\\Models\\Item', '736', 'image', 'public', '2025-08-11 05:08:59', '2025-08-11 05:08:59'),
(1889, 'App\\Models\\Item', '736', 'images', 'public', '2025-08-11 05:08:59', '2025-08-11 05:08:59'),
(1890, 'App\\Models\\Store', '29', 'logo', 'public', '2025-08-15 09:06:00', '2025-08-15 09:06:00'),
(1891, 'App\\Models\\Store', '29', 'cover_photo', 'public', '2025-08-15 09:06:00', '2025-08-15 09:06:00'),
(1892, 'App\\Models\\Item', '737', 'image', 'public', '2025-08-15 10:06:58', '2025-08-15 10:06:58'),
(1893, 'App\\Models\\Item', '737', 'images', 'public', '2025-08-15 10:06:58', '2025-08-15 10:06:58'),
(1894, 'App\\Models\\Item', '738', 'image', 'public', '2025-08-15 10:09:32', '2025-08-15 10:09:32'),
(1895, 'App\\Models\\Item', '738', 'images', 'public', '2025-08-15 10:09:32', '2025-08-15 10:09:32'),
(1896, 'App\\Models\\Item', '739', 'image', 'public', '2025-08-15 12:05:50', '2025-08-15 12:05:50'),
(1897, 'App\\Models\\Item', '739', 'images', 'public', '2025-08-15 12:00:41', '2025-08-15 12:00:41'),
(1898, 'App\\Models\\Item', '740', 'image', 'public', '2025-08-15 12:15:46', '2025-08-15 12:15:46'),
(1899, 'App\\Models\\Item', '740', 'images', 'public', '2025-08-15 12:15:46', '2025-08-15 12:15:46'),
(1900, 'App\\Models\\Item', '741', 'image', 'public', '2025-08-15 12:23:56', '2025-08-15 12:23:56'),
(1901, 'App\\Models\\Item', '741', 'images', 'public', '2025-08-15 12:23:56', '2025-08-15 12:23:56'),
(1902, 'App\\Models\\Item', '742', 'image', 'public', '2025-08-15 12:28:14', '2025-08-15 12:28:14'),
(1903, 'App\\Models\\Item', '742', 'images', 'public', '2025-08-15 12:28:14', '2025-08-15 12:28:14'),
(1904, 'App\\Models\\Item', '743', 'image', 'public', '2025-08-15 12:30:35', '2025-08-15 12:30:35'),
(1905, 'App\\Models\\Item', '743', 'images', 'public', '2025-08-15 12:30:35', '2025-08-15 12:30:35'),
(1906, 'App\\Models\\Item', '744', 'image', 'public', '2025-08-15 12:36:02', '2025-08-15 12:36:02'),
(1907, 'App\\Models\\Item', '744', 'images', 'public', '2025-08-15 12:36:02', '2025-08-15 12:36:02'),
(1908, 'App\\Models\\Item', '745', 'image', 'public', '2025-08-15 12:38:08', '2025-08-15 12:38:08'),
(1909, 'App\\Models\\Item', '745', 'images', 'public', '2025-08-15 12:38:08', '2025-08-15 12:38:08'),
(1910, 'App\\Models\\Item', '746', 'image', 'public', '2025-08-15 12:43:14', '2025-08-15 12:43:14'),
(1911, 'App\\Models\\Item', '746', 'images', 'public', '2025-08-15 12:43:14', '2025-08-15 12:43:14'),
(1912, 'App\\Models\\Item', '747', 'image', 'public', '2025-08-15 12:45:12', '2025-08-15 12:45:12'),
(1913, 'App\\Models\\Item', '747', 'images', 'public', '2025-08-15 12:45:12', '2025-08-15 12:45:12'),
(1914, 'App\\Models\\Item', '748', 'image', 'public', '2025-08-15 12:46:51', '2025-08-15 12:46:51'),
(1915, 'App\\Models\\Item', '748', 'images', 'public', '2025-08-15 12:46:51', '2025-08-15 12:46:51'),
(1916, 'App\\Models\\Item', '749', 'image', 'public', '2025-08-15 12:55:32', '2025-08-15 12:55:32'),
(1917, 'App\\Models\\Item', '749', 'images', 'public', '2025-08-15 12:55:32', '2025-08-15 12:55:32'),
(1918, 'App\\Models\\Item', '750', 'image', 'public', '2025-08-15 12:57:14', '2025-08-15 12:57:14'),
(1919, 'App\\Models\\Item', '750', 'images', 'public', '2025-08-15 12:57:14', '2025-08-15 12:57:14'),
(1920, 'App\\Models\\Item', '751', 'image', 'public', '2025-08-15 12:59:16', '2025-08-15 12:59:16'),
(1921, 'App\\Models\\Item', '751', 'images', 'public', '2025-08-15 12:59:16', '2025-08-15 12:59:16'),
(1922, 'App\\Models\\Item', '752', 'image', 'public', '2025-08-15 13:00:54', '2025-08-15 13:00:54'),
(1923, 'App\\Models\\Item', '752', 'images', 'public', '2025-08-15 13:00:54', '2025-08-15 13:00:54'),
(1924, 'App\\Models\\Item', '753', 'image', 'public', '2025-08-16 04:53:54', '2025-08-16 04:53:54'),
(1925, 'App\\Models\\Item', '753', 'images', 'public', '2025-08-16 04:53:54', '2025-08-16 04:53:54'),
(1926, 'App\\Models\\Item', '754', 'image', 'public', '2025-08-16 04:55:09', '2025-08-16 04:55:09'),
(1927, 'App\\Models\\Item', '754', 'images', 'public', '2025-08-16 04:55:09', '2025-08-16 04:55:09'),
(1928, 'App\\Models\\Item', '755', 'image', 'public', '2025-08-16 04:59:21', '2025-08-16 04:59:21'),
(1929, 'App\\Models\\Item', '755', 'images', 'public', '2025-08-16 04:59:21', '2025-08-16 04:59:21'),
(1930, 'App\\Models\\Item', '756', 'image', 'public', '2025-08-16 05:01:11', '2025-08-16 05:01:11'),
(1931, 'App\\Models\\Item', '756', 'images', 'public', '2025-08-16 05:01:11', '2025-08-16 05:01:11'),
(1932, 'App\\Models\\Item', '757', 'image', 'public', '2025-08-16 05:03:59', '2025-08-16 05:03:59'),
(1933, 'App\\Models\\Item', '757', 'images', 'public', '2025-08-16 05:03:59', '2025-08-16 05:03:59'),
(1934, 'App\\Models\\Item', '758', 'image', 'public', '2025-08-16 05:07:24', '2025-08-16 05:07:24'),
(1935, 'App\\Models\\Item', '758', 'images', 'public', '2025-08-16 05:07:24', '2025-08-16 05:07:24'),
(1936, 'App\\Models\\Item', '759', 'image', 'public', '2025-08-16 05:12:13', '2025-08-16 05:12:13'),
(1937, 'App\\Models\\Item', '759', 'images', 'public', '2025-08-16 05:12:13', '2025-08-16 05:12:13'),
(1938, 'App\\Models\\Item', '760', 'image', 'public', '2025-08-16 05:14:20', '2025-08-16 05:14:20'),
(1939, 'App\\Models\\Item', '760', 'images', 'public', '2025-08-16 05:14:20', '2025-08-16 05:14:20'),
(1940, 'App\\Models\\Item', '761', 'image', 'public', '2025-08-16 05:17:53', '2025-08-16 05:17:53'),
(1941, 'App\\Models\\Item', '761', 'images', 'public', '2025-08-16 05:17:53', '2025-08-16 05:17:53'),
(1942, 'App\\Models\\Item', '762', 'image', 'public', '2025-08-16 05:21:29', '2025-08-16 05:21:29'),
(1943, 'App\\Models\\Item', '762', 'images', 'public', '2025-08-16 05:21:29', '2025-08-16 05:21:29'),
(1944, 'App\\Models\\Item', '763', 'image', 'public', '2025-08-16 05:25:25', '2025-08-16 05:25:25'),
(1945, 'App\\Models\\Item', '763', 'images', 'public', '2025-08-16 05:25:25', '2025-08-16 05:25:25'),
(1946, 'App\\Models\\Item', '764', 'image', 'public', '2025-08-16 05:30:56', '2025-08-16 05:30:56'),
(1947, 'App\\Models\\Item', '764', 'images', 'public', '2025-08-16 05:30:56', '2025-08-16 05:30:56'),
(1948, 'App\\Models\\Item', '765', 'image', 'public', '2025-08-16 05:35:23', '2025-08-16 05:35:23'),
(1949, 'App\\Models\\Item', '765', 'images', 'public', '2025-08-16 05:35:23', '2025-08-16 05:35:23'),
(1950, 'App\\Models\\Item', '766', 'image', 'public', '2025-08-16 05:37:28', '2025-08-16 05:37:28'),
(1951, 'App\\Models\\Item', '766', 'images', 'public', '2025-08-16 05:37:28', '2025-08-16 05:37:28'),
(1952, 'App\\Models\\Item', '767', 'image', 'public', '2025-08-16 05:40:21', '2025-08-16 05:40:21'),
(1953, 'App\\Models\\Item', '767', 'images', 'public', '2025-08-16 05:40:21', '2025-08-16 05:40:21'),
(1954, 'App\\Models\\Item', '768', 'image', 'public', '2025-08-16 05:42:17', '2025-08-16 05:42:17'),
(1955, 'App\\Models\\Item', '768', 'images', 'public', '2025-08-16 05:42:17', '2025-08-16 05:42:17'),
(1956, 'App\\Models\\Item', '769', 'image', 'public', '2025-08-16 05:57:59', '2025-08-16 05:57:59'),
(1957, 'App\\Models\\Item', '769', 'images', 'public', '2025-08-16 05:57:59', '2025-08-16 05:57:59'),
(1958, 'App\\Models\\Item', '770', 'image', 'public', '2025-08-16 06:00:19', '2025-08-16 06:00:19'),
(1959, 'App\\Models\\Item', '770', 'images', 'public', '2025-08-16 06:00:19', '2025-08-16 06:00:19'),
(1960, 'App\\Models\\Item', '771', 'image', 'public', '2025-08-16 06:02:39', '2025-08-16 06:02:39'),
(1961, 'App\\Models\\Item', '771', 'images', 'public', '2025-08-16 06:02:39', '2025-08-16 06:02:39'),
(1962, 'App\\Models\\Item', '772', 'image', 'public', '2025-08-16 06:04:07', '2025-08-16 06:04:07'),
(1963, 'App\\Models\\Item', '772', 'images', 'public', '2025-08-16 06:04:07', '2025-08-16 06:04:07'),
(1964, 'App\\Models\\Item', '773', 'image', 'public', '2025-08-16 06:05:20', '2025-08-16 06:05:20'),
(1965, 'App\\Models\\Item', '773', 'images', 'public', '2025-08-16 06:05:20', '2025-08-16 06:05:20'),
(1966, 'App\\Models\\Item', '774', 'image', 'public', '2025-08-16 06:34:18', '2025-08-16 06:34:18'),
(1967, 'App\\Models\\Item', '774', 'images', 'public', '2025-08-16 06:34:18', '2025-08-16 06:34:18'),
(1968, 'App\\Models\\Item', '775', 'image', 'public', '2025-08-16 06:35:33', '2025-08-16 06:35:33'),
(1969, 'App\\Models\\Item', '775', 'images', 'public', '2025-08-16 06:35:33', '2025-08-16 06:35:33'),
(1970, 'App\\Models\\Item', '776', 'image', 'public', '2025-08-16 06:37:34', '2025-08-16 06:37:34'),
(1971, 'App\\Models\\Item', '776', 'images', 'public', '2025-08-16 06:37:34', '2025-08-16 06:37:34'),
(1972, 'App\\Models\\Item', '777', 'image', 'public', '2025-08-16 06:38:39', '2025-08-16 06:38:39'),
(1973, 'App\\Models\\Item', '777', 'images', 'public', '2025-08-16 06:38:39', '2025-08-16 06:38:39'),
(1974, 'App\\Models\\Item', '778', 'image', 'public', '2025-08-16 06:39:40', '2025-08-16 06:39:40'),
(1975, 'App\\Models\\Item', '778', 'images', 'public', '2025-08-16 06:39:40', '2025-08-16 06:39:40'),
(1976, 'App\\Models\\Item', '779', 'image', 'public', '2025-08-16 06:40:44', '2025-08-16 06:40:44'),
(1977, 'App\\Models\\Item', '779', 'images', 'public', '2025-08-16 06:40:44', '2025-08-16 06:40:44'),
(1978, 'App\\Models\\Item', '780', 'image', 'public', '2025-08-16 06:42:02', '2025-08-16 06:42:02'),
(1979, 'App\\Models\\Item', '780', 'images', 'public', '2025-08-16 06:42:02', '2025-08-16 06:42:02'),
(1980, 'App\\Models\\Item', '781', 'image', 'public', '2025-08-16 06:43:03', '2025-08-16 06:43:03'),
(1981, 'App\\Models\\Item', '781', 'images', 'public', '2025-08-16 06:43:03', '2025-08-16 06:43:03'),
(1982, 'App\\Models\\Item', '782', 'image', 'public', '2025-08-16 06:44:15', '2025-08-16 06:44:15'),
(1983, 'App\\Models\\Item', '782', 'images', 'public', '2025-08-16 06:44:15', '2025-08-16 06:44:15'),
(1984, 'App\\Models\\Item', '783', 'image', 'public', '2025-08-16 06:45:34', '2025-08-16 06:45:34'),
(1985, 'App\\Models\\Item', '783', 'images', 'public', '2025-08-16 06:45:34', '2025-08-16 06:45:34'),
(1986, 'App\\Models\\Item', '784', 'image', 'public', '2025-08-16 06:49:16', '2025-08-16 06:49:16'),
(1987, 'App\\Models\\Item', '784', 'images', 'public', '2025-08-16 06:49:16', '2025-08-16 06:49:16'),
(1988, 'App\\Models\\Item', '785', 'image', 'public', '2025-08-16 06:50:18', '2025-08-16 06:50:18'),
(1989, 'App\\Models\\Item', '785', 'images', 'public', '2025-08-16 06:50:18', '2025-08-16 06:50:18'),
(1990, 'App\\Models\\Item', '786', 'image', 'public', '2025-08-16 06:51:45', '2025-08-16 06:51:45'),
(1991, 'App\\Models\\Item', '786', 'images', 'public', '2025-08-16 06:51:45', '2025-08-16 06:51:45'),
(1992, 'App\\Models\\Category', '252', 'image', 'public', '2025-08-16 07:02:58', '2025-08-16 07:02:58'),
(1993, 'App\\Models\\Category', '253', 'image', 'public', '2025-08-16 07:03:14', '2025-08-16 07:03:14'),
(1994, 'App\\Models\\Item', '787', 'image', 'public', '2025-08-16 07:09:42', '2025-08-16 07:09:42'),
(1995, 'App\\Models\\Item', '787', 'images', 'public', '2025-08-16 07:09:42', '2025-08-16 07:09:42'),
(1996, 'App\\Models\\Item', '788', 'image', 'public', '2025-08-16 07:10:55', '2025-08-16 07:10:55');
INSERT INTO `storages` (`id`, `data_type`, `data_id`, `key`, `value`, `created_at`, `updated_at`) VALUES
(1997, 'App\\Models\\Item', '788', 'images', 'public', '2025-08-16 07:10:55', '2025-08-16 07:10:55'),
(1998, 'App\\Models\\Item', '789', 'image', 'public', '2025-08-16 07:12:20', '2025-08-16 07:12:20'),
(1999, 'App\\Models\\Item', '789', 'images', 'public', '2025-08-16 07:12:20', '2025-08-16 07:12:20'),
(2000, 'App\\Models\\Item', '790', 'image', 'public', '2025-08-16 07:15:12', '2025-08-16 07:15:12'),
(2001, 'App\\Models\\Item', '790', 'images', 'public', '2025-08-16 07:15:12', '2025-08-16 07:15:12'),
(2002, 'App\\Models\\Item', '791', 'image', 'public', '2025-08-16 07:34:45', '2025-08-16 07:34:45'),
(2003, 'App\\Models\\Item', '791', 'images', 'public', '2025-08-16 07:34:45', '2025-08-16 07:34:45'),
(2004, 'App\\Models\\Item', '792', 'image', 'public', '2025-08-16 07:35:57', '2025-08-16 07:35:57'),
(2005, 'App\\Models\\Item', '792', 'images', 'public', '2025-08-16 07:35:57', '2025-08-16 07:35:57'),
(2006, 'App\\Models\\Item', '793', 'image', 'public', '2025-08-16 07:37:37', '2025-08-16 07:37:37'),
(2007, 'App\\Models\\Item', '793', 'images', 'public', '2025-08-16 07:37:37', '2025-08-16 07:37:37'),
(2008, 'App\\Models\\Item', '794', 'image', 'public', '2025-08-16 07:39:52', '2025-08-16 07:39:52'),
(2009, 'App\\Models\\Item', '794', 'images', 'public', '2025-08-16 07:39:52', '2025-08-16 07:39:52'),
(2010, 'App\\Models\\Item', '795', 'image', 'public', '2025-08-16 07:56:42', '2025-08-16 07:56:42'),
(2011, 'App\\Models\\Item', '795', 'images', 'public', '2025-08-16 07:56:42', '2025-08-16 07:56:42'),
(2012, 'App\\Models\\Item', '796', 'image', 'public', '2025-08-16 07:59:15', '2025-08-16 07:59:15'),
(2013, 'App\\Models\\Item', '796', 'images', 'public', '2025-08-16 07:59:15', '2025-08-16 07:59:15'),
(2014, 'App\\Models\\Item', '797', 'image', 'public', '2025-08-16 08:01:11', '2025-08-16 08:01:11'),
(2015, 'App\\Models\\Item', '797', 'images', 'public', '2025-08-16 08:01:11', '2025-08-16 08:01:11'),
(2016, 'App\\Models\\Item', '798', 'image', 'public', '2025-08-16 08:10:40', '2025-08-16 08:10:40'),
(2017, 'App\\Models\\Item', '798', 'images', 'public', '2025-08-16 08:10:40', '2025-08-16 08:10:40'),
(2018, 'App\\Models\\Item', '799', 'image', 'public', '2025-08-16 08:12:19', '2025-08-16 08:12:19'),
(2019, 'App\\Models\\Item', '799', 'images', 'public', '2025-08-16 08:12:19', '2025-08-16 08:12:19'),
(2020, 'App\\Models\\Item', '800', 'image', 'public', '2025-08-16 08:14:06', '2025-08-16 08:14:06'),
(2021, 'App\\Models\\Item', '800', 'images', 'public', '2025-08-16 08:14:06', '2025-08-16 08:14:06'),
(2022, 'App\\Models\\Item', '801', 'image', 'public', '2025-08-16 08:15:16', '2025-08-16 08:15:16'),
(2023, 'App\\Models\\Item', '801', 'images', 'public', '2025-08-16 08:15:16', '2025-08-16 08:15:16'),
(2024, 'App\\Models\\Item', '802', 'image', 'public', '2025-08-16 08:16:51', '2025-08-16 08:16:51'),
(2025, 'App\\Models\\Item', '802', 'images', 'public', '2025-08-16 08:16:51', '2025-08-16 08:16:51'),
(2026, 'App\\Models\\Item', '803', 'image', 'public', '2025-08-16 08:18:14', '2025-08-16 08:18:14'),
(2027, 'App\\Models\\Item', '803', 'images', 'public', '2025-08-16 08:18:14', '2025-08-16 08:18:14'),
(2028, 'App\\Models\\Item', '804', 'image', 'public', '2025-08-16 08:19:26', '2025-08-16 08:19:26'),
(2029, 'App\\Models\\Item', '804', 'images', 'public', '2025-08-16 08:19:26', '2025-08-16 08:19:26'),
(2030, 'App\\Models\\Item', '805', 'image', 'public', '2025-08-16 08:21:11', '2025-08-16 08:21:11'),
(2031, 'App\\Models\\Item', '805', 'images', 'public', '2025-08-16 08:21:11', '2025-08-16 08:21:11'),
(2032, 'App\\Models\\Item', '806', 'image', 'public', '2025-08-16 08:22:33', '2025-08-16 08:22:33'),
(2033, 'App\\Models\\Item', '806', 'images', 'public', '2025-08-16 08:22:33', '2025-08-16 08:22:33'),
(2034, 'App\\Models\\Store', '30', 'logo', 'public', '2025-09-04 06:20:35', '2025-09-04 06:20:35'),
(2035, 'App\\Models\\Store', '30', 'cover_photo', 'public', '2025-09-04 06:20:35', '2025-09-04 06:20:35'),
(2036, 'App\\Models\\Store', '31', 'logo', 'public', '2025-09-04 06:28:30', '2025-09-04 06:28:30'),
(2037, 'App\\Models\\Store', '31', 'cover_photo', 'public', '2025-09-04 06:28:30', '2025-09-04 06:28:30'),
(2038, 'App\\Models\\Store', '32', 'logo', 'public', '2025-09-04 06:30:59', '2025-09-04 06:30:59'),
(2039, 'App\\Models\\Store', '32', 'cover_photo', 'public', '2025-09-04 06:30:59', '2025-09-04 06:30:59'),
(2040, 'App\\Models\\Store', '33', 'logo', 'public', '2025-09-04 06:33:36', '2025-09-04 06:33:36'),
(2041, 'App\\Models\\Store', '33', 'cover_photo', 'public', '2025-09-04 06:33:36', '2025-09-04 06:33:36'),
(2042, 'App\\Models\\Category', '254', 'image', 'public', '2025-09-04 06:46:13', '2025-09-04 06:46:13'),
(2043, 'App\\Models\\Item', '807', 'image', 'public', '2025-09-04 06:51:27', '2025-09-04 06:51:27'),
(2044, 'App\\Models\\Item', '807', 'images', 'public', '2025-09-04 06:51:27', '2025-09-04 06:51:27'),
(2045, 'App\\Models\\Item', '808', 'image', 'public', '2025-09-04 06:55:28', '2025-09-04 06:55:28'),
(2046, 'App\\Models\\Item', '808', 'images', 'public', '2025-09-04 06:55:28', '2025-09-04 06:55:28'),
(2047, 'App\\Models\\Item', '809', 'image', 'public', '2025-09-04 07:24:26', '2025-09-04 07:24:26'),
(2048, 'App\\Models\\Item', '809', 'images', 'public', '2025-09-04 07:24:26', '2025-09-04 07:24:26'),
(2049, 'App\\Models\\Item', '810', 'image', 'public', '2025-09-04 07:29:27', '2025-09-04 07:29:27'),
(2050, 'App\\Models\\Item', '810', 'images', 'public', '2025-09-04 07:29:27', '2025-09-04 07:29:27'),
(2051, 'App\\Models\\Item', '811', 'image', 'public', '2025-09-04 07:33:53', '2025-09-04 07:33:53'),
(2052, 'App\\Models\\Item', '811', 'images', 'public', '2025-09-04 07:33:53', '2025-09-04 07:33:53'),
(2053, 'App\\Models\\Item', '812', 'image', 'public', '2025-09-04 07:40:37', '2025-09-04 07:40:37'),
(2054, 'App\\Models\\Item', '812', 'images', 'public', '2025-09-04 07:40:37', '2025-09-04 07:40:37'),
(2055, 'App\\Models\\Item', '813', 'image', 'public', '2025-09-04 07:42:47', '2025-09-04 07:42:47'),
(2056, 'App\\Models\\Item', '813', 'images', 'public', '2025-09-04 07:42:47', '2025-09-04 07:42:47'),
(2057, 'App\\Models\\Item', '814', 'image', 'public', '2025-09-04 07:45:24', '2025-09-04 07:45:24'),
(2058, 'App\\Models\\Item', '814', 'images', 'public', '2025-09-04 07:45:24', '2025-09-04 07:45:24'),
(2059, 'App\\Models\\Item', '815', 'image', 'public', '2025-09-04 07:46:39', '2025-09-04 07:46:39'),
(2060, 'App\\Models\\Item', '815', 'images', 'public', '2025-09-04 07:46:39', '2025-09-04 07:46:39'),
(2061, 'App\\Models\\Item', '816', 'image', 'public', '2025-09-04 07:48:03', '2025-09-04 07:48:03'),
(2062, 'App\\Models\\Item', '816', 'images', 'public', '2025-09-04 07:48:03', '2025-09-04 07:48:03'),
(2063, 'App\\Models\\Item', '817', 'image', 'public', '2025-09-04 07:50:27', '2025-09-04 07:50:27'),
(2064, 'App\\Models\\Item', '817', 'images', 'public', '2025-09-04 07:50:27', '2025-09-04 07:50:27'),
(2065, 'App\\Models\\Category', '255', 'image', 'public', '2025-09-04 08:00:06', '2025-09-04 08:00:06'),
(2066, 'App\\Models\\Category', '256', 'image', 'public', '2025-09-04 08:00:34', '2025-09-04 08:00:34'),
(2067, 'App\\Models\\Item', '818', 'image', 'public', '2025-09-04 08:01:37', '2025-09-04 08:01:37'),
(2068, 'App\\Models\\Item', '818', 'images', 'public', '2025-09-04 08:01:37', '2025-09-04 08:01:37'),
(2069, 'App\\Models\\Item', '819', 'image', 'public', '2025-09-04 08:03:04', '2025-09-04 08:03:04'),
(2070, 'App\\Models\\Item', '819', 'images', 'public', '2025-09-04 08:03:04', '2025-09-04 08:03:04'),
(2071, 'App\\Models\\Item', '820', 'image', 'public', '2025-09-04 08:04:28', '2025-09-04 08:04:28'),
(2072, 'App\\Models\\Item', '820', 'images', 'public', '2025-09-04 08:04:28', '2025-09-04 08:04:28'),
(2073, 'App\\Models\\Item', '821', 'image', 'public', '2025-09-04 08:05:40', '2025-09-04 08:05:40'),
(2074, 'App\\Models\\Item', '821', 'images', 'public', '2025-09-04 08:05:40', '2025-09-04 08:05:40'),
(2075, 'App\\Models\\Category', '257', 'image', 'public', '2025-09-04 08:07:35', '2025-09-04 08:07:35'),
(2076, 'App\\Models\\Category', '258', 'image', 'public', '2025-09-04 08:10:22', '2025-09-04 08:10:22'),
(2077, 'App\\Models\\Category', '259', 'image', 'public', '2025-09-04 08:10:45', '2025-09-04 08:10:45'),
(2078, 'App\\Models\\Category', '260', 'image', 'public', '2025-09-04 08:11:17', '2025-09-04 08:11:17'),
(2079, 'App\\Models\\Item', '822', 'image', 'public', '2025-09-04 08:12:52', '2025-09-04 08:12:52'),
(2080, 'App\\Models\\Item', '822', 'images', 'public', '2025-09-04 08:12:52', '2025-09-04 08:12:52'),
(2081, 'App\\Models\\Item', '823', 'image', 'public', '2025-09-04 08:13:56', '2025-09-04 08:13:56'),
(2082, 'App\\Models\\Item', '823', 'images', 'public', '2025-09-04 08:13:56', '2025-09-04 08:13:56'),
(2083, 'App\\Models\\Item', '824', 'image', 'public', '2025-09-04 08:15:20', '2025-09-04 08:15:20'),
(2084, 'App\\Models\\Item', '824', 'images', 'public', '2025-09-04 08:15:20', '2025-09-04 08:15:20'),
(2085, 'App\\Models\\Item', '825', 'image', 'public', '2025-09-04 08:20:24', '2025-09-04 08:20:24'),
(2086, 'App\\Models\\Item', '825', 'images', 'public', '2025-09-04 08:20:24', '2025-09-04 08:20:24'),
(2087, 'App\\Models\\Item', '826', 'image', 'public', '2025-09-04 08:21:21', '2025-09-04 08:21:21'),
(2088, 'App\\Models\\Item', '826', 'images', 'public', '2025-09-04 08:21:21', '2025-09-04 08:21:21'),
(2089, 'App\\Models\\Item', '827', 'image', 'public', '2025-09-04 08:22:42', '2025-09-04 08:22:42'),
(2090, 'App\\Models\\Item', '827', 'images', 'public', '2025-09-04 08:22:42', '2025-09-04 08:22:42'),
(2091, 'App\\Models\\Item', '828', 'image', 'public', '2025-09-04 08:23:57', '2025-09-04 08:23:57'),
(2092, 'App\\Models\\Item', '828', 'images', 'public', '2025-09-04 08:23:57', '2025-09-04 08:23:57'),
(2093, 'App\\Models\\Category', '261', 'image', 'public', '2025-09-04 08:42:12', '2025-09-04 08:42:12'),
(2094, 'App\\Models\\Category', '262', 'image', 'public', '2025-09-04 08:43:10', '2025-09-04 08:43:10'),
(2095, 'App\\Models\\Category', '263', 'image', 'public', '2025-09-04 08:43:34', '2025-09-04 08:43:34'),
(2096, 'App\\Models\\Category', '264', 'image', 'public', '2025-09-04 08:44:13', '2025-09-04 08:44:13'),
(2097, 'App\\Models\\Item', '829', 'image', 'public', '2025-09-04 08:48:24', '2025-09-04 08:48:24'),
(2098, 'App\\Models\\Item', '829', 'images', 'public', '2025-09-04 08:48:24', '2025-09-04 08:48:24'),
(2099, 'App\\Models\\Item', '830', 'image', 'public', '2025-09-04 08:50:04', '2025-09-04 08:50:04'),
(2100, 'App\\Models\\Item', '830', 'images', 'public', '2025-09-04 08:50:04', '2025-09-04 08:50:04'),
(2101, 'App\\Models\\Item', '831', 'image', 'public', '2025-09-04 08:53:09', '2025-09-04 08:53:09'),
(2102, 'App\\Models\\Item', '831', 'images', 'public', '2025-09-04 08:53:09', '2025-09-04 08:53:09'),
(2103, 'App\\Models\\Item', '832', 'image', 'public', '2025-09-04 08:54:57', '2025-09-04 08:54:57'),
(2104, 'App\\Models\\Item', '832', 'images', 'public', '2025-09-04 08:54:57', '2025-09-04 08:54:57'),
(2105, 'App\\Models\\Item', '833', 'image', 'public', '2025-09-04 08:56:52', '2025-09-04 08:56:52'),
(2106, 'App\\Models\\Item', '833', 'images', 'public', '2025-09-04 08:56:52', '2025-09-04 08:56:52'),
(2107, 'App\\Models\\Item', '834', 'image', 'public', '2025-09-04 08:58:02', '2025-09-04 08:58:02'),
(2108, 'App\\Models\\Item', '834', 'images', 'public', '2025-09-04 08:58:02', '2025-09-04 08:58:02'),
(2109, 'App\\Models\\Item', '835', 'image', 'public', '2025-09-04 09:01:50', '2025-09-04 09:01:50'),
(2110, 'App\\Models\\Item', '835', 'images', 'public', '2025-09-04 09:01:50', '2025-09-04 09:01:50'),
(2111, 'App\\Models\\Item', '836', 'image', 'public', '2025-09-04 09:05:21', '2025-09-04 09:05:21'),
(2112, 'App\\Models\\Item', '836', 'images', 'public', '2025-09-04 09:05:21', '2025-09-04 09:05:21'),
(2113, 'App\\Models\\Item', '837', 'image', 'public', '2025-09-04 13:36:10', '2025-09-04 13:36:10'),
(2114, 'App\\Models\\Item', '837', 'images', 'public', '2025-09-04 13:36:10', '2025-09-04 13:36:10'),
(2115, 'App\\Models\\Item', '838', 'image', 'public', '2025-09-04 13:37:48', '2025-09-04 13:37:48'),
(2116, 'App\\Models\\Item', '838', 'images', 'public', '2025-09-04 13:37:48', '2025-09-04 13:37:48'),
(2117, 'App\\Models\\Item', '839', 'image', 'public', '2025-09-04 13:39:38', '2025-09-04 13:39:38'),
(2118, 'App\\Models\\Item', '839', 'images', 'public', '2025-09-04 13:39:38', '2025-09-04 13:39:38'),
(2119, 'App\\Models\\Item', '840', 'image', 'public', '2025-09-04 13:49:33', '2025-09-04 13:49:33'),
(2120, 'App\\Models\\Item', '840', 'images', 'public', '2025-09-04 13:49:33', '2025-09-04 13:49:33'),
(2121, 'App\\Models\\Item', '841', 'image', 'public', '2025-09-04 13:53:03', '2025-09-04 13:53:03'),
(2122, 'App\\Models\\Item', '841', 'images', 'public', '2025-09-04 13:53:03', '2025-09-04 13:53:03'),
(2123, 'App\\Models\\Item', '842', 'image', 'public', '2025-09-04 13:54:25', '2025-09-04 13:54:25'),
(2124, 'App\\Models\\Item', '842', 'images', 'public', '2025-09-04 13:54:25', '2025-09-04 13:54:25'),
(2125, 'App\\Models\\Item', '843', 'image', 'public', '2025-09-04 13:55:39', '2025-09-04 13:55:39'),
(2126, 'App\\Models\\Item', '843', 'images', 'public', '2025-09-04 13:55:39', '2025-09-04 13:55:39'),
(2127, 'App\\Models\\Item', '844', 'image', 'public', '2025-09-04 13:57:30', '2025-09-04 13:57:30'),
(2128, 'App\\Models\\Item', '844', 'images', 'public', '2025-09-04 13:57:30', '2025-09-04 13:57:30'),
(2129, 'App\\Models\\Item', '845', 'image', 'public', '2025-09-04 13:59:06', '2025-09-04 13:59:06'),
(2130, 'App\\Models\\Item', '845', 'images', 'public', '2025-09-04 13:59:06', '2025-09-04 13:59:06'),
(2131, 'App\\Models\\Item', '846', 'image', 'public', '2025-09-04 14:01:21', '2025-09-04 14:01:21'),
(2132, 'App\\Models\\Item', '846', 'images', 'public', '2025-09-04 14:01:21', '2025-09-04 14:01:21'),
(2133, 'App\\Models\\Item', '847', 'image', 'public', '2025-09-04 14:02:39', '2025-09-04 14:02:39'),
(2134, 'App\\Models\\Item', '847', 'images', 'public', '2025-09-04 14:02:39', '2025-09-04 14:02:39'),
(2135, 'App\\Models\\Item', '848', 'image', 'public', '2025-09-04 14:04:02', '2025-09-04 14:04:02'),
(2136, 'App\\Models\\Item', '848', 'images', 'public', '2025-09-04 14:04:02', '2025-09-04 14:04:02'),
(2137, 'App\\Models\\Item', '849', 'image', 'public', '2025-09-05 04:39:53', '2025-09-05 04:39:53'),
(2138, 'App\\Models\\Item', '849', 'images', 'public', '2025-09-05 04:39:53', '2025-09-05 04:39:53'),
(2139, 'App\\Models\\Item', '850', 'image', 'public', '2025-09-05 04:51:55', '2025-09-05 04:51:55'),
(2140, 'App\\Models\\Item', '850', 'images', 'public', '2025-09-05 04:51:55', '2025-09-05 04:51:55'),
(2141, 'App\\Models\\Item', '851', 'image', 'public', '2025-09-05 04:45:20', '2025-09-05 04:45:20'),
(2142, 'App\\Models\\Item', '851', 'images', 'public', '2025-09-05 04:45:20', '2025-09-05 04:45:20'),
(2143, 'App\\Models\\Item', '852', 'image', 'public', '2025-09-05 04:53:48', '2025-09-05 04:53:48'),
(2144, 'App\\Models\\Item', '852', 'images', 'public', '2025-09-05 04:53:48', '2025-09-05 04:53:48'),
(2145, 'App\\Models\\Item', '853', 'image', 'public', '2025-09-05 04:56:52', '2025-09-05 04:56:52'),
(2146, 'App\\Models\\Item', '853', 'images', 'public', '2025-09-05 04:56:52', '2025-09-05 04:56:52'),
(2147, 'App\\Models\\Item', '854', 'image', 'public', '2025-09-05 04:59:36', '2025-09-05 04:59:36'),
(2148, 'App\\Models\\Item', '854', 'images', 'public', '2025-09-05 04:59:36', '2025-09-05 04:59:36'),
(2149, 'App\\Models\\Item', '855', 'image', 'public', '2025-09-05 05:01:37', '2025-09-05 05:01:37'),
(2150, 'App\\Models\\Item', '855', 'images', 'public', '2025-09-05 05:01:37', '2025-09-05 05:01:37'),
(2151, 'App\\Models\\Item', '856', 'image', 'public', '2025-09-05 05:10:10', '2025-09-05 05:10:10'),
(2152, 'App\\Models\\Item', '856', 'images', 'public', '2025-09-05 05:10:10', '2025-09-05 05:10:10'),
(2153, 'App\\Models\\Item', '857', 'image', 'public', '2025-09-05 05:15:40', '2025-09-05 05:15:40'),
(2154, 'App\\Models\\Item', '857', 'images', 'public', '2025-09-05 05:15:40', '2025-09-05 05:15:40'),
(2155, 'App\\Models\\Item', '858', 'image', 'public', '2025-09-05 05:58:24', '2025-09-05 05:58:24'),
(2156, 'App\\Models\\Item', '858', 'images', 'public', '2025-09-05 05:58:24', '2025-09-05 05:58:24'),
(2157, 'App\\Models\\Item', '859', 'image', 'public', '2025-09-05 06:04:31', '2025-09-05 06:04:31'),
(2158, 'App\\Models\\Item', '859', 'images', 'public', '2025-09-05 06:04:31', '2025-09-05 06:04:31'),
(2159, 'App\\Models\\Item', '860', 'image', 'public', '2025-09-05 06:06:58', '2025-09-05 06:06:58'),
(2160, 'App\\Models\\Item', '860', 'images', 'public', '2025-09-05 06:06:58', '2025-09-05 06:06:58'),
(2161, 'App\\Models\\Item', '861', 'image', 'public', '2025-09-05 06:08:13', '2025-09-05 06:08:13'),
(2162, 'App\\Models\\Item', '861', 'images', 'public', '2025-09-05 06:08:13', '2025-09-05 06:08:13'),
(2163, 'App\\Models\\Item', '862', 'image', 'public', '2025-09-05 06:12:55', '2025-09-05 06:12:55'),
(2164, 'App\\Models\\Item', '862', 'images', 'public', '2025-09-05 06:12:55', '2025-09-05 06:12:55'),
(2165, 'App\\Models\\Item', '863', 'image', 'public', '2025-09-05 06:15:19', '2025-09-05 06:15:19'),
(2166, 'App\\Models\\Item', '863', 'images', 'public', '2025-09-05 06:15:19', '2025-09-05 06:15:19'),
(2167, 'App\\Models\\Item', '864', 'image', 'public', '2025-09-05 07:53:59', '2025-09-05 07:53:59'),
(2168, 'App\\Models\\Item', '864', 'images', 'public', '2025-09-05 07:53:59', '2025-09-05 07:53:59'),
(2169, 'App\\Models\\Item', '865', 'image', 'public', '2025-09-05 07:55:30', '2025-09-05 07:55:30'),
(2170, 'App\\Models\\Item', '865', 'images', 'public', '2025-09-05 07:55:30', '2025-09-05 07:55:30'),
(2171, 'App\\Models\\Item', '866', 'image', 'public', '2025-09-05 07:56:48', '2025-09-05 07:56:48'),
(2172, 'App\\Models\\Item', '866', 'images', 'public', '2025-09-05 07:56:48', '2025-09-05 07:56:48'),
(2173, 'App\\Models\\Item', '867', 'image', 'public', '2025-09-05 07:57:45', '2025-09-05 07:57:45'),
(2174, 'App\\Models\\Item', '867', 'images', 'public', '2025-09-05 07:57:45', '2025-09-05 07:57:45'),
(2175, 'App\\Models\\Item', '868', 'image', 'public', '2025-09-05 07:59:19', '2025-09-05 07:59:19'),
(2176, 'App\\Models\\Item', '868', 'images', 'public', '2025-09-05 07:59:19', '2025-09-05 07:59:19'),
(2177, 'App\\Models\\Item', '869', 'image', 'public', '2025-09-05 08:00:41', '2025-09-05 08:00:41'),
(2178, 'App\\Models\\Item', '869', 'images', 'public', '2025-09-05 08:00:41', '2025-09-05 08:00:41'),
(2179, 'App\\Models\\Item', '870', 'image', 'public', '2025-09-05 08:02:02', '2025-09-05 08:02:02'),
(2180, 'App\\Models\\Item', '870', 'images', 'public', '2025-09-05 08:02:02', '2025-09-05 08:02:02'),
(2181, 'App\\Models\\Item', '871', 'image', 'public', '2025-09-05 08:03:01', '2025-09-05 08:03:01'),
(2182, 'App\\Models\\Item', '871', 'images', 'public', '2025-09-05 08:03:01', '2025-09-05 08:03:01'),
(2183, 'App\\Models\\Item', '872', 'image', 'public', '2025-09-05 08:04:48', '2025-09-05 08:04:48'),
(2184, 'App\\Models\\Item', '872', 'images', 'public', '2025-09-05 08:04:48', '2025-09-05 08:04:48'),
(2185, 'App\\Models\\Item', '873', 'image', 'public', '2025-09-05 08:05:53', '2025-09-05 08:05:53'),
(2186, 'App\\Models\\Item', '873', 'images', 'public', '2025-09-05 08:05:53', '2025-09-05 08:05:53'),
(2187, 'App\\Models\\Item', '874', 'image', 'public', '2025-09-05 08:08:29', '2025-09-05 08:08:29'),
(2188, 'App\\Models\\Item', '874', 'images', 'public', '2025-09-05 08:08:29', '2025-09-05 08:08:29'),
(2189, 'App\\Models\\Item', '875', 'image', 'public', '2025-09-05 08:10:28', '2025-09-05 08:10:28'),
(2190, 'App\\Models\\Item', '875', 'images', 'public', '2025-09-05 08:10:28', '2025-09-05 08:10:28'),
(2191, 'App\\Models\\Item', '876', 'image', 'public', '2025-09-05 08:11:42', '2025-09-05 08:11:42'),
(2192, 'App\\Models\\Item', '876', 'images', 'public', '2025-09-05 08:11:42', '2025-09-05 08:11:42'),
(2193, 'App\\Models\\Item', '877', 'image', 'public', '2025-09-05 08:25:02', '2025-09-05 08:25:02'),
(2194, 'App\\Models\\Item', '877', 'images', 'public', '2025-09-05 08:25:02', '2025-09-05 08:25:02'),
(2195, 'App\\Models\\Item', '878', 'image', 'public', '2025-09-05 08:26:23', '2025-09-05 08:26:23'),
(2196, 'App\\Models\\Item', '878', 'images', 'public', '2025-09-05 08:26:23', '2025-09-05 08:26:23'),
(2197, 'App\\Models\\Item', '879', 'image', 'public', '2025-09-05 08:27:36', '2025-09-05 08:27:36'),
(2198, 'App\\Models\\Item', '879', 'images', 'public', '2025-09-05 08:27:36', '2025-09-05 08:27:36'),
(2199, 'App\\Models\\Item', '880', 'image', 'public', '2025-09-05 08:28:49', '2025-09-05 08:28:49'),
(2200, 'App\\Models\\Item', '880', 'images', 'public', '2025-09-05 08:28:49', '2025-09-05 08:28:49'),
(2201, 'App\\Models\\Item', '881', 'image', 'public', '2025-09-05 08:30:05', '2025-09-05 08:30:05'),
(2202, 'App\\Models\\Item', '881', 'images', 'public', '2025-09-05 08:30:05', '2025-09-05 08:30:05'),
(2203, 'App\\Models\\Item', '882', 'image', 'public', '2025-09-05 08:31:36', '2025-09-05 08:31:36'),
(2204, 'App\\Models\\Item', '882', 'images', 'public', '2025-09-05 08:31:36', '2025-09-05 08:31:36'),
(2205, 'App\\Models\\Item', '883', 'image', 'public', '2025-09-05 08:32:40', '2025-09-05 08:32:40'),
(2206, 'App\\Models\\Item', '883', 'images', 'public', '2025-09-05 08:32:41', '2025-09-05 08:32:41'),
(2207, 'App\\Models\\Item', '884', 'image', 'public', '2025-09-05 08:34:00', '2025-09-05 08:34:00'),
(2208, 'App\\Models\\Item', '884', 'images', 'public', '2025-09-05 08:34:00', '2025-09-05 08:34:00'),
(2209, 'App\\Models\\Item', '885', 'image', 'public', '2025-09-05 08:35:26', '2025-09-05 08:35:26'),
(2210, 'App\\Models\\Item', '885', 'images', 'public', '2025-09-05 08:35:26', '2025-09-05 08:35:26'),
(2211, 'App\\Models\\Item', '886', 'image', 'public', '2025-09-05 08:36:43', '2025-09-05 08:36:43'),
(2212, 'App\\Models\\Item', '886', 'images', 'public', '2025-09-05 08:36:43', '2025-09-05 08:36:43'),
(2213, 'App\\Models\\Item', '887', 'image', 'public', '2025-09-05 08:38:11', '2025-09-05 08:38:11'),
(2214, 'App\\Models\\Item', '887', 'images', 'public', '2025-09-05 08:38:11', '2025-09-05 08:38:11'),
(2215, 'App\\Models\\Category', '265', 'image', 'public', '2025-09-05 08:41:23', '2025-09-05 08:41:23'),
(2216, 'App\\Models\\Category', '266', 'image', 'public', '2025-09-05 08:41:45', '2025-09-05 08:41:45'),
(2217, 'App\\Models\\Category', '267', 'image', 'public', '2025-09-05 08:42:37', '2025-09-05 08:42:37'),
(2218, 'App\\Models\\Category', '268', 'image', 'public', '2025-09-05 08:43:10', '2025-09-05 08:43:10'),
(2219, 'App\\Models\\Item', '888', 'image', 'public', '2025-09-05 08:44:22', '2025-09-05 08:44:22'),
(2220, 'App\\Models\\Item', '888', 'images', 'public', '2025-09-05 08:44:22', '2025-09-05 08:44:22'),
(2221, 'App\\Models\\Item', '889', 'image', 'public', '2025-09-05 08:45:22', '2025-09-05 08:45:22'),
(2222, 'App\\Models\\Item', '889', 'images', 'public', '2025-09-05 08:45:22', '2025-09-05 08:45:22'),
(2223, 'App\\Models\\Item', '890', 'image', 'public', '2025-09-05 10:02:22', '2025-09-05 10:02:22'),
(2224, 'App\\Models\\Item', '890', 'images', 'public', '2025-09-05 10:02:22', '2025-09-05 10:02:22'),
(2225, 'App\\Models\\Category', '269', 'image', 'public', '2025-09-05 10:03:27', '2025-09-05 10:03:27'),
(2226, 'App\\Models\\Store', '34', 'logo', 'public', '2025-09-05 10:21:04', '2025-09-05 10:21:04'),
(2227, 'App\\Models\\Store', '34', 'cover_photo', 'public', '2025-09-05 10:21:04', '2025-09-05 10:21:04'),
(2228, 'App\\Models\\Item', '891', 'image', 'public', '2025-09-06 06:58:16', '2025-09-06 06:58:16'),
(2229, 'App\\Models\\Item', '891', 'images', 'public', '2025-09-06 06:58:16', '2025-09-06 06:58:16'),
(2230, 'App\\Models\\Item', '892', 'image', 'public', '2025-09-06 06:59:29', '2025-09-06 06:59:29'),
(2231, 'App\\Models\\Item', '892', 'images', 'public', '2025-09-06 06:59:29', '2025-09-06 06:59:29'),
(2232, 'App\\Models\\Item', '893', 'image', 'public', '2025-09-06 07:02:54', '2025-09-06 07:02:54'),
(2233, 'App\\Models\\Item', '893', 'images', 'public', '2025-09-06 07:02:54', '2025-09-06 07:02:54'),
(2234, 'App\\Models\\Item', '894', 'image', 'public', '2025-09-06 07:03:59', '2025-09-06 07:03:59'),
(2235, 'App\\Models\\Item', '894', 'images', 'public', '2025-09-06 07:03:59', '2025-09-06 07:03:59'),
(2236, 'App\\Models\\Item', '895', 'image', 'public', '2025-09-06 07:06:08', '2025-09-06 07:06:08'),
(2237, 'App\\Models\\Item', '895', 'images', 'public', '2025-09-06 07:06:08', '2025-09-06 07:06:08'),
(2238, 'App\\Models\\Item', '896', 'image', 'public', '2025-09-06 07:07:42', '2025-09-06 07:07:42'),
(2239, 'App\\Models\\Item', '896', 'images', 'public', '2025-09-06 07:07:42', '2025-09-06 07:07:42'),
(2240, 'App\\Models\\Item', '897', 'image', 'public', '2025-09-06 07:16:32', '2025-09-06 07:16:32'),
(2241, 'App\\Models\\Item', '897', 'images', 'public', '2025-09-06 07:16:32', '2025-09-06 07:16:32'),
(2242, 'App\\Models\\Item', '898', 'image', 'public', '2025-09-06 07:18:44', '2025-09-06 07:18:44'),
(2243, 'App\\Models\\Item', '898', 'images', 'public', '2025-09-06 07:18:44', '2025-09-06 07:18:44'),
(2244, 'App\\Models\\Item', '899', 'image', 'public', '2025-09-06 07:20:45', '2025-09-06 07:20:45'),
(2245, 'App\\Models\\Item', '899', 'images', 'public', '2025-09-06 07:20:45', '2025-09-06 07:20:45'),
(2246, 'App\\Models\\Item', '900', 'image', 'public', '2025-09-06 07:39:05', '2025-09-06 07:39:05'),
(2247, 'App\\Models\\Item', '900', 'images', 'public', '2025-09-06 07:39:05', '2025-09-06 07:39:05'),
(2248, 'App\\Models\\Item', '901', 'image', 'public', '2025-09-06 07:41:58', '2025-09-06 07:41:58'),
(2249, 'App\\Models\\Item', '901', 'images', 'public', '2025-09-06 07:41:58', '2025-09-06 07:41:58'),
(2250, 'App\\Models\\Item', '902', 'image', 'public', '2025-09-06 07:44:41', '2025-09-06 07:44:41'),
(2251, 'App\\Models\\Item', '902', 'images', 'public', '2025-09-06 07:44:41', '2025-09-06 07:44:41'),
(2252, 'App\\Models\\Item', '903', 'image', 'public', '2025-09-06 07:46:07', '2025-09-06 07:46:07'),
(2253, 'App\\Models\\Item', '903', 'images', 'public', '2025-09-06 07:46:07', '2025-09-06 07:46:07'),
(2254, 'App\\Models\\Item', '904', 'image', 'public', '2025-09-06 07:47:22', '2025-09-06 07:47:22'),
(2255, 'App\\Models\\Item', '904', 'images', 'public', '2025-09-06 07:47:22', '2025-09-06 07:47:22'),
(2256, 'App\\Models\\Item', '905', 'image', 'public', '2025-09-06 07:48:44', '2025-09-06 07:48:44'),
(2257, 'App\\Models\\Item', '905', 'images', 'public', '2025-09-06 07:48:44', '2025-09-06 07:48:44'),
(2258, 'App\\Models\\Item', '906', 'image', 'public', '2025-09-06 07:50:16', '2025-09-06 07:50:16'),
(2259, 'App\\Models\\Item', '906', 'images', 'public', '2025-09-06 07:50:16', '2025-09-06 07:50:16'),
(2260, 'App\\Models\\Item', '907', 'image', 'public', '2025-09-06 07:52:11', '2025-09-06 07:52:11'),
(2261, 'App\\Models\\Item', '907', 'images', 'public', '2025-09-06 07:52:11', '2025-09-06 07:52:11'),
(2262, 'App\\Models\\Item', '908', 'image', 'public', '2025-09-06 07:53:40', '2025-09-06 07:53:40'),
(2263, 'App\\Models\\Item', '908', 'images', 'public', '2025-09-06 07:53:40', '2025-09-06 07:53:40'),
(2264, 'App\\Models\\Item', '909', 'image', 'public', '2025-09-06 07:54:47', '2025-09-06 07:54:47'),
(2265, 'App\\Models\\Item', '909', 'images', 'public', '2025-09-06 07:54:47', '2025-09-06 07:54:47'),
(2266, 'App\\Models\\Item', '910', 'image', 'public', '2025-09-06 07:56:11', '2025-09-06 07:56:11'),
(2267, 'App\\Models\\Item', '910', 'images', 'public', '2025-09-06 07:56:11', '2025-09-06 07:56:11'),
(2268, 'App\\Models\\Item', '911', 'image', 'public', '2025-09-06 07:57:34', '2025-09-06 07:57:34'),
(2269, 'App\\Models\\Item', '911', 'images', 'public', '2025-09-06 07:57:34', '2025-09-06 07:57:34'),
(2270, 'App\\Models\\Item', '912', 'image', 'public', '2025-09-06 07:59:11', '2025-09-06 07:59:11'),
(2271, 'App\\Models\\Item', '912', 'images', 'public', '2025-09-06 07:59:11', '2025-09-06 07:59:11'),
(2272, 'App\\Models\\Item', '913', 'image', 'public', '2025-09-06 08:00:24', '2025-09-06 08:00:24'),
(2273, 'App\\Models\\Item', '913', 'images', 'public', '2025-09-06 08:00:24', '2025-09-06 08:00:24'),
(2274, 'App\\Models\\Item', '914', 'image', 'public', '2025-09-06 08:01:32', '2025-09-06 08:01:32'),
(2275, 'App\\Models\\Item', '914', 'images', 'public', '2025-09-06 08:01:32', '2025-09-06 08:01:32'),
(2276, 'App\\Models\\Item', '915', 'image', 'public', '2025-09-06 08:02:35', '2025-09-06 08:02:35'),
(2277, 'App\\Models\\Item', '915', 'images', 'public', '2025-09-06 08:02:35', '2025-09-06 08:02:35'),
(2278, 'App\\Models\\Item', '916', 'image', 'public', '2025-09-06 08:15:34', '2025-09-06 08:15:34'),
(2279, 'App\\Models\\Item', '916', 'images', 'public', '2025-09-06 08:15:34', '2025-09-06 08:15:34'),
(2280, 'App\\Models\\Item', '917', 'image', 'public', '2025-09-06 08:18:23', '2025-09-06 08:18:23'),
(2281, 'App\\Models\\Item', '917', 'images', 'public', '2025-09-06 08:21:49', '2025-09-06 08:21:49'),
(2282, 'App\\Models\\Item', '918', 'image', 'public', '2025-09-06 08:31:07', '2025-09-06 08:31:07'),
(2283, 'App\\Models\\Item', '918', 'images', 'public', '2025-09-06 08:20:58', '2025-09-06 08:20:58'),
(2284, 'App\\Models\\Item', '919', 'image', 'public', '2025-09-06 08:23:18', '2025-09-06 08:23:18'),
(2285, 'App\\Models\\Item', '919', 'images', 'public', '2025-09-06 08:23:18', '2025-09-06 08:23:18'),
(2286, 'App\\Models\\Item', '920', 'image', 'public', '2025-09-06 08:25:16', '2025-09-06 08:25:16'),
(2287, 'App\\Models\\Item', '920', 'images', 'public', '2025-09-06 08:25:16', '2025-09-06 08:25:16'),
(2288, 'App\\Models\\Item', '921', 'image', 'public', '2025-09-06 08:28:19', '2025-09-06 08:28:19'),
(2289, 'App\\Models\\Item', '921', 'images', 'public', '2025-09-06 08:28:19', '2025-09-06 08:28:19'),
(2290, 'App\\Models\\Item', '922', 'image', 'public', '2025-09-06 08:30:45', '2025-09-06 08:30:45'),
(2291, 'App\\Models\\Item', '922', 'images', 'public', '2025-09-06 08:30:45', '2025-09-06 08:30:45'),
(2292, 'App\\Models\\Item', '923', 'image', 'public', '2025-09-06 08:32:18', '2025-09-06 08:32:18'),
(2293, 'App\\Models\\Item', '923', 'images', 'public', '2025-09-06 08:32:18', '2025-09-06 08:32:18'),
(2294, 'App\\Models\\Item', '924', 'image', 'public', '2025-09-06 08:33:35', '2025-09-06 08:33:35'),
(2295, 'App\\Models\\Item', '924', 'images', 'public', '2025-09-06 08:33:35', '2025-09-06 08:33:35'),
(2296, 'App\\Models\\Item', '925', 'image', 'public', '2025-09-06 08:51:28', '2025-09-06 08:51:28'),
(2297, 'App\\Models\\Item', '925', 'images', 'public', '2025-09-06 08:46:38', '2025-09-06 08:46:38'),
(2298, 'App\\Models\\Item', '926', 'image', 'public', '2025-09-06 08:47:51', '2025-09-06 08:47:51'),
(2299, 'App\\Models\\Item', '926', 'images', 'public', '2025-09-06 08:47:51', '2025-09-06 08:47:51'),
(2300, 'App\\Models\\Item', '927', 'image', 'public', '2025-09-06 08:50:11', '2025-09-06 08:50:11'),
(2301, 'App\\Models\\Item', '927', 'images', 'public', '2025-09-06 08:50:11', '2025-09-06 08:50:11'),
(2302, 'App\\Models\\Item', '928', 'image', 'public', '2025-09-06 08:53:17', '2025-09-06 08:53:17'),
(2303, 'App\\Models\\Item', '928', 'images', 'public', '2025-09-06 08:53:17', '2025-09-06 08:53:17'),
(2304, 'App\\Models\\Item', '929', 'image', 'public', '2025-09-06 08:56:43', '2025-09-06 08:56:43'),
(2305, 'App\\Models\\Item', '929', 'images', 'public', '2025-09-06 08:56:43', '2025-09-06 08:56:43'),
(2306, 'App\\Models\\Item', '930', 'image', 'public', '2025-09-06 09:00:13', '2025-09-06 09:00:13'),
(2307, 'App\\Models\\Item', '930', 'images', 'public', '2025-09-06 09:00:13', '2025-09-06 09:00:13'),
(2308, 'App\\Models\\Item', '931', 'image', 'public', '2025-09-06 10:24:20', '2025-09-06 10:24:20'),
(2309, 'App\\Models\\Item', '931', 'images', 'public', '2025-09-06 10:24:20', '2025-09-06 10:24:20'),
(2310, 'App\\Models\\Item', '932', 'image', 'public', '2025-09-06 10:27:41', '2025-09-06 10:27:41'),
(2311, 'App\\Models\\Item', '932', 'images', 'public', '2025-09-06 10:27:41', '2025-09-06 10:27:41'),
(2312, 'App\\Models\\Item', '933', 'image', 'public', '2025-09-06 10:28:44', '2025-09-06 10:28:44'),
(2313, 'App\\Models\\Item', '933', 'images', 'public', '2025-09-06 10:28:44', '2025-09-06 10:28:44'),
(2314, 'App\\Models\\Item', '934', 'image', 'public', '2025-09-06 10:30:57', '2025-09-06 10:30:57'),
(2315, 'App\\Models\\Item', '934', 'images', 'public', '2025-09-06 10:30:57', '2025-09-06 10:30:57'),
(2316, 'App\\Models\\Item', '935', 'image', 'public', '2025-09-06 10:32:11', '2025-09-06 10:32:11'),
(2317, 'App\\Models\\Item', '935', 'images', 'public', '2025-09-06 10:32:11', '2025-09-06 10:32:11'),
(2318, 'App\\Models\\Item', '936', 'image', 'public', '2025-09-06 10:33:49', '2025-09-06 10:33:49'),
(2319, 'App\\Models\\Item', '936', 'images', 'public', '2025-09-06 10:33:49', '2025-09-06 10:33:49'),
(2320, 'App\\Models\\Item', '937', 'image', 'public', '2025-09-06 10:44:56', '2025-09-06 10:44:56'),
(2321, 'App\\Models\\Item', '937', 'images', 'public', '2025-09-06 10:44:56', '2025-09-06 10:44:56'),
(2322, 'App\\Models\\Item', '938', 'image', 'public', '2025-09-06 10:46:03', '2025-09-06 10:46:03'),
(2323, 'App\\Models\\Item', '938', 'images', 'public', '2025-09-06 10:46:03', '2025-09-06 10:46:03'),
(2324, 'App\\Models\\Item', '939', 'image', 'public', '2025-09-06 10:47:03', '2025-09-06 10:47:03'),
(2325, 'App\\Models\\Item', '939', 'images', 'public', '2025-09-06 10:47:03', '2025-09-06 10:47:03'),
(2326, 'App\\Models\\Item', '940', 'image', 'public', '2025-09-06 10:48:10', '2025-09-06 10:48:10'),
(2327, 'App\\Models\\Item', '940', 'images', 'public', '2025-09-06 10:48:10', '2025-09-06 10:48:10'),
(2328, 'App\\Models\\Item', '941', 'image', 'public', '2025-09-06 10:49:12', '2025-09-06 10:49:12'),
(2329, 'App\\Models\\Item', '941', 'images', 'public', '2025-09-06 10:49:12', '2025-09-06 10:49:12'),
(2330, 'App\\Models\\Item', '942', 'image', 'public', '2025-09-06 10:50:04', '2025-09-06 10:50:04'),
(2331, 'App\\Models\\Item', '942', 'images', 'public', '2025-09-06 10:50:04', '2025-09-06 10:50:04'),
(2332, 'App\\Models\\Item', '943', 'image', 'public', '2025-09-06 11:19:16', '2025-09-06 11:19:16'),
(2333, 'App\\Models\\Item', '943', 'images', 'public', '2025-09-06 11:19:16', '2025-09-06 11:19:16'),
(2334, 'App\\Models\\Item', '944', 'image', 'public', '2025-09-06 11:20:46', '2025-09-06 11:20:46'),
(2335, 'App\\Models\\Item', '944', 'images', 'public', '2025-09-06 11:20:46', '2025-09-06 11:20:46'),
(2336, 'App\\Models\\Item', '945', 'image', 'public', '2025-09-06 11:22:37', '2025-09-06 11:22:37'),
(2337, 'App\\Models\\Item', '945', 'images', 'public', '2025-09-06 11:22:37', '2025-09-06 11:22:37'),
(2338, 'App\\Models\\Item', '946', 'image', 'public', '2025-09-06 11:23:55', '2025-09-06 11:23:55'),
(2339, 'App\\Models\\Item', '946', 'images', 'public', '2025-09-06 11:23:55', '2025-09-06 11:23:55'),
(2340, 'App\\Models\\Item', '947', 'image', 'public', '2025-09-06 11:25:13', '2025-09-06 11:25:13'),
(2341, 'App\\Models\\Item', '947', 'images', 'public', '2025-09-06 11:25:13', '2025-09-06 11:25:13'),
(2342, 'App\\Models\\Item', '948', 'image', 'public', '2025-09-06 11:27:10', '2025-09-06 11:27:10'),
(2343, 'App\\Models\\Item', '948', 'images', 'public', '2025-09-06 11:27:10', '2025-09-06 11:27:10'),
(2344, 'App\\Models\\Item', '949', 'image', 'public', '2025-09-06 11:28:58', '2025-09-06 11:28:58'),
(2345, 'App\\Models\\Item', '949', 'images', 'public', '2025-09-06 11:28:58', '2025-09-06 11:28:58'),
(2346, 'App\\Models\\Item', '950', 'image', 'public', '2025-09-06 11:30:42', '2025-09-06 11:30:42'),
(2347, 'App\\Models\\Item', '950', 'images', 'public', '2025-09-06 11:30:42', '2025-09-06 11:30:42'),
(2348, 'App\\Models\\Item', '951', 'image', 'public', '2025-09-06 11:32:19', '2025-09-06 11:32:19'),
(2349, 'App\\Models\\Item', '951', 'images', 'public', '2025-09-06 11:32:19', '2025-09-06 11:32:19'),
(2350, 'App\\Models\\Item', '952', 'image', 'public', '2025-09-06 11:34:48', '2025-09-06 11:34:48'),
(2351, 'App\\Models\\Item', '952', 'images', 'public', '2025-09-06 11:34:48', '2025-09-06 11:34:48'),
(2352, 'App\\Models\\Item', '953', 'image', 'public', '2025-09-06 11:36:19', '2025-09-06 11:36:19'),
(2353, 'App\\Models\\Item', '953', 'images', 'public', '2025-09-06 11:36:19', '2025-09-06 11:36:19'),
(2354, 'App\\Models\\Item', '954', 'image', 'public', '2025-09-06 11:38:14', '2025-09-06 11:38:14'),
(2355, 'App\\Models\\Item', '954', 'images', 'public', '2025-09-06 11:38:14', '2025-09-06 11:38:14'),
(2356, 'App\\Models\\Item', '955', 'image', 'public', '2025-09-07 16:40:06', '2025-09-07 16:40:06'),
(2357, 'App\\Models\\Item', '955', 'images', 'public', '2025-09-07 16:36:42', '2025-09-07 16:36:42'),
(2358, 'App\\Models\\Item', '956', 'image', 'public', '2025-09-07 16:38:09', '2025-09-07 16:38:09'),
(2359, 'App\\Models\\Item', '956', 'images', 'public', '2025-09-07 16:38:09', '2025-09-07 16:38:09'),
(2360, 'App\\Models\\Item', '957', 'image', 'public', '2025-09-07 16:42:22', '2025-09-07 16:42:22'),
(2361, 'App\\Models\\Item', '957', 'images', 'public', '2025-09-07 16:42:22', '2025-09-07 16:42:22'),
(2362, 'App\\Models\\Item', '958', 'image', 'public', '2025-09-07 16:43:48', '2025-09-07 16:43:48'),
(2363, 'App\\Models\\Item', '958', 'images', 'public', '2025-09-07 16:43:48', '2025-09-07 16:43:48'),
(2364, 'App\\Models\\Item', '959', 'image', 'public', '2025-09-07 16:45:10', '2025-09-07 16:45:10'),
(2365, 'App\\Models\\Item', '959', 'images', 'public', '2025-09-07 16:45:10', '2025-09-07 16:45:10'),
(2366, 'App\\Models\\Category', '270', 'image', 'public', '2025-09-07 16:47:46', '2025-09-07 16:47:46'),
(2367, 'App\\Models\\Category', '271', 'image', 'public', '2025-09-07 16:48:44', '2025-09-07 16:48:44'),
(2368, 'App\\Models\\Category', '272', 'image', 'public', '2025-09-07 16:49:32', '2025-09-07 16:49:32'),
(2369, 'App\\Models\\Category', '273', 'image', 'public', '2025-09-07 16:50:09', '2025-09-07 16:50:09'),
(2370, 'App\\Models\\Item', '960', 'image', 'public', '2025-09-07 16:54:12', '2025-09-07 16:54:12'),
(2371, 'App\\Models\\Item', '960', 'images', 'public', '2025-09-07 16:54:12', '2025-09-07 16:54:12'),
(2372, 'App\\Models\\Item', '961', 'image', 'public', '2025-09-07 17:00:37', '2025-09-07 17:00:37'),
(2373, 'App\\Models\\Item', '961', 'images', 'public', '2025-09-07 17:00:37', '2025-09-07 17:00:37'),
(2374, 'App\\Models\\Item', '962', 'image', 'public', '2025-09-07 17:07:05', '2025-09-07 17:07:05'),
(2375, 'App\\Models\\Item', '962', 'images', 'public', '2025-09-07 17:07:05', '2025-09-07 17:07:05'),
(2376, 'App\\Models\\Category', '274', 'image', 'public', '2025-09-07 17:14:01', '2025-09-07 17:14:01'),
(2377, 'App\\Models\\Item', '963', 'image', 'public', '2025-09-07 17:26:42', '2025-09-07 17:26:42'),
(2378, 'App\\Models\\Item', '963', 'images', 'public', '2025-09-07 17:26:42', '2025-09-07 17:26:42'),
(2379, 'App\\Models\\Item', '964', 'image', 'public', '2025-09-07 17:28:28', '2025-09-07 17:28:28'),
(2380, 'App\\Models\\Item', '964', 'images', 'public', '2025-09-07 17:28:28', '2025-09-07 17:28:28'),
(2381, 'App\\Models\\Item', '965', 'image', 'public', '2025-09-08 07:01:21', '2025-09-08 07:01:21'),
(2382, 'App\\Models\\Item', '965', 'images', 'public', '2025-09-08 07:01:21', '2025-09-08 07:01:21'),
(2383, 'App\\Models\\Item', '966', 'image', 'public', '2025-09-08 07:01:34', '2025-09-08 07:01:34'),
(2384, 'App\\Models\\Item', '966', 'images', 'public', '2025-09-08 07:01:34', '2025-09-08 07:01:34'),
(2385, 'App\\Models\\Item', '967', 'image', 'public', '2025-09-08 07:05:57', '2025-09-08 07:05:57'),
(2386, 'App\\Models\\Item', '967', 'images', 'public', '2025-09-08 07:05:57', '2025-09-08 07:05:57'),
(2387, 'App\\Models\\Item', '968', 'image', 'public', '2025-09-08 07:28:21', '2025-09-08 07:28:21'),
(2388, 'App\\Models\\Item', '968', 'images', 'public', '2025-09-08 07:28:21', '2025-09-08 07:28:21'),
(2389, 'App\\Models\\Item', '969', 'image', 'public', '2025-09-08 07:30:30', '2025-09-08 07:30:30'),
(2390, 'App\\Models\\Item', '969', 'images', 'public', '2025-09-08 07:30:30', '2025-09-08 07:30:30'),
(2391, 'App\\Models\\Item', '970', 'image', 'public', '2025-09-08 07:34:48', '2025-09-08 07:34:48'),
(2392, 'App\\Models\\Item', '970', 'images', 'public', '2025-09-08 07:34:48', '2025-09-08 07:34:48'),
(2393, 'App\\Models\\Item', '971', 'image', 'public', '2025-09-08 07:37:28', '2025-09-08 07:37:28'),
(2394, 'App\\Models\\Item', '971', 'images', 'public', '2025-09-08 07:37:28', '2025-09-08 07:37:28'),
(2395, 'App\\Models\\Item', '972', 'image', 'public', '2025-09-08 07:39:17', '2025-09-08 07:39:17'),
(2396, 'App\\Models\\Item', '972', 'images', 'public', '2025-09-08 07:39:17', '2025-09-08 07:39:17'),
(2397, 'App\\Models\\Item', '973', 'image', 'public', '2025-09-08 07:43:25', '2025-09-08 07:43:25'),
(2398, 'App\\Models\\Item', '973', 'images', 'public', '2025-09-08 07:43:25', '2025-09-08 07:43:25'),
(2399, 'App\\Models\\Item', '974', 'image', 'public', '2025-09-08 07:45:42', '2025-09-08 07:45:42'),
(2400, 'App\\Models\\Item', '974', 'images', 'public', '2025-09-08 07:45:42', '2025-09-08 07:45:42'),
(2401, 'App\\Models\\Item', '975', 'image', 'public', '2025-09-08 07:49:22', '2025-09-08 07:49:22'),
(2402, 'App\\Models\\Item', '975', 'images', 'public', '2025-09-08 07:49:22', '2025-09-08 07:49:22'),
(2403, 'App\\Models\\Item', '976', 'image', 'public', '2025-09-08 07:54:08', '2025-09-08 07:54:08'),
(2404, 'App\\Models\\Item', '976', 'images', 'public', '2025-09-08 07:54:08', '2025-09-08 07:54:08'),
(2405, 'App\\Models\\Item', '977', 'image', 'public', '2025-09-08 17:04:48', '2025-09-08 17:04:48'),
(2406, 'App\\Models\\Item', '977', 'images', 'public', '2025-09-08 17:04:48', '2025-09-08 17:04:48'),
(2407, 'App\\Models\\Item', '978', 'image', 'public', '2025-09-08 17:09:00', '2025-09-08 17:09:00'),
(2408, 'App\\Models\\Item', '978', 'images', 'public', '2025-09-08 17:09:00', '2025-09-08 17:09:00'),
(2409, 'App\\Models\\Item', '979', 'image', 'public', '2025-09-08 17:11:41', '2025-09-08 17:11:41'),
(2410, 'App\\Models\\Item', '979', 'images', 'public', '2025-09-08 17:11:41', '2025-09-08 17:11:41'),
(2411, 'App\\Models\\Item', '980', 'image', 'public', '2025-09-08 17:17:07', '2025-09-08 17:17:07'),
(2412, 'App\\Models\\Item', '980', 'images', 'public', '2025-09-08 17:17:07', '2025-09-08 17:17:07'),
(2413, 'App\\Models\\Item', '981', 'image', 'public', '2025-09-08 17:20:17', '2025-09-08 17:20:17'),
(2414, 'App\\Models\\Item', '981', 'images', 'public', '2025-09-08 17:20:17', '2025-09-08 17:20:17'),
(2415, 'App\\Models\\Item', '982', 'image', 'public', '2025-09-08 17:22:58', '2025-09-08 17:22:58'),
(2416, 'App\\Models\\Item', '982', 'images', 'public', '2025-09-08 17:22:58', '2025-09-08 17:22:58'),
(2417, 'App\\Models\\Item', '983', 'image', 'public', '2025-09-08 17:26:56', '2025-09-08 17:26:56'),
(2418, 'App\\Models\\Item', '983', 'images', 'public', '2025-09-08 17:26:56', '2025-09-08 17:26:56'),
(2419, 'App\\Models\\Item', '984', 'image', 'public', '2025-09-08 17:29:22', '2025-09-08 17:29:22'),
(2420, 'App\\Models\\Item', '984', 'images', 'public', '2025-09-08 17:29:22', '2025-09-08 17:29:22'),
(2421, 'App\\Models\\Item', '985', 'image', 'public', '2025-09-08 17:33:09', '2025-09-08 17:33:09'),
(2422, 'App\\Models\\Item', '985', 'images', 'public', '2025-09-08 17:33:09', '2025-09-08 17:33:09'),
(2423, 'App\\Models\\Item', '986', 'image', 'public', '2025-09-08 17:35:45', '2025-09-08 17:35:45'),
(2424, 'App\\Models\\Item', '986', 'images', 'public', '2025-09-08 17:35:45', '2025-09-08 17:35:45'),
(2425, 'App\\Models\\Item', '987', 'image', 'public', '2025-09-08 17:41:43', '2025-09-08 17:41:43'),
(2426, 'App\\Models\\Item', '987', 'images', 'public', '2025-09-08 17:41:43', '2025-09-08 17:41:43'),
(2427, 'App\\Models\\Item', '988', 'image', 'public', '2025-09-08 17:44:10', '2025-09-08 17:44:10'),
(2428, 'App\\Models\\Item', '988', 'images', 'public', '2025-09-08 17:44:10', '2025-09-08 17:44:10'),
(2429, 'App\\Models\\Item', '989', 'image', 'public', '2025-09-08 17:48:29', '2025-09-08 17:48:29'),
(2430, 'App\\Models\\Item', '989', 'images', 'public', '2025-09-08 17:48:29', '2025-09-08 17:48:29'),
(2431, 'App\\Models\\Item', '990', 'image', 'public', '2025-09-08 17:52:42', '2025-09-08 17:52:42'),
(2432, 'App\\Models\\Item', '990', 'images', 'public', '2025-09-08 17:52:42', '2025-09-08 17:52:42'),
(2433, 'App\\Models\\Item', '991', 'image', 'public', '2025-09-08 17:54:45', '2025-09-08 17:54:45'),
(2434, 'App\\Models\\Item', '991', 'images', 'public', '2025-09-08 17:54:45', '2025-09-08 17:54:45'),
(2435, 'App\\Models\\Item', '992', 'image', 'public', '2025-09-08 17:57:55', '2025-09-08 17:57:55'),
(2436, 'App\\Models\\Item', '992', 'images', 'public', '2025-09-08 17:57:55', '2025-09-08 17:57:55'),
(2437, 'App\\Models\\Item', '993', 'image', 'public', '2025-09-08 18:02:45', '2025-09-08 18:02:45'),
(2438, 'App\\Models\\Item', '993', 'images', 'public', '2025-09-08 18:02:45', '2025-09-08 18:02:45'),
(2439, 'App\\Models\\Item', '994', 'image', 'public', '2025-09-08 18:06:49', '2025-09-08 18:06:49'),
(2440, 'App\\Models\\Item', '994', 'images', 'public', '2025-09-08 18:06:49', '2025-09-08 18:06:49'),
(2441, 'App\\Models\\Item', '995', 'image', 'public', '2025-09-08 18:09:26', '2025-09-08 18:09:26'),
(2442, 'App\\Models\\Item', '995', 'images', 'public', '2025-09-08 18:09:26', '2025-09-08 18:09:26'),
(2443, 'App\\Models\\Item', '996', 'image', 'public', '2025-09-08 18:12:01', '2025-09-08 18:12:01'),
(2444, 'App\\Models\\Item', '996', 'images', 'public', '2025-09-08 18:12:01', '2025-09-08 18:12:01'),
(2445, 'App\\Models\\Item', '997', 'image', 'public', '2025-09-08 18:15:12', '2025-09-08 18:15:12'),
(2446, 'App\\Models\\Item', '997', 'images', 'public', '2025-09-08 18:15:12', '2025-09-08 18:15:12'),
(2447, 'App\\Models\\Item', '998', 'image', 'public', '2025-09-08 18:20:30', '2025-09-08 18:20:30'),
(2448, 'App\\Models\\Item', '998', 'images', 'public', '2025-09-08 18:20:30', '2025-09-08 18:20:30'),
(2449, 'App\\Models\\Item', '999', 'image', 'public', '2025-09-08 18:24:29', '2025-09-08 18:24:29'),
(2450, 'App\\Models\\Item', '999', 'images', 'public', '2025-09-08 18:24:29', '2025-09-08 18:24:29'),
(2451, 'App\\Models\\Item', '1000', 'image', 'public', '2025-09-08 18:26:57', '2025-09-08 18:26:57'),
(2452, 'App\\Models\\Item', '1000', 'images', 'public', '2025-09-08 18:26:57', '2025-09-08 18:26:57'),
(2453, 'App\\Models\\Item', '1001', 'image', 'public', '2025-09-08 18:28:56', '2025-09-08 18:28:56'),
(2454, 'App\\Models\\Item', '1001', 'images', 'public', '2025-09-08 18:28:56', '2025-09-08 18:28:56'),
(2455, 'App\\Models\\Item', '1002', 'image', 'public', '2025-09-08 18:33:13', '2025-09-08 18:33:13'),
(2456, 'App\\Models\\Item', '1002', 'images', 'public', '2025-09-08 18:33:13', '2025-09-08 18:33:13'),
(2457, 'App\\Models\\Item', '1003', 'image', 'public', '2025-09-08 18:36:03', '2025-09-08 18:36:03'),
(2458, 'App\\Models\\Item', '1003', 'images', 'public', '2025-09-08 18:36:03', '2025-09-08 18:36:03'),
(2459, 'App\\Models\\Item', '1004', 'image', 'public', '2025-09-08 18:38:58', '2025-09-08 18:38:58'),
(2460, 'App\\Models\\Item', '1004', 'images', 'public', '2025-09-08 18:38:58', '2025-09-08 18:38:58'),
(2461, 'App\\Models\\Item', '1005', 'image', 'public', '2025-09-08 18:41:45', '2025-09-08 18:41:45'),
(2462, 'App\\Models\\Item', '1005', 'images', 'public', '2025-09-08 18:41:45', '2025-09-08 18:41:45'),
(2463, 'App\\Models\\Item', '1006', 'image', 'public', '2025-09-08 18:44:18', '2025-09-08 18:44:18'),
(2464, 'App\\Models\\Item', '1006', 'images', 'public', '2025-09-08 18:44:18', '2025-09-08 18:44:18'),
(2465, 'App\\Models\\Item', '1007', 'image', 'public', '2025-09-08 18:47:38', '2025-09-08 18:47:38'),
(2466, 'App\\Models\\Item', '1007', 'images', 'public', '2025-09-08 18:47:38', '2025-09-08 18:47:38'),
(2467, 'App\\Models\\Item', '1008', 'image', 'public', '2025-09-09 09:23:35', '2025-09-09 09:23:35'),
(2468, 'App\\Models\\Item', '1008', 'images', 'public', '2025-09-09 09:23:35', '2025-09-09 09:23:35'),
(2469, 'App\\Models\\Item', '1009', 'image', 'public', '2025-09-09 09:23:49', '2025-09-09 09:23:49'),
(2470, 'App\\Models\\Item', '1009', 'images', 'public', '2025-09-09 09:23:49', '2025-09-09 09:23:49'),
(2471, 'App\\Models\\Item', '1010', 'image', 'public', '2025-09-09 09:27:04', '2025-09-09 09:27:04'),
(2472, 'App\\Models\\Item', '1010', 'images', 'public', '2025-09-09 09:27:04', '2025-09-09 09:27:04'),
(2473, 'App\\Models\\Item', '1011', 'image', 'public', '2025-09-09 09:30:24', '2025-09-09 09:30:24'),
(2474, 'App\\Models\\Item', '1011', 'images', 'public', '2025-09-09 09:30:24', '2025-09-09 09:30:24'),
(2475, 'App\\Models\\Item', '1012', 'image', 'public', '2025-09-09 09:33:18', '2025-09-09 09:33:18'),
(2476, 'App\\Models\\Item', '1012', 'images', 'public', '2025-09-09 09:33:18', '2025-09-09 09:33:18'),
(2477, 'App\\Models\\Item', '1013', 'image', 'public', '2025-09-09 09:36:37', '2025-09-09 09:36:37'),
(2478, 'App\\Models\\Item', '1013', 'images', 'public', '2025-09-09 09:36:37', '2025-09-09 09:36:37'),
(2479, 'App\\Models\\Item', '1014', 'image', 'public', '2025-09-09 09:40:51', '2025-09-09 09:40:51'),
(2480, 'App\\Models\\Item', '1014', 'images', 'public', '2025-09-09 09:40:51', '2025-09-09 09:40:51'),
(2481, 'App\\Models\\Item', '1015', 'image', 'public', '2025-09-09 09:44:37', '2025-09-09 09:44:37'),
(2482, 'App\\Models\\Item', '1015', 'images', 'public', '2025-09-09 09:44:37', '2025-09-09 09:44:37'),
(2483, 'App\\Models\\Item', '1016', 'image', 'public', '2025-09-09 09:47:08', '2025-09-09 09:47:08'),
(2484, 'App\\Models\\Item', '1016', 'images', 'public', '2025-09-09 09:47:08', '2025-09-09 09:47:08'),
(2485, 'App\\Models\\Item', '1017', 'image', 'public', '2025-09-09 09:50:03', '2025-09-09 09:50:03'),
(2486, 'App\\Models\\Item', '1017', 'images', 'public', '2025-09-09 09:50:03', '2025-09-09 09:50:03'),
(2487, 'App\\Models\\Item', '1018', 'image', 'public', '2025-09-09 09:53:43', '2025-09-09 09:53:43'),
(2488, 'App\\Models\\Item', '1018', 'images', 'public', '2025-09-09 09:53:43', '2025-09-09 09:53:43'),
(2489, 'App\\Models\\Item', '1019', 'image', 'public', '2025-09-09 09:56:51', '2025-09-09 09:56:51'),
(2490, 'App\\Models\\Item', '1019', 'images', 'public', '2025-09-09 09:56:51', '2025-09-09 09:56:51'),
(2491, 'App\\Models\\Item', '1020', 'image', 'public', '2025-09-09 10:00:57', '2025-09-09 10:00:57'),
(2492, 'App\\Models\\Item', '1020', 'images', 'public', '2025-09-09 10:00:57', '2025-09-09 10:00:57'),
(2493, 'App\\Models\\Item', '1021', 'image', 'public', '2025-09-09 10:05:41', '2025-09-09 10:05:41'),
(2494, 'App\\Models\\Item', '1021', 'images', 'public', '2025-09-09 10:05:41', '2025-09-09 10:05:41'),
(2495, 'App\\Models\\Item', '1022', 'image', 'public', '2025-09-09 10:08:50', '2025-09-09 10:08:50'),
(2496, 'App\\Models\\Item', '1022', 'images', 'public', '2025-09-09 10:08:50', '2025-09-09 10:08:50');
INSERT INTO `storages` (`id`, `data_type`, `data_id`, `key`, `value`, `created_at`, `updated_at`) VALUES
(2497, 'App\\Models\\Item', '1023', 'image', 'public', '2025-09-09 10:13:24', '2025-09-09 10:13:24'),
(2498, 'App\\Models\\Item', '1023', 'images', 'public', '2025-09-09 10:13:24', '2025-09-09 10:13:24'),
(2499, 'App\\Models\\Item', '1024', 'image', 'public', '2025-09-09 10:17:50', '2025-09-09 10:17:50'),
(2500, 'App\\Models\\Item', '1024', 'images', 'public', '2025-09-09 10:17:50', '2025-09-09 10:17:50'),
(2501, 'App\\Models\\Item', '1025', 'image', 'public', '2025-09-09 10:25:21', '2025-09-09 10:25:21'),
(2502, 'App\\Models\\Item', '1025', 'images', 'public', '2025-09-09 10:25:21', '2025-09-09 10:25:21'),
(2503, 'App\\Models\\Item', '1026', 'image', 'public', '2025-09-09 10:27:20', '2025-09-09 10:27:20'),
(2504, 'App\\Models\\Item', '1026', 'images', 'public', '2025-09-09 10:27:20', '2025-09-09 10:27:20'),
(2505, 'App\\Models\\Item', '1027', 'image', 'public', '2025-09-09 10:30:30', '2025-09-09 10:30:30'),
(2506, 'App\\Models\\Item', '1027', 'images', 'public', '2025-09-09 10:30:30', '2025-09-09 10:30:30'),
(2507, 'App\\Models\\Item', '1028', 'image', 'public', '2025-09-09 10:33:04', '2025-09-09 10:33:04'),
(2508, 'App\\Models\\Item', '1028', 'images', 'public', '2025-09-09 10:33:04', '2025-09-09 10:33:04'),
(2509, 'App\\Models\\Item', '1029', 'image', 'public', '2025-09-09 10:37:29', '2025-09-09 10:37:29'),
(2510, 'App\\Models\\Item', '1029', 'images', 'public', '2025-09-09 10:37:29', '2025-09-09 10:37:29'),
(2511, 'App\\Models\\Item', '1030', 'image', 'public', '2025-09-09 10:40:31', '2025-09-09 10:40:31'),
(2512, 'App\\Models\\Item', '1030', 'images', 'public', '2025-09-09 10:40:31', '2025-09-09 10:40:31'),
(2513, 'App\\Models\\Item', '1031', 'image', 'public', '2025-09-09 10:43:24', '2025-09-09 10:43:24'),
(2514, 'App\\Models\\Item', '1031', 'images', 'public', '2025-09-09 10:43:24', '2025-09-09 10:43:24'),
(2515, 'App\\Models\\Item', '1032', 'image', 'public', '2025-09-09 10:46:03', '2025-09-09 10:46:03'),
(2516, 'App\\Models\\Item', '1032', 'images', 'public', '2025-09-09 10:46:03', '2025-09-09 10:46:03'),
(2517, 'App\\Models\\Item', '1033', 'image', 'public', '2025-09-09 10:53:53', '2025-09-09 10:53:53'),
(2518, 'App\\Models\\Item', '1033', 'images', 'public', '2025-09-09 10:53:53', '2025-09-09 10:53:53'),
(2519, 'App\\Models\\Item', '1034', 'image', 'public', '2025-09-09 10:55:59', '2025-09-09 10:55:59'),
(2520, 'App\\Models\\Item', '1034', 'images', 'public', '2025-09-09 10:55:59', '2025-09-09 10:55:59'),
(2521, 'App\\Models\\Item', '1035', 'image', 'public', '2025-09-09 10:59:07', '2025-09-09 10:59:07'),
(2522, 'App\\Models\\Item', '1035', 'images', 'public', '2025-09-09 10:59:07', '2025-09-09 10:59:07'),
(2523, 'App\\Models\\Item', '1036', 'image', 'public', '2025-09-09 11:03:28', '2025-09-09 11:03:28'),
(2524, 'App\\Models\\Item', '1036', 'images', 'public', '2025-09-09 11:03:28', '2025-09-09 11:03:28'),
(2525, 'App\\Models\\Item', '1037', 'image', 'public', '2025-09-09 11:05:53', '2025-09-09 11:05:53'),
(2526, 'App\\Models\\Item', '1037', 'images', 'public', '2025-09-09 11:05:53', '2025-09-09 11:05:53'),
(2527, 'App\\Models\\Item', '1038', 'image', 'public', '2025-09-09 11:07:57', '2025-09-09 11:07:57'),
(2528, 'App\\Models\\Item', '1038', 'images', 'public', '2025-09-09 11:07:57', '2025-09-09 11:07:57'),
(2529, 'App\\Models\\Item', '1039', 'image', 'public', '2025-09-09 11:10:47', '2025-09-09 11:10:47'),
(2530, 'App\\Models\\Item', '1039', 'images', 'public', '2025-09-09 11:10:47', '2025-09-09 11:10:47'),
(2531, 'App\\Models\\Item', '1040', 'image', 'public', '2025-09-09 11:12:45', '2025-09-09 11:12:45'),
(2532, 'App\\Models\\Item', '1040', 'images', 'public', '2025-09-09 11:12:45', '2025-09-09 11:12:45'),
(2533, 'App\\Models\\Item', '1041', 'image', 'public', '2025-09-09 11:15:16', '2025-09-09 11:15:16'),
(2534, 'App\\Models\\Item', '1041', 'images', 'public', '2025-09-09 11:15:16', '2025-09-09 11:15:16'),
(2535, 'App\\Models\\Item', '1042', 'image', 'public', '2025-09-09 11:19:53', '2025-09-09 11:19:53'),
(2536, 'App\\Models\\Item', '1042', 'images', 'public', '2025-09-09 11:19:53', '2025-09-09 11:19:53'),
(2537, 'App\\Models\\Item', '1043', 'image', 'public', '2025-09-09 11:23:07', '2025-09-09 11:23:07'),
(2538, 'App\\Models\\Item', '1043', 'images', 'public', '2025-09-09 11:23:07', '2025-09-09 11:23:07'),
(2539, 'App\\Models\\Item', '1044', 'image', 'public', '2025-09-09 11:25:43', '2025-09-09 11:25:43'),
(2540, 'App\\Models\\Item', '1044', 'images', 'public', '2025-09-09 11:25:43', '2025-09-09 11:25:43'),
(2541, 'App\\Models\\Item', '1045', 'image', 'public', '2025-09-09 17:24:35', '2025-09-09 17:24:35'),
(2542, 'App\\Models\\Item', '1045', 'images', 'public', '2025-09-09 17:24:35', '2025-09-09 17:24:35'),
(2543, 'App\\Models\\Item', '1046', 'image', 'public', '2025-09-09 18:20:40', '2025-09-09 18:20:40'),
(2544, 'App\\Models\\Item', '1046', 'images', 'public', '2025-09-09 18:20:40', '2025-09-09 18:20:40'),
(2545, 'App\\Models\\Item', '1047', 'image', 'public', '2025-09-09 18:21:59', '2025-09-09 18:21:59'),
(2546, 'App\\Models\\Item', '1047', 'images', 'public', '2025-09-09 18:21:59', '2025-09-09 18:21:59'),
(2547, 'App\\Models\\Item', '1048', 'image', 'public', '2025-09-09 18:23:03', '2025-09-09 18:23:03'),
(2548, 'App\\Models\\Item', '1048', 'images', 'public', '2025-09-09 18:23:03', '2025-09-09 18:23:03'),
(2549, 'App\\Models\\Item', '1049', 'image', 'public', '2025-09-09 18:24:31', '2025-09-09 18:24:31'),
(2550, 'App\\Models\\Item', '1049', 'images', 'public', '2025-09-09 18:24:31', '2025-09-09 18:24:31'),
(2551, 'App\\Models\\Item', '1050', 'image', 'public', '2025-09-09 18:25:48', '2025-09-09 18:25:48'),
(2552, 'App\\Models\\Item', '1050', 'images', 'public', '2025-09-09 18:25:48', '2025-09-09 18:25:48'),
(2553, 'App\\Models\\Item', '1051', 'image', 'public', '2025-09-09 18:27:20', '2025-09-09 18:27:20'),
(2554, 'App\\Models\\Item', '1051', 'images', 'public', '2025-09-09 18:27:20', '2025-09-09 18:27:20'),
(2555, 'App\\Models\\Item', '1052', 'image', 'public', '2025-09-09 18:28:39', '2025-09-09 18:28:39'),
(2556, 'App\\Models\\Item', '1052', 'images', 'public', '2025-09-09 18:28:39', '2025-09-09 18:28:39'),
(2557, 'App\\Models\\Item', '1053', 'image', 'public', '2025-09-09 18:29:57', '2025-09-09 18:29:57'),
(2558, 'App\\Models\\Item', '1053', 'images', 'public', '2025-09-09 18:29:57', '2025-09-09 18:29:57'),
(2559, 'App\\Models\\Item', '1054', 'image', 'public', '2025-09-09 18:59:48', '2025-09-09 18:59:48'),
(2560, 'App\\Models\\Item', '1054', 'images', 'public', '2025-09-09 18:59:48', '2025-09-09 18:59:48'),
(2561, 'App\\Models\\Item', '1055', 'image', 'public', '2025-09-09 18:52:19', '2025-09-09 18:52:19'),
(2562, 'App\\Models\\Item', '1055', 'images', 'public', '2025-09-09 18:52:19', '2025-09-09 18:52:19'),
(2563, 'App\\Models\\Item', '1056', 'image', 'public', '2025-09-09 18:55:19', '2025-09-09 18:55:19'),
(2564, 'App\\Models\\Item', '1056', 'images', 'public', '2025-09-09 18:55:19', '2025-09-09 18:55:19'),
(2565, 'App\\Models\\Item', '1057', 'image', 'public', '2025-09-09 18:56:50', '2025-09-09 18:56:50'),
(2566, 'App\\Models\\Item', '1057', 'images', 'public', '2025-09-09 18:56:50', '2025-09-09 18:56:50'),
(2567, 'App\\Models\\Item', '1058', 'image', 'public', '2025-09-09 19:00:46', '2025-09-09 19:00:46'),
(2568, 'App\\Models\\Item', '1058', 'images', 'public', '2025-09-09 18:58:43', '2025-09-09 18:58:43'),
(2569, 'App\\Models\\Item', '1059', 'image', 'public', '2025-09-09 19:02:15', '2025-09-09 19:02:15'),
(2570, 'App\\Models\\Item', '1059', 'images', 'public', '2025-09-09 19:02:15', '2025-09-09 19:02:15'),
(2571, 'App\\Models\\Item', '1060', 'image', 'public', '2025-09-09 19:03:44', '2025-09-09 19:03:44'),
(2572, 'App\\Models\\Item', '1060', 'images', 'public', '2025-09-09 19:03:44', '2025-09-09 19:03:44'),
(2573, 'App\\Models\\Item', '1061', 'image', 'public', '2025-09-09 19:05:06', '2025-09-09 19:05:06'),
(2574, 'App\\Models\\Item', '1061', 'images', 'public', '2025-09-09 19:05:06', '2025-09-09 19:05:06'),
(2575, 'App\\Models\\Item', '1062', 'image', 'public', '2025-09-09 19:06:20', '2025-09-09 19:06:20'),
(2576, 'App\\Models\\Item', '1062', 'images', 'public', '2025-09-09 19:06:20', '2025-09-09 19:06:20'),
(2577, 'App\\Models\\Item', '1063', 'image', 'public', '2025-09-09 19:07:29', '2025-09-09 19:07:29'),
(2578, 'App\\Models\\Item', '1063', 'images', 'public', '2025-09-09 19:07:29', '2025-09-09 19:07:29'),
(2579, 'App\\Models\\Item', '1064', 'image', 'public', '2025-09-09 19:08:32', '2025-09-09 19:08:32'),
(2580, 'App\\Models\\Item', '1064', 'images', 'public', '2025-09-09 19:08:32', '2025-09-09 19:08:32'),
(2581, 'App\\Models\\Item', '1065', 'image', 'public', '2025-09-09 19:09:58', '2025-09-09 19:09:58'),
(2582, 'App\\Models\\Item', '1065', 'images', 'public', '2025-09-09 19:09:58', '2025-09-09 19:09:58'),
(2583, 'App\\Models\\Item', '1066', 'image', 'public', '2025-09-09 19:11:07', '2025-09-09 19:11:07'),
(2584, 'App\\Models\\Item', '1066', 'images', 'public', '2025-09-09 19:11:07', '2025-09-09 19:11:07'),
(2585, 'App\\Models\\Item', '1067', 'image', 'public', '2025-09-09 19:20:01', '2025-09-09 19:20:01'),
(2586, 'App\\Models\\Item', '1067', 'images', 'public', '2025-09-09 19:20:01', '2025-09-09 19:20:01'),
(2587, 'App\\Models\\Item', '1068', 'image', 'public', '2025-09-09 19:21:22', '2025-09-09 19:21:22'),
(2588, 'App\\Models\\Item', '1068', 'images', 'public', '2025-09-09 19:21:22', '2025-09-09 19:21:22'),
(2589, 'App\\Models\\Item', '1069', 'image', 'public', '2025-09-09 19:22:34', '2025-09-09 19:22:34'),
(2590, 'App\\Models\\Item', '1069', 'images', 'public', '2025-09-09 19:22:34', '2025-09-09 19:22:34'),
(2591, 'App\\Models\\Item', '1070', 'image', 'public', '2025-09-09 19:24:03', '2025-09-09 19:24:03'),
(2592, 'App\\Models\\Item', '1070', 'images', 'public', '2025-09-09 19:24:03', '2025-09-09 19:24:03'),
(2593, 'App\\Models\\Item', '1071', 'image', 'public', '2025-09-09 19:25:25', '2025-09-09 19:25:25'),
(2594, 'App\\Models\\Item', '1071', 'images', 'public', '2025-09-09 19:25:25', '2025-09-09 19:25:25'),
(2595, 'App\\Models\\Item', '1072', 'image', 'public', '2025-09-09 19:26:58', '2025-09-09 19:26:58'),
(2596, 'App\\Models\\Item', '1072', 'images', 'public', '2025-09-09 19:26:58', '2025-09-09 19:26:58'),
(2597, 'App\\Models\\Item', '1073', 'image', 'public', '2025-09-10 05:37:14', '2025-09-10 05:37:14'),
(2598, 'App\\Models\\Item', '1073', 'images', 'public', '2025-09-10 05:37:14', '2025-09-10 05:37:14'),
(2599, 'App\\Models\\Item', '1074', 'image', 'public', '2025-09-10 05:39:57', '2025-09-10 05:39:57'),
(2600, 'App\\Models\\Item', '1074', 'images', 'public', '2025-09-10 05:39:57', '2025-09-10 05:39:57'),
(2601, 'App\\Models\\Item', '1075', 'image', 'public', '2025-09-10 05:42:20', '2025-09-10 05:42:20'),
(2602, 'App\\Models\\Item', '1075', 'images', 'public', '2025-09-10 05:42:20', '2025-09-10 05:42:20'),
(2603, 'App\\Models\\Item', '1076', 'image', 'public', '2025-09-10 05:46:01', '2025-09-10 05:46:01'),
(2604, 'App\\Models\\Item', '1076', 'images', 'public', '2025-09-10 05:46:01', '2025-09-10 05:46:01'),
(2605, 'App\\Models\\Item', '1077', 'image', 'public', '2025-09-10 05:49:48', '2025-09-10 05:49:48'),
(2606, 'App\\Models\\Item', '1077', 'images', 'public', '2025-09-10 05:49:48', '2025-09-10 05:49:48'),
(2607, 'App\\Models\\Item', '1078', 'image', 'public', '2025-09-10 05:51:59', '2025-09-10 05:51:59'),
(2608, 'App\\Models\\Item', '1078', 'images', 'public', '2025-09-10 05:51:59', '2025-09-10 05:51:59'),
(2609, 'App\\Models\\Item', '1079', 'image', 'public', '2025-09-10 05:54:31', '2025-09-10 05:54:31'),
(2610, 'App\\Models\\Item', '1079', 'images', 'public', '2025-09-10 05:54:31', '2025-09-10 05:54:31'),
(2611, 'App\\Models\\Item', '1080', 'image', 'public', '2025-09-10 05:56:45', '2025-09-10 05:56:45'),
(2612, 'App\\Models\\Item', '1080', 'images', 'public', '2025-09-10 05:56:45', '2025-09-10 05:56:45'),
(2613, 'App\\Models\\Item', '1081', 'image', 'public', '2025-09-10 05:59:35', '2025-09-10 05:59:35'),
(2614, 'App\\Models\\Item', '1081', 'images', 'public', '2025-09-10 05:59:35', '2025-09-10 05:59:35'),
(2615, 'App\\Models\\Item', '1082', 'image', 'public', '2025-09-10 06:03:20', '2025-09-10 06:03:20'),
(2616, 'App\\Models\\Item', '1082', 'images', 'public', '2025-09-10 06:03:20', '2025-09-10 06:03:20'),
(2617, 'App\\Models\\Item', '1083', 'image', 'public', '2025-09-10 06:05:57', '2025-09-10 06:05:57'),
(2618, 'App\\Models\\Item', '1083', 'images', 'public', '2025-09-10 06:05:57', '2025-09-10 06:05:57'),
(2619, 'App\\Models\\Item', '1084', 'image', 'public', '2025-09-10 06:10:26', '2025-09-10 06:10:26'),
(2620, 'App\\Models\\Item', '1084', 'images', 'public', '2025-09-10 06:10:26', '2025-09-10 06:10:26'),
(2621, 'App\\Models\\Item', '1085', 'image', 'public', '2025-09-10 06:13:21', '2025-09-10 06:13:21'),
(2622, 'App\\Models\\Item', '1085', 'images', 'public', '2025-09-10 06:13:21', '2025-09-10 06:13:21'),
(2623, 'App\\Models\\Item', '1086', 'image', 'public', '2025-09-10 06:15:59', '2025-09-10 06:15:59'),
(2624, 'App\\Models\\Item', '1086', 'images', 'public', '2025-09-10 06:15:59', '2025-09-10 06:15:59'),
(2625, 'App\\Models\\Item', '1087', 'image', 'public', '2025-10-01 12:27:22', '2025-10-01 12:27:22'),
(2626, 'App\\Models\\Item', '1087', 'images', 'public', '2025-10-01 12:27:22', '2025-10-01 12:27:22'),
(2627, 'App\\Models\\Item', '1088', 'image', 'public', '2025-10-01 12:30:23', '2025-10-01 12:30:23'),
(2628, 'App\\Models\\Item', '1088', 'images', 'public', '2025-10-01 12:30:23', '2025-10-01 12:30:23'),
(2629, 'App\\Models\\Item', '1089', 'image', 'public', '2025-10-01 12:34:35', '2025-10-01 12:34:35'),
(2630, 'App\\Models\\Item', '1089', 'images', 'public', '2025-10-01 12:34:35', '2025-10-01 12:34:35'),
(2631, 'App\\Models\\Item', '1090', 'image', 'public', '2025-10-01 12:37:22', '2025-10-01 12:37:22'),
(2632, 'App\\Models\\Item', '1090', 'images', 'public', '2025-10-01 12:37:22', '2025-10-01 12:37:22'),
(2633, 'App\\Models\\Item', '1091', 'image', 'public', '2025-10-01 12:39:43', '2025-10-01 12:39:43'),
(2634, 'App\\Models\\Item', '1091', 'images', 'public', '2025-10-01 12:39:43', '2025-10-01 12:39:43'),
(2635, 'App\\Models\\Item', '1092', 'image', 'public', '2025-10-01 12:43:26', '2025-10-01 12:43:26'),
(2636, 'App\\Models\\Item', '1092', 'images', 'public', '2025-10-01 12:43:26', '2025-10-01 12:43:26'),
(2637, 'App\\Models\\Item', '1093', 'image', 'public', '2025-10-01 12:46:34', '2025-10-01 12:46:34'),
(2638, 'App\\Models\\Item', '1093', 'images', 'public', '2025-10-01 12:46:34', '2025-10-01 12:46:34'),
(2639, 'App\\Models\\Item', '1094', 'image', 'public', '2025-10-01 12:49:36', '2025-10-01 12:49:36'),
(2640, 'App\\Models\\Item', '1094', 'images', 'public', '2025-10-01 12:49:36', '2025-10-01 12:49:36'),
(2641, 'App\\Models\\Item', '1095', 'image', 'public', '2025-10-01 12:52:23', '2025-10-01 12:52:23'),
(2642, 'App\\Models\\Item', '1095', 'images', 'public', '2025-10-01 12:52:23', '2025-10-01 12:52:23'),
(2643, 'App\\Models\\Item', '1096', 'image', 'public', '2025-10-01 12:55:06', '2025-10-01 12:55:06'),
(2644, 'App\\Models\\Item', '1096', 'images', 'public', '2025-10-01 12:55:06', '2025-10-01 12:55:06'),
(2645, 'App\\Models\\Item', '1097', 'image', 'public', '2025-10-01 12:59:16', '2025-10-01 12:59:16'),
(2646, 'App\\Models\\Item', '1097', 'images', 'public', '2025-10-01 12:59:16', '2025-10-01 12:59:16'),
(2647, 'App\\Models\\Item', '1098', 'image', 'public', '2025-10-01 13:01:54', '2025-10-01 13:01:54'),
(2648, 'App\\Models\\Item', '1098', 'images', 'public', '2025-10-01 13:01:54', '2025-10-01 13:01:54'),
(2649, 'App\\Models\\Item', '1099', 'image', 'public', '2025-10-01 13:04:41', '2025-10-01 13:04:41'),
(2650, 'App\\Models\\Item', '1099', 'images', 'public', '2025-10-01 13:04:41', '2025-10-01 13:04:41'),
(2651, 'App\\Models\\Item', '1100', 'image', 'public', '2025-10-01 13:07:53', '2025-10-01 13:07:53'),
(2652, 'App\\Models\\Item', '1100', 'images', 'public', '2025-10-01 13:07:53', '2025-10-01 13:07:53'),
(2653, 'App\\Models\\Item', '1101', 'image', 'public', '2025-10-01 13:10:14', '2025-10-01 13:10:14'),
(2654, 'App\\Models\\Item', '1101', 'images', 'public', '2025-10-01 13:10:14', '2025-10-01 13:10:14'),
(2655, 'App\\Models\\Item', '1102', 'image', 'public', '2025-10-01 13:13:41', '2025-10-01 13:13:41'),
(2656, 'App\\Models\\Item', '1102', 'images', 'public', '2025-10-01 13:13:41', '2025-10-01 13:13:41'),
(2657, 'App\\Models\\Item', '1103', 'image', 'public', '2025-10-01 13:15:54', '2025-10-01 13:15:54'),
(2658, 'App\\Models\\Item', '1103', 'images', 'public', '2025-10-01 13:15:54', '2025-10-01 13:15:54'),
(2659, 'App\\Models\\Item', '1104', 'image', 'public', '2025-10-01 13:18:12', '2025-10-01 13:18:12'),
(2660, 'App\\Models\\Item', '1104', 'images', 'public', '2025-10-01 13:18:12', '2025-10-01 13:18:12'),
(2661, 'App\\Models\\Item', '1105', 'image', 'public', '2025-10-01 13:20:43', '2025-10-01 13:20:43'),
(2662, 'App\\Models\\Item', '1105', 'images', 'public', '2025-10-01 13:20:43', '2025-10-01 13:20:43'),
(2663, 'App\\Models\\Item', '1106', 'image', 'public', '2025-10-01 13:24:01', '2025-10-01 13:24:01'),
(2664, 'App\\Models\\Item', '1106', 'images', 'public', '2025-10-01 13:24:01', '2025-10-01 13:24:01'),
(2665, 'App\\Models\\Item', '1107', 'image', 'public', '2025-10-01 13:27:23', '2025-10-01 13:27:23'),
(2666, 'App\\Models\\Item', '1107', 'images', 'public', '2025-10-01 13:27:23', '2025-10-01 13:27:23'),
(2667, 'App\\Models\\Item', '1108', 'image', 'public', '2025-10-01 13:29:58', '2025-10-01 13:29:58'),
(2668, 'App\\Models\\Item', '1108', 'images', 'public', '2025-10-01 13:29:58', '2025-10-01 13:29:58'),
(2669, 'App\\Models\\Item', '1109', 'image', 'public', '2025-10-01 13:37:41', '2025-10-01 13:37:41'),
(2670, 'App\\Models\\Item', '1109', 'images', 'public', '2025-10-01 13:35:35', '2025-10-01 13:35:35'),
(2671, 'App\\Models\\Item', '1110', 'image', 'public', '2025-10-01 13:41:11', '2025-10-01 13:41:11'),
(2672, 'App\\Models\\Item', '1110', 'images', 'public', '2025-10-01 13:41:11', '2025-10-01 13:41:11'),
(2673, 'App\\Models\\Item', '1111', 'image', 'public', '2025-10-01 13:43:59', '2025-10-01 13:43:59'),
(2674, 'App\\Models\\Item', '1111', 'images', 'public', '2025-10-01 13:43:59', '2025-10-01 13:43:59'),
(2675, 'App\\Models\\Item', '1112', 'image', 'public', '2025-10-01 17:42:55', '2025-10-01 17:42:55'),
(2676, 'App\\Models\\Item', '1112', 'images', 'public', '2025-10-01 17:42:55', '2025-10-01 17:42:55'),
(2677, 'App\\Models\\Item', '1113', 'image', 'public', '2025-10-01 17:45:35', '2025-10-01 17:45:35'),
(2678, 'App\\Models\\Item', '1113', 'images', 'public', '2025-10-01 17:45:35', '2025-10-01 17:45:35'),
(2679, 'App\\Models\\Item', '1114', 'image', 'public', '2025-10-01 17:58:22', '2025-10-01 17:58:22'),
(2680, 'App\\Models\\Item', '1114', 'images', 'public', '2025-10-01 17:58:22', '2025-10-01 17:58:22'),
(2681, 'App\\Models\\Item', '1115', 'image', 'public', '2025-10-01 17:59:48', '2025-10-01 17:59:48'),
(2682, 'App\\Models\\Item', '1115', 'images', 'public', '2025-10-01 17:59:48', '2025-10-01 17:59:48'),
(2683, 'App\\Models\\Item', '1116', 'image', 'public', '2025-10-01 18:01:32', '2025-10-01 18:01:32'),
(2684, 'App\\Models\\Item', '1116', 'images', 'public', '2025-10-01 18:01:32', '2025-10-01 18:01:32'),
(2685, 'App\\Models\\Item', '1117', 'image', 'public', '2025-10-01 18:02:36', '2025-10-01 18:02:36'),
(2686, 'App\\Models\\Item', '1117', 'images', 'public', '2025-10-01 18:02:36', '2025-10-01 18:02:36'),
(2687, 'App\\Models\\Item', '1118', 'image', 'public', '2025-10-01 18:03:42', '2025-10-01 18:03:42'),
(2688, 'App\\Models\\Item', '1118', 'images', 'public', '2025-10-01 18:03:42', '2025-10-01 18:03:42'),
(2689, 'App\\Models\\Item', '1119', 'image', 'public', '2025-10-01 18:05:19', '2025-10-01 18:05:19'),
(2690, 'App\\Models\\Item', '1119', 'images', 'public', '2025-10-01 18:05:19', '2025-10-01 18:05:19'),
(2691, 'App\\Models\\Item', '1120', 'image', 'public', '2025-10-01 18:06:30', '2025-10-01 18:06:30'),
(2692, 'App\\Models\\Item', '1120', 'images', 'public', '2025-10-01 18:06:30', '2025-10-01 18:06:30'),
(2693, 'App\\Models\\Item', '1121', 'image', 'public', '2025-10-01 18:24:43', '2025-10-01 18:24:43'),
(2694, 'App\\Models\\Item', '1121', 'images', 'public', '2025-10-01 18:24:43', '2025-10-01 18:24:43'),
(2695, 'App\\Models\\Item', '1122', 'image', 'public', '2025-10-01 18:26:16', '2025-10-01 18:26:16'),
(2696, 'App\\Models\\Item', '1122', 'images', 'public', '2025-10-01 18:26:16', '2025-10-01 18:26:16'),
(2697, 'App\\Models\\Item', '1123', 'image', 'public', '2025-10-01 18:29:37', '2025-10-01 18:29:37'),
(2698, 'App\\Models\\Item', '1123', 'images', 'public', '2025-10-01 18:29:37', '2025-10-01 18:29:37'),
(2699, 'App\\Models\\Item', '1124', 'image', 'public', '2025-10-01 18:31:52', '2025-10-01 18:31:52'),
(2700, 'App\\Models\\Item', '1124', 'images', 'public', '2025-10-01 18:31:52', '2025-10-01 18:31:52'),
(2701, 'App\\Models\\Item', '1125', 'image', 'public', '2025-10-01 18:33:36', '2025-10-01 18:33:36'),
(2702, 'App\\Models\\Item', '1125', 'images', 'public', '2025-10-01 18:33:36', '2025-10-01 18:33:36'),
(2703, 'App\\Models\\Item', '1126', 'image', 'public', '2025-10-01 18:35:06', '2025-10-01 18:35:06'),
(2704, 'App\\Models\\Item', '1126', 'images', 'public', '2025-10-01 18:35:06', '2025-10-01 18:35:06'),
(2705, 'App\\Models\\Item', '1127', 'image', 'public', '2025-10-01 18:36:27', '2025-10-01 18:36:27'),
(2706, 'App\\Models\\Item', '1127', 'images', 'public', '2025-10-01 18:36:27', '2025-10-01 18:36:27'),
(2707, 'App\\Models\\Item', '1128', 'image', 'public', '2025-10-01 18:38:08', '2025-10-01 18:38:08'),
(2708, 'App\\Models\\Item', '1128', 'images', 'public', '2025-10-01 18:38:08', '2025-10-01 18:38:08'),
(2709, 'App\\Models\\Item', '1129', 'image', 'public', '2025-10-01 18:39:26', '2025-10-01 18:39:26'),
(2710, 'App\\Models\\Item', '1129', 'images', 'public', '2025-10-01 18:39:26', '2025-10-01 18:39:26'),
(2711, 'App\\Models\\Item', '1130', 'image', 'public', '2025-10-01 18:40:31', '2025-10-01 18:40:31'),
(2712, 'App\\Models\\Item', '1130', 'images', 'public', '2025-10-01 18:40:31', '2025-10-01 18:40:31'),
(2713, 'App\\Models\\Item', '1131', 'image', 'public', '2025-10-01 18:54:04', '2025-10-01 18:54:04'),
(2714, 'App\\Models\\Item', '1131', 'images', 'public', '2025-10-01 18:54:04', '2025-10-01 18:54:04'),
(2715, 'App\\Models\\Item', '1132', 'image', 'public', '2025-10-01 18:55:45', '2025-10-01 18:55:45'),
(2716, 'App\\Models\\Item', '1132', 'images', 'public', '2025-10-01 18:55:45', '2025-10-01 18:55:45'),
(2717, 'App\\Models\\Item', '1133', 'image', 'public', '2025-10-01 18:57:08', '2025-10-01 18:57:08'),
(2718, 'App\\Models\\Item', '1133', 'images', 'public', '2025-10-01 18:57:08', '2025-10-01 18:57:08'),
(2719, 'App\\Models\\Item', '1134', 'image', 'public', '2025-10-01 18:59:24', '2025-10-01 18:59:24'),
(2720, 'App\\Models\\Item', '1134', 'images', 'public', '2025-10-01 18:59:24', '2025-10-01 18:59:24'),
(2721, 'App\\Models\\Item', '1135', 'image', 'public', '2025-10-01 19:00:47', '2025-10-01 19:00:47'),
(2722, 'App\\Models\\Item', '1135', 'images', 'public', '2025-10-01 19:00:47', '2025-10-01 19:00:47'),
(2723, 'App\\Models\\Item', '1136', 'image', 'public', '2025-10-01 19:01:58', '2025-10-01 19:01:58'),
(2724, 'App\\Models\\Item', '1136', 'images', 'public', '2025-10-01 19:01:58', '2025-10-01 19:01:58'),
(2725, 'App\\Models\\Item', '1137', 'image', 'public', '2025-10-01 19:03:22', '2025-10-01 19:03:22'),
(2726, 'App\\Models\\Item', '1137', 'images', 'public', '2025-10-01 19:03:22', '2025-10-01 19:03:22'),
(2727, 'App\\Models\\Item', '1138', 'image', 'public', '2025-10-01 19:05:24', '2025-10-01 19:05:24'),
(2728, 'App\\Models\\Item', '1138', 'images', 'public', '2025-10-01 19:05:24', '2025-10-01 19:05:24'),
(2729, 'App\\Models\\Item', '1139', 'image', 'public', '2025-10-02 08:55:24', '2025-10-02 08:55:24'),
(2730, 'App\\Models\\Item', '1139', 'images', 'public', '2025-10-02 08:55:24', '2025-10-02 08:55:24'),
(2731, 'App\\Models\\Item', '1140', 'image', 'public', '2025-10-02 09:00:37', '2025-10-02 09:00:37'),
(2732, 'App\\Models\\Item', '1140', 'images', 'public', '2025-10-02 09:00:37', '2025-10-02 09:00:37'),
(2733, 'App\\Models\\Item', '1141', 'image', 'public', '2025-10-02 09:03:36', '2025-10-02 09:03:36'),
(2734, 'App\\Models\\Item', '1141', 'images', 'public', '2025-10-02 09:03:36', '2025-10-02 09:03:36'),
(2735, 'App\\Models\\Item', '1142', 'image', 'public', '2025-10-02 09:07:06', '2025-10-02 09:07:06'),
(2736, 'App\\Models\\Item', '1142', 'images', 'public', '2025-10-02 09:07:06', '2025-10-02 09:07:06'),
(2737, 'App\\Models\\Item', '1143', 'image', 'public', '2025-10-02 09:10:13', '2025-10-02 09:10:13'),
(2738, 'App\\Models\\Item', '1143', 'images', 'public', '2025-10-02 09:10:13', '2025-10-02 09:10:13'),
(2739, 'App\\Models\\Item', '1144', 'image', 'public', '2025-10-02 09:12:09', '2025-10-02 09:12:09'),
(2740, 'App\\Models\\Item', '1144', 'images', 'public', '2025-10-02 09:12:09', '2025-10-02 09:12:09'),
(2741, 'App\\Models\\Item', '1145', 'image', 'public', '2025-10-02 09:15:21', '2025-10-02 09:15:21'),
(2742, 'App\\Models\\Item', '1145', 'images', 'public', '2025-10-02 09:15:21', '2025-10-02 09:15:21'),
(2743, 'App\\Models\\Item', '1146', 'image', 'public', '2025-10-02 09:18:18', '2025-10-02 09:18:18'),
(2744, 'App\\Models\\Item', '1146', 'images', 'public', '2025-10-02 09:18:18', '2025-10-02 09:18:18'),
(2745, 'App\\Models\\Item', '1147', 'image', 'public', '2025-10-02 09:20:42', '2025-10-02 09:20:42'),
(2746, 'App\\Models\\Item', '1147', 'images', 'public', '2025-10-02 09:20:42', '2025-10-02 09:20:42'),
(2747, 'App\\Models\\Item', '1148', 'image', 'public', '2025-10-02 09:23:17', '2025-10-02 09:23:17'),
(2748, 'App\\Models\\Item', '1148', 'images', 'public', '2025-10-02 09:23:17', '2025-10-02 09:23:17'),
(2749, 'App\\Models\\Item', '1149', 'image', 'public', '2025-10-02 09:25:15', '2025-10-02 09:25:15'),
(2750, 'App\\Models\\Item', '1149', 'images', 'public', '2025-10-02 09:25:15', '2025-10-02 09:25:15'),
(2751, 'App\\Models\\Item', '1150', 'image', 'public', '2025-10-02 09:30:36', '2025-10-02 09:30:36'),
(2752, 'App\\Models\\Item', '1150', 'images', 'public', '2025-10-02 09:30:36', '2025-10-02 09:30:36'),
(2753, 'App\\Models\\Item', '1151', 'image', 'public', '2025-10-02 09:33:34', '2025-10-02 09:33:34'),
(2754, 'App\\Models\\Item', '1151', 'images', 'public', '2025-10-02 09:33:34', '2025-10-02 09:33:34'),
(2755, 'App\\Models\\Item', '1152', 'image', 'public', '2025-10-02 09:35:55', '2025-10-02 09:35:55'),
(2756, 'App\\Models\\Item', '1152', 'images', 'public', '2025-10-02 09:35:55', '2025-10-02 09:35:55'),
(2757, 'App\\Models\\Item', '1153', 'image', 'public', '2025-10-02 09:37:09', '2025-10-02 09:37:09'),
(2758, 'App\\Models\\Item', '1153', 'images', 'public', '2025-10-02 09:37:09', '2025-10-02 09:37:09'),
(2759, 'App\\Models\\Item', '1154', 'image', 'public', '2025-10-02 09:40:22', '2025-10-02 09:40:22'),
(2760, 'App\\Models\\Item', '1154', 'images', 'public', '2025-10-02 09:40:22', '2025-10-02 09:40:22'),
(2761, 'App\\Models\\Item', '1155', 'image', 'public', '2025-10-02 09:42:33', '2025-10-02 09:42:33'),
(2762, 'App\\Models\\Item', '1155', 'images', 'public', '2025-10-02 09:42:33', '2025-10-02 09:42:33'),
(2763, 'App\\Models\\Item', '1156', 'image', 'public', '2025-10-02 09:44:25', '2025-10-02 09:44:25'),
(2764, 'App\\Models\\Item', '1156', 'images', 'public', '2025-10-02 09:44:25', '2025-10-02 09:44:25'),
(2765, 'App\\Models\\Item', '1157', 'image', 'public', '2025-10-02 09:47:45', '2025-10-02 09:47:45'),
(2766, 'App\\Models\\Item', '1157', 'images', 'public', '2025-10-02 09:47:45', '2025-10-02 09:47:45'),
(2767, 'App\\Models\\Item', '1158', 'image', 'public', '2025-10-02 09:55:14', '2025-10-02 09:55:14'),
(2768, 'App\\Models\\Item', '1158', 'images', 'public', '2025-10-02 09:54:14', '2025-10-02 09:54:14'),
(2769, 'App\\Models\\Item', '1159', 'image', 'public', '2025-10-02 09:53:43', '2025-10-02 09:53:43'),
(2770, 'App\\Models\\Item', '1159', 'images', 'public', '2025-10-02 09:53:43', '2025-10-02 09:53:43'),
(2771, 'App\\Models\\Item', '1160', 'image', 'public', '2025-10-02 09:57:50', '2025-10-02 09:57:50'),
(2772, 'App\\Models\\Item', '1160', 'images', 'public', '2025-10-02 09:57:50', '2025-10-02 09:57:50'),
(2773, 'App\\Models\\Item', '1161', 'image', 'public', '2025-10-02 10:00:49', '2025-10-02 10:00:49'),
(2774, 'App\\Models\\Item', '1161', 'images', 'public', '2025-10-02 10:00:49', '2025-10-02 10:00:49'),
(2775, 'App\\Models\\Item', '1162', 'image', 'public', '2025-10-02 10:02:11', '2025-10-02 10:02:11'),
(2776, 'App\\Models\\Item', '1162', 'images', 'public', '2025-10-02 10:02:11', '2025-10-02 10:02:11'),
(2777, 'App\\Models\\Item', '1163', 'image', 'public', '2025-10-02 10:04:33', '2025-10-02 10:04:33'),
(2778, 'App\\Models\\Item', '1163', 'images', 'public', '2025-10-02 10:04:33', '2025-10-02 10:04:33'),
(2779, 'App\\Models\\Item', '1164', 'image', 'public', '2025-10-02 10:06:49', '2025-10-02 10:06:49'),
(2780, 'App\\Models\\Item', '1164', 'images', 'public', '2025-10-02 10:06:49', '2025-10-02 10:06:49'),
(2781, 'App\\Models\\Item', '1165', 'image', 'public', '2025-10-02 10:09:27', '2025-10-02 10:09:27'),
(2782, 'App\\Models\\Item', '1165', 'images', 'public', '2025-10-02 10:09:27', '2025-10-02 10:09:27'),
(2783, 'App\\Models\\Item', '1166', 'image', 'public', '2025-10-02 10:11:07', '2025-10-02 10:11:07'),
(2784, 'App\\Models\\Item', '1166', 'images', 'public', '2025-10-02 10:11:07', '2025-10-02 10:11:07'),
(2785, 'App\\Models\\Item', '1167', 'image', 'public', '2025-10-02 10:12:48', '2025-10-02 10:12:48'),
(2786, 'App\\Models\\Item', '1167', 'images', 'public', '2025-10-02 10:12:48', '2025-10-02 10:12:48'),
(2787, 'App\\Models\\Item', '1168', 'image', 'public', '2025-10-02 10:14:50', '2025-10-02 10:14:50'),
(2788, 'App\\Models\\Item', '1168', 'images', 'public', '2025-10-02 10:14:50', '2025-10-02 10:14:50'),
(2789, 'App\\Models\\Item', '1169', 'image', 'public', '2025-10-02 10:15:43', '2025-10-02 10:15:43'),
(2790, 'App\\Models\\Item', '1169', 'images', 'public', '2025-10-02 10:15:43', '2025-10-02 10:15:43'),
(2791, 'App\\Models\\Item', '1170', 'image', 'public', '2025-10-02 10:20:31', '2025-10-02 10:20:31'),
(2792, 'App\\Models\\Item', '1170', 'images', 'public', '2025-10-02 10:20:31', '2025-10-02 10:20:31'),
(2793, 'App\\Models\\Item', '1171', 'image', 'public', '2025-10-02 10:22:16', '2025-10-02 10:22:16'),
(2794, 'App\\Models\\Item', '1171', 'images', 'public', '2025-10-02 10:22:16', '2025-10-02 10:22:16'),
(2795, 'App\\Models\\Item', '1172', 'image', 'public', '2025-10-02 10:24:01', '2025-10-02 10:24:01'),
(2796, 'App\\Models\\Item', '1172', 'images', 'public', '2025-10-02 10:24:01', '2025-10-02 10:24:01');

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

--
-- 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
) 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`) VALUES
(2, 'more', '+917989272149', 'webkooncloud@gmail.com', '2024-12-08-6755103b0e386.png', '17.671010532050982', '83.04970236291777', 'dinesh', NULL, 0.00, NULL, 0, 1, 2, '2024-12-08 08:49:23', '2025-08-08 06:28:04', 0, NULL, '2024-12-08-6755103b0ff65.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '30-60 min', 1, 1, 0, 0, 1, 0, 1, 0.000, 0, 'more', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL),
(3, 'KFC Dwarakanagar', '+911234567890', 'kfcindia@gmail.com', '2024-12-09-67566ec06024b.png', '17.724085', '83.30865', 'Visakhapatnam', NULL, 100.00, NULL, 0, 0, 3, '2024-12-08 20:54:44', '2025-08-08 06:28:04', 0, NULL, '2024-12-09-67566ec062b67.png', 1, 1, 1, 5.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '30-70 min', 1, 1, 0, 2, 2, NULL, 0, 0.000, 0, 'kfc-dwarakanagar', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL),
(4, 'Faasos Visakhapatnam', '+919876543210', 'fassosgopalapatanam@gmail.com', '2024-12-09-67566f859e667.png', '17.746378', '83.222208', 'Gopalapatnam', NULL, 149.00, NULL, 0, 0, 4, '2024-12-08 20:57:06', '2025-08-08 06:28:04', 0, '{\"1\":0,\"2\":0,\"3\":0,\"4\":0,\"5\":1}', '2024-12-09-67566f85a03c1.png', 1, 1, 1, 5.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '30-60 min', 1, 1, 3, 10, 2, NULL, 0, 0.000, 0, 'fassos-visakhapatnam', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL),
(5, 'More Pendurthi', '+91123456789', 'morependurthi@gmail.com', '2024-12-09-6756812971238.png', '17.8220973', '83.2050439', 'Pendurthi', NULL, 149.00, NULL, 0, 1, 5, '2024-12-08 21:00:48', '2025-08-08 06:28:04', 0, NULL, '2024-12-09-675681297368e.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '30-60 min', 0, 0, 0, 2, 5, 10, 1, 0.000, 0, 'more-pendurthi', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL),
(6, 'Vijetha Supermarket', '+91123456788', 'vijetha@gmail.com', '2024-12-09-6756813dd20dd.png', '17.74414209999999', '83.2286386', 'Baji Junction, Vizag', NULL, 1149.00, NULL, 0, 1, 6, '2024-12-08 21:03:19', '2025-08-08 06:28:04', 0, NULL, '2024-12-09-6756813dd47dc.png', 1, 1, 1, 0.00, 3, 1, 1, ' ', NULL, 0, 0, 0.00, '30-60 min', 0, 0, 0, 0, 5, 10, 1, 0.000, 0, 'vijetha-supermarket', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL),
(7, 'Bajaj Electronics', '+911234567788', 'bajajelectronics@gmail.com', '2024-12-28-676fcb3964d08.png', '17.7178235', '83.30095209999999', 'Gopalapatnam', NULL, 299.00, NULL, 0, 1, 7, '2024-12-08 21:06:49', '2025-08-08 06:28:04', 0, NULL, '2024-12-28-676fcb3967da6.png', 1, 1, 1, 18.00, 3, 1, 1, ' ', NULL, 0, 0, 0.00, '1-2 days', 0, 0, 0, 0, 4, NULL, 0, 0.000, 0, 'bajaj-electronics', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL),
(8, 'Licious Visakhapatnam', '+911234567899', 'liciousvizag@gmail.com', '2024-12-11-6759a7f55c67d.png', '17.748208412404235', '83.15461629798304', 'Visakhapatnam', NULL, 100.00, NULL, 0, 1, 8, '2024-12-11 20:25:49', '2025-08-08 06:28:04', 0, NULL, '2024-12-11-6759a7f55de76.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '45-90 min', 0, 0, 0, 0, 3, 0, 1, 0.000, 0, 'licious-visakhapatnam', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL),
(9, 'Reliance Smart Bazzar', '9515551309', 'yaswanthkalla143@gmail.com', '2024-12-21-67669f464e6ae.png', '17.82295275599813', '83.20512986626655', 'Ground Floor, Aditya Nagar, pendurthi, Visakhapatnam, Andhra Pradesh, 531173', NULL, 0.00, NULL, 0, 1, 9, '2024-12-21 16:28:14', '2025-08-08 06:28:04', 0, NULL, '2024-12-21-67669f465021c.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '15-30 min', 1, 1, 0, 0, 1, 0, 1, 0.000, 0, 'reliance-smart-bazzar', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL),
(10, 'Mitraa Super Market', '+919515182217', 'prakashkalla2001@gmail.com', '2024-12-21-6766a0b3a16f6.png', '17.79907037215641', '83.21090346631505', 'BRTS RD, A Zone, Sujatha Nagar, Pendurthi, Visakhapatnam< andhra Pradesh 530051', NULL, 10.00, NULL, 0, 1, 10, '2024-12-21 16:34:19', '2025-08-08 06:28:04', 0, NULL, '2024-12-21-6766a0b3a3718.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 1, 0.00, '15-30 min', 0, 0, 0, 0, 1, 0, 1, 0.000, 0, 'mitra-super-market', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL),
(11, 'Sattva Naturals', '+918297476582', 'yaswanthkalla47@gmail.com', '2024-12-21-6766a33d9fc54.png', '17.804152816773485', '83.20865133746659', 'Sattva Naturals, beside SBI, Chanukya Nagar, Chinnamushidiwada, Pendurthi, Visakhapatnam, Andhra Pradesh 530073', NULL, 0.00, NULL, 0, 1, 11, '2024-12-21 16:45:09', '2025-08-08 06:28:04', 0, NULL, '2024-12-21-6766a33da1aeb.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '15-30 min', 1, 1, 0, 0, 1, 0, 1, 0.000, 0, 'sattva-naturals', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL),
(12, 'Freshonn', '+917702422798', 'yaswanthkalla@gmail.com', '2024-12-22-6767fa9cc88b0.png', '17.72633872902158', '83.30147879791224', 'Dondaparthi, Dwaraka Nagar, Visakhapatnam, Andhra Pradesh 530016', NULL, 0.00, NULL, 0, 1, 12, '2024-12-22 17:10:12', '2025-08-08 06:28:04', 0, NULL, '2024-12-22-6767fa9ccad59.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '25-40 min', 1, 1, 0, 0, 1, 0, 1, 0.000, 0, 'freshonn', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL),
(13, 'Subbu\'s Meat', '+918019829068', 'subbu2024@gmail.com', '2024-12-22-6768006ec0f12.png', '17.78535006945863', '83.19548812772223', 'GAVARAPALEM COLONY, CHEEMALAPALLE, Visakhapatnam, Andhra Pradesh 530047', NULL, 0.00, NULL, 0, 1, 13, '2024-12-22 17:35:02', '2025-08-08 06:28:04', 0, NULL, '2024-12-22-6768006ec2841.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '15-25 min', 1, 1, 0, 0, 1, 0, 1, 0.000, 0, 'subbus-meat', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL),
(14, 'Apollo Pharmacy', '+919999999999', 'yaswanthkalla1@gmail.com', '2024-12-26-676d3a9da3f2a.png', '17.799343715605946', '83.21079834928072', 'Door No 2, 4, Main Rd, A Zone, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 530051', NULL, 0.00, NULL, 0, 1, 14, '2024-12-26 16:44:37', '2025-08-08 06:28:04', 0, NULL, '2024-12-26-676d3a9da98b6.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '15-20 min', 1, 1, 0, 0, 7, 0, 0, 0.000, 0, 'apollo-pharmacy', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL),
(15, 'MedPlus', '+918888888888', 'yaswanthkalla2@gmail.com', '2024-12-26-676d3b832b907.png', '17.799894826376487', '83.21001939275637', 'Door Number13-12/1, Zone Vi, 80 Feet Rd, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 530051', NULL, 0.00, NULL, 0, 1, 15, '2024-12-26 16:48:27', '2025-08-08 06:28:04', 0, NULL, '2024-12-26-676d3b832dc80.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '15-20 min', 1, 1, 0, 0, 7, 0, 0, 0.000, 0, 'medplus', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL),
(16, 'Reliance Digital', '+919999999998', 'reliancedigital@gmail.com', '2024-12-28-676fcd7a6181c.png', '17.744080107047285', '83.22679648365386', '67, Zone, Div No, No 45B, AP/SM/VIS/902/CDIT, Gr & 2nd Flr, 6, Gopalapatnam, Visakhapatnam, Andhra Pradesh 530027', NULL, 0.00, NULL, 0, 1, 16, '2024-12-28 15:35:46', '2025-08-08 06:28:04', 0, NULL, '2024-12-28-676fcd7a66193.png', 1, 1, 1, 18.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '1-3 days', 1, 1, 0, 0, 4, 0, 0, 0.000, 0, 'reliance-digital', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL),
(17, 'Grocery', '+919182648101', 'maninaredla218@gmail.com', '2025-01-27-67976adf88180.png', '17.805041852772607', '83.20891097187996', '7-171, Chanukya Nagar, Chinnamushidiwada, Pendurthi, Visakhapatnam, Andhra Pradesh 530051, India', NULL, 0.00, NULL, 0, 1, 17, '2025-01-27 16:45:43', '2025-08-08 06:28:04', 0, NULL, '2025-01-27-67976adf8a7dc.png', 1, 1, 1, 2.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '13-15 min', 1, 1, 0, 0, 1, 0, 0, 0.000, 0, 'grocery', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL),
(20, 'NIGT CAFE', '+918106010515', 'homekartpersonal@gmail.com', '2025-05-20-682c57e3a247b.png', '17.406498', '78.47724389999999', 'hydrabad', NULL, 0.00, NULL, 0, 0, 20, '2025-05-20 10:22:27', '2025-08-08 06:28:04', 0, NULL, '2025-05-20-682c57e3a5b54.png', 1, 1, 1, 5.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '30-60 min', 1, 1, 0, 0, 2, 0, 0, 0.000, 0, 'nigt-cafe', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL),
(21, 'sai foods', '+916958473210', 'saistore@homakart.tech', '2025-05-23-6830685eb5ec9.png', '17.80552', '83.20891259999999', 'pendurthi', NULL, 0.00, NULL, 0, 0, 21, '2025-05-23 12:21:50', '2025-08-08 06:28:04', 0, NULL, '2025-05-23-6830685eb93b1.png', 1, 1, 1, 0.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '30-60 min', 1, 1, 0, 0, 2, 0, 0, 0.000, 0, 'sai-foods', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL),
(23, 'sai sai', '+918686940126', 'wowpersonal4321@gmail.com', '2025-07-25-688357145d604.png', '14.677986399846361', '77.5861693918705', '6-1-843-1, Ram Nagar, Kovur Nagar, Ananthapur, Anantapur, Andhra Pradesh 515004, India', NULL, 0.00, NULL, 0, 1, 23, '2025-07-25 10:06:12', '2025-08-08 06:28:04', 0, NULL, '2025-07-25-6883571461256.png', 1, 1, 1, 6.00, 9, 1, 0, ' ', '{\"status\":\"0\",\"code\":null}', 0, 0, 0.00, '10-20 min', 1, 1, 0, 0, 2, 0, 1, 0.000, 0, 'sai-sai', 0.000, 0, 'Sai', 'sai sai', NULL, 0, NULL, 'commission', NULL),
(24, 'Konasima Ruchulu', '+919000671954', 'bvvprasadreddy199@gmail.com', '2025-07-25-68836f71d334d.png', '17.799700949279366', '83.20545695722103', 'Q6X4+V5P, Ratnagiri Nagar, Sujatha Nagar, Pendurthi, Visakhapatnam, Valimeraka, Andhra Pradesh 530051, India', NULL, 0.00, NULL, 0, 1, 24, '2025-07-25 11:50:09', '2025-08-08 06:28:04', 0, NULL, '2025-07-25-68836f71d768e.png', 1, 1, 1, 5.00, 2, 1, 1, ' ', NULL, 0, 0, 0.00, '10-20 minute', 1, 1, 0, 0, 2, 0, 1, 0.000, 0, 'konasima-ruchulu', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL),
(25, 'prudhviraj', '+919959052562', 'prudhvirajkodavandla@gmail.com', '2025-07-25-68837630367ba.png', '14.677986399846361', '77.5861693918705', '6-1-843-1, Ram Nagar, Kovur Nagar, Ananthapur, Anantapur, Andhra Pradesh 515004, India', NULL, 0.00, NULL, 0, 1, 25, '2025-07-25 12:18:56', '2025-08-08 06:28:04', 0, NULL, '2025-07-25-688376303a1b9.png', 1, 1, 1, 5.00, 9, 1, 1, ' ', NULL, 0, 0, 0.00, '10-20 minute', 1, 1, 0, 0, 2, 0, 1, 0.000, 0, 'prudhviraj', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL),
(26, 'Sri Balaji Hotel', '+919392022104', 'diwakarpjn5555@gmail.com', '2025-07-25-68837d6a60a5f.png', '14.677986399846361', '77.5861693918705', '6-1-843-1, Ram Nagar, Kovur Nagar, Ananthapur, Anantapur, Andhra Pradesh 515004, India', NULL, 0.00, NULL, 0, 1, 26, '2025-07-25 12:49:46', '2025-08-08 06:28:04', 0, NULL, '2025-07-25-68837d6a64520.png', 1, 1, 1, 5.00, 9, 1, 1, ' ', NULL, 0, 0, 0.00, '10-20 minute', 1, 1, 0, 0, 2, 0, 1, 0.000, 0, 'sri-balaji-hotel', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL),
(27, 'JB FAMILY RESTAURANT', '+918466867956', 'mohammedfarooq19y@gmail.com', '2025-07-25-688382c284ddc.png', '14.696448034639614', '77.60345824062824', '13-1-525-346, Chilak Nagar, Lecturers Colony, Ananthapur, Anantapur, Andhra Pradesh 515001, India', NULL, 0.00, NULL, 0, 1, 27, '2025-07-25 13:12:34', '2025-08-08 06:28:04', 0, NULL, '2025-07-25-688382c287c83.png', 1, 1, 1, 5.00, 9, 1, 1, ' ', NULL, 0, 0, 0.00, '10-20 minute', 1, 1, 0, 0, 2, 0, 1, 0.000, 0, 'jb-family-restaurant', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL),
(28, 'APQZ DINE IN', '+919491620439', 'anandvennapusa@gmail.com', '2025-08-08-6895bb709f6d0.png', '14.666263665790293', '77.57395628839731', '1-772, near mpup school, Rudrampeta, Anantapur, Andhra Pradesh 515004, India', NULL, 0.00, NULL, 0, 1, 28, '2025-08-08 08:55:12', '2025-08-08 14:47:33', 0, NULL, '2025-08-08-6895bb70a56f8.png', 1, 1, 1, 0.00, 9, 1, 1, ' ', NULL, 0, 0, 0.00, '10-20 min', 1, 1, 0, 0, 2, 0, 1, 0.000, 0, 'ap02-dine-in', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL),
(29, 'Biryani Bites', '+919391382704', 'Biryanibites6@gmail.com', '2025-08-15-689ef8789592d.png', '14.677986399846361', '77.5861693918705', '6-1-843-1, Ram Nagar, Kovur Nagar, Ananthapur, Anantapur, Andhra Pradesh 515004, India', NULL, 0.00, NULL, 0, 1, 29, '2025-08-15 09:06:00', '2025-08-15 11:48:36', 0, NULL, '2025-08-15-689ef878993bb.png', 1, 1, 1, 0.00, 9, 1, 1, ' ', NULL, 0, 0, 0.00, '10-20 minute', 1, 1, 0, 0, 2, 0, 1, 0.000, 0, 'biryani-bites', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL),
(30, 'Bhargavi', '+919398404508', 'pattipaatibhargavi8@gmail.com', '2025-09-04-68b92fb380699.png', '14.677986399846361', '77.5861693918705', '6-1-843-1, Ram Nagar, Kovur Nagar, Ananthapur, Anantapur, Andhra Pradesh 515004, India', NULL, 0.00, NULL, 0, 1, 30, '2025-09-04 06:20:35', '2025-09-04 06:22:16', 0, NULL, '2025-09-04-68b92fb38552a.png', 1, 1, 1, 0.00, 9, 1, 1, ' ', NULL, 0, 0, 0.00, '10-30 minute', 1, 1, 0, 0, 2, 0, 0, 0.000, 0, 'bhargavi', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL),
(31, 'Teja Hotel', '+917989732963', 'raju65378@gmail.com', '2025-09-04-68b9318e58484.png', '14.677986399846361', '77.5861693918705', '6-1-843-1, Ram Nagar, Kovur Nagar, Ananthapur, Anantapur, Andhra Pradesh 515004, India', NULL, 0.00, NULL, 0, 1, 31, '2025-09-04 06:28:30', '2025-09-04 06:29:08', 0, NULL, '2025-09-04-68b9318e5bdd4.png', 1, 1, 1, 0.00, 9, 1, 1, ' ', NULL, 0, 0, 0.00, '10-30 minute', 1, 1, 0, 0, 2, 0, 0, 0.000, 0, 'teja-hotel', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL),
(32, 'Praveen Military Hotel', '+919989740606', 'praveenreddy5454@gmail.com', '2025-09-04-68b9322333052.png', '14.677986399846361', '77.5861693918705', '6-1-843-1, Ram Nagar, Kovur Nagar, Ananthapur, Anantapur, Andhra Pradesh 515004, India', NULL, 0.00, NULL, 0, 1, 32, '2025-09-04 06:30:59', '2025-09-04 06:31:47', 0, NULL, '2025-09-04-68b9322336622.png', 1, 1, 1, 0.00, 9, 1, 1, ' ', NULL, 0, 0, 0.00, '10-30 minute', 1, 1, 0, 0, 2, 0, 0, 0.000, 0, 'praveen-military-hotel', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL),
(33, 'Mookambika Tiffin Centre', '+917416386117', 'shivarajmsk@gmail.com', '2025-09-04-68b932c062d22.png', '14.677986399846361', '77.5861693918705', '6-1-843-1, Ram Nagar, Kovur Nagar, Ananthapur, Anantapur, Andhra Pradesh 515004, India', NULL, 0.00, NULL, 0, 1, 33, '2025-09-04 06:33:36', '2025-09-04 06:34:12', 0, NULL, '2025-09-04-68b932c0671e3.png', 1, 1, 1, 0.00, 9, 1, 1, ' ', NULL, 0, 0, 0.00, '10-30 minute', 1, 1, 0, 0, 2, 0, 0, 0.000, 0, 'mookambika-tiffin-centre', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL),
(34, 'Mahadev Hotel', '+919704543239', 'mahadevhotel28@gmail.com', '2025-09-05-68bab99025a82.png', '14.677986399846361', '77.5861693918705', '6-1-843-1, Ram Nagar, Kovur Nagar, Ananthapur, Anantapur, Andhra Pradesh 515004, India', NULL, 0.00, NULL, 0, 1, 34, '2025-09-05 10:21:04', '2025-09-05 10:33:10', 0, NULL, '2025-09-05-68bab99029800.png', 1, 1, 1, 0.00, 9, 1, 1, ' ', NULL, 0, 0, 0.00, '10-20 minute', 1, 1, 0, 0, 2, 0, 0, 0.000, 0, 'mahadev-hotel', NULL, 0, NULL, NULL, NULL, 0, NULL, 'commission', NULL);

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

--
-- 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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `store_configs` (`id`, `store_id`, `is_recommended`, `is_recommended_deleted`, `created_at`, `updated_at`, `halal_tag_status`, `extra_packaging_status`, `extra_packaging_amount`, `minimum_stock_for_warning`) VALUES
(1, 9, 1, 0, NULL, NULL, 0, 0, 0.000, 0),
(2, 2, 1, 0, NULL, NULL, 0, 0, 0.000, 0),
(3, 10, 1, 0, NULL, '2024-12-22 09:42:01', 1, 0, 0.000, 0),
(4, 23, 0, 0, '2025-07-25 12:05:49', '2025-07-25 12:05:49', 0, 0, 0.000, 0);

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

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

CREATE TABLE `store_notification_settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(255) DEFAULT NULL,
  `sub_title` text DEFAULT NULL,
  `key` varchar(255) DEFAULT NULL,
  `store_id` bigint(20) UNSIGNED NOT NULL,
  `mail_status` enum('active','inactive','disable') NOT NULL DEFAULT 'disable',
  `sms_status` enum('active','inactive','disable') NOT NULL DEFAULT 'disable',
  `push_notification_status` enum('active','inactive','disable') NOT NULL DEFAULT 'disable',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) 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`) VALUES
(1, 'account_block', 'Get_notification_on_account_block', 'store_account_block', 3, 'active', 'disable', 'active', '2024-12-12 08:37:37', '2024-12-12 08:37:37'),
(2, 'account_unblock', 'Get_notification_on_account_unblock', 'store_account_unblock', 3, 'active', 'disable', 'active', '2024-12-12 08:37:37', '2024-12-12 08:37:37'),
(3, 'withdraw_approve', 'Get_notification_on_withdraw_approve', 'store_withdraw_approve', 3, 'active', 'disable', 'active', '2024-12-12 08:37:37', '2024-12-12 08:37:37'),
(4, 'withdraw_rejaction', 'Get_notification_on_withdraw_rejaction', 'store_withdraw_rejaction', 3, 'active', 'disable', 'active', '2024-12-12 08:37:37', '2024-12-12 08:37:37'),
(5, 'campaign_join_request', 'Get_notification_on_campaign_join_request', 'store_campaign_join_request', 3, 'active', 'disable', 'disable', '2024-12-12 08:37:37', '2024-12-12 08:37:37'),
(6, 'campaign_join_rejaction', 'Get_notification_on_campaign_join_rejaction', 'store_campaign_join_rejaction', 3, 'active', 'disable', 'active', '2024-12-12 08:37:37', '2024-12-12 08:37:37'),
(7, 'campaign_join_approval', 'Get_notification_on_campaign_join_approval', 'store_campaign_join_approval', 3, 'active', 'disable', 'active', '2024-12-12 08:37:37', '2024-12-12 08:37:37'),
(8, 'order_notification', 'Get_notification_on_order_notification', 'store_order_notification', 3, 'disable', 'disable', 'active', '2024-12-12 08:37:37', '2024-12-12 08:37:37'),
(9, 'advertisement_create_by_admin', 'Get_notification_on_advertisement_create_by_admin', 'store_advertisement_create_by_admin', 3, 'active', 'disable', 'active', '2024-12-12 08:37:37', '2024-12-12 08:37:37'),
(10, 'advertisement_approval', 'Get_notification_on_advertisement_approval', 'store_advertisement_approval', 3, 'active', 'disable', 'active', '2024-12-12 08:37:37', '2024-12-12 08:37:37'),
(11, 'advertisement_deny', 'Get_notification_on_advertisement_deny', 'store_advertisement_deny', 3, 'active', 'disable', 'active', '2024-12-12 08:37:37', '2024-12-12 08:37:37'),
(12, 'advertisement_resume', 'Get_notification_on_advertisement_resume', 'store_advertisement_resume', 3, 'active', 'disable', 'active', '2024-12-12 08:37:37', '2024-12-12 08:37:37'),
(13, 'advertisement_pause', 'Get_notification_on_advertisement_pause', 'store_advertisement_pause', 3, 'active', 'disable', 'active', '2024-12-12 08:37:37', '2024-12-12 08:37:37'),
(14, 'product_approve', 'Get_notification_on_product_approve', 'store_product_approve', 3, 'active', 'disable', 'active', '2024-12-12 08:37:37', '2024-12-12 08:37:37'),
(15, 'product_reject', 'Get_notification_on_product_reject', 'store_product_reject', 3, 'active', 'disable', 'active', '2024-12-12 08:37:37', '2024-12-12 08:37:37'),
(16, 'subscription_success', 'Get_notification_on_subscription_success', 'store_subscription_success', 3, 'active', 'disable', 'active', '2024-12-12 08:37:37', '2024-12-12 08:37:37'),
(17, 'subscription_renew', 'Get_notification_on_subscription_renew', 'store_subscription_renew', 3, 'active', 'disable', 'active', '2024-12-12 08:37:37', '2024-12-12 08:37:37'),
(18, 'subscription_shift', 'Get_notification_on_subscription_shift', 'store_subscription_shift', 3, 'active', 'disable', 'active', '2024-12-12 08:37:37', '2024-12-12 08:37:37'),
(19, 'subscription_cancel', 'Get_notification_on_subscription_cancel', 'store_subscription_cancel', 3, 'active', 'disable', 'active', '2024-12-12 08:37:37', '2024-12-12 08:37:37'),
(20, 'subscription_plan_update', 'Get_notification_on_subscription_plan_update', 'store_subscription_plan_update', 3, 'active', 'disable', 'active', '2024-12-12 08:37:37', '2024-12-12 08:37:37'),
(21, 'account_block', 'Get_notification_on_account_block', 'store_account_block', 9, 'active', 'disable', 'active', '2024-12-22 09:28:07', '2024-12-22 09:28:07'),
(22, 'account_unblock', 'Get_notification_on_account_unblock', 'store_account_unblock', 9, 'active', 'disable', 'active', '2024-12-22 09:28:07', '2024-12-22 09:28:07'),
(23, 'withdraw_approve', 'Get_notification_on_withdraw_approve', 'store_withdraw_approve', 9, 'active', 'disable', 'active', '2024-12-22 09:28:07', '2024-12-22 09:28:07'),
(24, 'withdraw_rejaction', 'Get_notification_on_withdraw_rejaction', 'store_withdraw_rejaction', 9, 'active', 'disable', 'active', '2024-12-22 09:28:07', '2024-12-22 09:28:07'),
(25, 'campaign_join_request', 'Get_notification_on_campaign_join_request', 'store_campaign_join_request', 9, 'active', 'disable', 'disable', '2024-12-22 09:28:07', '2024-12-22 09:28:07'),
(26, 'campaign_join_rejaction', 'Get_notification_on_campaign_join_rejaction', 'store_campaign_join_rejaction', 9, 'active', 'disable', 'active', '2024-12-22 09:28:07', '2024-12-22 09:28:07'),
(27, 'campaign_join_approval', 'Get_notification_on_campaign_join_approval', 'store_campaign_join_approval', 9, 'active', 'disable', 'active', '2024-12-22 09:28:07', '2024-12-22 09:28:07'),
(28, 'order_notification', 'Get_notification_on_order_notification', 'store_order_notification', 9, 'disable', 'disable', 'active', '2024-12-22 09:28:07', '2024-12-22 09:28:07'),
(29, 'advertisement_create_by_admin', 'Get_notification_on_advertisement_create_by_admin', 'store_advertisement_create_by_admin', 9, 'active', 'disable', 'active', '2024-12-22 09:28:07', '2024-12-22 09:28:07'),
(30, 'advertisement_approval', 'Get_notification_on_advertisement_approval', 'store_advertisement_approval', 9, 'active', 'disable', 'active', '2024-12-22 09:28:07', '2024-12-22 09:28:07'),
(31, 'advertisement_deny', 'Get_notification_on_advertisement_deny', 'store_advertisement_deny', 9, 'active', 'disable', 'active', '2024-12-22 09:28:07', '2024-12-22 09:28:07'),
(32, 'advertisement_resume', 'Get_notification_on_advertisement_resume', 'store_advertisement_resume', 9, 'active', 'disable', 'active', '2024-12-22 09:28:07', '2024-12-22 09:28:07'),
(33, 'advertisement_pause', 'Get_notification_on_advertisement_pause', 'store_advertisement_pause', 9, 'active', 'disable', 'active', '2024-12-22 09:28:07', '2024-12-22 09:28:07'),
(34, 'product_approve', 'Get_notification_on_product_approve', 'store_product_approve', 9, 'active', 'disable', 'active', '2024-12-22 09:28:07', '2024-12-22 09:28:07'),
(35, 'product_reject', 'Get_notification_on_product_reject', 'store_product_reject', 9, 'active', 'disable', 'active', '2024-12-22 09:28:07', '2024-12-22 09:28:07'),
(36, 'subscription_success', 'Get_notification_on_subscription_success', 'store_subscription_success', 9, 'active', 'disable', 'active', '2024-12-22 09:28:07', '2024-12-22 09:28:07'),
(37, 'subscription_renew', 'Get_notification_on_subscription_renew', 'store_subscription_renew', 9, 'active', 'disable', 'active', '2024-12-22 09:28:07', '2024-12-22 09:28:07'),
(38, 'subscription_shift', 'Get_notification_on_subscription_shift', 'store_subscription_shift', 9, 'active', 'disable', 'active', '2024-12-22 09:28:07', '2024-12-22 09:28:07'),
(39, 'subscription_cancel', 'Get_notification_on_subscription_cancel', 'store_subscription_cancel', 9, 'active', 'disable', 'active', '2024-12-22 09:28:07', '2024-12-22 09:28:07'),
(40, 'subscription_plan_update', 'Get_notification_on_subscription_plan_update', 'store_subscription_plan_update', 9, 'active', 'disable', 'active', '2024-12-22 09:28:07', '2024-12-22 09:28:07'),
(41, 'account_block', 'Get_notification_on_account_block', 'store_account_block', 4, 'active', 'disable', 'active', '2024-12-22 10:01:37', '2024-12-22 10:01:37'),
(42, 'account_unblock', 'Get_notification_on_account_unblock', 'store_account_unblock', 4, 'active', 'disable', 'active', '2024-12-22 10:01:37', '2024-12-22 10:01:37'),
(43, 'withdraw_approve', 'Get_notification_on_withdraw_approve', 'store_withdraw_approve', 4, 'active', 'disable', 'active', '2024-12-22 10:01:37', '2024-12-22 10:01:37'),
(44, 'withdraw_rejaction', 'Get_notification_on_withdraw_rejaction', 'store_withdraw_rejaction', 4, 'active', 'disable', 'active', '2024-12-22 10:01:37', '2024-12-22 10:01:37'),
(45, 'campaign_join_request', 'Get_notification_on_campaign_join_request', 'store_campaign_join_request', 4, 'active', 'disable', 'disable', '2024-12-22 10:01:37', '2024-12-22 10:01:37'),
(46, 'campaign_join_rejaction', 'Get_notification_on_campaign_join_rejaction', 'store_campaign_join_rejaction', 4, 'active', 'disable', 'active', '2024-12-22 10:01:37', '2024-12-22 10:01:37'),
(47, 'campaign_join_approval', 'Get_notification_on_campaign_join_approval', 'store_campaign_join_approval', 4, 'active', 'disable', 'active', '2024-12-22 10:01:37', '2024-12-22 10:01:37'),
(48, 'order_notification', 'Get_notification_on_order_notification', 'store_order_notification', 4, 'disable', 'disable', 'active', '2024-12-22 10:01:37', '2024-12-22 10:01:37'),
(49, 'advertisement_create_by_admin', 'Get_notification_on_advertisement_create_by_admin', 'store_advertisement_create_by_admin', 4, 'active', 'disable', 'active', '2024-12-22 10:01:37', '2024-12-22 10:01:37'),
(50, 'advertisement_approval', 'Get_notification_on_advertisement_approval', 'store_advertisement_approval', 4, 'active', 'disable', 'active', '2024-12-22 10:01:37', '2024-12-22 10:01:37'),
(51, 'advertisement_deny', 'Get_notification_on_advertisement_deny', 'store_advertisement_deny', 4, 'active', 'disable', 'active', '2024-12-22 10:01:37', '2024-12-22 10:01:37'),
(52, 'advertisement_resume', 'Get_notification_on_advertisement_resume', 'store_advertisement_resume', 4, 'active', 'disable', 'active', '2024-12-22 10:01:37', '2024-12-22 10:01:37'),
(53, 'advertisement_pause', 'Get_notification_on_advertisement_pause', 'store_advertisement_pause', 4, 'active', 'disable', 'active', '2024-12-22 10:01:37', '2024-12-22 10:01:37'),
(54, 'product_approve', 'Get_notification_on_product_approve', 'store_product_approve', 4, 'active', 'disable', 'active', '2024-12-22 10:01:37', '2024-12-22 10:01:37'),
(55, 'product_reject', 'Get_notification_on_product_reject', 'store_product_reject', 4, 'active', 'disable', 'active', '2024-12-22 10:01:37', '2024-12-22 10:01:37'),
(56, 'subscription_success', 'Get_notification_on_subscription_success', 'store_subscription_success', 4, 'active', 'disable', 'active', '2024-12-22 10:01:37', '2024-12-22 10:01:37'),
(57, 'subscription_renew', 'Get_notification_on_subscription_renew', 'store_subscription_renew', 4, 'active', 'disable', 'active', '2024-12-22 10:01:37', '2024-12-22 10:01:37'),
(58, 'subscription_shift', 'Get_notification_on_subscription_shift', 'store_subscription_shift', 4, 'active', 'disable', 'active', '2024-12-22 10:01:37', '2024-12-22 10:01:37'),
(59, 'subscription_cancel', 'Get_notification_on_subscription_cancel', 'store_subscription_cancel', 4, 'active', 'disable', 'active', '2024-12-22 10:01:37', '2024-12-22 10:01:37'),
(60, 'subscription_plan_update', 'Get_notification_on_subscription_plan_update', 'store_subscription_plan_update', 4, 'active', 'disable', 'active', '2024-12-22 10:01:37', '2024-12-22 10:01:37'),
(61, 'account_block', 'Get_notification_on_account_block', 'store_account_block', 5, 'active', 'disable', 'active', '2024-12-24 16:25:26', '2024-12-24 16:25:26'),
(62, 'account_unblock', 'Get_notification_on_account_unblock', 'store_account_unblock', 5, 'active', 'disable', 'active', '2024-12-24 16:25:26', '2024-12-24 16:25:26'),
(63, 'withdraw_approve', 'Get_notification_on_withdraw_approve', 'store_withdraw_approve', 5, 'active', 'disable', 'active', '2024-12-24 16:25:26', '2024-12-24 16:25:26'),
(64, 'withdraw_rejaction', 'Get_notification_on_withdraw_rejaction', 'store_withdraw_rejaction', 5, 'active', 'disable', 'active', '2024-12-24 16:25:26', '2024-12-24 16:25:26'),
(65, 'campaign_join_request', 'Get_notification_on_campaign_join_request', 'store_campaign_join_request', 5, 'active', 'disable', 'disable', '2024-12-24 16:25:26', '2024-12-24 16:25:26'),
(66, 'campaign_join_rejaction', 'Get_notification_on_campaign_join_rejaction', 'store_campaign_join_rejaction', 5, 'active', 'disable', 'active', '2024-12-24 16:25:26', '2024-12-24 16:25:26'),
(67, 'campaign_join_approval', 'Get_notification_on_campaign_join_approval', 'store_campaign_join_approval', 5, 'active', 'disable', 'active', '2024-12-24 16:25:26', '2024-12-24 16:25:26'),
(68, 'order_notification', 'Get_notification_on_order_notification', 'store_order_notification', 5, 'disable', 'disable', 'active', '2024-12-24 16:25:26', '2024-12-24 16:25:26'),
(69, 'advertisement_create_by_admin', 'Get_notification_on_advertisement_create_by_admin', 'store_advertisement_create_by_admin', 5, 'active', 'disable', 'active', '2024-12-24 16:25:26', '2024-12-24 16:25:26'),
(70, 'advertisement_approval', 'Get_notification_on_advertisement_approval', 'store_advertisement_approval', 5, 'active', 'disable', 'active', '2024-12-24 16:25:26', '2024-12-24 16:25:26'),
(71, 'advertisement_deny', 'Get_notification_on_advertisement_deny', 'store_advertisement_deny', 5, 'active', 'disable', 'active', '2024-12-24 16:25:26', '2024-12-24 16:25:26'),
(72, 'advertisement_resume', 'Get_notification_on_advertisement_resume', 'store_advertisement_resume', 5, 'active', 'disable', 'active', '2024-12-24 16:25:26', '2024-12-24 16:25:26'),
(73, 'advertisement_pause', 'Get_notification_on_advertisement_pause', 'store_advertisement_pause', 5, 'active', 'disable', 'active', '2024-12-24 16:25:26', '2024-12-24 16:25:26'),
(74, 'product_approve', 'Get_notification_on_product_approve', 'store_product_approve', 5, 'active', 'disable', 'active', '2024-12-24 16:25:26', '2024-12-24 16:25:26'),
(75, 'product_reject', 'Get_notification_on_product_reject', 'store_product_reject', 5, 'active', 'disable', 'active', '2024-12-24 16:25:26', '2024-12-24 16:25:26'),
(76, 'subscription_success', 'Get_notification_on_subscription_success', 'store_subscription_success', 5, 'active', 'disable', 'active', '2024-12-24 16:25:26', '2024-12-24 16:25:26'),
(77, 'subscription_renew', 'Get_notification_on_subscription_renew', 'store_subscription_renew', 5, 'active', 'disable', 'active', '2024-12-24 16:25:26', '2024-12-24 16:25:26'),
(78, 'subscription_shift', 'Get_notification_on_subscription_shift', 'store_subscription_shift', 5, 'active', 'disable', 'active', '2024-12-24 16:25:26', '2024-12-24 16:25:26'),
(79, 'subscription_cancel', 'Get_notification_on_subscription_cancel', 'store_subscription_cancel', 5, 'active', 'disable', 'active', '2024-12-24 16:25:26', '2024-12-24 16:25:26'),
(80, 'subscription_plan_update', 'Get_notification_on_subscription_plan_update', 'store_subscription_plan_update', 5, 'active', 'disable', 'active', '2024-12-24 16:25:26', '2024-12-24 16:25:26'),
(81, 'account_block', 'Get_notification_on_account_block', 'store_account_block', 22, 'active', 'disable', 'active', '2025-07-22 09:41:25', '2025-07-22 09:41:25'),
(82, 'account_unblock', 'Get_notification_on_account_unblock', 'store_account_unblock', 22, 'active', 'disable', 'active', '2025-07-22 09:41:25', '2025-07-22 09:41:25'),
(83, 'withdraw_approve', 'Get_notification_on_withdraw_approve', 'store_withdraw_approve', 22, 'active', 'disable', 'active', '2025-07-22 09:41:25', '2025-07-22 09:41:25'),
(84, 'withdraw_rejaction', 'Get_notification_on_withdraw_rejaction', 'store_withdraw_rejaction', 22, 'active', 'disable', 'active', '2025-07-22 09:41:25', '2025-07-22 09:41:25'),
(85, 'campaign_join_request', 'Get_notification_on_campaign_join_request', 'store_campaign_join_request', 22, 'active', 'disable', 'disable', '2025-07-22 09:41:25', '2025-07-22 09:41:25'),
(86, 'campaign_join_rejaction', 'Get_notification_on_campaign_join_rejaction', 'store_campaign_join_rejaction', 22, 'active', 'disable', 'active', '2025-07-22 09:41:25', '2025-07-22 09:41:25'),
(87, 'campaign_join_approval', 'Get_notification_on_campaign_join_approval', 'store_campaign_join_approval', 22, 'active', 'disable', 'active', '2025-07-22 09:41:25', '2025-07-22 09:41:25'),
(88, 'order_notification', 'Get_notification_on_order_notification', 'store_order_notification', 22, 'disable', 'disable', 'active', '2025-07-22 09:41:25', '2025-07-22 09:41:25'),
(89, 'advertisement_create_by_admin', 'Get_notification_on_advertisement_create_by_admin', 'store_advertisement_create_by_admin', 22, 'active', 'disable', 'active', '2025-07-22 09:41:25', '2025-07-22 09:41:25'),
(90, 'advertisement_approval', 'Get_notification_on_advertisement_approval', 'store_advertisement_approval', 22, 'active', 'disable', 'active', '2025-07-22 09:41:25', '2025-07-22 09:41:25'),
(91, 'advertisement_deny', 'Get_notification_on_advertisement_deny', 'store_advertisement_deny', 22, 'active', 'disable', 'active', '2025-07-22 09:41:25', '2025-07-22 09:41:25'),
(92, 'advertisement_resume', 'Get_notification_on_advertisement_resume', 'store_advertisement_resume', 22, 'active', 'disable', 'active', '2025-07-22 09:41:25', '2025-07-22 09:41:25'),
(93, 'advertisement_pause', 'Get_notification_on_advertisement_pause', 'store_advertisement_pause', 22, 'active', 'disable', 'active', '2025-07-22 09:41:25', '2025-07-22 09:41:25'),
(94, 'product_approve', 'Get_notification_on_product_approve', 'store_product_approve', 22, 'active', 'disable', 'active', '2025-07-22 09:41:25', '2025-07-22 09:41:25'),
(95, 'product_reject', 'Get_notification_on_product_reject', 'store_product_reject', 22, 'active', 'disable', 'active', '2025-07-22 09:41:25', '2025-07-22 09:41:25'),
(96, 'subscription_success', 'Get_notification_on_subscription_success', 'store_subscription_success', 22, 'active', 'disable', 'active', '2025-07-22 09:41:25', '2025-07-22 09:41:25'),
(97, 'subscription_renew', 'Get_notification_on_subscription_renew', 'store_subscription_renew', 22, 'active', 'disable', 'active', '2025-07-22 09:41:25', '2025-07-22 09:41:25'),
(98, 'subscription_shift', 'Get_notification_on_subscription_shift', 'store_subscription_shift', 22, 'active', 'disable', 'active', '2025-07-22 09:41:25', '2025-07-22 09:41:25'),
(99, 'subscription_cancel', 'Get_notification_on_subscription_cancel', 'store_subscription_cancel', 22, 'active', 'disable', 'active', '2025-07-22 09:41:25', '2025-07-22 09:41:25'),
(100, 'subscription_plan_update', 'Get_notification_on_subscription_plan_update', 'store_subscription_plan_update', 22, 'active', 'disable', 'active', '2025-07-22 09:41:25', '2025-07-22 09:41:25'),
(101, 'account_block', 'Get_notification_on_account_block', 'store_account_block', 23, 'active', 'disable', 'active', '2025-07-25 13:15:40', '2025-07-25 13:15:40'),
(102, 'account_unblock', 'Get_notification_on_account_unblock', 'store_account_unblock', 23, 'active', 'disable', 'active', '2025-07-25 13:15:40', '2025-07-25 13:15:40'),
(103, 'withdraw_approve', 'Get_notification_on_withdraw_approve', 'store_withdraw_approve', 23, 'active', 'disable', 'active', '2025-07-25 13:15:40', '2025-07-25 13:15:40'),
(104, 'withdraw_rejaction', 'Get_notification_on_withdraw_rejaction', 'store_withdraw_rejaction', 23, 'active', 'disable', 'active', '2025-07-25 13:15:40', '2025-07-25 13:15:40'),
(105, 'campaign_join_request', 'Get_notification_on_campaign_join_request', 'store_campaign_join_request', 23, 'active', 'disable', 'disable', '2025-07-25 13:15:40', '2025-07-25 13:15:40'),
(106, 'campaign_join_rejaction', 'Get_notification_on_campaign_join_rejaction', 'store_campaign_join_rejaction', 23, 'active', 'disable', 'active', '2025-07-25 13:15:40', '2025-07-25 13:15:40'),
(107, 'campaign_join_approval', 'Get_notification_on_campaign_join_approval', 'store_campaign_join_approval', 23, 'active', 'disable', 'active', '2025-07-25 13:15:40', '2025-07-25 13:15:40'),
(108, 'order_notification', 'Get_notification_on_order_notification', 'store_order_notification', 23, 'disable', 'disable', 'active', '2025-07-25 13:15:40', '2025-07-25 13:15:40'),
(109, 'advertisement_create_by_admin', 'Get_notification_on_advertisement_create_by_admin', 'store_advertisement_create_by_admin', 23, 'active', 'disable', 'active', '2025-07-25 13:15:40', '2025-07-25 13:15:40'),
(110, 'advertisement_approval', 'Get_notification_on_advertisement_approval', 'store_advertisement_approval', 23, 'active', 'disable', 'active', '2025-07-25 13:15:40', '2025-07-25 13:15:40'),
(111, 'advertisement_deny', 'Get_notification_on_advertisement_deny', 'store_advertisement_deny', 23, 'active', 'disable', 'active', '2025-07-25 13:15:40', '2025-07-25 13:15:40'),
(112, 'advertisement_resume', 'Get_notification_on_advertisement_resume', 'store_advertisement_resume', 23, 'active', 'disable', 'active', '2025-07-25 13:15:40', '2025-07-25 13:15:40'),
(113, 'advertisement_pause', 'Get_notification_on_advertisement_pause', 'store_advertisement_pause', 23, 'active', 'disable', 'active', '2025-07-25 13:15:40', '2025-07-25 13:15:40'),
(114, 'product_approve', 'Get_notification_on_product_approve', 'store_product_approve', 23, 'active', 'disable', 'active', '2025-07-25 13:15:40', '2025-07-25 13:15:40'),
(115, 'product_reject', 'Get_notification_on_product_reject', 'store_product_reject', 23, 'active', 'disable', 'active', '2025-07-25 13:15:40', '2025-07-25 13:15:40'),
(116, 'subscription_success', 'Get_notification_on_subscription_success', 'store_subscription_success', 23, 'active', 'disable', 'active', '2025-07-25 13:15:40', '2025-07-25 13:15:40'),
(117, 'subscription_renew', 'Get_notification_on_subscription_renew', 'store_subscription_renew', 23, 'active', 'disable', 'active', '2025-07-25 13:15:40', '2025-07-25 13:15:40'),
(118, 'subscription_shift', 'Get_notification_on_subscription_shift', 'store_subscription_shift', 23, 'active', 'disable', 'active', '2025-07-25 13:15:40', '2025-07-25 13:15:40'),
(119, 'subscription_cancel', 'Get_notification_on_subscription_cancel', 'store_subscription_cancel', 23, 'active', 'disable', 'active', '2025-07-25 13:15:40', '2025-07-25 13:15:40'),
(120, 'subscription_plan_update', 'Get_notification_on_subscription_plan_update', 'store_subscription_plan_update', 23, 'active', 'disable', 'active', '2025-07-25 13:15:40', '2025-07-25 13:15:40');

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

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

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

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

INSERT INTO `store_schedule` (`id`, `store_id`, `day`, `opening_time`, `closing_time`, `created_at`, `updated_at`) VALUES
(1, 7, 0, '00:00:00', '23:59:59', '2024-12-08 21:06:49', '2024-12-08 21:06:49'),
(2, 7, 1, '00:00:00', '23:59:59', '2024-12-08 21:06:49', '2024-12-08 21:06:49'),
(3, 7, 2, '00:00:00', '23:59:59', '2024-12-08 21:06:49', '2024-12-08 21:06:49'),
(4, 7, 3, '00:00:00', '23:59:59', '2024-12-08 21:06:49', '2024-12-08 21:06:49'),
(5, 7, 4, '00:00:00', '23:59:59', '2024-12-08 21:06:49', '2024-12-08 21:06:49'),
(6, 7, 5, '00:00:00', '23:59:59', '2024-12-08 21:06:49', '2024-12-08 21:06:49'),
(7, 7, 6, '00:00:00', '23:59:59', '2024-12-08 21:06:49', '2024-12-08 21:06:49'),
(8, 3, 1, '08:00:00', '23:00:59', '2024-12-11 15:14:02', '2024-12-11 15:14:02'),
(9, 3, 2, '08:00:00', '23:00:59', '2024-12-11 15:14:04', '2024-12-11 15:14:04'),
(10, 3, 3, '08:00:00', '23:00:59', '2024-12-11 15:14:06', '2024-12-11 15:14:06'),
(11, 3, 4, '08:00:00', '23:00:59', '2024-12-11 15:14:08', '2024-12-11 15:14:08'),
(12, 3, 5, '08:00:00', '23:00:59', '2024-12-11 15:14:10', '2024-12-11 15:14:10'),
(13, 3, 6, '08:00:00', '23:00:59', '2024-12-11 15:14:12', '2024-12-11 15:14:12'),
(14, 3, 0, '08:00:00', '23:00:59', '2024-12-11 15:14:15', '2024-12-11 15:14:15'),
(15, 4, 1, '08:00:00', '23:00:59', '2024-12-11 15:14:55', '2024-12-11 15:14:55'),
(16, 4, 2, '08:00:00', '23:00:59', '2024-12-11 15:14:57', '2024-12-11 15:14:57'),
(17, 4, 3, '08:00:00', '23:00:59', '2024-12-11 15:14:59', '2024-12-11 15:14:59'),
(18, 4, 4, '08:00:00', '23:00:59', '2024-12-11 15:15:01', '2024-12-11 15:15:01'),
(19, 4, 5, '08:00:00', '23:00:59', '2024-12-11 15:15:03', '2024-12-11 15:15:03'),
(20, 4, 6, '08:00:00', '23:00:59', '2024-12-11 15:15:06', '2024-12-11 15:15:06'),
(21, 4, 0, '08:00:00', '23:00:59', '2024-12-11 15:15:08', '2024-12-11 15:15:08'),
(22, 6, 1, '08:00:00', '21:30:59', '2024-12-11 15:16:34', '2024-12-11 15:16:34'),
(23, 6, 2, '08:00:00', '21:30:59', '2024-12-11 15:16:37', '2024-12-11 15:16:37'),
(24, 6, 3, '08:00:00', '21:30:59', '2024-12-11 15:16:39', '2024-12-11 15:16:39'),
(25, 6, 4, '08:00:00', '21:30:59', '2024-12-11 15:16:41', '2024-12-11 15:16:41'),
(26, 6, 5, '08:00:00', '21:30:59', '2024-12-11 15:16:43', '2024-12-11 15:16:43'),
(27, 6, 6, '08:00:00', '21:30:59', '2024-12-11 15:16:45', '2024-12-11 15:16:45'),
(28, 6, 0, '08:00:00', '21:30:59', '2024-12-11 15:16:47', '2024-12-11 15:16:47'),
(29, 5, 1, '08:00:00', '21:30:59', '2024-12-11 15:17:16', '2024-12-11 15:17:16'),
(30, 5, 2, '08:00:00', '21:30:59', '2024-12-11 15:17:18', '2024-12-11 15:17:18'),
(31, 5, 3, '08:00:00', '21:30:59', '2024-12-11 15:17:19', '2024-12-11 15:17:19'),
(32, 5, 4, '08:00:00', '21:30:59', '2024-12-11 15:17:21', '2024-12-11 15:17:21'),
(33, 5, 5, '08:00:00', '21:30:59', '2024-12-11 15:17:24', '2024-12-11 15:17:24'),
(34, 5, 6, '08:00:00', '21:30:59', '2024-12-11 15:17:25', '2024-12-11 15:17:25'),
(35, 5, 0, '08:00:00', '21:30:59', '2024-12-11 15:17:27', '2024-12-11 15:17:27'),
(36, 8, 1, '07:30:00', '21:00:59', '2024-12-11 20:26:37', '2024-12-11 20:26:37'),
(37, 8, 2, '07:30:00', '21:00:59', '2024-12-11 20:26:40', '2024-12-11 20:26:40'),
(38, 8, 3, '07:30:00', '21:00:59', '2024-12-11 20:26:42', '2024-12-11 20:26:42'),
(39, 8, 4, '07:30:00', '21:00:59', '2024-12-11 20:26:44', '2024-12-11 20:26:44'),
(40, 8, 5, '07:30:00', '21:00:59', '2024-12-11 20:26:45', '2024-12-11 20:26:45'),
(41, 8, 6, '07:30:00', '21:00:59', '2024-12-11 20:26:47', '2024-12-11 20:26:47'),
(42, 8, 0, '07:30:00', '21:00:59', '2024-12-11 20:26:50', '2024-12-11 20:26:50'),
(43, 10, 1, '09:40:00', '21:46:59', '2024-12-22 09:40:32', '2024-12-22 09:40:32'),
(44, 10, 0, '09:40:00', '21:46:59', '2024-12-22 09:40:40', '2024-12-22 09:40:40'),
(45, 16, 0, '00:00:00', '23:59:59', '2024-12-28 15:35:46', '2024-12-28 15:35:46'),
(46, 16, 1, '00:00:00', '23:59:59', '2024-12-28 15:35:46', '2024-12-28 15:35:46'),
(47, 16, 2, '00:00:00', '23:59:59', '2024-12-28 15:35:46', '2024-12-28 15:35:46'),
(48, 16, 3, '00:00:00', '23:59:59', '2024-12-28 15:35:46', '2024-12-28 15:35:46'),
(49, 16, 4, '00:00:00', '23:59:59', '2024-12-28 15:35:46', '2024-12-28 15:35:46'),
(50, 16, 5, '00:00:00', '23:59:59', '2024-12-28 15:35:46', '2024-12-28 15:35:46'),
(51, 16, 6, '00:00:00', '23:59:59', '2024-12-28 15:35:46', '2024-12-28 15:35:46'),
(52, 23, 5, '09:00:00', '10:00:00', NULL, NULL),
(53, 23, 0, '09:00:00', '10:00:00', NULL, NULL),
(54, 23, 1, '09:00:00', '10:00:00', NULL, NULL),
(55, 23, 2, '09:00:00', '10:00:00', NULL, NULL),
(56, 23, 3, '09:00:00', '10:00:00', NULL, NULL),
(57, 23, 4, '09:00:00', '10:00:00', NULL, NULL),
(58, 23, 6, '09:00:00', '10:00: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, 2, 0.00, 0.00, 0.00, 0.00, '2024-12-08 20:44:56', '2024-12-08 20:44:56'),
(3, 3, 0.00, 0.00, 0.00, 0.00, '2024-12-09 09:44:28', '2024-12-09 09:44:28'),
(4, 4, 1090.20, 0.00, 0.00, 0.00, '2024-12-09 09:44:58', '2025-01-31 16:47:17'),
(5, 5, 0.00, 0.00, 0.00, 0.00, '2024-12-09 11:03:10', '2024-12-09 11:03:10'),
(6, 7, 0.00, 0.00, 0.00, 0.00, '2024-12-09 13:30:55', '2024-12-09 13:30:55'),
(7, 6, 0.00, 0.00, 0.00, 0.00, '2024-12-11 15:15:54', '2024-12-11 15:15:54'),
(8, 8, 0.00, 0.00, 0.00, 0.00, '2024-12-11 20:25:57', '2024-12-11 20:25:57'),
(9, 10, 0.00, 0.00, 0.00, 0.00, '2024-12-22 09:40:06', '2024-12-22 09:40:06'),
(10, 9, 0.00, 0.00, 0.00, 0.00, '2024-12-23 08:33:15', '2024-12-23 08:33:15'),
(11, 13, 0.00, 0.00, 0.00, 0.00, '2025-01-03 15:23:42', '2025-01-03 15:23:42'),
(12, 22, 0.00, 0.00, 0.00, 0.00, '2025-07-22 09:33:36', '2025-07-22 09:33:36'),
(13, 25, 0.00, 0.00, 0.00, 0.00, '2025-07-25 12:43:34', '2025-07-25 12:43:34'),
(14, 23, 0.00, 0.00, 0.00, 0.00, '2025-07-25 13:33:12', '2025-07-25 13:33:12'),
(15, 17, 0.00, 0.00, 0.00, 0.00, '2025-08-07 09:58:06', '2025-08-07 09:58:06'),
(16, 27, 0.00, 0.00, 0.00, 0.00, '2025-08-08 06:14:45', '2025-08-08 06:14:45'),
(17, 28, 0.00, 0.00, 0.00, 0.00, '2025-08-08 09:07:27', '2025-08-08 09:07:27'),
(18, 26, 0.00, 0.00, 0.00, 0.00, '2025-08-11 05:32:57', '2025-08-11 05:32:57'),
(19, 24, 0.00, 0.00, 0.00, 0.00, '2025-08-11 05:33:07', '2025-08-11 05:33:07'),
(20, 29, 0.00, 0.00, 0.00, 0.00, '2025-08-15 11:47:16', '2025-08-15 11:47:16'),
(21, 32, 0.00, 0.00, 0.00, 0.00, '2025-09-29 09:56:29', '2025-09-29 09:56:29'),
(22, 34, 0.00, 0.00, 0.00, 0.00, '2025-09-29 09:56:30', '2025-09-29 09:56:30');

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

--
-- 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
) 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 `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, 'Wraps', '2024-12-09 09:51:07', '2024-12-09 09:51:07'),
(2, ' Rolls', '2024-12-09 09:51:07', '2024-12-09 09:51:07'),
(3, 'Chickenstrips', '2024-12-09 09:51:07', '2024-12-09 09:51:07'),
(4, 'KFC', '2024-12-09 09:51:07', '2024-12-09 09:51:07'),
(5, 'Ricebowls', '2024-12-09 09:55:29', '2024-12-09 09:55:29'),
(6, 'Currybowls', '2024-12-09 09:55:29', '2024-12-09 09:55:29'),
(7, 'foodbowls', '2024-12-09 09:55:29', '2024-12-09 09:55:29'),
(8, 'vegricebowls', '2024-12-09 09:56:45', '2024-12-09 09:56:45'),
(9, 'vegricebowl', '2024-12-09 09:56:45', '2024-12-09 09:56:45'),
(10, 'banana', '2025-01-27 16:51:46', '2025-01-27 16:51:46'),
(11, '10', '2025-01-27 16:56:03', '2025-01-27 16:56:03'),
(12, 'biryani', '2025-07-25 13:35:40', '2025-07-25 13:35:40'),
(13, '0', '2025-07-25 13:39:35', '2025-07-25 13:39:35');

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

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

--
-- Dumping data for table `temp_products`
--

INSERT INTO `temp_products` (`id`, `name`, `description`, `image`, `images`, `store_id`, `module_id`, `unit_id`, `item_id`, `category_id`, `category_ids`, `tag_ids`, `slug`, `variations`, `food_variations`, `add_ons`, `attributes`, `choice_options`, `price`, `tax`, `tax_type`, `discount`, `discount_type`, `veg`, `recommended`, `organic`, `common_condition_id`, `basic`, `status`, `stock`, `maximum_cart_quantity`, `note`, `is_rejected`, `available_time_ends`, `available_time_starts`, `created_at`, `updated_at`, `is_halal`, `brand_id`, `is_prescription_required`, `nutrition_ids`, `allergy_ids`, `generic_ids`) VALUES
(3, 'Biryani', 'Tasty', '2025-07-22-687f5fbccd72e.png', '[]', 22, 2, NULL, 472, 22, '[{\"id\":\"22\",\"position\":1}]', '[]', 'biryani', '[]', '[]', '[\"\"]', '[]', '[]', 100.00, 0.00, 'percent', 0.00, 'percent', 0, 0, 0, 0, 0, 1, 0, 100, NULL, 0, '10:30:00', '08:30:00', '2025-07-22 09:54:04', '2025-07-22 09:54:04', 0, 0, 0, '[]', '[]', '[]');

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

--
-- 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 Delivery', NULL, NULL),
(2, 'App\\Models\\Module', 1, 'en', 'description', '<p>Fresh groceries and essentials delivered to your doorstep quickly and conveniently. Shop smarter, eat fresher!</p>', NULL, NULL),
(4, 'App\\Models\\Category', 1, 'en', 'name', 'Demo category', NULL, NULL),
(5, 'App\\Models\\Category', 2, 'en', 'name', 'Demo sub category', NULL, NULL),
(8, 'App\\Models\\Item', 1, 'en', 'name', 'Demo Product', NULL, NULL),
(9, 'App\\Models\\Item', 1, 'en', 'description', 'Demo Product Description', 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', '6amMart', 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\\Zone', 2, 'en', 'name', 'pendurthi', NULL, NULL),
(44, 'App\\Models\\Zone', 2, 'en', 'display_name', 'pendurthi', NULL, NULL),
(45, 'App\\Models\\Module', 2, 'en', 'module_name', 'Food Delivery', NULL, NULL),
(46, 'App\\Models\\Module', 2, 'en', 'description', '<p>Bringing your favorite meals to your doorstep with speed, quality, and care. Experience the joy of great food, anytime, anywhere!</p>', NULL, NULL),
(47, 'App\\Models\\Module', 3, 'en', 'module_name', 'Fish & meat', NULL, NULL),
(48, 'App\\Models\\Module', 3, 'en', 'description', '<p>Premium quality fish and meat, fresh and hygienic, delivered right to your kitchen!</p>', NULL, NULL),
(49, 'App\\Models\\Module', 4, 'en', 'module_name', 'Ecommerce Delivery', NULL, NULL),
(50, 'App\\Models\\Module', 4, 'en', 'description', '<p>Seamless shopping with fast and reliable delivery. Everything you need, just a click away!</p>', NULL, NULL),
(51, 'App\\Models\\Module', 5, 'en', 'module_name', 'fruits & Vegetables', NULL, NULL),
(52, 'App\\Models\\Module', 5, 'en', 'description', '<p>fruits &amp; Vegetables</p>', NULL, NULL),
(53, 'App\\Models\\Module', 6, 'en', 'module_name', 'Pickup & Drop', NULL, NULL),
(54, 'App\\Models\\Module', 6, 'en', 'description', '<p>Fast and reliable pickup and drop services for all your essentials, anytime, anywhere!</p>', NULL, NULL),
(59, 'App\\Models\\ParcelCategory', 3, 'en', 'name', 'Mini Auto', NULL, NULL),
(60, 'App\\Models\\ParcelCategory', 3, 'en', 'description', 'Book a ride just for 99 for local upto 3km', NULL, NULL),
(61, 'App\\Models\\ParcelCategory', 4, 'en', 'name', 'Trali Auto', NULL, NULL),
(62, 'App\\Models\\ParcelCategory', 4, 'en', 'description', 'Book a ride just for 199 for local upto 5km', NULL, NULL),
(63, 'App\\Models\\ModuleWiseBanner', 3, 'en', 'section_title', 'test', NULL, NULL),
(64, 'App\\Models\\ModuleWiseBanner', 8, 'en', 'content1_title', 'test', NULL, NULL),
(65, 'App\\Models\\ModuleWiseBanner', 9, 'en', 'content1_subtitle', 'test', NULL, NULL),
(66, 'App\\Models\\ModuleWiseBanner', 10, 'en', 'content2_title', 'test', NULL, NULL),
(67, 'App\\Models\\ModuleWiseBanner', 11, 'en', 'content2_subtitle', 'test', NULL, NULL),
(68, 'App\\Models\\ModuleWiseBanner', 12, 'en', 'content3_title', 'test', NULL, NULL),
(69, 'App\\Models\\ModuleWiseBanner', 13, 'en', 'content3_subtitle', 'test', NULL, NULL),
(70, 'App\\Models\\ModuleWiseWhyChoose', 1, 'en', 'title', 'test', NULL, NULL),
(71, 'App\\Models\\ModuleWiseWhyChoose', 1, 'en', 'short_description', 'test', NULL, NULL),
(72, 'App\\Models\\Category', 3, 'en', 'name', 'Wraps', NULL, NULL),
(73, 'App\\Models\\Category', 4, 'en', 'name', 'Rice Bowls', NULL, NULL),
(74, 'App\\Models\\Category', 5, 'en', 'name', 'Combos', NULL, NULL),
(75, 'App\\Models\\Category', 6, 'en', 'name', 'Desserts & Beverages', NULL, NULL),
(76, 'App\\Models\\Category', 7, 'en', 'name', 'Burgers', NULL, NULL),
(78, 'App\\Models\\Category', 9, 'en', 'name', 'Vegetables', NULL, NULL),
(79, 'App\\Models\\Category', 10, 'en', 'name', 'Fruits', NULL, NULL),
(80, 'App\\Models\\Category', 11, 'en', 'name', 'Atta, Oils, Dals', NULL, NULL),
(83, 'App\\Models\\Category', 12, 'en', 'name', 'Kitchen Appliances', NULL, NULL),
(84, 'App\\Models\\Category', 13, 'en', 'name', 'Electronics', NULL, NULL),
(85, 'App\\Models\\Store', 2, 'en', 'name', 'more', NULL, NULL),
(86, 'App\\Models\\Store', 2, 'en', 'address', 'dinesh', NULL, NULL),
(87, 'App\\Models\\Store', 3, 'en', 'name', 'KFC Dwarakanagar', NULL, NULL),
(88, 'App\\Models\\Store', 3, 'en', 'address', 'Visakhapatnam', NULL, NULL),
(89, 'App\\Models\\Store', 4, 'en', 'name', 'Fassos Visakhapatnam', NULL, NULL),
(90, 'App\\Models\\Store', 4, 'en', 'address', 'Gopalapatnam', NULL, NULL),
(91, 'App\\Models\\Store', 5, 'en', 'name', 'More Pendurthi', NULL, NULL),
(92, 'App\\Models\\Store', 5, 'en', 'address', 'Pendurthi', NULL, NULL),
(93, 'App\\Models\\Store', 6, 'en', 'name', 'Vijetha Supermarket', NULL, NULL),
(94, 'App\\Models\\Store', 6, 'en', 'address', 'Baji Junction, Vizag', NULL, NULL),
(95, 'App\\Models\\Store', 7, 'en', 'name', 'Bajaj Electronics', NULL, NULL),
(96, 'App\\Models\\Store', 7, 'en', 'address', 'Gopalapatnam', NULL, NULL),
(97, 'App\\Models\\Item', 2, 'en', 'name', 'Korean Tangy Chicken Roll', NULL, NULL),
(98, 'App\\Models\\Item', 2, 'en', 'description', 'Delicious new roll featuring tangy Korean kimchi, vegetables and crunchy chicken strips', NULL, NULL),
(99, 'App\\Models\\Item', 3, 'en', 'name', 'Indian Tandoori Chicken Roll', NULL, NULL),
(100, 'App\\Models\\Item', 3, 'en', 'description', 'Flavorful roll made with flaky lachha paratha, perfectly fried chicken strips in rich and creamy tandoori sauce', NULL, NULL),
(101, 'App\\Models\\Item', 4, 'en', 'name', 'Paneer Zinger Burger', NULL, NULL),
(102, 'App\\Models\\Item', 4, 'en', 'description', 'It\'s Back! Crunchy Indian Paneer Patty Burger with tangy sauce and Veggies', NULL, NULL),
(103, 'App\\Models\\Item', 5, 'en', 'name', 'Smoky Red Chicken Rice Bowlz', NULL, NULL),
(104, 'App\\Models\\Item', 5, 'en', 'description', 'Aromatic Smoky Red Chicken rice bowl mixed with spicy gravy [serves 1]', NULL, NULL),
(105, 'App\\Models\\Item', 6, 'en', 'name', 'Veg Rice Bowlz', NULL, NULL),
(106, 'App\\Models\\Item', 6, 'en', 'description', 'Aromatic Veg rice bowl mixed with spicy gravy [serves 1]', NULL, NULL),
(107, 'App\\Models\\AddOn', 1, 'en', 'name', 'Mayonnaise', NULL, NULL),
(108, 'App\\Models\\AddOn', 2, 'en', 'name', 'Tomato Ketchup', NULL, NULL),
(109, 'App\\Models\\Item', 7, 'en', 'name', 'Chicken Bucket for Two', NULL, NULL),
(110, 'App\\Models\\Item', 7, 'en', 'description', 'This variety combo of 2pc Hot & Crispy Chicken, 2 pc Smoky Red Grilled Chicken & a Large Chicken Popcorn [serves 2-3]', NULL, NULL),
(111, 'App\\Models\\Item', 8, 'en', 'name', 'Peri Peri chicken strips - 6 Pc', NULL, NULL),
(112, 'App\\Models\\Item', 8, 'en', 'description', 'Savouring 6 Spicy Peri Peri chicken boneless strips [serves 2]', NULL, NULL),
(113, 'App\\Models\\Item', 9, 'en', 'name', '5 Leg Pc & 2 Dip Bucket', NULL, NULL),
(114, 'App\\Models\\Item', 9, 'en', 'description', '5 Spicy Peri Peri Leg Pieces, paired with 2 delicous dips (20gm each) [serves 2]', NULL, NULL),
(115, 'App\\Models\\Item', 10, 'en', 'name', 'Pepsi PET 475ml', NULL, NULL),
(116, 'App\\Models\\Item', 10, 'en', 'description', 'Cheers to fizz that makes you Rise Up Baby! Order Pepsi to make your food rise up to your level of awesome!', NULL, NULL),
(117, 'App\\Models\\Item', 11, 'en', 'name', '7UP Can 300 ml', NULL, NULL),
(118, 'App\\Models\\Item', 11, 'en', 'description', '7UP is the ultimate Super-Duper Refresher. Every sip of this crisp lemon flavour refreshes you to the core.', NULL, NULL),
(119, 'App\\Models\\Item', 12, 'en', 'name', 'Choco Lava Cake', NULL, NULL),
(120, 'App\\Models\\Item', 12, 'en', 'description', 'Soft choco lava cake with a gooey center- perfect chocolaty end to every meal', NULL, NULL),
(121, 'App\\Models\\AddOn', 3, 'en', 'name', 'Whole Wheat', NULL, NULL),
(122, 'App\\Models\\AddOn', 4, 'en', 'name', 'Tomato Ketchup', NULL, NULL),
(123, 'App\\Models\\AddOn', 5, 'en', 'name', 'Mayonnaise', NULL, NULL),
(124, 'App\\Models\\Item', 13, 'en', 'name', 'Pindi Chole Roll', NULL, NULL),
(125, 'App\\Models\\Item', 13, 'en', 'description', 'No one believed us when we said chole can be even more exciting. So we created a wrap that has a tangy burst of chole with flavorful Indian spices and crunchy onions, wrapped in a soft roti. Try it & get surprised.', NULL, NULL),
(126, 'App\\Models\\Item', 14, 'en', 'name', 'Chicken Bhuna Wrap', NULL, NULL),
(127, 'App\\Models\\Item', 14, 'en', 'description', 'Old is gold! Turning the clock back with this delish wrap made with roasted and flavourful chicken pieces, slow-cooked in spicy bhuna masala with onion and wrapped in a soft, warm roti.', NULL, NULL),
(128, 'App\\Models\\Item', 15, 'en', 'name', 'Masala Chicken Tikka Wrap', NULL, NULL),
(129, 'App\\Models\\Item', 15, 'en', 'description', 'This classic wrap is a walk down the memory lane. Smoky marinated chicken tikka with cooked onion, generously drizzled with minty, tangy mayo wrapped in a soft roti.', NULL, NULL),
(130, 'App\\Models\\Item', 16, 'en', 'name', 'Chatpata Double Egg Roll', NULL, NULL),
(131, 'App\\Models\\Item', 16, 'en', 'description', 'Why settle for something ordinary when you can get a snack that is eggstra ordinary! Like this yum wrap made with golden-fried eggs, drizzled with tangy, cheesy mayo and wrapped in a soft roti.', NULL, NULL),
(132, 'App\\Models\\AddOn', 6, 'en', 'name', 'Regular', NULL, NULL),
(133, 'App\\Models\\AddOn', 7, 'en', 'name', 'Jumbo', NULL, NULL),
(134, 'App\\Models\\AddOn', 8, 'en', 'name', 'Spicy', NULL, NULL),
(135, 'App\\Models\\AddOn', 9, 'en', 'name', 'Less Spicy', NULL, NULL),
(136, 'App\\Models\\Item', 17, 'en', 'name', 'Paneer Tikka Masala Rice Feast', NULL, NULL),
(137, 'App\\Models\\Item', 17, 'en', 'description', 'Spice up your life with this epic rice bowl. Soft, marinated paneer chunks in a tikka gravy with your fav rice, and dont forget the teekha chaska sprinkle for that extra zing.', NULL, NULL),
(138, 'App\\Models\\Item', 18, 'en', 'name', 'Pindi Chole Paneer Rice Feast', NULL, NULL),
(139, 'App\\Models\\Item', 18, 'en', 'description', 'Giving an all-time favourite a delicious makeover to make your meal exciting. Your two favourite flavours merged together making the perfect jam-packed combo of Paneer Tikka and Pindi Chole cooked to perfection is served with a portion of either Spicy Hyderabadi Rice or Classic Flavourful Rice', NULL, NULL),
(140, 'App\\Models\\Item', 19, 'en', 'name', 'Chicken Bhuna Rice Feast', NULL, NULL),
(141, 'App\\Models\\Item', 19, 'en', 'description', 'A treasure trove of unique Indian flavours waiting to surprise your palate! Spicy Hyderabadi Rice or Classic Flavourful Rice with boneless pieces of bhuna chicken cooked in Indian gravy.', NULL, NULL),
(142, 'App\\Models\\Item', 20, 'en', 'name', 'Blueberry Cheesecake', NULL, NULL),
(143, 'App\\Models\\Item', 20, 'en', 'description', 'The combination of delicious cream cheese and fresh blueberries is what makes our Blueberry cheesecake stand apart.', NULL, NULL),
(144, 'App\\Models\\Item', 21, 'en', 'name', 'Chocolate Mocha Jar', NULL, NULL),
(145, 'App\\Models\\Item', 21, 'en', 'description', 'Feel like having coffee & dessert at the same time. Well, we have got you covered with our delicious Mocha jar made with richness of chocolate and goodness of coffee.', NULL, NULL),
(146, 'App\\Models\\Item', 22, 'en', 'name', 'Coca Cola Bottle (475 mL)', NULL, NULL),
(147, 'App\\Models\\Item', 22, 'en', 'description', 'Enjoy your meal', NULL, NULL),
(148, 'App\\Models\\Category', 14, 'en', 'name', 'Rice & Masalas', NULL, NULL),
(149, 'App\\Models\\Category', 15, 'en', 'name', 'Breakfast & Instant Food', NULL, NULL),
(150, 'App\\Models\\Category', 16, 'en', 'name', 'Snacks & Biscuits', NULL, NULL),
(151, 'App\\Models\\Category', 17, 'en', 'name', 'Tea, Coffee & Health Drinks', NULL, NULL),
(152, 'App\\Models\\Attribute', 1, 'en', 'name', 'Weight', NULL, NULL),
(153, 'App\\Models\\Attribute', 2, 'en', 'name', 'Volume', NULL, NULL),
(154, 'App\\Models\\Attribute', 3, 'en', 'name', 'Color', NULL, NULL),
(155, 'App\\Models\\Attribute', 4, 'en', 'name', 'Size', NULL, NULL),
(156, 'App\\Models\\Attribute', 5, 'en', 'name', 'Pcs', NULL, NULL),
(157, 'App\\Models\\Unit', 1, 'en', 'unit', 'Volume', NULL, NULL),
(158, 'App\\Models\\Unit', 2, 'en', 'unit', 'Weight', NULL, NULL),
(159, 'App\\Models\\Unit', 3, 'en', 'unit', 'Colour', NULL, NULL),
(160, 'App\\Models\\Unit', 4, 'en', 'unit', 'Size', NULL, NULL),
(161, 'App\\Models\\Item', 23, 'en', 'name', 'Aashirvaad Turmeric Powder', NULL, NULL),
(162, 'App\\Models\\Item', 23, 'en', 'description', 'Aashirvaad ensures that only superior quality ingredients reach your kitchen', NULL, NULL),
(163, 'App\\Models\\Item', 24, 'en', 'name', 'Daawat Biryani Basmati Rice', NULL, NULL),
(164, 'App\\Models\\Item', 24, 'en', 'description', 'Daawat Biryani Basmati Rice is known for its exceptional quality and flavours, sourced from the finest basmati rice grains.', NULL, NULL),
(165, 'App\\Models\\Item', 25, 'en', 'name', 'Kellogg\'s Real Almond Honey Corn Flakes', NULL, NULL),
(166, 'App\\Models\\Item', 25, 'en', 'description', 'Nourishing, Tasty & Healthy Breakfast Cereal – Milk with Almonds and Honey tastes yummy all through the year.', NULL, NULL),
(167, 'App\\Models\\Item', 26, 'en', 'name', 'MAGGI 2-Minute Instant Noodles - Masala', NULL, NULL),
(168, 'App\\Models\\Item', 26, 'en', 'description', 'Maggi 2-Minute Instant Masala Noodles is a favourite among people of all ages. Maggi Masala instant noodles now come with the goodness of iron.', NULL, NULL),
(169, 'App\\Models\\Item', 27, 'en', 'name', 'Cadbury Oreo Vanilla Flavour Creme Sandwich Biscuit', NULL, NULL),
(170, 'App\\Models\\Item', 27, 'en', 'description', 'Cadbury OREO Vanilla creme sandwich biscuit consists of two chocolatey biscuits with a rich vanilla creme filling between them.', NULL, NULL),
(171, 'App\\Models\\Item', 28, 'en', 'name', 'Sunfeast Dark Fantasy Choco Fills', NULL, NULL),
(172, 'App\\Models\\Item', 28, 'en', 'description', 'Indulge your senses with the heavenly taste of Sunfeast Dark Fantasy Choco Fills. With a flawlessly baked cookie with a mouthwatering molten choco center, enjoy a one-of-its kind experience that unlocks your world of Fantasy! An indulgent and delightful treat, perfect for satisfying your cravings anytime, anywhere.', NULL, NULL),
(173, 'App\\Models\\Item', 29, 'en', 'name', 'Aashirvaad Salt Iodised, 1kg', NULL, NULL),
(174, 'App\\Models\\Item', 29, 'en', 'description', 'Aashirvaad ensures that only good quality ingredients reach your kitchen, and Aashirvaad Iodised Salt stays true to that promise. Made from natural sea salt crystals with a 4-step advantage process', NULL, NULL),
(175, 'App\\Models\\Item', 30, 'en', 'name', 'Freedom Refined Sunflower Oil', NULL, NULL),
(176, 'App\\Models\\Item', 30, 'en', 'description', 'Freedom Refined Sunflower Oil offers a light, clean taste ideal for everyday cooking. With its high smoke point and refined purity, it ensures perfect results for frying, sautÃ©ing, and baking. Rich in essential fatty acids and vitamins, it supports a balanced diet while enhancing the flavour of your meals.', NULL, NULL),
(177, 'App\\Models\\Category', 18, 'en', 'name', 'Cleaning & Household', NULL, NULL),
(178, 'App\\Models\\Item', 31, 'en', 'name', 'Surf Excel Matic Front Load Liquid Detergent', NULL, NULL),
(179, 'App\\Models\\Item', 31, 'en', 'description', 'Surf Excel Matic Liquid is effective in high water level environment (20 litres) of front load washing machines and dissolves completely ensuring it leaves no residue in your machine or your clothes.', NULL, NULL),
(180, 'App\\Models\\Attribute', 6, 'en', 'name', 'Capacity', NULL, NULL),
(181, 'App\\Models\\Category', 19, 'en', 'name', 'Televisions', NULL, NULL),
(182, 'App\\Models\\Brand', 1, 'en', 'name', 'Xiaomi', NULL, NULL),
(183, 'App\\Models\\Brand', 2, 'en', 'name', 'Butterfly', NULL, NULL),
(184, 'App\\Models\\Item', 32, 'en', 'name', 'Mi by Xiaomi A Series 80 cm (32 inch) HD Ready LED Smart Google TV 2024 Edition', NULL, NULL),
(185, 'App\\Models\\Item', 32, 'en', 'description', 'In The Box\r\nLED 1 Unit, Remote Control 1 Unit, Manual & Warranty Card 1 Unit, Stands 2 Units, Screws 4 Units, Battery 2 Units\r\nModel Name\r\nL32MA-AIN\r\nDisplay Size\r\n80 cm (32 inch)\r\nScreen Type\r\nLED\r\nHD Technology & Resolution\r\nHD Ready, 1366 x 768\r\nSeries\r\nA Series\r\nSmart Tv\r\nYes\r\nHDMI\r\n2\r\nUSB\r\n2\r\nBuilt In Wi-Fi\r\nYes\r\nLaunch Year\r\n2024\r\nWall Mount Included\r\nNo\r\nVideo Features\r\nLED Display Type\r\nDLED\r\nRefresh Rate\r\n60 Hz\r\nAudio Features\r\nNumber of Speakers\r\n2\r\nSpeaker Output RMS\r\n20\r\nSmart Tv Features\r\nRam Capacity\r\n1.5 gb\r\nStorage Memory\r\n8 gb\r\nSupported App - Netflix\r\nYes\r\nSupported App - Youtube\r\nYes\r\nSupported App - Disney+Hotstar\r\nYes\r\nSupported App - Prime Video\r\nYes\r\nOperating System\r\nGoogle TV\r\nScreen Mirroring\r\nYes\r\nBluetooth\r\nYes\r\nBuilt In Wi-Fi\r\nYes\r\nConnectivity Features\r\nHDMI\r\n2 Side\r\nUSB\r\n2 Side\r\nRemote Control Features\r\nSmart Remote\r\nYes\r\nPower Features\r\nPower Requirement\r\nAC 220 - 240 V, 50/60 Hz\r\nPower Consumption\r\n0.5 W (Standby)\r\nDimensions\r\nWidth x Height x Depth (without stand)\r\n715 mm x 82.5 mm\r\nWarranty\r\nWarranty Summary\r\n1 Year Warranty on Product and 1 Year Additional Warranty on Panel\r\nCovered in Warranty\r\nWarranty of the Product is Limited to Manufacturing Defects Only\r\nNot Covered in Warranty\r\nPhysical Damages\r\nWarranty Service Type\r\nFor any warranty related issues, please call the Customer Support - [1800-103-6286][https://privacy.mi.com/support]', NULL, NULL),
(186, 'App\\Models\\Item', 33, 'en', 'name', 'Whirlpool 184 L 2 Star Direct-Cool Single Door Refrigerator (205 WDE CLS 2S SAPPHIRE BLUE-Z, Blue,2023 Model)', NULL, NULL),
(187, 'App\\Models\\Item', 33, 'en', 'description', 'Single door refrigerator with Intellisense Inverter Technology\r\nCapacity: 184 liters for families with 2-3 members\r\nEnergy Rating - 2 Star energy efficiency\r\n1 year product warranty and 10 year compressor warranty\r\nIntellisense Inverter technology - Comes with low starting voltage of 95V & assures 25 years of compressor reliability- certified by VDE Germany *As Certified by VDE Germany', NULL, NULL),
(188, 'App\\Models\\Item', 34, 'en', 'name', 'Butterfly Smart 750 Watts Mixer Grinder with 4 Jars | 3 Stainless Steel Multipurpose Jars & 1 Juicer Jar | ABS Body | Heavy Duty Motor | 2 Years Manufacturer\'s Warranty | Grey', NULL, NULL),
(189, 'App\\Models\\Item', 34, 'en', 'description', 'Wattage: 750 W; Voltage: 220-240V, 50-60Hz ; Revolution: 18500\r\nNo of Jars: 4; Jar Size: 0.4,0.75,1 in Ltr; Jar Material: Stainless Steel jars and PC Juicer Jar; Body Material: ABS body; Cord Material: 180 CM; Blade Material: Stainless Steel; Speed Control: 3 speed with whip\r\nDo not worry if you experience some burning smell when you run your mixer grinder for the 1st time .This is due to the motor varnish getting heated for the 1st time. The problem should not recur in subsequent uses. If it does, please contact Brand Service Centre\r\nRead Manual Before Use.\r\nLED light to indicate power ON status and Knob. Suitable for: Wet Grinding, Chutney Grinding, Grating, Mincing, Dry Grinding, Blending', NULL, NULL),
(190, 'App\\Models\\Store', 8, 'en', 'name', 'Licious Visakhapatnam', NULL, NULL),
(191, 'App\\Models\\Store', 8, 'en', 'address', 'Visakhapatnam', NULL, NULL),
(192, 'App\\Models\\Category', 20, 'en', 'name', 'Chicken', NULL, NULL),
(193, 'App\\Models\\Category', 21, 'en', 'name', 'Sea Food', NULL, NULL),
(200, 'App\\Models\\Banner', 1, 'en', 'title', 'test', NULL, NULL),
(201, 'App\\Models\\Banner', 2, 'en', 'title', 'test', NULL, NULL),
(202, 'App\\Models\\Banner', 3, 'en', 'title', 'test', NULL, NULL),
(203, 'App\\Models\\Banner', 4, 'en', 'title', 'test', NULL, NULL),
(204, 'App\\Models\\Banner', 5, 'en', 'title', 'test', NULL, NULL),
(205, 'App\\Models\\Advertisement', 1000000, 'en', 'title', 'test', NULL, NULL),
(206, 'App\\Models\\Advertisement', 1000000, 'en', 'description', 'test', NULL, NULL),
(207, 'App\\Models\\Campaign', 1, 'en', 'title', 'test', NULL, NULL),
(208, 'App\\Models\\Campaign', 1, 'en', 'description', 'test', NULL, NULL),
(209, 'App\\Models\\ItemCampaign', 1, 'en', 'title', 'test', NULL, NULL),
(210, 'App\\Models\\ItemCampaign', 1, 'en', 'description', 'czc', NULL, NULL),
(211, 'App\\Models\\Banner', 6, 'en', 'title', 'yyyy', NULL, NULL),
(212, 'App\\Models\\Banner', 7, 'en', 'title', 'test', NULL, NULL),
(213, 'App\\Models\\Banner', 8, 'en', 'title', 'test', NULL, NULL),
(214, 'App\\Models\\Banner', 9, 'en', 'title', 'test', NULL, NULL),
(215, 'App\\Models\\Category', 22, 'en', 'name', 'Biryani', NULL, NULL),
(216, 'App\\Models\\Category', 23, 'en', 'name', 'Fried Rice', NULL, NULL),
(217, 'App\\Models\\Category', 24, 'en', 'name', 'Chicken', NULL, NULL),
(218, 'App\\Models\\Category', 25, 'en', 'name', 'Paneer', NULL, NULL),
(219, 'App\\Models\\Category', 26, 'en', 'name', 'Pizza', NULL, NULL),
(220, 'App\\Models\\Category', 27, 'en', 'name', 'Thali', NULL, NULL),
(221, 'App\\Models\\Category', 28, 'en', 'name', 'Cake', NULL, NULL),
(222, 'App\\Models\\Category', 29, 'en', 'name', 'Veg Meal', NULL, NULL),
(223, 'App\\Models\\Category', 30, 'en', 'name', 'North Indian', NULL, NULL),
(224, 'App\\Models\\Category', 31, 'en', 'name', 'Paratha', NULL, NULL),
(225, 'App\\Models\\Category', 32, 'en', 'name', 'Dosa', NULL, NULL),
(226, 'App\\Models\\Category', 33, 'en', 'name', 'Rolls', NULL, NULL),
(227, 'App\\Models\\Category', 34, 'en', 'name', 'Chinese', NULL, NULL),
(228, 'App\\Models\\Category', 35, 'en', 'name', 'Chowmein', NULL, NULL),
(229, 'App\\Models\\Category', 36, 'en', 'name', 'Sweets', NULL, NULL),
(230, 'App\\Models\\Category', 37, 'en', 'name', 'Momos', NULL, NULL),
(231, 'App\\Models\\Category', 38, 'en', 'name', 'Sandwich', NULL, NULL),
(232, 'App\\Models\\Category', 39, 'en', 'name', 'South Indian', NULL, NULL),
(233, 'App\\Models\\Category', 40, 'en', 'name', 'Shawarma', NULL, NULL),
(234, 'App\\Models\\Category', 41, 'en', 'name', 'Ice Cream', NULL, NULL),
(235, 'App\\Models\\Category', 42, 'en', 'name', 'Idli', NULL, NULL),
(236, 'App\\Models\\Category', 43, 'en', 'name', 'Manchurian', NULL, NULL),
(237, 'App\\Models\\Category', 44, 'en', 'name', 'Chilli Chicken', NULL, NULL),
(238, 'App\\Models\\Category', 45, 'en', 'name', 'Milkshake', NULL, NULL),
(239, 'App\\Models\\Category', 46, 'en', 'name', 'Pastry', NULL, NULL),
(240, 'App\\Models\\Category', 47, 'en', 'name', 'Tiffin', NULL, NULL),
(241, 'App\\Models\\Category', 48, 'en', 'name', 'Fries', NULL, NULL),
(242, 'App\\Models\\Category', 49, 'en', 'name', 'Desserts', NULL, NULL),
(243, 'App\\Models\\Category', 50, 'en', 'name', 'Dal', NULL, NULL),
(244, 'App\\Models\\Category', 51, 'en', 'name', 'Soup', NULL, NULL),
(245, 'App\\Models\\Category', 52, 'en', 'name', 'Juice', NULL, NULL),
(246, 'App\\Models\\Category', 53, 'en', 'name', 'Cold Coffee', NULL, NULL),
(247, 'App\\Models\\Category', 54, 'en', 'name', 'Kulche', NULL, NULL),
(248, 'App\\Models\\Category', 55, 'en', 'name', 'Samosa', NULL, NULL),
(249, 'App\\Models\\Category', 56, 'en', 'name', 'Cupcake', NULL, NULL),
(250, 'App\\Models\\Category', 57, 'en', 'name', 'Pulao', NULL, NULL),
(251, 'App\\Models\\Category', 58, 'en', 'name', 'Curd Rice', NULL, NULL),
(252, 'App\\Models\\Category', 59, 'en', 'name', 'Fish', NULL, NULL),
(253, 'App\\Models\\Category', 60, 'en', 'name', 'Pasta', NULL, NULL),
(254, 'App\\Models\\Category', 61, 'en', 'name', 'Doughnut', NULL, NULL),
(255, 'App\\Models\\Category', 62, 'en', 'name', 'Namkeen', NULL, NULL),
(256, 'App\\Models\\Category', 63, 'en', 'name', 'Gulab Jamun', NULL, NULL),
(257, 'App\\Models\\Category', 64, 'en', 'name', 'Lassi', NULL, NULL),
(258, 'App\\Models\\Category', 65, 'en', 'name', 'Cheesecake', NULL, NULL),
(259, 'App\\Models\\Category', 66, 'en', 'name', 'Pakoda', NULL, NULL),
(260, 'App\\Models\\Category', 67, 'en', 'name', 'Brownie', NULL, NULL),
(261, 'App\\Models\\Category', 68, 'en', 'name', 'Chicken Mandi', NULL, NULL),
(262, 'App\\Models\\Category', 69, 'en', 'name', 'Muffin', NULL, NULL),
(263, 'App\\Models\\Category', 70, 'en', 'name', 'Mousse', NULL, NULL),
(264, 'App\\Models\\Category', 71, 'en', 'name', 'Uttapam', NULL, NULL),
(265, 'App\\Models\\Category', 72, 'en', 'name', 'Butter Chicken', NULL, NULL),
(266, 'App\\Models\\Category', 73, 'en', 'name', 'Cookies', NULL, NULL),
(267, 'App\\Models\\Category', 74, 'en', 'name', 'Chaach', NULL, NULL),
(268, 'App\\Models\\Category', 75, 'en', 'name', 'Mutton', NULL, NULL),
(269, 'App\\Models\\Category', 76, 'en', 'name', 'Vada', NULL, NULL),
(270, 'App\\Models\\Category', 77, 'en', 'name', 'Bhurji', NULL, NULL),
(271, 'App\\Models\\Category', 78, 'en', 'name', 'Mushrooms', NULL, NULL),
(272, 'App\\Models\\Category', 79, 'en', 'name', 'Wings', NULL, NULL),
(273, 'App\\Models\\Category', 80, 'en', 'name', 'Poori', NULL, NULL),
(274, 'App\\Models\\Category', 81, 'en', 'name', 'Halwa', NULL, NULL),
(275, 'App\\Models\\Category', 82, 'en', 'name', 'Keema', NULL, NULL),
(276, 'App\\Models\\Category', 83, 'en', 'name', 'Kebabs', NULL, NULL),
(277, 'App\\Models\\Category', 84, 'en', 'name', 'Salad', NULL, NULL),
(278, 'App\\Models\\Category', 85, 'en', 'name', 'Upma', NULL, NULL),
(279, 'App\\Models\\Category', 86, 'en', 'name', 'Omelette', NULL, NULL),
(280, 'App\\Models\\Category', 87, 'en', 'name', 'Prawns', NULL, NULL),
(281, 'App\\Models\\Category', 88, 'en', 'name', 'Tart', NULL, NULL),
(282, 'App\\Models\\Category', 89, 'en', 'name', 'Kofta', NULL, NULL),
(283, 'App\\Models\\Category', 90, 'en', 'name', 'Coffee', NULL, NULL),
(284, 'App\\Models\\Category', 91, 'en', 'name', 'Fish Fry', NULL, NULL),
(285, 'App\\Models\\Category', 92, 'en', 'name', 'Pulusu', NULL, NULL),
(286, 'App\\Models\\Category', 93, 'en', 'name', 'Korma', NULL, NULL),
(287, 'App\\Models\\Category', 94, 'en', 'name', 'Pesarattu', NULL, NULL),
(288, 'App\\Models\\Category', 95, 'en', 'name', 'Fish Fingers', NULL, NULL),
(289, 'App\\Models\\Category', 96, 'en', 'name', 'Rajma Rice', NULL, NULL),
(290, 'App\\Models\\Category', 97, 'en', 'name', 'Malai Kofta', NULL, NULL),
(291, 'App\\Models\\Category', 98, 'en', 'name', 'Bajji', NULL, NULL),
(292, 'App\\Models\\Category', 99, 'en', 'name', 'Chaat', NULL, NULL),
(293, 'App\\Models\\Category', 100, 'en', 'name', 'Bonda', NULL, NULL),
(294, 'App\\Models\\Category', 101, 'en', 'name', 'Kachori', NULL, NULL),
(295, 'App\\Models\\Category', 102, 'en', 'name', 'Chocolate', NULL, NULL),
(296, 'App\\Models\\Category', 103, 'en', 'name', 'Waffles', NULL, NULL),
(297, 'App\\Models\\Category', 104, 'en', 'name', 'Tiramisu', NULL, NULL),
(298, 'App\\Models\\Category', 105, 'en', 'name', 'Puff Pastry', NULL, NULL),
(299, 'App\\Models\\Category', 106, 'en', 'name', 'Tacos', NULL, NULL),
(300, 'App\\Models\\Category', 107, 'en', 'name', 'Tempura', NULL, NULL),
(301, 'App\\Models\\Category', 108, 'en', 'name', 'Risotto', NULL, NULL),
(302, 'App\\Models\\Category', 109, 'en', 'name', 'Custard', NULL, NULL),
(303, 'App\\Models\\Category', 110, 'en', 'name', 'Vada Pav', NULL, NULL),
(304, 'App\\Models\\Category', 111, 'en', 'name', 'Nachos', NULL, NULL),
(305, 'App\\Models\\Category', 112, 'en', 'name', 'Falafel', NULL, NULL),
(306, 'App\\Models\\Category', 113, 'en', 'name', 'Pudding', NULL, NULL),
(307, 'App\\Models\\Category', 114, 'en', 'name', 'Croissant', NULL, NULL),
(308, 'App\\Models\\Category', 115, 'en', 'name', 'Pongal', NULL, NULL),
(309, 'App\\Models\\Category', 116, 'en', 'name', 'Pie', NULL, NULL),
(310, 'App\\Models\\Category', 117, 'en', 'name', 'Pancake', NULL, NULL),
(311, 'App\\Models\\Category', 118, 'en', 'name', 'Chop Suey', NULL, NULL),
(312, 'App\\Models\\Category', 119, 'en', 'name', 'Tea', NULL, NULL),
(313, 'App\\Models\\Category', 120, 'en', 'name', 'Sundae', NULL, NULL),
(314, 'App\\Models\\Category', 121, 'en', 'name', 'Khichdi', NULL, NULL),
(315, 'App\\Models\\Category', 122, 'en', 'name', 'Hot Dog', NULL, NULL),
(316, 'App\\Models\\Category', 123, 'en', 'name', 'Poha', NULL, NULL),
(317, 'App\\Models\\Category', 124, 'en', 'name', 'Steak', NULL, NULL),
(318, 'App\\Models\\Category', 125, 'en', 'name', 'Chaap', NULL, NULL),
(319, 'App\\Models\\Category', 126, 'en', 'name', 'Chole Bhature', NULL, NULL),
(320, 'App\\Models\\Category', 127, 'en', 'name', 'Jalebi', NULL, NULL),
(321, 'App\\Models\\Category', 128, 'en', 'name', 'Rasmalai', NULL, NULL),
(322, 'App\\Models\\Category', 129, 'en', 'name', 'Egg Tadka', NULL, NULL),
(323, 'App\\Models\\Category', 130, 'en', 'name', 'Masala Poori', NULL, NULL),
(324, 'App\\Models\\Category', 131, 'en', 'name', 'Bread Pakoda', NULL, NULL),
(325, 'App\\Models\\Category', 132, 'en', 'name', 'Sambar Rice', NULL, NULL),
(326, 'App\\Models\\Category', 133, 'en', 'name', 'Aloo Tikki', NULL, NULL),
(327, 'App\\Models\\Category', 134, 'en', 'name', 'Bhel', NULL, NULL),
(328, 'App\\Models\\Category', 135, 'en', 'name', 'Poori Bhaji', NULL, NULL),
(329, 'App\\Models\\Category', 136, 'en', 'name', 'Paneer Pakoda', NULL, NULL),
(330, 'App\\Models\\Category', 137, 'en', 'name', 'Mirch Bajji', NULL, NULL),
(331, 'App\\Models\\Category', 138, 'en', 'name', 'Payasam', NULL, NULL),
(332, 'App\\Models\\Category', 139, 'en', 'name', 'Rasgulla', NULL, NULL),
(333, 'App\\Models\\Store', 9, 'en', 'name', 'Reliance Smart Bazzar', NULL, NULL),
(334, 'App\\Models\\Store', 9, 'en', 'address', 'Ground Floor, Aditya Nagar, pendurthi, Visakhapatnam, Andhra Pradesh, 531173', NULL, NULL),
(335, 'App\\Models\\Store', 10, 'en', 'name', 'Mitra Super Market', NULL, NULL),
(336, 'App\\Models\\Store', 10, 'en', 'address', 'BRTS RD, A Zone, Sujatha Nagar, Pendurthi, Visakhapatnam< andhra Pradesh 530051', NULL, NULL),
(337, 'App\\Models\\Store', 11, 'en', 'name', 'Sattva Naturals', NULL, NULL),
(338, 'App\\Models\\Store', 11, 'en', 'address', 'Sattva Naturals, beside SBI, Chanukya Nagar, Chinnamushidiwada, Pendurthi, Visakhapatnam, Andhra Pradesh 530073', NULL, NULL),
(341, 'App\\Models\\Category', 142, 'en', 'name', 'Grocery & Kitchen', NULL, NULL),
(342, 'App\\Models\\Category', 143, 'en', 'name', 'Snacks & Drinks', NULL, NULL),
(343, 'App\\Models\\Category', 144, 'en', 'name', 'Beauty & Personal Care', NULL, NULL),
(344, 'App\\Models\\Category', 145, 'en', 'name', 'vegetabels & fruits', NULL, NULL),
(345, 'App\\Models\\Category', 146, 'en', 'name', 'Fresh Fruits', NULL, NULL),
(346, 'App\\Models\\Category', 147, 'en', 'name', 'Fresh Vegetables', NULL, NULL),
(347, 'App\\Models\\Category', 148, 'en', 'name', 'Leafy, Herbs & Seasonings', NULL, NULL),
(348, 'App\\Models\\Category', 149, 'en', 'name', 'Atta,Rice & Dal', NULL, NULL),
(349, 'App\\Models\\Category', 150, 'en', 'name', 'oil,Ghee & Masala', NULL, NULL),
(350, 'App\\Models\\Category', 151, 'en', 'name', 'Dairy,Bread & Eggs', NULL, NULL),
(351, 'App\\Models\\Category', 152, 'en', 'name', 'Bakery & Biscuits', NULL, NULL),
(352, 'App\\Models\\Category', 153, 'en', 'name', 'Dry Fruits & Cereals', NULL, NULL),
(353, 'App\\Models\\Category', 154, 'en', 'name', 'Drinks & Juices', NULL, NULL),
(354, 'App\\Models\\Category', 155, 'en', 'name', 'Ice Creams & more', NULL, NULL),
(355, 'App\\Models\\Category', 156, 'en', 'name', 'Instant Food', NULL, NULL),
(356, 'App\\Models\\Category', 157, 'en', 'name', 'Tea, Coffee & Milk Drinks', NULL, NULL),
(357, 'App\\Models\\Category', 158, 'en', 'name', 'Chips & Namkeen', NULL, NULL),
(358, 'App\\Models\\Category', 159, 'en', 'name', 'sweets & Chocolates', NULL, NULL),
(359, 'App\\Models\\Category', 160, 'en', 'name', 'Baby Care', NULL, NULL),
(360, 'App\\Models\\Category', 161, 'en', 'name', 'Cleaning & House Hold', NULL, NULL),
(361, 'App\\Models\\Category', 162, 'en', 'name', 'Femail Hygiene', NULL, NULL),
(362, 'App\\Models\\Category', 163, 'en', 'name', 'Bath & Body', NULL, NULL),
(363, 'App\\Models\\Category', 164, 'en', 'name', 'Hair', NULL, NULL),
(364, 'App\\Models\\Category', 165, 'en', 'name', 'Skin & Face', NULL, NULL),
(365, 'App\\Models\\Item', 38, 'en', 'name', 'Red Grapes/ఎరుపు ద్రాక్ష-250gm', NULL, NULL),
(366, 'App\\Models\\Item', 38, 'en', 'description', 'Red Grapes-250gm', NULL, NULL),
(367, 'App\\Models\\Item', 39, 'en', 'name', 'Sapota/సపోటా-500gm', NULL, NULL),
(368, 'App\\Models\\Item', 39, 'en', 'description', 'Sapota-500gm', NULL, NULL),
(369, 'App\\Models\\Item', 40, 'en', 'name', 'Mango/మామిడిపండు-1kg', NULL, NULL),
(370, 'App\\Models\\Item', 40, 'en', 'description', 'Mango Banganapalli-1Kg', NULL, NULL),
(371, 'App\\Models\\Item', 41, 'en', 'name', 'Mosambi/బత్తాయి-6pc', NULL, NULL),
(372, 'App\\Models\\Item', 41, 'en', 'description', 'Mosambi-6Pc', NULL, NULL),
(373, 'App\\Models\\Item', 42, 'en', 'name', 'Muskmelon/ కర్బూజ-1Pc', NULL, NULL),
(374, 'App\\Models\\Item', 42, 'en', 'description', 'Muskmelon-1Pc', NULL, NULL),
(375, 'App\\Models\\Item', 43, 'en', 'name', 'Ridge Gourd/బీరకాయ-500gm', NULL, NULL),
(376, 'App\\Models\\Item', 43, 'en', 'description', 'Ridge Gourd-500gm', NULL, NULL),
(377, 'App\\Models\\Item', 44, 'en', 'name', 'Snake gourd/పొట్లకాయ-500gm', NULL, NULL),
(378, 'App\\Models\\Item', 44, 'en', 'description', 'Snake gourd/పొట్లకాయ-500gm', NULL, NULL),
(379, 'App\\Models\\Item', 45, 'en', 'name', 'Long Purple Brinjal/వంకాయలు-250gm', NULL, NULL),
(380, 'App\\Models\\Item', 45, 'en', 'description', 'Long Purple Brinjal/వంకాయలు-250gm', NULL, NULL),
(381, 'App\\Models\\Item', 46, 'en', 'name', 'Mushroom/పుట్టగొడుగులు-100gm', NULL, NULL),
(382, 'App\\Models\\Item', 46, 'en', 'description', 'Mushroom/పుట్టగొడుగులు-100gm', NULL, NULL),
(383, 'App\\Models\\Item', 47, 'en', 'name', 'Onions/ఉల్లిపాయలు-1kg', NULL, NULL),
(384, 'App\\Models\\Item', 47, 'en', 'description', 'Onions/ఉల్లిపాయలు-1kg', NULL, NULL),
(385, 'App\\Models\\Item', 48, 'en', 'name', 'Onions/ఉల్లిపాయలు-1kg', NULL, NULL),
(386, 'App\\Models\\Item', 48, 'en', 'description', 'Onions/ఉల్లిపాయలు-1kg', NULL, NULL),
(387, 'App\\Models\\Item', 49, 'en', 'name', 'Mushroom/పుట్టగొడుగులు-100gm', NULL, NULL),
(388, 'App\\Models\\Item', 49, 'en', 'description', 'Mushroom/పుట్టగొడుగులు-100gm', NULL, NULL),
(389, 'App\\Models\\Item', 50, 'en', 'name', 'Brinjal/వంకాయలు-250gm', NULL, NULL),
(390, 'App\\Models\\Item', 50, 'en', 'description', 'Brinjal/వంకాయలు-250gm', NULL, NULL),
(391, 'App\\Models\\Item', 51, 'en', 'name', 'Brinjal/వంకాయలు-250gm', NULL, NULL),
(392, 'App\\Models\\Item', 51, 'en', 'description', 'Brinjal/వంకాయలు-250gm', NULL, NULL),
(393, 'App\\Models\\Item', 52, 'en', 'name', 'Mushroom/పుట్టగొడుగులు-100gm', NULL, NULL),
(394, 'App\\Models\\Item', 52, 'en', 'description', 'Mushroom/పుట్టగొడుగులు-100gm', NULL, NULL),
(395, 'App\\Models\\Item', 53, 'en', 'name', 'Onions/ఉల్లిపాయలు-1kg', NULL, NULL),
(396, 'App\\Models\\Item', 53, 'en', 'description', 'Onions/ఉల్లిపాయలు-1kg', NULL, NULL),
(397, 'App\\Models\\Item', 54, 'en', 'name', 'Snake gourd/పొట్లకాయ-500gm', NULL, NULL),
(398, 'App\\Models\\Item', 54, 'en', 'description', 'Snake gourd/పొట్లకాయ-500gm', NULL, NULL),
(399, 'App\\Models\\Item', 55, 'en', 'name', 'Snake gourd/పొట్లకాయ-500gm', NULL, NULL),
(400, 'App\\Models\\Item', 55, 'en', 'description', 'Snake gourd/పొట్లకాయ-500gm', NULL, NULL),
(401, 'App\\Models\\Item', 56, 'en', 'name', 'Ridge Gourd/బీరకాయ-500gm', NULL, NULL),
(402, 'App\\Models\\Item', 56, 'en', 'description', 'Ridge Gourd/బీరకాయ-500gm', NULL, NULL),
(403, 'App\\Models\\Item', 57, 'en', 'name', 'Ridge Gourd/బీరకాయ-500gm', NULL, NULL),
(404, 'App\\Models\\Item', 57, 'en', 'description', 'Ridge Gourd/బీరకాయ-500gm', NULL, NULL),
(405, 'App\\Models\\Item', 58, 'en', 'name', 'Muskmelon/ కర్బూజ-1Pc', NULL, NULL),
(406, 'App\\Models\\Item', 58, 'en', 'description', 'Muskmelon/ కర్బూజ-1Pc', NULL, NULL),
(407, 'App\\Models\\Item', 59, 'en', 'name', 'Muskmelon/ కర్బూజ-1Pc', NULL, NULL),
(408, 'App\\Models\\Item', 59, 'en', 'description', 'Muskmelon/ కర్బూజ-1Pc', NULL, NULL),
(409, 'App\\Models\\Item', 60, 'en', 'name', 'Mosambi/బత్తాయి-6pc', NULL, NULL),
(410, 'App\\Models\\Item', 60, 'en', 'description', 'Mosambi/బత్తాయి-6pc', NULL, NULL),
(411, 'App\\Models\\Item', 61, 'en', 'name', 'Mosambi/బత్తాయి-6pc', NULL, NULL),
(412, 'App\\Models\\Item', 61, 'en', 'description', 'Mosambi/బత్తాయి-6pc', NULL, NULL),
(413, 'App\\Models\\Item', 62, 'en', 'name', 'Mango/మామిడిపండు-1kg', NULL, NULL),
(414, 'App\\Models\\Item', 62, 'en', 'description', 'Mango/మామిడిపండు-1kg', NULL, NULL),
(415, 'App\\Models\\Item', 63, 'en', 'name', 'Mango/మామిడిపండు-1kg', NULL, NULL),
(416, 'App\\Models\\Item', 63, 'en', 'description', 'Mango/మామిడిపండు-1kg', NULL, NULL),
(417, 'App\\Models\\Item', 64, 'en', 'name', 'Sapota/సపోటా-500gm', NULL, NULL),
(418, 'App\\Models\\Item', 64, 'en', 'description', 'Sapota/సపోటా-500gm', NULL, NULL),
(419, 'App\\Models\\Item', 65, 'en', 'name', 'Sapota/సపోటా-500gm', NULL, NULL),
(420, 'App\\Models\\Item', 65, 'en', 'description', 'Sapota/సపోటా-500gm', NULL, NULL),
(421, 'App\\Models\\Item', 66, 'en', 'name', 'Red Grapes/ఎరుపు ద్రాక్ష-250gm', NULL, NULL),
(422, 'App\\Models\\Item', 66, 'en', 'description', 'Red Grapes/ఎరుపు ద్రాక్ష-250gm', NULL, NULL),
(423, 'App\\Models\\Item', 67, 'en', 'name', 'Red Grapes/ఎరుపు ద్రాక్ష-250gm', NULL, NULL),
(424, 'App\\Models\\Item', 67, 'en', 'description', 'Red Grapes/ఎరుపు ద్రాక్ష-250gm', NULL, NULL),
(425, 'App\\Models\\Item', 68, 'en', 'name', 'Menthi kura/మెంతి కూర -100gm', NULL, NULL),
(426, 'App\\Models\\Item', 68, 'en', 'description', 'Menthi kura/మెంతి కూర -100gm', NULL, NULL),
(427, 'App\\Models\\Item', 69, 'en', 'name', 'Menthi kura/మెంతి కూర -100gm', NULL, NULL),
(428, 'App\\Models\\Item', 69, 'en', 'description', 'Menthi kura/మెంతి కూర -100gm', NULL, NULL),
(429, 'App\\Models\\Item', 70, 'en', 'name', 'Menthi kura/మెంతి కూర -100gm', NULL, NULL),
(430, 'App\\Models\\Item', 70, 'en', 'description', 'Menthi kura/మెంతి కూర -100gm', NULL, NULL),
(431, 'App\\Models\\Item', 71, 'en', 'name', 'Palakura/పాల కూర-150gm', NULL, NULL),
(432, 'App\\Models\\Item', 71, 'en', 'description', 'Palakura/పాల కూర-150gm', NULL, NULL),
(433, 'App\\Models\\Item', 72, 'en', 'name', 'Palakura/పాల కూర-150gm', NULL, NULL),
(434, 'App\\Models\\Item', 72, 'en', 'description', 'Palakura/పాల కూర-150gm', NULL, NULL),
(435, 'App\\Models\\Item', 73, 'en', 'name', 'Palakura/పాల కూర-150gm', NULL, NULL),
(436, 'App\\Models\\Item', 73, 'en', 'description', 'Palakura/పాల కూర-150gm', NULL, NULL),
(437, 'App\\Models\\Item', 74, 'en', 'name', 'Podina/పుదీనా-50gm', NULL, NULL),
(438, 'App\\Models\\Item', 74, 'en', 'description', 'Podina/పుదీనా-50gm', NULL, NULL),
(439, 'App\\Models\\Item', 75, 'en', 'name', 'Podina/పుదీనా-50gm', NULL, NULL),
(440, 'App\\Models\\Item', 75, 'en', 'description', 'Podina/పుదీనా-50gm', NULL, NULL),
(441, 'App\\Models\\Item', 76, 'en', 'name', 'Podina/పుదీనా-50gm', NULL, NULL),
(442, 'App\\Models\\Item', 76, 'en', 'description', 'Podina/పుదీనా-50gm', NULL, NULL),
(443, 'App\\Models\\Item', 77, 'en', 'name', 'Broccoli/ఆకుపచ్చ కాలీఫ్లవర్-250gm', NULL, NULL),
(444, 'App\\Models\\Item', 77, 'en', 'description', 'Broccoli/ఆకుపచ్చ కాలీఫ్లవర్-250gm', NULL, NULL),
(445, 'App\\Models\\Item', 78, 'en', 'name', 'Broccoli/ఆకుపచ్చ కాలీఫ్లవర్-250gm', NULL, NULL),
(446, 'App\\Models\\Item', 78, 'en', 'description', 'Broccoli/ఆకుపచ్చ కాలీఫ్లవర్-250gm', NULL, NULL),
(447, 'App\\Models\\Item', 79, 'en', 'name', 'Broccoli/ఆకుపచ్చ కాలీఫ్లవర్-250gm', NULL, NULL),
(448, 'App\\Models\\Item', 79, 'en', 'description', 'Broccoli/ఆకుపచ్చ కాలీఫ్లవర్-250gm', NULL, NULL),
(449, 'App\\Models\\Item', 80, 'en', 'name', 'Chukka kura/చుక్కా కురా-150gm', NULL, NULL),
(450, 'App\\Models\\Item', 80, 'en', 'description', 'Chukka kura/చుక్కా కురా-150gm', NULL, NULL),
(451, 'App\\Models\\Item', 81, 'en', 'name', 'Chukka kura/చుక్కా కురా-150gm', NULL, NULL),
(452, 'App\\Models\\Item', 81, 'en', 'description', 'Chukka kura/చుక్కా కురా-150gm', NULL, NULL),
(453, 'App\\Models\\Item', 82, 'en', 'name', 'Chukka kura/చుక్కా కురా-150gm', NULL, NULL),
(454, 'App\\Models\\Item', 82, 'en', 'description', 'Chukka kura/చుక్కా కురా-150gm', NULL, NULL),
(455, 'App\\Models\\Item', 83, 'en', 'name', 'Lion Honey-100gm', NULL, NULL),
(456, 'App\\Models\\Item', 83, 'en', 'description', 'Lion Honey-100gm', NULL, NULL),
(457, 'App\\Models\\Item', 84, 'en', 'name', 'Lion Honey-100gm', NULL, NULL),
(458, 'App\\Models\\Item', 84, 'en', 'description', 'Lion Honey-100gm', NULL, NULL),
(459, 'App\\Models\\Item', 85, 'en', 'name', 'Lion Honey-100gm', NULL, NULL),
(460, 'App\\Models\\Item', 85, 'en', 'description', 'Lion Honey-100gm', NULL, NULL),
(461, 'App\\Models\\Item', 86, 'en', 'name', 'SPC Natural Green Moong dal(Loose)/పచ్చ పెసలు -500gm', NULL, NULL),
(462, 'App\\Models\\Item', 86, 'en', 'description', 'SPC Natural Green Moong dal(Loose)/పచ్చ పెసలు -500gm', NULL, NULL),
(463, 'App\\Models\\Item', 87, 'en', 'name', 'SPC Natural Green Moong dal(Loose)/పచ్చ పెసలు -500gm', NULL, NULL),
(464, 'App\\Models\\Item', 87, 'en', 'description', 'SPC Natural Green Moong dal(Loose)/పచ్చ పెసలు -500gm', NULL, NULL),
(465, 'App\\Models\\Item', 88, 'en', 'name', 'SPC Natural Green Moong dal(Loose)/పచ్చ పెసలు -500gm', NULL, NULL),
(466, 'App\\Models\\Item', 88, 'en', 'description', 'SPC Natural Green Moong dal(Loose)/పచ్చ పెసలు -500gm', NULL, NULL),
(467, 'App\\Models\\Item', 89, 'en', 'name', 'SPC Natural Bajra Flour Whole (Loose)/సజ్జా పిండి-500gm', NULL, NULL),
(468, 'App\\Models\\Item', 89, 'en', 'description', 'SPC Natural Bajra Flour Whole (Loose)/సజ్జా పిండి-500gm', NULL, NULL),
(469, 'App\\Models\\Item', 90, 'en', 'name', 'SPC Natural Bajra Flour Whole (Loose)/సజ్జా పిండి-500gm', NULL, NULL),
(470, 'App\\Models\\Item', 90, 'en', 'description', 'SPC Natural Bajra Flour Whole (Loose)/సజ్జా పిండి-500gm', NULL, NULL),
(471, 'App\\Models\\Item', 91, 'en', 'name', 'SPC Natural Bajra Flour Whole (Loose)/సజ్జా పిండి-500gm', NULL, NULL),
(472, 'App\\Models\\Item', 91, 'en', 'description', 'SPC Natural Bajra Flour Whole (Loose)/సజ్జా పిండి-500gm', NULL, NULL),
(473, 'App\\Models\\Item', 92, 'en', 'name', 'SPC Natural Basmati Rice (Loose)-1kg', NULL, NULL),
(474, 'App\\Models\\Item', 92, 'en', 'description', 'SPC Natural Basmati Rice (Loose)-1kg', NULL, NULL),
(475, 'App\\Models\\Item', 93, 'en', 'name', 'SPC Natural Basmati Rice (Loose)-1kg', NULL, NULL),
(476, 'App\\Models\\Item', 93, 'en', 'description', 'SPC Natural Basmati Rice (Loose)-1kg', NULL, NULL),
(477, 'App\\Models\\Item', 94, 'en', 'name', 'SPC Natural Basmati Rice (Loose)-1kg', NULL, NULL),
(478, 'App\\Models\\Item', 94, 'en', 'description', 'SPC Natural Basmati Rice (Loose)-1kg', NULL, NULL),
(479, 'App\\Models\\Item', 95, 'en', 'name', 'SPC Natural Bombay Rava (Loose) /బొంబాయి రవ్వ-500gm', NULL, NULL),
(480, 'App\\Models\\Item', 95, 'en', 'description', 'SPC Natural Bombay Rava (Loose) /బొంబాయి రవ్వ-500gm', NULL, NULL),
(481, 'App\\Models\\Item', 96, 'en', 'name', 'SPC Natural Bombay Rava (Loose) /బొంబాయి రవ్వ-500gm', NULL, NULL),
(482, 'App\\Models\\Item', 96, 'en', 'description', 'SPC Natural Bombay Rava (Loose) /బొంబాయి రవ్వ-500gm', NULL, NULL),
(483, 'App\\Models\\Item', 97, 'en', 'name', 'SPC Natural Bombay Rava (Loose) /బొంబాయి రవ్వ-500gm', NULL, NULL),
(484, 'App\\Models\\Item', 97, 'en', 'description', 'SPC Natural Bombay Rava (Loose) /బొంబాయి రవ్వ-500gm', NULL, NULL),
(485, 'App\\Models\\Item', 98, 'en', 'name', 'Madhur Sugar-1kg', NULL, NULL),
(486, 'App\\Models\\Item', 98, 'en', 'description', 'Madhur Sugar-1kg', NULL, NULL),
(487, 'App\\Models\\Item', 99, 'en', 'name', 'Madhur Sugar-1kg', NULL, NULL),
(488, 'App\\Models\\Item', 99, 'en', 'description', 'Madhur Sugar-1kg', NULL, NULL),
(489, 'App\\Models\\Item', 100, 'en', 'name', 'Madhur Sugar-1kg', NULL, NULL),
(490, 'App\\Models\\Item', 100, 'en', 'description', 'Madhur Sugar-1kg', NULL, NULL),
(491, 'App\\Models\\Item', 101, 'en', 'name', 'SPC Natural Buffalo Ghee (Loose)-250gm', NULL, NULL),
(492, 'App\\Models\\Item', 101, 'en', 'description', 'SPC Natural Buffalo Ghee (Loose)-250gm', NULL, NULL),
(493, 'App\\Models\\Item', 102, 'en', 'name', 'SPC Natural Buffalo Ghee (Loose)-250gm', NULL, NULL),
(494, 'App\\Models\\Item', 102, 'en', 'description', 'SPC Natural Buffalo Ghee (Loose)-250gm', NULL, NULL),
(495, 'App\\Models\\Item', 103, 'en', 'name', 'SPC Natural Buffalo Ghee (Loose)-250gm', NULL, NULL),
(496, 'App\\Models\\Item', 103, 'en', 'description', 'SPC Natural Buffalo Ghee (Loose)-250gm', NULL, NULL),
(497, 'App\\Models\\Item', 104, 'en', 'name', 'SPC Natural Coconut Oil(Loose)కొబ్బరి నూనే-1Lt', NULL, NULL),
(498, 'App\\Models\\Item', 104, 'en', 'description', 'SPC Natural Coconut Oil(Loose)కొబ్బరి నూనే-1Lt', NULL, NULL),
(499, 'App\\Models\\Item', 105, 'en', 'name', 'SPC Natural Coconut Oil(Loose)కొబ్బరి నూనే-1Lt', NULL, NULL),
(500, 'App\\Models\\Item', 105, 'en', 'description', 'SPC Natural Coconut Oil(Loose)కొబ్బరి నూనే-1Lt', NULL, NULL),
(501, 'App\\Models\\Item', 106, 'en', 'name', 'SPC Natural Coconut Oil(Loose)కొబ్బరి నూనే-1Lt', NULL, NULL),
(502, 'App\\Models\\Item', 106, 'en', 'description', 'SPC Natural Coconut Oil(Loose)కొబ్బరి నూనే-1Lt', NULL, NULL),
(503, 'App\\Models\\Item', 107, 'en', 'name', 'SPC Natural Cumin seed (Loose)జీలకర్ర-100gm', NULL, NULL),
(504, 'App\\Models\\Item', 107, 'en', 'description', 'SPC Natural Cumin seed (Loose)జీలకర్ర-100gm', NULL, NULL),
(505, 'App\\Models\\Item', 108, 'en', 'name', 'SPC Natural Cumin seed (Loose)జీలకర్ర-100gm', NULL, NULL),
(506, 'App\\Models\\Item', 108, 'en', 'description', 'SPC Natural Cumin seed (Loose)జీలకర్ర-100gm', NULL, NULL),
(507, 'App\\Models\\Item', 109, 'en', 'name', 'SPC Natural Cumin seed (Loose)జీలకర్ర-100gm', NULL, NULL),
(508, 'App\\Models\\Item', 109, 'en', 'description', 'SPC Natural Cumin seed (Loose)జీలకర్ర-100gm', NULL, NULL),
(509, 'App\\Models\\Advertisement', 1000001, 'en', 'title', '50% off', NULL, NULL),
(510, 'App\\Models\\Advertisement', 1000001, 'en', 'description', '50% off', NULL, NULL),
(511, 'App\\Models\\Advertisement', 1000002, 'en', 'title', '50% off', NULL, NULL),
(512, 'App\\Models\\Advertisement', 1000002, 'en', 'description', '50% off', NULL, NULL),
(513, 'App\\Models\\ItemCampaign', 2, 'en', 'title', '50% off', NULL, NULL),
(514, 'App\\Models\\ItemCampaign', 2, 'en', 'description', '50% off', NULL, NULL),
(515, 'App\\Models\\Campaign', 2, 'en', 'title', '50% off', NULL, NULL),
(516, 'App\\Models\\Campaign', 2, 'en', 'description', '50% off', NULL, NULL),
(517, 'App\\Models\\Coupon', 1, 'en', 'title', '50% off', NULL, NULL),
(518, 'App\\Models\\Store', 12, 'en', 'name', 'Freshonn', NULL, NULL),
(519, 'App\\Models\\Store', 12, 'en', 'address', 'Dondaparthi, Dwaraka Nagar, Visakhapatnam, Andhra Pradesh 530016', NULL, NULL),
(520, 'App\\Models\\Category', 166, 'en', 'name', 'Chicken', NULL, NULL),
(521, 'App\\Models\\Category', 167, 'en', 'name', 'Curry Cuts', NULL, NULL),
(522, 'App\\Models\\Category', 168, 'en', 'name', 'Boneless', NULL, NULL),
(523, 'App\\Models\\Category', 169, 'en', 'name', 'Speciality Cuts', NULL, NULL),
(524, 'App\\Models\\Item', 110, 'en', 'name', 'Chicken Curry Cut - Small Pieces', NULL, NULL),
(525, 'App\\Models\\Item', 110, 'en', 'description', 'Chicken Curry Cut is a premium cut that includes the leg, breast & wings. This smaller, tender cut has equal-sized pieces for uniform cooking and the juiciest bites. Our meaty, juicy Chicken Curry Cut is perfect for a family of 4.', NULL, NULL),
(526, 'App\\Models\\Item', 111, 'en', 'name', 'Chicken Curry Cut - Large Pieces', NULL, NULL);
INSERT INTO `translations` (`id`, `translationable_type`, `translationable_id`, `locale`, `key`, `value`, `created_at`, `updated_at`) VALUES
(527, 'App\\Models\\Item', 111, 'en', 'description', 'Chicken Curry Cut is a premium cut that includes the leg, breast & wings.\r\nThis larger, tender cut has equal-sized pieces for uniform cooking and the juiciest bites.\r\nOur meaty, juicy Chicken Curry Cut is perfect for a family of 4.', NULL, NULL),
(528, 'App\\Models\\Item', 112, 'en', 'name', 'Chicken Curry Cut with Skin - Small Pieces', NULL, NULL),
(529, 'App\\Models\\Item', 112, 'en', 'description', 'This special curry cut includes skin-on cuts of the leg, breast & wings. The skin crisps up when cooked, adding a host of flavours to the dish.', NULL, NULL),
(530, 'App\\Models\\Item', 113, 'en', 'name', 'Chicken Breast - Boneless', NULL, NULL),
(531, 'App\\Models\\Item', 113, 'en', 'description', 'Chicken Breast - Boneless', NULL, NULL),
(532, 'App\\Models\\Item', 114, 'en', 'name', 'Premium Chicken Thigh Boneless', NULL, NULL),
(533, 'App\\Models\\Item', 114, 'en', 'description', 'Premium Chicken Thigh Boneless', NULL, NULL),
(534, 'App\\Models\\Item', 115, 'en', 'name', 'Chicken - All Purpose Chunks', NULL, NULL),
(535, 'App\\Models\\Item', 115, 'en', 'description', 'Chicken - All Purpose Chunks', NULL, NULL),
(536, 'App\\Models\\Item', 116, 'en', 'name', 'Chicken Mince/Keema - 250 gms (Mini Pack)', NULL, NULL),
(537, 'App\\Models\\Item', 116, 'en', 'description', 'Chicken Mince/Keema - 250 gms (Mini Pack)', NULL, NULL),
(538, 'App\\Models\\Item', 117, 'en', 'name', 'Chicken Boneless - Mini Bites', NULL, NULL),
(539, 'App\\Models\\Item', 117, 'en', 'description', 'Chicken Boneless - Mini Bites', NULL, NULL),
(540, 'App\\Models\\Store', 13, 'en', 'name', 'Subbu\'s Meat', NULL, NULL),
(541, 'App\\Models\\Store', 13, 'en', 'address', 'GAVARAPALEM COLONY, CHEEMALAPALLE, Visakhapatnam, Andhra Pradesh 530047', NULL, NULL),
(542, 'App\\Models\\Item', 118, 'en', 'name', 'Chicken Boneless - Mini Bites', NULL, NULL),
(543, 'App\\Models\\Item', 118, 'en', 'description', 'Chicken Boneless - Mini Bites', NULL, NULL),
(544, 'App\\Models\\Item', 119, 'en', 'name', 'Chicken Mince/Keema - 250 gms (Mini Pack)', NULL, NULL),
(545, 'App\\Models\\Item', 119, 'en', 'description', 'Chicken Mince/Keema - 250 gms (Mini Pack)', NULL, NULL),
(546, 'App\\Models\\Item', 120, 'en', 'name', 'Chicken - All Purpose Chunks', NULL, NULL),
(547, 'App\\Models\\Item', 120, 'en', 'description', 'Chicken - All Purpose Chunks', NULL, NULL),
(548, 'App\\Models\\Item', 121, 'en', 'name', 'Premium Chicken Thigh Boneless', NULL, NULL),
(549, 'App\\Models\\Item', 121, 'en', 'description', 'Premium Chicken Thigh Boneless', NULL, NULL),
(550, 'App\\Models\\Item', 122, 'en', 'name', 'Chicken Breast - Boneless', NULL, NULL),
(551, 'App\\Models\\Item', 122, 'en', 'description', 'Chicken Breast - Boneless', NULL, NULL),
(552, 'App\\Models\\Item', 123, 'en', 'name', 'Chicken Curry Cut with Skin - Small Pieces', NULL, NULL),
(553, 'App\\Models\\Item', 123, 'en', 'description', 'Chicken Curry Cut with Skin - Small Pieces', NULL, NULL),
(554, 'App\\Models\\Item', 124, 'en', 'name', 'Chicken Curry Cut - Large Pieces', NULL, NULL),
(555, 'App\\Models\\Item', 124, 'en', 'description', 'Chicken Curry Cut - Large Pieces', NULL, NULL),
(556, 'App\\Models\\Item', 125, 'en', 'name', 'Chicken Curry Cut - Small Pieces', NULL, NULL),
(557, 'App\\Models\\Item', 125, 'en', 'description', 'Chicken Curry Cut - Small Pieces', NULL, NULL),
(558, 'App\\Models\\Item', 126, 'en', 'name', 'Chicken Drumstick - Pack Of 6', NULL, NULL),
(559, 'App\\Models\\Item', 126, 'en', 'description', 'Chicken Drumstick - Pack Of 6', NULL, NULL),
(560, 'App\\Models\\Item', 127, 'en', 'name', 'Chicken Drumstick - Pack Of 6', NULL, NULL),
(561, 'App\\Models\\Item', 127, 'en', 'description', 'Chicken Drumstick - Pack Of 6', NULL, NULL),
(562, 'App\\Models\\Item', 128, 'en', 'name', 'Classic Chicken Soup Bones', NULL, NULL),
(563, 'App\\Models\\Item', 128, 'en', 'description', 'Classic Chicken Soup Bones', NULL, NULL),
(564, 'App\\Models\\Item', 129, 'en', 'name', 'Classic Chicken Soup Bones', NULL, NULL),
(565, 'App\\Models\\Item', 129, 'en', 'description', 'Classic Chicken Soup Bones', NULL, NULL),
(566, 'App\\Models\\Item', 130, 'en', 'name', 'Chicken Lollipop - Pack of 10', NULL, NULL),
(567, 'App\\Models\\Item', 130, 'en', 'description', 'Chicken Lollipop - Pack of 10', NULL, NULL),
(568, 'App\\Models\\Item', 131, 'en', 'name', 'Chicken Lollipop - Pack of 10', NULL, NULL),
(569, 'App\\Models\\Item', 131, 'en', 'description', 'Chicken Lollipop - Pack of 10', NULL, NULL),
(570, 'App\\Models\\Item', 132, 'en', 'name', 'Chicken Wings with Skin', NULL, NULL),
(571, 'App\\Models\\Item', 132, 'en', 'description', 'Chicken Wings with Skin', NULL, NULL),
(572, 'App\\Models\\Item', 133, 'en', 'name', 'Chicken Wings with Skin', NULL, NULL),
(573, 'App\\Models\\Item', 133, 'en', 'description', 'Chicken Wings with Skin', NULL, NULL),
(574, 'App\\Models\\Category', 170, 'en', 'name', 'Fish & Seafood', NULL, NULL),
(575, 'App\\Models\\Category', 171, 'en', 'name', 'Freshwater', NULL, NULL),
(576, 'App\\Models\\Category', 172, 'en', 'name', 'Seawater', NULL, NULL),
(577, 'App\\Models\\Category', 173, 'en', 'name', 'Prawns & Crab', NULL, NULL),
(578, 'App\\Models\\Item', 134, 'en', 'name', 'Blue Crab Small - Whole, Cleaned', NULL, NULL),
(579, 'App\\Models\\Item', 134, 'en', 'description', 'Blue Crab Small - Whole, Cleaned', NULL, NULL),
(580, 'App\\Models\\Item', 135, 'en', 'name', 'Blue Crab Small - Whole, Cleaned', NULL, NULL),
(581, 'App\\Models\\Item', 135, 'en', 'description', 'Blue Crab Small - Whole, Cleaned', NULL, NULL),
(582, 'App\\Models\\Item', 136, 'en', 'name', 'Three spotted Crab - Whole Cleaned', NULL, NULL),
(583, 'App\\Models\\Item', 136, 'en', 'description', 'Three spotted Crab - Whole Cleaned', NULL, NULL),
(584, 'App\\Models\\Item', 137, 'en', 'name', 'Three spotted Crab - Whole Cleaned', NULL, NULL),
(585, 'App\\Models\\Item', 137, 'en', 'description', 'Three spotted Crab - Whole Cleaned', NULL, NULL),
(586, 'App\\Models\\Item', 138, 'en', 'name', 'Freshwater Prawns (Medium Sized) - Cleaned & Deveined (Trial Pack)', NULL, NULL),
(587, 'App\\Models\\Item', 138, 'en', 'description', 'Freshwater Prawns (Medium Sized) - Cleaned & Deveined (Trial Pack)', NULL, NULL),
(588, 'App\\Models\\Item', 139, 'en', 'name', 'Freshwater Prawns (Medium Sized) - Cleaned & Deveined (Trial Pack)', NULL, NULL),
(589, 'App\\Models\\Item', 139, 'en', 'description', 'Freshwater Prawns (Medium Sized) - Cleaned & Deveined (Trial Pack)', NULL, NULL),
(590, 'App\\Models\\Item', 140, 'en', 'name', 'Rohu (1.4kg) - Bengali Cut, No Head', NULL, NULL),
(591, 'App\\Models\\Item', 140, 'en', 'description', 'Rohu (1.4kg) - Bengali Cut, No Head', NULL, NULL),
(592, 'App\\Models\\Item', 141, 'en', 'name', 'Rohu (1.4kg) - Bengali Cut, No Head', NULL, NULL),
(593, 'App\\Models\\Item', 141, 'en', 'description', 'Rohu (1.4kg) - Bengali Cut, No Head', NULL, NULL),
(594, 'App\\Models\\Item', 142, 'en', 'name', 'Rohu (1.4kg) - Bengali Cut, No Head', NULL, NULL),
(595, 'App\\Models\\Item', 142, 'en', 'description', 'Rohu (1.4kg) - Bengali Cut, No Head', NULL, NULL),
(596, 'App\\Models\\Item', 143, 'en', 'name', 'Rohu (1.4kg) - Bengali Cut, No Head', NULL, NULL),
(597, 'App\\Models\\Item', 143, 'en', 'description', 'Rohu (1.4kg) - Bengali Cut, No Head', NULL, NULL),
(598, 'App\\Models\\Item', 144, 'en', 'name', 'Basa Medium Fillet', NULL, NULL),
(599, 'App\\Models\\Item', 144, 'en', 'description', 'Basa Medium Fillet', NULL, NULL),
(600, 'App\\Models\\Item', 145, 'en', 'name', 'Basa Medium Fillet', NULL, NULL),
(601, 'App\\Models\\Item', 145, 'en', 'description', 'Basa Medium Fillet', NULL, NULL),
(602, 'App\\Models\\Item', 146, 'en', 'name', 'Seer Small - Steaks', NULL, NULL),
(603, 'App\\Models\\Item', 146, 'en', 'description', 'Seer Small - Steaks', NULL, NULL),
(604, 'App\\Models\\Item', 147, 'en', 'name', 'Seer Small - Steaks', NULL, NULL),
(605, 'App\\Models\\Item', 147, 'en', 'description', 'Seer Small - Steaks', NULL, NULL),
(606, 'App\\Models\\Item', 148, 'en', 'name', 'Sardine Medium - Whole Cleaned', NULL, NULL),
(607, 'App\\Models\\Item', 148, 'en', 'description', 'Sardine Medium - Whole Cleaned', NULL, NULL),
(608, 'App\\Models\\Item', 149, 'en', 'name', 'Sardine Medium - Whole Cleaned', NULL, NULL),
(609, 'App\\Models\\Item', 149, 'en', 'description', 'Sardine Medium - Whole Cleaned', NULL, NULL),
(610, 'App\\Models\\Item', 150, 'en', 'name', 'Mackerel Small - Whole, Cleaned', NULL, NULL),
(611, 'App\\Models\\Item', 150, 'en', 'description', 'Mackerel Small - Whole, Cleaned', NULL, NULL),
(612, 'App\\Models\\Item', 151, 'en', 'name', 'Mackerel Small - Whole, Cleaned', NULL, NULL),
(613, 'App\\Models\\Item', 151, 'en', 'description', 'Mackerel Small - Whole, Cleaned', NULL, NULL),
(614, 'App\\Models\\Category', 174, 'en', 'name', 'Mutton', NULL, NULL),
(615, 'App\\Models\\Category', 175, 'en', 'name', 'Curry Cuts', NULL, NULL),
(616, 'App\\Models\\Category', 176, 'en', 'name', 'Liver & More', NULL, NULL),
(617, 'App\\Models\\Category', 177, 'en', 'name', 'Boneless & Mince', NULL, NULL),
(618, 'App\\Models\\Item', 152, 'en', 'name', 'Goat Curry Cut', NULL, NULL),
(619, 'App\\Models\\Item', 152, 'en', 'description', 'Goat Curry Cut', NULL, NULL),
(620, 'App\\Models\\Item', 153, 'en', 'name', 'Goat Curry Cut', NULL, NULL),
(621, 'App\\Models\\Item', 153, 'en', 'description', 'Goat Curry Cut', NULL, NULL),
(622, 'App\\Models\\Item', 154, 'en', 'name', 'Premium Lamb Curry Cut', NULL, NULL),
(623, 'App\\Models\\Item', 154, 'en', 'description', 'Premium Lamb Curry Cut', NULL, NULL),
(624, 'App\\Models\\Item', 155, 'en', 'name', 'Premium Lamb Curry Cut', NULL, NULL),
(625, 'App\\Models\\Item', 155, 'en', 'description', 'Premium Lamb Curry Cut', NULL, NULL),
(626, 'App\\Models\\Item', 156, 'en', 'name', 'Mangshor Jhol Cut / Goat Curry Cut', NULL, NULL),
(627, 'App\\Models\\Item', 156, 'en', 'description', 'Mangshor Jhol Cut / Goat Curry Cut', NULL, NULL),
(628, 'App\\Models\\Item', 157, 'en', 'name', 'Mangshor Jhol Cut / Goat Curry Cut', NULL, NULL),
(629, 'App\\Models\\Item', 157, 'en', 'description', 'Mangshor Jhol Cut / Goat Curry Cut', NULL, NULL),
(630, 'App\\Models\\Item', 158, 'en', 'name', 'Mutton Liver - Chunks', NULL, NULL),
(631, 'App\\Models\\Item', 158, 'en', 'description', 'Mutton Liver - Chunks', NULL, NULL),
(632, 'App\\Models\\Item', 159, 'en', 'name', 'Mutton Liver - Chunks', NULL, NULL),
(633, 'App\\Models\\Item', 159, 'en', 'description', 'Mutton Liver - Chunks', NULL, NULL),
(634, 'App\\Models\\Item', 160, 'en', 'name', 'Mutton Paya', NULL, NULL),
(635, 'App\\Models\\Item', 160, 'en', 'description', 'Mutton Paya', NULL, NULL),
(636, 'App\\Models\\Item', 161, 'en', 'name', 'Mutton Paya', NULL, NULL),
(637, 'App\\Models\\Item', 161, 'en', 'description', 'Mutton Paya', NULL, NULL),
(638, 'App\\Models\\Item', 162, 'en', 'name', 'Mutton Soup Bones', NULL, NULL),
(639, 'App\\Models\\Item', 162, 'en', 'description', 'Mutton Soup Bones', NULL, NULL),
(640, 'App\\Models\\Item', 163, 'en', 'name', 'Mutton Soup Bones', NULL, NULL),
(641, 'App\\Models\\Item', 163, 'en', 'description', 'Mutton Soup Bones', NULL, NULL),
(642, 'App\\Models\\Item', 164, 'en', 'name', 'Pure Goat Mince', NULL, NULL),
(643, 'App\\Models\\Item', 164, 'en', 'description', 'Pure Goat Mince', NULL, NULL),
(644, 'App\\Models\\Item', 165, 'en', 'name', 'Pure Goat Mince', NULL, NULL),
(645, 'App\\Models\\Item', 165, 'en', 'description', 'Pure Goat Mince', NULL, NULL),
(646, 'App\\Models\\Item', 166, 'en', 'name', 'Pure Lamb Mince', NULL, NULL),
(647, 'App\\Models\\Item', 166, 'en', 'description', 'Pure Lamb Mince', NULL, NULL),
(648, 'App\\Models\\Item', 167, 'en', 'name', 'Pure Lamb Mince', NULL, NULL),
(649, 'App\\Models\\Item', 167, 'en', 'description', 'Pure Lamb Mince', NULL, NULL),
(650, 'App\\Models\\Item', 168, 'en', 'name', 'Goat Boneless', NULL, NULL),
(651, 'App\\Models\\Item', 168, 'en', 'description', 'Goat Boneless', NULL, NULL),
(652, 'App\\Models\\Item', 169, 'en', 'name', 'Goat Boneless', NULL, NULL),
(653, 'App\\Models\\Item', 169, 'en', 'description', 'Goat Boneless', NULL, NULL),
(654, 'App\\Models\\Module', 7, 'en', 'module_name', 'Medicine', NULL, NULL),
(655, 'App\\Models\\Module', 7, 'en', 'description', '<p>Trusted medicines and healthcare essentials delivered swiftly and safely to your doorstep!</p>', NULL, NULL),
(660, 'App\\Models\\Category', 178, 'en', 'name', 'Mobiles', NULL, NULL),
(661, 'App\\Models\\Category', 179, 'en', 'name', 'Smartphones', NULL, NULL),
(662, 'App\\Models\\Category', 180, 'en', 'name', 'Mobile Accessories', NULL, NULL),
(663, 'App\\Models\\Category', 181, 'en', 'name', 'Smart Watches', NULL, NULL),
(664, 'App\\Models\\Brand', 3, 'en', 'name', 'Samsung', NULL, NULL),
(665, 'App\\Models\\Item', 293, 'en', 'name', 'Samsung Galaxy S20 FE (8 GB / 128 GB Blue)', NULL, NULL),
(666, 'App\\Models\\Item', 293, 'en', 'description', 'Brand	Samsung\r\nModel Name	Galaxy S20 FE / SM-G780FZBNINS\r\nColor	Cloud Navy\r\nSIM Type	Dual SIM\r\nSIM Size	Nano sim\r\nBox Contents	Handset (Non Removable Battery Included), Travel Adapter, USB Cable, User Manual', NULL, NULL),
(667, 'App\\Models\\Brand', 4, 'en', 'name', 'APPLE', NULL, NULL),
(668, 'App\\Models\\Item', 294, 'en', 'name', 'APPLE IPHONE 14 PRO MAX 128GB GOLD', NULL, NULL),
(669, 'App\\Models\\Item', 294, 'en', 'description', 'Brand	Apple\r\nModel Name	iPhone 14 Pro Max\r\nColor	Gold\r\nSIM Type	Dual SIM (nano-SIM and eSIM)12\r\nSIM Size	micro-SIM cards\r\nBox Contents	iPhone with iOS 16 USB‑C to Lightning Cable Documentation', NULL, NULL),
(670, 'App\\Models\\Item', 295, 'en', 'name', 'Apple iPhone 12 Mini 256 GB Blue', NULL, NULL),
(671, 'App\\Models\\Item', 295, 'en', 'description', 'Brand	Apple\r\nModel Name	iPhone 12 MINI\r\nColor	Blue\r\nSIM Type	Dual SIM\r\nSIM Size	nano‑SIM and Esim\r\nIn The Box	iPhone with iOS 14,USB-C to Lightning Cable,Documentation', NULL, NULL),
(672, 'App\\Models\\Item', 296, 'en', 'name', 'Apple iPhone 16 Pro Max (Black Titanium, 512 GB)', NULL, NULL),
(673, 'App\\Models\\Item', 296, 'en', 'description', 'In The Box	Handset, USB C Charge Cable (1m), Documentation\r\nModel Number	MYX03HN/A\r\nModel Name	iPhone 16 Pro Max\r\nColor	Black Titanium\r\nBrowse Type	Smartphones\r\nSIM Type	Dual Sim(Nano + eSIM)\r\nHybrid Sim Slot	No\r\nOTG Compatible	No\r\nSound Enhancements	Built-in Stereo Speaker\r\nDisplay Size	17.53 cm (6.9 inch)\r\nResolution	2868 x 1320 Pixels\r\nResolution Type	Super Retina XDR Display\r\nGPU	New 6 Core\r\nOther Display Features	Dynamic Island, Always On Display, ProMotion Technology with Adaptive Refresh Rates Upto 120Hz, HDR Display, True Tone, Wide Colour (P3), Haptic Touch, Contrast Ratio: 2,000,000:1 (Typical), 1,000 nits Max Brightness (Typical), 1,600 nits Peak Brightness (HDR), 2,000 nits Peak Brightness (Outdoor), Fingerprint Resistant Oleophobic Coating, Support for Display of Multiple Languages and Characters Simultaneously\r\nProcessor Core	Hexa Core\r\nOperating Frequency	5G FDD NR (Bands n1, n2, n3, n5, n7, n8, n12, n14, n20, n25, n26, n28, n29, n30, n66, n70, n71, n75, n76), 5G TDD NR (Bands n38, n40, n41, n48, n53, n77, n78, n79), 5G NR mmWave (Bands n258, n260, n261), 4G LTE FDD (B1, B2, B3, B4, B5, B7, B8, B12, B13, B14, B17, B18, B19, B20, B25, B26,B28, B29, B30, B32, B66, B71), 4G LTE TDD (B34, B38, B39, B40, B41, B42, B48, B53), 3G UMTS/HSPA+/DC-HSDPA (850 MHz, 900 MHz, 1700 MHz/2100 MHz, 1900 MHz, 2100 MHz), 2G GSM/EDGE (850 MHz, 900 MHz, 1800 MHz, 1900 MHz)\r\nInternal Storage	512 GB\r\nPrimary Camera Available	Yes\r\nPrimary Camera	48MP + 48MP + 12MP\r\nPrimary Camera Features	Triple Camera Setup: 48MP Fusion Camera (Focal Length: 24 mm, f/1.78 Aperture), Second Generation Sensor Shift Optical Image Stabilization, 100% Focus Pixels, Support for Super High Resolution Photos (24MP and 48MP), Also Enables 12MP 2X Telephoto (Focal length: 52 mm, f/1.6 Aperture, Sensor Shift Optical Image Stabilization, 100% Focus Pixels + 48MP Ultra Wide Camera (Focal Length: 13 mm, f/2.2 Aperture and FOV: 120 Degree, Hybrid Focus Pixels, Super Hig Resolution Photos (48MP) + 12MP 5X Telephoto Camera (FocalLength: 120 mm, f/2.8 Aperture and FOV: 20 Degree, 100% Focus Pixels, Seven Element Lens, 3D Sensor Shift Optical Image Stabilization and Autofocus, Tetraprism Design 5X Optical Zoom in, 2X Optical Zoom Out, 10X Optical Zoom Range, Features: Camera Control, Customizable Default Lens (Fusion), Sapphire Crystal Lens Cover, Photonic Engine, Deep Fusion, Smart HDR 5 Next-Generation, Portraits with Focus and Depth Control, Portrait Lighting With Six Effects, Night Mode, Night Mode Portraits Enabled by LiDAR Scanner, Panorama (Upto 63MP), Latest Generation Photographic Styles, Spatial Photos. 48MP Macro Photography, Apple ProRAW, Wide Color Capture for Photos and Live Photos, Lens Correction (Ultra Wide), Advanced Red Eye Correction, Auto Image Stabilization, Burst Mode, Photo geotagging, Image Formats Captured: HEIF, JPEG, and DNG\r\nSecondary Camera Available	Yes\r\nSecondary Camera Features	12MP TrueDepth Camera Setup: (f/1.9 Aperture), Camera Feature: Autofocus with Focus Pixels, Photonic Engine, Deep Fusion, Smart HDR 5, Next Generation Portraits with Focus and Depth Control, Portrait Lighting with Six Effects, Animoji and Memoji, Night Mode, Latest Generation Photographic Styles Photographic Styles, Apple ProRAW, Wide Colour Capture for Photos and Live Photos, Lens Correction, Auto Image Stabilisation, Burst Mode, 4K Dolby Vision Video Recording at 24 fps, 25 fps, 30 fps or 60 fps, 1080p Dolby Vision Video Recording at 25 fps, 30 fps or 60 fps, Cinematic Mode Upto 4K Dolby Vision at 30 fps, ProRes Video Recording Upto 4K at 60 fps with External Recording, Log Video Recording, Academy Color Encoding System, Slo Mo Video Support for 1080p at 120 fps, Timelapse Video with Stabilization, Night Mode Timelapse, QuickTake Video Upto 4K at 60 fps in Dolby Vision, Cinematic Video Stabilization (4K, 1080p, and 720p), Spatial Audio and Stereo Recording\r\nHD Recording	Yes\r\nFull HD Recording	Yes\r\nVideo Recording	Yes\r\nFrame Rate	240 fps, 120 fps, 60 fps, 30 fps, 25 fps, 24 fps\r\nDual Camera Lens	Primary Camera\r\nSupported Networks	5G, 4G VoLTE, 4G LTE, UMTS, GSM\r\nInternet Connectivity	5G, 4G, 3G, Wi-Fi, EDGE\r\n3G	Yes\r\nBluetooth Support	Yes\r\nMap Support	Yes\r\nGPS Support	Yes\r\nSmartphone	Yes\r\nSIM Size	Nano Sim + eSIM\r\nGraphics PPI	460 PPI\r\nBrowser	Safari\r\nOther Features	Titanium Design, Latest Generation Ceramic Shield Front, Textured Matte Glass Back, Rated IP68 (Maximum Depth of 6 Metres Upto 30 Minutes) Under IEC Standard 60529, New 16 Core Neural Engine, Enabled by TrueDepth Camera for Facial Recognition, Apple Pay, Apple Card, Emergency SOS via Satellite, Crash Detection, Roadside Assistance via Satellite, Messages via Satellite, Find My via Satellite, 5G (sub?6 GHz and mmWave) with 4x4 MIMO, Gigabit LTE with 4x4 MIMO and LAA, 2x2 MIMO, Second Generation Ultra Wideband Chip, Thread Networking Technology, NFC with Reader Mode, Express Cards with Power Reserve, FaceTime Video Calling Over Cellular or Wi?Fi, FaceTime HD (1080p) Video Calling Over 5G or Wi Fi, Share Experiences like Movies, TV, Music and Other Apps in a FaceTime Call with SharePlay, Screen Sharing, Portrait Mode in FaceTime Video, Spatial Audio, Voice Isolation and Wide Spectrum Microphone Modes, Optical Zoom with Rear Facing Camera, FaceTime Audio, Voice Over LTE (VoLTE), Wi Fi Calling, Voice Isolation and Wide Spectrum Microphone Modes, Spatial Audio Playback, User Configurable Maximum Volume Limit, Supported Formats Include HEVC, H.264 and ProRes, HDR with Dolby Vision, HDR10+/HDR10 and HLG, Upto 4K HDR AirPlay for Mirroring, Photos and Video Out to Apple TV (2nd Generation or Later) or AirPlay Enabled Smart TV, Video Mirroring and Video Out Support: Upto 4K HDR through Native DisplayPort Output Over USB-C or USB C Digital AV Adapter (Model A2119, Adapter Sold Separately), USB-C Connector with Support For: Charging, DisplayPort, USB 3 (up to 10Gb/s), Built-in Rechargeable Lithium-ion Battery, MagSafe Wireless Charging Upto 25W with 30W Adapter or Higher, Qi2 Wireless Charging Upto 15W, Qi Wireless Charging Upto 7.5W, Fast Charge Capable: Upto 50% Charge in around 30 minutes with 20W Adapter or Higher Paired with USB-C Charging Cable, or 30W Adapter or Higher paired with MagSafe Charger (All Available Separately), MagSafe: Wireless Charging Upto 25W with 30W Adapter or Higher, Magnet Array, Alignment Magnet, Accessory Identification NFC, Magnetometer, Accessibility: VoiceOver, Zoom, Magnifier, Voice Control, Switch Control, AssistiveTouch, Eye Tracking, RTT and TTY Support, Closed Captions, Live Captions, Personal Voice, Live Speech, Type to Siri, Vocal Shortcuts, Spoken Content, Rating for Hearing Aids: Hearing Aid Compatible, System Requirements: Apple ID (Required for Some Features), Internet Access, Syncing to a Mac or PC Requires: macOS Catalina 10.15 or Later Using the Finder, macOS High Sierra 10.13 to macOS Mojave 10.14.6 Using iTunes 12.8 or Later, Windows 10 or Later Using iTunes 12.12.10 or Later (Free Download From itunes.com/uk)\r\nGPS Type	Precision Dual Frequency GPS (GPS, GLONASS, GALILEO, QZSS, BEIDOU, NAVIC), Digital Compass, Wi-Fi, Cellular, iBeacon Micro Location\r\nDomestic Warranty	1 Year', NULL, NULL),
(674, 'App\\Models\\Brand', 5, 'en', 'name', 'One Plus', NULL, NULL),
(675, 'App\\Models\\Item', 297, 'en', 'name', 'One Plus 8T (8 GB / 128 GB) Lunar Silver', NULL, NULL),
(676, 'App\\Models\\Item', 297, 'en', 'description', 'Brand	Oneplus\r\nColor	Lunar Silver\r\nSIM Type	Dual SIM\r\nSIM Size	Nano sim\r\nIn The Box	OnePlus 8T,Warp Charge 65 Power Adapter,Warp Charge Type-C to Type-C Cable\r\nModel Name	Oneplus 8T', NULL, NULL),
(677, 'App\\Models\\Brand', 6, 'en', 'name', 'OPPO', NULL, NULL),
(678, 'App\\Models\\Item', 298, 'en', 'name', 'OPPO', NULL, NULL),
(679, 'App\\Models\\Item', 298, 'en', 'description', 'Brand	Oppo\r\nModel Name	OPPO F19 Pro\r\nSIM Type	Dual\r\nSIM Size	Nano+Nano\r\nBox Contents	Charger, USB Data Cable, SIM Ejector Tool, Protective Case, Safety Guide, Quick Guide\r\nColor	Crystal Silver', NULL, NULL),
(680, 'App\\Models\\Item', 299, 'en', 'name', 'APPLE IPHONE 14 PRO MAX 128GB PURPLE', NULL, NULL),
(681, 'App\\Models\\Item', 299, 'en', 'description', 'Brand	Apple\r\nModel Name	iPhone 14 Pro Max\r\nColor	Purple\r\nSIM Type	Dual SIM (nano-SIM and eSIM)12\r\nSIM Size	micro-SIM cards\r\nBox Contents	iPhone with iOS 16 USB‑C to Lightning Cable Documentation', NULL, NULL),
(682, 'App\\Models\\Brand', 7, 'en', 'name', 'Boat', NULL, NULL),
(683, 'App\\Models\\Brand', 8, 'en', 'name', 'Sony', NULL, NULL),
(684, 'App\\Models\\Item', 300, 'en', 'name', 'Boat Bassheads 122 Wired Earphone', NULL, NULL),
(685, 'App\\Models\\Item', 300, 'en', 'description', 'Brand	BOAT\r\nIn Sales Package	Earphone\r\nColor	Gun Metal\r\nColor	Black\r\nWired/Wireless	Wired\r\nModel ID	Bassheads 122\r\nMicrophone	YES\r\nCompatible Devices	Mobile, Tablet, Laptops', NULL, NULL),
(686, 'App\\Models\\Item', 301, 'en', 'name', 'Boat Rockerz 450 Bt Headphone', NULL, NULL),
(687, 'App\\Models\\Item', 301, 'en', 'description', 'Brand	BOAT\r\nIn Sales Package	Rockerz 450, Charging Cable, User Manual, Warranty Card\r\nHeadphone Type	On the Ear\r\nHeadset Design	Over the Head\r\nColor	Multi Color\r\nWired/Wireless	Wireless\r\nModel ID	Rockerz 450\r\nMicrophone Type	in-Built\r\nOther Features	Headphone Type: On-Ear Driver Type: Moving Coil Driver Driver Size: 40mm mpedance: 32Ohms Frequency: 20Hz-20KHz Battery Capacity: 300 mAh Playback Time: 8 Hours Charging Time: 3 Hours Standby Time: 400 Hours Bluetooth Version: v4.2 Compatability: All Bluetooth Devices Bluetooth Range: 10M', NULL, NULL),
(688, 'App\\Models\\Item', 302, 'en', 'name', 'Boat Rockerz 335 Bt Earphone', NULL, NULL),
(689, 'App\\Models\\Item', 302, 'en', 'description', 'Brand	BOAT\r\nIn Sales Package	Earphone,User Manual\r\nColor	Multi Color\r\nWired/Wireless	Wireless\r\nModel ID	Rockerz 335 / Rockerz 335F\r\nMicrophone	YES\r\nCompatible Devices	Mobile, Tablet, Laptops', NULL, NULL),
(690, 'App\\Models\\Item', 303, 'en', 'name', 'Boat Stone 1010 Bt Speaker', NULL, NULL),
(691, 'App\\Models\\Item', 303, 'en', 'description', 'Brand	BOAT\r\nSales Package	Micro USB Cable, User Manual, Stone 1000 Speaker, 3.5mm Audio cable\r\nWired/Wireless	Wired & Wireless\r\nModel ID	Stone 1010\r\nColor	Black\r\nConfiguration	Stereo', NULL, NULL),
(692, 'App\\Models\\Item', 304, 'en', 'name', 'Boat Airdopes 443 Tws Buds', NULL, NULL),
(693, 'App\\Models\\Item', 304, 'en', 'description', 'Brand	BOAT\r\nIn Sales Package	User Manual, Charging Case, 2 x Pairs of Ear Caps, Charging Cable\r\nHeadphone Type	True Wireless\r\nHeadset Design	-\r\nColor	Multi Colour\r\nWired/Wireless	Wireless\r\nModel ID	Airdopes 443\r\nMicrophone Type	in-Built\r\nCompatible Devices	Android , iOS devices\r\nOther Features	Instant Wireless Connectivity BT 5.0, 3.5 Hours of Playtime Per Charge, IPX6 Water and Sweat Resistance, 500mAh Charging Case Ensures 4 Times the Charge For the Earbuds', NULL, NULL),
(694, 'App\\Models\\Item', 305, 'en', 'name', 'Sony MDRZX110APBC Headphone', NULL, NULL),
(695, 'App\\Models\\Item', 305, 'en', 'description', 'Brand	Sony\r\nIn Sales Package	Headphones\r\nHeadphone Type	Over-ear\r\nHeadset Design	Headband\r\nColor	Blue/White\r\nWired/Wireless	Wired\r\nModel ID	Mdrzx110apbc/Wc/Pb\r\nCompatible Devices	Any Gadget\r\nMicrophone Type	Built-in-Microphone', NULL, NULL),
(696, 'App\\Models\\Item', 306, 'en', 'name', 'APPLE AIRPODS 3RD GEN MME73HNA/A', NULL, NULL),
(697, 'App\\Models\\Item', 306, 'en', 'description', 'Brand	Apple\r\nModel Name	MME73HN/A\r\nWireless	True Wireless\r\nMotion Sensor	Yes\r\nMicrophone Type	Built-In\r\nColor	White\r\nIn The Box	MagSafe Charging Case, Lightning to USB-C Cable, Documentation', NULL, NULL),
(698, 'App\\Models\\Item', 307, 'en', 'name', 'APPLE USB POWER ADAPTER 5W', NULL, NULL),
(699, 'App\\Models\\Item', 307, 'en', 'description', 'Brand	Apple\r\nIn Sales Package	5W USB Power Adapter\r\nModel	MD836LL/A\r\nColor	White\r\nType	USB Power Adapter', NULL, NULL),
(700, 'App\\Models\\Item', 308, 'en', 'name', 'Sony SRS-XB23 Wireless Extra Bass Bluetooth Speaker with 12 Hours Battery Life', NULL, NULL),
(701, 'App\\Models\\Item', 308, 'en', 'description', 'Brand	Sony\r\nWired/Wireless	Wireless\r\nCompatible Devices	Mobile, Computer\r\nMusic Streaming	Wireless music streaming via Bluetooth\r\nModel ID	SRS-XB23\r\nColor	Multi Colour', NULL, NULL),
(702, 'App\\Models\\Brand', 9, 'en', 'name', 'Moosh', NULL, NULL),
(703, 'App\\Models\\Item', 309, 'en', 'name', 'Moosh Wireless Charger', NULL, NULL),
(704, 'App\\Models\\Item', 309, 'en', 'description', 'Brand	MOOSH\r\nIn Sales Package	QI Wireless Charging Pad, 1.2 M Micro USB Cable, User Manual\r\nModel	MHWCFS33\r\nType	Wireless Charger\r\nOther Features	Moosh Qi Wireless Charger Pad, 1.2M Micro USB Cable, 1 User Manual', NULL, NULL),
(705, 'App\\Models\\Item', 310, 'en', 'name', 'SAMSUNG GaWatch7 44mm BT  (Green Strap, Large)', NULL, NULL),
(706, 'App\\Models\\Item', 310, 'en', 'description', 'Heart Health Made Simple with IHRN\r\nIrregular Heart Rhythm Notification (IHRN) feature helps users track abnormal heart rhythms. You can measure the ECG and manage your health proactively with Galaxy Watch7.', NULL, NULL),
(707, 'App\\Models\\Item', 311, 'en', 'name', 'boAt Wave Fury with 1.83\'\' HD Display, Bluetooth Calling & Functional Crown Smartwatch  (Active Black Strap, Free Size)', NULL, NULL),
(708, 'App\\Models\\Item', 311, 'en', 'description', 'The boAt Wave Fury, with its 1.83\"HD display and 500+ sports modes, is the ideal partner for your fitness transformation. This watch also comes with bluetooth calling which helps you stay connected to your closed ones. You can always stay on top of your vitals thanks to the watch\'s heart rate and SpO2 monitoring functions. With its functional crown you may scroll, zoom, and select with a twist and a tap. With IP67 dust, sweat, and splash resistance, nothing can stop you, regardless of how sunny or cloudy the day may be.', NULL, NULL),
(709, 'App\\Models\\Brand', 10, 'en', 'name', 'Fastrack', NULL, NULL),
(710, 'App\\Models\\Brand', 11, 'en', 'name', 'Boult', NULL, NULL),
(711, 'App\\Models\\Item', 312, 'en', 'name', 'Boult Crown 1.95\'\' Screen, BT Calling, Working Crown, Zinc Alloy Frame, 900 Nits, SpO2 Smartwatch  (Orange Strap, Free Size)', NULL, NULL),
(712, 'App\\Models\\Item', 312, 'en', 'description', 'Prepare to conquer it all with the king of smartwatches, Boult Crown. Crafted with a premium zinc alloy frame, this watch is designed to accompany you on every adventure. With its grand 1.95\" HD Display and 900 Nits Brightness, the Crown smartwatch truly stands majestic. Experience supreme connectivity with Bluetooth 5.2, while the dedicated speaker and mic enable seamless single-chip Bluetooth calling. Rule every style with over 150 watch faces, and let the stunning smartwatch be an extension of your personality. Train like a true king, with Crown\'s 100+ sports modes to track your progress and motivate you toward your goals. No need to worry about water damage, as Crown is IP67 dust and water-resistant, making it ready to dominate every terrain.', NULL, NULL),
(713, 'App\\Models\\Item', 313, 'en', 'name', 'Boult Drift 2 BT calling, 1.85 HD Screen, Working Crown, Sturdy Metallic Frame, SpO2 Smartwatch  (Blue Strap, Free Size)', NULL, NULL),
(714, 'App\\Models\\Item', 313, 'en', 'description', 'Continuing the legacy of its fastest-selling predecessor, the Boult Drift 2 smartwatch brings you boundless possibilities. With its stunning 1.85\'\' HD display and working crown, the user experience is seamless and sophisticated. Designed for adventure and style, its sturdy Zinc Alloy Frame offers both durability and elegance, complemented by strap options in Black, Blue, and Pink - allowing you to express your unique personality. Stay effortlessly connected with BT 5.3 and Bluetooth Calling, featuring a dedicated speaker and microphone for crystal-clear communication. Take charge of your well-being with comprehensive health tracking and explore over 100+ sports modes to fuel your passions. Embrace the freedom of self-expression with over 350+ cloud-based watch faces, making each moment truly yours. The IP67 Water Resistant feature ensures you\'re always ready for whatever life throws your way.', NULL, NULL),
(715, 'App\\Models\\Item', 314, 'en', 'name', 'Fastrack Revoltt FS1 1.83 Display|BT Calling|Fastcharge|110+ Sports Mode|200+ WatchFaces Smartwatch  (Black Strap, Free Size)', NULL, NULL),
(716, 'App\\Models\\Item', 314, 'en', 'description', '1.83\" UltraVU Display with 500 nits Brightness, SingleSync BT Calling, 110+ Multisports, Sleep Monitor with REM Sleep, Stress Monitor, 24*7 HRM, SpO2, Women\'s Health, Music & Camera Control, In-Built Alarm, Stopwatch & Timer, In-Built Games, Multiple Menu Styles, IP68 Water Resistance, Upto 7 Days Battery', NULL, NULL),
(717, 'App\\Models\\Category', 182, 'en', 'name', 'Laptops', NULL, NULL),
(718, 'App\\Models\\Category', 183, 'en', 'name', 'Laptops', NULL, NULL),
(719, 'App\\Models\\Item', 315, 'en', 'name', 'Apple MacBook Air with Apple M1 Chip (13-inch, 8GB RAM, 256GB SSD Storage) - Space Gray', NULL, NULL),
(720, 'App\\Models\\Item', 315, 'en', 'description', 'Brand	Apple\r\nModel ID	MGN63LL/A\r\nColor	Space Gray\r\nBox Contents	13-inch MacBook Air, 30W USB-C Power Adapter, USB-C Charge Cable (2 m)', NULL, NULL),
(721, 'App\\Models\\Brand', 12, 'en', 'name', 'Lenovo', NULL, NULL),
(722, 'App\\Models\\Item', 316, 'en', 'name', 'LENOVO LAP IP-3 15-82H802L3IN (i3,11th)', NULL, NULL),
(723, 'App\\Models\\Item', 316, 'en', 'description', 'Brand	Lenovo\r\nModel	15-82H802L3IN\r\nColor	Grey\r\nBox Contents	Laptop, Battery, Power Adaptor, User Guide, Warranty Documents', NULL, NULL),
(724, 'App\\Models\\Brand', 13, 'en', 'name', 'HP', NULL, NULL),
(725, 'App\\Models\\Item', 317, 'en', 'name', 'HP LAP 15-FQ5112TU (i5,12th)', NULL, NULL),
(726, 'App\\Models\\Item', 317, 'en', 'description', 'Brand	HP\r\nModel ID	15-FQ5112TU\r\nBox Contents	Laptop, Battery, Power Adaptor, User Guide, Warranty Documents\r\nOther Features	FHD, Micro-Edge Display, Dual speakers, HP TrueVision 720p HD Camera with with temporal noise reduction and Integrated dual array digital Microphones', NULL, NULL),
(727, 'App\\Models\\Item', 318, 'en', 'name', 'LENOVO LAP IP-3 15-82RK006CIN (i3,12th)', NULL, NULL),
(728, 'App\\Models\\Item', 318, 'en', 'description', 'Brand	Lenovo\r\nModel	82RK006CIN\r\nColor	Grey\r\nBox Contents	Laptop, Battery, Power Adaptor, User Guide, Warranty Documents', NULL, NULL),
(729, 'App\\Models\\Item', 319, 'en', 'name', 'HP 15s Core i3 11th Gen - (4 GB/1 TB HDD/Windows 10 Home) 15s-du3053TU Thin and Light Laptop (15.6 inch, Jet Black, 1.77 kg, With MS Office)', NULL, NULL),
(730, 'App\\Models\\Item', 319, 'en', 'description', 'Brand	HP\r\nModel ID	15s-du3053TU\r\nPart Number	37G35PA#ACJ\r\nSeries	15s\r\nColor	Jet Black\r\nType	Thin and Light Laptop\r\nUpto 12 hours	3 cell\r\nMS Office Provided	Yes\r\nProcessor Generation	11th Gen\r\nSSD	No\r\nHDD Capacity	1 TB\r\nProcessor Variant	1115G4\r\nClock Speed	4.10 GHz Max Turbo Frequency\r\nRPM	5400\r\nGraphic Processor	Intel Integrated UHD\r\nNumber of Cores	2\r\nSystem Architecture	64 bit\r\nMic In	Yes\r\nRJ45	Yes\r\nUSB Port	1 x SuperSpeed USB Type C (5 Gbps Signaling Rate), 2 x SuperSpeed USB Type A (5 Gbps Signaling Rate)\r\nHDMI Port	1 x HDMI Port (v1.4b)\r\nHardware Interface	SATA\r\nSound Properties	Built in Alexa Support\r\nWireless LAN	IEEE 802.11a/b/g/n/ac (2x2)\r\nIncluded Software	Microsoft Office Home and Student 2019, HP Documentation, HP BIOS Recovery, HP Smart, Dropbox, HP Support Assistant', NULL, NULL),
(731, 'App\\Models\\Category', 184, 'en', 'name', 'Laptop Accessories', NULL, NULL),
(732, 'App\\Models\\Brand', 14, 'en', 'name', 'Kreo', NULL, NULL),
(733, 'App\\Models\\Item', 320, 'en', 'name', 'Kreo Tundra laptop stand with cooler 5 Fan Cooling Pad  (Black)', NULL, NULL),
(734, 'App\\Models\\Item', 320, 'en', 'description', 'Kreo Tundra Laptop Cooling Pad is a high quality 5 Fan Laptop Cooling Pad which comes loaded with features like 5 Adjustable Angles, 3 operating modes, 5 fans, and 10 different RGB lighting modes to take your gaming setup at a whole new new level of cool!', NULL, NULL),
(735, 'App\\Models\\Brand', 15, 'en', 'name', 'DSelect', NULL, NULL),
(736, 'App\\Models\\Item', 321, 'en', 'name', 'DSelect by Dell DS320 Wireless Optical Mouse  (2.4GHz Wireless, Black)', NULL, NULL),
(737, 'App\\Models\\Item', 321, 'en', 'description', 'Model Name\r\nDS320\r\nSystem Requirements\r\nWindows, Mac OS, Android\r\nSales Package\r\n1 Mouse, AA Battery, User Manual\r\nColor\r\nBlack', NULL, NULL),
(738, 'App\\Models\\Brand', 16, 'en', 'name', 'Portronics', NULL, NULL),
(739, 'App\\Models\\Item', 322, 'en', 'name', 'Portronics Mport 31 USB Hub (4-in-1) Multiport Adapter with 1 x USB 3.0 & 3 x USB 2.0 Ports POR-1484 USB Hub  (Black)', NULL, NULL),
(740, 'App\\Models\\Item', 322, 'en', 'description', 'ales Package\r\nUSB HUB 1N\r\nInbuilt Battery\r\nNo\r\nW x H x D\r\n12.5 cm x 1 cm x 8 cm\r\nWeight\r\n25 g\r\nOther Features\r\nHigh Speed Data Transfer upto 5GBPS Data Transfer Speed.\r\nNet Quantity\r\n1', NULL, NULL),
(741, 'App\\Models\\Item', 323, 'en', 'name', 'The Originals Prodot Keyboard, Mouse and usb Hub , mouse pad and otg cable Combo Set Combo Set  (Black)', NULL, NULL),
(742, 'App\\Models\\Item', 323, 'en', 'description', 'The Originals Prodot Keyboard, Mouse and usb Hub , mouse pad and otg cable Combo Combo Set Combo Set (Black) Features: Ergonomic keyboard with soft touch keys for a comfortable typing experience High-precision optical mouse with 1000 DPI for smooth and accurate cursor control 4-port USB hub for connecting multiple devices Large mouse pad for a comfortable mousing surface OTG cable for connecting your phone or tablet to your computer Black color to match any décor Benefits: Improve your productivity with a comfortable and efficient keyboard and mouse Connect multiple devices to your computer with the USB hub Enjoy a smooth and accurate cursor control with the high-precision optical mouse Use your phone or tablet as a second monitor with the OTG cable Add a touch of style to your workspace with the black color', NULL, NULL),
(743, 'App\\Models\\Brand', 17, 'en', 'name', 'QUICLEAN', NULL, NULL),
(744, 'App\\Models\\Item', 324, 'en', 'name', 'QUICLEAN Screen & Lens Cleaner 500 ml with Microfiber Cloth for Computers, Laptops, Gaming, Mobiles  (QCSCREENCLEANERNEWP1)', NULL, NULL),
(745, 'App\\Models\\Item', 324, 'en', 'description', 'With its adaptability, the kit is a staple for all your cleaning needs for electronic devices. This one-stop solution works well with a variety of devices. This package includes everything you need to clean your camera lens, TV screen, laptop, tablet, and cell phone. It ensures that you have a single solution that can easily manage a variety of surfaces and devices by acting as a phone cleaning kit, laptop screen cleaner, camera lens cleaner, and more.', NULL, NULL),
(746, 'App\\Models\\Category', 185, 'en', 'name', 'OLED', NULL, NULL),
(747, 'App\\Models\\Category', 186, 'en', 'name', 'QLED', NULL, NULL),
(748, 'App\\Models\\Brand', 18, 'en', 'name', 'LG', NULL, NULL),
(749, 'App\\Models\\Item', 325, 'en', 'name', 'LG OLED 55C2PSC', NULL, NULL),
(750, 'App\\Models\\Item', 325, 'en', 'description', 'Sales Package	1 TV, User Manual, Warranty Card, Remote Control, 2 Cards, 2 Batteries\r\nBrand	LG\r\nModel Name	55C2PSC\r\nDisplay Size	55 inches\r\nHD Technology & Resolution	Ultra HD 3840 x 2160\r\n3D	No\r\nSmart TV	Yes\r\nCurve TV	No\r\nBuilt In Wi-Fi	Yes\r\nOther Features	Built-in Games, Triple XD Engine, Active Noise Reduction, Dynamic Color Enhancer, PC Input, Dolby Digital Decoder, 2Ch Speaker System', NULL, NULL),
(751, 'App\\Models\\Item', 326, 'en', 'name', 'LG OLED 65C2PSC', NULL, NULL),
(752, 'App\\Models\\Item', 326, 'en', 'description', 'Sales Package	1 TV, User Manual, Warranty Card, Remote Control, 2 Cards, 2 Batteries\r\nBrand	LG\r\nModel Name	65C2PSC\r\nDisplay Size	65Inches\r\nHD Technology & Resolution	Ultra HD 3840 x 2160\r\n3D	No\r\nSmart TV	Yes\r\nCurve TV	No\r\nBuilt In Wi-Fi	Yes\r\nOther Features	Built-in Games, Triple XD Engine, Active Noise Reduction, Dynamic Color Enhancer, PC Input, Dolby Digital Decoder, 2Ch Speaker System\r\nLG Logo', NULL, NULL),
(753, 'App\\Models\\Item', 327, 'en', 'name', 'LG OLED 55G2PSA', NULL, NULL),
(754, 'App\\Models\\Item', 327, 'en', 'description', 'Sales Package	1 TV, User Manual, Warranty Card, Remote Control, 2 Cards, 2 Batteries\r\nBrand	LG\r\nModel Name	48C2PSA\r\nDisplay Size	48 Inches\r\nHD Technology & Resolution	Ultra HD 3840 x 2160\r\n3D	No\r\nSmart TV	Yes\r\nCurve TV	No\r\nBuilt In Wi-Fi	Yes\r\nOther Features	Built-in Games, Triple XD Engine, Active Noise Reduction, Dynamic Color Enhancer, PC Input, Dolby Digital Decoder, 2Ch Speaker System', NULL, NULL),
(755, 'App\\Models\\Item', 328, 'en', 'name', 'SONY OLED XR-65A95K', NULL, NULL),
(756, 'App\\Models\\Item', 328, 'en', 'description', 'Sales Package	TV, Remote, Quick Guide and Power Cable\r\nBrand	Sony\r\nModel Name	XR-65A95K\r\nDisplay Size	65 (64.5)\r\nHD Technology & Resolution	3840 x 2160 pixels\r\n3D	No\r\nSmart TV	Yes\r\nCurve TV	No\r\nBuilt In Wi-Fi	Yes\r\nOther Features	Bass Reflex Speaker for powerful bass sound with slim design, Auto Surround, S-Master Digital Amplifier', NULL, NULL),
(757, 'App\\Models\\Item', 329, 'en', 'name', 'SAMSUNG QLED QA65QN85B', NULL, NULL),
(758, 'App\\Models\\Item', 329, 'en', 'description', 'Sales Package	1 U Television, Remote, Power Cable, User Manual, Warranty Card, Quick Start Guide, Batteries, Stand\r\nBrand	Samsung\r\nModel Name	QA65QN85B\r\nDisplay Size	65\r\nHD Technology & Resolution	7,680 x 4,320\r\n3D	No\r\nSmart TV	Yes\r\nCurve TV	No\r\nBuilt In Wi-Fi	Yes\r\nOther Features	Clean View, Wide Colour enhancer, HD Picture Quality, HyperReal Picture Engine', NULL, NULL),
(759, 'App\\Models\\Item', 330, 'en', 'name', 'SAMSUNG QLED QA55QN95B', NULL, NULL),
(760, 'App\\Models\\Item', 330, 'en', 'description', 'Sales Package	Remote Control Battery | Remote Control | Stand | Wall Mount | Power Cable |Warranty Card | e-Manual\r\nBrand	Samsung\r\nModel Name	QA55QN95B\r\nDisplay Size	55\r\nHD Technology & Resolution	768p\r\n3D	No\r\nSmart TV	Yes\r\nCurve TV	No\r\nBuilt In Wi-Fi	Yes\r\nOther Features	Clean View, Wide Colour enhancer, HD Picture Quality, HyperReal Picture Engine', NULL, NULL),
(761, 'App\\Models\\Item', 331, 'en', 'name', 'SAMSUNG QLED QA55QN90B', NULL, NULL),
(762, 'App\\Models\\Item', 331, 'en', 'description', 'Sales Package	Remote Control Battery | Remote Control | Stand | Wall Mount | Power Cable |Warranty Card | e-Manual\r\nBrand	Samsung\r\nModel Name	QA55QN90B\r\nDisplay Size	55\r\nHD Technology & Resolution	768p\r\n3D	No\r\nSmart TV	Yes\r\nCurve TV	No\r\nBuilt In Wi-Fi	Yes\r\nOther Features	Clean View, Wide Colour enhancer, HD Picture Quality, HyperReal Picture Engine', NULL, NULL),
(763, 'App\\Models\\Item', 332, 'en', 'name', 'SAMSUNG QLED QA55QN85B', NULL, NULL),
(764, 'App\\Models\\Item', 332, 'en', 'description', 'Sales Package	Remote Control Battery | Remote Control | Stand | Wall Mount | Power Cable |Warranty Card | e-Manual\r\nBrand	Samsung\r\nModel Name	QA55QN85B\r\nDisplay Size	55\r\nHD Technology & Resolution	768p\r\n3D	No\r\nSmart TV	Yes\r\nCurve TV	No\r\nBuilt In Wi-Fi	Yes\r\nOther Features	Clean View, Wide Colour enhancer, HD Picture Quality, HyperReal Picture Engine', NULL, NULL),
(765, 'App\\Models\\Category', 187, 'en', 'name', 'Home Appliances', NULL, NULL),
(766, 'App\\Models\\Category', 188, 'en', 'name', 'Fans', NULL, NULL),
(767, 'App\\Models\\Category', 189, 'en', 'name', 'Refrigerators', NULL, NULL),
(768, 'App\\Models\\Category', 190, 'en', 'name', 'Washing Machine', NULL, NULL),
(769, 'App\\Models\\Category', 191, 'en', 'name', 'Air conditioner', NULL, NULL),
(770, 'App\\Models\\Brand', 19, 'en', 'name', 'Havells', NULL, NULL),
(771, 'App\\Models\\Item', 333, 'en', 'name', 'Havells 1200mm Fan Enticer Pearl Wh Gold', NULL, NULL),
(772, 'App\\Models\\Item', 333, 'en', 'description', 'Brand	Havells\r\nModel Name	Enticer\r\nColor	Pearl White Gold\r\nType	Ceiling Fan\r\nNumber of Blades	3', NULL, NULL),
(773, 'App\\Models\\Item', 334, 'en', 'name', 'Havells Ceiling Fan 1200mm Andria Quartz', NULL, NULL),
(774, 'App\\Models\\Item', 334, 'en', 'description', 'Brand	Havells\r\nModel Name	Andria Quartz\r\nColor	Gold\r\nType	Ceiling Fan\r\nNumber of Blades	3', NULL, NULL),
(775, 'App\\Models\\Item', 335, 'en', 'name', 'Havells Ceiling Fan 1200mm Aeroking Brown Havells Ceiling Fan 1200mm Aeroking Brown', NULL, NULL),
(776, 'App\\Models\\Item', 335, 'en', 'description', 'Brand	Havells\r\nModel Name	Aeroking\r\nColor	Brown\r\nType	Ceiling Fan\r\nNumber of Blades	3\r\nOther Features	High speed fan with 400rpm, Havells Ceiling fan 1200mm sweep', NULL, NULL),
(777, 'App\\Models\\Item', 336, 'en', 'name', 'HAVELLS 1200 MM FAN ORION BRUSHED NICKEL', NULL, NULL),
(778, 'App\\Models\\Item', 336, 'en', 'description', 'Brand	Havells\r\nModel Name	Orion\r\nColor	Brushed Nickel\r\nType	Ceiling Fan\r\nNumber of Blades	3\r\nOther Features	Wider tip blade for effective air circulation,Optimum performance even at low voltage', NULL, NULL),
(779, 'App\\Models\\Item', 337, 'en', 'name', 'LG REF GL-M051RSWC ( MINI REF )', NULL, NULL),
(780, 'App\\Models\\Item', 337, 'en', 'description', 'Brand	LG\r\nModel	GL-M051RSWC\r\nCapacity	45 Litres\r\nType	Side by Side\r\nStar Rating	2 Star Rating\r\nStabilizer	yes\r\nColor	Matte Black\r\nOther Features	Moist Balance Crisper, Anti Bacterial Gasket, Smart Inverter Compressor, Smart Connect', NULL, NULL),
(781, 'App\\Models\\Item', 338, 'en', 'name', 'LG REF GL-S322SDSY', NULL, NULL),
(782, 'App\\Models\\Item', 338, 'en', 'description', 'Brand	LG\r\nModel	GL-S322SDSY\r\nCapacity	308 Litres\r\nType	Double\r\nStar Rating	2 Star Rating\r\nStabilizer	yes\r\nColor	Dazzle Steel\r\nOther Features	Stabilizer Free Operation, Smart Diagnosis, Anti-Bacterial Gasket', NULL, NULL),
(783, 'App\\Models\\Item', 339, 'en', 'name', 'LG 260 L 2 star Single Door Refrigerator (GL-N292RDSY, Dazzle Steel)', NULL, NULL),
(784, 'App\\Models\\Item', 339, 'en', 'description', 'Brand	LG\r\nModel	GL-N292RDSY\r\nCapacity	260 L\r\nType	Double Door\r\nStar Rating	2 star\r\nStabilizer	yes\r\nColour	Dazzle Steel\r\nOther Features	Smart Inverter Compressor, Multi Air Flow, LED Lighting, MOIST ‘N\' FRESH', NULL, NULL),
(785, 'App\\Models\\Item', 340, 'en', 'name', 'Samsung 244 L 3 star Double Door Refrigerator (RT28T3C23NV, Wave Steel)', NULL, NULL),
(786, 'App\\Models\\Item', 340, 'en', 'description', 'Brand	Samsung\r\nModel	RT28T3C23NV\r\nCapacity	244 L\r\nType	Double Door\r\nStar Rating	3 Star\r\nStabilizer	Free Operation\r\nColor	Wave Steel\r\nOther Features	Curd Maestro, Base Stand Drawer, Convertible Freezer, Digital Inverter Technology, All-around Cooling, Stabilizer Free Operation', NULL, NULL),
(787, 'App\\Models\\Item', 341, 'en', 'name', 'Samsung 324L Twin Cooling Plus™ Double Door Refrigerator RT34A4533BX', NULL, NULL),
(788, 'App\\Models\\Item', 341, 'en', 'description', 'Brand	Samsung\r\nModel	RT34A4533BX\r\nCapacity	324 ℓ\r\nType	Double Door\r\nStar Rating	3 Star\r\nStabilizer	Stabilizer Free Operation\r\nColour	LUXE BLACK\r\nOther Features	Multi Flow, Ice Maker, Deodorizer, Fresh room', NULL, NULL),
(789, 'App\\Models\\Item', 342, 'en', 'name', 'SAMSUNG WM WW70T4020CX1', NULL, NULL),
(790, 'App\\Models\\Item', 342, 'en', 'description', 'Brand	Samsung\r\nModel Name	WW70T4020CX1\r\nType	Front Load Washing\r\nFunction Type	Fully-Automatic\r\nWashing Capacity	7 kg\r\nWashing Method	Bubble technology\r\nMaximum Spin Speed	1200 rpm\r\nIn-built Heater	Ceramic Heater\r\nShade	Inox\r\nIn The Box	1 Washing Machine, Inlet Pipe, Drain Pipe\r\nOther Features	Intensive Stain Removal,Easy Trouble-shooting, Chemical-Free Drum Sanitization,Quick Wash Programme,Gentle Fabric Care', NULL, NULL),
(791, 'App\\Models\\Item', 343, 'en', 'name', 'SAMSUNG WM WW80T4040CX1TL', NULL, NULL),
(792, 'App\\Models\\Item', 343, 'en', 'description', 'Brand	Samsung\r\nModel Name	WW80T4040CX1TL\r\nType	Front Loading\r\nFunction Type	Fully Automatic\r\nWashing Capacity	8 Kg\r\nWashing Method	Bubble technology\r\nMaximum Spin Speed	1400 rpm\r\nIn-built Heater	Ceramic Heater\r\nShade	Inox\r\nIn The Box	1 Washing Machine, Inlet Pipe, Drain Pipe\r\nOther Features	Intensive Stain Removal,Easy Trouble-shooting, Chemical-Free Drum Sanitization,Quick Wash Programme,Gentle Fabric Care', NULL, NULL),
(793, 'App\\Models\\Item', 344, 'en', 'name', 'SAMSUNG WM WW70T502DAX1TL', NULL, NULL),
(794, 'App\\Models\\Item', 344, 'en', 'description', 'Brand	Samsung\r\nModel Name	WW70T502DAX1TL\r\nType	Front Loading\r\nFunction Type	Fully Automatic\r\nWashing Capacity	7 kg\r\nWashing Method	-\r\nMaximum Spin Speed	1200rpm\r\nIn-built Heater	Ceramic Heater\r\nShade	Inox\r\nIn The Box	1 Washing Machine, Inlet Pipe, Drain Pipe\r\nOther Features	Intensive Stain Removal,Easy Trouble-shooting, Chemical-Free Drum Sanitization,Quick Wash Programme,Gentle Fabric Care', NULL, NULL),
(795, 'App\\Models\\Brand', 20, 'en', 'name', 'IFB', NULL, NULL),
(796, 'App\\Models\\Item', 345, 'en', 'name', 'IFB WM SENATOR WSS STEAM', NULL, NULL),
(797, 'App\\Models\\Item', 345, 'en', 'description', 'Brand	IFB\r\nModel Name	‎SENATOR WSS 8014\r\nType	Front Load\r\nFunction Type	Fully Automatic\r\nWashing Capacity	8kg\r\nWashing Method	Tumble Wash\r\nMaximum Spin Speed	1400 rpm\r\nIn-built Heater	Yes\r\nShade	Silver\r\nIn The Box	Washing Machine, User Manual, Drain Hose, Water Inlet Pipe, Protective Rat Mesh\r\nOther Features	Self Diagnosis, Auto Imbalance Sensing & Control, Foam Control System, Water Supply: 0.3 - 10 Bar, Built-in Aqua Filter', NULL, NULL),
(798, 'App\\Models\\Item', 346, 'en', 'name', 'SAMSUNG WM WW65R20EKSS/TL', NULL, NULL),
(799, 'App\\Models\\Item', 346, 'en', 'description', 'Brand	Samsung\r\nModel Name	WW65R20EKSS/TL\r\nType	Front Loading\r\nFunction Type	Fully Automatic\r\nWashing Capacity	6.5kg\r\nWashing Method	Bubble technology\r\nMaximum Spin Speed	1400 rpm\r\nIn-built Heater	Ceramic Heater\r\nShade	Inox\r\nIn The Box	1 Washing Machine, Inlet Pipe, Drain Pipe\r\nOther Features	Intensive Stain Removal,Easy Trouble-shooting, Chemical-Free Drum Sanitization,Quick Wash Programme,Gentle Fabric Care', NULL, NULL),
(800, 'App\\Models\\Item', 347, 'en', 'name', 'LG Split AC PSNQ19JNZE 1.5 Ton 5 Star 6-in-1 Inverter', NULL, NULL),
(801, 'App\\Models\\Item', 347, 'en', 'description', 'Brand	LG\r\nModel Name	PSNQ19JNZE\r\nType	Split Ac\r\nCapacity in Tons	1 .5Ton\r\nStar Rating	5s\r\nColor	White\r\nCompressor	Dual Rotary/R-32\r\nRemote Control	Yes\r\nCondenser Coil	Copper\r\nOther Features	Dual Protection Filter, 3M Micro Dust Protection Filter, Auto Clean', NULL, NULL),
(802, 'App\\Models\\Item', 348, 'en', 'name', 'LG PS-Q19ENZE 1.5 Ton 5 Star Inverter 6-in-1 Split AC', NULL, NULL),
(803, 'App\\Models\\Item', 348, 'en', 'description', 'Brand	LG\r\nModel Name	PSNQ19ENZE\r\nType	Split Ac\r\nCapacity in Tons	1 .5Ton\r\nStar Rating	5 Star\r\nColor	White\r\nCompressor	Dual Rotary/R-32\r\nRemote Control	Yes\r\nCondenser Coil	Copper\r\nOther Features	HD Filter with Anti-Virus Protection,4 Way Swing,100% Copper Tubes with Ocean Black Protection', NULL, NULL),
(804, 'App\\Models\\Item', 349, 'en', 'name', 'SAMSUNG AC AR18BY5YATB, IU', NULL, NULL),
(805, 'App\\Models\\Item', 349, 'en', 'description', 'Brand	Samsung\r\nModel Name	AR18BY5YATB\r\nType	Split\r\nCapacity in Tons	1.5 Ton\r\nStar Rating	5s\r\nColor	White\r\nCompressor	BLDC\r\nRemote Control	Yes\r\nCondenser Coil	Copper\r\nOther Features	Anti-virus coating, Anti-allergy coating, Auto clean, Optimal single blade, 4-steps fan speed, Good sleep, Fast/Comfort Cool, anti-corrosion condensor', NULL, NULL),
(806, 'App\\Models\\Item', 350, 'en', 'name', 'SAMSUNG AC AR18BY4APWK 1.5Ton Split AC convertible 5-in-1 4 Star', NULL, NULL);
INSERT INTO `translations` (`id`, `translationable_type`, `translationable_id`, `locale`, `key`, `value`, `created_at`, `updated_at`) VALUES
(807, 'App\\Models\\Item', 350, 'en', 'description', 'Brand	Samsung\r\nModel Name	AR18BY4APWK\r\nType	Split Ac\r\nCapacity in Tons	1.5 Ton\r\nStar Rating	4 Star\r\nColor	White\r\nCompressor	BLDC\r\nRemote Control	Yes\r\nCondenser Coil	Copper\r\nOther Features	Anti-virus coating, Anti-allergy coating, Auto clean, Optimal single blade, 4-steps fan speed, Good sleep, Fast/Comfort Cool, anti-corrosion condensor', NULL, NULL),
(808, 'App\\Models\\Item', 256, 'en', 'name', 'Chicken Wings with Skin', NULL, NULL),
(809, 'App\\Models\\Item', 256, 'en', 'description', 'Chicken Wings with Skin', NULL, NULL),
(810, 'App\\Models\\Item', 257, 'en', 'name', 'Blue Crab Small - Whole, Cleaned', NULL, NULL),
(811, 'App\\Models\\Item', 257, 'en', 'description', 'Blue Crab Small - Whole, Cleaned', NULL, NULL),
(812, 'App\\Models\\Item', 258, 'en', 'name', 'Blue Crab Small - Whole, Cleaned', NULL, NULL),
(813, 'App\\Models\\Item', 258, 'en', 'description', 'Blue Crab Small - Whole, Cleaned', NULL, NULL),
(814, 'App\\Models\\Item', 259, 'en', 'name', 'Three spotted Crab - Whole Cleaned', NULL, NULL),
(815, 'App\\Models\\Item', 259, 'en', 'description', 'Three spotted Crab - Whole Cleaned', NULL, NULL),
(816, 'App\\Models\\Item', 260, 'en', 'name', 'Three spotted Crab - Whole Cleaned', NULL, NULL),
(817, 'App\\Models\\Item', 260, 'en', 'description', 'Three spotted Crab - Whole Cleaned', NULL, NULL),
(818, 'App\\Models\\Item', 261, 'en', 'name', 'Freshwater Prawns (Medium Sized) - Cleaned & Deveined (Trial Pack)', NULL, NULL),
(819, 'App\\Models\\Item', 261, 'en', 'description', 'Freshwater Prawns (Medium Sized) - Cleaned & Deveined (Trial Pack)', NULL, NULL),
(820, 'App\\Models\\Item', 262, 'en', 'name', 'Freshwater Prawns (Medium Sized) - Cleaned & Deveined (Trial Pack)', NULL, NULL),
(821, 'App\\Models\\Item', 262, 'en', 'description', 'Freshwater Prawns (Medium Sized) - Cleaned & Deveined (Trial Pack)', NULL, NULL),
(822, 'App\\Models\\Item', 263, 'en', 'name', 'Rohu (1.4kg) - Bengali Cut, No Head', NULL, NULL),
(823, 'App\\Models\\Item', 263, 'en', 'description', 'Rohu (1.4kg) - Bengali Cut, No Head', NULL, NULL),
(824, 'App\\Models\\Item', 264, 'en', 'name', 'Rohu (1.4kg) - Bengali Cut, No Head', NULL, NULL),
(825, 'App\\Models\\Item', 264, 'en', 'description', 'Rohu (1.4kg) - Bengali Cut, No Head', NULL, NULL),
(826, 'App\\Models\\Item', 265, 'en', 'name', 'Rohu (1.4kg) - Bengali Cut, No Head', NULL, NULL),
(827, 'App\\Models\\Item', 265, 'en', 'description', 'Rohu (1.4kg) - Bengali Cut, No Head', NULL, NULL),
(828, 'App\\Models\\Item', 266, 'en', 'name', 'Rohu (1.4kg) - Bengali Cut, No Head', NULL, NULL),
(829, 'App\\Models\\Item', 266, 'en', 'description', 'Rohu (1.4kg) - Bengali Cut, No Head', NULL, NULL),
(830, 'App\\Models\\Item', 267, 'en', 'name', 'Basa Medium Fillet', NULL, NULL),
(831, 'App\\Models\\Item', 267, 'en', 'description', 'Basa Medium Fillet', NULL, NULL),
(832, 'App\\Models\\Item', 268, 'en', 'name', 'Basa Medium Fillet', NULL, NULL),
(833, 'App\\Models\\Item', 268, 'en', 'description', 'Basa Medium Fillet', NULL, NULL),
(834, 'App\\Models\\Item', 269, 'en', 'name', 'Seer Small - Steaks', NULL, NULL),
(835, 'App\\Models\\Item', 269, 'en', 'description', 'Seer Small - Steaks', NULL, NULL),
(836, 'App\\Models\\Item', 270, 'en', 'name', 'Seer Small - Steaks', NULL, NULL),
(837, 'App\\Models\\Item', 270, 'en', 'description', 'Seer Small - Steaks', NULL, NULL),
(838, 'App\\Models\\Item', 271, 'en', 'name', 'Sardine Medium - Whole Cleaned', NULL, NULL),
(839, 'App\\Models\\Item', 271, 'en', 'description', 'Sardine Medium - Whole Cleaned', NULL, NULL),
(840, 'App\\Models\\Item', 272, 'en', 'name', 'Sardine Medium - Whole Cleaned', NULL, NULL),
(841, 'App\\Models\\Item', 272, 'en', 'description', 'Sardine Medium - Whole Cleaned', NULL, NULL),
(842, 'App\\Models\\Item', 273, 'en', 'name', 'Mackerel Small - Whole, Cleaned', NULL, NULL),
(843, 'App\\Models\\Item', 273, 'en', 'description', 'Mackerel Small - Whole, Cleaned', NULL, NULL),
(844, 'App\\Models\\Item', 274, 'en', 'name', 'Mackerel Small - Whole, Cleaned', NULL, NULL),
(845, 'App\\Models\\Item', 274, 'en', 'description', 'Mackerel Small - Whole, Cleaned', NULL, NULL),
(846, 'App\\Models\\Item', 275, 'en', 'name', 'Goat Curry Cut', NULL, NULL),
(847, 'App\\Models\\Item', 275, 'en', 'description', 'Goat Curry Cut', NULL, NULL),
(848, 'App\\Models\\Item', 276, 'en', 'name', 'Goat Curry Cut', NULL, NULL),
(849, 'App\\Models\\Item', 276, 'en', 'description', 'Goat Curry Cut', NULL, NULL),
(850, 'App\\Models\\Item', 277, 'en', 'name', 'Premium Lamb Curry Cut', NULL, NULL),
(851, 'App\\Models\\Item', 277, 'en', 'description', 'Premium Lamb Curry Cut', NULL, NULL),
(852, 'App\\Models\\Item', 278, 'en', 'name', 'Premium Lamb Curry Cut', NULL, NULL),
(853, 'App\\Models\\Item', 278, 'en', 'description', 'Premium Lamb Curry Cut', NULL, NULL),
(854, 'App\\Models\\Item', 279, 'en', 'name', 'Mangshor Jhol Cut / Goat Curry Cut', NULL, NULL),
(855, 'App\\Models\\Item', 279, 'en', 'description', 'Mangshor Jhol Cut / Goat Curry Cut', NULL, NULL),
(856, 'App\\Models\\Item', 280, 'en', 'name', 'Mangshor Jhol Cut / Goat Curry Cut', NULL, NULL),
(857, 'App\\Models\\Item', 280, 'en', 'description', 'Mangshor Jhol Cut / Goat Curry Cut', NULL, NULL),
(858, 'App\\Models\\Item', 281, 'en', 'name', 'Mutton Liver - Chunks', NULL, NULL),
(859, 'App\\Models\\Item', 281, 'en', 'description', 'Mutton Liver - Chunks', NULL, NULL),
(860, 'App\\Models\\Item', 282, 'en', 'name', 'Mutton Liver - Chunks', NULL, NULL),
(861, 'App\\Models\\Item', 282, 'en', 'description', 'Mutton Liver - Chunks', NULL, NULL),
(862, 'App\\Models\\Item', 230, 'en', 'name', 'Chicken Curry Cut', NULL, NULL),
(863, 'App\\Models\\Item', 230, 'en', 'description', 'Chicken Curry Cut is a premium cut that includes the leg, breast & wings.', NULL, NULL),
(864, 'App\\Models\\Item', 283, 'en', 'name', 'Mutton Paya', NULL, NULL),
(865, 'App\\Models\\Item', 283, 'en', 'description', 'Mutton Paya', NULL, NULL),
(866, 'App\\Models\\Item', 284, 'en', 'name', 'Mutton Paya', NULL, NULL),
(867, 'App\\Models\\Item', 284, 'en', 'description', 'Mutton Paya', NULL, NULL),
(868, 'App\\Models\\Item', 286, 'en', 'name', 'Mutton Soup Bones', NULL, NULL),
(869, 'App\\Models\\Item', 286, 'en', 'description', 'Mutton Soup Bones', NULL, NULL),
(870, 'App\\Models\\Item', 287, 'en', 'name', 'Pure Goat Mince', NULL, NULL),
(871, 'App\\Models\\Item', 287, 'en', 'description', 'Pure Goat Mince', NULL, NULL),
(872, 'App\\Models\\Item', 288, 'en', 'name', 'Pure Goat Mince', NULL, NULL),
(873, 'App\\Models\\Item', 288, 'en', 'description', 'Pure Goat Mince', NULL, NULL),
(874, 'App\\Models\\Item', 289, 'en', 'name', 'Pure Lamb Mince', NULL, NULL),
(875, 'App\\Models\\Item', 289, 'en', 'description', 'Pure Lamb Mince', NULL, NULL),
(876, 'App\\Models\\Item', 290, 'en', 'name', 'Pure Lamb Mince', NULL, NULL),
(877, 'App\\Models\\Item', 290, 'en', 'description', 'Pure Lamb Mince', NULL, NULL),
(878, 'App\\Models\\Item', 285, 'en', 'name', 'Mutton Soup Bones', NULL, NULL),
(879, 'App\\Models\\Item', 285, 'en', 'description', 'Mutton Soup Bones', NULL, NULL),
(880, 'App\\Models\\Item', 291, 'en', 'name', 'Goat Boneless', NULL, NULL),
(881, 'App\\Models\\Item', 291, 'en', 'description', 'Goat Boneless', NULL, NULL),
(882, 'App\\Models\\Item', 292, 'en', 'name', 'Goat Boneless', NULL, NULL),
(883, 'App\\Models\\Item', 292, 'en', 'description', 'Goat Boneless', NULL, NULL),
(884, 'App\\Models\\Item', 241, 'en', 'name', 'Chicken Boneless - Mini Bites', NULL, NULL),
(885, 'App\\Models\\Item', 241, 'en', 'description', 'Chicken Boneless - Mini Bites', NULL, NULL),
(886, 'App\\Models\\Item', 240, 'en', 'name', 'Chicken Boneless - Mini Bites', NULL, NULL),
(887, 'App\\Models\\Item', 240, 'en', 'description', 'Chicken Boneless - Mini Bites', NULL, NULL),
(888, 'App\\Models\\Item', 242, 'en', 'name', 'Chicken Mince/Keema - 250 gms (Mini Pack)', NULL, NULL),
(889, 'App\\Models\\Item', 242, 'en', 'description', 'Chicken Mince/Keema - 250 gms (Mini Pack)', NULL, NULL),
(890, 'App\\Models\\Item', 239, 'en', 'name', 'Chicken Mince/Keema - 250 gms (Mini Pack)', NULL, NULL),
(891, 'App\\Models\\Item', 239, 'en', 'description', 'Chicken Mince/Keema - 250 gms (Mini Pack)', NULL, NULL),
(892, 'App\\Models\\Item', 238, 'en', 'name', 'Chicken - All Purpose Chunks', NULL, NULL),
(893, 'App\\Models\\Item', 238, 'en', 'description', 'Chicken - All Purpose Chunks', NULL, NULL),
(894, 'App\\Models\\Item', 237, 'en', 'name', 'Premium Chicken Thigh Boneless', NULL, NULL),
(895, 'App\\Models\\Item', 237, 'en', 'description', 'Premium Chicken Thigh Boneless', NULL, NULL),
(896, 'App\\Models\\Item', 236, 'en', 'name', 'Chicken Breast - Boneless', NULL, NULL),
(897, 'App\\Models\\Item', 236, 'en', 'description', 'Chicken Breast - Boneless', NULL, NULL),
(898, 'App\\Models\\Item', 235, 'en', 'name', 'Chicken Curry Cut with Skin - Small Pieces', NULL, NULL),
(899, 'App\\Models\\Item', 235, 'en', 'description', 'This special curry cut includes skin-on cuts of the leg, breast & wings. The skin crisps up when cooked, adding a host of flavours to the dish.', NULL, NULL),
(900, 'App\\Models\\Item', 234, 'en', 'name', 'Chicken Curry Cut - Large Pieces', NULL, NULL),
(901, 'App\\Models\\Item', 234, 'en', 'description', 'Chicken Curry Cut is a premium cut that includes the leg, breast & wings.\r\nThis larger, tender cut has equal-sized pieces for uniform cooking and the juiciest bites.\r\nOur meaty, juicy Chicken Curry Cut is perfect for a family of 4.', NULL, NULL),
(902, 'App\\Models\\Item', 233, 'en', 'name', 'Chicken Curry Cut - Small Pieces', NULL, NULL),
(903, 'App\\Models\\Item', 233, 'en', 'description', 'Chicken Curry Cut is a premium cut that includes the leg, breast & wings. This smaller, tender cut has equal-sized pieces for uniform cooking and the juiciest bites. Our meaty, juicy Chicken Curry Cut is perfect for a family of 4.', NULL, NULL),
(904, 'App\\Models\\Item', 232, 'en', 'name', 'White Pomfret', NULL, NULL),
(905, 'App\\Models\\Item', 232, 'en', 'description', 'White Pomfret which are mild-flavoured, creamy & tender.', NULL, NULL),
(906, 'App\\Models\\Item', 231, 'en', 'name', 'Sea Prawns Small Sized) - Cleaned & Deveined', NULL, NULL),
(907, 'App\\Models\\Item', 231, 'en', 'description', 'The Prawns come without tails & are consistent in size so they all cook equally.', NULL, NULL),
(908, 'App\\Models\\Item', 249, 'en', 'name', 'Chicken Drumstick - Pack Of 6', NULL, NULL),
(909, 'App\\Models\\Item', 249, 'en', 'description', 'Chicken Drumstick - Pack Of 6', NULL, NULL),
(910, 'App\\Models\\Item', 248, 'en', 'name', 'Chicken Curry Cut - Small Pieces', NULL, NULL),
(911, 'App\\Models\\Item', 248, 'en', 'description', 'Chicken Curry Cut - Small Pieces', NULL, NULL),
(912, 'App\\Models\\Item', 247, 'en', 'name', 'Chicken Curry Cut - Large Pieces', NULL, NULL),
(913, 'App\\Models\\Item', 247, 'en', 'description', 'Chicken Curry Cut - Large Pieces', NULL, NULL),
(914, 'App\\Models\\Item', 246, 'en', 'name', 'Chicken Curry Cut with Skin - Small Pieces', NULL, NULL),
(915, 'App\\Models\\Item', 246, 'en', 'description', 'Chicken Curry Cut with Skin - Small Pieces', NULL, NULL),
(916, 'App\\Models\\Item', 245, 'en', 'name', 'Chicken Breast - Boneless', NULL, NULL),
(917, 'App\\Models\\Item', 245, 'en', 'description', 'Chicken Breast - Boneless', NULL, NULL),
(918, 'App\\Models\\Item', 244, 'en', 'name', 'Premium Chicken Thigh Boneless', NULL, NULL),
(919, 'App\\Models\\Item', 244, 'en', 'description', 'Premium Chicken Thigh Boneless', NULL, NULL),
(920, 'App\\Models\\Item', 243, 'en', 'name', 'Chicken - All Purpose Chunks', NULL, NULL),
(921, 'App\\Models\\Item', 243, 'en', 'description', 'Chicken - All Purpose Chunks', NULL, NULL),
(922, 'App\\Models\\Item', 255, 'en', 'name', 'Chicken Wings with Skin', NULL, NULL),
(923, 'App\\Models\\Item', 255, 'en', 'description', 'Chicken Wings with Skin', NULL, NULL),
(924, 'App\\Models\\Item', 254, 'en', 'name', 'Chicken Lollipop - Pack of 10', NULL, NULL),
(925, 'App\\Models\\Item', 254, 'en', 'description', 'Chicken Lollipop - Pack of 10', NULL, NULL),
(926, 'App\\Models\\Item', 253, 'en', 'name', 'Chicken Lollipop - Pack of 10', NULL, NULL),
(927, 'App\\Models\\Item', 253, 'en', 'description', 'Chicken Lollipop - Pack of 10', NULL, NULL),
(928, 'App\\Models\\Item', 252, 'en', 'name', 'Classic Chicken Soup Bones', NULL, NULL),
(929, 'App\\Models\\Item', 252, 'en', 'description', 'Classic Chicken Soup Bones', NULL, NULL),
(930, 'App\\Models\\Item', 251, 'en', 'name', 'Classic Chicken Soup Bones', NULL, NULL),
(931, 'App\\Models\\Item', 251, 'en', 'description', 'Classic Chicken Soup Bones', NULL, NULL),
(932, 'App\\Models\\Item', 250, 'en', 'name', 'Chicken Drumstick - Pack Of 6', NULL, NULL),
(933, 'App\\Models\\Item', 250, 'en', 'description', 'Chicken Drumstick - Pack Of 6', NULL, NULL),
(934, 'App\\Models\\Store', 14, 'en', 'name', 'Apollo Pharmacy', NULL, NULL),
(935, 'App\\Models\\Store', 14, 'en', 'address', 'Door No 2, 4, Main Rd, A Zone, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 530051', NULL, NULL),
(936, 'App\\Models\\Store', 15, 'en', 'name', 'MedPlus', NULL, NULL),
(937, 'App\\Models\\Store', 15, 'en', 'address', 'Door Number13-12/1, Zone Vi, 80 Feet Rd, Sujatha Nagar, Pendurthi, Visakhapatnam, Andhra Pradesh 530051', NULL, NULL),
(938, 'App\\Models\\Category', 192, 'en', 'name', 'Personal Care', NULL, NULL),
(939, 'App\\Models\\Category', 193, 'en', 'name', 'Skin Care', NULL, NULL),
(940, 'App\\Models\\Category', 194, 'en', 'name', 'Oral Care', NULL, NULL),
(941, 'App\\Models\\Category', 195, 'en', 'name', 'Adult Diapers', NULL, NULL),
(942, 'App\\Models\\Item', 351, 'en', 'name', 'Apollo Pharmacy Premium Aqua Blue Handwash, 500 ml (2x250 ml)', NULL, NULL),
(943, 'App\\Models\\Item', 351, 'en', 'description', 'Apollo Pharmacy Premium Aqua Blue Handwash, 500 ml (2x250 ml)', NULL, NULL),
(944, 'App\\Models\\Item', 352, 'en', 'name', 'Apollo Pharmacy Premium Aqua Blue Handwash, 500 ml (2x250 ml)', NULL, NULL),
(945, 'App\\Models\\Item', 352, 'en', 'description', 'Apollo Pharmacy Premium Aqua Blue Handwash, 500 ml (2x250 ml)', NULL, NULL),
(946, 'App\\Models\\Item', 353, 'en', 'name', 'Apollo Life Premium Citrus Refreshing Wet Wipes, 60 (2x30) Count', NULL, NULL),
(947, 'App\\Models\\Item', 353, 'en', 'description', 'Apollo Life Premium Citrus Refreshing Wet Wipes, 60 (2x30) Count', NULL, NULL),
(948, 'App\\Models\\Item', 354, 'en', 'name', 'Apollo Life Premium Citrus Refreshing Wet Wipes, 60 (2x30) Count', NULL, NULL),
(949, 'App\\Models\\Item', 354, 'en', 'description', 'Apollo Life Premium Citrus Refreshing Wet Wipes, 60 (2x30) Count', NULL, NULL),
(950, 'App\\Models\\Item', 355, 'en', 'name', 'Apollo Life Aloe Vera Skin Care Gel, 200 gm (2x100 gm)', NULL, NULL),
(951, 'App\\Models\\Item', 355, 'en', 'description', 'Apollo Life Aloe Vera Skin Care Gel, 200 gm (2x100 gm)', NULL, NULL),
(952, 'App\\Models\\Item', 356, 'en', 'name', 'Apollo Life Aloe Vera Skin Care Gel, 200 gm (2x100 gm)', NULL, NULL),
(953, 'App\\Models\\Item', 356, 'en', 'description', 'Apollo Life Aloe Vera Skin Care Gel, 200 gm (2x100 gm)', NULL, NULL),
(954, 'App\\Models\\Item', 357, 'en', 'name', 'Apollo Pharmacy Value Pack Sensitive Toothbrush & Tongue Cleaner, 2 Kit', NULL, NULL),
(955, 'App\\Models\\Item', 357, 'en', 'description', 'Apollo Pharmacy Value Pack Sensitive Toothbrush & Tongue Cleaner, 2 Kit', NULL, NULL),
(956, 'App\\Models\\Item', 358, 'en', 'name', 'Apollo Pharmacy Value Pack Sensitive Toothbrush & Tongue Cleaner, 2 Kit', NULL, NULL),
(957, 'App\\Models\\Item', 358, 'en', 'description', 'Apollo Pharmacy Value Pack Sensitive Toothbrush & Tongue Cleaner, 2 Kit', NULL, NULL),
(958, 'App\\Models\\Item', 359, 'en', 'name', 'Apollo Pharmacy Povidone Iodine 2% W/V Gargle, 100 ml', NULL, NULL),
(959, 'App\\Models\\Item', 359, 'en', 'description', 'Apollo Pharmacy Povidone Iodine 2% W/V Gargle, 100 ml', NULL, NULL),
(960, 'App\\Models\\Item', 360, 'en', 'name', 'Apollo Pharmacy Povidone Iodine 2% W/V Gargle, 100 ml', NULL, NULL),
(961, 'App\\Models\\Item', 360, 'en', 'description', 'Apollo Pharmacy Povidone Iodine 2% W/V Gargle, 100 ml', NULL, NULL),
(962, 'App\\Models\\Item', 361, 'en', 'name', 'Apollo Pharmacy Fresh Breath Cool Mint Mouthwash, 150 ml', NULL, NULL),
(963, 'App\\Models\\Item', 361, 'en', 'description', 'Apollo Pharmacy Fresh Breath Cool Mint Mouthwash, 150 ml', NULL, NULL),
(964, 'App\\Models\\Item', 362, 'en', 'name', 'Apollo Pharmacy Fresh Breath Cool Mint Mouthwash, 150 ml', NULL, NULL),
(965, 'App\\Models\\Item', 362, 'en', 'description', 'Apollo Pharmacy Fresh Breath Cool Mint Mouthwash, 150 ml', NULL, NULL),
(966, 'App\\Models\\Item', 363, 'en', 'name', 'Apollo Pharmacy Ayurvedic Toothpaste, 100 gm', NULL, NULL),
(967, 'App\\Models\\Item', 363, 'en', 'description', 'Apollo Pharmacy Ayurvedic Toothpaste, 100 gm', NULL, NULL),
(968, 'App\\Models\\Item', 364, 'en', 'name', 'Apollo Pharmacy Ayurvedic Toothpaste, 100 gm', NULL, NULL),
(969, 'App\\Models\\Item', 364, 'en', 'description', 'Apollo Pharmacy Ayurvedic Toothpaste, 100 gm', NULL, NULL),
(970, 'App\\Models\\Item', 365, 'en', 'name', 'Apollo Essentials Adult Diaper Tape Style Unisex XL, 10 Count', NULL, NULL),
(971, 'App\\Models\\Item', 365, 'en', 'description', 'Apollo Essentials Adult Diaper Tape Style Unisex XL, 10 Count', NULL, NULL),
(972, 'App\\Models\\Item', 366, 'en', 'name', 'Apollo Essentials Adult Diaper Tape Style Unisex XL, 10 Count', NULL, NULL),
(973, 'App\\Models\\Item', 366, 'en', 'description', 'Apollo Essentials Adult Diaper Tape Style Unisex XL, 10 Count', NULL, NULL),
(974, 'App\\Models\\Item', 367, 'en', 'name', 'Apollo Essentials Adult Diaper Pant Unisex Medium, 30 Count', NULL, NULL),
(975, 'App\\Models\\Item', 367, 'en', 'description', 'Apollo Essentials Adult Diaper Pant Unisex Medium, 30 Count', NULL, NULL),
(976, 'App\\Models\\Item', 368, 'en', 'name', 'Apollo Essentials Adult Diaper Pant Unisex Medium, 30 Count', NULL, NULL),
(977, 'App\\Models\\Item', 368, 'en', 'description', 'Apollo Essentials Adult Diaper Pant Unisex Medium, 30 Count', NULL, NULL),
(978, 'App\\Models\\Item', 369, 'en', 'name', 'Apollo Pharmacy Adult Diaper Pant Style Slim XL, 10 Count', NULL, NULL),
(979, 'App\\Models\\Item', 369, 'en', 'description', 'Apollo Pharmacy Adult Diaper Pant Style Slim XL, 10 Count', NULL, NULL),
(980, 'App\\Models\\Item', 370, 'en', 'name', 'Apollo Pharmacy Adult Diaper Pant Style Slim XL, 10 Count', NULL, NULL),
(981, 'App\\Models\\Item', 370, 'en', 'description', 'Apollo Pharmacy Adult Diaper Pant Style Slim XL, 10 Count', NULL, NULL),
(982, 'App\\Models\\Category', 196, 'en', 'name', 'Vitamins & Supplements', NULL, NULL),
(983, 'App\\Models\\Category', 197, 'en', 'name', 'Vitamin C', NULL, NULL),
(984, 'App\\Models\\Category', 198, 'en', 'name', 'Vitamin D', NULL, NULL),
(985, 'App\\Models\\Category', 199, 'en', 'name', 'Multivitamins', NULL, NULL),
(986, 'App\\Models\\Item', 371, 'en', 'name', 'Apollo Pharmacy Vitamin C Effervescent, 20 Tablets', NULL, NULL),
(987, 'App\\Models\\Item', 371, 'en', 'description', 'Apollo Pharmacy Vitamin C Effervescent, 20 Tablets', NULL, NULL),
(988, 'App\\Models\\Item', 372, 'en', 'name', 'Apollo Pharmacy Vitamin C Effervescent, 20 Tablets', NULL, NULL),
(989, 'App\\Models\\Item', 372, 'en', 'description', 'Apollo Pharmacy Vitamin C Effervescent, 20 Tablets', NULL, NULL),
(990, 'App\\Models\\Item', 373, 'en', 'name', 'Fast&Up Charge Natural Vitamin C & Zinc Orange Flavour', NULL, NULL),
(991, 'App\\Models\\Item', 373, 'en', 'description', 'Fast&Up Charge Natural Vitamin C & Zinc Orange Flavour', NULL, NULL),
(992, 'App\\Models\\Item', 374, 'en', 'name', 'Fast&Up Charge Natural Vitamin C & Zinc Orange Flavour', NULL, NULL),
(993, 'App\\Models\\Item', 374, 'en', 'description', 'Fast&Up Charge Natural Vitamin C & Zinc Orange Flavour', NULL, NULL),
(994, 'App\\Models\\Item', 375, 'en', 'name', 'Chicnutrix Glow Glutathione & Vitamin C, 20 Effervescent Tablets', NULL, NULL),
(995, 'App\\Models\\Item', 375, 'en', 'description', 'Chicnutrix Glow Glutathione & Vitamin C, 20 Effervescent Tablets', NULL, NULL),
(996, 'App\\Models\\Item', 376, 'en', 'name', 'Chicnutrix Glow Glutathione & Vitamin C, 20 Effervescent Tablets', NULL, NULL),
(997, 'App\\Models\\Item', 376, 'en', 'description', 'Chicnutrix Glow Glutathione & Vitamin C, 20 Effervescent Tablets', NULL, NULL),
(998, 'App\\Models\\Item', 377, 'en', 'name', 'Uprise-D3 60K Softgel Capsule', NULL, NULL),
(999, 'App\\Models\\Item', 377, 'en', 'description', 'Uprise-D3 60K Softgel Capsule', NULL, NULL),
(1000, 'App\\Models\\Item', 378, 'en', 'name', 'Uprise-D3 60K Softgel Capsule', NULL, NULL),
(1001, 'App\\Models\\Item', 378, 'en', 'description', 'Uprise-D3 60K Softgel Capsule', NULL, NULL),
(1002, 'App\\Models\\Item', 379, 'en', 'name', 'Uprise-D3 60K Oral Solution 5 ml', NULL, NULL),
(1003, 'App\\Models\\Item', 379, 'en', 'description', 'Uprise-D3 60K Oral Solution 5 ml', NULL, NULL),
(1004, 'App\\Models\\Item', 380, 'en', 'name', 'Uprise-D3 60K Oral Solution 5 ml', NULL, NULL),
(1005, 'App\\Models\\Item', 380, 'en', 'description', 'Uprise-D3 60K Oral Solution 5 ml', NULL, NULL),
(1006, 'App\\Models\\Item', 381, 'en', 'name', 'Apollo Pharmacy Vitamin D3 60000 IU, 4 Capsules', NULL, NULL),
(1007, 'App\\Models\\Item', 381, 'en', 'description', 'Apollo Pharmacy Vitamin D3 60000 IU, 4 Capsules', NULL, NULL),
(1008, 'App\\Models\\Item', 382, 'en', 'name', 'Apollo Pharmacy Vitamin D3 60000 IU, 4 Capsules', NULL, NULL),
(1009, 'App\\Models\\Item', 382, 'en', 'description', 'Apollo Pharmacy Vitamin D3 60000 IU, 4 Capsules', NULL, NULL),
(1010, 'App\\Models\\Item', 383, 'en', 'name', 'Centrum Women Multivitamin, 30 Tablets', NULL, NULL),
(1011, 'App\\Models\\Item', 383, 'en', 'description', 'Centrum Women Multivitamin, 30 Tablets', NULL, NULL),
(1012, 'App\\Models\\Item', 384, 'en', 'name', 'Centrum Women Multivitamin, 30 Tablets', NULL, NULL),
(1013, 'App\\Models\\Item', 384, 'en', 'description', 'Centrum Women Multivitamin, 30 Tablets', NULL, NULL),
(1014, 'App\\Models\\Item', 385, 'en', 'name', 'GNC Mega Men One Daily Multivitamin, 60 Tablets', NULL, NULL),
(1015, 'App\\Models\\Item', 385, 'en', 'description', 'GNC Mega Men One Daily Multivitamin, 60 Tablets', NULL, NULL),
(1016, 'App\\Models\\Item', 386, 'en', 'name', 'GNC Mega Men One Daily Multivitamin, 60 Tablets', NULL, NULL),
(1017, 'App\\Models\\Item', 386, 'en', 'description', 'GNC Mega Men One Daily Multivitamin, 60 Tablets', NULL, NULL),
(1018, 'App\\Models\\Item', 387, 'en', 'name', 'OZiva Daily Women\'s Multi, 60 Tablets', NULL, NULL),
(1019, 'App\\Models\\Item', 387, 'en', 'description', 'OZiva Daily Women\'s Multi, 60 Tablets', NULL, NULL),
(1020, 'App\\Models\\Item', 388, 'en', 'name', 'OZiva Daily Women\'s Multi, 60 Tablets', NULL, NULL),
(1021, 'App\\Models\\Item', 388, 'en', 'description', 'OZiva Daily Women\'s Multi, 60 Tablets', NULL, NULL),
(1022, 'App\\Models\\Category', 200, 'en', 'name', 'Nutritional Drinks', NULL, NULL),
(1023, 'App\\Models\\Item', 389, 'en', 'name', 'Ty.Phoo Cleansing Lemon And Honey Green Tea Bags, 25 Count', NULL, NULL),
(1024, 'App\\Models\\Item', 389, 'en', 'description', 'Ty.Phoo Cleansing Lemon And Honey Green Tea Bags, 25 Count', NULL, NULL),
(1025, 'App\\Models\\Item', 390, 'en', 'name', 'Ty.Phoo Cleansing Lemon And Honey Green Tea Bags, 25 Count', NULL, NULL),
(1026, 'App\\Models\\Item', 390, 'en', 'description', 'Ty.Phoo Cleansing Lemon And Honey Green Tea Bags, 25 Count', NULL, NULL),
(1027, 'App\\Models\\Item', 391, 'en', 'name', 'Lipton Honey Lemon Green Tea Bags, 25 Count', NULL, NULL),
(1028, 'App\\Models\\Item', 391, 'en', 'description', 'Lipton Honey Lemon Green Tea Bags, 25 Count', NULL, NULL),
(1029, 'App\\Models\\Item', 392, 'en', 'name', 'Lipton Honey Lemon Green Tea Bags, 25 Count', NULL, NULL),
(1030, 'App\\Models\\Item', 392, 'en', 'description', 'Lipton Honey Lemon Green Tea Bags, 25 Count', NULL, NULL),
(1031, 'App\\Models\\Item', 393, 'en', 'name', 'Lipton Honey Lemon Green Tea Bags, 25 Count', NULL, NULL),
(1032, 'App\\Models\\Item', 393, 'en', 'description', 'Lipton Honey Lemon Green Tea Bags, 25 Count', NULL, NULL),
(1033, 'App\\Models\\Item', 394, 'en', 'name', 'Lipton Honey Lemon Green Tea Bags, 25 Count', NULL, NULL),
(1034, 'App\\Models\\Item', 394, 'en', 'description', 'Lipton Honey Lemon Green Tea Bags, 25 Count', NULL, NULL),
(1035, 'App\\Models\\Category', 201, 'en', 'name', 'Nutritional Drinks & Supplements', NULL, NULL),
(1036, 'App\\Models\\Category', 202, 'en', 'name', 'Kids Nutrition', NULL, NULL),
(1037, 'App\\Models\\Item', 395, 'en', 'name', 'AptaGrow Vanilla Flavour Nutrition Powder, 400 gm', NULL, NULL),
(1038, 'App\\Models\\Item', 395, 'en', 'description', 'AptaGrow Vanilla Flavour Nutrition Powder, 400 gm', NULL, NULL),
(1039, 'App\\Models\\Item', 396, 'en', 'name', 'AptaGrow Vanilla Flavour Nutrition Powder, 400 gm', NULL, NULL),
(1040, 'App\\Models\\Item', 396, 'en', 'description', 'AptaGrow Vanilla Flavour Nutrition Powder, 400 gm', NULL, NULL),
(1041, 'App\\Models\\Item', 397, 'en', 'name', 'Pediasure Chocolate Flavour Nutrition Powder for Kids Growth, 400 gm', NULL, NULL),
(1042, 'App\\Models\\Item', 397, 'en', 'description', 'Pediasure Chocolate Flavour Nutrition Powder for Kids Growth, 400 gm', NULL, NULL),
(1043, 'App\\Models\\Item', 398, 'en', 'name', 'Pediasure Chocolate Flavour Nutrition Powder for Kids Growth, 400 gm', NULL, NULL),
(1044, 'App\\Models\\Item', 398, 'en', 'description', 'Pediasure Chocolate Flavour Nutrition Powder for Kids Growth, 400 gm', NULL, NULL),
(1045, 'App\\Models\\Item', 399, 'en', 'name', 'Nestle Nangrow Creamy Vanilla Flavour Nutrition Powder, 400 gm Refill Pack', NULL, NULL),
(1046, 'App\\Models\\Item', 399, 'en', 'description', 'Nestle Nangrow Creamy Vanilla Flavour Nutrition Powder, 400 gm Refill Pack', NULL, NULL),
(1047, 'App\\Models\\Item', 400, 'en', 'name', 'Nestle Nangrow Creamy Vanilla Flavour Nutrition Powder, 400 gm Refill Pack', NULL, NULL),
(1048, 'App\\Models\\Item', 400, 'en', 'description', 'Nestle Nangrow Creamy Vanilla Flavour Nutrition Powder, 400 gm Refill Pack', NULL, NULL),
(1049, 'App\\Models\\Category', 203, 'en', 'name', 'Peanut Butter', NULL, NULL),
(1050, 'App\\Models\\Item', 401, 'en', 'name', 'Pintola All Natural Crunchy Peanut Butter, 1 kg', NULL, NULL),
(1051, 'App\\Models\\Item', 401, 'en', 'description', 'Pintola All Natural Crunchy Peanut Butter, 1 kg', NULL, NULL),
(1052, 'App\\Models\\Item', 402, 'en', 'name', 'Pintola All Natural Crunchy Peanut Butter, 1 kg', NULL, NULL),
(1053, 'App\\Models\\Item', 402, 'en', 'description', 'Pintola All Natural Crunchy Peanut Butter, 1 kg', NULL, NULL),
(1054, 'App\\Models\\Item', 403, 'en', 'name', 'Pintola Dark Chocolate Crunchy Peanut Butter, 350 gm', NULL, NULL),
(1055, 'App\\Models\\Item', 403, 'en', 'description', 'Pintola Dark Chocolate Crunchy Peanut Butter, 350 gm', NULL, NULL),
(1056, 'App\\Models\\Item', 404, 'en', 'name', 'Pintola Dark Chocolate Crunchy Peanut Butter, 350 gm', NULL, NULL),
(1057, 'App\\Models\\Item', 404, 'en', 'description', 'Pintola Dark Chocolate Crunchy Peanut Butter, 350 gm', NULL, NULL),
(1058, 'App\\Models\\Item', 405, 'en', 'name', 'Myfitness Chocolate Peanut Butter Smooth, 1.25 kg', NULL, NULL),
(1059, 'App\\Models\\Item', 405, 'en', 'description', 'Myfitness Chocolate Peanut Butter Smooth, 1.25 kg', NULL, NULL),
(1060, 'App\\Models\\Item', 406, 'en', 'name', 'Myfitness Chocolate Peanut Butter Smooth, 1.25 kg', NULL, NULL),
(1061, 'App\\Models\\Item', 406, 'en', 'description', 'Myfitness Chocolate Peanut Butter Smooth, 1.25 kg', NULL, NULL),
(1062, 'App\\Models\\Category', 204, 'en', 'name', 'Muscle Mass Builders', NULL, NULL),
(1063, 'App\\Models\\Item', 407, 'en', 'name', 'Optimum Nutrition (ON) Performance Whey Protein Chocolate Milkshake Flavour', NULL, NULL),
(1064, 'App\\Models\\Item', 407, 'en', 'description', 'Optimum Nutrition (ON) Performance Whey Protein Chocolate Milkshake Flavour', NULL, NULL),
(1065, 'App\\Models\\Item', 408, 'en', 'name', 'Optimum Nutrition (ON) Performance Whey Protein Chocolate Milkshake Flavour', NULL, NULL),
(1066, 'App\\Models\\Item', 408, 'en', 'description', 'Optimum Nutrition (ON) Performance Whey Protein Chocolate Milkshake Flavour', NULL, NULL),
(1067, 'App\\Models\\Item', 409, 'en', 'name', 'Ensure High Protein Vanilla Flavour Powder for Adults, 400 gm', NULL, NULL),
(1068, 'App\\Models\\Item', 409, 'en', 'description', 'Ensure High Protein Vanilla Flavour Powder for Adults, 400 gm', NULL, NULL),
(1069, 'App\\Models\\Item', 410, 'en', 'name', 'Ensure High Protein Vanilla Flavour Powder for Adults, 400 gm', NULL, NULL),
(1070, 'App\\Models\\Item', 410, 'en', 'description', 'Ensure High Protein Vanilla Flavour Powder for Adults, 400 gm', NULL, NULL),
(1071, 'App\\Models\\Item', 411, 'en', 'name', 'Apollo Pharmacy NutriXP Saffron Flavour Protein Powder, 400 gm', NULL, NULL),
(1072, 'App\\Models\\Item', 411, 'en', 'description', 'Apollo Pharmacy NutriXP Saffron Flavour Protein Powder, 400 gm', NULL, NULL),
(1073, 'App\\Models\\Item', 412, 'en', 'name', 'Apollo Pharmacy NutriXP Saffron Flavour Protein Powder, 400 gm', NULL, NULL),
(1074, 'App\\Models\\Item', 412, 'en', 'description', 'Apollo Pharmacy NutriXP Saffron Flavour Protein Powder, 400 gm', NULL, NULL),
(1075, 'App\\Models\\Store', 16, 'en', 'name', 'Reliance Digital', NULL, NULL),
(1076, 'App\\Models\\Store', 16, 'en', 'address', '67, Zone, Div No, No 45B, AP/SM/VIS/902/CDIT, Gr & 2nd Flr, 6, Gopalapatnam, Visakhapatnam, Andhra Pradesh 530027', NULL, NULL),
(1077, 'App\\Models\\Item', 413, 'en', 'name', 'Apple iPhone 15 128GB Blue', NULL, NULL),
(1078, 'App\\Models\\Item', 413, 'en', 'description', 'Apple iPhone 15 128GB Blue', NULL, NULL),
(1079, 'App\\Models\\Item', 414, 'en', 'name', 'Apple iPhone 13 128 GB, Blue', NULL, NULL),
(1080, 'App\\Models\\Item', 414, 'en', 'description', 'Apple iPhone 13 128 GB, Blue', NULL, NULL),
(1081, 'App\\Models\\Item', 415, 'en', 'name', 'Apple iPhone 13 128 GB, Red', NULL, NULL),
(1082, 'App\\Models\\Item', 415, 'en', 'description', 'Apple iPhone 13 128 GB, Red', NULL, NULL),
(1083, 'App\\Models\\Item', 416, 'en', 'name', 'Apple iPhone 14 Plus 128 GB, Red', NULL, NULL),
(1084, 'App\\Models\\Item', 416, 'en', 'description', 'Apple iPhone 14 Plus 128 GB, Red', NULL, NULL),
(1085, 'App\\Models\\Brand', 21, 'en', 'name', 'Google', NULL, NULL),
(1086, 'App\\Models\\Item', 417, 'en', 'name', 'Google Pixel 9 Pro Fold 256 GB, 16 GB RAM, Obsidian, Mobile Phone', NULL, NULL),
(1087, 'App\\Models\\Item', 417, 'en', 'description', 'Google Pixel 9 Pro Fold 256 GB, 16 GB RAM, Obsidian, Mobile Phone', NULL, NULL),
(1088, 'App\\Models\\Item', 418, 'en', 'name', 'Google Pixel 9 Pro XL 256 GB, 16 GB RAM, Porcelain, Mobile Phone', NULL, NULL),
(1089, 'App\\Models\\Item', 418, 'en', 'description', 'Google Pixel 9 Pro XL 256 GB, 16 GB RAM, Porcelain, Mobile Phone', NULL, NULL),
(1090, 'App\\Models\\Item', 419, 'en', 'name', 'OnePlus Open 5G 512 GB 16 GB RAM Voyager Black, Mobile Phone', NULL, NULL),
(1091, 'App\\Models\\Item', 419, 'en', 'description', 'OnePlus Open 5G 512 GB 16 GB RAM Voyager Black, Mobile Phone', NULL, NULL),
(1092, 'App\\Models\\Item', 420, 'en', 'name', 'OnePlus Nord CE4 Lite 5G 256 GB, 8 GB RAM, Mega Blue, Mobile Phone', NULL, NULL),
(1093, 'App\\Models\\Item', 420, 'en', 'description', 'OnePlus Nord CE4 Lite 5G 256 GB, 8 GB RAM, Mega Blue, Mobile Phone', NULL, NULL),
(1094, 'App\\Models\\Item', 421, 'en', 'name', 'Apple MJ1L2ZM/A USB-C to VGA Multiport Adapter', NULL, NULL),
(1095, 'App\\Models\\Item', 421, 'en', 'description', 'Apple MJ1L2ZM/A USB-C to VGA Multiport Adapter', NULL, NULL),
(1096, 'App\\Models\\Item', 422, 'en', 'name', 'Apple MC704ZM/A USB 2.0 to Ethernet USB Adapter', NULL, NULL),
(1097, 'App\\Models\\Item', 422, 'en', 'description', 'Apple MC704ZM/A USB 2.0 to Ethernet USB Adapter', NULL, NULL),
(1098, 'App\\Models\\Item', 423, 'en', 'name', 'Reconnect 10000 mAh Power Bank, Navy Blue RAPBB1007', NULL, NULL),
(1099, 'App\\Models\\Item', 423, 'en', 'description', 'Reconnect 10000 mAh Power Bank, Navy Blue RAPBB1007', NULL, NULL),
(1100, 'App\\Models\\Item', 424, 'en', 'name', 'Reconnect US CM-RF Car Mount/Holder', NULL, NULL),
(1101, 'App\\Models\\Item', 424, 'en', 'description', 'Reconnect US CM-RF Car Mount/Holder', NULL, NULL),
(1102, 'App\\Models\\Item', 425, 'en', 'name', 'DJI Osmo Mobile 2 Gimbal', NULL, NULL),
(1103, 'App\\Models\\Item', 425, 'en', 'description', 'DJI Osmo Mobile 2 Gimbal', NULL, NULL),
(1104, 'App\\Models\\Item', 426, 'en', 'name', 'Reconnect Marvel Hulk Character Mobile Stand, Portable, Stable, Holds the phone horizontally as well as vertically, Mobile Accessories- DMS101 HK', NULL, NULL),
(1105, 'App\\Models\\Item', 426, 'en', 'description', 'Reconnect Marvel Hulk Character Mobile Stand, Portable, Stable, Holds the phone horizontally as well as vertically, Mobile Accessories- DMS101 HK', NULL, NULL),
(1106, 'App\\Models\\Item', 427, 'en', 'name', 'Apple Watch Series 9 GPS + Cellular 45mm Silver Aluminium Case with Storm Blue Sport Band - M/L', NULL, NULL),
(1107, 'App\\Models\\Item', 427, 'en', 'description', 'Apple Watch Series 9 GPS + Cellular 45mm Silver Aluminium Case with Storm Blue Sport Band - M/L', NULL, NULL),
(1108, 'App\\Models\\Item', 428, 'en', 'name', 'Apple Watch Ultra 2 GPS + Cellular, 49mm Titanium Case with Orange/Beige Trail Loop - M/L', NULL, NULL),
(1109, 'App\\Models\\Item', 428, 'en', 'description', 'Apple Watch Ultra 2 GPS + Cellular, 49mm Titanium Case with Orange/Beige Trail Loop - M/L', NULL, NULL),
(1110, 'App\\Models\\Item', 429, 'en', 'name', 'Apple Watch SE GPS + Cellular 44 mm Midnight Aluminium Case with Midnight Sport Band - S/M', NULL, NULL),
(1111, 'App\\Models\\Item', 429, 'en', 'description', 'Apple Watch SE GPS + Cellular 44 mm Midnight Aluminium Case with Midnight Sport Band - S/M', NULL, NULL),
(1112, 'App\\Models\\Item', 430, 'en', 'name', 'Apple Watch 41 mm Mulberry Modern Buckle', NULL, NULL),
(1113, 'App\\Models\\Item', 430, 'en', 'description', 'Apple Watch 41 mm Mulberry Modern Buckle', NULL, NULL),
(1114, 'App\\Models\\Item', 431, 'en', 'name', 'Samsung Galaxy Watch 7 40 mm Bluetooth + LTE Smart Watch, 3nm Processor, Dual GPS, Sapphire Glass & Armour Aluminum, 5ATM & IP68, HR, SpO2, BP & ECG Monitor, Cream, SM-L305FZEAINS', NULL, NULL),
(1115, 'App\\Models\\Item', 431, 'en', 'description', 'Samsung Galaxy Watch 7 40 mm Bluetooth + LTE Smart Watch, 3nm Processor, Dual GPS, Sapphire Glass & Armour Aluminum, 5ATM & IP68, HR, SpO2, BP & ECG Monitor, Cream, SM-L305FZEAINS', NULL, NULL),
(1116, 'App\\Models\\Item', 432, 'en', 'name', 'Samsung Galaxy Watch Ultra Smart Watch', NULL, NULL),
(1117, 'App\\Models\\Item', 432, 'en', 'description', 'Samsung Galaxy Watch Ultra Smart Watch, Upto 100 H battery, 3nm Processor, Dual GPS, Quick Button/Siren, Sapphire Glass & Titanium, 10ATM & IP68, BP & ECG Monitor, Energy Score & AGEs, Titanium Gray, SM-L705FDAAINS', NULL, NULL),
(1118, 'App\\Models\\Item', 433, 'en', 'name', 'Samsung Galaxy Watch 3 Smart Watch with LTE, Bluetooth,Wi-Fi, GPS, One Year Warranty (Silver) SM-R845FZSAINS', NULL, NULL),
(1119, 'App\\Models\\Item', 433, 'en', 'description', 'Samsung Galaxy Watch 3 Smart Watch with LTE, Bluetooth,Wi-Fi, GPS, One Year Warranty (Silver) SM-R845FZSAINS', NULL, NULL),
(1120, 'App\\Models\\Item', 434, 'en', 'name', 'LG OLED 55C2PSC', NULL, NULL),
(1121, 'App\\Models\\Item', 434, 'en', 'description', 'LG OLED 55C2PSC', NULL, NULL),
(1122, 'App\\Models\\Item', 435, 'en', 'name', 'LG OLED 65C2PSC', NULL, NULL),
(1123, 'App\\Models\\Item', 435, 'en', 'description', 'LG OLED 65C2PSC', NULL, NULL),
(1124, 'App\\Models\\Item', 436, 'en', 'name', 'LG OLED 55G2PSA', NULL, NULL),
(1125, 'App\\Models\\Item', 436, 'en', 'description', 'LG OLED 55G2PSA', NULL, NULL),
(1126, 'App\\Models\\Item', 437, 'en', 'name', 'SAMSUNG QLED QA65QN85B', NULL, NULL),
(1127, 'App\\Models\\Item', 437, 'en', 'description', 'SAMSUNG QLED QA65QN85B', NULL, NULL),
(1128, 'App\\Models\\Item', 438, 'en', 'name', 'SAMSUNG QLED QA55QN95B', NULL, NULL),
(1129, 'App\\Models\\Item', 438, 'en', 'description', 'SAMSUNG QLED QA55QN95B', NULL, NULL),
(1130, 'App\\Models\\Item', 439, 'en', 'name', 'SAMSUNG QLED QA50Q60BAKLXLSAMSUNG QLED QA50Q60BAKLXL', NULL, NULL),
(1131, 'App\\Models\\Item', 439, 'en', 'description', 'SAMSUNG QLED QA50Q60BAKLXL', NULL, NULL),
(1132, 'App\\Models\\Item', 440, 'en', 'name', 'Apple MGN63HNA MacBook Air (Apple M1 Chip/8GB/256GB SSD/macOS Big Sur/Retina), 33.78 cm (13.3 inch)', NULL, NULL),
(1133, 'App\\Models\\Item', 440, 'en', 'description', 'Apple MGN63HNA MacBook Air (Apple M1 Chip/8GB/256GB SSD/macOS Big Sur/Retina), 33.78 cm (13.3 inch)', NULL, NULL),
(1134, 'App\\Models\\Item', 441, 'en', 'name', 'HP Omen 16-U0005TX Gaming Laptop (13th Gen Intel Core i7-13700HX/16 GB/1TB SSD/Nvidia GeForce RTX 4070 /Windows 11 Home/MSO/WQXGA), 40.9cm (16.1 inch)', NULL, NULL),
(1135, 'App\\Models\\Item', 441, 'en', 'description', 'HP Omen 16-U0005TX Gaming Laptop (13th Gen Intel Core i7-13700HX/16 GB/1TB SSD/Nvidia GeForce RTX 4070 /Windows 11 Home/MSO/WQXGA), 40.9cm (16.1 inch)', NULL, NULL),
(1136, 'App\\Models\\Item', 442, 'en', 'name', 'Samsung Galaxy Book3 Pro 360 Gaming and Professional Laptop (13th Gen Intel Core i5-1340P/16 GB/512 GB SSD/Iris Xe Graphics/Windows 11 Home/WQXGA + AMOLED/MSO), 39.6 cm (15.6 Inch)', NULL, NULL),
(1137, 'App\\Models\\Item', 442, 'en', 'description', 'Samsung Galaxy Book3 Pro 360 Gaming and Professional Laptop (13th Gen Intel Core i5-1340P/16 GB/512 GB SSD/Iris Xe Graphics/Windows 11 Home/WQXGA + AMOLED/MSO), 39.6 cm (15.6 Inch)', NULL, NULL),
(1138, 'App\\Models\\Item', 443, 'en', 'name', 'HP Victus 15-fa0186TX Gaming Laptop (12th Gen Intel Core i5-12450H/16GB/1 TB SSD/Nvidia RTX Graphics/Windows 11 Home/MSO/FHD), 39.6cm (15.6 inch)', NULL, NULL),
(1139, 'App\\Models\\Item', 443, 'en', 'description', 'HP Victus 15-fa0186TX Gaming Laptop (12th Gen Intel Core i5-12450H/16GB/1 TB SSD/Nvidia RTX Graphics/Windows 11 Home/MSO/FHD), 39.6cm (15.6 inch)', NULL, NULL),
(1140, 'App\\Models\\Item', 444, 'en', 'name', 'HP 15-fb0082AX Victus Gaming Laptop(AMD Ryzen5-5600H /8GB/512GB SSD/4 GB Nvidia GeForce RTX 3050 Graphics/Windows 11/MSO/FHD), 39.6 cm (15.6 inch)', NULL, NULL),
(1141, 'App\\Models\\Item', 444, 'en', 'description', 'HP 15-fb0082AX Victus Gaming Laptop(AMD Ryzen5-5600H /8GB/512GB SSD/4 GB Nvidia GeForce RTX 3050 Graphics/Windows 11/MSO/FHD), 39.6 cm (15.6 inch)', NULL, NULL),
(1142, 'App\\Models\\Item', 445, 'en', 'name', 'Zebronics Laptop Stand, Black, A218-NS1000', NULL, NULL),
(1143, 'App\\Models\\Item', 445, 'en', 'description', 'Zebronics Laptop Stand, Black, A218-NS1000', NULL, NULL),
(1144, 'App\\Models\\Item', 446, 'en', 'name', 'Neopack Foldable Laptop Riser for 33.02 cms (13 inch) - 40.64 cms (16 inch) Laptops and Macbooks, Beige', NULL, NULL),
(1145, 'App\\Models\\Item', 446, 'en', 'description', 'Neopack Foldable Laptop Riser for 33.02 cms (13 inch) - 40.64 cms (16 inch) Laptops and Macbooks, Beige', NULL, NULL),
(1146, 'App\\Models\\Item', 447, 'en', 'name', 'Dicota Eco Move Medium Accessory Pouch, Black D31834-RPET', NULL, NULL),
(1147, 'App\\Models\\Item', 447, 'en', 'description', 'Dicota Eco Move Medium Accessory Pouch, Black D31834-RPET', NULL, NULL),
(1148, 'App\\Models\\Item', 448, 'en', 'name', 'HISENSE 1.5 Ton 3 Star Convertible Inverter Split AC, ATC503HIB (5 in 1 Convertible, 100% Copper, Auto Clean, PM 2.5 Filter, Blue Fins, 2023 Launch)', NULL, NULL),
(1149, 'App\\Models\\Item', 448, 'en', 'description', 'HISENSE 1.5 Ton 3 Star Convertible Inverter Split AC, ATC503HIB (5 in 1 Convertible, 100% Copper, Auto Clean, PM 2.5 Filter, Blue Fins, 2023 Launch)', NULL, NULL),
(1150, 'App\\Models\\Item', 449, 'en', 'name', 'Sansui 1.5 Ton 5 star 4 in 1 convertible inverter split AC, JSE185SI2301 (100 Percent copper, High star rating 5.10, High cooling capacity 17400 BTU, ecofriendly R32 refrigerant, 2023 Launch)', NULL, NULL),
(1151, 'App\\Models\\Item', 449, 'en', 'description', 'Sansui 1.5 Ton 5 star 4 in 1 convertible inverter split AC, JSE185SI2301 (100 Percent copper, High star rating 5.10, High cooling capacity 17400 BTU, ecofriendly R32 refrigerant, 2023 Launch)', NULL, NULL),
(1152, 'App\\Models\\Item', 450, 'en', 'name', 'SAMSUNG 1.5 Ton 4 Star 5 in 1 convertible inverter split AC, AR18CYMZAWK (HD filter, wifi, 100 Percent copper, 2023 launch)', NULL, NULL),
(1153, 'App\\Models\\Item', 450, 'en', 'description', 'SAMSUNG 1.5 Ton 4 Star 5 in 1 convertible inverter split AC, AR18CYMZAWK (HD filter, wifi, 100 Percent copper, 2023 launch)', NULL, NULL),
(1154, 'App\\Models\\Item', 451, 'en', 'name', 'LG 11 Kg Front Fully Automatic Washing Machine, FHP1411Z9B', NULL, NULL),
(1155, 'App\\Models\\Item', 451, 'en', 'description', 'LG 11 Kg Front Fully Automatic Washing Machine, FHP1411Z9B', NULL, NULL),
(1156, 'App\\Models\\Item', 452, 'en', 'name', 'LG 8 Kg Front Fully Automatic Washing Machine with 6 Motion Control Technology, FHM1208ZDL', NULL, NULL),
(1157, 'App\\Models\\Item', 452, 'en', 'description', 'LG 8 Kg Front Fully Automatic Washing Machine with 6 Motion Control Technology, FHM1208ZDL', NULL, NULL),
(1158, 'App\\Models\\Item', 453, 'en', 'name', 'IFB 8.5 Kg Fully Automatic Washing Machine with Trishield Protection, 5 Drying Program Options, Executive ZXM, Mocha', NULL, NULL),
(1159, 'App\\Models\\Item', 453, 'en', 'description', 'IFB 8.5 Kg Fully Automatic Washing Machine with Trishield Protection, 5 Drying Program Options, Executive ZXM, Mocha', NULL, NULL),
(1160, 'App\\Models\\Item', 454, 'en', 'name', 'Samsung 8 Kg 5 Star Inverter with Hygiene Steam Fully-Automatic Front Loading Washing Machine (WW80T4040CE1TL, White, In-built Heater)', NULL, NULL),
(1161, 'App\\Models\\Item', 454, 'en', 'description', 'Samsung 8 Kg 5 Star Inverter with Hygiene Steam Fully-Automatic Front Loading Washing Machine (WW80T4040CE1TL, White, In-built Heater)', NULL, NULL),
(1162, 'App\\Models\\Item', 455, 'en', 'name', 'LG 185 Litres 3 Star Direct Cool Single Door Refrigerator, Shiny Steel, GL-B201APZD', NULL, NULL),
(1163, 'App\\Models\\Item', 455, 'en', 'description', 'LG 185 Litres 3 Star Direct Cool Single Door Refrigerator, Shiny Steel, GL-B201APZD', NULL, NULL),
(1164, 'App\\Models\\Item', 456, 'en', 'name', 'LG 201 litres 5 Star Single Door Refrigerator, Scarlet Euphoria GL D211HSEZ', NULL, NULL),
(1165, 'App\\Models\\Item', 456, 'en', 'description', 'LG 201 litres 5 Star Single Door Refrigerator, Scarlet Euphoria GL D211HSEZ', NULL, NULL),
(1166, 'App\\Models\\Item', 457, 'en', 'name', 'Samsung 301 L Twin Cooling Plus Double Door Refrigerator Black, RT34C4522BX', NULL, NULL),
(1167, 'App\\Models\\Item', 457, 'en', 'description', 'Samsung 301 L Twin Cooling Plus Double Door Refrigerator Black, RT34C4522BX', NULL, NULL),
(1168, 'App\\Models\\Category', 205, 'en', 'name', 'Mixer', NULL, NULL),
(1169, 'App\\Models\\Brand', 22, 'en', 'name', 'Preethi', NULL, NULL),
(1170, 'App\\Models\\Item', 458, 'en', 'name', 'Preethi Zodiac Cosmo MG236 Mixer Grinder with 5 jars includes Super Extractor juicer Jar & Master chef + food processor Jar , Black(', NULL, NULL),
(1171, 'App\\Models\\Item', 458, 'en', 'description', 'Preethi Zodiac Cosmo MG236 Mixer Grinder with 5 jars includes Super Extractor juicer Jar & Master chef + food processor Jar , Black(', NULL, NULL),
(1172, 'App\\Models\\Item', 459, 'en', 'name', 'Preethi Popular 750 Watts 3 Jars Mixer Grinder, Jar Lock, Stainless Steel Jar and Blade, White', NULL, NULL),
(1173, 'App\\Models\\Item', 459, 'en', 'description', 'Preethi Popular 750 Watts 3 Jars Mixer Grinder, Jar Lock, Stainless Steel Jar and Blade, White', NULL, NULL),
(1174, 'App\\Models\\Brand', 23, 'en', 'name', 'Philips', NULL, NULL),
(1175, 'App\\Models\\Item', 460, 'en', 'name', 'Philips Hercules HL7756/00 Juicer Mixer Grinder', NULL, NULL),
(1176, 'App\\Models\\Item', 460, 'en', 'description', 'Philips Hercules HL7756/00 Juicer Mixer Grinder', NULL, NULL),
(1177, 'App\\Models\\Item', 461, 'en', 'name', 'Philips Viva Collection HL7699 Mixer Grinder with Auto cut off protection, Cascade body design', NULL, NULL),
(1178, 'App\\Models\\Item', 461, 'en', 'description', 'Philips Viva Collection HL7699 Mixer Grinder with Auto cut off protection, Cascade body design', NULL, NULL),
(1179, 'App\\Models\\Category', 206, 'en', 'name', 'Water Purifiers', NULL, NULL),
(1180, 'App\\Models\\Item', 462, 'en', 'name', 'LG WW174NPC, 8 Litres, RO+UV Water Purifier, Dual Protection Stainless Steel Tank, Multi Stage Filtration, Crimson Red - Leaf Pattern', NULL, NULL),
(1181, 'App\\Models\\Item', 462, 'en', 'description', 'LG WW174NPC, 8 Litres, RO+UV Water Purifier, Dual Protection Stainless Steel Tank, Multi Stage Filtration, Crimson Red - Leaf Pattern', NULL, NULL),
(1182, 'App\\Models\\Item', 463, 'en', 'name', 'LG WW151NPR, 8 litres, RO+UV Water Purifier, Dual Protection Stainless Steel Tank, Multi Stage RO Filtration', NULL, NULL),
(1183, 'App\\Models\\Item', 463, 'en', 'description', 'LG WW151NPR, 8 litres, RO+UV Water Purifier, Dual Protection Stainless Steel Tank, Multi Stage RO Filtration', NULL, NULL),
(1184, 'App\\Models\\Item', 464, 'en', 'name', 'LG WW140NP, 8 Litres, 40 Watts, RO Water Purifier, Digital Sterilizing Care, Multi Stage Filtration Process, Outside Sediment+ Sediment+Pre-Carbon, Mineral Booster, Black', NULL, NULL),
(1185, 'App\\Models\\Item', 464, 'en', 'description', 'LG WW140NP, 8 Litres, 40 Watts, RO Water Purifier, Digital Sterilizing Care, Multi Stage Filtration Process, Outside Sediment+ Sediment+Pre-Carbon, Mineral Booster, Black', NULL, NULL),
(1186, 'App\\Models\\Item', 465, 'en', 'name', 'LG WW184EPB, 8 Litres, 40 Watt RO + UV + UF Water Purifier, Mineral Booster, Black', NULL, NULL),
(1187, 'App\\Models\\Item', 465, 'en', 'description', 'LG WW184EPB, 8 Litres, 40 Watt RO + UV + UF Water Purifier, Mineral Booster, Black', NULL, NULL),
(1188, 'App\\Models\\Item', 466, 'en', 'name', 'Lifelong LLCF150 High Speed Decorative Premium Ceiling Fan (1200MM, Coffee Brown)', NULL, NULL),
(1189, 'App\\Models\\Item', 466, 'en', 'description', 'Lifelong LLCF150 High Speed Decorative Premium Ceiling Fan (1200MM, Coffee Brown)', NULL, NULL),
(1190, 'App\\Models\\Item', 467, 'en', 'name', 'Candes Magic 1200 mm Anti-Dust Ceiling Fan, Brown', NULL, NULL),
(1191, 'App\\Models\\Item', 467, 'en', 'description', 'Candes Magic 1200 mm Anti-Dust Ceiling Fan, Brown', NULL, NULL),
(1192, 'App\\Models\\Item', 468, 'en', 'name', 'Polycab Eteri 1200 mm Ceiling Fan with Remote, Luster Brown', NULL, NULL),
(1193, 'App\\Models\\Item', 468, 'en', 'description', 'Polycab Eteri 1200 mm Ceiling Fan with Remote, Luster Brown', NULL, NULL),
(1194, 'App\\Models\\Item', 469, 'en', 'name', 'Orient Electric 1200 mm Wendy Ceiling Fan, Topaz Gold Brown', NULL, NULL),
(1195, 'App\\Models\\Item', 469, 'en', 'description', 'Orient Electric 1200 mm Wendy Ceiling Fan, Topaz Gold Brown', NULL, NULL),
(1196, 'App\\Models\\Banner', 10, 'en', 'title', 'bajaj 1', NULL, NULL),
(1197, 'App\\Models\\Banner', 11, 'en', 'title', 'bajaj 2', NULL, NULL),
(1198, 'App\\Models\\Banner', 12, 'en', 'title', 'bajaj 3', NULL, NULL),
(1199, 'App\\Models\\Banner', 13, 'en', 'title', 'bajaj 4', NULL, NULL),
(1200, 'App\\Models\\Banner', 14, 'en', 'title', 'pharmasy banner 1', NULL, NULL),
(1201, 'App\\Models\\Banner', 15, 'en', 'title', 'pharmasy banner 2', NULL, NULL),
(1202, 'App\\Models\\OrderCancelReason', 1, 'en', 'reason', 'item was wrong', NULL, NULL),
(1203, 'App\\Models\\DMVehicle', 1, 'en', 'type', 'car', NULL, NULL),
(1205, 'App\\Models\\Coupon', 2, 'en', 'title', 'Pickup Coupon 1', NULL, NULL),
(1206, 'App\\Models\\Coupon', 3, 'en', 'title', 'Pickup Flat Coupon', NULL, NULL),
(1207, 'App\\Models\\Coupon', 4, 'en', 'title', 'Test 10%', NULL, NULL),
(1210, 'App\\Models\\ModuleWiseWhyChoose', 2, 'en', 'title', 'ride', NULL, NULL),
(1211, 'App\\Models\\ModuleWiseWhyChoose', 2, 'en', 'short_description', 'book a ride for 199', NULL, NULL),
(1212, 'App\\Models\\ParcelCategory', 5, 'en', 'name', 'Tata Ace', NULL, NULL),
(1213, 'App\\Models\\ParcelCategory', 5, 'en', 'description', 'Book a ride just for 399 for local upto 5km', NULL, NULL),
(1214, 'App\\Models\\Store', 17, 'en', 'name', 'Grocery', NULL, NULL),
(1215, 'App\\Models\\Store', 17, 'en', 'address', '7-171, Chanukya Nagar, Chinnamushidiwada, Pendurthi, Visakhapatnam, Andhra Pradesh 530051, India', NULL, NULL),
(1216, 'App\\Models\\Item', 470, 'en', 'name', 'Banana', NULL, NULL),
(1217, 'App\\Models\\Item', 470, 'en', 'description', 'It\'s healthy food.', NULL, NULL),
(1218, 'App\\Models\\DMVehicle', 2, 'en', 'type', 'bike', NULL, NULL),
(1219, 'App\\Models\\Module', 8, 'en', 'module_name', 'Parcel', NULL, NULL),
(1220, 'App\\Models\\Module', 8, 'en', 'description', '<p>hello</p>', NULL, NULL),
(1225, 'App\\Models\\Coupon', 5, 'en', 'title', 'New40', NULL, NULL),
(1226, 'App\\Models\\OrderCancelReason', 2, 'en', 'reason', 'Heavy amount', NULL, NULL),
(1227, 'App\\Models\\AutomatedMessage', 1, 'en', 'message', 'Hi', NULL, NULL),
(1228, 'App\\Models\\ParcelCategory', 6, 'en', 'name', 'Bollero vehicle', NULL, NULL),
(1229, 'App\\Models\\ParcelCategory', 6, 'en', 'description', 'Book a ride just 499 for local upto 5km', NULL, NULL),
(1232, 'App\\Models\\ParcelCategory', 8, 'en', 'name', 'Ashok Leyland', NULL, NULL),
(1233, 'App\\Models\\ParcelCategory', 8, 'en', 'description', 'Book a ride for just 399 for local upto 3000kgs', NULL, NULL);
INSERT INTO `translations` (`id`, `translationable_type`, `translationable_id`, `locale`, `key`, `value`, `created_at`, `updated_at`) VALUES
(1234, 'App\\Models\\DataSetting', 86, 'en', 'privacy_policy', '<h1>Privacy Policy for Homekart</h1>\r\n\r\n<p><strong>Effective Date:</strong> [27-04-2025]</p>\r\n\r\n<p>Welcome to Homekart!<br />\r\nYour privacy is important to us. This Privacy Policy explains how we collect, use, and protect your information when you use our app and services.</p>\r\n\r\n<h2>1. Information We Collect</h2>\r\n\r\n<ul>\r\n	<li>\r\n	<p><strong>Personal Information:</strong><br />\r\n	Name, phone number, email address, delivery address, payment information.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Location Information:</strong><br />\r\n	Real-time GPS location (for delivery tracking and service improvements).</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Device Information:</strong><br />\r\n	Device type, operating system, app version, and crash logs.</p>\r\n	</li>\r\n	<li>\r\n	<p><strong>Usage Information:</strong><br />\r\n	Interaction with the app, orders history, feedback, etc.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h2>2. How We Use Your Information</h2>\r\n\r\n<ul>\r\n	<li>\r\n	<p>To process your orders and deliver food and parcels.</p>\r\n	</li>\r\n	<li>\r\n	<p>To improve and personalize your user experience.</p>\r\n	</li>\r\n	<li>\r\n	<p>To provide customer support.</p>\r\n	</li>\r\n	<li>\r\n	<p>To send important updates (such as order status, app updates, and promotions).</p>\r\n	</li>\r\n	<li>\r\n	<p>To ensure safety, security, and compliance with the law.</p>\r\n	</li>\r\n</ul>\r\n\r\n<h2>3. Sharing of Information</h2>\r\n\r\n<p>We <strong>do not sell</strong> your information.<br />\r\nWe may share your data with:</p>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Delivery partners (for fulfilling orders).</p>\r\n	</li>\r\n	<li>\r\n	<p>Payment gateways (for processing transactions).</p>\r\n	</li>\r\n	<li>\r\n	<p>Service providers (like SMS/email services) who help us run Homekart.</p>\r\n	</li>\r\n</ul>\r\n\r\n<p>All partners are required to protect your data.</p>\r\n\r\n<h2>4. Data Retention</h2>\r\n\r\n<p>We retain your information for as long as necessary to provide our services and comply with legal obligations.</p>\r\n\r\n<h2>5. Your Rights</h2>\r\n\r\n<p>You can:</p>\r\n\r\n<ul>\r\n	<li>\r\n	<p>Access your personal information.</p>\r\n	</li>\r\n	<li>\r\n	<p>Request corrections or deletion.</p>\r\n	</li>\r\n	<li>\r\n	<p>Withdraw consent for future data use (may affect app functionality).</p>\r\n	</li>\r\n</ul>\r\n\r\n<p>To exercise your rights, please contact us at:<br />\r\n📧 <strong>[support@homekart.tech]</strong></p>\r\n\r\n<h2>6. Security</h2>\r\n\r\n<p>We implement strong technical and organizational measures to protect your data.<br />\r\nHowever, no method of transmission over the internet is 100% secure.</p>\r\n\r\n<h2>7. Children&#39;s Privacy</h2>\r\n\r\n<p>Homekart is not intended for use by individuals under the age of 13.<br />\r\nWe do not knowingly collect information from children.</p>\r\n\r\n<h2>8. Changes to This Privacy Policy</h2>\r\n\r\n<p>We may update this Privacy Policy from time to time.<br />\r\nWe will notify you of significant changes by posting the new policy in the app.</p>\r\n\r\n<h2>9. Contact Us</h2>\r\n\r\n<p>If you have any questions or concerns about this Privacy Policy, please contact us at:<br />\r\n📧 <strong>[support@homekart.tech]</strong></p>', NULL, NULL),
(1235, 'App\\Models\\DataSetting', 87, 'en', 'terms_and_conditions', '<p>**Local Ride &ndash; User Terms and Conditions** &nbsp;</p>\r\n\r\n<p>**Introduction** &nbsp;</p>\r\n\r\n<p>Please read the terms and conditions carefully before using Local Ride. &nbsp;</p>\r\n\r\n<p>These terms are legally binding between the user and Local Ride (referred to as &quot;Local Ride&quot; hereafter). &nbsp;</p>\r\n\r\n<p>This agreement is governed by the Indian Contract Act, 1872. &nbsp;</p>\r\n\r\n<p>By using Local Ride, you agree to these terms and conditions. &nbsp;</p>\r\n\r\n<p>Local Ride reserves the right to modify these terms at any time. Continued use of the platform implies consent to the updated terms. &nbsp;</p>\r\n\r\n<p>Users may disagree with changes by discontinuing access to the platform. &nbsp;</p>\r\n\r\n<p>**Local Ride as a Venue** &nbsp;</p>\r\n\r\n<p>Local Ride acts as a platform for users to access ride-related services. &nbsp;</p>\r\n\r\n<p>Local Ride is not directly involved in transactions between users and service providers. &nbsp;</p>\r\n\r\n<p>All service listings are provided in an &quot;as is, where is&quot; format. &nbsp;</p>\r\n\r\n<p>Local Ride does not guarantee the quality, safety, legality, or accuracy of listings. &nbsp;</p>\r\n\r\n<p>Local Ride does not pre-screen users or content and cannot ensure service completion. &nbsp;</p>\r\n\r\n<p>Local Ride is not responsible for delays, cancellations, or unsatisfactory services. &nbsp;</p>\r\n\r\n<p>**Warranty, Guarantee, and Liability** &nbsp;</p>\r\n\r\n<p>Local Ride does not guarantee the quality, worth, or reliability of listed services. &nbsp;</p>\r\n\r\n<p>Local Ride does not endorse any services listed on the platform. &nbsp;</p>\r\n\r\n<p>Local Ride is not liable for errors, omissions, or misrepresentations by users. &nbsp;</p>\r\n\r\n<p>Users must independently verify the credentials of other users before transacting. &nbsp;</p>\r\n\r\n<p>Local Ride is not responsible for user-generated content or third-party actions. &nbsp;</p>\r\n\r\n<p>Users access the platform at their own risk. &nbsp;</p>\r\n\r\n<p>**Registration** &nbsp;</p>\r\n\r\n<p>Users must provide accurate and up-to-date information during registration. &nbsp;</p>\r\n\r\n<p>Local Ride reserves the right to suspend accounts for violations of these terms. &nbsp;</p>\r\n\r\n<p>Users are solely responsible for maintaining the confidentiality of their account information. &nbsp;</p>\r\n\r\n<p>**Financial Terms** &nbsp;</p>\r\n\r\n<p>All payments must be made in Indian Rupees (INR). &nbsp;</p>\r\n\r\n<p>Payment methods include credit/debit cards, net banking, or other RBI-approved methods. &nbsp;</p>\r\n\r\n<p>Local Ride acts as a payment facilitator and is not a banking or financial service provider. &nbsp;</p>\r\n\r\n<p>Refunds for canceled services may take 2-7 days. &nbsp;</p>\r\n\r\n<p>Users are liable for any charges arising from errors in following Local Ride&rsquo;s guidelines. &nbsp;</p>\r\n\r\n<p>**Taxes** &nbsp;</p>\r\n\r\n<p>Users are responsible for complying with applicable tax regulations, including GST and withholding taxes. &nbsp;</p>\r\n\r\n<p>**Delivery** &nbsp;</p>\r\n\r\n<p>Local Ride connects users with third-party service providers for ride-related services. &nbsp;</p>\r\n\r\n<p>Service providers are independent contractors, and Local Ride does not control their operations. &nbsp;</p>\r\n\r\n<p>Service fees are determined based on factors like distance, time, and demand. &nbsp;</p>\r\n\r\n<p>Local Ride is not liable for delays or damages during service provision. &nbsp;</p>\r\n\r\n<p>**Terms &amp; Conditions for Service Providers** &nbsp;<br />\r\n**General** &nbsp;</p>\r\n\r\n<p>Local Ride is an online platform governed by Indian laws. &nbsp;</p>\r\n\r\n<p>Local Ride reserves the right to modify terms without prior notice. &nbsp;</p>\r\n\r\n<p>Service providers are not agents, employees, or representatives of Local Ride. &nbsp;</p>\r\n\r\n<p>Accounts may be terminated after one year of inactivity. &nbsp;</p>\r\n\r\n<p>By using the platform, service providers agree to Local Ride&rsquo;s terms and policies. &nbsp;</p>\r\n\r\n<p>**Registration &amp; Information** &nbsp;</p>\r\n\r\n<p>Service providers must provide accurate and updated information during registration. &nbsp;</p>\r\n\r\n<p>Local Ride may suspend accounts for violations of these terms. &nbsp;</p>\r\n\r\n<p>**Account Security** &nbsp;</p>\r\n\r\n<p>Service providers are responsible for maintaining account security and confidentiality. &nbsp;</p>\r\n\r\n<p>Local Ride is not liable for losses due to unauthorized account access. &nbsp;</p>\r\n\r\n<p>**Representations and Warranties** &nbsp;</p>\r\n\r\n<p>Service providers must comply with all applicable laws and regulations. &nbsp;</p>\r\n\r\n<p>Service providers must not engage in activities that harm the platform or other users. &nbsp;</p>\r\n\r\n<p>Service providers must ensure that their services do not infringe on third-party rights. &nbsp;</p>\r\n\r\n<p>**Service Information** &nbsp;</p>\r\n\r\n<p>Service providers must provide accurate service information, including descriptions and legal warnings. &nbsp;</p>\r\n\r\n<p>Service providers grant Local Ride a license to use service information for promotional purposes. &nbsp;</p>\r\n\r\n<p>**Disclaimer of Warranties &amp; Liabilities** &nbsp;</p>\r\n\r\n<p>Local Ride provides services on an &quot;as is&quot; basis without warranties. &nbsp;</p>\r\n\r\n<p>Local Ride is not liable for user-generated content, platform downtime, or third-party actions. &nbsp;</p>\r\n\r\n<p>**Indemnification and Limitation of Liability** &nbsp;</p>\r\n\r\n<p>Service providers agree to indemnify Local Ride against any claims arising from their use of the platform. &nbsp;</p>\r\n\r\n<p>Local Ride is not liable for indirect, incidental, or consequential damages. &nbsp;</p>\r\n\r\n<p>**Cancellation Policy** &nbsp;</p>\r\n\r\n<p>Service providers must specify cancellation policies for their services. &nbsp;</p>\r\n\r\n<p>Service providers must accept cancellations if the service does not match the description. &nbsp;</p>\r\n\r\n<p>**Refund** &nbsp;</p>\r\n\r\n<p>Service providers are responsible for refund-related charges. &nbsp;</p>\r\n\r\n<p>**Settlement** &nbsp;</p>\r\n\r\n<p>Payments for successful services are settled within 24-48 hours, minus applicable charges. &nbsp;</p>\r\n\r\n<p>Service providers must ensure their bank account details are accurate. &nbsp;</p>\r\n\r\n<p>**Taxes** &nbsp;</p>\r\n\r\n<p>Service providers are responsible for complying with tax regulations, including GST. &nbsp;</p>\r\n\r\n<p>**Service Provision** &nbsp;</p>\r\n\r\n<p>Service providers can use their own personnel or Local Ride&rsquo;s partners for service fulfillment. &nbsp;</p>\r\n\r\n<p>Service providers must ensure compliance with safety and legal standards. &nbsp;</p>\r\n\r\n<p>Local Ride is not liable for damages during service provision if handled by the service provider. &nbsp;</p>\r\n\r\n<p>**Delivery Partner Terms and Conditions** &nbsp;<br />\r\n**Agreement** &nbsp;</p>\r\n\r\n<p>Delivery partners must comply with Local Ride&rsquo;s terms and guidelines. &nbsp;</p>\r\n\r\n<p>Local Ride reserves the right to modify terms and terminate agreements. &nbsp;</p>\r\n\r\n<p>**Representations and Warranties** &nbsp;</p>\r\n\r\n<p>Delivery partners must have valid licenses, vehicles, and expertise. &nbsp;</p>\r\n\r\n<p>Delivery partners must comply with all applicable laws. &nbsp;</p>\r\n\r\n<p>**Indemnification** &nbsp;</p>\r\n\r\n<p>Delivery partners must indemnify Local Ride against any claims arising from their services. &nbsp;</p>\r\n\r\n<p>**Compensation** &nbsp;</p>\r\n\r\n<p>Delivery partners are compensated based on Local Ride&rsquo;s payout scheme. &nbsp;</p>\r\n\r\n<p>Local Ride may revise payout rates at any time. &nbsp;</p>\r\n\r\n<p>**Termination** &nbsp;</p>\r\n\r\n<p>Local Ride may terminate agreements for breaches of terms or guidelines. &nbsp;</p>\r\n\r\n<p>**Cancellation and Refund Policy** &nbsp;<br />\r\n**General** &nbsp;</p>\r\n\r\n<p>Users and service providers can cancel services, subject to Local Ride&rsquo;s approval. &nbsp;</p>\r\n\r\n<p>Refunds are processed within 2-7 working days. &nbsp;</p>\r\n\r\n<p>Cancellations are accepted only if services are not utilized as per the agreement. &nbsp;</p>\r\n\r\n<p>Non-refundable services may not be eligible for refunds. &nbsp;</p>\r\n\r\n<p>**Liability** &nbsp;</p>\r\n\r\n<p>Local Ride is not responsible for issues related to services provided by third parties. &nbsp;</p>\r\n\r\n<p>Users may be liable for charges related to cancellations or disputes. &nbsp;</p>\r\n\r\n<p>**Shipping Policy** &nbsp;<br />\r\n**General** &nbsp;</p>\r\n\r\n<p>Local Ride acts as an interface between users and service providers. &nbsp;</p>\r\n\r\n<p>Services are typically provided within the agreed timeframe. &nbsp;</p>\r\n\r\n<p>Service providers can use their own personnel or Local Ride&rsquo;s partners. &nbsp;</p>\r\n\r\n<p>Service providers are responsible for compliance with safety and legal standards during service provision.</p>', NULL, NULL),
(1236, 'App\\Models\\AdminRole', 3, 'en', 'name', 'abrar', NULL, NULL),
(1237, 'App\\Models\\AddOn', 10, 'en', 'name', 'biryani', NULL, NULL),
(1244, 'App\\Models\\Store', 20, 'en', 'name', 'NIGT CAFE', NULL, NULL),
(1245, 'App\\Models\\Store', 20, 'en', 'address', 'hydrabad', NULL, NULL),
(1246, 'App\\Models\\Category', 207, 'en', 'name', 'NIGT CAFE', NULL, NULL),
(1247, 'App\\Models\\Store', 21, 'en', 'name', 'sai foods', NULL, NULL),
(1248, 'App\\Models\\Store', 21, 'en', 'address', 'pendurthi', NULL, NULL),
(1249, 'App\\Models\\Category', 209, 'en', 'name', 'Pizza', NULL, NULL),
(1250, 'App\\Models\\Category', 210, 'en', 'name', 'Nonveg Pizza', NULL, NULL),
(1251, 'App\\Models\\AddOn', 11, 'en', 'name', 'tomato', NULL, NULL),
(1252, 'App\\Models\\Item', 471, 'en', 'name', 'Chicken tikka pizza', NULL, NULL),
(1253, 'App\\Models\\Item', 471, 'en', 'description', 'Chicken tikka pizza', NULL, NULL),
(1256, 'App\\Models\\Zone', 9, 'en', 'name', 'Ananatapur', NULL, NULL),
(1257, 'App\\Models\\Zone', 9, 'en', 'display_name', 'Anantapur', NULL, NULL),
(1258, 'App\\Models\\Store', 22, 'en', 'name', 'Saikumar', NULL, NULL),
(1259, 'App\\Models\\Store', 22, 'en', 'address', '6-1-843-1, Ram Nagar, Kovur Nagar, Ananthapur, Anantapur, Andhra Pradesh 515004, India', NULL, NULL),
(1264, 'App\\Models\\Item', 472, 'en', 'name', 'Biryani', NULL, NULL),
(1265, 'App\\Models\\Item', 472, 'en', 'description', 'Tasty', NULL, NULL),
(1266, 'App\\Models\\TempProduct', 3, 'en', 'name', 'Biryani', NULL, NULL),
(1267, 'App\\Models\\TempProduct', 3, 'en', 'description', 'Tasty', NULL, NULL),
(1268, 'App\\Models\\Store', 23, 'en', 'name', 'sai sai', NULL, NULL),
(1269, 'App\\Models\\Store', 23, 'en', 'address', '6-1-843-1, Ram Nagar, Kovur Nagar, Ananthapur, Anantapur, Andhra Pradesh 515004, India', NULL, NULL),
(1270, 'App\\Models\\Store', 24, 'en', 'name', 'Konasima Ruchulu', NULL, NULL),
(1271, 'App\\Models\\Store', 24, 'en', 'address', 'Q6X4+V5P, Ratnagiri Nagar, Sujatha Nagar, Pendurthi, Visakhapatnam, Valimeraka, Andhra Pradesh 530051, India', NULL, NULL),
(1272, 'App\\Models\\Store', 23, 'en', 'meta_title', 'Sai', NULL, NULL),
(1273, 'App\\Models\\Store', 23, 'en', 'meta_description', 'sai sai', NULL, NULL),
(1274, 'App\\Models\\Store', 25, 'en', 'name', 'prudhviraj', NULL, NULL),
(1275, 'App\\Models\\Store', 25, 'en', 'address', '6-1-843-1, Ram Nagar, Kovur Nagar, Ananthapur, Anantapur, Andhra Pradesh 515004, India', NULL, NULL),
(1276, 'App\\Models\\Store', 26, 'en', 'name', 'Sri Balaji Hotel', NULL, NULL),
(1277, 'App\\Models\\Store', 26, 'en', 'address', '6-1-843-1, Ram Nagar, Kovur Nagar, Ananthapur, Anantapur, Andhra Pradesh 515004, India', NULL, NULL),
(1278, 'App\\Models\\Store', 27, 'en', 'name', 'JB FAMILY RESTAURANT', NULL, NULL),
(1279, 'App\\Models\\Store', 27, 'en', 'address', '13-1-525-346, Chilak Nagar, Lecturers Colony, Ananthapur, Anantapur, Andhra Pradesh 515001, India', NULL, NULL),
(1282, 'App\\Models\\Item', 474, 'en', 'name', 'biryani', NULL, NULL),
(1283, 'App\\Models\\Item', 474, 'en', 'description', 'tasty', NULL, NULL),
(1284, 'App\\Models\\Store', 28, 'en', 'name', 'AP02 DINE IN', NULL, NULL),
(1285, 'App\\Models\\Store', 28, 'en', 'address', '1-772, near mpup school, Rudrampeta, Anantapur, Andhra Pradesh 515004, India', NULL, NULL),
(1286, 'App\\Models\\Category', 211, 'en', 'name', 'Veg Soups', NULL, NULL),
(1287, 'App\\Models\\Category', 212, 'en', 'name', 'Non Veg Soups', NULL, NULL),
(1288, 'App\\Models\\Category', 213, 'en', 'name', 'Veg Family Pack\'s', NULL, NULL),
(1289, 'App\\Models\\Category', 214, 'en', 'name', 'Non Veg Family Pack\'s', NULL, NULL),
(1290, 'App\\Models\\Category', 215, 'en', 'name', 'Arabian Starters', NULL, NULL),
(1291, 'App\\Models\\Category', 216, 'en', 'name', 'Mandy\'s', NULL, NULL),
(1292, 'App\\Models\\Category', 217, 'en', 'name', 'Beverages', NULL, NULL),
(1293, 'App\\Models\\Category', 218, 'en', 'name', 'Veg Fried Rice', NULL, NULL),
(1294, 'App\\Models\\Category', 219, 'en', 'name', 'Non Veg Fried Rice', NULL, NULL),
(1295, 'App\\Models\\Category', 220, 'en', 'name', 'Veg Biryani', NULL, NULL),
(1296, 'App\\Models\\Category', 221, 'en', 'name', 'Non Veg Biryani', NULL, NULL),
(1297, 'App\\Models\\Category', 222, 'en', 'name', 'Non Veg Starters', NULL, NULL),
(1299, 'App\\Models\\Category', 224, 'en', 'name', 'Veg Thandoori\'s', NULL, NULL),
(1300, 'App\\Models\\Category', 225, 'en', 'name', 'Non Veg Thandoori\'s', NULL, NULL),
(1301, 'App\\Models\\Category', 226, 'en', 'name', 'Sea Food\'s', NULL, NULL),
(1302, 'App\\Models\\Category', 227, 'en', 'name', 'Veg Bread\'s', NULL, NULL),
(1303, 'App\\Models\\Category', 228, 'en', 'name', 'Non Veg Bread\'s', NULL, NULL),
(1304, 'App\\Models\\Category', 229, 'en', 'name', 'Veg Curry\'s', NULL, NULL),
(1305, 'App\\Models\\Category', 230, 'en', 'name', 'Non Veg Curry\'s', NULL, NULL),
(1306, 'App\\Models\\Category', 231, 'en', 'name', 'Veg Family Pack', NULL, NULL),
(1307, 'App\\Models\\Category', 232, 'en', 'name', 'Non Veg Family Pack', NULL, NULL),
(1308, 'App\\Models\\Category', 233, 'en', 'name', 'Arabian Starters', NULL, NULL),
(1309, 'App\\Models\\Category', 234, 'en', 'name', 'Mandy\'s', NULL, NULL),
(1310, 'App\\Models\\Category', 235, 'en', 'name', 'Beverages', NULL, NULL),
(1311, 'App\\Models\\Category', 236, 'en', 'name', 'Veg Fried Rice', NULL, NULL),
(1312, 'App\\Models\\Category', 237, 'en', 'name', 'Non Veg Fried Rice', NULL, NULL),
(1313, 'App\\Models\\Category', 238, 'en', 'name', 'Veg Biryani', NULL, NULL),
(1314, 'App\\Models\\Category', 239, 'en', 'name', 'Non Veg Biryani', NULL, NULL),
(1316, 'App\\Models\\Category', 241, 'en', 'name', 'Veg Tandoori', NULL, NULL),
(1317, 'App\\Models\\Category', 242, 'en', 'name', 'Non Veg Tandoori', NULL, NULL),
(1318, 'App\\Models\\Category', 243, 'en', 'name', 'Sea Foods', NULL, NULL),
(1319, 'App\\Models\\Category', 244, 'en', 'name', 'Veg Breads', NULL, NULL),
(1320, 'App\\Models\\Category', 245, 'en', 'name', 'Non Veg Breads', NULL, NULL),
(1321, 'App\\Models\\Category', 246, 'en', 'name', 'Veg Curry\'s', NULL, NULL),
(1322, 'App\\Models\\Category', 247, 'en', 'name', 'Non Veg Curry\'s', NULL, NULL),
(1323, 'App\\Models\\Item', 475, 'en', 'name', 'Veg Sweet Corn Soup', NULL, NULL),
(1324, 'App\\Models\\Item', 475, 'en', 'description', 'Veg Sweet Corn Soup', NULL, NULL),
(1325, 'App\\Models\\Item', 476, 'en', 'name', 'Veg Manchow Soup', NULL, NULL),
(1326, 'App\\Models\\Item', 476, 'en', 'description', 'Veg Manchow Soup with special test', NULL, NULL),
(1327, 'App\\Models\\Item', 477, 'en', 'name', 'Veg Hot&Sour Soup', NULL, NULL),
(1328, 'App\\Models\\Item', 477, 'en', 'description', 'Veg Hot&Sour Soup', NULL, NULL),
(1329, 'App\\Models\\Item', 478, 'en', 'name', 'Veg Clear Soup', NULL, NULL),
(1330, 'App\\Models\\Item', 478, 'en', 'description', 'Veg Clear Soup', NULL, NULL),
(1331, 'App\\Models\\Item', 479, 'en', 'name', 'Lemon Coriander Soup', NULL, NULL),
(1332, 'App\\Models\\Item', 479, 'en', 'description', 'Lemon Coriander Soup', NULL, NULL),
(1333, 'App\\Models\\Item', 480, 'en', 'name', 'Tomato Soup', NULL, NULL),
(1334, 'App\\Models\\Item', 480, 'en', 'description', 'Tomato Soup', NULL, NULL),
(1335, 'App\\Models\\Item', 481, 'en', 'name', 'Chicken Corn Soup', NULL, NULL),
(1336, 'App\\Models\\Item', 481, 'en', 'description', 'Chicken Corn Soup', NULL, NULL),
(1337, 'App\\Models\\Item', 482, 'en', 'name', 'Chicken Manchow Soup', NULL, NULL),
(1338, 'App\\Models\\Item', 482, 'en', 'description', 'Chicken Manchow Soup', NULL, NULL),
(1339, 'App\\Models\\Item', 483, 'en', 'name', 'Chicken Hot&Sour Soup', NULL, NULL),
(1340, 'App\\Models\\Item', 483, 'en', 'description', 'Chicken Hot&Sour Soup', NULL, NULL),
(1341, 'App\\Models\\Item', 484, 'en', 'name', 'Chicken Clear Soup', NULL, NULL),
(1342, 'App\\Models\\Item', 484, 'en', 'description', 'Chicken Clear Soup', NULL, NULL),
(1343, 'App\\Models\\Item', 485, 'en', 'name', 'Chicken Lemon Coriander Soup', NULL, NULL),
(1344, 'App\\Models\\Item', 485, 'en', 'description', 'Chicken Lemon Coriander Soup', NULL, NULL),
(1345, 'App\\Models\\Category', 248, 'en', 'name', 'Veg Manchurian', NULL, NULL),
(1346, 'App\\Models\\Category', 249, 'en', 'name', 'Veg Manchurian', NULL, NULL),
(1347, 'App\\Models\\Item', 486, 'en', 'name', 'Veg Manchurian', NULL, NULL),
(1348, 'App\\Models\\Item', 486, 'en', 'description', 'Veg Manchurian', NULL, NULL),
(1349, 'App\\Models\\Item', 487, 'en', 'name', 'Veg Biryani Family Pack', NULL, NULL),
(1350, 'App\\Models\\Item', 487, 'en', 'description', 'Veg Biryani Family Pack', NULL, NULL),
(1351, 'App\\Models\\Item', 488, 'en', 'name', 'Paneer Biryani Family Pack', NULL, NULL),
(1352, 'App\\Models\\Item', 488, 'en', 'description', 'Paneer Biryani Family Pack', NULL, NULL),
(1353, 'App\\Models\\Item', 489, 'en', 'name', 'Mushrooms Biryani Family Pack', NULL, NULL),
(1354, 'App\\Models\\Item', 489, 'en', 'description', 'Mushrooms Biryani Family Pack', NULL, NULL),
(1355, 'App\\Models\\Item', 490, 'en', 'name', 'Chicken Dum Biryani Family Pack', NULL, NULL),
(1356, 'App\\Models\\Item', 490, 'en', 'description', 'Chicken Dum Biryani Family Pack', NULL, NULL),
(1357, 'App\\Models\\Item', 491, 'en', 'name', 'Chicken Fry Piece Biryani Family Pack', NULL, NULL),
(1358, 'App\\Models\\Item', 491, 'en', 'description', 'Chicken Fry Piece Biryani Family Pack', NULL, NULL),
(1359, 'App\\Models\\Item', 492, 'en', 'name', 'Special  Chicken Biryani Family Pack', NULL, NULL),
(1360, 'App\\Models\\Item', 492, 'en', 'description', 'Special  Chicken Biryani Family Pack', NULL, NULL),
(1361, 'App\\Models\\Item', 493, 'en', 'name', 'Chicken Lollypop Biryani Family Pack', NULL, NULL),
(1362, 'App\\Models\\Item', 493, 'en', 'description', 'Chicken Lollypop Biryani Family Pack', NULL, NULL),
(1363, 'App\\Models\\Item', 494, 'en', 'name', 'Mutton Biryani Family Pack', NULL, NULL),
(1364, 'App\\Models\\Item', 494, 'en', 'description', 'Mutton Biryani Family Pack', NULL, NULL),
(1365, 'App\\Models\\Item', 495, 'en', 'name', 'Mutton Ghee Roast Biryani Family Pack', NULL, NULL),
(1366, 'App\\Models\\Item', 495, 'en', 'description', 'Mutton Ghee Roast Biryani Family Pack', NULL, NULL),
(1367, 'App\\Models\\Item', 496, 'en', 'name', 'Prawns Biryani Family Pack', NULL, NULL),
(1368, 'App\\Models\\Item', 496, 'en', 'description', 'Prawns Biryani Family Pack', NULL, NULL),
(1369, 'App\\Models\\Item', 497, 'en', 'name', 'Fish Biryani Family Pack', NULL, NULL),
(1370, 'App\\Models\\Item', 497, 'en', 'description', 'Fish Biryani Family Pack', NULL, NULL),
(1371, 'App\\Models\\Item', 498, 'en', 'name', 'Alfam Chicken', NULL, NULL),
(1372, 'App\\Models\\Item', 498, 'en', 'description', 'Alfam Chicken', NULL, NULL),
(1373, 'App\\Models\\Item', 499, 'en', 'name', 'Kabsa Chicken', NULL, NULL),
(1374, 'App\\Models\\Item', 499, 'en', 'description', 'Kabsa Chicken', NULL, NULL),
(1375, 'App\\Models\\Item', 500, 'en', 'name', 'Arabian Chicken', NULL, NULL),
(1376, 'App\\Models\\Item', 500, 'en', 'description', 'Arabian Chicken', NULL, NULL),
(1377, 'App\\Models\\Item', 501, 'en', 'name', 'Salad Chicken', NULL, NULL),
(1378, 'App\\Models\\Item', 501, 'en', 'description', 'Salad Chicken', NULL, NULL),
(1379, 'App\\Models\\Item', 502, 'en', 'name', 'Korean Chicken', NULL, NULL),
(1380, 'App\\Models\\Item', 502, 'en', 'description', 'Korean Chicken', NULL, NULL),
(1381, 'App\\Models\\Item', 503, 'en', 'name', 'Arabian Fish', NULL, NULL),
(1382, 'App\\Models\\Item', 503, 'en', 'description', 'Arabian Fish', NULL, NULL),
(1383, 'App\\Models\\Item', 504, 'en', 'name', 'Fish Kabab', NULL, NULL),
(1384, 'App\\Models\\Item', 504, 'en', 'description', 'Fish Kabab', NULL, NULL),
(1385, 'App\\Models\\Item', 505, 'en', 'name', 'Chicken Mandi Full (SERVES) 5', NULL, NULL),
(1386, 'App\\Models\\Item', 505, 'en', 'description', 'Chicken Mandi Full (SERVES) 5', NULL, NULL),
(1387, 'App\\Models\\Item', 506, 'en', 'name', 'Chicken Mandi Mini (SERVES) 3', NULL, NULL),
(1388, 'App\\Models\\Item', 506, 'en', 'description', 'Chicken Mandi Mini (SERVES) 3', NULL, NULL),
(1389, 'App\\Models\\Item', 507, 'en', 'name', 'Chicken Juicy Mandi full (SERVES) 5', NULL, NULL),
(1390, 'App\\Models\\Item', 507, 'en', 'description', 'Chicken juicy Mandi full (SERVES) 5', NULL, NULL),
(1391, 'App\\Models\\Item', 508, 'en', 'name', 'Chicken Juicy Mandi mini  (SERVES) 3', NULL, NULL),
(1392, 'App\\Models\\Item', 508, 'en', 'description', 'Chicken Juicy Mandi mini  (SERVES) 3', NULL, NULL),
(1393, 'App\\Models\\Item', 509, 'en', 'name', 'Chicken Broasted  Mandi Full  (SERVES) 5', NULL, NULL),
(1394, 'App\\Models\\Item', 509, 'en', 'description', 'Chicken Broasted  Mandi Full  (SERVES) 5', NULL, NULL),
(1395, 'App\\Models\\Item', 510, 'en', 'name', 'Chicken Broasted  Mandi Mini (SERVES) 3', NULL, NULL),
(1396, 'App\\Models\\Item', 510, 'en', 'description', 'Chicken Broasted  Mandi Mini (SERVES) 3', NULL, NULL),
(1397, 'App\\Models\\Item', 511, 'en', 'name', 'All-faham Chicken Mandi Full (SERVES) 5', NULL, NULL),
(1398, 'App\\Models\\Item', 511, 'en', 'description', 'All-faham Chicken Mandi Full (SERVES) 5', NULL, NULL),
(1399, 'App\\Models\\Item', 512, 'en', 'name', 'All-faham Chicken Mandi Mini (SERVES) 3', NULL, NULL),
(1400, 'App\\Models\\Item', 512, 'en', 'description', 'All-faham Chicken Mandi Mini (SERVES) 3', NULL, NULL),
(1401, 'App\\Models\\Item', 513, 'en', 'name', 'Kabsa Chicken Mandi Full (SERVES) 5', NULL, NULL),
(1402, 'App\\Models\\Item', 513, 'en', 'description', 'Kabsa Chicken Mandi Full (SERVES) 5', NULL, NULL),
(1403, 'App\\Models\\Item', 514, 'en', 'name', 'Kabsa Chicken Mandi Mini (SERVES) 3', NULL, NULL),
(1404, 'App\\Models\\Item', 514, 'en', 'description', 'Kabsa Chicken Mandi Mini (SERVES) 3', NULL, NULL),
(1405, 'App\\Models\\Item', 515, 'en', 'name', 'Mutton  Mandi Full (SERVES) 5', NULL, NULL),
(1406, 'App\\Models\\Item', 515, 'en', 'description', 'Mutton  Mandi Full (SERVES) 5', NULL, NULL),
(1407, 'App\\Models\\Item', 516, 'en', 'name', 'Mutton Mandi Mini (SERVES) 3', NULL, NULL),
(1408, 'App\\Models\\Item', 516, 'en', 'description', 'Mutton Mandi Mini (SERVES) 3', NULL, NULL),
(1409, 'App\\Models\\Item', 517, 'en', 'name', 'Mutton Ghee Roast Mandi Mini (SERVES) 3', NULL, NULL),
(1410, 'App\\Models\\Item', 517, 'en', 'description', 'Mutton Ghee Roast Mandi Mini (SERVES) 3', NULL, NULL),
(1411, 'App\\Models\\Item', 518, 'en', 'name', 'Mutton Ghee Roast Mandi Full (SERVES) 5', NULL, NULL),
(1412, 'App\\Models\\Item', 518, 'en', 'description', 'Mutton Ghee Roast Mandi Full (SERVES) 5', NULL, NULL),
(1413, 'App\\Models\\Item', 519, 'en', 'name', 'Fish mandi Full (SERVES)', NULL, NULL),
(1414, 'App\\Models\\Item', 519, 'en', 'description', 'Fish mandi Full (SERVES) 5', NULL, NULL),
(1415, 'App\\Models\\Item', 520, 'en', 'name', 'Fish mandi Mini (SERVES) 3', NULL, NULL),
(1416, 'App\\Models\\Item', 520, 'en', 'description', 'Fish mandi Mini (SERVES) 3', NULL, NULL),
(1417, 'App\\Models\\Item', 521, 'en', 'name', 'Prawns Mandi Full (SERVES) 5', NULL, NULL),
(1418, 'App\\Models\\Item', 521, 'en', 'description', 'Prawns Mandi Full (SERVES) 5', NULL, NULL),
(1419, 'App\\Models\\Item', 522, 'en', 'name', 'Prawns Mandi Mini (SERVES) 3', NULL, NULL),
(1420, 'App\\Models\\Item', 522, 'en', 'description', 'Prawns Mandi Mini (SERVES) 3', NULL, NULL),
(1421, 'App\\Models\\Item', 523, 'en', 'name', 'Mixed Mandi Full (SERVES) 5', NULL, NULL),
(1422, 'App\\Models\\Item', 523, 'en', 'description', 'Mixed Mandi Full (SERVES) 5', NULL, NULL),
(1423, 'App\\Models\\Item', 524, 'en', 'name', 'Mixed Mandi Mini (SERVES) 3', NULL, NULL),
(1424, 'App\\Models\\Item', 524, 'en', 'description', 'Mixed Mandi Mini (SERVES) 3', NULL, NULL),
(1425, 'App\\Models\\Item', 525, 'en', 'name', 'Fresh Lime Soda', NULL, NULL),
(1426, 'App\\Models\\Item', 525, 'en', 'description', 'Fresh Lime Soda', NULL, NULL),
(1427, 'App\\Models\\Item', 526, 'en', 'name', 'Sweet Lassi', NULL, NULL),
(1428, 'App\\Models\\Item', 526, 'en', 'description', 'Sweet Lassi', NULL, NULL),
(1429, 'App\\Models\\Item', 527, 'en', 'name', 'Nannari Lassi', NULL, NULL),
(1430, 'App\\Models\\Item', 527, 'en', 'description', 'Nannari Lassi', NULL, NULL),
(1431, 'App\\Models\\Item', 528, 'en', 'name', 'Nannari Soda', NULL, NULL),
(1432, 'App\\Models\\Item', 528, 'en', 'description', 'Nannari Soda', NULL, NULL),
(1433, 'App\\Models\\Item', 529, 'en', 'name', 'Buttermilk', NULL, NULL),
(1434, 'App\\Models\\Item', 529, 'en', 'description', 'Buttermilk', NULL, NULL),
(1435, 'App\\Models\\Item', 530, 'en', 'name', 'Water Bottle', NULL, NULL),
(1436, 'App\\Models\\Item', 530, 'en', 'description', 'Water Bottle', NULL, NULL),
(1437, 'App\\Models\\Item', 531, 'en', 'name', 'Masala Cola', NULL, NULL),
(1438, 'App\\Models\\Item', 531, 'en', 'description', 'Masala Cola', NULL, NULL),
(1439, 'App\\Models\\Item', 532, 'en', 'name', 'Veg Biryani', NULL, NULL),
(1440, 'App\\Models\\Item', 532, 'en', 'description', 'Veg Biryani', NULL, NULL),
(1441, 'App\\Models\\Item', 533, 'en', 'name', 'Paneer Biryani', NULL, NULL),
(1442, 'App\\Models\\Item', 533, 'en', 'description', 'Paneer Biryani', NULL, NULL),
(1443, 'App\\Models\\Item', 534, 'en', 'name', 'Mushrooms Biryani', NULL, NULL),
(1444, 'App\\Models\\Item', 534, 'en', 'description', 'Mushrooms Biryani', NULL, NULL),
(1445, 'App\\Models\\Item', 535, 'en', 'name', 'Egg Biryani', NULL, NULL),
(1446, 'App\\Models\\Item', 535, 'en', 'description', 'Egg Biryani', NULL, NULL),
(1447, 'App\\Models\\Item', 536, 'en', 'name', 'Chicken Dum Biryani', NULL, NULL),
(1448, 'App\\Models\\Item', 536, 'en', 'description', 'Chicken Dum Biryani', NULL, NULL),
(1449, 'App\\Models\\Item', 537, 'en', 'name', 'Chicken Fry Piece Biryani', NULL, NULL),
(1450, 'App\\Models\\Item', 537, 'en', 'description', 'Chicken Fry Piece Biryani', NULL, NULL),
(1451, 'App\\Models\\Item', 538, 'en', 'name', 'Special Chicken Biryani', NULL, NULL),
(1452, 'App\\Models\\Item', 538, 'en', 'description', 'Special Chicken Biryani', NULL, NULL),
(1453, 'App\\Models\\Item', 539, 'en', 'name', 'Lollipop Chicken Biryani', NULL, NULL),
(1454, 'App\\Models\\Item', 539, 'en', 'description', 'Lollipop Chicken Biryani', NULL, NULL),
(1455, 'App\\Models\\Item', 540, 'en', 'name', 'Gongura Chicken Biryani', NULL, NULL),
(1456, 'App\\Models\\Item', 540, 'en', 'description', 'Gongura Chicken Biryani', NULL, NULL),
(1457, 'App\\Models\\Item', 541, 'en', 'name', 'Chicken Tikka', NULL, NULL),
(1458, 'App\\Models\\Item', 541, 'en', 'description', 'Chicken Tikka', NULL, NULL),
(1459, 'App\\Models\\Item', 542, 'en', 'name', 'Chicken 65 Biryani', NULL, NULL),
(1460, 'App\\Models\\Item', 542, 'en', 'description', 'Chicken 65 Biryani', NULL, NULL),
(1461, 'App\\Models\\Item', 543, 'en', 'name', 'Chicken Ghee Roasr biryani', NULL, NULL),
(1462, 'App\\Models\\Item', 543, 'en', 'description', 'Chicken Ghee Roasr biryani', NULL, NULL),
(1463, 'App\\Models\\Item', 544, 'en', 'name', 'Mutton biryani', NULL, NULL),
(1464, 'App\\Models\\Item', 544, 'en', 'description', 'Mutton biryani', NULL, NULL),
(1465, 'App\\Models\\Item', 545, 'en', 'name', 'Mutton Gongura biryani', NULL, NULL),
(1466, 'App\\Models\\Item', 545, 'en', 'description', 'Mutton Gongura biryani', NULL, NULL),
(1467, 'App\\Models\\Item', 546, 'en', 'name', 'Mutton  Ghee Roast biryani', NULL, NULL),
(1468, 'App\\Models\\Item', 546, 'en', 'description', 'Mutton  Ghee Roast biryani', NULL, NULL),
(1469, 'App\\Models\\Item', 547, 'en', 'name', 'Fish Biryani', NULL, NULL),
(1470, 'App\\Models\\Item', 547, 'en', 'description', 'Fish Biryani', NULL, NULL),
(1471, 'App\\Models\\Item', 548, 'en', 'name', 'Prawns Biryani', NULL, NULL),
(1472, 'App\\Models\\Item', 548, 'en', 'description', 'Prawns Biryani', NULL, NULL),
(1473, 'App\\Models\\Item', 549, 'en', 'name', 'Veg Fried Rice', NULL, NULL),
(1474, 'App\\Models\\Item', 549, 'en', 'description', 'Veg Fried Rice', NULL, NULL),
(1475, 'App\\Models\\Item', 550, 'en', 'name', 'Schezwan Fried Rice', NULL, NULL),
(1476, 'App\\Models\\Item', 550, 'en', 'description', 'Schezwan Fried Rice', NULL, NULL),
(1477, 'App\\Models\\Item', 551, 'en', 'name', 'Zeera  Fried Rice', NULL, NULL),
(1478, 'App\\Models\\Item', 551, 'en', 'description', 'Zeera  Fried Rice', NULL, NULL),
(1479, 'App\\Models\\Item', 552, 'en', 'name', 'Kaju Fried Rice', NULL, NULL),
(1480, 'App\\Models\\Item', 552, 'en', 'description', 'Kaju Fried Rice', NULL, NULL),
(1481, 'App\\Models\\Item', 553, 'en', 'name', 'Gobi Fried Rice', NULL, NULL),
(1482, 'App\\Models\\Item', 553, 'en', 'description', 'Gobi Fried Rice', NULL, NULL),
(1483, 'App\\Models\\Item', 554, 'en', 'name', 'Mushroom Fried Rice', NULL, NULL),
(1484, 'App\\Models\\Item', 554, 'en', 'description', 'Mushroom Fried Rice', NULL, NULL),
(1485, 'App\\Models\\Item', 555, 'en', 'name', 'Ghee Rice', NULL, NULL),
(1486, 'App\\Models\\Item', 555, 'en', 'description', 'Ghee Rice', NULL, NULL),
(1487, 'App\\Models\\Item', 556, 'en', 'name', 'Mushroom Schezwan Fried Rice', NULL, NULL),
(1488, 'App\\Models\\Item', 556, 'en', 'description', 'Mushroom Schezwan Fried Rice', NULL, NULL),
(1489, 'App\\Models\\Item', 557, 'en', 'name', 'Paneer Schezwan Fried Rice', NULL, NULL),
(1490, 'App\\Models\\Item', 557, 'en', 'description', 'Paneer Schezwan Fried Rice', NULL, NULL),
(1491, 'App\\Models\\Item', 558, 'en', 'name', 'Paneer Fried Rice', NULL, NULL),
(1492, 'App\\Models\\Item', 558, 'en', 'description', 'Paneer Fried Rice', NULL, NULL),
(1493, 'App\\Models\\Item', 559, 'en', 'name', 'Egg Fried Rice', NULL, NULL),
(1494, 'App\\Models\\Item', 559, 'en', 'description', 'Egg Fried Rice', NULL, NULL),
(1495, 'App\\Models\\Item', 560, 'en', 'name', 'Schezwan Egg Fried Rice', NULL, NULL),
(1496, 'App\\Models\\Item', 560, 'en', 'description', 'Schezwan Egg Fried Rice', NULL, NULL),
(1497, 'App\\Models\\Item', 561, 'en', 'name', 'Chicken Fried Rice', NULL, NULL),
(1498, 'App\\Models\\Item', 561, 'en', 'description', 'Chicken Fried Rice', NULL, NULL),
(1499, 'App\\Models\\Item', 562, 'en', 'name', 'Schezwan Chicken Fried Rice', NULL, NULL),
(1500, 'App\\Models\\Item', 562, 'en', 'description', 'Schezwan Chicken Fried Rice', NULL, NULL),
(1501, 'App\\Models\\Item', 563, 'en', 'name', 'Mutton Fried Rice', NULL, NULL),
(1502, 'App\\Models\\Item', 563, 'en', 'description', 'Mutton Fried Rice', NULL, NULL),
(1503, 'App\\Models\\Item', 564, 'en', 'name', 'Boiled Eggs', NULL, NULL),
(1504, 'App\\Models\\Item', 564, 'en', 'description', 'Boiled Eggs', NULL, NULL),
(1505, 'App\\Models\\Item', 565, 'en', 'name', 'Egg Chilly', NULL, NULL),
(1506, 'App\\Models\\Item', 565, 'en', 'description', 'Egg Chilly', NULL, NULL),
(1507, 'App\\Models\\Item', 566, 'en', 'name', 'Egg Pakodi', NULL, NULL),
(1508, 'App\\Models\\Item', 566, 'en', 'description', 'Egg Pakodi', NULL, NULL),
(1509, 'App\\Models\\Item', 567, 'en', 'name', 'Egg Manchurian', NULL, NULL),
(1510, 'App\\Models\\Item', 567, 'en', 'description', 'Egg Manchurian', NULL, NULL),
(1511, 'App\\Models\\Item', 568, 'en', 'name', 'Egg Pakodi', NULL, NULL),
(1512, 'App\\Models\\Item', 568, 'en', 'description', 'Egg Pakodi', NULL, NULL),
(1513, 'App\\Models\\Item', 569, 'en', 'name', 'Egg Pepper Fry', NULL, NULL),
(1514, 'App\\Models\\Item', 569, 'en', 'description', 'Egg Pepper Fry', NULL, NULL),
(1515, 'App\\Models\\Item', 570, 'en', 'name', 'Chilly Chicken', NULL, NULL),
(1516, 'App\\Models\\Item', 570, 'en', 'description', 'Chilly Chicken', NULL, NULL),
(1517, 'App\\Models\\Item', 571, 'en', 'name', 'Chicken Manchurian', NULL, NULL),
(1518, 'App\\Models\\Item', 571, 'en', 'description', 'Chicken Manchurian', NULL, NULL),
(1519, 'App\\Models\\Item', 572, 'en', 'name', 'Pepper Chicken', NULL, NULL),
(1520, 'App\\Models\\Item', 572, 'en', 'description', 'Pepper Chicken', NULL, NULL),
(1521, 'App\\Models\\Item', 573, 'en', 'name', 'Kaju Chicken Fry', NULL, NULL),
(1522, 'App\\Models\\Item', 573, 'en', 'description', 'Kaju Chicken Fry', NULL, NULL),
(1523, 'App\\Models\\Item', 574, 'en', 'name', 'Chicken Lollipop', NULL, NULL),
(1524, 'App\\Models\\Item', 574, 'en', 'description', 'Chicken Lollipop', NULL, NULL),
(1525, 'App\\Models\\Item', 575, 'en', 'name', 'Garlic Pepper Chicken', NULL, NULL),
(1526, 'App\\Models\\Item', 575, 'en', 'description', 'Garlic Pepper Chicken', NULL, NULL),
(1527, 'App\\Models\\Item', 576, 'en', 'name', 'Dragon Chicken', NULL, NULL),
(1528, 'App\\Models\\Item', 576, 'en', 'description', 'Dragon Chicken', NULL, NULL),
(1529, 'App\\Models\\Item', 577, 'en', 'name', 'Chicken Majestic', NULL, NULL),
(1530, 'App\\Models\\Item', 577, 'en', 'description', 'Chicken Majestic', NULL, NULL),
(1531, 'App\\Models\\Item', 578, 'en', 'name', 'Chicken 65', NULL, NULL),
(1532, 'App\\Models\\Item', 578, 'en', 'description', 'Chicken 65', NULL, NULL),
(1533, 'App\\Models\\Item', 579, 'en', 'name', 'Lemon Chicken', NULL, NULL),
(1534, 'App\\Models\\Item', 579, 'en', 'description', 'Lemon Chicken', NULL, NULL),
(1535, 'App\\Models\\Item', 580, 'en', 'name', 'Basket Chicken', NULL, NULL),
(1536, 'App\\Models\\Item', 580, 'en', 'description', 'Basket Chicken', NULL, NULL),
(1537, 'App\\Models\\Item', 581, 'en', 'name', 'Queen Chilly Chicken', NULL, NULL),
(1538, 'App\\Models\\Item', 581, 'en', 'description', 'Queen Chilly Chicken', NULL, NULL),
(1539, 'App\\Models\\Item', 582, 'en', 'name', 'Rayalaseema Chicken Fry Bone', NULL, NULL),
(1540, 'App\\Models\\Item', 582, 'en', 'description', 'Rayalaseema Chicken Fry Bone', NULL, NULL),
(1541, 'App\\Models\\Item', 583, 'en', 'name', 'Chicken Roast', NULL, NULL),
(1542, 'App\\Models\\Item', 583, 'en', 'description', 'Chicken Roast', NULL, NULL),
(1543, 'App\\Models\\Item', 584, 'en', 'name', 'Chicken 555', NULL, NULL),
(1544, 'App\\Models\\Item', 584, 'en', 'description', 'Chicken 555', NULL, NULL),
(1545, 'App\\Models\\Item', 585, 'en', 'name', 'Chicken Pakoda Bone', NULL, NULL),
(1546, 'App\\Models\\Item', 585, 'en', 'description', 'Chicken Pakoda Bone', NULL, NULL),
(1547, 'App\\Models\\Item', 586, 'en', 'name', 'Chicken Pakoda Boneless', NULL, NULL),
(1548, 'App\\Models\\Item', 586, 'en', 'description', 'Chicken Pakoda Boneless', NULL, NULL),
(1549, 'App\\Models\\Item', 587, 'en', 'name', 'Chicken Ghee Roast', NULL, NULL),
(1550, 'App\\Models\\Item', 587, 'en', 'description', 'Chicken Ghee Roast', NULL, NULL),
(1551, 'App\\Models\\Item', 588, 'en', 'name', 'Chicken Fry Bone', NULL, NULL),
(1552, 'App\\Models\\Item', 588, 'en', 'description', 'Chicken Fry Bone', NULL, NULL),
(1553, 'App\\Models\\Item', 589, 'en', 'name', 'Schezwan Chicken', NULL, NULL),
(1554, 'App\\Models\\Item', 589, 'en', 'description', 'Schezwan Chicken', NULL, NULL),
(1555, 'App\\Models\\Item', 590, 'en', 'name', 'Spicy Fried Chicken', NULL, NULL),
(1556, 'App\\Models\\Item', 590, 'en', 'description', 'Spicy Fried Chicken', NULL, NULL),
(1557, 'App\\Models\\Item', 591, 'en', 'name', 'Pepper Mutton', NULL, NULL),
(1558, 'App\\Models\\Item', 591, 'en', 'description', 'Pepper Mutton', NULL, NULL),
(1559, 'App\\Models\\Item', 592, 'en', 'name', 'Mutton Manchurian', NULL, NULL),
(1560, 'App\\Models\\Item', 592, 'en', 'description', 'Mutton Manchurian', NULL, NULL),
(1561, 'App\\Models\\Item', 593, 'en', 'name', 'Mutton Chilly', NULL, NULL),
(1562, 'App\\Models\\Item', 593, 'en', 'description', 'Mutton Chilly', NULL, NULL),
(1563, 'App\\Models\\Item', 594, 'en', 'name', 'Mutton Fry', NULL, NULL),
(1564, 'App\\Models\\Item', 594, 'en', 'description', 'Mutton Fry', NULL, NULL),
(1565, 'App\\Models\\Item', 595, 'en', 'name', 'Mangolian Mutton', NULL, NULL),
(1566, 'App\\Models\\Item', 595, 'en', 'description', 'Mangolian Mutton', NULL, NULL),
(1567, 'App\\Models\\Item', 596, 'en', 'name', 'Mutton Ghee Roast', NULL, NULL),
(1568, 'App\\Models\\Item', 596, 'en', 'description', 'Mutton Ghee Roast', NULL, NULL),
(1569, 'App\\Models\\Item', 597, 'en', 'name', 'Spicy Fried Mutton', NULL, NULL),
(1570, 'App\\Models\\Item', 597, 'en', 'description', 'Spicy Fried Mutton', NULL, NULL),
(1571, 'App\\Models\\Item', 598, 'en', 'name', 'Ginger Mutton', NULL, NULL),
(1572, 'App\\Models\\Item', 598, 'en', 'description', 'Ginger Mutton', NULL, NULL),
(1573, 'App\\Models\\Category', 250, 'en', 'name', 'Veg Starters', NULL, NULL),
(1574, 'App\\Models\\Category', 251, 'en', 'name', 'Veg Starters', NULL, NULL),
(1575, 'App\\Models\\Item', 599, 'en', 'name', 'Veg Manchurian', NULL, NULL),
(1576, 'App\\Models\\Item', 599, 'en', 'description', 'Veg Manchurian', NULL, NULL),
(1577, 'App\\Models\\Item', 600, 'en', 'name', 'Veg Gold Coin', NULL, NULL),
(1578, 'App\\Models\\Item', 600, 'en', 'description', 'Veg Gold Coin', NULL, NULL),
(1579, 'App\\Models\\Item', 601, 'en', 'name', 'Peanut Masala', NULL, NULL),
(1580, 'App\\Models\\Item', 601, 'en', 'description', 'Peanut Masala', NULL, NULL),
(1581, 'App\\Models\\Item', 602, 'en', 'name', 'Crispy Corn', NULL, NULL),
(1582, 'App\\Models\\Item', 602, 'en', 'description', 'Crispy Corn', NULL, NULL),
(1583, 'App\\Models\\Item', 603, 'en', 'name', 'Gobi Manchurian', NULL, NULL),
(1584, 'App\\Models\\Item', 603, 'en', 'description', 'Gobi Manchurian', NULL, NULL),
(1585, 'App\\Models\\Item', 604, 'en', 'name', 'Gobi 65', NULL, NULL),
(1586, 'App\\Models\\Item', 604, 'en', 'description', 'Gobi 65', NULL, NULL),
(1587, 'App\\Models\\Item', 605, 'en', 'name', 'Gobi Chilly', NULL, NULL),
(1588, 'App\\Models\\Item', 605, 'en', 'description', 'Gobi Chilly', NULL, NULL),
(1589, 'App\\Models\\Item', 606, 'en', 'name', 'Ginger Gobi', NULL, NULL),
(1590, 'App\\Models\\Item', 606, 'en', 'description', 'Ginger Gobi', NULL, NULL),
(1591, 'App\\Models\\Item', 607, 'en', 'name', 'Paneer Manchurian', NULL, NULL),
(1592, 'App\\Models\\Item', 607, 'en', 'description', 'Paneer Manchurian', NULL, NULL),
(1593, 'App\\Models\\Item', 608, 'en', 'name', 'Paneer 65', NULL, NULL),
(1594, 'App\\Models\\Item', 608, 'en', 'description', 'Paneer 65', NULL, NULL),
(1595, 'App\\Models\\Item', 609, 'en', 'name', 'Paneer Chilly', NULL, NULL),
(1596, 'App\\Models\\Item', 609, 'en', 'description', 'Paneer Chilly', NULL, NULL),
(1597, 'App\\Models\\Item', 610, 'en', 'name', 'Pepper Paneer', NULL, NULL),
(1598, 'App\\Models\\Item', 610, 'en', 'description', 'Pepper Paneer', NULL, NULL),
(1599, 'App\\Models\\Item', 611, 'en', 'name', 'Paneer Mushroom', NULL, NULL),
(1600, 'App\\Models\\Item', 611, 'en', 'description', 'Paneer Mushroom', NULL, NULL),
(1601, 'App\\Models\\Item', 612, 'en', 'name', 'Paneer Majestic', NULL, NULL),
(1602, 'App\\Models\\Item', 612, 'en', 'description', 'Paneer Majestic', NULL, NULL),
(1603, 'App\\Models\\Item', 613, 'en', 'name', 'Paneer Pakoda', NULL, NULL),
(1604, 'App\\Models\\Item', 613, 'en', 'description', 'Paneer Pakoda', NULL, NULL),
(1605, 'App\\Models\\Item', 614, 'en', 'name', 'Schezwan Paneer', NULL, NULL),
(1606, 'App\\Models\\Item', 614, 'en', 'description', 'Schezwan Paneer', NULL, NULL),
(1607, 'App\\Models\\Item', 615, 'en', 'name', 'Paneer Salt & Pepper', NULL, NULL),
(1608, 'App\\Models\\Item', 615, 'en', 'description', 'Paneer Salt & Pepper', NULL, NULL),
(1609, 'App\\Models\\Item', 616, 'en', 'name', 'Mushroom Chilly', NULL, NULL),
(1610, 'App\\Models\\Item', 616, 'en', 'description', 'Mushroom Chilly', NULL, NULL),
(1611, 'App\\Models\\Item', 617, 'en', 'name', 'Mushroom 65', NULL, NULL),
(1612, 'App\\Models\\Item', 617, 'en', 'description', 'Mushroom 65', NULL, NULL),
(1613, 'App\\Models\\Item', 618, 'en', 'name', 'Schezwan Mashroom', NULL, NULL),
(1614, 'App\\Models\\Item', 618, 'en', 'description', 'Schezwan Mashroom', NULL, NULL),
(1615, 'App\\Models\\Item', 619, 'en', 'name', 'Mushroom Manchurian', NULL, NULL),
(1616, 'App\\Models\\Item', 619, 'en', 'description', 'Mushroom Manchurian', NULL, NULL),
(1617, 'App\\Models\\Item', 620, 'en', 'name', 'Baby Corn Manchurian', NULL, NULL),
(1618, 'App\\Models\\Item', 620, 'en', 'description', 'Baby Corn Manchurian', NULL, NULL),
(1619, 'App\\Models\\Item', 621, 'en', 'name', 'Baby Corn 65', NULL, NULL),
(1620, 'App\\Models\\Item', 621, 'en', 'description', 'Baby Corn 65', NULL, NULL),
(1621, 'App\\Models\\Item', 622, 'en', 'name', 'Crispy Baby Corn', NULL, NULL),
(1622, 'App\\Models\\Item', 622, 'en', 'description', 'Crispy Baby Corn', NULL, NULL),
(1623, 'App\\Models\\Item', 623, 'en', 'name', 'Baby Corn Salt & Pepper', NULL, NULL),
(1624, 'App\\Models\\Item', 623, 'en', 'description', 'Baby Corn Salt & Pepper', NULL, NULL),
(1625, 'App\\Models\\Item', 624, 'en', 'name', 'Cashewnut  Fry', NULL, NULL),
(1626, 'App\\Models\\Item', 624, 'en', 'description', 'Cashewnut  FAPry', NULL, NULL),
(1627, 'App\\Models\\Item', 625, 'en', 'name', 'Veg Hara Bara Kebab', NULL, NULL),
(1628, 'App\\Models\\Item', 625, 'en', 'description', 'Veg Hara Bara Kebab', NULL, NULL),
(1629, 'App\\Models\\Item', 626, 'en', 'name', 'Veg Sheek Kabab', NULL, NULL),
(1630, 'App\\Models\\Item', 626, 'en', 'description', 'Veg Sheek Kabab', NULL, NULL),
(1631, 'App\\Models\\Item', 627, 'en', 'name', 'Paneer Tikka', NULL, NULL),
(1632, 'App\\Models\\Item', 627, 'en', 'description', 'Paneer Tikka', NULL, NULL),
(1633, 'App\\Models\\Item', 628, 'en', 'name', 'Malai Paneer Tikka', NULL, NULL),
(1634, 'App\\Models\\Item', 628, 'en', 'description', 'Malai Paneer Tikka', NULL, NULL),
(1635, 'App\\Models\\Item', 629, 'en', 'name', 'Achari Paneer', NULL, NULL),
(1636, 'App\\Models\\Item', 629, 'en', 'description', 'Achari Paneer Tikka', NULL, NULL),
(1637, 'App\\Models\\Item', 630, 'en', 'name', 'Tandoori Gobi', NULL, NULL),
(1638, 'App\\Models\\Item', 630, 'en', 'description', 'Tandoori Gobi', NULL, NULL),
(1639, 'App\\Models\\Item', 631, 'en', 'name', 'Tandoori Mushroom', NULL, NULL),
(1640, 'App\\Models\\Item', 631, 'en', 'description', 'Tandoori Mushroom', NULL, NULL),
(1641, 'App\\Models\\Item', 632, 'en', 'name', 'Mixed Veg Tandoori', NULL, NULL),
(1642, 'App\\Models\\Item', 632, 'en', 'description', 'Mixed Veg Tandoori', NULL, NULL),
(1643, 'App\\Models\\Item', 633, 'en', 'name', 'Angara Kebab', NULL, NULL),
(1644, 'App\\Models\\Item', 633, 'en', 'description', 'Angara Kebab', NULL, NULL),
(1645, 'App\\Models\\Item', 634, 'en', 'name', 'Afghani Kebab', NULL, NULL),
(1646, 'App\\Models\\Item', 634, 'en', 'description', 'Afghani Kebab', NULL, NULL),
(1647, 'App\\Models\\Item', 635, 'en', 'name', 'Banjara Kebab', NULL, NULL),
(1648, 'App\\Models\\Item', 635, 'en', 'description', 'Banjara Kebab', NULL, NULL),
(1649, 'App\\Models\\Item', 636, 'en', 'name', 'Chicken Tikka', NULL, NULL),
(1650, 'App\\Models\\Item', 636, 'en', 'description', 'Chicken Tikka', NULL, NULL),
(1651, 'App\\Models\\Item', 637, 'en', 'name', 'Achari Chicken Tikka', NULL, NULL),
(1652, 'App\\Models\\Item', 637, 'en', 'description', 'Achari Chicken Tikka', NULL, NULL),
(1653, 'App\\Models\\Item', 638, 'en', 'name', 'Kalmi Kebab', NULL, NULL),
(1654, 'App\\Models\\Item', 638, 'en', 'description', 'Kalmi Kebab', NULL, NULL),
(1655, 'App\\Models\\Item', 639, 'en', 'name', 'Chilli Milli Kebab', NULL, NULL),
(1656, 'App\\Models\\Item', 639, 'en', 'description', 'Chilli Milli Kebab', NULL, NULL),
(1657, 'App\\Models\\Item', 640, 'en', 'name', 'Hariyali Chicken Kebab', NULL, NULL),
(1658, 'App\\Models\\Item', 640, 'en', 'description', 'Hariyali Chicken Kebab', NULL, NULL),
(1659, 'App\\Models\\Item', 641, 'en', 'name', 'Malai Kebab', NULL, NULL),
(1660, 'App\\Models\\Item', 641, 'en', 'description', 'Malai Kebab', NULL, NULL),
(1661, 'App\\Models\\Item', 642, 'en', 'name', 'Mughlai Kebab', NULL, NULL),
(1662, 'App\\Models\\Item', 642, 'en', 'description', 'Mughlai Kebab', NULL, NULL),
(1663, 'App\\Models\\Item', 643, 'en', 'name', 'Tangdi Kebab', NULL, NULL),
(1664, 'App\\Models\\Item', 643, 'en', 'description', 'Tangdi Kebab', NULL, NULL),
(1665, 'App\\Models\\Item', 644, 'en', 'name', 'Afghani Tangdi Kebab', NULL, NULL),
(1666, 'App\\Models\\Item', 644, 'en', 'description', 'Afghani Tangdi Kebab', NULL, NULL),
(1667, 'App\\Models\\Item', 645, 'en', 'name', 'Afghani Chicken', NULL, NULL),
(1668, 'App\\Models\\Item', 645, 'en', 'description', 'Afghani Chicken', NULL, NULL),
(1669, 'App\\Models\\Item', 646, 'en', 'name', 'Kalmi Kebab', NULL, NULL),
(1670, 'App\\Models\\Item', 646, 'en', 'description', 'Kalmi Kebab', NULL, NULL),
(1671, 'App\\Models\\Item', 647, 'en', 'name', 'Afghani Kalmi Kebab', NULL, NULL),
(1672, 'App\\Models\\Item', 647, 'en', 'description', 'Afghani Kalmi Kebab', NULL, NULL),
(1673, 'App\\Models\\Item', 648, 'en', 'name', 'Thandoori Chicken Full', NULL, NULL),
(1674, 'App\\Models\\Item', 648, 'en', 'description', 'Thandoori Chicken Full', NULL, NULL),
(1675, 'App\\Models\\Item', 649, 'en', 'name', 'Fish Tikka', NULL, NULL),
(1676, 'App\\Models\\Item', 649, 'en', 'description', 'Fish Tikka', NULL, NULL),
(1677, 'App\\Models\\Item', 650, 'en', 'name', 'Achari Fish Tikka', NULL, NULL),
(1678, 'App\\Models\\Item', 650, 'en', 'description', 'Achari Fish Tikka', NULL, NULL),
(1679, 'App\\Models\\Item', 651, 'en', 'name', 'Garlic Fish Tikka', NULL, NULL),
(1680, 'App\\Models\\Item', 651, 'en', 'description', 'Garlic Fish Tikka', NULL, NULL),
(1681, 'App\\Models\\Item', 652, 'en', 'name', 'Sungapur Fish', NULL, NULL),
(1682, 'App\\Models\\Item', 652, 'en', 'description', 'Sungapur Fish', NULL, NULL),
(1683, 'App\\Models\\Item', 653, 'en', 'name', 'Dragon Fish', NULL, NULL),
(1684, 'App\\Models\\Item', 653, 'en', 'description', 'Dragon Fish', NULL, NULL),
(1685, 'App\\Models\\Item', 654, 'en', 'name', 'Apollo Fish', NULL, NULL),
(1686, 'App\\Models\\Item', 654, 'en', 'description', 'Apollo Fish', NULL, NULL),
(1687, 'App\\Models\\Item', 655, 'en', 'name', 'Fish Chilly', NULL, NULL),
(1688, 'App\\Models\\Item', 655, 'en', 'description', 'Fish Chilly', NULL, NULL),
(1689, 'App\\Models\\Item', 656, 'en', 'name', 'Pepper Fish', NULL, NULL),
(1690, 'App\\Models\\Item', 656, 'en', 'description', 'Pepper Fish', NULL, NULL),
(1691, 'App\\Models\\Item', 657, 'en', 'name', 'Fish Fry', NULL, NULL),
(1692, 'App\\Models\\Item', 657, 'en', 'description', 'Fish Fry', NULL, NULL),
(1693, 'App\\Models\\Item', 658, 'en', 'name', 'Fish Pakodi', NULL, NULL),
(1694, 'App\\Models\\Item', 658, 'en', 'description', 'Fish Fry', NULL, NULL),
(1695, 'App\\Models\\Item', 659, 'en', 'name', 'Prawns Chilly', NULL, NULL),
(1696, 'App\\Models\\Item', 659, 'en', 'description', 'Prawns Chilly', NULL, NULL);
INSERT INTO `translations` (`id`, `translationable_type`, `translationable_id`, `locale`, `key`, `value`, `created_at`, `updated_at`) VALUES
(1697, 'App\\Models\\Item', 660, 'en', 'name', 'Spicy Fried Fish', NULL, NULL),
(1698, 'App\\Models\\Item', 660, 'en', 'description', 'Spicy Fried Fish', NULL, NULL),
(1699, 'App\\Models\\Item', 661, 'en', 'name', 'Pepper Prawns', NULL, NULL),
(1700, 'App\\Models\\Item', 661, 'en', 'description', 'Pepper Prawns', NULL, NULL),
(1701, 'App\\Models\\Item', 662, 'en', 'name', 'Loose Prawns', NULL, NULL),
(1702, 'App\\Models\\Item', 662, 'en', 'description', 'Loose Prawns', NULL, NULL),
(1703, 'App\\Models\\Item', 663, 'en', 'name', 'Ginger Honey Prawns', NULL, NULL),
(1704, 'App\\Models\\Item', 663, 'en', 'description', 'Ginger Honey Prawns', NULL, NULL),
(1705, 'App\\Models\\Item', 664, 'en', 'name', 'Prawns Salt & Pepper', NULL, NULL),
(1706, 'App\\Models\\Item', 664, 'en', 'description', 'Prawns Salt & Pepper', NULL, NULL),
(1707, 'App\\Models\\Item', 665, 'en', 'name', 'Prawns Pakodi', NULL, NULL),
(1708, 'App\\Models\\Item', 665, 'en', 'description', 'Prawns Pakodi', NULL, NULL),
(1709, 'App\\Models\\Item', 666, 'en', 'name', 'Tandoori Prawns', NULL, NULL),
(1710, 'App\\Models\\Item', 666, 'en', 'description', 'Tandoori Prawns', NULL, NULL),
(1711, 'App\\Models\\Item', 667, 'en', 'name', 'Roti', NULL, NULL),
(1712, 'App\\Models\\Item', 667, 'en', 'description', 'Roti', NULL, NULL),
(1713, 'App\\Models\\Item', 668, 'en', 'name', 'Butter Roti', NULL, NULL),
(1714, 'App\\Models\\Item', 668, 'en', 'description', 'Butter Roti', NULL, NULL),
(1715, 'App\\Models\\Item', 669, 'en', 'name', 'Plain Naan', NULL, NULL),
(1716, 'App\\Models\\Item', 669, 'en', 'description', 'Plain Naan', NULL, NULL),
(1717, 'App\\Models\\Item', 670, 'en', 'name', 'Butter Naan', NULL, NULL),
(1718, 'App\\Models\\Item', 670, 'en', 'description', 'Butter Naan', NULL, NULL),
(1719, 'App\\Models\\Item', 671, 'en', 'name', 'Garlic Naan', NULL, NULL),
(1720, 'App\\Models\\Item', 671, 'en', 'description', 'Garlic Naan', NULL, NULL),
(1721, 'App\\Models\\Item', 672, 'en', 'name', 'Plain Kulcha', NULL, NULL),
(1722, 'App\\Models\\Item', 672, 'en', 'description', 'Plain Kulcha', NULL, NULL),
(1723, 'App\\Models\\Item', 673, 'en', 'name', 'Butter Kulcha', NULL, NULL),
(1724, 'App\\Models\\Item', 673, 'en', 'description', 'Butter Kulcha', NULL, NULL),
(1725, 'App\\Models\\Item', 674, 'en', 'name', 'Masala Kulcha', NULL, NULL),
(1726, 'App\\Models\\Item', 674, 'en', 'description', 'Masala Kulcha', NULL, NULL),
(1727, 'App\\Models\\Item', 675, 'en', 'name', 'Aloo Paratha', NULL, NULL),
(1728, 'App\\Models\\Item', 675, 'en', 'description', 'Aloo Paratha', NULL, NULL),
(1729, 'App\\Models\\Item', 676, 'en', 'name', 'Mutton Keema Naan', NULL, NULL),
(1730, 'App\\Models\\Item', 676, 'en', 'description', 'Mutton Keema Naan', NULL, NULL),
(1731, 'App\\Models\\Item', 677, 'en', 'name', 'Chicken Keema Naan', NULL, NULL),
(1732, 'App\\Models\\Item', 677, 'en', 'description', 'Chicken Keema Naan', NULL, NULL),
(1733, 'App\\Models\\Item', 678, 'en', 'name', 'Veg Jaipuri', NULL, NULL),
(1734, 'App\\Models\\Item', 678, 'en', 'description', 'Veg Jaipuri', NULL, NULL),
(1735, 'App\\Models\\Item', 679, 'en', 'name', 'Kadai veg', NULL, NULL),
(1736, 'App\\Models\\Item', 679, 'en', 'description', 'Kadai veg', NULL, NULL),
(1737, 'App\\Models\\Item', 680, 'en', 'name', 'Veg Kofta', NULL, NULL),
(1738, 'App\\Models\\Item', 680, 'en', 'description', 'Veg Kofta', NULL, NULL),
(1739, 'App\\Models\\Item', 681, 'en', 'name', 'Veg Keema Curry', NULL, NULL),
(1740, 'App\\Models\\Item', 681, 'en', 'description', 'Veg Keema Curry', NULL, NULL),
(1741, 'App\\Models\\Item', 682, 'en', 'name', 'Malai Kofta', NULL, NULL),
(1742, 'App\\Models\\Item', 682, 'en', 'description', 'Malai Kofta', NULL, NULL),
(1743, 'App\\Models\\Item', 683, 'en', 'name', 'Veg Kolhapuri', NULL, NULL),
(1744, 'App\\Models\\Item', 683, 'en', 'description', 'Veg Kolhapuri', NULL, NULL),
(1745, 'App\\Models\\Item', 684, 'en', 'name', 'Dal Fry', NULL, NULL),
(1746, 'App\\Models\\Item', 684, 'en', 'description', 'Dal Fry', NULL, NULL),
(1747, 'App\\Models\\Item', 685, 'en', 'name', 'Paneer Shahi korma', NULL, NULL),
(1748, 'App\\Models\\Item', 685, 'en', 'description', 'Paneer Shahi korma', NULL, NULL),
(1749, 'App\\Models\\Item', 686, 'en', 'name', 'Paneer Butter Masala', NULL, NULL),
(1750, 'App\\Models\\Item', 686, 'en', 'description', 'Paneer Butter Masala', NULL, NULL),
(1751, 'App\\Models\\Item', 687, 'en', 'name', 'Paneer Burji', NULL, NULL),
(1752, 'App\\Models\\Item', 687, 'en', 'description', 'Paneer Bhurji', NULL, NULL),
(1753, 'App\\Models\\Item', 688, 'en', 'name', 'Kaju Paneer Curry', NULL, NULL),
(1754, 'App\\Models\\Item', 688, 'en', 'description', 'Kaju Paneer Curry', NULL, NULL),
(1755, 'App\\Models\\Item', 689, 'en', 'name', 'Paneer Tikka Masala', NULL, NULL),
(1756, 'App\\Models\\Item', 689, 'en', 'description', 'Paneer Tikka Masala Curry', NULL, NULL),
(1757, 'App\\Models\\Item', 690, 'en', 'name', 'Palak Paneer', NULL, NULL),
(1758, 'App\\Models\\Item', 690, 'en', 'description', 'Palak Paneer', NULL, NULL),
(1759, 'App\\Models\\Item', 691, 'en', 'name', 'Paneer Chatpata', NULL, NULL),
(1760, 'App\\Models\\Item', 691, 'en', 'description', 'Paneer Chatpata', NULL, NULL),
(1761, 'App\\Models\\Item', 692, 'en', 'name', 'Methi Chaman', NULL, NULL),
(1762, 'App\\Models\\Item', 692, 'en', 'description', 'Methi Chaman', NULL, NULL),
(1763, 'App\\Models\\Item', 693, 'en', 'name', 'Kadai Paneer', NULL, NULL),
(1764, 'App\\Models\\Item', 693, 'en', 'description', 'Kadai Paneer', NULL, NULL),
(1765, 'App\\Models\\Item', 694, 'en', 'name', 'Mushroom Masala', NULL, NULL),
(1766, 'App\\Models\\Item', 694, 'en', 'description', 'Mushroom Masala', NULL, NULL),
(1767, 'App\\Models\\Item', 695, 'en', 'name', 'Mushroom Kaju Curry', NULL, NULL),
(1768, 'App\\Models\\Item', 695, 'en', 'description', 'Mushroom Kaju Curry', NULL, NULL),
(1769, 'App\\Models\\Item', 696, 'en', 'name', 'Kadai Mushroom', NULL, NULL),
(1770, 'App\\Models\\Item', 696, 'en', 'description', 'Kadai Mushroom', NULL, NULL),
(1771, 'App\\Models\\Item', 697, 'en', 'name', 'Baby Corn Kaju Curry', NULL, NULL),
(1772, 'App\\Models\\Item', 697, 'en', 'description', 'Baby Corn Kaju Curry', NULL, NULL),
(1773, 'App\\Models\\Item', 698, 'en', 'name', 'Kaju Curry', NULL, NULL),
(1774, 'App\\Models\\Item', 698, 'en', 'description', 'Kaju Curry', NULL, NULL),
(1775, 'App\\Models\\Item', 699, 'en', 'name', 'Mixed Veg Curry', NULL, NULL),
(1776, 'App\\Models\\Item', 699, 'en', 'description', 'Mixed Veg Curry', NULL, NULL),
(1777, 'App\\Models\\Item', 700, 'en', 'name', 'Murgh Kolhapur Curry', NULL, NULL),
(1778, 'App\\Models\\Item', 700, 'en', 'description', 'Murgh Kolhapur Curry', NULL, NULL),
(1779, 'App\\Models\\Item', 701, 'en', 'name', 'Andhra Chicken Curry', NULL, NULL),
(1780, 'App\\Models\\Item', 701, 'en', 'description', 'Andhra Chicken Curry', NULL, NULL),
(1781, 'App\\Models\\Item', 702, 'en', 'name', 'Gongura Chicken Curry', NULL, NULL),
(1782, 'App\\Models\\Item', 702, 'en', 'description', 'Gongura Chicken Curry', NULL, NULL),
(1783, 'App\\Models\\Item', 703, 'en', 'name', 'Butter Chicken Curry', NULL, NULL),
(1784, 'App\\Models\\Item', 703, 'en', 'description', 'Butter Chicken Curry', NULL, NULL),
(1785, 'App\\Models\\Item', 704, 'en', 'name', 'Kadai Chicken Curry', NULL, NULL),
(1786, 'App\\Models\\Item', 704, 'en', 'description', 'Kadai Chicken Curry', NULL, NULL),
(1787, 'App\\Models\\Item', 705, 'en', 'name', 'Kaju Chicken Curry', NULL, NULL),
(1788, 'App\\Models\\Item', 705, 'en', 'description', 'Kaju Chicken Curry', NULL, NULL),
(1789, 'App\\Models\\Item', 706, 'en', 'name', 'Nizami Chicken Curry', NULL, NULL),
(1790, 'App\\Models\\Item', 706, 'en', 'description', 'Nizami Chicken Curry', NULL, NULL),
(1791, 'App\\Models\\Item', 707, 'en', 'name', 'Chettinadu Chicken Curry', NULL, NULL),
(1792, 'App\\Models\\Item', 707, 'en', 'description', 'Chettinadu Chicken Curry', NULL, NULL),
(1793, 'App\\Models\\Item', 708, 'en', 'name', 'Nawabi Chicken Curry', NULL, NULL),
(1794, 'App\\Models\\Item', 708, 'en', 'description', 'Nawabi Chicken Curry', NULL, NULL),
(1795, 'App\\Models\\Item', 709, 'en', 'name', 'Chicken Masala Curry', NULL, NULL),
(1796, 'App\\Models\\Item', 709, 'en', 'description', 'Chicken Masala Curry', NULL, NULL),
(1797, 'App\\Models\\Item', 710, 'en', 'name', 'Chicken Tikka Masala Curry', NULL, NULL),
(1798, 'App\\Models\\Item', 710, 'en', 'description', 'Chicken Tikka Masala Curry', NULL, NULL),
(1799, 'App\\Models\\Item', 711, 'en', 'name', 'Methi Chicken Curry', NULL, NULL),
(1800, 'App\\Models\\Item', 711, 'en', 'description', 'Methi Chicken Curry', NULL, NULL),
(1801, 'App\\Models\\Item', 712, 'en', 'name', 'Palak Chicken Curry', NULL, NULL),
(1802, 'App\\Models\\Item', 712, 'en', 'description', 'Palak Chicken Curry', NULL, NULL),
(1803, 'App\\Models\\Item', 713, 'en', 'name', 'Andhra Mutton Curry', NULL, NULL),
(1804, 'App\\Models\\Item', 713, 'en', 'description', 'Andhra Mutton Curry', NULL, NULL),
(1805, 'App\\Models\\Item', 714, 'en', 'name', 'Gongura Mutton Curry', NULL, NULL),
(1806, 'App\\Models\\Item', 714, 'en', 'description', 'Gongura Mutton Curry', NULL, NULL),
(1807, 'App\\Models\\Item', 715, 'en', 'name', 'Mutton Masala Curry', NULL, NULL),
(1808, 'App\\Models\\Item', 715, 'en', 'description', 'Mutton Masala Curry', NULL, NULL),
(1809, 'App\\Models\\Item', 716, 'en', 'name', 'Mutton Rogan Josh Curry', NULL, NULL),
(1810, 'App\\Models\\Item', 716, 'en', 'description', 'Mutton Rogan Josh Curry', NULL, NULL),
(1811, 'App\\Models\\Item', 717, 'en', 'name', 'Methi Mutton Curry', NULL, NULL),
(1812, 'App\\Models\\Item', 717, 'en', 'description', 'Methi Mutton Curry', NULL, NULL),
(1813, 'App\\Models\\Item', 718, 'en', 'name', 'Fish Masala Curry', NULL, NULL),
(1814, 'App\\Models\\Item', 718, 'en', 'description', 'Fish Masala Curry', NULL, NULL),
(1815, 'App\\Models\\Item', 719, 'en', 'name', 'Fish Tikka Masala Curry', NULL, NULL),
(1816, 'App\\Models\\Item', 719, 'en', 'description', 'Fish Tikka Masala Curry', NULL, NULL),
(1817, 'App\\Models\\Item', 720, 'en', 'name', 'Prawns Masala Curry', NULL, NULL),
(1818, 'App\\Models\\Item', 720, 'en', 'description', 'Prawns Masala Curry', NULL, NULL),
(1819, 'App\\Models\\Item', 721, 'en', 'name', 'Chicken Curry', NULL, NULL),
(1820, 'App\\Models\\Item', 721, 'en', 'description', 'Chicken Curry', NULL, NULL),
(1821, 'App\\Models\\Item', 722, 'en', 'name', 'Chicken Fry', NULL, NULL),
(1822, 'App\\Models\\Item', 722, 'en', 'description', 'Chicken Fry', NULL, NULL),
(1823, 'App\\Models\\Item', 723, 'en', 'name', 'Gongura Chicken Curry', NULL, NULL),
(1824, 'App\\Models\\Item', 723, 'en', 'description', 'Gongura Chicken Curry', NULL, NULL),
(1825, 'App\\Models\\Item', 724, 'en', 'name', 'Chicken Liver Fry', NULL, NULL),
(1826, 'App\\Models\\Item', 724, 'en', 'description', 'Chicken Liver Fry', NULL, NULL),
(1827, 'App\\Models\\Item', 725, 'en', 'name', 'Chicken Liver Curry', NULL, NULL),
(1828, 'App\\Models\\Item', 725, 'en', 'description', 'Chicken Liver Curry', NULL, NULL),
(1829, 'App\\Models\\Item', 726, 'en', 'name', 'Egg Curry', NULL, NULL),
(1830, 'App\\Models\\Item', 726, 'en', 'description', 'Egg Curry', NULL, NULL),
(1831, 'App\\Models\\Item', 727, 'en', 'name', 'Mutton Curry', NULL, NULL),
(1832, 'App\\Models\\Item', 727, 'en', 'description', 'Mutton Curry', NULL, NULL),
(1833, 'App\\Models\\Item', 728, 'en', 'name', 'Mutton Fry', NULL, NULL),
(1834, 'App\\Models\\Item', 728, 'en', 'description', 'Mutton Fry', NULL, NULL),
(1835, 'App\\Models\\Item', 729, 'en', 'name', 'Mutton Boti Curry', NULL, NULL),
(1836, 'App\\Models\\Item', 729, 'en', 'description', 'Mutton Boti Curry', NULL, NULL),
(1837, 'App\\Models\\Item', 730, 'en', 'name', 'Pappu Curry', NULL, NULL),
(1838, 'App\\Models\\Item', 730, 'en', 'description', 'Pappu Curry', NULL, NULL),
(1839, 'App\\Models\\Item', 731, 'en', 'name', 'Rasam Curry', NULL, NULL),
(1840, 'App\\Models\\Item', 731, 'en', 'description', 'Rasam Curry', NULL, NULL),
(1841, 'App\\Models\\Item', 732, 'en', 'name', 'Gutti Vankaya Curry', NULL, NULL),
(1842, 'App\\Models\\Item', 732, 'en', 'description', 'Gutti Vankaya Curry', NULL, NULL),
(1843, 'App\\Models\\Item', 733, 'en', 'name', 'Chicken Fry Piece Biryani', NULL, NULL),
(1844, 'App\\Models\\Item', 733, 'en', 'description', 'Chicken Fry Piece Biryani', NULL, NULL),
(1845, 'App\\Models\\Item', 734, 'en', 'name', 'Chicken Fry Piece Bucket Biryani', NULL, NULL),
(1846, 'App\\Models\\Item', 734, 'en', 'description', 'Chicken Fry Piece Bucket Biryani', NULL, NULL),
(1847, 'App\\Models\\Item', 735, 'en', 'name', 'Mutton Fry Piece Biryani', NULL, NULL),
(1848, 'App\\Models\\Item', 735, 'en', 'description', 'Mutton Fry Piece Biryani', NULL, NULL),
(1849, 'App\\Models\\Item', 736, 'en', 'name', 'Kaju Chicken Kabab', NULL, NULL),
(1850, 'App\\Models\\Item', 736, 'en', 'description', 'Kaju Chicken Kabab 500gm', NULL, NULL),
(1851, 'App\\Models\\Store', 29, 'en', 'name', 'Biryani Bites', NULL, NULL),
(1852, 'App\\Models\\Store', 29, 'en', 'address', '6-1-843-1, Ram Nagar, Kovur Nagar, Ananthapur, Anantapur, Andhra Pradesh 515004, India', NULL, NULL),
(1853, 'App\\Models\\Item', 737, 'en', 'name', 'Chicken Dum Biryani', NULL, NULL),
(1854, 'App\\Models\\Item', 737, 'en', 'description', 'Chicken Dum Biryani (MINI)', NULL, NULL),
(1855, 'App\\Models\\Item', 738, 'en', 'name', 'Chicken Dum Biryani', NULL, NULL),
(1856, 'App\\Models\\Item', 738, 'en', 'description', 'Chicken Dum Biryani (Full)', NULL, NULL),
(1859, 'App\\Models\\Item', 740, 'en', 'name', 'Chicken Fry Piece Biryani', NULL, NULL),
(1860, 'App\\Models\\Item', 740, 'en', 'description', 'Chicken Fry Piece Biryani (MINI)', NULL, NULL),
(1861, 'App\\Models\\Item', 741, 'en', 'name', 'Chicken Fry Piece Biryani', NULL, NULL),
(1862, 'App\\Models\\Item', 741, 'en', 'description', 'Chicken Fry Piece Biryani (FULL)', NULL, NULL),
(1863, 'App\\Models\\Item', 742, 'en', 'name', 'Chicken Lollipop Biryani', NULL, NULL),
(1864, 'App\\Models\\Item', 742, 'en', 'description', 'Chicken Lollipop Biryani (MINI)', NULL, NULL),
(1865, 'App\\Models\\Item', 743, 'en', 'name', 'Chicken Lollipop Biryani', NULL, NULL),
(1866, 'App\\Models\\Item', 743, 'en', 'description', 'Chicken Lollipop Biryani (FULL)', NULL, NULL),
(1867, 'App\\Models\\Item', 744, 'en', 'name', 'Chicken Boneless Biryani', NULL, NULL),
(1868, 'App\\Models\\Item', 744, 'en', 'description', 'Chicken Boneless Biryani (MINI)', NULL, NULL),
(1869, 'App\\Models\\Item', 745, 'en', 'name', 'Chicken Boneless Biryani', NULL, NULL),
(1870, 'App\\Models\\Item', 745, 'en', 'description', 'Chicken Boneless Biryani (FULL)', NULL, NULL),
(1871, 'App\\Models\\Item', 746, 'en', 'name', 'Donne Chicken Biryani', NULL, NULL),
(1872, 'App\\Models\\Item', 746, 'en', 'description', 'Donne Chicken Biryani', NULL, NULL),
(1873, 'App\\Models\\Item', 747, 'en', 'name', 'Donne Pakoda Biryani', NULL, NULL),
(1874, 'App\\Models\\Item', 747, 'en', 'description', 'Donne Pakoda Biryani', NULL, NULL),
(1875, 'App\\Models\\Item', 748, 'en', 'name', 'Donne Lollipop Biryani', NULL, NULL),
(1876, 'App\\Models\\Item', 748, 'en', 'description', 'Donne Lollipop Biryani', NULL, NULL),
(1877, 'App\\Models\\Item', 749, 'en', 'name', 'Paneer Biryani', NULL, NULL),
(1878, 'App\\Models\\Item', 749, 'en', 'description', 'Paneer biryani (MINI)', NULL, NULL),
(1879, 'App\\Models\\Item', 750, 'en', 'name', 'Paneer Biryani', NULL, NULL),
(1880, 'App\\Models\\Item', 750, 'en', 'description', 'Paneer Biryani (FULL)', NULL, NULL),
(1881, 'App\\Models\\Item', 751, 'en', 'name', 'Mushroom Biryani', NULL, NULL),
(1882, 'App\\Models\\Item', 751, 'en', 'description', 'Mushroom Biryani (MINI)', NULL, NULL),
(1883, 'App\\Models\\Item', 752, 'en', 'name', 'Mushroom Biryani', NULL, NULL),
(1884, 'App\\Models\\Item', 752, 'en', 'description', 'Mushroom Biryani', NULL, NULL),
(1885, 'App\\Models\\Item', 753, 'en', 'name', 'Egg Biryani', NULL, NULL),
(1886, 'App\\Models\\Item', 753, 'en', 'description', 'Egg Biryani (MINI)', NULL, NULL),
(1887, 'App\\Models\\Item', 754, 'en', 'name', 'Egg Biryani', NULL, NULL),
(1888, 'App\\Models\\Item', 754, 'en', 'description', 'Egg Biryani (FULL)', NULL, NULL),
(1889, 'App\\Models\\Item', 755, 'en', 'name', 'Veg Biryani', NULL, NULL),
(1890, 'App\\Models\\Item', 755, 'en', 'description', 'Veg Biryani (MINI)', NULL, NULL),
(1891, 'App\\Models\\Item', 756, 'en', 'name', 'Veg biryani', NULL, NULL),
(1892, 'App\\Models\\Item', 756, 'en', 'description', 'Veg biryani (FULL)', NULL, NULL),
(1893, 'App\\Models\\Item', 757, 'en', 'name', 'Chicken Dum Biryani Family Pack', NULL, NULL),
(1894, 'App\\Models\\Item', 757, 'en', 'description', 'Chicken Dum Biryani Family Pack', NULL, NULL),
(1895, 'App\\Models\\Item', 758, 'en', 'name', 'Chicken Fry Piece Biryani Family Pack', NULL, NULL),
(1896, 'App\\Models\\Item', 758, 'en', 'description', 'Chicken Fry Piece Biryani Family Pack', NULL, NULL),
(1897, 'App\\Models\\Item', 759, 'en', 'name', 'Crispy Corn', NULL, NULL),
(1898, 'App\\Models\\Item', 759, 'en', 'description', 'Crispy Corn', NULL, NULL),
(1899, 'App\\Models\\Item', 760, 'en', 'name', 'Gobi 65', NULL, NULL),
(1900, 'App\\Models\\Item', 760, 'en', 'description', 'Gobi 65', NULL, NULL),
(1901, 'App\\Models\\Item', 761, 'en', 'name', 'Gobi Manchurian', NULL, NULL),
(1902, 'App\\Models\\Item', 761, 'en', 'description', 'Gobi Manchurian', NULL, NULL),
(1903, 'App\\Models\\Item', 762, 'en', 'name', 'Baby Corn Manchurian', NULL, NULL),
(1904, 'App\\Models\\Item', 762, 'en', 'description', 'Baby Corn Manchurian', NULL, NULL),
(1905, 'App\\Models\\Item', 763, 'en', 'name', 'Paneer Majestic', NULL, NULL),
(1906, 'App\\Models\\Item', 763, 'en', 'description', 'Paneer Majestic', NULL, NULL),
(1907, 'App\\Models\\Item', 764, 'en', 'name', 'Pepper Paneer', NULL, NULL),
(1908, 'App\\Models\\Item', 764, 'en', 'description', 'Pepper Paneer', NULL, NULL),
(1909, 'App\\Models\\Item', 765, 'en', 'name', 'Mushroom Kaju Fry', NULL, NULL),
(1910, 'App\\Models\\Item', 765, 'en', 'description', 'Mushroom Kaju Fry', NULL, NULL),
(1911, 'App\\Models\\Item', 766, 'en', 'name', 'Mushroom Chilli', NULL, NULL),
(1912, 'App\\Models\\Item', 766, 'en', 'description', 'Mushroom Chilli', NULL, NULL),
(1913, 'App\\Models\\Item', 767, 'en', 'name', 'Egg Manchurian', NULL, NULL),
(1914, 'App\\Models\\Item', 767, 'en', 'description', 'Egg Manchurian', NULL, NULL),
(1915, 'App\\Models\\Item', 768, 'en', 'name', 'Egg Chilli', NULL, NULL),
(1916, 'App\\Models\\Item', 768, 'en', 'description', 'Egg Chilli', NULL, NULL),
(1917, 'App\\Models\\Item', 769, 'en', 'name', 'Chicken 65', NULL, NULL),
(1918, 'App\\Models\\Item', 769, 'en', 'description', 'Chicken 65', NULL, NULL),
(1919, 'App\\Models\\Item', 770, 'en', 'name', 'Chicken Manchurian', NULL, NULL),
(1920, 'App\\Models\\Item', 770, 'en', 'description', 'Chicken Manchurian', NULL, NULL),
(1921, 'App\\Models\\Item', 771, 'en', 'name', 'Chicken Lollipop', NULL, NULL),
(1922, 'App\\Models\\Item', 771, 'en', 'description', 'Chicken Lollipop', NULL, NULL),
(1923, 'App\\Models\\Item', 772, 'en', 'name', 'Chicken Majestic', NULL, NULL),
(1924, 'App\\Models\\Item', 772, 'en', 'description', 'Chicken Majestic', NULL, NULL),
(1925, 'App\\Models\\Item', 773, 'en', 'name', 'Chicken Kaju Pakoda', NULL, NULL),
(1926, 'App\\Models\\Item', 773, 'en', 'description', 'Chicken Kaju Pakoda', NULL, NULL),
(1927, 'App\\Models\\Item', 774, 'en', 'name', 'Gobi Fried Rice', NULL, NULL),
(1928, 'App\\Models\\Item', 774, 'en', 'description', 'Gobi Fried Rice', NULL, NULL),
(1929, 'App\\Models\\Item', 775, 'en', 'name', 'Ghee Fried Rice', NULL, NULL),
(1930, 'App\\Models\\Item', 775, 'en', 'description', 'Ghee Fried Rice', NULL, NULL),
(1931, 'App\\Models\\Item', 776, 'en', 'name', 'Ghee Fried Rice', NULL, NULL),
(1932, 'App\\Models\\Item', 776, 'en', 'description', 'Veg Fried Rice', NULL, NULL),
(1933, 'App\\Models\\Item', 777, 'en', 'name', 'Jeera Rice', NULL, NULL),
(1934, 'App\\Models\\Item', 777, 'en', 'description', 'Jeera Rice', NULL, NULL),
(1935, 'App\\Models\\Item', 778, 'en', 'name', 'Kaju Rice', NULL, NULL),
(1936, 'App\\Models\\Item', 778, 'en', 'description', 'Kaju Rice', NULL, NULL),
(1937, 'App\\Models\\Item', 779, 'en', 'name', 'Chicken Fried Rice', NULL, NULL),
(1938, 'App\\Models\\Item', 779, 'en', 'description', 'Chicken Fried Rice', NULL, NULL),
(1939, 'App\\Models\\Item', 780, 'en', 'name', 'Egg Fried Rice', NULL, NULL),
(1940, 'App\\Models\\Item', 780, 'en', 'description', 'Egg Fried Rice', NULL, NULL),
(1941, 'App\\Models\\Item', 781, 'en', 'name', 'Paneer Fried Rice', NULL, NULL),
(1942, 'App\\Models\\Item', 781, 'en', 'description', 'Paneer Fried Rice', NULL, NULL),
(1943, 'App\\Models\\Item', 782, 'en', 'name', 'Mushroom Fried Rice', NULL, NULL),
(1944, 'App\\Models\\Item', 782, 'en', 'description', 'Mushroom Fried Rice', NULL, NULL),
(1945, 'App\\Models\\Item', 783, 'en', 'name', 'Curd Rice', NULL, NULL),
(1946, 'App\\Models\\Item', 783, 'en', 'description', 'Curd Rice', NULL, NULL),
(1947, 'App\\Models\\Item', 784, 'en', 'name', 'Chapati', NULL, NULL),
(1948, 'App\\Models\\Item', 784, 'en', 'description', 'Chapati ( 1 )', NULL, NULL),
(1949, 'App\\Models\\Item', 785, 'en', 'name', 'Pulka', NULL, NULL),
(1950, 'App\\Models\\Item', 785, 'en', 'description', 'Pulka', NULL, NULL),
(1951, 'App\\Models\\Item', 786, 'en', 'name', 'Parotta', NULL, NULL),
(1952, 'App\\Models\\Item', 786, 'en', 'description', 'Parotta ( 1 )', NULL, NULL),
(1953, 'App\\Models\\Category', 252, 'en', 'name', 'Platters & Combos', NULL, NULL),
(1954, 'App\\Models\\Category', 253, 'en', 'name', 'Platters & Combos', NULL, NULL),
(1955, 'App\\Models\\Item', 787, 'en', 'name', 'Parotta & Chicken Curry', NULL, NULL),
(1956, 'App\\Models\\Item', 787, 'en', 'description', 'Parotta (2PCS)& Chicken Curry', NULL, NULL),
(1957, 'App\\Models\\Item', 788, 'en', 'name', 'White Rice Chicken Curry', NULL, NULL),
(1958, 'App\\Models\\Item', 788, 'en', 'description', 'White Rice Chicken Curry', NULL, NULL),
(1959, 'App\\Models\\Item', 789, 'en', 'name', 'Chapati & Chicken Curry', NULL, NULL),
(1960, 'App\\Models\\Item', 789, 'en', 'description', 'Chapati (2PCE) & Chicken Curry', NULL, NULL),
(1961, 'App\\Models\\Item', 790, 'en', 'name', 'Phulka & Chicken Curry', NULL, NULL),
(1962, 'App\\Models\\Item', 790, 'en', 'description', 'Phulka (3PCS) & Chicken Curry', NULL, NULL),
(1963, 'App\\Models\\Item', 791, 'en', 'name', 'Parotta & Chicken Fry', NULL, NULL),
(1964, 'App\\Models\\Item', 791, 'en', 'description', 'Parotta ( 2PCS ) & Chicken Fry', NULL, NULL),
(1965, 'App\\Models\\Item', 792, 'en', 'name', 'White Rice & Chicken Fry', NULL, NULL),
(1966, 'App\\Models\\Item', 792, 'en', 'description', 'White Rice & Chicken Fry', NULL, NULL),
(1967, 'App\\Models\\Item', 793, 'en', 'name', 'Chapati & Chicken Fry', NULL, NULL),
(1968, 'App\\Models\\Item', 793, 'en', 'description', 'Chapati ( 2PCS ) & Chicken Fry', NULL, NULL),
(1969, 'App\\Models\\Item', 794, 'en', 'name', 'Phulka  & Chicken Fry', NULL, NULL),
(1970, 'App\\Models\\Item', 794, 'en', 'description', 'Phulka ( 3PCS ) & Chicken Fry', NULL, NULL),
(1971, 'App\\Models\\Item', 795, 'en', 'name', 'Special Chicken Platter Biryani', NULL, NULL),
(1972, 'App\\Models\\Item', 795, 'en', 'description', 'Chicken Dum Biryani (MINI) & Chicken Fry & Chicken Lollipop & Boiled Egg & Sweet', NULL, NULL),
(1973, 'App\\Models\\Item', 796, 'en', 'name', 'Chicken Dum Biryani & Chicken Pakoda', NULL, NULL),
(1974, 'App\\Models\\Item', 796, 'en', 'description', 'Chicken Dum Biryani (MINI) & Chicken Pakoda', NULL, NULL),
(1975, 'App\\Models\\Item', 797, 'en', 'name', 'Chicken Dum Biryani & Chicken Fry', NULL, NULL),
(1976, 'App\\Models\\Item', 797, 'en', 'description', 'Chicken Dum Biryani (MINI) & Chicken Fry', NULL, NULL),
(1977, 'App\\Models\\Item', 798, 'en', 'name', 'Kadai Chicken Curry', NULL, NULL),
(1978, 'App\\Models\\Item', 798, 'en', 'description', 'Kadai Chicken Curry', NULL, NULL),
(1979, 'App\\Models\\Item', 799, 'en', 'name', 'Butter Chicken Curry', NULL, NULL),
(1980, 'App\\Models\\Item', 799, 'en', 'description', 'Butter Chicken Curry', NULL, NULL),
(1981, 'App\\Models\\Item', 800, 'en', 'name', 'Rayalaseema Chicken Curry', NULL, NULL),
(1982, 'App\\Models\\Item', 800, 'en', 'description', 'Rayalaseema Chicken Curry', NULL, NULL),
(1983, 'App\\Models\\Item', 801, 'en', 'name', 'Kadai Mushroom Curry', NULL, NULL),
(1984, 'App\\Models\\Item', 801, 'en', 'description', 'Kadai Mushroom Curry', NULL, NULL),
(1985, 'App\\Models\\Item', 802, 'en', 'name', 'Paneer Butter Masala Curry', NULL, NULL),
(1986, 'App\\Models\\Item', 802, 'en', 'description', 'Paneer Butter Masala Curry', NULL, NULL),
(1987, 'App\\Models\\Item', 803, 'en', 'name', 'Kaju Paneer Curry', NULL, NULL),
(1988, 'App\\Models\\Item', 803, 'en', 'description', 'Kaju Paneer Curry', NULL, NULL),
(1989, 'App\\Models\\Item', 804, 'en', 'name', 'Mushroom Masala Curry', NULL, NULL),
(1990, 'App\\Models\\Item', 804, 'en', 'description', 'Mushroom Masala Curry', NULL, NULL),
(1991, 'App\\Models\\Item', 805, 'en', 'name', 'Egg Masala Curry', NULL, NULL),
(1992, 'App\\Models\\Item', 805, 'en', 'description', 'Egg Masala Curry', NULL, NULL),
(1993, 'App\\Models\\Item', 806, 'en', 'name', 'Veg Kadai', NULL, NULL),
(1994, 'App\\Models\\Item', 806, 'en', 'description', 'Veg Kadai', NULL, NULL),
(1995, 'App\\Models\\Store', 30, 'en', 'name', 'Bhargavi', NULL, NULL),
(1996, 'App\\Models\\Store', 30, 'en', 'address', '6-1-843-1, Ram Nagar, Kovur Nagar, Ananthapur, Anantapur, Andhra Pradesh 515004, India', NULL, NULL),
(1997, 'App\\Models\\Store', 31, 'en', 'name', 'Teja Hotel', NULL, NULL),
(1998, 'App\\Models\\Store', 31, 'en', 'address', '6-1-843-1, Ram Nagar, Kovur Nagar, Ananthapur, Anantapur, Andhra Pradesh 515004, India', NULL, NULL),
(1999, 'App\\Models\\Store', 32, 'en', 'name', 'Praveen Military Hotel', NULL, NULL),
(2000, 'App\\Models\\Store', 32, 'en', 'address', '6-1-843-1, Ram Nagar, Kovur Nagar, Ananthapur, Anantapur, Andhra Pradesh 515004, India', NULL, NULL),
(2001, 'App\\Models\\Store', 33, 'en', 'name', 'Mookambika Tiffin Centre', NULL, NULL),
(2002, 'App\\Models\\Store', 33, 'en', 'address', '6-1-843-1, Ram Nagar, Kovur Nagar, Ananthapur, Anantapur, Andhra Pradesh 515004, India', NULL, NULL),
(2003, 'App\\Models\\Category', 254, 'en', 'name', 'Veg Meal', NULL, NULL),
(2004, 'App\\Models\\Item', 807, 'en', 'name', 'Bojanam (Meal)', NULL, NULL),
(2005, 'App\\Models\\Item', 807, 'en', 'description', 'Bojanam (Meal)', NULL, NULL),
(2006, 'App\\Models\\Item', 808, 'en', 'name', 'Ragi Mudda', NULL, NULL),
(2007, 'App\\Models\\Item', 808, 'en', 'description', 'Ragi Mudda Snagati', NULL, NULL),
(2008, 'App\\Models\\Item', 809, 'en', 'name', 'Chicken Biryani', NULL, NULL),
(2009, 'App\\Models\\Item', 809, 'en', 'description', 'Chicken Biryani', NULL, NULL),
(2010, 'App\\Models\\Item', 810, 'en', 'name', 'Mutton Biryani', NULL, NULL),
(2011, 'App\\Models\\Item', 810, 'en', 'description', 'Mutton Biryani', NULL, NULL),
(2012, 'App\\Models\\Item', 811, 'en', 'name', 'Natukodi Biryani', NULL, NULL),
(2013, 'App\\Models\\Item', 811, 'en', 'description', 'Natukodi Biryani', NULL, NULL),
(2014, 'App\\Models\\Item', 812, 'en', 'name', 'Mutton Curry', NULL, NULL),
(2015, 'App\\Models\\Item', 812, 'en', 'description', 'Mutton Curry', NULL, NULL),
(2016, 'App\\Models\\Item', 813, 'en', 'name', 'Mutton Rost', NULL, NULL),
(2017, 'App\\Models\\Item', 813, 'en', 'description', 'Mutton Rost', NULL, NULL),
(2018, 'App\\Models\\Item', 814, 'en', 'name', 'Boti Curry', NULL, NULL),
(2019, 'App\\Models\\Item', 814, 'en', 'description', 'Boti Curry', NULL, NULL),
(2020, 'App\\Models\\Item', 815, 'en', 'name', 'Egg Biryani', NULL, NULL),
(2021, 'App\\Models\\Item', 815, 'en', 'description', 'Egg Biryani', NULL, NULL),
(2022, 'App\\Models\\Item', 816, 'en', 'name', 'Egg Curry', NULL, NULL),
(2023, 'App\\Models\\Item', 816, 'en', 'description', 'Egg Curry', NULL, NULL),
(2024, 'App\\Models\\Item', 817, 'en', 'name', 'omelet', NULL, NULL),
(2025, 'App\\Models\\Item', 817, 'en', 'description', 'omelet (1 )', NULL, NULL),
(2026, 'App\\Models\\Category', 255, 'en', 'name', 'Roti\'s', NULL, NULL),
(2027, 'App\\Models\\Category', 256, 'en', 'name', 'roti\'s', NULL, NULL),
(2028, 'App\\Models\\Item', 818, 'en', 'name', 'Chapati', NULL, NULL),
(2029, 'App\\Models\\Item', 818, 'en', 'description', 'Chapati', NULL, NULL),
(2030, 'App\\Models\\Item', 819, 'en', 'name', 'Paratha', NULL, NULL),
(2031, 'App\\Models\\Item', 819, 'en', 'description', 'Paratha', NULL, NULL),
(2032, 'App\\Models\\Item', 820, 'en', 'name', 'Egg Fried Rice', NULL, NULL),
(2033, 'App\\Models\\Item', 820, 'en', 'description', 'Egg Fried Rice', NULL, NULL),
(2034, 'App\\Models\\Item', 821, 'en', 'name', 'Jeera Rice', NULL, NULL),
(2035, 'App\\Models\\Item', 821, 'en', 'description', 'Jeera Rice', NULL, NULL),
(2036, 'App\\Models\\Category', 257, 'en', 'name', 'Veg Rice\'s', NULL, NULL),
(2037, 'App\\Models\\Category', 258, 'en', 'name', 'Non Veg Rice\'s', NULL, NULL),
(2038, 'App\\Models\\Category', 259, 'en', 'name', 'veg Rice\'s', NULL, NULL),
(2039, 'App\\Models\\Category', 260, 'en', 'name', 'Non Veg Rice\'s', NULL, NULL),
(2040, 'App\\Models\\Item', 822, 'en', 'name', 'Lemon Rice', NULL, NULL),
(2041, 'App\\Models\\Item', 822, 'en', 'description', 'Lemon Rice', NULL, NULL),
(2042, 'App\\Models\\Item', 823, 'en', 'name', 'Vegetables Rice', NULL, NULL),
(2043, 'App\\Models\\Item', 823, 'en', 'description', 'Vegetables Rice', NULL, NULL),
(2044, 'App\\Models\\Item', 824, 'en', 'name', 'Tomato Rice', NULL, NULL),
(2045, 'App\\Models\\Item', 824, 'en', 'description', 'Tomato Rice', NULL, NULL),
(2046, 'App\\Models\\Item', 825, 'en', 'name', 'Chicken Fry', NULL, NULL),
(2047, 'App\\Models\\Item', 825, 'en', 'description', 'Chicken Fry', NULL, NULL),
(2048, 'App\\Models\\Item', 826, 'en', 'name', 'Chicken Curry', NULL, NULL),
(2049, 'App\\Models\\Item', 826, 'en', 'description', 'Chicken Curry', NULL, NULL),
(2050, 'App\\Models\\Item', 827, 'en', 'name', 'Chicken Roast', NULL, NULL),
(2051, 'App\\Models\\Item', 827, 'en', 'description', 'Chicken Roast', NULL, NULL),
(2052, 'App\\Models\\Item', 828, 'en', 'name', 'Kushka & Egg', NULL, NULL),
(2053, 'App\\Models\\Item', 828, 'en', 'description', 'Kushka & Egg', NULL, NULL),
(2054, 'App\\Models\\Category', 261, 'en', 'name', 'tiffin', NULL, NULL),
(2055, 'App\\Models\\Category', 262, 'en', 'name', 'Sweet\'s', NULL, NULL),
(2056, 'App\\Models\\Category', 263, 'en', 'name', 'Sweet', NULL, NULL),
(2058, 'App\\Models\\Item', 829, 'en', 'name', 'Idly', NULL, NULL),
(2059, 'App\\Models\\Item', 829, 'en', 'description', 'Idly (2)', NULL, NULL),
(2060, 'App\\Models\\Item', 830, 'en', 'name', 'Vada', NULL, NULL),
(2061, 'App\\Models\\Item', 830, 'en', 'description', 'Vada (2)', NULL, NULL),
(2062, 'App\\Models\\Item', 831, 'en', 'name', 'Idly And Vada', NULL, NULL),
(2063, 'App\\Models\\Item', 831, 'en', 'description', 'Idly (1) Vada (1)', NULL, NULL),
(2064, 'App\\Models\\Item', 832, 'en', 'name', 'Idly And Vada', NULL, NULL),
(2065, 'App\\Models\\Item', 832, 'en', 'description', 'Idly (2) Vada (1)', NULL, NULL),
(2066, 'App\\Models\\Item', 833, 'en', 'name', 'Idly And Vada', NULL, NULL),
(2067, 'App\\Models\\Item', 833, 'en', 'description', 'Idly (3) Vada (1)', NULL, NULL),
(2068, 'App\\Models\\Item', 834, 'en', 'name', 'Pori', NULL, NULL),
(2069, 'App\\Models\\Item', 834, 'en', 'description', 'Pori (2)', NULL, NULL),
(2070, 'App\\Models\\Item', 835, 'en', 'name', 'Tomato Bath', NULL, NULL),
(2071, 'App\\Models\\Item', 835, 'en', 'description', 'Tomato Bath', NULL, NULL),
(2072, 'App\\Models\\Item', 836, 'en', 'name', 'Pongal', NULL, NULL),
(2073, 'App\\Models\\Item', 836, 'en', 'description', 'Pongal', NULL, NULL),
(2074, 'App\\Models\\Item', 837, 'en', 'name', 'kesari Bath', NULL, NULL),
(2075, 'App\\Models\\Item', 837, 'en', 'description', 'kesari Bath', NULL, NULL),
(2076, 'App\\Models\\Item', 838, 'en', 'name', 'Bisibele Bath', NULL, NULL),
(2077, 'App\\Models\\Item', 838, 'en', 'description', 'Bisibele Bath', NULL, NULL),
(2078, 'App\\Models\\Item', 839, 'en', 'name', 'Vada', NULL, NULL),
(2079, 'App\\Models\\Item', 839, 'en', 'description', 'Vada (1)', NULL, NULL),
(2080, 'App\\Models\\Item', 840, 'en', 'name', 'Plain Dosa', NULL, NULL),
(2081, 'App\\Models\\Item', 840, 'en', 'description', 'Plain Dosa', NULL, NULL),
(2082, 'App\\Models\\Item', 841, 'en', 'name', 'Masala Dosa', NULL, NULL),
(2083, 'App\\Models\\Item', 841, 'en', 'description', 'Masala Dosa', NULL, NULL),
(2084, 'App\\Models\\Item', 842, 'en', 'name', 'Set Dosa', NULL, NULL),
(2085, 'App\\Models\\Item', 842, 'en', 'description', 'Set Dosa (1)', NULL, NULL),
(2086, 'App\\Models\\Item', 843, 'en', 'name', 'Onion Dosa', NULL, NULL),
(2087, 'App\\Models\\Item', 843, 'en', 'description', 'Onion Dosa', NULL, NULL),
(2088, 'App\\Models\\Item', 844, 'en', 'name', 'Uttappam', NULL, NULL),
(2089, 'App\\Models\\Item', 844, 'en', 'description', 'Uttappam', NULL, NULL),
(2090, 'App\\Models\\Item', 845, 'en', 'name', 'Pepper Dosa', NULL, NULL),
(2091, 'App\\Models\\Item', 845, 'en', 'description', 'Pepper Dosa', NULL, NULL),
(2092, 'App\\Models\\Item', 846, 'en', 'name', 'Onion Pesarattu', NULL, NULL),
(2093, 'App\\Models\\Item', 846, 'en', 'description', 'Onion Pesarattu', NULL, NULL),
(2094, 'App\\Models\\Item', 847, 'en', 'name', 'Upma Pesarattu', NULL, NULL),
(2095, 'App\\Models\\Item', 847, 'en', 'description', 'Upma Pesarattu', NULL, NULL),
(2096, 'App\\Models\\Item', 848, 'en', 'name', 'Ghee Ragi Dosa', NULL, NULL),
(2097, 'App\\Models\\Item', 848, 'en', 'description', 'Ghee Ragi Dosa', NULL, NULL),
(2098, 'App\\Models\\Item', 849, 'en', 'name', 'Uggani', NULL, NULL),
(2099, 'App\\Models\\Item', 849, 'en', 'description', 'Uggani', NULL, NULL),
(2100, 'App\\Models\\Item', 850, 'en', 'name', 'Ragi Idly', NULL, NULL),
(2101, 'App\\Models\\Item', 850, 'en', 'description', 'Ragi Idly (2)', NULL, NULL),
(2102, 'App\\Models\\Item', 851, 'en', 'name', 'Chapathi', NULL, NULL),
(2103, 'App\\Models\\Item', 851, 'en', 'description', 'Chapati (2)', NULL, NULL),
(2104, 'App\\Models\\Item', 852, 'en', 'name', 'Rava Idly', NULL, NULL),
(2105, 'App\\Models\\Item', 852, 'en', 'description', 'Rava Idly (1)', NULL, NULL),
(2106, 'App\\Models\\Item', 853, 'en', 'name', 'Lemon Rice', NULL, NULL),
(2107, 'App\\Models\\Item', 853, 'en', 'description', 'Lemon Rice', NULL, NULL),
(2108, 'App\\Models\\Item', 854, 'en', 'name', 'Pulihora', NULL, NULL),
(2109, 'App\\Models\\Item', 854, 'en', 'description', 'Pulihora', NULL, NULL),
(2110, 'App\\Models\\Item', 855, 'en', 'name', 'Curd Rice', NULL, NULL),
(2111, 'App\\Models\\Item', 855, 'en', 'description', 'Curd Rice', NULL, NULL),
(2112, 'App\\Models\\Item', 856, 'en', 'name', 'Tomato Rice', NULL, NULL),
(2113, 'App\\Models\\Item', 856, 'en', 'description', 'Tomato Rice', NULL, NULL),
(2114, 'App\\Models\\Item', 857, 'en', 'name', 'Vegetable rice', NULL, NULL),
(2115, 'App\\Models\\Item', 857, 'en', 'description', 'Vegetable rice', NULL, NULL),
(2116, 'App\\Models\\Item', 858, 'en', 'name', 'Idly', NULL, NULL),
(2117, 'App\\Models\\Item', 858, 'en', 'description', 'Idly (2)', NULL, NULL),
(2118, 'App\\Models\\Item', 859, 'en', 'name', 'Ragi Idly', NULL, NULL),
(2119, 'App\\Models\\Item', 859, 'en', 'description', 'Ragi Idly', NULL, NULL),
(2120, 'App\\Models\\Item', 860, 'en', 'name', 'Idly  And Vada', NULL, NULL),
(2121, 'App\\Models\\Item', 860, 'en', 'description', 'Idly (2) Vada (1)', NULL, NULL),
(2122, 'App\\Models\\Item', 861, 'en', 'name', 'Vada', NULL, NULL),
(2123, 'App\\Models\\Item', 861, 'en', 'description', 'Vada (1)', NULL, NULL),
(2124, 'App\\Models\\Item', 862, 'en', 'name', 'Puri', NULL, NULL),
(2125, 'App\\Models\\Item', 862, 'en', 'description', 'Puri', NULL, NULL),
(2126, 'App\\Models\\Item', 863, 'en', 'name', 'Plain Dosa', NULL, NULL),
(2127, 'App\\Models\\Item', 863, 'en', 'description', 'Plain Dosa', NULL, NULL),
(2128, 'App\\Models\\Item', 864, 'en', 'name', 'Masala Dosa', NULL, NULL),
(2129, 'App\\Models\\Item', 864, 'en', 'description', 'Masala Dosa', NULL, NULL),
(2130, 'App\\Models\\Item', 865, 'en', 'name', 'Onion Dosa', NULL, NULL),
(2131, 'App\\Models\\Item', 865, 'en', 'description', 'Onion Dosa', NULL, NULL),
(2132, 'App\\Models\\Item', 866, 'en', 'name', 'Butter Dosa', NULL, NULL),
(2133, 'App\\Models\\Item', 866, 'en', 'description', 'Butter Dosa', NULL, NULL),
(2134, 'App\\Models\\Item', 867, 'en', 'name', 'Ghee Dosa', NULL, NULL),
(2135, 'App\\Models\\Item', 867, 'en', 'description', 'Ghee Dosa', NULL, NULL),
(2136, 'App\\Models\\Item', 868, 'en', 'name', 'Uthappam', NULL, NULL),
(2137, 'App\\Models\\Item', 868, 'en', 'description', 'Uthappam', NULL, NULL),
(2138, 'App\\Models\\Item', 869, 'en', 'name', 'Ragi Dosa', NULL, NULL),
(2139, 'App\\Models\\Item', 869, 'en', 'description', 'Ragi Dosa', NULL, NULL),
(2140, 'App\\Models\\Item', 870, 'en', 'name', 'Upma Dosa', NULL, NULL),
(2141, 'App\\Models\\Item', 870, 'en', 'description', 'Upma Dosa', NULL, NULL),
(2142, 'App\\Models\\Item', 871, 'en', 'name', 'Upma', NULL, NULL),
(2143, 'App\\Models\\Item', 871, 'en', 'description', 'Upma', NULL, NULL),
(2144, 'App\\Models\\Item', 872, 'en', 'name', 'Pongal', NULL, NULL),
(2145, 'App\\Models\\Item', 872, 'en', 'description', 'Pongal', NULL, NULL),
(2146, 'App\\Models\\Item', 873, 'en', 'name', 'Uggani Bajji', NULL, NULL),
(2147, 'App\\Models\\Item', 873, 'en', 'description', 'Uggani Bajji', NULL, NULL),
(2148, 'App\\Models\\Item', 874, 'en', 'name', 'Mysore Bonda', NULL, NULL),
(2149, 'App\\Models\\Item', 874, 'en', 'description', 'Mysore Bonda', NULL, NULL),
(2150, 'App\\Models\\Item', 875, 'en', 'name', 'Chapati', NULL, NULL),
(2151, 'App\\Models\\Item', 875, 'en', 'description', 'Chapati', NULL, NULL),
(2152, 'App\\Models\\Item', 876, 'en', 'name', 'Veg Meal', NULL, NULL),
(2153, 'App\\Models\\Item', 876, 'en', 'description', 'Veg Meal', NULL, NULL),
(2154, 'App\\Models\\Item', 877, 'en', 'name', 'Veg Fried Rice', NULL, NULL),
(2155, 'App\\Models\\Item', 877, 'en', 'description', 'Veg Fried Rice', NULL, NULL),
(2156, 'App\\Models\\Item', 878, 'en', 'name', 'Gobi Fried Rice', NULL, NULL),
(2157, 'App\\Models\\Item', 878, 'en', 'description', 'Gobi Fried Rice', NULL, NULL),
(2158, 'App\\Models\\Item', 879, 'en', 'name', 'Jeera Rice', NULL, NULL),
(2159, 'App\\Models\\Item', 879, 'en', 'description', 'Jeera Rice', NULL, NULL),
(2160, 'App\\Models\\Item', 880, 'en', 'name', 'Tomato Rice', NULL, NULL),
(2161, 'App\\Models\\Item', 880, 'en', 'description', 'Tomato Rice', NULL, NULL),
(2162, 'App\\Models\\Item', 881, 'en', 'name', 'Paneer Rice', NULL, NULL),
(2163, 'App\\Models\\Item', 881, 'en', 'description', 'Paneer Rice', NULL, NULL),
(2164, 'App\\Models\\Item', 882, 'en', 'name', 'Egg Rice', NULL, NULL),
(2165, 'App\\Models\\Item', 882, 'en', 'description', 'Egg Rice', NULL, NULL),
(2166, 'App\\Models\\Item', 883, 'en', 'name', 'Curd Rice', NULL, NULL),
(2167, 'App\\Models\\Item', 883, 'en', 'description', 'Curd Rice', NULL, NULL),
(2168, 'App\\Models\\Item', 884, 'en', 'name', 'Gobi Manchurian', NULL, NULL),
(2169, 'App\\Models\\Item', 884, 'en', 'description', 'Gobi Manchurian', NULL, NULL),
(2170, 'App\\Models\\Item', 885, 'en', 'name', 'Gobi Noodles', NULL, NULL),
(2171, 'App\\Models\\Item', 885, 'en', 'description', 'Gobi Noodles', NULL, NULL),
(2172, 'App\\Models\\Item', 886, 'en', 'name', 'Egg Noodles', NULL, NULL),
(2173, 'App\\Models\\Item', 886, 'en', 'description', 'Egg Noodles', NULL, NULL),
(2174, 'App\\Models\\Item', 887, 'en', 'name', 'Veg Noodles', NULL, NULL),
(2175, 'App\\Models\\Item', 887, 'en', 'description', 'Veg Noodles', NULL, NULL),
(2176, 'App\\Models\\Category', 265, 'en', 'name', 'Drinks', NULL, NULL),
(2177, 'App\\Models\\Category', 266, 'en', 'name', 'Drinks', NULL, NULL),
(2178, 'App\\Models\\Category', 267, 'en', 'name', 'Cold Drinks', NULL, NULL),
(2179, 'App\\Models\\Category', 268, 'en', 'name', 'Cold Drinks', NULL, NULL),
(2180, 'App\\Models\\Item', 888, 'en', 'name', 'Ragi Malt', NULL, NULL),
(2181, 'App\\Models\\Item', 888, 'en', 'description', 'Ragi Malt', NULL, NULL),
(2182, 'App\\Models\\Item', 889, 'en', 'name', 'Cheese Dosa', NULL, NULL),
(2183, 'App\\Models\\Item', 889, 'en', 'description', 'Cheese Dosa', NULL, NULL),
(2184, 'App\\Models\\Item', 890, 'en', 'name', 'Water Bottle', NULL, NULL),
(2185, 'App\\Models\\Item', 890, 'en', 'description', 'Water Bottle', NULL, NULL),
(2186, 'App\\Models\\Category', 269, 'en', 'name', 'ice cream', NULL, NULL),
(2187, 'App\\Models\\Store', 34, 'en', 'name', 'Mahadev Hotel', NULL, NULL),
(2188, 'App\\Models\\Store', 34, 'en', 'address', '6-1-843-1, Ram Nagar, Kovur Nagar, Ananthapur, Anantapur, Andhra Pradesh 515004, India', NULL, NULL),
(2189, 'App\\Models\\Item', 891, 'en', 'name', 'Paneer Majestic', NULL, NULL),
(2190, 'App\\Models\\Item', 891, 'en', 'description', 'Paneer Majestic', NULL, NULL),
(2191, 'App\\Models\\Item', 892, 'en', 'name', 'Veg Gold Coin', NULL, NULL),
(2192, 'App\\Models\\Item', 892, 'en', 'description', 'Veg Gold Coin', NULL, NULL),
(2193, 'App\\Models\\Item', 893, 'en', 'name', 'Veg Bullet', NULL, NULL),
(2194, 'App\\Models\\Item', 893, 'en', 'description', 'Veg Bullet', NULL, NULL),
(2195, 'App\\Models\\Item', 894, 'en', 'name', 'Kaju Fry', NULL, NULL),
(2196, 'App\\Models\\Item', 894, 'en', 'description', 'Kaju Fry', NULL, NULL),
(2197, 'App\\Models\\Item', 895, 'en', 'name', 'Onion Pakoda', NULL, NULL),
(2198, 'App\\Models\\Item', 895, 'en', 'description', 'Onion Pakoda', NULL, NULL),
(2199, 'App\\Models\\Item', 896, 'en', 'name', 'Baby Corn 65', NULL, NULL),
(2200, 'App\\Models\\Item', 896, 'en', 'description', 'Baby Corn 65', NULL, NULL),
(2201, 'App\\Models\\Item', 897, 'en', 'name', 'Baby Corn Manchurian', NULL, NULL),
(2202, 'App\\Models\\Item', 897, 'en', 'description', 'Baby Corn Manchurian', NULL, NULL),
(2203, 'App\\Models\\Item', 898, 'en', 'name', 'Capsicum Pakoda', NULL, NULL),
(2204, 'App\\Models\\Item', 898, 'en', 'description', 'Capsicum Pakoda', NULL, NULL),
(2205, 'App\\Models\\Item', 899, 'en', 'name', 'Crispy Corn', NULL, NULL),
(2206, 'App\\Models\\Item', 899, 'en', 'description', 'Crispy Corn', NULL, NULL),
(2207, 'App\\Models\\Item', 900, 'en', 'name', 'Rayalaseema Chicken Curry', NULL, NULL),
(2208, 'App\\Models\\Item', 900, 'en', 'description', 'Rayalaseema Chicken Curry', NULL, NULL),
(2209, 'App\\Models\\Item', 901, 'en', 'name', 'mogulaiah Chicken Curry', NULL, NULL),
(2210, 'App\\Models\\Item', 901, 'en', 'description', 'mogulaiah Chicken Curry', NULL, NULL),
(2211, 'App\\Models\\Item', 902, 'en', 'name', 'Dum Ka Chicken Curry', NULL, NULL),
(2212, 'App\\Models\\Item', 902, 'en', 'description', 'Legs Chicken Curry', NULL, NULL),
(2213, 'App\\Models\\Item', 903, 'en', 'name', 'Kadai Chicken Curry', NULL, NULL),
(2214, 'App\\Models\\Item', 903, 'en', 'description', 'Kadai Chicken Curry', NULL, NULL),
(2215, 'App\\Models\\Item', 904, 'en', 'name', 'Butter Chicken Curry', NULL, NULL),
(2216, 'App\\Models\\Item', 904, 'en', 'description', 'Butter Chicken Curry', NULL, NULL),
(2217, 'App\\Models\\Item', 905, 'en', 'name', 'Natukodi Pulusu', NULL, NULL),
(2218, 'App\\Models\\Item', 905, 'en', 'description', 'Natukodi Pulusu', NULL, NULL),
(2219, 'App\\Models\\Item', 906, 'en', 'name', 'Mutton Curry', NULL, NULL),
(2220, 'App\\Models\\Item', 906, 'en', 'description', 'Mutton Curry', NULL, NULL),
(2221, 'App\\Models\\Item', 907, 'en', 'name', 'Rayalaseema Mutton Curry', NULL, NULL),
(2222, 'App\\Models\\Item', 907, 'en', 'description', 'Rayalaseema Mutton Curry', NULL, NULL),
(2223, 'App\\Models\\Item', 908, 'en', 'name', 'Kadai Mutton Curry', NULL, NULL),
(2224, 'App\\Models\\Item', 908, 'en', 'description', 'Kadai Mutton Curry', NULL, NULL),
(2225, 'App\\Models\\Item', 909, 'en', 'name', 'Butter Mutton Curry', NULL, NULL),
(2226, 'App\\Models\\Item', 909, 'en', 'description', 'Butter Mutton Curry', NULL, NULL),
(2227, 'App\\Models\\Item', 910, 'en', 'name', 'Fish Curry', NULL, NULL),
(2228, 'App\\Models\\Item', 910, 'en', 'description', 'Fish Curry', NULL, NULL),
(2229, 'App\\Models\\Item', 911, 'en', 'name', 'Prawns Curry', NULL, NULL),
(2230, 'App\\Models\\Item', 911, 'en', 'description', 'Prawns Curry', NULL, NULL),
(2231, 'App\\Models\\Item', 912, 'en', 'name', 'Mutton Keema Curry', NULL, NULL),
(2232, 'App\\Models\\Item', 912, 'en', 'description', 'Mutton Keema Curry (HALF)', NULL, NULL),
(2233, 'App\\Models\\Item', 913, 'en', 'name', 'Mutton Keema Curry', NULL, NULL),
(2234, 'App\\Models\\Item', 913, 'en', 'description', 'Mutton Keema Curry (FULL)', NULL, NULL),
(2235, 'App\\Models\\Item', 914, 'en', 'name', 'Botti Curry', NULL, NULL),
(2236, 'App\\Models\\Item', 914, 'en', 'description', 'Botti Curry', NULL, NULL),
(2237, 'App\\Models\\Item', 915, 'en', 'name', 'Gongura Botti Curry', NULL, NULL),
(2238, 'App\\Models\\Item', 915, 'en', 'description', 'Gongura Botti Curry', NULL, NULL),
(2239, 'App\\Models\\Item', 916, 'en', 'name', 'Mushroom Fried Rice', NULL, NULL),
(2240, 'App\\Models\\Item', 916, 'en', 'description', 'Mushroom Fried Rice', NULL, NULL),
(2241, 'App\\Models\\Item', 917, 'en', 'name', 'Gobi Fried Rice', NULL, NULL),
(2242, 'App\\Models\\Item', 917, 'en', 'description', 'Gobi Fried Rice', NULL, NULL),
(2243, 'App\\Models\\Item', 918, 'en', 'name', 'Paneer Fried Rice', NULL, NULL),
(2244, 'App\\Models\\Item', 918, 'en', 'description', 'Paneer Fried Rice', NULL, NULL),
(2245, 'App\\Models\\Item', 919, 'en', 'name', 'Kaju Fried Rice', NULL, NULL),
(2246, 'App\\Models\\Item', 919, 'en', 'description', 'Kaju Fried Rice', NULL, NULL),
(2247, 'App\\Models\\Item', 920, 'en', 'name', 'Tomato Rice', NULL, NULL),
(2248, 'App\\Models\\Item', 920, 'en', 'description', 'Tomato Rice', NULL, NULL),
(2249, 'App\\Models\\Item', 921, 'en', 'name', 'Pudina Rice', NULL, NULL),
(2250, 'App\\Models\\Item', 921, 'en', 'description', 'Pudina Rice', NULL, NULL),
(2251, 'App\\Models\\Item', 922, 'en', 'name', 'Ghee Rice', NULL, NULL),
(2252, 'App\\Models\\Item', 922, 'en', 'description', 'Ghee Rice', NULL, NULL),
(2253, 'App\\Models\\Item', 923, 'en', 'name', 'Veg Fried Rice', NULL, NULL),
(2254, 'App\\Models\\Item', 923, 'en', 'description', 'Veg Fried Rice', NULL, NULL),
(2255, 'App\\Models\\Item', 924, 'en', 'name', 'Jeera Rice', NULL, NULL),
(2256, 'App\\Models\\Item', 924, 'en', 'description', 'Jeera Rice', NULL, NULL),
(2257, 'App\\Models\\Item', 925, 'en', 'name', 'Egg Fried Rice', NULL, NULL),
(2258, 'App\\Models\\Item', 925, 'en', 'description', 'Egg Fried Rice', NULL, NULL),
(2259, 'App\\Models\\Item', 926, 'en', 'name', 'Chicken Fried Rice', NULL, NULL),
(2260, 'App\\Models\\Item', 926, 'en', 'description', 'Chicken Fried Rice', NULL, NULL),
(2261, 'App\\Models\\Item', 927, 'en', 'name', 'Mixed Fried Rice', NULL, NULL),
(2262, 'App\\Models\\Item', 927, 'en', 'description', 'Mixed Fried Rice  (Prawns & Chicken & Egg)', NULL, NULL),
(2263, 'App\\Models\\Item', 928, 'en', 'name', 'Mutton Fried Rice', NULL, NULL),
(2264, 'App\\Models\\Item', 928, 'en', 'description', 'Mutton Fried Rice', NULL, NULL),
(2265, 'App\\Models\\Item', 929, 'en', 'name', 'Ragi Mudda', NULL, NULL),
(2266, 'App\\Models\\Item', 929, 'en', 'description', 'Ragi Mudda (Chutny & Pappu)', NULL, NULL),
(2267, 'App\\Models\\Item', 930, 'en', 'name', 'Veg Meals', NULL, NULL),
(2268, 'App\\Models\\Item', 930, 'en', 'description', 'Veg Meals (Full)', NULL, NULL),
(2269, 'App\\Models\\Item', 931, 'en', 'name', 'Chicken Drumsticks', NULL, NULL),
(2270, 'App\\Models\\Item', 931, 'en', 'description', 'Chicken Drumsticks (5 PS)', NULL, NULL),
(2271, 'App\\Models\\Item', 932, 'en', 'name', 'Chicken Majestic', NULL, NULL),
(2272, 'App\\Models\\Item', 932, 'en', 'description', 'Chicken Majestic', NULL, NULL),
(2273, 'App\\Models\\Item', 933, 'en', 'name', 'Chicken Tandoori', NULL, NULL),
(2274, 'App\\Models\\Item', 933, 'en', 'description', 'Chicken Tandoori', NULL, NULL),
(2275, 'App\\Models\\Item', 934, 'en', 'name', 'Prawns 65 / Chilli /Manchurian', NULL, NULL),
(2276, 'App\\Models\\Item', 934, 'en', 'description', 'Prawns 65 / Chilli /Manchurian', NULL, NULL),
(2277, 'App\\Models\\Item', 935, 'en', 'name', 'Loose Prawns', NULL, NULL),
(2278, 'App\\Models\\Item', 935, 'en', 'description', 'Loose Prawns', NULL, NULL),
(2279, 'App\\Models\\Item', 936, 'en', 'name', 'Sizzler Prawns', NULL, NULL),
(2280, 'App\\Models\\Item', 936, 'en', 'description', 'Sizzler Prawns', NULL, NULL),
(2281, 'App\\Models\\Item', 937, 'en', 'name', 'Mushroom Pepper', NULL, NULL),
(2282, 'App\\Models\\Item', 937, 'en', 'description', 'Mushroom Pepper', NULL, NULL),
(2283, 'App\\Models\\Item', 938, 'en', 'name', 'Mushroom Manchurian', NULL, NULL),
(2284, 'App\\Models\\Item', 938, 'en', 'description', 'Mushroom Manchurian', NULL, NULL),
(2285, 'App\\Models\\Item', 939, 'en', 'name', 'Mushroom Tikka', NULL, NULL),
(2286, 'App\\Models\\Item', 939, 'en', 'description', 'Mushroom Tikka', NULL, NULL),
(2287, 'App\\Models\\Item', 940, 'en', 'name', 'Paneer Pepper', NULL, NULL),
(2288, 'App\\Models\\Item', 940, 'en', 'description', 'Paneer Pepper', NULL, NULL),
(2289, 'App\\Models\\Item', 941, 'en', 'name', 'Paneer Tikka', NULL, NULL),
(2290, 'App\\Models\\Item', 941, 'en', 'description', 'Paneer Tikka', NULL, NULL),
(2291, 'App\\Models\\Item', 942, 'en', 'name', 'Veg Manchurian', NULL, NULL),
(2292, 'App\\Models\\Item', 942, 'en', 'description', 'Veg Manchurian', NULL, NULL),
(2293, 'App\\Models\\Item', 943, 'en', 'name', 'Chicken Fry', NULL, NULL),
(2294, 'App\\Models\\Item', 943, 'en', 'description', 'Chicken Fry', NULL, NULL),
(2295, 'App\\Models\\Item', 944, 'en', 'name', 'Chicken Roast', NULL, NULL),
(2296, 'App\\Models\\Item', 944, 'en', 'description', 'Chicken Roast', NULL, NULL),
(2297, 'App\\Models\\Item', 945, 'en', 'name', 'Chicken Ghee Roast', NULL, NULL),
(2298, 'App\\Models\\Item', 945, 'en', 'description', 'Chicken Ghee Roast', NULL, NULL),
(2299, 'App\\Models\\Item', 946, 'en', 'name', 'Chicken Dry', NULL, NULL),
(2300, 'App\\Models\\Item', 946, 'en', 'description', 'Chicken Dry', NULL, NULL),
(2301, 'App\\Models\\Item', 947, 'en', 'name', 'Guntur Chicken', NULL, NULL),
(2302, 'App\\Models\\Item', 947, 'en', 'description', 'Guntur Chicken', NULL, NULL),
(2303, 'App\\Models\\Item', 948, 'en', 'name', 'Mutton Fry', NULL, NULL),
(2304, 'App\\Models\\Item', 948, 'en', 'description', 'Mutton Fry', NULL, NULL),
(2305, 'App\\Models\\Item', 949, 'en', 'name', 'Mutton Ghee Roast', NULL, NULL),
(2306, 'App\\Models\\Item', 949, 'en', 'description', 'Mutton Ghee Roast', NULL, NULL),
(2307, 'App\\Models\\Item', 950, 'en', 'name', 'Mutton Pepper', NULL, NULL),
(2308, 'App\\Models\\Item', 950, 'en', 'description', 'Mutton Pepper', NULL, NULL),
(2309, 'App\\Models\\Item', 951, 'en', 'name', 'Apollo Fish Fry', NULL, NULL),
(2310, 'App\\Models\\Item', 951, 'en', 'description', 'Apollo Fish Fry', NULL, NULL),
(2311, 'App\\Models\\Item', 952, 'en', 'name', 'Pepper Fish', NULL, NULL),
(2312, 'App\\Models\\Item', 952, 'en', 'description', 'Pepper Fish', NULL, NULL);
INSERT INTO `translations` (`id`, `translationable_type`, `translationable_id`, `locale`, `key`, `value`, `created_at`, `updated_at`) VALUES
(2313, 'App\\Models\\Item', 953, 'en', 'name', 'Fish Chilly', NULL, NULL),
(2314, 'App\\Models\\Item', 953, 'en', 'description', 'Fish Chilly', NULL, NULL),
(2315, 'App\\Models\\Item', 954, 'en', 'name', 'Prawns Fry', NULL, NULL),
(2316, 'App\\Models\\Item', 954, 'en', 'description', 'Prawns Fry', NULL, NULL),
(2317, 'App\\Models\\Item', 955, 'en', 'name', 'Egg Manchurian', NULL, NULL),
(2318, 'App\\Models\\Item', 955, 'en', 'description', 'Egg Manchurian', NULL, NULL),
(2319, 'App\\Models\\Item', 956, 'en', 'name', 'Egg 65', NULL, NULL),
(2320, 'App\\Models\\Item', 956, 'en', 'description', 'Egg 65', NULL, NULL),
(2321, 'App\\Models\\Item', 957, 'en', 'name', 'Egg Chilli', NULL, NULL),
(2322, 'App\\Models\\Item', 957, 'en', 'description', 'Egg Chilli', NULL, NULL),
(2323, 'App\\Models\\Item', 958, 'en', 'name', 'Egg Bhurji', NULL, NULL),
(2324, 'App\\Models\\Item', 958, 'en', 'description', 'Egg Bhurji', NULL, NULL),
(2325, 'App\\Models\\Item', 959, 'en', 'name', 'Egg Curry', NULL, NULL),
(2326, 'App\\Models\\Item', 959, 'en', 'description', 'Egg Curry', NULL, NULL),
(2327, 'App\\Models\\Category', 270, 'en', 'name', 'veg Noodles', NULL, NULL),
(2328, 'App\\Models\\Category', 271, 'en', 'name', 'non veg Noodles', NULL, NULL),
(2329, 'App\\Models\\Category', 272, 'en', 'name', 'veg Noodles', NULL, NULL),
(2330, 'App\\Models\\Category', 273, 'en', 'name', 'Non Veg Noodles', NULL, NULL),
(2331, 'App\\Models\\Item', 960, 'en', 'name', 'Veg  Noodles', NULL, NULL),
(2332, 'App\\Models\\Item', 960, 'en', 'description', 'Veg  Noodles', NULL, NULL),
(2333, 'App\\Models\\Item', 961, 'en', 'name', 'Chicken Noodle', NULL, NULL),
(2334, 'App\\Models\\Item', 961, 'en', 'description', 'Chicken Noodle', NULL, NULL),
(2335, 'App\\Models\\Item', 962, 'en', 'name', 'Chicken Hakka Noodles', NULL, NULL),
(2336, 'App\\Models\\Item', 962, 'en', 'description', 'Chicken Hakka Noodles', NULL, NULL),
(2337, 'App\\Models\\Category', 274, 'en', 'name', 'non veg starters', NULL, NULL),
(2338, 'App\\Models\\Item', 963, 'en', 'name', 'Mix Non Veg Noodle', NULL, NULL),
(2339, 'App\\Models\\Item', 963, 'en', 'description', 'Mix Non Veg Noodle', NULL, NULL),
(2340, 'App\\Models\\Item', 964, 'en', 'name', 'Egg Noodles', NULL, NULL),
(2341, 'App\\Models\\Item', 964, 'en', 'description', 'Egg Noodles', NULL, NULL),
(2342, 'App\\Models\\Item', 965, 'en', 'name', 'Veg Fried Rice', NULL, NULL),
(2343, 'App\\Models\\Item', 965, 'en', 'description', 'Veg Fried Rice', NULL, NULL),
(2346, 'App\\Models\\Item', 967, 'en', 'name', 'Egg Fried Rice', NULL, NULL),
(2347, 'App\\Models\\Item', 967, 'en', 'description', 'Egg Fried Rice', NULL, NULL),
(2348, 'App\\Models\\Item', 968, 'en', 'name', 'Chicken fried rice', NULL, NULL),
(2349, 'App\\Models\\Item', 968, 'en', 'description', 'Chicken fried rice', NULL, NULL),
(2350, 'App\\Models\\Item', 969, 'en', 'name', 'Mutton fried rice', NULL, NULL),
(2351, 'App\\Models\\Item', 969, 'en', 'description', 'Mutton fried rice', NULL, NULL),
(2352, 'App\\Models\\Item', 970, 'en', 'name', 'Schezwan fried rice', NULL, NULL),
(2353, 'App\\Models\\Item', 970, 'en', 'description', 'Schezwan fried rice', NULL, NULL),
(2354, 'App\\Models\\Item', 971, 'en', 'name', 'Jeera fried rice', NULL, NULL),
(2355, 'App\\Models\\Item', 971, 'en', 'description', 'Jeera fried rice', NULL, NULL),
(2356, 'App\\Models\\Item', 972, 'en', 'name', 'Curd Rice', NULL, NULL),
(2357, 'App\\Models\\Item', 972, 'en', 'description', 'Curd Rice', NULL, NULL),
(2358, 'App\\Models\\Item', 973, 'en', 'name', 'Paneer Fried Rice', NULL, NULL),
(2359, 'App\\Models\\Item', 973, 'en', 'description', 'Paneer Fried Rice', NULL, NULL),
(2360, 'App\\Models\\Item', 974, 'en', 'name', 'Mushroom Fried Rice', NULL, NULL),
(2361, 'App\\Models\\Item', 974, 'en', 'description', 'Mushroom Fried Rice', NULL, NULL),
(2362, 'App\\Models\\Item', 975, 'en', 'name', 'Kaju Fried Rice', NULL, NULL),
(2363, 'App\\Models\\Item', 975, 'en', 'description', 'Kaju Fried Rice', NULL, NULL),
(2364, 'App\\Models\\Item', 976, 'en', 'name', 'Gobi Fried Rice', NULL, NULL),
(2365, 'App\\Models\\Item', 976, 'en', 'description', 'Gobi Fried Rice', NULL, NULL),
(2366, 'App\\Models\\Item', 977, 'en', 'name', 'Butter Chicken', NULL, NULL),
(2367, 'App\\Models\\Item', 977, 'en', 'description', 'Butter Chicken Curry', NULL, NULL),
(2368, 'App\\Models\\Item', 978, 'en', 'name', 'Kadai Chicken', NULL, NULL),
(2369, 'App\\Models\\Item', 978, 'en', 'description', 'Kadai Chicken Curry', NULL, NULL),
(2370, 'App\\Models\\Item', 979, 'en', 'name', 'Chicken Curry', NULL, NULL),
(2371, 'App\\Models\\Item', 979, 'en', 'description', 'Chicken Curry', NULL, NULL),
(2372, 'App\\Models\\Item', 980, 'en', 'name', 'Chicken Do Pyaza', NULL, NULL),
(2373, 'App\\Models\\Item', 980, 'en', 'description', 'Chicken Do Pyaza Curry', NULL, NULL),
(2374, 'App\\Models\\Item', 981, 'en', 'name', 'Chicken Masala', NULL, NULL),
(2375, 'App\\Models\\Item', 981, 'en', 'description', 'Chicken Masala Curry', NULL, NULL),
(2376, 'App\\Models\\Item', 982, 'en', 'name', 'Chicken Kolhapuri', NULL, NULL),
(2377, 'App\\Models\\Item', 982, 'en', 'description', 'Chicken Kolhapuri Curry', NULL, NULL),
(2378, 'App\\Models\\Item', 983, 'en', 'name', 'Andhra Chicken Curry', NULL, NULL),
(2379, 'App\\Models\\Item', 983, 'en', 'description', 'Andhra Chicken Curry', NULL, NULL),
(2380, 'App\\Models\\Item', 984, 'en', 'name', 'Rayalaseema Chicken Curry', NULL, NULL),
(2381, 'App\\Models\\Item', 984, 'en', 'description', 'Rayalaseema Chicken Curry', NULL, NULL),
(2382, 'App\\Models\\Item', 985, 'en', 'name', 'Chicken Curry Bone', NULL, NULL),
(2383, 'App\\Models\\Item', 985, 'en', 'description', 'Chicken Curry Bone', NULL, NULL),
(2384, 'App\\Models\\Item', 986, 'en', 'name', 'Punjabi Chicken Curry', NULL, NULL),
(2385, 'App\\Models\\Item', 986, 'en', 'description', 'Punjabi Chicken Curry', NULL, NULL),
(2386, 'App\\Models\\Item', 987, 'en', 'name', 'Hydarabadi Chicken Curry', NULL, NULL),
(2387, 'App\\Models\\Item', 987, 'en', 'description', 'Hydarabadi Chicken Curry', NULL, NULL),
(2388, 'App\\Models\\Item', 988, 'en', 'name', 'Mutton Curry', NULL, NULL),
(2389, 'App\\Models\\Item', 988, 'en', 'description', 'Mutton Curry', NULL, NULL),
(2390, 'App\\Models\\Item', 989, 'en', 'name', 'Andhra Mutton Curry', NULL, NULL),
(2391, 'App\\Models\\Item', 989, 'en', 'description', 'Andhra Mutton Curry', NULL, NULL),
(2392, 'App\\Models\\Item', 990, 'en', 'name', 'Rayalaseema Mutton Curry', NULL, NULL),
(2393, 'App\\Models\\Item', 990, 'en', 'description', 'Rayalaseema Mutton Curry', NULL, NULL),
(2394, 'App\\Models\\Item', 991, 'en', 'name', 'Fish Curry', NULL, NULL),
(2395, 'App\\Models\\Item', 991, 'en', 'description', 'Fish Curry', NULL, NULL),
(2396, 'App\\Models\\Item', 992, 'en', 'name', 'Andhra Fish Curry', NULL, NULL),
(2397, 'App\\Models\\Item', 992, 'en', 'description', 'Andhra Fish Curry', NULL, NULL),
(2398, 'App\\Models\\Item', 993, 'en', 'name', 'Rayalaseema Fish Curry', NULL, NULL),
(2399, 'App\\Models\\Item', 993, 'en', 'description', 'Rayalaseema Fish Curry', NULL, NULL),
(2400, 'App\\Models\\Item', 994, 'en', 'name', 'moghlai chicken curry', NULL, NULL),
(2401, 'App\\Models\\Item', 994, 'en', 'description', 'moghlai chicken curry', NULL, NULL),
(2402, 'App\\Models\\Item', 995, 'en', 'name', 'Chicken Dum Biryani', NULL, NULL),
(2403, 'App\\Models\\Item', 995, 'en', 'description', 'Chicken Dum Biryani (Full)', NULL, NULL),
(2404, 'App\\Models\\Item', 996, 'en', 'name', 'Chicken Dum Biryani', NULL, NULL),
(2405, 'App\\Models\\Item', 996, 'en', 'description', 'Chicken Dum Biryani (Single)', NULL, NULL),
(2406, 'App\\Models\\Item', 997, 'en', 'name', 'Chicken Dum Biryani (Family Pack)', NULL, NULL),
(2407, 'App\\Models\\Item', 997, 'en', 'description', 'Chicken Dum Biryani (Family Pack)', NULL, NULL),
(2408, 'App\\Models\\Item', 998, 'en', 'name', 'Chicken Fry Biryani', NULL, NULL),
(2409, 'App\\Models\\Item', 998, 'en', 'description', 'Chicken Fry Biryani', NULL, NULL),
(2410, 'App\\Models\\Item', 999, 'en', 'name', 'Chicken moghlai Biryani', NULL, NULL),
(2411, 'App\\Models\\Item', 999, 'en', 'description', 'Chicken moghlai Biryani', NULL, NULL),
(2412, 'App\\Models\\Item', 1000, 'en', 'name', 'Chicken Lollipop Biryani', NULL, NULL),
(2413, 'App\\Models\\Item', 1000, 'en', 'description', 'Chicken Lollipop Biryani', NULL, NULL),
(2414, 'App\\Models\\Item', 1001, 'en', 'name', 'Mutton Fry Biryani', NULL, NULL),
(2415, 'App\\Models\\Item', 1001, 'en', 'description', 'Mutton Fry Biryani', NULL, NULL),
(2416, 'App\\Models\\Item', 1002, 'en', 'name', 'Mutton Dum Biryani', NULL, NULL),
(2417, 'App\\Models\\Item', 1002, 'en', 'description', 'Mutton Dum Biryani', NULL, NULL),
(2418, 'App\\Models\\Item', 1003, 'en', 'name', 'Prawns Biryani', NULL, NULL),
(2419, 'App\\Models\\Item', 1003, 'en', 'description', 'Prawns Biryani', NULL, NULL),
(2420, 'App\\Models\\Item', 1004, 'en', 'name', 'Fish Biryani', NULL, NULL),
(2421, 'App\\Models\\Item', 1004, 'en', 'description', 'Fish Biryani', NULL, NULL),
(2422, 'App\\Models\\Item', 1005, 'en', 'name', 'Veg Biryani', NULL, NULL),
(2423, 'App\\Models\\Item', 1005, 'en', 'description', 'Veg Biryani', NULL, NULL),
(2424, 'App\\Models\\Item', 1006, 'en', 'name', 'Paneer Biryani', NULL, NULL),
(2425, 'App\\Models\\Item', 1006, 'en', 'description', 'Paneer Biryani', NULL, NULL),
(2426, 'App\\Models\\Item', 1007, 'en', 'name', 'Mushroom Biryani', NULL, NULL),
(2427, 'App\\Models\\Item', 1007, 'en', 'description', 'Mushroom Biryani', NULL, NULL),
(2428, 'App\\Models\\Item', 1008, 'en', 'name', 'Kaju Biryani', NULL, NULL),
(2429, 'App\\Models\\Item', 1008, 'en', 'description', 'Kaju Biryani', NULL, NULL),
(2432, 'App\\Models\\Item', 1010, 'en', 'name', 'Tandoori Roti', NULL, NULL),
(2433, 'App\\Models\\Item', 1010, 'en', 'description', 'Tandoori Roti', NULL, NULL),
(2434, 'App\\Models\\Item', 1011, 'en', 'name', 'Butter Roti', NULL, NULL),
(2435, 'App\\Models\\Item', 1011, 'en', 'description', 'Butter Roti', NULL, NULL),
(2436, 'App\\Models\\Item', 1012, 'en', 'name', 'Butter Naan', NULL, NULL),
(2437, 'App\\Models\\Item', 1012, 'en', 'description', 'Butter Naan', NULL, NULL),
(2438, 'App\\Models\\Item', 1013, 'en', 'name', 'Butter Kulcha', NULL, NULL),
(2439, 'App\\Models\\Item', 1013, 'en', 'description', 'Butter Kulcha', NULL, NULL),
(2440, 'App\\Models\\Item', 1014, 'en', 'name', 'Plain Kulcha', NULL, NULL),
(2441, 'App\\Models\\Item', 1014, 'en', 'description', 'Plain Kulcha', NULL, NULL),
(2442, 'App\\Models\\Item', 1015, 'en', 'name', 'Tandoori Chicken (FULL)', NULL, NULL),
(2443, 'App\\Models\\Item', 1015, 'en', 'description', 'Tandoori Chicken (FULL)', NULL, NULL),
(2444, 'App\\Models\\Item', 1016, 'en', 'name', 'Chicken Tikka', NULL, NULL),
(2445, 'App\\Models\\Item', 1016, 'en', 'description', 'chicken Tikka', NULL, NULL),
(2446, 'App\\Models\\Item', 1017, 'en', 'name', 'Tandoori Kabab', NULL, NULL),
(2447, 'App\\Models\\Item', 1017, 'en', 'description', 'Tandoori Kabab', NULL, NULL),
(2448, 'App\\Models\\Item', 1018, 'en', 'name', 'Tandoori Kabab (HALF)', NULL, NULL),
(2449, 'App\\Models\\Item', 1018, 'en', 'description', 'Tandoori Kabab (HALF)', NULL, NULL),
(2450, 'App\\Models\\Item', 1019, 'en', 'name', 'Tandoori Chicken (HALF)', NULL, NULL),
(2451, 'App\\Models\\Item', 1019, 'en', 'description', 'Tandoori Chicken (HALF)', NULL, NULL),
(2452, 'App\\Models\\Item', 1020, 'en', 'name', 'Kalmi Kabab (FULL)', NULL, NULL),
(2453, 'App\\Models\\Item', 1020, 'en', 'description', 'Kalmi Kabab (FULL)', NULL, NULL),
(2454, 'App\\Models\\Item', 1021, 'en', 'name', 'Kalmi Kabab (HALF)', NULL, NULL),
(2455, 'App\\Models\\Item', 1021, 'en', 'description', 'Kalmi Kabab (HALF)', NULL, NULL),
(2456, 'App\\Models\\Item', 1022, 'en', 'name', 'Paneer Tikka', NULL, NULL),
(2457, 'App\\Models\\Item', 1022, 'en', 'description', 'Paneer Tikka', NULL, NULL),
(2458, 'App\\Models\\Item', 1023, 'en', 'name', 'Paneer Butter Masala', NULL, NULL),
(2459, 'App\\Models\\Item', 1023, 'en', 'description', 'Paneer Butter Masala', NULL, NULL),
(2460, 'App\\Models\\Item', 1024, 'en', 'name', 'Paneer Kaju Curry', NULL, NULL),
(2461, 'App\\Models\\Item', 1024, 'en', 'description', 'Paneer Kaju Curry', NULL, NULL),
(2462, 'App\\Models\\Item', 1025, 'en', 'name', 'Paneer Dopyaza', NULL, NULL),
(2463, 'App\\Models\\Item', 1025, 'en', 'description', 'Paneer Dopyaza', NULL, NULL),
(2464, 'App\\Models\\Item', 1026, 'en', 'name', 'Kaju Curry', NULL, NULL),
(2465, 'App\\Models\\Item', 1026, 'en', 'description', 'kaju Curry', NULL, NULL),
(2466, 'App\\Models\\Item', 1027, 'en', 'name', 'Kaju Tomato Curry', NULL, NULL),
(2467, 'App\\Models\\Item', 1027, 'en', 'description', 'Kaju Tomato Curry', NULL, NULL),
(2468, 'App\\Models\\Item', 1028, 'en', 'name', 'Mashroom Curry', NULL, NULL),
(2469, 'App\\Models\\Item', 1028, 'en', 'description', 'Mashroom Curry', NULL, NULL),
(2470, 'App\\Models\\Item', 1029, 'en', 'name', 'Mashroom Kaju Curry', NULL, NULL),
(2471, 'App\\Models\\Item', 1029, 'en', 'description', 'Mashroom Kaju Curry', NULL, NULL),
(2472, 'App\\Models\\Item', 1030, 'en', 'name', 'Gobi Masala', NULL, NULL),
(2473, 'App\\Models\\Item', 1030, 'en', 'description', 'Gobi Masala', NULL, NULL),
(2474, 'App\\Models\\Item', 1031, 'en', 'name', 'Green Peas Curry', NULL, NULL),
(2475, 'App\\Models\\Item', 1031, 'en', 'description', 'Green Peas Curry', NULL, NULL),
(2476, 'App\\Models\\Item', 1032, 'en', 'name', 'Baby Corn Masala', NULL, NULL),
(2477, 'App\\Models\\Item', 1032, 'en', 'description', 'Baby Corn Masala', NULL, NULL),
(2478, 'App\\Models\\Item', 1033, 'en', 'name', 'Veg Clear Soup', NULL, NULL),
(2479, 'App\\Models\\Item', 1033, 'en', 'description', 'veg Clear Soup', NULL, NULL),
(2480, 'App\\Models\\Item', 1034, 'en', 'name', 'Tomato Soup', NULL, NULL),
(2481, 'App\\Models\\Item', 1034, 'en', 'description', 'Tomato Soup', NULL, NULL),
(2482, 'App\\Models\\Item', 1035, 'en', 'name', 'Veg Manchow Soup', NULL, NULL),
(2483, 'App\\Models\\Item', 1035, 'en', 'description', 'Veg Manchow Soup', NULL, NULL),
(2484, 'App\\Models\\Item', 1036, 'en', 'name', 'Veg Hot And Sour Soup', NULL, NULL),
(2485, 'App\\Models\\Item', 1036, 'en', 'description', 'Veg Hot And Sour Soup', NULL, NULL),
(2486, 'App\\Models\\Item', 1037, 'en', 'name', 'Veg Corn Soup', NULL, NULL),
(2487, 'App\\Models\\Item', 1037, 'en', 'description', 'Veg Corn Soup', NULL, NULL),
(2488, 'App\\Models\\Item', 1038, 'en', 'name', 'Mashroom  Soup', NULL, NULL),
(2489, 'App\\Models\\Item', 1038, 'en', 'description', 'Mashroom Soup', NULL, NULL),
(2490, 'App\\Models\\Item', 1039, 'en', 'name', 'Chicken Hot Sour Soup', NULL, NULL),
(2491, 'App\\Models\\Item', 1039, 'en', 'description', 'Chicken Hot Sour Soup', NULL, NULL),
(2492, 'App\\Models\\Item', 1040, 'en', 'name', 'Chicken Manchow Soup', NULL, NULL),
(2493, 'App\\Models\\Item', 1040, 'en', 'description', 'Chicken Manchow Soup', NULL, NULL),
(2494, 'App\\Models\\Item', 1041, 'en', 'name', 'Sweet Corn Chicken Soup', NULL, NULL),
(2495, 'App\\Models\\Item', 1041, 'en', 'description', 'Sweet Corn Chicken Soup', NULL, NULL),
(2496, 'App\\Models\\Item', 1042, 'en', 'name', 'Mutton Machow Soup', NULL, NULL),
(2497, 'App\\Models\\Item', 1042, 'en', 'description', 'Mutton Machow Soup', NULL, NULL),
(2498, 'App\\Models\\Item', 1043, 'en', 'name', 'Mutton Hot Sour Soup', NULL, NULL),
(2499, 'App\\Models\\Item', 1043, 'en', 'description', 'Mutton Hot Sour Soup', NULL, NULL),
(2500, 'App\\Models\\Item', 1044, 'en', 'name', 'Lemon Coriander Soup', NULL, NULL),
(2501, 'App\\Models\\Item', 1044, 'en', 'description', 'Lemon Coriander Soup', NULL, NULL),
(2502, 'App\\Models\\Item', 1045, 'en', 'name', 'Chicken Manchurian', NULL, NULL),
(2503, 'App\\Models\\Item', 1045, 'en', 'description', 'Chicken Manchurian', NULL, NULL),
(2504, 'App\\Models\\Item', 1046, 'en', 'name', 'Chicken 65', NULL, NULL),
(2505, 'App\\Models\\Item', 1046, 'en', 'description', 'Chicken 65', NULL, NULL),
(2506, 'App\\Models\\Item', 1047, 'en', 'name', 'Chicken Chilli', NULL, NULL),
(2507, 'App\\Models\\Item', 1047, 'en', 'description', 'Chicken Chilli', NULL, NULL),
(2508, 'App\\Models\\Item', 1048, 'en', 'name', 'Lemon Chicken', NULL, NULL),
(2509, 'App\\Models\\Item', 1048, 'en', 'description', 'Lemon Chicken', NULL, NULL),
(2510, 'App\\Models\\Item', 1049, 'en', 'name', 'Chicken Lollipop', NULL, NULL),
(2511, 'App\\Models\\Item', 1049, 'en', 'description', 'Chicken Lollipop', NULL, NULL),
(2512, 'App\\Models\\Item', 1050, 'en', 'name', 'Dragon Chicken', NULL, NULL),
(2513, 'App\\Models\\Item', 1050, 'en', 'description', 'Dragon Chicken', NULL, NULL),
(2514, 'App\\Models\\Item', 1051, 'en', 'name', 'Chicken Majestic', NULL, NULL),
(2515, 'App\\Models\\Item', 1051, 'en', 'description', 'Chicken Majestic', NULL, NULL),
(2516, 'App\\Models\\Item', 1052, 'en', 'name', 'Chilly Fish', NULL, NULL),
(2517, 'App\\Models\\Item', 1052, 'en', 'description', 'Chilly Fish', NULL, NULL),
(2518, 'App\\Models\\Item', 1053, 'en', 'name', 'Fish 65', NULL, NULL),
(2519, 'App\\Models\\Item', 1053, 'en', 'description', 'Fish 65', NULL, NULL),
(2520, 'App\\Models\\Item', 1054, 'en', 'name', 'Pepper Prawns', NULL, NULL),
(2521, 'App\\Models\\Item', 1054, 'en', 'description', 'Pepper Prawns', NULL, NULL),
(2522, 'App\\Models\\Item', 1055, 'en', 'name', 'Prawns 65', NULL, NULL),
(2523, 'App\\Models\\Item', 1055, 'en', 'description', 'Prawns 65', NULL, NULL),
(2524, 'App\\Models\\Item', 1056, 'en', 'name', 'loose Prawns', NULL, NULL),
(2525, 'App\\Models\\Item', 1056, 'en', 'description', 'loose Prawns', NULL, NULL),
(2526, 'App\\Models\\Item', 1057, 'en', 'name', 'Chicken Keema Balls', NULL, NULL),
(2527, 'App\\Models\\Item', 1057, 'en', 'description', 'Chicken Keema Balls', NULL, NULL),
(2528, 'App\\Models\\Item', 1058, 'en', 'name', 'Pepper Chicken', NULL, NULL),
(2529, 'App\\Models\\Item', 1058, 'en', 'description', 'Pepper Chicken', NULL, NULL),
(2530, 'App\\Models\\Item', 1059, 'en', 'name', 'Schezwan Chicken', NULL, NULL),
(2531, 'App\\Models\\Item', 1059, 'en', 'description', 'Schezwan Chicken', NULL, NULL),
(2532, 'App\\Models\\Item', 1060, 'en', 'name', 'Coriander Chicken', NULL, NULL),
(2533, 'App\\Models\\Item', 1060, 'en', 'description', 'Coriander Chicken', NULL, NULL),
(2534, 'App\\Models\\Item', 1061, 'en', 'name', 'Ginger Chicken', NULL, NULL),
(2535, 'App\\Models\\Item', 1061, 'en', 'description', 'Ginger Chicken', NULL, NULL),
(2536, 'App\\Models\\Item', 1062, 'en', 'name', 'Kaju Chicken', NULL, NULL),
(2537, 'App\\Models\\Item', 1062, 'en', 'description', 'Kaju Chicken', NULL, NULL),
(2538, 'App\\Models\\Item', 1063, 'en', 'name', 'Chicken Kabab', NULL, NULL),
(2539, 'App\\Models\\Item', 1063, 'en', 'description', 'Chicken Kabab', NULL, NULL),
(2540, 'App\\Models\\Item', 1064, 'en', 'name', 'Chicken 555', NULL, NULL),
(2541, 'App\\Models\\Item', 1064, 'en', 'description', 'Chicken 555', NULL, NULL),
(2542, 'App\\Models\\Item', 1065, 'en', 'name', 'Chicken Mangolia', NULL, NULL),
(2543, 'App\\Models\\Item', 1065, 'en', 'description', 'Chicken Mangolia', NULL, NULL),
(2544, 'App\\Models\\Item', 1066, 'en', 'name', 'Tai Pai Chicken', NULL, NULL),
(2545, 'App\\Models\\Item', 1066, 'en', 'description', 'Tai Pai Chicken', NULL, NULL),
(2546, 'App\\Models\\Item', 1067, 'en', 'name', 'Mutton Chilli', NULL, NULL),
(2547, 'App\\Models\\Item', 1067, 'en', 'description', 'Mutton Chilli', NULL, NULL),
(2548, 'App\\Models\\Item', 1068, 'en', 'name', 'Mutton 65', NULL, NULL),
(2549, 'App\\Models\\Item', 1068, 'en', 'description', 'Mutton 65', NULL, NULL),
(2550, 'App\\Models\\Item', 1069, 'en', 'name', 'Mutton Manchurian', NULL, NULL),
(2551, 'App\\Models\\Item', 1069, 'en', 'description', 'Mutton Manchurian', NULL, NULL),
(2552, 'App\\Models\\Item', 1070, 'en', 'name', 'Dragon Manchurian', NULL, NULL),
(2553, 'App\\Models\\Item', 1070, 'en', 'description', 'Dragon Manchurian', NULL, NULL),
(2554, 'App\\Models\\Item', 1071, 'en', 'name', 'Pepper Manchurian', NULL, NULL),
(2555, 'App\\Models\\Item', 1071, 'en', 'description', 'Pepper Manchurian', NULL, NULL),
(2556, 'App\\Models\\Item', 1072, 'en', 'name', 'Manchurian Keema Balls', NULL, NULL),
(2557, 'App\\Models\\Item', 1072, 'en', 'description', 'Manchurian Keema Balls', NULL, NULL),
(2558, 'App\\Models\\Item', 1073, 'en', 'name', 'Paneer Manchurian', NULL, NULL),
(2559, 'App\\Models\\Item', 1073, 'en', 'description', 'Paneer Manchurian', NULL, NULL),
(2560, 'App\\Models\\Item', 1074, 'en', 'name', 'Paneer 65', NULL, NULL),
(2561, 'App\\Models\\Item', 1074, 'en', 'description', 'paneer 65', NULL, NULL),
(2562, 'App\\Models\\Item', 1075, 'en', 'name', 'Paneer Chilli', NULL, NULL),
(2563, 'App\\Models\\Item', 1075, 'en', 'description', 'paneer Chilli', NULL, NULL),
(2564, 'App\\Models\\Item', 1076, 'en', 'name', 'Paneer Majestic', NULL, NULL),
(2565, 'App\\Models\\Item', 1076, 'en', 'description', 'Paneer Majestic', NULL, NULL),
(2566, 'App\\Models\\Item', 1077, 'en', 'name', 'Dragon Paneer', NULL, NULL),
(2567, 'App\\Models\\Item', 1077, 'en', 'description', 'Dragon Paneer', NULL, NULL),
(2568, 'App\\Models\\Item', 1078, 'en', 'name', 'Gobi Manchuria', NULL, NULL),
(2569, 'App\\Models\\Item', 1078, 'en', 'description', 'gobi Manchuria', NULL, NULL),
(2570, 'App\\Models\\Item', 1079, 'en', 'name', 'Gobi 65', NULL, NULL),
(2571, 'App\\Models\\Item', 1079, 'en', 'description', 'Gobi 65', NULL, NULL),
(2572, 'App\\Models\\Item', 1080, 'en', 'name', 'Gobi Chilli', NULL, NULL),
(2573, 'App\\Models\\Item', 1080, 'en', 'description', 'Gobi chilli', NULL, NULL),
(2574, 'App\\Models\\Item', 1081, 'en', 'name', 'Mushroom Manchurian', NULL, NULL),
(2575, 'App\\Models\\Item', 1081, 'en', 'description', 'Mushroom Manchuria', NULL, NULL),
(2576, 'App\\Models\\Item', 1082, 'en', 'name', 'Mushroom 65', NULL, NULL),
(2577, 'App\\Models\\Item', 1082, 'en', 'description', 'Mushroom 65', NULL, NULL),
(2578, 'App\\Models\\Item', 1083, 'en', 'name', 'Baby Corn Majestic', NULL, NULL),
(2579, 'App\\Models\\Item', 1083, 'en', 'description', 'Baby Corn Majestic', NULL, NULL),
(2580, 'App\\Models\\Item', 1084, 'en', 'name', 'Baby Corn Chilli', NULL, NULL),
(2581, 'App\\Models\\Item', 1084, 'en', 'description', 'Baby Corn Chilli', NULL, NULL),
(2582, 'App\\Models\\Item', 1085, 'en', 'name', 'Baby Corn Manchurian', NULL, NULL),
(2583, 'App\\Models\\Item', 1085, 'en', 'description', 'Baby Corn Manchurian', NULL, NULL),
(2584, 'App\\Models\\Item', 1086, 'en', 'name', 'Crispy Corn', NULL, NULL),
(2585, 'App\\Models\\Item', 1086, 'en', 'description', 'Crispy Corn', NULL, NULL),
(2586, 'App\\Models\\Item', 1087, 'en', 'name', 'Idli', NULL, NULL),
(2587, 'App\\Models\\Item', 1087, 'en', 'description', 'Idli (3)', NULL, NULL),
(2588, 'App\\Models\\Item', 1088, 'en', 'name', 'Fry idli', NULL, NULL),
(2589, 'App\\Models\\Item', 1088, 'en', 'description', 'fry idli', NULL, NULL),
(2590, 'App\\Models\\Item', 1089, 'en', 'name', 'Ghee podi idli', NULL, NULL),
(2591, 'App\\Models\\Item', 1089, 'en', 'description', 'Ghee podi idli', NULL, NULL),
(2592, 'App\\Models\\Item', 1090, 'en', 'name', 'Rava idli', NULL, NULL),
(2593, 'App\\Models\\Item', 1090, 'en', 'description', 'Rava idli', NULL, NULL),
(2594, 'App\\Models\\Item', 1091, 'en', 'name', 'Ragi idli', NULL, NULL),
(2595, 'App\\Models\\Item', 1091, 'en', 'description', 'Ragi idli', NULL, NULL),
(2596, 'App\\Models\\Item', 1092, 'en', 'name', 'Vada', NULL, NULL),
(2597, 'App\\Models\\Item', 1092, 'en', 'description', 'Vada (2)', NULL, NULL),
(2598, 'App\\Models\\Item', 1093, 'en', 'name', 'Perugu Vada', NULL, NULL),
(2599, 'App\\Models\\Item', 1093, 'en', 'description', 'Perugu Vada', NULL, NULL),
(2600, 'App\\Models\\Item', 1094, 'en', 'name', 'Poori', NULL, NULL),
(2601, 'App\\Models\\Item', 1094, 'en', 'description', 'Poori', NULL, NULL),
(2602, 'App\\Models\\Item', 1095, 'en', 'name', 'Pongal', NULL, NULL),
(2603, 'App\\Models\\Item', 1095, 'en', 'description', 'Pongal', NULL, NULL),
(2604, 'App\\Models\\Item', 1096, 'en', 'name', 'Upma', NULL, NULL),
(2605, 'App\\Models\\Item', 1096, 'en', 'description', 'Upma', NULL, NULL),
(2606, 'App\\Models\\Item', 1097, 'en', 'name', 'Uggani Bajji', NULL, NULL),
(2607, 'App\\Models\\Item', 1097, 'en', 'description', 'Uggani Bajji', NULL, NULL),
(2608, 'App\\Models\\Item', 1098, 'en', 'name', 'Mysore Bonda', NULL, NULL),
(2609, 'App\\Models\\Item', 1098, 'en', 'description', 'Mysore Bonda', NULL, NULL),
(2610, 'App\\Models\\Item', 1099, 'en', 'name', 'Bonda Soup', NULL, NULL),
(2611, 'App\\Models\\Item', 1099, 'en', 'description', 'Bonda Soup', NULL, NULL),
(2612, 'App\\Models\\Item', 1100, 'en', 'name', 'Plain Dosa', NULL, NULL),
(2613, 'App\\Models\\Item', 1100, 'en', 'description', 'Plain Dosa', NULL, NULL),
(2614, 'App\\Models\\Item', 1101, 'en', 'name', 'Masala Dosa', NULL, NULL),
(2615, 'App\\Models\\Item', 1101, 'en', 'description', 'Masala Dosa', NULL, NULL),
(2616, 'App\\Models\\Item', 1102, 'en', 'name', 'Onion Dosa', NULL, NULL),
(2617, 'App\\Models\\Item', 1102, 'en', 'description', 'onion Dosa', NULL, NULL),
(2618, 'App\\Models\\Item', 1103, 'en', 'name', 'Uthapam', NULL, NULL),
(2619, 'App\\Models\\Item', 1103, 'en', 'description', 'Uthapam', NULL, NULL),
(2620, 'App\\Models\\Item', 1104, 'en', 'name', 'Set Dosa', NULL, NULL),
(2621, 'App\\Models\\Item', 1104, 'en', 'description', 'Set Dosa', NULL, NULL),
(2622, 'App\\Models\\Item', 1105, 'en', 'name', 'Rava Dosa', NULL, NULL),
(2623, 'App\\Models\\Item', 1105, 'en', 'description', 'Rava Dosa', NULL, NULL),
(2624, 'App\\Models\\Item', 1106, 'en', 'name', 'Karam Dosa', NULL, NULL),
(2625, 'App\\Models\\Item', 1106, 'en', 'description', 'Karam Dosa', NULL, NULL),
(2626, 'App\\Models\\Item', 1107, 'en', 'name', 'Ghee Karam Dosa', NULL, NULL),
(2627, 'App\\Models\\Item', 1107, 'en', 'description', 'Ghee Karam Dosa', NULL, NULL),
(2628, 'App\\Models\\Item', 1108, 'en', 'name', 'Ghee pidi masala dosa', NULL, NULL),
(2629, 'App\\Models\\Item', 1108, 'en', 'description', 'Ghee Podi Masala Dosa', NULL, NULL),
(2630, 'App\\Models\\Item', 1109, 'en', 'name', 'Pesarattu', NULL, NULL),
(2631, 'App\\Models\\Item', 1109, 'en', 'description', 'Pesarattu', NULL, NULL),
(2632, 'App\\Models\\Item', 1110, 'en', 'name', 'Onion Pesarattu', NULL, NULL),
(2633, 'App\\Models\\Item', 1110, 'en', 'description', 'onion Pesarattu', NULL, NULL),
(2634, 'App\\Models\\Item', 1111, 'en', 'name', 'Upma Pesarattu', NULL, NULL),
(2635, 'App\\Models\\Item', 1111, 'en', 'description', 'Upma Pesarattu', NULL, NULL),
(2636, 'App\\Models\\Item', 1112, 'en', 'name', 'Upma Dosa', NULL, NULL),
(2637, 'App\\Models\\Item', 1112, 'en', 'description', 'Upma Dosa', NULL, NULL),
(2638, 'App\\Models\\Item', 1113, 'en', 'name', 'Ghee Pesarattu', NULL, NULL),
(2639, 'App\\Models\\Item', 1113, 'en', 'description', 'Ghee Pesarattu', NULL, NULL),
(2640, 'App\\Models\\Item', 1114, 'en', 'name', 'Ghee Upma Dosa', NULL, NULL),
(2641, 'App\\Models\\Item', 1114, 'en', 'description', 'Ghee Upma Dosa', NULL, NULL),
(2642, 'App\\Models\\Item', 1115, 'en', 'name', 'Carrot Dosa', NULL, NULL),
(2643, 'App\\Models\\Item', 1115, 'en', 'description', 'Carrot Dosa', NULL, NULL),
(2644, 'App\\Models\\Item', 1116, 'en', 'name', 'Tomato Dosa', NULL, NULL),
(2645, 'App\\Models\\Item', 1116, 'en', 'description', 'Tomato Dosa', NULL, NULL),
(2646, 'App\\Models\\Item', 1117, 'en', 'name', 'Paneer Masala Dosa', NULL, NULL),
(2647, 'App\\Models\\Item', 1117, 'en', 'description', 'Paneer Masala Dosa', NULL, NULL),
(2648, 'App\\Models\\Item', 1118, 'en', 'name', 'Schezwan Dosa', NULL, NULL),
(2649, 'App\\Models\\Item', 1118, 'en', 'description', 'Schezwan Dosa', NULL, NULL),
(2650, 'App\\Models\\Item', 1119, 'en', 'name', 'Cheese Dosa', NULL, NULL),
(2651, 'App\\Models\\Item', 1119, 'en', 'description', 'Cheese Dosa', NULL, NULL),
(2652, 'App\\Models\\Item', 1120, 'en', 'name', 'Butter Masala Dosa', NULL, NULL),
(2653, 'App\\Models\\Item', 1120, 'en', 'description', 'Butter Masala Dosa', NULL, NULL),
(2654, 'App\\Models\\Item', 1121, 'en', 'name', 'Paneer Dosa', NULL, NULL),
(2655, 'App\\Models\\Item', 1121, 'en', 'description', 'Paneer Dosa', NULL, NULL),
(2656, 'App\\Models\\Item', 1122, 'en', 'name', 'Mushroom Dosa', NULL, NULL),
(2657, 'App\\Models\\Item', 1122, 'en', 'description', 'Mushroom Dosa', NULL, NULL),
(2658, 'App\\Models\\Item', 1123, 'en', 'name', 'Corn dosa', NULL, NULL),
(2659, 'App\\Models\\Item', 1123, 'en', 'description', 'Corn dosa', NULL, NULL),
(2660, 'App\\Models\\Item', 1124, 'en', 'name', 'Green Pease Dosa', NULL, NULL),
(2661, 'App\\Models\\Item', 1124, 'en', 'description', 'Green Pease Dosa', NULL, NULL),
(2662, 'App\\Models\\Item', 1125, 'en', 'name', 'Uggani Dosa', NULL, NULL),
(2663, 'App\\Models\\Item', 1125, 'en', 'description', 'Uggani Dosa', NULL, NULL),
(2664, 'App\\Models\\Item', 1126, 'en', 'name', 'Ghee Rava Dosa', NULL, NULL),
(2665, 'App\\Models\\Item', 1126, 'en', 'description', 'Ghee Rava Dosa', NULL, NULL),
(2666, 'App\\Models\\Item', 1127, 'en', 'name', 'Palak Paneer Dosa', NULL, NULL),
(2667, 'App\\Models\\Item', 1127, 'en', 'description', 'Palak Paneer Dosa', NULL, NULL),
(2668, 'App\\Models\\Item', 1128, 'en', 'name', 'Paper Dosa', NULL, NULL),
(2669, 'App\\Models\\Item', 1128, 'en', 'description', 'Paper Dosa', NULL, NULL),
(2670, 'App\\Models\\Item', 1129, 'en', 'name', 'Ragi Dosa', NULL, NULL),
(2671, 'App\\Models\\Item', 1129, 'en', 'description', 'Ragi Dosa', NULL, NULL),
(2672, 'App\\Models\\Item', 1130, 'en', 'name', 'Korra Dosa', NULL, NULL),
(2673, 'App\\Models\\Item', 1130, 'en', 'description', 'Korra Dosa', NULL, NULL),
(2674, 'App\\Models\\Item', 1131, 'en', 'name', 'Full Meals', NULL, NULL),
(2675, 'App\\Models\\Item', 1131, 'en', 'description', 'Full Meals', NULL, NULL),
(2676, 'App\\Models\\Item', 1132, 'en', 'name', 'Ragi Mudha', NULL, NULL),
(2677, 'App\\Models\\Item', 1132, 'en', 'description', 'Ragi Mudha', NULL, NULL),
(2678, 'App\\Models\\Item', 1133, 'en', 'name', 'Chapati (2)', NULL, NULL),
(2679, 'App\\Models\\Item', 1133, 'en', 'description', 'Chapati (2)', NULL, NULL),
(2680, 'App\\Models\\Item', 1134, 'en', 'name', 'Curd Rice', NULL, NULL),
(2681, 'App\\Models\\Item', 1134, 'en', 'description', 'Curd Rice', NULL, NULL),
(2682, 'App\\Models\\Item', 1135, 'en', 'name', 'Tomato Rice', NULL, NULL),
(2683, 'App\\Models\\Item', 1135, 'en', 'description', 'Tomato Rice', NULL, NULL),
(2684, 'App\\Models\\Item', 1136, 'en', 'name', 'Pulihora', NULL, NULL),
(2685, 'App\\Models\\Item', 1136, 'en', 'description', 'Pulihora', NULL, NULL),
(2686, 'App\\Models\\Item', 1137, 'en', 'name', 'Veg Pulav', NULL, NULL),
(2687, 'App\\Models\\Item', 1137, 'en', 'description', 'Veg Pulav', NULL, NULL),
(2688, 'App\\Models\\Item', 1138, 'en', 'name', 'Lemon Rice', NULL, NULL),
(2689, 'App\\Models\\Item', 1138, 'en', 'description', 'Lemon Rice', NULL, NULL),
(2690, 'App\\Models\\Item', 1139, 'en', 'name', 'Special Curd Rice', NULL, NULL),
(2691, 'App\\Models\\Item', 1139, 'en', 'description', 'Special Curd Rice', NULL, NULL),
(2692, 'App\\Models\\Item', 1140, 'en', 'name', 'Kaju Fried  Rice', NULL, NULL),
(2693, 'App\\Models\\Item', 1140, 'en', 'description', 'Kaju Fried  Rice', NULL, NULL),
(2694, 'App\\Models\\Item', 1141, 'en', 'name', 'Jeera Rice', NULL, NULL),
(2695, 'App\\Models\\Item', 1141, 'en', 'description', 'Jeera Rice', NULL, NULL),
(2696, 'App\\Models\\Item', 1142, 'en', 'name', 'Coconut Rice', NULL, NULL),
(2697, 'App\\Models\\Item', 1142, 'en', 'description', 'Coconut Rice', NULL, NULL),
(2698, 'App\\Models\\Item', 1143, 'en', 'name', 'Ghee Rice', NULL, NULL),
(2699, 'App\\Models\\Item', 1143, 'en', 'description', 'Ghee Rice', NULL, NULL),
(2700, 'App\\Models\\Item', 1144, 'en', 'name', 'Paneer Fried Rice', NULL, NULL),
(2701, 'App\\Models\\Item', 1144, 'en', 'description', 'Paneer Fried Rice', NULL, NULL),
(2702, 'App\\Models\\Item', 1145, 'en', 'name', 'Mushroom Fried Rice', NULL, NULL),
(2703, 'App\\Models\\Item', 1145, 'en', 'description', 'Mushroom Fried Rice', NULL, NULL),
(2704, 'App\\Models\\Item', 1146, 'en', 'name', 'Gobi Fried Rice', NULL, NULL),
(2705, 'App\\Models\\Item', 1146, 'en', 'description', 'Gobi Fried Rice', NULL, NULL),
(2706, 'App\\Models\\Item', 1147, 'en', 'name', 'Schezwan Fried Rice', NULL, NULL),
(2707, 'App\\Models\\Item', 1147, 'en', 'description', 'Schezwan Fried Rice', NULL, NULL),
(2708, 'App\\Models\\Item', 1148, 'en', 'name', 'Veg Fried Rice', NULL, NULL),
(2709, 'App\\Models\\Item', 1148, 'en', 'description', 'Veg Fried Rice', NULL, NULL),
(2710, 'App\\Models\\Item', 1149, 'en', 'name', 'Baby Corn Fried Rice', NULL, NULL),
(2711, 'App\\Models\\Item', 1149, 'en', 'description', 'Baby Corn Fried Rice', NULL, NULL),
(2712, 'App\\Models\\Item', 1150, 'en', 'name', 'Gobi Noodles', NULL, NULL),
(2713, 'App\\Models\\Item', 1150, 'en', 'description', 'Gobi Noodles', NULL, NULL),
(2714, 'App\\Models\\Item', 1151, 'en', 'name', 'Mushroom  Noodles', NULL, NULL),
(2715, 'App\\Models\\Item', 1151, 'en', 'description', 'Mushroom  Noodles', NULL, NULL),
(2716, 'App\\Models\\Item', 1152, 'en', 'name', 'Paneer NoodlesPaneer Noodles', NULL, NULL),
(2717, 'App\\Models\\Item', 1152, 'en', 'description', 'Paneer Noodles', NULL, NULL),
(2718, 'App\\Models\\Item', 1153, 'en', 'name', 'Veg  Noodles', NULL, NULL),
(2719, 'App\\Models\\Item', 1153, 'en', 'description', 'Veg  Noodles', NULL, NULL),
(2720, 'App\\Models\\Item', 1154, 'en', 'name', 'Schezwan Noodles', NULL, NULL),
(2721, 'App\\Models\\Item', 1154, 'en', 'description', 'Schezwan Noodles', NULL, NULL),
(2722, 'App\\Models\\Item', 1155, 'en', 'name', 'Gobi Manchurian', NULL, NULL),
(2723, 'App\\Models\\Item', 1155, 'en', 'description', 'Gobi Manchurian', NULL, NULL),
(2724, 'App\\Models\\Item', 1156, 'en', 'name', 'Gobi 65', NULL, NULL),
(2725, 'App\\Models\\Item', 1156, 'en', 'description', 'Gobi 65', NULL, NULL),
(2726, 'App\\Models\\Item', 1157, 'en', 'name', 'Gobi Chilli', NULL, NULL),
(2727, 'App\\Models\\Item', 1157, 'en', 'description', 'Gobi Chilli', NULL, NULL),
(2728, 'App\\Models\\Item', 1158, 'en', 'name', 'Mushroom Manchurian', NULL, NULL),
(2729, 'App\\Models\\Item', 1158, 'en', 'description', 'Mushroom Manchurian', NULL, NULL),
(2730, 'App\\Models\\Item', 1159, 'en', 'name', 'Mushroom 65', NULL, NULL),
(2731, 'App\\Models\\Item', 1159, 'en', 'description', 'Mushroom 65', NULL, NULL),
(2732, 'App\\Models\\Item', 1160, 'en', 'name', 'Mushroom Chilli', NULL, NULL),
(2733, 'App\\Models\\Item', 1160, 'en', 'description', 'Mushroom Chilli', NULL, NULL),
(2734, 'App\\Models\\Item', 1161, 'en', 'name', 'Mushroom Pepper Fry', NULL, NULL),
(2735, 'App\\Models\\Item', 1161, 'en', 'description', 'Mushroom Pepper Fry', NULL, NULL),
(2736, 'App\\Models\\Item', 1162, 'en', 'name', 'Paneer Manchurian', NULL, NULL),
(2737, 'App\\Models\\Item', 1162, 'en', 'description', 'Paneer Manchurian', NULL, NULL),
(2738, 'App\\Models\\Item', 1163, 'en', 'name', 'Paneer 65', NULL, NULL),
(2739, 'App\\Models\\Item', 1163, 'en', 'description', 'Paneer 65', NULL, NULL),
(2740, 'App\\Models\\Item', 1164, 'en', 'name', 'Paneer Chilli', NULL, NULL),
(2741, 'App\\Models\\Item', 1164, 'en', 'description', 'Paneer Chilli', NULL, NULL),
(2742, 'App\\Models\\Item', 1165, 'en', 'name', 'Paneer Pepper Fry', NULL, NULL),
(2743, 'App\\Models\\Item', 1165, 'en', 'description', 'Paneer Pepper Fry', NULL, NULL),
(2744, 'App\\Models\\Item', 1166, 'en', 'name', 'Baby Corn Manchurian', NULL, NULL),
(2745, 'App\\Models\\Item', 1166, 'en', 'description', 'Baby Corn Manchurian', NULL, NULL),
(2746, 'App\\Models\\Item', 1167, 'en', 'name', 'Baby Corn 65', NULL, NULL),
(2747, 'App\\Models\\Item', 1167, 'en', 'description', 'Baby Corn 65', NULL, NULL),
(2748, 'App\\Models\\Item', 1168, 'en', 'name', 'Baby Corn Chilli', NULL, NULL),
(2749, 'App\\Models\\Item', 1168, 'en', 'description', 'Baby Corn Chilli', NULL, NULL),
(2750, 'App\\Models\\Item', 1169, 'en', 'name', 'Baby Corn Pepper Fry', NULL, NULL),
(2751, 'App\\Models\\Item', 1169, 'en', 'description', 'Baby Corn Pepper Fry', NULL, NULL),
(2752, 'App\\Models\\Item', 1170, 'en', 'name', 'Onion Pakoda', NULL, NULL),
(2753, 'App\\Models\\Item', 1170, 'en', 'description', 'Onion Pakoda', NULL, NULL),
(2754, 'App\\Models\\Item', 1171, 'en', 'name', 'Capsicum Pakoda', NULL, NULL),
(2755, 'App\\Models\\Item', 1171, 'en', 'description', 'Capsicum Pakoda', NULL, NULL),
(2756, 'App\\Models\\Item', 1172, 'en', 'name', 'French Fries', NULL, NULL),
(2757, 'App\\Models\\Item', 1172, 'en', 'description', 'French Fries', 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, 'Volume', '2024-12-09 12:36:23', '2024-12-09 12:36:23'),
(2, 'Weight', '2024-12-09 12:36:34', '2024-12-09 12:36:34'),
(3, 'Colour', '2024-12-09 12:36:38', '2024-12-09 12:36:38'),
(4, 'Size', '2024-12-09 12:36:42', '2024-12-09 12:36:42');

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

--
-- 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, 'dinesh', '', '+917989272149', 'webkooncloud@gmail.com', NULL, 0, NULL, '$2y$10$LLah8TjDzhYkN9NX2cJtnOwisNfOpsbh3cUOLaMctSqdQOzWAggPC', NULL, '2024-12-13 21:15:49', '2025-05-25 12:17:34', '[9,11,15,17,3,4,5,1,20,12,19]', 'd1q5D9yOJkIRvAhVRAEkwA:APA91bHm-jqy0m55xpK_4JhPDvfodMRxRqD8ZAwG9CM4V2TxEyMXYdETj6kOykpPYfPH1rxvpbs276hOTeYEJdJQsKrxxIZMegRRpkKZOSCZRaFXI1zu6Ls', 1, 24, 'manual', NULL, 0, 0.000, 0.000, '7VCTQUKOC3', 'en', NULL, NULL, '[\"5\",\"2\",\"1\",\"3\",\"4\"]', 0, 0),
(2, 'Yelluri', 'Vidyendra', '+919177446658', 'vidyendra.official@gmail.com', NULL, 0, NULL, '$2y$10$JTnCf.LWTUA.91SjMBpqh.6Q9xcrMyuWYiaa0oArI2HjVeEozGnI.', NULL, '2024-12-16 19:55:39', '2024-12-16 20:04:27', '[20,12,9,1,3]', 'c7S9zjN_SN2sNMxhttuuNW:APA91bHnA0qhUhrVEw4YiId-Q0pEC1oIBzW3HbNFeHRtQ2M960iEBDU64xE1UTu47pVhOnnjxYa8dVCTGBWu8R9aTVlRpeDbaQZGQX6kY9AbXaZIX067Uws', 1, 0, 'manual', NULL, 0, 0.000, 0.000, 'TQ3RBPNFG7', 'en', NULL, NULL, '[\"3\",\"4\",\"5\",\"1\",\"2\"]', 0, 0),
(3, 'Mani', '', '+919182648101', 'Manikrishna@gmail.com', NULL, 0, NULL, '$2y$10$IcHHrVSP5dRYPSFWk6kqMeOa.kmYMAHuElm96cXLyodWE.tiRAm12', NULL, '2024-12-16 20:05:30', '2025-03-09 15:00:25', '[3,1,9,10,18,13,21]', 'e4ZdIrr9Qq2KpN4_j60FEl:APA91bEWKU2Sm7awZwF0wGsKumCiNySRGVX_cE0noP15BbXHZq2MCoL3Dl2_vBcZaaQwDtYr-Txdq1bkb1KhLzQdv5DXHduPdrnAC0M34JPW3IiaZEurThU', 1, 20, 'manual', NULL, 2, 0.000, 0.000, 'YYDLKGPXAM', 'en', NULL, NULL, '[\"2\",\"1\",\"5\",\"4\",\"3\"]', 0, 0),
(4, 'Praveen', '', '+917893916478', 'rasamallapraveen2000@gmail.com', NULL, 0, NULL, '$2y$10$raGIhMc9qxoUIwgQyOJkle3/F5c4LbNqInBQFj.j.1IGkYNBH.v9W', NULL, '2024-12-17 16:38:20', '2024-12-21 21:42:44', '[7,1,20]', 'cDa_fh4NR5ySEaDkvDgqm6:APA91bHjQ-zTJDKxA7vVEOfYgD83s_rjedyVUVvJllLcf1glREjTK-IkwwewOYQuZISdHBXBKLveyb4opweLNso730BAxLIbfYoY876r7ltPMsor7pCG61E', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'HBVYMB42GV', 'en', NULL, NULL, '[\"2\",\"1\",\"3\"]', 0, 0),
(5, 'Ravikanth', '', '+919247566725', 'raminiravikanth@gmail.com', NULL, 0, NULL, '$2y$10$.CCyp19.TcZuyu2ezVTk9eX/tDOcANQM/IAnFAJDbIwPLm0fVbyHm', NULL, '2024-12-17 20:12:01', '2024-12-17 20:12:02', NULL, 'efOlxCWFTe6ATf_w4LFizu:APA91bHyyrMimwPuJIB39Y6QauMZqCSDx7l32qxLy7c8AJl5BqpxYEuPZS3-S65913EgR770JDAifndPOPDfkSKr68OYh1LxVNp5LVR5_Xnt_WllHB-jbeY', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'CXNEZDBBCK', 'en', NULL, NULL, NULL, 0, 0),
(6, 'Rajesh', '', '+918897429794', 'ambatirajesh2000@gmail.com', NULL, 0, NULL, '$2y$10$SYwQ/R4svKE01DLe91g.F.1/wAFNHFUKJY6HJZsFv8PJtaN5ZFoLa', NULL, '2024-12-18 09:45:11', '2024-12-18 09:45:12', NULL, 'eyXGrObrS2WwVOtaaXcWwz:APA91bEPLZYyWCueRbpdZiodJjJWrvVbdbAiWZGyMV3K0M4hKvHCmrgS9odL6KxFHBujC0YSEFdi6f4wafgHC3UYqiH1XKVpXLDaI5wWZmhdAe9lZoGSWCk', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'GLBCUPM5N0', 'en', NULL, NULL, NULL, 0, 0),
(7, 'Teja', '', '+918686940126', 'kalasamudram1122@gmail.com', NULL, 0, NULL, '$2y$10$MKn5/z4ZeA9Cy9TyNs8nuuO/.xqRJMN0D/cPMNvaMy47bWKNA02QG', NULL, '2024-12-22 11:02:52', '2025-02-17 18:25:44', '[26,143]', 'elbVaOfUTnaM5ZS5Z-02EV:APA91bHlPDfkfLyvldta3yo_YVUUhPXONygLzB8okX-p5wD_gBL1H0_xOJYyHpDcePGDySfbCEdH6cfvWKgMsosL4_lqBluIrkIVrlteSVwtijB4QicAiZg', 1, 0, 'manual', NULL, 0, 0.000, 0.000, 'E7JDUZTB0B', 'en', NULL, NULL, '[\"2\",\"1\"]', 0, 0),
(8, 'Rocky', '', '+919121369019', 'royalgeorge902@gmail.com', NULL, 0, NULL, '$2y$10$MbrKV7im6/XS287lh0hPOOy5wWTuH26cKlsYVVbcuB92M0yceFYfm', NULL, '2024-12-24 09:02:12', '2024-12-24 09:04:11', '[142,21]', 'fuvyu4s-R-aY6Tpa4ilzTE:APA91bFVHjUH2MaEeDttEU3UEatOv1YC8s3GDoHnaayuAinTpBUdfS7jtiKQdULxiFRdz6Ju2D7G5PTPCi78zcj4IQr_G29YdeQwO2gtEli_6ldiE5YHMYU', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'YQJIUOJ9WV', 'en', NULL, NULL, '[\"1\",\"3\"]', 0, 0),
(9, 'KRISH', '', '+917995122833', 'srushti.mea01@gmail.com', NULL, 0, NULL, '$2y$10$bi8ly78nrmj1gxOiYq25QuHTnOWJmp4F6SoNJN3bGyALlVnfXUwl.', NULL, '2024-12-24 09:39:03', '2024-12-24 09:39:04', NULL, 'fWfyWmAoTvSIRPj3YF6BzN:APA91bFLcz-wT2WeBJpeEbdFMi54V7B6BxNnLnhv0X3GFFacnqtUqrcjW-KdQOiHjxuuLpIJ2qr6MRCO1o7vdo14urA8iZjBBL9xTz4ZgOSUvAuxRiQ0Gok', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'DZMRGVNULC', 'en', NULL, NULL, NULL, 0, 0),
(10, 'Pavanbanda', '', '+919542965671', 'pavannani360@gmail.com', NULL, 0, NULL, '$2y$10$wA/zeM9XTzjmvQHbpPpFqOMNLErbj/dV.r5plx1tvM9jA7WtEc1K2', NULL, '2024-12-27 23:39:03', '2024-12-27 23:39:04', NULL, 'fRIif75IRNyQkTP9W17S1f:APA91bGZWCo57usznSoCu_6wwKlqr7iCYjGq5NlIG4598ZwJTKY1RiXT5AGLe98_J6KKMrDS0oBU0lIoH5213cqp1Vjpqc9TqJPAF7KDaPr9aWtR3MjIFLQ', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'DJLJQADZQK', 'en', NULL, NULL, NULL, 0, 0),
(11, 'John', '', '+917337584649', 'jsisjk@gmail.com', NULL, 0, NULL, '$2y$10$ZGqVLj6.IPQ3fDlWbDouIetuawQ0/aJfISuUAd/nU6RkTiTqyt4ia', NULL, '2024-12-29 22:27:15', '2025-01-31 16:47:17', '[9,10,14]', 'fZ-AVL9BQJSwvRYEpkxPxX:APA91bFINmXEplc4XVgQRdwzwOv4KH9GT0rTJV18ymn-be1tjvdUan8Qe0yMcp4OgRUcslo18JAnDwRGhkmdNtMavjD-vIm_K38xV8hiVLqdSLSxSNAuHZU', 1, 1, NULL, NULL, 2, 0.000, 0.000, 'IKWQSVWQR9', 'en', NULL, NULL, '[\"5\"]', 0, 0),
(12, 'Sai', '', '+917671966089', 'maaindustries1729@gmail.com', NULL, 0, NULL, '$2y$10$B9f3NQMAIpiWgUUMDMWhUuiwcFasN3lZvy9fkCkSQuWM2aQNgIbcW', NULL, '2024-12-31 06:58:28', '2024-12-31 06:58:29', NULL, 'ck37bZoDSGOMqZqiT3_ecw:APA91bEmhZgdKJuhCm42XsZAVHuKKP7JhH8QwANmV3aOGvM_N8_Q8VxMMV0M1u_Q01Tqh3lRBZmxXE43V112SbBUcb-UGi4axqXW6jUi-2FRbj-hR4FfJzc', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'BX6HRFPXDO', 'en', NULL, NULL, NULL, 0, 0),
(13, 'Sai', '', '+919182112300', 'harijanasuresh@gmail.com', NULL, 0, NULL, '$2y$10$zn4eEGDZR66HvrXzmtMGD.3G1PyJvzUX1ScYoyUXPzJ6ws9YVBJHy', NULL, '2025-01-01 17:36:58', '2025-01-03 15:54:37', '[5]', 'e99ACZMmTiqxPANOp_2BrK:APA91bFSfp-j-eGEmBFsxbNTaKSmqkFo3YnwXf_h4s69EoBZKqDMs-4dPg8YDPzWdlnQXO1BX41mLT9OSkdwwFfWI-IoN_Q6rddX8Eu8XsuCch-L6XeZhHg', 1, 0, NULL, NULL, 2, 0.000, 0.000, 'IREUHGJYDP', 'en', NULL, NULL, '[\"2\"]', 0, 0),
(14, 'Sagar', '', '+919398831875', 'zinksonn@gmail.com', NULL, 0, NULL, '$2y$10$tC88Man5FrNaBq2EKCo2XO50u/axYC8EGExLIltR6/2maPpa8bI1m', NULL, '2025-02-08 15:39:18', '2025-02-08 15:39:20', NULL, '@', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'JYIUKLTET0', 'en', NULL, NULL, NULL, 0, 0),
(15, 'VENKATESH', '', '+919515761770', 'venky@gmail.com', NULL, 0, NULL, '$2y$10$rCBpPsyCHKpkKeZQ8vdfDuwgulRm62fk84yrvgBRoFWTutpHiDv5.', NULL, '2025-02-09 19:19:44', '2025-02-09 19:22:39', NULL, 'fN_aMNUORtaBLWYPho2V0c:APA91bGJUtvYqAOe2sCm2Mx0mFnAW64e4kSds2iNuONU1h5zagHfg4zilM6T-axFYA41DFeM6AGG_NMJBT4FFYDpvlk8GD95UuIrGbswy7EtqgW1uvk-0Z8', 1, 0, NULL, NULL, 2, 0.000, 0.000, 'HNLJ37JGWJ', 'en', NULL, NULL, NULL, 0, 0),
(16, 'Bindu', '', '+916302453903', 'yhimabindu088@gmail.com', NULL, 0, NULL, '$2y$10$.LVWv8s9fq1baM0i0b3xweb/EOmTvIUw99gIpzwCQBbYbFoWoYkkW', NULL, '2025-02-16 19:25:10', '2025-02-16 19:35:14', '[6]', 'dNL8CWHfRVCvImKmXB_4xC:APA91bHSPBUANqZvdvWTgyJ4_-ZT5brlCIXcAHoZabi-Iq4MpzJO982zVgrTwvPcbXiNjdpRnbVefOVPYtQRAU-kX_wITFHMOFpLVdSJA6xiXymcqb1c0pg', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'WOWK7DU9S2', 'en', NULL, NULL, '[\"2\"]', 0, 0),
(17, 'Rajesh', 'S', '+919908795240', 'rajeshsutraye2010@gmail.com', NULL, 0, NULL, '$2y$10$i2/GE5gHvYRvz2o.5DTlVe.5usW1XnkpY.vi5Y54WCQ7VaslH3xD2', NULL, '2025-02-16 19:33:58', '2025-02-22 14:13:42', '[142]', 'eBugJfubS6KEDeHS6mQhtf:APA91bHskmvS8nrxHElE1mXH4npttHqEYjtoM0wlIMjMqvXZdwZUOfSryZCdbr-EvsWm7cMOdZ4AH6odufALlRMRS0T1V20xIMU8GGMFrshmH0fOrsxX2iM', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'UYNZJUFXXX', 'en', NULL, NULL, '[\"1\"]', 0, 0),
(18, 'Juned', '', '+918625055735', 'junedmomin2015@gmail.com', NULL, 0, NULL, '$2y$10$6Y3kitOACCfN3c4nbFr64.hbiqFHw9EMPsRKJlFKTdxafnohM8LQK', NULL, '2025-02-17 16:55:03', '2025-02-17 16:55:04', NULL, 'eOVwpKFWR8KNzIicX6Ls_t:APA91bF7QT6cNvtppQAFPFkfNT3V-4vvf-dz6ly0pw_aKX4jfHFMRjqqcpEMmPyB_nWkKzfEXX7-LKT-LYSXh53SWy07w_zpihpsr1j_aYzAyhcUsfBSDQM', 1, 0, NULL, NULL, 0, 0.000, 0.000, '1FR9FMRNEO', 'en', NULL, NULL, NULL, 0, 0),
(19, 'Prince', 'Kumar', '+916202176733', 'princekin071@gmail.com', NULL, 0, NULL, '$2y$10$IYQwxfBJoN.eC8yFXvMYpu7SHuM/rY5XvK1C7mVW3o0na99XkWvh2', NULL, '2025-02-17 22:17:55', '2025-02-17 22:17:56', NULL, 'famyGge_QKGfetE77H3ILI:APA91bFWu0HKLtOIPFMRUjAMoo0FwWtGq_KEeAwqAbcara-hO86TMinXo0eun3G9HEG50dYwQWr0SswUeylz545PAyO3msV9jiIpbjZS1Z4KgDON99Pe2E8', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'H1BZ6UZ6SU', 'en', NULL, NULL, NULL, 0, 0),
(20, 'Ranjan', 'Kumar', '+918051236985', 'ranjankumar66299@gmail.com', NULL, 0, NULL, '$2y$10$iY1fMY3k96EGqvwXXRlp2.ZVXtZn.4qxWuR81.IFaO/FqrY1vQb2i', NULL, '2025-02-17 22:36:34', '2025-02-17 22:36:36', NULL, 'fFfpBGVyQMiPfel3SBxc7u:APA91bH44XUCmjFtBXyqoDrXSKwpwAMgzHp2OlybEOgVYGa62a6JmCDVW6r7T8FIk-LFmvk89m4VMk-nC2oLvrGdgWSXiaZ-sxXUzzGkOJt6qF3VleFJAiA', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'UDNBTUYZ9S', 'en', NULL, NULL, NULL, 0, 0),
(21, 'Sreenivas', '', '+917673933388', 'vamsi.anu098@gmail.com', NULL, 0, NULL, '$2y$10$LvnAtgQVJ9FTsnxo2jec4ev0vy4THP4An1rG5pHfdcW1ZGkR6lDqe', NULL, '2025-02-18 07:37:17', '2025-02-18 15:38:07', '[136]', 'c9T6l_tRRhyFPw--w_mEri:APA91bHy6Byr1ue1umjb_77F1gZ_iAo0aJOPUW0EkAXWdWNzhXblucQDvcUngI3j-b5DHaI9q2Mi3aEMO_1MWXWg07RCgLXzk84H91NgaB9T7sEc_x1DQl4', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'YK74CY8AKA', 'en', NULL, NULL, '[\"2\"]', 0, 0),
(22, 'Fouzia', '', '+917286086111', 'fouziajabeenn@gmail.com', NULL, 0, NULL, '$2y$10$PTtx6BG9xpEUN2SVNINEIOr7i9ZbzxGxe.Fcnkg5rXrG4tjpU9WoC', NULL, '2025-02-18 22:46:43', '2025-02-20 16:08:29', '[26]', 'fKhsJFrEQsG6QnlrJKSJKC:APA91bEpCFytW1sg2Fo8PzVc8MAkifiudDFEiNBDqgEixRmXZRV6KrZXN7euAJ7TlpA1sJMYNIBNP4NNx3VDjmFxsHSTJH2LeQ4085HyB30O1Ro2GAwK5DM', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'LQPHDWIMFH', 'en', NULL, NULL, '[\"2\"]', 0, 0),
(23, 'Abdul', 'Rahman', '+916302844457', 'rahmanabdulrahman71521@gmail.com', NULL, 0, NULL, '$2y$10$IAx.wvh8ABOxFwRnjHEyquGaJDpJpco9s66VC3ynVFiUlSvDjksYe', NULL, '2025-02-19 10:53:50', '2025-02-19 10:54:33', '[3]', 'ce-Z9jWiT7iJIfU09iKwgY:APA91bH9CEZZuVuR3VvLDsUKmaVMEOG22kiPFEazWzilAxkv2-cpk5Rbml4Bfv8dlzX_C7zKSNoZxRChFtDHs_yLgWuYxqfPdcOFX8xfCqPq8wex-M1tO48', 1, 0, NULL, NULL, 0, 0.000, 0.000, '0TEP7R2UBG', 'en', NULL, NULL, '[\"2\"]', 0, 0),
(24, 'Gopi', '', '+919840513199', 'gopissmi@gmail.com', NULL, 0, NULL, '$2y$10$HnLwXhlSm11h24jwFQK74uCvIdOcaXoz.mUniMaqFGm261dv40GvK', NULL, '2025-02-19 12:58:13', '2025-02-19 12:58:15', NULL, 'fQWbtrwVTLSz5km7aBvZeW:APA91bHnJFpVm5blFrs8ddBtmcGQ96mBQovxPfu__AypGtPElm5U32Fu3NeSZBDO52tgMdmfGR0VhNwVV-SRK9pKZeZlTIwgnkkCqiw_yGoMWe54fJAwMF8', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'KWYVU4GNJB', 'en', NULL, NULL, NULL, 0, 0),
(25, 'Ramki', '', '+919345905765', 'ramki.pardhu@gmail.com', NULL, 0, NULL, '$2y$10$/jeVF15U4SRa88fhGR4qDuiGGddEiSFEZg.ukTIdHmSdZ/VWIxipa', NULL, '2025-02-20 12:55:07', '2025-02-24 21:24:07', '[10]', 'cJOXVB4LR1W0fmi1pkIY4h:APA91bGrcf8NI2A5g_CAKlhcU06Nhbl85odWC8U6M-zQ1JHXd8bcRqtzwtDlr_iW7mbXlXBHFICCTkXc_APRvBRp9Zj3yizb5Iq2ZCDTuDLHbSaHZRhTM-A', 1, 0, NULL, NULL, 0, 0.000, 0.000, '37W2SJIGQX', 'te', NULL, NULL, '[\"5\"]', 0, 0),
(26, 'Rahmath', '', '+917569515158', 'alamtouhid@gmail.com', NULL, 0, NULL, '$2y$10$1YO2SwdbEhWlxo/ObEnonuqaSal8axzXi51sQCSZPN4SKs07X80VS', NULL, '2025-02-28 11:28:41', '2025-02-28 11:28:42', NULL, 'fGosWK1uTguciDxVEx4g3G:APA91bGHfKKzWSORWIRlQK15dQUYVqaNDiZs0Z1oqy3EXW0iumgQ6ziUyORbISbN6nyNnAFAsiNCD4By5cWpOB2hyXBHRG5IeCxH3gYubqDNxAP86tTK6Qg', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'YUERTND0UV', 'en', NULL, NULL, NULL, 0, 0),
(27, 'Sivaparvathi', 'Kristipati', '+918688115003', 'parvathireddy029@gmail.com', NULL, 0, NULL, '$2y$10$IB7MGbulW8eGxmFUJDVc7e8bdRkJ/FxIRUEh8khtctSMm6IYvjSKm', NULL, '2025-03-03 07:27:59', '2025-03-04 12:14:09', '[15,23,29,37,42,47,48,50,142]', 'ddY4Qg04SfO5-hKJjfD4Ou:APA91bFbz7m0mQsq1JCEWGAy6BXe6XNwuozG7MfpvfOAKFCrTUsZBOIdPLnwG9_9ybDQ4s7rsVqQFgYQrfChJDiYTN7IPxN0llWG4Zz3YYjunLz_Gcd1wnE', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'ND2JIXFS7R', 'en', NULL, NULL, '[\"5\",\"2\",\"1\"]', 0, 0),
(28, 'Mani', '', '+919182648102', 'mani@gmail.com', NULL, 0, NULL, '$2y$10$rU1sW34GrjuOeKRjTeLggOV34vC0duUFsHgF4M2ne889lq8wQ11yG', NULL, '2025-03-09 14:07:05', '2025-03-09 14:07:56', NULL, 'cRZVZ7LuTWeAM_bxJSCjMH:APA91bHD_KHs1vM5LJIYCvnqyLbnQylxa4t4tfWIf0K7--si9DFg3W9y8I1nMEH61QnOSAIo6E7n-wquJgvOG5_GRG_9SKkmspfTB9r_H6KDJKWLnKpyCN8', 1, 0, NULL, NULL, 2, 0.000, 0.000, 'CITF6MLNUH', 'en', NULL, NULL, NULL, 0, 0),
(29, 'Quba', 'Husna', '+916301258570', 'aamenatabassum01@gmail.com', NULL, 0, NULL, '$2y$10$3PZX9dBbwgTyPUeBxyqD3u0AkF/R9jVD3bHUrZH8748N7jP5q4XY2', NULL, '2025-05-01 04:56:10', '2025-05-01 04:56:17', NULL, 'edOrUQSZRwGgiOvjLbdEua:APA91bGzXGQ1jQguaL3SAJOuAgPO69sJB5WxYdJ8-O8ShSWgwCA5_20JDYXU2sPuIIe96ICizy-2GTSWACB35PfIX1zjMJbu4GMKn3i8eFHhR1zHXZszdOE', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'XRASGVEZZH', 'en', NULL, NULL, NULL, 0, 0),
(30, 'Hemaswi', '', '+917330782711', 'rajitha83nani@gmail.com', NULL, 0, NULL, '$2y$10$ntmk23tIhdKag1lDv29BHuAmx1HmbbyCvOA0OXXEyjennewkQtA5.', NULL, '2025-05-01 04:58:07', '2025-05-01 04:58:11', NULL, 'flW9SFrKQ6-RH5T1mDXmu1:APA91bHKAZL47I_VI_BjmoPXmm6G0IuguBxwNaiqL8JNDCE4oL8plG6TRm-UpgUcwMdEaoPQXfafulF1WuU2NQleW31x53dIYK9xT9n7gItHiw3c5rJaLv4', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'YPLBHTTMDK', 'en', NULL, NULL, NULL, 0, 0),
(31, 'Omkar', '', '+919542767202', 'omkarjadhav20190@gmail.com', NULL, 0, NULL, '$2y$10$ZhFNtbKbQenHUznkgbhlNOH.W6VqC/pRmFdmTrbVV0WK/AKD79acW', NULL, '2025-05-01 05:22:38', '2025-05-01 05:22:43', NULL, '@', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'DWVCPRPWC3', 'en', NULL, NULL, NULL, 0, 0),
(32, 'T.nandini', '', '+919381658307', 'thakurdeepmala81@gmail.com', NULL, 0, NULL, '$2y$10$elX1xGrYtHbVypu3f0lbBumYCG2osjig.yuzWv5zzq7n8ZfeylNze', NULL, '2025-05-01 08:02:32', '2025-05-01 08:02:37', NULL, '@', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'QDAOKRWGYS', 'en', NULL, NULL, NULL, 0, 0),
(33, 'Anu', '', '+919390541982', 'midjamulla.chandana@gmain.com', NULL, 0, NULL, '$2y$10$y6JGqfsgQj3nT4fKjztjseC/d.pHMRgrHadhhrDJmZtEeKAXPBrwO', NULL, '2025-05-01 08:18:45', '2025-05-01 08:18:50', NULL, 'fEQpUKPVQzmoMRt_-izugi:APA91bHdMG4hW3yeDhgFLi3K7c-7dhjvn_qzjIe0bhb-hvbfTwCdC8tLJXhRsQhLtfbv8XvMJlxxutr9PPW_fIHyKbdEuadqOyhm7OF-WfcKp80l3a_mCqw', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'R6BXSXGLIG', 'en', NULL, NULL, NULL, 0, 0),
(34, 'Hansika', '', '+919346718946', 'hansikatinglekarhansika@gmail.com', NULL, 0, NULL, '$2y$10$Z9A/3vNDd8UD3qmVNLt1w.9oT6CK1fkgMQWa.b4RHfOUQm/GqH3tq', NULL, '2025-05-01 08:24:23', '2025-05-01 08:24:29', NULL, 'chCoiDrDThuklnRebACLle:APA91bE--Po2oC7vZEP0PZNnEOxTIpfGQfquiktGPfFJpB2RZAoRmG5fZzgJRjG6ZyrjVChtezcUt1j8mHbnBro2Gz69YRFo_xZwPrTPI1dm4M2ody6N7TM', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'SS6CLHNHTT', 'en', NULL, NULL, NULL, 0, 0),
(35, 'Ruba', 'Hasham', '+918341298721', 'hashamruba@gmail.com', NULL, 0, NULL, '$2y$10$H9t5ay8cGqacOCF4kolFpeBk3ocLSuoBYGK6/mMVE34spnG1Bkglm', NULL, '2025-05-01 08:46:17', '2025-05-01 12:02:08', '[3]', 'f7MVvUZCTjS2tMShdT9W6N:APA91bExy4nbyA8iOK6aq9itiXt9j1MEb-eiDCIQF6OnGutqri4MFcQgH3ZKSfEYgTinyNime4xEleWtw-nLqgA7E_kJSUKHUQrB5V0hPSbD0EMYRagRgcE', 1, 0, NULL, NULL, 0, 0.000, 0.000, '5YPN0X4Z4J', 'en', NULL, NULL, '[\"2\"]', 0, 0),
(36, 'Yash', '', '+919989222068', 'thakuryashsingh199@gmail.com', NULL, 0, NULL, '$2y$10$GWhrUWqvXJA.s3GCoPqBj.xJxm8F3sbSs7XzMdz3zweW4nnkTounK', NULL, '2025-05-01 08:58:16', '2025-05-01 08:58:22', NULL, 'eM2qqFC7QZ2iWqVIsTjxOs:APA91bEQEfdhSn0ZO_Q0fI_0xReO_Nxi96OUziBcPOGCgDncDLK1xVcZFTGMtZqlt-vCAmR8YZh8YT8DINv4nQ1d-_CrTQ4gbf4vUWroxJA5T-VVvnwOqpU', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'FVDCQYMILY', 'en', NULL, NULL, NULL, 0, 0),
(37, 'Rohan', '', '+916302456201', 'haidrbad609@gmail.com', NULL, 0, NULL, '$2y$10$GsNuooQkRKfLpDF.W8infuSgzLhI1OW04LXKYYiRMiDLl.CNGoOMm', NULL, '2025-05-01 09:49:47', '2025-05-01 09:49:53', NULL, 'c5bbeNegRDulqR835NqN7R:APA91bEzEj9WmwHFADxoGxOU8Q9l_vCMu8XhsonF9ObnY93uCvA-lnTvBCWrd7_Y_j6ixvPqQlKbd5NXMjhnEiPb38smeV4sy-uUZqNcwN6POAk3ttMcG4w', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'EGYETDDZQT', 'en', NULL, NULL, NULL, 0, 0),
(38, 'Aariyan', '', '+916305949961', 'rubirubi03428@gmail.com', NULL, 0, NULL, '$2y$10$vDg3PJhJ1JL.nDEiMkHVneQwhgVSrFVuE/bDzHzX4JQ3cuL6nGS.a', NULL, '2025-05-01 09:56:38', '2025-05-01 09:56:40', NULL, 'eo9sHzW3SVmoKRF5MxEjal:APA91bEHSHRKZZT8bO8RT71MjaJ0_S1JJZuav3_HWKu3q-7CbF0Saz6LSmzBxQxGp5HwXQcK5EygJ9Kw_FyU1eUW10zWZN78Uu-hwcBQUW7F8hGD3eny_m4', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'YVT9VTENNZ', 'en', NULL, NULL, NULL, 0, 0),
(40, 'Affan', '', '+919989498674', 'iqrakhan837467@gmail.com', NULL, 0, NULL, '$2y$10$Q1XoHKyXwKb5srygGao.5OFuVGBcuzopB5yBdib9yU9R6EJAp9nvi', NULL, '2025-05-01 10:02:54', '2025-05-01 10:02:57', NULL, 'drEDWbz5T1uef3QFxo7ffo:APA91bGQzFukt0wBgtizm1Db-8i2-pFsKSAJ6dm2j8ies3vBNXClJjZ8poXlLd6X2dXZT0G4QAWswSL9Bocds_yuzNeYfr7_nX5d289WBVPXOrv18t55XIA', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'KWSX9IB0DI', 'en', NULL, NULL, NULL, 0, 0),
(41, 'Mahib', '', '+919113815402', 'mahibshaik48@gmail.com', NULL, 0, NULL, '$2y$10$TT/1zFbSxmAQvq/9yyJUMOopmfzmE6A6pFATI1CKsj/8hXKOYnupm', NULL, '2025-05-01 10:20:48', '2025-05-01 10:20:53', NULL, 'd3NYvpRLQIKcGtdJagy2lX:APA91bGsA-8Msg2Xt5cWy9l13XgKPUGEMsICpEgckPunONqgyg0Rel2-wLD7H0kTqdkFZeoY_XCwAXhV5xHj4vpYGCgRMrCYOaMnwl6DY-iXisaWFObLPlU', 1, 0, NULL, NULL, 0, 0.000, 0.000, '80CCDVSLZB', 'en', NULL, NULL, NULL, 0, 0),
(42, 'Mohammed', 'Sarfaraz', '+917981321866', 'mohammedsafa72366@gmail.com', NULL, 0, NULL, '$2y$10$OdZhIZLyI9bn7eu0lBxm/..8KX7jS20eL/r8vSZAdwUNS4OiD/ggq', NULL, '2025-05-01 10:27:44', '2025-05-01 10:27:50', NULL, 'drV7lZsmQDyW-pm2y9nglE:APA91bGV-USxHsPl3wgOQosFJC69vzQG2blZzWbc6YQXvQntzqVNNkTMjt-leqv1eLpX6VVUnU2WrCWwqRGXlqrduA5PYshV5XynAtornHkW6DG65Bj3Ncg', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'JFIYRGTPKZ', 'en', NULL, NULL, NULL, 0, 0),
(43, 'Musaib', '', '+919182523866', 'mohammed.akheel80@gmail.com', NULL, 0, NULL, '$2y$10$U9ejeRtQj9AH.26LaDiDEe1ZmQ319gozwtEzomArjt322E6bUkpIK', NULL, '2025-05-01 10:34:17', '2025-05-01 10:34:22', NULL, 'dC_EOsv5RJKSMkO0R7xGWw:APA91bGwmY74aNbj3qSeETg8azMa6qfBtjn_DL1f2i_cyHPsNMjFbuYzO2jZbDKtAe0X_szSnnBtWq9grmOJd2KmmVGwuI1LwMb94NYQ18TsPNT_YAgrUi8', 1, 0, NULL, NULL, 0, 0.000, 0.000, '4TRWF3QESS', 'en', NULL, NULL, NULL, 0, 0),
(44, 'Fouzia', 'Unnisa', '+918328186138', 'fouziau217@gmail.com', NULL, 0, NULL, '$2y$10$X10T5vPNTstQyprw2W/3W.4dFMlCMFn4FbE4ofGzS2kfe6Qlcm6TS', NULL, '2025-05-01 11:01:33', '2025-05-01 11:01:39', NULL, 'cBw7N0VlTw6cs5Afoii7Df:APA91bF4ZQBHsYFHmqUvQoZKtOoc6oCL5uf5k7SLtaeMPYN9DPmXt4OBhRsdDbmJWf6WBLPZ_3PdzfW7fKRyYJkguovz0OI5N-Zx3nhHBrZdz3CD_2_NoeI', 1, 0, NULL, NULL, 0, 0.000, 0.000, '9EBHSFSED0', 'en', NULL, NULL, NULL, 0, 0),
(45, 'Sohail', '', '+918686857771', 'mohammedabdulgaffar06@gmail.com', NULL, 0, NULL, '$2y$10$1NX4rrn8a6ZPfkIB5U9P7eQXCcB88m/I.rh8K25DMcI/2/TjKdHHW', NULL, '2025-05-01 11:03:00', '2025-05-01 11:03:03', NULL, 'd-kT1ItxQpGIFNxwXjk-jw:APA91bHXC7_VdiVnsSuwmv2E8jK1kWAU5pEx1jQwex3SBCuvTSJQ4HGB6Q4NZhuGU30clOopSCfvc7hMEj1WGN9bAfSI4PrMIgsJ19JT8uyOjBj1jH-bgbM', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'RPFIYAHCI3', 'en', NULL, NULL, NULL, 0, 0),
(46, 'Quader', '', '+919700283635', 'mohdabdulquader53@gmail.com', NULL, 0, NULL, '$2y$10$iWgECxZmGgl08ukO4fTuVuO1i7VAcaBZgIE3fjQIH4tlDq7epWCTe', NULL, '2025-05-01 11:05:59', '2025-05-01 11:06:03', NULL, 'c81mnam_RS2u_l4tYpWXLA:APA91bFtOp8f_b6sMFEELId9A4wr52r8GBLrzCLo9pncFZq1PREWyQL_XdgdYL-ewjanbZZMEEhkHV1gk4u5xUBFKcVayaX0arcg4g4HvdPikKKAzXOLkOg', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'YOAC78DQFK', 'en', NULL, NULL, NULL, 0, 0),
(47, 'JALEEL', '', '+919849455186', 'mohdabduljaleel98@gmail.com', NULL, 0, NULL, '$2y$10$Wkb4Fn8Fdg/9EE.EyKjmX.4bRMpcwAHOLp0VGNrVN2hAS/I/8F61i', NULL, '2025-05-01 11:11:09', '2025-05-01 11:11:14', NULL, 'fEyXiNEnT8WQZfFtrma4g2:APA91bH96o8j1_nidizVT_goRNU5UnBHuxABHVrBvJFOZGXUaXcvSvGK2me5NbcowtgOi26xPxGTiUMpEDmDdmnS10gCz--_RLSi0Fd86bbprUvQ4iazJDo', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'LNCODJ639C', 'en', NULL, NULL, NULL, 0, 0),
(48, 'Juveriya', '', '+916309144209', 'juveriyaparvez12@gmail.com', NULL, 0, NULL, '$2y$10$2KhGZWIeNgTq3IQdYcBvc.AOIMSTroAYL9v1V/Ux3JxymfdUfDXzu', NULL, '2025-05-01 11:14:40', '2025-05-04 16:05:24', '[10,6]', 'eqntywliRvC0rfnot4Br-5:APA91bHo1SY1Se2ZJtGRfVPnbEYCvSd7Qj5TfDkGT75Ar8GxZc9X_OS5xtKnso8toUaHXaJV9bToJkjRwLHF5Pe8rF9znHuH1C7kEHG7AKkVX44-gckM5IQ', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'HUBLZCFPYB', 'en', NULL, NULL, '[\"5\",\"2\"]', 0, 0),
(49, 'Rahmathsomali', '', '+919642430687', 'rahmathsomali@gmail.com', NULL, 0, NULL, '$2y$10$mutj3yaKARCWCSQKabcl.uv4UyVBrjSGzcO65PD49VdG/ApzzJSFK', NULL, '2025-05-01 11:23:23', '2025-05-01 11:23:27', NULL, 'ePX3S7RSSKq0Y141FMpQhB:APA91bECaNtz4UYvC4jrc00APAkw6z747RGRKHdIT0NMrMcP-ahXPYKfr5gG04akb1O1TbnLe4ZzMZvSOjhz8JLLQc-11IFTEVBjbVj-qlCEE4HB6_EI9qY', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'PUKFT3ZAGR', 'en', NULL, NULL, NULL, 0, 0),
(50, 'Mariya', '', '+919347744165', 'mariyamaqsood77@gmail.com', NULL, 0, NULL, '$2y$10$OVy7ZuZQpb9og2uLsVjV2uwW/TdfcUMD4ikYMCWQWcYB77jaOsYKG', NULL, '2025-05-01 11:58:27', '2025-05-01 12:00:38', '[22]', 'cwOFWTMDT_GUvagNDyQ98e:APA91bFHaGadHQmyKvQbZrlI5oWm2WKVN19j5uom-2CVgO4oIJOWIUYVzBcHa7UcvaEN86eip7yjdsZv535ePQTJo3bU_GR9wcL9K7131KFfBPiTrLssTLk', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'B9I10WA0TV', 'en', NULL, NULL, '[\"2\"]', 0, 0),
(51, 'Talath', '', '+917993410108', 'talathhashamtalath@gmail.com', NULL, 0, NULL, '$2y$10$MtC/8.jiW0vrfHKkAehy5euPN1ue4.RetSLc6dv2VkHYdptK3ih2m', NULL, '2025-05-01 12:03:44', '2025-05-01 12:03:49', NULL, 'c6_WB5ZrQn2tMUfTN0ofIE:APA91bGDdz4ltxX4fyv9r3tE5TzzXMm15GUOj04a3pZY8VUnUgOatHPxngljNYOvTSy-5N9z5DIEoY75_x5s3Ncm-kK74hC29wcZRz8WvfPqYMH0JzP-9SY', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'MSIHI9WGQ7', 'en', NULL, NULL, NULL, 0, 0),
(52, 'Pavan', '', '+919063833471', 'pavan420sandeep@gmail.com', NULL, 0, NULL, '$2y$10$qdqdMssoolvAOyzi/9BzzuNLpj5alcyOLyOJIwYChjuzS9HfAzkxG', NULL, '2025-05-03 08:19:27', '2025-05-03 09:17:52', '[143]', 'cwD0tv82R12CG8oK9KcDqu:APA91bHTBZ8AIzZQNC7YlZc4a44x7j3mI_N9aO-vn8XlOcvekoviGOkjTVdzczvBNKoXX1zryRfn1ufB3amuGAxP8q-1kWybXhPfe18JRiDUJNGTKTCtpjc', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'FF7FECE7S3', 'en', NULL, NULL, '[\"1\"]', 0, 0),
(53, 'RAM', 'PAL VERMA', '+919005186263', 'rampal8277@gmail.com', NULL, 0, NULL, '$2y$10$uVdr1CFOR85Qp31mfmXgiOh.J2l.rGGjaxW.69yNuaUWiXbYds0cK', NULL, '2025-06-30 13:30:44', '2025-06-30 13:30:49', NULL, 'cTaWQAuNStWR2-DeJ-Tlr7:APA91bHaav5YYr0C1NSkoHzg2k9ZC7LiXB_L0n5Ykzt7yV41aNp8FFJKE5iqL_76zWz3UWbIQo9bFXThqcuTySaC6XTY6QkOW0blZwKwp3VdxGCQSI3DQPk', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'POPFTTLFGX', 'en', NULL, NULL, NULL, 0, 0),
(54, 'user1', '', '+919447843449', 'bandarupraveen2007@gmail.com', '2025-07-08-686d1bec5cf82.png', 0, NULL, '$2y$10$VqPdE0gG8ILsIR7ltw81muCRZYQ71TQ6YwNXr2YzdvxGDAg3wrXoq', NULL, '2025-07-08 12:55:25', '2025-07-08 13:23:56', NULL, 'eedHSPsILUJHo5vQGmDAo6:APA91bHkblqYYOfMP9V9bzEMYAbDHZwVG7b0tj9zkfmUL-NM8f1rrCuH7wIv-aZQLaeu6Vvta0_nXxqKmVuv7lDDo_Gqzvv5F-wyQD-dYKTh319xocAjTp0', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'O7LWJZN3A1', 'en', NULL, NULL, NULL, 0, 0),
(55, 'venky', '', '+916362319318', 'venkatshvenky906@gmail.com', NULL, 0, NULL, '$2y$10$lEuW6BqBqK5foPNFi.YwoeT0mTzTpd3Z7xUlllPXkP7Xf2QEXxdke', NULL, '2025-07-25 13:42:13', '2025-10-12 00:43:27', '[257,7,267,23,24,25,26]', 'fNgux3VFc0goiXdcKbk7Op:APA91bHMzBz027OFWUTpkYk0zj1-1upuHQgg4QnGwisy-FRBqLTH_3MnN3VNGc-bAbl9X3qvNk-nd6PE5q1kro9P_mmt-07WAZTkU3O7IBkyeN5rXdqboAw', 1, 0, NULL, NULL, 0, 0.000, 0.000, 'EMEM3XY1PJ', 'en', NULL, NULL, '[\"2\"]', 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, 'Yelluri', 'Vidyendra', '+919177446658', 'vidyendra.official@gmail.com', NULL, NULL, 2, NULL, NULL, '2024-12-16 20:11:35', '2024-12-16 20:11:35'),
(2, 'Mani', '', '+919182648101', 'Manikrishna@gmail.com', NULL, NULL, 3, NULL, NULL, '2024-12-16 20:32:34', '2024-12-16 20:32:34'),
(3, 'Praveen', '', '+917893916478', 'rasamallapraveen2000@gmail.com', NULL, NULL, 4, NULL, NULL, '2024-12-17 16:39:02', '2024-12-17 16:39:02'),
(4, 'Ravikanth', '', '+919247566725', 'raminiravikanth@gmail.com', NULL, NULL, 5, NULL, NULL, '2024-12-17 20:14:31', '2024-12-17 20:14:31'),
(5, 'dinesh', '', '+917989272149', 'webkooncloud@gmail.com', NULL, NULL, 1, NULL, NULL, '2024-12-22 15:59:43', '2024-12-22 15:59:43'),
(6, 'Teja', '', '+918686940126', 'kalasamudram1122@gmail.com', NULL, NULL, 7, NULL, NULL, '2024-12-23 20:51:25', '2024-12-23 20:51:25'),
(7, 'John', '', '+917337584649', 'jsisjk@gmail.com', NULL, NULL, 11, NULL, NULL, '2024-12-29 22:33:10', '2024-12-29 22:33:10'),
(11, 'N', 'Gangareddy', '+919347791341', 'maninaredla218@gmail.com', '2025-02-07-67a6035a0fa97.png', NULL, NULL, NULL, 19, '2025-02-08 17:05:43', '2025-02-08 17:05:43'),
(12, 'VENKATESH', '', '+919515761770', 'venky@gmail.com', NULL, NULL, 15, NULL, NULL, '2025-02-09 19:25:29', '2025-02-09 19:25:29'),
(13, 'Rajesh', 'S', '+919908795240', 'rajeshsutraye2010@gmail.com', NULL, NULL, 17, NULL, NULL, '2025-02-16 21:09:06', '2025-02-16 21:09:06'),
(14, 'Ramki', '', '+919345905765', 'ramki.pardhu@gmail.com', NULL, NULL, 25, NULL, NULL, '2025-02-20 12:55:24', '2025-02-20 12:55:24'),
(15, 'Ruba', 'Hasham', '+918341298721', 'hashamruba@gmail.com', NULL, NULL, 35, NULL, NULL, '2025-05-01 09:03:05', '2025-05-01 09:03:05'),
(16, 'Rahmathsomali', '', '+919642430687', 'rahmathsomali@gmail.com', NULL, NULL, 49, NULL, NULL, '2025-05-01 11:37:18', '2025-05-01 11:37:18'),
(17, 'Pavan', '', '+919063833471', 'pavan420sandeep@gmail.com', NULL, NULL, 52, NULL, NULL, '2025-05-03 08:28:55', '2025-05-03 08:28:55'),
(18, 'Fassos Visakhapatnam', '', '+919876543210', 'fassosgopalapatanam@gmail.com', '2024-12-09-67566f859e667.png', NULL, NULL, 4, NULL, '2025-05-03 08:28:55', '2025-05-03 08:28:55'),
(19, 'Dinesh', 'Saragadam', '+918186053422', 'webkoonalgo@gmail.com', '2025-01-31-679ceaef20842.png', NULL, NULL, NULL, 9, '2025-05-05 06:50:50', '2025-05-05 06:50:50');

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

--
-- 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\":\"dinesh , Your  order 100242 is successfully placed\",\"order_id\":100242,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2025-04-28 08:24:03', '2025-04-28 08:24:03'),
(2, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100242,\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 4, NULL, '2025-04-28 08:24:03', '2025-04-28 08:24:03'),
(3, '{\"title\":\"Order Notification\",\"description\":\"Your parcel order  100237  is ready for delivery\",\"order_id\":100237,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2025-05-03 06:44:33', '2025-05-03 06:44:33'),
(4, '{\"title\":\"Order Notification\",\"description\":\"parcel id  100237  delivered successfully\",\"order_id\":100237,\"image\":\"\",\"type\":\"order_status\"}', 1, 1, NULL, NULL, '2025-05-03 06:44:38', '2025-05-03 06:44:38'),
(5, '{\"title\":\"Order Notification\",\"description\":\"Pavan , Your  order 100243 is successfully placed\",\"order_id\":100243,\"image\":\"\",\"type\":\"order_status\"}', 1, 52, NULL, NULL, '2025-05-03 08:27:17', '2025-05-03 08:27:17'),
(6, '{\"title\":\"Order Notification\",\"description\":\"New order push description\",\"order_id\":100243,\"module_id\":2,\"order_type\":\"delivery\",\"image\":\"\",\"type\":\"new_order\"}', 1, NULL, 4, NULL, '2025-05-03 08:27:18', '2025-05-03 08:27:18'),
(7, '{\"title\":\"Product approved\",\"description\":\"Product Request Has Been Approved By Admin\",\"order_id\":\"\",\"image\":\"\",\"type\":\"product_approve\",\"order_status\":\"\"}', 1, NULL, 22, NULL, '2025-07-22 09:41:26', '2025-07-22 09:41:26'),
(8, '{\"title\":\"Product approved\",\"description\":\"Product Request Has Been Approved By Admin\",\"order_id\":\"\",\"image\":\"\",\"type\":\"product_approve\",\"order_status\":\"\"}', 1, NULL, 22, NULL, '2025-07-22 09:53:04', '2025-07-22 09:53:04'),
(9, '{\"title\":\"Suspended\",\"description\":\"Your account has been suspended\",\"order_id\":\"\",\"image\":\"\",\"type\":\"block\"}', 1, NULL, 23, NULL, '2025-07-25 13:15:40', '2025-07-25 13:15:40'),
(10, '{\"title\":\"Suspended\",\"description\":\"Your account has been suspended\",\"order_id\":\"\",\"image\":\"\",\"type\":\"block\"}', 1, NULL, 4, NULL, '2025-07-25 13:16:40', '2025-07-25 13:16:40'),
(11, '{\"title\":\"Account Activation\",\"description\":\"Your account has been activated\",\"order_id\":\"\",\"image\":\"\",\"type\":\"unblock\"}', 1, NULL, 23, NULL, '2025-07-25 13:33:05', '2025-07-25 13:33:05');

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

--
-- 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,
  `bank_name` varchar(255) 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
) 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`, `bank_name`, `branch`, `holder_name`, `account_no`, `image`, `status`, `firebase_token`, `auth_token`) VALUES
(2, 'dinesh', 'saragadam', '+917989272149', 'webkooncloud@gmail.com', NULL, '$2y$10$5Qr3cYmRCgSHzSJcDX02M.L51uxMvbULMc/LdPGVBWs5Zeap0hH8K', NULL, '2024-12-08 08:49:23', '2024-12-08 08:49:23', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL),
(3, 'KFC', 'Dwaraka Nagar', '+911234567890', 'kfcindia@gmail.com', NULL, '$2y$10$X8s0.jLYSmIMlTKZRYZB0.sUxJhvyR4DVDV84j2TqsoLa2sIseose', NULL, '2024-12-08 20:54:44', '2024-12-08 20:54:44', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL),
(4, 'Fassos', 'Gopalapatnam', '+919876543210', 'fassosgopalapatanam@gmail.com', NULL, '$2y$10$eJxhMfJc.e3VKTQILDWa/OkHrnq23jX8rCGGwQCaYjru4bpX4VsBy', NULL, '2024-12-08 20:57:06', '2025-01-03 15:56:46', NULL, NULL, NULL, NULL, NULL, 1, 'cRYyw0XwRqOWVNyjDYB12f:APA91bHqCL1EY-rdwQC0DIGwDykCndHCflawtcNWSMjQHX8gVlU8acz89NH_iM91ZxITMdkY5C-o6kKHNn42hiVKQSdYxTedomrn6Cyupx2Trq1Y0HhsFzA', '0pHwRTKaqlidrnBfNgzHOu7EnfhPwFqncJnexInnJM9eTrWKjYgfKL9qInppHC0EkeqoY4rft9IQeKv4cJ6VEPR0OFgpnJfj04tP7mSxuLigIyVuFUZP3M0D'),
(5, 'More', 'Pendurthi', '+91123456789', 'morependurthi@gmail.com', NULL, '$2y$10$tszkNsFz.H6yePooc8RZNOrTdwgd9e8gz3qKL1BJ2H2GVogN3qRs6', NULL, '2024-12-08 21:00:48', '2024-12-08 21:00:48', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL),
(6, 'Vijetha', 'Prasad', '+91123456788', 'vijetha@gmail.com', NULL, '$2y$10$QIS7kR6ZY6npprleBlNCl.tLFDpJhA0xpkSdtDWDl5cGNn.DXlBYq', NULL, '2024-12-08 21:03:19', '2024-12-08 21:03:19', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL),
(7, 'Bajaj', 'Electronics', '+911234567788', 'bajajelectronics@gmail.com', NULL, '$2y$10$9EVkONxuPXJCSxhLMSrT7.yE03S9L/KcNobk7Fqa8m0DIh/PTXu7G', NULL, '2024-12-08 21:06:49', '2024-12-28 15:26:09', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL),
(8, 'Licious', 'Vizag', '+911234567899', 'liciousvizag@gmail.com', NULL, '$2y$10$3Xvxk5uWmG7W3q9WPqhcr.kFDBe7vUgExOwEDqdz0voxRzd1mQAB2', NULL, '2024-12-11 20:25:49', '2024-12-11 20:25:49', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL),
(9, 'Yaswanth', 'Kalla', '9515551309', 'yaswanthkalla143@gmail.com', NULL, '$2y$10$TPXCa1p1Nri50CfPTvjIoOCPR0zDo.uj8YtlGkvxcSNaKRMnYoQRG', NULL, '2024-12-21 16:28:14', '2024-12-21 16:28:14', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL),
(10, 'prakash', 'Kalla', '+919515182217', 'prakashkalla2001@gmail.com', NULL, '$2y$10$dqTpJjySppRueVRyELhL8uSMTRkqLO8q6y.d6rreA.DQ.pxeDBH1e', NULL, '2024-12-21 16:34:19', '2024-12-21 16:34:19', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL),
(11, 'yash', 'Kalla', '+918297476582', 'yaswanthkalla47@gmail.com', NULL, '$2y$10$EXhgiOTgf9.mcln08pG2zeH9D4a6h4p3/Dn2kbyXARHMYOhABt9G2', NULL, '2024-12-21 16:45:09', '2024-12-21 16:45:09', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL),
(12, 'yaswanth', 'kalla', '+917702422798', 'yaswanthkalla@gmail.com', NULL, '$2y$10$lLp5f/YjHLt5xuMTYnoD3.SUJzCP0RyumCTsbbXB0.4lSs26i4jV6', NULL, '2024-12-22 17:10:12', '2024-12-22 17:10:12', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL),
(13, 'Subbu', 'beeshetti', '+918019829068', 'subbu2024@gmail.com', NULL, '$2y$10$tASha8N/C3U/j/AmzZ1WruyNYYgONWTxSRHpLHpuqTxjMWy.gNMSy', NULL, '2024-12-22 17:35:02', '2024-12-22 17:35:02', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL),
(14, 'yaswanth', 'kalla', '+919999999999', 'yaswanthkalla1@gmail.com', NULL, '$2y$10$lFrAbHNwstkFD/5SFg44ceFSTG.lZkppw0GcdmzaulGHjrMEF9hRC', NULL, '2024-12-26 16:44:37', '2024-12-26 16:44:37', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL),
(15, 'prakash', 'kalla', '+918888888888', 'yaswanthkalla2@gmail.com', NULL, '$2y$10$TyCbeFFtoeaFrohh.FYE.O6GeSR9TcM9e.PMnfQ5HlXOakai./U.C', NULL, '2024-12-26 16:48:27', '2024-12-26 16:48:27', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL),
(16, 'Reliance', 'Digital', '+919999999998', 'reliancedigital@gmail.com', NULL, '$2y$10$kZBPNnR96gBo50KdaJmHk.c6Y4niBtbTFLxJtpEccR1VP5m8w5ihe', NULL, '2024-12-28 15:35:46', '2024-12-28 15:35:46', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL),
(17, 'Mani', 'Mani', '+919182648101', 'maninaredla218@gmail.com', NULL, '$2y$10$VA6ZCU0c94OAHPFTJ7dQVutN/nVMMjW6SkwMs29Uxslu6qqA.BdZ6', NULL, '2025-01-27 16:45:43', '2025-01-31 09:11:34', NULL, NULL, NULL, NULL, NULL, 1, 'ca8Fkp7mSDuYoj59ismunY:APA91bE2mFNeKpV5J5nDJKs6VkqaK8Aa1sQ04eIw2t7f8-ItQBIlPE0HreUxBKVsnneFFT2i4hP-zqVEL4Rt0u2QALA7gseTbzFXaHY3J83ngNV3o1mwypQ', 'QgU3y5peRTvHUvuFnf9KSthonIGzxhOSZJFiggHN9EvVg781VsgKRddcyyYMnXJK9YIVdCytGgjofrFRrgNLgehcIaW1ilY4r7VddqVSPZ11MHiHfuA4MnI8'),
(20, 'siva', 'sai', '+918106010515', 'homekartpersonal@gmail.com', NULL, '$2y$10$nTyWMuKn.NIkXvUbn6B46ekYrhWPp1ivowb9FiUf3QuB9WNy8HQp.', NULL, '2025-05-20 10:22:27', '2025-05-20 10:22:27', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL),
(21, 'dinesh', 'saragadam', '+916958473210', 'saistore@homakart.tech', NULL, '$2y$10$EizZoN05ttDOcZghiAz8SepRP9CLkxDwkI9EQXMTUfHWjiFKuUPHq', NULL, '2025-05-23 12:21:50', '2025-05-23 12:21:50', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL),
(23, 'sai', 'Kumar', '+918686940126', 'wowpersonal4321@gmail.com', NULL, '$2y$10$VXFoaYWahUvpA1JQ6MUakuOXIA6JcVis4Us1mv2MNsfG8LGMTZZhm', NULL, '2025-07-25 10:06:12', '2025-08-08 08:51:24', NULL, NULL, NULL, NULL, NULL, 1, '@', 'FtmA2jZB6sryC3evB4dR14Sii5s4aHA68oRy7WjDg51YdRaI4Hgn5Mwhafj2Mi2mLNAn2i2Uz91US7Ca0vByJPjLT9FLd8O10gw15kjT5uTXYyZW9gXcI8Ql'),
(24, 'Vira', 'Prasad Reddy', '+919000671954', 'bvvprasadreddy199@gmail.com', NULL, '$2y$10$68qMPbmligy0ej.kagxnmeeuEnQiuamXnZNjV/Tf0XmUDEBVkeMYi', NULL, '2025-07-25 11:50:09', '2025-07-25 11:58:35', NULL, NULL, NULL, NULL, NULL, 1, 'dkjGjQOfR4-E8BcAWe71fE:APA91bH2P5pqF1qaRqWybWfQlXoIOl7y29M6vdltQ-dWLUoZoSEPnBZLPIG8k8KZy25zIiTNHZUM7xsEd4lG7x5sZ2_TBd0RjAt5_j0IwLjHT6_BX7HuigQ', '1cjzbC7UnBnsDDGc3cgswfN6xrpgWH8z7HvsOvdWjKJBnxAuD1VJjSDlG6ljF7AsnOtGfHJNom630NBmlz9uJXFtkzHocaSKtASlZEVCj2stQ6lVec7vdFQZ'),
(25, 'Prascah', 'Grillland Garden Restuarant', '+919959052562', 'prudhvirajkodavandla@gmail.com', NULL, '$2y$10$a8CIhpRu6TI2rsmQjXHPkul0NqqHCPeHBcdZpfTlh5ESMuhBOxBV2', NULL, '2025-07-25 12:18:56', '2025-08-07 08:20:41', NULL, NULL, NULL, NULL, NULL, 1, '@', 'Bk04BqL2L18k6syDMprPdlysl2uLxXK8QmpLOj8zqOhtNyqJ6wuLfOgVLcBdvZCtTprQGn7vGmkd6KqmT7JNhTgi4o5roVzRySxMVylvK5pjDF5MV7hiIm4L'),
(26, 'Diwakar', 'Naik', '+919392022104', 'diwakarpjn5555@gmail.com', NULL, '$2y$10$pWJ/Ch9QCr7WSINfUIb9I.CoVD6t9g.kIElJxBmHQwuQ8zf4iaSZi', NULL, '2025-07-25 12:49:46', '2025-07-25 12:51:10', NULL, NULL, NULL, NULL, NULL, 1, 'eXYt8UkdQju0tLvXvkpX0e:APA91bGgKQWS2LA6htteaLXv1bFwDLh5xRwz6xH_tqtJARifhhRjKHT6Ec8aOuuIluxUWIRtA1RmerIMjHbbNi1ecB1fgrhbiNNphcWRA-DCCabcPeWsh8M', '4CTeGeSfkWNy9xvZBZ9kfCkwuhpM7lFZeLzaNbwDZdH3sdXilDf3aXxKZvS2vbICxV9EzOqXxph6i7ZLTnWDKGvVxx7va4z3AhEVylejlk38ms2IYxgMabNP'),
(27, 'Mohammed', 'Farooq', '+918466867956', 'mohammedfarooq19y@gmail.com', NULL, '$2y$10$XFvt4sJxlrODOBqLtcpCauZ944mcOu5lysjmLcbyFaYhpivpARjmS', NULL, '2025-07-25 13:12:34', '2025-07-25 13:13:15', NULL, NULL, NULL, NULL, NULL, 1, 'eMdBprMTSumQfYjtlkx-bb:APA91bHFC33MZbNPhDwVJaoCZjiwH_DGyZkkRqeMhxPK7uYxc4Gr3WbjQgjghdCmAhMe-DpgX6EMaUJcfkCtlM3JE-lK1d5LMDhyS6rEx0-whITq21dq6jM', 'IG6Ep3hgGataBCRVDK7gvsyNJRKlPMDmn4om7998U0JA7GV00c6IkSbppqhdCHk0qlP56fBnJYgzTFZGdO8c6CeNZ9W0CqKWfyeOMCrQwEIq2Q6Dg88tVeS3'),
(28, 'Anand', 'Vennapusa', '+919491620439', 'anandvennapusa@gmail.com', NULL, '$2y$10$NkMahdEi2GlkY50vyEFDaeXlHepWRozl.7AcdhG1g9btcrxG.mhwW', NULL, '2025-08-08 08:55:12', '2025-08-15 09:03:47', NULL, NULL, NULL, NULL, NULL, 1, '@', '4FKv0pmG3R35EEKGOvhmpm6babuas7G3mkSjghYkykiZgH8qMf4XVeWST4nuhDQMPBZL8ghZA4CjmlbI4JUUSAMIVbCCmtOWJh7wSzPt1ttDYReSDOsmD9hJ'),
(29, 'Biryani', 'Bites', '+919391382704', 'Biryanibites6@gmail.com', NULL, '$2y$10$3Nl1sriZ46YeRJ54oRa9z.4NQ1y8GDQqWQYsV9Ej/fhc8FanDKTjm', NULL, '2025-08-15 09:06:00', '2025-09-04 06:16:04', NULL, NULL, NULL, NULL, NULL, 1, '@', 'fGdFzeeHe9qHl4u3Cj1zfKxzKQ5ggnBoDNC6wKUYYMWfaZUo26HFqMgOs8zmAx7muerH8tkocJfvCdjBOkRj2svLuUcH3j0XEdqclPQEwCqnfqvRTIaEyG5l'),
(30, '5am Biryani', '5 Am Biryani', '+919398404508', 'pattipaatibhargavi8@gmail.com', NULL, '$2y$10$QkgeRvGzf5dh08fNg8ef8.4DkE453AcobUrIUrHvUD3H88oi4bbNC', NULL, '2025-09-04 06:20:35', '2025-09-04 06:26:31', NULL, NULL, NULL, NULL, NULL, 1, '@', 'wxZgXhZLLXkJansZ0IZJX8A4vxDVHVLrViMzmM46teU5PiuHfsCcI87kPvp48KfABM51finbRNTwNZtp3qd3ji4RjYcJRZdBoToWdMGEtyUomsD5ZlfMM3bW'),
(31, 'Teja Hotel', 'Teja Hotel', '+917989732963', 'raju65378@gmail.com', NULL, '$2y$10$X7qs6O0Thqj50jNlXhdDweLDbovEoD46z0dwg8X0Bzc1c4sNbDGVW', NULL, '2025-09-04 06:28:30', '2025-09-04 06:29:08', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL),
(32, 'Praveen Military Hotel', 'Praveen Military Hotel', '+919989740606', 'praveenreddy5454@gmail.com', NULL, '$2y$10$qBttaMGKW40jYiDlT8.1feI8ISrT/h2aM9VSthKOR.HhhhileDsDq', NULL, '2025-09-04 06:30:59', '2025-09-04 06:31:47', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL),
(33, 'Mookambika Tiffin Centre', 'Mookambika Tiffin Centre', '+917416386117', 'shivarajmsk@gmail.com', NULL, '$2y$10$bgk7NjBTHD1m7Ha/p.nlm.DYCqMnNjfVaM2qKt7SOs8YMmJHOJT1O', NULL, '2025-09-04 06:33:36', '2025-09-04 06:34:12', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL),
(34, 'Mahadev Hotel', 'Mahadev Hotel', '+919704543239', 'mahadevhotel28@gmail.com', NULL, '$2y$10$9zrrDfH4MAWmS88hsl7XKOu/3cuur1FD93iiixYjn2MaJcWv25/pm', NULL, '2025-09-05 10:21:04', '2025-09-05 10:33:10', NULL, NULL, NULL, NULL, NULL, 1, 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
) 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
(5, 3, 27, '2024-12-19 17:01:21', '2024-12-19 17:01:21', NULL),
(8, 7, 38, '2024-12-23 20:47:33', '2024-12-23 20:47:33', NULL),
(23, 3, 65, '2025-01-12 11:29:34', '2025-01-12 11:29:34', NULL);

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

--
-- 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, 'sbi', '[{\"input_type\":\"string\",\"input_name\":\"upi_id\",\"placeholder\":\"upi id\",\"is_required\":1}]', 1, 1, '2025-07-22 09:22:43', '2025-07-22 09:22:43');

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

--
-- 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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

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

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

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

INSERT INTO `zones` (`id`, `name`, `coordinates`, `status`, `created_at`, `updated_at`, `store_wise_topic`, `customer_wise_topic`, `deliveryman_wise_topic`, `cash_on_delivery`, `digital_payment`, `increased_delivery_fee`, `increased_delivery_fee_status`, `increase_delivery_charge_message`, `offline_payment`, `display_name`) VALUES
(2, 'All india', 0x0000000001030000000100000006000000b90497d24a955040af16b56082983640b90497d20a795240c8cbff90d0704240b90497d20aef544031297be0275f4140b90497d20afa5840968ace93311e3a40b90497d24a9253404154728a8838c6bfb90497d24a955040af16b56082983640, 0, '2024-12-02 05:45:56', '2025-07-25 13:26:53', 'zone_2_store', 'zone_2_customer', 'zone_2_delivery_man', 0, 0, 10.00, 1, 'test', 0, 'All india'),
(9, 'Ananatapur', 0x0000000001030000000100000007000000534962ccbe6653406c7f8ea6d2752d403649626c3a69534021df4bc86d402d404849626c0d6953407ea8fc5299402d404c49622ccd6153408c9c374ff0592d403b49622cfa61534044c15fd71b5a2d404c49622ccd61534044c15fd71b5a2d40534962ccbe6653406c7f8ea6d2752d40, 1, '2025-07-10 04:47:21', '2025-07-25 13:27:11', 'zone_9_store', 'zone_9_customer', 'zone_9_delivery_man', 1, 1, 0.00, 0, NULL, 1, 'Anantapur');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `account_transactions`
--
ALTER TABLE `account_transactions`
  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 `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`);

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

--
-- 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_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_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_categories_attr`
--
ALTER TABLE `parcel_categories_attr`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `parcel_category_slots`
--
ALTER TABLE `parcel_category_slots`
  ADD PRIMARY KEY (`id`),
  ADD KEY `parcel_category_slots_parcel_category_id_foreign` (`parcel_category_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 `payment_requests`
--
ALTER TABLE `payment_requests`
  ADD PRIMARY KEY (`id`);

--
-- 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 `provide_franchise_earnings`
--
ALTER TABLE `provide_franchise_earnings`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `react_testimonials`
--
ALTER TABLE `react_testimonials`
  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`);

--
-- 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 `tags`
--
ALTER TABLE `tags`
  ADD PRIMARY KEY (`id`);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

--
-- AUTO_INCREMENT for table `parcel_categories_attr`
--
ALTER TABLE `parcel_categories_attr`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

--
-- 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 `parcel_category_slots`
--
ALTER TABLE `parcel_category_slots`
  ADD CONSTRAINT `parcel_category_slots_parcel_category_id_foreign` FOREIGN KEY (`parcel_category_id`) REFERENCES `parcel_categories` (`id`) ON DELETE CASCADE;

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