-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: May 04, 2025 at 09:01 AM
-- Server version: 10.4.32-MariaDB
-- PHP Version: 8.2.12

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

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

--
-- Table structure for table `about_us`
--

CREATE TABLE `about_us` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `short_title` varchar(255) DEFAULT NULL,
  `long_title` varchar(255) DEFAULT NULL,
  `experience_text_1` text DEFAULT NULL,
  `experience_text_2` text DEFAULT NULL,
  `description_1` text DEFAULT NULL,
  `description_2` text DEFAULT NULL,
  `author_image` varchar(255) DEFAULT NULL,
  `background_image` varchar(255) DEFAULT NULL,
  `author_name` varchar(255) DEFAULT NULL,
  `author_designation` varchar(255) DEFAULT NULL,
  `item1_icon` varchar(255) DEFAULT NULL,
  `item1_title` varchar(255) DEFAULT NULL,
  `item1_title2` varchar(255) DEFAULT NULL,
  `item2_title2` varchar(255) DEFAULT NULL,
  `item1_description` varchar(255) DEFAULT NULL,
  `item2_icon` varchar(255) DEFAULT NULL,
  `item2_title` varchar(255) DEFAULT NULL,
  `item2_description` varchar(255) DEFAULT NULL,
  `home2_image1` varchar(255) DEFAULT NULL,
  `home2_image2` varchar(255) DEFAULT NULL,
  `home2_percentage` varchar(255) DEFAULT NULL,
  `home2_percentage_text` text DEFAULT NULL,
  `home2_short_title` varchar(255) DEFAULT NULL,
  `home2_long_title` varchar(255) DEFAULT NULL,
  `home2_description1` text DEFAULT NULL,
  `home2_description2` text DEFAULT NULL,
  `home2_item1` text DEFAULT NULL,
  `home2_item2` 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 `about_us`
--

INSERT INTO `about_us` (`id`, `short_title`, `long_title`, `experience_text_1`, `experience_text_2`, `description_1`, `description_2`, `author_image`, `background_image`, `author_name`, `author_designation`, `item1_icon`, `item1_title`, `item1_title2`, `item2_title2`, `item1_description`, `item2_icon`, `item2_title`, `item2_description`, `home2_image1`, `home2_image2`, `home2_percentage`, `home2_percentage_text`, `home2_short_title`, `home2_long_title`, `home2_description1`, `home2_description2`, `home2_item1`, `home2_item2`, `created_at`, `updated_at`) VALUES
(1, 'About Homeco', 'Have done some Coo Stuff with common users', '12 Years', 'Experience', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable.', 'Over 20 years’ experience providing top quality house Booking in to the rant and sell for your Amazing Dream & Make you Happy', 'uploads/website-images/author-image-2023-03-21-12-23-57-9880.webp', 'uploads/website-images/about-us-bg-2023-03-21-12-23-02-8837.webp', 'Wade De Warren', 'Homeco Founder', 'uploads/website-images/about-us-item-one-2023-04-09-03-16-16-8890.svg', '90', 'k+ Agents', '+ Renters', 'believe in our service & Care', 'uploads/website-images/about-us-item-two-2023-04-09-03-17-48-3669.svg', '120', 'house ready for cccupancy', 'uploads/website-images/home2-about-us1-2023-03-30-10-04-07-7272.webp', 'uploads/website-images/home2-aboutus-2-2023-03-30-10-04-33-6237.webp', '70%', 'Over 70% of Avenue clients said they earned extra and commission in last year', 'About Homeco', 'Have done some Coo Stuff with common users', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable.', 'Over 20 years’ experience providing top quality house Booking in to the rant and sell for your Amazing Dream & Make you Happy', 'Suspe ndisse suscipit sagittis leo.', 'Entum estibulum dignissim as posuere.', '2022-01-30 12:30:23', '2024-12-01 19:26:18');

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

--
-- Table structure for table `additional_information`
--

CREATE TABLE `additional_information` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `property_id` int(11) NOT NULL,
  `add_key` varchar(255) NOT NULL,
  `add_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 `additional_information`
--

INSERT INTO `additional_information` (`id`, `property_id`, `add_key`, `add_value`, `created_at`, `updated_at`) VALUES
(1, 1, 'Building Age', '2Years', '2023-05-07 09:09:33', '2023-05-07 09:09:33'),
(2, 1, 'Cooling', 'Yes', '2023-05-07 09:09:33', '2023-05-07 09:09:33'),
(3, 1, 'Gass', 'No', '2023-05-07 09:09:33', '2023-05-07 09:09:33'),
(4, 1, 'Parking', 'Yes', '2023-05-07 09:09:33', '2023-05-07 09:09:33'),
(5, 1, 'Sewer', 'No', '2023-05-07 09:09:33', '2023-05-07 09:09:33'),
(6, 1, 'Exercise Room', 'Yes', '2023-05-07 09:09:33', '2023-05-07 09:09:33'),
(14, 2, 'Building Age', 'Yes', '2023-05-07 09:17:30', '2023-05-07 09:17:30'),
(15, 2, 'Cooling', 'Yes', '2023-05-07 09:17:30', '2023-05-07 09:17:30'),
(16, 2, 'Gass', 'No', '2023-05-07 09:17:30', '2023-05-07 09:17:30'),
(17, 2, 'Exercise Room', 'No', '2023-05-07 09:17:30', '2023-05-07 09:17:30'),
(18, 2, 'Water', 'Yes', '2023-05-07 09:17:30', '2023-05-07 09:17:30'),
(19, 2, 'Parking', 'Yes', '2023-05-07 09:17:30', '2023-05-07 09:17:30'),
(20, 3, 'Parking', 'No', '2023-05-07 09:30:12', '2023-05-07 09:30:12'),
(21, 3, 'Sewer', 'Yes e', '2023-05-07 09:30:12', '2024-12-01 18:18:28'),
(22, 3, 'Exercise Room', 'Yes e', '2023-05-07 09:30:12', '2024-12-01 18:18:28'),
(24, 3, 'Heating', 'No e', '2023-05-07 09:30:12', '2024-12-01 18:18:28'),
(25, 3, 'Water', 'No e', '2023-05-07 09:30:12', '2024-12-01 18:18:28'),
(26, 3, 'Parking', 'No e', '2023-05-07 09:30:12', '2024-12-01 18:18:28'),
(32, 4, 'Building Age', '1Year', '2023-05-07 09:49:05', '2023-05-07 09:49:05'),
(33, 4, 'Parking', 'available', '2023-05-07 09:49:05', '2023-05-07 09:49:05'),
(34, 4, 'Heating', 'available', '2023-05-07 09:49:05', '2023-05-07 09:49:05'),
(35, 4, 'Water', 'available', '2023-05-07 09:49:05', '2023-05-07 09:49:05'),
(36, 4, 'Storage', 'not available', '2023-05-07 09:49:05', '2023-05-07 09:49:05'),
(37, 4, 'Gass', 'available', '2023-05-07 09:49:05', '2023-05-07 09:49:05'),
(38, 4, 'Building Age', '1Year', '2023-05-07 09:49:05', '2023-05-07 09:49:05'),
(39, 4, 'Parking', 'available', '2023-05-07 09:49:05', '2023-05-07 09:49:05'),
(40, 4, 'Heating', 'available', '2023-05-07 09:49:05', '2023-05-07 09:49:05'),
(41, 4, 'Water', 'available', '2023-05-07 09:49:05', '2023-05-07 09:49:05'),
(42, 4, 'Storage', 'not available', '2023-05-07 09:49:05', '2023-05-07 09:49:05'),
(43, 4, 'Gass', 'available', '2023-05-07 09:49:05', '2023-05-07 09:49:05'),
(50, 5, 'Building Age', '2Months', '2023-05-07 10:18:56', '2023-05-07 10:18:56'),
(51, 5, 'Cooling', 'Yes', '2023-05-07 10:18:56', '2023-05-07 10:18:56'),
(52, 5, 'Parking', 'No', '2023-05-07 10:18:56', '2023-05-07 10:18:56'),
(53, 5, 'Water', 'Yes', '2023-05-07 10:18:56', '2023-05-07 10:18:56'),
(54, 5, 'Exercise Room', 'No', '2023-05-07 10:18:56', '2023-05-07 10:18:56'),
(55, 5, 'Storage', 'Yes', '2023-05-07 10:18:56', '2023-05-07 10:18:56'),
(62, 6, 'Air Condition', 'Not available', '2023-05-07 10:39:45', '2023-05-07 10:39:45'),
(63, 6, 'Water', 'Available', '2023-05-07 10:39:45', '2023-05-07 10:39:45'),
(64, 6, 'Heating', 'Available', '2023-05-07 10:39:45', '2023-05-07 10:39:45'),
(65, 6, 'Building Age', '3Years', '2023-05-07 10:39:45', '2023-05-07 10:39:45'),
(66, 6, 'Exercise Room', 'Available', '2023-05-07 10:39:45', '2023-05-07 10:39:45'),
(67, 6, 'Gass', 'Available', '2023-05-07 10:39:45', '2023-05-07 10:39:45'),
(68, 7, 'Building Age', 'Yes', '2023-05-07 10:55:47', '2023-05-07 10:55:47'),
(69, 7, 'Parking', 'No', '2023-05-07 10:55:47', '2023-05-07 10:55:47'),
(70, 7, 'Water', 'Yes', '2023-05-07 10:55:47', '2023-05-07 10:55:47'),
(71, 7, 'Heating', 'No', '2023-05-07 10:55:47', '2023-05-07 10:55:47'),
(72, 7, 'Cooling', 'Yes', '2023-05-07 10:55:47', '2023-05-07 10:55:47'),
(73, 7, 'Exercise Room', 'No', '2023-05-07 10:55:47', '2023-05-07 10:55:47'),
(74, 8, 'Building Age', '6Months', '2023-05-07 11:15:56', '2023-05-07 11:15:56'),
(75, 8, 'Parking', 'Yes', '2023-05-07 11:15:56', '2023-05-07 11:15:56'),
(76, 8, 'Heating', 'No', '2023-05-07 11:15:56', '2023-05-07 11:15:56'),
(77, 8, 'Water', 'Yes', '2023-05-07 11:15:56', '2023-05-07 11:15:56'),
(78, 8, 'Storage', 'No', '2023-05-07 11:15:56', '2023-05-07 11:15:56'),
(79, 8, 'Gass', 'Yes', '2023-05-07 11:15:56', '2023-05-07 11:15:56'),
(80, 9, 'Cooling', 'Yes', '2023-05-07 11:30:56', '2023-05-07 11:30:56'),
(81, 9, 'Sewer', 'Yes', '2023-05-07 11:30:56', '2023-05-07 11:30:56'),
(82, 9, 'Building Age', '8Months', '2023-05-07 11:30:56', '2023-05-07 11:30:56'),
(83, 9, 'Water', 'No', '2023-05-07 11:30:56', '2023-05-07 11:30:56'),
(84, 9, 'Storage', 'Yes', '2023-05-07 11:30:56', '2023-05-07 11:30:56'),
(85, 9, 'Parking', 'No', '2023-05-07 11:30:56', '2023-05-07 11:30:56'),
(86, 10, 'Cooling', 'Yes', '2023-05-07 11:51:11', '2023-05-07 11:51:11'),
(87, 10, 'Sewer', 'No', '2023-05-07 11:51:11', '2023-05-07 11:51:11'),
(88, 10, 'Water', 'No', '2023-05-07 11:51:11', '2023-05-07 11:51:11'),
(89, 10, 'Heating', 'Yes', '2023-05-07 11:51:11', '2023-05-07 11:51:11'),
(90, 10, 'Storage', 'Yes', '2023-05-07 11:51:11', '2023-05-07 11:51:11'),
(91, 10, 'Gass', 'Yes', '2023-05-07 11:51:11', '2023-05-07 11:51:11'),
(92, 11, 'Heating', 'No', '2023-05-08 03:28:55', '2023-05-08 03:28:55'),
(93, 11, 'Parking', 'Yes', '2023-05-08 03:28:55', '2023-05-08 03:28:55'),
(94, 11, 'Cooling', 'Yes', '2023-05-08 03:28:55', '2023-05-08 03:28:55'),
(95, 11, 'Sewer', 'Yes', '2023-05-08 03:28:55', '2023-05-08 03:28:55'),
(96, 11, 'Storage', 'No', '2023-05-08 03:28:55', '2023-05-08 03:28:55'),
(97, 11, 'Gass', 'No', '2023-05-08 03:28:55', '2023-05-08 03:28:55'),
(98, 12, 'Air Condition', 'No', '2023-05-08 03:40:25', '2023-05-08 03:40:25'),
(99, 12, 'Balcony', 'Yes', '2023-05-08 03:40:25', '2023-05-08 03:40:25'),
(100, 12, 'Building Age', 'Yes', '2023-05-08 03:40:25', '2023-05-08 03:40:25'),
(101, 12, 'Sewer', 'No', '2023-05-08 03:40:25', '2023-05-08 03:40:25'),
(102, 12, 'Exercise Room', 'No', '2023-05-08 03:40:25', '2023-05-08 03:40:25'),
(103, 12, 'Gass', 'Yes', '2023-05-08 03:40:25', '2023-05-08 03:40:25'),
(104, 13, 'Storage', 'Yes', '2023-05-08 04:02:42', '2023-05-08 04:02:42'),
(105, 13, 'Airport', 'No', '2023-05-08 04:02:42', '2023-05-08 04:02:42'),
(106, 13, 'Park', 'Yes', '2023-05-08 04:02:42', '2023-05-08 04:02:42'),
(107, 13, 'Balcony', 'No', '2023-05-08 04:02:42', '2023-05-08 04:02:42'),
(108, 13, 'Cooling', 'Yes', '2023-05-08 04:02:42', '2023-05-08 04:02:42'),
(109, 13, 'Building Age', 'Yes', '2023-05-08 04:02:42', '2023-05-08 04:02:42'),
(110, 14, 'Balcony', 'Yes', '2023-05-08 04:14:54', '2023-05-08 04:14:54'),
(111, 14, 'Cable Tv', 'Yes', '2023-05-08 04:14:54', '2023-05-08 04:14:54'),
(112, 14, 'Building Age', '2Months', '2023-05-08 04:14:54', '2023-05-08 04:14:54'),
(113, 14, 'Heating', 'No', '2023-05-08 04:14:55', '2023-05-08 04:14:55'),
(114, 14, 'Storage', 'No', '2023-05-08 04:14:55', '2023-05-08 04:14:55'),
(115, 14, 'Cooling', 'No', '2023-05-08 04:14:55', '2023-05-08 04:14:55'),
(116, 15, 'Storage', 'Yes', '2023-05-08 04:24:00', '2023-05-08 04:24:00'),
(117, 15, 'Water', 'Yes', '2023-05-08 04:24:00', '2023-05-08 04:24:00'),
(118, 15, 'Heating', 'No', '2023-05-08 04:24:00', '2023-05-08 04:24:00'),
(119, 15, 'Air Condition', 'No', '2023-05-08 04:24:00', '2023-05-08 04:24:00'),
(120, 15, 'Cooling', 'No', '2023-05-08 04:24:00', '2023-05-08 04:24:00'),
(121, 15, 'Building Age', '2 Years', '2023-05-08 04:24:00', '2023-05-08 04:24:00'),
(122, 16, 'Building Age', '6Years', '2023-05-08 04:32:19', '2023-05-08 04:32:19'),
(123, 16, 'Water', 'Yes', '2023-05-08 04:32:19', '2023-05-08 04:32:19'),
(124, 16, 'Exercise Room', 'Yes', '2023-05-08 04:32:19', '2023-05-08 04:32:19'),
(125, 16, 'Storage', 'No', '2023-05-08 04:32:19', '2023-05-08 04:32:19'),
(126, 16, 'Balcony', 'Yes', '2023-05-08 04:32:19', '2023-05-08 04:32:19'),
(127, 16, 'Air Condition', 'Yes', '2023-05-08 04:32:19', '2023-05-08 04:32:19'),
(132, 18, 'Water e', 'Yes e', '2024-10-02 19:27:24', '2024-12-01 17:50:47'),
(134, 21, 'Building Age:', '6Years', '2024-10-16 23:02:57', '2024-10-16 23:02:57'),
(135, 21, 'Water:', 'Yes', '2024-10-16 23:02:57', '2024-10-16 23:02:57'),
(136, 21, 'Gas:', 'Yes', '2024-10-16 23:02:57', '2024-10-16 23:02:57'),
(137, 23, 'Water', 'Yes', '2024-10-16 23:36:50', '2024-10-16 23:36:50'),
(138, 23, 'Gas', 'Yes', '2024-10-16 23:36:50', '2024-10-16 23:36:50'),
(139, 23, 'Electricity', 'Yes', '2024-10-16 23:36:50', '2024-10-16 23:36:50'),
(140, 24, 'Water', 'Yes', '2024-10-16 23:40:30', '2024-10-16 23:40:30'),
(141, 24, 'Gas', 'Yes', '2024-10-16 23:40:30', '2024-10-16 23:40:30'),
(142, 25, 'Water', 'yes', '2024-10-16 23:54:09', '2024-10-16 23:54:09'),
(143, 25, 'Electricity', 'yes', '2024-10-16 23:54:09', '2024-10-16 23:54:09'),
(144, 26, 'Water', 'Yes', '2024-10-17 00:05:49', '2024-10-17 00:05:49'),
(145, 26, 'Gas', 'Yes', '2024-10-17 00:05:49', '2024-10-17 00:05:49'),
(146, 27, 'Water', 'Yes', '2024-10-17 00:10:44', '2024-10-17 00:10:44'),
(147, 27, 'Gas', 'Yes', '2024-10-17 00:10:44', '2024-10-17 00:10:44'),
(148, 28, 'Water', 'Yes', '2024-10-17 00:14:16', '2024-10-17 00:14:16'),
(149, 28, 'Gas', 'Yes', '2024-10-17 00:14:16', '2024-10-17 00:14:16'),
(150, 29, 'Water', 'Yes', '2024-10-17 00:29:39', '2024-10-17 00:29:39'),
(151, 29, 'Gas', 'Yes', '2024-10-17 00:29:39', '2024-10-17 00:29:39'),
(152, 18, 'Gas e', 'Yes e', '2024-10-17 00:32:28', '2024-12-01 17:50:47'),
(153, 18, 'new 1', 'value 1', '2024-12-01 17:50:47', '2024-12-01 17:50:47'),
(154, 18, 'new 2', 'value 2', '2024-12-01 17:50:47', '2024-12-01 17:50:47'),
(155, 18, 'new 3', 'value 3', '2024-12-01 17:50:47', '2024-12-01 17:50:47'),
(156, 3, 'New key', 'new value e', '2024-12-01 18:18:28', '2024-12-01 18:18:28');

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

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

CREATE TABLE `admins` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `admin_type` int(11) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `user_name` varchar(255) NOT NULL,
  `image` varchar(191) DEFAULT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(255) NOT NULL,
  `remember_token` varchar(100) DEFAULT NULL,
  `status` int(11) NOT NULL DEFAULT 1,
  `forget_password_token` varchar(191) DEFAULT NULL,
  `designation` varchar(255) DEFAULT NULL,
  `agent_phone` varchar(255) DEFAULT NULL,
  `agent_email` varchar(255) DEFAULT NULL,
  `agent_address` text DEFAULT NULL,
  `facebook` varchar(255) DEFAULT NULL,
  `twitter` varchar(255) DEFAULT NULL,
  `linkedin` varchar(255) DEFAULT NULL,
  `instagram` varchar(255) DEFAULT NULL,
  `about_me` varchar(255) DEFAULT NULL,
  `agent_name` varchar(255) DEFAULT NULL,
  `agent_image` 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 `admins`
--

INSERT INTO `admins` (`id`, `admin_type`, `name`, `email`, `user_name`, `image`, `email_verified_at`, `password`, `remember_token`, `status`, `forget_password_token`, `designation`, `agent_phone`, `agent_email`, `agent_address`, `facebook`, `twitter`, `linkedin`, `instagram`, `about_me`, `agent_name`, `agent_image`, `created_at`, `updated_at`) VALUES
(1, 1, 'John Doe', 'admin@gmail.com', 'john-doe-8745974', 'uploads/website-images/john-doe-2022-12-25-04-13-32-5577.jpg', NULL, '$2y$10$E9vUQogef2us1sas54MD6e3Z5yBoTSerndPBBtC7438PIy2M3dhoO', NULL, 1, NULL, 'Real Estate Broker', '123-987-4587', 'agent@gmail.com', '2972 Westheimer Rd. Santa Ana, Illinois 85486', 'https://www.facebook.com', 'https://www.twitter.com', 'https://www.linkedin.com', 'https://www.instagram.com', 'There are many variations of passages of Lorem Ipsum available, but the majority to have suffered alteration in some form, by injected humor. Ipsum available, but the a majority have suffered alteration in some form.', 'John Doe', 'uploads/website-images/john-doe-2023-04-02-12-13-26-4519.jpg', NULL, '2023-04-02 06:13:26');

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

--
-- Table structure for table `aminities`
--

CREATE TABLE `aminities` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `aminity` varchar(255) NOT NULL,
  `status` int(11) 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 `aminities`
--

INSERT INTO `aminities` (`id`, `aminity`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Elevator in building', 1, '2023-05-07 16:37:17', '2023-05-07 16:37:17'),
(2, 'Alcohol', 1, '2023-05-07 16:37:24', '2023-05-07 16:37:24'),
(3, 'Reservations', 1, '2023-05-07 16:37:28', '2023-05-07 16:37:28'),
(4, 'Air Condition', 1, '2023-05-07 16:37:33', '2023-05-07 16:37:33'),
(5, 'Accepts Credit Cards', 1, '2023-05-07 16:37:38', '2023-05-07 16:37:38'),
(6, 'Free coffe and tea', 1, '2023-05-07 16:37:46', '2023-05-07 16:37:46'),
(7, 'Balcony', 1, '2023-05-07 16:37:51', '2023-05-07 16:37:51'),
(8, 'Cable Tv', 1, '2023-05-07 16:37:58', '2023-05-07 16:37:58'),
(9, 'Free Wifi', 1, '2023-05-07 16:38:04', '2023-05-07 16:38:04'),
(10, 'Lunch', 1, '2023-05-07 16:38:09', '2023-05-07 16:38:09'),
(11, 'Breakfast', 1, '2023-05-07 16:38:26', '2023-05-07 16:38:26'),
(12, 'Swimming Pool', 1, '2023-05-07 16:38:31', '2023-05-07 16:38:31'),
(13, 'Body Message', 1, '2023-05-07 16:38:42', '2023-05-07 16:38:42'),
(14, 'Saloon', 1, '2023-05-07 16:38:47', '2023-05-07 16:38:47');

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

--
-- Table structure for table `bank_payments`
--

CREATE TABLE `bank_payments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `status` int(11) NOT NULL DEFAULT 0,
  `account_info` text DEFAULT NULL,
  `image` 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 `bank_payments`
--

INSERT INTO `bank_payments` (`id`, `status`, `account_info`, `image`, `created_at`, `updated_at`) VALUES
(1, 0, 'Bank Name: Your bank name\r\nAccount Number:  Your bank account number\r\nRouting Number: Your bank routing number\r\nBranch: Your bank branch name', 'uploads/website-images/bank-2023-04-12-10-41-16-4530.png', NULL, '2024-12-01 22:13:56');

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

--
-- Table structure for table `blogs`
--

CREATE TABLE `blogs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `admin_id` int(11) NOT NULL,
  `title` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `blog_category_id` int(11) NOT NULL,
  `image` varchar(255) NOT NULL,
  `description` longtext NOT NULL,
  `views` int(11) NOT NULL DEFAULT 0,
  `seo_title` varchar(255) NOT NULL,
  `seo_description` varchar(255) NOT NULL,
  `status` int(11) NOT NULL DEFAULT 0,
  `show_homepage` int(11) NOT NULL DEFAULT 0,
  `tags` 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 `blogs`
--

INSERT INTO `blogs` (`id`, `admin_id`, `title`, `slug`, `blog_category_id`, `image`, `description`, `views`, `seo_title`, `seo_description`, `status`, `show_homepage`, `tags`, `created_at`, `updated_at`) VALUES
(1, 1, 'The Top Neighborhoods to Live in Los Angels', 'the-top-neighborhoods-to-live-in-los-angels-', 2, 'uploads/custom-images/blog--2023-05-07-10-36-45-7664.jpg', '<p>Pri tempor appareat no, eruditi repudiandae vix at. Eos at brute omnesque voluptaria, facer putent intellegam eu pri. Mei debitis ullamcorper eu, at quo idque mundi. Vis in suas porro consequat, nec ad dolor adversarium, ut praesent cotidieque sit. Veniam civibus omittantur duo ut, te his alterum complectitur. Mea omnis oratio impedit ne.</p>\r\n<p>Ut qui eligendi urbanitas. Assum periculis te mel, libris quidam te sit. Qui nisl nemore eleifend id, in illud ullum sea. Ut nusquam sapientem comprehensam ius. His molestie complectitur ex.</p>\r\n<p>Ei usu malis aeque efficiantur. Mazim dolor denique duo ad, augue ornatus sententiae vel at, duo id sumo vulputate. His legimus assueverit ut, commune maluisset deterruisset id mel. Oblique volumus eos ut, quo autem posidonium definitiones cu. Cu usu lorem consul concludaturque, pro ea fuisset consectetuer. Ex aeterno forensibus has, dicta propriae est ei, ex alterum apeirian quo.</p>\r\n<p>Meliore inimicus duo ut, tation veritus elaboraret eam cu. Cum in alii agam aliquip, aperiam salutandi et per. Ex vis summo probatus ocurreret, ex assum sententiae pri, blandit sensibus moderatius ei eos. Vix nobis phaedrum neglegentur et.</p>\r\n<p>Sit vivendum eleifend adipiscing ea. Modus legere suscipiantur an vel, melius patrioque est cu, eum at audire probatus repudiandae. Ei tempor definitiones eam, sea dico omnium ne. Eam ad ubique tincidunt elaboraret, malis aperiri sit et. Ut quo vero inimicus. Sed at munere fuisset noluisse, eleifend senserit an vix.</p>\r\n<p>Sint dignissim consectetuer nec et, per ad probatus referrentur, vel cu consequat sententiae. Ad duis fugit dictas mea, et cum stet oratio cetero. Ne pri omittam fastidii. No per harum dicant neglegentur, sea ei esse volumus adolescens. Nulla argumentum at pri, vel apeirian principes in. An dicam dicant consul mea, ne per option appetere argumentum, vim legere senserit et.</p>', 0, 'The Top Neighborhoods to Live in Los Angels', 'The Top Neighborhoods to Live in Los Angels', 1, 1, 'real estate,rent house,property,php,laravel,new building', '2023-05-07 14:36:45', '2023-05-07 14:36:45'),
(2, 1, 'How to Stage Your Home for a Quick Sale', 'how-to-stage-your-home-for-a-quick-sale', 3, 'uploads/custom-images/blog--2023-05-07-10-39-20-9283.jpg', '<p>Doming aliquid te pro. Mei et quodsi ornatus praesent, summo debet vis eu, dolor soleat nostrud sea eu. Cu altera possim sanctus est. Ea iriure repudiandae per, no eam legendos consectetuer. Mel at justo doming voluptatum. Mel mentitum fabellas deserunt no, et duo amet unum appetere.</p>\r\n<p>Nec in rebum primis causae. Affert iisque ex pri, vis utinam vivendo definitionem ad, nostrum omnesque per et. Omnium antiopam cotidieque cu sit. Id pri placerat voluptatum, vero dicunt dissentiunt eum et, adhuc iisque vis no. Eu suavitate contentiones definitionem mel, ex vide insolens ocurreret eam. Et dico blandit mea. Sea tollit vidisse mandamus te, qui movet efficiendi ex.</p>\r\n<p>Ut qui eligendi urbanitas. Assum periculis te mel, libris quidam te sit. Qui nisl nemore eleifend id, in illud ullum sea. Ut nusquam sapientem comprehensam ius. His molestie complectitur ex.</p>\r\n<p>In vim natum soleat nostro, pri in eloquentiam contentiones. Eu sit sapientem reprehendunt, omnis aliquid eu eos. No quot illum veniam est, ne pro iudico saperet mnesarchum. Ea pri nostro disputando contentiones, eu nec menandri qualisque, vis ex equidem invidunt. Et accusam detracto splendide per, congue meliore id sea. Has eu aeterno patrioque expetendis, mel ei dissentiet reformidans.</p>\r\n<p>Meliore inimicus duo ut, tation veritus elaboraret eam cu. Cum in alii agam aliquip, aperiam salutandi et per. Ex vis summo probatus ocurreret, ex assum sententiae pri, blandit sensibus moderatius ei eos. Vix nobis phaedrum neglegentur et.</p>', 0, 'How to Stage Your Home for a Quick Sale', 'How to Stage Your Home for a Quick Sale', 1, 1, 'php,laravel,chatgp,real estate,find state', '2023-05-07 14:39:20', '2023-05-07 14:39:20'),
(3, 1, '5 Reasons Why Real Estate is a Great Investment', '5-reasons-why-real-estate-is-a-great-investment', 1, 'uploads/custom-images/blog--2023-05-07-10-42-26-7161.jpg', '<p>Per ex vero nonumy. Ius eu doming nominavi mediocrem, aliquid efficiantur no vim, sanctus admodum mnesarchum ad pro. No sea invidunt partiendo. No postea numquam ocurreret duo, unum abhorreant cu nam, fugit fastidii percipitur nam id.</p>\r\n<p>Sint dignissim consectetuer nec et, per ad probatus referrentur, vel cu consequat sententiae. Ad duis fugit dictas mea, et cum stet oratio cetero. Ne pri omittam fastidii. No per harum dicant neglegentur, sea ei esse volumus adolescens. Nulla argumentum at pri, vel apeirian principes in. An dicam dicant consul mea, ne per option appetere argumentum, vim legere senserit et.</p>\r\n<p>Usu ad solet diceret, usu at appetere percipit appellantur, te est primis audire gloriatur. Scripta noluisse no mel, vis ne decore ridens labitur. Stet erant saepe eu mea. An mel dolore salutandi abhorreant. An quo aliquip maluisset, mea quaeque indoctum in, pro augue veritus praesent te.</p>\r\n<p>Vim et alterum ornatus vivendum, ut mea solum repudiare. His etiam delenit tibique no, ad harum omnes scribentur qui, ne wisi detracto his. Ei movet accusam pri. Ex vel diam quas urbanitas, ne has velit affert habemus. At quis nonumy disputando nec, falli scaevola vel ea. Omittantur concludaturque nam eu, ex est vocent virtute.</p>\r\n<p>Sit vivendum eleifend adipiscing ea. Modus legere suscipiantur an vel, melius patrioque est cu, eum at audire probatus repudiandae. Ei tempor definitiones eam, sea dico omnium ne. Eam ad ubique tincidunt elaboraret, malis aperiri sit et. Ut quo vero inimicus. Sed at munere fuisset noluisse, eleifend senserit an vix.</p>\r\n<p>Ipsum volumus pertinax mea ut, eu erat tacimates nam. Tibique copiosae verterem mea no, eam ex melius option, soluta timeam et his. Sit simul gubergren reformidans id, amet minimum nominavi eos ea. Et augue dicta vix. Mea ne utamur referrentur.</p>\r\n<p>Id est maiorum volutpat, ad nominavi suscipit suscipiantur vix. Ut ius veri aperiam reprehendunt. Ut per unum sapientem consequuntur, usu ut quot scripta. Sea te nisl expetenda, ad quo congue argumentum, sit quis simul accusam cu. Usu ei perfecto repudiare tincidunt, ut quas malis erant vim. An mel vidit iudicabit.</p>', 0, '5 Reasons Why Real Estate is a Great Investment', '5 Reasons Why Real Estate is a Great Investment', 1, 1, 'Find house,Real estate,Sell House,Rent House,New Building', '2023-05-07 14:42:26', '2023-05-07 14:42:26'),
(4, 1, 'The Pros and Cons of Buying a Fixer-Upper', 'the-pros-and-cons-of-buying-a-fixerupper', 1, 'uploads/custom-images/blog--2023-05-07-11-07-34-6234.png', '<p>Sint dignissim consectetuer nec et, per ad probatus referrentur, vel cu consequat sententiae. Ad duis fugit dictas mea, et cum stet oratio cetero. Ne pri omittam fastidii. No per harum dicant neglegentur, sea ei esse volumus adolescens. Nulla argumentum at pri, vel apeirian principes in. An dicam dicant consul mea, ne per option appetere argumentum, vim legere senserit et.</p>\r\n<p>Per ex vero nonumy. Ius eu doming nominavi mediocrem, aliquid efficiantur no vim, sanctus admodum mnesarchum ad pro. No sea invidunt partiendo. No postea numquam ocurreret duo, unum abhorreant cu nam, fugit fastidii percipitur nam id.</p>\r\n<p>Id est maiorum volutpat, ad nominavi suscipit suscipiantur vix. Ut ius veri aperiam reprehendunt. Ut per unum sapientem consequuntur, usu ut quot scripta. Sea te nisl expetenda, ad quo congue argumentum, sit quis simul accusam cu. Usu ei perfecto repudiare tincidunt, ut quas malis erant vim. An mel vidit iudicabit.</p>\r\n<p>In vim natum soleat nostro, pri in eloquentiam contentiones. Eu sit sapientem reprehendunt, omnis aliquid eu eos. No quot illum veniam est, ne pro iudico saperet mnesarchum. Ea pri nostro disputando contentiones, eu nec menandri qualisque, vis ex equidem invidunt. Et accusam detracto splendide per, congue meliore id sea. Has eu aeterno patrioque expetendis, mel ei dissentiet reformidans.</p>\r\n<p>Pri tempor appareat no, eruditi repudiandae vix at. Eos at brute omnesque voluptaria, facer putent intellegam eu pri. Mei debitis ullamcorper eu, at quo idque mundi. Vis in suas porro consequat, nec ad dolor adversarium, ut praesent cotidieque sit. Veniam civibus omittantur duo ut, te his alterum complectitur. Mea omnis oratio impedit ne.</p>\r\n<p>Per ex vero nonumy. Ius eu doming nominavi mediocrem, aliquid efficiantur no vim, sanctus admodum mnesarchum ad pro. No sea invidunt partiendo. No postea numquam ocurreret duo, unum abhorreant cu nam, fugit fastidii percipitur nam id.</p>', 0, 'The Pros and Cons of Buying a Fixer-Upper', 'The Pros and Cons of Buying a Fixer-Upper', 1, 0, 'find estate,real estate,rent house,rent villa', '2023-05-07 15:07:34', '2023-05-07 15:07:34'),
(5, 1, 'The Importance of Location in Real Estate', 'the-importance-of-location-in-real-estate', 2, 'uploads/custom-images/blog--2023-05-07-11-09-32-8218.png', '<p>Sint dignissim consectetuer nec et, per ad probatus referrentur, vel cu consequat sententiae. Ad duis fugit dictas mea, et cum stet oratio cetero. Ne pri omittam fastidii. No per harum dicant neglegentur, sea ei esse volumus adolescens. Nulla argumentum at pri, vel apeirian principes in. An dicam dicant consul mea, ne per option appetere argumentum, vim legere senserit et.</p>\r\n<p>Per ex vero nonumy. Ius eu doming nominavi mediocrem, aliquid efficiantur no vim, sanctus admodum mnesarchum ad pro. No sea invidunt partiendo. No postea numquam ocurreret duo, unum abhorreant cu nam, fugit fastidii percipitur nam id.</p>\r\n<p>Id est maiorum volutpat, ad nominavi suscipit suscipiantur vix. Ut ius veri aperiam reprehendunt. Ut per unum sapientem consequuntur, usu ut quot scripta. Sea te nisl expetenda, ad quo congue argumentum, sit quis simul accusam cu. Usu ei perfecto repudiare tincidunt, ut quas malis erant vim. An mel vidit iudicabit.</p>\r\n<p>In vim natum soleat nostro, pri in eloquentiam contentiones. Eu sit sapientem reprehendunt, omnis aliquid eu eos. No quot illum veniam est, ne pro iudico saperet mnesarchum. Ea pri nostro disputando contentiones, eu nec menandri qualisque, vis ex equidem invidunt. Et accusam detracto splendide per, congue meliore id sea. Has eu aeterno patrioque expetendis, mel ei dissentiet reformidans.</p>\r\n<p>Pri tempor appareat no, eruditi repudiandae vix at. Eos at brute omnesque voluptaria, facer putent intellegam eu pri. Mei debitis ullamcorper eu, at quo idque mundi. Vis in suas porro consequat, nec ad dolor adversarium, ut praesent cotidieque sit. Veniam civibus omittantur duo ut, te his alterum complectitur. Mea omnis oratio impedit ne.</p>\r\n<p>Per ex vero nonumy. Ius eu doming nominavi mediocrem, aliquid efficiantur no vim, sanctus admodum mnesarchum ad pro. No sea invidunt partiendo. No postea numquam ocurreret duo, unum abhorreant cu nam, fugit fastidii percipitur nam id.</p>', 0, 'The Importance of Location in Real Estate', 'The Importance of Location in Real Estate', 1, 0, 'Rent house,Sell House,Rent Property,Real Estate', '2023-05-07 15:09:32', '2023-05-07 15:09:32'),
(6, 1, 'How to Choose the Right Real Estate Agent', 'how-to-choose-the-right-real-estate-agent', 5, 'uploads/custom-images/blog--2023-05-07-11-11-12-8330.png', '<p>Sint dignissim consectetuer nec et, per ad probatus referrentur, vel cu consequat sententiae. Ad duis fugit dictas mea, et cum stet oratio cetero. Ne pri omittam fastidii. No per harum dicant neglegentur, sea ei esse volumus adolescens. Nulla argumentum at pri, vel apeirian principes in. An dicam dicant consul mea, ne per option appetere argumentum, vim legere senserit et.</p>\r\n<p>Per ex vero nonumy. Ius eu doming nominavi mediocrem, aliquid efficiantur no vim, sanctus admodum mnesarchum ad pro. No sea invidunt partiendo. No postea numquam ocurreret duo, unum abhorreant cu nam, fugit fastidii percipitur nam id.</p>\r\n<p>Id est maiorum volutpat, ad nominavi suscipit suscipiantur vix. Ut ius veri aperiam reprehendunt. Ut per unum sapientem consequuntur, usu ut quot scripta. Sea te nisl expetenda, ad quo congue argumentum, sit quis simul accusam cu. Usu ei perfecto repudiare tincidunt, ut quas malis erant vim. An mel vidit iudicabit.</p>\r\n<p>In vim natum soleat nostro, pri in eloquentiam contentiones. Eu sit sapientem reprehendunt, omnis aliquid eu eos. No quot illum veniam est, ne pro iudico saperet mnesarchum. Ea pri nostro disputando contentiones, eu nec menandri qualisque, vis ex equidem invidunt. Et accusam detracto splendide per, congue meliore id sea. Has eu aeterno patrioque expetendis, mel ei dissentiet reformidans.</p>\r\n<p>Pri tempor appareat no, eruditi repudiandae vix at. Eos at brute omnesque voluptaria, facer putent intellegam eu pri. Mei debitis ullamcorper eu, at quo idque mundi. Vis in suas porro consequat, nec ad dolor adversarium, ut praesent cotidieque sit. Veniam civibus omittantur duo ut, te his alterum complectitur. Mea omnis oratio impedit ne.</p>\r\n<p>Per ex vero nonumy. Ius eu doming nominavi mediocrem, aliquid efficiantur no vim, sanctus admodum mnesarchum ad pro. No sea invidunt partiendo. No postea numquam ocurreret duo, unum abhorreant cu nam, fugit fastidii percipitur nam id.</p>', 0, 'How to Choose the Right Real Estate Agent', 'How to Choose the Right Real Estate Agent', 1, 0, 'Agency,Agent,Real Estate,Property', '2023-05-07 15:11:12', '2023-05-07 15:11:12'),
(8, 1, 'this is test blog title e', 'this-is-test-blog-title-e e', 2, 'uploads/custom-images/blog--2024-12-02-01-56-50-7111.png', '<p>this is test blog title dese</p>', 0, 'this is test blog title e', 'this is test blog title e', 1, 0, 'tag,tag2,tag3,tag4', '2024-12-01 19:56:50', '2024-12-01 19:57:26');

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

--
-- Table structure for table `blog_categories`
--

CREATE TABLE `blog_categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `status` tinyint(4) 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 `blog_categories`
--

INSERT INTO `blog_categories` (`id`, `name`, `slug`, `status`, `created_at`, `updated_at`) VALUES
(1, 'New Budling', 'new-budling', 1, '2023-05-07 14:30:36', '2023-05-07 14:30:36'),
(2, 'Rent House', 'rent-house', 1, '2023-05-07 14:30:56', '2023-05-07 14:30:56'),
(3, 'Selling House', 'selling-house', 1, '2023-05-07 14:31:08', '2023-05-07 14:31:08'),
(4, 'Styles Property', 'styles-property', 1, '2023-05-07 14:31:20', '2023-05-07 14:31:20'),
(5, 'Famous Rent', 'famous-rent', 1, '2023-05-07 14:31:38', '2023-05-07 14:31:38');

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

--
-- Table structure for table `blog_comments`
--

CREATE TABLE `blog_comments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `blog_id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `comment` text NOT NULL,
  `status` 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 `blog_comments`
--

INSERT INTO `blog_comments` (`id`, `blog_id`, `name`, `email`, `comment`, `status`, `created_at`, `updated_at`) VALUES
(1, 2, 'John Doe', 'user@gmail.com', 'I love the layout of this property! The natural lighting and open floor plan make it feel so spacious and welcoming.', 1, '2023-05-07 14:46:47', '2023-05-07 14:47:25'),
(2, 2, 'David Richard', 'agent@gmail.com', 'The location of this property is perfect! Being close to schools and shopping centers makes it very convenient for families.', 1, '2023-05-07 14:47:02', '2023-05-07 14:47:25'),
(3, 2, 'David Simmons', 'agent@gmail.com', 'The landscaping of this property is breathtaking. The curb appeal alone is enough to make me want to move in!', 1, '2023-05-07 14:47:16', '2023-05-07 14:47:24'),
(4, 3, 'John Doe', 'user@gmail.com', 'The landscaping of this property is breathtaking. The curb appeal alone is enough to make me want to move in!', 1, '2023-05-07 14:47:52', '2023-05-07 14:48:10'),
(5, 3, 'David Richard', 'agent@gmail.com', 'I appreciate the attention to detail in this property. The finishes and fixtures are top-notch and really add to the overall aesthetic.', 1, '2023-05-07 14:48:05', '2023-05-07 14:48:10'),
(6, 6, 'Robert James', 'agent@gmail.com', 'The storage in this property is impressive. The closets are spacious and there&#039;s plenty of room for all of my belongings.', 1, '2023-05-07 15:16:09', '2023-05-07 15:16:49'),
(7, 6, 'Daniel Paul', 'user@gmail.com', 'The privacy of this property is a huge selling point for me. Being tucked away in a quiet area is so appealing', 1, '2023-05-07 15:16:39', '2023-05-07 15:16:49');

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

--
-- Table structure for table `bookings`
--

CREATE TABLE `bookings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `property_id` int(11) DEFAULT NULL,
  `agent_id` int(11) DEFAULT NULL,
  `user_id` int(11) DEFAULT NULL,
  `booking_date` date DEFAULT NULL,
  `booking_time` time DEFAULT NULL,
  `guests` int(11) DEFAULT NULL,
  `name` varchar(255) DEFAULT NULL,
  `country` varchar(255) DEFAULT NULL,
  `city` varchar(255) DEFAULT NULL,
  `state` varchar(255) DEFAULT NULL,
  `zip_code` varchar(255) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `phone` varchar(255) DEFAULT NULL,
  `comment` text DEFAULT NULL,
  `status` 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 `bookings`
--

INSERT INTO `bookings` (`id`, `property_id`, `agent_id`, `user_id`, `booking_date`, `booking_time`, `guests`, `name`, `country`, `city`, `state`, `zip_code`, `email`, `phone`, `comment`, `status`, `created_at`, `updated_at`) VALUES
(1, 15, 0, 1, '2024-10-03', '12:56:00', 1, 'sss', 'India', 'Alaska', NULL, '1608', 'restaurant@gmail.com', '4567890', 'aaa', 1, '2024-10-01 20:53:13', '2024-10-13 01:04:02'),
(2, 13, 8, 1, '2008-02-26', '05:18:00', 20, 'Libby Mcdowell', 'Bangladesh', 'Cumilla', NULL, '13770', 'miraxywusu@mailinator.com', '23457', 'Corrupti exercitati', 0, '2024-10-01 21:13:38', '2024-10-01 21:13:38'),
(3, 16, 0, 1, '2034-04-27', '16:33:00', 94, 'Yoko Wolfe', 'Bangladesh', 'Bogra', NULL, '26643', 'gazuxy@mailinator.com', '3456', 'Aliqua Magnam labor', 0, '2024-10-01 23:57:24', '2024-10-01 23:57:24'),
(4, 15, 0, 1, '1986-09-27', '18:55:00', 19, 'Jolene Boyle', 'Usa', 'Alabama', NULL, '76711', 'gufexeq@mailinator.com', '+1 (657) 598-7901', 'Aut a quis molestiae', 0, '2024-10-15 20:35:25', '2024-10-15 20:35:25'),
(5, 16, 0, 1, '2024-10-19', '19:22:00', 3, '22222', 'Usa', 'Arkansas', NULL, '333', 'user22221@gmail.com', '2222222', '222', 0, '2024-10-16 03:17:15', '2024-10-16 03:17:15');

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

--
-- Table structure for table `breadcrumb_images`
--

CREATE TABLE `breadcrumb_images` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `location` varchar(255) DEFAULT NULL,
  `image_type` int(11) NOT NULL DEFAULT 1,
  `image` 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 `breadcrumb_images`
--

INSERT INTO `breadcrumb_images` (`id`, `location`, `image_type`, `image`, `created_at`, `updated_at`) VALUES
(1, 'Breadcrumb', 1, 'uploads/website-images/banner-us-2023-03-30-09-52-45-5439.jpg', NULL, '2023-03-30 03:52:45');

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

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

CREATE TABLE `categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `icon` varchar(255) NOT NULL,
  `image` varchar(255) DEFAULT NULL,
  `status` 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 `categories`
--

INSERT INTO `categories` (`id`, `name`, `slug`, `icon`, `image`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Duplex House', 'duplex-house', 'uploads/custom-images/category-2023-05-07-12-28-42-2146.png', NULL, 1, '2023-05-07 16:09:48', '2023-05-07 16:28:43'),
(2, 'Apartment', 'apartment', 'uploads/custom-images/category-2023-05-07-12-30-43-8096.png', NULL, 1, '2023-05-07 16:10:05', '2023-05-07 16:30:43'),
(3, 'Plaza', 'plaza', 'uploads/custom-images/category-2023-05-07-12-31-29-1404.png', NULL, 1, '2023-05-07 16:10:20', '2023-05-07 16:31:29'),
(4, 'Building', 'building', 'uploads/custom-images/category-2023-05-07-12-32-10-9406.png', NULL, 1, '2023-05-07 16:10:37', '2023-05-07 16:32:10');

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

--
-- Table structure for table `cinet_pays`
--

CREATE TABLE `cinet_pays` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `api_key` text NOT NULL,
  `site_id` text NOT NULL,
  `currency_rate` double NOT NULL,
  `country_code` varchar(255) NOT NULL,
  `currency_code` varchar(255) NOT NULL,
  `logo` varchar(255) NOT NULL,
  `status` int(11) 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 `cinet_pays`
--

INSERT INTO `cinet_pays` (`id`, `api_key`, `site_id`, `currency_rate`, `country_code`, `currency_code`, `logo`, `status`, `created_at`, `updated_at`) VALUES
(1, '12912847765bc0db748fdd44.40081707', '445160', 1, 'BQ', 'USD', 'uploads/website-images/cinetPay-2024-03-19-01-21-41-4499.webp', 1, NULL, '2024-03-18 19:50:46');

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

--
-- Table structure for table `cities`
--

CREATE TABLE `cities` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `show_homepage` int(11) NOT NULL DEFAULT 0,
  `image` varchar(255) DEFAULT NULL,
  `serial` int(11) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `country_id` bigint(20) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cities`
--

INSERT INTO `cities` (`id`, `name`, `slug`, `show_homepage`, `image`, `serial`, `created_at`, `updated_at`, `country_id`) VALUES
(1, 'Alabama', 'alabama-50796', 1, 'uploads/website-images/city-2023-05-07-11-42-14-6058.webp', 3, '2023-05-07 15:38:15', '2023-05-07 15:42:14', 4),
(2, 'Alaska', 'alaska-13275', 1, 'uploads/website-images/city-2023-05-07-11-43-44-5919.webp', 6, '2023-05-07 15:38:22', '2023-05-07 15:43:44', 4),
(3, 'Arizona', 'arizona-66649', 1, 'uploads/website-images/city-2023-05-07-11-44-14-7356.webp', 7, '2023-05-07 15:38:30', '2023-05-07 15:44:14', 4),
(4, 'Arkansas', 'arkansas-51492', 0, NULL, 0, '2023-05-07 15:38:36', '2023-05-07 15:38:36', 4),
(5, 'California', 'california-12972', 1, 'uploads/website-images/city-2023-05-07-11-42-00-1030.webp', 2, '2023-05-07 15:38:45', '2023-05-07 15:42:00', 4),
(6, 'Colorado', 'colorado-52619', 0, NULL, 0, '2023-05-07 15:38:52', '2023-05-07 15:38:52', 4),
(7, 'Florida', 'florida-11418', 1, 'uploads/website-images/city-2023-05-07-11-41-12-5146.webp', 1, '2023-05-07 15:39:00', '2023-05-07 15:41:12', 4),
(8, 'Hawaii', 'hawaii-50536', 1, 'uploads/website-images/city-2023-05-07-11-43-25-7491.webp', 5, '2023-05-07 15:39:08', '2023-05-07 15:43:25', 4),
(9, 'Idaho', 'idaho-68268', 0, NULL, 0, '2023-05-07 15:39:16', '2023-05-07 15:39:16', 4),
(10, 'Illinois', 'illinois-16643', 0, NULL, 0, '2023-05-07 15:39:22', '2023-05-07 15:39:22', 4),
(11, 'Indiana', 'indiana-11005', 1, 'uploads/website-images/city-2023-05-07-11-44-32-8977.webp', 8, '2023-05-07 15:39:29', '2023-05-07 15:44:32', 4),
(12, 'Maryland', 'maryland-86684', 1, 'uploads/website-images/city-2023-05-07-11-43-06-7739.webp', 4, '2023-05-07 15:39:37', '2023-05-07 15:43:06', 4),
(13, 'Dhaka', 'dhaka-89485', 0, NULL, 0, '2024-10-16 23:39:16', '2024-10-16 23:39:16', 2);

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

--
-- Table structure for table `company_profiles`
--

CREATE TABLE `company_profiles` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `company_name` varchar(255) NOT NULL,
  `tag_line` varchar(255) NOT NULL,
  `about_us` text NOT NULL,
  `email` varchar(255) NOT NULL,
  `phone` varchar(255) NOT NULL,
  `image` varchar(255) NOT NULL,
  `facebook` varchar(255) DEFAULT NULL,
  `twitter` varchar(255) DEFAULT NULL,
  `linkedin` varchar(255) DEFAULT NULL,
  `instagram` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `is_approved` tinyint(4) NOT NULL DEFAULT 0,
  `address` text DEFAULT NULL,
  `kyc_id` bigint(20) UNSIGNED DEFAULT NULL,
  `file` varchar(255) DEFAULT NULL,
  `message` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `company_profiles`
--

INSERT INTO `company_profiles` (`id`, `user_id`, `company_name`, `tag_line`, `about_us`, `email`, `phone`, `image`, `facebook`, `twitter`, `linkedin`, `instagram`, `created_at`, `updated_at`, `is_approved`, `address`, `kyc_id`, `file`, `message`) VALUES
(5, 1, 'Homeco Solutions', 'Real Estate agecny', 'There are many variations of passages of Lorem Ipsum available, but the majority to have suffered alteration in some form, by injected humor. Ipsum available, but the a majority have suffered alteration in some form, by injected humor.', 'agency5@gmail.com', '+1 (922) 997-1194', 'uploads/custom-images/company-logo-2024-10-06-12-21-43-8129.webp', 'https://www.facebook.com', 'https://www.twitter.com', 'https://www.linkedin.com', 'https://www.instagram.com', '2024-10-05 18:21:43', '2024-10-15 00:30:07', 2, '374 FA Tower, William S Blvd\r\n2721, IL, USA', 1, 'uploads/custom-images/document-2024-10-09-03-03-30-9377.jpg', 'This is test message'),
(6, 2, 'Real State Agency', 'Real state Company', 'There are many variations of passages of Lorem Ipsum available, but the majority to have suffered alteration in some form, by injected humor. Ipsum available, but the a majority have suffered alteration in some form, by injected humor.', 'test44@gmail.com', '+9955060546', 'uploads/custom-images/company-logo-2024-10-08-04-16-07-6531.webp', 'https://www.facebook.com', 'https://www.twitter.com', 'https://www.linkedin.com', 'https://www.instagram.com', '2024-10-07 22:16:07', '2024-10-15 01:51:35', 2, 'Dhaka, Bangladesh', 1, 'uploads/custom-images/document-2024-10-08-04-16-07-4856.png', 'In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on'),
(7, 19, 'Alpha House', 'Real state agency', 'There are many variations of passages of Lorem Ipsum available, but the majority to have suffered alteration in some form, by injected humor. Ipsum available, but the a majority have suffered alteration in some form, by injected humor.', 'agency3@gmail.com', '+1 (788) 153-4544', 'uploads/custom-images/company-logo-2024-10-15-07-28-38-6776.webp', 'https://www.facebook.com', 'https://www.twitter.com', 'https://www.linkedin.com', 'https://www.instagram.com', '2024-10-15 01:28:38', '2024-10-15 01:28:38', 2, 'Dhaka, Bangladesh', 1, 'uploads/custom-images/document-2024-10-15-07-28-38-2267.png', 'This is test psssport'),
(8, 20, 'Real Estate Agency', 'Real state company', 'There are many variations of passages of Lorem Ipsum available, but the majority to have suffered alteration in some form, by injected humor. Ipsum available, but the a majority have suffered alteration in some form, by injected humor.', 'agency6@gmail.com', '+1 (788) 153-777', 'uploads/custom-images/company-logo-2024-10-15-07-34-44-9428.webp', 'https://www.facebook.com', 'https://www.twitter.com', 'https://www.linkedin.com', 'https://www.instagram.com', '2024-10-15 01:34:44', '2024-10-16 22:40:48', 2, 'Dhaka, Bangladesh', 1, 'uploads/custom-images/document-2024-10-15-07-34-44-1202.png', 'This is my Documents'),
(9, 21, 'Homeco Realstate', 'Real state company', 'There are many variations of passages of Lorem Ipsum available, but the majority to have suffered alteration in some form, by injected humor. Ipsum available, but the a majority have suffered alteration in some form, by injected humor.', 'user651@gmail.com', '+1 (788) 0778-7489', 'uploads/custom-images/company-logo-2024-10-15-07-40-31-6868.webp', 'https://www.facebook.com', 'https://www.twitter.com', 'https://www.linkedin.com', 'https://www.instagram.com', '2024-10-15 01:40:31', '2024-10-15 01:40:31', 2, 'India, kalkata', 1, 'uploads/custom-images/document-2024-10-15-07-40-31-1669.jpg', 'This is test message.'),
(10, 32, 'QuomodoSoft', 'software company', 'tst ab', 'qumodosoft@gmail.com', '8552811411', 'uploads/custom-images/company-logo-2024-12-02-12-43-16-7125.webp', 'https://www.facebook.com', NULL, NULL, 'https://www.instagram.com/', '2024-12-01 18:43:16', '2024-12-01 18:43:16', 2, 'tst', 1, 'uploads/custom-images/document-2024-12-02-12-43-16-7037.png', 'test');

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

--
-- Table structure for table `compares`
--

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

--
-- Dumping data for table `compares`
--

INSERT INTO `compares` (`id`, `property_id`, `user_id`, `created_at`, `updated_at`) VALUES
(4, 13, 2, '2024-10-08 01:31:02', '2024-10-08 01:31:02'),
(10, 15, 1, '2024-10-15 22:24:15', '2024-10-15 22:24:15');

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

--
-- Table structure for table `contact_messages`
--

CREATE TABLE `contact_messages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `phone` varchar(255) DEFAULT NULL,
  `subject` varchar(255) NOT NULL,
  `message` text 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 `contact_messages`
--

INSERT INTO `contact_messages` (`id`, `name`, `email`, `phone`, `subject`, `message`, `created_at`, `updated_at`) VALUES
(1, 'John Doe', 'user@gmail.com', '1235-985-7896', 'I can&#039;t able to login', 'I&#039;m new user, can&#039;t login to website. this is my email, please help.', '2023-05-07 15:30:58', '2023-05-07 15:30:58'),
(2, 'John Doe', 'user@gmail.com', '123-987-4587', 'Can&#039;t able to login', 'I can&#039;t login to your site, please help.', '2023-05-21 21:41:40', '2023-05-21 21:41:40');

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

--
-- Table structure for table `contact_pages`
--

CREATE TABLE `contact_pages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `supporter_image` varchar(255) DEFAULT NULL,
  `support_time` varchar(255) DEFAULT NULL,
  `off_day` varchar(255) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `address` varchar(255) DEFAULT NULL,
  `phone` varchar(255) DEFAULT NULL,
  `map` 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 `contact_pages`
--

INSERT INTO `contact_pages` (`id`, `supporter_image`, `support_time`, `off_day`, `email`, `address`, `phone`, `map`, `created_at`, `updated_at`) VALUES
(1, 'uploads/website-images/supporter--2023-04-10-05-00-47-5811.jpg', NULL, NULL, 'abdur.rohman2003@gmail.com', 'Jackson Heights, 11372, NY, United States', '+4847-150-3587', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3022.681138843672!2d-73.89482218459395!3d40.747041279328165!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25f01328248b3%3A0x62300784dd275f96!2s7232%20Broadway%20%23%20308%2C%20Flushing%2C%20NY%2011372%2C%20USA!5e0!3m2!1sen!2sbd!4v1652467683397!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>', '2022-01-30 12:31:58', '2023-05-07 14:22:04');

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

--
-- Table structure for table `cookie_consents`
--

CREATE TABLE `cookie_consents` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `status` int(11) NOT NULL DEFAULT 1,
  `border` varchar(255) DEFAULT NULL,
  `corners` varchar(255) DEFAULT NULL,
  `background_color` varchar(255) DEFAULT NULL,
  `text_color` varchar(255) DEFAULT NULL,
  `border_color` varchar(255) DEFAULT NULL,
  `btn_bg_color` varchar(255) DEFAULT NULL,
  `btn_text_color` varchar(255) DEFAULT NULL,
  `message` text DEFAULT NULL,
  `link_text` varchar(255) DEFAULT NULL,
  `btn_text` varchar(255) DEFAULT NULL,
  `link` 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 `cookie_consents`
--

INSERT INTO `cookie_consents` (`id`, `status`, `border`, `corners`, `background_color`, `text_color`, `border_color`, `btn_bg_color`, `btn_text_color`, `message`, `link_text`, `btn_text`, `link`, `created_at`, `updated_at`) VALUES
(1, 0, 'thin', 'normal', '#6777ef', '#fafafa', '#0a58d6', '#fffceb', '#222758', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the when an unknown printer took.', 'More Info', 'Yes', NULL, NULL, '2024-12-01 17:47:24');

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

--
-- Table structure for table `counters`
--

CREATE TABLE `counters` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(255) NOT NULL,
  `icon` varchar(255) NOT NULL,
  `number` varchar(255) NOT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 1,
  `fun_title` varchar(255) DEFAULT NULL,
  `fun_description` text DEFAULT NULL,
  `fun_bg` varchar(255) DEFAULT NULL,
  `item_1` text DEFAULT NULL,
  `item_2` text DEFAULT NULL,
  `item_3` 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 `counters`
--

INSERT INTO `counters` (`id`, `title`, `icon`, `number`, `status`, `fun_title`, `fun_description`, `fun_bg`, `item_1`, `item_2`, `item_3`, `created_at`, `updated_at`) VALUES
(1, 'Total Orders', 'uploads/website-images/counter--2023-04-10-12-17-46-3092.svg', '125', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-29 06:40:42', '2024-12-01 19:18:43'),
(2, 'Active Clients', 'uploads/website-images/counter--2023-04-10-12-18-03-1221.svg', '151', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-29 06:41:15', '2023-05-07 14:13:20'),
(3, 'Team Members', 'uploads/website-images/counter--2023-04-10-12-18-12-3209.svg', '113', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-29 06:41:37', '2023-05-07 14:13:29'),
(4, 'Years of Experience', 'uploads/website-images/counter--2023-04-10-12-18-20-6506.svg', '100', 1, NULL, NULL, NULL, NULL, NULL, NULL, '2022-09-29 06:42:06', '2023-05-07 14:13:37'),
(5, '', '', '', 0, 'Fun Facts', 'There are many variations of passages of Lorem Ipsum available, majority have suffered.', 'uploads/website-images/counter-bg--2023-04-01-11-51-06-9379.jpg', 'Suspe ndisse suscipit sagittis leo.', 'Suspe ndisse suscipit sagittis leo.', 'Suspe ndisse suscipit sagittis leo.', NULL, '2024-12-01 19:18:27');

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

--
-- Table structure for table `countries`
--

CREATE TABLE `countries` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `status` 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 `countries`
--

INSERT INTO `countries` (`id`, `name`, `status`, `created_at`, `updated_at`) VALUES
(2, 'Bangladesh', 1, '2024-09-30 23:24:32', '2024-09-30 23:24:32'),
(4, 'Usa', 1, '2024-10-01 19:02:25', '2024-10-01 19:02:25');

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

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

CREATE TABLE `currencies` (
  `id` int(11) NOT NULL,
  `code` varchar(3) NOT NULL,
  `name` varchar(50) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

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

INSERT INTO `currencies` (`id`, `code`, `name`, `created_at`, `updated_at`) VALUES
(1, 'AFA', 'Afghan Afghani', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(2, 'ALL', 'Albanian Lek', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(3, 'DZD', 'Algerian Dinar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(4, 'AOA', 'Angolan Kwanza', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(5, 'ARS', 'Argentine Peso', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(6, 'AMD', 'Armenian Dram', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(7, 'AWG', 'Aruban Florin', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(8, 'AUD', 'Australian Dollar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(9, 'AZN', 'Azerbaijani Manat', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(10, 'BSD', 'Bahamian Dollar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(11, 'BHD', 'Bahraini Dinar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(12, 'BDT', 'Bangladeshi Taka', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(13, 'BBD', 'Barbadian Dollar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(14, 'BYR', 'Belarusian Ruble', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(15, 'BEF', 'Belgian Franc', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(16, 'BZD', 'Belize Dollar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(17, 'BMD', 'Bermudan Dollar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(18, 'BTN', 'Bhutanese Ngultrum', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(19, 'BTC', 'Bitcoin', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(20, 'BOB', 'Bolivian Boliviano', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(21, 'BAM', 'Bosnia-Herzegovina Convertible Mark', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(22, 'BWP', 'Botswanan Pula', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(23, 'BRL', 'Brazilian Real', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(24, 'GBP', 'British Pound Sterling', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(25, 'BND', 'Brunei Dollar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(26, 'BGN', 'Bulgarian Lev', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(27, 'BIF', 'Burundian Franc', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(28, 'KHR', 'Cambodian Riel', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(29, 'CAD', 'Canadian Dollar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(30, 'CVE', 'Cape Verdean Escudo', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(31, 'KYD', 'Cayman Islands Dollar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(32, 'XOF', 'CFA Franc BCEAO', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(33, 'XAF', 'CFA Franc BEAC', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(34, 'XPF', 'CFP Franc', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(35, 'CLP', 'Chilean Peso', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(36, 'CNY', 'Chinese Yuan', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(37, 'COP', 'Colombian Peso', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(38, 'KMF', 'Comorian Franc', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(39, 'CDF', 'Congolese Franc', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(40, 'CRC', 'Costa Rican ColÃ³n', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(41, 'HRK', 'Croatian Kuna', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(42, 'CUC', 'Cuban Convertible Peso', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(43, 'CZK', 'Czech Republic Koruna', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(44, 'DKK', 'Danish Krone', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(45, 'DJF', 'Djiboutian Franc', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(46, 'DOP', 'Dominican Peso', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(47, 'XCD', 'East Caribbean Dollar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(48, 'EGP', 'Egyptian Pound', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(49, 'ERN', 'Eritrean Nakfa', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(50, 'EEK', 'Estonian Kroon', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(51, 'ETB', 'Ethiopian Birr', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(52, 'EUR', 'Euro', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(53, 'FKP', 'Falkland Islands Pound', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(54, 'FJD', 'Fijian Dollar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(55, 'GMD', 'Gambian Dalasi', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(56, 'GEL', 'Georgian Lari', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(57, 'DEM', 'German Mark', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(58, 'GHS', 'Ghanaian Cedi', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(59, 'GIP', 'Gibraltar Pound', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(60, 'GRD', 'Greek Drachma', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(61, 'GTQ', 'Guatemalan Quetzal', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(62, 'GNF', 'Guinean Franc', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(63, 'GYD', 'Guyanaese Dollar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(64, 'HTG', 'Haitian Gourde', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(65, 'HNL', 'Honduran Lempira', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(66, 'HKD', 'Hong Kong Dollar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(67, 'HUF', 'Hungarian Forint', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(68, 'ISK', 'Icelandic KrÃ³na', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(69, 'INR', 'Indian Rupee', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(70, 'IDR', 'Indonesian Rupiah', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(71, 'IRR', 'Iranian Rial', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(72, 'IQD', 'Iraqi Dinar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(73, 'ILS', 'Israeli New Sheqel', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(74, 'ITL', 'Italian Lira', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(75, 'JMD', 'Jamaican Dollar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(76, 'JPY', 'Japanese Yen', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(77, 'JOD', 'Jordanian Dinar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(78, 'KZT', 'Kazakhstani Tenge', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(79, 'KES', 'Kenyan Shilling', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(80, 'KWD', 'Kuwaiti Dinar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(81, 'KGS', 'Kyrgystani Som', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(82, 'LAK', 'Laotian Kip', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(83, 'LVL', 'Latvian Lats', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(84, 'LBP', 'Lebanese Pound', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(85, 'LSL', 'Lesotho Loti', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(86, 'LRD', 'Liberian Dollar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(87, 'LYD', 'Libyan Dinar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(88, 'LTL', 'Lithuanian Litas', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(89, 'MOP', 'Macanese Pataca', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(90, 'MKD', 'Macedonian Denar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(91, 'MGA', 'Malagasy Ariary', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(92, 'MWK', 'Malawian Kwacha', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(93, 'MYR', 'Malaysian Ringgit', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(94, 'MVR', 'Maldivian Rufiyaa', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(95, 'MRO', 'Mauritanian Ouguiya', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(96, 'MUR', 'Mauritian Rupee', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(97, 'MXN', 'Mexican Peso', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(98, 'MDL', 'Moldovan Leu', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(99, 'MNT', 'Mongolian Tugrik', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(100, 'MAD', 'Moroccan Dirham', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(101, 'MZM', 'Mozambican Metical', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(102, 'MMK', 'Myanmar Kyat', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(103, 'NAD', 'Namibian Dollar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(104, 'NPR', 'Nepalese Rupee', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(105, 'ANG', 'Netherlands Antillean Guilder', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(106, 'TWD', 'New Taiwan Dollar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(107, 'NZD', 'New Zealand Dollar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(108, 'NIO', 'Nicaraguan CÃ³rdoba', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(109, 'NGN', 'Nigerian Naira', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(110, 'KPW', 'North Korean Won', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(111, 'NOK', 'Norwegian Krone', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(112, 'OMR', 'Omani Rial', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(113, 'PKR', 'Pakistani Rupee', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(114, 'PAB', 'Panamanian Balboa', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(115, 'PGK', 'Papua New Guinean Kina', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(116, 'PYG', 'Paraguayan Guarani', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(117, 'PEN', 'Peruvian Nuevo Sol', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(118, 'PHP', 'Philippine Peso', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(119, 'PLN', 'Polish Zloty', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(120, 'QAR', 'Qatari Rial', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(121, 'RON', 'Romanian Leu', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(122, 'RUB', 'Russian Ruble', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(123, 'RWF', 'Rwandan Franc', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(124, 'SVC', 'Salvadoran ColÃ³n', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(125, 'WST', 'Samoan Tala', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(126, 'SAR', 'Saudi Riyal', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(127, 'RSD', 'Serbian Dinar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(128, 'SCR', 'Seychellois Rupee', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(129, 'SLL', 'Sierra Leonean Leone', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(130, 'SGD', 'Singapore Dollar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(131, 'SKK', 'Slovak Koruna', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(132, 'SBD', 'Solomon Islands Dollar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(133, 'SOS', 'Somali Shilling', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(134, 'ZAR', 'South African Rand', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(135, 'KRW', 'South Korean Won', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(136, 'XDR', 'Special Drawing Rights', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(137, 'LKR', 'Sri Lankan Rupee', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(138, 'SHP', 'St. Helena Pound', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(139, 'SDG', 'Sudanese Pound', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(140, 'SRD', 'Surinamese Dollar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(141, 'SZL', 'Swazi Lilangeni', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(142, 'SEK', 'Swedish Krona', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(143, 'CHF', 'Swiss Franc', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(144, 'SYP', 'Syrian Pound', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(145, 'STD', 'São Tomé and Príncipe Dobra', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(146, 'TJS', 'Tajikistani Somoni', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(147, 'TZS', 'Tanzanian Shilling', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(148, 'THB', 'Thai Baht', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(149, 'TOP', 'Tongan pa\'anga', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(150, 'TTD', 'Trinidad & Tobago Dollar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(151, 'TND', 'Tunisian Dinar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(152, 'TRY', 'Turkish Lira', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(153, 'TMT', 'Turkmenistani Manat', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(154, 'UGX', 'Ugandan Shilling', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(155, 'UAH', 'Ukrainian Hryvnia', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(156, 'AED', 'United Arab Emirates Dirham', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(157, 'UYU', 'Uruguayan Peso', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(158, 'USD', 'US Dollar', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(159, 'UZS', 'Uzbekistan Som', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(160, 'VUV', 'Vanuatu Vatu', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(161, 'VEF', 'Venezuelan BolÃ­var', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(162, 'VND', 'Vietnamese Dong', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(163, 'YER', 'Yemeni Rial', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(164, 'ZMK', 'Zambian Kwacha', '0000-00-00 00:00:00', '0000-00-00 00:00:00');

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

--
-- Table structure for table `currency_countries`
--

CREATE TABLE `currency_countries` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `code` varchar(2) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;

--
-- Dumping data for table `currency_countries`
--

INSERT INTO `currency_countries` (`id`, `name`, `code`, `created_at`, `updated_at`) VALUES
(1, 'Andorra', 'AD', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(2, 'Afghanistan', 'AF', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(3, 'Åland Islands', 'AX', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(4, 'Albania', 'AL', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(5, 'Algeria', 'DZ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(6, 'American Samoa', 'AS', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(7, 'Angola', 'AO', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(8, 'Anguilla', 'AI', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(9, 'Antarctica', 'AQ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(10, 'Antigua and Barbuda', 'AG', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(11, 'Argentina', 'AR', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(12, 'Armenia', 'AM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(13, 'Aruba', 'AW', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(14, 'Australia', 'AU', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(15, 'Austria', 'AT', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(16, 'Azerbaijan', 'AZ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(17, 'Bahamas', 'BS', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(18, 'Bahrain', 'BH', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(19, 'Bangladesh', 'BD', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(20, 'Barbados', 'BB', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(21, 'Belarus', 'BY', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(22, 'Belgium', 'BE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(23, 'Belize', 'BZ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(24, 'Benin', 'BJ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(25, 'Bermuda', 'BM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(26, 'Bhutan', 'BT', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(27, 'Bolivia (Plurinational State of)', 'BO', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(28, 'Bonaire, Sint Eustatius and Saba', 'BQ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(29, 'Bosnia and Herzegovina', 'BA', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(30, 'Botswana', 'BW', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(31, 'Bouvet Island', 'BV', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(32, 'Brazil', 'BR', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(33, 'British Indian Ocean Territory', 'IO', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(34, 'Brunei Darussalam', 'BN', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(35, 'Bulgaria', 'BG', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(36, 'Burkina Faso', 'BF', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(37, 'Burundi', 'BI', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(38, 'Cabo Verde', 'CV', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(39, 'Cambodia', 'KH', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(40, 'Cameroon', 'CM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(41, 'Canada', 'CA', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(42, 'Cayman Islands', 'KY', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(43, 'Central African Republic', 'CF', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(44, 'Chad', 'TD', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(45, 'Chile', 'CL', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(46, 'China', 'CN', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(47, 'Christmas Island', 'CX', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(48, 'Cocos (Keeling) Islands', 'CC', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(49, 'Colombia', 'CO', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(50, 'Comoros', 'KM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(51, 'Congo', 'CG', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(52, 'Congo (Democratic Republic of the)', 'CD', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(53, 'Cook Islands', 'CK', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(54, 'Costa Rica', 'CR', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(55, 'Côte d\'Ivoire', 'CI', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(56, 'Croatia', 'HR', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(57, 'Cuba', 'CU', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(58, 'Curaçao', 'CW', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(59, 'Cyprus', 'CY', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(60, 'Czech Republic', 'CZ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(61, 'Denmark', 'DK', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(62, 'Djibouti', 'DJ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(63, 'Dominica', 'DM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(64, 'Dominican Republic', 'DO', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(65, 'Ecuador', 'EC', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(66, 'Egypt', 'EG', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(67, 'El Salvador', 'SV', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(68, 'Equatorial Guinea', 'GQ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(69, 'Eritrea', 'ER', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(70, 'Estonia', 'EE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(71, 'Ethiopia', 'ET', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(72, 'Falkland Islands (Malvinas)', 'FK', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(73, 'Faroe Islands', 'FO', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(74, 'Fiji', 'FJ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(75, 'Finland', 'FI', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(76, 'France', 'FR', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(77, 'French Guiana', 'GF', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(78, 'French Polynesia', 'PF', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(79, 'French Southern Territories', 'TF', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(80, 'Gabon', 'GA', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(81, 'Gambia', 'GM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(82, 'Georgia', 'GE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(83, 'Germany', 'DE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(84, 'Ghana', 'GH', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(85, 'Gibraltar', 'GI', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(86, 'Greece', 'GR', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(87, 'Greenland', 'GL', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(88, 'Grenada', 'GD', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(89, 'Guadeloupe', 'GP', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(90, 'Guam', 'GU', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(91, 'Guatemala', 'GT', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(92, 'Guernsey', 'GG', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(93, 'Guinea', 'GN', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(94, 'Guinea-Bissau', 'GW', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(95, 'Guyana', 'GY', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(96, 'Haiti', 'HT', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(97, 'Heard Island and McDonald Islands', 'HM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(98, 'Holy See', 'VA', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(99, 'Honduras', 'HN', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(100, 'Hong Kong', 'HK', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(101, 'Hungary', 'HU', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(102, 'Iceland', 'IS', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(103, 'India', 'IN', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(104, 'Indonesia', 'ID', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(105, 'Iran (Islamic Republic of)', 'IR', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(106, 'Iraq', 'IQ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(107, 'Ireland', 'IE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(108, 'Isle of Man', 'IM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(109, 'Israel', 'IL', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(110, 'Italy', 'IT', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(111, 'Jamaica', 'JM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(112, 'Japan', 'JP', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(113, 'Jersey', 'JE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(114, 'Jordan', 'JO', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(115, 'Kazakhstan', 'KZ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(116, 'Kenya', 'KE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(117, 'Kiribati', 'KI', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(118, 'Korea (Democratic People\'s Republic of)', 'KP', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(119, 'Korea (Republic of)', 'KR', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(120, 'Kuwait', 'KW', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(121, 'Kyrgyzstan', 'KG', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(122, 'Lao People\'s Democratic Republic', 'LA', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(123, 'Latvia', 'LV', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(124, 'Lebanon', 'LB', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(125, 'Lesotho', 'LS', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(126, 'Liberia', 'LR', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(127, 'Libya', 'LY', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(128, 'Liechtenstein', 'LI', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(129, 'Lithuania', 'LT', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(130, 'Luxembourg', 'LU', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(131, 'Macao', 'MO', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(132, 'Macedonia (the former Yugoslav Republic of)', 'MK', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(133, 'Madagascar', 'MG', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(134, 'Malawi', 'MW', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(135, 'Malaysia', 'MY', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(136, 'Maldives', 'MV', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(137, 'Mali', 'ML', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(138, 'Malta', 'MT', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(139, 'Marshall Islands', 'MH', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(140, 'Martinique', 'MQ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(141, 'Mauritania', 'MR', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(142, 'Mauritius', 'MU', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(143, 'Mayotte', 'YT', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(144, 'Mexico', 'MX', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(145, 'Micronesia (Federated States of)', 'FM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(146, 'Moldova (Republic of)', 'MD', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(147, 'Monaco', 'MC', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(148, 'Mongolia', 'MN', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(149, 'Montenegro', 'ME', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(150, 'Montserrat', 'MS', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(151, 'Morocco', 'MA', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(152, 'Mozambique', 'MZ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(153, 'Myanmar', 'MM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(154, 'Namibia', 'NA', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(155, 'Nauru', 'NR', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(156, 'Nepal', 'NP', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(157, 'Netherlands', 'NL', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(158, 'New Caledonia', 'NC', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(159, 'New Zealand', 'NZ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(160, 'Nicaragua', 'NI', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(161, 'Niger', 'NE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(162, 'Nigeria', 'NG', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(163, 'Niue', 'NU', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(164, 'Norfolk Island', 'NF', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(165, 'Northern Mariana Islands', 'MP', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(166, 'Norway', 'NO', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(167, 'Oman', 'OM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(168, 'Pakistan', 'PK', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(169, 'Palau', 'PW', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(170, 'Palestine, State of', 'PS', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(171, 'Panama', 'PA', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(172, 'Papua New Guinea', 'PG', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(173, 'Paraguay', 'PY', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(174, 'Peru', 'PE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(175, 'Philippines', 'PH', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(176, 'Pitcairn', 'PN', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(177, 'Poland', 'PL', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(178, 'Portugal', 'PT', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(179, 'Puerto Rico', 'PR', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(180, 'Qatar', 'QA', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(181, 'Réunion', 'RE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(182, 'Romania', 'RO', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(183, 'Russian Federation', 'RU', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(184, 'Rwanda', 'RW', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(185, 'Saint Barthélemy', 'BL', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(186, 'Saint Helena, Ascension and Tristan da Cunha', 'SH', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(187, 'Saint Kitts and Nevis', 'KN', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(188, 'Saint Lucia', 'LC', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(189, 'Saint Martin (French part)', 'MF', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(190, 'Saint Pierre and Miquelon', 'PM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(191, 'Saint Vincent and the Grenadines', 'VC', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(192, 'Samoa', 'WS', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(193, 'San Marino', 'SM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(194, 'Sao Tome and Principe', 'ST', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(195, 'Saudi Arabia', 'SA', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(196, 'Senegal', 'SN', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(197, 'Serbia', 'RS', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(198, 'Seychelles', 'SC', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(199, 'Sierra Leone', 'SL', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(200, 'Singapore', 'SG', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(201, 'Sint Maarten (Dutch part)', 'SX', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(202, 'Slovakia', 'SK', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(203, 'Slovenia', 'SI', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(204, 'Solomon Islands', 'SB', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(205, 'Somalia', 'SO', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(206, 'South Africa', 'ZA', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(207, 'South Georgia and the South Sandwich Islands', 'GS', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(208, 'South Sudan', 'SS', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(209, 'Spain', 'ES', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(210, 'Sri Lanka', 'LK', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(211, 'Sudan', 'SD', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(212, 'Suriname', 'SR', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(213, 'Svalbard and Jan Mayen', 'SJ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(214, 'Swaziland', 'SZ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(215, 'Sweden', 'SE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(216, 'Switzerland', 'CH', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(217, 'Syrian Arab Republic', 'SY', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(218, 'Taiwan, Province of China', 'TW', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(219, 'Tajikistan', 'TJ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(220, 'Tanzania, United Republic of', 'TZ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(221, 'Thailand', 'TH', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(222, 'Timor-Leste', 'TL', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(223, 'Togo', 'TG', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(224, 'Tokelau', 'TK', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(225, 'Tonga', 'TO', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(226, 'Trinidad and Tobago', 'TT', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(227, 'Tunisia', 'TN', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(228, 'Turkey', 'TR', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(229, 'Turkmenistan', 'TM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(230, 'Turks and Caicos Islands', 'TC', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(231, 'Tuvalu', 'TV', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(232, 'Uganda', 'UG', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(233, 'Ukraine', 'UA', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(234, 'United Arab Emirates', 'AE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(235, 'United Kingdom of Great Britain and Northern Ireland', 'GB', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(236, 'United States Minor Outlying Islands', 'UM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(237, 'United States of America', 'US', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(238, 'Uruguay', 'UY', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(239, 'Uzbekistan', 'UZ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(240, 'Vanuatu', 'VU', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(241, 'Venezuela (Bolivarian Republic of)', 'VE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(242, 'Viet Nam', 'VN', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(243, 'Virgin Islands (British)', 'VG', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(244, 'Virgin Islands (U.S.)', 'VI', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(245, 'Wallis and Futuna', 'WF', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(246, 'Western Sahara', 'EH', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(247, 'Yemen', 'YE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(248, 'Zambia', 'ZM', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(249, 'Zimbabwe', 'ZW', '0000-00-00 00:00:00', '0000-00-00 00:00:00');

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

--
-- Table structure for table `custom_pages`
--

CREATE TABLE `custom_pages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `page_name` longtext NOT NULL,
  `slug` varchar(191) NOT NULL,
  `description` longtext NOT NULL,
  `status` tinyint(4) 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 `custom_pages`
--

INSERT INTO `custom_pages` (`id`, `page_name`, `slug`, `description`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Custom Page One', 'custom-page-one', '<p><strong>1. What is custom page?</strong></p>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuriefss asbut also the on leap into a electironc typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andeiss more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p><strong>2. How does work custom page</strong></p>\r\n<p>While it&rsquo;s not legally required for ecommerce websites to have a terms and conditions agreement, adding one will help protect your as sonline business.As terms and conditions are legally enforceable rules, they allow you to set standards for how users interact with your site. Here are some of the major abenefits of including terms and conditions on your ecommerce site:</p>\r\n<p>It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.</p>\r\n<p><strong>Features :</strong></p>\r\n<ul>\r\n<li>Slim body with metal cover</li>\r\n<li>Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)</li>\r\n<li>8GB DDR4 RAM and fast 512GB PCIe SSD</li>\r\n<li>NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support</li>\r\n</ul>\r\n<p><strong>3. Protect Your Property</strong></p>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuriezcs but also the on leap into as eylectronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraszvxet sheets containing Lorem Ipsum our spassages, andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book. five centuries but also a the on leap into electronic typesetting, remaining essentially unchanged. It aswasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop our aspublishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p><strong>4. What to Include in Terms and Conditions for Online Stores</strong></p>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five as centuries but also the on leap into as electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of as Leitraset sheets containing Loriem Ipsum passages, our andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>Five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing software like Aldus PageMaker our as including versions of Loriem Ipsum to make a type specimen book. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets as containing Lorem Ipsum passages, andei more recently with a desktop publishing software like Aldus PageMaker including versions of Loremas&nbsp; Ipsum to make a type specimen book.</p>\r\n<p><strong>05.Pricing and Payment Terms</strong></p>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five as centuries but also as the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release as of Letraset sheets containing Lorem Ipsum our spassages, andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>Five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing software like Aldus PageMaker our as including versions of Lorem aIpsum to make a type specimen book. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheetsasd containing Lorem Ipsum passages, andei more recentlysl with desktop publishing software like Aldus PageMaker including versions of Loremadfsfds Ipsum to make a type specimen book.</p>\r\n<p>It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the our 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing asou software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>', 1, '2023-05-07 14:23:03', '2023-05-07 14:23:03'),
(2, 'Custom Page Two', 'custom-page-two', '<p><strong>1. What is custom page?</strong></p>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuriefss asbut also the on leap into a electironc typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andeiss more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p><strong>2. How does work custom page</strong></p>\r\n<p>While it&rsquo;s not legally required for ecommerce websites to have a terms and conditions agreement, adding one will help protect your as sonline business.As terms and conditions are legally enforceable rules, they allow you to set standards for how users interact with your site. Here are some of the major abenefits of including terms and conditions on your ecommerce site:</p>\r\n<p>It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.</p>\r\n<p><strong>Features :</strong></p>\r\n<ul>\r\n<li>Slim body with metal cover</li>\r\n<li>Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)</li>\r\n<li>8GB DDR4 RAM and fast 512GB PCIe SSD</li>\r\n<li>NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support</li>\r\n</ul>\r\n<p><strong>3. Protect Your Property</strong></p>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuriezcs but also the on leap into as eylectronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraszvxet sheets containing Lorem Ipsum our spassages, andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book. five centuries but also a the on leap into electronic typesetting, remaining essentially unchanged. It aswasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop our aspublishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p><strong>4. What to Include in Terms and Conditions for Online Stores</strong></p>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five as centuries but also the on leap into as electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of as Leitraset sheets containing Loriem Ipsum passages, our andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>Five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing software like Aldus PageMaker our as including versions of Loriem Ipsum to make a type specimen book. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets as containing Lorem Ipsum passages, andei more recently with a desktop publishing software like Aldus PageMaker including versions of Loremas&nbsp; Ipsum to make a type specimen book.</p>\r\n<p><strong>05.Pricing and Payment Terms</strong></p>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five as centuries but also as the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release as of Letraset sheets containing Lorem Ipsum our spassages, andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>Five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing software like Aldus PageMaker our as including versions of Lorem aIpsum to make a type specimen book. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheetsasd containing Lorem Ipsum passages, andei more recentlysl with desktop publishing software like Aldus PageMaker including versions of Loremadfsfds Ipsum to make a type specimen book.</p>\r\n<p>It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the our 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing asou software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>', 1, '2023-05-07 14:23:26', '2023-05-07 14:23:26');

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

--
-- Table structure for table `custom_paginations`
--

CREATE TABLE `custom_paginations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `page_name` varchar(255) NOT NULL,
  `qty` int(11) 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 `custom_paginations`
--

INSERT INTO `custom_paginations` (`id`, `page_name`, `qty`, `created_at`, `updated_at`) VALUES
(1, 'Blog Page', 6, NULL, '2022-02-07 08:39:56'),
(2, 'Property Page', 6, NULL, '2023-05-08 04:03:50'),
(3, 'Agent Page', 8, NULL, '2022-02-07 02:14:01'),
(4, 'Blog Comment', 15, NULL, '2023-05-08 04:03:50'),
(5, 'Provider Review', 10, NULL, '2023-05-08 04:03:50');

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

--
-- Table structure for table `email_configurations`
--

CREATE TABLE `email_configurations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `mail_type` tinyint(4) DEFAULT NULL,
  `mail_host` varchar(255) DEFAULT NULL,
  `mail_port` varchar(255) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `email_password` varchar(255) DEFAULT NULL,
  `smtp_username` varchar(255) DEFAULT NULL,
  `smtp_password` varchar(255) DEFAULT NULL,
  `mail_encryption` 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 `email_configurations`
--

INSERT INTO `email_configurations` (`id`, `mail_type`, `mail_host`, `mail_port`, `email`, `email_password`, `smtp_username`, `smtp_password`, `mail_encryption`, `created_at`, `updated_at`) VALUES
(1, 2, 'homeco-multilang.mamunuiux.com', '465', 'no-reply@homeco-multilang.mamunuiux.com', '0gEwMp7c5vakFA6Y', 'no-reply@homeco-multilang.mamunuiux.com', '$,fe;WK&=rkN', 'ssl', NULL, '2024-12-02 11:37:40');

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

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

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

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

INSERT INTO `email_templates` (`id`, `name`, `subject`, `description`, `created_at`, `updated_at`) VALUES
(1, 'Password Reset', 'Password Reset', '<h4>Dear <b>{{name}}</b>,</h4>\r\n    <p>Do you want to reset your password? Please Click the following link and Reset Your Password.</p>', NULL, '2021-12-09 10:06:57'),
(2, 'Contact Email', 'Contact Email', '<p>Name: <b>{{name}}</b></p><p>\r\n\r\nEmail: <b>{{email}}</b></p><p>\r\n\r\nPhone: <b>{{phone}}</b></p><p><span style=\"background-color: transparent;\">Subject: <b>{{subject}}</b></span></p><p>\r\n\r\nMessage: <b>{{message}}</b></p>', NULL, '2021-12-10 23:44:34'),
(3, 'Subscribe Notification', 'Subscribe Notification', '<h2><b>Hi there</b>,</h2><p>\r\nCongratulations! Your Subscription has been created successfully. Please Click the following link and Verified Your Subscription. If you won\'t approve this link, after 24hourse your subscription will be denay</p>', NULL, '2021-12-10 23:44:53'),
(4, 'User Verification', 'User Verification', '<p>Dear <b>{{user_name}}</b>,\r\n</p><p>Congratulations! Your Account has been created successfully. Please Click the following link and Active your Account.</p>', NULL, '2021-12-10 23:45:25'),
(6, 'Order Successfully', 'Order Successfully', '<p>Hi {{user_name}},</p>\r\n<p>Thanks for your new order. Your order id has been submited .</p>\r\n<p>Total Amount : {{total_amount}},</p>\r\n<p>Payment Method : {{payment_method}},</p>\r\n<p>Payment Status : {{payment_status}},</p>', NULL, '2023-04-12 06:13:30'),
(10, 'User Verification For OTP', 'User Verification', '<p>Dear <b>{{user_name}}</b>,\n</p><p>Congratulations! Your Account has been created successfully. Please Copy the code and verify your account</p>', NULL, '2021-12-10 23:45:25'),
(11, 'Password Reset For OTP', 'Password Reset', '<h4>Dear <b>{{name}}</b>,</h4>\r\n    <p>Do you want to reset your password? Please copy and past the code</p>', NULL, '2021-12-09 10:06:57'),
(12, 'Agent Contact Email', 'Agent Contact Email', '<p>Name: <strong>{{name}}</strong></p>\r\n<p>Email: <strong>{{email}}</strong></p>\r\n<p><span style=\"background-color: transparent;\">Subject: <strong>{{subject}}</strong></span></p>\r\n<p>Message: <strong>{{message}}</strong></p>', NULL, '2023-04-11 07:16:00');

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

--
-- Table structure for table `error_pages`
--

CREATE TABLE `error_pages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `page_name` varchar(255) NOT NULL,
  `page_number` varchar(255) NOT NULL,
  `image` varchar(255) DEFAULT NULL,
  `header` varchar(255) NOT NULL,
  `description` varchar(255) NOT NULL,
  `button_text` 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 `error_pages`
--

INSERT INTO `error_pages` (`id`, `page_name`, `page_number`, `image`, `header`, `description`, `button_text`, `created_at`, `updated_at`) VALUES
(1, '404 Error', '404', 'uploads/website-images/error-page--2023-04-16-12-25-10-7120.png', 'Oops! Page Not Found', 'Sorry, the page you were looking for could not be found.', 'Back to Home Page', NULL, '2024-12-01 19:33:17');

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

--
-- Table structure for table `facebook_pixels`
--

CREATE TABLE `facebook_pixels` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `status` int(11) NOT NULL DEFAULT 0,
  `app_id` 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 `facebook_pixels`
--

INSERT INTO `facebook_pixels` (`id`, `status`, `app_id`, `created_at`, `updated_at`) VALUES
(1, 1, '972911606915059', NULL, '2021-12-13 22:38:44');

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

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

--
-- Dumping data for table `failed_jobs`
--

INSERT INTO `failed_jobs` (`id`, `uuid`, `connection`, `queue`, `payload`, `exception`, `failed_at`) VALUES
(1, 'a23a5d4e-e400-4cef-a5af-3b843e5058a5', 'database', 'default', '{\"uuid\":\"a23a5d4e-e400-4cef-a5af-3b843e5058a5\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:10:\\\"categories\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:4:\\\"name\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"hi\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 'RuntimeException: You must specify an orderBy clause when using this function. in C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Query\\Builder.php:3122\nStack trace:\n#0 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Concerns\\BuildsQueries.php(34): Illuminate\\Database\\Query\\Builder->enforceOrderBy()\n#1 C:\\laragon\\www\\homeco_laravel\\app\\Jobs\\TranslateTableData.php(73): Illuminate\\Database\\Query\\Builder->chunk(100, Object(Closure))\n#2 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Jobs\\TranslateTableData->handle()\n#3 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#4 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#5 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#6 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(662): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#7 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Bus\\Dispatcher.php(128): Illuminate\\Container\\Container->call(Array)\n#8 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Pipeline\\Pipeline.php(144): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\TranslateTableData))\n#9 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Pipeline\\Pipeline.php(119): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\TranslateTableData))\n#10 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Bus\\Dispatcher.php(132): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#11 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\CallQueuedHandler.php(124): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\TranslateTableData), false)\n#12 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Pipeline\\Pipeline.php(144): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\TranslateTableData))\n#13 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Pipeline\\Pipeline.php(119): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\TranslateTableData))\n#14 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\CallQueuedHandler.php(126): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#15 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\CallQueuedHandler.php(70): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\TranslateTableData))\n#16 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\Jobs\\Job.php(102): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#17 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\Worker.php(439): Illuminate\\Queue\\Jobs\\Job->fire()\n#18 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\Worker.php(389): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#19 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\Worker.php(176): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#20 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\Console\\WorkCommand.php(138): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\Console\\WorkCommand.php(121): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#22 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#23 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#24 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#25 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#26 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(662): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#27 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)\n#28 C:\\laragon\\www\\homeco_laravel\\vendor\\symfony\\console\\Command\\Command.php(326): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#29 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(181): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 C:\\laragon\\www\\homeco_laravel\\vendor\\symfony\\console\\Application.php(1096): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#31 C:\\laragon\\www\\homeco_laravel\\vendor\\symfony\\console\\Application.php(324): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 C:\\laragon\\www\\homeco_laravel\\vendor\\symfony\\console\\Application.php(175): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(201): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 C:\\laragon\\www\\homeco_laravel\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 {main}', '2024-11-28 12:52:15'),
(2, '0d1426ef-e8f2-42ce-b05c-6a7d6321d65b', 'database', 'default', '{\"uuid\":\"0d1426ef-e8f2-42ce-b05c-6a7d6321d65b\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:10:\\\"categories\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:4:\\\"name\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 'RuntimeException: You must specify an orderBy clause when using this function. in C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Query\\Builder.php:3122\nStack trace:\n#0 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Concerns\\BuildsQueries.php(34): Illuminate\\Database\\Query\\Builder->enforceOrderBy()\n#1 C:\\laragon\\www\\homeco_laravel\\app\\Jobs\\TranslateTableData.php(73): Illuminate\\Database\\Query\\Builder->chunk(100, Object(Closure))\n#2 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Jobs\\TranslateTableData->handle()\n#3 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#4 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#5 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#6 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(662): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#7 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Bus\\Dispatcher.php(128): Illuminate\\Container\\Container->call(Array)\n#8 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Pipeline\\Pipeline.php(144): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\TranslateTableData))\n#9 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Pipeline\\Pipeline.php(119): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\TranslateTableData))\n#10 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Bus\\Dispatcher.php(132): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#11 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\CallQueuedHandler.php(124): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\TranslateTableData), false)\n#12 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Pipeline\\Pipeline.php(144): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\TranslateTableData))\n#13 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Pipeline\\Pipeline.php(119): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\TranslateTableData))\n#14 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\CallQueuedHandler.php(126): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#15 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\CallQueuedHandler.php(70): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\TranslateTableData))\n#16 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\Jobs\\Job.php(102): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#17 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\Worker.php(439): Illuminate\\Queue\\Jobs\\Job->fire()\n#18 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\Worker.php(389): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#19 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\Worker.php(176): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#20 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\Console\\WorkCommand.php(138): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\Console\\WorkCommand.php(121): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#22 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#23 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#24 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#25 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#26 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(662): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#27 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)\n#28 C:\\laragon\\www\\homeco_laravel\\vendor\\symfony\\console\\Command\\Command.php(326): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#29 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(181): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 C:\\laragon\\www\\homeco_laravel\\vendor\\symfony\\console\\Application.php(1096): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#31 C:\\laragon\\www\\homeco_laravel\\vendor\\symfony\\console\\Application.php(324): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 C:\\laragon\\www\\homeco_laravel\\vendor\\symfony\\console\\Application.php(175): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(201): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 C:\\laragon\\www\\homeco_laravel\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 {main}', '2024-11-28 12:58:11'),
(3, '489af72b-2ae3-4018-a42c-6fd6c85985d2', 'database', 'default', '{\"uuid\":\"489af72b-2ae3-4018-a42c-6fd6c85985d2\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:10:\\\"categories\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:4:\\\"name\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"hi\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 'RuntimeException: You must specify an orderBy clause when using this function. in C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Query\\Builder.php:3122\nStack trace:\n#0 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Concerns\\BuildsQueries.php(34): Illuminate\\Database\\Query\\Builder->enforceOrderBy()\n#1 C:\\laragon\\www\\homeco_laravel\\app\\Jobs\\TranslateTableData.php(73): Illuminate\\Database\\Query\\Builder->chunk(100, Object(Closure))\n#2 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): App\\Jobs\\TranslateTableData->handle()\n#3 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#4 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#5 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#6 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(662): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#7 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Bus\\Dispatcher.php(128): Illuminate\\Container\\Container->call(Array)\n#8 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Pipeline\\Pipeline.php(144): Illuminate\\Bus\\Dispatcher->Illuminate\\Bus\\{closure}(Object(App\\Jobs\\TranslateTableData))\n#9 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Pipeline\\Pipeline.php(119): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\TranslateTableData))\n#10 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Bus\\Dispatcher.php(132): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#11 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\CallQueuedHandler.php(124): Illuminate\\Bus\\Dispatcher->dispatchNow(Object(App\\Jobs\\TranslateTableData), false)\n#12 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Pipeline\\Pipeline.php(144): Illuminate\\Queue\\CallQueuedHandler->Illuminate\\Queue\\{closure}(Object(App\\Jobs\\TranslateTableData))\n#13 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Pipeline\\Pipeline.php(119): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(App\\Jobs\\TranslateTableData))\n#14 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\CallQueuedHandler.php(126): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))\n#15 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\CallQueuedHandler.php(70): Illuminate\\Queue\\CallQueuedHandler->dispatchThroughMiddleware(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(App\\Jobs\\TranslateTableData))\n#16 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\Jobs\\Job.php(102): Illuminate\\Queue\\CallQueuedHandler->call(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Array)\n#17 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\Worker.php(439): Illuminate\\Queue\\Jobs\\Job->fire()\n#18 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\Worker.php(389): Illuminate\\Queue\\Worker->process(\'database\', Object(Illuminate\\Queue\\Jobs\\DatabaseJob), Object(Illuminate\\Queue\\WorkerOptions))\n#19 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\Worker.php(176): Illuminate\\Queue\\Worker->runJob(Object(Illuminate\\Queue\\Jobs\\DatabaseJob), \'database\', Object(Illuminate\\Queue\\WorkerOptions))\n#20 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\Console\\WorkCommand.php(138): Illuminate\\Queue\\Worker->daemon(\'database\', \'default\', Object(Illuminate\\Queue\\WorkerOptions))\n#21 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\Console\\WorkCommand.php(121): Illuminate\\Queue\\Console\\WorkCommand->runWorker(\'database\', \'default\')\n#22 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()\n#23 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#24 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))\n#25 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))\n#26 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(662): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)\n#27 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(211): Illuminate\\Container\\Container->call(Array)\n#28 C:\\laragon\\www\\homeco_laravel\\vendor\\symfony\\console\\Command\\Command.php(326): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#29 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(181): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))\n#30 C:\\laragon\\www\\homeco_laravel\\vendor\\symfony\\console\\Application.php(1096): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#31 C:\\laragon\\www\\homeco_laravel\\vendor\\symfony\\console\\Application.php(324): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#32 C:\\laragon\\www\\homeco_laravel\\vendor\\symfony\\console\\Application.php(175): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#33 C:\\laragon\\www\\homeco_laravel\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(201): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#34 C:\\laragon\\www\\homeco_laravel\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\n#35 {main}', '2024-11-28 13:07:11');

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

--
-- Table structure for table `faqs`
--

CREATE TABLE `faqs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `question` varchar(255) DEFAULT NULL,
  `answer` text DEFAULT NULL,
  `status` int(11) 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 `faqs`
--

INSERT INTO `faqs` (`id`, `question`, `answer`, `status`, `created_at`, `updated_at`) VALUES
(1, 'What are we for it Company?', 'From the first year of primary school, we provide interactive and one-to-one online trainings for our children to enjoy  the first year of primary school, we provide interactive and one-to-one online trainings.', 1, '2023-05-07 14:25:15', '2023-05-07 14:25:15'),
(2, 'What happens if you delete social media apps?', 'From the first year of primary school, we provide interactive and one-to-one online trainings for our children to enjoy  the first year of primary school, we provide interactive and one-to-one online trainings.', 1, '2023-05-07 14:25:49', '2023-05-07 14:25:49'),
(3, 'What is social media in simple words?', 'From the first year of primary school, we provide interactive and one-to-one online trainings for our children to enjoy  the first year of primary school, we provide interactive and one-to-one online trainings.', 1, '2023-05-07 14:26:20', '2023-05-07 14:26:20'),
(4, 'How does work QuomodoSoft?', 'From the first year of primary school, we provide interactive and one-to-one online trainings for our children to enjoy  the first year of primary school, we provide interactive and one-to-one online trainings.', 1, '2023-05-07 14:27:32', '2023-05-07 14:27:32');

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

--
-- Table structure for table `flutterwaves`
--

CREATE TABLE `flutterwaves` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `public_key` text NOT NULL,
  `secret_key` text NOT NULL,
  `currency_rate` double NOT NULL DEFAULT 1,
  `country_code` varchar(191) NOT NULL,
  `currency_code` varchar(191) NOT NULL,
  `title` varchar(255) NOT NULL,
  `logo` varchar(255) NOT NULL,
  `status` int(11) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `currency_id` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `flutterwaves`
--

INSERT INTO `flutterwaves` (`id`, `public_key`, `secret_key`, `currency_rate`, `country_code`, `currency_code`, `title`, `logo`, `status`, `created_at`, `updated_at`, `currency_id`) VALUES
(1, 'FLWPUBK_TEST-5760e3ff9888aa1ab5e5cd1ec3f99cb1-X', 'FLWSECK_TEST-81cb5da016d0a51f7329d4a8057e766d-X', 460.49, 'NG', 'NGN', 'HomeCo', 'uploads/website-images/flutterwave-2023-04-12-10-43-01-9699.png', 0, NULL, '2024-12-01 22:13:43', 3);

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

--
-- Table structure for table `footers`
--

CREATE TABLE `footers` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `phone` varchar(255) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `address` varchar(255) DEFAULT NULL,
  `about_us` text DEFAULT NULL,
  `copyright` varchar(191) DEFAULT NULL,
  `background_image` 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 `footers`
--

INSERT INTO `footers` (`id`, `phone`, `email`, `address`, `about_us`, `copyright`, `background_image`, `created_at`, `updated_at`) VALUES
(1, '+4847-150-3587', 'abdur.rohman2003@gmail.com', 'Jackson Heights, 11372, NY, United States', 'There are many variatons of pass Ipsum available, but the majority alteration in some form, by inject randomised words', 'Copyright 2024, QuomodoSoft. All Rights Reserved.', 'uploads/website-images/footer-bg-2023-03-21-09-32-28-7186.svg', NULL, '2024-12-01 19:22:21');

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

--
-- Table structure for table `footer_social_links`
--

CREATE TABLE `footer_social_links` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `link` varchar(255) DEFAULT NULL,
  `icon` 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 `footer_social_links`
--

INSERT INTO `footer_social_links` (`id`, `link`, `icon`, `created_at`, `updated_at`) VALUES
(1, 'https://www.facebook.com/', 'fab fa-facebook-f', '2023-05-07 14:17:57', '2023-05-07 14:17:57'),
(2, 'https://www.twitter.com/', 'fab fa-twitter', '2023-05-07 14:18:19', '2023-05-07 14:18:19'),
(3, 'https://www.instagram.com/', 'fab fa-instagram', '2023-05-07 14:18:35', '2023-05-07 14:18:35'),
(4, 'https://www.linkedin.com/', 'fab fa-linkedin-in', '2023-05-07 14:18:50', '2023-05-07 14:18:50');

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

--
-- Table structure for table `google_analytics`
--

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

--
-- Dumping data for table `google_analytics`
--

INSERT INTO `google_analytics` (`id`, `analytic_id`, `status`, `created_at`, `updated_at`) VALUES
(1, 'UA-84213520-6', 1, NULL, '2021-12-10 22:15:51');

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

--
-- Table structure for table `google_recaptchas`
--

CREATE TABLE `google_recaptchas` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `site_key` varchar(255) DEFAULT NULL,
  `secret_key` varchar(255) DEFAULT NULL,
  `status` 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 `google_recaptchas`
--

INSERT INTO `google_recaptchas` (`id`, `site_key`, `secret_key`, `status`, `created_at`, `updated_at`) VALUES
(1, '6LcVO6cbAAAAAOzIEwPlU66nL1rxD4VAS38tjpBX', '6LcVO6cbAAAAALVNrpZfNRfd0Gy_9a_fJRLiMVUI', 0, NULL, '2024-03-17 22:32:19');

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

--
-- Table structure for table `homepages`
--

CREATE TABLE `homepages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `show_category` varchar(255) NOT NULL DEFAULT 'enable',
  `category_item` varchar(255) NOT NULL DEFAULT '0',
  `location_title` varchar(255) NOT NULL,
  `location_description` varchar(255) NOT NULL,
  `show_location` varchar(255) NOT NULL DEFAULT 'enable',
  `show_about_us` varchar(255) NOT NULL DEFAULT 'enable',
  `property_title` varchar(255) NOT NULL,
  `property_description` varchar(255) NOT NULL,
  `show_property` varchar(255) NOT NULL DEFAULT 'enable',
  `property_item` varchar(255) NOT NULL DEFAULT '0',
  `urgent_property_title` varchar(255) DEFAULT 'Latest Urgent Properties',
  `urgent_property_description` varchar(255) DEFAULT 'Our Living Space of Flat',
  `urgent_property_item` varchar(255) DEFAULT '10',
  `show_urgent_property` varchar(255) DEFAULT 'enable',
  `why_choose_title` varchar(255) NOT NULL,
  `why_choose_description` varchar(255) NOT NULL,
  `show_why_choose_us` varchar(255) NOT NULL DEFAULT 'enable',
  `agent_title` varchar(255) NOT NULL,
  `agent_description` varchar(255) NOT NULL,
  `agent_item` varchar(255) NOT NULL DEFAULT '0',
  `show_agent` varchar(255) NOT NULL DEFAULT 'enable',
  `home2_agent_bg` varchar(255) NOT NULL,
  `show_faq` varchar(255) NOT NULL DEFAULT 'enable',
  `show_mobile_app` varchar(255) NOT NULL DEFAULT 'enable',
  `testimonial_title` varchar(255) NOT NULL,
  `testimonial_description` varchar(255) NOT NULL,
  `testimonial_item` varchar(255) NOT NULL DEFAULT '0',
  `show_testimonial` varchar(255) NOT NULL DEFAULT 'enable',
  `testimonial_bg` varchar(255) DEFAULT NULL,
  `partner_title` varchar(255) NOT NULL,
  `partner_item` varchar(255) NOT NULL DEFAULT '0',
  `show_partner` varchar(255) NOT NULL DEFAULT 'enable',
  `show_counter` varchar(255) NOT NULL DEFAULT 'enable',
  `blog_title` text DEFAULT NULL,
  `blog_description` text DEFAULT NULL,
  `show_blog` varchar(255) NOT NULL DEFAULT 'enable',
  `blog_item` varchar(255) NOT NULL DEFAULT '0',
  `pricing_plan_title` text DEFAULT NULL,
  `pricing_plan_description` text DEFAULT NULL,
  `show_pricing_plan` varchar(255) DEFAULT 'enable',
  `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 `homepages`
--

INSERT INTO `homepages` (`id`, `show_category`, `category_item`, `location_title`, `location_description`, `show_location`, `show_about_us`, `property_title`, `property_description`, `show_property`, `property_item`, `urgent_property_title`, `urgent_property_description`, `urgent_property_item`, `show_urgent_property`, `why_choose_title`, `why_choose_description`, `show_why_choose_us`, `agent_title`, `agent_description`, `agent_item`, `show_agent`, `home2_agent_bg`, `show_faq`, `show_mobile_app`, `testimonial_title`, `testimonial_description`, `testimonial_item`, `show_testimonial`, `testimonial_bg`, `partner_title`, `partner_item`, `show_partner`, `show_counter`, `blog_title`, `blog_description`, `show_blog`, `blog_item`, `pricing_plan_title`, `pricing_plan_description`, `show_pricing_plan`, `created_at`, `updated_at`) VALUES
(1, 'enable', '8', 'Find Your Property City', 'Explore a Neighborhood or City', 'enable', 'enable', 'View All Our Featured Properties', 'Featured Properties', 'enable', '6', 'Latest Urgent Properties', 'Our Living Space of Flat', '6', 'enable', '4 step to go', 'Why Choose us', 'enable', 'Find Your Property Agent', 'Meet Properties Agents', '6', 'enable', 'uploads/website-images/agent-bg-2023-03-30-04-46-43-6771.jpg', 'enable', 'enable', 'Customer Reviews', 'What’s Our Customer Say', '10', 'enable', 'uploads/website-images/testimonial-bg-2023-04-10-03-54-21-4413.jpg', 'Trusted by big brands', '5', 'enable', 'enable', 'Get our Information', 'Our Latest News', 'enable', '5', 'Pricing Plan', 'Pricing Plan for Real Estate', 'enable', NULL, '2024-12-01 19:24:47');

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

--
-- Table structure for table `how_it_works`
--

CREATE TABLE `how_it_works` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `image` varchar(255) DEFAULT NULL,
  `title` varchar(255) 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 `instamojo_payments`
--

CREATE TABLE `instamojo_payments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `api_key` text NOT NULL,
  `auth_token` text NOT NULL,
  `currency_rate` varchar(255) NOT NULL DEFAULT '1',
  `account_mode` varchar(255) NOT NULL DEFAULT 'Sandbox',
  `status` int(11) NOT NULL DEFAULT 1,
  `image` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `currency_id` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `instamojo_payments`
--

INSERT INTO `instamojo_payments` (`id`, `api_key`, `auth_token`, `currency_rate`, `account_mode`, `status`, `image`, `created_at`, `updated_at`, `currency_id`) VALUES
(1, 'test_5f4a2c9a58ef216f8a1a688910f', 'test_994252ada69ce7b3d282b9941c2', '81.98', 'Sandbox', 0, 'uploads/website-images/instamojo-2023-04-12-10-41-06-1899.png', NULL, '2024-12-01 22:13:53', 3);

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

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

--
-- Dumping data for table `jobs`
--

INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(197, 'default', '{\"uuid\":\"47d6a951-3ac2-4644-b52b-226b99044660\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:8:\\\"about_us\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:18:{i:0;s:11:\\\"short_title\\\";i:1;s:10:\\\"long_title\\\";i:2;s:17:\\\"experience_text_1\\\";i:3;s:17:\\\"experience_text_2\\\";i:4;s:13:\\\"description_1\\\";i:5;s:13:\\\"description_2\\\";i:6;s:11:\\\"author_name\\\";i:7;s:18:\\\"author_designation\\\";i:8;s:12:\\\"item1_title2\\\";i:9;s:12:\\\"item2_title2\\\";i:10;s:17:\\\"item1_description\\\";i:11;s:17:\\\"item2_description\\\";i:12;s:21:\\\"home2_percentage_text\\\";i:13;s:16:\\\"home2_long_title\\\";i:14;s:18:\\\"home2_description1\\\";i:15;s:18:\\\"home2_description2\\\";i:16;s:11:\\\"home2_item1\\\";i:17;s:11:\\\"home2_item2\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"hd\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1733115854, 1733115854),
(198, 'default', '{\"uuid\":\"de8ddf39-a8d8-4fbb-8618-54348d3274c6\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:22:\\\"additional_information\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:7:\\\"add_key\\\";i:1;s:9:\\\"add_value\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"hd\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1733115854, 1733115854),
(199, 'default', '{\"uuid\":\"b5efce12-f282-4eb1-85e8-b3a5717e071c\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:9:\\\"aminities\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:7:\\\"aminity\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"hd\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1733115854, 1733115854),
(200, 'default', '{\"uuid\":\"31c5ab95-de7d-43c3-8085-a5ccf1cc34ee\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:10:\\\"categories\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:4:\\\"name\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"hd\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1733115854, 1733115854),
(201, 'default', '{\"uuid\":\"7f074eba-a1f1-4d9d-96cc-e725b66f1eb0\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:10:\\\"properties\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:7:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";i:2;s:17:\\\"video_description\\\";i:3;s:7:\\\"address\\\";i:4;s:19:\\\"address_description\\\";i:5;s:9:\\\"seo_title\\\";i:6;s:20:\\\"seo_meta_description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"hd\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1733115854, 1733115854),
(202, 'default', '{\"uuid\":\"3b4a0299-61c0-4e6e-aea1-75507a563ad4\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:14:\\\"property_plans\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"hd\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1733115854, 1733115854),
(203, 'default', '{\"uuid\":\"0206d464-355c-40ac-b11f-ffff336fd8a5\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:17:\\\"nearest_locations\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:8:\\\"location\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"hd\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1733115854, 1733115854),
(204, 'default', '{\"uuid\":\"df33b887-c345-4570-9122-aa0998686847\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:8:\\\"about_us\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:18:{i:0;s:11:\\\"short_title\\\";i:1;s:10:\\\"long_title\\\";i:2;s:17:\\\"experience_text_1\\\";i:3;s:17:\\\"experience_text_2\\\";i:4;s:13:\\\"description_1\\\";i:5;s:13:\\\"description_2\\\";i:6;s:11:\\\"author_name\\\";i:7;s:18:\\\"author_designation\\\";i:8;s:12:\\\"item1_title2\\\";i:9;s:12:\\\"item2_title2\\\";i:10;s:17:\\\"item1_description\\\";i:11;s:17:\\\"item2_description\\\";i:12;s:21:\\\"home2_percentage_text\\\";i:13;s:16:\\\"home2_long_title\\\";i:14;s:18:\\\"home2_description1\\\";i:15;s:18:\\\"home2_description2\\\";i:16;s:11:\\\"home2_item1\\\";i:17;s:11:\\\"home2_item2\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"hd\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1733116492, 1733116492),
(205, 'default', '{\"uuid\":\"a5e3b5c7-b5f7-46ed-9adf-4b2a1687949c\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:22:\\\"additional_information\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:7:\\\"add_key\\\";i:1;s:9:\\\"add_value\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"hd\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1733116492, 1733116492),
(206, 'default', '{\"uuid\":\"5965492d-ed1b-4bba-aa81-9703ea4578cc\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:9:\\\"aminities\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:7:\\\"aminity\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"hd\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1733116492, 1733116492),
(207, 'default', '{\"uuid\":\"38214add-bace-4b8e-a88d-867564e08360\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:10:\\\"categories\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:4:\\\"name\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"hd\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1733116492, 1733116492),
(208, 'default', '{\"uuid\":\"53d20829-ec4b-4065-b543-a84bde9be005\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:10:\\\"properties\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:7:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";i:2;s:17:\\\"video_description\\\";i:3;s:7:\\\"address\\\";i:4;s:19:\\\"address_description\\\";i:5;s:9:\\\"seo_title\\\";i:6;s:20:\\\"seo_meta_description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"hd\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1733116492, 1733116492),
(209, 'default', '{\"uuid\":\"f1e68086-80bd-447e-9052-d2f2ebb524c1\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:14:\\\"property_plans\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"hd\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1733116492, 1733116492),
(210, 'default', '{\"uuid\":\"6fadef90-223c-4ff3-b009-1c7bf6dc227f\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:17:\\\"nearest_locations\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:8:\\\"location\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"hd\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1733116492, 1733116492),
(211, 'default', '{\"uuid\":\"2815547a-0694-400e-9640-421307bc7146\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:8:\\\"about_us\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:19:{i:0;s:11:\\\"short_title\\\";i:1;s:10:\\\"long_title\\\";i:2;s:17:\\\"experience_text_1\\\";i:3;s:17:\\\"experience_text_2\\\";i:4;s:13:\\\"description_1\\\";i:5;s:13:\\\"description_2\\\";i:6;s:11:\\\"author_name\\\";i:7;s:18:\\\"author_designation\\\";i:8;s:12:\\\"item1_title2\\\";i:9;s:12:\\\"item2_title2\\\";i:10;s:17:\\\"item1_description\\\";i:11;s:17:\\\"item2_description\\\";i:12;s:21:\\\"home2_percentage_text\\\";i:13;s:17:\\\"home2_short_title\\\";i:14;s:16:\\\"home2_long_title\\\";i:15;s:18:\\\"home2_description1\\\";i:16;s:18:\\\"home2_description2\\\";i:17;s:11:\\\"home2_item1\\\";i:18;s:11:\\\"home2_item2\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1733133317, 1733133317),
(212, 'default', '{\"uuid\":\"e84fc264-3f53-451f-97da-f74cad59d009\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:22:\\\"additional_information\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:7:\\\"add_key\\\";i:1;s:9:\\\"add_value\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1733133317, 1733133317),
(213, 'default', '{\"uuid\":\"b4c521ce-4113-4065-90ea-7f2427dd8dd1\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:9:\\\"aminities\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:7:\\\"aminity\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1733133317, 1733133317),
(214, 'default', '{\"uuid\":\"47de83f7-0428-4f73-b94a-f72971301f42\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:10:\\\"categories\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:4:\\\"name\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1733133317, 1733133317),
(215, 'default', '{\"uuid\":\"739cc864-80ec-4e06-afa1-1ef78045ab53\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:10:\\\"properties\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:7:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";i:2;s:17:\\\"video_description\\\";i:3;s:7:\\\"address\\\";i:4;s:19:\\\"address_description\\\";i:5;s:9:\\\"seo_title\\\";i:6;s:20:\\\"seo_meta_description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1733133317, 1733133317),
(216, 'default', '{\"uuid\":\"d0dcc617-5022-4f34-aee5-dca8b21841a7\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:14:\\\"property_plans\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1733133317, 1733133317),
(217, 'default', '{\"uuid\":\"28ba55bf-576e-4635-9e92-9eb6f7c71dbb\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:9:\\\"homepages\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:17:{i:0;s:14:\\\"location_title\\\";i:1;s:20:\\\"location_description\\\";i:2;s:14:\\\"property_title\\\";i:3;s:20:\\\"property_description\\\";i:4;s:21:\\\"urgent_property_title\\\";i:5;s:27:\\\"urgent_property_description\\\";i:6;s:16:\\\"why_choose_title\\\";i:7;s:22:\\\"why_choose_description\\\";i:8;s:11:\\\"agent_title\\\";i:9;s:17:\\\"agent_description\\\";i:10;s:17:\\\"testimonial_title\\\";i:11;s:23:\\\"testimonial_description\\\";i:12;s:10:\\\"blog_title\\\";i:13;s:16:\\\"blog_description\\\";i:14;s:18:\\\"pricing_plan_title\\\";i:15;s:24:\\\"pricing_plan_description\\\";i:16;s:13:\\\"partner_title\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1733133317, 1733133317),
(218, 'default', '{\"uuid\":\"d90641dd-6375-4e28-b4ae-8c70bfc168ce\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:8:\\\"settings\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:22:{i:0;s:10:\\\"rent_title\\\";i:1;s:16:\\\"rent_description\\\";i:2;s:13:\\\"rent_btn_text\\\";i:3;s:10:\\\"sale_title\\\";i:4;s:16:\\\"sale_description\\\";i:5;s:13:\\\"sale_btn_text\\\";i:6;s:14:\\\"app_full_title\\\";i:7;s:15:\\\"app_description\\\";i:8;s:15:\\\"apple_btn_text1\\\";i:9;s:15:\\\"apple_btn_text2\\\";i:10;s:16:\\\"google_btn_text1\\\";i:11;s:16:\\\"google_btn_text2\\\";i:12;s:14:\\\"login_top_item\\\";i:13;s:17:\\\"login_footer_item\\\";i:14;s:11:\\\"short_title\\\";i:15;s:10:\\\"long_title\\\";i:16;s:12:\\\"support_time\\\";i:17;s:13:\\\"support_title\\\";i:18;s:15:\\\"faq_short_title\\\";i:19;s:14:\\\"faq_long_title\\\";i:20;s:16:\\\"faq_support_time\\\";i:21;s:17:\\\"faq_support_title\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1733133317, 1733133317),
(219, 'default', '{\"uuid\":\"e20c8bb7-cd14-4ff4-9403-04ced749ef81\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:12:\\\"custom_pages\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:9:\\\"page_name\\\";i:1;s:11:\\\"description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1733133317, 1733133317),
(220, 'default', '{\"uuid\":\"e2de2656-6220-474a-bd44-b1fa949574ef\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:20:\\\"terms_and_conditions\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:19:\\\"terms_and_condition\\\";i:1;s:14:\\\"privacy_policy\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1733133317, 1733133317),
(221, 'default', '{\"uuid\":\"cacd056c-22b0-4e32-9cdb-1c300d662600\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:4:\\\"faqs\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:8:\\\"question\\\";i:1;s:6:\\\"answer\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1733133317, 1733133317),
(222, 'default', '{\"uuid\":\"0a103213-a8d2-4176-a50b-20bda8880a33\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:7:\\\"sliders\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:13:{i:0;s:13:\\\"home1_title_1\\\";i:1;s:13:\\\"home1_title_2\\\";i:2;s:13:\\\"home1_title_3\\\";i:3;s:11:\\\"home1_item1\\\";i:4;s:11:\\\"home1_item2\\\";i:5;s:11:\\\"home1_item3\\\";i:6;s:14:\\\"home1_btn_text\\\";i:7;s:11:\\\"home2_title\\\";i:8;s:11:\\\"home3_title\\\";i:9;s:11:\\\"home3_item1\\\";i:10;s:11:\\\"home3_item2\\\";i:11;s:11:\\\"home3_item3\\\";i:12;s:14:\\\"home3_btn_text\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1733133317, 1733133317),
(223, 'default', '{\"uuid\":\"11991dbb-2c35-4c7d-a375-8ad87a60c74d\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:12:\\\"testimonials\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:3:{i:0;s:4:\\\"name\\\";i:1;s:11:\\\"designation\\\";i:2;s:7:\\\"comment\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1733133317, 1733133317),
(224, 'default', '{\"uuid\":\"737067b5-0194-4cdf-8cf9-35179e7eb0c7\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:8:\\\"counters\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:6:{i:0;s:5:\\\"title\\\";i:1;s:9:\\\"fun_title\\\";i:2;s:15:\\\"fun_description\\\";i:3;s:6:\\\"item_1\\\";i:4;s:6:\\\"item_2\\\";i:5;s:6:\\\"item_3\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1733133317, 1733133317),
(225, 'default', '{\"uuid\":\"ace96573-6efe-428f-8d23-feb4a934e2ea\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:13:\\\"why_choose_us\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1733133317, 1733133317),
(226, 'default', '{\"uuid\":\"dd29bee1-5078-4ed2-830c-7a5f706be94b\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:7:\\\"footers\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:3:{i:0;s:8:\\\"about_us\\\";i:1;s:7:\\\"address\\\";i:2;s:9:\\\"copyright\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1733133317, 1733133317),
(227, 'default', '{\"uuid\":\"66dabf98-16ce-4159-98a9-34698a9173a1\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:17:\\\"nearest_locations\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:8:\\\"location\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1733133317, 1733133317),
(228, 'default', '{\"uuid\":\"9c5139ba-0fb3-454d-a908-0a3d30b51d73\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:11:\\\"error_pages\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:6:\\\"header\\\";i:1;s:11:\\\"button_text\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1733133317, 1733133317),
(229, 'default', '{\"uuid\":\"bfe9e229-7097-48ea-a611-3ef8683c1c37\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:15:\\\"blog_categories\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:4:\\\"name\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1733133317, 1733133317),
(230, 'default', '{\"uuid\":\"42ffa2de-20ef-4558-8445-6914fc7a8b3e\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"blogs\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:4:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";i:2;s:9:\\\"seo_title\\\";i:3;s:15:\\\"seo_description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1733133317, 1733133317),
(231, 'default', '{\"uuid\":\"deba4b2c-5d98-4c38-9167-ddc751ae350b\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:8:\\\"about_us\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:19:{i:0;s:11:\\\"short_title\\\";i:1;s:10:\\\"long_title\\\";i:2;s:17:\\\"experience_text_1\\\";i:3;s:17:\\\"experience_text_2\\\";i:4;s:13:\\\"description_1\\\";i:5;s:13:\\\"description_2\\\";i:6;s:11:\\\"author_name\\\";i:7;s:18:\\\"author_designation\\\";i:8;s:12:\\\"item1_title2\\\";i:9;s:12:\\\"item2_title2\\\";i:10;s:17:\\\"item1_description\\\";i:11;s:17:\\\"item2_description\\\";i:12;s:21:\\\"home2_percentage_text\\\";i:13;s:17:\\\"home2_short_title\\\";i:14;s:16:\\\"home2_long_title\\\";i:15;s:18:\\\"home2_description1\\\";i:16;s:18:\\\"home2_description2\\\";i:17;s:11:\\\"home2_item1\\\";i:18;s:11:\\\"home2_item2\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024158, 1734024158),
(232, 'default', '{\"uuid\":\"d6527a3c-486a-4d2b-9f0c-fdeadc1b40ff\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:22:\\\"additional_information\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:7:\\\"add_key\\\";i:1;s:9:\\\"add_value\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024158, 1734024158),
(233, 'default', '{\"uuid\":\"1f93074f-f424-4d6c-b931-66f8c47c412e\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:9:\\\"aminities\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:7:\\\"aminity\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024158, 1734024158),
(234, 'default', '{\"uuid\":\"09b6cabd-3504-4cca-a6e6-24a9dbae7a90\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:10:\\\"categories\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:4:\\\"name\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024158, 1734024158),
(235, 'default', '{\"uuid\":\"7710625c-8810-4145-ac1a-df46d9efbcfb\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:10:\\\"properties\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:7:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";i:2;s:17:\\\"video_description\\\";i:3;s:7:\\\"address\\\";i:4;s:19:\\\"address_description\\\";i:5;s:9:\\\"seo_title\\\";i:6;s:20:\\\"seo_meta_description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024158, 1734024158),
(236, 'default', '{\"uuid\":\"d22aeda6-1e02-41ab-b561-adeefcb6e690\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:14:\\\"property_plans\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024158, 1734024158),
(237, 'default', '{\"uuid\":\"bb7ef4bc-015a-4142-be00-98e3c8ed7357\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:9:\\\"homepages\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:17:{i:0;s:14:\\\"location_title\\\";i:1;s:20:\\\"location_description\\\";i:2;s:14:\\\"property_title\\\";i:3;s:20:\\\"property_description\\\";i:4;s:21:\\\"urgent_property_title\\\";i:5;s:27:\\\"urgent_property_description\\\";i:6;s:16:\\\"why_choose_title\\\";i:7;s:22:\\\"why_choose_description\\\";i:8;s:11:\\\"agent_title\\\";i:9;s:17:\\\"agent_description\\\";i:10;s:17:\\\"testimonial_title\\\";i:11;s:23:\\\"testimonial_description\\\";i:12;s:10:\\\"blog_title\\\";i:13;s:16:\\\"blog_description\\\";i:14;s:18:\\\"pricing_plan_title\\\";i:15;s:24:\\\"pricing_plan_description\\\";i:16;s:13:\\\"partner_title\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024158, 1734024158),
(238, 'default', '{\"uuid\":\"7b8ef683-1556-49d8-88d1-ec6da5c99e5f\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:8:\\\"settings\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:22:{i:0;s:10:\\\"rent_title\\\";i:1;s:16:\\\"rent_description\\\";i:2;s:13:\\\"rent_btn_text\\\";i:3;s:10:\\\"sale_title\\\";i:4;s:16:\\\"sale_description\\\";i:5;s:13:\\\"sale_btn_text\\\";i:6;s:14:\\\"app_full_title\\\";i:7;s:15:\\\"app_description\\\";i:8;s:15:\\\"apple_btn_text1\\\";i:9;s:15:\\\"apple_btn_text2\\\";i:10;s:16:\\\"google_btn_text1\\\";i:11;s:16:\\\"google_btn_text2\\\";i:12;s:14:\\\"login_top_item\\\";i:13;s:17:\\\"login_footer_item\\\";i:14;s:11:\\\"short_title\\\";i:15;s:10:\\\"long_title\\\";i:16;s:12:\\\"support_time\\\";i:17;s:13:\\\"support_title\\\";i:18;s:15:\\\"faq_short_title\\\";i:19;s:14:\\\"faq_long_title\\\";i:20;s:16:\\\"faq_support_time\\\";i:21;s:17:\\\"faq_support_title\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024158, 1734024158),
(239, 'default', '{\"uuid\":\"bd51dfd3-33c7-4d11-8256-373bff038514\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:12:\\\"custom_pages\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:9:\\\"page_name\\\";i:1;s:11:\\\"description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024158, 1734024158),
(240, 'default', '{\"uuid\":\"9c76ed31-c580-4728-aec6-341afcf6e0e1\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:20:\\\"terms_and_conditions\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:19:\\\"terms_and_condition\\\";i:1;s:14:\\\"privacy_policy\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024158, 1734024158),
(241, 'default', '{\"uuid\":\"6416d454-5407-475c-ba07-c9c995ccffc1\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:4:\\\"faqs\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:8:\\\"question\\\";i:1;s:6:\\\"answer\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024158, 1734024158),
(242, 'default', '{\"uuid\":\"44b41a62-51d2-47be-8e26-740efc8583e7\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:7:\\\"sliders\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:13:{i:0;s:13:\\\"home1_title_1\\\";i:1;s:13:\\\"home1_title_2\\\";i:2;s:13:\\\"home1_title_3\\\";i:3;s:11:\\\"home1_item1\\\";i:4;s:11:\\\"home1_item2\\\";i:5;s:11:\\\"home1_item3\\\";i:6;s:14:\\\"home1_btn_text\\\";i:7;s:11:\\\"home2_title\\\";i:8;s:11:\\\"home3_title\\\";i:9;s:11:\\\"home3_item1\\\";i:10;s:11:\\\"home3_item2\\\";i:11;s:11:\\\"home3_item3\\\";i:12;s:14:\\\"home3_btn_text\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024158, 1734024158),
(243, 'default', '{\"uuid\":\"616f641d-ec4a-457a-aff9-7c8aa58071a4\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:12:\\\"testimonials\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:3:{i:0;s:4:\\\"name\\\";i:1;s:11:\\\"designation\\\";i:2;s:7:\\\"comment\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024158, 1734024158),
(244, 'default', '{\"uuid\":\"9798131a-ad39-4dcf-9664-28f9f64e2f37\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:8:\\\"counters\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:6:{i:0;s:5:\\\"title\\\";i:1;s:9:\\\"fun_title\\\";i:2;s:15:\\\"fun_description\\\";i:3;s:6:\\\"item_1\\\";i:4;s:6:\\\"item_2\\\";i:5;s:6:\\\"item_3\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024158, 1734024158),
(245, 'default', '{\"uuid\":\"866fdec3-910b-43dc-b5b0-f36d1135fe4e\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:13:\\\"why_choose_us\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024158, 1734024158),
(246, 'default', '{\"uuid\":\"f65f4a01-8891-4632-95bf-81e358de7681\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:7:\\\"footers\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:3:{i:0;s:8:\\\"about_us\\\";i:1;s:7:\\\"address\\\";i:2;s:9:\\\"copyright\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024158, 1734024158),
(247, 'default', '{\"uuid\":\"89a048a1-763a-49e9-97c7-94dade21b15c\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:17:\\\"nearest_locations\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:8:\\\"location\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024158, 1734024158),
(248, 'default', '{\"uuid\":\"22fdad0a-4c2b-45bc-b4cd-1ba897ed60e2\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:11:\\\"error_pages\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:6:\\\"header\\\";i:1;s:11:\\\"button_text\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024158, 1734024158),
(249, 'default', '{\"uuid\":\"205e5d93-c79f-494e-b40f-393025513e4f\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:15:\\\"blog_categories\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:4:\\\"name\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024158, 1734024158),
(250, 'default', '{\"uuid\":\"9f534c34-3b54-46eb-81e6-30d37e651f9d\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"blogs\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:4:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";i:2;s:9:\\\"seo_title\\\";i:3;s:15:\\\"seo_description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024158, 1734024158),
(251, 'default', '{\"uuid\":\"1e571233-f861-466e-8856-804226aaaa66\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:8:\\\"about_us\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:19:{i:0;s:11:\\\"short_title\\\";i:1;s:10:\\\"long_title\\\";i:2;s:17:\\\"experience_text_1\\\";i:3;s:17:\\\"experience_text_2\\\";i:4;s:13:\\\"description_1\\\";i:5;s:13:\\\"description_2\\\";i:6;s:11:\\\"author_name\\\";i:7;s:18:\\\"author_designation\\\";i:8;s:12:\\\"item1_title2\\\";i:9;s:12:\\\"item2_title2\\\";i:10;s:17:\\\"item1_description\\\";i:11;s:17:\\\"item2_description\\\";i:12;s:21:\\\"home2_percentage_text\\\";i:13;s:17:\\\"home2_short_title\\\";i:14;s:16:\\\"home2_long_title\\\";i:15;s:18:\\\"home2_description1\\\";i:16;s:18:\\\"home2_description2\\\";i:17;s:11:\\\"home2_item1\\\";i:18;s:11:\\\"home2_item2\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"delete\\\";}\"}}', 0, NULL, 1734024442, 1734024442),
(252, 'default', '{\"uuid\":\"ec61e0db-9bf5-4043-852d-170e27cc713d\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:22:\\\"additional_information\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:7:\\\"add_key\\\";i:1;s:9:\\\"add_value\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"delete\\\";}\"}}', 0, NULL, 1734024442, 1734024442),
(253, 'default', '{\"uuid\":\"54300f56-584c-4a41-a370-48bfd3a4b2cf\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:9:\\\"aminities\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:7:\\\"aminity\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"delete\\\";}\"}}', 0, NULL, 1734024442, 1734024442),
(254, 'default', '{\"uuid\":\"220887bf-136c-4fcd-9fe3-5f83a8c71985\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:10:\\\"categories\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:4:\\\"name\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"delete\\\";}\"}}', 0, NULL, 1734024442, 1734024442),
(255, 'default', '{\"uuid\":\"96536470-5ce6-4ef0-9c58-9bd9651f1917\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:10:\\\"properties\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:7:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";i:2;s:17:\\\"video_description\\\";i:3;s:7:\\\"address\\\";i:4;s:19:\\\"address_description\\\";i:5;s:9:\\\"seo_title\\\";i:6;s:20:\\\"seo_meta_description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"delete\\\";}\"}}', 0, NULL, 1734024442, 1734024442);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(256, 'default', '{\"uuid\":\"fc6d8619-61ae-45d4-94d7-a7306cfac063\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:14:\\\"property_plans\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"delete\\\";}\"}}', 0, NULL, 1734024442, 1734024442),
(257, 'default', '{\"uuid\":\"6e077f21-a264-49aa-a287-3677ac2dfb3d\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:9:\\\"homepages\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:17:{i:0;s:14:\\\"location_title\\\";i:1;s:20:\\\"location_description\\\";i:2;s:14:\\\"property_title\\\";i:3;s:20:\\\"property_description\\\";i:4;s:21:\\\"urgent_property_title\\\";i:5;s:27:\\\"urgent_property_description\\\";i:6;s:16:\\\"why_choose_title\\\";i:7;s:22:\\\"why_choose_description\\\";i:8;s:11:\\\"agent_title\\\";i:9;s:17:\\\"agent_description\\\";i:10;s:17:\\\"testimonial_title\\\";i:11;s:23:\\\"testimonial_description\\\";i:12;s:10:\\\"blog_title\\\";i:13;s:16:\\\"blog_description\\\";i:14;s:18:\\\"pricing_plan_title\\\";i:15;s:24:\\\"pricing_plan_description\\\";i:16;s:13:\\\"partner_title\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"delete\\\";}\"}}', 0, NULL, 1734024442, 1734024442),
(258, 'default', '{\"uuid\":\"54c62ba9-c9db-4363-a71f-bddc702bc3ce\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:8:\\\"settings\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:22:{i:0;s:10:\\\"rent_title\\\";i:1;s:16:\\\"rent_description\\\";i:2;s:13:\\\"rent_btn_text\\\";i:3;s:10:\\\"sale_title\\\";i:4;s:16:\\\"sale_description\\\";i:5;s:13:\\\"sale_btn_text\\\";i:6;s:14:\\\"app_full_title\\\";i:7;s:15:\\\"app_description\\\";i:8;s:15:\\\"apple_btn_text1\\\";i:9;s:15:\\\"apple_btn_text2\\\";i:10;s:16:\\\"google_btn_text1\\\";i:11;s:16:\\\"google_btn_text2\\\";i:12;s:14:\\\"login_top_item\\\";i:13;s:17:\\\"login_footer_item\\\";i:14;s:11:\\\"short_title\\\";i:15;s:10:\\\"long_title\\\";i:16;s:12:\\\"support_time\\\";i:17;s:13:\\\"support_title\\\";i:18;s:15:\\\"faq_short_title\\\";i:19;s:14:\\\"faq_long_title\\\";i:20;s:16:\\\"faq_support_time\\\";i:21;s:17:\\\"faq_support_title\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"delete\\\";}\"}}', 0, NULL, 1734024442, 1734024442),
(259, 'default', '{\"uuid\":\"8ac260b3-2ec4-4ac0-8e14-0531f53cd8aa\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:12:\\\"custom_pages\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:9:\\\"page_name\\\";i:1;s:11:\\\"description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"delete\\\";}\"}}', 0, NULL, 1734024442, 1734024442),
(260, 'default', '{\"uuid\":\"617c9385-864c-44c9-ba75-580239bedbb2\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:20:\\\"terms_and_conditions\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:19:\\\"terms_and_condition\\\";i:1;s:14:\\\"privacy_policy\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"delete\\\";}\"}}', 0, NULL, 1734024442, 1734024442),
(261, 'default', '{\"uuid\":\"56f10c89-d02c-449b-a273-05c604ca175c\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:4:\\\"faqs\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:8:\\\"question\\\";i:1;s:6:\\\"answer\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"delete\\\";}\"}}', 0, NULL, 1734024442, 1734024442),
(262, 'default', '{\"uuid\":\"a04e99bf-c542-40bb-a769-9986a3e9a413\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:7:\\\"sliders\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:13:{i:0;s:13:\\\"home1_title_1\\\";i:1;s:13:\\\"home1_title_2\\\";i:2;s:13:\\\"home1_title_3\\\";i:3;s:11:\\\"home1_item1\\\";i:4;s:11:\\\"home1_item2\\\";i:5;s:11:\\\"home1_item3\\\";i:6;s:14:\\\"home1_btn_text\\\";i:7;s:11:\\\"home2_title\\\";i:8;s:11:\\\"home3_title\\\";i:9;s:11:\\\"home3_item1\\\";i:10;s:11:\\\"home3_item2\\\";i:11;s:11:\\\"home3_item3\\\";i:12;s:14:\\\"home3_btn_text\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"delete\\\";}\"}}', 0, NULL, 1734024442, 1734024442),
(263, 'default', '{\"uuid\":\"b4fb5442-79f6-4412-a8e2-ab3b265a172b\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:12:\\\"testimonials\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:3:{i:0;s:4:\\\"name\\\";i:1;s:11:\\\"designation\\\";i:2;s:7:\\\"comment\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"delete\\\";}\"}}', 0, NULL, 1734024442, 1734024442),
(264, 'default', '{\"uuid\":\"c50964bf-2a53-4eae-8feb-b48eda8c8dbd\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:8:\\\"counters\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:6:{i:0;s:5:\\\"title\\\";i:1;s:9:\\\"fun_title\\\";i:2;s:15:\\\"fun_description\\\";i:3;s:6:\\\"item_1\\\";i:4;s:6:\\\"item_2\\\";i:5;s:6:\\\"item_3\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"delete\\\";}\"}}', 0, NULL, 1734024442, 1734024442),
(265, 'default', '{\"uuid\":\"b7dcabf6-0caa-42b2-a55a-79e8e6c3d46b\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:13:\\\"why_choose_us\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"delete\\\";}\"}}', 0, NULL, 1734024442, 1734024442),
(266, 'default', '{\"uuid\":\"a9a362fd-7f54-4455-9daf-f5d9acecc8df\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:7:\\\"footers\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:3:{i:0;s:8:\\\"about_us\\\";i:1;s:7:\\\"address\\\";i:2;s:9:\\\"copyright\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"delete\\\";}\"}}', 0, NULL, 1734024442, 1734024442),
(267, 'default', '{\"uuid\":\"73a11a8f-a653-4d9a-a979-bbe0939d6d54\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:17:\\\"nearest_locations\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:8:\\\"location\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"delete\\\";}\"}}', 0, NULL, 1734024442, 1734024442),
(268, 'default', '{\"uuid\":\"8b87180f-7930-45b3-8513-2386df3da0bb\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:11:\\\"error_pages\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:6:\\\"header\\\";i:1;s:11:\\\"button_text\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"delete\\\";}\"}}', 0, NULL, 1734024442, 1734024442),
(269, 'default', '{\"uuid\":\"57fbf8b6-1884-45d2-a335-73d8d08eac4e\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:15:\\\"blog_categories\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:4:\\\"name\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"delete\\\";}\"}}', 0, NULL, 1734024442, 1734024442),
(270, 'default', '{\"uuid\":\"2e560373-3ba8-4d87-98f6-96db9835cc11\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"blogs\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:4:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";i:2;s:9:\\\"seo_title\\\";i:3;s:15:\\\"seo_description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"delete\\\";}\"}}', 0, NULL, 1734024442, 1734024442),
(271, 'default', '{\"uuid\":\"f09b074a-3cf6-4a78-9819-54ed2530366e\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:8:\\\"about_us\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:19:{i:0;s:11:\\\"short_title\\\";i:1;s:10:\\\"long_title\\\";i:2;s:17:\\\"experience_text_1\\\";i:3;s:17:\\\"experience_text_2\\\";i:4;s:13:\\\"description_1\\\";i:5;s:13:\\\"description_2\\\";i:6;s:11:\\\"author_name\\\";i:7;s:18:\\\"author_designation\\\";i:8;s:12:\\\"item1_title2\\\";i:9;s:12:\\\"item2_title2\\\";i:10;s:17:\\\"item1_description\\\";i:11;s:17:\\\"item2_description\\\";i:12;s:21:\\\"home2_percentage_text\\\";i:13;s:17:\\\"home2_short_title\\\";i:14;s:16:\\\"home2_long_title\\\";i:15;s:18:\\\"home2_description1\\\";i:16;s:18:\\\"home2_description2\\\";i:17;s:11:\\\"home2_item1\\\";i:18;s:11:\\\"home2_item2\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024461, 1734024461),
(272, 'default', '{\"uuid\":\"d59b556a-d91b-4ae3-89e3-b8e0903885f4\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:22:\\\"additional_information\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:7:\\\"add_key\\\";i:1;s:9:\\\"add_value\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024461, 1734024461),
(273, 'default', '{\"uuid\":\"b59be940-22b4-4427-ae7b-40260c45cc89\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:9:\\\"aminities\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:7:\\\"aminity\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024461, 1734024461),
(274, 'default', '{\"uuid\":\"e83254bb-4022-484b-8281-6c3bb7f0124f\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:10:\\\"categories\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:4:\\\"name\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024461, 1734024461),
(275, 'default', '{\"uuid\":\"575d24c3-38d3-4ae6-8e04-a84e25570ee7\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:10:\\\"properties\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:7:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";i:2;s:17:\\\"video_description\\\";i:3;s:7:\\\"address\\\";i:4;s:19:\\\"address_description\\\";i:5;s:9:\\\"seo_title\\\";i:6;s:20:\\\"seo_meta_description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024461, 1734024461),
(276, 'default', '{\"uuid\":\"2cfc24a9-7f8a-4624-9c28-3472d3bc959d\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:14:\\\"property_plans\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024461, 1734024461),
(277, 'default', '{\"uuid\":\"b583a442-383d-4f9e-8e2f-f6f45ba5d2a3\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:9:\\\"homepages\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:17:{i:0;s:14:\\\"location_title\\\";i:1;s:20:\\\"location_description\\\";i:2;s:14:\\\"property_title\\\";i:3;s:20:\\\"property_description\\\";i:4;s:21:\\\"urgent_property_title\\\";i:5;s:27:\\\"urgent_property_description\\\";i:6;s:16:\\\"why_choose_title\\\";i:7;s:22:\\\"why_choose_description\\\";i:8;s:11:\\\"agent_title\\\";i:9;s:17:\\\"agent_description\\\";i:10;s:17:\\\"testimonial_title\\\";i:11;s:23:\\\"testimonial_description\\\";i:12;s:10:\\\"blog_title\\\";i:13;s:16:\\\"blog_description\\\";i:14;s:18:\\\"pricing_plan_title\\\";i:15;s:24:\\\"pricing_plan_description\\\";i:16;s:13:\\\"partner_title\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024461, 1734024461),
(278, 'default', '{\"uuid\":\"d227f622-8d09-435f-aadb-e5bf0faaee33\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:8:\\\"settings\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:22:{i:0;s:10:\\\"rent_title\\\";i:1;s:16:\\\"rent_description\\\";i:2;s:13:\\\"rent_btn_text\\\";i:3;s:10:\\\"sale_title\\\";i:4;s:16:\\\"sale_description\\\";i:5;s:13:\\\"sale_btn_text\\\";i:6;s:14:\\\"app_full_title\\\";i:7;s:15:\\\"app_description\\\";i:8;s:15:\\\"apple_btn_text1\\\";i:9;s:15:\\\"apple_btn_text2\\\";i:10;s:16:\\\"google_btn_text1\\\";i:11;s:16:\\\"google_btn_text2\\\";i:12;s:14:\\\"login_top_item\\\";i:13;s:17:\\\"login_footer_item\\\";i:14;s:11:\\\"short_title\\\";i:15;s:10:\\\"long_title\\\";i:16;s:12:\\\"support_time\\\";i:17;s:13:\\\"support_title\\\";i:18;s:15:\\\"faq_short_title\\\";i:19;s:14:\\\"faq_long_title\\\";i:20;s:16:\\\"faq_support_time\\\";i:21;s:17:\\\"faq_support_title\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024461, 1734024461),
(279, 'default', '{\"uuid\":\"ab181c43-fd01-4a0f-97eb-7afe54663c86\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:12:\\\"custom_pages\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:9:\\\"page_name\\\";i:1;s:11:\\\"description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024461, 1734024461),
(280, 'default', '{\"uuid\":\"70b92097-dd36-4983-89ea-53d4a9dd1d49\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:20:\\\"terms_and_conditions\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:19:\\\"terms_and_condition\\\";i:1;s:14:\\\"privacy_policy\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024461, 1734024461),
(281, 'default', '{\"uuid\":\"fe04b78a-0cc0-4289-9609-2ad88c800949\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:4:\\\"faqs\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:8:\\\"question\\\";i:1;s:6:\\\"answer\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024461, 1734024461),
(282, 'default', '{\"uuid\":\"8d429844-8c97-4686-b65f-0436282b245f\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:7:\\\"sliders\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:13:{i:0;s:13:\\\"home1_title_1\\\";i:1;s:13:\\\"home1_title_2\\\";i:2;s:13:\\\"home1_title_3\\\";i:3;s:11:\\\"home1_item1\\\";i:4;s:11:\\\"home1_item2\\\";i:5;s:11:\\\"home1_item3\\\";i:6;s:14:\\\"home1_btn_text\\\";i:7;s:11:\\\"home2_title\\\";i:8;s:11:\\\"home3_title\\\";i:9;s:11:\\\"home3_item1\\\";i:10;s:11:\\\"home3_item2\\\";i:11;s:11:\\\"home3_item3\\\";i:12;s:14:\\\"home3_btn_text\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024461, 1734024461),
(283, 'default', '{\"uuid\":\"385faa60-7172-4a05-ad09-304193d8c2ce\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:12:\\\"testimonials\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:3:{i:0;s:4:\\\"name\\\";i:1;s:11:\\\"designation\\\";i:2;s:7:\\\"comment\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024461, 1734024461),
(284, 'default', '{\"uuid\":\"83fbda70-d4f1-4841-a7fa-53d8481af2ae\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:8:\\\"counters\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:6:{i:0;s:5:\\\"title\\\";i:1;s:9:\\\"fun_title\\\";i:2;s:15:\\\"fun_description\\\";i:3;s:6:\\\"item_1\\\";i:4;s:6:\\\"item_2\\\";i:5;s:6:\\\"item_3\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024461, 1734024461),
(285, 'default', '{\"uuid\":\"39c7c491-e676-4628-a23d-3996039af3ac\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:13:\\\"why_choose_us\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024461, 1734024461),
(286, 'default', '{\"uuid\":\"f09af24c-8a65-40e4-8391-a5768ede1b05\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:7:\\\"footers\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:3:{i:0;s:8:\\\"about_us\\\";i:1;s:7:\\\"address\\\";i:2;s:9:\\\"copyright\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024461, 1734024461),
(287, 'default', '{\"uuid\":\"94d5def1-ff0b-4d36-a65d-8bdef2b3fc2a\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:17:\\\"nearest_locations\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:8:\\\"location\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024461, 1734024461),
(288, 'default', '{\"uuid\":\"a61cb65a-b099-49ed-83da-fe8662c959e9\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:11:\\\"error_pages\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:6:\\\"header\\\";i:1;s:11:\\\"button_text\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024461, 1734024461),
(289, 'default', '{\"uuid\":\"e6dea6ce-11da-4666-9f78-30c43bd5bb31\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:15:\\\"blog_categories\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:4:\\\"name\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024461, 1734024461),
(290, 'default', '{\"uuid\":\"64594dda-bc4c-41d6-8d56-b0847f77bf35\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"blogs\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:4:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";i:2;s:9:\\\"seo_title\\\";i:3;s:15:\\\"seo_description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"ja\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"insert\\\";}\"}}', 0, NULL, 1734024461, 1734024461),
(291, 'default', '{\"uuid\":\"fa94103b-2dfe-475e-baa1-9ccdf8ae4601\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:8:\\\"about_us\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:19:{i:0;s:11:\\\"short_title\\\";i:1;s:10:\\\"long_title\\\";i:2;s:17:\\\"experience_text_1\\\";i:3;s:17:\\\"experience_text_2\\\";i:4;s:13:\\\"description_1\\\";i:5;s:13:\\\"description_2\\\";i:6;s:11:\\\"author_name\\\";i:7;s:18:\\\"author_designation\\\";i:8;s:12:\\\"item1_title2\\\";i:9;s:12:\\\"item2_title2\\\";i:10;s:17:\\\"item1_description\\\";i:11;s:17:\\\"item2_description\\\";i:12;s:21:\\\"home2_percentage_text\\\";i:13;s:17:\\\"home2_short_title\\\";i:14;s:16:\\\"home2_long_title\\\";i:15;s:18:\\\"home2_description1\\\";i:16;s:18:\\\"home2_description2\\\";i:17;s:11:\\\"home2_item1\\\";i:18;s:11:\\\"home2_item2\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024758, 1734024758),
(292, 'default', '{\"uuid\":\"d790aec2-6b46-44c6-b303-eb563d2575ff\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:22:\\\"additional_information\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:7:\\\"add_key\\\";i:1;s:9:\\\"add_value\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024758, 1734024758),
(293, 'default', '{\"uuid\":\"40a59e8e-3da7-4339-93a3-7f213a674855\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:9:\\\"aminities\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:7:\\\"aminity\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024758, 1734024758),
(294, 'default', '{\"uuid\":\"ade35731-f7c8-4004-bab2-fb4935eae356\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:10:\\\"categories\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:4:\\\"name\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024758, 1734024758),
(295, 'default', '{\"uuid\":\"0730f12b-44aa-490a-b966-701d82643698\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:10:\\\"properties\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:7:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";i:2;s:17:\\\"video_description\\\";i:3;s:7:\\\"address\\\";i:4;s:19:\\\"address_description\\\";i:5;s:9:\\\"seo_title\\\";i:6;s:20:\\\"seo_meta_description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024758, 1734024758),
(296, 'default', '{\"uuid\":\"3513df88-fe64-46ca-8ec0-0303e74ac7b3\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:14:\\\"property_plans\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024758, 1734024758),
(297, 'default', '{\"uuid\":\"5a5c02f0-9af8-4a23-9991-33c1b0d8c4a4\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:9:\\\"homepages\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:17:{i:0;s:14:\\\"location_title\\\";i:1;s:20:\\\"location_description\\\";i:2;s:14:\\\"property_title\\\";i:3;s:20:\\\"property_description\\\";i:4;s:21:\\\"urgent_property_title\\\";i:5;s:27:\\\"urgent_property_description\\\";i:6;s:16:\\\"why_choose_title\\\";i:7;s:22:\\\"why_choose_description\\\";i:8;s:11:\\\"agent_title\\\";i:9;s:17:\\\"agent_description\\\";i:10;s:17:\\\"testimonial_title\\\";i:11;s:23:\\\"testimonial_description\\\";i:12;s:10:\\\"blog_title\\\";i:13;s:16:\\\"blog_description\\\";i:14;s:18:\\\"pricing_plan_title\\\";i:15;s:24:\\\"pricing_plan_description\\\";i:16;s:13:\\\"partner_title\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024758, 1734024758),
(298, 'default', '{\"uuid\":\"322d0f61-1680-4990-8fc4-8493b63fe6a1\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:8:\\\"settings\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:22:{i:0;s:10:\\\"rent_title\\\";i:1;s:16:\\\"rent_description\\\";i:2;s:13:\\\"rent_btn_text\\\";i:3;s:10:\\\"sale_title\\\";i:4;s:16:\\\"sale_description\\\";i:5;s:13:\\\"sale_btn_text\\\";i:6;s:14:\\\"app_full_title\\\";i:7;s:15:\\\"app_description\\\";i:8;s:15:\\\"apple_btn_text1\\\";i:9;s:15:\\\"apple_btn_text2\\\";i:10;s:16:\\\"google_btn_text1\\\";i:11;s:16:\\\"google_btn_text2\\\";i:12;s:14:\\\"login_top_item\\\";i:13;s:17:\\\"login_footer_item\\\";i:14;s:11:\\\"short_title\\\";i:15;s:10:\\\"long_title\\\";i:16;s:12:\\\"support_time\\\";i:17;s:13:\\\"support_title\\\";i:18;s:15:\\\"faq_short_title\\\";i:19;s:14:\\\"faq_long_title\\\";i:20;s:16:\\\"faq_support_time\\\";i:21;s:17:\\\"faq_support_title\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024758, 1734024758),
(299, 'default', '{\"uuid\":\"9bc96d43-fc56-4d2e-a8d0-c8d786243a51\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:12:\\\"custom_pages\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:9:\\\"page_name\\\";i:1;s:11:\\\"description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024758, 1734024758),
(300, 'default', '{\"uuid\":\"7f585a22-55db-4808-adea-8fe1e9d3390b\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:20:\\\"terms_and_conditions\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:19:\\\"terms_and_condition\\\";i:1;s:14:\\\"privacy_policy\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024758, 1734024758),
(301, 'default', '{\"uuid\":\"65e2d56f-c3d0-4355-8d87-060bb183d9cb\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:4:\\\"faqs\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:8:\\\"question\\\";i:1;s:6:\\\"answer\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024758, 1734024758),
(302, 'default', '{\"uuid\":\"cc8c5737-6512-4953-96f7-3ee07b515c85\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:7:\\\"sliders\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:13:{i:0;s:13:\\\"home1_title_1\\\";i:1;s:13:\\\"home1_title_2\\\";i:2;s:13:\\\"home1_title_3\\\";i:3;s:11:\\\"home1_item1\\\";i:4;s:11:\\\"home1_item2\\\";i:5;s:11:\\\"home1_item3\\\";i:6;s:14:\\\"home1_btn_text\\\";i:7;s:11:\\\"home2_title\\\";i:8;s:11:\\\"home3_title\\\";i:9;s:11:\\\"home3_item1\\\";i:10;s:11:\\\"home3_item2\\\";i:11;s:11:\\\"home3_item3\\\";i:12;s:14:\\\"home3_btn_text\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024758, 1734024758),
(303, 'default', '{\"uuid\":\"b2805d28-f70a-4ee7-a725-ee53f71615d5\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:12:\\\"testimonials\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:3:{i:0;s:4:\\\"name\\\";i:1;s:11:\\\"designation\\\";i:2;s:7:\\\"comment\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024758, 1734024758),
(304, 'default', '{\"uuid\":\"b683fbab-7cb3-4eaf-951a-b47f7b5e28d6\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:8:\\\"counters\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:6:{i:0;s:5:\\\"title\\\";i:1;s:9:\\\"fun_title\\\";i:2;s:15:\\\"fun_description\\\";i:3;s:6:\\\"item_1\\\";i:4;s:6:\\\"item_2\\\";i:5;s:6:\\\"item_3\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024758, 1734024758),
(305, 'default', '{\"uuid\":\"42c57674-b2ba-4202-b824-a8ca10ccff36\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:13:\\\"why_choose_us\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024758, 1734024758),
(306, 'default', '{\"uuid\":\"8e6c021c-7cfb-4db2-8549-ba2a93d308be\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:7:\\\"footers\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:3:{i:0;s:8:\\\"about_us\\\";i:1;s:7:\\\"address\\\";i:2;s:9:\\\"copyright\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024758, 1734024758),
(307, 'default', '{\"uuid\":\"721afa4d-7dc0-4dc3-80b1-8eebc466626b\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:17:\\\"nearest_locations\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:8:\\\"location\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024758, 1734024758),
(308, 'default', '{\"uuid\":\"447e17f4-d243-4644-9114-61b9511b8695\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:11:\\\"error_pages\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:6:\\\"header\\\";i:1;s:11:\\\"button_text\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024758, 1734024758),
(309, 'default', '{\"uuid\":\"4bcb4bd9-58fa-4128-8f5c-a537d12e606a\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:15:\\\"blog_categories\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:4:\\\"name\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024758, 1734024758),
(310, 'default', '{\"uuid\":\"bd835637-6d64-458f-aa49-c2bf8da17763\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"blogs\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:4:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";i:2;s:9:\\\"seo_title\\\";i:3;s:15:\\\"seo_description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024758, 1734024758),
(311, 'default', '{\"uuid\":\"c0f1be6f-efb5-44fb-a42c-83aeb4cf435b\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:8:\\\"about_us\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:19:{i:0;s:11:\\\"short_title\\\";i:1;s:10:\\\"long_title\\\";i:2;s:17:\\\"experience_text_1\\\";i:3;s:17:\\\"experience_text_2\\\";i:4;s:13:\\\"description_1\\\";i:5;s:13:\\\"description_2\\\";i:6;s:11:\\\"author_name\\\";i:7;s:18:\\\"author_designation\\\";i:8;s:12:\\\"item1_title2\\\";i:9;s:12:\\\"item2_title2\\\";i:10;s:17:\\\"item1_description\\\";i:11;s:17:\\\"item2_description\\\";i:12;s:21:\\\"home2_percentage_text\\\";i:13;s:17:\\\"home2_short_title\\\";i:14;s:16:\\\"home2_long_title\\\";i:15;s:18:\\\"home2_description1\\\";i:16;s:18:\\\"home2_description2\\\";i:17;s:11:\\\"home2_item1\\\";i:18;s:11:\\\"home2_item2\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024775, 1734024775),
(312, 'default', '{\"uuid\":\"6c7d2d8b-916a-4d88-b530-b04e40a2294f\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:22:\\\"additional_information\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:7:\\\"add_key\\\";i:1;s:9:\\\"add_value\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024775, 1734024775),
(313, 'default', '{\"uuid\":\"aa1ae7cf-80a2-4376-b33d-98b31886e992\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:9:\\\"aminities\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:7:\\\"aminity\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024775, 1734024775);
INSERT INTO `jobs` (`id`, `queue`, `payload`, `attempts`, `reserved_at`, `available_at`, `created_at`) VALUES
(314, 'default', '{\"uuid\":\"0158adc0-7e5d-45ef-8cd0-bc3117f4796c\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:10:\\\"categories\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:4:\\\"name\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024775, 1734024775),
(315, 'default', '{\"uuid\":\"bfb558f2-4dbc-43d5-985c-cdf8a81887a0\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:10:\\\"properties\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:7:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";i:2;s:17:\\\"video_description\\\";i:3;s:7:\\\"address\\\";i:4;s:19:\\\"address_description\\\";i:5;s:9:\\\"seo_title\\\";i:6;s:20:\\\"seo_meta_description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024775, 1734024775),
(316, 'default', '{\"uuid\":\"e5734747-de58-4378-ab4c-49b13670bfc1\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:14:\\\"property_plans\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024775, 1734024775),
(317, 'default', '{\"uuid\":\"6566e720-f8e9-4caa-a4a7-3de100ac2747\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:9:\\\"homepages\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:17:{i:0;s:14:\\\"location_title\\\";i:1;s:20:\\\"location_description\\\";i:2;s:14:\\\"property_title\\\";i:3;s:20:\\\"property_description\\\";i:4;s:21:\\\"urgent_property_title\\\";i:5;s:27:\\\"urgent_property_description\\\";i:6;s:16:\\\"why_choose_title\\\";i:7;s:22:\\\"why_choose_description\\\";i:8;s:11:\\\"agent_title\\\";i:9;s:17:\\\"agent_description\\\";i:10;s:17:\\\"testimonial_title\\\";i:11;s:23:\\\"testimonial_description\\\";i:12;s:10:\\\"blog_title\\\";i:13;s:16:\\\"blog_description\\\";i:14;s:18:\\\"pricing_plan_title\\\";i:15;s:24:\\\"pricing_plan_description\\\";i:16;s:13:\\\"partner_title\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024775, 1734024775),
(318, 'default', '{\"uuid\":\"ab280a09-60fb-4e19-bfb5-68c2ba83a8a3\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:8:\\\"settings\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:22:{i:0;s:10:\\\"rent_title\\\";i:1;s:16:\\\"rent_description\\\";i:2;s:13:\\\"rent_btn_text\\\";i:3;s:10:\\\"sale_title\\\";i:4;s:16:\\\"sale_description\\\";i:5;s:13:\\\"sale_btn_text\\\";i:6;s:14:\\\"app_full_title\\\";i:7;s:15:\\\"app_description\\\";i:8;s:15:\\\"apple_btn_text1\\\";i:9;s:15:\\\"apple_btn_text2\\\";i:10;s:16:\\\"google_btn_text1\\\";i:11;s:16:\\\"google_btn_text2\\\";i:12;s:14:\\\"login_top_item\\\";i:13;s:17:\\\"login_footer_item\\\";i:14;s:11:\\\"short_title\\\";i:15;s:10:\\\"long_title\\\";i:16;s:12:\\\"support_time\\\";i:17;s:13:\\\"support_title\\\";i:18;s:15:\\\"faq_short_title\\\";i:19;s:14:\\\"faq_long_title\\\";i:20;s:16:\\\"faq_support_time\\\";i:21;s:17:\\\"faq_support_title\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024775, 1734024775),
(319, 'default', '{\"uuid\":\"ea53168c-ef88-4e6b-937b-391c0c7aa122\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:12:\\\"custom_pages\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:9:\\\"page_name\\\";i:1;s:11:\\\"description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024775, 1734024775),
(320, 'default', '{\"uuid\":\"84588621-fe6d-4562-b700-c5253278be6d\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:20:\\\"terms_and_conditions\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:19:\\\"terms_and_condition\\\";i:1;s:14:\\\"privacy_policy\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024775, 1734024775),
(321, 'default', '{\"uuid\":\"5a09c535-1879-4bbd-8424-3e57972ea1e8\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:4:\\\"faqs\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:8:\\\"question\\\";i:1;s:6:\\\"answer\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024775, 1734024775),
(322, 'default', '{\"uuid\":\"c94c291c-3c27-4720-bf30-d05bbb9c28f3\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:7:\\\"sliders\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:13:{i:0;s:13:\\\"home1_title_1\\\";i:1;s:13:\\\"home1_title_2\\\";i:2;s:13:\\\"home1_title_3\\\";i:3;s:11:\\\"home1_item1\\\";i:4;s:11:\\\"home1_item2\\\";i:5;s:11:\\\"home1_item3\\\";i:6;s:14:\\\"home1_btn_text\\\";i:7;s:11:\\\"home2_title\\\";i:8;s:11:\\\"home3_title\\\";i:9;s:11:\\\"home3_item1\\\";i:10;s:11:\\\"home3_item2\\\";i:11;s:11:\\\"home3_item3\\\";i:12;s:14:\\\"home3_btn_text\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024775, 1734024775),
(323, 'default', '{\"uuid\":\"8bdd06e6-d939-4bdb-a5d9-f426e2581281\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:12:\\\"testimonials\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:3:{i:0;s:4:\\\"name\\\";i:1;s:11:\\\"designation\\\";i:2;s:7:\\\"comment\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024775, 1734024775),
(324, 'default', '{\"uuid\":\"d77e5efc-0bab-4b0a-9580-ba5e56c1807c\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:8:\\\"counters\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:6:{i:0;s:5:\\\"title\\\";i:1;s:9:\\\"fun_title\\\";i:2;s:15:\\\"fun_description\\\";i:3;s:6:\\\"item_1\\\";i:4;s:6:\\\"item_2\\\";i:5;s:6:\\\"item_3\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024775, 1734024775),
(325, 'default', '{\"uuid\":\"94937c9b-465e-4f6b-b15e-8bff93ac5933\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:13:\\\"why_choose_us\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024775, 1734024775),
(326, 'default', '{\"uuid\":\"d993c397-b912-4807-a0da-1535feee3bec\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:7:\\\"footers\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:3:{i:0;s:8:\\\"about_us\\\";i:1;s:7:\\\"address\\\";i:2;s:9:\\\"copyright\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024775, 1734024775),
(327, 'default', '{\"uuid\":\"fe37f014-2fdf-452e-b7a7-c5a3ff238e37\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:17:\\\"nearest_locations\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:8:\\\"location\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024775, 1734024775),
(328, 'default', '{\"uuid\":\"8cb3cb67-e517-4065-9413-249b09874f0b\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:11:\\\"error_pages\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:6:\\\"header\\\";i:1;s:11:\\\"button_text\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024775, 1734024775),
(329, 'default', '{\"uuid\":\"1e2ae6a1-967e-4370-8ea5-bc65ed05bbfa\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:15:\\\"blog_categories\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:4:\\\"name\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024775, 1734024775),
(330, 'default', '{\"uuid\":\"ad2a11cd-5d81-46d9-931e-a072441dffb6\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"blogs\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:4:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";i:2;s:9:\\\"seo_title\\\";i:3;s:15:\\\"seo_description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734024775, 1734024775),
(331, 'default', '{\"uuid\":\"0945fdf7-a52f-4a1e-95b7-0e5bc46f6f6a\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:8:\\\"about_us\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:19:{i:0;s:11:\\\"short_title\\\";i:1;s:10:\\\"long_title\\\";i:2;s:17:\\\"experience_text_1\\\";i:3;s:17:\\\"experience_text_2\\\";i:4;s:13:\\\"description_1\\\";i:5;s:13:\\\"description_2\\\";i:6;s:11:\\\"author_name\\\";i:7;s:18:\\\"author_designation\\\";i:8;s:12:\\\"item1_title2\\\";i:9;s:12:\\\"item2_title2\\\";i:10;s:17:\\\"item1_description\\\";i:11;s:17:\\\"item2_description\\\";i:12;s:21:\\\"home2_percentage_text\\\";i:13;s:17:\\\"home2_short_title\\\";i:14;s:16:\\\"home2_long_title\\\";i:15;s:18:\\\"home2_description1\\\";i:16;s:18:\\\"home2_description2\\\";i:17;s:11:\\\"home2_item1\\\";i:18;s:11:\\\"home2_item2\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734105878, 1734105878),
(332, 'default', '{\"uuid\":\"d7587e57-50f4-4d57-93b2-9c62d19fafab\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:22:\\\"additional_information\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:7:\\\"add_key\\\";i:1;s:9:\\\"add_value\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734105878, 1734105878),
(333, 'default', '{\"uuid\":\"7aeef68f-f2b2-4fb3-a107-034c6d4cfa24\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:9:\\\"aminities\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:7:\\\"aminity\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734105878, 1734105878),
(334, 'default', '{\"uuid\":\"daca103c-2931-463a-9d8d-57f41b74180a\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:10:\\\"categories\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:4:\\\"name\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734105878, 1734105878),
(335, 'default', '{\"uuid\":\"95411366-3f2d-43af-bfa7-5212014726a3\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:10:\\\"properties\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:7:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";i:2;s:17:\\\"video_description\\\";i:3;s:7:\\\"address\\\";i:4;s:19:\\\"address_description\\\";i:5;s:9:\\\"seo_title\\\";i:6;s:20:\\\"seo_meta_description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734105878, 1734105878),
(336, 'default', '{\"uuid\":\"3e25373a-06e7-422a-b00c-30c7280d11cc\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:14:\\\"property_plans\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734105878, 1734105878),
(337, 'default', '{\"uuid\":\"cb54cf5d-674d-4ab5-81f1-5f67a55d2195\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:9:\\\"homepages\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:17:{i:0;s:14:\\\"location_title\\\";i:1;s:20:\\\"location_description\\\";i:2;s:14:\\\"property_title\\\";i:3;s:20:\\\"property_description\\\";i:4;s:21:\\\"urgent_property_title\\\";i:5;s:27:\\\"urgent_property_description\\\";i:6;s:16:\\\"why_choose_title\\\";i:7;s:22:\\\"why_choose_description\\\";i:8;s:11:\\\"agent_title\\\";i:9;s:17:\\\"agent_description\\\";i:10;s:17:\\\"testimonial_title\\\";i:11;s:23:\\\"testimonial_description\\\";i:12;s:10:\\\"blog_title\\\";i:13;s:16:\\\"blog_description\\\";i:14;s:18:\\\"pricing_plan_title\\\";i:15;s:24:\\\"pricing_plan_description\\\";i:16;s:13:\\\"partner_title\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734105878, 1734105878),
(338, 'default', '{\"uuid\":\"bb37cdcd-57d5-45b0-9876-e2fd530cfc0a\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:8:\\\"settings\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:22:{i:0;s:10:\\\"rent_title\\\";i:1;s:16:\\\"rent_description\\\";i:2;s:13:\\\"rent_btn_text\\\";i:3;s:10:\\\"sale_title\\\";i:4;s:16:\\\"sale_description\\\";i:5;s:13:\\\"sale_btn_text\\\";i:6;s:14:\\\"app_full_title\\\";i:7;s:15:\\\"app_description\\\";i:8;s:15:\\\"apple_btn_text1\\\";i:9;s:15:\\\"apple_btn_text2\\\";i:10;s:16:\\\"google_btn_text1\\\";i:11;s:16:\\\"google_btn_text2\\\";i:12;s:14:\\\"login_top_item\\\";i:13;s:17:\\\"login_footer_item\\\";i:14;s:11:\\\"short_title\\\";i:15;s:10:\\\"long_title\\\";i:16;s:12:\\\"support_time\\\";i:17;s:13:\\\"support_title\\\";i:18;s:15:\\\"faq_short_title\\\";i:19;s:14:\\\"faq_long_title\\\";i:20;s:16:\\\"faq_support_time\\\";i:21;s:17:\\\"faq_support_title\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734105878, 1734105878),
(339, 'default', '{\"uuid\":\"378229d4-2244-406b-a955-2d7238439c3d\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:12:\\\"custom_pages\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:9:\\\"page_name\\\";i:1;s:11:\\\"description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734105878, 1734105878),
(340, 'default', '{\"uuid\":\"de129a33-278d-471c-82a9-db5934ee506d\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:20:\\\"terms_and_conditions\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:19:\\\"terms_and_condition\\\";i:1;s:14:\\\"privacy_policy\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734105878, 1734105878),
(341, 'default', '{\"uuid\":\"8f77fd75-8e2a-42a4-bebb-3166da8e0eef\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:4:\\\"faqs\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:8:\\\"question\\\";i:1;s:6:\\\"answer\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734105878, 1734105878),
(342, 'default', '{\"uuid\":\"87e7cdfc-706d-4682-8438-c6cf1920b7e3\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:7:\\\"sliders\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:13:{i:0;s:13:\\\"home1_title_1\\\";i:1;s:13:\\\"home1_title_2\\\";i:2;s:13:\\\"home1_title_3\\\";i:3;s:11:\\\"home1_item1\\\";i:4;s:11:\\\"home1_item2\\\";i:5;s:11:\\\"home1_item3\\\";i:6;s:14:\\\"home1_btn_text\\\";i:7;s:11:\\\"home2_title\\\";i:8;s:11:\\\"home3_title\\\";i:9;s:11:\\\"home3_item1\\\";i:10;s:11:\\\"home3_item2\\\";i:11;s:11:\\\"home3_item3\\\";i:12;s:14:\\\"home3_btn_text\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734105878, 1734105878),
(343, 'default', '{\"uuid\":\"7e338f0e-baf1-435e-9bc2-fb8b55c44cb0\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:12:\\\"testimonials\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:3:{i:0;s:4:\\\"name\\\";i:1;s:11:\\\"designation\\\";i:2;s:7:\\\"comment\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734105878, 1734105878),
(344, 'default', '{\"uuid\":\"fbd73400-f62d-4af9-bc6d-e075ed6836b8\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:8:\\\"counters\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:6:{i:0;s:5:\\\"title\\\";i:1;s:9:\\\"fun_title\\\";i:2;s:15:\\\"fun_description\\\";i:3;s:6:\\\"item_1\\\";i:4;s:6:\\\"item_2\\\";i:5;s:6:\\\"item_3\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734105878, 1734105878),
(345, 'default', '{\"uuid\":\"8920dc28-0840-485d-807c-bc7ad8885957\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:13:\\\"why_choose_us\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734105878, 1734105878),
(346, 'default', '{\"uuid\":\"e74f9044-0791-47ae-9c5e-eb261555f9ec\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:7:\\\"footers\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:3:{i:0;s:8:\\\"about_us\\\";i:1;s:7:\\\"address\\\";i:2;s:9:\\\"copyright\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734105878, 1734105878),
(347, 'default', '{\"uuid\":\"12891058-a11e-4ba6-b1df-3acb861e137a\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:17:\\\"nearest_locations\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:8:\\\"location\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734105878, 1734105878),
(348, 'default', '{\"uuid\":\"2b218da6-38a9-4d87-abe2-f3e824ee9ee2\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:11:\\\"error_pages\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:2:{i:0;s:6:\\\"header\\\";i:1;s:11:\\\"button_text\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734105878, 1734105878),
(349, 'default', '{\"uuid\":\"0833709e-e63f-4848-baf3-c7be5c73c7ed\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:15:\\\"blog_categories\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:1:{i:0;s:4:\\\"name\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734105878, 1734105878),
(350, 'default', '{\"uuid\":\"e331a8b7-66c6-4fac-92c0-297e35ee8fe5\",\"displayName\":\"App\\\\Jobs\\\\TranslateTableData\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"App\\\\Jobs\\\\TranslateTableData\",\"command\":\"O:27:\\\"App\\\\Jobs\\\\TranslateTableData\\\":4:{s:8:\\\"\\u0000*\\u0000table\\\";s:5:\\\"blogs\\\";s:9:\\\"\\u0000*\\u0000fields\\\";a:4:{i:0;s:5:\\\"title\\\";i:1;s:11:\\\"description\\\";i:2;s:9:\\\"seo_title\\\";i:3;s:15:\\\"seo_description\\\";}s:11:\\\"\\u0000*\\u0000langCode\\\";s:2:\\\"bn\\\";s:12:\\\"\\u0000*\\u0000operation\\\";s:6:\\\"update\\\";}\"}}', 0, NULL, 1734105878, 1734105878);

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

--
-- Table structure for table `kyc_information`
--

CREATE TABLE `kyc_information` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `kyc_id` int(11) DEFAULT NULL,
  `user_id` int(11) DEFAULT NULL,
  `file` varchar(255) DEFAULT NULL,
  `message` text DEFAULT NULL,
  `status` 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;

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

--
-- Table structure for table `kyc_types`
--

CREATE TABLE `kyc_types` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `status` int(11) 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 `kyc_types`
--

INSERT INTO `kyc_types` (`id`, `name`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Passport', 1, '2024-10-07 22:15:16', '2024-10-07 22:15:16');

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

--
-- Table structure for table `languages`
--

CREATE TABLE `languages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `lang_code` varchar(255) DEFAULT NULL,
  `lang_name` varchar(255) DEFAULT NULL,
  `country_code` varchar(255) DEFAULT NULL,
  `is_default` varchar(255) DEFAULT NULL,
  `status` int(11) NOT NULL DEFAULT 0,
  `lang_direction` 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 `languages`
--

INSERT INTO `languages` (`id`, `lang_code`, `lang_name`, `country_code`, `is_default`, `status`, `lang_direction`, `created_at`, `updated_at`) VALUES
(1, 'en', 'English', 'US', 'yes', 1, 'left_to_right', '2024-11-24 06:26:41', '2024-12-13 11:03:11'),
(54, 'bn', 'Bangla', 'BD', 'no', 1, 'left_to_right', '2024-12-01 05:11:16', '2024-12-13 05:04:36'),
(55, 'hd', 'Hindi', 'IN', 'no', 1, 'left_to_right', '2024-12-01 18:04:14', '2024-12-01 18:04:14'),
(56, 'AR', 'Arabic', 'SA', 'no', 1, 'right_to_left', '2024-12-02 19:43:48', '2024-12-02 19:43:48'),
(58, 'ja', 'Japanese', 'JP', 'no', 1, 'left_to_right', '2024-12-12 06:27:41', '2024-12-12 06:27:41');

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

--
-- Table structure for table `maintainance_texts`
--

CREATE TABLE `maintainance_texts` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `status` int(11) NOT NULL DEFAULT 0,
  `image` varchar(255) NOT 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;

--
-- Dumping data for table `maintainance_texts`
--

INSERT INTO `maintainance_texts` (`id`, `status`, `image`, `description`, `created_at`, `updated_at`) VALUES
(1, 0, 'uploads/website-images/maintainance-mode-2023-05-07-09-56-25-6436.png', 'We are upgrading our site.  We will come back soon.  \r\nPlease stay with us. \r\nThank you.', NULL, '2024-09-30 19:40:34');

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

--
-- 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, '2014_10_12_000000_create_users_table', 1),
(2, '2014_10_12_100000_create_password_resets_table', 1),
(3, '2019_08_19_000000_create_failed_jobs_table', 1),
(4, '2019_12_14_000001_create_personal_access_tokens_table', 1),
(5, '2021_11_30_035230_create_admins_table', 2),
(6, '2021_11_30_065435_create_email_configurations_table', 3),
(7, '2021_11_30_065508_create_email_templates_table', 3),
(8, '2021_12_01_035206_create_categories_table', 4),
(19, '2021_12_06_054423_create_about_us_table', 10),
(20, '2021_12_06_055028_create_custom_pages_table', 10),
(21, '2021_12_07_030532_create_terms_and_conditions_table', 11),
(22, '2021_12_07_035810_create_blog_categories_table', 12),
(23, '2021_12_07_035822_create_blogs_table', 12),
(24, '2021_12_07_040749_create_popular_posts_table', 12),
(25, '2021_12_07_061613_create_blog_comments_table', 13),
(30, '2021_12_09_095158_create_contact_messages_table', 16),
(31, '2021_12_09_095220_create_subscribers_table', 16),
(32, '2021_12_09_124226_create_settings_table', 17),
(33, '2021_12_11_022207_create_cookie_consents_table', 18),
(34, '2021_12_11_025358_create_google_recaptchas_table', 19),
(35, '2021_12_11_025449_create_facebook_comments_table', 19),
(36, '2021_12_11_025556_create_tawk_chats_table', 19),
(37, '2021_12_11_025618_create_google_analytics_table', 19),
(38, '2021_12_11_025712_create_custom_paginations_table', 19),
(39, '2021_12_11_083503_create_faqs_table', 20),
(40, '2021_12_11_094707_create_currencies_table', 21),
(43, '2021_12_13_101056_create_error_pages_table', 23),
(44, '2021_12_13_102725_create_maintainance_texts_table', 24),
(45, '2021_12_13_110144_create_subscribe_modals_table', 25),
(47, '2021_12_13_132626_create_countries_table', 27),
(48, '2021_12_13_132909_create_country_states_table', 27),
(49, '2021_12_13_132935_create_cities_table', 27),
(50, '2021_12_14_032937_create_social_login_information_table', 28),
(51, '2021_12_14_042928_create_facebook_pixels_table', 29),
(52, '2021_12_14_054908_create_paypal_payments_table', 30),
(53, '2021_12_14_054922_create_stripe_payments_table', 30),
(54, '2021_12_14_054939_create_razorpay_payments_table', 30),
(55, '2021_12_14_055252_create_bank_payments_table', 30),
(62, '2021_12_22_034106_create_banner_images_table', 35),
(63, '2021_12_22_044839_create_sliders_table', 36),
(67, '2021_12_23_065722_create_paystack_and_mollies_table', 40),
(68, '2021_12_23_085225_create_withdraw_methods_table', 41),
(71, '2021_12_25_172918_create_seller_withdraws_table', 42),
(81, '2021_12_26_054841_create_orders_table', 45),
(88, '2021_12_28_192057_create_contact_pages_table', 47),
(89, '2021_12_28_200846_create_breadcrumb_images_table', 48),
(90, '2021_12_30_032959_create_flutterwaves_table', 49),
(91, '2021_12_30_034716_create_footers_table', 50),
(92, '2021_12_30_035201_create_footer_links_table', 50),
(93, '2021_12_30_035247_create_footer_social_links_table', 50),
(99, '2022_01_12_080218_create_seo_settings_table', 54),
(100, '2022_01_17_012111_create_menu_visibilities_table', 55),
(101, '2022_01_17_122016_create_instamojo_payments_table', 56),
(102, '2022_01_29_055523_create_messages_table', 57),
(103, '2022_01_29_122621_create_pusher_credentails_table', 58),
(104, '2022_08_28_070755_create_how_it_works_table', 59),
(105, '2022_08_29_072358_create_testimonials_table', 60),
(106, '2022_08_31_083601_create_services_table', 61),
(108, '2022_08_31_093322_create_additional_services_table', 62),
(112, '2022_09_01_103923_create_schedules_table', 63),
(113, '2022_09_05_111413_create_refund_requests_table', 64),
(114, '2022_09_06_054021_create_complete_requests_table', 65),
(115, '2022_09_06_064506_create_provider_client_reports_table', 66),
(116, '2022_09_06_072831_create_tickets_table', 67),
(117, '2022_09_06_073338_create_ticket_messages_table', 67),
(118, '2022_09_06_101227_create_message_documents_table', 68),
(119, '2022_09_26_070233_create_section_contents_table', 69),
(120, '2022_09_26_083106_create_section_controls_table', 70),
(121, '2022_09_29_044208_create_provider_client_reports_table', 71),
(122, '2023_01_09_043222_create_appointment_schedules_table', 72),
(123, '2023_02_02_062116_create_mobile_sliders_table', 73),
(124, '2023_03_09_045111_create_coupons_table', 74),
(125, '2023_03_09_055745_create_coupon_histories_table', 75),
(126, '2023_03_21_090059_create_why_choose_us_table', 76),
(127, '2023_03_21_105653_create_nearest_locations_table', 77),
(128, '2023_03_25_043938_create_aminities_table', 78),
(130, '2023_03_25_051821_create_pricing_plans_table', 79),
(133, '2023_03_27_053252_create_properties_table', 80),
(134, '2023_03_27_110113_create_property_aminities_table', 81),
(135, '2023_03_28_061904_create_property_sliders_table', 82),
(136, '2023_03_28_070926_create_property_nearest_locations_table', 83),
(137, '2023_03_28_072500_create_additional_information_table', 84),
(138, '2023_03_28_083459_create_property_plans_table', 85),
(139, '2023_03_30_084804_create_homepages_table', 86),
(140, '2023_04_02_064629_create_popular_tags_table', 87),
(141, '2023_04_12_032203_create_wishlists_table', 88),
(148, '2023_05_24_062649_create_mobile_apps_table', 89),
(149, '2023_06_03_111714_add_login_bg_image_to_settings', 90),
(150, '2023_07_10_054022_add_agent_can_add_property_to_settings', 91),
(151, '2023_09_27_062056_create_compares', 92),
(152, '2023_10_04_051538_create_bookings_table', 92),
(153, '2023_10_24_053747_add_date_and_time_fields_to_properties_table', 92),
(154, '2024_03_19_044800_create_cinet_pays_table', 93),
(155, '2024_05_01_050338_create_kyc_types_table', 94),
(156, '2024_05_01_082702_create_kyc_information_table', 94),
(157, '2024_08_06_055307_create_support_tickets_table', 95),
(158, '2024_08_06_055543_create_ticket_messages_table', 95),
(159, '2024_08_11_113914_add_kyc_status_to_users', 95),
(160, '2024_10_01_084913_create_countries_table', 96),
(162, '2024_10_02_043511_add_country_id_column_to_properties_table', 98),
(163, '2024_10_03_031033_add_live_map_column_to_settings_table', 99),
(164, '2024_10_03_040215_add_lat_and_lon_columns_to_properties_table', 100),
(165, '2024_10_03_052428_modify_google_map_column_in_properties_table', 101),
(166, '2024_10_05_065029_add_columns_to_users_table', 102),
(167, '2024_10_05_094045_create_company_profiles_table', 103),
(168, '2024_10_05_165840_add_column_to_company_profiles', 104),
(169, '2024_10_06_061606_add_columns_to_company_profiles_table', 105),
(170, '2024_10_08_063957_add_columns_to_company_profiles_table', 106),
(171, '2024_10_08_093705_add_column_to_pricing_plans_table', 107),
(172, '2024_10_08_095100_add_column_to_orders_table', 108),
(173, '2024_10_01_094839_add_column_to_cities_table', 109),
(174, '2024_11_24_154436_create_languages_table', 110),
(175, '2024_11_26_183158_create_translations_table', 111),
(176, '2024_11_27_152100_create_jobs_table', 112),
(177, '2024_12_02_083903_add_currency_id_to_stripe', 113);

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

--
-- Table structure for table `mobile_apps`
--

CREATE TABLE `mobile_apps` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `splash_screen` varchar(255) DEFAULT NULL,
  `onboarding_one_title` varchar(255) DEFAULT NULL,
  `onboarding_one_description` varchar(255) DEFAULT NULL,
  `onboarding_one_icon` varchar(255) DEFAULT NULL,
  `onboarding_two_title` varchar(255) DEFAULT NULL,
  `onboarding_two_description` varchar(255) DEFAULT NULL,
  `onboarding_two_icon` varchar(255) DEFAULT NULL,
  `onboarding_three_title` varchar(255) DEFAULT NULL,
  `onboarding_three_description` varchar(255) DEFAULT NULL,
  `onboarding_three_icon` varchar(255) DEFAULT NULL,
  `login_bg_image` varchar(255) DEFAULT NULL,
  `login_page_logo` 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 `mobile_apps`
--

INSERT INTO `mobile_apps` (`id`, `splash_screen`, `onboarding_one_title`, `onboarding_one_description`, `onboarding_one_icon`, `onboarding_two_title`, `onboarding_two_description`, `onboarding_two_icon`, `onboarding_three_title`, `onboarding_three_description`, `onboarding_three_icon`, `login_bg_image`, `login_page_logo`, `created_at`, `updated_at`) VALUES
(1, 'uploads/website-images/splash-screen-2023-05-24-03-02-55-5405.png', 'Find Best House', 'Homec is a online on demand service. Its has as into the 50k+can buy every into a services in easy way.', 'uploads/website-images/onboarding_one_icon-2023-05-24-03-26-59-3402.png', 'Check features of house', 'Homec is a online on demand service. Its has as into the 50k+can buy every into a services in easy way.', 'uploads/website-images/onboarding_two_icon-2023-05-24-03-26-59-9253.png', 'Sell your House', 'Homec is a online on demand service. Its has as into the 50k+can buy every into a services in easy way.', 'uploads/website-images/onboarding_three_icon-2023-05-24-03-27-36-8404.png', 'uploads/website-images/app-login-bg-image-2023-05-24-03-28-52-7502.png', 'uploads/website-images/app-login-page-logo-2023-05-24-03-28-24-6391.png', '2023-05-23 21:02:50', '2023-05-23 21:28:52');

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

--
-- Table structure for table `mobile_sliders`
--

CREATE TABLE `mobile_sliders` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title_one` text NOT NULL,
  `title_two` text NOT NULL,
  `image` varchar(255) NOT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 0,
  `serial` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `mobile_sliders`
--

INSERT INTO `mobile_sliders` (`id`, `title_one`, `title_two`, `image`, `status`, `serial`, `created_at`, `updated_at`) VALUES
(1, 'Title One', 'Service', 'uploads/custom-images/mb-slider-2023-02-02-01-17-30-2566.jpg', 1, 2, '2023-02-02 06:55:00', '2023-02-02 07:17:30'),
(3, 'Digital marketing', 'Title Two', 'uploads/custom-images/mb-slider-2023-02-02-01-17-19-2477.jpg', 1, 1, '2023-02-02 07:17:19', '2023-02-02 07:18:26'),
(4, 'Wemen\'s Jeans Collection', '35% Offer', 'uploads/custom-images/mb-slider-2023-02-02-01-18-15-4748.jpg', 1, 10, '2023-02-02 07:18:16', '2023-02-02 07:18:36');

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

--
-- Table structure for table `multi_currencies`
--

CREATE TABLE `multi_currencies` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `currency_name` varchar(255) NOT NULL,
  `country_code` varchar(255) NOT NULL,
  `currency_code` varchar(255) NOT NULL,
  `currency_icon` varchar(255) NOT NULL,
  `is_default` varchar(255) NOT NULL,
  `currency_rate` decimal(8,2) NOT NULL,
  `currency_position` varchar(255) NOT NULL DEFAULT 'before_price',
  `status` 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 `multi_currencies`
--

INSERT INTO `multi_currencies` (`id`, `currency_name`, `country_code`, `currency_code`, `currency_icon`, `is_default`, `currency_rate`, `currency_position`, `status`, `created_at`, `updated_at`) VALUES
(1, '$-USD', 'USD', 'USD', '$', 'yes', 1.00, 'before_price', 'active', '2023-11-20 02:04:45', '2024-12-02 11:16:08'),
(2, '₦-NGN', 'NG', 'NGN', '₦', 'no', 1548.87, 'before_price', 'active', '2023-11-20 02:07:35', '2024-12-12 04:45:31'),
(3, '₹-INR', 'IN', 'INR', '₹', 'no', 84.73, 'before_price', 'active', '2023-11-20 03:06:44', '2024-12-02 19:42:59'),
(4, '$-CAD', 'CAD', 'CAD', 'C$', 'no', 1.42, 'before_price', 'active', '2023-11-23 01:35:23', '2024-12-12 05:08:33'),
(5, '₱ - PHP', 'PHP', 'PHP', '₱', 'no', 58.39, 'before_price', 'active', '2023-11-23 01:59:31', '2024-12-12 05:19:12'),
(6, '₺-Turkish lira', 'TL', 'TRY', '₺', 'no', 34.71, 'before_price', 'active', '2023-11-23 02:08:32', '2024-12-02 19:34:48'),
(7, '$-ARS', 'ARS', 'ARS', '$', 'no', 2.00, 'before_price', 'active', '2023-11-23 02:10:11', '2023-11-23 02:10:11'),
(8, '৳-BDT', 'BD', 'BDT', '৳', 'no', 121.90, 'after_price', 'active', '2024-12-12 05:11:51', '2025-05-03 19:11:43');

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

--
-- Table structure for table `nearest_locations`
--

CREATE TABLE `nearest_locations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `location` varchar(255) NOT NULL,
  `status` tinyint(4) 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 `nearest_locations`
--

INSERT INTO `nearest_locations` (`id`, `location`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Rail Station', 1, '2023-05-07 16:12:59', '2023-05-07 16:12:59'),
(2, 'Bus Station', 1, '2023-05-07 16:13:06', '2023-05-07 16:13:06'),
(3, 'Airport', 1, '2023-05-07 16:13:12', '2023-05-07 16:13:12'),
(4, 'Beach', 1, '2023-05-07 16:13:18', '2023-05-07 16:13:18'),
(5, 'Metro', 1, '2023-05-07 16:13:25', '2023-05-07 16:13:25'),
(6, 'Bank', 1, '2023-05-07 16:13:31', '2023-05-07 16:13:31'),
(7, 'School', 1, '2023-05-07 16:13:39', '2023-05-07 16:13:39'),
(8, 'Hospital', 1, '2023-05-07 16:13:43', '2023-05-07 16:13:43'),
(9, 'Super Market', 1, '2023-05-07 16:13:50', '2023-05-07 16:13:50'),
(10, 'Pharmacy', 1, '2023-05-07 16:13:57', '2023-05-07 16:13:57'),
(11, 'Park', 1, '2023-05-07 16:14:16', '2023-05-07 16:14:16'),
(12, 'Univarsity', 1, '2023-05-07 16:14:46', '2023-05-07 16:15:15');

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

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

CREATE TABLE `orders` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `order_id` varchar(255) NOT NULL,
  `agent_id` int(11) NOT NULL DEFAULT 0,
  `pricing_plan_id` int(11) NOT NULL DEFAULT 0,
  `plan_type` varchar(255) NOT NULL,
  `plan_price` varchar(255) NOT NULL,
  `plan_name` varchar(255) NOT NULL,
  `expired_time` varchar(255) NOT NULL,
  `number_of_property` varchar(10) NOT NULL,
  `featured_property` varchar(250) DEFAULT NULL,
  `featured_property_qty` varchar(10) NOT NULL,
  `top_property` varchar(255) NOT NULL,
  `top_property_qty` varchar(10) DEFAULT NULL,
  `urgent_property` varchar(255) DEFAULT NULL,
  `urgent_property_qty` varchar(10) DEFAULT NULL,
  `order_status` varchar(255) NOT NULL,
  `payment_status` varchar(255) NOT NULL,
  `transaction_id` text NOT NULL,
  `payment_method` varchar(255) NOT NULL,
  `expiration_date` varchar(255) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `max_agent_add` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `orders` (`id`, `order_id`, `agent_id`, `pricing_plan_id`, `plan_type`, `plan_price`, `plan_name`, `expired_time`, `number_of_property`, `featured_property`, `featured_property_qty`, `top_property`, `top_property_qty`, `urgent_property`, `urgent_property_qty`, `order_status`, `payment_status`, `transaction_id`, `payment_method`, `expiration_date`, `created_at`, `updated_at`, `max_agent_add`) VALUES
(1, '1630611019', 1, 1, 'free', '0', 'Free', 'monthly', '20', 'disable', '0', 'disable', '0', 'disable', '0', 'expired', 'success', 'free_enroll', 'Free', '2023-06-06', '2023-05-07 17:09:42', '2024-12-01 22:15:20', 10),
(2, '1118122269', 1, 2, 'premium', '49.99', 'Gold', 'yearly', '50', 'enable', '5', 'enable', '5', 'enable', '5', 'expired', 'success', 'txn_3N51k2F56Pb8BOOX09dIWafH', 'Stripe', '2024-05-06', '2023-05-07 17:10:46', '2024-12-01 22:15:20', 10),
(3, '559451397', 2, 3, 'premium', '99.99', 'Premium', 'lifetime', '100', 'enable', '50', 'enable', '30', 'enable', '10', 'active', 'success', 'txn_3N53zMF56Pb8BOOX1W24aOE8', 'Stripe', 'lifetime', '2023-05-07 09:34:48', '2023-05-07 09:34:48', 10),
(4, '453122636', 3, 3, 'premium', '99.99', 'Premium', 'lifetime', '100', 'enable', '50', 'enable', '30', 'enable', '10', 'active', 'success', 'hand_cash', 'hand_cash', 'lifetime', '2023-05-07 10:28:26', '2023-05-07 10:28:26', 0),
(5, '926720195', 4, 3, 'premium', '99.99', 'Premium', 'lifetime', '100', 'enable', '50', 'enable', '30', 'enable', '10', 'active', 'success', 'hand_cash', 'hand_cash', 'lifetime', '2023-05-07 11:06:42', '2023-05-07 11:06:42', 0),
(6, '230892985', 5, 3, 'premium', '99.99', 'Premium', 'lifetime', '100', 'enable', '50', 'enable', '30', 'enable', '10', 'active', 'success', 'hand_cash', 'hand_cash', 'lifetime', '2023-05-07 11:41:02', '2023-05-07 11:41:02', 0),
(7, '1052110245', 6, 3, 'premium', '99.99', 'Premium', 'lifetime', '100', 'enable', '50', 'enable', '30', 'enable', '10', 'active', 'success', 'hand_cash', 'hand_cash', 'lifetime', '2023-05-08 03:19:30', '2023-05-08 03:19:30', 0),
(8, '1612533809', 7, 3, 'premium', '99.99', 'Premium', 'lifetime', '100', 'enable', '50', 'enable', '30', 'enable', '10', 'active', 'success', 'hand_cash', 'hand_cash', 'lifetime', '2023-05-08 03:32:24', '2023-05-08 03:32:24', 0),
(9, '1302445266', 8, 3, 'premium', '99.99', 'Premium', 'lifetime', '100', 'enable', '50', 'enable', '30', 'enable', '10', 'active', 'success', 'hand_cash', 'hand_cash', 'lifetime', '2023-05-08 03:46:41', '2023-05-08 03:46:41', 0),
(10, '652045501', 1, 3, 'premium', '99.99', 'Premium', 'lifetime', '100', 'enable', '50', 'enable', '30', 'enable', '10', 'expired', 'success', 'hand_cash', 'hand_cash', 'lifetime', '2023-05-15 09:40:07', '2024-12-01 22:15:20', 0),
(11, '903296960', 11, 1, 'free', '0', 'Free', 'monthly', '20', 'disable', '0', 'disable', '0', 'disable', '0', 'expired', 'success', 'free_enroll', 'Free', '2023-06-22', '2023-05-22 22:38:42', '2024-10-17 01:12:18', 10),
(12, '857060763', 11, 2, 'premium', '49.99', 'Gold', 'yearly', '50', 'enable', '5', 'enable', '5', 'enable', '5', 'expired', 'pending', 'IBBL Dhaka, \nTNX_DKJFDKJF89898', 'Bank payment', '2024-05-22', '2023-05-22 22:54:32', '2023-05-23 18:56:22', 0),
(13, '1510726607', 11, 2, 'premium', '49.99', 'Gold', 'yearly', '50', 'enable', '5', 'enable', '5', 'enable', '5', 'expired', 'success', 'txn_3NArAXF56Pb8BOOX0xtSA3xt', 'Stripe', '2024-05-22', '2023-05-22 23:06:14', '2023-05-23 18:56:22', 0),
(14, '685727395', 11, 2, 'premium', '49.99', 'Gold', 'yearly', '50', 'enable', '5', 'enable', '5', 'enable', '5', 'expired', 'success', 'txn_3NArD8F56Pb8BOOX02yR4TtN', 'Stripe', '2024-05-22', '2023-05-22 23:08:54', '2023-05-23 18:56:22', 0),
(15, '361101043', 11, 2, 'premium', '49.99', 'Gold', 'yearly', '50', 'enable', '5', 'enable', '5', 'enable', '5', 'expired', 'success', 'pay_Lt3bsDoc01mWC2', 'Razorpay', '2024-05-22', '2023-05-22 23:37:37', '2023-05-23 18:56:22', 0),
(16, '539924035', 11, 2, 'premium', '49.99', 'Gold', 'yearly', '50', 'enable', '5', 'enable', '5', 'enable', '5', 'expired', 'success', 'pay_Lt3e68JQbtkdXn', 'Razorpay', '2024-05-22', '2023-05-22 23:39:40', '2023-05-23 18:56:22', 0),
(17, '263348697', 11, 2, 'premium', '49.99', 'Gold', 'yearly', '50', 'enable', '5', 'enable', '5', 'enable', '5', 'expired', 'success', '4344791', 'Flutterwave', '2024-05-22', '2023-05-22 23:57:09', '2023-05-23 18:56:22', 0),
(18, '1302716184', 11, 2, 'premium', '49.99', 'Gold', 'yearly', '50', 'enable', '5', 'enable', '5', 'enable', '5', 'expired', 'success', 'tr_fw6m6pL6eN', 'Mollie', '2024-05-22', '2023-05-23 17:38:05', '2023-05-23 18:56:22', 0),
(19, '769727851', 11, 2, 'premium', '49.99', 'Gold', 'yearly', '50', 'enable', '5', 'enable', '5', 'enable', '5', 'expired', 'success', '2826483093', 'Paystack', '2024-05-22', '2023-05-23 17:47:21', '2023-05-23 18:56:22', 0),
(20, '664171719', 11, 2, 'premium', '49.99', 'Gold', 'yearly', '50', 'enable', '5', 'enable', '5', 'enable', '5', 'expired', 'success', 'MOJO3524H05A97180527', 'Instamojo', '2024-05-23', '2023-05-23 18:45:12', '2023-05-23 18:56:22', 0),
(21, '1134016444', 11, 2, 'premium', '49.99', 'Gold', 'yearly', '50', 'enable', '5', 'enable', '5', 'enable', '5', 'active', 'success', 'PAYID-MRWZRKA74R301040E964623R', 'Paypal', '2024-05-23', '2023-05-23 18:56:22', '2023-05-23 18:56:22', 0),
(22, '1995806', 1, 3, 'premium', '99.99', 'Premium', 'lifetime', '100', 'enable', '50', 'enable', '30', 'enable', '10', 'expired', 'success', 'txn_3NgoS9F56Pb8BOOX08jDlwZW', 'Stripe', 'lifetime', '2023-08-19 02:40:23', '2024-12-01 22:15:20', 0),
(23, '1096037139', 1, 3, 'premium', '99.99', 'Premium', 'lifetime', '100', 'enable', '50', 'enable', '30', 'enable', '10', 'expired', 'success', 'cinetPay', 'cinetPay', 'lifetime', '2024-03-18 20:19:22', '2024-12-01 22:15:20', 0),
(24, '85989206', 1, 3, 'premium', '99.99', 'Premium', 'lifetime', '100', 'enable', '50', 'enable', '30', 'enable', '10', 'expired', 'success', 'cinetPay', 'cinetPay', 'lifetime', '2024-03-18 20:19:52', '2024-12-01 22:15:20', 0),
(25, '192484328', 1, 2, 'premium', '49.99', 'Gold', 'yearly', '50', 'enable', '5', 'enable', '5', 'enable', '5', 'expired', 'success', 'hand_cash', 'hand_cash', '2025-10-01', '2024-09-30 19:33:41', '2024-12-01 22:15:20', 10),
(27, '1703319324', 20, 2, 'premium', '49.99', 'Gold', 'yearly', '50', 'enable', '5', 'enable', '5', 'enable', '5', 'active', 'success', 'sdfgs563546as', 'Bank payment', '2025-10-17', '2024-10-16 22:40:02', '2024-10-16 22:40:25', 10),
(28, '1330672717', 19, 2, 'premium', '49.99', 'Gold', 'yearly', '50', 'enable', '5', 'enable', '5', 'enable', '5', 'active', 'success', 'asfasfa', 'Bank payment', '2025-10-17', '2024-10-17 00:02:10', '2024-10-17 00:02:25', 10),
(31, '206412759', 1, 2, 'premium', '19.99', 'Gold', 'yearly', '50', 'enable', '5', 'enable', '5', 'enable', '5', 'active', 'success', 'txn_3QRVipF56Pb8BOOX1wEurIdG', 'Stripe', '2025-12-02', '2024-12-01 22:15:20', '2024-12-01 22:15:20', 10);

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

--
-- Table structure for table `partners`
--

CREATE TABLE `partners` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `link` varchar(255) DEFAULT NULL,
  `logo` varchar(255) DEFAULT NULL,
  `home3_logo` varchar(255) DEFAULT NULL,
  `status` 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 `partners`
--

INSERT INTO `partners` (`id`, `link`, `logo`, `home3_logo`, `status`, `created_at`, `updated_at`) VALUES
(1, NULL, 'uploads/custom-images/our-partner-2023-05-07-09-58-59-9463.png', 'uploads/custom-images/-2023-05-08-11-20-39-3251.png', 1, '2023-05-07 13:58:59', '2023-05-08 05:20:39'),
(2, NULL, 'uploads/custom-images/our-partner-2023-05-07-09-59-14-3194.png', 'uploads/custom-images/-2023-05-08-11-22-42-9837.png', 1, '2023-05-07 13:59:14', '2023-05-08 05:22:42'),
(3, NULL, 'uploads/custom-images/our-partner-2023-05-07-09-59-24-5977.png', 'uploads/custom-images/-2023-05-08-11-22-52-4349.png', 1, '2023-05-07 13:59:24', '2023-05-08 05:22:52'),
(4, NULL, 'uploads/custom-images/our-partner-2023-05-07-09-59-46-6364.png', 'uploads/custom-images/-2023-05-08-11-23-01-3431.png', 1, '2023-05-07 13:59:46', '2023-05-08 05:23:01');

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

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

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

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

--
-- Table structure for table `paypal_payments`
--

CREATE TABLE `paypal_payments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `status` int(11) NOT NULL DEFAULT 0,
  `account_mode` varchar(255) DEFAULT NULL,
  `client_id` text DEFAULT NULL,
  `secret_id` text DEFAULT NULL,
  `country_code` varchar(191) NOT NULL,
  `currency_code` varchar(191) NOT NULL,
  `currency_rate` double NOT NULL,
  `image` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `currency_id` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `paypal_payments`
--

INSERT INTO `paypal_payments` (`id`, `status`, `account_mode`, `client_id`, `secret_id`, `country_code`, `currency_code`, `currency_rate`, `image`, `created_at`, `updated_at`, `currency_id`) VALUES
(1, 0, 'sandbox', 'AWlV5x8Lhj9BRF8-TnawXtbNs-zt69mMVXME1BGJUIoDdrAYz8QIeeTBQp0sc2nIL9E529KJZys32Ipy', 'EEvn1J_oIC6alxb-FoF4t8buKwy4uEWHJ4_Jd_wolaSPRMzFHe6GrMrliZAtawDDuE-WKkCKpWGiz0Yn', 'US', 'USD', 1, 'uploads/website-images/paypal-2023-04-12-10-39-51-9298.png', NULL, '2024-12-01 22:13:36', 1);

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

--
-- Table structure for table `paystack_and_mollies`
--

CREATE TABLE `paystack_and_mollies` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `mollie_key` varchar(255) DEFAULT NULL,
  `mollie_status` int(11) NOT NULL DEFAULT 0,
  `mollie_currency_rate` double NOT NULL DEFAULT 1,
  `paystack_public_key` varchar(255) DEFAULT NULL,
  `paystack_secret_key` varchar(255) DEFAULT NULL,
  `paystack_currency_rate` double NOT NULL DEFAULT 1,
  `paystack_status` int(11) NOT NULL DEFAULT 0,
  `mollie_country_code` varchar(191) NOT NULL,
  `mollie_currency_code` varchar(191) NOT NULL,
  `paystack_country_code` varchar(191) NOT NULL,
  `paystack_currency_code` varchar(191) NOT NULL,
  `mollie_image` varchar(255) DEFAULT NULL,
  `paystack_image` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `paystack_currency_id` int(11) NOT NULL DEFAULT 0,
  `mollie_currency_id` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `paystack_and_mollies`
--

INSERT INTO `paystack_and_mollies` (`id`, `mollie_key`, `mollie_status`, `mollie_currency_rate`, `paystack_public_key`, `paystack_secret_key`, `paystack_currency_rate`, `paystack_status`, `mollie_country_code`, `mollie_currency_code`, `paystack_country_code`, `paystack_currency_code`, `mollie_image`, `paystack_image`, `created_at`, `updated_at`, `paystack_currency_id`, `mollie_currency_id`) VALUES
(1, 'test_HFc5UhscNSGD5jujawhtNFs3wM3B4n', 0, 1.38, 'pk_test_057dfe5dee14eaf9c3b4573df1e3760c02c06e38', 'sk_test_77cb93329abbdc18104466e694c9f720a7d69c97', 460.49, 0, 'CA', 'CAD', 'NG', 'NGN', 'uploads/website-images/mollie-2023-04-12-10-40-48-3360.png', 'uploads/website-images/paystact-2023-04-12-10-40-57-4742.png', NULL, '2024-12-01 22:13:50', 2, 4);

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

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

CREATE TABLE `personal_access_tokens` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `tokenable_type` varchar(255) NOT NULL,
  `tokenable_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `token` varchar(64) NOT NULL,
  `abilities` text DEFAULT NULL,
  `last_used_at` timestamp NULL DEFAULT NULL,
  `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 `popular_posts`
--

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

--
-- Dumping data for table `popular_posts`
--

INSERT INTO `popular_posts` (`id`, `blog_id`, `status`, `created_at`, `updated_at`) VALUES
(1, 1, 1, '2023-05-07 14:45:22', '2023-05-07 14:45:22'),
(2, 2, 1, '2023-05-07 14:45:26', '2023-05-07 14:45:26'),
(3, 3, 1, '2023-05-07 14:45:29', '2023-05-07 14:45:29');

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

--
-- Table structure for table `pricing_plans`
--

CREATE TABLE `pricing_plans` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `plan_name` varchar(255) NOT NULL,
  `plan_slug` varchar(255) NOT NULL,
  `plan_price` double NOT NULL,
  `plan_type` varchar(255) NOT NULL,
  `expired_time` varchar(255) NOT NULL,
  `number_of_property` int(11) NOT NULL DEFAULT 0,
  `featured_property` varchar(255) NOT NULL,
  `featured_property_qty` int(11) NOT NULL DEFAULT 0,
  `top_property` varchar(255) NOT NULL,
  `top_property_qty` int(11) NOT NULL DEFAULT 0,
  `urgent_property` varchar(255) NOT NULL,
  `urgent_property_qty` int(11) NOT NULL DEFAULT 0,
  `serial` int(11) NOT NULL,
  `status` varchar(255) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `max_agent_add` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `pricing_plans`
--

INSERT INTO `pricing_plans` (`id`, `plan_name`, `plan_slug`, `plan_price`, `plan_type`, `expired_time`, `number_of_property`, `featured_property`, `featured_property_qty`, `top_property`, `top_property_qty`, `urgent_property`, `urgent_property_qty`, `serial`, `status`, `created_at`, `updated_at`, `max_agent_add`) VALUES
(1, 'Free', '88287617', 0, 'free', 'monthly', 20, 'disable', 0, 'disable', 0, 'disable', 0, 1, 'enable', '2023-05-07 17:05:26', '2024-10-17 01:12:13', 10),
(2, 'Gold', '98574185', 19.99, 'premium', 'yearly', 50, 'enable', 5, 'enable', 5, 'enable', 5, 2, 'enable', '2023-05-07 17:07:49', '2024-12-01 22:01:41', 10),
(3, 'Premium', '28285344', 29.99, 'premium', 'monthly', 100, 'enable', 50, 'enable', 30, 'enable', 10, 3, 'enable', '2023-05-07 17:08:55', '2024-12-01 22:01:47', 15);

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

--
-- Table structure for table `properties`
--

CREATE TABLE `properties` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `agent_id` int(11) NOT NULL DEFAULT 0,
  `property_type_id` int(11) NOT NULL,
  `city_id` int(11) NOT NULL,
  `title` text NOT NULL,
  `slug` text NOT NULL,
  `purpose` varchar(255) NOT NULL,
  `rent_period` varchar(255) DEFAULT NULL,
  `price` varchar(255) NOT NULL,
  `thumbnail_image` varchar(255) NOT NULL,
  `description` longtext NOT NULL,
  `video_description` text DEFAULT NULL,
  `video_thumbnail` varchar(255) DEFAULT NULL,
  `video_id` varchar(255) DEFAULT NULL,
  `address` text NOT NULL,
  `address_description` text NOT NULL,
  `google_map` text DEFAULT NULL,
  `total_area` varchar(255) DEFAULT NULL,
  `total_unit` varchar(255) DEFAULT NULL,
  `total_bedroom` varchar(255) DEFAULT NULL,
  `total_bathroom` varchar(255) DEFAULT NULL,
  `total_garage` varchar(255) DEFAULT NULL,
  `total_kitchen` varchar(255) DEFAULT NULL,
  `is_featured` varchar(255) NOT NULL DEFAULT 'disable',
  `is_top` varchar(255) NOT NULL DEFAULT 'disable',
  `is_urgent` varchar(255) NOT NULL DEFAULT 'disable',
  `status` varchar(255) NOT NULL DEFAULT 'disable',
  `expired_date` date DEFAULT NULL,
  `seo_title` text DEFAULT NULL,
  `seo_meta_description` text DEFAULT NULL,
  `serial` int(11) NOT NULL DEFAULT 0,
  `show_slider` varchar(10) NOT NULL DEFAULT 'disable',
  `approve_by_admin` varchar(15) NOT NULL DEFAULT 'pending',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `date_from` date DEFAULT NULL,
  `date_to` date DEFAULT NULL,
  `time_from` time DEFAULT NULL,
  `time_to` time DEFAULT NULL,
  `country_id` bigint(20) UNSIGNED DEFAULT NULL,
  `lat` varchar(255) DEFAULT NULL,
  `lon` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `properties`
--

INSERT INTO `properties` (`id`, `agent_id`, `property_type_id`, `city_id`, `title`, `slug`, `purpose`, `rent_period`, `price`, `thumbnail_image`, `description`, `video_description`, `video_thumbnail`, `video_id`, `address`, `address_description`, `google_map`, `total_area`, `total_unit`, `total_bedroom`, `total_bathroom`, `total_garage`, `total_kitchen`, `is_featured`, `is_top`, `is_urgent`, `status`, `expired_date`, `seo_title`, `seo_meta_description`, `serial`, `show_slider`, `approve_by_admin`, `created_at`, `updated_at`, `date_from`, `date_to`, `time_from`, `time_to`, `country_id`, `lat`, `lon`) VALUES
(1, 1, 1, 1, 'Modern House With Pool', 'modern-house-with-pool', 'rent', 'monthly', '200', 'uploads/custom-images/property-thumb-2023-05-07-02-27-37-6364.webp', '&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n&lt;p&gt;Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature.&lt;/p&gt;\r\n&lt;p&gt;discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of &quot;de Finibus Bonorum et Malorum&quot; (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance.&lt;/p&gt;\r\n&lt;p&gt;Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia&lt;/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden end to main to marked.', 'uploads/custom-images/video-thumb-2023-05-07-02-23-22-3278.webp', 'sXdYSDYJvJ8', '1901 Thornridge Cir. Shiloh, Hawaii 81063', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden end to main to marked.', NULL, '500', '4', '5', '4', '3', '3', 'enable', 'enable', 'enable', 'enable', '2025-12-02', 'Modern House With Pool', 'Modern House With Pool', 0, 'disable', 'approved', '2023-05-07 17:27:38', '2025-05-03 19:14:03', NULL, NULL, NULL, NULL, 4, NULL, NULL),
(2, 1, 1, 3, 'Brand New Shopping Mall', 'brand-new-shopping-mall', 'rent', 'monthly', '800', 'uploads/custom-images/property-thumb-2023-05-07-03-17-28-6973.webp', '<p>&nbsp;</p>\r\n<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature.</p>\r\n<p>discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance.</p>\r\n<p>&nbsp;</p>', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden end to main to marked.', 'uploads/custom-images/video-thumb-2023-05-07-03-17-28-9967.webp', 'CWidORDXEdM', '70 Washington Square South, New York', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden end to main to marked.', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3022.681138843672!2d-73.89482218459395!3d40.747041279328165!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25f01328248b3%3A0x62300784dd275f96!2s7232%20Broadway%20%23%20308%2C%20Flushing%2C%20NY%2011372%2C%20USA!5e0!3m2!1sen!2sbd!4v1652467683397!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>', '700', '10', '8', '8', '3', '5', 'enable', 'enable', 'enable', 'enable', '2025-12-02', 'Brand New Shopping Mall', 'Brand New Shopping Mall', 0, 'disable', 'approved', '2023-05-07 09:17:29', '2024-12-01 22:15:20', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(3, 1, 3, 13, 'Stunning Duplex House for Sale in New York b', 'stunning-duplex-house-for-sale-in-new-york', 'sale', '', '5000', 'uploads/custom-images/property-thumb-2023-05-07-03-30-12-9655.webp', '&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n&lt;p&gt;Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature.&lt;/p&gt;\r\n&lt;p&gt;discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of &quot;de Finibus Bonorum et Malorum&quot; (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. e&lt;/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden end to main to marked. e', 'uploads/custom-images/video-thumb-2023-05-07-03-30-12-7726.webp', 'tE5FGuhltBU', 'Jackson Heights, 11372, NY, United States', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden end to main to marked. e', NULL, '6500', '1', '2', '3', '4', '5', 'enable', 'enable', 'enable', 'enable', '2025-12-02', 'Stunning Duplex House for Sale in New York e', 'Stunning Duplex House for Sale in New York e', 0, 'disable', 'approved', '2023-05-07 09:30:12', '2024-12-01 22:15:20', NULL, NULL, NULL, NULL, 2, NULL, NULL),
(4, 2, 4, 4, 'Luxurious High-Rise Apartment in the Heart of London', 'luxurious-highrise-apartment-in-the-heart-of-london', 'rent', 'monthly', '300', 'uploads/custom-images/property-thumb-2023-05-07-03-49-02-7409.webp', '<p>&nbsp;</p>\r\n<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature.</p>\r\n<p>discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance.</p>\r\n<p>&nbsp;</p>', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden end to main to marked.', 'uploads/custom-images/video-thumb-2023-05-07-03-49-02-7828.webp', 'yREK3LTVlwA', 'Jackson Heights, 11372, NY, United States', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden end to main to marked.', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3022.681138843672!2d-73.89482218459395!3d40.747041279328165!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25f01328248b3%3A0x62300784dd275f96!2s7232%20Broadway%20%23%20308%2C%20Flushing%2C%20NY%2011372%2C%20USA!5e0!3m2!1sen!2sbd!4v1652467683397!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>', '950', '20', '8', '7', '2', '7', 'disable', 'disable', 'disable', 'enable', NULL, 'Luxurious High-Rise Apartment in the Heart of London', 'Luxurious High-Rise Apartment in the Heart of London', 0, 'disable', 'approved', '2023-05-07 09:49:02', '2023-05-13 13:45:01', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(5, 2, 3, 7, 'Spacious and Modern Townhouse in Neighborhood', 'spacious-and-modern-townhouse-in-neighborhood', 'sale', '', '1000', 'uploads/custom-images/property-thumb-2023-05-07-04-19-51-9723.webp', '<p>&nbsp;</p>\r\n<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature.</p>\r\n<p>discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance.</p>\r\n<p>&nbsp;</p>', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden end to main to marked.', 'uploads/custom-images/video-thumb-2023-05-07-04-18-54-4866.webp', '4b013QoA4so', 'Florida City, FL, USA', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden end to main to marked.', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3022.681138843672!2d-73.89482218459395!3d40.747041279328165!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25f01328248b3%3A0x62300784dd275f96!2s7232%20Broadway%20%23%20308%2C%20Flushing%2C%20NY%2011372%2C%20USA!5e0!3m2!1sen!2sbd!4v1652467683397!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>', '850', '5', '8', '5', '1', '3', 'disable', 'disable', 'enable', 'enable', NULL, 'Spacious and Modern Townhouse in Neighborhood', 'Spacious and Modern Townhouse in Neighborhood', 0, 'disable', 'approved', '2023-05-07 10:18:54', '2023-05-07 10:25:17', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(6, 3, 3, 5, 'Beautifully Renovated Building for Sale: Ideal for Commercial Use', 'beautifully-renovated-building-for-sale-ideal-for-commercial-use', 'sale', '', '800', 'uploads/custom-images/property-thumb-2023-05-07-04-39-41-8223.webp', '<p>&nbsp;</p>\r\n<p>Lorem ipsum dolor sit amet, nibh saperet te pri, at nam diceret disputationi. Quo an consul impedit, usu possim evertitur dissentiet ei, ridens minimum nominavi et vix. An per mutat adipisci. Ut pericula dissentias sed, est ea modus gloriatur. Aliquip persius has cu, oportere adversarium mei an, justo fabulas in vix.</p>\r\n<p>Nec in rebum primis causae. Affert iisque ex pri, vis utinam vivendo definitionem ad, nostrum omnesque per et. Omnium antiopam cotidieque cu sit. Id pri placerat voluptatum, vero dicunt dissentiunt eum et, adhuc iisque vis no. Eu suavitate contentiones definitionem mel, ex vide insolens ocurreret eam. Et dico blandit mea. Sea tollit vidisse mandamus te, qui movet efficiendi ex.</p>\r\n<p>Quo id nemore dignissim persequeris, unum melius option ei vix, oratio vidisse eam ei. Altera neglegentur cum te. Latine probatus cum cu. Vim dicta sonet intellegebat ne, ei mazim decore eleifend nam, no malis soleat usu. Est ei tale praesent, ad nibh iudicabit has.</p>\r\n<p>&nbsp;</p>', 'Quo id nemore dignissim persequeris, unum melius option ei vix, oratio vidisse eam ei. Altera neglegentur cum te. Latine probatus cum cu. Vim dicta sonet intellegebat ne, ei mazim decore eleifend nam, no malis soleat usu', 'uploads/custom-images/video-thumb-2023-05-07-04-39-42-6278.webp', 'mrpiPK8_up0', 'California, USA', 'Quo id nemore dignissim persequeris, unum melius option ei vix, oratio vidisse eam ei. Altera neglegentur cum te. Latine probatus cum cu. Vim dicta sonet intellegebat ne, ei mazim decore eleifend nam, no malis soleat usu. Est ei tale praesent, ad nibh iudicabit has.', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3022.681138843672!2d-73.89482218459395!3d40.747041279328165!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25f01328248b3%3A0x62300784dd275f96!2s7232%20Broadway%20%23%20308%2C%20Flushing%2C%20NY%2011372%2C%20USA!5e0!3m2!1sen!2sbd!4v1652467683397!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>', '450', '12', '8', '10', '2', '2', 'disable', 'disable', 'enable', 'enable', NULL, 'Beautifully Renovated Building for Sale: Ideal for Commercial Use', 'Beautifully Renovated Building for Sale: Ideal for Commercial Use', 0, 'disable', 'approved', '2023-05-07 10:39:43', '2023-05-13 13:37:21', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(7, 3, 3, 5, 'Elegant Condo in a Gated Community with Plenty of Amenities', 'elegant-condo-in-a-gated-community-with-plenty-of-amenities', 'sale', '', '600', 'uploads/custom-images/property-thumb-2023-05-07-04-58-45-7606.webp', '<p>&nbsp;</p>\r\n<p>In vim natum soleat nostro, pri in eloquentiam contentiones. Eu sit sapientem reprehendunt, omnis aliquid eu eos. No quot illum veniam est, ne pro iudico saperet mnesarchum. Ea pri nostro disputando contentiones, eu nec menandri qualisque, vis ex equidem invidunt. Et accusam detracto splendide per, congue meliore id sea. Has eu aeterno patrioque expetendis, mel ei dissentiet reformidans.</p>\r\n<p>Meliore inimicus duo ut, tation veritus elaboraret eam cu. Cum in alii agam aliquip, aperiam salutandi et per. Ex vis summo probatus ocurreret, ex assum sententiae pri, blandit sensibus moderatius ei eos. Vix nobis phaedrum neglegentur et.</p>\r\n<p>Id est maiorum volutpat, ad nominavi suscipit suscipiantur vix. Ut ius veri aperiam reprehendunt. Ut per unum sapientem consequuntur, usu ut quot scripta. Sea te nisl expetenda, ad quo congue argumentum, sit quis simul accusam cu. Usu ei perfecto repudiare tincidunt, ut quas malis erant vim. An mel vidit iudicabit.</p>\r\n<p>Ipsum volumus pertinax mea ut, eu erat tacimates nam. Tibique copiosae verterem mea no, eam ex melius option, soluta timeam et his. Sit simul gubergren reformidans id, amet minimum nominavi eos ea. Et augue dicta vix. Mea ne utamur referrentur.</p>\r\n<p>&nbsp;</p>', 'Ipsum volumus pertinax mea ut, eu erat tacimates nam. Tibique copiosae verterem mea no, eam ex melius option, soluta timeam et his. Sit simul gubergren reformidans id, amet minimum nominavi eos ea. Et augue dicta vix. Mea ne utamur referrentur.', 'uploads/custom-images/video-thumb-2023-05-07-04-55-46-3762.webp', 'tE5FGuhltBU', 'Jackson Heights, 11372, NY, United States', 'Ipsum volumus pertinax mea ut, eu erat tacimates nam. Tibique copiosae verterem mea no, eam ex melius option, soluta timeam et his. Sit simul gubergren reformidans id, amet minimum nominavi eos ea. Et augue dicta vix. Mea ne utamur referrentur.', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3022.681138843672!2d-73.89482218459395!3d40.747041279328165!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25f01328248b3%3A0x62300784dd275f96!2s7232%20Broadway%20%23%20308%2C%20Flushing%2C%20NY%2011372%2C%20USA!5e0!3m2!1sen!2sbd!4v1652467683397!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>', '980', '10', '8', '4', '2', '3', 'disable', 'disable', 'enable', 'enable', NULL, 'Elegant Condo in a Gated Community with Plenty of Amenities', 'Elegant Condo in a Gated Community with Plenty of Amenities', 0, 'disable', 'approved', '2023-05-07 10:55:46', '2023-05-13 13:35:55', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(8, 4, 2, 7, 'Charming Bungalow with a Large Yard and Plenty of Privacy', 'charming-bungalow-with-a-large-yard-and-plenty-of-privacy', 'rent', 'daily', '250', 'uploads/custom-images/property-thumb-2023-05-07-05-19-09-8270.webp', '<p>Ipsum volumus pertinax mea ut, eu erat tacimates nam. Tibique copiosae verterem mea no, eam ex melius option, soluta timeam et his. Sit simul gubergren reformidans id, amet minimum nominavi eos ea. Et augue dicta vix. Mea ne utamur referrentur.</p>\r\n<p>Id est maiorum volutpat, ad nominavi suscipit suscipiantur vix. Ut ius veri aperiam reprehendunt. Ut per unum sapientem consequuntur, usu ut quot scripta. Sea te nisl expetenda, ad quo congue argumentum, sit quis simul accusam cu. Usu ei perfecto repudiare tincidunt, ut quas malis erant vim. An mel vidit iudicabit.</p>\r\n<p>Pri tempor appareat no, eruditi repudiandae vix at. Eos at brute omnesque voluptaria, facer putent intellegam eu pri. Mei debitis ullamcorper eu, at quo idque mundi. Vis in suas porro consequat, nec ad dolor adversarium, ut praesent cotidieque sit. Veniam civibus omittantur duo ut, te his alterum complectitur. Mea omnis oratio impedit ne.</p>\r\n<p>Ei usu malis aeque efficiantur. Mazim dolor denique duo ad, augue ornatus sententiae vel at, duo id sumo vulputate. His legimus assueverit ut, commune maluisset deterruisset id mel. Oblique volumus eos ut, quo autem posidonium definitiones cu. Cu usu lorem consul concludaturque, pro ea fuisset consectetuer. Ex aeterno forensibus has, dicta propriae est ei, ex alterum apeirian quo.</p>\r\n<p>Quo id nemore dignissim persequeris, unum melius option ei vix, oratio vidisse eam ei. Altera neglegentur cum te. Latine probatus cum cu. Vim dicta sonet intellegebat ne, ei mazim decore eleifend nam, no malis soleat usu. Est ei tale praesent, ad nibh iudicabit has.</p>', 'Quo id nemore dignissim persequeris, unum melius option ei vix, oratio vidisse eam ei. Altera neglegentur cum te. Latine probatus cum cu. Vim dicta sonet intellegebat ne, ei mazim decore eleifend nam, no malis soleat usu. Est ei tale praesent, ad nibh iudicabit has.', 'uploads/custom-images/video-thumb-2023-05-07-05-15-54-4399.webp', 'tE5FGuhltBU', 'Jackson Heights, 11372, NY, United States', 'Quo id nemore dignissim persequeris, unum melius option ei vix, oratio vidisse eam ei. Altera neglegentur cum te. Latine probatus cum cu. Vim dicta sonet intellegebat ne, ei mazim decore eleifend nam, no malis soleat usu. Est ei tale praesent, ad nibh iudicabit has.', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3022.681138843672!2d-73.89482218459395!3d40.747041279328165!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25f01328248b3%3A0x62300784dd275f96!2s7232%20Broadway%20%23%20308%2C%20Flushing%2C%20NY%2011372%2C%20USA!5e0!3m2!1sen!2sbd!4v1652467683397!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>', '500', '9', '10', '5', '3', '4', 'disable', 'disable', 'disable', 'enable', NULL, 'Charming Bungalow with a Large Yard and Plenty of Privacy', 'Charming Bungalow with a Large Yard and Plenty of Privacy', 1, 'enable', 'approved', '2023-05-07 11:15:55', '2023-05-07 11:37:47', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(9, 4, 3, 1, 'Newly Constructed Multi-Unit Building: Perfect for Investors', 'newly-constructed-multiunit-building-perfect-for-investors', 'rent', 'monthly', '800', 'uploads/custom-images/property-thumb-2023-05-07-05-34-41-5998.webp', '<p>Quo id nemore dignissim persequeris, unum melius option ei vix, oratio vidisse eam ei. Altera neglegentur cum te. Latine probatus cum cu. Vim dicta sonet intellegebat ne, ei mazim decore eleifend nam, no malis soleat usu. Est ei tale praesent, ad nibh iudicabit has.</p>\r\n<p>Ei usu malis aeque efficiantur. Mazim dolor denique duo ad, augue ornatus sententiae vel at, duo id sumo vulputate. His legimus assueverit ut, commune maluisset deterruisset id mel. Oblique volumus eos ut, quo autem posidonium definitiones cu. Cu usu lorem consul concludaturque, pro ea fuisset consectetuer. Ex aeterno forensibus has, dicta propriae est ei, ex alterum apeirian quo.</p>\r\n<p>In vim natum soleat nostro, pri in eloquentiam contentiones. Eu sit sapientem reprehendunt, omnis aliquid eu eos. No quot illum veniam est, ne pro iudico saperet mnesarchum. Ea pri nostro disputando contentiones, eu nec menandri qualisque, vis ex equidem invidunt. Et accusam detracto splendide per, congue meliore id sea. Has eu aeterno patrioque expetendis, mel ei dissentiet reformidans.</p>\r\n<p>Meliore inimicus duo ut, tation veritus elaboraret eam cu. Cum in alii agam aliquip, aperiam salutandi et per. Ex vis summo probatus ocurreret, ex assum sententiae pri, blandit sensibus moderatius ei eos. Vix nobis phaedrum neglegentur et.</p>', 'Meliore inimicus duo ut, tation veritus elaboraret eam cu. Cum in alii agam aliquip, aperiam salutandi et per. Ex vis summo probatus ocurreret, ex assum sententiae pri, blandit sensibus moderatius ei eos. Vix nobis phaedrum neglegentur et.', 'uploads/custom-images/video-thumb-2023-05-07-05-30-54-5570.webp', 'tE5FGuhltBU', 'Los Angeles, CA, USA', 'Meliore inimicus duo ut, tation veritus elaboraret eam cu. Cum in alii agam aliquip, aperiam salutandi et per. Ex vis summo probatus ocurreret, ex assum sententiae pri, blandit sensibus moderatius ei eos. Vix nobis phaedrum neglegentur et.', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3022.681138843672!2d-73.89482218459395!3d40.747041279328165!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25f01328248b3%3A0x62300784dd275f96!2s7232%20Broadway%20%23%20308%2C%20Flushing%2C%20NY%2011372%2C%20USA!5e0!3m2!1sen!2sbd!4v1652467683397!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>', '850', '12', '9', '2', '1', '3', 'disable', 'disable', 'disable', 'enable', NULL, 'Newly Constructed Multi-Unit Building: Perfect for Investors', 'Newly Constructed Multi-Unit Building: Perfect for Investors', 2, 'enable', 'approved', '2023-05-07 11:30:55', '2023-05-07 11:37:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(10, 5, 2, 5, 'Stylish Loft with Exposed Brick Walls and High Ceilings', 'stylish-loft-with-exposed-brick-walls-and-high-ceilings', 'rent', 'daily', '150', 'uploads/custom-images/property-thumb-2023-05-07-05-56-55-3893.webp', '<p>Appetere fabellas ius te. Nonumes splendide deseruisse ea vis, alii velit vel eu. Eos ut scaevola platonem rationibus. Vis natum vivendo sententiae in, ea aperiam apeirian pri, in partem eleifend quo. Pro ex nobis utinam, nam et vidit numquam fastidii, ne per munere adolescens.</p>\r\n<p>Meliore inimicus duo ut, tation veritus elaboraret eam cu. Cum in alii agam aliquip, aperiam salutandi et per. Ex vis summo probatus ocurreret, ex assum sententiae pri, blandit sensibus moderatius ei eos. Vix nobis phaedrum neglegentur et.</p>\r\n<p>Ipsum volumus pertinax mea ut, eu erat tacimates nam. Tibique copiosae verterem mea no, eam ex melius option, soluta timeam et his. Sit simul gubergren reformidans id, amet minimum nominavi eos ea. Et augue dicta vix. Mea ne utamur referrentur.</p>', 'Ipsum volumus pertinax mea ut, eu erat tacimates nam. Tibique copiosae verterem mea no, eam ex melius option, soluta timeam et his. Sit simul gubergren reformidans id, amet minimum nominavi eos ea. Et augue dicta vix. Mea ne utamur referrentur.', 'uploads/custom-images/video-thumb-2023-05-07-05-51-10-8140.webp', '4b013QoA4so', 'New York, Jackson Heights, 11372, NY, United States', 'Ipsum volumus pertinax mea ut, eu erat tacimates nam. Tibique copiosae verterem mea no, eam ex melius option, soluta timeam et his. Sit simul gubergren reformidans id, amet minimum nominavi eos ea. Et augue dicta vix. Mea ne utamur referrentur.', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3022.681138843672!2d-73.89482218459395!3d40.747041279328165!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25f01328248b3%3A0x62300784dd275f96!2s7232%20Broadway%20%23%20308%2C%20Flushing%2C%20NY%2011372%2C%20USA!5e0!3m2!1sen!2sbd!4v1652467683397!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>', '406', '50', '12', '10', '2', '10', 'disable', 'disable', 'disable', 'enable', NULL, 'Stylish Loft with Exposed Brick Walls and High Ceilings', 'Stylish Loft with Exposed Brick Walls and High Ceilings', 3, 'enable', 'approved', '2023-05-07 11:51:11', '2023-05-07 11:56:55', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(11, 6, 2, 7, 'Affordable and Adorable Starter Home in Suburb', 'affordable-and-adorable-starter-home-in-suburb', 'rent', 'monthly', '150', 'uploads/custom-images/property-thumb-2023-05-08-09-28-53-2139.webp', '<p>Consetetur definitionem cu mea, usu legere minimum ne. Pro epicurei constituam ne, atqui lucilius indoctum nam id. Eu timeam volumus vel, eos te movet complectitur, te causae saperet eam. Minimum probatus vim te, eu eum ancillae mentitum comprehensam. Tantas decore adipisci vix no.</p>\r\n<p>Ei usu malis aeque efficiantur. Mazim dolor denique duo ad, augue ornatus sententiae vel at, duo id sumo vulputate. His legimus assueverit ut, commune maluisset deterruisset id mel. Oblique volumus eos ut, quo autem posidonium definitiones cu. Cu usu lorem consul concludaturque, pro ea fuisset consectetuer. Ex aeterno forensibus has, dicta propriae est ei, ex alterum apeirian quo.</p>\r\n<p>Quo id nemore dignissim persequeris, unum melius option ei vix, oratio vidisse eam ei. Altera neglegentur cum te. Latine probatus cum cu. Vim dicta sonet intellegebat ne, ei mazim decore eleifend nam, no malis soleat usu. Est ei tale praesent, ad nibh iudicabit has.</p>', 'Quo id nemore dignissim persequeris, unum melius option ei vix, oratio vidisse eam ei. Altera neglegentur cum te. Latine probatus cum cu. Vim dicta sonet intellegebat ne, ei mazim decore eleifend nam, no malis soleat usu. Est ei tale praesent, ad nibh iudicabit has.', 'uploads/custom-images/video-thumb-2023-05-08-09-28-53-2476.webp', 'yREK3LTVlwA', 'Vatikanska 11, Florida City, Florida, USA', 'Quo id nemore dignissim persequeris, unum melius option ei vix, oratio vidisse eam ei. Altera neglegentur cum te. Latine probatus cum cu. Vim dicta sonet intellegebat ne, ei mazim decore eleifend nam, no malis soleat usu. Est ei tale praesent, ad nibh iudicabit has.', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3022.681138843672!2d-73.89482218459395!3d40.747041279328165!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25f01328248b3%3A0x62300784dd275f96!2s7232%20Broadway%20%23%20308%2C%20Flushing%2C%20NY%2011372%2C%20USA!5e0!3m2!1sen!2sbd!4v1652467683397!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>', '160', '12', '9', '8', '1', '3', 'enable', 'enable', 'disable', 'enable', NULL, 'Affordable and Adorable Starter Home in Suburb', 'Affordable and Adorable Starter Home in Suburb', 0, 'disable', 'approved', '2023-05-08 03:28:53', '2023-05-08 05:03:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(12, 7, 3, 2, 'Gorgeous Waterfront Property with Spectacular Views', 'gorgeous-waterfront-property-with-spectacular-views', 'rent', 'monthly', '180', 'uploads/custom-images/property-thumb-2023-05-08-10-05-49-3941.webp', '<p>Consetetur definitionem cu mea, usu legere minimum ne. Pro epicurei constituam ne, atqui lucilius indoctum nam id. Eu timeam volumus vel, eos te movet complectitur, te causae saperet eam. Minimum probatus vim te, eu eum ancillae mentitum comprehensam</p>\r\n<p>Pri tempor appareat no, eruditi repudiandae vix at. Eos at brute omnesque voluptaria, facer putent intellegam eu pri. Mei debitis ullamcorper eu, at quo idque mundi. Vis in suas porro consequat, nec ad dolor adversarium, ut praesent cotidieque sit. Veniam civibus omittantur duo ut, te his alterum complectitur. Mea omnis oratio impedit ne.</p>\r\n<p>In vim natum soleat nostro, pri in eloquentiam contentiones. Eu sit sapientem reprehendunt, omnis aliquid eu eos. No quot illum veniam est, ne pro iudico saperet mnesarchum. Ea pri nostro disputando contentiones, eu nec menandri qualisque, vis ex equidem invidunt. Et accusam detracto splendide per, congue meliore id sea. Has eu aeterno patrioque expetendis, mel ei dissentiet reformidans.</p>', 'Meliore inimicus duo ut, tation veritus elaboraret eam cu. Cum in alii agam aliquip, aperiam salutandi et per. Ex vis summo probatus ocurreret, ex assum sententiae pri, blandit sensibus moderatius ei eos. Vix nobis phaedrum neglegentur et.', 'uploads/custom-images/video-thumb-2023-05-08-09-40-23-7833.webp', 'CWidORDXEdM', 'Washington, Indiana, Florida City, Florida', 'Meliore inimicus duo ut, tation veritus elaboraret eam cu. Cum in alii agam aliquip, aperiam salutandi et per. Ex vis summo probatus ocurreret, ex assum sententiae pri, blandit sensibus moderatius ei eos. Vix nobis phaedrum neglegentur et.', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3022.681138843672!2d-73.89482218459395!3d40.747041279328165!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25f01328248b3%3A0x62300784dd275f96!2s7232%20Broadway%20%23%20308%2C%20Flushing%2C%20NY%2011372%2C%20USA!5e0!3m2!1sen!2sbd!4v1652467683397!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>', '980', '45', '10', '6', '3', '1', 'enable', 'enable', 'disable', 'enable', NULL, 'Gorgeous Waterfront Property with Spectacular Views', 'Gorgeous Waterfront Property with Spectacular Views', 0, 'disable', 'approved', '2023-05-08 03:40:24', '2023-05-08 04:05:49', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(13, 8, 1, 12, 'Rustic Charm Country Farmhouse Retreat\n', 'fully-furnished-executive-suite-in-a-luxury-highrise-building', 'sale', '', '500', 'uploads/custom-images/property-thumb-2023-05-08-10-02-40-8840.webp', '<p>Meliore inimicus duo ut, tation veritus elaboraret eam cu. Cum in alii agam aliquip, aperiam salutandi et per. Ex vis summo probatus ocurreret, ex assum sententiae pri, blandit sensibus moderatius ei eos. Vix nobis phaedrum neglegentur et.</p>\r\n<p>Id est maiorum volutpat, ad nominavi suscipit suscipiantur vix. Ut ius veri aperiam reprehendunt. Ut per unum sapientem consequuntur, usu ut quot scripta. Sea te nisl expetenda, ad quo congue argumentum, sit quis simul accusam cu. Usu ei perfecto repudiare tincidunt, ut quas malis erant vim. An mel vidit iudicabit.</p>\r\n<p>Appetere fabellas ius te. Nonumes splendide deseruisse ea vis, alii velit vel eu. Eos ut scaevola platonem rationibus. Vis natum vivendo sententiae in, ea aperiam apeirian pri, in partem eleifend quo. Pro ex nobis utinam, nam et vidit numquam fastidii, ne per munere adolescens.</p>', 'Appetere fabellas ius te. Nonumes splendide deseruisse ea vis, alii velit vel eu. Eos ut scaevola platonem rationibus. Vis natum vivendo sententiae in, ea aperiam apeirian pri, in partem eleifend quo. Pro ex nobis utinam, nam et vidit numquam fastidii, ne per munere adolescens.', 'uploads/custom-images/video-thumb-2023-05-08-10-02-40-3278.webp', 'CWidORDXEdM', 'Vatikanska 11, Florida City, Florida', 'Appetere fabellas ius te. Nonumes splendide deseruisse ea vis, alii velit vel eu. Eos ut scaevola platonem rationibus. Vis natum vivendo sententiae in, ea aperiam apeirian pri, in partem eleifend quo. Pro ex nobis utinam, nam et vidit numquam fastidii, ne per munere adolescens.', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3022.681138843672!2d-73.89482218459395!3d40.747041279328165!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25f01328248b3%3A0x62300784dd275f96!2s7232%20Broadway%20%23%20308%2C%20Flushing%2C%20NY%2011372%2C%20USA!5e0!3m2!1sen!2sbd!4v1652467683397!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>', '480', '23', '10', '9', '3', '2', 'enable', 'enable', 'disable', 'enable', NULL, 'Fully Furnished Executive Suite in a Luxury High-Rise Building', 'Fully Furnished Executive Suite in a Luxury High-Rise Building', 0, 'disable', 'approved', '2023-05-08 04:02:41', '2023-05-08 04:02:41', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(14, 0, 4, 12, 'Modern and Spacious Penthouse with Floor-to-Ceiling Windows', 'modern-and-spacious-penthouse-with-floortoceiling-windows', 'rent', 'yearly', '800', 'uploads/custom-images/property-thumb-2023-05-08-10-14-52-7558.webp', '<p>Appetere fabellas ius te. Nonumes splendide deseruisse ea vis, alii velit vel eu. Eos ut scaevola platonem rationibus. Vis natum vivendo sententiae in, ea aperiam apeirian pri, in partem eleifend quo. Pro ex nobis utinam, nam et vidit numquam fastidii, ne per munere adolescens.</p>\r\n<p>Ipsum volumus pertinax mea ut, eu erat tacimates nam. Tibique copiosae verterem mea no, eam ex melius option, soluta timeam et his. Sit simul gubergren reformidans id, amet minimum nominavi eos ea. Et augue dicta vix. Mea ne utamur referrentur.</p>\r\n<p>Id est maiorum volutpat, ad nominavi suscipit suscipiantur vix. Ut ius veri aperiam reprehendunt. Ut per unum sapientem consequuntur, usu ut quot scripta. Sea te nisl expetenda, ad quo congue argumentum, sit quis simul accusam cu. Usu ei perfecto repudiare tincidunt, ut quas malis erant vim. An mel vidit iudicabit.</p>', 'Appetere fabellas ius te. Nonumes splendide deseruisse ea vis, alii velit vel eu. Eos ut scaevola platonem rationibus. Vis natum vivendo sententiae in, ea aperiam apeirian pri, in partem eleifend quo. Pro ex nobis utinam, nam et vidit numquam fastidii, ne per munere adolescens.', 'uploads/custom-images/video-thumb-2023-05-08-10-14-52-2134.webp', '4b013QoA4so', 'Washington, Indiana, Florida City, Florida', 'Appetere fabellas ius te. Nonumes splendide deseruisse ea vis, alii velit vel eu. Eos ut scaevola platonem rationibus. Vis natum vivendo sententiae in, ea aperiam apeirian pri, in partem eleifend quo. Pro ex nobis utinam, nam et vidit numquam fastidii, ne per munere adolescens.', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3022.681138843672!2d-73.89482218459395!3d40.747041279328165!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25f01328248b3%3A0x62300784dd275f96!2s7232%20Broadway%20%23%20308%2C%20Flushing%2C%20NY%2011372%2C%20USA!5e0!3m2!1sen!2sbd!4v1652467683397!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>', '650', '10', '5', '3', '1', '2', 'enable', 'disable', 'disable', 'enable', NULL, 'Modern and Spacious Penthouse with Floor-to-Ceiling Windows', 'Modern and Spacious Penthouse with Floor-to-Ceiling Windows', 0, 'disable', 'approved', '2023-05-08 04:14:53', '2023-05-08 04:14:53', NULL, NULL, NULL, NULL, NULL, '23.760828049340865', '97.68316098338485'),
(15, 0, 0, 0, 'Attractive and Accessible Retail Space in a Busy Shopping Center', 'attractive-and-accessible-retail-space-in-a-busy-shopping-center', '', '', '20', 'uploads/custom-images/property-thumb-2023-05-08-10-23-58-1073.webp', '<p>Id est maiorum volutpat, ad nominavi suscipit suscipiantur vix. Ut ius veri aperiam reprehendunt. Ut per unum sapientem consequuntur, usu ut quot scripta. Sea te nisl expetenda, ad quo congue argumentum, sit quis simul accusam cu.</p>\r\n<p>Appetere fabellas ius te. Nonumes splendide deseruisse ea vis, alii velit vel eu. Eos ut scaevola platonem rationibus. Vis natum vivendo sententiae in, ea aperiam apeirian pri, in partem eleifend quo. Pro ex nobis utinam, nam et vidit numquam fastidii, ne per munere adolescens.</p>\r\n<p>Ipsum volumus pertinax mea ut, eu erat tacimates nam. Tibique copiosae verterem mea no, eam ex melius option, soluta timeam et his. Sit simul gubergren reformidans id, amet minimum nominavi eos ea. Et augue dicta vix. Mea ne utamur referrentur.</p>\r\n<p>Lorem ipsum dolor sit amet, nibh saperet te pri, at nam diceret disputationi. Quo an consul impedit, usu possim evertitur dissentiet ei, ridens minimum nominavi et vix. An per mutat adipisci. Ut pericula dissentias sed, est ea modus gloriatur. Aliquip persius has cu, oportere adversarium mei an, justo fabulas in vix.</p>', 'Id est maiorum volutpat, ad nominavi suscipit suscipiantur vix. Ut ius veri aperiam reprehendunt. Ut per unum sapientem consequuntur, usu ut quot scripta. Sea te nisl expetenda, ad quo congue argumentum, sit quis simul accusam cu.', 'uploads/custom-images/video-thumb-2023-05-08-10-23-58-2444.webp', NULL, 'Man Awng, 南帕嘎区, North Shan State, Shan State, Palaung State, Myanmar', 'Id est maiorum volutpat, ad nominavi suscipit suscipiantur vix. Ut ius veri aperiam reprehendunt. Ut per unum sapientem consequuntur, usu ut quot scripta. Sea te nisl expetenda, ad quo congue argumentum, sit quis simul accusam cu.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'enable', 'disable', 'disable', 'enable', NULL, 'Attractive and Accessible Retail Space in a Busy Shopping Center', 'Attractive and Accessible Retail Space in a Busy Shopping Center', 0, 'disable', 'approved', '2023-05-08 04:23:59', '2024-12-01 03:43:02', NULL, NULL, NULL, NULL, NULL, '23.810013990901511', '90.36435127258300'),
(16, 0, 1, 17, 'Cozy and Quaint Cottage with a Large Deck and Plenty of Land', 'cozy-and-quaint-cottage-with-a-large-deck-and-plenty-of-land', 'rent', 'monthly', '560', 'uploads/custom-images/property-thumb-2023-05-08-10-32-17-1709.webp', '<p>Lorem ipsum dolor sit amet, nibh saperet te pri, at nam diceret disputationi. Quo an consul impedit, usu possim evertitur dissentiet ei, ridens minimum nominavi et vix. An per mutat adipisci. Ut pericula dissentias sed, est ea modus gloriatur</p>\r\n<p>Nec in rebum primis causae. Affert iisque ex pri, vis utinam vivendo definitionem ad, nostrum omnesque per et. Omnium antiopam cotidieque cu sit. Id pri placerat voluptatum, vero dicunt dissentiunt eum et, adhuc iisque vis no. Eu suavitate contentiones definitionem mel, ex vide insolens ocurreret eam. Et dico blandit mea. Sea tollit vidisse mandamus te, qui movet efficiendi ex.</p>\r\n<p>Pri tempor appareat no, eruditi repudiandae vix at. Eos at brute omnesque voluptaria, facer putent intellegam eu pri. Mei debitis ullamcorper eu, at quo idque mundi. Vis in suas porro consequat, nec ad dolor adversarium, ut praesent cotidieque sit. Veniam civibus omittantur duo ut, te his alterum complectitur. Mea omnis oratio impedit ne.</p>', 'Appetere fabellas ius te. Nonumes splendide deseruisse ea vis, alii velit vel eu. Eos ut scaevola platonem rationibus. Vis natum vivendo sententiae in, ea aperiam apeirian pri, in partem eleifend quo. Pro ex nobis utinam, nam et vidit numquam fastidii, ne per munere adolescens.', 'uploads/custom-images/video-thumb-2023-05-08-10-32-17-7093.webp', 'mrpiPK8_up0', 'Jackson Heights, 11372, NY, United States', 'Appetere fabellas ius te. Nonumes splendide deseruisse ea vis, alii velit vel eu. Eos ut scaevola platonem rationibus. Vis natum vivendo sententiae in, ea aperiam apeirian pri, in partem eleifend quo. Pro ex nobis utinam, nam et vidit numquam fastidii, ne per munere adolescens.', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3022.681138843672!2d-73.89482218459395!3d40.747041279328165!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25f01328248b3%3A0x62300784dd275f96!2s7232%20Broadway%20%23%20308%2C%20Flushing%2C%20NY%2011372%2C%20USA!5e0!3m2!1sen!2sbd!4v1652467683397!5m2!1sen!2sbd\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>', '500', '5', '6', '2', '1', '2', 'enable', 'disable', 'disable', 'enable', NULL, 'Cozy and Quaint Cottage with a Large Deck and Plenty of Land', 'Cozy and Quaint Cottage with a Large Deck and Plenty of Land', 0, 'disable', 'approved', '2023-05-08 04:32:18', '2024-10-01 18:52:01', NULL, NULL, NULL, NULL, 2, '23.810013990901514', '90.36435127258303'),
(18, 0, 2, 13, 'Tranquil Grove Spa and Wellness e', 'tranquil-grove-spa-and-wellness', 'sale', '', '120', 'uploads/custom-images/property-thumb-2024-10-03-01-27-22-7636.webp', '<p>Test en</p>', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature. e', NULL, '4b013QoA4so', 'Mirpur 12, Mirpur, Mirpur 12, Dhaka, Dhaka Metropolitan, Dhaka District, Dhaka Division, 1216, Bangladesh', 'Dhaka, Bangladesh e', NULL, '320', '2', '3', '4', '5', '5', 'disable', 'disable', 'disable', 'enable', NULL, 'test e', 'test e', 0, 'disable', 'approved', '2024-10-02 19:27:24', '2024-12-01 17:50:47', NULL, NULL, NULL, NULL, 2, NULL, NULL),
(21, 20, 1, 3, 'Golden Sands Oceanfront Resort Haven\n', 'light-and-modern-houses', 'rent', 'yearly', '54544', 'uploads/custom-images/property-thumb-2024-10-17-05-06-52-8571.webp', '&lt;p&gt;Lorem ipsum dolor sit amet, nibh saperet te pri, at nam diceret disputationi. Quo an consul impedit, usu possim evertitur dissentiet ei, ridens minimum nominavi et vix. An per mutat adipisci. Ut pericula dissentias sed, est ea modus gloriatur&lt;/p&gt;\r\n&lt;p&gt;Nec in rebum primis causae. Affert iisque ex pri, vis utinam vivendo definitionem ad, nostrum omnesque per et. Omnium antiopam cotidieque cu sit. Id pri placerat voluptatum, vero dicunt dissentiunt eum et, adhuc iisque vis no. Eu suavitate contentiones definitionem mel, ex vide insolens ocurreret eam. Et dico blandit mea. Sea tollit vidisse mandamus te, qui movet efficiendi ex.&lt;/p&gt;\r\n&lt;p&gt;Pri tempor appareat no, eruditi repudiandae vix at. Eos at brute omnesque voluptaria, facer putent intellegam eu pri. Mei debitis ullamcorper eu, at quo idque mundi. Vis in suas porro consequat, nec ad dolor adversarium, ut praesent cotidieque sit. Veniam civibus omittantur duo ut, te his alterum complectitur. Mea omnis oratio impedit ne.&lt;/p&gt;', 'Appetere fabellas ius te. Nonumes splendide deseruisse ea vis, alii velit vel eu. Eos ut scaevola platonem rationibus. Vis natum vivendo sententiae in, ea aperiam apeirian pri, in partem eleifend quo. Pro ex nobis utinam, nam et vidit numquam fastidii, ne per munere adolescens.', NULL, '4b013QoA4so', 'Mirpur 12, Mirpur, Mirpur 12, Dhaka, Dhaka Metropolitan, Dhaka District, Dhaka Division, 1216, Bangladesh', 'Dhaka, Bangladesh', NULL, '4565', '5', '3', '2', '1', '3', 'disable', 'disable', 'disable', 'enable', '2025-10-17', 'Light And Modern House', 'Light And Modern House', 0, 'disable', 'approved', '2024-10-16 23:02:57', '2024-10-16 23:06:53', NULL, NULL, NULL, NULL, 4, '23.810013990901518', '90.36435127258307'),
(22, 20, 1, 3, 'Light And Modern House one', 'light-and-modern-houses-one', 'rent', 'yearly', '54544', 'uploads/custom-images/property-thumb-2024-10-17-05-06-29-7569.webp', '&lt;p&gt;Lorem ipsum dolor sit amet, nibh saperet te pri, at nam diceret disputationi. Quo an consul impedit, usu possim evertitur dissentiet ei, ridens minimum nominavi et vix. An per mutat adipisci. Ut pericula dissentias sed, est ea modus gloriatur&lt;/p&gt;\r\n&lt;p&gt;Nec in rebum primis causae. Affert iisque ex pri, vis utinam vivendo definitionem ad, nostrum omnesque per et. Omnium antiopam cotidieque cu sit. Id pri placerat voluptatum, vero dicunt dissentiunt eum et, adhuc iisque vis no. Eu suavitate contentiones definitionem mel, ex vide insolens ocurreret eam. Et dico blandit mea. Sea tollit vidisse mandamus te, qui movet efficiendi ex.&lt;/p&gt;\r\n&lt;p&gt;Pri tempor appareat no, eruditi repudiandae vix at. Eos at brute omnesque voluptaria, facer putent intellegam eu pri. Mei debitis ullamcorper eu, at quo idque mundi. Vis in suas porro consequat, nec ad dolor adversarium, ut praesent cotidieque sit. Veniam civibus omittantur duo ut, te his alterum complectitur. Mea omnis oratio impedit ne.&lt;/p&gt;', 'Appetere fabellas ius te. Nonumes splendide deseruisse ea vis, alii velit vel eu. Eos ut scaevola platonem rationibus. Vis natum vivendo sententiae in, ea aperiam apeirian pri, in partem eleifend quo. Pro ex nobis utinam, nam et vidit numquam fastidii, ne per munere adolescens.', NULL, '4b013QoA4so', 'Mirpur 12, Mirpur, Mirpur 12, Dhaka, Dhaka Metropolitan, Dhaka District, Dhaka Division, 1216, Bangladesh', 'Dhaka, Bangladesh', NULL, '4565', '5', '3', '2', '1', '3', 'disable', 'disable', 'disable', 'enable', '2025-10-17', 'Light And Modern House', 'Light And Modern House', 0, 'disable', 'approved', '2024-10-16 23:02:57', '2024-10-16 23:06:31', NULL, NULL, NULL, NULL, 4, '23.810013990901517', '90.36435127258309'),
(23, 20, 1, 3, 'Whispering Pines Cozy Cottage Retreat\n', 'luxurious-highrise-apartment-in-the-heart', 'sale', '', '555555', 'uploads/custom-images/property-thumb-2024-10-17-05-36-50-8735.webp', '&lt;p&gt;Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature.&lt;/p&gt;\r\n&lt;p&gt;discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of &quot;de Finibus Bonorum et Malorum&quot; (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance.&lt;/p&gt;', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden end to main to marked.', NULL, '4b013QoA4so', 'Mirpur 6, Mirpur, Dhaka, Dhaka Metropolitan, Dhaka District, Dhaka Division, 1216, Bangladesh', 'Dhaka, Bangladesh', NULL, '2333', '5', '1', '1', '1', '1', 'disable', 'disable', 'disable', 'enable', '2025-10-17', 'Luxurious High-Rise Apartment in the Heart', 'Luxurious High-Rise Apartment in the Heart', 0, 'disable', 'approved', '2024-10-16 23:36:50', '2024-10-16 23:36:50', NULL, NULL, NULL, NULL, 4, '23.810013990901513', '90.36435127258301'),
(24, 20, 2, 13, 'Sunset Ridge Private Vineyard Haven\n', 'luxurious-highrise-apartment-in-the-heart-two', 'sale', '', '5555', 'uploads/custom-images/property-thumb-2024-10-17-05-40-29-5909.webp', '&lt;p&gt;Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature.&lt;/p&gt;\r\n&lt;p&gt;discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of &quot;de Finibus Bonorum et Malorum&quot; (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance.&lt;/p&gt;', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden end to main to marked.', NULL, '4b013QoA4so', 'Mirpur 7, Mirpur, Mirpur 7, Dhaka, Dhaka Metropolitan, Dhaka District, Dhaka Division, 1216, Bangladesh', 'Dhaka, Bangladesh', NULL, '3454', '45', '3', '3', '3', '3', 'disable', 'disable', 'disable', 'enable', '2025-10-17', 'Luxurious High-Rise Apartment in the Heart two', 'Luxurious High-Rise Apartment in the Heart two', 0, 'disable', 'approved', '2024-10-16 23:40:29', '2024-10-16 23:40:29', NULL, NULL, NULL, NULL, 2, '23.82226340085823', '90.360746383667');
INSERT INTO `properties` (`id`, `agent_id`, `property_type_id`, `city_id`, `title`, `slug`, `purpose`, `rent_period`, `price`, `thumbnail_image`, `description`, `video_description`, `video_thumbnail`, `video_id`, `address`, `address_description`, `google_map`, `total_area`, `total_unit`, `total_bedroom`, `total_bathroom`, `total_garage`, `total_kitchen`, `is_featured`, `is_top`, `is_urgent`, `status`, `expired_date`, `seo_title`, `seo_meta_description`, `serial`, `show_slider`, `approve_by_admin`, `created_at`, `updated_at`, `date_from`, `date_to`, `time_from`, `time_to`, `country_id`, `lat`, `lon`) VALUES
(25, 25, 2, 13, 'Luxurious High-Rise Apartment in the Heart of Dhaka', 'luxurious-highrise-apartment-in-the-heart-of-dhaka', 'rent', 'monthly', '4444', 'uploads/custom-images/property-thumb-2024-10-17-05-54-09-5838.webp', '&lt;p&gt;Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature.&lt;/p&gt;\r\n&lt;p&gt;discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of &quot;de Finibus Bonorum et Malorum&quot; (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance.&lt;/p&gt;', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden end to main to marked.', NULL, '4b013QoA4so', 'Mirpur DOHS, Mirpur Cantonment, Dhaka, Dhaka Metropolitan, Dhaka District, Dhaka Division, 1216, Bangladesh', 'Dhaka, Bangladesh', NULL, '4544', '5', '1', '1', '1', '1', 'disable', 'disable', 'disable', 'enable', '2025-10-17', 'Luxurious High-Rise Apartment in the Heart of Dhaka', 'Luxurious High-Rise Apartment in the Heart of Dhaka', 0, 'disable', 'approved', '2024-10-16 23:54:09', '2024-10-16 23:54:09', NULL, NULL, NULL, NULL, 2, '23.83677372566048', '90.36383628845216'),
(26, 19, 2, 13, 'Starlight View Mountain Cabin Escape\n', 'fully-furnished-executive-suite-in-a-luxury-high', 'sale', '', '56567', 'uploads/custom-images/property-thumb-2024-10-17-06-05-49-9963.webp', '&lt;p&gt;Meliore inimicus duo ut, tation veritus elaboraret eam cu. Cum in alii agam aliquip, aperiam salutandi et per. Ex vis summo probatus ocurreret, ex assum sententiae pri, blandit sensibus moderatius ei eos. Vix nobis phaedrum neglegentur et.&lt;/p&gt;\r\n&lt;p&gt;Id est maiorum volutpat, ad nominavi suscipit suscipiantur vix. Ut ius veri aperiam reprehendunt. Ut per unum sapientem consequuntur, usu ut quot scripta. Sea te nisl expetenda, ad quo congue argumentum, sit quis simul accusam cu. Usu ei perfecto repudiare tincidunt, ut quas malis erant vim. An mel vidit iudicabit.&lt;/p&gt;\r\n&lt;p&gt;Appetere fabellas ius te. Nonumes splendide deseruisse ea vis, alii velit vel eu. Eos ut scaevola platonem rationibus. Vis natum vivendo sententiae in, ea aperiam apeirian pri, in partem eleifend quo. Pro ex nobis utinam, nam et vidit numquam fastidii, ne per munere adolescens.&lt;/p&gt;', 'Appetere fabellas ius te. Nonumes splendide deseruisse ea vis, alii velit vel eu. Eos ut scaevola platonem rationibus. Vis natum vivendo sententiae in, ea aperiam apeirian pri, in partem eleifend quo. Pro ex nobis utinam, nam et vidit numquam fastidii, ne per munere adolescens.', NULL, '4b013QoA4so', 'Sadullapur, Savar Subdistrict, Dhaka District, Dhaka Division, Bangladesh', 'Dhaka, Bangladesh', NULL, '4544', '5', '3', '1', '1', '1', 'disable', 'disable', 'disable', 'enable', '2025-10-17', 'Fully Furnished Executive Suite in a Luxury High', 'Fully Furnished Executive Suite in a Luxury High', 0, 'disable', 'approved', '2024-10-17 00:05:49', '2024-10-17 00:07:02', NULL, NULL, NULL, NULL, 2, '23.836523476797332', '90.32246589660645'),
(27, 19, 2, 13, 'Evergreen Meadows Family Homestead Getaway\n', 'fully-furnished-executive-suite-in-a-luxury-highrise-dhaka', 'sale', '', '66665', 'uploads/custom-images/property-thumb-2024-10-17-06-10-44-1275.webp', '&lt;p&gt;Meliore inimicus duo ut, tation veritus elaboraret eam cu. Cum in alii agam aliquip, aperiam salutandi et per. Ex vis summo probatus ocurreret, ex assum sententiae pri, blandit sensibus moderatius ei eos. Vix nobis phaedrum neglegentur et.&lt;/p&gt;\r\n&lt;p&gt;Id est maiorum volutpat, ad nominavi suscipit suscipiantur vix. Ut ius veri aperiam reprehendunt. Ut per unum sapientem consequuntur, usu ut quot scripta. Sea te nisl expetenda, ad quo congue argumentum, sit quis simul accusam cu. Usu ei perfecto repudiare tincidunt, ut quas malis erant vim. An mel vidit iudicabit.&lt;/p&gt;\r\n&lt;p&gt;Appetere fabellas ius te. Nonumes splendide deseruisse ea vis, alii velit vel eu. Eos ut scaevola platonem rationibus. Vis natum vivendo sententiae in, ea aperiam apeirian pri, in partem eleifend quo. Pro ex nobis utinam, nam et vidit numquam fastidii, ne per munere adolescens&lt;/p&gt;', 'Meliore inimicus duo ut, tation veritus elaboraret eam cu. Cum in alii agam aliquip, aperiam salutandi et per. Ex vis summo probatus ocurreret, ex assum sententiae pri, blandit sensibus moderatius ei eos. Vix nobis phaedrum neglegentur et.\r\n\r\nId est maiorum volutpat, ad nominavi suscipit suscipiantur vix. Ut ius veri aperiam reprehendunt. Ut per unum sapientem consequuntur, usu ut quot scripta. Sea te nisl expetenda, ad quo congue argumentum, sit quis simul accusam cu. Usu ei perfecto repudiare tincidunt, ut quas malis erant vim. An mel vidit iudicabit.', NULL, '4b013QoA4so', 'Sadullapur, Savar Subdistrict, Dhaka District, Dhaka Division, Bangladesh', 'Dhaka, Bangladesh', NULL, '5555', '1', '1', '1', '1', '1', 'disable', 'disable', 'disable', 'enable', '2025-10-17', 'Facilis accusamus la', 'Light And Modern House', 0, 'disable', 'approved', '2024-10-17 00:10:44', '2024-10-17 00:10:44', NULL, NULL, NULL, NULL, 2, '23.84047833371041', '90.32263755798341'),
(28, 22, 3, 13, 'Crystal Waters Beachfront Paradise Resort\n', 'fully-furnished-executive-suite-in-a-dhaka-home', 'sale', '', '2354', 'uploads/custom-images/property-thumb-2024-10-17-06-14-16-2838.webp', '&lt;p&gt;Meliore inimicus duo ut, tation veritus elaboraret eam cu. Cum in alii agam aliquip, aperiam salutandi et per. Ex vis summo probatus ocurreret, ex assum sententiae pri, blandit sensibus moderatius ei eos. Vix nobis phaedrum neglegentur et.&lt;/p&gt;\r\n&lt;p&gt;Id est maiorum volutpat, ad nominavi suscipit suscipiantur vix. Ut ius veri aperiam reprehendunt. Ut per unum sapientem consequuntur, usu ut quot scripta. Sea te nisl expetenda, ad quo congue argumentum, sit quis simul accusam cu. Usu ei perfecto repudiare tincidunt, ut quas malis erant vim. An mel vidit iudicabit.&lt;/p&gt;\r\n&lt;p&gt;Appetere fabellas ius te. Nonumes splendide deseruisse ea vis, alii velit vel eu. Eos ut scaevola platonem rationibus. Vis natum vivendo sententiae in, ea aperiam apeirian pri, in partem eleifend quo. Pro ex nobis utinam, nam et vidit numquam fastidii, ne per munere adolescens.&lt;/p&gt;', 'Meliore inimicus duo ut, tation veritus elaboraret eam cu. Cum in alii agam aliquip, aperiam salutandi et per. Ex vis summo probatus ocurreret, ex assum sententiae pri, blandit sensibus moderatius ei eos. Vix nobis phaedrum neglegentur et.', NULL, '4b013QoA4so', 'Sadullapur, Savar Subdistrict, Dhaka District, Dhaka Division, Bangladesh', 'Sadullapur, Savar Subdistrict, Dhaka District, Dhaka Division, Bangladesh', NULL, '4544', '1', '1', '1', '1', '1', 'disable', 'disable', 'disable', 'enable', '2025-10-17', 'Illum quis omnis id', 'Luxurious High-Rise Apartment in the Heart', 0, 'disable', 'approved', '2024-10-17 00:14:16', '2024-10-17 00:14:16', NULL, NULL, NULL, NULL, 2, '23.845816708545488', '90.32280921936035'),
(29, 28, 1, 13, 'Serenity Hills Luxury Estates Retreat', 'stunning-duplex-house-for-sale-for-dhaka', 'sale', '', '44444', 'uploads/custom-images/property-thumb-2024-10-17-06-29-39-1883.webp', '&lt;p&gt;Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature.&lt;/p&gt;\r\n&lt;p&gt;discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of &quot;de Finibus Bonorum et Malorum&quot; (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance.&lt;/p&gt;', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature.', NULL, '4b013QoA4so', 'Sadullapur, Savar Subdistrict, Dhaka District, Dhaka Division, Bangladesh', 'Dhaka, Bangladesh', NULL, '4444', '1', '1', '1', '1', '1', 'disable', 'disable', 'disable', 'enable', NULL, 'Illum quis omnis id update seo', 'Light And Modern House', 0, 'disable', 'approved', '2024-10-17 00:29:39', '2024-10-17 00:29:39', NULL, NULL, NULL, NULL, 2, '23.842205479035247', '90.3252124786377'),
(33, 1, 2, 2, 'This is final test property', 'this-is-final-test-property', 'rent', 'monthly', '10', 'uploads/custom-images/property-thumb-2025-05-04-02-19-17-6823.webp', '&lt;p&gt;This is final test property&lt;/p&gt;', NULL, NULL, NULL, 'Dhaka, Dhaka Metropolitan, Dhaka District, Dhaka Division, 1215, Bangladesh', 'test', NULL, '3', '3', '3', '3', '3', '3', 'disable', 'disable', 'disable', 'enable', '2025-12-02', 'This is final test property', 'This is final test property', 0, 'disable', 'approved', '2025-05-03 20:19:17', '2025-05-03 20:21:07', NULL, NULL, NULL, NULL, 4, NULL, NULL);

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

--
-- Table structure for table `property_aminities`
--

CREATE TABLE `property_aminities` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `aminity_id` int(11) NOT NULL,
  `property_id` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `property_aminities`
--

INSERT INTO `property_aminities` (`id`, `aminity_id`, `property_id`, `created_at`, `updated_at`) VALUES
(328, 3, 14, '2023-05-13 13:14:02', '2023-05-13 13:14:02'),
(329, 4, 14, '2023-05-13 13:14:02', '2023-05-13 13:14:02'),
(330, 5, 14, '2023-05-13 13:14:02', '2023-05-13 13:14:02'),
(331, 11, 14, '2023-05-13 13:14:02', '2023-05-13 13:14:02'),
(332, 12, 14, '2023-05-13 13:14:02', '2023-05-13 13:14:02'),
(333, 13, 14, '2023-05-13 13:14:02', '2023-05-13 13:14:02'),
(340, 5, 12, '2023-05-13 13:16:57', '2023-05-13 13:16:57'),
(341, 8, 12, '2023-05-13 13:16:57', '2023-05-13 13:16:57'),
(342, 10, 12, '2023-05-13 13:16:57', '2023-05-13 13:16:57'),
(343, 12, 12, '2023-05-13 13:16:57', '2023-05-13 13:16:57'),
(344, 13, 12, '2023-05-13 13:16:57', '2023-05-13 13:16:57'),
(345, 14, 12, '2023-05-13 13:16:57', '2023-05-13 13:16:57'),
(346, 1, 11, '2023-05-13 13:18:22', '2023-05-13 13:18:22'),
(347, 3, 11, '2023-05-13 13:18:22', '2023-05-13 13:18:22'),
(348, 4, 11, '2023-05-13 13:18:22', '2023-05-13 13:18:22'),
(349, 5, 11, '2023-05-13 13:18:22', '2023-05-13 13:18:22'),
(350, 10, 11, '2023-05-13 13:18:22', '2023-05-13 13:18:22'),
(351, 11, 11, '2023-05-13 13:18:22', '2023-05-13 13:18:22'),
(352, 1, 10, '2023-05-13 13:20:37', '2023-05-13 13:20:37'),
(353, 2, 10, '2023-05-13 13:20:37', '2023-05-13 13:20:37'),
(354, 3, 10, '2023-05-13 13:20:37', '2023-05-13 13:20:37'),
(355, 9, 10, '2023-05-13 13:20:37', '2023-05-13 13:20:37'),
(356, 11, 10, '2023-05-13 13:20:37', '2023-05-13 13:20:37'),
(357, 13, 10, '2023-05-13 13:20:37', '2023-05-13 13:20:37'),
(358, 1, 9, '2023-05-13 13:22:49', '2023-05-13 13:22:49'),
(359, 3, 9, '2023-05-13 13:22:49', '2023-05-13 13:22:49'),
(360, 9, 9, '2023-05-13 13:22:49', '2023-05-13 13:22:49'),
(361, 10, 9, '2023-05-13 13:22:49', '2023-05-13 13:22:49'),
(362, 11, 9, '2023-05-13 13:22:49', '2023-05-13 13:22:49'),
(363, 12, 9, '2023-05-13 13:22:49', '2023-05-13 13:22:49'),
(364, 6, 8, '2023-05-13 13:34:05', '2023-05-13 13:34:05'),
(365, 7, 8, '2023-05-13 13:34:05', '2023-05-13 13:34:05'),
(366, 11, 8, '2023-05-13 13:34:05', '2023-05-13 13:34:05'),
(367, 12, 8, '2023-05-13 13:34:05', '2023-05-13 13:34:05'),
(368, 13, 8, '2023-05-13 13:34:05', '2023-05-13 13:34:05'),
(369, 14, 8, '2023-05-13 13:34:05', '2023-05-13 13:34:05'),
(370, 1, 7, '2023-05-13 13:35:55', '2023-05-13 13:35:55'),
(371, 2, 7, '2023-05-13 13:35:55', '2023-05-13 13:35:55'),
(372, 3, 7, '2023-05-13 13:35:55', '2023-05-13 13:35:55'),
(373, 5, 7, '2023-05-13 13:35:55', '2023-05-13 13:35:55'),
(374, 7, 7, '2023-05-13 13:35:55', '2023-05-13 13:35:55'),
(375, 9, 7, '2023-05-13 13:35:55', '2023-05-13 13:35:55'),
(376, 1, 6, '2023-05-13 13:37:21', '2023-05-13 13:37:21'),
(377, 3, 6, '2023-05-13 13:37:21', '2023-05-13 13:37:21'),
(378, 8, 6, '2023-05-13 13:37:21', '2023-05-13 13:37:21'),
(379, 9, 6, '2023-05-13 13:37:21', '2023-05-13 13:37:21'),
(380, 12, 6, '2023-05-13 13:37:21', '2023-05-13 13:37:21'),
(381, 14, 6, '2023-05-13 13:37:21', '2023-05-13 13:37:21'),
(382, 4, 5, '2023-05-13 13:40:13', '2023-05-13 13:40:13'),
(383, 5, 5, '2023-05-13 13:40:13', '2023-05-13 13:40:13'),
(384, 6, 5, '2023-05-13 13:40:13', '2023-05-13 13:40:13'),
(385, 11, 5, '2023-05-13 13:40:13', '2023-05-13 13:40:13'),
(386, 13, 5, '2023-05-13 13:40:13', '2023-05-13 13:40:13'),
(387, 14, 5, '2023-05-13 13:40:13', '2023-05-13 13:40:13'),
(388, 1, 4, '2023-05-13 13:45:01', '2023-05-13 13:45:01'),
(389, 4, 4, '2023-05-13 13:45:01', '2023-05-13 13:45:01'),
(390, 8, 4, '2023-05-13 13:45:01', '2023-05-13 13:45:01'),
(391, 9, 4, '2023-05-13 13:45:01', '2023-05-13 13:45:01'),
(392, 11, 4, '2023-05-13 13:45:01', '2023-05-13 13:45:01'),
(393, 12, 4, '2023-05-13 13:45:01', '2023-05-13 13:45:01'),
(400, 1, 2, '2023-05-13 13:47:46', '2023-05-13 13:47:46'),
(401, 2, 2, '2023-05-13 13:47:46', '2023-05-13 13:47:46'),
(402, 3, 2, '2023-05-13 13:47:46', '2023-05-13 13:47:46'),
(403, 4, 2, '2023-05-13 13:47:46', '2023-05-13 13:47:46'),
(404, 5, 2, '2023-05-13 13:47:46', '2023-05-13 13:47:46'),
(405, 6, 2, '2023-05-13 13:47:46', '2023-05-13 13:47:46'),
(471, 1, 23, '2024-10-16 23:36:50', '2024-10-16 23:36:50'),
(472, 2, 23, '2024-10-16 23:36:50', '2024-10-16 23:36:50'),
(473, 3, 23, '2024-10-16 23:36:50', '2024-10-16 23:36:50'),
(474, 5, 23, '2024-10-16 23:36:50', '2024-10-16 23:36:50'),
(475, 6, 23, '2024-10-16 23:36:50', '2024-10-16 23:36:50'),
(476, 9, 23, '2024-10-16 23:36:50', '2024-10-16 23:36:50'),
(477, 10, 23, '2024-10-16 23:36:50', '2024-10-16 23:36:50'),
(478, 11, 23, '2024-10-16 23:36:50', '2024-10-16 23:36:50'),
(479, 12, 23, '2024-10-16 23:36:50', '2024-10-16 23:36:50'),
(480, 13, 23, '2024-10-16 23:36:50', '2024-10-16 23:36:50'),
(481, 14, 23, '2024-10-16 23:36:50', '2024-10-16 23:36:50'),
(482, 1, 24, '2024-10-16 23:40:29', '2024-10-16 23:40:29'),
(483, 3, 24, '2024-10-16 23:40:29', '2024-10-16 23:40:29'),
(484, 4, 24, '2024-10-16 23:40:29', '2024-10-16 23:40:29'),
(485, 5, 24, '2024-10-16 23:40:29', '2024-10-16 23:40:29'),
(486, 6, 24, '2024-10-16 23:40:29', '2024-10-16 23:40:29'),
(487, 7, 24, '2024-10-16 23:40:29', '2024-10-16 23:40:29'),
(488, 8, 24, '2024-10-16 23:40:29', '2024-10-16 23:40:29'),
(489, 9, 24, '2024-10-16 23:40:29', '2024-10-16 23:40:29'),
(490, 10, 24, '2024-10-16 23:40:29', '2024-10-16 23:40:29'),
(491, 11, 24, '2024-10-16 23:40:29', '2024-10-16 23:40:29'),
(492, 12, 24, '2024-10-16 23:40:29', '2024-10-16 23:40:29'),
(493, 13, 24, '2024-10-16 23:40:29', '2024-10-16 23:40:29'),
(494, 14, 24, '2024-10-16 23:40:29', '2024-10-16 23:40:29'),
(495, 1, 25, '2024-10-16 23:54:09', '2024-10-16 23:54:09'),
(496, 2, 25, '2024-10-16 23:54:09', '2024-10-16 23:54:09'),
(497, 3, 25, '2024-10-16 23:54:09', '2024-10-16 23:54:09'),
(498, 5, 25, '2024-10-16 23:54:09', '2024-10-16 23:54:09'),
(499, 6, 25, '2024-10-16 23:54:09', '2024-10-16 23:54:09'),
(500, 7, 25, '2024-10-16 23:54:09', '2024-10-16 23:54:09'),
(501, 8, 25, '2024-10-16 23:54:09', '2024-10-16 23:54:09'),
(502, 9, 25, '2024-10-16 23:54:09', '2024-10-16 23:54:09'),
(503, 11, 25, '2024-10-16 23:54:09', '2024-10-16 23:54:09'),
(504, 12, 25, '2024-10-16 23:54:09', '2024-10-16 23:54:09'),
(505, 13, 25, '2024-10-16 23:54:09', '2024-10-16 23:54:09'),
(506, 14, 25, '2024-10-16 23:54:09', '2024-10-16 23:54:09'),
(516, 1, 26, '2024-10-17 00:07:02', '2024-10-17 00:07:02'),
(517, 2, 26, '2024-10-17 00:07:02', '2024-10-17 00:07:02'),
(518, 3, 26, '2024-10-17 00:07:02', '2024-10-17 00:07:02'),
(519, 7, 26, '2024-10-17 00:07:02', '2024-10-17 00:07:02'),
(520, 8, 26, '2024-10-17 00:07:02', '2024-10-17 00:07:02'),
(521, 9, 26, '2024-10-17 00:07:02', '2024-10-17 00:07:02'),
(522, 10, 26, '2024-10-17 00:07:02', '2024-10-17 00:07:02'),
(523, 12, 26, '2024-10-17 00:07:02', '2024-10-17 00:07:02'),
(524, 13, 26, '2024-10-17 00:07:02', '2024-10-17 00:07:02'),
(525, 1, 27, '2024-10-17 00:10:44', '2024-10-17 00:10:44'),
(526, 2, 27, '2024-10-17 00:10:44', '2024-10-17 00:10:44'),
(527, 3, 27, '2024-10-17 00:10:44', '2024-10-17 00:10:44'),
(528, 4, 27, '2024-10-17 00:10:44', '2024-10-17 00:10:44'),
(529, 5, 27, '2024-10-17 00:10:44', '2024-10-17 00:10:44'),
(530, 6, 27, '2024-10-17 00:10:44', '2024-10-17 00:10:44'),
(531, 7, 27, '2024-10-17 00:10:44', '2024-10-17 00:10:44'),
(532, 9, 27, '2024-10-17 00:10:44', '2024-10-17 00:10:44'),
(533, 12, 27, '2024-10-17 00:10:44', '2024-10-17 00:10:44'),
(534, 13, 27, '2024-10-17 00:10:44', '2024-10-17 00:10:44'),
(535, 14, 27, '2024-10-17 00:10:44', '2024-10-17 00:10:44'),
(536, 1, 28, '2024-10-17 00:14:16', '2024-10-17 00:14:16'),
(537, 3, 28, '2024-10-17 00:14:16', '2024-10-17 00:14:16'),
(538, 5, 28, '2024-10-17 00:14:16', '2024-10-17 00:14:16'),
(539, 7, 28, '2024-10-17 00:14:16', '2024-10-17 00:14:16'),
(540, 8, 28, '2024-10-17 00:14:16', '2024-10-17 00:14:16'),
(541, 11, 28, '2024-10-17 00:14:16', '2024-10-17 00:14:16'),
(542, 13, 28, '2024-10-17 00:14:16', '2024-10-17 00:14:16'),
(543, 2, 29, '2024-10-17 00:29:39', '2024-10-17 00:29:39'),
(544, 3, 29, '2024-10-17 00:29:39', '2024-10-17 00:29:39'),
(545, 4, 29, '2024-10-17 00:29:39', '2024-10-17 00:29:39'),
(546, 5, 29, '2024-10-17 00:29:39', '2024-10-17 00:29:39'),
(547, 6, 29, '2024-10-17 00:29:39', '2024-10-17 00:29:39'),
(548, 8, 29, '2024-10-17 00:29:39', '2024-10-17 00:29:39'),
(549, 9, 29, '2024-10-17 00:29:39', '2024-10-17 00:29:39'),
(550, 10, 29, '2024-10-17 00:29:39', '2024-10-17 00:29:39'),
(551, 11, 29, '2024-10-17 00:29:39', '2024-10-17 00:29:39'),
(552, 12, 29, '2024-10-17 00:29:39', '2024-10-17 00:29:39'),
(553, 13, 29, '2024-10-17 00:29:39', '2024-10-17 00:29:39'),
(554, 14, 29, '2024-10-17 00:29:39', '2024-10-17 00:29:39');

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

--
-- Table structure for table `property_nearest_locations`
--

CREATE TABLE `property_nearest_locations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `property_id` int(11) NOT NULL,
  `nearest_location_id` int(11) NOT NULL,
  `distance` 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 `property_nearest_locations`
--

INSERT INTO `property_nearest_locations` (`id`, `property_id`, `nearest_location_id`, `distance`, `created_at`, `updated_at`) VALUES
(1, 1, 11, '2', '2023-05-07 09:05:01', '2023-05-07 09:05:01'),
(2, 1, 10, '1', '2023-05-07 09:05:01', '2023-05-07 09:05:01'),
(3, 1, 2, '1', '2023-05-07 09:05:01', '2023-05-07 09:05:01'),
(4, 1, 3, '5', '2023-05-07 09:05:01', '2023-05-07 09:05:01'),
(5, 1, 8, '6', '2023-05-07 09:05:01', '2023-05-07 09:05:01'),
(6, 1, 1, '3', '2023-05-07 09:05:43', '2023-05-07 09:05:43'),
(7, 2, 11, '5', '2023-05-07 09:17:30', '2023-05-07 09:17:30'),
(8, 2, 2, '1', '2023-05-07 09:17:30', '2023-05-07 09:17:30'),
(9, 2, 10, '0.3', '2023-05-07 09:17:30', '2023-05-07 09:17:30'),
(10, 2, 7, '1.5', '2023-05-07 09:17:30', '2023-05-07 09:17:30'),
(11, 2, 6, '1.8', '2023-05-07 09:17:30', '2023-05-07 09:17:30'),
(12, 2, 3, '0.7', '2023-05-07 09:17:30', '2023-05-07 09:17:30'),
(13, 3, 3, '1 e', '2023-05-07 09:30:12', '2024-12-01 18:17:25'),
(14, 3, 2, '2.5 e', '2023-05-07 09:30:12', '2024-12-01 18:17:25'),
(15, 3, 5, '1.3 e', '2023-05-07 09:30:12', '2024-12-01 18:17:25'),
(16, 3, 10, '0.8 e', '2023-05-07 09:30:12', '2024-12-01 18:17:25'),
(17, 3, 12, '5 e', '2023-05-07 09:30:12', '2024-12-01 18:17:25'),
(18, 3, 1, '1 e', '2023-05-07 09:30:12', '2024-12-01 18:17:25'),
(19, 4, 2, '1.2', '2023-05-07 09:49:05', '2023-05-07 09:49:05'),
(20, 4, 4, '2.3', '2023-05-07 09:49:05', '2023-05-07 09:49:05'),
(21, 4, 8, '0.2', '2023-05-07 09:49:05', '2023-05-07 09:49:05'),
(22, 4, 9, '2.00', '2023-05-07 09:49:05', '2023-05-07 09:49:05'),
(23, 4, 12, '1.9', '2023-05-07 09:49:05', '2023-05-07 09:49:05'),
(24, 4, 1, '0.8', '2023-05-07 09:49:05', '2023-05-07 09:49:05'),
(25, 5, 1, '1', '2023-05-07 10:18:56', '2023-05-07 10:18:56'),
(26, 5, 2, '3', '2023-05-07 10:18:56', '2023-05-07 10:18:56'),
(27, 5, 4, '2', '2023-05-07 10:18:56', '2023-05-07 10:18:56'),
(28, 5, 6, '5', '2023-05-07 10:18:56', '2023-05-07 10:18:56'),
(29, 5, 7, '3', '2023-05-07 10:18:56', '2023-05-07 10:18:56'),
(30, 5, 10, '1', '2023-05-07 10:18:56', '2023-05-07 10:18:56'),
(31, 6, 7, '1', '2023-05-07 10:39:45', '2023-05-07 10:39:45'),
(32, 6, 12, '2', '2023-05-07 10:39:45', '2023-05-07 10:39:45'),
(33, 6, 6, '3.2', '2023-05-07 10:39:45', '2023-05-07 10:39:45'),
(34, 6, 9, '1.2', '2023-05-07 10:39:45', '2023-05-07 10:39:45'),
(35, 6, 1, '2.0', '2023-05-07 10:39:45', '2023-05-07 10:39:45'),
(36, 6, 2, '0.3', '2023-05-07 10:39:45', '2023-05-07 10:39:45'),
(37, 7, 10, '2', '2023-05-07 10:55:47', '2023-05-07 10:55:47'),
(38, 7, 12, '1.5', '2023-05-07 10:55:47', '2023-05-07 10:55:47'),
(39, 7, 4, '1.2', '2023-05-07 10:55:47', '2023-05-07 10:55:47'),
(40, 7, 2, '2.3', '2023-05-07 10:55:47', '2023-05-07 10:55:47'),
(41, 7, 1, '6.5', '2023-05-07 10:55:47', '2023-05-07 10:55:47'),
(42, 7, 6, '1.0', '2023-05-07 10:55:47', '2023-05-07 10:55:47'),
(43, 8, 11, '2', '2023-05-07 11:15:56', '2023-05-07 11:15:56'),
(44, 8, 12, '1', '2023-05-07 11:15:56', '2023-05-07 11:15:56'),
(45, 8, 10, '1.3', '2023-05-07 11:15:56', '2023-05-07 11:15:56'),
(46, 8, 4, '1.2', '2023-05-07 11:15:56', '2023-05-07 11:15:56'),
(47, 8, 6, '2.3', '2023-05-07 11:15:56', '2023-05-07 11:15:56'),
(48, 8, 8, '7.0', '2023-05-07 11:15:56', '2023-05-07 11:15:56'),
(49, 9, 11, '2', '2023-05-07 11:30:56', '2023-05-07 11:30:56'),
(50, 9, 10, '1.3', '2023-05-07 11:30:56', '2023-05-07 11:30:56'),
(51, 9, 8, '6.2', '2023-05-07 11:30:56', '2023-05-07 11:30:56'),
(52, 9, 7, '2.4', '2023-05-07 11:30:56', '2023-05-07 11:30:56'),
(53, 9, 5, '3.0', '2023-05-07 11:30:56', '2023-05-07 11:30:56'),
(54, 9, 2, '1.2', '2023-05-07 11:30:56', '2023-05-07 11:30:56'),
(55, 10, 12, '2.2', '2023-05-07 11:51:11', '2023-05-07 11:51:11'),
(56, 10, 5, '1.3', '2023-05-07 11:51:11', '2023-05-07 11:51:11'),
(57, 10, 4, '2.5', '2023-05-07 11:51:11', '2023-05-07 11:51:11'),
(58, 10, 3, '1', '2023-05-07 11:51:11', '2023-05-07 11:51:11'),
(59, 10, 2, '1', '2023-05-07 11:51:11', '2023-05-07 11:51:11'),
(60, 10, 1, '2', '2023-05-07 11:51:11', '2023-05-07 11:51:11'),
(61, 11, 11, '2', '2023-05-08 03:28:54', '2023-05-08 03:28:54'),
(62, 11, 10, '3', '2023-05-08 03:28:54', '2023-05-08 03:28:54'),
(63, 11, 9, '1.5', '2023-05-08 03:28:54', '2023-05-08 03:28:54'),
(64, 11, 2, '0.5', '2023-05-08 03:28:54', '2023-05-08 03:28:54'),
(65, 11, 1, '0.9', '2023-05-08 03:28:55', '2023-05-08 03:28:55'),
(66, 11, 4, '2', '2023-05-08 03:28:55', '2023-05-08 03:28:55'),
(67, 12, 8, '12', '2023-05-08 03:40:25', '2023-05-08 03:40:25'),
(68, 12, 7, '15', '2023-05-08 03:40:25', '2023-05-08 03:40:25'),
(69, 12, 6, '02', '2023-05-08 03:40:25', '2023-05-08 03:40:25'),
(70, 12, 5, '5.6', '2023-05-08 03:40:25', '2023-05-08 03:40:25'),
(71, 12, 4, '7.2', '2023-05-08 03:40:25', '2023-05-08 03:40:25'),
(72, 12, 11, '1.3', '2023-05-08 03:40:25', '2023-05-08 03:40:25'),
(73, 13, 1, '2', '2023-05-08 04:02:42', '2023-05-08 04:02:42'),
(74, 13, 2, '0.5', '2023-05-08 04:02:42', '2023-05-08 04:02:42'),
(75, 13, 3, '3', '2023-05-08 04:02:42', '2023-05-08 04:02:42'),
(76, 13, 4, '12', '2023-05-08 04:02:42', '2023-05-08 04:02:42'),
(77, 13, 5, '10', '2023-05-08 04:02:42', '2023-05-08 04:02:42'),
(78, 13, 6, '1', '2023-05-08 04:02:42', '2023-05-08 04:02:42'),
(79, 14, 10, '1', '2023-05-08 04:14:54', '2023-05-08 04:14:54'),
(80, 14, 9, '2', '2023-05-08 04:14:54', '2023-05-08 04:14:54'),
(81, 14, 8, '1', '2023-05-08 04:14:54', '2023-05-08 04:14:54'),
(82, 14, 7, '3', '2023-05-08 04:14:54', '2023-05-08 04:14:54'),
(83, 14, 6, '6', '2023-05-08 04:14:54', '2023-05-08 04:14:54'),
(84, 14, 1, '3', '2023-05-08 04:14:54', '2023-05-08 04:14:54'),
(85, 15, 9, '2', '2023-05-08 04:24:00', '2023-05-08 04:24:00'),
(86, 15, 8, '0.2', '2023-05-08 04:24:00', '2023-05-08 04:24:00'),
(87, 15, 7, '0..5', '2023-05-08 04:24:00', '2023-05-08 04:24:00'),
(88, 15, 4, '10', '2023-05-08 04:24:00', '2023-05-08 04:24:00'),
(89, 15, 3, '5', '2023-05-08 04:24:00', '2023-05-08 04:24:00'),
(90, 15, 1, '2', '2023-05-08 04:24:00', '2023-05-08 04:24:00'),
(101, 18, 7, '1', '2024-10-02 19:27:24', '2024-12-01 17:49:33'),
(103, 21, 2, '1', '2024-10-16 23:02:57', '2024-10-16 23:02:57'),
(104, 21, 4, '2', '2024-10-16 23:02:57', '2024-10-16 23:02:57'),
(105, 21, 5, '4', '2024-10-16 23:02:57', '2024-10-16 23:02:57'),
(106, 23, 10, '4', '2024-10-16 23:36:50', '2024-10-16 23:36:50'),
(107, 23, 2, '2', '2024-10-16 23:36:50', '2024-10-16 23:36:50'),
(108, 24, 5, '1', '2024-10-16 23:40:30', '2024-10-16 23:40:30'),
(109, 24, 3, '2', '2024-10-16 23:40:30', '2024-10-16 23:40:30'),
(110, 25, 7, '1', '2024-10-16 23:54:09', '2024-10-16 23:54:09'),
(111, 25, 1, '2', '2024-10-16 23:54:09', '2024-10-16 23:54:09'),
(112, 26, 8, '1', '2024-10-17 00:05:49', '2024-10-17 00:05:49'),
(113, 26, 9, '1', '2024-10-17 00:05:49', '2024-10-17 00:05:49'),
(114, 27, 10, '1', '2024-10-17 00:10:44', '2024-10-17 00:10:44'),
(115, 27, 9, '2', '2024-10-17 00:10:44', '2024-10-17 00:10:44'),
(116, 27, 4, '2', '2024-10-17 00:10:44', '2024-10-17 00:10:44'),
(117, 28, 9, '1', '2024-10-17 00:14:16', '2024-10-17 00:14:16'),
(118, 28, 2, '1', '2024-10-17 00:14:16', '2024-10-17 00:14:16'),
(119, 29, 7, '1', '2024-10-17 00:29:39', '2024-10-17 00:29:39'),
(120, 29, 10, '1', '2024-10-17 00:29:39', '2024-10-17 00:29:39'),
(121, 18, 10, '2', '2024-10-17 00:32:28', '2024-12-01 17:49:33'),
(122, 18, 6, '3', '2024-12-01 17:49:33', '2024-12-01 17:49:33'),
(123, 18, 1, '4', '2024-12-01 17:49:33', '2024-12-01 17:49:33'),
(124, 3, 9, 'new e', '2024-12-01 18:17:25', '2024-12-01 18:17:25'),
(125, 3, 11, 'new 2 e', '2024-12-01 18:17:25', '2024-12-01 18:17:25');

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

--
-- Table structure for table `property_plans`
--

CREATE TABLE `property_plans` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `property_id` int(11) NOT NULL,
  `title` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `image` 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 `property_plans`
--

INSERT INTO `property_plans` (`id`, `property_id`, `title`, `description`, `image`, `created_at`, `updated_at`) VALUES
(1, 1, 'First Floor', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney C', 'uploads/custom-images/Property-plan-2023-05-07-03-09-34-8249.webp', '2023-05-07 09:09:35', '2023-05-07 09:10:43'),
(2, 1, 'Second Floor', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney C', 'uploads/custom-images/Property-plan-2023-05-07-03-09-35-1442.webp', '2023-05-07 09:09:35', '2023-05-07 09:09:35'),
(3, 2, 'First Floor', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney', 'uploads/custom-images/Property-plan-2023-05-07-03-17-30-2261.webp', '2023-05-07 09:17:30', '2023-05-07 09:17:30'),
(4, 2, 'Second Floor', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney', 'uploads/custom-images/Property-plan-2023-05-07-03-17-30-7427.webp', '2023-05-07 09:17:30', '2023-05-07 09:17:30'),
(5, 3, 'First Floor e', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney e', 'uploads/custom-images/Property-plan-2023-05-07-03-30-12-2076.webp', '2023-05-07 09:30:13', '2024-12-01 18:18:45'),
(6, 3, 'Second Floor e', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney e', 'uploads/custom-images/Property-plan-2023-05-07-03-30-13-6030.webp', '2023-05-07 09:30:13', '2024-12-01 18:18:45'),
(7, 4, 'Second Floor', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden end to main to marked.', 'uploads/custom-images/Property-plan-2023-05-07-03-49-05-6569.webp', '2023-05-07 09:49:05', '2023-05-07 09:49:05'),
(8, 4, 'Second Floor', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden end to main to marked.', 'uploads/custom-images/Property-plan-2023-05-07-03-49-05-1521.webp', '2023-05-07 09:49:06', '2023-05-07 09:49:06'),
(9, 5, 'First Floor', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden end to main to marked.', 'uploads/custom-images/Property-plan-2023-05-07-04-18-56-7294.webp', '2023-05-07 10:18:56', '2023-05-07 10:18:56'),
(10, 5, 'Second Floor', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden end to main to marked.', 'uploads/custom-images/Property-plan-2023-05-07-04-18-57-3917.webp', '2023-05-07 10:18:57', '2023-05-07 10:18:57'),
(11, 6, '4Th Floor', 'Quo id nemore dignissim persequeris, unum melius option ei vix, oratio vidisse eam ei. Altera neglegentur cum te. Latine probatus cum cu. Vim dicta sonet intellegebat ne, ei mazim decore eleifend nam, no malis soleat usu. Est ei tale praesent, ad nibh iudicabit has.', 'uploads/custom-images/Property-plan-2023-05-07-04-39-45-5826.webp', '2023-05-07 10:39:45', '2023-05-07 10:39:45'),
(12, 6, '5Th Floor', 'Quo id nemore dignissim persequeris, unum melius option ei vix, oratio vidisse eam ei. Altera neglegentur cum te. Latine probatus cum cu. Vim dicta sonet intellegebat ne, ei mazim decore eleifend nam, no malis soleat usu. Est ei tale praesent, ad nibh iudicabit has.', 'uploads/custom-images/Property-plan-2023-05-07-04-39-45-6450.webp', '2023-05-07 10:39:45', '2023-05-07 10:39:45'),
(13, 7, 'Third Floor', 'Ipsum volumus pertinax mea ut, eu erat tacimates nam. Tibique copiosae verterem mea no, eam ex melius option, soluta timeam et his. Sit simul gubergren reformidans id, amet minimum nominavi eos ea. Et augue dicta vix. Mea ne utamur referrentur.', 'uploads/custom-images/Property-plan-2023-05-07-04-55-47-6296.webp', '2023-05-07 10:55:47', '2023-05-07 10:55:47'),
(14, 7, 'Six Floor', 'Ipsum volumus pertinax mea ut, eu erat tacimates nam. Tibique copiosae verterem mea no, eam ex melius option, soluta timeam et his. Sit simul gubergren reformidans id, amet minimum nominavi eos ea. Et augue dicta vix. Mea ne utamur referrentur.', 'uploads/custom-images/Property-plan-2023-05-07-04-55-47-3794.webp', '2023-05-07 10:55:47', '2023-05-07 10:55:47'),
(15, 8, 'First Floor', 'Quo id nemore dignissim persequeris, unum melius option ei vix, oratio vidisse eam ei. Altera neglegentur cum te. Latine probatus cum cu. Vim dicta sonet intellegebat ne, ei mazim decore eleifend nam, no malis soleat usu. Est ei tale praesent, ad nibh iudicabit has.', 'uploads/custom-images/Property-plan-2023-05-07-05-15-56-8936.webp', '2023-05-07 11:15:56', '2023-05-07 11:15:56'),
(16, 8, 'Second Floor', 'Quo id nemore dignissim persequeris, unum melius option ei vix, oratio vidisse eam ei. Altera neglegentur cum te. Latine probatus cum cu. Vim dicta sonet intellegebat ne, ei mazim decore eleifend nam, no malis soleat usu. Est ei tale praesent, ad nibh iudicabit has.', 'uploads/custom-images/Property-plan-2023-05-07-05-15-56-9735.webp', '2023-05-07 11:15:57', '2023-05-07 11:15:57'),
(17, 9, 'First floor', 'Meliore inimicus duo ut, tation veritus elaboraret eam cu. Cum in alii agam aliquip, aperiam salutandi et per. Ex vis summo probatus ocurreret, ex assum sententiae pri, blandit sensibus moderatius ei eos. Vix nobis phaedrum neglegentur et.', 'uploads/custom-images/Property-plan-2023-05-07-05-30-56-6378.webp', '2023-05-07 11:30:56', '2023-05-07 11:30:56'),
(18, 9, 'Second Floor', 'Meliore inimicus duo ut, tation veritus elaboraret eam cu. Cum in alii agam aliquip, aperiam salutandi et per. Ex vis summo probatus ocurreret, ex assum sententiae pri, blandit sensibus moderatius ei eos. Vix nobis phaedrum neglegentur et.', 'uploads/custom-images/Property-plan-2023-05-07-05-30-56-2067.webp', '2023-05-07 11:30:56', '2023-05-07 11:30:56'),
(19, 10, 'First Floor', 'Ipsum volumus pertinax mea ut, eu erat tacimates nam. Tibique copiosae verterem mea no, eam ex melius option, soluta timeam et his. Sit simul gubergren reformidans id, amet minimum nominavi eos ea. Et augue dicta vix. Mea ne utamur referrentur.', 'uploads/custom-images/Property-plan-2023-05-07-05-51-11-7757.webp', '2023-05-07 11:51:11', '2023-05-07 11:51:11'),
(20, 10, 'Second Floor', 'Ipsum volumus pertinax mea ut, eu erat tacimates nam. Tibique copiosae verterem mea no, eam ex melius option, soluta timeam et his. Sit simul gubergren reformidans id, amet minimum nominavi eos ea. Et augue dicta vix. Mea ne utamur referrentur.', 'uploads/custom-images/Property-plan-2023-05-07-05-51-11-3590.webp', '2023-05-07 11:51:12', '2023-05-07 11:51:12'),
(21, 11, 'First Floor', 'Quo id nemore dignissim persequeris, unum melius option ei vix, oratio vidisse eam ei. Altera neglegentur cum te. Latine probatus cum cu. Vim dicta sonet intellegebat ne, ei mazim decore eleifend nam, no malis soleat usu. Est ei tale praesent, ad nibh iudicabit has.', 'uploads/custom-images/Property-plan-2023-05-08-09-28-55-9784.webp', '2023-05-08 03:28:55', '2023-05-08 03:28:55'),
(22, 11, 'Second Floor', 'Quo id nemore dignissim persequeris, unum melius option ei vix, oratio vidisse eam ei. Altera neglegentur cum te. Latine probatus cum cu. Vim dicta sonet intellegebat ne, ei mazim decore eleifend nam, no malis soleat usu. Est ei tale praesent, ad nibh iudicabit has.', 'uploads/custom-images/Property-plan-2023-05-08-09-28-55-2977.webp', '2023-05-08 03:28:56', '2023-05-08 03:28:56'),
(23, 12, 'Ground Floor', 'Meliore inimicus duo ut, tation veritus elaboraret eam cu. Cum in alii agam aliquip, aperiam salutandi et per. Ex vis summo probatus ocurreret, ex assum sententiae pri, blandit sensibus moderatius ei eos. Vix nobis phaedrum neglegentur et.', 'uploads/custom-images/Property-plan-2023-05-08-09-40-25-3891.webp', '2023-05-08 03:40:25', '2023-05-08 03:40:25'),
(24, 12, 'Top Floor', 'Meliore inimicus duo ut, tation veritus elaboraret eam cu. Cum in alii agam aliquip, aperiam salutandi et per. Ex vis summo probatus ocurreret, ex assum sententiae pri, blandit sensibus moderatius ei eos. Vix nobis phaedrum neglegentur et.', 'uploads/custom-images/Property-plan-2023-05-08-09-40-25-9687.webp', '2023-05-08 03:40:25', '2023-05-08 03:40:25'),
(25, 13, 'Ground Floor', 'Appetere fabellas ius te. Nonumes splendide deseruisse ea vis, alii velit vel eu. Eos ut scaevola platonem rationibus. Vis natum vivendo sententiae in, ea aperiam apeirian pri, in partem eleifend quo. Pro ex nobis utinam, nam et vidit numquam fastidii, ne per munere adolescens.', 'uploads/custom-images/Property-plan-2023-05-08-10-02-42-6811.webp', '2023-05-08 04:02:42', '2023-05-08 04:02:42'),
(26, 13, 'First Floor', 'Appetere fabellas ius te. Nonumes splendide deseruisse ea vis, alii velit vel eu. Eos ut scaevola platonem rationibus. Vis natum vivendo sententiae in, ea aperiam apeirian pri, in partem eleifend quo. Pro ex nobis utinam, nam et vidit numquam fastidii, ne per munere adolescens.', 'uploads/custom-images/Property-plan-2023-05-08-10-02-42-8556.webp', '2023-05-08 04:02:42', '2023-05-08 04:02:42'),
(27, 14, 'Ground Floor', 'Id est maiorum volutpat, ad nominavi suscipit suscipiantur vix. Ut ius veri aperiam reprehendunt. Ut per unum sapientem consequuntur, usu ut quot scripta. Sea te nisl expetenda, ad quo congue argumentum, sit quis simul accusam cu.', 'uploads/custom-images/Property-plan-2023-05-08-10-14-55-6080.webp', '2023-05-08 04:14:55', '2023-05-08 04:14:55'),
(28, 14, 'Second Floor', 'Id est maiorum volutpat, ad nominavi suscipit suscipiantur vix. Ut ius veri aperiam reprehendunt. Ut per unum sapientem consequuntur, usu ut quot scripta. Sea te nisl expetenda, ad quo congue argumentum, sit quis simul accusam cu.', 'uploads/custom-images/Property-plan-2023-05-08-10-14-55-5371.webp', '2023-05-08 04:14:55', '2023-05-08 04:14:55'),
(29, 15, 'First Floorfdfdfdf', 'Lorem ipsum dodfdfdfdfdfdsfdsffddsflor sit amet, nibh saperet te pri, at nam diceret disputationi. Quo an consul impedit, usu possim evertitur dissentiet ei, ridens minimum nominavi et vix. An per mutat adipisci. Ut pericula dissentias sed, est ea modus gloriatur', 'uploads/custom-images/Property-plan-2023-05-08-10-24-00-1488.webp', '2023-05-08 04:24:00', '2024-12-01 02:54:00'),
(30, 15, 'Second Floorfdfdfdfsfdf', 'Lorem ipsum dolor sit amet, nibh sdfdfdsfsdfdfdfaperet te pri, at nam diceret disputationi. Quo an consul impedit, usu possim evertitur dissentiet ei, ridens minimum nominavi et vix. An per mutat adipisci. Ut pericula dissentias sed, est ea modus gloriatur', 'uploads/custom-images/Property-plan-2023-05-08-10-24-00-5181.webp', '2023-05-08 04:24:00', '2024-12-01 02:54:34'),
(35, 21, 'First Floor', 'Appetere fabellas ius te. Nonumes splendide deseruisse ea vis, alii velit vel eu. Eos ut scaevola platonem rationibus. Vis natum vivendo sententiae in, ea aperiam apeirian pri, in partem eleifend quo. Pro ex nobis utinam, nam et vidit numquam fastidii, ne per munere adolescens.', 'uploads/custom-images/Property-plan-2024-10-17-05-02-57-3106.webp', '2024-10-16 23:02:57', '2024-10-16 23:02:57'),
(36, 21, 'Second Floor', 'Appetere fabellas ius te. Nonumes splendide deseruisse ea vis, alii velit vel eu. Eos ut scaevola platonem rationibus. Vis natum vivendo sententiae in, ea aperiam apeirian pri, in partem eleifend quo. Pro ex nobis utinam, nam et vidit numquam fastidii, ne per munere adolescens.', 'uploads/custom-images/Property-plan-2024-10-17-05-02-57-9304.webp', '2024-10-16 23:02:58', '2024-10-16 23:02:58'),
(37, 22, 'First Floor', 'Appetere fabellas ius te. Nonumes splendide deseruisse ea vis, alii velit vel eu. Eos ut scaevola platonem rationibus. Vis natum vivendo sententiae in, ea aperiam apeirian pri, in partem eleifend quo. Pro ex nobis utinam, nam et vidit numquam fastidii, ne per munere adolescens.', 'uploads/custom-images/Property-plan-2024-10-17-05-12-51-2918.webp', '2024-10-16 23:12:51', '2024-10-16 23:12:51'),
(38, 23, 'First Floor', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden end to main to marked.', 'uploads/custom-images/Property-plan-2024-10-17-05-36-50-9874.webp', '2024-10-16 23:36:50', '2024-10-16 23:36:50'),
(39, 24, 'First Floor', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden end to main to marked.', 'uploads/custom-images/Property-plan-2024-10-17-05-40-30-1062.webp', '2024-10-16 23:40:30', '2024-10-16 23:40:30'),
(40, 25, 'First Floor', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden end to main to marked.', 'uploads/custom-images/Property-plan-2024-10-17-05-54-09-3859.webp', '2024-10-16 23:54:09', '2024-10-16 23:54:09'),
(41, 26, 'First Floor', 'Appetere fabellas ius te. Nonumes splendide deseruisse ea vis, alii velit vel eu. Eos ut scaevola platonem rationibus. Vis natum vivendo sententiae in, ea aperiam apeirian pri, in partem eleifend quo. Pro ex nobis utinam, nam et vidit numquam fastidii, ne per munere adolescens.', 'uploads/custom-images/Property-plan-2024-10-17-06-05-49-9251.webp', '2024-10-17 00:05:49', '2024-10-17 00:05:49'),
(42, 27, 'First Floor', 'Meliore inimicus duo ut, tation veritus elaboraret eam cu. Cum in alii agam aliquip, aperiam salutandi et per. Ex vis summo probatus ocurreret, ex assum sententiae pri, blandit sensibus moderatius ei eos. Vix nobis phaedrum neglegentur et.\r\n\r\nId est maiorum volutpat, ad nominavi suscipit suscipiantur vix. Ut ius veri aperiam reprehendunt. Ut per unum sapientem consequuntur, usu ut quot scripta. Sea te nisl expetenda, ad quo congue argumentum, sit quis simul accusam cu. Usu ei perfecto repudiare tincidunt, ut quas malis erant vim. An mel vidit iudicabit.', 'uploads/custom-images/Property-plan-2024-10-17-06-10-44-1751.webp', '2024-10-17 00:10:44', '2024-10-17 00:10:44'),
(43, 28, 'First Floor', 'Sadullapur, Savar Subdistrict, Dhaka District, Dhaka Division, BangladeshSadullapur, Savar Subdistrict, Dhaka District, Dhaka Division, BangladeshSadullapur, Savar Subdistrict, Dhaka District, Dhaka Division, BangladeshSadullapur, Savar Subdistrict, Dhaka District, Dhaka Division, Bangladesh', 'uploads/custom-images/Property-plan-2024-10-17-06-14-16-2896.webp', '2024-10-17 00:14:16', '2024-10-17 00:14:16'),
(44, 29, 'First Floor', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature.', 'uploads/custom-images/Property-plan-2024-10-17-06-29-39-9722.webp', '2024-10-17 00:29:39', '2024-10-17 00:29:39'),
(45, 18, 'First Floor e', 'sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. e', 'uploads/custom-images/Property-plan-2024-10-17-06-32-28-5815.webp', '2024-10-17 00:32:28', '2024-12-01 17:50:47'),
(46, 18, 'title 1', 'Description 1', 'uploads/custom-images/Property-plan-2024-12-01-11-50-47-9988.webp', '2024-12-01 17:50:47', '2024-12-01 17:50:47'),
(47, 18, 'title 2', 'Description 2', 'uploads/custom-images/Property-plan-2024-12-01-11-50-47-5256.webp', '2024-12-01 17:50:47', '2024-12-01 17:50:47');

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

--
-- Table structure for table `property_sliders`
--

CREATE TABLE `property_sliders` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `property_id` int(11) NOT NULL,
  `image` 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 `property_sliders`
--

INSERT INTO `property_sliders` (`id`, `property_id`, `image`, `created_at`, `updated_at`) VALUES
(23, 12, 'uploads/custom-images/Property-slider-2023-05-08-09-40-24-4818.webp', '2023-05-08 03:40:25', '2023-05-08 03:40:25'),
(24, 13, 'uploads/custom-images/Property-slider-2023-05-08-10-02-41-2993.webp', '2023-05-08 04:02:42', '2023-05-08 04:02:42'),
(25, 14, 'uploads/custom-images/Property-slider-2023-05-08-10-14-53-5055.webp', '2023-05-08 04:14:54', '2023-05-08 04:14:54'),
(26, 15, 'uploads/custom-images/Property-slider-2023-05-08-10-23-59-4219.webp', '2023-05-08 04:24:00', '2023-05-08 04:24:00'),
(33, 15, 'uploads/custom-images/Property-slider-2023-05-13-09-11-54-6938.webp', '2023-05-13 13:11:55', '2023-05-13 13:11:55'),
(34, 15, 'uploads/custom-images/Property-slider-2023-05-13-09-11-55-3087.webp', '2023-05-13 13:11:56', '2023-05-13 13:11:56'),
(35, 15, 'uploads/custom-images/Property-slider-2023-05-13-09-11-56-1722.webp', '2023-05-13 13:11:57', '2023-05-13 13:11:57'),
(36, 15, 'uploads/custom-images/Property-slider-2023-05-13-09-11-57-2070.webp', '2023-05-13 13:11:58', '2023-05-13 13:11:58'),
(37, 15, 'uploads/custom-images/Property-slider-2023-05-13-09-11-58-2031.webp', '2023-05-13 13:11:59', '2023-05-13 13:11:59'),
(38, 14, 'uploads/custom-images/Property-slider-2023-05-13-09-14-02-5616.webp', '2023-05-13 13:14:03', '2023-05-13 13:14:03'),
(39, 14, 'uploads/custom-images/Property-slider-2023-05-13-09-14-03-5956.webp', '2023-05-13 13:14:04', '2023-05-13 13:14:04'),
(40, 14, 'uploads/custom-images/Property-slider-2023-05-13-09-14-04-1178.webp', '2023-05-13 13:14:04', '2023-05-13 13:14:04'),
(41, 14, 'uploads/custom-images/Property-slider-2023-05-13-09-14-04-4859.webp', '2023-05-13 13:14:05', '2023-05-13 13:14:05'),
(42, 14, 'uploads/custom-images/Property-slider-2023-05-13-09-14-05-3595.webp', '2023-05-13 13:14:06', '2023-05-13 13:14:06'),
(43, 13, 'uploads/custom-images/Property-slider-2023-05-13-09-15-45-5716.webp', '2023-05-13 13:15:46', '2023-05-13 13:15:46'),
(44, 13, 'uploads/custom-images/Property-slider-2023-05-13-09-15-46-5285.webp', '2023-05-13 13:15:47', '2023-05-13 13:15:47'),
(45, 13, 'uploads/custom-images/Property-slider-2023-05-13-09-15-47-9490.webp', '2023-05-13 13:15:48', '2023-05-13 13:15:48'),
(46, 13, 'uploads/custom-images/Property-slider-2023-05-13-09-15-48-7145.webp', '2023-05-13 13:15:49', '2023-05-13 13:15:49'),
(47, 13, 'uploads/custom-images/Property-slider-2023-05-13-09-15-49-4189.webp', '2023-05-13 13:15:50', '2023-05-13 13:15:50'),
(48, 12, 'uploads/custom-images/Property-slider-2023-05-13-09-16-57-3052.webp', '2023-05-13 13:16:58', '2023-05-13 13:16:58'),
(50, 12, 'uploads/custom-images/Property-slider-2023-05-13-09-16-59-8493.webp', '2023-05-13 13:17:00', '2023-05-13 13:17:00'),
(51, 12, 'uploads/custom-images/Property-slider-2023-05-13-09-17-00-7773.webp', '2023-05-13 13:17:01', '2023-05-13 13:17:01'),
(52, 12, 'uploads/custom-images/Property-slider-2023-05-13-09-17-01-2554.webp', '2023-05-13 13:17:02', '2023-05-13 13:17:02'),
(53, 11, 'uploads/custom-images/Property-slider-2023-05-13-09-18-22-6541.webp', '2023-05-13 13:18:23', '2023-05-13 13:18:23'),
(54, 11, 'uploads/custom-images/Property-slider-2023-05-13-09-18-23-8100.webp', '2023-05-13 13:18:24', '2023-05-13 13:18:24'),
(55, 11, 'uploads/custom-images/Property-slider-2023-05-13-09-18-24-9362.webp', '2023-05-13 13:18:25', '2023-05-13 13:18:25'),
(56, 11, 'uploads/custom-images/Property-slider-2023-05-13-09-18-25-7843.webp', '2023-05-13 13:18:26', '2023-05-13 13:18:26'),
(57, 11, 'uploads/custom-images/Property-slider-2023-05-13-09-18-26-4690.webp', '2023-05-13 13:18:27', '2023-05-13 13:18:27'),
(58, 10, 'uploads/custom-images/Property-slider-2023-05-13-09-20-37-9998.webp', '2023-05-13 13:20:38', '2023-05-13 13:20:38'),
(59, 10, 'uploads/custom-images/Property-slider-2023-05-13-09-20-38-3744.webp', '2023-05-13 13:20:39', '2023-05-13 13:20:39'),
(60, 10, 'uploads/custom-images/Property-slider-2023-05-13-09-20-39-3346.webp', '2023-05-13 13:20:40', '2023-05-13 13:20:40'),
(61, 10, 'uploads/custom-images/Property-slider-2023-05-13-09-20-40-5014.webp', '2023-05-13 13:20:41', '2023-05-13 13:20:41'),
(62, 10, 'uploads/custom-images/Property-slider-2023-05-13-09-20-41-2756.webp', '2023-05-13 13:20:42', '2023-05-13 13:20:42'),
(63, 9, 'uploads/custom-images/Property-slider-2023-05-13-09-22-49-8091.webp', '2023-05-13 13:22:49', '2023-05-13 13:22:49'),
(64, 9, 'uploads/custom-images/Property-slider-2023-05-13-09-22-49-8084.webp', '2023-05-13 13:22:50', '2023-05-13 13:22:50'),
(65, 9, 'uploads/custom-images/Property-slider-2023-05-13-09-22-50-4880.webp', '2023-05-13 13:22:51', '2023-05-13 13:22:51'),
(66, 9, 'uploads/custom-images/Property-slider-2023-05-13-09-22-51-7416.webp', '2023-05-13 13:22:52', '2023-05-13 13:22:52'),
(67, 9, 'uploads/custom-images/Property-slider-2023-05-13-09-22-52-2107.webp', '2023-05-13 13:22:53', '2023-05-13 13:22:53'),
(68, 8, 'uploads/custom-images/Property-slider-2023-05-13-09-34-05-2474.webp', '2023-05-13 13:34:06', '2023-05-13 13:34:06'),
(69, 8, 'uploads/custom-images/Property-slider-2023-05-13-09-34-06-2008.webp', '2023-05-13 13:34:07', '2023-05-13 13:34:07'),
(70, 8, 'uploads/custom-images/Property-slider-2023-05-13-09-34-07-2235.webp', '2023-05-13 13:34:08', '2023-05-13 13:34:08'),
(71, 8, 'uploads/custom-images/Property-slider-2023-05-13-09-34-08-8427.webp', '2023-05-13 13:34:09', '2023-05-13 13:34:09'),
(72, 8, 'uploads/custom-images/Property-slider-2023-05-13-09-34-09-4555.webp', '2023-05-13 13:34:10', '2023-05-13 13:34:10'),
(73, 7, 'uploads/custom-images/Property-slider-2023-05-13-09-35-55-2416.webp', '2023-05-13 13:35:56', '2023-05-13 13:35:56'),
(74, 7, 'uploads/custom-images/Property-slider-2023-05-13-09-35-56-3442.webp', '2023-05-13 13:35:57', '2023-05-13 13:35:57'),
(75, 7, 'uploads/custom-images/Property-slider-2023-05-13-09-35-57-9106.webp', '2023-05-13 13:35:58', '2023-05-13 13:35:58'),
(76, 7, 'uploads/custom-images/Property-slider-2023-05-13-09-35-58-6289.webp', '2023-05-13 13:35:58', '2023-05-13 13:35:58'),
(77, 7, 'uploads/custom-images/Property-slider-2023-05-13-09-35-58-7036.webp', '2023-05-13 13:36:00', '2023-05-13 13:36:00'),
(78, 6, 'uploads/custom-images/Property-slider-2023-05-13-09-37-21-4918.webp', '2023-05-13 13:37:22', '2023-05-13 13:37:22'),
(79, 6, 'uploads/custom-images/Property-slider-2023-05-13-09-37-22-8735.webp', '2023-05-13 13:37:23', '2023-05-13 13:37:23'),
(80, 6, 'uploads/custom-images/Property-slider-2023-05-13-09-37-23-7400.webp', '2023-05-13 13:37:24', '2023-05-13 13:37:24'),
(81, 6, 'uploads/custom-images/Property-slider-2023-05-13-09-37-24-2142.webp', '2023-05-13 13:37:25', '2023-05-13 13:37:25'),
(82, 6, 'uploads/custom-images/Property-slider-2023-05-13-09-37-25-1481.webp', '2023-05-13 13:37:26', '2023-05-13 13:37:26'),
(83, 5, 'uploads/custom-images/Property-slider-2023-05-13-09-40-13-3402.webp', '2023-05-13 13:40:14', '2023-05-13 13:40:14'),
(84, 5, 'uploads/custom-images/Property-slider-2023-05-13-09-40-14-2741.webp', '2023-05-13 13:40:15', '2023-05-13 13:40:15'),
(85, 5, 'uploads/custom-images/Property-slider-2023-05-13-09-40-15-6496.webp', '2023-05-13 13:40:15', '2023-05-13 13:40:15'),
(86, 5, 'uploads/custom-images/Property-slider-2023-05-13-09-40-15-4678.webp', '2023-05-13 13:40:16', '2023-05-13 13:40:16'),
(87, 5, 'uploads/custom-images/Property-slider-2023-05-13-09-40-16-1276.webp', '2023-05-13 13:40:17', '2023-05-13 13:40:17'),
(88, 4, 'uploads/custom-images/Property-slider-2023-05-13-09-45-01-4393.webp', '2023-05-13 13:45:02', '2023-05-13 13:45:02'),
(89, 4, 'uploads/custom-images/Property-slider-2023-05-13-09-45-02-6951.webp', '2023-05-13 13:45:03', '2023-05-13 13:45:03'),
(90, 4, 'uploads/custom-images/Property-slider-2023-05-13-09-45-03-9130.webp', '2023-05-13 13:45:04', '2023-05-13 13:45:04'),
(91, 4, 'uploads/custom-images/Property-slider-2023-05-13-09-45-04-6635.webp', '2023-05-13 13:45:05', '2023-05-13 13:45:05'),
(92, 4, 'uploads/custom-images/Property-slider-2023-05-13-09-45-05-9606.webp', '2023-05-13 13:45:06', '2023-05-13 13:45:06'),
(93, 3, 'uploads/custom-images/Property-slider-2023-05-13-09-46-19-5875.webp', '2023-05-13 13:46:20', '2023-05-13 13:46:20'),
(94, 3, 'uploads/custom-images/Property-slider-2023-05-13-09-46-20-8739.webp', '2023-05-13 13:46:21', '2023-05-13 13:46:21'),
(95, 3, 'uploads/custom-images/Property-slider-2023-05-13-09-46-21-8951.webp', '2023-05-13 13:46:22', '2023-05-13 13:46:22'),
(96, 3, 'uploads/custom-images/Property-slider-2023-05-13-09-46-22-1825.webp', '2023-05-13 13:46:23', '2023-05-13 13:46:23'),
(97, 3, 'uploads/custom-images/Property-slider-2023-05-13-09-46-23-6921.webp', '2023-05-13 13:46:24', '2023-05-13 13:46:24'),
(98, 2, 'uploads/custom-images/Property-slider-2023-05-13-09-47-46-9533.webp', '2023-05-13 13:47:47', '2023-05-13 13:47:47'),
(99, 2, 'uploads/custom-images/Property-slider-2023-05-13-09-47-47-7222.webp', '2023-05-13 13:47:48', '2023-05-13 13:47:48'),
(100, 2, 'uploads/custom-images/Property-slider-2023-05-13-09-47-48-2677.webp', '2023-05-13 13:47:49', '2023-05-13 13:47:49'),
(101, 2, 'uploads/custom-images/Property-slider-2023-05-13-09-47-49-8975.webp', '2023-05-13 13:47:50', '2023-05-13 13:47:50'),
(102, 2, 'uploads/custom-images/Property-slider-2023-05-13-09-47-50-3544.webp', '2023-05-13 13:47:51', '2023-05-13 13:47:51'),
(103, 1, 'uploads/custom-images/Property-slider-2023-05-13-09-49-38-5350.webp', '2023-05-13 13:49:39', '2023-05-13 13:49:39'),
(104, 1, 'uploads/custom-images/Property-slider-2023-05-13-09-49-39-7474.webp', '2023-05-13 13:49:40', '2023-05-13 13:49:40'),
(105, 1, 'uploads/custom-images/Property-slider-2023-05-13-09-49-40-6680.webp', '2023-05-13 13:49:41', '2023-05-13 13:49:41'),
(106, 1, 'uploads/custom-images/Property-slider-2023-05-13-09-49-41-6444.webp', '2023-05-13 13:49:42', '2023-05-13 13:49:42'),
(107, 1, 'uploads/custom-images/Property-slider-2023-05-13-09-49-42-7532.webp', '2023-05-13 13:49:43', '2023-05-13 13:49:43'),
(111, 21, 'uploads/custom-images/Property-slider-2024-10-17-05-02-57-1232.webp', '2024-10-16 23:02:57', '2024-10-16 23:02:57'),
(112, 21, 'uploads/custom-images/Property-slider-2024-10-17-05-02-57-4871.webp', '2024-10-16 23:02:57', '2024-10-16 23:02:57'),
(113, 21, 'uploads/custom-images/Property-slider-2024-10-17-05-02-57-2202.webp', '2024-10-16 23:02:57', '2024-10-16 23:02:57'),
(114, 21, 'uploads/custom-images/Property-slider-2024-10-17-05-02-57-1765.webp', '2024-10-16 23:02:57', '2024-10-16 23:02:57'),
(115, 22, 'uploads/custom-images/Property-slider-2024-10-17-05-11-22-5637.webp', '2024-10-16 23:11:23', '2024-10-16 23:11:23'),
(116, 22, 'uploads/custom-images/Property-slider-2024-10-17-05-11-23-9388.webp', '2024-10-16 23:11:24', '2024-10-16 23:11:24'),
(117, 22, 'uploads/custom-images/Property-slider-2024-10-17-05-11-24-1791.webp', '2024-10-16 23:11:25', '2024-10-16 23:11:25'),
(118, 22, 'uploads/custom-images/Property-slider-2024-10-17-05-11-25-6642.webp', '2024-10-16 23:11:30', '2024-10-16 23:11:30'),
(119, 23, 'uploads/custom-images/Property-slider-2024-10-17-05-36-50-9040.webp', '2024-10-16 23:36:50', '2024-10-16 23:36:50'),
(120, 23, 'uploads/custom-images/Property-slider-2024-10-17-05-36-50-5054.webp', '2024-10-16 23:36:50', '2024-10-16 23:36:50'),
(121, 23, 'uploads/custom-images/Property-slider-2024-10-17-05-36-50-8819.webp', '2024-10-16 23:36:50', '2024-10-16 23:36:50'),
(122, 23, 'uploads/custom-images/Property-slider-2024-10-17-05-36-50-8970.webp', '2024-10-16 23:36:50', '2024-10-16 23:36:50'),
(123, 24, 'uploads/custom-images/Property-slider-2024-10-17-05-40-29-6645.webp', '2024-10-16 23:40:30', '2024-10-16 23:40:30'),
(124, 24, 'uploads/custom-images/Property-slider-2024-10-17-05-40-30-4695.webp', '2024-10-16 23:40:30', '2024-10-16 23:40:30'),
(125, 24, 'uploads/custom-images/Property-slider-2024-10-17-05-40-30-8379.webp', '2024-10-16 23:40:30', '2024-10-16 23:40:30'),
(126, 24, 'uploads/custom-images/Property-slider-2024-10-17-05-40-30-4553.webp', '2024-10-16 23:40:30', '2024-10-16 23:40:30'),
(127, 25, 'uploads/custom-images/Property-slider-2024-10-17-05-54-09-9671.webp', '2024-10-16 23:54:09', '2024-10-16 23:54:09'),
(128, 25, 'uploads/custom-images/Property-slider-2024-10-17-05-54-09-4095.webp', '2024-10-16 23:54:09', '2024-10-16 23:54:09'),
(129, 25, 'uploads/custom-images/Property-slider-2024-10-17-05-54-09-1247.webp', '2024-10-16 23:54:09', '2024-10-16 23:54:09'),
(130, 25, 'uploads/custom-images/Property-slider-2024-10-17-05-54-09-3864.webp', '2024-10-16 23:54:09', '2024-10-16 23:54:09'),
(131, 26, 'uploads/custom-images/Property-slider-2024-10-17-06-05-49-2504.webp', '2024-10-17 00:05:49', '2024-10-17 00:05:49'),
(132, 26, 'uploads/custom-images/Property-slider-2024-10-17-06-05-49-3084.webp', '2024-10-17 00:05:49', '2024-10-17 00:05:49'),
(133, 26, 'uploads/custom-images/Property-slider-2024-10-17-06-05-49-8077.webp', '2024-10-17 00:05:49', '2024-10-17 00:05:49'),
(134, 26, 'uploads/custom-images/Property-slider-2024-10-17-06-05-49-9253.webp', '2024-10-17 00:05:49', '2024-10-17 00:05:49'),
(135, 27, 'uploads/custom-images/Property-slider-2024-10-17-06-10-44-4553.webp', '2024-10-17 00:10:44', '2024-10-17 00:10:44'),
(136, 27, 'uploads/custom-images/Property-slider-2024-10-17-06-10-44-7679.webp', '2024-10-17 00:10:44', '2024-10-17 00:10:44'),
(137, 27, 'uploads/custom-images/Property-slider-2024-10-17-06-10-44-7872.webp', '2024-10-17 00:10:44', '2024-10-17 00:10:44'),
(138, 27, 'uploads/custom-images/Property-slider-2024-10-17-06-10-44-2139.webp', '2024-10-17 00:10:44', '2024-10-17 00:10:44'),
(139, 28, 'uploads/custom-images/Property-slider-2024-10-17-06-14-16-7586.webp', '2024-10-17 00:14:16', '2024-10-17 00:14:16'),
(140, 28, 'uploads/custom-images/Property-slider-2024-10-17-06-14-16-8609.webp', '2024-10-17 00:14:16', '2024-10-17 00:14:16'),
(141, 28, 'uploads/custom-images/Property-slider-2024-10-17-06-14-16-1923.webp', '2024-10-17 00:14:16', '2024-10-17 00:14:16'),
(142, 28, 'uploads/custom-images/Property-slider-2024-10-17-06-14-16-6338.webp', '2024-10-17 00:14:16', '2024-10-17 00:14:16'),
(143, 29, 'uploads/custom-images/Property-slider-2024-10-17-06-29-39-5045.webp', '2024-10-17 00:29:39', '2024-10-17 00:29:39'),
(144, 29, 'uploads/custom-images/Property-slider-2024-10-17-06-29-39-9315.webp', '2024-10-17 00:29:39', '2024-10-17 00:29:39'),
(145, 29, 'uploads/custom-images/Property-slider-2024-10-17-06-29-39-4475.webp', '2024-10-17 00:29:39', '2024-10-17 00:29:39'),
(146, 29, 'uploads/custom-images/Property-slider-2024-10-17-06-29-39-8568.webp', '2024-10-17 00:29:39', '2024-10-17 00:29:39'),
(147, 18, 'uploads/custom-images/Property-slider-2024-10-17-06-32-28-7805.webp', '2024-10-17 00:32:28', '2024-10-17 00:32:28'),
(148, 18, 'uploads/custom-images/Property-slider-2024-10-17-06-32-28-7600.webp', '2024-10-17 00:32:28', '2024-10-17 00:32:28'),
(149, 18, 'uploads/custom-images/Property-slider-2024-10-17-06-32-28-6331.webp', '2024-10-17 00:32:28', '2024-10-17 00:32:28'),
(150, 18, 'uploads/custom-images/Property-slider-2024-10-17-06-32-28-4148.webp', '2024-10-17 00:32:28', '2024-10-17 00:32:28'),
(157, 33, 'uploads/custom-images/Property-slider-2025-05-04-02-19-17-4071.webp', '2025-05-03 20:19:17', '2025-05-03 20:19:17'),
(158, 33, 'uploads/custom-images/Property-slider-2025-05-04-02-21-07-3083.webp', '2025-05-03 20:21:07', '2025-05-03 20:21:07'),
(159, 33, 'uploads/custom-images/Property-slider-2025-05-04-02-21-07-7793.webp', '2025-05-03 20:21:07', '2025-05-03 20:21:07'),
(160, 33, 'uploads/custom-images/Property-slider-2025-05-04-02-21-07-7544.webp', '2025-05-03 20:21:07', '2025-05-03 20:21:07'),
(161, 33, 'uploads/custom-images/Property-slider-2025-05-04-02-21-07-6101.webp', '2025-05-03 20:21:07', '2025-05-03 20:21:07');

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

--
-- Table structure for table `pusher_credentails`
--

CREATE TABLE `pusher_credentails` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `app_id` varchar(255) NOT NULL,
  `app_key` varchar(255) NOT NULL,
  `app_secret` varchar(255) NOT NULL,
  `app_cluster` 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 `pusher_credentails`
--

INSERT INTO `pusher_credentails` (`id`, `app_id`, `app_key`, `app_secret`, `app_cluster`, `created_at`, `updated_at`) VALUES
(1, '1338069', 'e013174602072a186b1d', '46de951521010c14b205', 'mt1', NULL, '2022-01-29 12:41:05');

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

--
-- Table structure for table `razorpay_payments`
--

CREATE TABLE `razorpay_payments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `status` int(11) NOT NULL DEFAULT 0,
  `name` varchar(255) DEFAULT NULL,
  `currency_rate` double NOT NULL DEFAULT 1,
  `country_code` varchar(191) NOT NULL,
  `currency_code` varchar(191) NOT NULL,
  `description` varchar(255) DEFAULT NULL,
  `image` varchar(255) DEFAULT NULL,
  `color` varchar(255) DEFAULT NULL,
  `key` text DEFAULT NULL,
  `secret_key` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `currency_id` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `razorpay_payments`
--

INSERT INTO `razorpay_payments` (`id`, `status`, `name`, `currency_rate`, `country_code`, `currency_code`, `description`, `image`, `color`, `key`, `secret_key`, `created_at`, `updated_at`, `currency_id`) VALUES
(1, 0, 'HomeCo', 74.66, 'IN', 'INR', 'HomeCo - Real Estate Property', 'uploads/website-images/razorpay-2023-04-12-10-40-19-8079.png', '#2d15e5', 'rzp_test_K7CipNQYyyMPiS', 'zSBmNMorJrirOrnDrbOd1ALO', NULL, '2024-12-01 22:13:40', 3);

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

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

CREATE TABLE `reviews` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `property_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `agent_id` int(11) NOT NULL DEFAULT 0,
  `review` text NOT NULL,
  `rating` int(11) NOT NULL,
  `status` 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 `reviews`
--

INSERT INTO `reviews` (`id`, `property_id`, `user_id`, `agent_id`, `review`, `rating`, `status`, `created_at`, `updated_at`) VALUES
(1, 3, 8, 1, 'The view from this property is absolutely stunning! Waking up to that every day would be a dream come true.', 5, 1, '2023-05-08 04:48:43', '2023-05-08 04:49:02'),
(3, 8, 8, 4, 'I love the layout of this property! The natural lighting and open floor plan make it feel so spacious and welcoming.', 5, 1, '2023-05-08 04:51:40', '2023-05-08 04:52:49'),
(4, 9, 8, 4, 'I love the layout of this property! The natural lighting and open floor plan make it feel so spacious and welcoming.', 5, 1, '2023-05-08 04:51:59', '2023-05-08 04:52:39'),
(5, 2, 8, 1, 'I love the layout of this property! The natural lighting and open floor plan make it feel so spacious and welcoming.', 5, 1, '2023-05-08 04:52:24', '2023-05-08 04:52:32'),
(6, 8, 3, 4, 'The location of this property is perfect! Being close to schools and shopping centers makes it very convenient for families.', 5, 1, '2023-05-08 04:53:58', '2023-05-08 04:54:09'),
(8, 15, 3, 0, 'The privacy of this property is a huge selling point for me. Being tucked away in a quiet area is so appealing', 5, 1, '2023-05-08 04:55:27', '2023-05-08 04:55:39'),
(9, 8, 1, 4, 'The amenities in this property are outstanding. The pool, fitness center, and clubhouse are all great perks that make this a truly luxurious living experience', 5, 1, '2023-05-08 04:57:33', '2023-05-08 04:57:44');

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

--
-- Table structure for table `seo_settings`
--

CREATE TABLE `seo_settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `page_name` text DEFAULT NULL,
  `seo_title` text DEFAULT NULL,
  `seo_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;

--
-- Dumping data for table `seo_settings`
--

INSERT INTO `seo_settings` (`id`, `page_name`, `seo_title`, `seo_description`, `created_at`, `updated_at`) VALUES
(1, 'Home Page', 'Home || HomeCo - Php Laravel Real Estate Property Script With SASS', 'Home || HomeCo - Php Laravel Real Estate Property Script With SASS', NULL, '2023-05-07 15:33:52'),
(2, 'About Us', 'About Us || HomeCo - Php Laravel Real Estate Property Script With SASS', 'About Us || HomeCo - Php Laravel Real Estate Property Script With SASS', NULL, '2023-05-07 15:34:17'),
(3, 'Contact Us', 'Contact Us || HomeCo - Php Laravel Real Estate Property Script With SASS', 'Contact Us || HomeCo - Php Laravel Real Estate Property Script With SASS', NULL, '2023-05-07 15:34:30'),
(5, 'Property', 'Properties || HomeCo - Php Laravel Real Estate Property Script With SASS', 'Properties || HomeCo - Php Laravel Real Estate Property Script With SASS', NULL, '2023-05-07 15:34:45'),
(6, 'Blog', 'Blogs || HomeCo - Php Laravel Real Estate Property Script With SASS', 'Blogs || HomeCo - Php Laravel Real Estate Property Script With SASS', NULL, '2023-05-07 15:34:56'),
(7, 'Agents', 'Our Agents || HomeCo - Php Laravel Real Estate Property Script With SASS', 'Our Agents || HomeCo - Php Laravel Real Estate Property Script With SASS', NULL, '2023-05-07 15:35:11');

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

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

CREATE TABLE `settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `logo` varchar(255) DEFAULT NULL,
  `favicon` varchar(255) DEFAULT NULL,
  `preloader_status` varchar(10) NOT NULL DEFAULT 'enable',
  `property_auto_approval` varchar(10) DEFAULT 'no',
  `contact_email` varchar(191) DEFAULT NULL,
  `enable_subscription_notify` int(11) NOT NULL DEFAULT 1,
  `enable_save_contact_message` int(11) NOT NULL DEFAULT 1,
  `text_direction` varchar(255) NOT NULL DEFAULT 'LTR',
  `timezone` varchar(255) DEFAULT NULL,
  `app_name` varchar(255) DEFAULT NULL,
  `currency_name` varchar(191) DEFAULT NULL,
  `currency_icon` varchar(191) DEFAULT NULL,
  `currency_rate` double NOT NULL DEFAULT 1,
  `theme_one` varchar(191) NOT NULL,
  `app_full_title` varchar(255) DEFAULT NULL,
  `app_description` text DEFAULT NULL,
  `google_playstore_link` varchar(255) DEFAULT NULL,
  `app_store_link` varchar(255) DEFAULT NULL,
  `app_image` varchar(255) DEFAULT NULL,
  `app_bg` varchar(255) DEFAULT NULL,
  `apple_btn_text1` varchar(255) DEFAULT NULL,
  `apple_btn_text2` varchar(255) DEFAULT NULL,
  `google_btn_text1` varchar(255) DEFAULT NULL,
  `google_btn_text2` varchar(255) DEFAULT NULL,
  `default_avatar` varchar(255) DEFAULT NULL,
  `selected_theme` int(11) NOT NULL DEFAULT 0,
  `theme_one_color` varchar(255) DEFAULT NULL,
  `theme_two_color` varchar(255) DEFAULT NULL,
  `theme_three_color` varchar(255) DEFAULT NULL,
  `login_image` varchar(255) DEFAULT NULL,
  `login_top_item` varchar(255) DEFAULT NULL,
  `login_top_item_qty` varchar(255) DEFAULT NULL,
  `login_footer_item` varchar(255) DEFAULT NULL,
  `login_footer_item_qty` varchar(255) DEFAULT NULL,
  `login_page_logo` varchar(255) DEFAULT NULL,
  `footer_logo` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `faq_short_title` varchar(255) DEFAULT NULL,
  `faq_long_title` text DEFAULT NULL,
  `faq_image` varchar(255) DEFAULT NULL,
  `faq_support_time` varchar(255) DEFAULT NULL,
  `faq_support_title` varchar(255) DEFAULT NULL,
  `rent_logo` varchar(255) DEFAULT NULL,
  `rent_title` varchar(255) DEFAULT NULL,
  `rent_description` text DEFAULT NULL,
  `rent_btn_text` varchar(255) DEFAULT NULL,
  `sale_logo` varchar(255) DEFAULT NULL,
  `sale_title` varchar(255) DEFAULT NULL,
  `sale_description` text DEFAULT NULL,
  `sale_btn_text` varchar(255) DEFAULT NULL,
  `login_bg_image` varchar(255) DEFAULT 'login_bg_image.jpg',
  `agent_can_add_property` varchar(255) NOT NULL DEFAULT 'enable',
  `current_version` varchar(255) NOT NULL DEFAULT '1.3',
  `live_map` varchar(255) DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `settings` (`id`, `logo`, `favicon`, `preloader_status`, `property_auto_approval`, `contact_email`, `enable_subscription_notify`, `enable_save_contact_message`, `text_direction`, `timezone`, `app_name`, `currency_name`, `currency_icon`, `currency_rate`, `theme_one`, `app_full_title`, `app_description`, `google_playstore_link`, `app_store_link`, `app_image`, `app_bg`, `apple_btn_text1`, `apple_btn_text2`, `google_btn_text1`, `google_btn_text2`, `default_avatar`, `selected_theme`, `theme_one_color`, `theme_two_color`, `theme_three_color`, `login_image`, `login_top_item`, `login_top_item_qty`, `login_footer_item`, `login_footer_item_qty`, `login_page_logo`, `footer_logo`, `created_at`, `updated_at`, `faq_short_title`, `faq_long_title`, `faq_image`, `faq_support_time`, `faq_support_title`, `rent_logo`, `rent_title`, `rent_description`, `rent_btn_text`, `sale_logo`, `sale_title`, `sale_description`, `sale_btn_text`, `login_bg_image`, `agent_can_add_property`, `current_version`, `live_map`) VALUES
(1, 'uploads/website-images/logo-2023-03-21-12-26-05-7992.png', 'uploads/website-images/favicon-2023-03-21-12-27-01-9970.png', 'disable', 'yes', 'qoumodo.contact@gmail.com', 1, 1, 'ltr', 'America/New_York', 'HomeCo', 'USD', '$', 85.76, '#009bc2', 'App is available for free on Google Play & App Store', 'Get the latest resources for downloading, installing, and updating mosto app.Select your device platform & Use Our app and Enjoy Your Life.', 'https://play.google.com/store/apps/', 'https://www.apple.com/app-store/', 'uploads/website-images/mobile-app-bg--2023-03-29-04-07-22-3995.png', NULL, 'DOWNLOAD ON THE', 'App Store', 'GET IT ON', 'Google Play', 'uploads/website-images/default-avatar-2023-03-29-01-15-19-5787.jpg', 0, '#7166f0', '#f2c94c', '#2251f2', 'uploads/website-images/login-page-2023-03-21-09-00-32-3052.png', 'Brunches', '12', 'Built Hose', '170', 'uploads/website-images/login-logo-2023-03-21-09-10-55-8958.png', 'uploads/website-images/logo-2023-03-21-12-26-35-3666.png', NULL, '2025-05-03 19:06:31', 'FAQ', 'If you want to know Frequently Ask Questions', 'uploads/website-images/faq-support-2023-03-21-12-49-38-6487.webp', '24/7 Support', 'Have any Questions Contact Us?', 'uploads/website-images/rent-logo-2023-04-13-10-13-06-2846.png', 'Add Property for Rent', 'Are you looking for clients for your property ? Please submit the property form and collect your best client.', 'Create for rent', 'uploads/website-images/sale-logo-2023-04-13-10-14-44-8456.png', 'Add Property for Sale', 'Are you looking for clients for your property ? Please submit the property form and collect your best client.', 'Create for sale', 'uploads/website-images/login-logo-2023-06-03-07-25-46-5512.svg', 'enable', '3.0.0', 'yes');

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

--
-- Table structure for table `sliders`
--

CREATE TABLE `sliders` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `home1_title_1` text DEFAULT NULL,
  `home1_title_2` text DEFAULT NULL,
  `home1_bg` varchar(255) DEFAULT NULL,
  `home1_title_3` text DEFAULT NULL,
  `home1_item1` varchar(255) DEFAULT '0',
  `home1_item2` varchar(255) DEFAULT NULL,
  `home1_item3` varchar(255) DEFAULT NULL,
  `home1_btn_text` varchar(255) DEFAULT NULL,
  `home2_title` text DEFAULT NULL,
  `home2_bg` varchar(255) DEFAULT NULL,
  `home3_title` text DEFAULT NULL,
  `home3_image` varchar(255) DEFAULT NULL,
  `home3_item1` varchar(255) DEFAULT NULL,
  `home3_item2` varchar(255) DEFAULT NULL,
  `home3_item3` varchar(255) DEFAULT NULL,
  `home3_btn_text` 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 `sliders`
--

INSERT INTO `sliders` (`id`, `home1_title_1`, `home1_title_2`, `home1_bg`, `home1_title_3`, `home1_item1`, `home1_item2`, `home1_item3`, `home1_btn_text`, `home2_title`, `home2_bg`, `home3_title`, `home3_image`, `home3_item1`, `home3_item2`, `home3_item3`, `home3_btn_text`, `created_at`, `updated_at`) VALUES
(1, 'Get your', 'Property', 'uploads/website-images/slider-2023-03-21-01-35-24-5025.svg', 'With Agents.', 'Suspe ndisse suscipit sagittis leo.', 'Entum estibulum dignissim as posuere.', 'Best real house and property for your dream.', 'See all Property', 'Let’s Find Your Perfect Home For You', 'uploads/website-images/slider-2023-03-21-01-48-53-7723.jpg', 'Explore Listings and make move Today e', 'uploads/website-images/slider-2023-03-21-02-03-11-4066.png', 'Suspe ndisse suscipit sagittis leo. e', 'Entum estibulum dignissim as posuere. e', 'Best real house and property for your deam. e', 'See all Property e', '2022-01-30 10:25:59', '2024-12-01 19:13:36');

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

--
-- Table structure for table `social_login_information`
--

CREATE TABLE `social_login_information` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `is_facebook` int(11) NOT NULL DEFAULT 0,
  `facebook_client_id` text DEFAULT NULL,
  `facebook_secret_id` text DEFAULT NULL,
  `is_gmail` int(11) NOT NULL DEFAULT 0,
  `gmail_client_id` text DEFAULT NULL,
  `gmail_secret_id` text DEFAULT NULL,
  `facebook_redirect_url` text DEFAULT NULL,
  `gmail_redirect_url` 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 `social_login_information`
--

INSERT INTO `social_login_information` (`id`, `is_facebook`, `facebook_client_id`, `facebook_secret_id`, `is_gmail`, `gmail_client_id`, `gmail_secret_id`, `facebook_redirect_url`, `gmail_redirect_url`, `created_at`, `updated_at`) VALUES
(1, 1, '1844188565781706', 'f32f45abcf57a4dc23ac6f2b2e8e2241', 1, '810593187924-706in12herrovuq39i2pbn483otijei8.apps.googleusercontent.com', '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', 'http://localhost/web-solution-us/ecommerce_ibrahim/callback/google', 'http://localhost/web-solution-us/ecommerce_ibrahim/callback/google', NULL, '2022-01-22 19:38:19');

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

--
-- Table structure for table `stripe_payments`
--

CREATE TABLE `stripe_payments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `status` int(11) NOT NULL DEFAULT 0,
  `stripe_key` text DEFAULT NULL,
  `stripe_secret` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `country_code` varchar(10) NOT NULL,
  `currency_code` varchar(10) NOT NULL,
  `currency_rate` double NOT NULL,
  `image` text DEFAULT NULL,
  `currency_id` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `stripe_payments`
--

INSERT INTO `stripe_payments` (`id`, `status`, `stripe_key`, `stripe_secret`, `created_at`, `updated_at`, `country_code`, `currency_code`, `currency_rate`, `image`, `currency_id`) VALUES
(1, 1, 'pk_test_51JU61aF56Pb8BOOX5ucAe5DlDwAkCZyffqlKMDUWsAwhKbdtuY71VvIzr0NgFKjq4sOVVaaeeyVXXnNWwu5dKgeq00kMzCBUm5', 'sk_test_51JU61aF56Pb8BOOXlz7jGkzJsCkozuAoRlFJskYGsgunfaHLmcvKLubYRQLCQOuyYHq0mvjoBFLzV7d8F6q8f6Hv00CGwULEEV', NULL, '2024-12-01 21:50:16', 'US', 'USD', 1, 'uploads/website-images/stripe-2023-04-12-10-40-04-5489.png', 1);

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

--
-- Table structure for table `subscribers`
--

CREATE TABLE `subscribers` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `email` varchar(255) NOT NULL,
  `status` int(11) NOT NULL DEFAULT 0,
  `verified_token` text DEFAULT NULL,
  `is_verified` 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 `subscribers`
--

INSERT INTO `subscribers` (`id`, `email`, `status`, `verified_token`, `is_verified`, `created_at`, `updated_at`) VALUES
(1, 'user@gmail.com', 0, NULL, 1, '2023-05-07 15:27:10', '2023-05-07 15:27:32'),
(2, 'shihabmahmod58@gmail.com', 0, 'swzzHpUGrCQ9d2eDzErfQrT3x', 0, '2023-05-14 20:48:14', '2023-05-14 20:48:14'),
(3, 'aboutkhalil.83@gmail.com', 0, 'ZKLCQGtIu7i6vrovpZauG1dhQ', 0, '2024-12-02 11:19:05', '2024-12-02 11:19:05');

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

--
-- Table structure for table `support_tickets`
--

CREATE TABLE `support_tickets` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(11) NOT NULL,
  `subject` text NOT NULL,
  `ticket_id` varchar(255) NOT NULL,
  `priority` varchar(255) DEFAULT NULL,
  `message` text DEFAULT NULL,
  `status` varchar(255) NOT NULL DEFAULT 'pending' COMMENT 'pending, in_progress, closed',
  `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 `tawk_chats`
--

CREATE TABLE `tawk_chats` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `chat_link` varchar(255) DEFAULT NULL,
  `status` int(11) 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 `tawk_chats`
--

INSERT INTO `tawk_chats` (`id`, `chat_link`, `status`, `created_at`, `updated_at`) VALUES
(1, 'https://embed.tawk.to/5a7c31ded7591465c7077c48/default', 0, NULL, '2023-06-02 20:01:22');

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

--
-- Table structure for table `terms_and_conditions`
--

CREATE TABLE `terms_and_conditions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `terms_and_condition` text DEFAULT NULL,
  `privacy_policy` 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 `terms_and_conditions`
--

INSERT INTO `terms_and_conditions` (`id`, `terms_and_condition`, `privacy_policy`, `created_at`, `updated_at`) VALUES
(1, '<p><strong>1. What Are Terms and Conditions?</strong></p>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuriefss asbut also the on leap into a electironc typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andeiss more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p><strong>2. Does My Online Service Need Terms and Conditions?</strong></p>\r\n<p>While it&rsquo;s not legally required for ecommerce websites to have a terms and conditions agreement, adding one will help protect your as sonline business.As terms and conditions are legally enforceable rules, they allow you to set standards for how users interact with your site. Here are some of the major abenefits of including terms and conditions on your ecommerce site.&nbsp;</p>\r\n<p>It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.</p>\r\n<p><strong>Features :</strong></p>\r\n<ul>\r\n<li>Lim body with metal cover</li>\r\n<li>Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)</li>\r\n<li>8GB DDR4 RAM and fast 512GB PCIe SSD</li>\r\n<li>NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support</li>\r\n</ul>\r\n<p><strong>3. Protect Your Property</strong></p>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuriezcs but also the on leap into as eylectronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraszvxet sheets containing Lorem Ipsum our spassages, andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book. five centuries but also a the on leap into electronic typesetting, remaining essentially unchanged. It aswasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop our aspublishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p><strong>4. What to Include in Terms and Conditions for Online Stores</strong></p>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five as centuries but also the on leap into as electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of as Leitraset sheets containing Loriem Ipsum passages, our andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>Five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing software like Aldus PageMaker our as including versions of Loriem Ipsum to make a type specimen book. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets as containing Lorem Ipsum passages, andei more recently with a desktop publishing software like Aldus PageMaker including versions of Loremas&nbsp; Ipsum to make a type specimen book.</p>\r\n<p><strong>05.Pricing and Payment Terms</strong></p>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five as centuries but also as the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release as of Letraset sheets containing Lorem Ipsum our spassages, andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>Five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing software like Aldus PageMaker our as including versions of Lorem aIpsum to make a type specimen book. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheetsasd containing Lorem Ipsum passages, andei more recentlysl with desktop publishing software like Aldus PageMaker including versions of Loremadfsfds Ipsum to make a type specimen book.</p>\r\n<p>It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the our 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing asou software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>', '<p><strong>1. What Are Privacy Policy?</strong></p>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuriefss asbut also the on leap into a electironc typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andeiss more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p><strong>2. Ecommerce Terms and Conditions Examples</strong></p>\r\n<p>While it&rsquo;s not legally required for ecommerce websites to have a terms and conditions agreement, adding one will help protect your as sonline business.As terms and conditions are legally enforceable rules, they allow you to set standards for how users interact with your site. Here are some of the major abenefits of including terms and conditions on your ecommerce site:</p>\r\n<p>It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.</p>\r\n<p><strong>Features :</strong></p>\r\n<ul>\r\n<li>Slim body with metal cover</li>\r\n<li>Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)</li>\r\n<li>8GB DDR4 RAM and fast 512GB PCIe SSD</li>\r\n<li>NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support</li>\r\n</ul>\r\n<p><strong>3. Protect Your Property</strong></p>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuriezcs but also the on leap into as eylectronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraszvxet sheets containing Lorem Ipsum our spassages, andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book. five centuries but also a the on leap into electronic typesetting, remaining essentially unchanged. It aswasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop our aspublishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p><strong>4. What to Include in Terms and Conditions for Online Stores</strong></p>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five as centuries but also the on leap into as electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of as Leitraset sheets containing Loriem Ipsum passages, our andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>Five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing software like Aldus PageMaker our as including versions of Loriem Ipsum to make a type specimen book. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets as containing Lorem Ipsum passages, andei more recently with a desktop publishing software like Aldus PageMaker including versions of Loremas&nbsp; Ipsum to make a type specimen book.</p>\r\n<p><strong>05.Pricing and Payment Terms</strong></p>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five as centuries but also as the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release as of Letraset sheets containing Lorem Ipsum our spassages, andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>Five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing software like Aldus PageMaker our as including versions of Lorem aIpsum to make a type specimen book. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheetsasd containing Lorem Ipsum passages, andei more recentlysl with desktop publishing software like Aldus PageMaker including versions of Loremadfsfds Ipsum to make a type specimen book.</p>\r\n<p>It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the our 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing asou software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>', '2022-01-30 12:34:53', '2024-12-01 19:28:25');

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

--
-- Table structure for table `testimonials`
--

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

--
-- Dumping data for table `testimonials`
--

INSERT INTO `testimonials` (`id`, `name`, `image`, `designation`, `comment`, `status`, `created_at`, `updated_at`) VALUES
(1, 'John Doe', 'uploads/custom-images/john-doe20230507101202.jpg', 'MBBS, FCPS, FRCS', 'There are mainy variatons of passages of abut the majority have suffereds alteration in humour, or randomisejd words which rando generators on the Internet tend', 1, '2023-05-07 14:06:23', '2023-05-07 14:12:02'),
(2, 'David Richard', 'uploads/custom-images/david-richard20230507101241.jpg', 'Web Developer', 'There are mainy variatons of passages of abut the majority have suffereds alteration in humour, or randomisejd words which rando generators on the Internet tend', 1, '2023-05-07 14:07:29', '2023-05-07 14:12:41'),
(3, 'David Simmons', 'uploads/custom-images/david-simmons20230507101112.jpg', 'Graphic Designer', 'There are mainy variatons of passages of abut the majority have suffereds alteration in humour, or randomisejd words which rando generators on the Internet tend', 1, '2023-05-07 14:08:01', '2023-05-07 14:11:12');

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

--
-- Table structure for table `ticket_messages`
--

CREATE TABLE `ticket_messages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `support_ticket_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `admin_id` int(11) NOT NULL,
  `message` text NOT NULL,
  `message_from` varchar(255) NOT NULL COMMENT 'user, admin',
  `seen_by_admin` varchar(255) NOT NULL DEFAULT 'no',
  `seen_by_user` varchar(255) NOT NULL DEFAULT 'no',
  `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,
  `translatable_type` varchar(50) NOT NULL,
  `translatable_id` int(11) NOT NULL,
  `lang_code` varchar(10) NOT NULL,
  `key` varchar(255) NOT NULL,
  `value` text 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 `translations`
--

INSERT INTO `translations` (`id`, `translatable_type`, `translatable_id`, `lang_code`, `key`, `value`, `created_at`, `updated_at`) VALUES
(6584, 'about_us', 1, 'bn', 'short_title', 'হোমকো সম্পর্কে', '2024-12-01 10:11:17', '2024-12-01 19:25:58'),
(6585, 'about_us', 1, 'bn', 'long_title', 'সাধারণ ব্যবহারকারীদের সাথে কিছু দুর্দান্ত জিনিস করেছেন', '2024-12-01 10:11:17', '2024-12-01 19:25:58'),
(6586, 'about_us', 1, 'bn', 'experience_text_1', '12 বছর', '2024-12-01 10:11:17', '2024-12-01 19:25:58'),
(6587, 'about_us', 1, 'bn', 'experience_text_2', 'অভিজ্ঞতা', '2024-12-01 10:11:18', '2024-12-01 19:25:58'),
(6588, 'about_us', 1, 'bn', 'description_1', 'Lorem Ipsum-এর প্যাসেজের অনেক বৈচিত্র্য উপলব্ধ রয়েছে, কিন্তু অধিকাংশই কোনো না কোনো আকারে পরিবর্তনের শিকার হয়েছে, ইনজেকশন করা হাস্যরস, বা এলোমেলো শব্দ যা সামান্য বিশ্বাসযোগ্য মনে হচ্ছে না।', '2024-12-01 10:11:18', '2024-12-01 19:25:58'),
(6589, 'about_us', 1, 'bn', 'description_2', 'আপনার আশ্চর্যজনক স্বপ্নের জন্য সেরা মানের বাড়ি বুকিং এবং বিক্রি করার জন্য 20 বছরেরও বেশি অভিজ্ঞতা এবং আপনাকে খুশি করুন', '2024-12-01 10:11:18', '2024-12-01 19:25:58'),
(6590, 'about_us', 1, 'bn', 'author_name', 'ওয়েড ডিওয়ারেন', '2024-12-01 10:11:18', '2024-12-01 19:25:58'),
(6591, 'about_us', 1, 'bn', 'author_designation', 'মানবতার প্রতিষ্ঠাতা', '2024-12-01 10:11:19', '2024-12-01 19:25:58'),
(6592, 'about_us', 1, 'bn', 'item1_title2', 'k+ এজেন্ট', '2024-12-01 10:11:19', '2024-12-01 19:25:58'),
(6593, 'about_us', 1, 'bn', 'item2_title2', '+ ভাড়াটেরা', '2024-12-01 10:11:19', '2024-12-01 19:25:58'),
(6594, 'about_us', 1, 'bn', 'item1_description', 'আমাদের সেবা এবং যত্ন বিশ্বাস', '2024-12-01 10:11:20', '2024-12-01 19:25:58'),
(6595, 'about_us', 1, 'bn', 'item2_description', 'cccupancy জন্য ঘর প্রস্তুত', '2024-12-01 10:11:20', '2024-12-01 19:25:58'),
(6596, 'about_us', 1, 'bn', 'home2_percentage_text', 'এভিনিউ ক্লায়েন্টদের 70% এরও বেশি বলেছেন যে তারা গত বছরে অতিরিক্ত এবং কমিশন উপার্জন করেছেন', '2024-12-01 10:11:20', '2024-12-01 19:16:00'),
(6597, 'about_us', 1, 'bn', 'home2_long_title', 'সাধারণ ব্যবহারকারীদের সাথে কিছু দুর্দান্ত জিনিস করেছেন', '2024-12-01 10:11:21', '2024-12-01 19:16:00'),
(6598, 'about_us', 1, 'bn', 'home2_description1', 'Lorem Ipsum-এর প্যাসেজের অনেক বৈচিত্র্য উপলব্ধ রয়েছে, কিন্তু অধিকাংশই কোনো না কোনো আকারে পরিবর্তনের শিকার হয়েছে, ইনজেকশন করা হাস্যরস, বা এলোমেলো শব্দ যা সামান্য বিশ্বাসযোগ্য মনে হচ্ছে না।', '2024-12-01 10:11:21', '2024-12-01 19:16:00'),
(6599, 'about_us', 1, 'bn', 'home2_description2', 'আপনার আশ্চর্যজনক স্বপ্নের জন্য সেরা মানের বাড়ি বুকিং এবং বিক্রি করার জন্য 20 বছরেরও বেশি অভিজ্ঞতা এবং আপনাকে খুশি করুন', '2024-12-01 10:11:21', '2024-12-01 19:16:00'),
(6600, 'about_us', 1, 'bn', 'home2_item1', 'তিনি আশা করেন যে তিনি তীর গ্রহণ করবেন।', '2024-12-01 10:11:21', '2024-12-01 19:16:00'),
(6601, 'about_us', 1, 'bn', 'home2_item2', 'সম্পদের ভিত্তি স্থাপন করা।', '2024-12-01 10:11:21', '2024-12-01 19:16:00'),
(6602, 'additional_information', 1, 'bn', 'add_key', 'বিল্ডিং বয়স', '2024-12-01 10:11:22', '2024-12-01 10:11:22'),
(6603, 'additional_information', 1, 'bn', 'add_value', '2 বছর', '2024-12-01 10:11:22', '2024-12-01 10:11:22'),
(6604, 'additional_information', 2, 'bn', 'add_key', 'কুলিং', '2024-12-01 10:11:22', '2024-12-01 10:11:22'),
(6605, 'additional_information', 2, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:11:23', '2024-12-01 10:11:23'),
(6606, 'additional_information', 3, 'bn', 'add_key', 'গ্যাস', '2024-12-01 10:11:23', '2024-12-01 10:11:23'),
(6607, 'additional_information', 3, 'bn', 'add_value', 'না', '2024-12-01 10:11:23', '2024-12-01 10:11:23'),
(6608, 'additional_information', 4, 'bn', 'add_key', 'পার্কিং', '2024-12-01 10:11:23', '2024-12-01 10:11:23'),
(6609, 'additional_information', 4, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:11:24', '2024-12-01 10:11:24'),
(6610, 'additional_information', 5, 'bn', 'add_key', 'নর্দমা', '2024-12-01 10:11:24', '2024-12-01 10:11:24'),
(6611, 'additional_information', 5, 'bn', 'add_value', 'না', '2024-12-01 10:11:24', '2024-12-01 10:11:24'),
(6612, 'additional_information', 6, 'bn', 'add_key', 'ব্যায়াম কক্ষ', '2024-12-01 10:11:25', '2024-12-01 10:11:25'),
(6613, 'additional_information', 6, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:11:25', '2024-12-01 10:11:25'),
(6614, 'additional_information', 14, 'bn', 'add_key', 'বিল্ডিং বয়স', '2024-12-01 10:11:25', '2024-12-01 10:11:25'),
(6615, 'additional_information', 14, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:11:26', '2024-12-01 10:11:26'),
(6616, 'additional_information', 15, 'bn', 'add_key', 'কুলিং', '2024-12-01 10:11:26', '2024-12-01 10:11:26'),
(6617, 'additional_information', 15, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:11:26', '2024-12-01 10:11:26'),
(6618, 'additional_information', 16, 'bn', 'add_key', 'গ্যাস', '2024-12-01 10:11:26', '2024-12-01 10:11:26'),
(6619, 'additional_information', 16, 'bn', 'add_value', 'না', '2024-12-01 10:11:27', '2024-12-01 10:11:27'),
(6620, 'additional_information', 17, 'bn', 'add_key', 'ব্যায়াম কক্ষ', '2024-12-01 10:11:27', '2024-12-01 10:11:27'),
(6621, 'additional_information', 17, 'bn', 'add_value', 'না', '2024-12-01 10:11:27', '2024-12-01 10:11:27'),
(6622, 'additional_information', 18, 'bn', 'add_key', 'জল', '2024-12-01 10:11:27', '2024-12-01 10:11:27'),
(6623, 'additional_information', 18, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:11:28', '2024-12-01 10:11:28'),
(6624, 'additional_information', 19, 'bn', 'add_key', 'পার্কিং', '2024-12-01 10:11:28', '2024-12-01 10:11:28'),
(6625, 'additional_information', 19, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:11:28', '2024-12-01 10:11:28'),
(6626, 'additional_information', 20, 'bn', 'add_key', 'পার্কিং', '2024-12-01 10:11:28', '2024-12-01 10:11:28'),
(6627, 'additional_information', 20, 'bn', 'add_value', 'না', '2024-12-01 10:11:29', '2024-12-01 10:11:29'),
(6628, 'additional_information', 21, 'bn', 'add_key', 'নর্দমা', '2024-12-01 10:11:29', '2024-12-01 10:11:29'),
(6629, 'additional_information', 21, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:11:29', '2024-12-01 10:11:29'),
(6630, 'additional_information', 22, 'bn', 'add_key', 'ব্যায়াম কক্ষ', '2024-12-01 10:11:29', '2024-12-01 10:11:29'),
(6631, 'additional_information', 22, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:11:30', '2024-12-01 10:11:30'),
(6632, 'additional_information', 23, 'bn', 'add_key', 'স্টোরেজ', '2024-12-01 10:11:30', '2024-12-01 10:11:30'),
(6633, 'additional_information', 23, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:11:30', '2024-12-01 10:11:30'),
(6634, 'additional_information', 24, 'bn', 'add_key', 'গরম করা', '2024-12-01 10:11:30', '2024-12-01 10:11:30'),
(6635, 'additional_information', 24, 'bn', 'add_value', 'না', '2024-12-01 10:11:31', '2024-12-01 10:11:31'),
(6636, 'additional_information', 25, 'bn', 'add_key', 'জল', '2024-12-01 10:11:31', '2024-12-01 10:11:31'),
(6637, 'additional_information', 25, 'bn', 'add_value', 'না', '2024-12-01 10:11:31', '2024-12-01 10:11:31'),
(6638, 'additional_information', 26, 'bn', 'add_key', 'পার্কিং', '2024-12-01 10:11:31', '2024-12-01 10:11:31'),
(6639, 'additional_information', 26, 'bn', 'add_value', 'না', '2024-12-01 10:11:32', '2024-12-01 10:11:32'),
(6640, 'additional_information', 27, 'bn', 'add_key', 'নর্দমা', '2024-12-01 10:11:32', '2024-12-01 10:11:32'),
(6641, 'additional_information', 27, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:11:32', '2024-12-01 10:11:32'),
(6642, 'additional_information', 28, 'bn', 'add_key', 'ব্যায়াম কক্ষ', '2024-12-01 10:11:32', '2024-12-01 10:11:32'),
(6643, 'additional_information', 28, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:11:33', '2024-12-01 10:11:33'),
(6644, 'additional_information', 29, 'bn', 'add_key', 'স্টোরেজ', '2024-12-01 10:11:33', '2024-12-01 10:11:33'),
(6645, 'additional_information', 29, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:11:33', '2024-12-01 10:11:33'),
(6646, 'additional_information', 30, 'bn', 'add_key', 'গরম করা', '2024-12-01 10:11:34', '2024-12-01 10:11:34'),
(6647, 'additional_information', 30, 'bn', 'add_value', 'না', '2024-12-01 10:11:34', '2024-12-01 10:11:34'),
(6648, 'additional_information', 31, 'bn', 'add_key', 'জল', '2024-12-01 10:11:34', '2024-12-01 10:11:34'),
(6649, 'additional_information', 31, 'bn', 'add_value', 'না', '2024-12-01 10:11:34', '2024-12-01 10:11:34'),
(6650, 'additional_information', 32, 'bn', 'add_key', 'বিল্ডিং বয়স', '2024-12-01 10:11:35', '2024-12-01 10:11:35'),
(6651, 'additional_information', 32, 'bn', 'add_value', '1 বছর', '2024-12-01 10:11:35', '2024-12-01 10:11:35'),
(6652, 'additional_information', 33, 'bn', 'add_key', 'পার্কিং', '2024-12-01 10:11:35', '2024-12-01 10:11:35'),
(6653, 'additional_information', 33, 'bn', 'add_value', 'উপলব্ধ', '2024-12-01 10:11:35', '2024-12-01 10:11:35'),
(6654, 'additional_information', 34, 'bn', 'add_key', 'গরম করা', '2024-12-01 10:11:36', '2024-12-01 10:11:36'),
(6655, 'additional_information', 34, 'bn', 'add_value', 'উপলব্ধ', '2024-12-01 10:11:36', '2024-12-01 10:11:36'),
(6656, 'additional_information', 35, 'bn', 'add_key', 'জল', '2024-12-01 10:11:36', '2024-12-01 10:11:36'),
(6657, 'additional_information', 35, 'bn', 'add_value', 'উপলব্ধ', '2024-12-01 10:11:37', '2024-12-01 10:11:37'),
(6658, 'additional_information', 36, 'bn', 'add_key', 'স্টোরেজ', '2024-12-01 10:11:37', '2024-12-01 10:11:37'),
(6659, 'additional_information', 36, 'bn', 'add_value', 'উপলব্ধ নয়', '2024-12-01 10:11:37', '2024-12-01 10:11:37'),
(6660, 'additional_information', 37, 'bn', 'add_key', 'গ্যাস', '2024-12-01 10:11:37', '2024-12-01 10:11:37'),
(6661, 'additional_information', 37, 'bn', 'add_value', 'উপলব্ধ', '2024-12-01 10:11:38', '2024-12-01 10:11:38'),
(6662, 'additional_information', 38, 'bn', 'add_key', 'বিল্ডিং বয়স', '2024-12-01 10:11:38', '2024-12-01 10:11:38'),
(6663, 'additional_information', 38, 'bn', 'add_value', '1 বছর', '2024-12-01 10:11:38', '2024-12-01 10:11:38'),
(6664, 'additional_information', 39, 'bn', 'add_key', 'পার্কিং', '2024-12-01 10:11:38', '2024-12-01 10:11:38'),
(6665, 'additional_information', 39, 'bn', 'add_value', 'উপলব্ধ', '2024-12-01 10:11:39', '2024-12-01 10:11:39'),
(6666, 'additional_information', 40, 'bn', 'add_key', 'গরম করা', '2024-12-01 10:11:39', '2024-12-01 10:11:39'),
(6667, 'additional_information', 40, 'bn', 'add_value', 'উপলব্ধ', '2024-12-01 10:11:39', '2024-12-01 10:11:39'),
(6668, 'additional_information', 41, 'bn', 'add_key', 'জল', '2024-12-01 10:11:40', '2024-12-01 10:11:40'),
(6669, 'additional_information', 41, 'bn', 'add_value', 'উপলব্ধ', '2024-12-01 10:11:40', '2024-12-01 10:11:40'),
(6670, 'additional_information', 42, 'bn', 'add_key', 'স্টোরেজ', '2024-12-01 10:11:41', '2024-12-01 10:11:41'),
(6671, 'additional_information', 42, 'bn', 'add_value', 'উপলব্ধ নয়', '2024-12-01 10:11:41', '2024-12-01 10:11:41'),
(6672, 'additional_information', 43, 'bn', 'add_key', 'গ্যাস', '2024-12-01 10:11:41', '2024-12-01 10:11:41'),
(6673, 'additional_information', 43, 'bn', 'add_value', 'উপলব্ধ', '2024-12-01 10:11:41', '2024-12-01 10:11:41'),
(6674, 'additional_information', 50, 'bn', 'add_key', 'বিল্ডিং বয়স', '2024-12-01 10:11:42', '2024-12-01 10:11:42'),
(6675, 'additional_information', 50, 'bn', 'add_value', '2 মাস', '2024-12-01 10:11:42', '2024-12-01 10:11:42'),
(6676, 'additional_information', 51, 'bn', 'add_key', 'কুলিং', '2024-12-01 10:11:42', '2024-12-01 10:11:42'),
(6677, 'additional_information', 51, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:11:42', '2024-12-01 10:11:42'),
(6678, 'additional_information', 52, 'bn', 'add_key', 'পার্কিং', '2024-12-01 10:11:43', '2024-12-01 10:11:43'),
(6679, 'additional_information', 52, 'bn', 'add_value', 'না', '2024-12-01 10:11:43', '2024-12-01 10:11:43'),
(6680, 'additional_information', 53, 'bn', 'add_key', 'জল', '2024-12-01 10:11:43', '2024-12-01 10:11:43'),
(6681, 'additional_information', 53, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:11:43', '2024-12-01 10:11:43'),
(6682, 'additional_information', 54, 'bn', 'add_key', 'ব্যায়াম কক্ষ', '2024-12-01 10:11:44', '2024-12-01 10:11:44'),
(6683, 'additional_information', 54, 'bn', 'add_value', 'না', '2024-12-01 10:11:44', '2024-12-01 10:11:44'),
(6684, 'additional_information', 55, 'bn', 'add_key', 'স্টোরেজ', '2024-12-01 10:11:44', '2024-12-01 10:11:44'),
(6685, 'additional_information', 55, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:11:45', '2024-12-01 10:11:45'),
(6686, 'additional_information', 62, 'bn', 'add_key', 'এয়ার কন্ডিশন', '2024-12-01 10:11:45', '2024-12-01 10:11:45'),
(6687, 'additional_information', 62, 'bn', 'add_value', 'পাওয়া যায় না', '2024-12-01 10:11:45', '2024-12-01 10:11:45'),
(6688, 'additional_information', 63, 'bn', 'add_key', 'জল', '2024-12-01 10:11:45', '2024-12-01 10:11:45'),
(6689, 'additional_information', 63, 'bn', 'add_value', 'পাওয়া যায়', '2024-12-01 10:11:46', '2024-12-01 10:11:46'),
(6690, 'additional_information', 64, 'bn', 'add_key', 'গরম করা', '2024-12-01 10:11:46', '2024-12-01 10:11:46'),
(6691, 'additional_information', 64, 'bn', 'add_value', 'পাওয়া যায়', '2024-12-01 10:11:46', '2024-12-01 10:11:46'),
(6692, 'additional_information', 65, 'bn', 'add_key', 'বিল্ডিং বয়স', '2024-12-01 10:11:46', '2024-12-01 10:11:46'),
(6693, 'additional_information', 65, 'bn', 'add_value', '3 বছর', '2024-12-01 10:11:47', '2024-12-01 10:11:47'),
(6694, 'additional_information', 66, 'bn', 'add_key', 'ব্যায়াম কক্ষ', '2024-12-01 10:11:47', '2024-12-01 10:11:47'),
(6695, 'additional_information', 66, 'bn', 'add_value', 'পাওয়া যায়', '2024-12-01 10:11:47', '2024-12-01 10:11:47'),
(6696, 'additional_information', 67, 'bn', 'add_key', 'গ্যাস', '2024-12-01 10:11:47', '2024-12-01 10:11:47'),
(6697, 'additional_information', 67, 'bn', 'add_value', 'পাওয়া যায়', '2024-12-01 10:11:48', '2024-12-01 10:11:48'),
(6698, 'additional_information', 68, 'bn', 'add_key', 'বিল্ডিং বয়স', '2024-12-01 10:11:48', '2024-12-01 10:11:48'),
(6699, 'additional_information', 68, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:11:49', '2024-12-01 10:11:49'),
(6700, 'additional_information', 69, 'bn', 'add_key', 'পার্কিং', '2024-12-01 10:11:49', '2024-12-01 10:11:49'),
(6701, 'additional_information', 69, 'bn', 'add_value', 'না', '2024-12-01 10:11:49', '2024-12-01 10:11:49'),
(6702, 'additional_information', 70, 'bn', 'add_key', 'জল', '2024-12-01 10:11:50', '2024-12-01 10:11:50'),
(6703, 'additional_information', 70, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:11:50', '2024-12-01 10:11:50'),
(6704, 'additional_information', 71, 'bn', 'add_key', 'গরম করা', '2024-12-01 10:11:50', '2024-12-01 10:11:50'),
(6705, 'additional_information', 71, 'bn', 'add_value', 'না', '2024-12-01 10:11:50', '2024-12-01 10:11:50'),
(6706, 'additional_information', 72, 'bn', 'add_key', 'কুলিং', '2024-12-01 10:11:51', '2024-12-01 10:11:51'),
(6707, 'additional_information', 72, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:11:51', '2024-12-01 10:11:51'),
(6708, 'additional_information', 73, 'bn', 'add_key', 'ব্যায়াম কক্ষ', '2024-12-01 10:11:52', '2024-12-01 10:11:52'),
(6709, 'additional_information', 73, 'bn', 'add_value', 'না', '2024-12-01 10:11:52', '2024-12-01 10:11:52'),
(6710, 'additional_information', 74, 'bn', 'add_key', 'বিল্ডিং বয়স', '2024-12-01 10:11:52', '2024-12-01 10:11:52'),
(6711, 'additional_information', 74, 'bn', 'add_value', '৬ মাস', '2024-12-01 10:11:52', '2024-12-01 10:11:52'),
(6712, 'additional_information', 75, 'bn', 'add_key', 'পার্কিং', '2024-12-01 10:11:53', '2024-12-01 10:11:53'),
(6713, 'additional_information', 75, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:11:53', '2024-12-01 10:11:53'),
(6714, 'additional_information', 76, 'bn', 'add_key', 'গরম করা', '2024-12-01 10:11:53', '2024-12-01 10:11:53'),
(6715, 'additional_information', 76, 'bn', 'add_value', 'না', '2024-12-01 10:11:53', '2024-12-01 10:11:53'),
(6716, 'additional_information', 77, 'bn', 'add_key', 'জল', '2024-12-01 10:11:54', '2024-12-01 10:11:54'),
(6717, 'additional_information', 77, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:11:54', '2024-12-01 10:11:54'),
(6718, 'additional_information', 78, 'bn', 'add_key', 'স্টোরেজ', '2024-12-01 10:11:54', '2024-12-01 10:11:54'),
(6719, 'additional_information', 78, 'bn', 'add_value', 'না', '2024-12-01 10:11:54', '2024-12-01 10:11:54'),
(6720, 'additional_information', 79, 'bn', 'add_key', 'গ্যাস', '2024-12-01 10:11:55', '2024-12-01 10:11:55'),
(6721, 'additional_information', 79, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:11:55', '2024-12-01 10:11:55'),
(6722, 'additional_information', 80, 'bn', 'add_key', 'কুলিং', '2024-12-01 10:11:55', '2024-12-01 10:11:55'),
(6723, 'additional_information', 80, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:11:55', '2024-12-01 10:11:55'),
(6724, 'additional_information', 81, 'bn', 'add_key', 'নর্দমা', '2024-12-01 10:11:56', '2024-12-01 10:11:56'),
(6725, 'additional_information', 81, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:11:56', '2024-12-01 10:11:56'),
(6726, 'additional_information', 82, 'bn', 'add_key', 'বিল্ডিং বয়স', '2024-12-01 10:11:56', '2024-12-01 10:11:56'),
(6727, 'additional_information', 82, 'bn', 'add_value', '8 মাস', '2024-12-01 10:11:57', '2024-12-01 10:11:57'),
(6728, 'additional_information', 83, 'bn', 'add_key', 'জল', '2024-12-01 10:11:57', '2024-12-01 10:11:57'),
(6729, 'additional_information', 83, 'bn', 'add_value', 'না', '2024-12-01 10:11:57', '2024-12-01 10:11:57'),
(6730, 'additional_information', 84, 'bn', 'add_key', 'স্টোরেজ', '2024-12-01 10:11:57', '2024-12-01 10:11:57'),
(6731, 'additional_information', 84, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:11:58', '2024-12-01 10:11:58'),
(6732, 'additional_information', 85, 'bn', 'add_key', 'পার্কিং', '2024-12-01 10:11:58', '2024-12-01 10:11:58'),
(6733, 'additional_information', 85, 'bn', 'add_value', 'না', '2024-12-01 10:11:58', '2024-12-01 10:11:58'),
(6734, 'additional_information', 86, 'bn', 'add_key', 'কুলিং', '2024-12-01 10:11:59', '2024-12-01 10:11:59'),
(6735, 'additional_information', 86, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:11:59', '2024-12-01 10:11:59'),
(6736, 'additional_information', 87, 'bn', 'add_key', 'নর্দমা', '2024-12-01 10:11:59', '2024-12-01 10:11:59'),
(6737, 'additional_information', 87, 'bn', 'add_value', 'না', '2024-12-01 10:12:00', '2024-12-01 10:12:00'),
(6738, 'additional_information', 88, 'bn', 'add_key', 'জল', '2024-12-01 10:12:00', '2024-12-01 10:12:00'),
(6739, 'additional_information', 88, 'bn', 'add_value', 'না', '2024-12-01 10:12:00', '2024-12-01 10:12:00'),
(6740, 'additional_information', 89, 'bn', 'add_key', 'গরম করা', '2024-12-01 10:12:00', '2024-12-01 10:12:00'),
(6741, 'additional_information', 89, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:01', '2024-12-01 10:12:01'),
(6742, 'additional_information', 90, 'bn', 'add_key', 'স্টোরেজ', '2024-12-01 10:12:01', '2024-12-01 10:12:01'),
(6743, 'additional_information', 90, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:01', '2024-12-01 10:12:01'),
(6744, 'additional_information', 91, 'bn', 'add_key', 'গ্যাস', '2024-12-01 10:12:01', '2024-12-01 10:12:01'),
(6745, 'additional_information', 91, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:02', '2024-12-01 10:12:02'),
(6746, 'additional_information', 92, 'bn', 'add_key', 'গরম করা', '2024-12-01 10:12:02', '2024-12-01 10:12:02'),
(6747, 'additional_information', 92, 'bn', 'add_value', 'না', '2024-12-01 10:12:02', '2024-12-01 10:12:02'),
(6748, 'additional_information', 93, 'bn', 'add_key', 'পার্কিং', '2024-12-01 10:12:02', '2024-12-01 10:12:02'),
(6749, 'additional_information', 93, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:03', '2024-12-01 10:12:03'),
(6750, 'additional_information', 94, 'bn', 'add_key', 'কুলিং', '2024-12-01 10:12:03', '2024-12-01 10:12:03'),
(6751, 'additional_information', 94, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:03', '2024-12-01 10:12:03'),
(6752, 'additional_information', 95, 'bn', 'add_key', 'নর্দমা', '2024-12-01 10:12:04', '2024-12-01 10:12:04'),
(6753, 'additional_information', 95, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:04', '2024-12-01 10:12:04'),
(6754, 'additional_information', 96, 'bn', 'add_key', 'স্টোরেজ', '2024-12-01 10:12:04', '2024-12-01 10:12:04'),
(6755, 'additional_information', 96, 'bn', 'add_value', 'না', '2024-12-01 10:12:04', '2024-12-01 10:12:04'),
(6756, 'additional_information', 97, 'bn', 'add_key', 'গ্যাস', '2024-12-01 10:12:05', '2024-12-01 10:12:05'),
(6757, 'additional_information', 97, 'bn', 'add_value', 'না', '2024-12-01 10:12:05', '2024-12-01 10:12:05'),
(6758, 'additional_information', 98, 'bn', 'add_key', 'এয়ার কন্ডিশন', '2024-12-01 10:12:05', '2024-12-01 10:12:05'),
(6759, 'additional_information', 98, 'bn', 'add_value', 'না', '2024-12-01 10:12:06', '2024-12-01 10:12:06'),
(6760, 'additional_information', 99, 'bn', 'add_key', 'ব্যালকনি', '2024-12-01 10:12:06', '2024-12-01 10:12:06'),
(6761, 'additional_information', 99, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:06', '2024-12-01 10:12:06'),
(6762, 'additional_information', 100, 'bn', 'add_key', 'বিল্ডিং বয়স', '2024-12-01 10:12:06', '2024-12-01 10:12:06'),
(6763, 'additional_information', 100, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:07', '2024-12-01 10:12:07'),
(6764, 'additional_information', 101, 'bn', 'add_key', 'নর্দমা', '2024-12-01 10:12:07', '2024-12-01 10:12:07'),
(6765, 'additional_information', 101, 'bn', 'add_value', 'না', '2024-12-01 10:12:07', '2024-12-01 10:12:07'),
(6766, 'additional_information', 102, 'bn', 'add_key', 'ব্যায়াম কক্ষ', '2024-12-01 10:12:08', '2024-12-01 10:12:08'),
(6767, 'additional_information', 102, 'bn', 'add_value', 'না', '2024-12-01 10:12:08', '2024-12-01 10:12:08'),
(6768, 'additional_information', 103, 'bn', 'add_key', 'গ্যাস', '2024-12-01 10:12:08', '2024-12-01 10:12:08'),
(6769, 'additional_information', 103, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:08', '2024-12-01 10:12:08'),
(6770, 'additional_information', 104, 'bn', 'add_key', 'স্টোরেজ', '2024-12-01 10:12:09', '2024-12-01 10:12:09'),
(6771, 'additional_information', 104, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:09', '2024-12-01 10:12:09'),
(6772, 'additional_information', 105, 'bn', 'add_key', 'বিমানবন্দর', '2024-12-01 10:12:09', '2024-12-01 10:12:09'),
(6773, 'additional_information', 105, 'bn', 'add_value', 'না', '2024-12-01 10:12:09', '2024-12-01 10:12:09'),
(6774, 'additional_information', 106, 'bn', 'add_key', 'পার্ক', '2024-12-01 10:12:10', '2024-12-01 10:12:10'),
(6775, 'additional_information', 106, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:10', '2024-12-01 10:12:10'),
(6776, 'additional_information', 107, 'bn', 'add_key', 'ব্যালকনি', '2024-12-01 10:12:10', '2024-12-01 10:12:10'),
(6777, 'additional_information', 107, 'bn', 'add_value', 'না', '2024-12-01 10:12:11', '2024-12-01 10:12:11'),
(6778, 'additional_information', 108, 'bn', 'add_key', 'কুলিং', '2024-12-01 10:12:11', '2024-12-01 10:12:11'),
(6779, 'additional_information', 108, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:11', '2024-12-01 10:12:11'),
(6780, 'additional_information', 109, 'bn', 'add_key', 'বিল্ডিং বয়স', '2024-12-01 10:12:11', '2024-12-01 10:12:11'),
(6781, 'additional_information', 109, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:12', '2024-12-01 10:12:12'),
(6782, 'additional_information', 110, 'bn', 'add_key', 'ব্যালকনি', '2024-12-01 10:12:12', '2024-12-01 10:12:12'),
(6783, 'additional_information', 110, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:12', '2024-12-01 10:12:12'),
(6784, 'additional_information', 111, 'bn', 'add_key', 'কেবল টিভি', '2024-12-01 10:12:13', '2024-12-01 10:12:13'),
(6785, 'additional_information', 111, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:13', '2024-12-01 10:12:13'),
(6786, 'additional_information', 112, 'bn', 'add_key', 'বিল্ডিং বয়স', '2024-12-01 10:12:13', '2024-12-01 10:12:13'),
(6787, 'additional_information', 112, 'bn', 'add_value', '2 মাস', '2024-12-01 10:12:14', '2024-12-01 10:12:14'),
(6788, 'additional_information', 113, 'bn', 'add_key', 'গরম করা', '2024-12-01 10:12:14', '2024-12-01 10:12:14'),
(6789, 'additional_information', 113, 'bn', 'add_value', 'না', '2024-12-01 10:12:14', '2024-12-01 10:12:14'),
(6790, 'additional_information', 114, 'bn', 'add_key', 'স্টোরেজ', '2024-12-01 10:12:14', '2024-12-01 10:12:14'),
(6791, 'additional_information', 114, 'bn', 'add_value', 'না', '2024-12-01 10:12:15', '2024-12-01 10:12:15'),
(6792, 'additional_information', 115, 'bn', 'add_key', 'কুলিং', '2024-12-01 10:12:15', '2024-12-01 10:12:15'),
(6793, 'additional_information', 115, 'bn', 'add_value', 'না', '2024-12-01 10:12:15', '2024-12-01 10:12:15'),
(6794, 'additional_information', 116, 'bn', 'add_key', 'স্টোরেজ', '2024-12-01 10:12:16', '2024-12-01 10:12:16'),
(6795, 'additional_information', 116, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:16', '2024-12-01 10:12:16'),
(6796, 'additional_information', 117, 'bn', 'add_key', 'জল', '2024-12-01 10:12:16', '2024-12-01 10:12:16'),
(6797, 'additional_information', 117, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:17', '2024-12-01 10:12:17'),
(6798, 'additional_information', 118, 'bn', 'add_key', 'গরম করা', '2024-12-01 10:12:17', '2024-12-01 10:12:17'),
(6799, 'additional_information', 118, 'bn', 'add_value', 'না', '2024-12-01 10:12:17', '2024-12-01 10:12:17'),
(6800, 'additional_information', 119, 'bn', 'add_key', 'এয়ার কন্ডিশন', '2024-12-01 10:12:17', '2024-12-01 10:12:17'),
(6801, 'additional_information', 119, 'bn', 'add_value', 'না', '2024-12-01 10:12:18', '2024-12-01 10:12:18'),
(6802, 'additional_information', 120, 'bn', 'add_key', 'কুলিং', '2024-12-01 10:12:18', '2024-12-01 10:12:18'),
(6803, 'additional_information', 120, 'bn', 'add_value', 'না', '2024-12-01 10:12:18', '2024-12-01 10:12:18'),
(6804, 'additional_information', 121, 'bn', 'add_key', 'বিল্ডিং বয়স', '2024-12-01 10:12:19', '2024-12-01 10:12:19'),
(6805, 'additional_information', 121, 'bn', 'add_value', '2 বছর', '2024-12-01 10:12:19', '2024-12-01 10:12:19'),
(6806, 'additional_information', 122, 'bn', 'add_key', 'বিল্ডিং বয়স', '2024-12-01 10:12:19', '2024-12-01 10:12:19'),
(6807, 'additional_information', 122, 'bn', 'add_value', '6 বছর', '2024-12-01 10:12:20', '2024-12-01 10:12:20'),
(6808, 'additional_information', 123, 'bn', 'add_key', 'জল', '2024-12-01 10:12:37', '2024-12-01 10:12:37'),
(6809, 'additional_information', 123, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:37', '2024-12-01 10:12:37'),
(6810, 'additional_information', 124, 'bn', 'add_key', 'ব্যায়াম কক্ষ', '2024-12-01 10:12:37', '2024-12-01 10:12:37'),
(6811, 'additional_information', 124, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:38', '2024-12-01 10:12:38'),
(6812, 'additional_information', 125, 'bn', 'add_key', 'স্টোরেজ', '2024-12-01 10:12:38', '2024-12-01 10:12:38'),
(6813, 'additional_information', 125, 'bn', 'add_value', 'না', '2024-12-01 10:12:38', '2024-12-01 10:12:38'),
(6814, 'additional_information', 126, 'bn', 'add_key', 'ব্যালকনি', '2024-12-01 10:12:38', '2024-12-01 10:12:38'),
(6815, 'additional_information', 126, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:39', '2024-12-01 10:12:39'),
(6816, 'additional_information', 127, 'bn', 'add_key', 'এয়ার কন্ডিশন', '2024-12-01 10:12:39', '2024-12-01 10:12:39'),
(6817, 'additional_information', 127, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:39', '2024-12-01 10:12:39'),
(6818, 'additional_information', 132, 'bn', 'add_key', 'জল', '2024-12-01 10:12:40', '2024-12-01 10:12:40'),
(6819, 'additional_information', 132, 'bn', 'add_value', 'value 1 b', '2024-12-01 10:12:40', '2024-12-01 18:01:06'),
(6820, 'additional_information', 134, 'bn', 'add_key', 'বিল্ডিং বয়স:', '2024-12-01 10:12:41', '2024-12-01 10:12:41'),
(6821, 'additional_information', 134, 'bn', 'add_value', '6 বছর', '2024-12-01 10:12:41', '2024-12-01 10:12:41'),
(6822, 'additional_information', 135, 'bn', 'add_key', 'জল:', '2024-12-01 10:12:41', '2024-12-01 10:12:41'),
(6823, 'additional_information', 135, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:42', '2024-12-01 10:12:42'),
(6824, 'additional_information', 136, 'bn', 'add_key', 'গ্যাস:', '2024-12-01 10:12:42', '2024-12-01 10:12:42'),
(6825, 'additional_information', 136, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:42', '2024-12-01 10:12:42'),
(6826, 'additional_information', 137, 'bn', 'add_key', 'জল', '2024-12-01 10:12:42', '2024-12-01 10:12:42'),
(6827, 'additional_information', 137, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:43', '2024-12-01 10:12:43'),
(6828, 'additional_information', 138, 'bn', 'add_key', 'গ্যাস', '2024-12-01 10:12:43', '2024-12-01 10:12:43'),
(6829, 'additional_information', 138, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:43', '2024-12-01 10:12:43'),
(6830, 'additional_information', 139, 'bn', 'add_key', 'বিদ্যুৎ', '2024-12-01 10:12:43', '2024-12-01 10:12:43'),
(6831, 'additional_information', 139, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:44', '2024-12-01 10:12:44'),
(6832, 'additional_information', 140, 'bn', 'add_key', 'জল', '2024-12-01 10:12:44', '2024-12-01 10:12:44'),
(6833, 'additional_information', 140, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:45', '2024-12-01 10:12:45'),
(6834, 'additional_information', 141, 'bn', 'add_key', 'গ্যাস', '2024-12-01 10:12:45', '2024-12-01 10:12:45'),
(6835, 'additional_information', 141, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:45', '2024-12-01 10:12:45'),
(6836, 'additional_information', 142, 'bn', 'add_key', 'জল', '2024-12-01 10:12:45', '2024-12-01 10:12:45'),
(6837, 'additional_information', 142, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:46', '2024-12-01 10:12:46'),
(6838, 'additional_information', 143, 'bn', 'add_key', 'বিদ্যুৎ', '2024-12-01 10:12:46', '2024-12-01 10:12:46'),
(6839, 'additional_information', 143, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:46', '2024-12-01 10:12:46'),
(6840, 'additional_information', 144, 'bn', 'add_key', 'জল', '2024-12-01 10:12:46', '2024-12-01 10:12:46'),
(6841, 'additional_information', 144, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:47', '2024-12-01 10:12:47'),
(6842, 'additional_information', 145, 'bn', 'add_key', 'গ্যাস', '2024-12-01 10:12:47', '2024-12-01 10:12:47'),
(6843, 'additional_information', 145, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:47', '2024-12-01 10:12:47'),
(6844, 'additional_information', 146, 'bn', 'add_key', 'জল', '2024-12-01 10:12:47', '2024-12-01 10:12:47'),
(6845, 'additional_information', 146, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:48', '2024-12-01 10:12:48'),
(6846, 'additional_information', 147, 'bn', 'add_key', 'গ্যাস', '2024-12-01 10:12:48', '2024-12-01 10:12:48'),
(6847, 'additional_information', 147, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:48', '2024-12-01 10:12:48'),
(6848, 'additional_information', 148, 'bn', 'add_key', 'জল', '2024-12-01 10:12:48', '2024-12-01 10:12:48'),
(6849, 'additional_information', 148, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:49', '2024-12-01 10:12:49'),
(6850, 'additional_information', 149, 'bn', 'add_key', 'গ্যাস', '2024-12-01 10:12:49', '2024-12-01 10:12:49'),
(6851, 'additional_information', 149, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:49', '2024-12-01 10:12:49'),
(6852, 'additional_information', 150, 'bn', 'add_key', 'জল', '2024-12-01 10:12:49', '2024-12-01 10:12:49'),
(6853, 'additional_information', 150, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:50', '2024-12-01 10:12:50'),
(6854, 'additional_information', 151, 'bn', 'add_key', 'গ্যাস', '2024-12-01 10:12:50', '2024-12-01 10:12:50'),
(6855, 'additional_information', 151, 'bn', 'add_value', 'হ্যাঁ', '2024-12-01 10:12:50', '2024-12-01 10:12:50'),
(6856, 'additional_information', 152, 'bn', 'add_key', 'গ্যাস', '2024-12-01 10:12:51', '2024-12-01 10:12:51'),
(6857, 'additional_information', 152, 'bn', 'add_value', 'value 2 b', '2024-12-01 10:12:51', '2024-12-01 18:01:06'),
(6858, 'aminities', 1, 'bn', 'aminity', 'ভবনে লিফট', '2024-12-01 10:12:51', '2024-12-01 10:12:51'),
(6859, 'aminities', 2, 'bn', 'aminity', 'মদ', '2024-12-01 10:12:52', '2024-12-01 10:12:52'),
(6860, 'aminities', 3, 'bn', 'aminity', 'রিজার্ভেশন', '2024-12-01 10:12:52', '2024-12-01 10:12:52'),
(6861, 'aminities', 4, 'bn', 'aminity', 'এয়ার কন্ডিশন', '2024-12-01 10:12:52', '2024-12-01 10:12:52'),
(6862, 'aminities', 5, 'bn', 'aminity', 'ক্রেডিট কার্ড গ্রহণ করে', '2024-12-01 10:12:53', '2024-12-01 10:12:53'),
(6863, 'aminities', 6, 'bn', 'aminity', 'ফ্রি কফি এবং চা', '2024-12-01 10:12:53', '2024-12-01 10:12:53'),
(6864, 'aminities', 7, 'bn', 'aminity', 'ব্যালকনি', '2024-12-01 10:12:53', '2024-12-01 10:12:53'),
(6865, 'aminities', 8, 'bn', 'aminity', 'কেবল টিভি', '2024-12-01 10:12:54', '2024-12-01 10:12:54'),
(6866, 'aminities', 9, 'bn', 'aminity', 'ফ্রি ওয়াইফাই', '2024-12-01 10:12:54', '2024-12-01 10:12:54'),
(6867, 'aminities', 10, 'bn', 'aminity', 'দুপুরের খাবার', '2024-12-01 10:12:55', '2024-12-01 10:12:55'),
(6868, 'aminities', 11, 'bn', 'aminity', 'সকালের নাস্তা', '2024-12-01 10:12:55', '2024-12-01 10:12:55'),
(6869, 'aminities', 12, 'bn', 'aminity', 'সুইমিং পুল', '2024-12-01 10:12:55', '2024-12-01 10:12:55'),
(6870, 'aminities', 13, 'bn', 'aminity', 'শারীরিক বার্তা', '2024-12-01 10:12:55', '2024-12-01 10:12:55'),
(6871, 'aminities', 14, 'bn', 'aminity', 'সেলুনে', '2024-12-01 10:12:55', '2024-12-01 10:12:55'),
(6872, 'categories', 1, 'bn', 'name', 'ডুপ্লেক্স হাউস', '2024-12-01 10:12:56', '2024-12-01 10:12:56'),
(6873, 'categories', 2, 'bn', 'name', 'অ্যাপার্টমেন্ট', '2024-12-01 10:12:56', '2024-12-01 10:12:56'),
(6874, 'categories', 3, 'bn', 'name', 'প্লাজা', '2024-12-01 10:12:57', '2024-12-01 10:12:57'),
(6875, 'categories', 4, 'bn', 'name', 'বিল্ডিং', '2024-12-01 10:12:57', '2024-12-01 10:12:57'),
(6876, 'properties', 1, 'bn', 'title', 'পুল সহ আধুনিক বাড়ি', '2024-12-01 10:12:57', '2024-12-01 10:12:57'),
(6877, 'properties', 1, 'bn', 'description', '<p> </p>\r\n<p>জনপ্রিয় বিশ্বাসের বিপরীতে, লোরেম ইপসাম কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। ভার্জিনিয়ার হ্যাম্পডেন-সিডনি কলেজের একজন ল্যাটিন অধ্যাপক রিচার্ড ম্যাকক্লিনটক লোরেম ইপসাম প্যাসেজ থেকে আরও অস্পষ্ট ল্যাটিন শব্দ, কনসেক্টেটার, এবং ধ্রুপদী সাহিত্যে শব্দের উদ্ধৃতি দিয়ে দেখেছেন।</p>\r\n<p>অসন্দেহজনক উৎস আবিষ্কার করেছে। লোরেম ইপসাম 45 খ্রিস্টপূর্বাব্দে লেখা সিসেরোর \"ডি ফিনিবাস বোনোরাম এট ম্যালোরাম\" (দ্য এক্সট্রিমস অফ গুড অ্যান্ড ইভিল) এর বিভাগ 1.10.32 এবং 1.10.33 থেকে এসেছে। এই বইটি নৈতিকতার তত্ত্বের উপর একটি গ্রন্থ, রেনেসাঁর সময় খুব জনপ্রিয়।</p>\r\n<p>জনপ্রিয় বিশ্বাসের বিপরীতে, লোরেম ইপসাম কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। রিচার্ড ম্যাকক্লিনটক, ভার্জিনিয়ার হ্যাম্পডেন-সিডনি কলেজের একজন ল্যাটিন অধ্যাপক, জনপ্রিয় বিশ্বাসের বিপরীতে, লোরেম ইপসাম কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। রিচার্ড ম্যাকক্লিনটক, ভার্জিনিয়ার হ্যাম্পডেন-সিডনি কলেজের একজন ল্যাটিন অধ্যাপক</p>\r\n<p> </p>', '2024-12-01 10:12:57', '2024-12-01 10:12:57'),
(6878, 'properties', 1, 'bn', 'video_description', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। রিচার্ড ম্যাকক্লিনটক, হ্যাম্পডেনের একজন ল্যাটিন অধ্যাপক প্রধান থেকে চিহ্নিত।', '2024-12-01 10:12:58', '2024-12-01 10:12:58'),
(6879, 'properties', 1, 'bn', 'address', '1901 থর্নরিজ সার্। শিলো, হাওয়াই 81063', '2024-12-01 10:12:58', '2024-12-01 10:12:58'),
(6880, 'properties', 1, 'bn', 'address_description', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। রিচার্ড ম্যাকক্লিনটক, হ্যাম্পডেনের একজন ল্যাটিন অধ্যাপক প্রধান থেকে চিহ্নিত।', '2024-12-01 10:12:59', '2024-12-01 10:12:59'),
(6881, 'properties', 1, 'bn', 'seo_title', 'পুল সহ আধুনিক বাড়ি', '2024-12-01 10:12:59', '2024-12-01 10:12:59'),
(6882, 'properties', 1, 'bn', 'seo_meta_description', 'পুল সহ আধুনিক বাড়ি', '2024-12-01 10:12:59', '2024-12-01 10:12:59'),
(6883, 'properties', 2, 'bn', 'title', 'একেবারে নতুন শপিং মল', '2024-12-01 10:13:00', '2024-12-01 10:13:00'),
(6884, 'properties', 2, 'bn', 'description', '<p> </p>\r\n<p>জনপ্রিয় বিশ্বাসের বিপরীতে, লোরেম ইপসাম কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। ভার্জিনিয়ার হ্যাম্পডেন-সিডনি কলেজের একজন ল্যাটিন অধ্যাপক রিচার্ড ম্যাকক্লিনটক লোরেম ইপসাম প্যাসেজ থেকে আরও অস্পষ্ট ল্যাটিন শব্দ, কনসেক্টেটার, এবং ধ্রুপদী সাহিত্যে শব্দের উদ্ধৃতি দিয়ে দেখেছেন।</p>\r\n<p>অসন্দেহজনক উৎস আবিষ্কার করেছে। লোরেম ইপসাম 45 খ্রিস্টপূর্বাব্দে লেখা সিসেরোর \"ডি ফিনিবাস বোনোরাম এট ম্যালোরাম\" (দ্য এক্সট্রিমস অফ গুড অ্যান্ড ইভিল) এর বিভাগ 1.10.32 এবং 1.10.33 থেকে এসেছে। এই বইটি নৈতিকতার তত্ত্বের উপর একটি গ্রন্থ, রেনেসাঁর সময় খুব জনপ্রিয়।</p>\r\n<p> </p>', '2024-12-01 10:13:00', '2024-12-01 10:13:00'),
(6885, 'properties', 2, 'bn', 'video_description', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। রিচার্ড ম্যাকক্লিনটক, হ্যাম্পডেনের একজন ল্যাটিন অধ্যাপক প্রধান থেকে চিহ্নিত।', '2024-12-01 10:13:00', '2024-12-01 10:13:00'),
(6886, 'properties', 2, 'bn', 'address', '70 ওয়াশিংটন স্কয়ার দক্ষিণ, নিউ ইয়র্ক', '2024-12-01 10:13:01', '2024-12-01 10:13:01'),
(6887, 'properties', 2, 'bn', 'address_description', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। রিচার্ড ম্যাকক্লিনটক, হ্যাম্পডেনের একজন ল্যাটিন অধ্যাপক প্রধান থেকে চিহ্নিত।', '2024-12-01 10:13:01', '2024-12-01 10:13:01'),
(6888, 'properties', 2, 'bn', 'seo_title', 'একেবারে নতুন শপিং মল', '2024-12-01 10:13:01', '2024-12-01 10:13:01'),
(6889, 'properties', 2, 'bn', 'seo_meta_description', 'একেবারে নতুন শপিং মল', '2024-12-01 10:13:01', '2024-12-01 10:13:01'),
(6890, 'properties', 3, 'bn', 'title', 'নিউ ইয়র্কে বিক্রয়ের জন্য অত্যাশ্চর্য ডুপ্লেক্স হাউস', '2024-12-01 10:13:02', '2024-12-01 10:13:02'),
(6891, 'properties', 3, 'bn', 'description', '<p>&nbsp;</p>\r\n<p>জনপ্রিয় বিশ্বাসের বিপরীতে, লোরেম ইপসাম কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। ভার্জিনিয়ার হ্যাম্পডেন-সিডনি কলেজের একজন ল্যাটিন অধ্যাপক রিচার্ড ম্যাকক্লিনটক লোরেম ইপসাম প্যাসেজ থেকে আরও অস্পষ্ট ল্যাটিন শব্দ, কনসেক্টেটার, এবং ধ্রুপদী সাহিত্যে শব্দের উদ্ধৃতি দিয়ে দেখেছেন।</p>\r\n<p>অসন্দেহজনক উৎস আবিষ্কার করেছে। লোরেম ইপসাম 45 খ্রিস্টপূর্বাব্দে লেখা সিসেরোর \"ডি ফিনিবাস বোনোরাম এট ম্যালোরাম\" (দ্য এক্সট্রিমস অফ গুড অ্যান্ড ইভিল) এর বিভাগ 1.10.32 এবং 1.10.33 থেকে এসেছে। এই বইটি নৈতিকতার তত্ত্বের উপর একটি গ্রন্থ, রেনেসাঁর সময় খুব জনপ্রিয়।</p>\r\n<p>&nbsp;</p>', '2024-12-01 10:13:02', '2024-12-01 10:13:02'),
(6892, 'properties', 3, 'bn', 'video_description', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। রিচার্ড ম্যাকক্লিনটক, হ্যাম্পডেনের একজন ল্যাটিন অধ্যাপক প্রধান থেকে চিহ্নিত।', '2024-12-01 10:13:03', '2024-12-01 10:13:03'),
(6893, 'properties', 3, 'bn', 'address', 'জ্যাকসন হাইটস, 11372, NY, মার্কিন যুক্তরাষ্ট্র', '2024-12-01 10:13:03', '2024-12-01 10:13:03'),
(6894, 'properties', 3, 'bn', 'address_description', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। রিচার্ড ম্যাকক্লিনটক, হ্যাম্পডেনের একজন ল্যাটিন অধ্যাপক প্রধান থেকে চিহ্নিত।', '2024-12-01 10:13:03', '2024-12-01 10:13:03'),
(6895, 'properties', 3, 'bn', 'seo_title', 'নিউ ইয়র্কে বিক্রয়ের জন্য অত্যাশ্চর্য ডুপ্লেক্স হাউস', '2024-12-01 10:13:04', '2024-12-01 10:13:04'),
(6896, 'properties', 3, 'bn', 'seo_meta_description', 'নিউ ইয়র্কে বিক্রয়ের জন্য অত্যাশ্চর্য ডুপ্লেক্স হাউস', '2024-12-01 10:13:04', '2024-12-01 10:13:04'),
(6897, 'properties', 4, 'bn', 'title', 'লন্ডনের হার্টে বিলাসবহুল হাই-রাইজ অ্যাপার্টমেন্ট', '2024-12-01 10:13:04', '2024-12-01 10:13:04'),
(6898, 'properties', 4, 'bn', 'description', '<p> </p>\r\n<p>জনপ্রিয় বিশ্বাসের বিপরীতে, লোরেম ইপসাম কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। ভার্জিনিয়ার হ্যাম্পডেন-সিডনি কলেজের একজন ল্যাটিন অধ্যাপক রিচার্ড ম্যাকক্লিনটক লোরেম ইপসাম প্যাসেজ থেকে আরও অস্পষ্ট ল্যাটিন শব্দ, কনসেক্টেটার, এবং ধ্রুপদী সাহিত্যে শব্দের উদ্ধৃতি দিয়ে দেখেছেন।</p>\r\n<p>অসন্দেহজনক উৎস আবিষ্কার করেছে। লোরেম ইপসাম 45 খ্রিস্টপূর্বাব্দে লেখা সিসেরোর \"ডি ফিনিবাস বোনোরাম এট ম্যালোরাম\" (দ্য এক্সট্রিমস অফ গুড অ্যান্ড ইভিল) এর বিভাগ 1.10.32 এবং 1.10.33 থেকে এসেছে। এই বইটি নৈতিকতার তত্ত্বের উপর একটি গ্রন্থ, রেনেসাঁর সময় খুব জনপ্রিয়।</p>\r\n<p> </p>', '2024-12-01 10:13:04', '2024-12-01 10:13:04'),
(6899, 'properties', 4, 'bn', 'video_description', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। রিচার্ড ম্যাকক্লিনটক, হ্যাম্পডেনের একজন ল্যাটিন অধ্যাপক প্রধান থেকে চিহ্নিত।', '2024-12-01 10:13:05', '2024-12-01 10:13:05'),
(6900, 'properties', 4, 'bn', 'address', 'জ্যাকসন হাইটস, 11372, NY, মার্কিন যুক্তরাষ্ট্র', '2024-12-01 10:13:05', '2024-12-01 10:13:05'),
(6901, 'properties', 4, 'bn', 'address_description', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। রিচার্ড ম্যাকক্লিনটক, হ্যাম্পডেনের একজন ল্যাটিন অধ্যাপক প্রধান থেকে চিহ্নিত।', '2024-12-01 10:13:05', '2024-12-01 10:13:05'),
(6902, 'properties', 4, 'bn', 'seo_title', 'লন্ডনের হার্টে বিলাসবহুল হাই-রাইজ অ্যাপার্টমেন্ট', '2024-12-01 10:13:05', '2024-12-01 10:13:05'),
(6903, 'properties', 4, 'bn', 'seo_meta_description', 'লন্ডনের হার্টে বিলাসবহুল হাই-রাইজ অ্যাপার্টমেন্ট', '2024-12-01 10:13:06', '2024-12-01 10:13:06'),
(6904, 'properties', 5, 'bn', 'title', 'পাড়ায় প্রশস্ত এবং আধুনিক টাউনহাউস', '2024-12-01 10:13:06', '2024-12-01 10:13:06'),
(6905, 'properties', 5, 'bn', 'description', '<p> </p>\r\n<p>জনপ্রিয় বিশ্বাসের বিপরীতে, লোরেম ইপসাম কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। ভার্জিনিয়ার হ্যাম্পডেন-সিডনি কলেজের একজন ল্যাটিন অধ্যাপক রিচার্ড ম্যাকক্লিনটক লোরেম ইপসাম প্যাসেজ থেকে আরও অস্পষ্ট ল্যাটিন শব্দ, কনসেক্টেটার, এবং ধ্রুপদী সাহিত্যে শব্দের উদ্ধৃতি দিয়ে দেখেছেন।</p>\r\n<p>অসন্দেহজনক উৎস আবিষ্কার করেছে। লোরেম ইপসাম 45 খ্রিস্টপূর্বাব্দে লেখা সিসেরোর \"ডি ফিনিবাস বোনোরাম এট ম্যালোরাম\" (দ্য এক্সট্রিমস অফ গুড অ্যান্ড ইভিল) এর বিভাগ 1.10.32 এবং 1.10.33 থেকে এসেছে। এই বইটি নৈতিকতার তত্ত্বের উপর একটি গ্রন্থ, রেনেসাঁর সময় খুব জনপ্রিয়।</p>\r\n<p> </p>', '2024-12-01 10:13:06', '2024-12-01 10:13:06'),
(6906, 'properties', 5, 'bn', 'video_description', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। রিচার্ড ম্যাকক্লিনটক, হ্যাম্পডেনের একজন ল্যাটিন অধ্যাপক প্রধান থেকে চিহ্নিত।', '2024-12-01 10:13:07', '2024-12-01 10:13:07'),
(6907, 'properties', 5, 'bn', 'address', 'ফ্লোরিডা সিটি, FL, USA', '2024-12-01 10:13:07', '2024-12-01 10:13:07'),
(6908, 'properties', 5, 'bn', 'address_description', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। রিচার্ড ম্যাকক্লিনটক, হ্যাম্পডেনের একজন ল্যাটিন অধ্যাপক প্রধান থেকে চিহ্নিত।', '2024-12-01 10:13:07', '2024-12-01 10:13:07'),
(6909, 'properties', 5, 'bn', 'seo_title', 'পাড়ায় প্রশস্ত এবং আধুনিক টাউনহাউস', '2024-12-01 10:13:07', '2024-12-01 10:13:07'),
(6910, 'properties', 5, 'bn', 'seo_meta_description', 'পাড়ায় প্রশস্ত এবং আধুনিক টাউনহাউস', '2024-12-01 10:13:08', '2024-12-01 10:13:08'),
(6911, 'properties', 6, 'bn', 'title', 'বিক্রয়ের জন্য সুন্দরভাবে সংস্কার করা বিল্ডিং: বাণিজ্যিক ব্যবহারের জন্য আদর্শ', '2024-12-01 10:13:08', '2024-12-01 10:13:08'),
(6912, 'properties', 6, 'bn', 'description', '<p></p>\r\n<p>সত্য হল যে ব্যথা নিজেই খুব গুরুত্বপূর্ণ, এবং এটি আপনার জন্য প্রথমে বুদ্ধিমানের কাজ হবে, তবে আলোচনার খাতিরে। যখন কনসাল হস্তক্ষেপ করে, সম্ভবত তিনি অনুশীলনের মাধ্যমে তার বিরুদ্ধে পরিণত হবেন। আপনি পরিবর্তন মাধ্যমে পেতে পারেন? কিন্তু আপনি যদি বিপদের সাথে একমত না হন তবে এটি অহংকার করার একটি উপায়। কারোর বেশি প্ররোচনা আছে, সেটা আমার প্রতিপক্ষের জন্য প্রয়োজন হোক বা, শুধু ভয়ের গল্প।</p>\r\n<p>প্রথম কারণের ক্ষেত্রেও নয়। তিনি শুরু থেকেই তাদের কাছে নিয়ে আসেন, আপনি একটি সংজ্ঞা বাঁচতে চান, আমাদের এবং সকলের মাধ্যমে এবং। সমস্ত জিনিস এবং প্রতিদিনের অ্যান্টিওপ। সে প্রথমে আনন্দ দেয়, কিন্তু তারা বলে যে তারা তার সাথে একমত নয়, এবং তবুও আপনি তাদের চান না। তর্কের ভদ্রতায় মধুর সংজ্ঞা, দৃষ্টি থেকে, অস্বাভাবিক হবে। এবং আমি আমার চাটুকার মানে. সমুদ্র সরিয়ে দেয় যা আমরা দেখেছি, আমরা আপনাকে আদেশ করি, যে থেকে বাস্তবায়ন করতে চলে।</p>\r\n<p>যখন আপনি সেই বনকে তাড়া করেন, তার জন্য এর চেয়ে ভালো বিকল্প আর কমই আছে, প্রার্থনা যে সে তার জন্য দেখেছে। আপনার সাথে অন্যরা অবহেলিত। cu সহ ল্যাটিন ভাষায় সত্যায়িত। তিনি বুঝতে পেরেছিলেন যে উল্লিখিত শক্তিটি মন্দ উদ্দেশ্যে ব্যবহার করা উচিত নয়, কারণ তিনি ইলিফেন্ডের প্রতি আরও ভদ্র ছিলেন। তার জন্য এমন একটি উপহার রয়েছে, তিনি আইন অনুসারে এগুলোর বিচার করবেন।</p>\r\n<p></p>', '2024-12-01 10:13:08', '2024-12-01 10:13:08'),
(6913, 'properties', 6, 'bn', 'video_description', 'আপনি যখন সেই বন সম্পদের পেছনে ছুটবেন, তখন তার জন্য এর চেয়ে ভালো বিকল্প আর নেই। আপনার সাথে অন্যরা অবহেলিত। cu সহ ল্যাটিন ভাষায় সত্যায়িত। তিনি বুঝতে পেরেছিলেন যে উল্লিখিত শক্তিটি খারাপ উদ্দেশ্যে ব্যবহার করা উচিত নয়, কারণ তিনি হাতির প্রতি আরও ভদ্র ছিলেন।', '2024-12-01 10:13:09', '2024-12-01 10:13:09'),
(6914, 'properties', 6, 'bn', 'address', 'ক্যালিফোর্নিয়া, মার্কিন যুক্তরাষ্ট্র', '2024-12-01 10:13:09', '2024-12-01 10:13:09'),
(6915, 'properties', 6, 'bn', 'address_description', 'আপনি যখন সেই বন সম্পদের পেছনে ছুটবেন, তখন তার জন্য এর চেয়ে ভালো বিকল্প আর নেই। আপনার সাথে অন্যরা অবহেলিত। cu সহ ল্যাটিন ভাষায় সত্যায়িত। তিনি বুঝতে পেরেছিলেন যে উল্লিখিত শক্তিটি মন্দ উদ্দেশ্যে ব্যবহার করা উচিত নয়, কারণ তিনি ইলিফেন্ডের প্রতি আরও ভদ্র ছিলেন। তার জন্য এমন একটি উপহার রয়েছে, তিনি ন্যায্য মূল্যে এসবের বিচার করবেন।', '2024-12-01 10:13:09', '2024-12-01 10:13:09'),
(6916, 'properties', 6, 'bn', 'seo_title', 'বিক্রয়ের জন্য সুন্দরভাবে সংস্কার করা বিল্ডিং: বাণিজ্যিক ব্যবহারের জন্য আদর্শ', '2024-12-01 10:13:09', '2024-12-01 10:13:09'),
(6917, 'properties', 6, 'bn', 'seo_meta_description', 'বিক্রয়ের জন্য সুন্দরভাবে সংস্কার করা বিল্ডিং: বাণিজ্যিক ব্যবহারের জন্য আদর্শ', '2024-12-01 10:13:10', '2024-12-01 10:13:10'),
(6918, 'properties', 7, 'bn', 'title', 'প্রচুর সুযোগ সুবিধা সহ একটি গেটেড কমিউনিটিতে মার্জিত কন্ডো', '2024-12-01 10:13:10', '2024-12-01 10:13:10'),
(6919, 'properties', 7, 'bn', 'description', '<p></p>\r\n<p>আসুন আমরা ক্ষমতায় জন্মগ্রহণ করি না, প্রথমে বাগ্মীতায়। তাদের সমালোচনা করা একজন জ্ঞানী ব্যক্তি হতে দিন, তাদের প্রত্যেকে। না, তার জন্য কতগুলো ক্ষমা আছে, যে তিনি বিচারকের জন্য একটি ম্যানসার্চ ব্যবহার করবেন না। তারা যখন আমাদের সাথে তর্ক করে, তখন তারা তাদের নিজেদের শক্তির প্রতি ঈর্ষান্বিত হয়, সে নারী হোক বা পুরুষ যে কোন প্রকারেরই হোক না কেন। এবং অভিযোগের মাধ্যমে চমত্কারভাবে বের করা হয়, এটি একটি ভাল হোমওয়ার্ক হতে দিন। চিরন্তন আনন্দ এবং দেশপ্রেমের সাথে এগুলো খুঁজতে গিয়ে তিনি মধু সংকুচিত করে তার সাথে একমত হবেন না।</p>\r\n<p>দুই শত্রু থাকাই ভালো, যাতে ভয়ে সে এটা বের করে ফেলতে পারে। যখন আমি অন্যদের মধ্যে কিছু করি, তখন আমি অভিবাদন জানাই এবং এর মাধ্যমে খোলা থাকি। এটি সর্বোচ্চ পরীক্ষার শক্তি থেকে ঘটবে, প্রথম বাক্যটির রোস্টিং থেকে, তার চেয়ে বেশি সংযমী ইন্দ্রিয়দের চাটুকার। তারা আমাদের দ্বারা খুব কমই অবহেলিত।</p>\r\n<p>এটা হল প্রবীণদের সপ্তাহান্তে, যাদের আমি উল্লেখ করেছি, তারা খুব কমই স্বাগত জানায়। সত্য প্রকাশের জন্য তারা সমালোচনা করে। একজন জ্ঞানী ব্যক্তির মাধ্যমে সফল হওয়ার জন্য, যতগুলি লেখা ব্যবহার করুন। খেলোয়াড়দের আপনার জন্য অপেক্ষা করতে দিন, যার জন্য আপনি যুক্তি প্রস্তুত করেন, এমন কেউ থাকতে দিন যার সাথে আমি একই সময়ে অভিযুক্ত করব। ডেভেলপারদের প্রত্যাখ্যান করা তার জন্য একটি নিখুঁত অভ্যাস ছিল, কারণ তারা খারাপ ছিল। তিনি মধু দেখেছেন কিনা তা বিচার করবেন।</p>\r\n<p>আমি চাই আমার একগুঁয়েমি থাকুক, কারণ এটা ছিল লজ্জাজনক। এবং আমি আমার প্রশস্ততা আপনার কাছে ফিরিয়ে দেব না, তবে একটি ভাল বিকল্প থেকে, আমি তাদের কাছ থেকেও মুক্তি পাওয়ার ভয় পাব। এটি একই সময়ে রুবারগ্রেন সঙ্কুচিত করা যাক, আমি তাদের অন্তত উল্লেখ করব। এবং ঘোষণাগুলি খুব কমই তৈরি হয়েছিল। আসুন আমার ব্যবহার না করি।</p>\r\n<p></p>', '2024-12-01 10:13:10', '2024-12-01 10:13:10'),
(6920, 'properties', 7, 'bn', 'video_description', 'আমরা চাই সে একগুঁয়ে থাকুক, যাতে সে বোকা না হয়। এবং আমি আমার প্রশস্ততা আপনার কাছে ফিরিয়ে দেব না, তবে আমি এটিকে আরও ভাল বিকল্প থেকে ভয় করব, তাদের থেকেও মুক্ত। এটি একই সময়ে রুবারগ্রেন সঙ্কুচিত করা যাক, আমি তাদের অন্তত উল্লেখ করব। এবং ঘোষণাগুলি খুব কমই তৈরি হয়েছিল। আমাদের আমার ব্যবহার করা উচিত নয়।', '2024-12-01 10:13:10', '2024-12-01 10:13:10'),
(6921, 'properties', 7, 'bn', 'address', 'জ্যাকসন হাইটস, 11372, NY, মার্কিন যুক্তরাষ্ট্র', '2024-12-01 10:13:11', '2024-12-01 10:13:11'),
(6922, 'properties', 7, 'bn', 'address_description', 'আমরা চাই সে একগুঁয়ে থাকুক, যাতে সে বোকা না হয়। এবং আমি আমার প্রশস্ততা আপনার কাছে ফিরিয়ে দেব না, তবে আমি এটিকে আরও ভাল বিকল্প থেকে ভয় করব, তাদের থেকেও মুক্ত। এটি একই সময়ে রুবারগ্রেন সঙ্কুচিত করা যাক, আমি তাদের অন্তত উল্লেখ করব। এবং ঘোষণাগুলি খুব কমই তৈরি হয়েছিল। আমাদের আমার ব্যবহার করা উচিত নয়।', '2024-12-01 10:13:11', '2024-12-01 10:13:11'),
(6923, 'properties', 7, 'bn', 'seo_title', 'প্রচুর সুযোগ সুবিধা সহ একটি গেটেড কমিউনিটিতে মার্জিত কন্ডো', '2024-12-01 10:13:11', '2024-12-01 10:13:11'),
(6924, 'properties', 7, 'bn', 'seo_meta_description', 'প্রচুর সুযোগ সুবিধা সহ একটি গেটেড কমিউনিটিতে মার্জিত কন্ডো', '2024-12-01 10:13:12', '2024-12-01 10:13:12'),
(6925, 'properties', 8, 'bn', 'title', 'একটি বড় ইয়ার্ড এবং প্রচুর গোপনীয়তা সহ মনোমুগ্ধকর বাংলো', '2024-12-01 10:13:12', '2024-12-01 10:13:12');
INSERT INTO `translations` (`id`, `translatable_type`, `translatable_id`, `lang_code`, `key`, `value`, `created_at`, `updated_at`) VALUES
(6926, 'properties', 8, 'bn', 'description', '<p>আমি চাই আমার একগুঁয়েমি থাকুক, কারণ এটা ছিল লজ্জাজনক। এবং আমি আমার প্রশস্ততা আপনার কাছে ফিরিয়ে দেব না, তবে একটি ভাল বিকল্প থেকে, আমি তাদের কাছ থেকেও মুক্তি পাওয়ার ভয় পাব। এটি একই সময়ে রুবারগ্রেন সঙ্কুচিত করা যাক, আমি তাদের অন্তত উল্লেখ করব। এবং ঘোষণাগুলি খুব কমই তৈরি হয়েছিল। আসুন আমার ব্যবহার না করি।</p>\r\n<p>এটা হল প্রবীণদের সপ্তাহান্তে, যাদের আমি উল্লেখ করেছি, তারা খুব কমই স্বাগত জানায়। সত্য প্রকাশের জন্য তারা সমালোচনা করে। একজন জ্ঞানী ব্যক্তির মাধ্যমে সফল হওয়ার জন্য, যতগুলি লেখা ব্যবহার করুন। খেলোয়াড়দের আপনার জন্য অপেক্ষা করতে দিন, যার জন্য আপনি যুক্তি প্রস্তুত করেন, এমন কেউ থাকতে দিন যার সাথে আমি একই সময়ে অভিযুক্ত করব। ডেভেলপারদের প্রত্যাখ্যান করা তার জন্য একটি নিখুঁত অভ্যাস ছিল, কারণ তারা খারাপ ছিল। তিনি মধু দেখেছেন কিনা তা বিচার করবেন।</p>\r\n<p>প্রথমে মনে হয় না, কিন্তু বিদ্বানদের প্রত্যাখ্যান করা যায় না। কিন্তু নৃশংসভাবে এবং সব আনন্দ, তারা প্রথম বোঝার জন্য চিন্তা. আপনি আমাকে ঘৃণা করবেন শারীরিক উচ্ছ্বাস, এবং বিশ্বের যে. বাহিনী তাদের আরও অগ্রগতিতে রয়েছে, এবং প্রতিপক্ষের ব্যথার জন্য নয়, যাতে এটি প্রতিদিন উপস্থিত থাকে। নাগরিকদের দুজনকে বাদ দেওয়া হোক, যাতে অন্যরা আপনাকে আলিঙ্গন করে। আমার সমস্ত বক্তৃতা এতে বাধা দেয়।</p>\r\n<p>তাদের ব্যবহারে সমানভাবে মন্দ করা হয়। মজিম বেদনায় সংক্ষিপ্ত দুটি বিজ্ঞাপন, আউগুয়ে সাজানো বাক্য বা এ, দুটি যে আমি ভালপুটে নিই। এর দ্বারা আমরা পড়ি যে তিনি সাধারণ মধু পছন্দ করতেন না। তির্যকভাবে আমরা তাদের হতে চাই, এবং যেখানে Posidonium cu এর সংজ্ঞা। lorem কনসাল ব্যবহার সঙ্গে উপসংহার, তার জন্য এটি একটি কনসাল হবে. চিরন্তন বিচার থেকে, এই কথাগুলো তার কাছে সঠিক, অন্য অ্যাপিয়ারিয়ান থেকে যা।</p>\r\n<p>যখন আপনি সেই বনকে তাড়া করেন, তার জন্য এর চেয়ে ভালো বিকল্প আর কমই আছে, প্রার্থনা যে সে তার জন্য দেখেছে। আপনার সাথে অন্যরা অবহেলিত। cu সহ ল্যাটিন ভাষায় সত্যায়িত। তিনি বুঝতে পেরেছিলেন যে উল্লিখিত শক্তিটি মন্দ উদ্দেশ্যে ব্যবহার করা উচিত নয়, কারণ তিনি ইলিফেন্ডের প্রতি আরও ভদ্র ছিলেন। তার জন্য এমন একটি উপহার রয়েছে, তিনি আইন অনুসারে এগুলোর বিচার করবেন।</p>', '2024-12-01 10:13:12', '2024-12-01 10:13:12'),
(6927, 'properties', 8, 'bn', 'video_description', 'আপনি যখন সেই বন সম্পদের পেছনে ছুটবেন, তখন তার জন্য এর চেয়ে ভালো বিকল্প আর নেই। আপনার সাথে অন্যরা অবহেলিত। cu সহ ল্যাটিন ভাষায় সত্যায়িত। তিনি বুঝতে পেরেছিলেন যে উল্লিখিত শক্তিটি মন্দ উদ্দেশ্যে ব্যবহার করা উচিত নয়, কারণ তিনি ইলিফেন্ডের প্রতি আরও ভদ্র ছিলেন। তার জন্য এমন একটি উপহার রয়েছে, তিনি ন্যায্য মূল্যে এসবের বিচার করবেন।', '2024-12-01 10:13:13', '2024-12-01 10:13:13'),
(6928, 'properties', 8, 'bn', 'address', 'জ্যাকসন হাইটস, 11372, NY, মার্কিন যুক্তরাষ্ট্র', '2024-12-01 10:13:13', '2024-12-01 10:13:13'),
(6929, 'properties', 8, 'bn', 'address_description', 'আপনি যখন সেই বন সম্পদের পেছনে ছুটবেন, তখন তার জন্য এর চেয়ে ভালো বিকল্প আর নেই। আপনার সাথে অন্যরা অবহেলিত। cu সহ ল্যাটিন ভাষায় সত্যায়িত। তিনি বুঝতে পেরেছিলেন যে উল্লিখিত শক্তিটি মন্দ উদ্দেশ্যে ব্যবহার করা উচিত নয়, কারণ তিনি ইলিফেন্ডের প্রতি আরও ভদ্র ছিলেন। তার জন্য এমন একটি উপহার রয়েছে, তিনি ন্যায্য মূল্যে এসবের বিচার করবেন।', '2024-12-01 10:13:13', '2024-12-01 10:13:13'),
(6930, 'properties', 8, 'bn', 'seo_title', 'একটি বড় ইয়ার্ড এবং প্রচুর গোপনীয়তা সহ মনোমুগ্ধকর বাংলো', '2024-12-01 10:13:13', '2024-12-01 10:13:13'),
(6931, 'properties', 8, 'bn', 'seo_meta_description', 'একটি বড় ইয়ার্ড এবং প্রচুর গোপনীয়তা সহ মনোমুগ্ধকর বাংলো', '2024-12-01 10:13:14', '2024-12-01 10:13:14'),
(6932, 'properties', 9, 'bn', 'title', 'নবনির্মিত মাল্টি-ইউনিট বিল্ডিং: বিনিয়োগকারীদের জন্য উপযুক্ত', '2024-12-01 10:13:14', '2024-12-01 10:13:14'),
(6933, 'properties', 9, 'bn', 'description', '<p>যখন আপনি সেই বনকে তাড়া করেন, তার জন্য এর চেয়ে ভালো বিকল্প আর কমই আছে, প্রার্থনা যে সে তার জন্য দেখেছে। আপনার সাথে অন্যরা অবহেলিত। cu সহ ল্যাটিন ভাষায় সত্যায়িত। তিনি বুঝতে পেরেছিলেন যে উল্লিখিত শক্তিটি খারাপ উদ্দেশ্যে ব্যবহার করা উচিত নয়, কারণ তিনি এলিফেন্ডের কাছে আরও ভদ্র ছিলেন। তার জন্য এমন একটি উপহার রয়েছে, তিনি আইন অনুসারে এগুলোর বিচার করবেন।</p>\r\n<p>তাদের ব্যবহারে সমানভাবে মন্দ করা হয়। মজিম বেদনায় সংক্ষিপ্ত দুটি বিজ্ঞাপন, অলংকৃত বাক্যে অলংকৃত বাক্য বা এ, দুটি যে আমি ভালপুটে নিই। এর দ্বারা আমরা পড়ি যে তিনি সাধারণ মধু পছন্দ করতেন না। তির্যকভাবে আমরা তাদের হতে চাই, এবং যার সাথে Posidonium cu এর সংজ্ঞা। lorem কনসাল ব্যবহার উপসংহার, তার জন্য এটি একটি কনসাল হবে. চিরন্তন বিচার থেকে, এই কথাগুলো তার কাছে সঠিক, অন্য অ্যাপিয়ারিয়ান থেকে যা।</p>\r\n<p>আসুন আমরা ক্ষমতায় জন্মগ্রহণ করি না, প্রথমে বাগ্মীতায়। তাদের সমালোচনা করা একজন জ্ঞানী ব্যক্তি হতে দিন, তাদের প্রত্যেকে। না, তার জন্য কত ক্ষমা আছে, যে তিনি বিচারকের জন্য একটি ম্যানসার্চ ব্যবহার করবেন না। তারা যখন আমাদের সাথে তর্ক করে, তখন তারা তাদের নিজেদের শক্তির প্রতি ঈর্ষান্বিত হয়, সে নারী হোক বা পুরুষ যে কোন প্রকারেরই হোক না কেন। এবং অভিযোগের মাধ্যমে চমত্কারভাবে বের করা হয়, এটি একটি ভাল হোমওয়ার্ক হতে দিন। চিরন্তন আনন্দ এবং দেশপ্রেমের সাথে এগুলো খুঁজতে গিয়ে তিনি মধুকে সংকুচিত করে তার সাথে একমত হবেন না।</p>\r\n<p>দুই শত্রু থাকাই ভালো, যাতে ভয়ে সে এটা বের করে ফেলতে পারে। যখন আমি অন্যদের মধ্যে কিছু করি, তখন আমি অভিবাদন জানাই এবং এর মাধ্যমে খোলা থাকি। এটি সর্বোচ্চ পরীক্ষার শক্তি থেকে ঘটবে, প্রথম বাক্যটির রোস্টিং থেকে, তার চেয়ে বেশি সংযমী ইন্দ্রিয়দের চাটুকার। তারা আমাদের দ্বারা খুব কমই অবহেলিত।</p>', '2024-12-01 10:13:14', '2024-12-01 10:13:14'),
(6934, 'properties', 9, 'bn', 'video_description', 'দু\'জনের চেয়ে ভালো শত্রু যে, তা নিয়ে কাজ করতে ভয় পেত। যখন আমি অন্যদের মধ্যে কিছু করি, তখন আমি অভিবাদন জানাই এবং এর মাধ্যমে খোলা থাকি। এটি সর্বোচ্চ পরীক্ষার শক্তি থেকে ঘটবে, প্রথম বাক্যটির রোস্টিং থেকে, তার চেয়ে বেশি সংযমী ইন্দ্রিয়দের চাটুকার। তারা আমাদের দ্বারা খুব কমই অবহেলিত।', '2024-12-01 10:13:15', '2024-12-01 10:13:15'),
(6935, 'properties', 9, 'bn', 'address', 'লস এঞ্জেলেস, CA, USA', '2024-12-01 10:13:15', '2024-12-01 10:13:15'),
(6936, 'properties', 9, 'bn', 'address_description', 'দু\'জনের চেয়ে ভালো শত্রু যে, তা নিয়ে কাজ করতে ভয় পেত। যখন আমি অন্যদের মধ্যে কিছু করি, তখন আমি অভিবাদন জানাই এবং এর মাধ্যমে খোলা থাকি। এটি সর্বোচ্চ পরীক্ষার শক্তি থেকে ঘটবে, প্রথম বাক্যটির রোস্টিং থেকে, তার চেয়ে বেশি সংযমী ইন্দ্রিয়দের চাটুকার। তারা আমাদের দ্বারা খুব কমই অবহেলিত।', '2024-12-01 10:13:15', '2024-12-01 10:13:15'),
(6937, 'properties', 9, 'bn', 'seo_title', 'নবনির্মিত মাল্টি-ইউনিট বিল্ডিং: বিনিয়োগকারীদের জন্য উপযুক্ত', '2024-12-01 10:13:16', '2024-12-01 10:13:16'),
(6938, 'properties', 9, 'bn', 'seo_meta_description', 'নবনির্মিত মাল্টি-ইউনিট বিল্ডিং: বিনিয়োগকারীদের জন্য উপযুক্ত', '2024-12-01 10:13:16', '2024-12-01 10:13:16'),
(6939, 'properties', 10, 'bn', 'title', 'উন্মুক্ত ইটের দেয়াল এবং উচ্চ সিলিং সহ স্টাইলিশ মাচা', '2024-12-01 10:13:16', '2024-12-01 10:13:16'),
(6940, 'properties', 10, 'bn', 'description', '<p>ক্ষুধার গল্প আপনার জন্য সঠিক। আপনি নবম তাদের splendidly ছেড়ে দিতে চান; তারা স্ক্যাভোলা প্লাটুন অ্যাকাউন্টের মতো। যদি একটি জীবন্ত বাক্যে জন্মাতে চান, আমি তাদের এপিয়ারিয়ান প্রি খুলব, ইলিফেন্ডের অংশে যেখানে। আমি আশা করি তিনি আমাদেরই একজন হতেন, কারণ তিনি কখনও বিতৃষ্ণা দেখেননি, এমনকি যৌবনে অভিনয় করেও নয়৷</p>\r\n<p>দুই শত্রু থাকাই ভালো, যাতে ভয়ে সে এটা বের করে ফেলতে পারে। যখন আমি অন্যদের মধ্যে কিছু করি, তখন আমি অভিবাদন জানাই এবং এর মাধ্যমে খোলা থাকি। এটি সর্বোচ্চ পরীক্ষার শক্তি থেকে ঘটবে, প্রথম বাক্যটির রোস্টিং থেকে, তার চেয়ে বেশি সংযমী ইন্দ্রিয়দের চাটুকার। তারা আমাদের দ্বারা খুব কমই অবহেলিত।</p>\r\n<p>আমি চাই আমার একগুঁয়েমি থাকুক, কারণ এটা ছিল লজ্জাজনক। এবং আমি আমার প্রশস্ততা আপনার কাছে ফিরিয়ে দেব না, তবে আমি এটিকে আরও ভাল বিকল্প থেকে ভয় করব, তাদের থেকেও মুক্ত। এটি একই সময়ে রুবারগ্রেন সঙ্কুচিত করা যাক, আমি তাদের অন্তত উল্লেখ করব। এবং ঘোষণাগুলি খুব কমই তৈরি হয়েছিল। আসুন আমার ব্যবহার না করি।</p>', '2024-12-01 10:13:17', '2024-12-01 10:13:17'),
(6941, 'properties', 10, 'bn', 'video_description', 'আমরা চাই সে একগুঁয়ে থাকুক, যাতে সে বোকা না হয়। এবং আমি আমার প্রশস্ততা আপনার কাছে ফিরিয়ে দেব না, তবে একটি ভাল বিকল্প থেকে, আমি তাদের কাছ থেকেও মুক্তি পাওয়ার ভয় পাব। এটি একই সময়ে রুবারগ্রেন সঙ্কুচিত করা যাক, আমি তাদের অন্তত উল্লেখ করব। এবং ঘোষণাগুলি খুব কমই তৈরি হয়েছিল। আমাদের আমার ব্যবহার না করা যাক.', '2024-12-01 10:13:17', '2024-12-01 10:13:17'),
(6942, 'properties', 10, 'bn', 'address', 'নিউ ইয়র্ক, জ্যাকসন হাইটস, 11372, এনওয়াই, মার্কিন যুক্তরাষ্ট্র', '2024-12-01 10:13:17', '2024-12-01 10:13:17'),
(6943, 'properties', 10, 'bn', 'address_description', 'আমরা চাই সে একগুঁয়ে থাকুক, যাতে সে বোকা না হয়। এবং আমি আমার প্রশস্ততা আপনার কাছে ফিরিয়ে দেব না, তবে একটি ভাল বিকল্প থেকে, আমি তাদের কাছ থেকেও মুক্তি পাওয়ার ভয় পাব। এটি একই সময়ে রুবারগ্রেন সঙ্কুচিত করা যাক, আমি তাদের অন্তত উল্লেখ করব। এবং ঘোষণাগুলি খুব কমই তৈরি হয়েছিল। আমাদের আমার ব্যবহার না করা যাক.', '2024-12-01 10:13:17', '2024-12-01 10:13:17'),
(6944, 'properties', 10, 'bn', 'seo_title', 'উন্মুক্ত ইটের দেয়াল এবং উচ্চ সিলিং সহ স্টাইলিশ মাচা', '2024-12-01 10:13:18', '2024-12-01 10:13:18'),
(6945, 'properties', 10, 'bn', 'seo_meta_description', 'উন্মুক্ত ইটের দেয়াল এবং উচ্চ সিলিং সহ স্টাইলিশ মাচা', '2024-12-01 10:13:18', '2024-12-01 10:13:18'),
(6946, 'properties', 11, 'bn', 'title', 'শহরতলিতে সাশ্রয়ী মূল্যের এবং আরাধ্য স্টার্টার হোম', '2024-12-01 10:13:18', '2024-12-01 10:13:18'),
(6947, 'properties', 11, 'bn', 'description', '<p>সংজ্ঞা আমার সাথে মীমাংসা করা যাক; এপিকিউরিয়ানদের জন্য আমার সিদ্ধান্ত নেওয়া উচিত নয়, তবে এর জন্য আমি আরও স্পষ্টভাবে অশিক্ষিত। আমরা ফুটবলকে ভয় পেতে চাই বা, তারা আপনাকে আলিঙ্গন করে, আপনি এর কারণগুলি জানেন। তুমি তোমার শক্তির ন্যূনতম প্রমাণ করেছ, এবং তুমি তাকে দাসীর কাছে মিথ্যা বলতে ধরেছ। এত অনুগ্রহ পাওয়া খুব কমই সম্ভব।</p>\r\n<p>তাদের ব্যবহারে সমানভাবে মন্দ করা হয়। মজিম বেদনায় সংক্ষিপ্ত দুটি বিজ্ঞাপন, আউগুয়ে সাজানো বাক্য বা এ, দুটি যে আমি ভালপুটে নিই। এর দ্বারা আমরা পড়ি যে তিনি সাধারণ মধু পছন্দ করতেন না। তির্যকভাবে আমরা তাদের হতে চাই, এবং যেখানে Posidonium cu এর সংজ্ঞা। lorem কনসাল ব্যবহার সঙ্গে উপসংহার, তার জন্য এটি একটি কনসাল হবে. চিরন্তন বিচার থেকে, এই কথাগুলো তার কাছে সঠিক, অন্য অ্যাপিয়ারিয়ান থেকে যা।</p>\r\n<p>যখন আপনি সেই বনকে তাড়া করেন, তার জন্য এর চেয়ে ভালো বিকল্প আর কমই আছে, প্রার্থনা যে সে তার জন্য দেখেছে। আপনার সাথে অন্যরা অবহেলিত। cu সহ ল্যাটিন ভাষায় সত্যায়িত। তিনি বুঝতে পেরেছিলেন যে উল্লিখিত শক্তিটি মন্দ উদ্দেশ্যে ব্যবহার করা উচিত নয়, কারণ তিনি ইলিফেন্ডের প্রতি আরও ভদ্র ছিলেন। তার জন্য এমন একটি উপহার রয়েছে, তিনি আইন অনুসারে এগুলোর বিচার করবেন।</p>', '2024-12-01 10:13:18', '2024-12-01 10:13:18'),
(6948, 'properties', 11, 'bn', 'video_description', 'আপনি যখন সেই বন সম্পদের পেছনে ছুটবেন, তখন তার জন্য এর চেয়ে ভালো বিকল্প আর নেই। আপনার সাথে অন্যরা অবহেলিত। cu সহ ল্যাটিন ভাষায় সত্যায়িত। তিনি বুঝতে পেরেছিলেন যে উল্লিখিত শক্তিটি মন্দ উদ্দেশ্যে ব্যবহার করা উচিত নয়, কারণ তিনি ইলিফেন্ডের প্রতি আরও ভদ্র ছিলেন। তার জন্য এমন একটি উপহার রয়েছে, তিনি ন্যায্য মূল্যে এসবের বিচার করবেন।', '2024-12-01 10:13:19', '2024-12-01 10:13:19'),
(6949, 'properties', 11, 'bn', 'address', 'ভ্যাটিকান 11, ফ্লোরিডা সিটি, ফ্লোরিডা, মার্কিন যুক্তরাষ্ট্র', '2024-12-01 10:13:19', '2024-12-01 10:13:19'),
(6950, 'properties', 11, 'bn', 'address_description', 'আপনি যখন সেই বন সম্পদের পেছনে ছুটবেন, তখন তার জন্য এর চেয়ে ভালো বিকল্প আর নেই। আপনার সাথে অন্যরা অবহেলিত। cu সহ ল্যাটিন ভাষায় সত্যায়িত। তিনি বুঝতে পেরেছিলেন যে উল্লিখিত শক্তিটি মন্দ উদ্দেশ্যে ব্যবহার করা উচিত নয়, কারণ তিনি ইলিফেন্ডের প্রতি আরও ভদ্র ছিলেন। তার জন্য এমন একটি উপহার রয়েছে, তিনি ন্যায্য মূল্যে এসবের বিচার করবেন।', '2024-12-01 10:13:19', '2024-12-01 10:13:19'),
(6951, 'properties', 11, 'bn', 'seo_title', 'শহরতলিতে সাশ্রয়ী মূল্যের এবং আরাধ্য স্টার্টার হোম', '2024-12-01 10:13:20', '2024-12-01 10:13:20'),
(6952, 'properties', 11, 'bn', 'seo_meta_description', 'শহরতলিতে সাশ্রয়ী মূল্যের এবং আরাধ্য স্টার্টার হোম', '2024-12-01 10:13:20', '2024-12-01 10:13:20'),
(6953, 'properties', 12, 'bn', 'title', 'দর্শনীয় দৃশ্য সহ টকটকে ওয়াটারফ্রন্ট সম্পত্তি', '2024-12-01 10:13:20', '2024-12-01 10:13:20'),
(6954, 'properties', 12, 'bn', 'description', '<p>সংজ্ঞা আমার সাথে মীমাংসা করা যাক; এপিকিউরিয়ানদের জন্য আমার সিদ্ধান্ত নেওয়া উচিত নয়, তবে এর জন্য আমি আরও স্পষ্টভাবে অশিক্ষিত। আমরা ফুটবলকে ভয় পেতে চাই বা, আপনি তাদের আলিঙ্গন করুন, আপনি এর কারণগুলির প্রশংসা করবেন। আপনি আপনার শক্তি কম প্রমাণ করেছেন, এবং আপনি তাকে একটি হ্যান্ডমেইডেনের মিথ্যায় ধরেছেন</p>\r\n<p>প্রথমে মনে হয় না, কিন্তু বিদ্বানদের প্রত্যাখ্যান করা যায় না। কিন্তু নৃশংসভাবে এবং সব আনন্দ, তারা প্রথম বোঝার জন্য চিন্তা. আপনি আমাকে ঘৃণা করবেন শারীরিক উচ্ছ্বাস, এবং বিশ্বের যে. শক্তি তার আরও পরিণতিতে, এবং প্রতিপক্ষের বেদনার জন্য নয়, যাতে এটি প্রতিদিন উপস্থিত থাকে। নাগরিকদের দুটির মধ্যে বাদ দেওয়া হোক, যাতে অন্যটি আপনাকে আলিঙ্গন করে। আমার প্রতিটি প্রার্থনা এতে বাধা দেয়।</p>\r\n<p>আসুন আমরা ক্ষমতায় জন্মগ্রহণ করি না, প্রথমে বাগ্মীতায়। তাদের সমালোচনা করা একজন জ্ঞানী ব্যক্তি হতে দিন, তাদের প্রত্যেকে। না, তার জন্য কত ক্ষমা আছে, যে তিনি বিচারকের জন্য একটি ম্যানসার্চ ব্যবহার করবেন না। তারা যখন আমাদের সাথে তর্ক করে, তখন তারা তাদের নিজেদের শক্তির প্রতি ঈর্ষান্বিত হয়, সে নারী হোক বা পুরুষ যে কোন প্রকারেরই হোক না কেন। এবং অভিযোগের মাধ্যমে চমত্কারভাবে বের করা হয়, এটি একটি ভাল হোমওয়ার্ক হতে দিন। চিরন্তন আনন্দ এবং দেশপ্রেমের সাথে এগুলো খুঁজতে গিয়ে তিনি মধুকে সংকুচিত করে তার সাথে একমত হবেন না।</p>', '2024-12-01 10:13:21', '2024-12-01 10:13:21'),
(6955, 'properties', 12, 'bn', 'video_description', 'দু\'জনের চেয়ে ভালো শত্রু যে, তা নিয়ে কাজ করতে ভয় পেত। যখন আমি অন্যদের মধ্যে কিছু করি, তখন আমি অভিবাদন জানাই এবং এর মাধ্যমে খোলা থাকি। এটি সর্বোচ্চ পরীক্ষার শক্তি থেকে ঘটবে, প্রথম বাক্যটির রোস্টিং থেকে, তার চেয়ে বেশি সংযমী ইন্দ্রিয়দের চাটুকার। তারা আমাদের দ্বারা খুব কমই অবহেলিত।', '2024-12-01 10:13:21', '2024-12-01 10:13:21'),
(6956, 'properties', 12, 'bn', 'address', 'ওয়াশিংটন, ইন্ডিয়ানা, ফ্লোরিডা সিটি, ফ্লোরিডা', '2024-12-01 10:13:21', '2024-12-01 10:13:21'),
(6957, 'properties', 12, 'bn', 'address_description', 'দু\'জনের চেয়ে ভালো শত্রু যে, তা নিয়ে কাজ করতে ভয় পেত। যখন আমি অন্যদের মধ্যে কিছু করি, তখন আমি অভিবাদন জানাই এবং এর মাধ্যমে খোলা থাকি। এটি সর্বোচ্চ পরীক্ষার শক্তি থেকে ঘটবে, প্রথম বাক্যটির রোস্টিং থেকে, তার চেয়ে বেশি সংযমী ইন্দ্রিয়দের চাটুকার। তারা আমাদের দ্বারা খুব কমই অবহেলিত।', '2024-12-01 10:13:21', '2024-12-01 10:13:21'),
(6958, 'properties', 12, 'bn', 'seo_title', 'দর্শনীয় দৃশ্য সহ টকটকে ওয়াটারফ্রন্ট সম্পত্তি', '2024-12-01 10:13:21', '2024-12-01 10:13:21'),
(6959, 'properties', 12, 'bn', 'seo_meta_description', 'দর্শনীয় দৃশ্য সহ টকটকে ওয়াটারফ্রন্ট সম্পত্তি', '2024-12-01 10:13:22', '2024-12-01 10:13:22'),
(6960, 'properties', 13, 'bn', 'title', 'দেহাতি চার্ম কান্ট্রি ফার্মহাউস রিট্রিট', '2024-12-01 10:13:22', '2024-12-01 10:13:22'),
(6961, 'properties', 13, 'bn', 'description', '<p>দুই শত্রু থাকাই ভালো, যাতে ভয়ে সে এটা বের করে ফেলতে পারে। যখন আমি অন্যদের মধ্যে কিছু করি, তখন আমি অভিবাদন জানাই এবং এর মাধ্যমে খোলা থাকি। এটি সর্বোচ্চ পরীক্ষার শক্তি থেকে ঘটবে, প্রথম বাক্যটির রোস্টিং থেকে, তার চেয়ে বেশি সংযমী ইন্দ্রিয়দের চাটুকার। তারা আমাদের দ্বারা খুব কমই অবহেলিত।</p>\r\n<p>এটা হল প্রবীণদের সপ্তাহান্তে, যাদের আমি উল্লেখ করেছি, তারা খুব কমই স্বাগত জানায়। সত্য প্রকাশের জন্য তারা সমালোচনা করে। একজন জ্ঞানী ব্যক্তির মাধ্যমে সফল হওয়ার জন্য, যতগুলি লেখা ব্যবহার করুন। অনুরাগীরা আপনার জন্য অপেক্ষা করতে দিন, যার জন্য আপনি যুক্তি প্রস্তুত করেন, এমন কাউকে থাকতে দিন যার সাথে আমি একই সাথে অভিযোগ করব। ডেভেলপারদের প্রত্যাখ্যান করা তার জন্য একটি নিখুঁত অভ্যাস ছিল, কারণ তারা খারাপ ছিল। তিনি মধু দেখেছেন কিনা তা বিচার করবেন।</p>\r\n<p>ক্ষুধার গল্প আপনার জন্য সঠিক। আপনি নবম তাদের splendidly ছেড়ে দিতে চান; তারা স্ক্যাভোলা প্লাটুন অ্যাকাউন্টের মতো। যদি একটি জীবন্ত বাক্যে জন্মাতে চান, আমি তাদের এপিয়ারিয়ান প্রি খুলব, ইলিফেন্ডের অংশে যেখানে। আমি আশা করি তিনি আমাদেরই একজন হতেন, কারণ তিনি কখনও বিতৃষ্ণা দেখেননি, এমনকি যৌবনে অভিনয় করেও নয়৷</p>', '2024-12-01 10:13:22', '2024-12-01 10:13:22'),
(6962, 'properties', 13, 'bn', 'video_description', 'নিজের জন্য সঠিক গল্প পান। আপনি নবম তাদের splendidly ছেড়ে দিতে চান; তারা স্ক্যাভোলা প্লাটুন অ্যাকাউন্টের মতো। যদি একটি জীবন্ত বাক্যে জন্মাতে চান, আমি তাদের এপিয়ারিয়ান প্রি খুলব, ইলিফেন্ডের অংশে যেখানে। আমি আশা করি তিনি আমাদেরই একজন হতেন, কারণ তিনি কখনই বিতৃষ্ণা দেখেননি, এমনকি যখন তিনি দায়িত্বে ছোট ছিলেন তখনও নয়।', '2024-12-01 10:13:22', '2024-12-01 10:13:22'),
(6963, 'properties', 13, 'bn', 'address', 'ভ্যাটিকান 11, ফ্লোরিডা সিটি, ফ্লোরিডা', '2024-12-01 10:13:23', '2024-12-01 10:13:23'),
(6964, 'properties', 13, 'bn', 'address_description', 'নিজের জন্য সঠিক গল্প পান। আপনি নবম তাদের splendidly ছেড়ে দিতে চান; তারা স্ক্যাভোলা প্লাটুন অ্যাকাউন্টের মতো। যদি একটি জীবন্ত বাক্যে জন্মাতে চান, আমি তাদের এপিয়ারিয়ান প্রি খুলব, ইলিফেন্ডের অংশে যেখানে। আমি আশা করি তিনি আমাদেরই একজন হতেন, কারণ তিনি কখনই বিতৃষ্ণা দেখেননি, এমনকি যখন তিনি দায়িত্বে ছোট ছিলেন তখনও নয়।', '2024-12-01 10:13:23', '2024-12-01 10:13:23'),
(6965, 'properties', 13, 'bn', 'seo_title', 'একটি বিলাসবহুল হাই-রাইজ বিল্ডিংয়ে সম্পূর্ণ সজ্জিত এক্সিকিউটিভ স্যুট', '2024-12-01 10:13:23', '2024-12-01 10:13:23'),
(6966, 'properties', 13, 'bn', 'seo_meta_description', 'একটি বিলাসবহুল হাই-রাইজ বিল্ডিংয়ে সম্পূর্ণরূপে সজ্জিত এক্সিকিউটিভ স্যুট', '2024-12-01 10:13:24', '2024-12-01 10:13:24'),
(6967, 'properties', 14, 'bn', 'title', 'ফ্লোর-টু-সিলিং উইন্ডো সহ আধুনিক এবং প্রশস্ত পেন্টহাউস', '2024-12-01 10:13:24', '2024-12-01 10:13:24'),
(6968, 'properties', 14, 'bn', 'description', '<p>ক্ষুধার গল্প আপনার জন্য সঠিক। আপনি নবম তাদের splendidly ছেড়ে দিতে চান; তারা স্ক্যাভোলা প্লাটুন অ্যাকাউন্টের মতো। যদি একটি জীবন্ত বাক্যে জন্মাতে চান, আমি তাদের এপিয়ারিয়ান প্রি খুলব, ইলিফেন্ডের অংশে যেখানে। আমি আশা করি তিনি আমাদেরই একজন হতেন, কারণ তিনি কখনও বিতৃষ্ণা দেখেননি, এমনকি যৌবনে অভিনয় করেও নয়৷</p>\r\n<p>আমি চাই আমার একগুঁয়েমি থাকুক, কারণ এটা ছিল লজ্জাজনক। এবং আমি আমার প্রশস্ততা আপনার কাছে ফিরিয়ে দেব না, তবে আমি এটিকে আরও ভাল বিকল্প থেকে ভয় করব, তাদের থেকেও মুক্ত। এটি একই সময়ে রুবারগ্রেন সঙ্কুচিত করা যাক, আমি তাদের অন্তত উল্লেখ করব। এবং ঘোষণাগুলি খুব কমই তৈরি হয়েছিল। আসুন আমার ব্যবহার না করি।</p>\r\n<p>এটা হল প্রবীণদের সপ্তাহান্তে, যাদের আমি উল্লেখ করেছি, তারা খুব কমই স্বাগত জানায়। সত্য প্রকাশের জন্য তারা সমালোচনা করে। একজন জ্ঞানী ব্যক্তির মাধ্যমে সফল হওয়ার জন্য, যতগুলি লেখা ব্যবহার করুন। অনুরাগীরা আপনার জন্য অপেক্ষা করতে দিন, যার জন্য আপনি যুক্তি প্রস্তুত করেন, এমন কাউকে থাকতে দিন যার সাথে আমি একই সাথে অভিযোগ করব। ডেভেলপারদের প্রত্যাখ্যান করা তার জন্য একটি নিখুঁত অভ্যাস ছিল, কারণ তারা খারাপ ছিল। তিনি মধু দেখেছেন কিনা তা বিচার করবেন।</p>', '2024-12-01 10:13:24', '2024-12-01 10:13:24'),
(6969, 'properties', 14, 'bn', 'video_description', 'নিজের জন্য সঠিক গল্প পান। আপনি চান নবম তাদের splendidly ছেড়ে; তারা স্ক্যাভোলা প্লাটুন অ্যাকাউন্টের মতো। যদি একটি জীবন্ত বাক্যে জন্মাতে চান, আমি তাদের এপিয়ারিয়ান প্রি খুলব, ইলিফেন্ডের অংশে যেখানে। আমি আশা করি তিনি আমাদেরই একজন হতেন, কারণ তিনি কখনই বিতৃষ্ণা দেখেননি, এমনকি যখন তিনি দায়িত্বে ছোট ছিলেন তখনও নয়।', '2024-12-01 10:13:24', '2024-12-01 10:13:24'),
(6970, 'properties', 14, 'bn', 'address', 'ওয়াশিংটন, ইন্ডিয়ানা, ফ্লোরিডা সিটি, ফ্লোরিডা', '2024-12-01 10:13:25', '2024-12-01 10:13:25'),
(6971, 'properties', 14, 'bn', 'address_description', 'নিজের জন্য সঠিক গল্প পান। আপনি চান নবম তাদের splendidly ছেড়ে; তারা স্ক্যাভোলা প্লাটুন অ্যাকাউন্টের মতো। যদি একটি জীবন্ত বাক্যে জন্মাতে চান, আমি তাদের এপিয়ারিয়ান প্রি খুলব, ইলিফেন্ডের অংশে যেখানে। আমি আশা করি তিনি আমাদেরই একজন হতেন, কারণ তিনি কখনই বিতৃষ্ণা দেখেননি, এমনকি যখন তিনি দায়িত্বে ছোট ছিলেন তখনও নয়।', '2024-12-01 10:13:25', '2024-12-01 10:13:25'),
(6972, 'properties', 14, 'bn', 'seo_title', 'ফ্লোর-টু-সিলিং উইন্ডো সহ আধুনিক এবং প্রশস্ত পেন্টহাউস', '2024-12-01 10:13:25', '2024-12-01 10:13:25'),
(6973, 'properties', 14, 'bn', 'seo_meta_description', 'ফ্লোর-টু-সিলিং উইন্ডো সহ আধুনিক এবং প্রশস্ত পেন্টহাউস', '2024-12-01 10:13:26', '2024-12-01 10:13:26'),
(6974, 'properties', 15, 'bn', 'title', 'একটি ব্যস্ত শপিং সেন্টারে আকর্ষণীয় এবং অ্যাক্সেসযোগ্য খুচরা স্থান', '2024-12-01 10:13:26', '2024-12-01 10:13:26'),
(6975, 'properties', 15, 'bn', 'description', '<p>এটা হল প্রবীণদের সপ্তাহান্তে, যাদের আমি উল্লেখ করেছি, তারা খুব কমই স্বাগত জানায়। সত্য প্রকাশের জন্য তারা সমালোচনা করে। একজন জ্ঞানী ব্যক্তির মাধ্যমে সফল হওয়ার জন্য, যতগুলি লেখা ব্যবহার করুন। অনুরাগীদের আপনার জন্য অপেক্ষা করতে দিন, যার জন্য আপনি যুক্তি প্রস্তুত করেন, এমন কেউ থাকতে দিন যে একই সাথে আপনাকে অভিযুক্ত করে৷</p>\r\n<p>ক্ষুধার গল্প আপনার জন্য সঠিক। আপনি নবম তাদের splendidly ছেড়ে দিতে চান; তারা স্ক্যাভোলা প্লাটুন অ্যাকাউন্টের মতো। যদি একটি জীবন্ত বাক্যে জন্মাতে চান, আমি তাদের এপিয়ারিয়ান প্রি খুলব, ইলিফেন্ডের অংশে যেখানে। আমি আশা করি তিনি আমাদেরই একজন হতেন, কারণ তিনি কখনও বিতৃষ্ণা দেখেননি, এমনকি যৌবনে অভিনয় করেও নয়৷</p>\r\n<p>আমি চাই আমার একগুঁয়েমি থাকুক, কারণ এটা ছিল লজ্জাজনক। এবং আমি আমার প্রশস্ততা আপনার কাছে ফিরিয়ে দেব না, তবে আমি এটিকে আরও ভাল বিকল্প থেকে ভয় করব, তাদের থেকেও মুক্ত। এটি একই সময়ে রুবারগ্রেন সঙ্কুচিত করা যাক, আমি তাদের অন্তত উল্লেখ করব। এবং ঘোষণাগুলি খুব কমই তৈরি হয়েছিল। আসুন আমার ব্যবহার না করি।</p>\r\n<p>সত্য হল যে ব্যথা নিজেই খুব গুরুত্বপূর্ণ, এবং এটি আপনার জন্য প্রথমে বুদ্ধিমানের কাজ হবে, তবে আলোচনার খাতিরে। যখন কনসাল হস্তক্ষেপ করে, সম্ভবত তিনি অনুশীলনের মাধ্যমে তার বিরুদ্ধে পরিণত হবেন। আপনি পরিবর্তন মাধ্যমে পেতে পারেন? কিন্তু আপনি যদি বিপদের সাথে একমত না হন তবে এটি অহংকার করার একটি উপায়। কারোর বেশি প্ররোচনা আছে, সেটা আমার প্রতিপক্ষের জন্য প্রয়োজন হোক বা, শুধু ভয়ের গল্প।</p>', '2024-12-01 10:13:26', '2024-12-01 10:13:26'),
(6976, 'properties', 15, 'bn', 'video_description', 'সেই বড়দের সপ্তাহান্তে, যাদের কথা বলেছি, তারা খুব কমই মেনে নিয়েছেন। সত্য প্রকাশের জন্য তারা সমালোচনা করে। একজন জ্ঞানী ব্যক্তির মাধ্যমে সফল হওয়ার জন্য, যতগুলি লেখা ব্যবহার করুন। খেলোয়াড়দের আপনার জন্য অপেক্ষা করতে দিন, যার জন্য আপনি যুক্তি প্রস্তুত করেন, এমন কেউ থাকতে দিন যার সাথে আমি একই সময়ে অভিযুক্ত করব।', '2024-12-01 10:13:26', '2024-12-01 10:13:26'),
(6977, 'properties', 15, 'bn', 'address', 'ম্যান আউং, 南帕嘎区, উত্তর শান রাজ্য, শান রাজ্য, পালাউং রাজ্য, মায়ানমার', '2024-12-01 10:13:27', '2024-12-01 10:13:27'),
(6978, 'properties', 15, 'bn', 'address_description', 'সেই গুরুজনদের সাপ্তাহিক ছুটি, যাদের কথা বলেছি, তারা খুব কমই মেনে নিয়েছেন। সত্য প্রকাশের জন্য তারা সমালোচনা করে। একজন জ্ঞানী ব্যক্তির মাধ্যমে সফল হওয়ার জন্য, যতগুলি লেখা ব্যবহার করুন। অনুরাগীরা আপনার জন্য অপেক্ষা করতে দিন, যার জন্য আপনি যুক্তি প্রস্তুত করেন, এমন কাউকে থাকতে দিন যার সাথে আমি একই সাথে অভিযোগ করব।', '2024-12-01 10:13:27', '2024-12-01 10:13:27'),
(6979, 'properties', 15, 'bn', 'seo_title', 'একটি ব্যস্ত শপিং সেন্টারে আকর্ষণীয় এবং অ্যাক্সেসযোগ্য খুচরা স্থান', '2024-12-01 10:13:27', '2024-12-01 10:13:27'),
(6980, 'properties', 15, 'bn', 'seo_meta_description', 'একটি ব্যস্ত শপিং সেন্টারে আকর্ষণীয় এবং অ্যাক্সেসযোগ্য খুচরা স্থান', '2024-12-01 10:13:28', '2024-12-01 10:13:28'),
(6981, 'properties', 16, 'bn', 'title', 'একটি বড় ডেক এবং প্রচুর জমি সহ আরামদায়ক এবং অদ্ভুত কটেজ', '2024-12-01 10:13:28', '2024-12-01 10:13:28'),
(6982, 'properties', 16, 'bn', 'description', '<p>সত্য হল যে ব্যথা নিজেই খুব গুরুত্বপূর্ণ, এবং এটি আপনার জন্য প্রথমে বুদ্ধিমানের কাজ হবে, তবে আলোচনার খাতিরে। যখন কনসাল হস্তক্ষেপ করে, সম্ভবত তিনি অনুশীলনের মাধ্যমে তার বিরুদ্ধে পরিণত হবেন। আপনি পরিবর্তন মাধ্যমে পেতে পারেন? কিন্তু আপনি যদি বিপদের সাথে একমত না হন তবে এটি অহংকার করার একটি উপায়\r\n<p>প্রথম কারণের ক্ষেত্রেও নয়। তিনি শুরু থেকেই তাদের কাছে নিয়ে আসেন, আপনি একটি সংজ্ঞা বাঁচতে চান, আমাদের এবং সকলের মাধ্যমে এবং। সমস্ত জিনিস এবং প্রতিদিনের অ্যান্টিওপ। সে প্রথমে আনন্দ দেয়, কিন্তু তারা বলে যে তারা তার সাথে একমত নয়, এবং তবুও আপনি তাদের চান না। তর্কের ভদ্রতায় মধুর সংজ্ঞা, দৃষ্টি থেকে, অস্বাভাবিক হবে। এবং আমি আমার চাটুকার মানে. সমুদ্র সরিয়ে দেয় যা আমরা দেখেছি, আমরা আপনাকে আদেশ করি, যে থেকে বাস্তবায়ন করতে চলে।</p>\r\n<p>প্রথমে মনে হয় না, কিন্তু বিদ্বানদের প্রত্যাখ্যান করা যায় না। কিন্তু নৃশংসভাবে এবং সব আনন্দ, তারা প্রথম বোঝার জন্য চিন্তা. আপনি আমাকে ঘৃণা করবেন শারীরিক উচ্ছ্বাস, এবং বিশ্বের যে. বাহিনী তাদের আরও অগ্রগতিতে রয়েছে, এবং প্রতিপক্ষের ব্যথার জন্য নয়, যাতে এটি প্রতিদিন উপস্থিত থাকে। নাগরিকদের দুজনকে বাদ দেওয়া হোক, যাতে অন্যরা আপনাকে আলিঙ্গন করে। আমার সমস্ত বক্তৃতা এতে বাধা দেয়।</p>', '2024-12-01 10:13:28', '2024-12-01 10:13:28'),
(6983, 'properties', 16, 'bn', 'video_description', 'নিজের জন্য সঠিক গল্প পান। আপনি নবম তাদের splendidly ছেড়ে দিতে চান; তারা স্ক্যাভোলা প্লাটুন অ্যাকাউন্টের মতো। যদি একটি জীবন্ত বাক্যে জন্মাতে চান, আমি তাদের এপিয়ারিয়ান প্রি খুলব, ইলিফেন্ডের অংশে যেখানে। আমি আশা করি তিনি আমাদেরই একজন হতেন, কারণ তিনি কখনই বিতৃষ্ণা দেখেননি, এমনকি যখন তিনি দায়িত্বে ছোট ছিলেন তখনও নয়।', '2024-12-01 10:13:29', '2024-12-01 10:13:29'),
(6984, 'properties', 16, 'bn', 'address', 'জ্যাকসন হাইটস, 11372, NY, মার্কিন যুক্তরাষ্ট্র', '2024-12-01 10:13:29', '2024-12-01 10:13:29'),
(6985, 'properties', 16, 'bn', 'address_description', 'নিজের জন্য সঠিক গল্প পান। আপনি নবম তাদের splendidly ছেড়ে দিতে চান; তারা স্ক্যাভোলা প্লাটুন অ্যাকাউন্টের মতো। যদি একটি জীবন্ত বাক্যে জন্মাতে চান, আমি তাদের এপিয়ারিয়ান প্রি খুলব, ইলিফেন্ডের অংশে যেখানে। আমি আশা করি তিনি আমাদেরই একজন হতেন, কারণ তিনি কখনই বিতৃষ্ণা দেখেননি, এমনকি যখন তিনি দায়িত্বে ছোট ছিলেন তখনও নয়।', '2024-12-01 10:13:29', '2024-12-01 10:13:29'),
(6986, 'properties', 16, 'bn', 'seo_title', 'একটি বড় ডেক এবং প্রচুর জমি সহ আরামদায়ক এবং অদ্ভুত কটেজ', '2024-12-01 10:13:29', '2024-12-01 10:13:29'),
(6987, 'properties', 16, 'bn', 'seo_meta_description', 'একটি বড় ডেক এবং প্রচুর জমি সহ আরামদায়ক এবং অদ্ভুত কটেজ', '2024-12-01 10:13:30', '2024-12-01 10:13:30'),
(6988, 'properties', 18, 'bn', 'title', 'শান্ত গ্রোভ স্পা এবং সুস্থতা b', '2024-12-01 10:13:30', '2024-12-01 17:53:14'),
(6989, 'properties', 18, 'bn', 'description', '<p>পরীক্ষা b</p>', '2024-12-01 10:13:31', '2024-12-01 17:53:14'),
(6990, 'properties', 18, 'bn', 'video_description', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। রিচার্ড ম্যাকক্লিনটক, ভার্জিনিয়ার হ্যাম্পডেন-সিডনি কলেজের একজন ল্যাটিন অধ্যাপক, একটি লরেম ইপসাম প্যাসেজ থেকে আরও অস্পষ্ট ল্যাটিন শব্দ, কনসেক্টেটুর, এবং ধ্রুপদী সাহিত্যে শব্দের উদ্ধৃতি দিয়ে দেখেছেন। b 2', '2024-12-01 10:13:31', '2024-12-01 17:55:09'),
(6991, 'properties', 18, 'bn', 'address', 'ঢাকা জেলা, ঢাকা বিভাগ, বাংলাদেশ b', '2024-12-01 10:13:31', '2024-12-01 17:53:14'),
(6992, 'properties', 18, 'bn', 'address_description', 'ঢাকা, বাংলাদেশ b', '2024-12-01 10:13:31', '2024-12-01 17:53:14'),
(6993, 'properties', 18, 'bn', 'seo_title', 'পরীক্ষা b', '2024-12-01 10:13:32', '2024-12-01 17:53:14'),
(6994, 'properties', 18, 'bn', 'seo_meta_description', 'পরীক্ষা b', '2024-12-01 10:13:32', '2024-12-01 17:53:14'),
(6995, 'properties', 21, 'bn', 'title', 'গোল্ডেন স্যান্ডস ওশানফ্রন্ট রিসোর্ট হ্যাভেন', '2024-12-01 10:13:32', '2024-12-01 10:13:32'),
(6996, 'properties', 21, 'bn', 'description', '<p>সত্য হল যে ব্যথা নিজেই খুব গুরুত্বপূর্ণ, এবং এটি আপনার জন্য প্রথমে বুদ্ধিমানের কাজ হবে, তবে আলোচনার খাতিরে। যখন কনসাল হস্তক্ষেপ করে, সম্ভবত তিনি অনুশীলনের মাধ্যমে তার বিরুদ্ধে পরিণত হবেন। আপনি পরিবর্তন মাধ্যমে পেতে পারেন? কিন্তু আপনি যদি বিপদের সাথে একমত না হন তবে এটি অহংকার করার একটি উপায়\r\n<p>প্রথম কারণের ক্ষেত্রেও নয়। তিনি শুরু থেকেই তাদের কাছে নিয়ে আসেন, আপনি একটি সংজ্ঞা বাঁচতে চান, আমাদের এবং সকলের মাধ্যমে এবং। সমস্ত জিনিস এবং প্রতিদিনের অ্যান্টিওপ। সে প্রথমে আনন্দ দেয়, কিন্তু তারা বলে যে তারা তার সাথে একমত নয়, এবং তবুও আপনি তাদের চান না। তর্কের ভদ্রতায় মধুর সংজ্ঞা, দৃষ্টি থেকে, অস্বাভাবিক হবে। এবং আমি আমার চাটুকার মানে. সমুদ্র সরিয়ে দেয় যা আমরা দেখেছি, আমরা আপনাকে আদেশ করি, যে থেকে বাস্তবায়ন করতে চলে।</p>\r\n<p>প্রথমে মনে হয় না, কিন্তু বিদ্বানদের প্রত্যাখ্যান করা যায় না। কিন্তু নৃশংসভাবে এবং সব আনন্দ, তারা প্রথম বোঝার জন্য চিন্তা. আপনি আমাকে ঘৃণা করবেন শারীরিক উচ্ছ্বাস, এবং বিশ্বের যে. শক্তি তার আরও পরিণতিতে, এবং প্রতিপক্ষের বেদনার জন্য নয়, যাতে এটি প্রতিদিন উপস্থিত থাকে। নাগরিকদের দুটির মধ্যে বাদ দেওয়া হোক, যাতে অন্যটি আপনাকে আলিঙ্গন করে। আমার প্রতিটি প্রার্থনা এতে বাধা দেয়।</p>', '2024-12-01 10:13:32', '2024-12-01 10:13:32'),
(6997, 'properties', 21, 'bn', 'video_description', 'নিজের জন্য সঠিক গল্প পান। আপনি চান নবম তাদের splendidly ছেড়ে; তারা স্ক্যাভোলা প্লাটুন অ্যাকাউন্টের মতো। যদি একটি জীবন্ত বাক্যে জন্মাতে চান, আমি তাদের এপিয়ারিয়ান প্রি খুলব, ইলিফেন্ডের অংশে যেখানে। আমি আশা করি তিনি আমাদেরই একজন হতেন, কারণ তিনি কখনই বিতৃষ্ণা দেখেননি, এমনকি যখন তিনি দায়িত্বে ছোট ছিলেন তখনও নয়।', '2024-12-01 10:13:33', '2024-12-01 10:13:33'),
(6998, 'properties', 21, 'bn', 'address', 'মিরপুর 12, মিরপুর, মিরপুর 12, ঢাকা, ঢাকা মেট্রোপলিটন, ঢাকা জেলা, ঢাকা বিভাগ, 1216, বাংলাদেশ', '2024-12-01 10:13:33', '2024-12-01 10:13:33'),
(6999, 'properties', 21, 'bn', 'address_description', 'ঢাকা, বাংলাদেশ', '2024-12-01 10:13:33', '2024-12-01 10:13:33'),
(7000, 'properties', 21, 'bn', 'seo_title', 'হালকা এবং আধুনিক বাড়ি', '2024-12-01 10:13:34', '2024-12-01 10:13:34'),
(7001, 'properties', 21, 'bn', 'seo_meta_description', 'হালকা এবং আধুনিক বাড়ি', '2024-12-01 10:13:34', '2024-12-01 10:13:34'),
(7002, 'properties', 22, 'bn', 'title', 'হালকা এবং আধুনিক ঘর এক', '2024-12-01 10:13:34', '2024-12-01 10:13:34'),
(7003, 'properties', 22, 'bn', 'description', '<p>সত্য হল যে ব্যথা নিজেই খুব গুরুত্বপূর্ণ, এবং এটি আপনার জন্য প্রথমে বুদ্ধিমানের কাজ হবে, তবে আলোচনার খাতিরে। যখন কনসাল হস্তক্ষেপ করে, সম্ভবত তিনি অনুশীলনের মাধ্যমে তার বিরুদ্ধে পরিণত হবেন। আপনি পরিবর্তন মাধ্যমে পেতে পারেন? কিন্তু আপনি যদি বিপদের সাথে একমত না হন তবে এটি অহংকার করার একটি উপায়\r\n<p>প্রথম কারণের ক্ষেত্রেও নয়। তিনি শুরু থেকেই তাদের কাছে নিয়ে আসেন, আপনি একটি সংজ্ঞা বাঁচতে চান, আমাদের এবং সকলের মাধ্যমে এবং। সমস্ত জিনিস এবং প্রতিদিনের অ্যান্টিওপ। সে প্রথমে আনন্দ দেয়, কিন্তু তারা বলে যে তারা তার সাথে একমত নয়, এবং তবুও আপনি তাদের চান না। তর্কের ভদ্রতায় মধুর সংজ্ঞা, দৃষ্টি থেকে, অস্বাভাবিক হবে। এবং আমি আমার চাটুকার মানে. সমুদ্র সরিয়ে দেয় যা আমরা দেখেছি, আমরা আপনাকে আদেশ করি, যে থেকে বাস্তবায়ন করতে চলে।</p>\r\n<p>প্রথমে মনে হয় না, কিন্তু বিদ্বানদের প্রত্যাখ্যান করা যায় না। কিন্তু নৃশংসভাবে এবং সব আনন্দ, তারা প্রথম বোঝার জন্য চিন্তা. আপনি আমাকে ঘৃণা করবেন শারীরিক উচ্ছ্বাস, এবং বিশ্বের যে. বাহিনী তাদের আরও অগ্রগতিতে রয়েছে, এবং প্রতিপক্ষের ব্যথার জন্য নয়, যাতে এটি প্রতিদিন উপস্থিত থাকে। নাগরিকদের দুজনকে বাদ দেওয়া হোক, যাতে অন্যরা আপনাকে আলিঙ্গন করে। আমার সমস্ত বক্তৃতা এতে বাধা দেয়।</p>', '2024-12-01 10:13:34', '2024-12-01 10:13:34'),
(7004, 'properties', 22, 'bn', 'video_description', 'নিজের জন্য সঠিক গল্প পান। আপনি চান নবম তাদের splendidly ছেড়ে; তারা স্ক্যাভোলা প্লাটুন অ্যাকাউন্টের মতো। যদি একটি জীবন্ত বাক্যে জন্মাতে চান, আমি তাদের এপিয়ারিয়ান প্রি খুলব, ইলিফেন্ডের অংশে যেখানে। আমি আশা করি তিনি আমাদেরই একজন হতেন, কারণ তিনি কখনই বিতৃষ্ণা দেখেননি, এমনকি যখন তিনি দায়িত্বে ছোট ছিলেন তখনও নয়।', '2024-12-01 10:13:35', '2024-12-01 10:13:35'),
(7005, 'properties', 22, 'bn', 'address', 'মিরপুর 12, মিরপুর, মিরপুর 12, ঢাকা, ঢাকা মেট্রোপলিটন, ঢাকা জেলা, ঢাকা বিভাগ, 1216, বাংলাদেশ', '2024-12-01 10:13:35', '2024-12-01 10:13:35'),
(7006, 'properties', 22, 'bn', 'address_description', 'ঢাকা, বাংলাদেশ', '2024-12-01 10:13:35', '2024-12-01 10:13:35'),
(7007, 'properties', 22, 'bn', 'seo_title', 'হালকা এবং আধুনিক বাড়ি', '2024-12-01 10:13:35', '2024-12-01 10:13:35'),
(7008, 'properties', 22, 'bn', 'seo_meta_description', 'হালকা এবং আধুনিক বাড়ি', '2024-12-01 10:13:36', '2024-12-01 10:13:36'),
(7009, 'properties', 23, 'bn', 'title', 'ফিসফিসিং পাইনস আরামদায়ক কটেজ রিট্রিট', '2024-12-01 10:13:36', '2024-12-01 10:13:36'),
(7010, 'properties', 23, 'bn', 'description', '<p>জনপ্রিয় বিশ্বাসের বিপরীতে, লোরেম ইপসাম কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। ভার্জিনিয়ার হ্যাম্পডেন-সিডনি কলেজের একজন ল্যাটিন অধ্যাপক রিচার্ড ম্যাকক্লিনটক লোরেম ইপসাম প্যাসেজ থেকে আরও অস্পষ্ট ল্যাটিন শব্দ, কনসেক্টেটার, এবং ধ্রুপদী সাহিত্যে শব্দের উদ্ধৃতি দিয়ে দেখেছেন।</p>\r\n<p>অসন্দেহজনক উৎস আবিষ্কার করেছে। লোরেম ইপসাম 45 খ্রিস্টপূর্বাব্দে লেখা সিসেরোর \"ডি ফিনিবাস বোনোরাম এট ম্যালোরাম\" (দ্য এক্সট্রিমস অফ গুড অ্যান্ড ইভিল) এর বিভাগ 1.10.32 এবং 1.10.33 থেকে এসেছে। এই বইটি নৈতিকতার তত্ত্বের উপর একটি গ্রন্থ, রেনেসাঁর সময় খুব জনপ্রিয়।</p>', '2024-12-01 10:13:37', '2024-12-01 10:13:37'),
(7011, 'properties', 23, 'bn', 'video_description', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। রিচার্ড ম্যাকক্লিনটক, হ্যাম্পডেনের একজন ল্যাটিন অধ্যাপক প্রধান থেকে চিহ্নিত।', '2024-12-01 10:13:37', '2024-12-01 10:13:37'),
(7012, 'properties', 23, 'bn', 'address', 'মিরপুর ৬, মিরপুর, ঢাকা, ঢাকা মেট্রোপলিটন, ঢাকা জেলা, ঢাকা বিভাগ, ১২১৬, বাংলাদেশ', '2024-12-01 10:13:37', '2024-12-01 10:13:37'),
(7013, 'properties', 23, 'bn', 'address_description', 'ঢাকা, বাংলাদেশ', '2024-12-01 10:13:37', '2024-12-01 10:13:37'),
(7014, 'properties', 23, 'bn', 'seo_title', 'হৃদয়ে বিলাসবহুল হাই-রাইজ অ্যাপার্টমেন্ট', '2024-12-01 10:13:38', '2024-12-01 10:13:38'),
(7015, 'properties', 23, 'bn', 'seo_meta_description', 'হৃদয়ে বিলাসবহুল হাই-রাইজ অ্যাপার্টমেন্ট', '2024-12-01 10:13:38', '2024-12-01 10:13:38'),
(7016, 'properties', 24, 'bn', 'title', 'সানসেট রিজ প্রাইভেট ভিনিয়ার্ড হ্যাভেন', '2024-12-01 10:13:38', '2024-12-01 10:13:38'),
(7017, 'properties', 24, 'bn', 'description', '<p>জনপ্রিয় বিশ্বাসের বিপরীতে, লোরেম ইপসাম কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। ভার্জিনিয়ার হ্যাম্পডেন-সিডনি কলেজের একজন ল্যাটিন অধ্যাপক রিচার্ড ম্যাকক্লিনটক লোরেম ইপসাম প্যাসেজ থেকে আরও অস্পষ্ট ল্যাটিন শব্দ, কনসেক্টেটার, এবং ধ্রুপদী সাহিত্যে শব্দের উদ্ধৃতি দিয়ে দেখেছেন।</p>\r\n<p>অসন্দেহজনক উৎস আবিষ্কার করেছে। লোরেম ইপসাম 45 খ্রিস্টপূর্বাব্দে লেখা সিসেরোর \"ডি ফিনিবাস বোনোরাম এট ম্যালোরাম\" (দ্য এক্সট্রিমস অফ গুড অ্যান্ড ইভিল) এর বিভাগ 1.10.32 এবং 1.10.33 থেকে এসেছে। এই বইটি নৈতিকতার তত্ত্বের উপর একটি গ্রন্থ, রেনেসাঁর সময় খুব জনপ্রিয়।</p>', '2024-12-01 10:13:38', '2024-12-01 10:13:38'),
(7018, 'properties', 24, 'bn', 'video_description', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। রিচার্ড ম্যাকক্লিনটক, হ্যাম্পডেনের একজন ল্যাটিন অধ্যাপক প্রধান থেকে চিহ্নিত।', '2024-12-01 10:13:39', '2024-12-01 10:13:39'),
(7019, 'properties', 24, 'bn', 'address', 'মিরপুর 7, মিরপুর, মিরপুর 7, ঢাকা, ঢাকা মেট্রোপলিটন, ঢাকা জেলা, ঢাকা বিভাগ, 1216, বাংলাদেশ', '2024-12-01 10:13:39', '2024-12-01 10:13:39'),
(7020, 'properties', 24, 'bn', 'address_description', 'ঢাকা, বাংলাদেশ', '2024-12-01 10:13:39', '2024-12-01 10:13:39'),
(7021, 'properties', 24, 'bn', 'seo_title', 'হার্ট টু বিলাসবহুল হাই-রাইজ অ্যাপার্টমেন্ট', '2024-12-01 10:13:39', '2024-12-01 10:13:39'),
(7022, 'properties', 24, 'bn', 'seo_meta_description', 'হার্ট টু বিলাসবহুল হাই-রাইজ অ্যাপার্টমেন্ট', '2024-12-01 10:13:40', '2024-12-01 10:13:40'),
(7023, 'properties', 25, 'bn', 'title', 'ঢাকার প্রাণকেন্দ্রে বিলাসবহুল হাই-রাইজ অ্যাপার্টমেন্ট', '2024-12-01 10:13:40', '2024-12-01 10:13:40'),
(7024, 'properties', 25, 'bn', 'description', '<p>জনপ্রিয় বিশ্বাসের বিপরীতে, লোরেম ইপসাম কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। ভার্জিনিয়ার হ্যাম্পডেন-সিডনি কলেজের একজন ল্যাটিন অধ্যাপক রিচার্ড ম্যাকক্লিনটক লোরেম ইপসাম প্যাসেজ থেকে আরও অস্পষ্ট ল্যাটিন শব্দ, কনসেক্টেটার, এবং ধ্রুপদী সাহিত্যে শব্দের উদ্ধৃতি দিয়ে দেখেছেন।</p>\r\n<p>অসন্দেহজনক উৎস আবিষ্কার করেছে। লোরেম ইপসাম 45 খ্রিস্টপূর্বাব্দে লেখা সিসেরোর \"ডি ফিনিবাস বোনোরাম এট ম্যালোরাম\" (দ্য এক্সট্রিমস অফ গুড অ্যান্ড ইভিল) এর বিভাগ 1.10.32 এবং 1.10.33 থেকে এসেছে। এই বইটি নৈতিকতার তত্ত্বের উপর একটি গ্রন্থ, রেনেসাঁর সময় খুব জনপ্রিয়।</p>', '2024-12-01 10:13:40', '2024-12-01 10:13:40'),
(7025, 'properties', 25, 'bn', 'video_description', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। রিচার্ড ম্যাকক্লিনটক, হ্যাম্পডেনের একজন ল্যাটিন অধ্যাপক প্রধান থেকে চিহ্নিত।', '2024-12-01 10:13:40', '2024-12-01 10:13:40'),
(7026, 'properties', 25, 'bn', 'address', 'মিরপুর দোষ, মিরপুর সেনানিবাস, ঢাকা, ঢাকা মেট্রোপলিটন, ঢাকা জেলা, ঢাকা বিভাগ, ১২১৬, বাংলাদেশ', '2024-12-01 10:13:41', '2024-12-01 10:13:41'),
(7027, 'properties', 25, 'bn', 'address_description', 'ঢাকা, বাংলাদেশ', '2024-12-01 10:13:41', '2024-12-01 10:13:41'),
(7028, 'properties', 25, 'bn', 'seo_title', 'ঢাকার প্রাণকেন্দ্রে বিলাসবহুল হাই-রাইজ অ্যাপার্টমেন্ট', '2024-12-01 10:13:41', '2024-12-01 10:13:41'),
(7029, 'properties', 25, 'bn', 'seo_meta_description', 'ঢাকার প্রাণকেন্দ্রে বিলাসবহুল হাই-রাইজ অ্যাপার্টমেন্ট', '2024-12-01 10:13:42', '2024-12-01 10:13:42'),
(7030, 'properties', 26, 'bn', 'title', 'স্টারলাইট ভিউ মাউন্টেন কেবিন এস্কেপ', '2024-12-01 10:13:42', '2024-12-01 10:13:42'),
(7031, 'properties', 26, 'bn', 'description', '<p>দুই শত্রু থাকাই ভালো, যাতে ভয়ে সে এটা বের করে ফেলতে পারে। যখন আমি অন্যদের মধ্যে কিছু করি, তখন আমি অভিবাদন জানাই এবং এর মাধ্যমে খোলা থাকি। এটি সর্বোচ্চ পরীক্ষার শক্তি থেকে ঘটবে, প্রথম বাক্যটির রোস্টিং থেকে, তার চেয়ে বেশি সংযমী ইন্দ্রিয়দের চাটুকার। তারা আমাদের দ্বারা খুব কমই অবহেলিত।</p>\r\n<p>এটা হল প্রবীণদের সপ্তাহান্তে, যাদের আমি উল্লেখ করেছি, তারা খুব কমই স্বাগত জানায়। সত্য প্রকাশের জন্য তারা সমালোচনা করে। একজন জ্ঞানী ব্যক্তির মাধ্যমে সফল হওয়ার জন্য, যতগুলি লেখা ব্যবহার করুন। খেলোয়াড়দের আপনার জন্য অপেক্ষা করতে দিন, যার জন্য আপনি যুক্তি প্রস্তুত করেন, এমন কেউ থাকতে দিন যার সাথে আমি একই সময়ে অভিযুক্ত করব। ডেভেলপারদের প্রত্যাখ্যান করা তার জন্য একটি নিখুঁত অভ্যাস ছিল, কারণ তারা খারাপ ছিল। তিনি মধু দেখেছেন কিনা তা বিচার করবেন।</p>\r\n<p>ক্ষুধার গল্প আপনার জন্য সঠিক। আপনি চান নবম তাদের splendidly ছেড়ে; তারা স্ক্যাভোলা প্লাটুন অ্যাকাউন্টের মতো। যদি একটি জীবন্ত বাক্যে জন্মাতে চান, আমি তাদের এপিয়ারিয়ান প্রি খুলব, ইলিফেন্ডের অংশে যেখানে। আমি আশা করি তিনি আমাদেরই একজন হতেন, কারণ তিনি কখনও বিতৃষ্ণা দেখেননি, এমনকি যৌবনে অভিনয় করেও নয়৷</p>', '2024-12-01 10:13:42', '2024-12-01 10:13:42'),
(7032, 'properties', 26, 'bn', 'video_description', 'নিজের জন্য সঠিক গল্প পান। আপনি নবম তাদের splendidly ছেড়ে দিতে চান; তারা স্ক্যাভোলা প্লাটুন অ্যাকাউন্টের মতো। যদি একটি জীবন্ত বাক্যে জন্মাতে চান, আমি তাদের এপিয়ারিয়ান প্রি খুলব, ইলিফেন্ডের অংশে যেখানে। আমি আশা করি তিনি আমাদেরই একজন হতেন, কারণ তিনি কখনই বিতৃষ্ণা দেখেননি, এমনকি যখন তিনি দায়িত্বে ছোট ছিলেন তখনও নয়।', '2024-12-01 10:13:42', '2024-12-01 10:13:42'),
(7033, 'properties', 26, 'bn', 'address', 'সাদুল্লাপুর, সাভার মহকুমা, ঢাকা জেলা, ঢাকা বিভাগ, বাংলাদেশ', '2024-12-01 10:13:43', '2024-12-01 10:13:43'),
(7034, 'properties', 26, 'bn', 'address_description', 'ঢাকা, বাংলাদেশ', '2024-12-01 10:13:43', '2024-12-01 10:13:43'),
(7035, 'properties', 26, 'bn', 'seo_title', 'একটি বিলাসবহুল উচ্চতায় সম্পূর্ণরূপে সজ্জিত এক্সিকিউটিভ স্যুট', '2024-12-01 10:13:43', '2024-12-01 10:13:43'),
(7036, 'properties', 26, 'bn', 'seo_meta_description', 'একটি বিলাসবহুল উচ্চতায় সম্পূর্ণরূপে সজ্জিত এক্সিকিউটিভ স্যুট', '2024-12-01 10:13:43', '2024-12-01 10:13:43'),
(7037, 'properties', 27, 'bn', 'title', 'এভারগ্রিন মেডোজ ফ্যামিলি হোমস্টেড গেটওয়ে', '2024-12-01 10:13:44', '2024-12-01 10:13:44'),
(7038, 'properties', 27, 'bn', 'description', '<p>দুই শত্রু থাকাই ভালো, যাতে ভয়ে সে এটা বের করে ফেলতে পারে। যখন আমি অন্যদের মধ্যে কিছু করি, তখন আমি অভিবাদন জানাই এবং এর মাধ্যমে খোলা থাকি। এটি সর্বোচ্চ পরীক্ষার শক্তি থেকে ঘটবে, প্রথম বাক্যটির রোস্টিং থেকে, তার চেয়ে বেশি সংযমী ইন্দ্রিয়দের চাটুকার। তারা আমাদের দ্বারা খুব কমই অবহেলিত।</p>\r\n<p>এটা হল প্রবীণদের সপ্তাহান্তে, যাদের আমি উল্লেখ করেছি, তারা খুব কমই স্বাগত জানায়। সত্য প্রকাশের জন্য তারা সমালোচনা করে। একজন জ্ঞানী ব্যক্তির মাধ্যমে সফল হওয়ার জন্য, যতগুলি লেখা ব্যবহার করুন। অনুরাগীরা আপনার জন্য অপেক্ষা করতে দিন, যার জন্য আপনি যুক্তি প্রস্তুত করেন, এমন কাউকে থাকতে দিন যার সাথে আমি একই সাথে অভিযোগ করব। ডেভেলপারদের প্রত্যাখ্যান করা তার জন্য একটি নিখুঁত অভ্যাস ছিল, কারণ তারা খারাপ ছিল। তিনি মধু দেখেছেন কিনা তা বিচার করবেন।</p>\r\n<p>ক্ষুধার গল্প আপনার জন্য সঠিক। আপনি নবম তাদের splendidly ছেড়ে দিতে চান; তারা স্ক্যাভোলা প্লাটুন অ্যাকাউন্টের মতো। যদি একটি জীবন্ত বাক্যে জন্মাতে চান, আমি তাদের এপিয়ারিয়ান প্রি খুলব, ইলিফেন্ডের অংশে যেখানে। আমি আশা করি তিনি আমাদের একজন হতেন, কারণ তিনি কখনই বিতৃষ্ণা দেখেননি, এমনকি যৌবনে অভিনয় করেও নয়', '2024-12-01 10:13:44', '2024-12-01 10:13:44'),
(7039, 'properties', 27, 'bn', 'video_description', 'দু\'জনের চেয়ে ভালো শত্রু যে, তা নিয়ে কাজ করতে ভয় পেত। যখন আমি অন্যদের মধ্যে কিছু করি, তখন আমি অভিবাদন জানাই এবং এর মাধ্যমে খোলা থাকি। এটি সর্বোচ্চ পরীক্ষার শক্তি থেকে ঘটবে, প্রথম বাক্যটির রোস্টিং থেকে, তার চেয়ে বেশি সংযমী ইন্দ্রিয়দের চাটুকার। তারা আমাদের দ্বারা খুব কমই অবহেলিত।\r\n\r\nসেই গুরুজনদের সাপ্তাহিক ছুটি, যাদের কথা বলেছি, তারা খুব কমই মেনে নিয়েছেন। সত্য প্রকাশের জন্য তারা সমালোচনা করে। একজন জ্ঞানী ব্যক্তির মাধ্যমে সফল হওয়ার জন্য, যতগুলি লেখা ব্যবহার করুন। অনুরাগীরা আপনার জন্য অপেক্ষা করতে দিন, যার জন্য আপনি যুক্তি প্রস্তুত করেন, এমন কাউকে থাকতে দিন যার সাথে আমি একই সাথে অভিযোগ করব। ডেভেলপারদের প্রত্যাখ্যান করা তার জন্য একটি নিখুঁত অভ্যাস ছিল, কারণ তারা খারাপ ছিল। তিনিই বিচার করবেন মধু দেখেছেন কিনা।', '2024-12-01 10:13:45', '2024-12-01 10:13:45'),
(7040, 'properties', 27, 'bn', 'address', 'সাদুল্লাপুর, সাভার মহকুমা, ঢাকা জেলা, ঢাকা বিভাগ, বাংলাদেশ', '2024-12-01 10:13:45', '2024-12-01 10:13:45'),
(7041, 'properties', 27, 'bn', 'address_description', 'ঢাকা, বাংলাদেশ', '2024-12-01 10:13:45', '2024-12-01 10:13:45'),
(7042, 'properties', 27, 'bn', 'seo_title', 'আমরা তাকে সহজ বলে অভিযুক্ত করি', '2024-12-01 10:13:45', '2024-12-01 10:13:45'),
(7043, 'properties', 27, 'bn', 'seo_meta_description', 'হালকা এবং আধুনিক বাড়ি', '2024-12-01 10:13:46', '2024-12-01 10:13:46'),
(7044, 'properties', 28, 'bn', 'title', 'ক্রিস্টাল ওয়াটারস বিচফ্রন্ট প্যারাডাইস রিসোর্ট', '2024-12-01 10:13:46', '2024-12-01 10:13:46'),
(7045, 'properties', 28, 'bn', 'description', '<p>দুই শত্রু থাকাই ভালো, যাতে ভয়ে সে এটা বের করে ফেলতে পারে। যখন আমি অন্যদের মধ্যে কিছু করি, তখন আমি অভিবাদন জানাই এবং এর মাধ্যমে খোলা থাকি। এটি সর্বোচ্চ পরীক্ষার শক্তি থেকে ঘটবে, প্রথম বাক্যটির রোস্টিং থেকে, তার চেয়ে বেশি সংযমী ইন্দ্রিয়দের চাটুকার। তারা আমাদের দ্বারা খুব কমই অবহেলিত।</p>\r\n<p>এটা হল প্রবীণদের সপ্তাহান্তে, যাদের আমি উল্লেখ করেছি, তারা খুব কমই স্বাগত জানায়। সত্য প্রকাশের জন্য তারা সমালোচনা করে। একজন জ্ঞানী ব্যক্তির মাধ্যমে সফল হওয়ার জন্য, যতগুলি লেখা ব্যবহার করুন। অনুরাগীরা আপনার জন্য অপেক্ষা করতে দিন, যার জন্য আপনি যুক্তি প্রস্তুত করেন, এমন কাউকে থাকতে দিন যার সাথে আমি একই সাথে অভিযোগ করব। ডেভেলপারদের প্রত্যাখ্যান করা তার জন্য একটি নিখুঁত অভ্যাস ছিল, কারণ তারা খারাপ ছিল। তিনি মধু দেখেছেন কিনা তা বিচার করবেন।</p>\r\n<p>ক্ষুধার গল্প আপনার জন্য সঠিক। আপনি নবম তাদের splendidly ছেড়ে দিতে চান; তারা স্ক্যাভোলা প্লাটুন অ্যাকাউন্টের মতো। যদি একটি জীবন্ত বাক্যে জন্মাতে চান, আমি তাদের এপিয়ারিয়ান প্রি খুলব, ইলিফেন্ডের অংশে যেখানে। আমি আশা করি তিনি আমাদেরই একজন হতেন, কারণ তিনি কখনও বিতৃষ্ণা দেখেননি, এমনকি যৌবনে অভিনয় করেও নয়৷</p>', '2024-12-01 10:13:46', '2024-12-01 10:13:46'),
(7046, 'properties', 28, 'bn', 'video_description', 'দু\'জনের চেয়ে ভালো শত্রু যে, তা নিয়ে কাজ করতে ভয় পেত। যখন আমি অন্যদের মধ্যে কিছু করি, তখন আমি অভিবাদন জানাই এবং এর মাধ্যমে খোলা থাকি। এটি সর্বোচ্চ পরীক্ষার শক্তি থেকে ঘটবে, প্রথম বাক্যটির রোস্টিং থেকে, তার চেয়ে বেশি সংযমী ইন্দ্রিয়দের চাটুকার। তারা আমাদের দ্বারা খুব কমই অবহেলিত।', '2024-12-01 10:13:47', '2024-12-01 10:13:47'),
(7047, 'properties', 28, 'bn', 'address', 'সাদুল্লাপুর, সাভার মহকুমা, ঢাকা জেলা, ঢাকা বিভাগ, বাংলাদেশ', '2024-12-01 10:13:47', '2024-12-01 10:13:47'),
(7048, 'properties', 28, 'bn', 'address_description', 'সাদুল্লাপুর, সাভার মহকুমা, ঢাকা জেলা, ঢাকা বিভাগ, বাংলাদেশ', '2024-12-01 10:13:47', '2024-12-01 10:13:47'),
(7049, 'properties', 28, 'bn', 'seo_title', 'তিনি যে সব', '2024-12-01 10:13:47', '2024-12-01 10:13:47'),
(7050, 'properties', 28, 'bn', 'seo_meta_description', 'হৃদয়ে বিলাসবহুল হাই-রাইজ অ্যাপার্টমেন্ট', '2024-12-01 10:13:48', '2024-12-01 10:13:48'),
(7051, 'properties', 29, 'bn', 'title', 'সেরেনিটি হিলস লাক্সারি এস্টেট রিট্রিট', '2024-12-01 10:13:48', '2024-12-01 10:13:48'),
(7052, 'properties', 29, 'bn', 'description', '<p>জনপ্রিয় বিশ্বাসের বিপরীতে, লোরেম ইপসাম কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। ভার্জিনিয়ার হ্যাম্পডেন-সিডনি কলেজের একজন ল্যাটিন অধ্যাপক রিচার্ড ম্যাকক্লিনটক লোরেম ইপসাম প্যাসেজ থেকে আরও অস্পষ্ট ল্যাটিন শব্দ, কনসেক্টেটার, এবং ধ্রুপদী সাহিত্যে শব্দের উদ্ধৃতি দিয়ে দেখেছেন।</p>\r\n<p>অসন্দেহজনক উৎস আবিষ্কার করেছে। লোরেম ইপসাম 45 খ্রিস্টপূর্বাব্দে লেখা সিসেরোর \"ডি ফিনিবাস বোনোরাম এট ম্যালোরাম\" (দ্য এক্সট্রিমস অফ গুড অ্যান্ড ইভিল) এর বিভাগ 1.10.32 এবং 1.10.33 থেকে এসেছে। এই বইটি নৈতিকতার তত্ত্বের উপর একটি গ্রন্থ, রেনেসাঁর সময় খুব জনপ্রিয়।</p>', '2024-12-01 10:13:48', '2024-12-01 10:13:48'),
(7053, 'properties', 29, 'bn', 'video_description', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। রিচার্ড ম্যাকক্লিনটক, ভার্জিনিয়ার হ্যাম্পডেন-সিডনি কলেজের একজন ল্যাটিন অধ্যাপক, একটি লরেম ইপসাম প্যাসেজ থেকে আরও অস্পষ্ট ল্যাটিন শব্দ, কনসেক্টেটুর, এবং ধ্রুপদী সাহিত্যে শব্দের উদ্ধৃতি দিয়ে দেখেছেন।', '2024-12-01 10:13:49', '2024-12-01 10:13:49'),
(7054, 'properties', 29, 'bn', 'address', 'সাদুল্লাপুর, সাভার মহকুমা, ঢাকা জেলা, ঢাকা বিভাগ, বাংলাদেশ', '2024-12-01 10:13:49', '2024-12-01 10:13:49'),
(7055, 'properties', 29, 'bn', 'address_description', 'ঢাকা, বাংলাদেশ', '2024-12-01 10:13:49', '2024-12-01 10:13:49'),
(7056, 'properties', 29, 'bn', 'seo_title', 'আমি তাকে প্রতিবার আপডেট করব', '2024-12-01 10:13:49', '2024-12-01 10:13:49'),
(7057, 'properties', 29, 'bn', 'seo_meta_description', 'হালকা এবং আধুনিক বাড়ি', '2024-12-01 10:13:50', '2024-12-01 10:13:50'),
(7058, 'property_plans', 1, 'bn', 'title', 'প্রথম তলা', '2024-12-01 10:13:50', '2024-12-01 10:13:50'),
(7059, 'property_plans', 1, 'bn', 'description', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। হ্যাম্পডেন-সিডনি সি এর ল্যাটিন অধ্যাপক রিচার্ড ম্যাকক্লিনটক', '2024-12-01 10:13:50', '2024-12-01 10:13:50'),
(7060, 'property_plans', 2, 'bn', 'title', 'দ্বিতীয় তলা', '2024-12-01 10:13:51', '2024-12-01 10:13:51'),
(7061, 'property_plans', 2, 'bn', 'description', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। হ্যাম্পডেন-সিডনি সি এর ল্যাটিন অধ্যাপক রিচার্ড ম্যাকক্লিনটক', '2024-12-01 10:13:51', '2024-12-01 10:13:51'),
(7062, 'property_plans', 3, 'bn', 'title', 'প্রথম তলা', '2024-12-01 10:13:51', '2024-12-01 10:13:51'),
(7063, 'property_plans', 3, 'bn', 'description', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। হ্যাম্পডেন-সিডনির ল্যাটিন অধ্যাপক রিচার্ড ম্যাকক্লিনটক', '2024-12-01 10:13:51', '2024-12-01 10:13:51'),
(7064, 'property_plans', 4, 'bn', 'title', 'দ্বিতীয় তলা', '2024-12-01 10:13:52', '2024-12-01 10:13:52'),
(7065, 'property_plans', 4, 'bn', 'description', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। হ্যাম্পডেন-সিডনির ল্যাটিন অধ্যাপক রিচার্ড ম্যাকক্লিনটক', '2024-12-01 10:13:52', '2024-12-01 10:13:52'),
(7066, 'property_plans', 5, 'bn', 'title', 'প্রথম তলা', '2024-12-01 10:13:52', '2024-12-01 10:13:52'),
(7067, 'property_plans', 5, 'bn', 'description', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। হ্যাম্পডেন-সিডনির ল্যাটিন অধ্যাপক রিচার্ড ম্যাকক্লিনটক', '2024-12-01 10:13:52', '2024-12-01 10:13:52'),
(7068, 'property_plans', 6, 'bn', 'title', 'দ্বিতীয় তলা', '2024-12-01 10:13:53', '2024-12-01 10:13:53'),
(7069, 'property_plans', 6, 'bn', 'description', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। হ্যাম্পডেন-সিডনির ল্যাটিন অধ্যাপক রিচার্ড ম্যাকক্লিনটক', '2024-12-01 10:13:53', '2024-12-01 10:13:53'),
(7070, 'property_plans', 7, 'bn', 'title', 'দ্বিতীয় তলা', '2024-12-01 10:13:53', '2024-12-01 10:13:53'),
(7071, 'property_plans', 7, 'bn', 'description', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। রিচার্ড ম্যাকক্লিনটক, হ্যাম্পডেনের একজন ল্যাটিন অধ্যাপক প্রধান থেকে চিহ্নিত।', '2024-12-01 10:13:53', '2024-12-01 10:13:53'),
(7072, 'property_plans', 8, 'bn', 'title', 'দ্বিতীয় তলা', '2024-12-01 10:13:54', '2024-12-01 10:13:54'),
(7073, 'property_plans', 8, 'bn', 'description', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। রিচার্ড ম্যাকক্লিনটক, হ্যাম্পডেনের একজন ল্যাটিন অধ্যাপক প্রধান থেকে চিহ্নিত।', '2024-12-01 10:13:54', '2024-12-01 10:13:54'),
(7074, 'property_plans', 9, 'bn', 'title', 'প্রথম তলা', '2024-12-01 10:13:54', '2024-12-01 10:13:54'),
(7075, 'property_plans', 9, 'bn', 'description', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। রিচার্ড ম্যাকক্লিনটক, হ্যাম্পডেনের একজন ল্যাটিন অধ্যাপক প্রধান থেকে চিহ্নিত।', '2024-12-01 10:13:55', '2024-12-01 10:13:55'),
(7076, 'property_plans', 10, 'bn', 'title', 'দ্বিতীয় তলা', '2024-12-01 10:13:55', '2024-12-01 10:13:55'),
(7077, 'property_plans', 10, 'bn', 'description', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। রিচার্ড ম্যাকক্লিনটক, হ্যাম্পডেনের একজন ল্যাটিন অধ্যাপক প্রধান থেকে চিহ্নিত।', '2024-12-01 10:13:55', '2024-12-01 10:13:55'),
(7078, 'property_plans', 11, 'bn', 'title', '৪র্থ তলা', '2024-12-01 10:13:55', '2024-12-01 10:13:55'),
(7079, 'property_plans', 11, 'bn', 'description', 'আপনি যখন সেই বন সম্পদের পেছনে ছুটবেন, তখন তার জন্য এর চেয়ে ভালো বিকল্প আর নেই। আপনার সাথে অন্যরা অবহেলিত। cu সহ ল্যাটিন ভাষায় সত্যায়িত। তিনি বুঝতে পেরেছিলেন যে উল্লিখিত শক্তিটি মন্দ উদ্দেশ্যে ব্যবহার করা উচিত নয়, কারণ তিনি ইলিফেন্ডের প্রতি আরও ভদ্র ছিলেন। তার জন্য এমন একটি উপহার রয়েছে, তিনি ন্যায্য মূল্যে এসবের বিচার করবেন।', '2024-12-01 10:13:56', '2024-12-01 10:13:56'),
(7080, 'property_plans', 12, 'bn', 'title', '৫ম তলা', '2024-12-01 10:13:56', '2024-12-01 10:13:56');
INSERT INTO `translations` (`id`, `translatable_type`, `translatable_id`, `lang_code`, `key`, `value`, `created_at`, `updated_at`) VALUES
(7081, 'property_plans', 12, 'bn', 'description', 'আপনি যখন সেই বন সম্পদের পেছনে ছুটবেন, তখন তার জন্য এর চেয়ে ভালো বিকল্প আর নেই। আপনার সাথে অন্যরা অবহেলিত। cu সহ ল্যাটিন ভাষায় সত্যায়িত। তিনি বুঝতে পেরেছিলেন যে উল্লিখিত শক্তিটি খারাপ উদ্দেশ্যে ব্যবহার করা উচিত নয়, কারণ তিনি এলিফেন্ডের কাছে আরও ভদ্র ছিলেন। তার জন্য এমন একটি উপহার রয়েছে, তিনি ন্যায্য মূল্যে এসবের বিচার করবেন।', '2024-12-01 10:13:56', '2024-12-01 10:13:56'),
(7082, 'property_plans', 13, 'bn', 'title', 'তৃতীয় তলা', '2024-12-01 10:13:56', '2024-12-01 10:13:56'),
(7083, 'property_plans', 13, 'bn', 'description', 'আমরা চাই সে একগুঁয়ে থাকুক, যাতে সে বোকা না হয়। এবং আমি আমার প্রশস্ততা আপনার কাছে ফিরিয়ে দেব না, তবে আমি এটিকে আরও ভাল বিকল্প থেকে ভয় করব, তাদের থেকেও মুক্ত। এটি একই সময়ে রুবারগ্রেন সঙ্কুচিত করা যাক, আমি তাদের অন্তত উল্লেখ করব। এবং ঘোষণাগুলি খুব কমই তৈরি হয়েছিল। আমাদের আমার ব্যবহার করা উচিত নয়।', '2024-12-01 10:13:57', '2024-12-01 10:13:57'),
(7084, 'property_plans', 14, 'bn', 'title', 'ছয় তলা', '2024-12-01 10:13:57', '2024-12-01 10:13:57'),
(7085, 'property_plans', 14, 'bn', 'description', 'আমরা চাই সে একগুঁয়ে থাকুক, যাতে সে বোকা না হয়। এবং আমি আমার প্রশস্ততা আপনার কাছে ফিরিয়ে দেব না, তবে একটি ভাল বিকল্প থেকে, আমি তাদের কাছ থেকেও মুক্তি পাওয়ার ভয় পাব। এটি একই সময়ে রুবারগ্রেন সঙ্কুচিত করা যাক, আমি তাদের অন্তত উল্লেখ করব। এবং ঘোষণাগুলি খুব কমই তৈরি হয়েছিল। আমাদের আমার ব্যবহার না করা যাক.', '2024-12-01 10:13:57', '2024-12-01 10:13:57'),
(7086, 'property_plans', 15, 'bn', 'title', 'প্রথম তলা', '2024-12-01 10:13:57', '2024-12-01 10:13:57'),
(7087, 'property_plans', 15, 'bn', 'description', 'আপনি যখন সেই বন সম্পদের পেছনে ছুটবেন, তখন তার জন্য এর চেয়ে ভালো বিকল্প আর নেই। আপনার সাথে অন্যরা অবহেলিত। cu সহ ল্যাটিন ভাষায় সত্যায়িত। তিনি বুঝতে পেরেছিলেন যে উল্লিখিত শক্তিটি মন্দ উদ্দেশ্যে ব্যবহার করা উচিত নয়, কারণ তিনি ইলিফেন্ডের প্রতি আরও ভদ্র ছিলেন। তার জন্য এমন একটি উপহার রয়েছে, তিনি ন্যায্য মূল্যে এসবের বিচার করবেন।', '2024-12-01 10:13:58', '2024-12-01 10:13:58'),
(7088, 'property_plans', 16, 'bn', 'title', 'দ্বিতীয় তলা', '2024-12-01 10:13:58', '2024-12-01 10:13:58'),
(7089, 'property_plans', 16, 'bn', 'description', 'আপনি যখন সেই বন সম্পদের পেছনে ছুটবেন, তখন তার জন্য এর চেয়ে ভালো বিকল্প আর নেই। আপনার সাথে অন্যরা অবহেলিত। cu সহ ল্যাটিন ভাষায় সত্যায়িত। তিনি বুঝতে পেরেছিলেন যে উল্লিখিত শক্তিটি খারাপ উদ্দেশ্যে ব্যবহার করা উচিত নয়, কারণ তিনি এলিফেন্ডের কাছে আরও ভদ্র ছিলেন। তার জন্য এমন একটি উপহার রয়েছে, তিনি ন্যায্য মূল্যে এসবের বিচার করবেন।', '2024-12-01 10:13:58', '2024-12-01 10:13:58'),
(7090, 'property_plans', 17, 'bn', 'title', 'প্রথম তলা', '2024-12-01 10:13:59', '2024-12-01 10:13:59'),
(7091, 'property_plans', 17, 'bn', 'description', 'দু\'জনের চেয়ে ভালো শত্রু যে, তা নিয়ে কাজ করতে ভয় পেত। যখন আমি অন্যদের মধ্যে কিছু করি, তখন আমি অভিবাদন জানাই এবং এর মাধ্যমে খোলা থাকি। এটি সর্বোচ্চ পরীক্ষার শক্তি থেকে ঘটবে, প্রথম বাক্যটির রোস্টিং থেকে, তার চেয়ে বেশি সংযমী ইন্দ্রিয়দের চাটুকার। তারা আমাদের দ্বারা খুব কমই অবহেলিত।', '2024-12-01 10:13:59', '2024-12-01 10:13:59'),
(7092, 'property_plans', 18, 'bn', 'title', 'দ্বিতীয় তলা', '2024-12-01 10:13:59', '2024-12-01 10:13:59'),
(7093, 'property_plans', 18, 'bn', 'description', 'দু\'জনের চেয়ে ভালো শত্রু যে, তা নিয়ে কাজ করতে ভয় পেত। যখন আমি অন্যদের মধ্যে কিছু করি, তখন আমি অভিবাদন জানাই এবং এর মাধ্যমে খোলা থাকি। এটি সর্বোচ্চ পরীক্ষার শক্তি থেকে ঘটবে, প্রথম বাক্যটির রোস্টিং থেকে, তার চেয়ে বেশি সংযমী ইন্দ্রিয়দের চাটুকার। তারা আমাদের দ্বারা খুব কমই অবহেলিত।', '2024-12-01 10:13:59', '2024-12-01 10:13:59'),
(7094, 'property_plans', 19, 'bn', 'title', 'প্রথম তলা', '2024-12-01 10:14:00', '2024-12-01 10:14:00'),
(7095, 'property_plans', 19, 'bn', 'description', 'আমরা চাই সে একগুঁয়ে থাকুক, যাতে সে বোকা না হয়। এবং আমি আমার প্রশস্ততা আপনার কাছে ফিরিয়ে দেব না, তবে আমি এটিকে আরও ভাল বিকল্প থেকে ভয় করব, তাদের থেকেও মুক্ত। এটি একই সময়ে রুবারগ্রেন সঙ্কুচিত করা যাক, আমি তাদের অন্তত উল্লেখ করব। এবং ঘোষণাগুলি খুব কমই তৈরি হয়েছিল। আমাদের আমার ব্যবহার করা উচিত নয়।', '2024-12-01 10:14:00', '2024-12-01 10:14:00'),
(7096, 'property_plans', 20, 'bn', 'title', 'দ্বিতীয় তলা', '2024-12-01 10:14:00', '2024-12-01 10:14:00'),
(7097, 'property_plans', 20, 'bn', 'description', 'আমরা চাই সে একগুঁয়ে থাকুক, যাতে সে বোকা না হয়। এবং আমি আমার প্রশস্ততা আপনার কাছে ফিরিয়ে দেব না, তবে একটি ভাল বিকল্প থেকে, আমি তাদের কাছ থেকেও মুক্তি পাওয়ার ভয় পাব। এটি একই সময়ে রুবারগ্রেন সঙ্কুচিত করা যাক, আমি তাদের অন্তত উল্লেখ করব। এবং ঘোষণাগুলি খুব কমই তৈরি হয়েছিল। আমাদের আমার ব্যবহার না করা যাক.', '2024-12-01 10:14:00', '2024-12-01 10:14:00'),
(7098, 'property_plans', 21, 'bn', 'title', 'প্রথম তলা', '2024-12-01 10:14:01', '2024-12-01 10:14:01'),
(7099, 'property_plans', 21, 'bn', 'description', 'আপনি যখন সেই বন সম্পদের পেছনে ছুটবেন, তখন তার জন্য এর চেয়ে ভালো বিকল্প আর নেই। আপনার সাথে অন্যরা অবহেলিত। cu সহ ল্যাটিন ভাষায় সত্যায়িত। তিনি বুঝতে পেরেছিলেন যে উল্লিখিত শক্তিটি মন্দ উদ্দেশ্যে ব্যবহার করা উচিত নয়, কারণ তিনি ইলিফেন্ডের প্রতি আরও ভদ্র ছিলেন। তার জন্য এমন একটি উপহার রয়েছে, তিনি ন্যায্য মূল্যে এসবের বিচার করবেন।', '2024-12-01 10:14:01', '2024-12-01 10:14:01'),
(7100, 'property_plans', 22, 'bn', 'title', 'দ্বিতীয় তলা', '2024-12-01 10:14:01', '2024-12-01 10:14:01'),
(7101, 'property_plans', 22, 'bn', 'description', 'আপনি যখন সেই বন সম্পদের পেছনে ছুটবেন, তখন তার জন্য এর চেয়ে ভালো বিকল্প আর নেই। আপনার সাথে অন্যরা অবহেলিত। cu সহ ল্যাটিন ভাষায় সত্যায়িত। তিনি বুঝতে পেরেছিলেন যে উল্লিখিত শক্তিটি মন্দ উদ্দেশ্যে ব্যবহার করা উচিত নয়, কারণ তিনি ইলিফেন্ডের প্রতি আরও ভদ্র ছিলেন। তার জন্য এমন একটি উপহার রয়েছে, তিনি ন্যায্য মূল্যে এসবের বিচার করবেন।', '2024-12-01 10:14:01', '2024-12-01 10:14:01'),
(7102, 'property_plans', 23, 'bn', 'title', 'নিচতলা', '2024-12-01 10:14:02', '2024-12-01 10:14:02'),
(7103, 'property_plans', 23, 'bn', 'description', 'দু\'জনের চেয়ে ভালো শত্রু যে, তা নিয়ে কাজ করতে ভয় পেত। যখন আমি অন্যদের মধ্যে কিছু করি, তখন আমি অভিবাদন জানাই এবং এর মাধ্যমে খোলা থাকি। এটি সর্বোচ্চ পরীক্ষার শক্তি থেকে ঘটবে, প্রথম বাক্যটির রোস্টিং থেকে, তার চেয়ে বেশি সংযমী ইন্দ্রিয়দের চাটুকার। তারা আমাদের দ্বারা খুব কমই অবহেলিত।', '2024-12-01 10:14:02', '2024-12-01 10:14:02'),
(7104, 'property_plans', 24, 'bn', 'title', 'টপ ফ্লোর', '2024-12-01 10:14:02', '2024-12-01 10:14:02'),
(7105, 'property_plans', 24, 'bn', 'description', 'দু\'জনের চেয়ে ভালো শত্রু যে, তা নিয়ে কাজ করতে ভয় পেত। যখন আমি অন্যদের মধ্যে কিছু করি, তখন আমি অভিবাদন জানাই এবং এর মাধ্যমে খোলা থাকি। এটি সর্বোচ্চ পরীক্ষার শক্তি থেকে ঘটবে, প্রথম বাক্যটির রোস্টিং থেকে, তার চেয়ে বেশি সংযমী ইন্দ্রিয়দের চাটুকার। তারা আমাদের দ্বারা খুব কমই অবহেলিত।', '2024-12-01 10:14:03', '2024-12-01 10:14:03'),
(7106, 'property_plans', 25, 'bn', 'title', 'নিচতলা', '2024-12-01 10:14:03', '2024-12-01 10:14:03'),
(7107, 'property_plans', 25, 'bn', 'description', 'নিজের জন্য সঠিক গল্প পান। আপনি চান নবম তাদের splendidly ছেড়ে; তারা স্ক্যাভোলা প্লাটুন অ্যাকাউন্টের মতো। যদি একটি জীবন্ত বাক্যে জন্মাতে চান, আমি তাদের এপিয়ারিয়ান প্রি খুলব, ইলিফেন্ডের অংশে যেখানে। আমি আশা করি তিনি আমাদেরই একজন হতেন, কারণ তিনি কখনই বিতৃষ্ণা দেখেননি, এমনকি যখন তিনি দায়িত্বে ছোট ছিলেন তখনও নয়।', '2024-12-01 10:14:03', '2024-12-01 10:14:03'),
(7108, 'property_plans', 26, 'bn', 'title', 'প্রথম তলা', '2024-12-01 10:14:04', '2024-12-01 10:14:04'),
(7109, 'property_plans', 26, 'bn', 'description', 'নিজের জন্য সঠিক গল্প পান। আপনি নবম তাদের splendidly ছেড়ে দিতে চান; তারা স্ক্যাভোলা প্লাটুন অ্যাকাউন্টের মতো। যদি একটি জীবন্ত বাক্যে জন্মাতে চান, আমি তাদের এপিয়ারিয়ান প্রি খুলব, ইলিফেন্ডের অংশে যেখানে। আমি আশা করি তিনি আমাদেরই একজন হতেন, কারণ তিনি কখনই বিতৃষ্ণা দেখেননি, এমনকি যখন তিনি দায়িত্বে ছোট ছিলেন তখনও নয়।', '2024-12-01 10:14:04', '2024-12-01 10:14:04'),
(7110, 'property_plans', 27, 'bn', 'title', 'নিচতলা', '2024-12-01 10:14:04', '2024-12-01 10:14:04'),
(7111, 'property_plans', 27, 'bn', 'description', 'সেই বড়দের সপ্তাহান্তে, যাদের কথা বলেছি, তারা খুব কমই মেনে নিয়েছেন। সত্য প্রকাশের জন্য তারা সমালোচনা করে। একজন জ্ঞানী ব্যক্তির মাধ্যমে সফল হওয়ার জন্য, যতগুলি লেখা ব্যবহার করুন। খেলোয়াড়দের আপনার জন্য অপেক্ষা করতে দিন, যার জন্য আপনি যুক্তি প্রস্তুত করেন, এমন কেউ থাকতে দিন যার সাথে আমি একই সময়ে অভিযুক্ত করব।', '2024-12-01 10:14:04', '2024-12-01 10:14:04'),
(7112, 'property_plans', 28, 'bn', 'title', 'দ্বিতীয় তলা', '2024-12-01 10:14:05', '2024-12-01 10:14:05'),
(7113, 'property_plans', 28, 'bn', 'description', 'সেই বড়দের সপ্তাহান্তে, যাদের কথা বলেছি, তারা খুব কমই মেনে নিয়েছেন। সত্য প্রকাশের জন্য তারা সমালোচনা করে। একজন জ্ঞানী ব্যক্তির মাধ্যমে সফল হওয়ার জন্য, যতগুলি লেখা ব্যবহার করুন। খেলোয়াড়দের আপনার জন্য অপেক্ষা করতে দিন, যার জন্য আপনি যুক্তি প্রস্তুত করেন, এমন কেউ থাকতে দিন যার সাথে আমি একই সময়ে অভিযুক্ত করব।', '2024-12-01 10:14:05', '2024-12-01 10:14:05'),
(7114, 'property_plans', 29, 'bn', 'title', 'প্রথম ফ্লোরএফডিএফডিএফডিএফ', '2024-12-01 10:14:05', '2024-12-01 10:14:05'),
(7115, 'property_plans', 29, 'bn', 'description', 'এটা খুবই জরুরী যে আপনি ডডফডফডফডফডফডফডসফডফডসফলোর। যখন কনসাল হস্তক্ষেপ করে, সম্ভবত তিনি অনুশীলনের মাধ্যমে তার বিরুদ্ধে পরিণত হবেন। আপনি পরিবর্তন মাধ্যমে পেতে পারেন? কিন্তু আপনি যদি বিপদের সাথে একমত না হন তবে এটি অহংকার করার একটি উপায়', '2024-12-01 10:14:05', '2024-12-01 10:14:05'),
(7116, 'property_plans', 30, 'bn', 'title', 'সেকেন্ড ফ্লোরএফডিএফডিএফডিএফএসএফ', '2024-12-01 10:14:06', '2024-12-01 10:14:06'),
(7117, 'property_plans', 30, 'bn', 'description', 'যন্ত্রণা নিজেই অনেক হওয়া উচিত, নিভ sdfdfdsfsdfdfdfffaperet আপনি প্রথম, কিন্তু আলোচনা বলতে. যখন কনসাল হস্তক্ষেপ করে, সম্ভবত তিনি অনুশীলনের মাধ্যমে তার বিরুদ্ধে পরিণত হবেন। আপনি পরিবর্তন মাধ্যমে পেতে পারেন? কিন্তু আপনি যদি বিপদের সাথে একমত না হন তবে এটি অহংকার করার একটি উপায়', '2024-12-01 10:14:06', '2024-12-01 10:14:06'),
(7118, 'property_plans', 35, 'bn', 'title', 'প্রথম তলা', '2024-12-01 10:14:06', '2024-12-01 10:14:06'),
(7119, 'property_plans', 35, 'bn', 'description', 'নিজের জন্য সঠিক গল্প পান। আপনি চান নবম তাদের splendidly ছেড়ে; তারা স্ক্যাভোলা প্লাটুন অ্যাকাউন্টের মতো। যদি একটি জীবন্ত বাক্যে জন্মাতে চান, আমি তাদের এপিয়ারিয়ান প্রি খুলব, ইলিফেন্ডের অংশে যেখানে। আমি আশা করি তিনি আমাদেরই একজন হতেন, কারণ তিনি কখনই বিতৃষ্ণা দেখেননি, এমনকি যখন তিনি দায়িত্বে ছোট ছিলেন তখনও নয়।', '2024-12-01 10:14:06', '2024-12-01 10:14:06'),
(7120, 'property_plans', 36, 'bn', 'title', 'দ্বিতীয় তলা', '2024-12-01 10:14:07', '2024-12-01 10:14:07'),
(7121, 'property_plans', 36, 'bn', 'description', 'নিজের জন্য সঠিক গল্প পান। আপনি চান নবম তাদের splendidly ছেড়ে; তারা স্ক্যাভোলা প্লাটুন অ্যাকাউন্টের মতো। যদি একটি জীবন্ত বাক্যে জন্মাতে চান, আমি তাদের এপিয়ারিয়ান প্রি খুলব, ইলিফেন্ডের অংশে যেখানে। আমি আশা করি তিনি আমাদেরই একজন হতেন, কারণ তিনি কখনই বিতৃষ্ণা দেখেননি, এমনকি যখন তিনি দায়িত্বে ছোট ছিলেন তখনও নয়।', '2024-12-01 10:14:07', '2024-12-01 10:14:07'),
(7122, 'property_plans', 37, 'bn', 'title', 'প্রথম তলা', '2024-12-01 10:14:07', '2024-12-01 10:14:07'),
(7123, 'property_plans', 37, 'bn', 'description', 'নিজের জন্য সঠিক গল্প পান। আপনি চান নবম তাদের splendidly ছেড়ে; তারা স্ক্যাভোলা প্লাটুন অ্যাকাউন্টের মতো। যদি একটি জীবন্ত বাক্যে জন্মাতে চান, আমি তাদের এপিয়ারিয়ান প্রি খুলব, ইলিফেন্ডের অংশে যেখানে। আমি আশা করি তিনি আমাদেরই একজন হতেন, কারণ তিনি কখনই বিতৃষ্ণা দেখেননি, এমনকি যখন তিনি দায়িত্বে ছোট ছিলেন তখনও নয়।', '2024-12-01 10:14:08', '2024-12-01 10:14:08'),
(7124, 'property_plans', 38, 'bn', 'title', 'প্রথম তলা', '2024-12-01 10:14:08', '2024-12-01 10:14:08'),
(7125, 'property_plans', 38, 'bn', 'description', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। রিচার্ড ম্যাকক্লিনটক, হ্যাম্পডেনের একজন ল্যাটিন অধ্যাপক প্রধান থেকে চিহ্নিত।', '2024-12-01 10:14:08', '2024-12-01 10:14:08'),
(7126, 'property_plans', 39, 'bn', 'title', 'প্রথম তলা', '2024-12-01 10:14:08', '2024-12-01 10:14:08'),
(7127, 'property_plans', 39, 'bn', 'description', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। রিচার্ড ম্যাকক্লিনটক, হ্যাম্পডেনের একজন ল্যাটিন অধ্যাপক প্রধান থেকে চিহ্নিত।', '2024-12-01 10:14:09', '2024-12-01 10:14:09'),
(7128, 'property_plans', 40, 'bn', 'title', 'প্রথম তলা', '2024-12-01 10:14:09', '2024-12-01 10:14:09'),
(7129, 'property_plans', 40, 'bn', 'description', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। রিচার্ড ম্যাকক্লিনটক, হ্যাম্পডেনের একজন ল্যাটিন অধ্যাপক প্রধান থেকে চিহ্নিত।', '2024-12-01 10:14:09', '2024-12-01 10:14:09'),
(7130, 'property_plans', 41, 'bn', 'title', 'প্রথম তলা', '2024-12-01 10:14:10', '2024-12-01 10:14:10'),
(7131, 'property_plans', 41, 'bn', 'description', 'নিজের জন্য সঠিক গল্প পান। আপনি নবম তাদের splendidly ছেড়ে দিতে চান; তারা স্ক্যাভোলা প্লাটুন অ্যাকাউন্টের মতো। যদি একটি জীবন্ত বাক্যে জন্মাতে চান, আমি তাদের এপিয়ারিয়ান প্রি খুলব, ইলিফেন্ডের অংশে যেখানে। আমি আশা করি তিনি আমাদেরই একজন হতেন, কারণ তিনি কখনই বিতৃষ্ণা দেখেননি, এমনকি যখন তিনি দায়িত্বে ছোট ছিলেন তখনও নয়।', '2024-12-01 10:14:10', '2024-12-01 10:14:10'),
(7132, 'property_plans', 42, 'bn', 'title', 'প্রথম তলা', '2024-12-01 10:14:10', '2024-12-01 10:14:10'),
(7133, 'property_plans', 42, 'bn', 'description', 'দু\'জনের চেয়ে ভালো শত্রু যে, তা নিয়ে কাজ করতে ভয় পেত। যখন আমি অন্যদের মধ্যে কিছু করি, তখন আমি অভিবাদন জানাই এবং এর মাধ্যমে খোলা থাকি। এটি সর্বোচ্চ পরীক্ষার শক্তি থেকে ঘটবে, প্রথম বাক্যটির রোস্টিং থেকে, তার চেয়ে বেশি সংযমী ইন্দ্রিয়দের চাটুকার। তারা আমাদের দ্বারা খুব কমই অবহেলিত।\r\n\r\nসেই গুরুজনদের সাপ্তাহিক ছুটি, যাদের কথা বলেছি, তারা খুব কমই মেনে নিয়েছেন। সত্য প্রকাশের জন্য তারা সমালোচনা করে। একজন জ্ঞানী ব্যক্তির মাধ্যমে সফল হওয়ার জন্য, যতগুলি লেখা ব্যবহার করুন। অনুরাগীরা আপনার জন্য অপেক্ষা করতে দিন, যার জন্য আপনি যুক্তি প্রস্তুত করেন, এমন কাউকে থাকতে দিন যার সাথে আমি একই সাথে অভিযোগ করব। ডেভেলপারদের প্রত্যাখ্যান করা তার জন্য একটি নিখুঁত অভ্যাস ছিল, কারণ তারা খারাপ ছিল। তিনিই বিচার করবেন মধু দেখেছেন কিনা।', '2024-12-01 10:14:10', '2024-12-01 10:14:10'),
(7134, 'property_plans', 43, 'bn', 'title', 'প্রথম তলা', '2024-12-01 10:14:11', '2024-12-01 10:14:11'),
(7135, 'property_plans', 43, 'bn', 'description', 'সাদুল্লাপুর, সাভার মহকুমা, ঢাকা জেলা, ঢাকা বিভাগ, বাংলাদেশ সাদুল্লাপুর, সাভার মহকুমা, ঢাকা জেলা, ঢাকা বিভাগ, বাংলাদেশ সাদুল্লাপুর, সাভার মহকুমা, ঢাকা জেলা, ঢাকা বিভাগ, বাংলাদেশ সাদুল্লাপুর, সাভার জেলা, ঢাকা জেলা, ঢাকা জেলা, ঢাকা বিভাগ বাংলাদেশ', '2024-12-01 10:14:11', '2024-12-01 10:14:11'),
(7136, 'property_plans', 44, 'bn', 'title', 'প্রথম তলা', '2024-12-01 10:14:11', '2024-12-01 10:14:11'),
(7137, 'property_plans', 44, 'bn', 'description', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি 45 খ্রিস্টপূর্বাব্দের ধ্রুপদী ল্যাটিন সাহিত্যের একটি অংশে শিকড় রয়েছে, এটি 2000 বছরেরও বেশি পুরানো। রিচার্ড ম্যাকক্লিনটক, ভার্জিনিয়ার হ্যাম্পডেন-সিডনি কলেজের একজন ল্যাটিন অধ্যাপক, একটি লরেম ইপসাম প্যাসেজ থেকে আরও অস্পষ্ট ল্যাটিন শব্দ, কনসেক্টেটুর, এবং ধ্রুপদী সাহিত্যে শব্দের উদ্ধৃতি দিয়ে দেখেছেন।', '2024-12-01 10:14:11', '2024-12-01 10:14:11'),
(7138, 'property_plans', 45, 'bn', 'title', 'প্রথম তলা', '2024-12-01 10:14:12', '2024-12-01 10:14:12'),
(7139, 'property_plans', 45, 'bn', 'description', '45 খ্রিস্টপূর্বাব্দে রচিত সিসেরো দ্বারা \"ডি ফিনিবাস বোনোরাম এট ম্যালোরাম\" (দ্য এক্সট্রিমস অফ গুড অ্যান্ড ইভিল) এর বিভাগ 1.10.32 এবং 1.10.33। এই বইটি নৈতিকতার তত্ত্বের উপর একটি গ্রন্থ, রেনেসাঁর সময় খুব জনপ্রিয়।', '2024-12-01 10:14:12', '2024-12-01 10:14:12'),
(7140, 'additional_information', 153, 'bn', 'add_key', 'new 1', '2024-12-01 17:53:14', '2024-12-01 17:53:14'),
(7141, 'additional_information', 153, 'bn', 'add_value', 'value 1', '2024-12-01 18:01:06', '2024-12-01 18:01:06'),
(7142, 'additional_information', 154, 'bn', 'add_key', 'new 2', '2024-12-01 18:01:06', '2024-12-01 18:01:06'),
(7143, 'additional_information', 154, 'bn', 'add_value', 'value 2', '2024-12-01 18:01:06', '2024-12-01 18:01:06'),
(7144, 'additional_information', 155, 'bn', 'add_key', 'new 3', '2024-12-01 18:01:06', '2024-12-01 18:01:06'),
(7145, 'additional_information', 155, 'bn', 'add_value', 'value 3', '2024-12-01 18:01:06', '2024-12-01 18:01:06'),
(7146, 'property_plans', 46, 'bn', 'title', 'title 1', '2024-12-01 18:01:06', '2024-12-01 18:01:06'),
(7147, 'property_plans', 46, 'bn', 'description', 'Description 1', '2024-12-01 18:01:06', '2024-12-01 18:01:06'),
(7148, 'property_plans', 47, 'bn', 'title', 'title 2', '2024-12-01 18:01:06', '2024-12-01 18:01:06'),
(7149, 'property_plans', 47, 'bn', 'description', 'Description 2', '2024-12-01 18:01:06', '2024-12-01 18:01:06'),
(7150, 'properties', 3, 'hd', 'title', 'Stunning Duplex House for Sale in New York b b', '2024-12-01 18:19:44', '2024-12-01 18:19:44'),
(7151, 'properties', 3, 'hd', 'description', '&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n&lt;p&gt;Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature.&lt;/p&gt;\r\n&lt;p&gt;discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of &quot;de Finibus Bonorum et Malorum&quot; (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. e b&lt;/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;', '2024-12-01 18:19:44', '2024-12-01 18:19:44'),
(7152, 'properties', 3, 'hd', 'video_description', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden end to main to marked. e b', '2024-12-01 18:19:44', '2024-12-01 18:19:44'),
(7153, 'properties', 3, 'hd', 'address', 'Jackson Heights, 11372, NY, United States b', '2024-12-01 18:19:44', '2024-12-01 18:19:44'),
(7154, 'properties', 3, 'hd', 'address_description', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden end to main to marked. e b', '2024-12-01 18:19:44', '2024-12-01 18:19:44'),
(7155, 'properties', 3, 'hd', 'seo_title', 'Stunning Duplex House for Sale in New York e b', '2024-12-01 18:19:44', '2024-12-01 18:19:44'),
(7156, 'properties', 3, 'hd', 'seo_meta_description', 'Stunning Duplex House for Sale in New York e b', '2024-12-01 18:19:44', '2024-12-01 18:19:44'),
(7157, 'additional_information', 20, 'hd', 'add_key', 'Parking', '2024-12-01 18:19:44', '2024-12-01 18:19:44'),
(7158, 'additional_information', 20, 'hd', 'add_value', 'No b', '2024-12-01 18:19:44', '2024-12-01 18:19:44'),
(7159, 'additional_information', 21, 'hd', 'add_key', 'Sewer', '2024-12-01 18:19:44', '2024-12-01 18:19:44'),
(7160, 'additional_information', 21, 'hd', 'add_value', 'Yes e b', '2024-12-01 18:19:44', '2024-12-01 18:19:44'),
(7161, 'additional_information', 22, 'hd', 'add_key', 'Exercise Room', '2024-12-01 18:19:44', '2024-12-01 18:19:44'),
(7162, 'additional_information', 22, 'hd', 'add_value', 'Yes e b', '2024-12-01 18:19:44', '2024-12-01 18:19:44'),
(7163, 'additional_information', 24, 'hd', 'add_key', 'Heating', '2024-12-01 18:19:44', '2024-12-01 18:19:44'),
(7164, 'additional_information', 24, 'hd', 'add_value', 'No e b', '2024-12-01 18:19:44', '2024-12-01 18:19:44'),
(7165, 'additional_information', 25, 'hd', 'add_key', 'Water', '2024-12-01 18:19:44', '2024-12-01 18:19:44'),
(7166, 'additional_information', 25, 'hd', 'add_value', 'No e b', '2024-12-01 18:19:44', '2024-12-01 18:19:44'),
(7167, 'additional_information', 26, 'hd', 'add_key', 'Parking', '2024-12-01 18:19:44', '2024-12-01 18:19:44'),
(7168, 'additional_information', 26, 'hd', 'add_value', 'No e b', '2024-12-01 18:19:44', '2024-12-01 18:19:44'),
(7169, 'additional_information', 156, 'hd', 'add_key', 'New key', '2024-12-01 18:19:44', '2024-12-01 18:19:44'),
(7170, 'additional_information', 156, 'hd', 'add_value', 'new value e b', '2024-12-01 18:19:44', '2024-12-01 18:19:44'),
(7171, 'property_plans', 5, 'hd', 'title', 'First Floor e b', '2024-12-01 18:19:44', '2024-12-01 18:19:44'),
(7172, 'property_plans', 5, 'hd', 'description', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney e b', '2024-12-01 18:19:44', '2024-12-01 18:19:44'),
(7173, 'property_plans', 6, 'hd', 'title', 'Second Floor e b', '2024-12-01 18:19:44', '2024-12-01 18:19:44'),
(7174, 'property_plans', 6, 'hd', 'description', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney e b', '2024-12-01 18:19:44', '2024-12-01 18:19:44'),
(7175, 'categories', 6, 'bn', 'name', 'Dinajpur b', '2024-12-01 18:22:51', '2024-12-01 18:22:51'),
(7176, 'categories', 6, 'hd', 'name', 'Dinajpur h', '2024-12-01 18:22:54', '2024-12-01 18:22:54'),
(7185, 'sliders', 1, 'bn', 'home1_title_1', 'Get your', '2024-12-01 19:10:50', '2024-12-01 19:11:11'),
(7186, 'sliders', 1, 'bn', 'home1_title_2', 'Property', '2024-12-01 19:10:50', '2024-12-01 19:11:11'),
(7187, 'sliders', 1, 'bn', 'home1_title_3', 'With Agents.', '2024-12-01 19:10:50', '2024-12-01 19:11:11'),
(7188, 'sliders', 1, 'bn', 'home1_item1', 'Suspe ndisse suscipit sagittis leo.', '2024-12-01 19:10:50', '2024-12-01 19:11:11'),
(7189, 'sliders', 1, 'bn', 'home1_item2', 'Entum estibulum dignissim as posuere.', '2024-12-01 19:10:50', '2024-12-01 19:11:11'),
(7190, 'sliders', 1, 'bn', 'home1_item3', 'Best real house and property for your dream.', '2024-12-01 19:10:50', '2024-12-01 19:11:11'),
(7191, 'sliders', 1, 'bn', 'home1_btn_text', 'See all Property', '2024-12-01 19:10:50', '2024-12-01 19:11:11'),
(7192, 'sliders', 1, 'bn', 'home2_title', 'Let’s Find Your Perfect Home For You.', '2024-12-01 19:12:22', '2024-12-01 19:13:22'),
(7193, 'sliders', 1, 'bn', 'home3_title', 'Explore Listings and make move Today', '2024-12-01 19:13:43', '2024-12-01 19:14:38'),
(7194, 'sliders', 1, 'bn', 'home3_item1', 'Suspe ndisse suscipit sagittis leo', '2024-12-01 19:13:43', '2024-12-01 19:14:38'),
(7195, 'sliders', 1, 'bn', 'home3_item2', 'Entum estibulum dignissim as posuere.', '2024-12-01 19:13:43', '2024-12-01 19:14:38'),
(7196, 'sliders', 1, 'bn', 'home3_item3', 'Best real house and property for your deam', '2024-12-01 19:13:43', '2024-12-01 19:14:38'),
(7197, 'sliders', 1, 'bn', 'home3_btn_text', 'See all Property', '2024-12-01 19:13:43', '2024-12-01 19:14:38'),
(7198, 'about_us', 1, 'bn', 'home2_short_title', 'About Homeco', '2024-12-01 19:15:50', '2024-12-01 19:16:00'),
(7199, 'settings', 1, 'bn', 'app_full_title', 'App is available for free on Google Play & App Store', '2024-12-01 19:16:25', '2024-12-01 19:16:38'),
(7200, 'settings', 1, 'bn', 'app_description', 'Get the latest resources for downloading, installing, and updating mosto app.Select your device platform & Use Our app and Enjoy Your Life.', '2024-12-01 19:16:25', '2024-12-01 19:16:38'),
(7201, 'settings', 1, 'bn', 'apple_btn_text1', 'DOWNLOAD ON THE', '2024-12-01 19:16:25', '2024-12-01 19:16:38'),
(7202, 'settings', 1, 'bn', 'apple_btn_text2', 'App Store', '2024-12-01 19:16:25', '2024-12-01 19:16:38'),
(7203, 'settings', 1, 'bn', 'google_btn_text1', 'GET IT ON', '2024-12-01 19:16:25', '2024-12-01 19:16:38'),
(7204, 'settings', 1, 'bn', 'google_btn_text2', 'Google Play', '2024-12-01 19:16:25', '2024-12-01 19:16:38'),
(7208, 'counters', 5, 'bn', 'fun_title', 'Fun Facts', '2024-12-01 19:18:05', '2024-12-01 19:18:17'),
(7209, 'counters', 5, 'bn', 'fun_description', 'There are many variations of passages of Lorem Ipsum available, majority have suffered', '2024-12-01 19:18:05', '2024-12-01 19:18:17'),
(7210, 'counters', 5, 'bn', 'item_1', 'Suspe ndisse suscipit sagittis leo', '2024-12-01 19:18:05', '2024-12-01 19:18:17'),
(7211, 'counters', 5, 'bn', 'item_2', 'Suspe ndisse suscipit sagittis leo', '2024-12-01 19:18:05', '2024-12-01 19:18:17'),
(7212, 'counters', 5, 'bn', 'item_3', 'Suspe ndisse suscipit sagittis leo', '2024-12-01 19:18:05', '2024-12-01 19:18:17'),
(7213, 'counters', 1, 'bn', 'title', 'Total Orders', '2024-12-01 19:18:36', '2024-12-01 19:18:39'),
(7214, 'why_choose_us', 1, 'bn', 'title', 'Trusted', '2024-12-01 19:18:57', '2024-12-01 19:19:02'),
(7215, 'why_choose_us', 1, 'bn', 'description', 'believe in our service & Care', '2024-12-01 19:18:57', '2024-12-01 19:19:02'),
(7216, 'footers', 1, 'bn', 'about_us', 'There are many variatons of pass Ipsum available, but the majority alteration in some form, by inject randomised words', '2024-12-01 19:22:02', '2024-12-01 19:22:11'),
(7217, 'footers', 1, 'bn', 'address', 'Jackson Heights, 11372, NY, United States', '2024-12-01 19:22:02', '2024-12-01 19:22:11'),
(7218, 'footers', 1, 'bn', 'copyright', 'Copyright 2023, QuomodoSoft. All Rights Reserved.', '2024-12-01 19:22:02', '2024-12-01 19:22:11'),
(7219, 'homepages', 1, 'bn', 'location_title', 'Find Your Property City', '2024-12-01 19:23:25', '2024-12-01 19:24:12'),
(7220, 'homepages', 1, 'bn', 'location_description', 'Explore a Neighborhood or City', '2024-12-01 19:23:25', '2024-12-01 19:24:12'),
(7221, 'homepages', 1, 'bn', 'property_title', 'View All Our Featured Properties', '2024-12-01 19:23:25', '2024-12-01 19:24:12'),
(7222, 'homepages', 1, 'bn', 'property_description', 'Featured Properties', '2024-12-01 19:23:25', '2024-12-01 19:24:12'),
(7223, 'homepages', 1, 'bn', 'urgent_property_title', 'Latest Urgent Properties', '2024-12-01 19:23:25', '2024-12-01 19:24:12'),
(7224, 'homepages', 1, 'bn', 'urgent_property_description', 'Our Living Space of Flat', '2024-12-01 19:23:25', '2024-12-01 19:24:12'),
(7225, 'homepages', 1, 'bn', 'why_choose_title', '4 step to go', '2024-12-01 19:23:25', '2024-12-01 19:24:12'),
(7226, 'homepages', 1, 'bn', 'why_choose_description', 'Why Choose us', '2024-12-01 19:23:25', '2024-12-01 19:24:12'),
(7227, 'homepages', 1, 'bn', 'agent_title', 'Find Your Property Agent', '2024-12-01 19:23:25', '2024-12-01 19:24:12'),
(7228, 'homepages', 1, 'bn', 'agent_description', 'Meet Properties Agents', '2024-12-01 19:23:25', '2024-12-01 19:24:12'),
(7229, 'homepages', 1, 'bn', 'testimonial_title', 'Customer Reviews', '2024-12-01 19:23:25', '2024-12-01 19:24:12'),
(7230, 'homepages', 1, 'bn', 'testimonial_description', 'What’s Our Customer Say', '2024-12-01 19:23:25', '2024-12-01 19:24:12'),
(7231, 'homepages', 1, 'bn', 'blog_title', 'Get our Information', '2024-12-01 19:23:25', '2024-12-01 19:24:12'),
(7232, 'homepages', 1, 'bn', 'blog_description', 'Our Latest News', '2024-12-01 19:23:25', '2024-12-01 19:24:12'),
(7233, 'homepages', 1, 'bn', 'pricing_plan_title', 'Pricing Plan', '2024-12-01 19:23:25', '2024-12-01 19:24:12'),
(7234, 'homepages', 1, 'bn', 'pricing_plan_description', 'Pricing Plan for Real Estate', '2024-12-01 19:23:25', '2024-12-01 19:24:12'),
(7235, 'homepages', 1, 'bn', 'partner_title', 'Trusted by big brands', '2024-12-01 19:23:25', '2024-12-01 19:24:12'),
(7236, 'settings', 1, 'bn', 'rent_title', 'Add Property for Rent', '2024-12-01 19:26:41', '2024-12-01 19:26:56'),
(7237, 'settings', 1, 'bn', 'rent_description', 'Are you looking for clients for your property ? Please submit the property form and collect your best client.', '2024-12-01 19:26:41', '2024-12-01 19:26:56'),
(7238, 'settings', 1, 'bn', 'rent_btn_text', 'Create for rent', '2024-12-01 19:26:41', '2024-12-01 19:26:56'),
(7239, 'settings', 1, 'bn', 'sale_title', 'Add Property for Sale', '2024-12-01 19:26:41', '2024-12-01 19:26:56'),
(7240, 'settings', 1, 'bn', 'sale_description', 'Are you looking for clients for your property ? Please submit the property form and collect your best client.', '2024-12-01 19:26:41', '2024-12-01 19:26:56'),
(7241, 'settings', 1, 'bn', 'sale_btn_text', 'Create for sale', '2024-12-01 19:26:41', '2024-12-01 19:26:56'),
(7244, 'terms_and_conditions', 1, 'bn', 'terms_and_condition', '<p><strong>1. What Are Terms and Conditions?</strong></p>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuriefss asbut also the on leap into a electironc typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andeiss more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p><strong>2. Does My Online Service Need Terms and Conditions?</strong></p>\r\n<p>While it&rsquo;s not legally required for ecommerce websites to have a terms and conditions agreement, adding one will help protect your as sonline business.As terms and conditions are legally enforceable rules, they allow you to set standards for how users interact with your site. Here are some of the major abenefits of including terms and conditions on your ecommerce site.&nbsp;</p>\r\n<p>It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.</p>\r\n<p><strong>Features :</strong></p>\r\n<ul>\r\n<li>Lim body with metal cover</li>\r\n<li>Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)</li>\r\n<li>8GB DDR4 RAM and fast 512GB PCIe SSD</li>\r\n<li>NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support</li>\r\n</ul>\r\n<p><strong>3. Protect Your Property</strong></p>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuriezcs but also the on leap into as eylectronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraszvxet sheets containing Lorem Ipsum our spassages, andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book. five centuries but also a the on leap into electronic typesetting, remaining essentially unchanged. It aswasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop our aspublishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p><strong>4. What to Include in Terms and Conditions for Online Stores</strong></p>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five as centuries but also the on leap into as electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of as Leitraset sheets containing Loriem Ipsum passages, our andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>Five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing software like Aldus PageMaker our as including versions of Loriem Ipsum to make a type specimen book. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets as containing Lorem Ipsum passages, andei more recently with a desktop publishing software like Aldus PageMaker including versions of Loremas&nbsp; Ipsum to make a type specimen book.</p>\r\n<p><strong>05.Pricing and Payment Terms</strong></p>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five as centuries but also as the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release as of Letraset sheets containing Lorem Ipsum our spassages, andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>Five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing software like Aldus PageMaker our as including versions of Lorem aIpsum to make a type specimen book. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheetsasd containing Lorem Ipsum passages, andei more recentlysl with desktop publishing software like Aldus PageMaker including versions of Loremadfsfds Ipsum to make a type specimen book.</p>\r\n<p>It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the our 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing asou software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>', '2024-12-01 19:28:02', '2024-12-01 19:28:07'),
(7245, 'terms_and_conditions', 1, 'bn', 'privacy_policy', '<p><strong>1. What Are Privacy Policy?</strong></p>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuriefss asbut also the on leap into a electironc typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andeiss more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p><strong>2. Ecommerce Terms and Conditions Examples</strong></p>\r\n<p>While it&rsquo;s not legally required for ecommerce websites to have a terms and conditions agreement, adding one will help protect your as sonline business.As terms and conditions are legally enforceable rules, they allow you to set standards for how users interact with your site. Here are some of the major abenefits of including terms and conditions on your ecommerce site:</p>\r\n<p>It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.</p>\r\n<p><strong>Features :</strong></p>\r\n<ul>\r\n<li>Slim body with metal cover</li>\r\n<li>Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)</li>\r\n<li>8GB DDR4 RAM and fast 512GB PCIe SSD</li>\r\n<li>NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support</li>\r\n</ul>\r\n<p><strong>3. Protect Your Property</strong></p>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuriezcs but also the on leap into as eylectronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraszvxet sheets containing Lorem Ipsum our spassages, andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book. five centuries but also a the on leap into electronic typesetting, remaining essentially unchanged. It aswasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop our aspublishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p><strong>4. What to Include in Terms and Conditions for Online Stores</strong></p>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five as centuries but also the on leap into as electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of as Leitraset sheets containing Loriem Ipsum passages, our andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>Five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing software like Aldus PageMaker our as including versions of Loriem Ipsum to make a type specimen book. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets as containing Lorem Ipsum passages, andei more recently with a desktop publishing software like Aldus PageMaker including versions of Loremas&nbsp; Ipsum to make a type specimen book.</p>\r\n<p><strong>05.Pricing and Payment Terms</strong></p>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five as centuries but also as the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release as of Letraset sheets containing Lorem Ipsum our spassages, andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>Five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing software like Aldus PageMaker our as including versions of Lorem aIpsum to make a type specimen book. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheetsasd containing Lorem Ipsum passages, andei more recentlysl with desktop publishing software like Aldus PageMaker including versions of Loremadfsfds Ipsum to make a type specimen book.</p>\r\n<p>It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the our 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing asou software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>', '2024-12-01 19:28:29', '2024-12-01 19:28:34'),
(7246, 'settings', 1, 'bn', 'faq_short_title', 'FAQ', '2024-12-01 19:28:41', '2024-12-01 19:29:13'),
(7247, 'settings', 1, 'bn', 'faq_long_title', 'If you want to know Frequently Ask Questions', '2024-12-01 19:28:41', '2024-12-01 19:29:13'),
(7248, 'settings', 1, 'bn', 'faq_support_time', '24/7 Support', '2024-12-01 19:28:41', '2024-12-01 19:29:13'),
(7249, 'settings', 1, 'bn', 'faq_support_title', 'Have any Questions Contact Us?', '2024-12-01 19:28:41', '2024-12-01 19:29:13'),
(7252, 'settings', 1, 'bn', 'login_top_item', 'Brunches', '2024-12-01 19:32:52', '2024-12-01 19:32:55'),
(7253, 'settings', 1, 'bn', 'login_footer_item', 'Built Hose', '2024-12-01 19:32:52', '2024-12-01 19:32:55'),
(7254, 'error_pages', 1, 'bn', 'header', 'Oops! Page Not Found', '2024-12-01 19:36:20', '2024-12-01 19:36:33'),
(7255, 'error_pages', 1, 'bn', 'button_text', 'Back to Home Page', '2024-12-01 19:36:20', '2024-12-01 19:36:33'),
(7256, 'blog_categories', 6, 'bn', 'name', 'This is test product by ibrahim b', '2024-12-01 19:41:21', '2024-12-01 19:41:21'),
(7257, 'blogs', 8, 'bn', 'title', 'this is test blog title e b', '2024-12-01 19:57:51', '2024-12-01 19:57:51'),
(7258, 'blogs', 8, 'bn', 'description', '<p>this is test blog title dese&nbsp; b</p>', '2024-12-01 19:57:51', '2024-12-01 19:57:51'),
(7259, 'blogs', 8, 'bn', 'seo_title', 'this is test blog title e b', '2024-12-01 19:57:51', '2024-12-01 19:57:51'),
(7260, 'blogs', 8, 'bn', 'seo_description', 'this is test blog title e b', '2024-12-01 19:57:51', '2024-12-01 19:57:51'),
(7261, 'additional_information', 156, 'bn', 'add_key', 'নতুন কী', '2024-12-02 11:14:21', '2024-12-02 11:14:21'),
(7262, 'additional_information', 156, 'bn', 'add_value', 'নতুন মান ই', '2024-12-02 11:14:22', '2024-12-02 11:14:22'),
(7263, 'custom_pages', 1, 'bn', 'page_name', 'কাস্টম পৃষ্ঠা এক', '2024-12-02 11:14:22', '2024-12-02 11:14:22'),
(7264, 'custom_pages', 1, 'bn', 'description', '<p><strong>1. কাস্টম পৃষ্ঠা কি?</strong></p>\r\n<p>লোরেম ইপসাম হল মুদ্রণ এবং টাইপসেটিং শিল্পের ডামি পাঠ্য। লোরেম ইপসাম 1500 এর দশক থেকে শিল্পের মানক ডামি টেক্সট হয়েছে, যখন একটি অজানা প্রিন্টার টাইপের একটি গ্যালি নিয়েছিল এবং একটি টাইপ নমুনা বই তৈরি করতে এটিকে স্ক্র্যাম্বল করেছিল। এটি কেবলমাত্র পাঁচটি শতাব্দীর মতোই নয় বরং একটি বৈদ্যুতিক টাইপসেটিংয়েও টিকে আছে, যা মূলত অপরিবর্তিত রয়েছে। এটি 1960-এর দশকে লোরেম ইপসাম প্যাসেজ সম্বলিত লেট্রাসেট শীট প্রকাশের সাথে জনপ্রিয় হয়নি, এবং সম্প্রতি একটি টাইপ নমুনা বই তৈরি করার জন্য Lorem Ipsum-এর সংস্করণ সহ Aldus PageMaker-এর মতো ডেস্কটপ প্রকাশনা সফ্টওয়্যার দিয়ে এটি জনপ্রিয় হয়।</p>\r\n<p><strong>২. কাস্টম পৃষ্ঠা কিভাবে কাজ করে</strong></p>\r\n<p>যদিও ইকমার্স ওয়েবসাইটগুলির জন্য একটি শর্ত ও শর্তের চুক্তি থাকা আইনত প্রয়োজন হয় না, তবে একটি যোগ করা আপনার সোনলাইন ব্যবসা হিসাবে রক্ষা করতে সাহায্য করবে৷ যেহেতু শর্তাবলী আইনত প্রয়োগযোগ্য নিয়ম, সেগুলি আপনাকে ব্যবহারকারীরা কীভাবে আপনার সাথে ইন্টারঅ্যাক্ট করবে তার জন্য মান নির্ধারণ করতে দেয় সাইট এখানে আপনার ইকমার্স সাইটের শর্তাবলী অন্তর্ভুক্ত করার কিছু প্রধান সুবিধা রয়েছে:</p>\r\n<p>এটি শুধুমাত্র পাঁচ শতাব্দী ধরেই টিকে আছে কিন্তু ইলেকট্রনিক টাইপসেটিংয়েও টিকে আছে, যা মূলত অপরিবর্তিত রয়েছে। লোরেম ইপসাম প্যাসেজ সম্বলিত লেট্রাসেট শীট প্রকাশের সাথে obb1960-এর দশকে এটি জনপ্রিয় হয়নি, এবং সম্প্রতি ডেস্কটপের সাথে।</p>\r\n<p><strong>বৈশিষ্ট্য:</strong></p>\r\n<ul>\r\n<li>ধাতুর আবরণ সহ পাতলা শরীর</li>\r\n<li>সর্বশেষ ইন্টেল কোর i5-1135G7 প্রসেসর (4 কোর / 8 থ্রেড)</li>\r\n<li>8GB DDR4 RAM এবং দ্রুত 512GB PCIe SSD</li>\r\n<li>NVIDIA GeForce MX350 2GB GDDR5 গ্রাফিক্স কার্ড ব্যাকলিট কীবোর্ড, অঙ্গভঙ্গি সমর্থন সহ টাচপ্যাড</li>\r\n</ul>\r\n<p><strong>3. আপনার সম্পত্তি রক্ষা করুন</strong></p>\r\n<p>লোরেম ইপসাম হল মুদ্রণ এবং টাইপসেটিং শিল্পের ডামি পাঠ্য। লোরেম ইপসাম 1500 এর দশক থেকে শিল্পের মানক ডামি টেক্সট হয়েছে, যখন একটি অজানা প্রিন্টার টাইপের একটি গ্যালি নিয়েছিল এবং একটি টাইপ নমুনা বই তৈরি করতে এটিকে স্ক্র্যাম্বল করেছিল। এটি শুধুমাত্র পাঁচ সেঞ্চুরিইজসিস নয় বরং ইলেকট্রনিক টাইপসেটিং হিসাবেও টিকে আছে, যা মূলত অপরিবর্তিত রয়েছে। 1960-এর দশকে লোরেম ইপসাম আমাদের স্প্যাসেজ সম্বলিত Letraszvxet শীট প্রকাশের মাধ্যমে এটি জনপ্রিয় হয়নি, এবং সম্প্রতি একটি টাইপ নমুনা বই তৈরি করার জন্য Lorem Ipsum-এর সংস্করণ সহ Aldus PageMaker-এর মতো ডেস্কটপ প্রকাশনা সফ্টওয়্যার সহ এটি জনপ্রিয় হয়নি। পাঁচ শতাব্দী কিন্তু ইলেকট্রনিক টাইপসেটিং-এ একটি লাফানো, মূলত অপরিবর্তিত রয়েছে। এটি 1960-এর দশকে লোরেম ইপসাম প্যাসেজ সম্বলিত লেট্রাসেট শীট প্রকাশের সাথে জনপ্রিয় হয়নি, এবং সম্প্রতি আমাদের ডেস্কটপে অ্যালডাস পেজমেকার-এর মতো প্রকাশনা সফ্টওয়্যার সহ Lorem Ipsum-এর সংস্করণ সহ একটি টাইপের নমুনা বই তৈরি করা হয়েছে।</p>\r\n<p><strong>4. অনলাইন স্টোরের শর্তাবলীতে কী অন্তর্ভুক্ত করতে হবে</strong></p>\r\n<p>লোরেম ইপসাম হল মুদ্রণ এবং টাইপসেটিং শিল্পের ডামি পাঠ্য। লোরেম ইপসাম 1500 এর দশক থেকে শিল্পের মানক ডামি টেক্সট হয়েছে, যখন একটি অজানা প্রিন্টার টাইপের একটি গ্যালি নিয়েছিল এবং একটি টাইপ নমুনা বই তৈরি করতে এটিকে স্ক্র্যাম্বল করেছিল। এটি কেবল পাঁচটি শতাব্দীর মতোই নয় বরং ইলেকট্রনিক টাইপসেটিং হিসাবেও টিকে আছে, যা মূলত অপরিবর্তিত রয়েছে। এটি 1960-এর দশকে লরিয়েম ইপসাম প্যাসেজ সম্বলিত লেইট্রাসেট শীট হিসাবে প্রকাশের সাথে জনপ্রিয় হয়নি, আমাদের অ্যান্ডই সম্প্রতি একটি টাইপ নমুনা বই তৈরি করতে Lorem Ipsum-এর সংস্করণ সহ Aldus PageMaker-এর মতো ডেস্কটপ প্রকাশনা সফ্টওয়্যার সহ।</p>\r\n<p>পাঁচ শতাব্দী কিন্তু ইলেকট্রনিক টাইপসেটিং-এ লাফ দিয়ে, মূলত অপরিবর্তিত রয়েছে। 1960-এর দশকে Lorem Ipsum প্যাসেজ সম্বলিত লেট্রাসেট শীট প্রকাশের মাধ্যমে এটি জনপ্রিয় হয়নি, এবং সম্প্রতি Aldus PageMaker-এর মতো ডেস্কটপ প্রকাশনা সফ্টওয়্যার সহ Loriem Ipsum-এর ভার্সন সহ একটি টাইপের নমুনা বই তৈরি করা হয়েছে। এটি 1960-এর দশকে লোরেম ইপসাম প্যাসেজ ধারণকারী লেট্রাসেট শীট প্রকাশের সাথে জনপ্রিয় হয়নি, এবং সম্প্রতি একটি টাইপ নমুনা বই তৈরি করতে Loremas  Ipsum-এর সংস্করণ সহ Aldus PageMaker-এর মতো একটি ডেস্কটপ প্রকাশনা সফ্টওয়্যার দিয়ে।</p>\r\n<p><strong>05. মূল্য নির্ধারণ এবং অর্থপ্রদানের শর্তাবলী</strong></p>\r\n<p>লোরেম ইপসাম হল মুদ্রণ এবং টাইপসেটিং শিল্পের ডামি পাঠ্য। লোরেম ইপসাম 1500 এর দশক থেকে শিল্পের মানক ডামি টেক্সট হয়েছে, যখন একটি অজানা প্রিন্টার টাইপের একটি গ্যালি নিয়েছিল এবং একটি টাইপ নমুনা বই তৈরি করতে এটিকে স্ক্র্যাম্বল করেছিল। এটি কেবল পাঁচটি শতাব্দীর মতোই নয় বরং ইলেকট্রনিক টাইপসেটিং-এ ঝাঁপিয়ে পড়া হিসাবেও টিকে আছে, যা মূলত অপরিবর্তিত রয়েছে। 1960-এর দশকে লোরেম ইপসাম আমাদের স্প্যাসেজ সম্বলিত লেট্রাসেট শীট প্রকাশের সাথে এটি জনপ্রিয় হয়নি, এবং সম্প্রতি একটি টাইপ নমুনা বই তৈরি করার জন্য Lorem Ipsum-এর সংস্করণ সহ Aldus PageMaker-এর মতো ডেস্কটপ প্রকাশনা সফ্টওয়্যার সহ।</p>\r\n<p>পাঁচ শতাব্দী কিন্তু ইলেকট্রনিক টাইপসেটিং-এ লাফ দিয়ে, মূলত অপরিবর্তিত রয়েছে। 1960-এর দশকে Lorem Ipsum প্যাসেজ সম্বলিত লেট্রাসেট শীট প্রকাশের মাধ্যমে এটি জনপ্রিয় হয়নি, এবং সম্প্রতি Aldus PageMaker-এর মতো ডেস্কটপ প্রকাশনা সফ্টওয়্যার সহ Lorem aIpsum-এর সংস্করণগুলি অন্তর্ভুক্ত করে একটি টাইপ নমুনা বই তৈরি করা হয়েছে। এটি 1960-এর দশকে লোরেম ইপসাম প্যাসেজ সম্বলিত লেট্রাসেট শীটসাড প্রকাশের সাথে জনপ্রিয় হয়নি, এবং সম্প্রতি একটি টাইপের নমুনা বই তৈরি করতে Loremadfsfds Ipsum-এর সংস্করণ সহ Aldus PageMaker-এর মতো ডেস্কটপ প্রকাশনা সফ্টওয়্যার সহ।</p>\r\n<p>এটি শুধুমাত্র পাঁচ শতাব্দী ধরেই টিকে আছে কিন্তু ইলেকট্রনিক টাইপসেটিংয়েও টিকে আছে, যা মূলত অপরিবর্তিত রয়েছে। এটি আমাদের 1960-এর দশকে লোরেম ইপসাম প্যাসেজ সম্বলিত লেট্রাসেট শীট প্রকাশের সাথে জনপ্রিয় হয়নি, এবং সম্প্রতি একটি টাইপ নমুনা বই তৈরি করার জন্য Lorem Ipsum-এর সংস্করণ সহ Aldus PageMaker-এর মতো ডেস্কটপ প্রকাশনা সফ্টওয়্যার সহ।</p>', '2024-12-02 11:14:23', '2024-12-02 11:14:23'),
(7265, 'custom_pages', 2, 'bn', 'page_name', 'কাস্টম পৃষ্ঠা দুই', '2024-12-02 11:14:23', '2024-12-02 11:14:23');
INSERT INTO `translations` (`id`, `translatable_type`, `translatable_id`, `lang_code`, `key`, `value`, `created_at`, `updated_at`) VALUES
(7266, 'custom_pages', 2, 'bn', 'description', '<p><strong>1. কাস্টম পৃষ্ঠা কি?</strong></p>\r\n<p>লোরেম ইপসাম হল মুদ্রণ এবং টাইপসেটিং শিল্পের ডামি পাঠ্য। লোরেম ইপসাম 1500 এর দশক থেকে শিল্পের মানক ডামি টেক্সট হয়েছে, যখন একটি অজানা প্রিন্টার টাইপের একটি গ্যালি নিয়েছিল এবং একটি টাইপ নমুনা বই তৈরি করতে এটিকে স্ক্র্যাম্বল করেছিল। এটি কেবলমাত্র পাঁচটি শতাব্দীর মতোই নয় বরং একটি বৈদ্যুতিক টাইপসেটিংয়েও টিকে আছে, যা মূলত অপরিবর্তিত রয়েছে। এটি 1960-এর দশকে লোরেম ইপসাম প্যাসেজ সম্বলিত লেট্রাসেট শীট প্রকাশের সাথে জনপ্রিয় হয়নি, এবং সম্প্রতি একটি টাইপ নমুনা বই তৈরি করার জন্য Lorem Ipsum-এর সংস্করণ সহ Aldus PageMaker-এর মতো ডেস্কটপ প্রকাশনা সফ্টওয়্যার দিয়ে এটি জনপ্রিয় হয়।</p>\r\n<p><strong>২. কাস্টম পৃষ্ঠা কিভাবে কাজ করে</strong></p>\r\n<p>যদিও ইকমার্স ওয়েবসাইটগুলির জন্য একটি শর্ত ও শর্তের চুক্তি থাকা আইনত প্রয়োজন হয় না, তবে একটি যোগ করা আপনার সোনলাইন ব্যবসা হিসাবে রক্ষা করতে সাহায্য করবে৷ যেহেতু শর্তাবলী আইনত প্রয়োগযোগ্য নিয়ম, সেগুলি আপনাকে ব্যবহারকারীরা কীভাবে আপনার সাথে ইন্টারঅ্যাক্ট করবে তার জন্য মান নির্ধারণ করতে দেয় সাইট এখানে আপনার ইকমার্স সাইটের শর্তাবলী অন্তর্ভুক্ত করার কিছু প্রধান সুবিধা রয়েছে:</p>\r\n<p>এটি শুধুমাত্র পাঁচ শতাব্দী ধরেই টিকে আছে কিন্তু ইলেকট্রনিক টাইপসেটিংয়েও টিকে আছে, যা মূলত অপরিবর্তিত রয়েছে। লোরেম ইপসাম প্যাসেজ সম্বলিত লেট্রাসেট শীট প্রকাশের সাথে obb1960-এর দশকে এটি জনপ্রিয় হয়নি, এবং সম্প্রতি ডেস্কটপের সাথে।</p>\r\n<p><strong>বৈশিষ্ট্য:</strong></p>\r\n<ul>\r\n<li>ধাতুর আবরণ সহ পাতলা শরীর</li>\r\n<li>সর্বশেষ ইন্টেল কোর i5-1135G7 প্রসেসর (4 কোর / 8 থ্রেড)</li>\r\n<li>8GB DDR4 RAM এবং দ্রুত 512GB PCIe SSD</li>\r\n<li>NVIDIA GeForce MX350 2GB GDDR5 গ্রাফিক্স কার্ড ব্যাকলিট কীবোর্ড, অঙ্গভঙ্গি সমর্থন সহ টাচপ্যাড</li>\r\n</ul>\r\n<p><strong>3. আপনার সম্পত্তি রক্ষা করুন</strong></p>\r\n<p>লোরেম ইপসাম হল মুদ্রণ এবং টাইপসেটিং শিল্পের ডামি পাঠ্য। লোরেম ইপসাম 1500 এর দশক থেকে শিল্পের মানক ডামি টেক্সট হয়েছে, যখন একটি অজানা প্রিন্টার টাইপের একটি গ্যালি নিয়েছিল এবং একটি টাইপ নমুনা বই তৈরি করতে এটিকে স্ক্র্যাম্বল করেছিল। এটি শুধুমাত্র পাঁচ সেঞ্চুরিইজসিস নয় বরং ইলেকট্রনিক টাইপসেটিং হিসাবেও টিকে আছে, যা মূলত অপরিবর্তিত রয়েছে। 1960-এর দশকে লোরেম ইপসাম আমাদের স্প্যাসেজ সম্বলিত Letraszvxet শীট প্রকাশের মাধ্যমে এটি জনপ্রিয় হয়নি, এবং সম্প্রতি একটি টাইপ নমুনা বই তৈরি করার জন্য Lorem Ipsum-এর সংস্করণ সহ Aldus PageMaker-এর মতো ডেস্কটপ প্রকাশনা সফ্টওয়্যার সহ এটি জনপ্রিয় হয়নি। পাঁচ শতাব্দী কিন্তু ইলেকট্রনিক টাইপসেটিং-এ একটি লাফানো, মূলত অপরিবর্তিত রয়েছে। এটি 1960-এর দশকে লোরেম ইপসাম প্যাসেজ সম্বলিত লেট্রাসেট শীট প্রকাশের সাথে জনপ্রিয় হয়নি, এবং সম্প্রতি আমাদের ডেস্কটপে অ্যালডাস পেজমেকার-এর মতো প্রকাশনা সফ্টওয়্যার সহ Lorem Ipsum-এর সংস্করণ সহ একটি টাইপের নমুনা বই তৈরি করা হয়েছে।</p>\r\n<p><strong>4. অনলাইন স্টোরের শর্তাবলীতে কী অন্তর্ভুক্ত করতে হবে</strong></p>\r\n<p>লোরেম ইপসাম হল মুদ্রণ এবং টাইপসেটিং শিল্পের ডামি পাঠ্য। লোরেম ইপসাম 1500 এর দশক থেকে শিল্পের মানক ডামি টেক্সট হয়েছে, যখন একটি অজানা প্রিন্টার টাইপের একটি গ্যালি নিয়েছিল এবং একটি টাইপ নমুনা বই তৈরি করতে এটিকে স্ক্র্যাম্বল করেছিল। এটি কেবল পাঁচটি শতাব্দীর মতোই নয় বরং ইলেকট্রনিক টাইপসেটিং হিসাবেও টিকে আছে, যা মূলত অপরিবর্তিত রয়েছে। এটি 1960-এর দশকে লরিয়েম ইপসাম প্যাসেজ সম্বলিত লেইট্রাসেট শীট হিসাবে প্রকাশের সাথে জনপ্রিয় হয়নি, আমাদের অ্যান্ডই সম্প্রতি একটি টাইপ নমুনা বই তৈরি করতে Lorem Ipsum-এর সংস্করণ সহ Aldus PageMaker-এর মতো ডেস্কটপ প্রকাশনা সফ্টওয়্যার সহ।</p>\r\n<p>পাঁচ শতাব্দী কিন্তু ইলেকট্রনিক টাইপসেটিং-এ লাফ দিয়ে, মূলত অপরিবর্তিত রয়েছে। 1960-এর দশকে Lorem Ipsum প্যাসেজ সম্বলিত লেট্রাসেট শীট প্রকাশের মাধ্যমে এটি জনপ্রিয় হয়নি, এবং সম্প্রতি Aldus PageMaker-এর মতো ডেস্কটপ প্রকাশনা সফ্টওয়্যার সহ Loriem Ipsum-এর ভার্সন সহ একটি টাইপের নমুনা বই তৈরি করা হয়েছে। এটি 1960-এর দশকে লোরেম ইপসাম প্যাসেজ ধারণকারী লেট্রাসেট শীট প্রকাশের সাথে জনপ্রিয় হয়নি, এবং সম্প্রতি একটি টাইপ নমুনা বই তৈরি করতে Loremas  Ipsum-এর সংস্করণ সহ Aldus PageMaker-এর মতো একটি ডেস্কটপ প্রকাশনা সফ্টওয়্যার দিয়ে।</p>\r\n<p><strong>05. মূল্য নির্ধারণ এবং অর্থপ্রদানের শর্তাবলী</strong></p>\r\n<p>লোরেম ইপসাম হল মুদ্রণ এবং টাইপসেটিং শিল্পের ডামি পাঠ্য। লোরেম ইপসাম 1500 এর দশক থেকে শিল্পের মানক ডামি টেক্সট হয়েছে, যখন একটি অজানা প্রিন্টার টাইপের একটি গ্যালি নিয়েছিল এবং একটি টাইপ নমুনা বই তৈরি করতে এটিকে স্ক্র্যাম্বল করেছিল। এটি কেবল পাঁচটি শতাব্দীর মতোই নয় বরং ইলেকট্রনিক টাইপসেটিং-এ ঝাঁপিয়ে পড়া হিসাবেও টিকে আছে, যা মূলত অপরিবর্তিত রয়েছে। 1960-এর দশকে লোরেম ইপসাম আমাদের স্প্যাসেজ সম্বলিত লেট্রাসেট শীট প্রকাশের সাথে এটি জনপ্রিয় হয়নি, এবং সম্প্রতি একটি টাইপ নমুনা বই তৈরি করার জন্য Lorem Ipsum-এর সংস্করণ সহ Aldus PageMaker-এর মতো ডেস্কটপ প্রকাশনা সফ্টওয়্যার সহ।</p>\r\n<p>পাঁচ শতাব্দী কিন্তু ইলেকট্রনিক টাইপসেটিং-এ লাফ দিয়ে, মূলত অপরিবর্তিত রয়েছে। 1960-এর দশকে Lorem Ipsum প্যাসেজ সম্বলিত লেট্রাসেট শীট প্রকাশের মাধ্যমে এটি জনপ্রিয় হয়নি, এবং সম্প্রতি Aldus PageMaker-এর মতো ডেস্কটপ প্রকাশনা সফ্টওয়্যার সহ Lorem aIpsum-এর সংস্করণগুলি অন্তর্ভুক্ত করে একটি টাইপ নমুনা বই তৈরি করা হয়েছে। এটি 1960-এর দশকে লোরেম ইপসাম প্যাসেজ সম্বলিত লেট্রাসেট শীটসাড প্রকাশের সাথে জনপ্রিয় হয়নি, এবং সম্প্রতি একটি টাইপের নমুনা বই তৈরি করতে Loremadfsfds Ipsum-এর সংস্করণ সহ Aldus PageMaker-এর মতো ডেস্কটপ প্রকাশনা সফ্টওয়্যার সহ।</p>\r\n<p>এটি শুধুমাত্র পাঁচ শতাব্দী ধরেই টিকে আছে কিন্তু ইলেকট্রনিক টাইপসেটিংয়েও টিকে আছে, যা মূলত অপরিবর্তিত রয়েছে। এটি আমাদের 1960-এর দশকে লোরেম ইপসাম প্যাসেজ সম্বলিত লেট্রাসেট শীট প্রকাশের সাথে জনপ্রিয় হয়নি, এবং সম্প্রতি একটি টাইপ নমুনা বই তৈরি করার জন্য Lorem Ipsum-এর সংস্করণ সহ Aldus PageMaker-এর মতো ডেস্কটপ প্রকাশনা সফ্টওয়্যার সহ।</p>', '2024-12-02 11:14:23', '2024-12-02 11:14:23'),
(7267, 'faqs', 1, 'bn', 'question', 'আমরা এটা কোম্পানির জন্য কি?', '2024-12-02 11:14:23', '2024-12-02 11:14:23'),
(7268, 'faqs', 1, 'bn', 'answer', 'প্রাথমিক বিদ্যালয়ের প্রথম বছর থেকে, আমরা আমাদের বাচ্চাদের প্রাথমিক বিদ্যালয়ের প্রথম বছর উপভোগ করার জন্য ইন্টারেক্টিভ এবং এক থেকে এক অনলাইন প্রশিক্ষণ প্রদান করি, আমরা ইন্টারেক্টিভ এবং এক থেকে এক অনলাইন প্রশিক্ষণ প্রদান করি।', '2024-12-02 11:14:24', '2024-12-02 11:14:24'),
(7269, 'faqs', 2, 'bn', 'question', 'আপনি সোশ্যাল মিডিয়া অ্যাপস মুছে ফেললে কি হবে?', '2024-12-02 11:14:24', '2024-12-02 11:14:24'),
(7270, 'faqs', 2, 'bn', 'answer', 'প্রাথমিক বিদ্যালয়ের প্রথম বছর থেকে, আমরা আমাদের বাচ্চাদের প্রাথমিক বিদ্যালয়ের প্রথম বছর উপভোগ করার জন্য ইন্টারেক্টিভ এবং এক থেকে এক অনলাইন প্রশিক্ষণ প্রদান করি, আমরা ইন্টারেক্টিভ এবং এক থেকে এক অনলাইন প্রশিক্ষণ প্রদান করি।', '2024-12-02 11:14:24', '2024-12-02 11:14:24'),
(7271, 'faqs', 3, 'bn', 'question', 'সহজ কথায় সোশ্যাল মিডিয়া কি?', '2024-12-02 11:14:24', '2024-12-02 11:14:24'),
(7272, 'faqs', 3, 'bn', 'answer', 'প্রাথমিক বিদ্যালয়ের প্রথম বছর থেকে, আমরা আমাদের বাচ্চাদের প্রাথমিক বিদ্যালয়ের প্রথম বছর উপভোগ করার জন্য ইন্টারেক্টিভ এবং এক থেকে এক অনলাইন প্রশিক্ষণ প্রদান করি, আমরা ইন্টারেক্টিভ এবং এক থেকে এক অনলাইন প্রশিক্ষণ প্রদান করি।', '2024-12-02 11:14:24', '2024-12-02 11:14:24'),
(7273, 'faqs', 4, 'bn', 'question', 'কিভাবে QuomodoSoft কাজ করে?', '2024-12-02 11:14:24', '2024-12-02 11:14:24'),
(7274, 'faqs', 4, 'bn', 'answer', 'প্রাথমিক বিদ্যালয়ের প্রথম বছর থেকে, আমরা আমাদের বাচ্চাদের প্রাথমিক বিদ্যালয়ের প্রথম বছর উপভোগ করার জন্য ইন্টারেক্টিভ এবং এক থেকে এক অনলাইন প্রশিক্ষণ প্রদান করি, আমরা ইন্টারেক্টিভ এবং এক থেকে এক অনলাইন প্রশিক্ষণ প্রদান করি।', '2024-12-02 11:14:24', '2024-12-02 11:14:24'),
(7275, 'testimonials', 1, 'bn', 'name', 'জন ডো', '2024-12-02 11:14:24', '2024-12-02 11:14:24'),
(7276, 'testimonials', 1, 'bn', 'designation', 'এমবিবিএস, এফসিপিএস, এফআরসিএস', '2024-12-02 11:14:25', '2024-12-02 11:14:25'),
(7277, 'testimonials', 1, 'bn', 'comment', 'অনুচ্ছেদের অনেক বৈচিত্র্য রয়েছে কিন্তু অধিকাংশই হাস্যরস বা এলোমেলো শব্দের পরিবর্তনের শিকার হয়েছে যা ইন্টারনেটে র্যান্ডো জেনারেটরদের প্রবণতা রয়েছে।', '2024-12-02 11:14:25', '2024-12-02 11:14:25'),
(7278, 'testimonials', 2, 'bn', 'name', 'ডেভিড রিচার্ড', '2024-12-02 11:14:25', '2024-12-02 11:14:25'),
(7279, 'testimonials', 2, 'bn', 'designation', 'ওয়েব ডেভেলপার', '2024-12-02 11:14:25', '2024-12-02 11:14:25'),
(7280, 'testimonials', 2, 'bn', 'comment', 'অনুচ্ছেদের অনেক বৈচিত্র্য রয়েছে কিন্তু অধিকাংশই হাস্যরস বা এলোমেলো শব্দের পরিবর্তনের শিকার হয়েছে যা ইন্টারনেটে র্যান্ডো জেনারেটরদের প্রবণতা রয়েছে।', '2024-12-02 11:14:25', '2024-12-02 11:14:25'),
(7281, 'testimonials', 3, 'bn', 'name', 'ডেভিড সিমন্স', '2024-12-02 11:14:25', '2024-12-02 11:14:25'),
(7282, 'testimonials', 3, 'bn', 'designation', 'গ্রাফিক ডিজাইনার', '2024-12-02 11:14:25', '2024-12-02 11:14:25'),
(7283, 'testimonials', 3, 'bn', 'comment', 'অনুচ্ছেদের অনেক বৈচিত্র্য রয়েছে কিন্তু অধিকাংশই হাস্যরস বা এলোমেলো শব্দের পরিবর্তনের শিকার হয়েছে যা ইন্টারনেটে র্যান্ডো জেনারেটরদের প্রবণতা রয়েছে।', '2024-12-02 11:14:25', '2024-12-02 11:14:25'),
(7284, 'counters', 2, 'bn', 'title', 'সক্রিয় ক্লায়েন্ট', '2024-12-02 11:14:25', '2024-12-02 11:14:25'),
(7285, 'counters', 3, 'bn', 'title', 'দলের সদস্যরা', '2024-12-02 11:14:26', '2024-12-02 11:14:26'),
(7286, 'counters', 4, 'bn', 'title', 'অভিজ্ঞতার বছর', '2024-12-02 11:14:26', '2024-12-02 11:14:26'),
(7287, 'why_choose_us', 2, 'bn', 'title', '24/7 সমর্থন', '2024-12-02 11:14:26', '2024-12-02 11:14:26'),
(7288, 'why_choose_us', 2, 'bn', 'description', 'আমাদের সেবা এবং যত্ন বিশ্বাস', '2024-12-02 11:14:26', '2024-12-02 11:14:26'),
(7289, 'why_choose_us', 3, 'bn', 'title', 'অর্থায়ন সহজ', '2024-12-02 11:14:26', '2024-12-02 11:14:26'),
(7290, 'why_choose_us', 3, 'bn', 'description', 'আমাদের সেবা এবং যত্ন বিশ্বাস', '2024-12-02 11:14:26', '2024-12-02 11:14:26'),
(7291, 'why_choose_us', 4, 'bn', 'title', 'ওয়াইড রেঞ্জ হাউস', '2024-12-02 11:14:26', '2024-12-02 11:14:26'),
(7292, 'why_choose_us', 4, 'bn', 'description', 'আমাদের সেবা এবং যত্ন বিশ্বাস', '2024-12-02 11:14:26', '2024-12-02 11:14:26'),
(7293, 'nearest_locations', 1, 'bn', 'location', 'রেলস্টেশন', '2024-12-02 11:14:27', '2024-12-02 11:14:27'),
(7294, 'nearest_locations', 2, 'bn', 'location', 'বাস স্টেশন', '2024-12-02 11:14:27', '2024-12-02 11:14:27'),
(7295, 'nearest_locations', 3, 'bn', 'location', 'বিমানবন্দর', '2024-12-02 11:14:27', '2024-12-02 11:14:27'),
(7296, 'nearest_locations', 4, 'bn', 'location', 'সমুদ্র সৈকত', '2024-12-02 11:14:27', '2024-12-02 11:14:27'),
(7297, 'nearest_locations', 5, 'bn', 'location', 'মেট্রো', '2024-12-02 11:14:27', '2024-12-02 11:14:27'),
(7298, 'nearest_locations', 6, 'bn', 'location', 'ব্যাংক', '2024-12-02 11:14:27', '2024-12-02 11:14:27'),
(7299, 'nearest_locations', 7, 'bn', 'location', 'স্কুল', '2024-12-02 11:14:27', '2024-12-02 11:14:27'),
(7300, 'nearest_locations', 8, 'bn', 'location', 'হাসপাতাল', '2024-12-02 11:14:27', '2024-12-02 11:14:27'),
(7301, 'nearest_locations', 9, 'bn', 'location', 'সুপার মার্কেট', '2024-12-02 11:14:27', '2024-12-02 11:14:27'),
(7302, 'nearest_locations', 10, 'bn', 'location', 'ফার্মেসি', '2024-12-02 11:14:27', '2024-12-02 11:14:27'),
(7303, 'nearest_locations', 11, 'bn', 'location', 'পার্ক', '2024-12-02 11:14:27', '2024-12-02 11:14:27'),
(7304, 'nearest_locations', 12, 'bn', 'location', 'ফিলিপাইন বিশ্ববিদ্যালয়', '2024-12-02 11:14:28', '2024-12-02 11:14:28'),
(7305, 'blog_categories', 1, 'bn', 'name', 'নতুন ভবন', '2024-12-02 11:14:28', '2024-12-02 11:14:28'),
(7306, 'blog_categories', 2, 'bn', 'name', 'ভাড়া বাড়ি', '2024-12-02 11:14:28', '2024-12-02 11:14:28'),
(7307, 'blog_categories', 3, 'bn', 'name', 'বাড়ি বিক্রি করছে', '2024-12-02 11:14:28', '2024-12-02 11:14:28'),
(7308, 'blog_categories', 4, 'bn', 'name', 'শৈলী সম্পত্তি', '2024-12-02 11:14:28', '2024-12-02 11:14:28'),
(7309, 'blog_categories', 5, 'bn', 'name', 'বিখ্যাত ভাড়া', '2024-12-02 11:14:28', '2024-12-02 11:14:28'),
(7310, 'blogs', 1, 'bn', 'title', 'লস অ্যাঞ্জেলেসে বসবাসের জন্য শীর্ষ প্রতিবেশী', '2024-12-02 11:14:28', '2024-12-02 11:14:28'),
(7311, 'blogs', 1, 'bn', 'description', '<p>প্রথমে মনে হয় না, কিন্তু বিদ্বানদের প্রত্যাখ্যান করা যায় না। কিন্তু নৃশংসভাবে এবং সব আনন্দ, তারা প্রথম বোঝার জন্য চিন্তা. আপনি আমাকে একটি শারীরিক উচ্ছ্বাস ঋণী হবে, এবং বিশ্বের যে. শক্তি তার আরও পরিণতিতে, এবং ব্যথার প্রতিপক্ষের কাছে নয়, যাতে এটি প্রতিদিন উপস্থিত থাকে। নাগরিকদের দুজনকে বাদ দেওয়া হোক, যাতে অন্যরা আপনাকে আলিঙ্গন করে। আমার সমস্ত বক্তৃতা এতে বাধা দেয়।</p>\r\n<p>ভদ্রতা বেছে নিতে। বিপদে তোমায় ভাজতে দাও, মধু, কিছু বই তোমার হোক। যারা গেমটি খেলতে চান, তারা যেকোন ভাবেই হোক। যেমন জ্ঞানী মানুষ কখনোই অধিকার আঁকড়ে ধরেননি। এই কর্মচারীদের মধ্যে প্রাক্তন।</p>\r\n<p>তাদের ব্যবহারে সমানভাবে মন্দ করা হয়। মজিম বেদনায় সংক্ষিপ্ত দুটি বিজ্ঞাপন, অলংকৃত বাক্যে অলংকৃত বাক্য বা এ, দুটি যে আমি ভালপুটে নিই। এর দ্বারা আমরা পড়ি যে তিনি সাধারণ মধু পছন্দ করতেন না। তির্যকভাবে আমরা তাদের হতে চাই, এবং যার সাথে Posidonium cu এর সংজ্ঞা। এবং lorem কনসাল ব্যবহার সঙ্গে উপসংহার, তার জন্য এটি একটি কনসাল হবে. চিরন্তন বিচার থেকে, এই কথাগুলো তার কাছে সঠিক, অন্য অ্যাপিয়ারিয়ান থেকে যা।</p>\r\n<p>দুই শত্রু থাকাই ভালো, যাতে ভয়ে সে এটা বের করে ফেলতে পারে। যখন আমি অন্যদের মধ্যে কিছু করি, তখন আমি অভিবাদন জানাই এবং এর মাধ্যমে খোলা থাকি। এটি সর্বোচ্চ পরীক্ষার শক্তি থেকে ঘটবে, প্রথম বাক্যটির রোস্টিং থেকে, তার চেয়ে বেশি সংযমী ইন্দ্রিয়দের চাটুকার। তারা আমাদের দ্বারা খুব কমই অবহেলিত।</p>\r\n<p>তরুণদের বাঁচতে দিন। তারা পদ্ধতিটি পড়তে বা, দেশের জন্য ভাল হিসাবে, যখন তিনি এটি শোনার জন্য অনুমোদিত হন তখন তাকে প্রত্যাখ্যান করার দায়িত্ব নিতে দিন। আপাতত, এর সংজ্ঞা, আমি বলি না সব। এটি সর্বত্র বিকাশকারীদের জন্য তৈরি করা উচিত এবং এটি মন্দের জন্য উন্মুক্ত হওয়া উচিত। প্রকৃতপক্ষে শত্রু হিসাবে. কিন্তু এটা যদি একটা ফাংশন হত সে চাইত না, হাতির মনে হল সে ভয় পেয়েছে।</p>\r\n<p>তারা dignissim consectetuer, অথবা তারা প্রমাণ দ্বারা বা বাক্যের ফলাফল দ্বারা উল্লেখ করা হয় না। আমার কথা ঘরে পলায়ন করে, বাকি কথা দাঁড়িয়ে গেল। আমার বিতৃষ্ণা আমাকে যেতে দিন না। তাদের বলা যাক যে তারা এই কারণে অবহেলিত, কারণ আমরা চাই তারা তরুণ হোক। প্রথম দিকে কোন তর্ক নেই, বা apeirian নেতাদের মধ্যে নাকি আমি বলব, আমার কনসালকে বলুন, পাছে বিকল্প দ্বারা তিনি একটি তর্ক করতে চান, তিনি এটি পড়ার শক্তি অনুভব করেন এবং</p>', '2024-12-02 11:14:29', '2024-12-02 11:14:29'),
(7312, 'blogs', 1, 'bn', 'seo_title', 'লস অ্যাঞ্জেলেসে বসবাসের জন্য শীর্ষ প্রতিবেশী', '2024-12-02 11:14:29', '2024-12-02 11:14:29'),
(7313, 'blogs', 1, 'bn', 'seo_description', 'লস অ্যাঞ্জেলেসে বসবাসের জন্য শীর্ষ প্রতিবেশী', '2024-12-02 11:14:29', '2024-12-02 11:14:29'),
(7314, 'blogs', 2, 'bn', 'title', 'কিভাবে একটি দ্রুত বিক্রয়ের জন্য আপনার বাড়িতে স্টেজ', '2024-12-02 11:14:29', '2024-12-02 11:14:29'),
(7315, 'blogs', 2, 'bn', 'description', '<p>আপনার জন্য কিছু ডোমিং। যদিও আমি একটি অলঙ্কার সঙ্গে উপস্থিত, আমার শক্তি শীর্ষে থাকতে হবে, এবং বেদনা সমুদ্র অতিক্রম করতে ব্যবহার করা উচিত। অন্যের সাথে, সম্ভবত, তিনি একজন সাধু। তাকে ক্রোধ দ্বারা প্রত্যাখ্যান করা হয়েছিল, এটি পড়ার দ্বারা নয়। শুধু ডোমিং আনন্দ এ মধু. মধু, তারা মিথ্যা গল্প ছেড়ে যায় না, এবং দুই জন একজন চায়।</p>\r\n<p>প্রথম কারণের ক্ষেত্রেও নয়। তিনি শুরু থেকেই তাদের কাছে নিয়ে আসেন, আপনি একটি সংজ্ঞা বাঁচতে চান, আমাদের এবং সকলের মাধ্যমে এবং। সমস্ত জিনিস এবং প্রতিদিনের অ্যান্টিওপ। সে প্রথমে আনন্দ দেয়, কিন্তু তারা বলে যে তারা তার সাথে একমত নয়, এবং তবুও আপনি তাদের চান না। তর্কের ভদ্রতায় মধুর সংজ্ঞা, দৃষ্টি থেকে, অস্বাভাবিক হবে। এবং আমি আমার চাটুকার মানে. সমুদ্র সরিয়ে দেয় যা আমরা দেখেছি, আমরা আপনাকে আদেশ করি, যে থেকে বাস্তবায়ন করতে চলে।</p>\r\n<p>ভদ্রতা বেছে নিতে। বিপদে তোমায় ভাজতে দাও, মধু, কিছু বই তোমার হোক। যারা গেমটি খেলতে চান, তারা যেকোন ভাবেই হোক। যেমন জ্ঞানী মানুষ কখনোই অধিকার আঁকড়ে ধরেননি। এই কর্মচারীদের মধ্যে প্রাক্তন।</p>\r\n<p>আসুন আমরা ক্ষমতায় জন্মগ্রহণ করি না, প্রথমে বাগ্মীতায়। তাদের সমালোচনা করা একজন জ্ঞানী ব্যক্তি হতে দিন, তাদের প্রত্যেকেই। না, তার জন্য কত ক্ষমা আছে, যে সে বিচারকের জন্য মনেসর্চ ব্যবহার করবে না। তারা যখন আমাদের সাথে তর্ক করত, তখন তারা নিজেদের শক্তির প্রতি ঈর্ষান্বিত হতো, সে পুরুষ হোক বা যে কোন ধরনের মানুষ। এবং অভিযোগের মাধ্যমে চমত্কারভাবে বের করা হয়, এটি একটি ভাল হোমওয়ার্ক হতে দিন। চিরন্তন আনন্দ এবং দেশপ্রেমের সাথে এগুলো খুঁজতে গিয়ে তিনি মধু সংকুচিত করে তার সাথে একমত হবেন না।</p>\r\n<p>দুই শত্রু থাকাই ভালো, যাতে ভয়ে সে এটা বের করে ফেলতে পারে। যখন আমি অন্যদের মধ্যে কিছু করি, তখন আমি অভিবাদন জানাই এবং এর মাধ্যমে খোলা থাকি। এটি সর্বোচ্চ পরীক্ষার শক্তি থেকে ঘটবে, প্রথম বাক্যটির রোস্টিং থেকে, তার চেয়ে বেশি সংযমী ইন্দ্রিয়দের চাটুকার। তারা আমাদের দ্বারা খুব কমই অবহেলিত।</p>', '2024-12-02 11:14:29', '2024-12-02 11:14:29'),
(7316, 'blogs', 2, 'bn', 'seo_title', 'কিভাবে একটি দ্রুত বিক্রয়ের জন্য আপনার বাড়িতে স্টেজ', '2024-12-02 11:14:29', '2024-12-02 11:14:29'),
(7317, 'blogs', 2, 'bn', 'seo_description', 'কিভাবে একটি দ্রুত বিক্রয়ের জন্য আপনার বাড়িতে স্টেজ', '2024-12-02 11:14:30', '2024-12-02 11:14:30'),
(7318, 'blogs', 3, 'bn', 'title', 'রিয়েল এস্টেট একটি মহান বিনিয়োগ কেন 5 কারণ', '2024-12-02 11:14:30', '2024-12-02 11:14:30'),
(7319, 'blogs', 3, 'bn', 'description', '<p>প্রাক্তন ভেরো অনামি। আমি ডান ফুটবল ডমিং গড় উল্লেখ, কিছু কোন জোর করা উচিত, একটি খুব পবিত্র mnesarchus বিজ্ঞাপন প্রো. বিভক্তি করে সমুদ্রকে ঈর্ষা করো না। এর পরে, দুটি জিনিস কখনই ঘটবে না, কারণ একটি জিনিস ঘৃণ্য, কারণ এটি ঘৃণার ফ্লাইট হিসাবে বিবেচিত হয়।</p>\r\n<p>তারা dignissim consectetuer, অথবা তারা প্রমাণ দ্বারা বা বাক্যের ফলাফল দ্বারা উল্লেখ করা হয় না। আমার কথা ঘরে পলায়ন করে, বাকি কথা দাঁড়িয়ে গেল। আমার বিতৃষ্ণা আমাকে যেতে দিন না। তাদের বলা যাক যে তারা এই কারণে অবহেলিত, কারণ আমরা চাই তারা তরুণ হোক। প্রথম দিকে কোন তর্ক নেই, বা apeirian নেতাদের মধ্যে নাকি আমি বলব, আমার কনসালকে বলুন, পাছে বিকল্প দ্বারা তিনি একটি তর্ক করতে চান, তিনি এটি পড়ার শক্তি অনুভব করেন এবং</p>\r\n<p>উসু বিজ্ঞাপনে বলতেন, ব্যবহার করুন কিন্তু ক্ষুধার্ত তাদের বলা হয়, তিনি আপনার কথা শুনে গর্বিত। সে লিখতে চায়নি, সোনা, তুমি লাবণ্যের সাথে হাসতে হাসতে স্লাইড করতে চাও। তারা প্রায়ই আমার ফুটবল ছিল. তারা কি বেদনায় মধুকে বরণ করতে নারাজ? অথবা যেটি কেউ পছন্দ করতেন, আমার সমস্ত নির্দেশ ছাড়াই, প্রচারের ভয়ে আমি আপনাকে উপস্থাপন করেছি।</p>\r\n<p>আমি অন্যের পোশাকে বাঁচতে চাই, যাতে শুধু নিজের পোশাককে প্রত্যাখ্যান করতে পারি। তিনি এগুলোও মুছে দেন, কিন্তু আপনার জন্য নয়। তিনি তার বিরুদ্ধে অভিযোগ সরান. আমরা এমনকি বাড়ির উঠোন থেকে যে সভ্যতা এই জিনিস নিয়ে আসে. কিন্তু কেউ, nonumy সঙ্গে তর্ক, scaevola বা এটি দ্বারা প্রতারিত হবে না. তাদের বাদ দেওয়া হোক, এবং শেষ করা হোক, কারণ তারা একে পুণ্য বলে।</p>\r\n<p>তরুণদের বাঁচতে দিন। তারা পদ্ধতিটি পড়তে বা, দেশের জন্য ভাল হিসাবে, যখন তিনি এটি শোনার জন্য অনুমোদিত হন তখন তাকে প্রত্যাখ্যান করার দায়িত্ব নিতে দিন। আপাতত, এর সংজ্ঞা, আমি বলি না সব। এটি সর্বত্র বিকাশকারীদের জন্য তৈরি করা উচিত এবং এটি মন্দের জন্য উন্মুক্ত হওয়া উচিত। প্রকৃতপক্ষে শত্রু হিসাবে. কিন্তু এটা যদি একটা ফাংশন হত সে চাইত না, হাতির মনে হল সে ভয় পেয়েছে।</p>\r\n<p>আমি চাই আমার একগুঁয়েমি থাকুক, কারণ এটা ছিল লজ্জাজনক। এবং আমি আমার প্রশস্ততা আপনার কাছে ফিরিয়ে দেব না, তবে আমি এটিকে আরও ভাল বিকল্প থেকে ভয় করব, তাদের থেকেও মুক্ত। এটি একই সময়ে রুবারগ্রেন সঙ্কুচিত করা যাক, আমি তাদের অন্তত উল্লেখ করব। এবং ঘোষণাগুলি খুব কমই তৈরি হয়েছিল। আসুন আমার ব্যবহার না করি।</p>\r\n<p>এটা হল প্রবীণদের সপ্তাহান্তে, যাদের আমি উল্লেখ করেছি, তারা খুব কমই স্বাগত জানায়। সত্য প্রকাশের জন্য তারা সমালোচনা করে। একজন জ্ঞানী ব্যক্তির মাধ্যমে সফল হওয়ার জন্য, যতগুলি লেখা ব্যবহার করুন। খেলোয়াড়দের আপনার জন্য অপেক্ষা করতে দিন, যার জন্য আপনি যুক্তি প্রস্তুত করেন, এমন কেউ থাকতে দিন যার সাথে আমি একই সময়ে অভিযুক্ত করব। ডেভেলপারদের প্রত্যাখ্যান করা তার জন্য একটি নিখুঁত অভ্যাস ছিল, কারণ তারা খারাপ ছিল। তিনি মধু দেখেছেন কিনা তা বিচার করবেন।</p>', '2024-12-02 11:14:30', '2024-12-02 11:14:30'),
(7320, 'blogs', 3, 'bn', 'seo_title', 'রিয়েল এস্টেট একটি মহান বিনিয়োগ কেন 5 কারণ', '2024-12-02 11:14:30', '2024-12-02 11:14:30'),
(7321, 'blogs', 3, 'bn', 'seo_description', 'রিয়েল এস্টেট একটি মহান বিনিয়োগ কেন 5 কারণ', '2024-12-02 11:14:30', '2024-12-02 11:14:30'),
(7322, 'blogs', 4, 'bn', 'title', 'ফিক্সার-আপার কেনার সুবিধা এবং অসুবিধা', '2024-12-02 11:14:30', '2024-12-02 11:14:30'),
(7323, 'blogs', 4, 'bn', 'description', '<p>তারা dignissim consectetuer, অথবা তারা প্রমাণ দ্বারা বা বাক্যের ফলাফল দ্বারা উল্লেখ করা হয় না। আমার কথা ঘরে পলায়ন করে, বাকি কথা দাঁড়িয়ে গেল। আমার বিতৃষ্ণা আমাকে যেতে দিন না। তাদের বলা যাক যে তারা এই কারণে অবহেলিত, কারণ আমরা চাই তারা তরুণ হোক। প্রথম দিকে কোন তর্ক নেই, বা apeirian নেতাদের মধ্যে নাকি আমি বলব, আমার কনসালকে বলুন, পাছে বিকল্প দ্বারা তিনি একটি তর্ক করতে চান, তিনি এটি পড়ার শক্তি অনুভব করেন এবং</p>\r\n<p>প্রাক্তন ভেরো অনামি। আমি ডান ফুটবল ডমিং গড় উল্লেখ, কিছু কোন জোর করা উচিত, একটি খুব পবিত্র mnesarchus বিজ্ঞাপন প্রো. বিভক্তি করে সমুদ্রকে ঈর্ষা করো না। এর পরে, দুটি জিনিস কখনই ঘটবে না, কারণ একটি জিনিস ঘৃণ্য, কারণ এটি ঘৃণার ফ্লাইট হিসাবে বিবেচিত হয়।</p>\r\n<p>এটা হল প্রবীণদের সপ্তাহান্তে, যাদের আমি উল্লেখ করেছি, তারা খুব কমই স্বাগত জানায়। সত্য প্রকাশের জন্য তারা সমালোচনা করে। একজন জ্ঞানী ব্যক্তির মাধ্যমে সফল হওয়ার জন্য, যতগুলি লেখা ব্যবহার করুন। খেলোয়াড়দের আপনার জন্য অপেক্ষা করতে দিন, যার জন্য আপনি যুক্তি প্রস্তুত করেন, এমন কেউ থাকতে দিন যার সাথে আমি একই সময়ে অভিযুক্ত করব। ডেভেলপারদের প্রত্যাখ্যান করা তার জন্য একটি নিখুঁত অভ্যাস ছিল, কারণ তারা খারাপ ছিল। তিনি মধু দেখেছেন কিনা তা বিচার করবেন।</p>\r\n<p>আসুন আমরা ক্ষমতায় জন্মগ্রহণ করি না, প্রথমে বাগ্মীতায়। তাদের সমালোচনা করা একজন জ্ঞানী ব্যক্তি হতে দিন, তাদের প্রত্যেকেই। না, তার জন্য কত ক্ষমা আছে, যে সে বিচারকের জন্য মনেসর্চ ব্যবহার করবে না। তারা যখন আমাদের সাথে তর্ক করত, তখন তারা নিজেদের শক্তির প্রতি ঈর্ষান্বিত হতো, সে পুরুষ হোক বা যে কোন ধরনের মানুষ। এবং অভিযোগের মাধ্যমে চমত্কারভাবে বের করা হয়, এটি একটি ভাল হোমওয়ার্ক হতে দিন। চিরন্তন আনন্দ এবং দেশপ্রেমের সাথে এগুলো খুঁজতে গিয়ে তিনি মধু সংকুচিত করে তার সাথে একমত হবেন না।</p>\r\n<p>প্রথমে মনে হয় না, কিন্তু বিদ্বানদের প্রত্যাখ্যান করা যায় না। কিন্তু নৃশংসভাবে এবং সব আনন্দ, তারা প্রথম বোঝার জন্য চিন্তা. আপনি আমাকে একটি শারীরিক উচ্ছ্বাস ঋণী হবে, এবং বিশ্বের যে. শক্তি তার আরও পরিণতিতে, এবং ব্যথার প্রতিপক্ষের কাছে নয়, যাতে এটি প্রতিদিন উপস্থিত থাকে। নাগরিকদের দুজনকে বাদ দেওয়া হোক, যাতে অন্যরা আপনাকে আলিঙ্গন করে। আমার সমস্ত বক্তৃতা এতে বাধা দেয়।</p>\r\n<p>প্রাক্তন ভেরো অনামি। আমি ডান ফুটবল ডমিং গড় উল্লেখ, কিছু কোন জোর করা উচিত, একটি খুব পবিত্র mnesarchus বিজ্ঞাপন প্রো. বিভক্তি করে সমুদ্রকে ঈর্ষা করো না। এর পরে, দুটি জিনিস কখনই ঘটবে না, কারণ একটি জিনিস ঘৃণ্য, কারণ এটি ঘৃণার ফ্লাইট হিসাবে বিবেচিত হয়।</p>', '2024-12-02 11:14:31', '2024-12-02 11:14:31'),
(7324, 'blogs', 4, 'bn', 'seo_title', 'ফিক্সার-আপার কেনার সুবিধা এবং অসুবিধা', '2024-12-02 11:14:31', '2024-12-02 11:14:31'),
(7325, 'blogs', 4, 'bn', 'seo_description', 'ফিক্সার-আপার কেনার সুবিধা এবং অসুবিধা', '2024-12-02 11:14:31', '2024-12-02 11:14:31'),
(7326, 'blogs', 5, 'bn', 'title', 'রিয়েল এস্টেটে অবস্থানের গুরুত্ব', '2024-12-02 11:14:31', '2024-12-02 11:14:31'),
(7327, 'blogs', 5, 'bn', 'description', '<p>তারা dignissim consectetuer, অথবা তারা প্রমাণ দ্বারা বা বাক্যের ফলাফল দ্বারা উল্লেখ করা হয় না। আমার কথা ঘরে পলায়ন করে, বাকি কথা দাঁড়িয়ে গেল। আমার বিতৃষ্ণা আমাকে যেতে দিন না। তাদের বলা যাক যে তারা এই কারণে অবহেলিত, কারণ আমরা চাই তারা তরুণ হোক। প্রথম দিকে কোন তর্ক নেই, বা apeirian নেতাদের মধ্যে নাকি আমি বলব, আমার কনসালকে বলুন, পাছে বিকল্প দ্বারা তিনি একটি তর্ক করতে চান, তিনি এটি পড়ার শক্তি অনুভব করেন এবং</p>\r\n<p>প্রাক্তন ভেরো অনামি। আমি ডান ফুটবল ডমিং গড় উল্লেখ, কিছু কোন জোর করা উচিত, একটি খুব পবিত্র mnesarchus বিজ্ঞাপন প্রো. বিভক্তি করে সমুদ্রকে ঈর্ষা করো না। এর পরে, দুটি জিনিস কখনই ঘটবে না, কারণ একটি জিনিস ঘৃণ্য, কারণ এটি ঘৃণার ফ্লাইট হিসাবে বিবেচিত হয়।</p>\r\n<p>এটা হল প্রবীণদের সপ্তাহান্তে, যাদের আমি উল্লেখ করেছি, তারা খুব কমই স্বাগত জানায়। সত্য প্রকাশের জন্য তারা সমালোচনা করে। একজন জ্ঞানী ব্যক্তির মাধ্যমে সফল হওয়ার জন্য, যতগুলি লেখা ব্যবহার করুন। খেলোয়াড়দের আপনার জন্য অপেক্ষা করতে দিন, যার জন্য আপনি যুক্তি প্রস্তুত করেন, এমন কেউ থাকতে দিন যার সাথে আমি একই সময়ে অভিযুক্ত করব। ডেভেলপারদের প্রত্যাখ্যান করা তার জন্য একটি নিখুঁত অভ্যাস ছিল, কারণ তারা খারাপ ছিল। তিনি মধু দেখেছেন কিনা তা বিচার করবেন।</p>\r\n<p>আসুন আমরা ক্ষমতায় জন্মগ্রহণ করি না, প্রথমে বাগ্মীতায়। তাদের সমালোচনা করা একজন জ্ঞানী ব্যক্তি হতে দিন, তাদের প্রত্যেকেই। না, তার জন্য কত ক্ষমা আছে, যে সে বিচারকের জন্য মনেসর্চ ব্যবহার করবে না। তারা যখন আমাদের সাথে তর্ক করত, তখন তারা নিজেদের শক্তির প্রতি ঈর্ষান্বিত হতো, সে পুরুষ হোক বা যে কোন ধরনের মানুষ। এবং অভিযোগের মাধ্যমে চমত্কারভাবে বের করা হয়, এটি একটি ভাল হোমওয়ার্ক হতে দিন। চিরন্তন আনন্দ এবং দেশপ্রেমের সাথে এগুলো খুঁজতে গিয়ে তিনি মধু সংকুচিত করে তার সাথে একমত হবেন না।</p>\r\n<p>প্রথমে মনে হয় না, কিন্তু বিদ্বানদের প্রত্যাখ্যান করা যায় না। কিন্তু নৃশংসভাবে এবং সব আনন্দ, তারা প্রথম বোঝার জন্য চিন্তা. আপনি আমাকে একটি শারীরিক উচ্ছ্বাস ঋণী হবে, এবং বিশ্বের যে. শক্তি তার আরও পরিণতিতে, এবং ব্যথার প্রতিপক্ষের কাছে নয়, যাতে এটি প্রতিদিন উপস্থিত থাকে। নাগরিকদের দুজনকে বাদ দেওয়া হোক, যাতে অন্যরা আপনাকে আলিঙ্গন করে। আমার সমস্ত বক্তৃতা এতে বাধা দেয়।</p>\r\n<p>প্রাক্তন ভেরো অনামি। আমি ডান ফুটবল ডমিং গড় উল্লেখ, কিছু কোন জোর করা উচিত, একটি খুব পবিত্র mnesarchus বিজ্ঞাপন প্রো. বিভক্তি করে সমুদ্রকে ঈর্ষা করো না। এর পরে, দুটি জিনিস কখনই ঘটবে না, কারণ একটি জিনিস ঘৃণ্য, কারণ এটি ঘৃণার ফ্লাইট হিসাবে বিবেচিত হয়।</p>', '2024-12-02 11:14:31', '2024-12-02 11:14:31'),
(7328, 'blogs', 5, 'bn', 'seo_title', 'রিয়েল এস্টেটে অবস্থানের গুরুত্ব', '2024-12-02 11:14:31', '2024-12-02 11:14:31'),
(7329, 'blogs', 5, 'bn', 'seo_description', 'রিয়েল এস্টেটে অবস্থানের গুরুত্ব', '2024-12-02 11:14:31', '2024-12-02 11:14:31'),
(7330, 'blogs', 6, 'bn', 'title', 'কীভাবে সঠিক রিয়েল এস্টেট এজেন্ট নির্বাচন করবেন', '2024-12-02 11:14:31', '2024-12-02 11:14:31'),
(7331, 'blogs', 6, 'bn', 'description', '<p>তারা dignissim consectetuer, অথবা তারা প্রমাণ দ্বারা বা বাক্যের ফলাফল দ্বারা উল্লেখ করা হয় না। আমার কথা ঘরে পলায়ন করে, বাকি কথা দাঁড়িয়ে গেল। আমার বিতৃষ্ণা আমাকে যেতে দিন না। তাদের বলা যাক যে তারা এই কারণে অবহেলিত, কারণ আমরা চাই তারা তরুণ হোক। প্রথম দিকে কোন তর্ক নেই, বা apeirian নেতাদের মধ্যে নাকি আমি বলব, আমার কনসালকে বলুন, পাছে বিকল্প দ্বারা তিনি একটি তর্ক করতে চান, তিনি এটি পড়ার শক্তি অনুভব করেন এবং</p>\r\n<p>প্রাক্তন ভেরো অনামি। আমি ডান ফুটবল ডমিং গড় উল্লেখ, কিছু কোন জোর করা উচিত, একটি খুব পবিত্র mnesarchus বিজ্ঞাপন প্রো. বিভক্তি করে সমুদ্রকে ঈর্ষা করো না। এর পরে, দুটি জিনিস কখনই ঘটবে না, কারণ একটি জিনিস ঘৃণ্য, কারণ এটি ঘৃণার ফ্লাইট হিসাবে বিবেচিত হয়।</p>\r\n<p>এটা হল প্রবীণদের সপ্তাহান্তে, যাদের আমি উল্লেখ করেছি, তারা খুব কমই স্বাগত জানায়। সত্য প্রকাশের জন্য তারা সমালোচনা করে। একজন জ্ঞানী ব্যক্তির মাধ্যমে সফল হওয়ার জন্য, যতগুলি লেখা ব্যবহার করুন। খেলোয়াড়দের আপনার জন্য অপেক্ষা করতে দিন, যার জন্য আপনি যুক্তি প্রস্তুত করেন, এমন কেউ থাকতে দিন যার সাথে আমি একই সময়ে অভিযুক্ত করব। ডেভেলপারদের প্রত্যাখ্যান করা তার জন্য একটি নিখুঁত অভ্যাস ছিল, কারণ তারা খারাপ ছিল। তিনি মধু দেখেছেন কিনা তা বিচার করবেন।</p>\r\n<p>আসুন আমরা ক্ষমতায় জন্মগ্রহণ করি না, প্রথমে বাগ্মীতায়। তাদের সমালোচনা করা একজন জ্ঞানী ব্যক্তি হতে দিন, তাদের প্রত্যেকেই। না, তার জন্য কত ক্ষমা আছে, যে সে বিচারকের জন্য মনেসর্চ ব্যবহার করবে না। তারা যখন আমাদের সাথে তর্ক করত, তখন তারা নিজেদের শক্তির প্রতি ঈর্ষান্বিত হতো, সে পুরুষ হোক বা যে কোন ধরনের মানুষ। এবং অভিযোগের মাধ্যমে চমত্কারভাবে বের করা হয়, এটি একটি ভাল হোমওয়ার্ক হতে দিন। চিরন্তন আনন্দ এবং দেশপ্রেমের সাথে এগুলো খুঁজতে গিয়ে তিনি মধু সংকুচিত করে তার সাথে একমত হবেন না।</p>\r\n<p>প্রথমে মনে হয় না, কিন্তু বিদ্বানদের প্রত্যাখ্যান করা যায় না। কিন্তু নৃশংসভাবে এবং সব আনন্দ, তারা প্রথম বোঝার জন্য চিন্তা. আপনি আমাকে একটি শারীরিক উচ্ছ্বাস ঋণী হবে, এবং বিশ্বের যে. শক্তি তার আরও পরিণতিতে, এবং ব্যথার প্রতিপক্ষের কাছে নয়, যাতে এটি প্রতিদিন উপস্থিত থাকে। নাগরিকদের দুজনকে বাদ দেওয়া হোক, যাতে অন্যরা আপনাকে আলিঙ্গন করে। আমার সমস্ত বক্তৃতা এতে বাধা দেয়।</p>\r\n<p>প্রাক্তন ভেরো অনামি। আমি ডান ফুটবল ডমিং গড় উল্লেখ, কিছু কোন জোর করা উচিত, একটি খুব পবিত্র mnesarchus বিজ্ঞাপন প্রো. বিভক্তি করে সমুদ্রকে ঈর্ষা করো না। এর পরে, দুটি জিনিস কখনই ঘটবে না, কারণ একটি জিনিস ঘৃণ্য, কারণ এটি ঘৃণার ফ্লাইট হিসাবে বিবেচিত হয়।</p>', '2024-12-02 11:14:32', '2024-12-02 11:14:32'),
(7332, 'blogs', 6, 'bn', 'seo_title', 'কীভাবে সঠিক রিয়েল এস্টেট এজেন্ট নির্বাচন করবেন', '2024-12-02 11:14:32', '2024-12-02 11:14:32'),
(7333, 'blogs', 6, 'bn', 'seo_description', 'কীভাবে সঠিক রিয়েল এস্টেট এজেন্ট নির্বাচন করবেন', '2024-12-02 11:14:32', '2024-12-02 11:14:32'),
(7340, 'additional_information', 157, 'bn', 'add_key', '33', '2024-12-02 12:01:03', '2024-12-02 12:01:03'),
(7341, 'additional_information', 157, 'bn', 'add_value', '33', '2024-12-02 12:01:03', '2024-12-02 12:01:03'),
(7342, 'about_us', 1, 'AR', 'short_title', 'حول هوميكو', '2024-12-02 19:43:49', '2024-12-02 19:43:49'),
(7343, 'about_us', 1, 'AR', 'long_title', 'لقد قمت ببعض الأشياء الرائعة مع المستخدمين العاديين', '2024-12-02 19:43:49', '2024-12-02 19:43:49'),
(7344, 'about_us', 1, 'AR', 'experience_text_1', '12 سنة', '2024-12-02 19:43:49', '2024-12-02 19:43:49'),
(7345, 'about_us', 1, 'AR', 'experience_text_2', 'خبرة', '2024-12-02 19:43:49', '2024-12-02 19:43:49'),
(7346, 'about_us', 1, 'AR', 'description_1', 'هناك العديد من الأشكال المتوفرة لنصوص لوريم إيبسوم، لكن الأغلبية قد عانت من التغيير بشكل ما، عن طريق إدخال الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق ولو قليلاً.', '2024-12-02 19:43:49', '2024-12-02 19:43:49'),
(7347, 'about_us', 1, 'AR', 'description_2', 'أكثر من 20 عامًا من الخبرة في تقديم خدمات حجز المنازل عالية الجودة إلى السوق وبيعها لتحقيق حلمك المذهل وجعلك سعيدًا', '2024-12-02 19:43:49', '2024-12-02 19:43:49'),
(7348, 'about_us', 1, 'AR', 'author_name', 'ويد ديوارن', '2024-12-02 19:43:50', '2024-12-02 19:43:50'),
(7349, 'about_us', 1, 'AR', 'author_designation', 'مؤسس الإنسانية', '2024-12-02 19:43:50', '2024-12-02 19:43:50'),
(7350, 'about_us', 1, 'AR', 'item1_title2', 'ك+ الوكلاء', '2024-12-02 19:43:50', '2024-12-02 19:43:50'),
(7351, 'about_us', 1, 'AR', 'item2_title2', '+ المستأجرين', '2024-12-02 19:43:50', '2024-12-02 19:43:50'),
(7352, 'about_us', 1, 'AR', 'item1_description', 'نؤمن بخدمتنا ورعايتنا', '2024-12-02 19:43:50', '2024-12-02 19:43:50'),
(7353, 'about_us', 1, 'AR', 'item2_description', 'منزل جاهز للسكن', '2024-12-02 19:43:50', '2024-12-02 19:43:50'),
(7354, 'about_us', 1, 'AR', 'home2_percentage_text', 'قال أكثر من 70% من عملاء Avenue أنهم حصلوا على عمولات إضافية في العام الماضي', '2024-12-02 19:43:51', '2024-12-02 19:43:51'),
(7355, 'about_us', 1, 'AR', 'home2_short_title', 'حول هوميكو', '2024-12-02 19:43:51', '2024-12-02 19:43:51'),
(7356, 'about_us', 1, 'AR', 'home2_long_title', 'لقد قمت ببعض الأشياء الرائعة مع المستخدمين العاديين', '2024-12-02 19:43:51', '2024-12-02 19:43:51'),
(7357, 'about_us', 1, 'AR', 'home2_description1', 'هناك العديد من الأشكال المتوفرة لنصوص لوريم إيبسوم، لكن الأغلبية قد عانت من التغيير بشكل ما، عن طريق إدخال الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق ولو قليلاً.', '2024-12-02 19:43:51', '2024-12-02 19:43:51'),
(7358, 'about_us', 1, 'AR', 'home2_description2', 'أكثر من 20 عامًا من الخبرة في تقديم خدمات حجز المنازل عالية الجودة إلى السوق وبيعها لتحقيق حلمك المذهل وجعلك سعيدًا', '2024-12-02 19:43:51', '2024-12-02 19:43:51'),
(7359, 'about_us', 1, 'AR', 'home2_item1', 'ويأمل أن يأخذ السهم.', '2024-12-02 19:43:51', '2024-12-02 19:43:51'),
(7360, 'about_us', 1, 'AR', 'home2_item2', 'لتعيين أساس الأصل.', '2024-12-02 19:43:51', '2024-12-02 19:43:51'),
(7361, 'additional_information', 1, 'AR', 'add_key', 'عمر البناء', '2024-12-02 19:43:51', '2024-12-02 19:43:51'),
(7362, 'additional_information', 1, 'AR', 'add_value', 'سنتان', '2024-12-02 19:43:52', '2024-12-02 19:43:52'),
(7363, 'additional_information', 2, 'AR', 'add_key', 'تبريد', '2024-12-02 19:43:52', '2024-12-02 19:43:52'),
(7364, 'additional_information', 2, 'AR', 'add_value', 'نعم', '2024-12-02 19:43:52', '2024-12-02 19:43:52'),
(7365, 'additional_information', 3, 'AR', 'add_key', 'غاز', '2024-12-02 19:43:52', '2024-12-02 19:43:52'),
(7366, 'additional_information', 3, 'AR', 'add_value', 'لا', '2024-12-02 19:43:52', '2024-12-02 19:43:52'),
(7367, 'additional_information', 4, 'AR', 'add_key', 'وقوف السيارات', '2024-12-02 19:43:52', '2024-12-02 19:43:52'),
(7368, 'additional_information', 4, 'AR', 'add_value', 'نعم', '2024-12-02 19:43:52', '2024-12-02 19:43:52'),
(7369, 'additional_information', 5, 'AR', 'add_key', 'المجاري', '2024-12-02 19:43:52', '2024-12-02 19:43:52'),
(7370, 'additional_information', 5, 'AR', 'add_value', 'لا', '2024-12-02 19:43:52', '2024-12-02 19:43:52'),
(7371, 'additional_information', 6, 'AR', 'add_key', 'غرفة التمرين', '2024-12-02 19:43:53', '2024-12-02 19:43:53'),
(7372, 'additional_information', 6, 'AR', 'add_value', 'نعم', '2024-12-02 19:43:53', '2024-12-02 19:43:53'),
(7373, 'additional_information', 14, 'AR', 'add_key', 'عمر البناء', '2024-12-02 19:43:53', '2024-12-02 19:43:53'),
(7374, 'additional_information', 14, 'AR', 'add_value', 'نعم', '2024-12-02 19:43:53', '2024-12-02 19:43:53'),
(7375, 'additional_information', 15, 'AR', 'add_key', 'تبريد', '2024-12-02 19:43:53', '2024-12-02 19:43:53'),
(7376, 'additional_information', 15, 'AR', 'add_value', 'نعم', '2024-12-02 19:43:53', '2024-12-02 19:43:53'),
(7377, 'additional_information', 16, 'AR', 'add_key', 'غاز', '2024-12-02 19:43:53', '2024-12-02 19:43:53'),
(7378, 'additional_information', 16, 'AR', 'add_value', 'لا', '2024-12-02 19:43:53', '2024-12-02 19:43:53'),
(7379, 'additional_information', 17, 'AR', 'add_key', 'غرفة التمرين', '2024-12-02 19:43:53', '2024-12-02 19:43:53'),
(7380, 'additional_information', 17, 'AR', 'add_value', 'لا', '2024-12-02 19:43:54', '2024-12-02 19:43:54'),
(7381, 'additional_information', 18, 'AR', 'add_key', 'ماء', '2024-12-02 19:43:54', '2024-12-02 19:43:54'),
(7382, 'additional_information', 18, 'AR', 'add_value', 'نعم', '2024-12-02 19:43:54', '2024-12-02 19:43:54'),
(7383, 'additional_information', 19, 'AR', 'add_key', 'وقوف السيارات', '2024-12-02 19:43:54', '2024-12-02 19:43:54'),
(7384, 'additional_information', 19, 'AR', 'add_value', 'نعم', '2024-12-02 19:43:54', '2024-12-02 19:43:54'),
(7385, 'additional_information', 20, 'AR', 'add_key', 'وقوف السيارات', '2024-12-02 19:43:54', '2024-12-02 19:43:54'),
(7386, 'additional_information', 20, 'AR', 'add_value', 'لا', '2024-12-02 19:43:54', '2024-12-02 19:43:54'),
(7387, 'additional_information', 21, 'AR', 'add_key', 'المجاري', '2024-12-02 19:43:54', '2024-12-02 19:43:54'),
(7388, 'additional_information', 21, 'AR', 'add_value', 'نعم ه', '2024-12-02 19:43:54', '2024-12-02 19:43:54'),
(7389, 'additional_information', 22, 'AR', 'add_key', 'غرفة التمرين', '2024-12-02 19:43:54', '2024-12-02 19:43:54'),
(7390, 'additional_information', 22, 'AR', 'add_value', 'نعم ه', '2024-12-02 19:43:54', '2024-12-02 19:43:54'),
(7391, 'additional_information', 24, 'AR', 'add_key', 'التدفئة', '2024-12-02 19:43:55', '2024-12-02 19:43:55'),
(7392, 'additional_information', 24, 'AR', 'add_value', 'لا و', '2024-12-02 19:43:55', '2024-12-02 19:43:55'),
(7393, 'additional_information', 25, 'AR', 'add_key', 'ماء', '2024-12-02 19:43:55', '2024-12-02 19:43:55'),
(7394, 'additional_information', 25, 'AR', 'add_value', 'لا و', '2024-12-02 19:43:55', '2024-12-02 19:43:55'),
(7395, 'additional_information', 26, 'AR', 'add_key', 'وقوف السيارات', '2024-12-02 19:43:55', '2024-12-02 19:43:55'),
(7396, 'additional_information', 26, 'AR', 'add_value', 'لا و', '2024-12-02 19:43:55', '2024-12-02 19:43:55'),
(7397, 'additional_information', 32, 'AR', 'add_key', 'عمر البناء', '2024-12-02 19:43:55', '2024-12-02 19:43:55'),
(7398, 'additional_information', 32, 'AR', 'add_value', '1 سنة', '2024-12-02 19:43:55', '2024-12-02 19:43:55'),
(7399, 'additional_information', 33, 'AR', 'add_key', 'وقوف السيارات', '2024-12-02 19:43:55', '2024-12-02 19:43:55'),
(7400, 'additional_information', 33, 'AR', 'add_value', 'متاح', '2024-12-02 19:43:55', '2024-12-02 19:43:55'),
(7401, 'additional_information', 34, 'AR', 'add_key', 'التدفئة', '2024-12-02 19:43:55', '2024-12-02 19:43:55'),
(7402, 'additional_information', 34, 'AR', 'add_value', 'متاح', '2024-12-02 19:43:56', '2024-12-02 19:43:56'),
(7403, 'additional_information', 35, 'AR', 'add_key', 'ماء', '2024-12-02 19:43:56', '2024-12-02 19:43:56'),
(7404, 'additional_information', 35, 'AR', 'add_value', 'متاح', '2024-12-02 19:43:56', '2024-12-02 19:43:56'),
(7405, 'additional_information', 36, 'AR', 'add_key', 'تخزين', '2024-12-02 19:43:56', '2024-12-02 19:43:56'),
(7406, 'additional_information', 36, 'AR', 'add_value', 'غير متوفر', '2024-12-02 19:43:56', '2024-12-02 19:43:56'),
(7407, 'additional_information', 37, 'AR', 'add_key', 'غاز', '2024-12-02 19:43:56', '2024-12-02 19:43:56'),
(7408, 'additional_information', 37, 'AR', 'add_value', 'متاح', '2024-12-02 19:43:56', '2024-12-02 19:43:56'),
(7409, 'additional_information', 38, 'AR', 'add_key', 'عمر البناء', '2024-12-02 19:43:56', '2024-12-02 19:43:56'),
(7410, 'additional_information', 38, 'AR', 'add_value', '1 سنة', '2024-12-02 19:43:56', '2024-12-02 19:43:56'),
(7411, 'additional_information', 39, 'AR', 'add_key', 'وقوف السيارات', '2024-12-02 19:43:56', '2024-12-02 19:43:56'),
(7412, 'additional_information', 39, 'AR', 'add_value', 'متاح', '2024-12-02 19:43:57', '2024-12-02 19:43:57'),
(7413, 'additional_information', 40, 'AR', 'add_key', 'التدفئة', '2024-12-02 19:43:57', '2024-12-02 19:43:57'),
(7414, 'additional_information', 40, 'AR', 'add_value', 'متاح', '2024-12-02 19:43:57', '2024-12-02 19:43:57'),
(7415, 'additional_information', 41, 'AR', 'add_key', 'ماء', '2024-12-02 19:43:57', '2024-12-02 19:43:57'),
(7416, 'additional_information', 41, 'AR', 'add_value', 'متاح', '2024-12-02 19:43:57', '2024-12-02 19:43:57'),
(7417, 'additional_information', 42, 'AR', 'add_key', 'تخزين', '2024-12-02 19:43:57', '2024-12-02 19:43:57'),
(7418, 'additional_information', 42, 'AR', 'add_value', 'غير متوفر', '2024-12-02 19:43:57', '2024-12-02 19:43:57'),
(7419, 'additional_information', 43, 'AR', 'add_key', 'غاز', '2024-12-02 19:43:57', '2024-12-02 19:43:57'),
(7420, 'additional_information', 43, 'AR', 'add_value', 'متاح', '2024-12-02 19:43:57', '2024-12-02 19:43:57'),
(7421, 'additional_information', 50, 'AR', 'add_key', 'عمر البناء', '2024-12-02 19:43:57', '2024-12-02 19:43:57'),
(7422, 'additional_information', 50, 'AR', 'add_value', 'شهرين', '2024-12-02 19:43:58', '2024-12-02 19:43:58'),
(7423, 'additional_information', 51, 'AR', 'add_key', 'تبريد', '2024-12-02 19:43:58', '2024-12-02 19:43:58'),
(7424, 'additional_information', 51, 'AR', 'add_value', 'نعم', '2024-12-02 19:43:58', '2024-12-02 19:43:58'),
(7425, 'additional_information', 52, 'AR', 'add_key', 'وقوف السيارات', '2024-12-02 19:43:58', '2024-12-02 19:43:58'),
(7426, 'additional_information', 52, 'AR', 'add_value', 'لا', '2024-12-02 19:43:58', '2024-12-02 19:43:58'),
(7427, 'additional_information', 53, 'AR', 'add_key', 'ماء', '2024-12-02 19:43:58', '2024-12-02 19:43:58'),
(7428, 'additional_information', 53, 'AR', 'add_value', 'نعم', '2024-12-02 19:43:58', '2024-12-02 19:43:58'),
(7429, 'additional_information', 54, 'AR', 'add_key', 'غرفة التمرين', '2024-12-02 19:43:58', '2024-12-02 19:43:58'),
(7430, 'additional_information', 54, 'AR', 'add_value', 'لا', '2024-12-02 19:43:58', '2024-12-02 19:43:58'),
(7431, 'additional_information', 55, 'AR', 'add_key', 'تخزين', '2024-12-02 19:43:59', '2024-12-02 19:43:59'),
(7432, 'additional_information', 55, 'AR', 'add_value', 'نعم', '2024-12-02 19:43:59', '2024-12-02 19:43:59'),
(7433, 'additional_information', 62, 'AR', 'add_key', 'تكييف الهواء', '2024-12-02 19:43:59', '2024-12-02 19:43:59'),
(7434, 'additional_information', 62, 'AR', 'add_value', 'غير متوفر', '2024-12-02 19:43:59', '2024-12-02 19:43:59'),
(7435, 'additional_information', 63, 'AR', 'add_key', 'ماء', '2024-12-02 19:43:59', '2024-12-02 19:43:59'),
(7436, 'additional_information', 63, 'AR', 'add_value', 'متاح', '2024-12-02 19:43:59', '2024-12-02 19:43:59'),
(7437, 'additional_information', 64, 'AR', 'add_key', 'التدفئة', '2024-12-02 19:43:59', '2024-12-02 19:43:59'),
(7438, 'additional_information', 64, 'AR', 'add_value', 'متاح', '2024-12-02 19:43:59', '2024-12-02 19:43:59'),
(7439, 'additional_information', 65, 'AR', 'add_key', 'عمر البناء', '2024-12-02 19:43:59', '2024-12-02 19:43:59'),
(7440, 'additional_information', 65, 'AR', 'add_value', '3 سنوات', '2024-12-02 19:44:00', '2024-12-02 19:44:00'),
(7441, 'additional_information', 66, 'AR', 'add_key', 'غرفة التمرين', '2024-12-02 19:44:00', '2024-12-02 19:44:00'),
(7442, 'additional_information', 66, 'AR', 'add_value', 'متاح', '2024-12-02 19:44:00', '2024-12-02 19:44:00'),
(7443, 'additional_information', 67, 'AR', 'add_key', 'غاز', '2024-12-02 19:44:00', '2024-12-02 19:44:00'),
(7444, 'additional_information', 67, 'AR', 'add_value', 'متاح', '2024-12-02 19:44:00', '2024-12-02 19:44:00'),
(7445, 'additional_information', 68, 'AR', 'add_key', 'عمر البناء', '2024-12-02 19:44:00', '2024-12-02 19:44:00'),
(7446, 'additional_information', 68, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:00', '2024-12-02 19:44:00'),
(7447, 'additional_information', 69, 'AR', 'add_key', 'وقوف السيارات', '2024-12-02 19:44:01', '2024-12-02 19:44:01'),
(7448, 'additional_information', 69, 'AR', 'add_value', 'لا', '2024-12-02 19:44:01', '2024-12-02 19:44:01'),
(7449, 'additional_information', 70, 'AR', 'add_key', 'ماء', '2024-12-02 19:44:01', '2024-12-02 19:44:01'),
(7450, 'additional_information', 70, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:01', '2024-12-02 19:44:01'),
(7451, 'additional_information', 71, 'AR', 'add_key', 'التدفئة', '2024-12-02 19:44:01', '2024-12-02 19:44:01'),
(7452, 'additional_information', 71, 'AR', 'add_value', 'لا', '2024-12-02 19:44:01', '2024-12-02 19:44:01'),
(7453, 'additional_information', 72, 'AR', 'add_key', 'تبريد', '2024-12-02 19:44:02', '2024-12-02 19:44:02'),
(7454, 'additional_information', 72, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:02', '2024-12-02 19:44:02'),
(7455, 'additional_information', 73, 'AR', 'add_key', 'غرفة التمرين', '2024-12-02 19:44:02', '2024-12-02 19:44:02'),
(7456, 'additional_information', 73, 'AR', 'add_value', 'لا', '2024-12-02 19:44:02', '2024-12-02 19:44:02'),
(7457, 'additional_information', 74, 'AR', 'add_key', 'عمر البناء', '2024-12-02 19:44:02', '2024-12-02 19:44:02'),
(7458, 'additional_information', 74, 'AR', 'add_value', '6 أشهر', '2024-12-02 19:44:02', '2024-12-02 19:44:02'),
(7459, 'additional_information', 75, 'AR', 'add_key', 'وقوف السيارات', '2024-12-02 19:44:03', '2024-12-02 19:44:03'),
(7460, 'additional_information', 75, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:03', '2024-12-02 19:44:03'),
(7461, 'additional_information', 76, 'AR', 'add_key', 'التدفئة', '2024-12-02 19:44:03', '2024-12-02 19:44:03'),
(7462, 'additional_information', 76, 'AR', 'add_value', 'لا', '2024-12-02 19:44:03', '2024-12-02 19:44:03'),
(7463, 'additional_information', 77, 'AR', 'add_key', 'ماء', '2024-12-02 19:44:03', '2024-12-02 19:44:03'),
(7464, 'additional_information', 77, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:03', '2024-12-02 19:44:03'),
(7465, 'additional_information', 78, 'AR', 'add_key', 'تخزين', '2024-12-02 19:44:04', '2024-12-02 19:44:04'),
(7466, 'additional_information', 78, 'AR', 'add_value', 'لا', '2024-12-02 19:44:04', '2024-12-02 19:44:04'),
(7467, 'additional_information', 79, 'AR', 'add_key', 'غاز', '2024-12-02 19:44:04', '2024-12-02 19:44:04'),
(7468, 'additional_information', 79, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:04', '2024-12-02 19:44:04'),
(7469, 'additional_information', 80, 'AR', 'add_key', 'تبريد', '2024-12-02 19:44:04', '2024-12-02 19:44:04'),
(7470, 'additional_information', 80, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:04', '2024-12-02 19:44:04'),
(7471, 'additional_information', 81, 'AR', 'add_key', 'المجاري', '2024-12-02 19:44:04', '2024-12-02 19:44:04'),
(7472, 'additional_information', 81, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:05', '2024-12-02 19:44:05'),
(7473, 'additional_information', 82, 'AR', 'add_key', 'عمر البناء', '2024-12-02 19:44:05', '2024-12-02 19:44:05'),
(7474, 'additional_information', 82, 'AR', 'add_value', '8 أشهر', '2024-12-02 19:44:05', '2024-12-02 19:44:05'),
(7475, 'additional_information', 83, 'AR', 'add_key', 'ماء', '2024-12-02 19:44:05', '2024-12-02 19:44:05'),
(7476, 'additional_information', 83, 'AR', 'add_value', 'لا', '2024-12-02 19:44:05', '2024-12-02 19:44:05'),
(7477, 'additional_information', 84, 'AR', 'add_key', 'تخزين', '2024-12-02 19:44:05', '2024-12-02 19:44:05'),
(7478, 'additional_information', 84, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:06', '2024-12-02 19:44:06'),
(7479, 'additional_information', 85, 'AR', 'add_key', 'وقوف السيارات', '2024-12-02 19:44:06', '2024-12-02 19:44:06'),
(7480, 'additional_information', 85, 'AR', 'add_value', 'لا', '2024-12-02 19:44:06', '2024-12-02 19:44:06'),
(7481, 'additional_information', 86, 'AR', 'add_key', 'تبريد', '2024-12-02 19:44:06', '2024-12-02 19:44:06'),
(7482, 'additional_information', 86, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:06', '2024-12-02 19:44:06'),
(7483, 'additional_information', 87, 'AR', 'add_key', 'المجاري', '2024-12-02 19:44:06', '2024-12-02 19:44:06'),
(7484, 'additional_information', 87, 'AR', 'add_value', 'لا', '2024-12-02 19:44:07', '2024-12-02 19:44:07'),
(7485, 'additional_information', 88, 'AR', 'add_key', 'ماء', '2024-12-02 19:44:07', '2024-12-02 19:44:07'),
(7486, 'additional_information', 88, 'AR', 'add_value', 'لا', '2024-12-02 19:44:07', '2024-12-02 19:44:07'),
(7487, 'additional_information', 89, 'AR', 'add_key', 'التدفئة', '2024-12-02 19:44:07', '2024-12-02 19:44:07'),
(7488, 'additional_information', 89, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:07', '2024-12-02 19:44:07'),
(7489, 'additional_information', 90, 'AR', 'add_key', 'تخزين', '2024-12-02 19:44:07', '2024-12-02 19:44:07'),
(7490, 'additional_information', 90, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:08', '2024-12-02 19:44:08'),
(7491, 'additional_information', 91, 'AR', 'add_key', 'غاز', '2024-12-02 19:44:08', '2024-12-02 19:44:08'),
(7492, 'additional_information', 91, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:08', '2024-12-02 19:44:08'),
(7493, 'additional_information', 92, 'AR', 'add_key', 'التدفئة', '2024-12-02 19:44:08', '2024-12-02 19:44:08'),
(7494, 'additional_information', 92, 'AR', 'add_value', 'لا', '2024-12-02 19:44:08', '2024-12-02 19:44:08'),
(7495, 'additional_information', 93, 'AR', 'add_key', 'وقوف السيارات', '2024-12-02 19:44:08', '2024-12-02 19:44:08'),
(7496, 'additional_information', 93, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:08', '2024-12-02 19:44:08'),
(7497, 'additional_information', 94, 'AR', 'add_key', 'تبريد', '2024-12-02 19:44:08', '2024-12-02 19:44:08'),
(7498, 'additional_information', 94, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:09', '2024-12-02 19:44:09'),
(7499, 'additional_information', 95, 'AR', 'add_key', 'المجاري', '2024-12-02 19:44:09', '2024-12-02 19:44:09'),
(7500, 'additional_information', 95, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:09', '2024-12-02 19:44:09'),
(7501, 'additional_information', 96, 'AR', 'add_key', 'تخزين', '2024-12-02 19:44:09', '2024-12-02 19:44:09'),
(7502, 'additional_information', 96, 'AR', 'add_value', 'لا', '2024-12-02 19:44:09', '2024-12-02 19:44:09'),
(7503, 'additional_information', 97, 'AR', 'add_key', 'غاز', '2024-12-02 19:44:10', '2024-12-02 19:44:10'),
(7504, 'additional_information', 97, 'AR', 'add_value', 'لا', '2024-12-02 19:44:10', '2024-12-02 19:44:10'),
(7505, 'additional_information', 98, 'AR', 'add_key', 'تكييف الهواء', '2024-12-02 19:44:10', '2024-12-02 19:44:10'),
(7506, 'additional_information', 98, 'AR', 'add_value', 'لا', '2024-12-02 19:44:10', '2024-12-02 19:44:10'),
(7507, 'additional_information', 99, 'AR', 'add_key', 'شرفة', '2024-12-02 19:44:10', '2024-12-02 19:44:10'),
(7508, 'additional_information', 99, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:10', '2024-12-02 19:44:10'),
(7509, 'additional_information', 100, 'AR', 'add_key', 'عمر البناء', '2024-12-02 19:44:10', '2024-12-02 19:44:10'),
(7510, 'additional_information', 100, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:11', '2024-12-02 19:44:11'),
(7511, 'additional_information', 101, 'AR', 'add_key', 'المجاري', '2024-12-02 19:44:11', '2024-12-02 19:44:11'),
(7512, 'additional_information', 101, 'AR', 'add_value', 'لا', '2024-12-02 19:44:11', '2024-12-02 19:44:11'),
(7513, 'additional_information', 102, 'AR', 'add_key', 'غرفة التمرين', '2024-12-02 19:44:11', '2024-12-02 19:44:11'),
(7514, 'additional_information', 102, 'AR', 'add_value', 'لا', '2024-12-02 19:44:11', '2024-12-02 19:44:11'),
(7515, 'additional_information', 103, 'AR', 'add_key', 'غاز', '2024-12-02 19:44:11', '2024-12-02 19:44:11'),
(7516, 'additional_information', 103, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:12', '2024-12-02 19:44:12'),
(7517, 'additional_information', 104, 'AR', 'add_key', 'تخزين', '2024-12-02 19:44:12', '2024-12-02 19:44:12'),
(7518, 'additional_information', 104, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:12', '2024-12-02 19:44:12'),
(7519, 'additional_information', 105, 'AR', 'add_key', 'مطار', '2024-12-02 19:44:12', '2024-12-02 19:44:12'),
(7520, 'additional_information', 105, 'AR', 'add_value', 'لا', '2024-12-02 19:44:12', '2024-12-02 19:44:12'),
(7521, 'additional_information', 106, 'AR', 'add_key', 'حديقة', '2024-12-02 19:44:12', '2024-12-02 19:44:12'),
(7522, 'additional_information', 106, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:13', '2024-12-02 19:44:13'),
(7523, 'additional_information', 107, 'AR', 'add_key', 'شرفة', '2024-12-02 19:44:13', '2024-12-02 19:44:13'),
(7524, 'additional_information', 107, 'AR', 'add_value', 'لا', '2024-12-02 19:44:13', '2024-12-02 19:44:13'),
(7525, 'additional_information', 108, 'AR', 'add_key', 'تبريد', '2024-12-02 19:44:13', '2024-12-02 19:44:13'),
(7526, 'additional_information', 108, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:13', '2024-12-02 19:44:13'),
(7527, 'additional_information', 109, 'AR', 'add_key', 'عمر البناء', '2024-12-02 19:44:13', '2024-12-02 19:44:13'),
(7528, 'additional_information', 109, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:14', '2024-12-02 19:44:14'),
(7529, 'additional_information', 110, 'AR', 'add_key', 'شرفة', '2024-12-02 19:44:14', '2024-12-02 19:44:14'),
(7530, 'additional_information', 110, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:14', '2024-12-02 19:44:14'),
(7531, 'additional_information', 111, 'AR', 'add_key', 'تلفزيون الكابل', '2024-12-02 19:44:14', '2024-12-02 19:44:14'),
(7532, 'additional_information', 111, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:14', '2024-12-02 19:44:14'),
(7533, 'additional_information', 112, 'AR', 'add_key', 'عمر البناء', '2024-12-02 19:44:14', '2024-12-02 19:44:14'),
(7534, 'additional_information', 112, 'AR', 'add_value', 'شهرين', '2024-12-02 19:44:15', '2024-12-02 19:44:15'),
(7535, 'additional_information', 113, 'AR', 'add_key', 'التدفئة', '2024-12-02 19:44:15', '2024-12-02 19:44:15'),
(7536, 'additional_information', 113, 'AR', 'add_value', 'لا', '2024-12-02 19:44:15', '2024-12-02 19:44:15'),
(7537, 'additional_information', 114, 'AR', 'add_key', 'تخزين', '2024-12-02 19:44:15', '2024-12-02 19:44:15'),
(7538, 'additional_information', 114, 'AR', 'add_value', 'لا', '2024-12-02 19:44:15', '2024-12-02 19:44:15'),
(7539, 'additional_information', 115, 'AR', 'add_key', 'تبريد', '2024-12-02 19:44:15', '2024-12-02 19:44:15');
INSERT INTO `translations` (`id`, `translatable_type`, `translatable_id`, `lang_code`, `key`, `value`, `created_at`, `updated_at`) VALUES
(7540, 'additional_information', 115, 'AR', 'add_value', 'لا', '2024-12-02 19:44:15', '2024-12-02 19:44:15'),
(7541, 'additional_information', 116, 'AR', 'add_key', 'تخزين', '2024-12-02 19:44:15', '2024-12-02 19:44:15'),
(7542, 'additional_information', 116, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:15', '2024-12-02 19:44:15'),
(7543, 'additional_information', 117, 'AR', 'add_key', 'ماء', '2024-12-02 19:44:15', '2024-12-02 19:44:15'),
(7544, 'additional_information', 117, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:16', '2024-12-02 19:44:16'),
(7545, 'additional_information', 118, 'AR', 'add_key', 'التدفئة', '2024-12-02 19:44:16', '2024-12-02 19:44:16'),
(7546, 'additional_information', 118, 'AR', 'add_value', 'لا', '2024-12-02 19:44:16', '2024-12-02 19:44:16'),
(7547, 'additional_information', 119, 'AR', 'add_key', 'تكييف الهواء', '2024-12-02 19:44:16', '2024-12-02 19:44:16'),
(7548, 'additional_information', 119, 'AR', 'add_value', 'لا', '2024-12-02 19:44:16', '2024-12-02 19:44:16'),
(7549, 'additional_information', 120, 'AR', 'add_key', 'تبريد', '2024-12-02 19:44:16', '2024-12-02 19:44:16'),
(7550, 'additional_information', 120, 'AR', 'add_value', 'لا', '2024-12-02 19:44:16', '2024-12-02 19:44:16'),
(7551, 'additional_information', 121, 'AR', 'add_key', 'عمر البناء', '2024-12-02 19:44:17', '2024-12-02 19:44:17'),
(7552, 'additional_information', 121, 'AR', 'add_value', 'سنتان', '2024-12-02 19:44:17', '2024-12-02 19:44:17'),
(7553, 'additional_information', 122, 'AR', 'add_key', 'عمر البناء', '2024-12-02 19:44:17', '2024-12-02 19:44:17'),
(7554, 'additional_information', 122, 'AR', 'add_value', '6 سنوات', '2024-12-02 19:44:17', '2024-12-02 19:44:17'),
(7555, 'additional_information', 123, 'AR', 'add_key', 'ماء', '2024-12-02 19:44:17', '2024-12-02 19:44:17'),
(7556, 'additional_information', 123, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:17', '2024-12-02 19:44:17'),
(7557, 'additional_information', 124, 'AR', 'add_key', 'غرفة التمرين', '2024-12-02 19:44:17', '2024-12-02 19:44:17'),
(7558, 'additional_information', 124, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:17', '2024-12-02 19:44:17'),
(7559, 'additional_information', 125, 'AR', 'add_key', 'تخزين', '2024-12-02 19:44:18', '2024-12-02 19:44:18'),
(7560, 'additional_information', 125, 'AR', 'add_value', 'لا', '2024-12-02 19:44:18', '2024-12-02 19:44:18'),
(7561, 'additional_information', 126, 'AR', 'add_key', 'شرفة', '2024-12-02 19:44:18', '2024-12-02 19:44:18'),
(7562, 'additional_information', 126, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:18', '2024-12-02 19:44:18'),
(7563, 'additional_information', 127, 'AR', 'add_key', 'تكييف الهواء', '2024-12-02 19:44:18', '2024-12-02 19:44:18'),
(7564, 'additional_information', 127, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:18', '2024-12-02 19:44:18'),
(7565, 'additional_information', 132, 'AR', 'add_key', 'الماء ه', '2024-12-02 19:44:18', '2024-12-02 19:44:18'),
(7566, 'additional_information', 132, 'AR', 'add_value', 'نعم ه', '2024-12-02 19:44:18', '2024-12-02 19:44:18'),
(7567, 'additional_information', 134, 'AR', 'add_key', 'عمر البناء:', '2024-12-02 19:44:18', '2024-12-02 19:44:18'),
(7568, 'additional_information', 134, 'AR', 'add_value', '6 سنوات', '2024-12-02 19:44:18', '2024-12-02 19:44:18'),
(7569, 'additional_information', 135, 'AR', 'add_key', 'ماء:', '2024-12-02 19:44:19', '2024-12-02 19:44:19'),
(7570, 'additional_information', 135, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:19', '2024-12-02 19:44:19'),
(7571, 'additional_information', 136, 'AR', 'add_key', 'الغاز:', '2024-12-02 19:44:19', '2024-12-02 19:44:19'),
(7572, 'additional_information', 136, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:19', '2024-12-02 19:44:19'),
(7573, 'additional_information', 137, 'AR', 'add_key', 'ماء', '2024-12-02 19:44:19', '2024-12-02 19:44:19'),
(7574, 'additional_information', 137, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:19', '2024-12-02 19:44:19'),
(7575, 'additional_information', 138, 'AR', 'add_key', 'الغاز', '2024-12-02 19:44:19', '2024-12-02 19:44:19'),
(7576, 'additional_information', 138, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:19', '2024-12-02 19:44:19'),
(7577, 'additional_information', 139, 'AR', 'add_key', 'كهرباء', '2024-12-02 19:44:19', '2024-12-02 19:44:19'),
(7578, 'additional_information', 139, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:20', '2024-12-02 19:44:20'),
(7579, 'additional_information', 140, 'AR', 'add_key', 'ماء', '2024-12-02 19:44:20', '2024-12-02 19:44:20'),
(7580, 'additional_information', 140, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:20', '2024-12-02 19:44:20'),
(7581, 'additional_information', 141, 'AR', 'add_key', 'الغاز', '2024-12-02 19:44:20', '2024-12-02 19:44:20'),
(7582, 'additional_information', 141, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:20', '2024-12-02 19:44:20'),
(7583, 'additional_information', 142, 'AR', 'add_key', 'ماء', '2024-12-02 19:44:20', '2024-12-02 19:44:20'),
(7584, 'additional_information', 142, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:20', '2024-12-02 19:44:20'),
(7585, 'additional_information', 143, 'AR', 'add_key', 'كهرباء', '2024-12-02 19:44:20', '2024-12-02 19:44:20'),
(7586, 'additional_information', 143, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:20', '2024-12-02 19:44:20'),
(7587, 'additional_information', 144, 'AR', 'add_key', 'ماء', '2024-12-02 19:44:21', '2024-12-02 19:44:21'),
(7588, 'additional_information', 144, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:21', '2024-12-02 19:44:21'),
(7589, 'additional_information', 145, 'AR', 'add_key', 'الغاز', '2024-12-02 19:44:21', '2024-12-02 19:44:21'),
(7590, 'additional_information', 145, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:21', '2024-12-02 19:44:21'),
(7591, 'additional_information', 146, 'AR', 'add_key', 'ماء', '2024-12-02 19:44:21', '2024-12-02 19:44:21'),
(7592, 'additional_information', 146, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:21', '2024-12-02 19:44:21'),
(7593, 'additional_information', 147, 'AR', 'add_key', 'الغاز', '2024-12-02 19:44:21', '2024-12-02 19:44:21'),
(7594, 'additional_information', 147, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:21', '2024-12-02 19:44:21'),
(7595, 'additional_information', 148, 'AR', 'add_key', 'ماء', '2024-12-02 19:44:21', '2024-12-02 19:44:21'),
(7596, 'additional_information', 148, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:22', '2024-12-02 19:44:22'),
(7597, 'additional_information', 149, 'AR', 'add_key', 'الغاز', '2024-12-02 19:44:22', '2024-12-02 19:44:22'),
(7598, 'additional_information', 149, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:22', '2024-12-02 19:44:22'),
(7599, 'additional_information', 150, 'AR', 'add_key', 'ماء', '2024-12-02 19:44:22', '2024-12-02 19:44:22'),
(7600, 'additional_information', 150, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:22', '2024-12-02 19:44:22'),
(7601, 'additional_information', 151, 'AR', 'add_key', 'الغاز', '2024-12-02 19:44:22', '2024-12-02 19:44:22'),
(7602, 'additional_information', 151, 'AR', 'add_value', 'نعم', '2024-12-02 19:44:22', '2024-12-02 19:44:22'),
(7603, 'additional_information', 152, 'AR', 'add_key', 'الغاز و', '2024-12-02 19:44:22', '2024-12-02 19:44:22'),
(7604, 'additional_information', 152, 'AR', 'add_value', 'نعم ه', '2024-12-02 19:44:22', '2024-12-02 19:44:22'),
(7605, 'additional_information', 153, 'AR', 'add_key', 'جديد 1', '2024-12-02 19:44:23', '2024-12-02 19:44:23'),
(7606, 'additional_information', 153, 'AR', 'add_value', 'القيمة 1', '2024-12-02 19:44:23', '2024-12-02 19:44:23'),
(7607, 'additional_information', 154, 'AR', 'add_key', 'جديد 2', '2024-12-02 19:44:23', '2024-12-02 19:44:23'),
(7608, 'additional_information', 154, 'AR', 'add_value', 'القيمة 2', '2024-12-02 19:44:23', '2024-12-02 19:44:23'),
(7609, 'additional_information', 155, 'AR', 'add_key', 'جديد 3', '2024-12-02 19:44:23', '2024-12-02 19:44:23'),
(7610, 'additional_information', 155, 'AR', 'add_value', 'القيمة 3', '2024-12-02 19:44:24', '2024-12-02 19:44:24'),
(7611, 'additional_information', 156, 'AR', 'add_key', 'مفتاح جديد', '2024-12-02 19:44:24', '2024-12-02 19:44:24'),
(7612, 'additional_information', 156, 'AR', 'add_value', 'قيمة جديدة ه', '2024-12-02 19:44:24', '2024-12-02 19:44:24'),
(7613, 'additional_information', 157, 'AR', 'add_key', '33', '2024-12-02 19:44:24', '2024-12-02 19:44:24'),
(7614, 'additional_information', 157, 'AR', 'add_value', '33', '2024-12-02 19:44:24', '2024-12-02 19:44:24'),
(7615, 'aminities', 1, 'AR', 'aminity', 'مصعد في المبنى', '2024-12-02 19:44:24', '2024-12-02 19:44:24'),
(7616, 'aminities', 2, 'AR', 'aminity', 'الكحول', '2024-12-02 19:44:24', '2024-12-02 19:44:24'),
(7617, 'aminities', 3, 'AR', 'aminity', 'التحفظات', '2024-12-02 19:44:25', '2024-12-02 19:44:25'),
(7618, 'aminities', 4, 'AR', 'aminity', 'تكييف الهواء', '2024-12-02 19:44:25', '2024-12-02 19:44:25'),
(7619, 'aminities', 5, 'AR', 'aminity', 'يقبل بطاقات الائتمان', '2024-12-02 19:44:25', '2024-12-02 19:44:25'),
(7620, 'aminities', 6, 'AR', 'aminity', 'القهوة والشاي مجانا', '2024-12-02 19:44:25', '2024-12-02 19:44:25'),
(7621, 'aminities', 7, 'AR', 'aminity', 'شرفة', '2024-12-02 19:44:25', '2024-12-02 19:44:25'),
(7622, 'aminities', 8, 'AR', 'aminity', 'تلفزيون الكابل', '2024-12-02 19:44:25', '2024-12-02 19:44:25'),
(7623, 'aminities', 9, 'AR', 'aminity', 'خدمة الاتصال اللاسلكي بالإنترنت عبر تقنية واي فاي', '2024-12-02 19:44:25', '2024-12-02 19:44:25'),
(7624, 'aminities', 10, 'AR', 'aminity', 'غداء', '2024-12-02 19:44:25', '2024-12-02 19:44:25'),
(7625, 'aminities', 11, 'AR', 'aminity', 'إفطار', '2024-12-02 19:44:25', '2024-12-02 19:44:25'),
(7626, 'aminities', 12, 'AR', 'aminity', 'حمام السباحة', '2024-12-02 19:44:26', '2024-12-02 19:44:26'),
(7627, 'aminities', 13, 'AR', 'aminity', 'تدليك الجسم', '2024-12-02 19:44:26', '2024-12-02 19:44:26'),
(7628, 'aminities', 14, 'AR', 'aminity', 'في الصالون', '2024-12-02 19:44:26', '2024-12-02 19:44:26'),
(7629, 'categories', 1, 'AR', 'name', 'منزل دوبلكس', '2024-12-02 19:44:26', '2024-12-02 19:44:26'),
(7630, 'categories', 2, 'AR', 'name', 'شقة', '2024-12-02 19:44:26', '2024-12-02 19:44:26'),
(7631, 'categories', 3, 'AR', 'name', 'بلازا', '2024-12-02 19:44:26', '2024-12-02 19:44:26'),
(7632, 'categories', 4, 'AR', 'name', 'مبنى', '2024-12-02 19:44:26', '2024-12-02 19:44:26'),
(7633, 'properties', 1, 'AR', 'title', 'البيت الحديث مع بركة سباحة', '2024-12-02 19:44:26', '2024-12-02 19:44:26'),
(7634, 'properties', 1, 'AR', 'description', '<p> </p>\r\n<p>خلافًا للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. قام ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في كلية هامبدن سيدني في فيرجينيا، بالبحث عن واحدة من أكثر الكلمات اللاتينية غموضًا، وهي consectetur، من مقطع لوريم إيبسوم، ومن خلال مراجعة مراجع الكلمة في الأدب الكلاسيكي.</p>\r\n<p>اكتشف المصدر الذي لا شك فيه. يأتي نص لوريم إيبسوم من الأقسام 1.10.32 و1.10.33 من كتاب \"de Finibus Bonorum et Malorum\" (أقصى الخير والشر) لشيشرون، والذي كتبه عام 45 قبل الميلاد. هذا الكتاب عبارة عن أطروحة حول نظرية الأخلاق، والتي حظيت بشعبية كبيرة خلال عصر النهضة.</p>\r\n<p>خلافًا للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في كلية هامبدن سيدني في فرجينيا، خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. ريتشارد مكلينتوك، أستاذ اللاتينية في كلية هامبدن سيدني في ولاية فرجينيا</p>\r\n<p> </p>', '2024-12-02 19:44:27', '2024-12-02 19:44:27'),
(7635, 'properties', 1, 'AR', 'video_description', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في جامعة هامبدن، انتهى بالقيادة إلى علامة.', '2024-12-02 19:44:27', '2024-12-02 19:44:27'),
(7636, 'properties', 1, 'AR', 'address', '1901 دائرة ثورنريدج. شيلوه، هاواي 81063', '2024-12-02 19:44:27', '2024-12-02 19:44:27'),
(7637, 'properties', 1, 'AR', 'address_description', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في جامعة هامبدن، انتهى بالقيادة إلى علامة.', '2024-12-02 19:44:27', '2024-12-02 19:44:27'),
(7638, 'properties', 1, 'AR', 'seo_title', 'البيت الحديث مع بركة سباحة', '2024-12-02 19:44:28', '2024-12-02 19:44:28'),
(7639, 'properties', 1, 'AR', 'seo_meta_description', 'البيت الحديث مع بركة سباحة', '2024-12-02 19:44:28', '2024-12-02 19:44:28'),
(7640, 'properties', 2, 'AR', 'title', 'مركز تسوق جديد', '2024-12-02 19:44:28', '2024-12-02 19:44:28'),
(7641, 'properties', 2, 'AR', 'description', '<p> </p>\r\n<p>خلافًا للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. قام ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في كلية هامبدن سيدني في فيرجينيا، بالبحث عن واحدة من أكثر الكلمات اللاتينية غموضًا، وهي consectetur، من مقطع لوريم إيبسوم، ومن خلال مراجعة مراجع الكلمة في الأدب الكلاسيكي.</p>\r\n<p>اكتشف المصدر الذي لا شك فيه. يأتي نص لوريم إيبسوم من الأقسام 1.10.32 و1.10.33 من كتاب \"de Finibus Bonorum et Malorum\" (أقصى الخير والشر) لشيشرون، والذي كتبه عام 45 قبل الميلاد. هذا الكتاب عبارة عن أطروحة حول نظرية الأخلاق، والتي حظيت بشعبية كبيرة خلال عصر النهضة.</p>\r\n<p> </p>', '2024-12-02 19:44:28', '2024-12-02 19:44:28'),
(7642, 'properties', 2, 'AR', 'video_description', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في جامعة هامبدن، انتهى بالقيادة إلى علامة.', '2024-12-02 19:44:28', '2024-12-02 19:44:28'),
(7643, 'properties', 2, 'AR', 'address', '70 واشنطن سكوير جنوب نيويورك', '2024-12-02 19:44:28', '2024-12-02 19:44:28'),
(7644, 'properties', 2, 'AR', 'address_description', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في جامعة هامبدن، انتهى بالقيادة إلى علامة.', '2024-12-02 19:44:28', '2024-12-02 19:44:28'),
(7645, 'properties', 2, 'AR', 'seo_title', 'مركز تسوق جديد', '2024-12-02 19:44:29', '2024-12-02 19:44:29'),
(7646, 'properties', 2, 'AR', 'seo_meta_description', 'مركز تسوق جديد', '2024-12-02 19:44:29', '2024-12-02 19:44:29'),
(7647, 'properties', 3, 'AR', 'title', 'منزل دوبلكس مذهل للبيع في نيويورك ب', '2024-12-02 19:44:29', '2024-12-02 19:44:29'),
(7648, 'properties', 3, 'AR', 'description', '<p>&nbsp;</p>\r\n<p>خلافًا للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. قام ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في كلية هامبدن سيدني في فيرجينيا، بالبحث عن واحدة من أكثر الكلمات اللاتينية غموضًا، وهي consectetur، من مقطع لوريم إيبسوم، ومن خلال مراجعة مراجع الكلمة في الأدب الكلاسيكي.</p>\r\n<p>اكتشف المصدر الذي لا شك فيه. يأتي نص لوريم إيبسوم من الأقسام 1.10.32 و1.10.33 من كتاب \"de Finibus Bonorum et Malorum\" (أقصى الخير والشر) لشيشرون، والذي كتبه عام 45 قبل الميلاد. هذا الكتاب عبارة عن أطروحة عن نظرية الأخلاق، والتي حظيت بشعبية كبيرة خلال عصر النهضة. ه</p>\r\n<p>&nbsp;</p>', '2024-12-02 19:44:29', '2024-12-02 19:44:29'),
(7649, 'properties', 3, 'AR', 'video_description', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في جامعة هامبدن، انتهى بالقيادة إلى علامة. ه', '2024-12-02 19:44:29', '2024-12-02 19:44:29'),
(7650, 'properties', 3, 'AR', 'address', 'جاكسون هايتس، 11372، نيويورك، الولايات المتحدة', '2024-12-02 19:44:29', '2024-12-02 19:44:29'),
(7651, 'properties', 3, 'AR', 'address_description', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في جامعة هامبدن، انتهى بالقيادة إلى علامة. ه', '2024-12-02 19:44:30', '2024-12-02 19:44:30'),
(7652, 'properties', 3, 'AR', 'seo_title', 'منزل دوبلكس مذهل للبيع في نيويورك ه', '2024-12-02 19:44:30', '2024-12-02 19:44:30'),
(7653, 'properties', 3, 'AR', 'seo_meta_description', 'منزل دوبلكس مذهل للبيع في نيويورك ه', '2024-12-02 19:44:30', '2024-12-02 19:44:30'),
(7654, 'properties', 4, 'AR', 'title', 'شقة فاخرة شاهقة في قلب لندن', '2024-12-02 19:44:30', '2024-12-02 19:44:30'),
(7655, 'properties', 4, 'AR', 'description', '<p> </p>\r\n<p>خلافًا للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. قام ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في كلية هامبدن سيدني في فيرجينيا، بالبحث عن واحدة من أكثر الكلمات اللاتينية غموضًا، وهي consectetur، من مقطع لوريم إيبسوم، ومن خلال مراجعة مراجع الكلمة في الأدب الكلاسيكي.</p>\r\n<p>اكتشف المصدر الذي لا شك فيه. يأتي نص لوريم إيبسوم من الأقسام 1.10.32 و1.10.33 من كتاب \"de Finibus Bonorum et Malorum\" (أقصى الخير والشر) لشيشرون، والذي كتبه عام 45 قبل الميلاد. هذا الكتاب عبارة عن أطروحة حول نظرية الأخلاق، والتي حظيت بشعبية كبيرة خلال عصر النهضة.</p>\r\n<p> </p>', '2024-12-02 19:44:30', '2024-12-02 19:44:30'),
(7656, 'properties', 4, 'AR', 'video_description', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في جامعة هامبدن، انتهى بالقيادة إلى علامة.', '2024-12-02 19:44:30', '2024-12-02 19:44:30'),
(7657, 'properties', 4, 'AR', 'address', 'جاكسون هايتس، 11372، نيويورك، الولايات المتحدة', '2024-12-02 19:44:30', '2024-12-02 19:44:30'),
(7658, 'properties', 4, 'AR', 'address_description', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في جامعة هامبدن، انتهى بالقيادة إلى علامة.', '2024-12-02 19:44:31', '2024-12-02 19:44:31'),
(7659, 'properties', 4, 'AR', 'seo_title', 'شقة فاخرة شاهقة في قلب لندن', '2024-12-02 19:44:31', '2024-12-02 19:44:31'),
(7660, 'properties', 4, 'AR', 'seo_meta_description', 'شقة فاخرة شاهقة في قلب لندن', '2024-12-02 19:44:31', '2024-12-02 19:44:31'),
(7661, 'properties', 5, 'AR', 'title', 'تاون هاوس واسع وحديث في الحي', '2024-12-02 19:44:31', '2024-12-02 19:44:31'),
(7662, 'properties', 5, 'AR', 'description', '<p> </p>\r\n<p>خلافًا للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. قام ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في كلية هامبدن سيدني في فيرجينيا، بالبحث عن واحدة من أكثر الكلمات اللاتينية غموضًا، وهي consectetur، من مقطع لوريم إيبسوم، ومن خلال مراجعة مراجع الكلمة في الأدب الكلاسيكي.</p>\r\n<p>اكتشف المصدر الذي لا شك فيه. يأتي نص لوريم إيبسوم من الأقسام 1.10.32 و1.10.33 من كتاب \"de Finibus Bonorum et Malorum\" (أقصى الخير والشر) لشيشرون، والذي كتبه عام 45 قبل الميلاد. هذا الكتاب عبارة عن أطروحة حول نظرية الأخلاق، والتي حظيت بشعبية كبيرة خلال عصر النهضة.</p>\r\n<p> </p>', '2024-12-02 19:44:31', '2024-12-02 19:44:31'),
(7663, 'properties', 5, 'AR', 'video_description', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في جامعة هامبدن، انتهى بالقيادة إلى علامة.', '2024-12-02 19:44:31', '2024-12-02 19:44:31'),
(7664, 'properties', 5, 'AR', 'address', 'مدينة فلوريدا، فلوريدا، الولايات المتحدة الأمريكية', '2024-12-02 19:44:31', '2024-12-02 19:44:31'),
(7665, 'properties', 5, 'AR', 'address_description', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في جامعة هامبدن، انتهى بالقيادة إلى علامة.', '2024-12-02 19:44:32', '2024-12-02 19:44:32'),
(7666, 'properties', 5, 'AR', 'seo_title', 'تاون هاوس واسع وحديث في الحي', '2024-12-02 19:44:32', '2024-12-02 19:44:32'),
(7667, 'properties', 5, 'AR', 'seo_meta_description', 'تاون هاوس واسع وحديث في الحي', '2024-12-02 19:44:32', '2024-12-02 19:44:32'),
(7668, 'properties', 6, 'AR', 'title', 'مبنى تم تجديده بشكل جميل للبيع: مثالي للاستخدام التجاري', '2024-12-02 19:44:32', '2024-12-02 19:44:32'),
(7669, 'properties', 6, 'AR', 'description', '<p></p>\r\n<p>الحقيقة هي أن الألم في حد ذاته مهم جدا، وسوف تكون حكيما أولا، ولكن من أجل النقاش. وعندما يتدخل القنصل فربما ينقلب عليه بالممارسة. هل يمكنك تجاوز التغييرات؟ ولكن إذا كنت لا توافق على المخاطر، فهذه طريقة للتفاخر. هناك من لديه قدرة أكبر على الإقناع، سواء كان ذلك ضروريًا لخصمي أو مجرد قصص في الخوف.</p>\r\n<p>ولا في مسألة السبب الأول. لقد أحضر لهم منذ البداية أنك تريد أن تعيش تعريفًا لـنا وكل شيء من خلال و. Antiope من كل شيء وكل يوم. إنه يضع الملذات في المقام الأول، لكنهم يقولون إنهم يختلفون معه، وما زلت لا تريدهم. وتعريف العسل في لطف الخصومة من حيث هو غير عادي. وأعني الاطراء لي. البحر يزيل ما رأينا، نأمرك، من يتحرك للتنفيذ منه.</p>\r\n<p>عندما تطارد تلك الغابة، لا يوجد خيار أفضل بالنسبة له، وهو الصلاة التي رآها. والبعض الآخر مهمل معك. موثق باللاتينية بـ cu. لقد فهم أن القوة المذكورة لا ينبغي استخدامها لأغراض شريرة، لأنه كان أكثر رشاقة من الفيل. هناك مثل هذه الهدية له، وسيحكم عليها حسب القانون.</p>\r\n<p></p>', '2024-12-02 19:44:32', '2024-12-02 19:44:32'),
(7670, 'properties', 6, 'AR', 'video_description', 'عندما تسعى وراء أصل الغابة هذا، لا يوجد خيار أفضل بالنسبة له، وهو الصلاة التي رآها له. والبعض الآخر مهمل معك. موثق باللاتينية بـ cu. لقد فهم أن القوة المذكورة لا ينبغي استخدامها لأغراض شريرة، لأنه كان أكثر رشاقة من الفيل', '2024-12-02 19:44:33', '2024-12-02 19:44:33'),
(7671, 'properties', 6, 'AR', 'address', 'كاليفورنيا، الولايات المتحدة الأمريكية', '2024-12-02 19:44:33', '2024-12-02 19:44:33'),
(7672, 'properties', 6, 'AR', 'address_description', 'عندما تسعى وراء أصل الغابة هذا، لا يوجد خيار أفضل بالنسبة له، وهو الصلاة التي رآها له. والبعض الآخر مهمل معك. موثق باللاتينية بـ cu. لقد فهم أن القوة المذكورة لا ينبغي استخدامها لأغراض شريرة، لأنه كان أكثر رشاقة من الفيل. هناك مثل هذه الهدية له، وسيحكم على هذه الأشياء بسعر عادل.', '2024-12-02 19:44:33', '2024-12-02 19:44:33'),
(7673, 'properties', 6, 'AR', 'seo_title', 'مبنى تم تجديده بشكل جميل للبيع: مثالي للاستخدام التجاري', '2024-12-02 19:44:33', '2024-12-02 19:44:33'),
(7674, 'properties', 6, 'AR', 'seo_meta_description', 'مبنى تم تجديده بشكل جميل للبيع: مثالي للاستخدام التجاري', '2024-12-02 19:44:33', '2024-12-02 19:44:33'),
(7675, 'properties', 7, 'AR', 'title', 'شقة أنيقة في مجتمع مسور مع الكثير من وسائل الراحة', '2024-12-02 19:44:33', '2024-12-02 19:44:33'),
(7676, 'properties', 7, 'AR', 'description', '<p></p>\r\n<p>دعونا نعتاد على أن نولد في السلطة، أولاً في البلاغة. فليكن من الحكمة أن ينتقدهم كل واحد منهم. لا، كم عدد العفو عنه، حتى لا يستخدمه كقاضي. ولما كانوا يجادلوننا كانوا يغارون من قوتهم، سواء كانوا رجالا أو رجالا من أي نوع. ويتم عرض الاتهام بشكل رائع، فليكن واجبًا منزليًا أفضل. يبحث عن هؤلاء بفرح ووطنية أبدية، ويختلف معه في تقليم العسل.</p>\r\n<p>من الأفضل أن يكون له عدوان، حتى يتمكن من حل المشكلة في حالة الخوف. عندما أفعل شيئًا ما في الآخرين، أفتح باب التحية والتعبير. فيحدث من قوة الاختبار الأعلى، من تحميص الجملة الأولى، تملق الحواس أكثر اعتدالا منه. ولا نكاد نهملهم.</p>\r\n<p>هذه هي عطلة نهاية الأسبوع لكبار السن، الذين ذكرتهم، وهم غير مرحب بهم تقريبًا. لفتح الحق في الحقيقة التي ينتقدونها. لكي تنجح من خلال رجل حكيم واحد، استخدم أكبر عدد ممكن من الكتابات. دع اللاعبين ينتظرونك، والتي تقوم بإعداد الحجة، فليكن هناك شخص سأتهمه في نفس الوقت. لقد كانت ممارسة مثالية بالنسبة له أن يرفض المطورين، لأنهم كانوا الأشرار. وسيحكم إذا رأى العسل.</p>\r\n<p>أريد أن يكون عنادي، فقد كان عارًا. وما كنت لأسلمك كثرتي، ولكني أخافها من خيار أفضل، وهو التحرر منهم أيضًا. فليكن في نفس الوقت تقليص الروبرجرين، سأذكرهم على الأقل. ولم يتم إصدار الإعلانات إلا بصعوبة. دعونا لا نستخدم الألغام.</p>\r\n<p></p>', '2024-12-02 19:44:34', '2024-12-02 19:44:34'),
(7677, 'properties', 7, 'AR', 'video_description', 'نريده أن يكون عنيدًا، حتى لا ينخدع. وما كنت لأسلمك كثرتي، ولكني أخافها من خيار أفضل، وهو التحرر منهم أيضًا. فليكن في نفس الوقت تقليص الروبرجرين، سأذكرهم على الأقل. ولم يتم إصدار الإعلانات إلا بصعوبة. لا ينبغي لنا أن نستخدم الألغام.', '2024-12-02 19:44:34', '2024-12-02 19:44:34'),
(7678, 'properties', 7, 'AR', 'address', 'جاكسون هايتس، 11372، نيويورك، الولايات المتحدة', '2024-12-02 19:44:34', '2024-12-02 19:44:34'),
(7679, 'properties', 7, 'AR', 'address_description', 'نريده أن يكون عنيدًا، حتى لا ينخدع. وما كنت لأسلمك كثرتي، ولكني أخافها من خيار أفضل، وهو التحرر منهم أيضًا. فليكن في نفس الوقت تقليص الروبرجرين، سأذكرهم على الأقل. ولم يتم إصدار الإعلانات إلا بصعوبة. لا ينبغي لنا أن نستخدم الألغام.', '2024-12-02 19:44:34', '2024-12-02 19:44:34'),
(7680, 'properties', 7, 'AR', 'seo_title', 'شقة أنيقة في مجتمع مسور مع الكثير من وسائل الراحة', '2024-12-02 19:44:34', '2024-12-02 19:44:34'),
(7681, 'properties', 7, 'AR', 'seo_meta_description', 'شقة أنيقة في مجتمع مسور مع الكثير من وسائل الراحة', '2024-12-02 19:44:34', '2024-12-02 19:44:34'),
(7682, 'properties', 8, 'AR', 'title', 'بنغل ساحر بمساحة كبيرة والكثير من الخصوصية', '2024-12-02 19:44:35', '2024-12-02 19:44:35'),
(7683, 'properties', 8, 'AR', 'description', '<p>أريد أن يكون عنادي، فقد كان عارًا. وما كنت لأسلمك كثرتي، ولكني أخافها من خيار أفضل، وهو التحرر منهم أيضًا. فليكن في نفس الوقت تقليص الروبرجرين، سأذكرهم على الأقل. ولم يتم إصدار الإعلانات إلا بصعوبة. دعونا لا نستخدم الألغام.</p>\r\n<p>هذه هي عطلة نهاية الأسبوع لكبار السن، الذين ذكرتهم، وهم غير مرحب بهم تقريبًا. لفتح الحق في الحقيقة التي ينتقدونها. لكي تنجح من خلال رجل حكيم واحد، استخدم أكبر عدد ممكن من الكتابات. دع اللاعبين ينتظرونك، والتي تقوم بإعداد الحجة، فليكن هناك شخص سأتهمه في نفس الوقت. لقد كانت ممارسة مثالية بالنسبة له أن يرفض المطورين، لأنهم كانوا الأشرار. وسيحكم إذا رأى العسل.</p>\r\n<p>في البداية يبدو الأمر لا، ولكن من الصعب رفض المتعلمين. لكن بوحشية وكل الملذات، يفكرون في فهم الأول. سوف تدين لي بالنشوة الجسدية، ونشوة العالم. القوة في عاقبتها اللاحقة، وليس لخصم الألم، بحيث تكون حاضرة كل يوم. ودع المواطنين يستثنى من الاثنين، ليحتضنك الآخر. كل كلامي يعيقه.</p>\r\n<p>لقد أصبحوا على نفس القدر من الشر من خلال استخدامهم. مازيم الألم في إعلانين قصيرين، جملة مزخرفة أو في، اثنان أني آخذهما. نقرأ من خلال هذه أنه كان معتادًا على تفضيل العسل العادي. بشكل غير مباشر نريدهم أن يكونوا، ومعه تعريفات البوسيدونيوم cu. وبانتهاء استخدام لوريم قنصل، كان بالنسبة لها قنصلًا. من الأحكام الأبدية هذه، الأقوال تخصه، من الآخر الذي.</p>\r\n<p>عندما تطارد تلك الغابة، لا يوجد خيار أفضل بالنسبة له، وهو الصلاة التي رآها. والبعض الآخر مهمل معك. موثق باللاتينية بـ cu. لقد فهم أن القوة المذكورة لا ينبغي استخدامها لأغراض شريرة، لأنه كان أكثر رشاقة من الفيل. هناك مثل هذه الهدية له، وسيحكم عليها حسب القانون.</p>', '2024-12-02 19:44:35', '2024-12-02 19:44:35'),
(7684, 'properties', 8, 'AR', 'video_description', 'عندما تسعى وراء أصل الغابة هذا، لا يوجد خيار أفضل بالنسبة له، وهو الصلاة التي رآها له. والبعض الآخر مهمل معك. موثق باللاتينية بـ cu. لقد فهم أن القوة المذكورة لا ينبغي استخدامها لأغراض شريرة، لأنه كان أكثر رشاقة من الفيل. هناك مثل هذه الهدية له، وسيحكم على هذه الأشياء بسعر عادل.', '2024-12-02 19:44:35', '2024-12-02 19:44:35'),
(7685, 'properties', 8, 'AR', 'address', 'جاكسون هايتس، 11372، نيويورك، الولايات المتحدة', '2024-12-02 19:44:35', '2024-12-02 19:44:35'),
(7686, 'properties', 8, 'AR', 'address_description', 'عندما تسعى وراء أصل الغابة هذا، لا يوجد خيار أفضل بالنسبة له، وهو الصلاة التي رآها له. والبعض الآخر مهمل معك. موثق باللاتينية بـ cu. لقد فهم أن القوة المذكورة لا ينبغي استخدامها لأغراض شريرة، لأنه كان أكثر رشاقة من الفيل. هناك مثل هذه الهدية له، وسيحكم على هذه الأشياء بسعر عادل.', '2024-12-02 19:44:35', '2024-12-02 19:44:35'),
(7687, 'properties', 8, 'AR', 'seo_title', 'بنغل ساحر بمساحة كبيرة والكثير من الخصوصية', '2024-12-02 19:44:35', '2024-12-02 19:44:35'),
(7688, 'properties', 8, 'AR', 'seo_meta_description', 'بنغل ساحر بمساحة كبيرة والكثير من الخصوصية', '2024-12-02 19:44:36', '2024-12-02 19:44:36'),
(7689, 'properties', 9, 'AR', 'title', 'مبنى متعدد الوحدات تم تشييده حديثًا: مثالي للمستثمرين', '2024-12-02 19:44:36', '2024-12-02 19:44:36'),
(7690, 'properties', 9, 'AR', 'description', '<p>عندما تطارد تلك الغابة، لا يوجد خيار أفضل بالنسبة له، وهو الصلاة التي رآها. والبعض الآخر مهمل معك. موثق باللاتينية بـ cu. لقد فهم أن القوة المذكورة لا ينبغي استخدامها لأغراض شريرة، لأنه كان أكثر رشاقة من الفيل. هناك مثل هذه الهدية له، وسيحكم عليها حسب القانون.</p>\r\n<p>لقد أصبحوا على نفس القدر من الشر من خلال استخدامهم. مازيم الألم في إعلانين قصيرين، جملة مزخرفة أو في، اثنان أني آخذهما. نقرأ من خلال هذه أنه كان معتادًا على تفضيل العسل العادي. بشكل غير مباشر نريدهم أن يكونوا، ومعه تعريفات البوسيدونيوم cu. وبانتهاء استخدام لوريم قنصل، كان بالنسبة لها قنصلًا. من الأحكام الأبدية هذه، الأقوال تخصه، من الآخر الذي.</p>\r\n<p>دعونا نعتاد على أن نولد في السلطة، أولاً في البلاغة. فليكن من الحكمة أن ينتقدهم كل واحد منهم. لا، كم عدد العفو عنه، حتى لا يستخدمه كقاضي. ولما كانوا يجادلوننا كانوا يغارون من قوتهم، سواء كانوا رجالا أو رجالا من أي نوع. ويتم عرض الاتهام بشكل رائع، فليكن واجبًا منزليًا أفضل. يبحث عن هؤلاء بفرح ووطنية أبدية، ويختلف معه في تقليم العسل.</p>\r\n<p>من الأفضل أن يكون له عدوان، حتى يتمكن من حل المشكلة في حالة الخوف. عندما أفعل شيئًا ما في الآخرين، أفتح باب التحية والتعبير. فيحدث من قوة الاختبار الأعلى، من تحميص الجملة الأولى، تملق الحواس أكثر اعتدالا منه. ولا نكاد نهملهم.</p>', '2024-12-02 19:44:36', '2024-12-02 19:44:36'),
(7691, 'properties', 9, 'AR', 'video_description', 'عدو أفضل من الاثنين اللذين كان تيشن يخشى التعامل معهما. عندما أفعل شيئًا ما في الآخرين، أفتح باب التحية والتعبير. فيحدث من قوة الاختبار الأعلى، من تحميص الجملة الأولى، تملق الحواس أكثر اعتدالا منه. بالكاد يتم إهمالهم من قبلنا.', '2024-12-02 19:44:36', '2024-12-02 19:44:36'),
(7692, 'properties', 9, 'AR', 'address', 'لوس أنجلوس، كاليفورنيا، الولايات المتحدة الأمريكية', '2024-12-02 19:44:36', '2024-12-02 19:44:36'),
(7693, 'properties', 9, 'AR', 'address_description', 'عدو أفضل من الاثنين اللذين كان تيشن يخشى التعامل معهما. عندما أفعل شيئًا ما في الآخرين، أفتح باب التحية والتعبير. فيحدث من قوة الاختبار الأعلى، من تحميص الجملة الأولى، تملق الحواس أكثر اعتدالا منه. بالكاد يتم إهمالهم من قبلنا.', '2024-12-02 19:44:37', '2024-12-02 19:44:37'),
(7694, 'properties', 9, 'AR', 'seo_title', 'مبنى متعدد الوحدات تم تشييده حديثًا: مثالي للمستثمرين', '2024-12-02 19:44:37', '2024-12-02 19:44:37'),
(7695, 'properties', 9, 'AR', 'seo_meta_description', 'مبنى متعدد الوحدات تم تشييده حديثًا: مثالي للمستثمرين', '2024-12-02 19:44:37', '2024-12-02 19:44:37'),
(7696, 'properties', 10, 'AR', 'title', 'دور علوي أنيق بجدران مكشوفة من الطوب وأسقف عالية', '2024-12-02 19:44:37', '2024-12-02 19:44:37'),
(7697, 'properties', 10, 'AR', 'description', '<p>قصص الشهية مناسبة لك. تريد التاسع أن يتركهم بشكل رائع؛ إنهم مثل حسابات فصيلة scaevola. إذا كنت تريد أن تولد في جملة حية، سأفتح لهم apeirian pri، في الجزء من eleifend حيث. أتمنى أن يكون واحداً منا، فهو لم يرى الاشمئزاز قط، ولا حتى في دور الشباب.</p>\r\n<p>من الأفضل أن يكون له عدوان، حتى يتمكن من حل المشكلة في حالة الخوف. عندما أفعل شيئًا ما في الآخرين، أفتح باب التحية والتعبير. فيحدث من قوة الاختبار الأعلى، من تحميص الجملة الأولى، تملق الحواس أكثر اعتدالا منه. ولا نكاد نهملهم.</p>\r\n<p>أريد أن يكون عنادي، فقد كان عارًا. وما كنت لأسلمك كثرتي، ولكني أخافها من خيار أفضل، وهو التحرر منهم أيضًا. فليكن في نفس الوقت تقليص الروبرجرين، سأذكرهم على الأقل. ولم يتم إصدار الإعلانات إلا بصعوبة. دعونا لا نستخدم الألغام.</p>', '2024-12-02 19:44:37', '2024-12-02 19:44:37'),
(7698, 'properties', 10, 'AR', 'video_description', 'نريده أن يكون عنيدًا، حتى لا ينخدع. وما كنت لأسلمك كثرتي، ولكني أخافها من خيار أفضل، وهو التحرر منهم أيضًا. فليكن في نفس الوقت تقليص الروبرجرين، سأذكرهم على الأقل. ولم يتم إصدار الإعلانات إلا بصعوبة. لا ينبغي لنا أن نستخدم الألغام.', '2024-12-02 19:44:37', '2024-12-02 19:44:37'),
(7699, 'properties', 10, 'AR', 'address', 'نيويورك، جاكسون هايتس، 11372، نيويورك، الولايات المتحدة', '2024-12-02 19:44:38', '2024-12-02 19:44:38'),
(7700, 'properties', 10, 'AR', 'address_description', 'نريده أن يكون عنيدًا، حتى لا ينخدع. وما كنت لأسلمك كثرتي، ولكني أخافها من خيار أفضل، وهو التحرر منهم أيضًا. فليكن في نفس الوقت تقليص الروبرجرين، سأذكرهم على الأقل. ولم يتم إصدار الإعلانات إلا بصعوبة. لا ينبغي لنا أن نستخدم الألغام.', '2024-12-02 19:44:38', '2024-12-02 19:44:38'),
(7701, 'properties', 10, 'AR', 'seo_title', 'دور علوي أنيق بجدران مكشوفة من الطوب وأسقف عالية', '2024-12-02 19:44:38', '2024-12-02 19:44:38'),
(7702, 'properties', 10, 'AR', 'seo_meta_description', 'دور علوي أنيق بجدران مكشوفة من الطوب وأسقف عالية', '2024-12-02 19:44:38', '2024-12-02 19:44:38'),
(7703, 'properties', 11, 'AR', 'title', 'منزل مبتدئ بأسعار معقولة ورائع في الضاحية', '2024-12-02 19:44:38', '2024-12-02 19:44:38'),
(7704, 'properties', 11, 'AR', 'description', '<p>فليستقر التعريف معي؛ بالنسبة للأبيقوريين، لا ينبغي لي أن أقرر، لكن من الواضح أنني غير متعلم. نريد أن نخاف من كرة القدم، أو إذا احتضنتها ستقدر أسباب ذلك. لقد أثبتت أقل ما لديك من قوة، وقبضت عليه وهو يكذب على الجارية. ومن الصعب الحصول على هذا القدر من النعمة.</p>\r\n<p>لقد أصبحوا على نفس القدر من الشر من خلال استخدامهم. مازيم الألم في إعلانين قصيرين، جملة مزخرفة أو في، اثنان أني آخذهما. نقرأ من خلال هذه أنه كان معتادًا على تفضيل العسل العادي. بشكل غير مباشر نريدهم أن يكونوا، ومعه تعريفات البوسيدونيوم cu. وبانتهاء استخدام لوريم قنصل، كان بالنسبة لها قنصلًا. من الأحكام الأبدية هذه، الأقوال تخصه، من الآخر الذي.</p>\r\n<p>عندما تطارد تلك الغابة، لا يوجد خيار أفضل بالنسبة له، وهو الصلاة التي رآها. والبعض الآخر مهمل معك. موثق باللاتينية بـ cu. لقد فهم أن القوة المذكورة لا ينبغي استخدامها لأغراض شريرة، لأنه كان أكثر رشاقة من الفيل. هناك مثل هذه الهدية له، وسيحكم عليها حسب القانون.</p>', '2024-12-02 19:44:38', '2024-12-02 19:44:38'),
(7705, 'properties', 11, 'AR', 'video_description', 'عندما تسعى وراء أصل الغابة هذا، لا يوجد خيار أفضل بالنسبة له، وهو الصلاة التي رآها له. والبعض الآخر مهمل معك. موثق باللاتينية بـ cu. لقد فهم أن القوة المذكورة لا ينبغي استخدامها لأغراض شريرة، لأنه كان أكثر رشاقة من الفيل. هناك مثل هذه الهدية له، وسيحكم على هذه الأشياء بسعر عادل.', '2024-12-02 19:44:39', '2024-12-02 19:44:39'),
(7706, 'properties', 11, 'AR', 'address', 'الفاتيكان 11، مدينة فلوريدا، فلوريدا، الولايات المتحدة الأمريكية', '2024-12-02 19:44:39', '2024-12-02 19:44:39'),
(7707, 'properties', 11, 'AR', 'address_description', 'عندما تسعى وراء أصل الغابة هذا، لا يوجد خيار أفضل بالنسبة له، وهو الصلاة التي رآها له. والبعض الآخر مهمل معك. موثق باللاتينية بـ cu. لقد فهم أن القوة المذكورة لا ينبغي استخدامها لأغراض شريرة، لأنه كان أكثر رشاقة من الفيل. هناك مثل هذه الهدية له، وسيحكم على هذه الأشياء بسعر عادل.', '2024-12-02 19:44:39', '2024-12-02 19:44:39'),
(7708, 'properties', 11, 'AR', 'seo_title', 'منزل مبتدئ بأسعار معقولة ورائع في الضاحية', '2024-12-02 19:44:39', '2024-12-02 19:44:39'),
(7709, 'properties', 11, 'AR', 'seo_meta_description', 'منزل مبتدئ بأسعار معقولة ورائع في الضاحية', '2024-12-02 19:44:39', '2024-12-02 19:44:39'),
(7710, 'properties', 12, 'AR', 'title', 'ملكية رائعة على الواجهة البحرية مع مناظر خلابة', '2024-12-02 19:44:39', '2024-12-02 19:44:39'),
(7711, 'properties', 12, 'AR', 'description', '<p>فليستقر التعريف معي؛ بالنسبة للأبيقوريين، لا ينبغي لي أن أقرر، لكن من الواضح أنني غير متعلم. نريد أن نخاف من كرة القدم، أو إذا احتضنتها ستقدر أسباب ذلك. لقد أثبتت ضعف قوتك، وأمسكته بكذبة جارية\r\n<p>في البداية يبدو الأمر لا، ولكن من الصعب رفض المتعلمين. لكن بوحشية وكل الملذات، يفكرون في فهم الأول. سوف تدين لي بالنشوة الجسدية، ونشوة العالم. القوة في عاقبتها اللاحقة، وليس لخصم الألم، بحيث تكون حاضرة كل يوم. ودع المواطنين يستثنى من الاثنين، ليحتضنك الآخر. كل كلامي يعيقه.</p>\r\n<p>دعونا نعتاد على أن نولد في السلطة، أولاً في البلاغة. فليكن من الحكمة أن ينتقدهم كل واحد منهم. لا، كم عدد العفو عنه، حتى لا يستخدمه كقاضي. ولما كانوا يجادلوننا كانوا يغارون من قوتهم، سواء كانوا رجالا أو رجالا من أي نوع. ويتم عرض الاتهام بشكل رائع، فليكن واجبًا منزليًا أفضل. يبحث عن هؤلاء بفرح ووطنية أبدية، ويختلف معه في تقليم العسل.</p>', '2024-12-02 19:44:40', '2024-12-02 19:44:40'),
(7712, 'properties', 12, 'AR', 'video_description', 'عدو أفضل من الاثنين اللذين كان تيشن يخشى التعامل معهما. عندما أفعل شيئًا ما في الآخرين، أفتح باب التحية والتعبير. فيحدث من قوة الاختبار الأعلى، من تحميص الجملة الأولى، تملق الحواس أكثر اعتدالا منه. بالكاد يتم إهمالهم من قبلنا.', '2024-12-02 19:44:40', '2024-12-02 19:44:40'),
(7713, 'properties', 12, 'AR', 'address', 'واشنطن، إنديانا، مدينة فلوريدا، فلوريدا', '2024-12-02 19:44:40', '2024-12-02 19:44:40'),
(7714, 'properties', 12, 'AR', 'address_description', 'عدو أفضل من الاثنين اللذين كان تيشن يخشى التعامل معهما. عندما أفعل شيئًا ما في الآخرين، أفتح باب التحية والتعبير. فيحدث من قوة الاختبار الأعلى، من تحميص الجملة الأولى، تملق الحواس أكثر اعتدالا منه. بالكاد يتم إهمالهم من قبلنا.', '2024-12-02 19:44:40', '2024-12-02 19:44:40'),
(7715, 'properties', 12, 'AR', 'seo_title', 'ملكية رائعة على الواجهة البحرية مع مناظر خلابة', '2024-12-02 19:44:40', '2024-12-02 19:44:40'),
(7716, 'properties', 12, 'AR', 'seo_meta_description', 'ملكية رائعة على الواجهة البحرية مع مناظر خلابة', '2024-12-02 19:44:40', '2024-12-02 19:44:40'),
(7717, 'properties', 13, 'AR', 'title', 'منتجع ريفي ريفي ريفي', '2024-12-02 19:44:40', '2024-12-02 19:44:40'),
(7718, 'properties', 13, 'AR', 'description', '<p>من الأفضل أن يكون له عدوان، حتى يتمكن من حل المشكلة في حالة الخوف. عندما أفعل شيئًا ما في الآخرين، أفتح باب التحية والتعبير. فيحدث من قوة الاختبار الأعلى، من تحميص الجملة الأولى، تملق الحواس أكثر اعتدالا منه. ولا نكاد نهملهم.</p>\r\n<p>هذه هي عطلة نهاية الأسبوع لكبار السن، الذين ذكرتهم، وهم غير مرحب بهم تقريبًا. لفتح الحق في الحقيقة التي ينتقدونها. لكي تنجح من خلال رجل حكيم واحد، استخدم أكبر عدد ممكن من الكتابات. دع اللاعبين ينتظرونك، والتي تقوم بإعداد الحجة، فليكن هناك شخص سأتهمه في نفس الوقت. لقد كانت ممارسة مثالية بالنسبة له أن يرفض المطورين، لأنهم كانوا الأشرار. وسيحكم إذا رأى العسل.</p>\r\n<p>قصص الشهية مناسبة لك. تريد التاسع أن يتركهم بشكل رائع؛ إنهم مثل حسابات فصيلة scaevola. إذا كنت تريد أن تولد في جملة حية، سأفتح لهم apeirian pri، في الجزء من eleifend حيث. أتمنى أن يكون واحداً منا، فهو لم يرى الاشمئزاز قط، ولا حتى في دور الشباب.</p>', '2024-12-02 19:44:41', '2024-12-02 19:44:41'),
(7719, 'properties', 13, 'AR', 'video_description', 'احصل على القصص المناسبة لنفسك. تريد التاسع أن يتركهم بشكل رائع؛ إنهم مثل حسابات فصيلة scaevola. إذا كنت تريد أن تولد في جملة حية، سأفتح لهم apeirian pri، في الجزء من eleifend حيث. أتمنى أن يكون واحداً منا، فهو لم يرى الاشمئزاز قط، ولا حتى عندما كان صغيراً في الخدمة.', '2024-12-02 19:44:41', '2024-12-02 19:44:41'),
(7720, 'properties', 13, 'AR', 'address', 'الفاتيكان 11، مدينة فلوريدا، فلوريدا', '2024-12-02 19:44:41', '2024-12-02 19:44:41'),
(7721, 'properties', 13, 'AR', 'address_description', 'احصل على القصص المناسبة لنفسك. تريد التاسع أن يتركهم بشكل رائع؛ إنهم مثل حسابات فصيلة scaevola. إذا كنت تريد أن تولد في جملة حية، سأفتح لهم apeirian pri، في الجزء من eleifend حيث. أتمنى أن يكون واحداً منا، فهو لم يرى الاشمئزاز قط، ولا حتى عندما كان صغيراً في الخدمة.', '2024-12-02 19:44:41', '2024-12-02 19:44:41'),
(7722, 'properties', 13, 'AR', 'seo_title', 'جناح تنفيذي مفروش بالكامل في مبنى شاهق فاخر', '2024-12-02 19:44:41', '2024-12-02 19:44:41'),
(7723, 'properties', 13, 'AR', 'seo_meta_description', 'جناح تنفيذي مفروش بالكامل في مبنى شاهق فاخر', '2024-12-02 19:44:41', '2024-12-02 19:44:41'),
(7724, 'properties', 14, 'AR', 'title', 'بنتهاوس حديث وواسع مع نوافذ ممتدة من الأرض حتى السقف', '2024-12-02 19:44:42', '2024-12-02 19:44:42'),
(7725, 'properties', 14, 'AR', 'description', '<p>قصص الشهية مناسبة لك. تريد التاسع أن يتركهم بشكل رائع؛ إنهم مثل حسابات فصيلة scaevola. إذا كنت تريد أن تولد في جملة حية، سأفتح لهم apeirian pri، في الجزء من eleifend حيث. أتمنى أن يكون واحداً منا، فهو لم يرى الاشمئزاز قط، ولا حتى في دور الشباب.</p>\r\n<p>أريد أن يكون عنادي، فقد كان عارًا. وما كنت لأسلمك كثرتي، ولكني أخافها من خيار أفضل، وهو التحرر منهم أيضًا. فليكن في نفس الوقت تقليص الروبرجرين، سأذكرهم على الأقل. ولم يتم إصدار الإعلانات إلا بصعوبة. دعونا لا نستخدم الألغام.</p>\r\n<p>هذه هي عطلة نهاية الأسبوع لكبار السن، الذين ذكرتهم، وهم غير مرحب بهم تقريبًا. لفتح الحق في الحقيقة التي ينتقدونها. لكي تنجح من خلال رجل حكيم واحد، استخدم أكبر عدد ممكن من الكتابات. دع اللاعبين ينتظرونك، والتي تقوم بإعداد الحجة، فليكن هناك شخص سأتهمه في نفس الوقت. لقد كانت ممارسة مثالية بالنسبة له أن يرفض المطورين، لأنهم كانوا الأشرار. وسيحكم إذا رأى العسل.</p>', '2024-12-02 19:44:42', '2024-12-02 19:44:42'),
(7726, 'properties', 14, 'AR', 'video_description', 'احصل على القصص المناسبة لنفسك. تريد التاسع أن يتركهم بشكل رائع؛ إنهم مثل حسابات فصيلة scaevola. إذا كنت تريد أن تولد في جملة حية، سأفتح لهم apeirian pri، في الجزء من eleifend حيث. أتمنى أن يكون واحداً منا، فهو لم يرى الاشمئزاز قط، ولا حتى عندما كان صغيراً في الخدمة.', '2024-12-02 19:44:42', '2024-12-02 19:44:42'),
(7727, 'properties', 14, 'AR', 'address', 'واشنطن، إنديانا، مدينة فلوريدا، فلوريدا', '2024-12-02 19:44:42', '2024-12-02 19:44:42'),
(7728, 'properties', 14, 'AR', 'address_description', 'احصل على القصص المناسبة لنفسك. تريد التاسع أن يتركهم بشكل رائع؛ إنهم مثل حسابات فصيلة scaevola. إذا كنت تريد أن تولد في جملة حية، سأفتح لهم apeirian pri، في الجزء من eleifend حيث. أتمنى أن يكون واحداً منا، فهو لم يرى الاشمئزاز قط، ولا حتى عندما كان صغيراً في الخدمة.', '2024-12-02 19:44:42', '2024-12-02 19:44:42'),
(7729, 'properties', 14, 'AR', 'seo_title', 'بنتهاوس حديث وواسع مع نوافذ ممتدة من الأرض حتى السقف', '2024-12-02 19:44:42', '2024-12-02 19:44:42'),
(7730, 'properties', 14, 'AR', 'seo_meta_description', 'بنتهاوس حديث وواسع مع نوافذ ممتدة من الأرض حتى السقف', '2024-12-02 19:44:42', '2024-12-02 19:44:42'),
(7731, 'properties', 15, 'AR', 'title', 'مساحة بيع بالتجزئة جذابة ويمكن الوصول إليها في مركز تسوق مزدحم', '2024-12-02 19:44:43', '2024-12-02 19:44:43'),
(7732, 'properties', 15, 'AR', 'description', '<p>هذه هي عطلة نهاية الأسبوع لكبار السن، الذين ذكرتهم، وهم غير مرحب بهم تقريبًا. لفتح الحق في الحقيقة التي ينتقدونها. لكي تنجح من خلال رجل حكيم واحد، استخدم أكبر عدد ممكن من الكتابات. دع الجماهير تنتظرك، والتي تحضر لها الحجة، فليكن هناك من يتهمك في نفس الوقت.</p>\r\n<p>قصص الشهية مناسبة لك. تريد التاسع أن يتركهم بشكل رائع؛ إنهم مثل حسابات فصيلة scaevola. إذا كنت تريد أن تولد في جملة حية، سأفتح لهم apeirian pri، في الجزء من eleifend حيث. أتمنى أن يكون واحداً منا، فهو لم يرى الاشمئزاز قط، ولا حتى في دور الشباب.</p>\r\n<p>أريد أن يكون عنادي، فقد كان عارًا. وما كنت لأسلمك كثرتي، ولكني أخافها من خيار أفضل، وهو التحرر منهم أيضًا. فليكن في نفس الوقت تقليص الروبرجرين، سأذكرهم على الأقل. ولم يتم إصدار الإعلانات إلا بصعوبة. دعونا لا نستخدم الألغام.</p>\r\n<p>الحقيقة هي أن الألم في حد ذاته مهم جدا، وسوف تكون حكيما أولا، ولكن من أجل النقاش. وعندما يتدخل القنصل فربما ينقلب عليه بالممارسة. هل يمكنك تجاوز التغييرات؟ ولكن إذا كنت لا توافق على المخاطر، فهذه طريقة للتفاخر. هناك من لديه قدرة أكبر على الإقناع، سواء كان ذلك ضروريًا لخصمي أو مجرد قصص في الخوف.</p>', '2024-12-02 19:44:43', '2024-12-02 19:44:43'),
(7733, 'properties', 15, 'AR', 'video_description', 'هذه هي عطلة نهاية الأسبوع للشيوخ، الذين ذكرتهم، بالكاد يتم قبولهم. لفتح الحق في الحقيقة التي ينتقدونها. لكي تنجح من خلال رجل حكيم واحد، استخدم أكبر عدد ممكن من الكتابات. دع اللاعبين ينتظرونك، والتي تقوم بإعداد الحجة، فليكن هناك شخص سأتهمه في نفس الوقت.', '2024-12-02 19:44:43', '2024-12-02 19:44:43'),
(7734, 'properties', 15, 'AR', 'address', 'مان أونغ, 南帕嘎区, ولاية شان الشمالية، ولاية شان، ولاية بالونج، ميانمار', '2024-12-02 19:44:44', '2024-12-02 19:44:44'),
(7735, 'properties', 15, 'AR', 'address_description', 'هذه هي عطلة نهاية الأسبوع للشيوخ، الذين ذكرتهم، بالكاد يتم قبولهم. لفتح الحق في الحقيقة التي ينتقدونها. لكي تنجح من خلال رجل حكيم واحد، استخدم أكبر عدد ممكن من الكتابات. دع اللاعبين ينتظرونك، والتي تقوم بإعداد الحجة، فليكن هناك شخص سأتهمه في نفس الوقت.', '2024-12-02 19:44:44', '2024-12-02 19:44:44'),
(7736, 'properties', 15, 'AR', 'seo_title', 'مساحة بيع بالتجزئة جذابة ويمكن الوصول إليها في مركز تسوق مزدحم', '2024-12-02 19:44:44', '2024-12-02 19:44:44'),
(7737, 'properties', 15, 'AR', 'seo_meta_description', 'مساحة بيع بالتجزئة جذابة ويمكن الوصول إليها في مركز تسوق مزدحم', '2024-12-02 19:44:44', '2024-12-02 19:44:44'),
(7738, 'properties', 16, 'AR', 'title', 'كوخ مريح وجذاب مع سطح كبير ومساحة كبيرة من الأرض', '2024-12-02 19:44:44', '2024-12-02 19:44:44'),
(7739, 'properties', 16, 'AR', 'description', '<p>الحقيقة هي أن الألم في حد ذاته مهم جدا، وسوف تكون حكيما أولا، ولكن من أجل النقاش. وعندما يتدخل القنصل فربما ينقلب عليه بالممارسة. هل يمكنك تجاوز التغييرات؟ ولكن إذا كنت لا توافق على المخاطر، فهذه طريقة للتفاخر\r\n<p>ولا في مسألة السبب الأول. لقد أحضر لهم منذ البداية أنك تريد أن تعيش تعريفًا لـنا وكل شيء من خلال و. Antiope من كل شيء وكل يوم. إنه يضع الملذات في المقام الأول، لكنهم يقولون إنهم يختلفون معه، وما زلت لا تريدهم. وتعريف العسل في لطف الخصومة من حيث هو غير عادي. وأعني الاطراء لي. البحر يزيل ما رأينا، نأمرك، من يتحرك للتنفيذ منه.</p>\r\n<p>في البداية يبدو الأمر لا، ولكن من الصعب رفض المتعلمين. لكن بوحشية وكل الملذات، يفكرون في فهم الأول. سوف تدين لي بالنشوة الجسدية، ونشوة العالم. القوة في عاقبتها اللاحقة، وليس لخصم الألم، بحيث تكون حاضرة كل يوم. ودع المواطنين يستثنى من الاثنين، ليحتضنك الآخر. كل كلامي يعيقه.</p>', '2024-12-02 19:44:44', '2024-12-02 19:44:44'),
(7740, 'properties', 16, 'AR', 'video_description', 'احصل على القصص المناسبة لنفسك. تريد التاسع أن يتركهم بشكل رائع؛ إنهم مثل حسابات فصيلة scaevola. إذا كنت تريد أن تولد في جملة حية، سأفتح لهم apeirian pri، في الجزء من eleifend حيث. أتمنى أن يكون واحداً منا، فهو لم يرى الاشمئزاز قط، ولا حتى عندما كان صغيراً في الخدمة.', '2024-12-02 19:44:45', '2024-12-02 19:44:45'),
(7741, 'properties', 16, 'AR', 'address', 'جاكسون هايتس، 11372، نيويورك، الولايات المتحدة', '2024-12-02 19:44:45', '2024-12-02 19:44:45'),
(7742, 'properties', 16, 'AR', 'address_description', 'احصل على القصص المناسبة لنفسك. تريد التاسع أن يتركهم بشكل رائع؛ إنهم مثل حسابات فصيلة scaevola. إذا كنت تريد أن تولد في جملة حية، سأفتح لهم apeirian pri، في الجزء من eleifend حيث. أتمنى أن يكون واحداً منا، فهو لم يرى الاشمئزاز قط، ولا حتى عندما كان صغيراً في الخدمة.', '2024-12-02 19:44:45', '2024-12-02 19:44:45'),
(7743, 'properties', 16, 'AR', 'seo_title', 'كوخ مريح وجذاب مع سطح كبير ومساحة كبيرة من الأرض', '2024-12-02 19:44:45', '2024-12-02 19:44:45'),
(7744, 'properties', 16, 'AR', 'seo_meta_description', 'كوخ مريح وجذاب مع سطح كبير ومساحة كبيرة من الأرض', '2024-12-02 19:44:45', '2024-12-02 19:44:45'),
(7745, 'properties', 18, 'AR', 'title', 'Tranquil Grove Spa and Wellness e', '2024-12-02 19:44:45', '2024-12-02 19:44:45'),
(7746, 'properties', 18, 'AR', 'description', '<p>الاختبار</p>', '2024-12-02 19:44:45', '2024-12-02 19:44:45'),
(7747, 'properties', 18, 'AR', 'video_description', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. قام ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في كلية هامبدن سيدني في فيرجينيا، بالبحث عن واحدة من الكلمات اللاتينية الأكثر غموضاً، وهي consectetur، من مقطع لوريم إيبسوم، ومن خلال مراجعة مراجع الكلمة في الأدب الكلاسيكي. ه', '2024-12-02 19:44:46', '2024-12-02 19:44:46'),
(7748, 'properties', 18, 'AR', 'address', 'ميربور 12، ميربور، ميربور 12، دكا، دكا متروبوليتان، منطقة دكا، قسم دكا، 1216، بنغلاديش', '2024-12-02 19:44:46', '2024-12-02 19:44:46'),
(7749, 'properties', 18, 'AR', 'address_description', 'دكا، بنجلاديش و', '2024-12-02 19:44:46', '2024-12-02 19:44:46'),
(7750, 'properties', 18, 'AR', 'seo_title', 'الاختبارات ه', '2024-12-02 19:44:46', '2024-12-02 19:44:46'),
(7751, 'properties', 18, 'AR', 'seo_meta_description', 'الاختبارات ه', '2024-12-02 19:44:46', '2024-12-02 19:44:46'),
(7752, 'properties', 21, 'AR', 'title', 'منتجع جولدن ساندز أوشنفرونت هافن', '2024-12-02 19:44:46', '2024-12-02 19:44:46'),
(7753, 'properties', 21, 'AR', 'description', '<p>الحقيقة هي أن الألم في حد ذاته مهم جدا، وسوف تكون حكيما أولا، ولكن من أجل النقاش. وعندما يتدخل القنصل فربما ينقلب عليه بالممارسة. هل يمكنك تجاوز التغييرات؟ ولكن إذا كنت لا توافق على المخاطر، فهذه طريقة للتفاخر\r\n<p>ولا في مسألة السبب الأول. لقد أحضر لهم منذ البداية أنك تريد أن تعيش تعريفًا لـنا وكل شيء من خلال و. Antiope من كل شيء وكل يوم. إنه يضع الملذات في المقام الأول، لكنهم يقولون إنهم يختلفون معه، وما زلت لا تريدهم. وتعريف العسل في لطف الخصومة من حيث هو غير عادي. وأعني الاطراء لي. البحر يزيل ما رأينا، نأمرك، من يتحرك للتنفيذ منه.</p>\r\n<p>في البداية يبدو الأمر لا، ولكن من الصعب رفض المتعلمين. لكن بوحشية وكل الملذات، يفكرون في فهم الأول. سوف تدين لي بالنشوة الجسدية، ونشوة العالم. القوة في عاقبتها اللاحقة، وليس لخصم الألم، بحيث تكون حاضرة كل يوم. ودع المواطنين يستثنى من الاثنين، ليحتضنك الآخر. كل كلامي يعيقه.</p>', '2024-12-02 19:44:47', '2024-12-02 19:44:47'),
(7754, 'properties', 21, 'AR', 'video_description', 'احصل على القصص المناسبة لنفسك. تريد التاسع أن يتركهم بشكل رائع؛ إنهم مثل حسابات فصيلة scaevola. سأفتح حياة الجملة في الأول، في جزء الشباب.', '2024-12-02 19:44:47', '2024-12-02 19:44:47'),
(7755, 'properties', 21, 'AR', 'address', 'ميربور 12، ميربور، ميربور 12، دكا، دكا متروبوليتان، منطقة دكا، قسم دكا، 1216، بنغلاديش', '2024-12-02 19:44:47', '2024-12-02 19:44:47'),
(7756, 'properties', 21, 'AR', 'address_description', 'دكا، بنجلاديش', '2024-12-02 19:44:47', '2024-12-02 19:44:47'),
(7757, 'properties', 21, 'AR', 'seo_title', 'البيت الخفيف والحديث', '2024-12-02 19:44:48', '2024-12-02 19:44:48'),
(7758, 'properties', 21, 'AR', 'seo_meta_description', 'البيت الخفيف والحديث', '2024-12-02 19:44:48', '2024-12-02 19:44:48'),
(7759, 'properties', 22, 'AR', 'title', 'البيت الخفيف والحديث واحد', '2024-12-02 19:44:48', '2024-12-02 19:44:48');
INSERT INTO `translations` (`id`, `translatable_type`, `translatable_id`, `lang_code`, `key`, `value`, `created_at`, `updated_at`) VALUES
(7760, 'properties', 22, 'AR', 'description', '<p>الحقيقة هي أن الألم في حد ذاته مهم جدا، وسوف تكون حكيما أولا، ولكن من أجل النقاش. وعندما يتدخل القنصل فربما ينقلب عليه بالممارسة. هل يمكنك تجاوز التغييرات؟ ولكن إذا كنت لا توافق على المخاطر، فهذه طريقة للتفاخر\r\n<p>ولا في مسألة السبب الأول. لقد أحضر لهم منذ البداية أنك تريد أن تعيش تعريفًا لـنا وكل شيء من خلال و. Antiope من كل شيء وكل يوم. إنه يضع الملذات في المقام الأول، لكنهم يقولون إنهم يختلفون معه، وما زلت لا تريدهم. وتعريف العسل في لطف الخصومة من حيث هو غير عادي. وأعني الاطراء لي. البحر يزيل ما رأينا، نأمرك، من يتحرك للتنفيذ منه.</p>\r\n<p>في البداية يبدو الأمر لا، ولكن من الصعب رفض المتعلمين. لكن بوحشية وكل الملذات، يفكرون في فهم الأول. سوف تدين لي بالنشوة الجسدية، ونشوة العالم. القوة في عاقبتها اللاحقة، وليس لخصم الألم، بحيث تكون حاضرة كل يوم. ودع المواطنين يستثنى من الاثنين، ليحتضنك الآخر. كل كلامي يعيقه.</p>', '2024-12-02 19:44:48', '2024-12-02 19:44:48'),
(7761, 'properties', 22, 'AR', 'video_description', 'احصل على القصص المناسبة لنفسك. تريد التاسع أن يتركهم بشكل رائع؛ إنهم مثل حسابات فصيلة scaevola. إذا كنت تريد أن تولد في جملة حية، سأفتح لهم apeirian pri، في الجزء من eleifend حيث. أتمنى أن يكون واحداً منا، فهو لم يرى الاشمئزاز قط، ولا حتى عندما كان صغيراً في الخدمة.', '2024-12-02 19:44:48', '2024-12-02 19:44:48'),
(7762, 'properties', 22, 'AR', 'address', 'ميربور 12، ميربور، ميربور 12، دكا، دكا متروبوليتان، منطقة دكا، قسم دكا، 1216، بنغلاديش', '2024-12-02 19:44:48', '2024-12-02 19:44:48'),
(7763, 'properties', 22, 'AR', 'address_description', 'دكا، بنجلاديش', '2024-12-02 19:44:48', '2024-12-02 19:44:48'),
(7764, 'properties', 22, 'AR', 'seo_title', 'البيت الخفيف والحديث', '2024-12-02 19:44:48', '2024-12-02 19:44:48'),
(7765, 'properties', 22, 'AR', 'seo_meta_description', 'البيت الخفيف والحديث', '2024-12-02 19:44:49', '2024-12-02 19:44:49'),
(7766, 'properties', 23, 'AR', 'title', 'ويسبرينغ باينز كوزي كوتيدج ريتريت', '2024-12-02 19:44:49', '2024-12-02 19:44:49'),
(7767, 'properties', 23, 'AR', 'description', '<p>خلافًا للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. قام ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في كلية هامبدن سيدني في فيرجينيا، بالبحث عن واحدة من أكثر الكلمات اللاتينية غموضًا، وهي consectetur، من مقطع لوريم إيبسوم، ومن خلال مراجعة مراجع الكلمة في الأدب الكلاسيكي.</p>\r\n<p>اكتشف المصدر الذي لا شك فيه. يأتي نص لوريم إيبسوم من الأقسام 1.10.32 و1.10.33 من كتاب \"de Finibus Bonorum et Malorum\" (أقصى الخير والشر) لشيشرون، والذي كتبه عام 45 قبل الميلاد. هذا الكتاب عبارة عن أطروحة حول نظرية الأخلاق، والتي حظيت بشعبية كبيرة خلال عصر النهضة.</p>', '2024-12-02 19:44:49', '2024-12-02 19:44:49'),
(7768, 'properties', 23, 'AR', 'video_description', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في جامعة هامبدن، انتهى بالقيادة إلى علامة.', '2024-12-02 19:44:49', '2024-12-02 19:44:49'),
(7769, 'properties', 23, 'AR', 'address', 'ميربور 6، ميربور، دكا، دكا متروبوليتان، منطقة دكا، قسم دكا، 1216، بنغلاديش', '2024-12-02 19:44:49', '2024-12-02 19:44:49'),
(7770, 'properties', 23, 'AR', 'address_description', 'دكا، بنجلاديش', '2024-12-02 19:44:49', '2024-12-02 19:44:49'),
(7771, 'properties', 23, 'AR', 'seo_title', 'شقة فاخرة شاهقة في القلب', '2024-12-02 19:44:50', '2024-12-02 19:44:50'),
(7772, 'properties', 23, 'AR', 'seo_meta_description', 'شقة فاخرة شاهقة في القلب', '2024-12-02 19:44:50', '2024-12-02 19:44:50'),
(7773, 'properties', 24, 'AR', 'title', 'صن سيت ريدج برايفت فينيارد هافن', '2024-12-02 19:44:50', '2024-12-02 19:44:50'),
(7774, 'properties', 24, 'AR', 'description', '<p>خلافًا للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. قام ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في كلية هامبدن سيدني في فيرجينيا، بالبحث عن واحدة من أكثر الكلمات اللاتينية غموضًا، وهي consectetur، من مقطع لوريم إيبسوم، ومن خلال مراجعة مراجع الكلمة في الأدب الكلاسيكي.</p>\r\n<p>اكتشف المصدر الذي لا شك فيه. يأتي نص لوريم إيبسوم من الأقسام 1.10.32 و1.10.33 من كتاب \"de Finibus Bonorum et Malorum\" (أقصى الخير والشر) لشيشرون، والذي كتبه عام 45 قبل الميلاد. هذا الكتاب عبارة عن أطروحة حول نظرية الأخلاق، والتي حظيت بشعبية كبيرة خلال عصر النهضة.</p>', '2024-12-02 19:44:50', '2024-12-02 19:44:50'),
(7775, 'properties', 24, 'AR', 'video_description', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في جامعة هامبدن، انتهى بالقيادة إلى علامة.', '2024-12-02 19:44:50', '2024-12-02 19:44:50'),
(7776, 'properties', 24, 'AR', 'address', 'ميربور 7، ميربور، ميربور 7، دكا، دكا متروبوليتان، منطقة دكا، قسم دكا، 1216، بنغلاديش', '2024-12-02 19:44:50', '2024-12-02 19:44:50'),
(7777, 'properties', 24, 'AR', 'address_description', 'دكا، بنجلاديش', '2024-12-02 19:44:50', '2024-12-02 19:44:50'),
(7778, 'properties', 24, 'AR', 'seo_title', 'شقة فاخرة شاهقة في القلب الثاني', '2024-12-02 19:44:51', '2024-12-02 19:44:51'),
(7779, 'properties', 24, 'AR', 'seo_meta_description', 'شقة فاخرة شاهقة في القلب الثاني', '2024-12-02 19:44:51', '2024-12-02 19:44:51'),
(7780, 'properties', 25, 'AR', 'title', 'شقة فاخرة شاهقة في قلب دكا', '2024-12-02 19:44:51', '2024-12-02 19:44:51'),
(7781, 'properties', 25, 'AR', 'description', '<p>خلافًا للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. قام ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في كلية هامبدن سيدني في فيرجينيا، بالبحث عن واحدة من أكثر الكلمات اللاتينية غموضًا، وهي consectetur، من مقطع لوريم إيبسوم، ومن خلال مراجعة مراجع الكلمة في الأدب الكلاسيكي.</p>\r\n<p>اكتشف المصدر الذي لا شك فيه. يأتي نص لوريم إيبسوم من الأقسام 1.10.32 و1.10.33 من كتاب \"de Finibus Bonorum et Malorum\" (أقصى الخير والشر) لشيشرون، والذي كتبه عام 45 قبل الميلاد. هذا الكتاب عبارة عن أطروحة حول نظرية الأخلاق، والتي حظيت بشعبية كبيرة خلال عصر النهضة.</p>', '2024-12-02 19:44:51', '2024-12-02 19:44:51'),
(7782, 'properties', 25, 'AR', 'video_description', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في جامعة هامبدن، انتهى بالقيادة إلى علامة.', '2024-12-02 19:44:51', '2024-12-02 19:44:51'),
(7783, 'properties', 25, 'AR', 'address', 'ميربور دوش، ميربور كانتونمينت، دكا، دكا متروبوليتان، منطقة دكا، قسم دكا، 1216، بنغلاديش', '2024-12-02 19:44:52', '2024-12-02 19:44:52'),
(7784, 'properties', 25, 'AR', 'address_description', 'دكا، بنجلاديش', '2024-12-02 19:44:52', '2024-12-02 19:44:52'),
(7785, 'properties', 25, 'AR', 'seo_title', 'شقة فاخرة شاهقة في قلب دكا', '2024-12-02 19:44:52', '2024-12-02 19:44:52'),
(7786, 'properties', 25, 'AR', 'seo_meta_description', 'شقة فاخرة شاهقة في قلب دكا', '2024-12-02 19:44:52', '2024-12-02 19:44:52'),
(7787, 'properties', 26, 'AR', 'title', 'ستارلايت فيو ماونتن كابين إسكيب', '2024-12-02 19:44:52', '2024-12-02 19:44:52'),
(7788, 'properties', 26, 'AR', 'description', '<p>من الأفضل أن يكون له عدوان، حتى يتمكن من حل المشكلة في حالة الخوف. عندما أفعل شيئًا ما في الآخرين، أفتح باب التحية والتعبير. فيحدث من قوة الاختبار الأعلى، من تحميص الجملة الأولى، تملق الحواس أكثر اعتدالا منه. ولا نكاد نهملهم.</p>\r\n<p>هذه هي عطلة نهاية الأسبوع لكبار السن، الذين ذكرتهم، وهم غير مرحب بهم تقريبًا. لفتح الحق في الحقيقة التي ينتقدونها. لكي تنجح من خلال رجل حكيم واحد، استخدم أكبر عدد ممكن من الكتابات. دع اللاعبين ينتظرونك، والتي تقوم بإعداد الحجة، فليكن هناك شخص سأتهمه في نفس الوقت. لقد كانت ممارسة مثالية بالنسبة له أن يرفض المطورين، لأنهم كانوا الأشرار. وسيحكم إذا رأى العسل.</p>\r\n<p>قصص الشهية مناسبة لك. تريد التاسع أن يتركهم بشكل رائع؛ إنهم مثل حسابات فصيلة scaevola. إذا كنت تريد أن تولد في جملة حية، سأفتح لهم apeirian pri، في الجزء من eleifend حيث. أتمنى أن يكون واحداً منا، فهو لم يرى الاشمئزاز قط، ولا حتى في دور الشباب.</p>', '2024-12-02 19:44:52', '2024-12-02 19:44:52'),
(7789, 'properties', 26, 'AR', 'video_description', 'احصل على القصص المناسبة لنفسك. تريد التاسع أن يتركهم بشكل رائع؛ إنهم مثل حسابات فصيلة scaevola. إذا كنت تريد أن تولد في جملة حية، سأفتح لهم apeirian pri، في الجزء من eleifend حيث. أتمنى أن يكون واحداً منا، فهو لم يرى الاشمئزاز قط، ولا حتى عندما كان صغيراً في الخدمة.', '2024-12-02 19:44:52', '2024-12-02 19:44:52'),
(7790, 'properties', 26, 'AR', 'address', 'سادولابور، منطقة سافار الفرعية، منطقة دكا، قسم دكا، بنغلاديش', '2024-12-02 19:44:52', '2024-12-02 19:44:52'),
(7791, 'properties', 26, 'AR', 'address_description', 'دكا، بنجلاديش', '2024-12-02 19:44:53', '2024-12-02 19:44:53'),
(7792, 'properties', 26, 'AR', 'seo_title', 'جناح تنفيذي مفروش بالكامل في مبنى فاخر', '2024-12-02 19:44:53', '2024-12-02 19:44:53'),
(7793, 'properties', 26, 'AR', 'seo_meta_description', 'جناح تنفيذي مفروش بالكامل في مبنى فاخر', '2024-12-02 19:44:53', '2024-12-02 19:44:53'),
(7794, 'properties', 27, 'AR', 'title', 'إيفرجرين ميدوز فاميلي هومستيد جيتواي', '2024-12-02 19:44:53', '2024-12-02 19:44:53'),
(7795, 'properties', 27, 'AR', 'description', '<p>من الأفضل أن يكون له عدوان، حتى يتمكن من حل المشكلة في حالة الخوف. عندما أفعل شيئًا ما في الآخرين، أفتح باب التحية والتعبير. فيحدث من قوة الاختبار الأعلى، من تحميص الجملة الأولى، تملق الحواس أكثر اعتدالا منه. ولا نكاد نهملهم.</p>\r\n<p>هذه هي عطلة نهاية الأسبوع لكبار السن، الذين ذكرتهم، وهم غير مرحب بهم تقريبًا. لفتح الحق في الحقيقة التي ينتقدونها. لكي تنجح من خلال رجل حكيم واحد، استخدم أكبر عدد ممكن من الكتابات. دع اللاعبين ينتظرونك، والتي تقوم بإعداد الحجة، فليكن هناك شخص سأتهمه في نفس الوقت. لقد كانت ممارسة مثالية بالنسبة له أن يرفض المطورين، لأنهم كانوا الأشرار. وسيحكم إذا رأى العسل.</p>\r\n<p>قصص الشهية مناسبة لك. تريد التاسع أن يتركهم بشكل رائع؛ إنهم مثل حسابات فصيلة scaevola. إذا كنت تريد أن تولد في جملة حية، سأفتح لهم apeirian pri، في الجزء من eleifend حيث. أتمنى أن يكون واحداً منا، فهو لم يرى الاشمئزاز قط، ولا حتى من خلال التصرف كشاب', '2024-12-02 19:44:53', '2024-12-02 19:44:53'),
(7796, 'properties', 27, 'AR', 'video_description', 'عدو أفضل من الاثنين اللذين كان تيشن يخشى التعامل معهما. عندما أفعل شيئًا ما في الآخرين، أفتح باب التحية والتعبير. فيحدث من قوة الاختبار الأعلى، من تحميص الجملة الأولى، تملق الحواس أكثر اعتدالا منه. بالكاد يتم إهمالهم من قبلنا.\r\n\r\nهذه هي عطلة نهاية الأسبوع للشيوخ، الذين ذكرتهم، بالكاد يتم قبولهم. لفتح الحق في الحقيقة التي ينتقدونها. لكي تنجح من خلال رجل حكيم واحد، استخدم أكبر عدد ممكن من الكتابات. دع اللاعبين ينتظرونك، والتي تقوم بإعداد الحجة، فليكن هناك شخص سأتهمه في نفس الوقت. لقد كانت ممارسة مثالية بالنسبة له أن يرفض المطورين، لأنهم كانوا الأشرار. سيحكم إذا رأى العسل.', '2024-12-02 19:44:54', '2024-12-02 19:44:54'),
(7797, 'properties', 27, 'AR', 'address', 'سادولابور، منطقة سافار الفرعية، منطقة دكا، قسم دكا، بنغلاديش', '2024-12-02 19:44:54', '2024-12-02 19:44:54'),
(7798, 'properties', 27, 'AR', 'address_description', 'دكا، بنجلاديش', '2024-12-02 19:44:54', '2024-12-02 19:44:54'),
(7799, 'properties', 27, 'AR', 'seo_title', 'نحن نتهمه بأنه سهل', '2024-12-02 19:44:54', '2024-12-02 19:44:54'),
(7800, 'properties', 27, 'AR', 'seo_meta_description', 'البيت الخفيف والحديث', '2024-12-02 19:44:54', '2024-12-02 19:44:54'),
(7801, 'properties', 28, 'AR', 'title', 'منتجع كريستال ووترز بيتشفرونت بارادايس', '2024-12-02 19:44:55', '2024-12-02 19:44:55'),
(7802, 'properties', 28, 'AR', 'description', '<p>من الأفضل أن يكون له عدوان، حتى يتمكن من حل المشكلة في حالة الخوف. عندما أفعل شيئًا ما في الآخرين، أفتح باب التحية والتعبير. فيحدث من قوة الاختبار الأعلى، من تحميص الجملة الأولى، تملق الحواس أكثر اعتدالا منه. ولا نكاد نهملهم.</p>\r\n<p>هذه هي عطلة نهاية الأسبوع لكبار السن، الذين ذكرتهم، وهم غير مرحب بهم تقريبًا. لفتح الحق في الحقيقة التي ينتقدونها. لكي تنجح من خلال رجل حكيم واحد، استخدم أكبر عدد ممكن من الكتابات. دع اللاعبين ينتظرونك، والتي تقوم بإعداد الحجة، فليكن هناك شخص سأتهمه في نفس الوقت. لقد كانت ممارسة مثالية بالنسبة له أن يرفض المطورين، لأنهم كانوا الأشرار. وسيحكم إذا رأى العسل.</p>\r\n<p>قصص الشهية مناسبة لك. تريد التاسع أن يتركهم بشكل رائع؛ إنهم مثل حسابات فصيلة scaevola. إذا كنت تريد أن تولد في جملة حية، سأفتح لهم apeirian pri، في الجزء من eleifend حيث. أتمنى أن يكون واحداً منا، فهو لم يرى الاشمئزاز قط، ولا حتى في دور الشباب.</p>', '2024-12-02 19:44:55', '2024-12-02 19:44:55'),
(7803, 'properties', 28, 'AR', 'video_description', 'عدو أفضل من الاثنين اللذين كان تيشن يخشى التعامل معهما. عندما أفعل شيئًا ما في الآخرين، أفتح باب التحية والتعبير. فيحدث من قوة الاختبار الأعلى، من تحميص الجملة الأولى، تملق الحواس أكثر اعتدالا منه. بالكاد يتم إهمالهم من قبلنا.', '2024-12-02 19:44:55', '2024-12-02 19:44:55'),
(7804, 'properties', 28, 'AR', 'address', 'سادولابور، منطقة سافار الفرعية، منطقة دكا، قسم دكا، بنغلاديش', '2024-12-02 19:44:55', '2024-12-02 19:44:55'),
(7805, 'properties', 28, 'AR', 'address_description', 'سادولابور، منطقة سافار الفرعية، منطقة دكا، قسم دكا، بنغلاديش', '2024-12-02 19:44:55', '2024-12-02 19:44:55'),
(7806, 'properties', 28, 'AR', 'seo_title', 'هو الذي هو كل ذلك', '2024-12-02 19:44:55', '2024-12-02 19:44:55'),
(7807, 'properties', 28, 'AR', 'seo_meta_description', 'شقة فاخرة شاهقة في القلب', '2024-12-02 19:44:56', '2024-12-02 19:44:56'),
(7808, 'properties', 29, 'AR', 'title', 'منتجع سيرينيتي هيلز لاكشري إستيتس', '2024-12-02 19:44:56', '2024-12-02 19:44:56'),
(7809, 'properties', 29, 'AR', 'description', '<p>خلافًا للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. قام ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في كلية هامبدن سيدني في فيرجينيا، بالبحث عن واحدة من أكثر الكلمات اللاتينية غموضًا، وهي consectetur، من مقطع لوريم إيبسوم، ومن خلال مراجعة مراجع الكلمة في الأدب الكلاسيكي.</p>\r\n<p>اكتشف المصدر الذي لا شك فيه. يأتي نص لوريم إيبسوم من الأقسام 1.10.32 و1.10.33 من كتاب \"de Finibus Bonorum et Malorum\" (أقصى الخير والشر) لشيشرون، والذي كتبه عام 45 قبل الميلاد. هذا الكتاب عبارة عن أطروحة حول نظرية الأخلاق، والتي حظيت بشعبية كبيرة خلال عصر النهضة.</p>', '2024-12-02 19:44:56', '2024-12-02 19:44:56'),
(7810, 'properties', 29, 'AR', 'video_description', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. قام ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في كلية هامبدن سيدني في فيرجينيا، بالبحث عن واحدة من الكلمات اللاتينية الأكثر غموضاً، وهي consectetur، من مقطع لوريم إيبسوم، ومن خلال مراجعة مراجع الكلمة في الأدب الكلاسيكي.', '2024-12-02 19:44:56', '2024-12-02 19:44:56'),
(7811, 'properties', 29, 'AR', 'address', 'سادولابور، منطقة سافار الفرعية، منطقة دكا، قسم دكا، بنغلاديش', '2024-12-02 19:44:56', '2024-12-02 19:44:56'),
(7812, 'properties', 29, 'AR', 'address_description', 'دكا، بنجلاديش', '2024-12-02 19:44:56', '2024-12-02 19:44:56'),
(7813, 'properties', 29, 'AR', 'seo_title', 'وسوف أقوم بتحديثه في كل مرة', '2024-12-02 19:44:57', '2024-12-02 19:44:57'),
(7814, 'properties', 29, 'AR', 'seo_meta_description', 'البيت الخفيف والحديث', '2024-12-02 19:44:57', '2024-12-02 19:44:57'),
(7821, 'property_plans', 1, 'AR', 'title', 'الطابق الأول', '2024-12-02 19:44:58', '2024-12-02 19:44:58'),
(7822, 'property_plans', 1, 'AR', 'description', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في جامعة هامبدن-سيدني سي', '2024-12-02 19:44:58', '2024-12-02 19:44:58'),
(7823, 'property_plans', 2, 'AR', 'title', 'الطابق الثاني', '2024-12-02 19:44:59', '2024-12-02 19:44:59'),
(7824, 'property_plans', 2, 'AR', 'description', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في جامعة هامبدن-سيدني سي', '2024-12-02 19:44:59', '2024-12-02 19:44:59'),
(7825, 'property_plans', 3, 'AR', 'title', 'الطابق الأول', '2024-12-02 19:44:59', '2024-12-02 19:44:59'),
(7826, 'property_plans', 3, 'AR', 'description', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. ريتشارد مكلينتوك، أستاذ اللاتينية في هامبدن سيدني', '2024-12-02 19:44:59', '2024-12-02 19:44:59'),
(7827, 'property_plans', 4, 'AR', 'title', 'الطابق الثاني', '2024-12-02 19:44:59', '2024-12-02 19:44:59'),
(7828, 'property_plans', 4, 'AR', 'description', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. ريتشارد مكلينتوك، أستاذ اللاتينية في هامبدن سيدني', '2024-12-02 19:45:00', '2024-12-02 19:45:00'),
(7829, 'property_plans', 5, 'AR', 'title', 'الطابق الأول ه', '2024-12-02 19:45:00', '2024-12-02 19:45:00'),
(7830, 'property_plans', 5, 'AR', 'description', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في هامبدن سيدني إي', '2024-12-02 19:45:00', '2024-12-02 19:45:00'),
(7831, 'property_plans', 6, 'AR', 'title', 'الطابق الثاني ه', '2024-12-02 19:45:00', '2024-12-02 19:45:00'),
(7832, 'property_plans', 6, 'AR', 'description', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في هامبدن سيدني إي', '2024-12-02 19:45:00', '2024-12-02 19:45:00'),
(7833, 'property_plans', 7, 'AR', 'title', 'الطابق الثاني', '2024-12-02 19:45:01', '2024-12-02 19:45:01'),
(7834, 'property_plans', 7, 'AR', 'description', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في جامعة هامبدن، انتهى بالقيادة إلى علامة.', '2024-12-02 19:45:01', '2024-12-02 19:45:01'),
(7835, 'property_plans', 8, 'AR', 'title', 'الطابق الثاني', '2024-12-02 19:45:01', '2024-12-02 19:45:01'),
(7836, 'property_plans', 8, 'AR', 'description', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في جامعة هامبدن، انتهى بالقيادة إلى علامة.', '2024-12-02 19:45:01', '2024-12-02 19:45:01'),
(7837, 'property_plans', 9, 'AR', 'title', 'الطابق الأول', '2024-12-02 19:45:01', '2024-12-02 19:45:01'),
(7838, 'property_plans', 9, 'AR', 'description', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في جامعة هامبدن، انتهى بالقيادة إلى علامة.', '2024-12-02 19:45:01', '2024-12-02 19:45:01'),
(7839, 'property_plans', 10, 'AR', 'title', 'الطابق الثاني', '2024-12-02 19:45:01', '2024-12-02 19:45:01'),
(7840, 'property_plans', 10, 'AR', 'description', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في جامعة هامبدن، انتهى بالقيادة إلى علامة.', '2024-12-02 19:45:02', '2024-12-02 19:45:02'),
(7841, 'property_plans', 11, 'AR', 'title', 'الطابق الرابع', '2024-12-02 19:45:02', '2024-12-02 19:45:02'),
(7842, 'property_plans', 11, 'AR', 'description', 'عندما تسعى وراء أصل الغابة هذا، لا يوجد خيار أفضل بالنسبة له، وهو الصلاة التي رآها له. والبعض الآخر مهمل معك. موثق باللاتينية بـ cu. لقد فهم أن القوة المذكورة لا ينبغي استخدامها لأغراض شريرة، لأنه كان أكثر رشاقة من الفيل. هناك مثل هذه الهدية له، وسيحكم على هذه الأشياء بسعر عادل.', '2024-12-02 19:45:02', '2024-12-02 19:45:02'),
(7843, 'property_plans', 12, 'AR', 'title', 'الطابق الخامس', '2024-12-02 19:45:03', '2024-12-02 19:45:03'),
(7844, 'property_plans', 12, 'AR', 'description', 'عندما تسعى وراء أصل الغابة هذا، لا يوجد خيار أفضل بالنسبة له، وهو الصلاة التي رآها له. والبعض الآخر مهمل معك. موثق باللاتينية بـ cu. لقد فهم أن القوة المذكورة لا ينبغي استخدامها لأغراض شريرة، لأنه كان أكثر رشاقة من الفيل. هناك مثل هذه الهدية له، وسيحكم على هذه الأشياء بسعر عادل.', '2024-12-02 19:45:03', '2024-12-02 19:45:03'),
(7845, 'property_plans', 13, 'AR', 'title', 'الطابق الثالث', '2024-12-02 19:45:03', '2024-12-02 19:45:03'),
(7846, 'property_plans', 13, 'AR', 'description', 'نريده أن يكون عنيدًا، حتى لا ينخدع. وما كنت لأسلمك كثرتي، ولكني أخافها من خيار أفضل، وهو التحرر منهم أيضًا. فليكن في نفس الوقت تقليص الروبرجرين، سأذكرهم على الأقل. ولم يتم إصدار الإعلانات إلا بصعوبة. لا ينبغي لنا أن نستخدم الألغام.', '2024-12-02 19:45:03', '2024-12-02 19:45:03'),
(7847, 'property_plans', 14, 'AR', 'title', 'ستة طوابق', '2024-12-02 19:45:03', '2024-12-02 19:45:03'),
(7848, 'property_plans', 14, 'AR', 'description', 'نريده أن يكون عنيدًا، حتى لا ينخدع. وما كنت لأسلمك كثرتي، ولكني أخافها من خيار أفضل، وهو التحرر منهم أيضًا. فليكن في نفس الوقت تقليص الروبرجرين، سأذكرهم على الأقل. ولم يتم إصدار الإعلانات إلا بصعوبة. لا ينبغي لنا أن نستخدم الألغام.', '2024-12-02 19:45:04', '2024-12-02 19:45:04'),
(7849, 'property_plans', 15, 'AR', 'title', 'الطابق الأول', '2024-12-02 19:45:04', '2024-12-02 19:45:04'),
(7850, 'property_plans', 15, 'AR', 'description', 'عندما تسعى وراء أصل الغابة هذا، لا يوجد خيار أفضل بالنسبة له، وهو الصلاة التي رآها له. والبعض الآخر مهمل معك. موثق باللاتينية بـ cu. لقد فهم أن القوة المذكورة لا ينبغي استخدامها لأغراض شريرة، لأنه كان أكثر رشاقة من الفيل. هناك مثل هذه الهدية له، وسيحكم على هذه الأشياء بسعر عادل.', '2024-12-02 19:45:04', '2024-12-02 19:45:04'),
(7851, 'property_plans', 16, 'AR', 'title', 'الطابق الثاني', '2024-12-02 19:45:04', '2024-12-02 19:45:04'),
(7852, 'property_plans', 16, 'AR', 'description', 'عندما تسعى وراء أصل الغابة هذا، لا يوجد خيار أفضل بالنسبة له، وهو الصلاة التي رآها له. والبعض الآخر مهمل معك. موثق باللاتينية بـ cu. لقد فهم أن القوة المذكورة لا ينبغي استخدامها لأغراض شريرة، لأنه كان أكثر رشاقة من الفيل. هناك مثل هذه الهدية له، وسيحكم على هذه الأشياء بسعر عادل.', '2024-12-02 19:45:04', '2024-12-02 19:45:04'),
(7853, 'property_plans', 17, 'AR', 'title', 'الطابق الأول', '2024-12-02 19:45:04', '2024-12-02 19:45:04'),
(7854, 'property_plans', 17, 'AR', 'description', 'عدو أفضل من الاثنين اللذين كان تيشن يخشى التعامل معهما. عندما أفعل شيئًا ما في الآخرين، أفتح باب التحية والتعبير. فيحدث من قوة الاختبار الأعلى، من تحميص الجملة الأولى، تملق الحواس أكثر اعتدالا منه. بالكاد يتم إهمالهم من قبلنا.', '2024-12-02 19:45:05', '2024-12-02 19:45:05'),
(7855, 'property_plans', 18, 'AR', 'title', 'الطابق الثاني', '2024-12-02 19:45:05', '2024-12-02 19:45:05'),
(7856, 'property_plans', 18, 'AR', 'description', 'عدو أفضل من الاثنين اللذين كان تيشن يخشى التعامل معهما. عندما أفعل شيئًا ما في الآخرين، أفتح باب التحية والتعبير. فيحدث من قوة الاختبار الأعلى، من تحميص الجملة الأولى، تملق الحواس أكثر اعتدالا منه. بالكاد يتم إهمالهم من قبلنا.', '2024-12-02 19:45:05', '2024-12-02 19:45:05'),
(7857, 'property_plans', 19, 'AR', 'title', 'الطابق الأول', '2024-12-02 19:45:05', '2024-12-02 19:45:05'),
(7858, 'property_plans', 19, 'AR', 'description', 'نريده أن يكون عنيدًا، حتى لا ينخدع. وما كنت لأسلمك كثرتي، ولكني أخافها من خيار أفضل، وهو التحرر منهم أيضًا. فليكن في نفس الوقت تقليص الروبرجرين، سأذكرهم على الأقل. ولم يتم إصدار الإعلانات إلا بصعوبة. لا ينبغي لنا أن نستخدم الألغام.', '2024-12-02 19:45:05', '2024-12-02 19:45:05'),
(7859, 'property_plans', 20, 'AR', 'title', 'الطابق الثاني', '2024-12-02 19:45:05', '2024-12-02 19:45:05'),
(7860, 'property_plans', 20, 'AR', 'description', 'نريده أن يكون عنيدًا، حتى لا ينخدع. وما كنت لأسلمك كثرتي، ولكني أخافها من خيار أفضل، وهو التحرر منهم أيضًا. فليكن في نفس الوقت تقليص الروبرجرين، سأذكرهم على الأقل. ولم يتم إصدار الإعلانات إلا بصعوبة. لا ينبغي لنا أن نستخدم الألغام.', '2024-12-02 19:45:06', '2024-12-02 19:45:06'),
(7861, 'property_plans', 21, 'AR', 'title', 'الطابق الأول', '2024-12-02 19:45:06', '2024-12-02 19:45:06'),
(7862, 'property_plans', 21, 'AR', 'description', 'عندما تسعى وراء أصل الغابة هذا، لا يوجد خيار أفضل بالنسبة له، وهو الصلاة التي رآها له. والبعض الآخر مهمل معك. موثق باللاتينية بـ cu. لقد فهم أن القوة المذكورة لا ينبغي استخدامها لأغراض شريرة، لأنه كان أكثر رشاقة من الفيل. هناك مثل هذه الهدية له، وسيحكم على هذه الأشياء بسعر عادل.', '2024-12-02 19:45:06', '2024-12-02 19:45:06'),
(7863, 'property_plans', 22, 'AR', 'title', 'الطابق الثاني', '2024-12-02 19:45:06', '2024-12-02 19:45:06'),
(7864, 'property_plans', 22, 'AR', 'description', 'عندما تسعى وراء أصل الغابة هذا، لا يوجد خيار أفضل بالنسبة له، وهو الصلاة التي رآها له. والبعض الآخر مهمل معك. موثق باللاتينية بـ cu. لقد فهم أن القوة المذكورة لا ينبغي استخدامها لأغراض شريرة، لأنه كان أكثر رشاقة من الفيل. هناك مثل هذه الهدية له، وسيحكم على هذه الأشياء بسعر عادل.', '2024-12-02 19:45:06', '2024-12-02 19:45:06'),
(7865, 'property_plans', 23, 'AR', 'title', 'الطابق الأرضي', '2024-12-02 19:45:06', '2024-12-02 19:45:06'),
(7866, 'property_plans', 23, 'AR', 'description', 'عدو أفضل من الاثنين اللذين كان تيشن يخشى التعامل معهما. عندما أفعل شيئًا ما في الآخرين، أفتح باب التحية والتعبير. فيحدث من قوة الاختبار الأعلى، من تحميص الجملة الأولى، تملق الحواس أكثر اعتدالا منه. بالكاد يتم إهمالهم من قبلنا.', '2024-12-02 19:45:06', '2024-12-02 19:45:06'),
(7867, 'property_plans', 24, 'AR', 'title', 'الطابق العلوي', '2024-12-02 19:45:07', '2024-12-02 19:45:07'),
(7868, 'property_plans', 24, 'AR', 'description', 'عدو أفضل من الاثنين اللذين كان تيشن يخشى التعامل معهما. عندما أفعل شيئًا ما في الآخرين، أفتح باب التحية والتعبير. فيحدث من قوة الاختبار الأعلى، من تحميص الجملة الأولى، تملق الحواس أكثر اعتدالا منه. بالكاد يتم إهمالهم من قبلنا.', '2024-12-02 19:45:07', '2024-12-02 19:45:07'),
(7869, 'property_plans', 25, 'AR', 'title', 'الطابق الأرضي', '2024-12-02 19:45:07', '2024-12-02 19:45:07'),
(7870, 'property_plans', 25, 'AR', 'description', 'احصل على القصص المناسبة لنفسك. تريد التاسع أن يتركهم بشكل رائع؛ إنهم مثل حسابات فصيلة scaevola. إذا كنت تريد أن تولد في جملة حية، سأفتح لهم apeirian pri، في الجزء من eleifend حيث. أتمنى أن يكون واحداً منا، فهو لم يرى الاشمئزاز قط، ولا حتى عندما كان صغيراً في الخدمة.', '2024-12-02 19:45:07', '2024-12-02 19:45:07'),
(7871, 'property_plans', 26, 'AR', 'title', 'الطابق الأول', '2024-12-02 19:45:07', '2024-12-02 19:45:07'),
(7872, 'property_plans', 26, 'AR', 'description', 'احصل على القصص المناسبة لنفسك. تريد التاسع أن يتركهم بشكل رائع؛ إنهم مثل حسابات فصيلة scaevola. إذا كنت تريد أن تولد في جملة حية، سأفتح لهم apeirian pri، في الجزء من eleifend حيث. أتمنى أن يكون واحداً منا، فهو لم يرى الاشمئزاز قط، ولا حتى عندما كان صغيراً في الخدمة.', '2024-12-02 19:45:07', '2024-12-02 19:45:07'),
(7873, 'property_plans', 27, 'AR', 'title', 'الطابق الأرضي', '2024-12-02 19:45:07', '2024-12-02 19:45:07'),
(7874, 'property_plans', 27, 'AR', 'description', 'هذه هي عطلة نهاية الأسبوع للشيوخ، الذين ذكرتهم، بالكاد يتم قبولهم. لفتح الحق في الحقيقة التي ينتقدونها. لكي تنجح من خلال رجل حكيم واحد، استخدم أكبر عدد ممكن من الكتابات. دع اللاعبين ينتظرونك، والتي تقوم بإعداد الحجة، فليكن هناك شخص سأتهمه في نفس الوقت.', '2024-12-02 19:45:07', '2024-12-02 19:45:07'),
(7875, 'property_plans', 28, 'AR', 'title', 'الطابق الثاني', '2024-12-02 19:45:08', '2024-12-02 19:45:08'),
(7876, 'property_plans', 28, 'AR', 'description', 'هذه هي عطلة نهاية الأسبوع للشيوخ، الذين ذكرتهم، بالكاد يتم قبولهم. لفتح الحق في الحقيقة التي ينتقدونها. لكي تنجح من خلال رجل حكيم واحد، استخدم أكبر عدد ممكن من الكتابات. دع اللاعبين ينتظرونك، والتي تقوم بإعداد الحجة، فليكن هناك شخص سأتهمه في نفس الوقت.', '2024-12-02 19:45:08', '2024-12-02 19:45:08'),
(7877, 'property_plans', 29, 'AR', 'title', 'الطابق الأولfdfdfdf', '2024-12-02 19:45:08', '2024-12-02 19:45:08'),
(7878, 'property_plans', 29, 'AR', 'description', 'من المهم جدًا أن تقوم بـ dodfdfdfdfdfdsfdsffddsflor. وعندما يتدخل القنصل فربما ينقلب عليه بالممارسة. هل يمكنك تجاوز التغييرات؟ ولكن إذا كنت لا توافق على المخاطر، فهذه طريقة للتفاخر', '2024-12-02 19:45:08', '2024-12-02 19:45:08'),
(7879, 'property_plans', 30, 'AR', 'title', 'الطابق الثانيfdfdfdfsfdf', '2024-12-02 19:45:08', '2024-12-02 19:45:08'),
(7880, 'property_plans', 30, 'AR', 'description', 'الألم نفسه مهم جدًا، Nibh sdfdfdsfsdfdfdffaperet أنت أولاً، ولكن لنقول للمناقشة. وعندما يتدخل القنصل فربما ينقلب عليه بالممارسة. هل يمكنك تجاوز التغييرات؟ ولكن إذا كنت لا توافق على المخاطر، فهذه طريقة للتفاخر', '2024-12-02 19:45:08', '2024-12-02 19:45:08'),
(7881, 'property_plans', 35, 'AR', 'title', 'الطابق الأول', '2024-12-02 19:45:09', '2024-12-02 19:45:09'),
(7882, 'property_plans', 35, 'AR', 'description', 'احصل على القصص المناسبة لنفسك. تريد التاسع أن يتركهم بشكل رائع؛ إنهم مثل حسابات فصيلة scaevola. إذا كنت تريد أن تولد في جملة حية، سأفتح لهم apeirian pri، في الجزء من eleifend حيث. أتمنى أن يكون واحداً منا، فهو لم يرى الاشمئزاز قط، ولا حتى عندما كان صغيراً في الخدمة.', '2024-12-02 19:45:09', '2024-12-02 19:45:09'),
(7883, 'property_plans', 36, 'AR', 'title', 'الطابق الثاني', '2024-12-02 19:45:09', '2024-12-02 19:45:09'),
(7884, 'property_plans', 36, 'AR', 'description', 'احصل على القصص المناسبة لنفسك. تريد التاسع أن يتركهم بشكل رائع؛ إنهم مثل حسابات فصيلة scaevola. إذا كنت تريد أن تولد في جملة حية، سأفتح لهم apeirian pri، في الجزء من eleifend حيث. أتمنى أن يكون واحداً منا، فهو لم يرى الاشمئزاز قط، ولا حتى عندما كان صغيراً في الخدمة.', '2024-12-02 19:45:09', '2024-12-02 19:45:09'),
(7885, 'property_plans', 37, 'AR', 'title', 'الطابق الأول', '2024-12-02 19:45:09', '2024-12-02 19:45:09'),
(7886, 'property_plans', 37, 'AR', 'description', 'احصل على القصص المناسبة لنفسك. تريد التاسع أن يتركهم بشكل رائع؛ إنهم مثل حسابات فصيلة scaevola. إذا كنت تريد أن تولد في جملة حية، سأفتح لهم apeirian pri، في الجزء من eleifend حيث. أتمنى أن يكون واحداً منا، فهو لم يرى الاشمئزاز قط، ولا حتى عندما كان صغيراً في الخدمة.', '2024-12-02 19:45:09', '2024-12-02 19:45:09'),
(7887, 'property_plans', 38, 'AR', 'title', 'الطابق الأول', '2024-12-02 19:45:09', '2024-12-02 19:45:09'),
(7888, 'property_plans', 38, 'AR', 'description', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في جامعة هامبدن، انتهى بالقيادة إلى علامة.', '2024-12-02 19:45:09', '2024-12-02 19:45:09'),
(7889, 'property_plans', 39, 'AR', 'title', 'الطابق الأول', '2024-12-02 19:45:10', '2024-12-02 19:45:10'),
(7890, 'property_plans', 39, 'AR', 'description', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في جامعة هامبدن، انتهى بالقيادة إلى علامة.', '2024-12-02 19:45:10', '2024-12-02 19:45:10'),
(7891, 'property_plans', 40, 'AR', 'title', 'الطابق الأول', '2024-12-02 19:45:10', '2024-12-02 19:45:10'),
(7892, 'property_plans', 40, 'AR', 'description', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في جامعة هامبدن، انتهى بالقيادة إلى علامة.', '2024-12-02 19:45:10', '2024-12-02 19:45:10'),
(7893, 'property_plans', 41, 'AR', 'title', 'الطابق الأول', '2024-12-02 19:45:10', '2024-12-02 19:45:10'),
(7894, 'property_plans', 41, 'AR', 'description', 'احصل على القصص المناسبة لنفسك. تريد التاسع أن يتركهم بشكل رائع؛ إنهم مثل حسابات فصيلة scaevola. إذا كنت تريد أن تولد في جملة حية، سأفتح لهم apeirian pri، في الجزء من eleifend حيث. أتمنى أن يكون واحداً منا، فهو لم يرى الاشمئزاز قط، ولا حتى عندما كان صغيراً في الخدمة.', '2024-12-02 19:45:10', '2024-12-02 19:45:10'),
(7895, 'property_plans', 42, 'AR', 'title', 'الطابق الأول', '2024-12-02 19:45:10', '2024-12-02 19:45:10'),
(7896, 'property_plans', 42, 'AR', 'description', 'عدو أفضل من الاثنين اللذين كان تيشن يخشى التعامل معهما. عندما أفعل شيئًا ما في الآخرين، أفتح باب التحية والتعبير. فيحدث من قوة الاختبار الأعلى، من تحميص الجملة الأولى، تملق الحواس أكثر اعتدالا منه. بالكاد يتم إهمالهم من قبلنا.\r\n\r\nهذه هي عطلة نهاية الأسبوع للشيوخ، الذين ذكرتهم، بالكاد يتم قبولهم. لفتح الحق في الحقيقة التي ينتقدونها. لكي تنجح من خلال رجل حكيم واحد، استخدم أكبر عدد ممكن من الكتابات. دع اللاعبين ينتظرونك، والتي تقوم بإعداد الحجة، فليكن هناك شخص سأتهمه في نفس الوقت. لقد كانت ممارسة مثالية بالنسبة له أن يرفض المطورين، لأنهم كانوا الأشرار. سيحكم إذا رأى العسل.', '2024-12-02 19:45:11', '2024-12-02 19:45:11'),
(7897, 'property_plans', 43, 'AR', 'title', 'الطابق الأول', '2024-12-02 19:45:11', '2024-12-02 19:45:11'),
(7898, 'property_plans', 43, 'AR', 'description', 'سادولابور، منطقة سافار، منطقة دكا، قسم دكا، بنغلاديشسادولابور، منطقة سافار، منطقة دكا، قسم دكا، بنغلاديشسادولابور، منطقة سافار، منطقة دكا، قسم دكا، بنغلاديشسادولابور، منطقة سافار، منطقة دكا، قسم دكا، بنغلاديش', '2024-12-02 19:45:13', '2024-12-02 19:45:13'),
(7899, 'property_plans', 44, 'AR', 'title', 'الطابق الأول', '2024-12-02 19:45:13', '2024-12-02 19:45:13'),
(7900, 'property_plans', 44, 'AR', 'description', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الأدب اللاتيني الكلاسيكي من 45 قبل الميلاد، مما يجعلها أكثر من 2000 سنة. قام ريتشارد مكلينتوك، أستاذ اللغة اللاتينية في كلية هامبدن سيدني في فيرجينيا، بالبحث عن واحدة من الكلمات اللاتينية الأكثر غموضاً، وهي consectetur، من مقطع لوريم إيبسوم، ومن خلال مراجعة مراجع الكلمة في الأدب الكلاسيكي.', '2024-12-02 19:45:13', '2024-12-02 19:45:13'),
(7901, 'property_plans', 45, 'AR', 'title', 'الطابق الأول ه', '2024-12-02 19:45:13', '2024-12-02 19:45:13'),
(7902, 'property_plans', 45, 'AR', 'description', 'الأقسام 1.10.32 و1.10.33 من \"de Finibus Bonorum et Malorum\" (أقصى الخير والشر) بقلم شيشرون، مكتوب في 45 قبل الميلاد. هذا الكتاب عبارة عن أطروحة عن نظرية الأخلاق، والتي حظيت بشعبية كبيرة خلال عصر النهضة. ه', '2024-12-02 19:45:13', '2024-12-02 19:45:13'),
(7903, 'property_plans', 46, 'AR', 'title', 'العنوان 1', '2024-12-02 19:45:13', '2024-12-02 19:45:13'),
(7904, 'property_plans', 46, 'AR', 'description', 'الوصف 1', '2024-12-02 19:45:14', '2024-12-02 19:45:14'),
(7905, 'property_plans', 47, 'AR', 'title', 'العنوان 2', '2024-12-02 19:45:14', '2024-12-02 19:45:14'),
(7906, 'property_plans', 47, 'AR', 'description', 'الوصف 2', '2024-12-02 19:45:14', '2024-12-02 19:45:14'),
(7907, 'homepages', 1, 'AR', 'location_title', 'البحث عن مدينة الممتلكات الخاصة بك', '2024-12-02 19:45:14', '2024-12-02 19:45:14'),
(7908, 'homepages', 1, 'AR', 'location_description', 'استكشاف حي أو مدينة', '2024-12-02 19:45:14', '2024-12-02 19:45:14'),
(7909, 'homepages', 1, 'AR', 'property_title', 'شاهد جميع عقاراتنا المميزة', '2024-12-02 19:45:14', '2024-12-02 19:45:14'),
(7910, 'homepages', 1, 'AR', 'property_description', 'خصائص مميزة', '2024-12-02 19:45:14', '2024-12-02 19:45:14'),
(7911, 'homepages', 1, 'AR', 'urgent_property_title', 'أحدث العقارات العاجلة', '2024-12-02 19:45:15', '2024-12-02 19:45:15'),
(7912, 'homepages', 1, 'AR', 'urgent_property_description', 'مساحة المعيشة لدينا من شقة', '2024-12-02 19:45:15', '2024-12-02 19:45:15'),
(7913, 'homepages', 1, 'AR', 'why_choose_title', '4 خطوة للذهاب', '2024-12-02 19:45:15', '2024-12-02 19:45:15'),
(7914, 'homepages', 1, 'AR', 'why_choose_description', 'لماذا تختارنا؟', '2024-12-02 19:45:15', '2024-12-02 19:45:15'),
(7915, 'homepages', 1, 'AR', 'agent_title', 'ابحث عن وكيل العقارات الخاص بك', '2024-12-02 19:45:15', '2024-12-02 19:45:15'),
(7916, 'homepages', 1, 'AR', 'agent_description', 'تعرف على وكلاء العقارات', '2024-12-02 19:45:15', '2024-12-02 19:45:15'),
(7917, 'homepages', 1, 'AR', 'testimonial_title', 'مراجعات العملاء', '2024-12-02 19:45:15', '2024-12-02 19:45:15'),
(7918, 'homepages', 1, 'AR', 'testimonial_description', 'ماذا يقول عملائنا؟', '2024-12-02 19:45:16', '2024-12-02 19:45:16'),
(7919, 'homepages', 1, 'AR', 'blog_title', 'احصل على معلوماتنا', '2024-12-02 19:45:16', '2024-12-02 19:45:16'),
(7920, 'homepages', 1, 'AR', 'blog_description', 'آخر أخبارنا', '2024-12-02 19:45:16', '2024-12-02 19:45:16'),
(7921, 'homepages', 1, 'AR', 'pricing_plan_title', 'خطة التسعير', '2024-12-02 19:45:16', '2024-12-02 19:45:16'),
(7922, 'homepages', 1, 'AR', 'pricing_plan_description', 'خطة التسعير للعقارات', '2024-12-02 19:45:16', '2024-12-02 19:45:16'),
(7923, 'homepages', 1, 'AR', 'partner_title', 'موثوق بها من قبل العلامات التجارية الكبرى', '2024-12-02 19:45:17', '2024-12-02 19:45:17'),
(7924, 'settings', 1, 'AR', 'rent_title', 'أضف عقار للإيجار', '2024-12-02 19:45:17', '2024-12-02 19:45:17'),
(7925, 'settings', 1, 'AR', 'rent_description', 'هل تبحث عن عملاء لعقارك؟ يرجى تقديم نموذج الملكية وجمع أفضل عميل لديك.', '2024-12-02 19:45:17', '2024-12-02 19:45:17'),
(7926, 'settings', 1, 'AR', 'rent_btn_text', 'إنشاء للإيجار', '2024-12-02 19:45:17', '2024-12-02 19:45:17'),
(7927, 'settings', 1, 'AR', 'sale_title', 'أضف عقار للبيع', '2024-12-02 19:45:17', '2024-12-02 19:45:17'),
(7928, 'settings', 1, 'AR', 'sale_description', 'هل تبحث عن عملاء لعقارك؟ يرجى تقديم نموذج الملكية وجمع أفضل عميل لديك.', '2024-12-02 19:45:17', '2024-12-02 19:45:17'),
(7929, 'settings', 1, 'AR', 'sale_btn_text', 'إنشاء للبيع', '2024-12-02 19:45:18', '2024-12-02 19:45:18'),
(7930, 'settings', 1, 'AR', 'app_full_title', 'التطبيق متاح مجانًا على Google Play وApp Store', '2024-12-02 19:45:18', '2024-12-02 19:45:18'),
(7931, 'settings', 1, 'AR', 'app_description', 'احصل على أحدث الموارد لتنزيل تطبيق موستو وتثبيته وتحديثه. حدد النظام الأساسي لجهازك واستخدم تطبيقنا واستمتع بحياتك.', '2024-12-02 19:45:18', '2024-12-02 19:45:18'),
(7932, 'settings', 1, 'AR', 'apple_btn_text1', 'قم بالتنزيل على', '2024-12-02 19:45:18', '2024-12-02 19:45:18'),
(7933, 'settings', 1, 'AR', 'apple_btn_text2', 'متجر التطبيقات', '2024-12-02 19:45:18', '2024-12-02 19:45:18'),
(7934, 'settings', 1, 'AR', 'google_btn_text1', 'احصل عليه', '2024-12-02 19:45:18', '2024-12-02 19:45:18'),
(7935, 'settings', 1, 'AR', 'google_btn_text2', 'جوجل بلاي', '2024-12-02 19:45:19', '2024-12-02 19:45:19'),
(7936, 'settings', 1, 'AR', 'login_top_item', 'وجبات الإفطار والغداء', '2024-12-02 19:45:19', '2024-12-02 19:45:19'),
(7937, 'settings', 1, 'AR', 'login_footer_item', 'خرطوم بني', '2024-12-02 19:45:19', '2024-12-02 19:45:19'),
(7938, 'settings', 1, 'AR', 'faq_short_title', 'التعليمات', '2024-12-02 19:45:19', '2024-12-02 19:45:19'),
(7939, 'settings', 1, 'AR', 'faq_long_title', 'إذا كنت تريد أن تعرف الأسئلة المتكررة', '2024-12-02 19:45:19', '2024-12-02 19:45:19'),
(7940, 'settings', 1, 'AR', 'faq_support_time', 'دعم 24/7', '2024-12-02 19:45:19', '2024-12-02 19:45:19'),
(7941, 'settings', 1, 'AR', 'faq_support_title', 'هل لديك أي أسئلة اتصل بنا؟', '2024-12-02 19:45:19', '2024-12-02 19:45:19'),
(7942, 'custom_pages', 1, 'AR', 'page_name', 'صفحة مخصصة واحدة', '2024-12-02 19:45:20', '2024-12-02 19:45:20'),
(7943, 'custom_pages', 1, 'AR', 'description', '<p><strong>1. ما هي الصفحة المخصصة؟</strong></p>\r\n<p>إن لوريم إيبسوم هو ببساطة نص وهمي من صناعة الطباعة والتنضيد. لقد كان لوريم إيبسوم هو النص الوهمي القياسي في هذه الصناعة منذ القرن السادس عشر، عندما أخذت طابعة غير معروفة لوح الكتابة وخلطته لصنع نموذج كتاب. لقد عاش ليس فقط خمسة قرون، بل قفز أيضًا إلى التنضيد الإلكتروني، وبقي دون تغيير بشكل أساسي. لم يكن منتشراً في ستينيات القرن الماضي مع إصدار أوراق Letraset التي تحتوي على مقاطع لوريم إيبسوم، ثم بدأ مؤخراً في الظهور مع برامج النشر المكتبي مثل Aldus PageMaker والتي تضمنت إصدارات من نص لوريم إيبسوم لإنشاء نموذج لكتاب.</p>\r\n<p><strong>2. كيف تعمل الصفحة المخصصة</strong></p>\r\n<p>على الرغم من أنه ليس من الضروري قانونًا أن يكون لدى مواقع التجارة الإلكترونية اتفاقية شروط وأحكام، فإن إضافة واحدة ستساعد في حماية نشاطك التجاري عبر الإنترنت. ونظرًا لأن الشروط والأحكام هي قواعد قابلة للتنفيذ قانونيًا، فإنها تسمح لك بوضع معايير لكيفية تفاعل المستخدمين مع موقعك. موقع. فيما يلي بعض الفوائد الرئيسية لتضمين الشروط والأحكام على موقع التجارة الإلكترونية الخاص بك:</p>\r\n<p>لم يصمد هذا الأسلوب لخمسة قرون فحسب، بل قفز أيضًا إلى التنضيد الإلكتروني، وظل دون تغيير جوهري. لم يكن منتشراً في ستينيات القرن العشرين مع إصدار أوراق Letraset التي تحتوي على مقاطع لوريم إيبسوم، ومؤخراً مع أجهزة الكمبيوتر المكتبية.</p>\r\n<p><strong>الميزات:</strong></p>\r\n<ul>\r\n<li>جسم نحيف بغطاء معدني</li>\r\n<li>أحدث معالج Intel Core i5-1135G7 (4 مراكز / 8 خيوط)</li>\r\n<li>ذاكرة وصول عشوائي DDR4 بسعة 8 غيغابايت ومحرك أقراص PCIe SSD سريع بسعة 512 غيغابايت</li>\r\n<li>لوحة مفاتيح بإضاءة خلفية لبطاقة الرسومات NVIDIA GeForce MX350 سعة 2 جيجابايت GDDR5، ولوحة لمس مع دعم للإيماءات</li>\r\n</ul>\r\n<p><strong>3. حماية الممتلكات الخاصة بك</strong></p>\r\n<p>إن لوريم إيبسوم هو ببساطة نص وهمي من صناعة الطباعة والتنضيد. لقد كان لوريم إيبسوم هو النص الوهمي القياسي في هذه الصناعة منذ القرن السادس عشر، عندما أخذت طابعة غير معروفة لوح الكتابة وخلطته لصنع نموذج كتاب. لقد بقي على قيد الحياة ليس فقط لخمسة قرون، بل أيضًا للقفز إلى التنضيد الإلكتروني، وبقي دون تغيير بشكل أساسي. لم يكن منتشراً في ستينيات القرن الماضي مع إصدار أوراق Letraszvxet التي تحتوي على نص لوريم إيبسوم، ومؤخراً مع ظهور برامج النشر المكتبي مثل Aldus PageMaker والتي تضمنت نسخاً من نص لوريم إيبسوم لإنشاء نماذج كتابية. خمسة قرون ولكنها كانت أيضًا بمثابة قفزة في التنضيد الإلكتروني، حيث ظلت دون تغيير بشكل أساسي. لم يعد شائعاً في ستينيات القرن العشرين مع إصدار أوراق Letraset التي تحتوي على مقاطع لوريم إيبسوم، ومؤخراً مع أجهزة الكمبيوتر المكتبية، أصبح لدينا برنامج نشر مثل Aldus PageMaker والذي يتضمن إصدارات من نص لوريم إيبسوم لإنشاء نموذج لكتاب.</p>\r\n<p><strong>4. ما يجب تضمينه في الشروط والأحكام الخاصة بالمتاجر عبر الإنترنت</strong></p>\r\n<p>إن لوريم إيبسوم هو ببساطة نص وهمي من صناعة الطباعة والتنضيد. لقد كان لوريم إيبسوم هو النص الوهمي القياسي في هذه الصناعة منذ القرن السادس عشر، عندما أخذت طابعة غير معروفة لوح الكتابة وخلطته لصنع نموذج كتاب. لقد ظل على قيد الحياة ليس فقط لخمسة قرون، ولكن أيضًا قفز إلى التنضيد الإلكتروني، وظل دون تغيير بشكل أساسي. لم يكن شائعًا في ستينيات القرن الماضي مع إصدار أوراق لوريم إيبسوم على شكل أوراق ليتراسيت التي تحتوي على مقاطع لوريم إيبسوم، ومؤخرًا مع برامج النشر المكتبي مثل ألدوس بايج ميكر والتي تتضمن إصدارات من نص لوريم إيبسوم لإنشاء نموذج لكتاب.</p>\r\n<p>خمسة قرون ولكن أيضًا القفزة إلى التنضيد الإلكتروني، والتي لم تتغير بشكل أساسي. لم يتم نشره في ستينيات القرن الماضي مع إصدار أوراق Letraset التي تحتوي على مقاطع لوريم إيبسوم، ومؤخراً مع ظهور برامج النشر المكتبي مثل Aldus PageMaker حيث قمنا بتضمين إصدارات من نص لوريم إيبسوم لإنشاء نماذج من الكتب. لم يكن شائعًا في ستينيات القرن الماضي مع إصدار أوراق Letraset لاحتوائها على مقاطع لوريم إيبسوم، ومؤخرًا مع برنامج النشر المكتبي مثل Aldus PageMaker والذي تضمن إصدارات من Loremas  Ipsum لإنشاء كتاب نموذجي.</p>\r\n<p><strong>05.شروط التسعير والدفع</strong></p>\r\n<p>إن لوريم إيبسوم هو ببساطة نص وهمي من صناعة الطباعة والتنضيد. لقد كان لوريم إيبسوم هو النص الوهمي القياسي في هذه الصناعة منذ القرن السادس عشر، عندما أخذت طابعة غير معروفة لوح الكتابة وخلطته لصنع نموذج كتاب. لقد بقي على قيد الحياة ليس فقط لخمسة قرون ولكن أيضًا كقفزة في التنضيد الإلكتروني، وبقي دون تغيير بشكل أساسي. لم يكن منتشراً في ستينيات القرن الماضي مع إصدار أوراق Letraset التي تحتوي على نص لوريم إيبسوم، ومؤخراً مع ظهور برامج النشر المكتبي مثل Aldus PageMaker والتي تضمنت نسخاً من نص لوريم إيبسوم لإنشاء نماذج كتابية.</p>\r\n<p>خمسة قرون ولكن أيضًا القفزة إلى التنضيد الإلكتروني، والتي لم تتغير بشكل أساسي. لم يكن منتشراً في ستينيات القرن الماضي مع إصدار أوراق Letraset التي تحتوي على مقاطع لوريم إيبسوم، ومؤخراً مع ظهور برامج النشر المكتبي مثل Aldus PageMaker حيث قمنا بتضمين نسخ من نص لوريم إيبسوم لإنشاء نماذج من الكتب. لم ينتشر هذا النص في ستينيات القرن العشرين مع إصدار أوراق Letraset التي تحتوي على مقاطع لوريم إيبسوم، ومؤخرًا مع ظهور برامج النشر المكتبي مثل Aldus PageMaker والتي تضمنت إصدارات من Loremadfsfds Ipsum لإنشاء كتاب نموذجي.</p>\r\n<p>لم يصمد هذا الأسلوب لخمسة قرون فحسب، بل قفز أيضًا إلى التنضيد الإلكتروني، وظل دون تغيير جوهري. لم يكن منتشراً في ستينيات القرن العشرين مع إصدار أوراق Letraset التي تحتوي على مقاطع لوريم إيبسوم، ومؤخراً مع ظهور برامج النشر المكتبي مثل Aldus PageMaker والتي تضمنت إصدارات من نص لوريم إيبسوم لإنشاء نماذج كتابية.</p>', '2024-12-02 19:45:21', '2024-12-02 19:45:21'),
(7944, 'custom_pages', 2, 'AR', 'page_name', 'الصفحة المخصصة الثانية', '2024-12-02 19:45:21', '2024-12-02 19:45:21'),
(7945, 'custom_pages', 2, 'AR', 'description', '<p><strong>1. ما هي الصفحة المخصصة؟</strong></p>\r\n<p>إن لوريم إيبسوم هو ببساطة نص وهمي من صناعة الطباعة والتنضيد. لقد كان لوريم إيبسوم هو النص الوهمي القياسي في هذه الصناعة منذ القرن السادس عشر، عندما أخذت طابعة غير معروفة لوح الكتابة وخلطته لصنع نموذج كتاب. لقد عاش ليس فقط خمسة قرون، بل قفز أيضًا إلى التنضيد الإلكتروني، وبقي دون تغيير بشكل أساسي. لم يكن منتشراً في ستينيات القرن الماضي مع إصدار أوراق Letraset التي تحتوي على مقاطع لوريم إيبسوم، ثم بدأ مؤخراً في الظهور مع برامج النشر المكتبي مثل Aldus PageMaker والتي تضمنت إصدارات من نص لوريم إيبسوم لإنشاء نموذج لكتاب.</p>\r\n<p><strong>2. كيف تعمل الصفحة المخصصة</strong></p>\r\n<p>على الرغم من أنه ليس من الضروري قانونًا أن يكون لدى مواقع التجارة الإلكترونية اتفاقية شروط وأحكام، فإن إضافة واحدة ستساعد في حماية نشاطك التجاري عبر الإنترنت. ونظرًا لأن الشروط والأحكام هي قواعد قابلة للتنفيذ قانونيًا، فإنها تسمح لك بوضع معايير لكيفية تفاعل المستخدمين مع موقعك. موقع. فيما يلي بعض الفوائد الرئيسية لتضمين الشروط والأحكام على موقع التجارة الإلكترونية الخاص بك:</p>\r\n<p>لم يصمد هذا الأسلوب لخمسة قرون فحسب، بل قفز أيضًا إلى التنضيد الإلكتروني، وظل دون تغيير جوهري. لم يكن منتشراً في ستينيات القرن العشرين مع إصدار أوراق Letraset التي تحتوي على مقاطع لوريم إيبسوم، ومؤخراً مع أجهزة الكمبيوتر المكتبية.</p>\r\n<p><strong>الميزات:</strong></p>\r\n<ul>\r\n<li>جسم نحيف بغطاء معدني</li>\r\n<li>أحدث معالج Intel Core i5-1135G7 (4 مراكز / 8 خيوط)</li>\r\n<li>ذاكرة وصول عشوائي DDR4 بسعة 8 غيغابايت ومحرك أقراص PCIe SSD سريع بسعة 512 غيغابايت</li>\r\n<li>لوحة مفاتيح بإضاءة خلفية لبطاقة الرسومات NVIDIA GeForce MX350 سعة 2 جيجابايت GDDR5، ولوحة لمس مع دعم للإيماءات</li>\r\n</ul>\r\n<p><strong>3. حماية الممتلكات الخاصة بك</strong></p>\r\n<p>إن لوريم إيبسوم هو ببساطة نص وهمي من صناعة الطباعة والتنضيد. لقد كان لوريم إيبسوم هو النص الوهمي القياسي في هذه الصناعة منذ القرن السادس عشر، عندما أخذت طابعة غير معروفة لوح الكتابة وخلطته لصنع نموذج كتاب. لقد بقي على قيد الحياة ليس فقط لخمسة قرون، بل أيضًا للقفز إلى التنضيد الإلكتروني، وبقي دون تغيير بشكل أساسي. لم يكن منتشراً في ستينيات القرن الماضي مع إصدار أوراق Letraszvxet التي تحتوي على نص لوريم إيبسوم، ومؤخراً مع ظهور برامج النشر المكتبي مثل Aldus PageMaker والتي تضمنت نسخاً من نص لوريم إيبسوم لإنشاء نماذج كتابية. خمسة قرون ولكنها كانت أيضًا بمثابة قفزة في التنضيد الإلكتروني، حيث ظلت دون تغيير بشكل أساسي. لم يعد شائعاً في ستينيات القرن العشرين مع إصدار أوراق Letraset التي تحتوي على مقاطع لوريم إيبسوم، ومؤخراً مع أجهزة الكمبيوتر المكتبية، أصبح لدينا برنامج نشر مثل Aldus PageMaker والذي يتضمن إصدارات من نص لوريم إيبسوم لإنشاء نموذج لكتاب.</p>\r\n<p><strong>4. ما يجب تضمينه في الشروط والأحكام الخاصة بالمتاجر عبر الإنترنت</strong></p>\r\n<p>إن لوريم إيبسوم هو ببساطة نص وهمي من صناعة الطباعة والتنضيد. لقد كان لوريم إيبسوم هو النص الوهمي القياسي في هذه الصناعة منذ القرن السادس عشر، عندما أخذت طابعة غير معروفة لوح الكتابة وخلطته لصنع نموذج كتاب. لقد ظل على قيد الحياة ليس فقط لخمسة قرون، ولكن أيضًا قفز إلى التنضيد الإلكتروني، وظل دون تغيير بشكل أساسي. لم يكن شائعًا في ستينيات القرن الماضي مع إصدار أوراق لوريم إيبسوم على شكل أوراق ليتراسيت التي تحتوي على مقاطع لوريم إيبسوم، ومؤخرًا مع برامج النشر المكتبي مثل ألدوس بايج ميكر والتي تتضمن إصدارات من نص لوريم إيبسوم لإنشاء نموذج لكتاب.</p>\r\n<p>خمسة قرون ولكن أيضًا القفزة إلى التنضيد الإلكتروني، والتي لم تتغير بشكل أساسي. لم يتم نشره في ستينيات القرن الماضي مع إصدار أوراق Letraset التي تحتوي على مقاطع لوريم إيبسوم، ومؤخراً مع ظهور برامج النشر المكتبي مثل Aldus PageMaker حيث قمنا بتضمين إصدارات من نص لوريم إيبسوم لإنشاء نماذج من الكتب. لم يكن شائعًا في ستينيات القرن الماضي مع إصدار أوراق Letraset لاحتوائها على مقاطع لوريم إيبسوم، ومؤخرًا مع برنامج النشر المكتبي مثل Aldus PageMaker والذي تضمن إصدارات من Loremas  Ipsum لإنشاء كتاب نموذجي.</p>\r\n<p><strong>05.شروط التسعير والدفع</strong></p>\r\n<p>إن لوريم إيبسوم هو ببساطة نص وهمي من صناعة الطباعة والتنضيد. لقد كان لوريم إيبسوم هو النص الوهمي القياسي في هذه الصناعة منذ القرن السادس عشر، عندما أخذت طابعة غير معروفة لوح الكتابة وخلطته لصنع نموذج كتاب. لقد بقي على قيد الحياة ليس فقط لخمسة قرون ولكن أيضًا كقفزة في التنضيد الإلكتروني، وبقي دون تغيير بشكل أساسي. لم يكن منتشراً في ستينيات القرن الماضي مع إصدار أوراق Letraset التي تحتوي على نص لوريم إيبسوم، ومؤخراً مع ظهور برامج النشر المكتبي مثل Aldus PageMaker والتي تضمنت نسخاً من نص لوريم إيبسوم لإنشاء نماذج كتابية.</p>\r\n<p>خمسة قرون ولكن أيضًا القفزة إلى التنضيد الإلكتروني، والتي لم تتغير بشكل أساسي. لم يكن منتشراً في ستينيات القرن الماضي مع إصدار أوراق Letraset التي تحتوي على مقاطع لوريم إيبسوم، ومؤخراً مع ظهور برامج النشر المكتبي مثل Aldus PageMaker حيث قمنا بتضمين نسخ من نص لوريم إيبسوم لإنشاء نماذج من الكتب. لم ينتشر هذا النص في ستينيات القرن العشرين مع إصدار أوراق Letraset التي تحتوي على مقاطع لوريم إيبسوم، ومؤخرًا مع ظهور برامج النشر المكتبي مثل Aldus PageMaker والتي تضمنت إصدارات من Loremadfsfds Ipsum لإنشاء كتاب نموذجي.</p>\r\n<p>لم يصمد هذا الأسلوب لخمسة قرون فحسب، بل قفز أيضًا إلى التنضيد الإلكتروني، وظل دون تغيير جوهري. لم يكن منتشراً في ستينيات القرن العشرين مع إصدار أوراق Letraset التي تحتوي على مقاطع لوريم إيبسوم، ومؤخراً مع ظهور برامج النشر المكتبي مثل Aldus PageMaker والتي تضمنت إصدارات من نص لوريم إيبسوم لإنشاء نماذج كتابية.</p>', '2024-12-02 19:45:22', '2024-12-02 19:45:22');
INSERT INTO `translations` (`id`, `translatable_type`, `translatable_id`, `lang_code`, `key`, `value`, `created_at`, `updated_at`) VALUES
(7946, 'terms_and_conditions', 1, 'AR', 'terms_and_condition', '<p><strong>1. ما هي الشروط والأحكام؟</strong></p>\r\n<p>إن لوريم إيبسوم هو ببساطة نص وهمي من صناعة الطباعة والتنضيد. لقد كان لوريم إيبسوم هو النص الوهمي القياسي في هذه الصناعة منذ القرن السادس عشر، عندما أخذت طابعة غير معروفة لوح الكتابة وخلطته لصنع نموذج كتاب. لقد عاش ليس فقط خمسة قرون، بل قفز أيضًا إلى التنضيد الإلكتروني، وبقي دون تغيير بشكل أساسي. لم يكن منتشراً في ستينيات القرن الماضي مع إصدار أوراق Letraset التي تحتوي على مقاطع لوريم إيبسوم، ثم بدأ مؤخراً في الظهور مع برامج النشر المكتبي مثل Aldus PageMaker والتي تضمنت إصدارات من نص لوريم إيبسوم لإنشاء نموذج لكتاب.</p>\r\n<p><strong>2. هل تحتاج خدمتي عبر الإنترنت إلى شروط وأحكام؟</strong></p>\r\n<p>على الرغم من أنه ليس من الضروري قانونًا أن يكون لدى مواقع التجارة الإلكترونية اتفاقية شروط وأحكام، فإن إضافة واحدة ستساعد في حماية نشاطك التجاري عبر الإنترنت. ونظرًا لأن الشروط والأحكام هي قواعد قابلة للتنفيذ قانونيًا، فإنها تسمح لك بوضع معايير لكيفية تفاعل المستخدمين مع موقعك. موقع. فيما يلي بعض الفوائد الرئيسية لتضمين الشروط والأحكام على موقع التجارة الإلكترونية الخاص بك. </ص>\r\n<p>لم يصمد هذا الأسلوب لخمسة قرون فحسب، بل قفز أيضًا إلى التنضيد الإلكتروني، وظل دون تغيير جوهري. لم يكن منتشراً في ستينيات القرن العشرين مع إصدار أوراق Letraset التي تحتوي على مقاطع لوريم إيبسوم، ومؤخراً مع أجهزة الكمبيوتر المكتبية.</p>\r\n<p><strong>الميزات:</strong></p>\r\n<ul>\r\n<li>جسم حافة بغطاء معدني</li>\r\n<li>أحدث معالج Intel Core i5-1135G7 (4 مراكز / 8 خيوط)</li>\r\n<li>ذاكرة وصول عشوائي DDR4 بسعة 8 غيغابايت ومحرك أقراص PCIe SSD سريع بسعة 512 غيغابايت</li>\r\n<li>لوحة مفاتيح بإضاءة خلفية لبطاقة الرسومات NVIDIA GeForce MX350 سعة 2 جيجابايت GDDR5، ولوحة لمس مع دعم للإيماءات</li>\r\n</ul>\r\n<p><strong>3. حماية الممتلكات الخاصة بك</strong></p>\r\n<p>إن لوريم إيبسوم هو ببساطة نص وهمي من صناعة الطباعة والتنضيد. لقد كان لوريم إيبسوم هو النص الوهمي القياسي في هذه الصناعة منذ القرن السادس عشر، عندما أخذت طابعة غير معروفة لوح الكتابة وخلطته لصنع نموذج كتاب. لقد بقي على قيد الحياة ليس فقط لخمسة قرون، بل أيضًا للقفز إلى التنضيد الإلكتروني، وبقي دون تغيير بشكل أساسي. لم يكن منتشراً في ستينيات القرن الماضي مع إصدار أوراق Letraszvxet التي تحتوي على نص لوريم إيبسوم، ومؤخراً مع ظهور برامج النشر المكتبي مثل Aldus PageMaker والتي تضمنت نسخاً من نص لوريم إيبسوم لإنشاء نماذج كتابية. خمسة قرون ولكنها كانت أيضًا بمثابة قفزة في التنضيد الإلكتروني، حيث ظلت دون تغيير بشكل أساسي. لم يعد شائعاً في ستينيات القرن العشرين مع إصدار أوراق Letraset التي تحتوي على مقاطع لوريم إيبسوم، ومؤخراً مع أجهزة الكمبيوتر المكتبية، أصبح لدينا برنامج نشر مثل Aldus PageMaker والذي يتضمن إصدارات من نص لوريم إيبسوم لإنشاء نموذج لكتاب.</p>\r\n<p><strong>4. ما يجب تضمينه في الشروط والأحكام الخاصة بالمتاجر عبر الإنترنت</strong></p>\r\n<p>إن لوريم إيبسوم هو ببساطة نص وهمي من صناعة الطباعة والتنضيد. لقد كان لوريم إيبسوم هو النص الوهمي القياسي في هذه الصناعة منذ القرن السادس عشر، عندما أخذت طابعة غير معروفة لوح الكتابة وخلطته لصنع نموذج كتاب. لقد ظل على قيد الحياة ليس فقط لخمسة قرون، ولكن أيضًا قفز إلى التنضيد الإلكتروني، وظل دون تغيير بشكل أساسي. لم يكن شائعًا في ستينيات القرن الماضي مع إصدار أوراق لوريم إيبسوم على شكل أوراق ليتراسيت التي تحتوي على مقاطع لوريم إيبسوم، ومؤخرًا مع برامج النشر المكتبي مثل ألدوس بايج ميكر والتي تتضمن إصدارات من نص لوريم إيبسوم لإنشاء نموذج لكتاب.</p>\r\n<p>خمسة قرون ولكن أيضًا القفزة إلى التنضيد الإلكتروني، والتي لم تتغير بشكل أساسي. لم يتم نشره في ستينيات القرن الماضي مع إصدار أوراق Letraset التي تحتوي على مقاطع لوريم إيبسوم، ومؤخراً مع ظهور برامج النشر المكتبي مثل Aldus PageMaker حيث قمنا بتضمين إصدارات من نص لوريم إيبسوم لإنشاء نماذج من الكتب. لم يكن شائعًا في ستينيات القرن الماضي مع إصدار أوراق Letraset لاحتوائها على مقاطع لوريم إيبسوم، ومؤخرًا مع برنامج النشر المكتبي مثل Aldus PageMaker والذي تضمن إصدارات من Loremas  Ipsum لإنشاء كتاب نموذجي.</p>\r\n<p><strong>05.شروط التسعير والدفع</strong></p>\r\n<p>إن لوريم إيبسوم هو ببساطة نص وهمي من صناعة الطباعة والتنضيد. لقد كان لوريم إيبسوم هو النص الوهمي القياسي في هذه الصناعة منذ القرن السادس عشر، عندما أخذت طابعة غير معروفة لوح الكتابة وخلطته لصنع نموذج كتاب. لقد بقي على قيد الحياة ليس فقط لخمسة قرون ولكن أيضًا كقفزة في التنضيد الإلكتروني، وبقي دون تغيير بشكل أساسي. لم يكن منتشراً في ستينيات القرن الماضي مع إصدار أوراق Letraset التي تحتوي على نص لوريم إيبسوم، ومؤخراً مع ظهور برامج النشر المكتبي مثل Aldus PageMaker والتي تضمنت نسخاً من نص لوريم إيبسوم لإنشاء نماذج كتابية.</p>\r\n<p>خمسة قرون ولكن أيضًا القفزة إلى التنضيد الإلكتروني، والتي لم تتغير بشكل أساسي. لم يكن منتشراً في ستينيات القرن الماضي مع إصدار أوراق Letraset التي تحتوي على مقاطع لوريم إيبسوم، ومؤخراً مع ظهور برامج النشر المكتبي مثل Aldus PageMaker حيث قمنا بتضمين نسخ من نص لوريم إيبسوم لإنشاء نماذج من الكتب. لم ينتشر هذا النص في ستينيات القرن العشرين مع إصدار أوراق Letraset التي تحتوي على مقاطع لوريم إيبسوم، ومؤخرًا مع ظهور برامج النشر المكتبي مثل Aldus PageMaker والتي تضمنت إصدارات من Loremadfsfds Ipsum لإنشاء كتاب نموذجي.</p>\r\n<p>لم يصمد هذا الأسلوب لخمسة قرون فحسب، بل قفز أيضًا إلى التنضيد الإلكتروني، وظل دون تغيير جوهري. لم يكن منتشراً في ستينيات القرن العشرين مع إصدار أوراق Letraset التي تحتوي على مقاطع لوريم إيبسوم، ومؤخراً مع ظهور برامج النشر المكتبي مثل Aldus PageMaker والتي تضمنت إصدارات من نص لوريم إيبسوم لإنشاء نماذج كتابية.</p>', '2024-12-02 19:45:23', '2024-12-02 19:45:23'),
(7947, 'terms_and_conditions', 1, 'AR', 'privacy_policy', '<p><strong>1. ما هي سياسة الخصوصية؟</strong></p>\r\n<p>إن لوريم إيبسوم هو ببساطة نص وهمي من صناعة الطباعة والتنضيد. لقد كان لوريم إيبسوم هو النص الوهمي القياسي في هذه الصناعة منذ القرن السادس عشر، عندما أخذت طابعة غير معروفة لوح الكتابة وخلطته لصنع نموذج كتاب. لقد عاش ليس فقط خمسة قرون، بل قفز أيضًا إلى التنضيد الإلكتروني، وبقي دون تغيير بشكل أساسي. لم يكن منتشراً في ستينيات القرن الماضي مع إصدار أوراق Letraset التي تحتوي على مقاطع لوريم إيبسوم، ثم بدأ مؤخراً في الظهور مع برامج النشر المكتبي مثل Aldus PageMaker والتي تضمنت إصدارات من نص لوريم إيبسوم لإنشاء نموذج لكتاب.</p>\r\n<p><strong>2. أمثلة على شروط وأحكام التجارة الإلكترونية</strong></p>\r\n<p>على الرغم من أنه ليس من الضروري قانونًا أن يكون لدى مواقع التجارة الإلكترونية اتفاقية شروط وأحكام، فإن إضافة واحدة ستساعد في حماية نشاطك التجاري عبر الإنترنت. ونظرًا لأن الشروط والأحكام هي قواعد قابلة للتنفيذ قانونيًا، فإنها تسمح لك بوضع معايير لكيفية تفاعل المستخدمين مع موقعك. موقع. فيما يلي بعض الفوائد الرئيسية لتضمين الشروط والأحكام على موقع التجارة الإلكترونية الخاص بك:</p>\r\n<p>لم يصمد هذا الأسلوب لخمسة قرون فحسب، بل قفز أيضًا إلى التنضيد الإلكتروني، وظل دون تغيير جوهري. لم يكن منتشراً في ستينيات القرن العشرين مع إصدار أوراق Letraset التي تحتوي على مقاطع لوريم إيبسوم، ومؤخراً مع أجهزة الكمبيوتر المكتبية.</p>\r\n<p><strong>الميزات:</strong></p>\r\n<ul>\r\n<li>جسم نحيف بغطاء معدني</li>\r\n<li>أحدث معالج Intel Core i5-1135G7 (4 مراكز / 8 خيوط)</li>\r\n<li>ذاكرة وصول عشوائي DDR4 بسعة 8 غيغابايت ومحرك أقراص PCIe SSD سريع بسعة 512 غيغابايت</li>\r\n<li>لوحة مفاتيح بإضاءة خلفية لبطاقة الرسومات NVIDIA GeForce MX350 سعة 2 جيجابايت GDDR5، ولوحة لمس مع دعم للإيماءات</li>\r\n</ul>\r\n<p><strong>3. حماية الممتلكات الخاصة بك</strong></p>\r\n<p>إن لوريم إيبسوم هو ببساطة نص وهمي من صناعة الطباعة والتنضيد. لقد كان لوريم إيبسوم هو النص الوهمي القياسي في هذه الصناعة منذ القرن السادس عشر، عندما أخذت طابعة غير معروفة لوح الكتابة وخلطته لصنع نموذج كتاب. لقد بقي على قيد الحياة ليس فقط لخمسة قرون، بل أيضًا للقفز إلى التنضيد الإلكتروني، وبقي دون تغيير بشكل أساسي. لم يكن منتشراً في ستينيات القرن الماضي مع إصدار أوراق Letraszvxet التي تحتوي على نص لوريم إيبسوم، ومؤخراً مع ظهور برامج النشر المكتبي مثل Aldus PageMaker والتي تضمنت نسخاً من نص لوريم إيبسوم لإنشاء نماذج كتابية. خمسة قرون ولكنها كانت أيضًا بمثابة قفزة في التنضيد الإلكتروني، حيث ظلت دون تغيير بشكل أساسي. لم يعد شائعاً في ستينيات القرن العشرين مع إصدار أوراق Letraset التي تحتوي على مقاطع لوريم إيبسوم، ومؤخراً مع أجهزة الكمبيوتر المكتبية، أصبح لدينا برنامج نشر مثل Aldus PageMaker والذي يتضمن إصدارات من نص لوريم إيبسوم لإنشاء نموذج لكتاب.</p>\r\n<p><strong>4. ما يجب تضمينه في الشروط والأحكام الخاصة بالمتاجر عبر الإنترنت</strong></p>\r\n<p>إن لوريم إيبسوم هو ببساطة نص وهمي من صناعة الطباعة والتنضيد. لقد كان لوريم إيبسوم هو النص الوهمي القياسي في هذه الصناعة منذ القرن السادس عشر، عندما أخذت طابعة غير معروفة لوح الكتابة وخلطته لصنع نموذج كتاب. لقد ظل على قيد الحياة ليس فقط لخمسة قرون، ولكن أيضًا قفز إلى التنضيد الإلكتروني، وظل دون تغيير بشكل أساسي. لم يكن شائعًا في ستينيات القرن الماضي مع إصدار أوراق لوريم إيبسوم على شكل أوراق ليتراسيت التي تحتوي على مقاطع لوريم إيبسوم، ومؤخرًا مع برامج النشر المكتبي مثل ألدوس بايج ميكر والتي تتضمن إصدارات من نص لوريم إيبسوم لإنشاء نموذج لكتاب.</p>\r\n<p>خمسة قرون ولكن أيضًا القفزة إلى التنضيد الإلكتروني، والتي لم تتغير بشكل أساسي. لم يتم نشره في ستينيات القرن الماضي مع إصدار أوراق Letraset التي تحتوي على مقاطع لوريم إيبسوم، ومؤخراً مع ظهور برامج النشر المكتبي مثل Aldus PageMaker حيث قمنا بتضمين إصدارات من نص لوريم إيبسوم لإنشاء نماذج من الكتب. لم يكن شائعًا في ستينيات القرن الماضي مع إصدار أوراق Letraset لاحتوائها على مقاطع لوريم إيبسوم، ومؤخرًا مع برنامج النشر المكتبي مثل Aldus PageMaker والذي تضمن إصدارات من Loremas  Ipsum لإنشاء كتاب نموذجي.</p>\r\n<p><strong>05.شروط التسعير والدفع</strong></p>\r\n<p>إن لوريم إيبسوم هو ببساطة نص وهمي من صناعة الطباعة والتنضيد. لقد كان لوريم إيبسوم هو النص الوهمي القياسي في هذه الصناعة منذ القرن السادس عشر، عندما أخذت طابعة غير معروفة لوح الكتابة وخلطته لصنع نموذج كتاب. لقد بقي على قيد الحياة ليس فقط لخمسة قرون ولكن أيضًا كقفزة في التنضيد الإلكتروني، وبقي دون تغيير بشكل أساسي. لم يكن منتشراً في ستينيات القرن الماضي مع إصدار أوراق Letraset التي تحتوي على نص لوريم إيبسوم، ومؤخراً مع ظهور برامج النشر المكتبي مثل Aldus PageMaker والتي تضمنت نسخاً من نص لوريم إيبسوم لإنشاء نماذج كتابية.</p>\r\n<p>خمسة قرون ولكن أيضًا القفزة إلى التنضيد الإلكتروني، والتي لم تتغير بشكل أساسي. لم يكن منتشراً في ستينيات القرن الماضي مع إصدار أوراق Letraset التي تحتوي على مقاطع لوريم إيبسوم، ومؤخراً مع ظهور برامج النشر المكتبي مثل Aldus PageMaker حيث قمنا بتضمين نسخ من نص لوريم إيبسوم لإنشاء نماذج من الكتب. لم ينتشر هذا النص في ستينيات القرن العشرين مع إصدار أوراق Letraset التي تحتوي على مقاطع لوريم إيبسوم، ومؤخرًا مع ظهور برامج النشر المكتبي مثل Aldus PageMaker والتي تضمنت إصدارات من Loremadfsfds Ipsum لإنشاء كتاب نموذجي.</p>\r\n<p>لم يصمد هذا الأسلوب لخمسة قرون فحسب، بل قفز أيضًا إلى التنضيد الإلكتروني، وظل دون تغيير جوهري. لم يكن منتشراً في ستينيات القرن العشرين مع إصدار أوراق Letraset التي تحتوي على مقاطع لوريم إيبسوم، ومؤخراً مع ظهور برامج النشر المكتبي مثل Aldus PageMaker والتي تضمنت إصدارات من نص لوريم إيبسوم لإنشاء نماذج كتابية.</p>', '2024-12-02 19:45:24', '2024-12-02 19:45:24'),
(7948, 'faqs', 1, 'AR', 'question', 'ما نحن بالنسبة لها الشركة؟', '2024-12-02 19:45:25', '2024-12-02 19:45:25'),
(7949, 'faqs', 1, 'AR', 'answer', 'من السنة الأولى من المدرسة الابتدائية، نقدم تدريبات تفاعلية وفردية عبر الإنترنت لأطفالنا للاستمتاع بالسنة الأولى من المدرسة الابتدائية، ونقدم تدريبات تفاعلية وفردية عبر الإنترنت.', '2024-12-02 19:45:25', '2024-12-02 19:45:25'),
(7950, 'faqs', 2, 'AR', 'question', 'ماذا يحدث إذا قمت بحذف تطبيقات الوسائط الاجتماعية؟', '2024-12-02 19:45:25', '2024-12-02 19:45:25'),
(7951, 'faqs', 2, 'AR', 'answer', 'من السنة الأولى من المدرسة الابتدائية، نقدم تدريبات تفاعلية وفردية عبر الإنترنت لأطفالنا للاستمتاع بالسنة الأولى من المدرسة الابتدائية، ونقدم تدريبات تفاعلية وفردية عبر الإنترنت.', '2024-12-02 19:45:25', '2024-12-02 19:45:25'),
(7952, 'faqs', 3, 'AR', 'question', 'ما هي وسائل التواصل الاجتماعي بكلمات بسيطة؟', '2024-12-02 19:45:25', '2024-12-02 19:45:25'),
(7953, 'faqs', 3, 'AR', 'answer', 'من السنة الأولى من المدرسة الابتدائية، نقدم تدريبات تفاعلية وفردية عبر الإنترنت لأطفالنا للاستمتاع بالسنة الأولى من المدرسة الابتدائية، ونقدم تدريبات تفاعلية وفردية عبر الإنترنت.', '2024-12-02 19:45:26', '2024-12-02 19:45:26'),
(7954, 'faqs', 4, 'AR', 'question', 'كيف يعمل برنامج QuomodoSoft؟', '2024-12-02 19:45:26', '2024-12-02 19:45:26'),
(7955, 'faqs', 4, 'AR', 'answer', 'من السنة الأولى من المدرسة الابتدائية، نقدم تدريبات تفاعلية وفردية عبر الإنترنت لأطفالنا للاستمتاع بالسنة الأولى من المدرسة الابتدائية، ونقدم تدريبات تفاعلية وفردية عبر الإنترنت.', '2024-12-02 19:45:26', '2024-12-02 19:45:26'),
(7956, 'sliders', 1, 'AR', 'home1_title_1', 'احصل على الخاص بك', '2024-12-02 19:45:26', '2024-12-02 19:45:26'),
(7957, 'sliders', 1, 'AR', 'home1_title_2', 'ملكية', '2024-12-02 19:45:26', '2024-12-02 19:45:26'),
(7958, 'sliders', 1, 'AR', 'home1_title_3', 'مع الوكلاء.', '2024-12-02 19:45:26', '2024-12-02 19:45:26'),
(7959, 'sliders', 1, 'AR', 'home1_item1', 'ويأمل أن يأخذ السهم.', '2024-12-02 19:45:26', '2024-12-02 19:45:26'),
(7960, 'sliders', 1, 'AR', 'home1_item2', 'لتعيين أساس الأصل.', '2024-12-02 19:45:26', '2024-12-02 19:45:26'),
(7961, 'sliders', 1, 'AR', 'home1_item3', 'أفضل منزل وممتلكات حقيقية لحلمك.', '2024-12-02 19:45:27', '2024-12-02 19:45:27'),
(7962, 'sliders', 1, 'AR', 'home1_btn_text', 'شاهد جميع العقارات', '2024-12-02 19:45:27', '2024-12-02 19:45:27'),
(7963, 'sliders', 1, 'AR', 'home2_title', 'دعنا نعثر على منزلك المثالي', '2024-12-02 19:45:27', '2024-12-02 19:45:27'),
(7964, 'sliders', 1, 'AR', 'home3_title', 'استكشاف القوائم واتخاذ خطوة اليوم ه', '2024-12-02 19:45:27', '2024-12-02 19:45:27'),
(7965, 'sliders', 1, 'AR', 'home3_item1', 'ويأمل أن يأخذ السهم. ه', '2024-12-02 19:45:27', '2024-12-02 19:45:27'),
(7966, 'sliders', 1, 'AR', 'home3_item2', 'لتعيين أساس الأصل. ه', '2024-12-02 19:45:27', '2024-12-02 19:45:27'),
(7967, 'sliders', 1, 'AR', 'home3_item3', 'أفضل منزل وممتلكات حقيقية لحلمك. ه', '2024-12-02 19:45:27', '2024-12-02 19:45:27'),
(7968, 'sliders', 1, 'AR', 'home3_btn_text', 'شاهد جميع العقارات ه', '2024-12-02 19:45:28', '2024-12-02 19:45:28'),
(7969, 'testimonials', 1, 'AR', 'name', 'جون دو', '2024-12-02 19:45:28', '2024-12-02 19:45:28'),
(7970, 'testimonials', 1, 'AR', 'designation', 'بكالوريوس الطب والجراحة، FCPS، FRCS', '2024-12-02 19:45:28', '2024-12-02 19:45:28'),
(7971, 'testimonials', 1, 'AR', 'comment', 'هناك العديد من الاختلافات في المقاطع التي عانت الأغلبية من التغيير في الفكاهة، أو الكلمات العشوائية التي تميل مولدات راندو على الإنترنت', '2024-12-02 19:45:28', '2024-12-02 19:45:28'),
(7972, 'testimonials', 2, 'AR', 'name', 'ديفيد ريتشارد', '2024-12-02 19:45:28', '2024-12-02 19:45:28'),
(7973, 'testimonials', 2, 'AR', 'designation', 'مطور ويب', '2024-12-02 19:45:28', '2024-12-02 19:45:28'),
(7974, 'testimonials', 2, 'AR', 'comment', 'هناك العديد من الاختلافات في المقاطع التي عانت الأغلبية من التغيير في الفكاهة، أو الكلمات العشوائية التي تميل مولدات راندو على الإنترنت', '2024-12-02 19:45:29', '2024-12-02 19:45:29'),
(7975, 'testimonials', 3, 'AR', 'name', 'ديفيد سيمونز', '2024-12-02 19:45:29', '2024-12-02 19:45:29'),
(7976, 'testimonials', 3, 'AR', 'designation', 'مصمم جرافيك', '2024-12-02 19:45:29', '2024-12-02 19:45:29'),
(7977, 'testimonials', 3, 'AR', 'comment', 'هناك العديد من الاختلافات في المقاطع التي عانت الأغلبية من التغيير في الفكاهة، أو الكلمات العشوائية التي تميل مولدات راندو على الإنترنت', '2024-12-02 19:45:29', '2024-12-02 19:45:29'),
(7978, 'counters', 1, 'AR', 'title', 'إجمالي الطلبات', '2024-12-02 19:45:29', '2024-12-02 19:45:29'),
(7979, 'counters', 2, 'AR', 'title', 'العملاء النشطين', '2024-12-02 19:45:29', '2024-12-02 19:45:29'),
(7980, 'counters', 3, 'AR', 'title', 'أعضاء الفريق', '2024-12-02 19:45:29', '2024-12-02 19:45:29'),
(7981, 'counters', 4, 'AR', 'title', 'سنوات من الخبرة', '2024-12-02 19:45:30', '2024-12-02 19:45:30'),
(7982, 'counters', 5, 'AR', 'fun_title', 'حقائق ممتعة', '2024-12-02 19:45:30', '2024-12-02 19:45:30'),
(7983, 'counters', 5, 'AR', 'fun_description', 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، لكن أغلبها قد عانت.', '2024-12-02 19:45:30', '2024-12-02 19:45:30'),
(7984, 'counters', 5, 'AR', 'item_1', 'ويأمل أن يأخذ السهم.', '2024-12-02 19:45:30', '2024-12-02 19:45:30'),
(7985, 'counters', 5, 'AR', 'item_2', 'ويأمل أن يأخذ السهم.', '2024-12-02 19:45:30', '2024-12-02 19:45:30'),
(7986, 'counters', 5, 'AR', 'item_3', 'ويأمل أن يأخذ السهم.', '2024-12-02 19:45:30', '2024-12-02 19:45:30'),
(7987, 'why_choose_us', 1, 'AR', 'title', 'موثوق به', '2024-12-02 19:45:30', '2024-12-02 19:45:30'),
(7988, 'why_choose_us', 1, 'AR', 'description', 'نؤمن بخدمتنا ورعايتنا', '2024-12-02 19:45:30', '2024-12-02 19:45:30'),
(7989, 'why_choose_us', 2, 'AR', 'title', 'دعم 24/7', '2024-12-02 19:45:30', '2024-12-02 19:45:30'),
(7990, 'why_choose_us', 2, 'AR', 'description', 'نؤمن بخدمتنا ورعايتنا', '2024-12-02 19:45:31', '2024-12-02 19:45:31'),
(7991, 'why_choose_us', 3, 'AR', 'title', 'التمويل سهل', '2024-12-02 19:45:31', '2024-12-02 19:45:31'),
(7992, 'why_choose_us', 3, 'AR', 'description', 'نؤمن بخدمتنا ورعايتنا', '2024-12-02 19:45:31', '2024-12-02 19:45:31'),
(7993, 'why_choose_us', 4, 'AR', 'title', 'منزل واسع النطاق', '2024-12-02 19:45:31', '2024-12-02 19:45:31'),
(7994, 'why_choose_us', 4, 'AR', 'description', 'نؤمن بخدمتنا ورعايتنا', '2024-12-02 19:45:31', '2024-12-02 19:45:31'),
(7995, 'footers', 1, 'AR', 'about_us', 'هناك العديد من الأشكال المختلفة لتمرير Ipsum المتاحة، ولكن يتم تعديل الأغلبية بشكل ما، عن طريق إدخال كلمات عشوائية', '2024-12-02 19:45:31', '2024-12-02 19:45:31'),
(7996, 'footers', 1, 'AR', 'address', 'جاكسون هايتس، 11372، نيويورك، الولايات المتحدة', '2024-12-02 19:45:31', '2024-12-02 19:45:31'),
(7997, 'footers', 1, 'AR', 'copyright', 'حقوق الطبع والنشر 2024، QuomodoSoft. جميع الحقوق محفوظة.', '2024-12-02 19:45:32', '2024-12-02 19:45:32'),
(7998, 'nearest_locations', 1, 'AR', 'location', 'محطة السكك الحديدية', '2024-12-02 19:45:32', '2024-12-02 19:45:32'),
(7999, 'nearest_locations', 2, 'AR', 'location', 'محطة الحافلات', '2024-12-02 19:45:32', '2024-12-02 19:45:32'),
(8000, 'nearest_locations', 3, 'AR', 'location', 'مطار', '2024-12-02 19:45:32', '2024-12-02 19:45:32'),
(8001, 'nearest_locations', 4, 'AR', 'location', 'شاطئ', '2024-12-02 19:45:32', '2024-12-02 19:45:32'),
(8002, 'nearest_locations', 5, 'AR', 'location', 'مترو', '2024-12-02 19:45:32', '2024-12-02 19:45:32'),
(8003, 'nearest_locations', 6, 'AR', 'location', 'بنك', '2024-12-02 19:45:32', '2024-12-02 19:45:32'),
(8004, 'nearest_locations', 7, 'AR', 'location', 'مدرسة', '2024-12-02 19:45:32', '2024-12-02 19:45:32'),
(8005, 'nearest_locations', 8, 'AR', 'location', 'مستشفى', '2024-12-02 19:45:33', '2024-12-02 19:45:33'),
(8006, 'nearest_locations', 9, 'AR', 'location', 'سوبر ماركت', '2024-12-02 19:45:33', '2024-12-02 19:45:33'),
(8007, 'nearest_locations', 10, 'AR', 'location', 'صيدلية', '2024-12-02 19:45:33', '2024-12-02 19:45:33'),
(8008, 'nearest_locations', 11, 'AR', 'location', 'حديقة', '2024-12-02 19:45:33', '2024-12-02 19:45:33'),
(8009, 'nearest_locations', 12, 'AR', 'location', 'جامعة الفلبين', '2024-12-02 19:45:33', '2024-12-02 19:45:33'),
(8010, 'error_pages', 1, 'AR', 'header', 'أُووبس! لم يتم العثور على الصفحة', '2024-12-02 19:45:33', '2024-12-02 19:45:33'),
(8011, 'error_pages', 1, 'AR', 'button_text', 'العودة إلى الصفحة الرئيسية', '2024-12-02 19:45:33', '2024-12-02 19:45:33'),
(8012, 'blog_categories', 1, 'AR', 'name', 'مبنى جديد', '2024-12-02 19:45:33', '2024-12-02 19:45:33'),
(8013, 'blog_categories', 2, 'AR', 'name', 'إيجار البيت', '2024-12-02 19:45:33', '2024-12-02 19:45:33'),
(8014, 'blog_categories', 3, 'AR', 'name', 'بيع البيت', '2024-12-02 19:45:34', '2024-12-02 19:45:34'),
(8015, 'blog_categories', 4, 'AR', 'name', 'خاصية الأنماط', '2024-12-02 19:45:34', '2024-12-02 19:45:34'),
(8016, 'blog_categories', 5, 'AR', 'name', 'الإيجار الشهير', '2024-12-02 19:45:34', '2024-12-02 19:45:34'),
(8017, 'blogs', 1, 'AR', 'title', 'أفضل الأحياء للعيش في لوس أنجلوس', '2024-12-02 19:45:34', '2024-12-02 19:45:34'),
(8018, 'blogs', 1, 'AR', 'description', '<p>في البداية يبدو الأمر لا، ولكن من الصعب رفض المتعلمين. لكن بوحشية وكل الملذات، يفكرون في فهم الأول. سوف تدين لي بالنشوة الجسدية، ونشوة العالم. القوة في عاقبتها اللاحقة، وليس لخصم الألم، بحيث تكون حاضرة كل يوم. ودع المواطنين يستثنى من الاثنين، ليحتضنك الآخر. كل كلامي يعيقه.</p>\r\n<p>لاختيار المداراة. دعني أحميك بالمخاطر يا عزيزتي، ودع كتابًا ما يكون لك. من يريد أن يلعب اللعبة فليكن بأي شكل من الأشكال. كما أن الحكيم لم يستوعب الحق قط. يشمل هؤلاء الموظفون على سبيل المثال.</p>\r\n<p>لقد أصبحوا على نفس القدر من الشر من خلال استخدامهم. مازيم الألم في إعلانين قصيرين، جملة مزخرفة أو في، اثنان أني آخذهما. نقرأ من خلال هذه أنه كان معتادًا على تفضيل العسل العادي. بشكل غير مباشر نريدهم أن يكونوا، ومعه تعريفات البوسيدونيوم cu. وبانتهاء استخدام لوريم قنصل، كان بالنسبة لها قنصلًا. من الأحكام الأبدية هذه، الأقوال تخصه، من الآخر الذي.</p>\r\n<p>من الأفضل أن يكون له عدوان، حتى يتمكن من حل المشكلة في حالة الخوف. عندما أفعل شيئًا ما في الآخرين، أفتح باب التحية والتعبير. فيحدث من قوة الاختبار الأعلى، من تحميص الجملة الأولى، تملق الحواس أكثر اعتدالا منه. ولا نكاد نهملهم.</p>\r\n<p>دع الشباب يعيشها. فليتعهدوا بقراءة الطريقة، أو، كما هو أفضل للبلد، أن يرفضوه عندما يوافق على سماعه. في الوقت الحاضر، تعريفات ذلك، وأنا لا أقول من كل شيء. يجب تطويره للمطورين في كل مكان، ويجب أن يكون مفتوحًا للشر. كما هو الحال في الواقع العدو. ولكن لو كانت وظيفة لم يكن يريدها، شعر الفيل بالخوف.</p>\r\n<p>إنهم ملتزمون بالكرامة، ولا يُشار إليهم بالأدلة، ولا بنتيجة الحكم. هرب كلامي إلى البيت، ووقف باقي الكلام. اسمحوا لي أن لا أتخلى عن اشمئزازي. فليقولوا إنهم مهملون بسبب هذا، لأننا نريدهم أن يكونوا صغارا. لا يوجد جدال في البداية، أو قادة أبيريون في أم يجب أن أقول، دع قنصلي يقول، خشية أن يرغب في الدخول في جدال، فقد شعر بقوة قراءته و.</p>', '2024-12-02 19:45:35', '2024-12-02 19:45:35'),
(8019, 'blogs', 1, 'AR', 'seo_title', 'أفضل الأحياء للعيش في لوس أنجلوس', '2024-12-02 19:45:35', '2024-12-02 19:45:35'),
(8020, 'blogs', 1, 'AR', 'seo_description', 'أفضل الأحياء للعيش في لوس أنجلوس', '2024-12-02 19:45:35', '2024-12-02 19:45:35'),
(8021, 'blogs', 2, 'AR', 'title', 'كيفية تنظيم منزلك للبيع السريع', '2024-12-02 19:45:35', '2024-12-02 19:45:35'),
(8022, 'blogs', 2, 'AR', 'description', '<p>القيام بشيء من أجلك. على الرغم من أنني حاضر بزخرفة، إلا أن قوتي يجب أن تكون في القمة، ويجب استخدام الألم للتغلب على البحر. ومع الآخر ربما هو قديس. لقد تم رفضها بسبب الغضب وليس من خلال قراءتها. العسل في متع السيطرة فقط. عزيزتي، لا يتركون القصص الكاذبة، وهناك شخصان يريدان واحدة.</p>\r\n<p>ولا في مسألة السبب الأول. لقد أحضر لهم منذ البداية أنك تريد أن تعيش تعريفًا لـنا وكل شيء من خلال و. Antiope من كل شيء وكل يوم. إنه يضع الملذات في المقام الأول، لكنهم يقولون إنهم يختلفون معه، وما زلت لا تريدهم. وتعريف العسل في لطف الخصومة من حيث هو غير عادي. وأعني الاطراء لي. البحر يزيل ما رأينا، نأمرك، من يتحرك للتنفيذ منه.</p>\r\n<p>لاختيار المداراة. دعني أحميك بالمخاطر يا عزيزتي، ودع كتابًا ما يكون لك. من يريد أن يلعب اللعبة فليكن بأي شكل من الأشكال. كما أن الحكيم لم يستوعب الحق قط. يشمل هؤلاء الموظفون على سبيل المثال.</p>\r\n<p>دعونا نعتاد على أن نولد في السلطة، أولاً في البلاغة. فليكن من الحكمة أن ينتقدهم كل واحد منهم. لا، كم عدد العفو عنه، حتى لا يستخدمه كقاضي. ولما كانوا يجادلوننا كانوا يغارون من قوتهم، سواء كانوا رجالا أو رجالا من أي نوع. ويتم عرض الاتهام بشكل رائع، فليكن واجبًا منزليًا أفضل. يبحث عن هؤلاء بفرح ووطنية أبدية، ويختلف معه في تقليم العسل.</p>\r\n<p>من الأفضل أن يكون له عدوان، حتى يتمكن من حل المشكلة في حالة الخوف. عندما أفعل شيئًا ما في الآخرين، أفتح باب التحية والتعبير. فيحدث من قوة الاختبار الأعلى، من تحميص الجملة الأولى، تملق الحواس أكثر اعتدالا منه. ولا نكاد نهملهم.</p>', '2024-12-02 19:45:36', '2024-12-02 19:45:36'),
(8023, 'blogs', 2, 'AR', 'seo_title', 'كيفية تنظيم منزلك للبيع السريع', '2024-12-02 19:45:36', '2024-12-02 19:45:36'),
(8024, 'blogs', 2, 'AR', 'seo_description', 'كيفية تنظيم منزلك للبيع السريع', '2024-12-02 19:45:36', '2024-12-02 19:45:36'),
(8025, 'blogs', 3, 'AR', 'title', '5 أسباب تجعل العقارات استثمارًا رائعًا', '2024-12-02 19:45:36', '2024-12-02 19:45:36'),
(8026, 'blogs', 3, 'AR', 'description', '<p>بحكم عدم الفعل. لقد ذكرت متوسط ​​هيمنة كرة القدم الصحيح، وهو أمر لا ينبغي القيام به بأي قوة، وهو إعلان مقدس للغاية. لا تحسدوا البحر بتقسيمه. وبعد ذلك لن يحدث الأمران أبدًا، لأن شيئًا واحدًا مكروه، لأنه يُنظر إليه على أنه هروب من الاشمئزاز.</p>\r\n<p>إنهم ملتزمون بالكرامة، ولا يُشار إليهم بالأدلة، ولا بنتيجة الحكم. هرب كلامي إلى البيت، ووقف باقي الكلام. اسمحوا لي أن لا أتخلى عن اشمئزازي. فليقولوا إنهم مهملون بسبب هذا، لأننا نريدهم أن يكونوا صغارا. لا يوجد جدال في البداية، أو قادة أبيريون في أم يجب أن أقول، دع قنصلي يقول، خشية أن يرغب في الدخول في جدال، فقد شعر بقوة قراءته و.</p>\r\n<p>كان إعلان المستخدم يقول، استخدم ولكن يطلق عليهم اسم فاتح للشهية، وهو فخور بسماعك أولاً. لم يكن يريد أن يكتب يا عزيزتي، تريد أن تنزلق تضحك بنعمة. لقد كانوا في كثير من الأحيان كرة القدم الخاصة بي. هل يترددون في استقبال العسل بالألم؟ أو الذي كان يفضله أي شخص، كل ما عندي من دون تعليمات، خوفا من الدعاية أقدم لكم.</p>\r\n<p>أريد أن أعيش في ثوب الآخر، حتى أرفض ثوبي فقط. فهو يمحو هذه أيضًا، ولكن ليس من أجلك. ويحرك التهمة ضده. لدينا حتى من الفناء الخلفي أن الحضارة تجلب هذه الأشياء. لكن لن ينخدع أحد، الذي يجادل بـ Nonumy، بالـ scaevola أو به. ودعهم يحذفون، وليختتموا، فإنهم يسمون ذلك فضيلة.</p>\r\n<p>دع الشباب يعيشها. فليتعهدوا بقراءة الطريقة، أو، كما هو أفضل للبلد، أن يرفضوه عندما يوافق على سماعه. في الوقت الحاضر، تعريفات ذلك، وأنا لا أقول من كل شيء. يجب تطويره للمطورين في كل مكان، ويجب أن يكون مفتوحًا للشر. كما هو الحال في الواقع العدو. ولكن لو كانت وظيفة لم يكن يريدها، شعر الفيل بالخوف.</p>\r\n<p>أريد أن يكون عنادي، فقد كان عارًا. وما كنت لأسلمك كثرتي، ولكني أخافها من خيار أفضل، وهو التحرر منهم أيضًا. فليكن في نفس الوقت تقليص الروبرجرين، سأذكرهم على الأقل. ولم يتم إصدار الإعلانات إلا بصعوبة. دعونا لا نستخدم الألغام.</p>\r\n<p>هذه هي عطلة نهاية الأسبوع لكبار السن، الذين ذكرتهم، وهم غير مرحب بهم تقريبًا. لفتح الحق في الحقيقة التي ينتقدونها. لكي تنجح من خلال رجل حكيم واحد، استخدم أكبر عدد ممكن من الكتابات. دع اللاعبين ينتظرونك، والتي تقوم بإعداد الحجة، فليكن هناك شخص سأتهمه في نفس الوقت. لقد كانت ممارسة مثالية بالنسبة له أن يرفض المطورين، لأنهم كانوا الأشرار. وسيحكم إذا رأى العسل.</p>', '2024-12-02 19:45:36', '2024-12-02 19:45:36'),
(8027, 'blogs', 3, 'AR', 'seo_title', '5 أسباب تجعل العقارات استثمارًا رائعًا', '2024-12-02 19:45:37', '2024-12-02 19:45:37'),
(8028, 'blogs', 3, 'AR', 'seo_description', '5 أسباب تجعل العقارات استثمارًا رائعًا', '2024-12-02 19:45:37', '2024-12-02 19:45:37'),
(8029, 'blogs', 4, 'AR', 'title', 'إيجابيات وسلبيات شراء المثبت العلوي', '2024-12-02 19:45:37', '2024-12-02 19:45:37'),
(8030, 'blogs', 4, 'AR', 'description', '<p>إنهم ملتزمون بالكرامة، ولا يُشار إليهم بالأدلة، ولا بنتيجة الحكم. هرب كلامي إلى البيت، ووقف باقي الكلام. اسمحوا لي أن لا أتخلى عن اشمئزازي. فليقولوا إنهم مهملون بسبب هذا، لأننا نريدهم أن يكونوا صغارا. لا يوجد جدال في البداية، أو قادة أبيريون في أم يجب أن أقول، دع قنصلي يقول، خشية أن يرغب في الدخول في جدال، فقد شعر بقوة قراءته و.</p>\r\n<p>بحكم عدم الفعل. لقد ذكرت متوسط ​​هيمنة كرة القدم الصحيح، وهو أمر لا ينبغي القيام به بأي قوة، وهو إعلان مقدس للغاية. لا تحسدوا البحر بتقسيمه. وبعد ذلك لن يحدث الأمران أبدًا، لأن شيئًا واحدًا مكروه، لأنه يُنظر إليه على أنه هروب من الاشمئزاز.</p>\r\n<p>هذه هي عطلة نهاية الأسبوع لكبار السن، الذين ذكرتهم، وهم غير مرحب بهم تقريبًا. لفتح الحق في الحقيقة التي ينتقدونها. لكي تنجح من خلال رجل حكيم واحد، استخدم أكبر عدد ممكن من الكتابات. دع اللاعبين ينتظرونك، والتي تقوم بإعداد الحجة، فليكن هناك شخص سأتهمه في نفس الوقت. لقد كانت ممارسة مثالية بالنسبة له أن يرفض المطورين، لأنهم كانوا الأشرار. وسيحكم إذا رأى العسل.</p>\r\n<p>دعونا نعتاد على أن نولد في السلطة، أولاً في البلاغة. فليكن من الحكمة أن ينتقدهم كل واحد منهم. لا، كم عدد العفو عنه، حتى لا يستخدمه كقاضي. ولما كانوا يجادلوننا كانوا يغارون من قوتهم، سواء كانوا رجالا أو رجالا من أي نوع. ويتم عرض الاتهام بشكل رائع، فليكن واجبًا منزليًا أفضل. يبحث عن هؤلاء بفرح ووطنية أبدية، ويختلف معه في تقليم العسل.</p>\r\n<p>في البداية يبدو الأمر لا، ولكن من الصعب رفض المتعلمين. لكن بوحشية وكل الملذات، يفكرون في فهم الأول. سوف تدين لي بالنشوة الجسدية، ونشوة العالم. القوة في عاقبتها اللاحقة، وليس لخصم الألم، بحيث تكون حاضرة كل يوم. ودع المواطنين يستثنى من الاثنين، ليحتضنك الآخر. كل كلامي يعيقه.</p>\r\n<p>بحكم عدم الفعل. لقد ذكرت متوسط ​​هيمنة كرة القدم الصحيح، وهو أمر لا ينبغي القيام به بأي قوة، وهو إعلان مقدس للغاية. لا تحسدوا البحر بتقسيمه. وبعد ذلك لن يحدث الأمران أبدًا، لأن شيئًا واحدًا مكروه، لأنه يُنظر إليه على أنه هروب من الاشمئزاز.</p>', '2024-12-02 19:45:37', '2024-12-02 19:45:37'),
(8031, 'blogs', 4, 'AR', 'seo_title', 'إيجابيات وسلبيات شراء المثبت العلوي', '2024-12-02 19:45:37', '2024-12-02 19:45:37'),
(8032, 'blogs', 4, 'AR', 'seo_description', 'إيجابيات وسلبيات شراء المثبت العلوي', '2024-12-02 19:45:37', '2024-12-02 19:45:37'),
(8033, 'blogs', 5, 'AR', 'title', 'أهمية الموقع في العقارات', '2024-12-02 19:45:38', '2024-12-02 19:45:38'),
(8034, 'blogs', 5, 'AR', 'description', '<p>إنهم ملتزمون بالكرامة، ولا يُشار إليهم بالأدلة، ولا بنتيجة الحكم. هرب كلامي إلى البيت، ووقف باقي الكلام. اسمحوا لي أن لا أتخلى عن اشمئزازي. فليقولوا إنهم مهملون بسبب هذا، لأننا نريدهم أن يكونوا صغارا. لا يوجد جدال في البداية، أو قادة أبيريون في أم يجب أن أقول، دع قنصلي يقول، خشية أن يرغب في الدخول في جدال، فقد شعر بقوة قراءته و.</p>\r\n<p>بحكم عدم الفعل. لقد ذكرت متوسط ​​هيمنة كرة القدم الصحيح، وهو أمر لا ينبغي القيام به بأي قوة، وهو إعلان مقدس للغاية. لا تحسدوا البحر بتقسيمه. وبعد ذلك لن يحدث الأمران أبدًا، لأن شيئًا واحدًا مكروه، لأنه يُنظر إليه على أنه هروب من الاشمئزاز.</p>\r\n<p>هذه هي عطلة نهاية الأسبوع لكبار السن، الذين ذكرتهم، وهم غير مرحب بهم تقريبًا. لفتح الحق في الحقيقة التي ينتقدونها. لكي تنجح من خلال رجل حكيم واحد، استخدم أكبر عدد ممكن من الكتابات. دع اللاعبين ينتظرونك، والتي تقوم بإعداد الحجة، فليكن هناك شخص سأتهمه في نفس الوقت. لقد كانت ممارسة مثالية بالنسبة له أن يرفض المطورين، لأنهم كانوا الأشرار. وسيحكم إذا رأى العسل.</p>\r\n<p>دعونا نعتاد على أن نولد في السلطة، أولاً في البلاغة. فليكن من الحكمة أن ينتقدهم كل واحد منهم. لا، كم عدد العفو عنه، حتى لا يستخدمه كقاضي. ولما كانوا يجادلوننا كانوا يغارون من قوتهم، سواء كانوا رجالا أو رجالا من أي نوع. ويتم عرض الاتهام بشكل رائع، فليكن واجبًا منزليًا أفضل. يبحث عن هؤلاء بفرح ووطنية أبدية، ويختلف معه في تقليم العسل.</p>\r\n<p>في البداية يبدو الأمر لا، ولكن من الصعب رفض المتعلمين. لكن بوحشية وكل الملذات، يفكرون في فهم الأول. سوف تدين لي بالنشوة الجسدية، ونشوة العالم. القوة في عاقبتها اللاحقة، وليس لخصم الألم، بحيث تكون حاضرة كل يوم. ودع المواطنين يستثنى من الاثنين، ليحتضنك الآخر. كل كلامي يعيقه.</p>\r\n<p>بحكم عدم الفعل. لقد ذكرت متوسط ​​هيمنة كرة القدم الصحيح، وهو أمر لا ينبغي القيام به بأي قوة، وهو إعلان مقدس للغاية. لا تحسدوا البحر بتقسيمه. وبعد ذلك لن يحدث الأمران أبدًا، لأن شيئًا واحدًا مكروه، لأنه يُنظر إليه على أنه هروب من الاشمئزاز.</p>', '2024-12-02 19:45:38', '2024-12-02 19:45:38'),
(8035, 'blogs', 5, 'AR', 'seo_title', 'أهمية الموقع في العقارات', '2024-12-02 19:45:38', '2024-12-02 19:45:38'),
(8036, 'blogs', 5, 'AR', 'seo_description', 'أهمية الموقع في العقارات', '2024-12-02 19:45:38', '2024-12-02 19:45:38'),
(8037, 'blogs', 6, 'AR', 'title', 'كيفية اختيار الوكيل العقاري المناسب', '2024-12-02 19:45:38', '2024-12-02 19:45:38'),
(8038, 'blogs', 6, 'AR', 'description', '<p>إنهم ملتزمون بالكرامة، ولا يُشار إليهم بالأدلة، ولا بنتيجة الحكم. هرب كلامي إلى البيت، ووقف باقي الكلام. اسمحوا لي أن لا أتخلى عن اشمئزازي. فليقولوا إنهم مهملون بسبب هذا، لأننا نريدهم أن يكونوا صغارا. لا يوجد جدال في البداية، أو قادة أبيريون في أم يجب أن أقول، دع قنصلي يقول، خشية أن يرغب في الدخول في جدال، فقد شعر بقوة قراءته و.</p>\r\n<p>بحكم عدم الفعل. لقد ذكرت متوسط ​​هيمنة كرة القدم الصحيح، وهو أمر لا ينبغي القيام به بأي قوة، وهو إعلان مقدس للغاية. لا تحسدوا البحر بتقسيمه. وبعد ذلك لن يحدث الأمران أبدًا، لأن شيئًا واحدًا مكروه، لأنه يُنظر إليه على أنه هروب من الاشمئزاز.</p>\r\n<p>هذه هي عطلة نهاية الأسبوع لكبار السن، الذين ذكرتهم، وهم غير مرحب بهم تقريبًا. لفتح الحق في الحقيقة التي ينتقدونها. لكي تنجح من خلال رجل حكيم واحد، استخدم أكبر عدد ممكن من الكتابات. دع اللاعبين ينتظرونك، والتي تقوم بإعداد الحجة، فليكن هناك شخص سأتهمه في نفس الوقت. لقد كانت ممارسة مثالية بالنسبة له أن يرفض المطورين، لأنهم كانوا الأشرار. وسيحكم إذا رأى العسل.</p>\r\n<p>دعونا نعتاد على أن نولد في السلطة، أولاً في البلاغة. فليكن من الحكمة أن ينتقدهم كل واحد منهم. لا، كم عدد العفو عنه، حتى لا يستخدمه كقاضي. ولما كانوا يجادلوننا كانوا يغارون من قوتهم، سواء كانوا رجالا أو رجالا من أي نوع. ويتم عرض الاتهام بشكل رائع، فليكن واجبًا منزليًا أفضل. يبحث عن هؤلاء بفرح ووطنية أبدية، ويختلف معه في تقليم العسل.</p>\r\n<p>في البداية يبدو الأمر لا، ولكن من الصعب رفض المتعلمين. لكن بوحشية وكل الملذات، يفكرون في فهم الأول. سوف تدين لي بالنشوة الجسدية، ونشوة العالم. القوة في عاقبتها اللاحقة، وليس لخصم الألم، بحيث تكون حاضرة كل يوم. ودع المواطنين يستثنى من الاثنين، ليحتضنك الآخر. كل كلامي يعيقه.</p>\r\n<p>بحكم عدم الفعل. لقد ذكرت متوسط ​​هيمنة كرة القدم الصحيح، وهو أمر لا ينبغي القيام به بأي قوة، وهو إعلان مقدس للغاية. لا تحسدوا البحر بتقسيمه. وبعد ذلك لن يحدث الأمران أبدًا، لأن شيئًا واحدًا مكروه، لأنه يُنظر إليه على أنه هروب من الاشمئزاز.</p>', '2024-12-02 19:45:39', '2024-12-02 19:45:39'),
(8039, 'blogs', 6, 'AR', 'seo_title', 'كيفية اختيار الوكيل العقاري المناسب', '2024-12-02 19:45:39', '2024-12-02 19:45:39'),
(8040, 'blogs', 6, 'AR', 'seo_description', 'كيفية اختيار الوكيل العقاري المناسب', '2024-12-02 19:45:39', '2024-12-02 19:45:39'),
(8041, 'blogs', 8, 'AR', 'title', 'هذا هو عنوان مدونة الاختبار e', '2024-12-02 19:45:39', '2024-12-02 19:45:39'),
(8042, 'blogs', 8, 'AR', 'description', '<p>هذا تصميم عنوان مدونة تجريبي</p>', '2024-12-02 19:45:39', '2024-12-02 19:45:39'),
(8043, 'blogs', 8, 'AR', 'seo_title', 'هذا هو عنوان مدونة الاختبار e', '2024-12-02 19:45:39', '2024-12-02 19:45:39'),
(8044, 'blogs', 8, 'AR', 'seo_description', 'هذا هو عنوان مدونة الاختبار e', '2024-12-02 19:45:39', '2024-12-02 19:45:39');

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

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

CREATE TABLE `users` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `user_name` varchar(255) DEFAULT NULL,
  `email` varchar(255) NOT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(255) DEFAULT NULL,
  `remember_token` varchar(100) DEFAULT NULL,
  `forget_password_token` varchar(191) DEFAULT NULL,
  `forget_password_otp` varchar(255) DEFAULT NULL,
  `status` int(11) NOT NULL DEFAULT 0,
  `provider_id` varchar(191) DEFAULT NULL,
  `provider` varchar(191) DEFAULT NULL,
  `provider_avatar` varchar(191) DEFAULT NULL,
  `image` varchar(191) DEFAULT NULL,
  `phone` varchar(191) DEFAULT NULL,
  `address` varchar(191) DEFAULT NULL,
  `verify_token` varchar(191) DEFAULT NULL,
  `otp_mail_verify_token` varchar(255) DEFAULT NULL,
  `email_verified` int(11) NOT NULL DEFAULT 0,
  `designation` varchar(255) DEFAULT NULL,
  `about_me` text DEFAULT NULL,
  `facebook` varchar(255) DEFAULT NULL,
  `twitter` varchar(255) DEFAULT NULL,
  `linkedin` varchar(255) DEFAULT NULL,
  `instagram` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `kyc_status` tinyint(4) NOT NULL DEFAULT 0,
  `is_agency` tinyint(4) NOT NULL DEFAULT 0,
  `owner_id` bigint(20) UNSIGNED DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `users` (`id`, `name`, `user_name`, `email`, `email_verified_at`, `password`, `remember_token`, `forget_password_token`, `forget_password_otp`, `status`, `provider_id`, `provider`, `provider_avatar`, `image`, `phone`, `address`, `verify_token`, `otp_mail_verify_token`, `email_verified`, `designation`, `about_me`, `facebook`, `twitter`, `linkedin`, `instagram`, `created_at`, `updated_at`, `kyc_status`, `is_agency`, `owner_id`) VALUES
(1, 'Homeco Agent', 'test-agent-20241006011233', 'agent@gmail.com', NULL, '$2y$10$WmMOy0RID9rV.Kc4uvThCezLZ.SzPuV03Ez2pDBcA9KLIZ4Ktu392', NULL, NULL, NULL, 1, NULL, NULL, NULL, 'uploads/custom-images/agent-2024-10-06-01-12-33-4259.webp', '1234555', 'Dhaka, Bangladesh', NULL, NULL, 1, 'Real State Company', 'This is the best agent', NULL, NULL, NULL, NULL, '2023-05-07 16:52:06', '2024-10-15 22:23:49', 0, 1, 0),
(2, 'Wade De Warren', 'wade-de-warren-20230507033331', 'agent1@gmail.com', NULL, '$2y$10$DXGrFofiATg8umOtjH444eia3uDPSJGj0ziThjcxazcxJJS3ZtUBy', NULL, NULL, NULL, 1, NULL, NULL, NULL, 'uploads/custom-images/wade-de-warren-2023-05-07-03-40-01-3612.jpg', '123-343-4444', 'Jackson Heights, 11372, NY, United States', NULL, NULL, 1, 'Real Estate Broker', 'There are many variations of passages of Lorem Ipsum available, but the majority to have suffered alteration in some form, by injected humor. Ipsum available, but the a majority have suffered alteration in some form.', 'https://www.facebook.com', 'https://www.twitter.com', 'https://www.linkedin.com', 'https://www.instagram.com', '2023-05-07 09:33:31', '2024-10-09 19:37:30', 0, 1, 0),
(3, 'Cody Fisher', 'cody-fisher-20230507042732', 'agent2@gmail.com', NULL, '$2y$10$qBh5Tz5xAR1QkJDfA5UnfuYi89GM8MbgFohBPmLG0AMUhmaXxWB0C', NULL, NULL, NULL, 1, NULL, NULL, NULL, 'uploads/custom-images/cody-fisher-2023-05-07-04-31-07-5498.jpg', '123-343-4444', 'Florida City, FL, USA', NULL, NULL, 1, 'Real Estate Broker', 'Lorem ipsum dolor sit amet, nibh saperet te pri, at nam diceret disputationi. Quo an consul impedit, usu possim evertitur dissentiet ei, ridens minimum nominavi et vix. An per mutat adipisci. Ut pericula dissentias sed.', 'https://www.facebook.com', 'https://www.twitter.com', 'https://www.linkedin.com', 'https://www.instagram.com', '2023-05-07 10:27:32', '2023-05-07 10:31:07', 0, 0, 0),
(4, 'Arlene McCoy', 'arlene-mccoy-20230507050642', 'agent4@gmail.com', NULL, '$2y$10$3L3Zir/j/7OYv40NrDX.j.gGnjzBljZo81Ulfhqr4lD8Y8wX1aJxG', NULL, NULL, NULL, 1, NULL, NULL, NULL, 'uploads/custom-images/arlene-mccoy-2023-05-07-05-43-09-2317.jpg', '123-343-4444', 'Jackson Heights, 11372, NY, United States', NULL, NULL, 0, 'Real Estate Broker', 'Ipsum volumus pertinax mea ut, eu erat tacimates nam. Tibique copiosae verterem mea no, eam ex melius option, soluta timeam et his. Sit simul gubergren reformidans id, amet minimum nominavi eos ea. Et augue dicta vix. Mea ne utamur referrentur.', 'https://www.facebook.com', 'https://www.twitter.com', 'https://www.linkedin.com', 'https://www.instagram.com', '2023-05-07 11:06:42', '2023-05-07 11:43:09', 0, 0, 0),
(5, 'David Richard', 'david-richard-20230507054102', 'agent5@gmail.com', NULL, '$2y$10$c9loR6iWlortjJr7swJ9gOwgVQlGo4VioruiYNY/HMRgWo0bi.Nx2', NULL, NULL, NULL, 1, NULL, NULL, NULL, 'uploads/custom-images/david-richard-2023-05-07-05-41-57-2419.jpg', '123-343-4444', 'Los Angeles, CA, USA', NULL, NULL, 0, 'Real Estate Broker', 'Meliore inimicus duo ut, tation veritus elaboraret eam cu. Cum in alii agam aliquip, aperiam salutandi et per. Ex vis summo probatus ocurreret, ex assum sententiae pri, blandit sensibus moderatius ei eos. Vix nobis phaedrum neglegentur et.', 'https://www.facebook.com', 'https://www.twitter.com', 'https://www.linkedin.com', 'https://www.instagram.com', '2023-05-07 11:41:02', '2023-05-07 11:41:57', 0, 0, 0),
(6, 'David Simmonsss', 'david-simmonsss-20230508091930', 'agent3@gmail.com', NULL, '$2y$10$hkKSAtdnghaNtj7IUj/vHeBdyIxv49TGkvsJhGRkxv/AC5v3zoofO', NULL, NULL, NULL, 1, NULL, NULL, NULL, 'uploads/custom-images/david-simmonsss-2023-05-08-09-20-32-6000.jpg', '+123-343-4444', 'Chandra, California, USA', NULL, NULL, 0, 'Agency Owner', 'Consetetur definitionem cu mea, usu legere minimum ne. Pro epicurei constituam ne, atqui lucilius indoctum nam id. Eu timeam volumus vel, eos te movet complectitur, te causae saperet eam. Minimum probatus vim te, eu eum ancillae mentitum comprehensam. Tantas decore adipisci vix no.', 'https://www.facebook.com', 'https://www.twitter.com', 'https://www.linkedin.com', 'https://www.instagram.com', '2023-05-08 03:19:30', '2023-05-08 03:20:32', 0, 0, 0),
(7, 'Maria Jussy', 'maria-jussy-20230508093224', 'agent6@gmail.com', NULL, '$2y$10$s6nHCe9llopB/QhBJXULOeEuUVuIxZOO7w7FIOXXhYtZ7at6uXfCa', NULL, NULL, NULL, 1, NULL, NULL, NULL, 'uploads/custom-images/maria-jussy-2023-05-08-09-33-20-9901.jpg', '+123-874-6548', 'Washington, Indiana, Florida City, Florida', NULL, NULL, 0, 'Agency CEO', 'Consetetur definitionem cu mea, usu legere minimum ne. Pro epicurei constituam ne, atqui lucilius indoctum nam id. Eu timeam volumus vel, eos te movet complectitur, te causae saperet eam. Minimum probatus vim te, eu eum ancillae mentitum comprehensam', 'https://www.facebook.com', 'https://www.twitter.com', 'https://www.linkedin.com', 'https://www.instagram.com', '2023-05-08 03:32:24', '2023-05-08 03:33:20', 0, 0, 0),
(8, 'Julie Ana', 'julie-ana-20230508094641', 'agent7@gmail.com', NULL, '$2y$10$S6b3DuZ9fhhSjeoY.q1yB.wLUmIQVtVU4EHxk/9g/SJIJ3ebNUmCG', NULL, NULL, NULL, 1, NULL, NULL, NULL, 'uploads/custom-images/julie-ana-2023-05-08-09-47-41-1563.jpg', '+125-985-4587', 'Florida City, Florida, United State', NULL, NULL, 0, 'HomeCo Founder', 'Meliore inimicus duo ut, tation veritus elaboraret eam cu. Cum in alii agam aliquip, aperiam salutandi et per. Ex vis summo probatus ocurreret, ex assum sententiae pri, blandit sensibus moderatius ei eos. Vix nobis phaedrum neglegentur et.', 'https://www.facebook.com', 'https://www.twitter.com', 'https://www.linkedin.com', 'https://www.instagram.com', '2023-05-08 03:46:41', '2024-09-30 19:37:17', 0, 0, 0),
(9, 'admin', 'admin-20230513121611', 'abdur.rohman2003@gmail.com', NULL, '$2y$10$WKxMtLW44WAndQHgoVAvv.Jtpc9I92NzYg0uhw6BfuRJTFO3SGWKi', NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, 'ls6RYu3hjRT4uWPjB6qJG1wpEfBj3iZi6EbMxHncQHFMQFotkrkN9Bu6BFU15vTCjev702mg3PpbHd62VlWG3NzXlzKEpZ3LmGwy', NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-13 16:16:11', '2024-09-30 19:37:15', 0, 0, 0),
(11, 'John Doe', 'john-doe-20230522114401', 'john2@gmail.com', NULL, '$2y$10$2Ydbc6xlSddwGP8D489RwuEF1Ys.IUkpI8KzDSVgE4uwQg5Buk55y', NULL, NULL, NULL, 1, NULL, NULL, NULL, 'uploads/custom-images/john-doe-2023-05-23-12-47-31-9244.png', '13648', 'California', NULL, NULL, 1, 'Web Developer', 'I&#039;m web developer', 'url', 'url', 'url', 'url', '2023-05-22 17:44:01', '2024-10-05 22:23:29', 0, 0, 0),
(15, 'Ibrahim Khalil', 'ibrahim-khalil-20241016061553', 'shakil@gmail.com', NULL, '$2y$10$UKFasCxGQ.hM7JG9GO6zp.d3xJkupa23xvRd8D7wfqP2hFpG0bLWm', NULL, NULL, NULL, 1, NULL, NULL, NULL, 'uploads/custom-images/realstate-solutions-2024-10-07-07-03-20-2870.jpg', '23456', 'Dhaka, Bangladesh', NULL, NULL, 0, 'Sara Builders', 'There are many variations of passages of Lorem Ipsum available, but the majority to have suffered alteration in some form, by injected humor. Ipsum available, but the a majority have suffered alteration in some form, by injected humor.', 'https://www.facebook.com', 'https://www.twitter.com', 'https://www.linkedin.com', 'https://www.instagram.com', '2024-10-06 00:51:53', '2024-10-16 00:15:53', 0, 0, 1),
(16, 'Jhon Doe', 'jhon-doe-20241015075503', 'test34@gmail.com', NULL, '$2y$10$N.zVUfRyvCEpzx8qmRr8ket/RG99D9WbQFw99iC.5G4TscF4O2mBS', NULL, NULL, NULL, 1, NULL, NULL, NULL, 'uploads/custom-images/agent-2024-10-07-12-19-45-9788.webp', '2345644', 'Chittagong, Bangladesh', NULL, NULL, 0, 'Best company', 'This is the best company', 'https://www.facebook.com', 'https://www.twitter.com', 'https://www.linkedin.com', 'https://www.instagram.com', '2024-10-06 18:19:45', '2024-10-15 01:55:03', 0, 0, 1),
(19, 'Md Mamun', 'test-agency-5-20241015065203', 'agency555@gmail.com', NULL, '$2y$10$4sPx8kO8Yh6ycMGiiupSTeYSzYZG1mXsgeQhRQot.WYCU9zCu3Q76', NULL, NULL, NULL, 1, NULL, NULL, NULL, 'uploads/custom-images/md-mamun-2024-10-17-06-06-25-3850.jpg', '+1 (788) 153-56765', 'Cumilla District, Chattogram Division', '3s4HG7FhfQTbbthjhaTQlbbK0kz5L59d23HfvvqfQk1fm4MgO7ZrKX1ceTzQ5rgoSiQMDTFW8owdt01wX3vcRZ3Xkx4bJn8Lcx79', NULL, 1, 'Real State', 'There are many variations of passages of Lorem Ipsum available, but the majority to have suffered alteration in some form, by injected humor. Ipsum available, but the a majority have suffered alteration in some form, by injected humor.', 'https://www.facebook.com', 'https://www.twitter.com', 'https://www.linkedin.com', 'https://www.instagram.com', '2024-10-15 00:52:03', '2024-10-17 00:06:25', 0, 1, 0),
(20, 'Anamul Haque', 'test-user-20241015065236', 'agency666@gmail.com', NULL, '$2y$10$.QoSIthaki1lYv6S.YorIOqFKoPKMKioN9Ag0ctYT4p0fCSotbz.O', NULL, NULL, NULL, 1, NULL, NULL, NULL, 'uploads/custom-images/anamul-haque-2024-10-17-05-15-22-4007.jpg', '+1 (788) 545-7489', 'Dhaka Division, Bangladesh', 'ht94otyExnWa2Vp1b9GxwF4hbY8mwkqK1QAdh1YEXSIAaQxgvzQfWfWmY1WpMfPldCitm7yZLUIttogxOnq1oPh2TZnWMpzKBry5', NULL, 1, 'Real State Company', 'There are many variations of passages of Lorem Ipsum available, but the majority to have suffered alteration in some form.', 'https://www.facebook.com', 'https://www.twitter.com', 'https://www.linkedin.com', 'https://www.instagram.com', '2024-10-15 00:52:36', '2024-10-16 23:15:22', 0, 1, 0),
(22, 'John devid', 'john-devid-20241016045031', 'john344@gmail.com', NULL, '$2y$10$thz5PqnxQ89bKBD10bubAek.kVeaEgknJRvt2Byy80pZrRCxf6VH6', NULL, NULL, NULL, 1, NULL, NULL, NULL, 'uploads/custom-images/john-devid-2024-10-17-05-55-10-4542.jpg', '1234', 'Usa, Calefornia', NULL, NULL, 0, 'Real State', 'There are many variations of passages of Lorem Ipsum available, but the majority to have suffered alteration in some form, by injected humor. Ipsum available, but the a majority have suffered alteration in some form, by injected humor.', 'https://www.facebook.com', 'https://www.twitter.com', 'https://www.linkedin.com', 'https://www.instagram.com', '2024-10-15 22:47:10', '2024-10-16 23:55:10', 0, 0, 19),
(23, 'John Mobarak', 'john-mobarak-20241016045022', 'agent324@gmail.com', NULL, '$2y$10$/uwTlh1qpU2LvpYNvlhsLuDLcUIqCVmYnC93fzzP.fz5dYWm8SSu6', NULL, NULL, NULL, 1, NULL, NULL, NULL, 'uploads/custom-images/john-mobarak-2024-10-17-05-56-31-2446.jpg', '+875643567', 'Dhaka, Bangladesh', NULL, NULL, 0, 'Home state agent', 'There are many variations of passages of Lorem Ipsum available, but the majority to have suffered alteration in some form, by injected humor. Ipsum available, but the a majority have suffered alteration in some form, by injected humor.', 'https://www.facebook.com', 'https://www.twitter.com', 'https://www.linkedin.com', 'https://www.instagram.com', '2024-10-15 22:48:19', '2024-10-16 23:56:31', 0, 0, 19),
(24, 'David Miller', 'david-miller-20241016045003', 'davidagent@gmail.com', NULL, '$2y$10$sxauzuctLEJueKQm2JPX2u/bEGGkj4cVn4gw1TNOqjb6SCNtn/iwu', NULL, NULL, NULL, 1, NULL, NULL, NULL, 'uploads/custom-images/david-miller-2024-10-17-05-57-18-4807.jpg', '+1 (788) 153-0909', 'Canada, state', NULL, NULL, 0, 'Real State', 'There are many variations of passages of Lorem Ipsum available, but the majority to have suffered alteration in some form, by injected humor. Ipsum available, but the a majority have suffered alteration in some form, by injected humor.', 'https://www.facebook.com', 'https://www.twitter.com', 'https://www.linkedin.com', 'https://www.instagram.com', '2024-10-15 22:50:03', '2024-10-16 23:57:18', 0, 0, 19),
(25, 'Mashrafe Mortaza', 'mashrafe-mortaza-20241017045332', 'subagent1@gmail.com', NULL, '$2y$10$HLn8SZ0wAkolKbCvyGGht.34AIp7lm2Z3EdC02pWpLK4IMT4nwmz2', NULL, NULL, NULL, 1, NULL, NULL, NULL, 'uploads/custom-images/agent-2024-10-17-04-53-32-6947.webp', '2345684346', 'Dhaka, Bangladesh', NULL, NULL, 0, 'Real state company', 'discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of &quot;de Finibus Bonorum et Malorum&quot; (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance.', 'https://www.facebook.com', 'https://www.twitter.com', 'https://www.linkedin.com', 'https://www.instagram.com', '2024-10-16 22:53:32', '2024-10-16 22:53:32', 0, 0, 20),
(26, 'Tamim Iqbal', 'tamim-iqbal-20241017045426', 'subagent5@gmail.com', NULL, '$2y$10$Nv4E7/VlvVmnjylpmrMhGul.B466UGP96UJJxeA5YSJOHP5wJcbPq', NULL, NULL, NULL, 1, NULL, NULL, NULL, 'uploads/custom-images/agent-2024-10-17-04-54-26-9176.webp', '98765434567', 'Dhaka, Bangladesh', NULL, NULL, 0, 'Real state company', 'discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of &quot;de Finibus Bonorum et Malorum&quot; (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance.', 'https://www.facebook.com', 'https://www.twitter.com', 'https://www.linkedin.com', 'https://www.instagram.com', '2024-10-16 22:54:26', '2024-10-16 22:54:26', 0, 0, 20),
(27, 'Musfiqur Rahim', 'musfiqur-rahim-20241017045546', 'subagent2@gmail.com', NULL, '$2y$10$esEwq6ugqr0SzoLXUuqQQO4YqMZmMo6kgu1ErrKALoJ20h2Kd6oEu', NULL, NULL, NULL, 1, NULL, NULL, NULL, 'uploads/custom-images/agent-2024-10-17-04-55-46-5781.webp', '+1 (788) 553-7489', 'Dhaka, Bangladesh', NULL, NULL, 0, 'Real State Broker', 'discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of &quot;de Finibus Bonorum et Malorum&quot; (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance.', 'https://www.facebook.com', 'https://www.twitter.com', 'https://www.linkedin.com', 'https://www.instagram.com', '2024-10-16 22:55:46', '2024-10-16 22:55:46', 0, 0, 20),
(28, 'Tanzim Shakib', 'tanzim-shakib-20241017061901', 'agent510@gmail.com', NULL, '$2y$10$OBvksRVI5I.ypfI9ymbM5uNpaSdw5FKKAcaqNRupACxzilCqSJUne', NULL, NULL, NULL, 1, NULL, NULL, NULL, 'uploads/custom-images/agent-2024-10-17-06-19-01-2237.webp', '+1 (788) 000-7489', 'Dhaka, Bangladesh', NULL, NULL, 0, 'Developer Company', 'Meliore inimicus duo ut, tation veritus elaboraret eam cu. Cum in alii agam aliquip, aperiam salutandi et per. Ex vis summo probatus ocurreret, ex assum sententiae pri, blandit sensibus moderatius ei eos. Vix nobis phaedrum neglegentur et.', 'https://www.facebook.com', 'https://www.twitter.com', 'https://www.linkedin.com', 'https://www.instagram.com', '2024-10-17 00:19:01', '2024-10-17 00:19:01', 0, 0, 2),
(29, 'Shoriful Islam', 'shoriful-islam-20241017062044', 'agent0809@gmail.com', NULL, '$2y$10$f0MDyaY9CVuacBmd4/d24.r0N4p8NIlZMEnN7b6UNRn.FtmxB38B6', NULL, NULL, NULL, 1, NULL, NULL, NULL, 'uploads/custom-images/agent-2024-10-17-06-20-44-8149.webp', '123466666', 'Dhaka, Bangladesh', NULL, NULL, 0, 'Real state agent', 'Meliore inimicus duo ut, tation veritus elaboraret eam cu. Cum in alii agam aliquip, aperiam salutandi et per. Ex vis summo probatus ocurreret, ex assum sententiae pri, blandit sensibus moderatius ei eos. Vix nobis phaedrum neglegentur et.', 'https://www.facebook.com', 'https://www.twitter.com', 'https://www.linkedin.com', 'https://www.instagram.com', '2024-10-17 00:20:44', '2024-10-17 00:20:44', 0, 0, 2),
(30, 'Mahmudullah Riyad', 'mahmudullah-riyad-20241017062455', 'agent5646@gmail.com', NULL, '$2y$10$JVXS8J5UJxlwq0Glg1HJtO5Xq7l.oWT1jDkxJ8yPvMVoX.hm9OrrS', NULL, NULL, NULL, 1, NULL, NULL, NULL, 'uploads/custom-images/agent-2024-10-17-06-24-55-4242.webp', '564564646', 'Dhaka, Bangladesh', NULL, NULL, 0, 'Real State Devloper', 'Meliore inimicus duo ut, tation veritus elaboraret eam cu. Cum in alii agam aliquip, aperiam salutandi et per. Ex vis summo probatus ocurreret, ex assum sententiae pri, blandit sensibus moderatius ei eos. Vix nobis phaedrum neglegentur et.', 'https://www.facebook.com', 'https://www.twitter.com', 'https://www.linkedin.com', 'https://www.instagram.com', '2024-10-17 00:24:55', '2024-10-17 00:24:55', 0, 0, 2),
(31, 'Shuvo Khan', 'shuvo-khan-20241017064228', 'shuvoagent@gmail.com', NULL, '$2y$10$ID0Szo2/Mf9augDhSqXNi.tVzVkplliSn.JvX7eiyGaS4qRNdblJK', NULL, NULL, NULL, 1, NULL, NULL, NULL, 'uploads/custom-images/agent-2024-10-17-06-42-28-3254.webp', '+1 (788) 153-000', 'Dhaka, Bangaldesh', NULL, NULL, 0, 'Real State', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature.', 'https://www.facebook.com', 'https://www.twitter.com', 'https://www.linkedin.com', 'https://www.instagram.com', '2024-10-17 00:42:28', '2024-10-17 00:42:28', 0, 0, 1),
(35, 'Abdur Rahman', 'abdur-rahman-20241202064133', 'aboutkhalil.83@gmail.com', NULL, '$2y$10$FCTnwME2Upu6HmY3fgYsC.SKpDJcKYaEUKHR9EDbT/xNJcpTgDnrO', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'tqlmVJB0EtquPMTXml2LNd0zaquu38Ft8d2PtWinj90aJGr3dBSEMfLd3smNqrhxbZz7PBWrhCshIdC7JEYO94tfQP4m3XnCb9pB', NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, '2024-12-02 11:41:33', '2024-12-02 11:41:33', 0, 0, 0);

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

--
-- Table structure for table `why_choose_us`
--

CREATE TABLE `why_choose_us` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `icon` text NOT NULL,
  `title` text NOT NULL,
  `description` text 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 `why_choose_us`
--

INSERT INTO `why_choose_us` (`id`, `icon`, `title`, `description`, `created_at`, `updated_at`) VALUES
(1, 'uploads/website-images/trusted20230409043810.svg', 'Trusted', 'believe in our service & Care', NULL, '2024-12-01 19:19:07'),
(2, 'uploads/website-images/247-support20230409043819.svg', '24/7 Support', 'believe in our service & Care', NULL, '2023-04-09 10:38:19'),
(3, 'uploads/website-images/financing-easy20230409043827.svg', 'Financing Easy', 'believe in our service & Care', NULL, '2023-04-09 10:38:27'),
(4, 'uploads/website-images/wide-range-house20230409043835.svg', 'Wide Range House', 'believe in our service & Care', NULL, '2023-04-09 10:38:35');

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

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

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

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

INSERT INTO `wishlists` (`id`, `property_id`, `user_id`, `created_at`, `updated_at`) VALUES
(1, 3, 2, '2023-05-07 09:35:43', '2023-05-07 09:35:43'),
(2, 1, 2, '2023-05-07 09:35:48', '2023-05-07 09:35:48'),
(3, 2, 2, '2023-05-07 09:35:51', '2023-05-07 09:35:51'),
(4, 5, 3, '2023-05-07 10:32:25', '2023-05-07 10:32:25'),
(5, 2, 3, '2023-05-07 10:32:27', '2023-05-07 10:32:27'),
(7, 15, 1, '2023-05-08 04:56:43', '2023-05-08 04:56:43'),
(8, 14, 1, '2023-05-08 04:56:46', '2023-05-08 04:56:46'),
(9, 13, 1, '2023-05-08 04:56:48', '2023-05-08 04:56:48'),
(10, 11, 1, '2023-09-25 19:42:09', '2023-09-25 19:42:09');

--
-- Indexes for dumped tables
--

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

--
-- Indexes for table `additional_information`
--
ALTER TABLE `additional_information`
  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 `aminities`
--
ALTER TABLE `aminities`
  ADD PRIMARY KEY (`id`);

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

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

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

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

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

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

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

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

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

--
-- Indexes for table `company_profiles`
--
ALTER TABLE `company_profiles`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `company_profiles_email_unique` (`email`),
  ADD UNIQUE KEY `company_profiles_phone_unique` (`phone`);

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

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

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

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

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

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

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

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

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

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

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

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

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

--
-- Indexes for table `facebook_pixels`
--
ALTER TABLE `facebook_pixels`
  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 `faqs`
--
ALTER TABLE `faqs`
  ADD PRIMARY KEY (`id`);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

--
-- Indexes for table `translations`
--
ALTER TABLE `translations`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `unique_translation` (`translatable_type`,`translatable_id`,`lang_code`,`key`);

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

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

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

--
-- AUTO_INCREMENT for dumped tables
--

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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